OSDN Git Service

b8b3e5dd4f9ef80e854b7cbdf5f76a68ee7e3e5d
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 1999-04-28  Nathan Sidwell  <nathan@acm.org>
2
3         * cp-tree.h (build_component_addr): Remove prototype.
4         * typeck.c (build_component_addr): Make static. Remove MSG
5         argument.
6         (build_component_addr): Remove MSG parameter, clean up
7         comment.
8         (build_x_function_call): Use cp_error.
9         (build_unary_op): Adjust call of build_component_addr.
10         
11 Wed Apr 28 11:42:22 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
12
13         * search.c (binfo_for_vtable): Initialize bfvi.var.
14
15 1999-04-27  Nathan Sidwell  <nathan@acm.org>
16
17         * rtti.c (build_x_typeid): Check rtti is enabled.
18
19 1999-04-26  Mark Mitchell  <mark@codesourcery.com>
20
21         * search.c (is_subobject_of_p): Make sure we're looking at the
22         right baseclasses.
23
24 1999-04-26  Marc Espie  <espie@cvs.openbsd.org>
25
26         * Make-lang.in (cplib2.ready): Don't depend on phony targets.
27
28 1999-04-23  Mark Mitchell  <mark@codesourcery.com>
29
30         * decl2.c (finish_file): Tweak handling of extern inlines so that
31         they are not unnecessarily put out.
32
33         * search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARMs and
34         such as base classes.
35
36 1999-04-22  Brendan Kehoe  <brendan@cygnus.com>
37
38         * tree.c (build_exception_variant): Fix typo: use the chain of U,
39         not trying V, while cycling through U.
40
41 1999-04-22  Mark Mitchell  <mark@codesourcery.com>
42
43         * cp-tree.h (lang_decl_flags): Remove returns_first_arg and
44         preserves_first_arg.  Enlarge dummy accordingly.
45         (DECL_TINFO_FN_P): New macro.
46         (SET_DECL_TINO_FN_P): Likeiwse.
47         (DECL_RETURNS_FIRST_ARG): Remove.
48         (DECL_PRESERVES_THIS): Likewise.
49         (DECL_INIT_PRIORITY): New macro.
50         (finish_struct_1): Change prototype.
51         (cat_namespace_levels): Remove prototype.
52         (vtable_decl_p): New prototype.
53         (vtype_decl_p): Likewise.
54         (sigtable_decl_p): Likewise.
55         (walk_globals_pred): New typedef.
56         (walk_globals_fn): Likewise.
57         (walk_globals): New prototype.
58         (walk_namespaces_fn): New typedef.
59         (walk_namespaces): New prototype.
60         (wrapup_globals_for_namespace): Likewise.
61         (walk_vtables): Remove prototype.
62         (walk_sigtables): Likewise.
63         (instantiate_pending_templates): New prototype.
64         * class.c (finish_struct_1): Don't return a value.
65         * decl.h (pending_statics): Remove declaration.
66         * decl.c (walk_namespaces_r): New function.
67         (walk_globals_r): Likewise.
68         (vtable_decl_p): Likewise.
69         (vtype_decl_p): Likewise.
70         (sigtable_decl_p): Likewise.
71         (walk_namespaces): Likewise.
72         (walk_globals_data): New type.
73         (walk_globals): New function.
74         (wrapup_globals_for_namespace): Likewise.
75         (expand_static_init): Remove assertion.  Remove redundancy in
76         conditional.  Don't put static data members in static_aggregates
77         Tidy.
78         (finish_function): Remove redundancy in conditional.  Don't set
79         DECL_RETURNS_FIRST_ARG.
80         (cat_namespace_levels): Remove.
81         * decl2.c: Include splay-tree.h and varray.h.
82         (priority_info_s): New structure.
83         (finish_vtable_vardecl): Change prototype.  Adjust for new calling
84         conventions.
85         (prune_vtable_vardecl): Likewise.
86         (finish_sigtable_vardecl): Likewise.
87         (setup_initp): Remove.
88         (do_dtors): Remove.
89         (do_ctors): Remove.
90         (start_static_storage_duration_function): New function.
91         (generate_inits_for_priority): Likewise.
92         (finish_static_storage_duration_function): Likewise.
93         (get_priority_info): Likewise.
94         (do_static_initialization): Likewise.
95         (do_static_destruction): Likewise.
96         (do_static_initialization_and_destruction): Likewise.
97         (generate_ctor_or_dtor_function): Likewise.
98         (generate_ctor_and_dtor_functions_for_priority): Likewise.
99         (pending_statics): Make it a varray.
100         (pending_statics_used): New variable.
101         (saved_inlines): Make it a varray.
102         (saved_inlines_used): New variable.
103         (finish_static_data_member): Change method of updating
104         pending_statics. 
105         (mark_inline_for_output): Remove #if 0'd code.  Change method of
106         updating saved_inlines.
107         (walk_vtables): Remove.
108         (walk_sigtables): Likewise.
109         (import_export_decl): Use DECL_TINFO_FN_P.
110         (pending_templates): Remove declaration.
111         (maybe_templates): Likewise.
112         (static_aggregates_initp): Likewise.
113         (setup_initp): Likewise.
114         (finish_objects): Simplify.
115         (INITIALIZE_P_IDENTIFIER): New macro.
116         (PRIORITY_IDENTIFIER): New macro.
117         (SSDF_IDENTIFIER): New macro.
118         (initialize_p_decl): New variable.
119         (priority_decl): Likewise.
120         (ssdf_decl): Likewise.
121         (priority_info_map): Likewise.
122         (finish_file): Recode output of static intializers and other
123         file-scope finalization tasks.
124         * error.c (OB_END_TEMPLATE_ID): New macro.
125         (dump_type_real): Use it.
126         (dump_decl): Likewise.
127         (dump_function_name): Likewise.
128         * lex.c (set_typedecl_interface_info): Adjust for new walk_globals
129         interface.
130         (check_newline): Use walk_globals, not walk_vtables.
131         * pt.c (pending_tempalte_expansions): Remove.
132         (set_vardecl_interface_info): Likewise.
133         (pending_templates): Make static.
134         (maybe_templates): Likewise.
135         (instantiate_class_template): Adjust call to finish_struct_1.
136         (instantiate_pending_templates): New function.
137         * rtti.c (get_tinfo_fn): Use SET_DECL_TINFO_FN_P.
138         * tree.c (static_aggregates_initp): Remove.
139         (cp_valid_lang_attribute): Don't use it; use DECL_INIT_PRIORITY
140         instead.
141         * Makefile.in (decl2.o): Depend on varray.h and splay-tree.h.
142
143         * gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes
144         with the RTL code RETURN.
145         * hash.h: Regenerated.
146         * lex.c (reinit_parse_for_block): Use RETURN_KEYWORD.
147         * parse.y: Replace RETURN with RETURN_KEYWORD throughout.
148         * parse.c: Regenerated.
149         * pt.c: Include varray.h.  Include rtl.h since varray.h requires
150         it.
151         (inline_parm_levels): New variable.
152         (inline_parm_levels_used): Likewise.
153         (maybe_begin_member_template_processing): Update them.
154         (maybe_end_member_template_processing): Use them, rather than
155         guessing how many levels to pop.
156         
157         * decl.c (make_typename_type): Tighten error-checking.
158
159 1999-04-20  Mark Mitchell  <mark@codesourcery.com>
160
161         * cp-tree.h (build_binary_op): Remove unneeded parameter.
162         * class.c (build_vrable_entry_ref): Adjust call to
163         build_binary_op.
164         * decl.c (expand_static_init): Likewise.
165         (grokdeclarator): Likewise.
166         (finish_function): Likewise.
167         * decl2.c (delete_sanity): Likewise.
168         (do_dtors): Likewise.
169         (do_ctors): Likewise.
170         * error.c (dump_type_suffix): Likewise.
171         * expr.c (cplus_expand_expr): Likewise.
172         * init.c (resolve_offset_ref): Likewise.
173         (build_new): Likewise.
174         (build_new_1): Likewise.
175         (build_vec_delete_1): Likewise.
176         (expand_vec_init_catch_clause): Likewise.
177         (build_delete): Likewise.
178         * pt.c (tsubst): Likewise.
179         * rtti.c (synthesize_tinfo_fn): Likewise.
180         * search.c (expand_upcast_fixups): Likewise.
181         (expand_direct_vtbls_init): Likewise.
182         * typeck.c (get_member_function_from_ptrfunc): Likewise.
183         (build_binary_op_nodefault): Likewise.
184         (point_int_sum): Likewise.
185         (pointer_diff): Likewise.
186         (build_unary_op): Likewise.
187         (build_modify_expr): Likewise.
188         (get_delta_difference): Likewise.
189         (build_ptrmemfunc): Likewise.
190         (expand_ptrmemfunc_cst): Likewise.
191         
192 1999-04-20  Jason Merrill  <jason@yorick.cygnus.com>
193
194         * decl.c (grokfndecl): Always call cplus_decl_attributes.
195         * decl2.c (grokfield): Pass attrlist to grokdeclarator.
196
197 1999-04-19  Mark Mitchell  <mark@codesourcery.com>
198
199         * cp-tree.h (finish_static_data_member_decl): New function.
200         * decl2.c (finish_static_data_member_decl): Split out from ...
201         (grokfield): Here.
202         * pt.c (instantiate_class_template): Use it here instead of 
203         trying to fake it.
204         (tsubst_decl): Don't set DECL_ASSEMBLER_NAME;
205         finish_static_data_member_decl will do that.  Explicit set
206         DECL_EXTERNAL to match non-template processing.
207         
208 1999-04-18  Mark Mitchell  <mark@codesourcery.com>
209
210         * cp-tree.h (finish_class_definition): Add parameter.
211         * parse.y (structsp): Use it.  Don't call pop_scope here.
212         * parse.c: Regenerated.
213         * semantics.c (finish_class_definition): Pop it here.
214
215 1999-04-17  Mark Mitchell  <mark@codesourcery.com>
216
217         * decl.c (xref_tag): Revise handling of nested template
218         declarations.
219         * pt.c (check_explicit_specialization): Tweak handling of friend
220         templates in template classes.
221         (tsubst_friend_class): Handle friend declarations for nested
222         member template classes.
223         
224 1999-04-16  Mark Mitchell  <mark@codesourcery.com>
225
226         * class.c (finish_struct): Remove unused variable.
227         (pushclass): Likewise.
228         (invalidate_class_lookup_cache): Likewise.
229         * cp-tree.def (TYPENAME_TYPE): Improve documentation.
230         * decl.c (build_typename_type): Make sure TYPENAME_TYPE_FULLNAME
231         doesn't get obliterated.
232         (make_typename_type): Handle template classes correctly.
233
234         * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.
235         (storetags): Declare.
236         * class.c (finish_struct): Don't use TREE_NONLOCAL_FLAG.
237         (pushclass): Likewise.  Use storetags to install tag declarations,
238         not pushtag.
239         (invalidate_class_lookup_cache): Don't use TREE_NONLOCAL_FLAG.
240         * decl.c (storetags): Make it global.
241         (push_class_binding): Set INHERITED_VALUE_BINDING_P for an
242         implicit typename declaration.
243         (pushtag): Tidy.  Don't use TREE_NONLOCAL_FLAG.
244         * method.c (hack_identifier): Likewise.
245         * search.c (lookup_member): Likewise.
246         
247         * decl.c (warn_about_implicit_typename_lookup): New function.
248         (lookup_name_real): Use it.  Rework handling of implicit typename
249         extension.
250
251 1999-04-15  Mark Mitchell  <mark@codesourcery.com>
252
253         * cp-tree.h (lookup_nested_field): Remove.
254         * class.c (push_nested_class): Handle UNION_TYPEs.
255         (pop_nested_class): Likewise.
256         * decl.c (lookup_name_real): Don't call lookup_nested_field.
257         (start_decl): Use push_nested_class, not just pushclass.
258         (cp_finish_decl): Use pop_nested_class, not just popclass.
259         * search.c (lookup_nested_field): Remove.
260         
261         * cp-tree.h (lang_type): Add documentation.
262         * decl2.c (handle_class_head): Create template declarations here,
263         as appropriate.
264         * parse.y (class_head): Return whether or not we entered a new
265         scope, as well as the type named.
266         (named_class_head): Likewise.
267         (named_complex_class_head_sans_basetype): Likewise.
268         (structsp): Adjust accordingly.  Pop scope when required.
269         * parse.c: Regenerated.
270         * pt.c (check_default_tmpl_args): Robustify.
271         (redeclare_class_template): Likewise.
272         (instantiate_class_template): An instantiation of an
273         anonymous union is itself an anonymous union.
274         * semantics.c (begin_class_definition): Don't create template
275         declarations here.
276         
277 1999-04-15  Jason Merrill  <jason@yorick.cygnus.com>
278
279         * parse.y (after_type_declarator_intern): New nonterminal.
280         (after_type_declarator): Use it.
281         (direct_after_type_declarator): Likewise.  Move above 
282         nonnested_type to fix reduce/reduce conflict resolution.
283         (declmods): Reducing from just 'attributes' has EMPTY precedence.
284         * Makefile.in (CONFLICTS): Update.
285
286         * decl.c (define_label): Downgrade error for jumping over a
287         non-POD decl to pedwarn.
288
289 1999-04-14  Mark Mitchell  <mark@codesourcery.com>
290
291         * cp-tree.h (popclass): Change declaration.
292         (pop_nested_class): Likewise.
293         (poplevel_class): Remove declaration.
294         * call.c (convert_default_argument): Pass no arguments to
295         popclass.
296         * class.c (finish_struct_1): Likewise.
297         (finish_struct): Likewise.
298         (popclass): Remove argument.  Simplify code accordingly.
299         (pop_nested_class): Likewise.
300         * decl.c (poplevel_class): Declare it here, and make it static.
301         (poplevel): Handle class scopes.
302         (poplevel_class): Don't take an rgument.  Simplify.
303         (pop_everything): Pass no arguments to pop_nested_class.
304         (cp_finish_decl): Pass no arguments to popclass.
305         (grokdeclarator): Pass no arguments to pop_nested_class.
306         (finish_function): Likewise.
307         * decl2.c (grokfield): Likewise.
308         (pop_scope): Pass no arguments to popclass.
309         * lex.c (do_pending_defargs): Pass no arguments to pop_nested_class.
310         * pt.c (instantiate_class_template): Move call to pushclass, and
311         document.  Pass no arguments to popclass.
312         (regenerate_decl_from_template): Likewise.
313         
314 1999-04-14  Jason Merrill  <jason@yorick.cygnus.com>
315
316         * typeck.c (build_unary_op): Handle taking the address of a unique
317         bound non-static member function.
318
319 1999-04-13  Martin von Loewis  <loewis@informatik.hu-berlin.de>
320
321         * lang-options.h (-Wdeprecated): New flag.
322         * decl2.c (warn_deprecated): New flag.
323         (lang_decode_option): Deprecated this-is-variable,
324         external-templates, alt-external-templates.
325         Support -Wdeprecated.
326         * errfn.c (cp_deprecated): New function.
327
328 1999-04-13  Jason Merrill  <jason@yorick.cygnus.com>
329
330         * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME instead
331         of the decls themselves.
332
333         * pt.c (tsubst_function_type): Copy attributes over.
334
335         * tree.c (cp_valid_lang_attribute): New fn.  Handle init_priority
336         and com_interface.
337         * cp-tree.h: Add prototype.
338         * decl.c (init_decl_processing): Set valid_lang_attribute.
339
340 1999-04-13  Mark Mitchell  <mark@codesourcery.com>
341
342         * class.c (finish_struct_1): Look at the const-ness of the field's
343         type, not the TREE_READONLY-ness of the declaration.
344         * method.c (synthesize_method): Likewise.
345         * pt.c (tsubst_decl): Call c_apply_type_quals_to_decl when
346         creating new declarations.
347
348 1999-04-13  Mike Stump  <mrs@wrs.com>
349
350         * decl2.c (import_export_decl): Because vtables always reference
351         virtual functions, even if they are inlined, don't allow
352         -fno-implement-inlines to not emit them, instead, emit them with
353         the vtable.
354         * decl.c (start_function): Likewise.
355
356 1999-04-12  Jason Merrill  <jason@yorick.cygnus.com>
357
358         * cp-tree.h (struct lang_type): Add com_interface.
359         (CLASSTYPE_COM_INTERFACE): New macro.
360         * class.c (set_rtti_entry): COM interface classes have no RTTI
361         entries in their vtables; adjust.
362         (add_virtual_function, finish_base_struct, skip_rtti_stuff,
363         modify_one_vtable, fixup_vtable_deltas1, override_one_vtable,
364         finish_struct_1): Likewise.
365         * decl2.c (mark_vtable_entries): Likewise.
366         * rtti.c (build_headof, get_tinfo_fn_dynamic): Likewise.
367         * search.c (get_abstract_virtuals_1, get_abstract_virtuals,
368         expand_upcast_fixups): Likewise.
369         * tree.c (debug_binfo): Likewise.
370
371         * cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
372         * typeck.c (comptypes): If we get it, ignore attributes.
373         * class.c (instantiate_type): Use BASELINK_P.  Change complain
374         parameter to flags; 2 means ignore attributes.
375         * call.c (build_op_delete_call): Pass it.
376
377         * decl.c (xref_tag): Only complain once about using a typedef-name
378         with 'struct'.  Downgrade to pedwarn.
379
380         * decl.c (grokdeclarator): Allow [] syntax for zero-length array.
381
382         * parse.y (absdcl_intern): New nonterminal.
383         (absdcl, direct_abstract_declarator): Use it.
384
385         * pt.c (lookup_template_class): Look through implict typename.
386
387 1999-04-11  Mark Mitchell  <mark@codesourcery.com>
388
389         * friend.c (add_friend): Deal gracefully with error_mark_node.
390         * method.c (build_overload_value): Handle pointers-to-members as
391         template parameters.
392
393         * decl.c (push_binding): Fix typo in comment.
394
395 1999-04-10  Mark Mitchell  <mark@codesourcery.com>
396
397         * error.c (dump_type_real): If a typename is a template-id, put
398         out the template arguments.
399         (dump_expr): Handle TEMPLATE_ID_EXPR.
400         * pt.c (lookup_template_class): Now that full arguments are
401         available everywhere, remove code that tried to guess them.
402
403 1999-04-09  Mark Mitchell  <mark@codesourcery.com>
404
405         * decl.c (make_typename_type): Complain if we don't find a type
406         when trying to make a typename type for a non-template type.
407
408 1999-04-09  Jason Merrill  <jason@yorick.cygnus.com>
409
410         * decl.c (start_decl): Pass attributes to grokdeclarator.
411         (grokdeclarator): Handle attributes on constructor-syntax
412         initializers.
413
414 1999-04-08  Mark Mitchell  <mark@codesourcery.com>
415
416         * error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands
417         don't have types.
418
419         * search.c (template_self_reference_p): Tweak.
420
421 1999-04-07  Mark Mitchell  <mark@codesourcery.com>
422
423         * init.c (build_offset_ref): Don't build yet another weird data
424         structure to describe overloaded functions.
425
426 1999-04-06  Mark Mitchell  <mark@codesourcery.com>
427
428         * cp-tree.h (BASELINK_P): New macro.
429         (SET_BASELINK_P): Likewise.
430         * init.c (build_member_call): Remove needless assignment in if
431         statement.
432         * search.c (lookup_field_r): Fix handling when we are looking
433         specifically for a type; these are not hidden by functions and
434         variables.
435         (lookup_member): Use SET_BASELINK_P.
436         * tree.c (is_overloaded_fn): Use BASELINK_P.
437         (really_overloaed_fn): Likewise.
438         (get_first_fn): Likewise.
439
440 1999-04-05  Mark Mitchell  <mark@codesourcery.com>
441
442         * decl.c (lookup_name_current_level): Tweak, and improve
443         documentation.
444
445         * class.c (maybe_fixup_vptrs): Remove declaration.
446         (build_class_init_list): Likewise.
447         * decl.c (pushdecl_class_level): Call check_template_shadow here
448         ...
449         (push_class_level_binding): ... not here.
450         * search.c (dfs_push_type_decls): Only avoid
451         template-self-reference TYPE_DECLs if they are from base classes.
452
453 1999-04-04  Mark Mitchell  <mark@codesourcery.com>
454
455         * pt.c (check_template_shadow): Don't treat OVERLOADs as _DECL
456         nodes.  Tidy.
457
458 1999-04-03  Jason Merrill  <jason@yorick.cygnus.com>
459
460         * class.c (maybe_fixup_vptrs, build_class_init_list): Lose.
461         (finish_struct_1): Don't call build_class_init_list.
462
463 1999-04-02  Mark Mitchell  <mark@codesourcery.com>
464
465         * tinfo.h (__class_type_info): Fix illegal declaration.
466
467         * cp-tree.def (TEMPLATE_ID_EXPR): Update comment.
468         * cp-tree.h (INHERITED_VALUE_BINDING_P): New macro.
469         (IDENTIFIER_CLASS_VALUE): Improve documentation.
470         (is_properly_derived_from): Declare.
471         (invalidate_class_lookup_cache): Likewise.
472         (maybe_maybe_note_name_used_in_class): Likewise.
473         (note_name_declared_in_class): Likewise.
474         (push_using_decl): Remove duplicate declaration.
475         (id_in_current_class): Remove declaration.
476         (push_class_binding): Change prototype.
477         (clear_identitifer_class_values): Declare.
478         * call.c (is_properly_derived_from): Make it global.
479         (build_new_function_call): Be careful about updating candidates.
480         (build_new_method_call): Handle COMPONENT_REFs.  Don't crash when
481         asked to make illegal calls.
482         * class.c: Include splay-tree.h.
483         (class_stack_node): Add names_used slot.
484         (check_member_decl_is_same_in_complete_scope): Remove.
485         (add_method): Fix comment.  Push the declaration into class
486         scope.
487         (finish_struct_1): When popping the class, pop the bindings too.
488         Remove check for data member/function member conflict.
489         (finish_struct): Remove calls to
490         check_member_decl_is_same_in_complete_scope.  Change calls to
491         popclass.
492         (pushclass): Clear names_used in the class stack entry.
493         Use invalidate_class_lookup_cache to remove cached entries, rather
494         than magic values with popclass.  Clear IDENTIFIER_CLASS_VALUE
495         before entering a new class.  Remove dead code.  Don't mess with
496         current_function_decl when pushing declarations.
497         (invalidate_class_lookup_cache): New function, split out from ...
498         (popclass): Here.  Clean up names_used on our way out.
499         (instantiate_type): Adjust.
500         (build_self_reference): Don't push the declaration here.
501         (maybe_note_name_used_in_class): New function.
502         (note_name_declared_in_class): Likewise.
503         * decl.c (add_binding): Change prototype.
504         (find_class_binding_level): New function.
505         (innermost_nonclass_level): Likewise.
506         (current_binding_level): Update documentation.
507         (inner_binding_level): Remove.  Replace with current_binding_level
508         throughout.
509         (push_binding_level): Remove special handling of
510         class_binding_level.
511         (pop_binding_level): Likewise.  Use find_class_binding_level.
512         (suspend_binding_level): Likewise.
513         (global_bindings_p): Use innermost_nonclass_level.
514         (toplevel_bindings_p): Likewise.
515         (namespace_bindings_p): Likewise.
516         (pseudo_global_level_p): Likewise.
517         (push_binding): Clear INHERITED_VALUE_BINDING_P.
518         (add_binding): Check for illegal multiple declarations.  Return a
519         value indicating whether or not the new binding was legal.
520         (push_local_binding): Skip over class binding levels.  Check
521         return value from add_binding.
522         (push_class_binding): Set INHERITED_VALUE_BINDING_P.  Call
523         note_name_declared_in_class.
524         (pushlevel_class): Remove "fake out the rest of the compiler"
525         code.
526         (poplevel_class): Reset IDENTIFIER_CLASS_VALUEs.
527         (clear_identifier_class_values): New function.
528         (pop_from_top_level): Use it.
529         (pop_everything): Tweak.
530         (maybe_process_template_type_declaration): Don't push the
531         declaration for the template here.
532         (pushtag): Don't push tag declarations into class scope here.
533         (pushdecl): Apply DeMorgan's law for readability.
534         (pushdecl_class_level): Remove special-case code for
535         TYPE_BEING_DEFINED.  Handle OVERLOADs and anonymous unions.
536         (push_class_level_bindng): Deal with inherited bindings.
537         (lookup_name_real): Remove special-case code for
538         TYPE_BEING_DEFINED, and some implicit typename magic.
539         (grokdeclarator): Handle COMPONENT_REF for a template function.
540         (build_enumerator): Don't call pushdecl_class_level here.
541         (id_in_current_class): Remove.
542         * decl2.c (grokfield): Don't call pushdecl_class_level or
543         check_template_shadow.
544         * errfn.c (cp_file_of): Don't declare.
545         (cp_line_of): Likewise.
546         * error.c (dump_decl): Handle an OVERLOAD.
547         (cp_file_of): Likewise.
548         (cp_line_of): Likewise.
549         * init.c (build_member_call): Handle a COMPONENT_REF.
550         * lex.c (do_identifier): Call maybe_note_name_used_in_class, not
551         pushdecl_class_level.
552         * method.c (hack_identifier): Build COMPONENT_REFs for references
553         to member templates as well as member functions.  Remove dead
554         code.
555         * parse.y (left_curly): Remove.
556         (nonnested_type): Call maybe_note_name_used_in_class, not
557         pushdecl_class_level.
558         * parse.c: Regenerated.
559         (nested_name_specifier_1): Likewise.
560         * pt.c (check_explicit_specialization): Adjust, for robustness.
561         (check_template_shadow): Handle OVERLOADs.
562         (build_template_decl): Set DECL_CONSTRUCTOR_P on the
563         TEMPLATE_DECL, if appropriate.
564         * search.c (envelope_add_decl): Remove.
565         (dfs_pushdecls): Likewise.
566         (dfs_compress_decls): Likewise.
567         (dfs_push_decls): New function.
568         (dfs_push_type_decls): Likewise.
569         (setup_class_bindings): Likewise.
570         (template_self_reference_p): Likewise.
571         (lookup_field_r): Use it.
572         (looup_member): Remove old comment.  Deal with ambiguity.
573         (push_class_decls): Use dfs_push_decls and dfs_push_type_decls,
574         and remove envelope processing.
575         * semantics.c (begin_class_definition): Let pushclass push
576         declarations for base classes.
577         (finish_member_declaration): Push declarations into class scope.
578         * typeck.c (build_component_ref): Just put an OVERLOAD into the
579         COMPONENT_REF, not a TREE_LIST of an OVERLOAD.
580         (build_x_function_call): Deal with OVERLOAD.  Handle template-ids.
581         * Makefile.in (class.o): Depend on splay-tree.h.
582
583 Wed Mar 31 11:30:43 1999  Nathan Sidwell  <nathan@acm.org>
584
585         * cvt.c (convert_pointer_to_real): Use same_type_p.
586         * typeck.c (comp_target_types): Use same_type_p.
587
588 1999-03-31  Jason Merrill  <jason@yorick.cygnus.com>
589
590         * semantics.c (begin_inline_definitions,
591         finish_inline_definitions): Rename from finish_default_args and
592         begin_inline_definitions, respectively, to something that isn't a
593         total lie.  :)
594         * parse.y (structsp): Adjust.
595
596         * tree.c (hash_tree_cons): Remove obsolete via_* parms.
597         (list_hash_lookup): Likewise.
598         (hash_tree_chain): Adjust.
599         * pt.c (tsubst): Adjust.
600         (tsubst_arg_types): Use plain hash_tree_cons.
601         * cp-tree.h (hash_tree_cons_simple): Lose.
602         * parse.y (declmods, nonempty_cv_qualifiers): Use hash_tree_cons.
603
604 Wed Mar 31 10:48:29 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
605
606         * Makefile.in (hash.h): Generate using gperf language 'C', not
607         'KR-C', so gperf uses the `const' keyword on strings.
608
609         * gxx.gperf (resword): Const-ify a char*.
610
611 1999-03-30  Jason Merrill  <jason@yorick.cygnus.com>
612
613         * cp-tree.h (IDENTIFIER_AS_DESC, IDENTIFIER_AS_LIST,
614         CLASSTYPE_BASELINK_VEC, CLASSTYPE_N_SUPERCLASSES,
615         CLASSTYPE_N_BASECLASSES, CLASSTYPE_MAX_DEPTH,
616         CLASSTYPE_BASE_INIT_LIST, CLASSTYPE_AS_LIST, CLASSTYPE_ID_AS_LIST,
617         CLASSTYPE_BINFO_AS_LIST): Remove cruft.
618         * class.c, lex.c, parse.y, ptree.c, search.c, semantics.c,
619         tree.c: Adjust.
620
621 1999-03-29  Jason Merrill  <jason@yorick.cygnus.com>
622
623         * decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.
624
625 1999-03-28  Jason Merrill  <jason@yorick.cygnus.com>
626
627         * pt.c (fn_type_unification): Ignore 'this' parm from conversion ops.
628
629 1999-03-27  Mark Mitchell  <mark@codesourcery.com>
630
631         * cp-tree.h (add_friend): Declare.
632         (add_friends): Likewise.
633         * friend.c (add_friend): Make it global.  Don't add to
634         DECL_BEFRIENDING_CLASSES if the befriending class is a template.
635         (add_friends): Make it global.
636         (make_friend_class): Don't add to DECL_BEFRIENDING_CLASSES if the
637         befriending class is a template.
638         * parse.y (component_decl_1): Fix typo in comment.
639         * parse.c: Regenerated.
640         * pt.c (instantiate_class_template): Use add_friend and
641         add_friends rather that duplicating some of their functionality
642         here.
643
644 1999-03-27  Jason Merrill  <jason@yorick.cygnus.com>
645
646         * call.c (build_field_call): Unify 'this' and non-'this' cases.
647
648         * typeck.c (build_indirect_ref): Check for 'this' sooner.
649
650 Fri Mar 26 10:20:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
651
652         * call.c (op_error): Const-ify a char*.
653         (add_candidate, source_type, add_warning): Add static prototype.
654         (print_z_candidates): Const-ify a char*.
655
656         * class.c (resolve_address_of_overloaded_function,
657         fixed_type_or_null, build_vtable_entry_ref): Add static prototype.
658         (get_vtable_name, finish_struct_1): Const-ify a char*.
659
660         * cvt.c (convert_to_reference): Likewise.
661
662         * decl.c (redeclaration_error_message, record_builtin_type,
663         record_unknown_type, member_function_or_else, bad_specifiers):
664         Likewise.
665         (find_binding, select_decl, unqualified_namespace_lookup,
666         lookup_flags, qualify_lookup, record_builtin_java_type, tag_name):
667         Add static prototype.
668         (warn_extern_redeclared_static, duplicate_decls, pushdecl,
669         implicitly_declare, record_builtin_java_type, define_function,
670         grok_op_properties, tag_name): Const-ify a char*.
671
672         * cp-tree.h (FORMAT_VBASE_NAME): Allow parameter `BUF' to be const.
673         (define_function, finish_builtin_type): Const-ify a char*.
674         (cp_error, cp_error_at, cp_warning, cp_warning_at, cp_pedwarn,
675         cp_pedwarn_at, cp_compiler_error, cp_sprintf): Add prototype args.
676         (file_name_nondirectory): Const-ify a char*.
677         (init_filename_times): Don't prototype.
678         (compiler_error): Prototype.
679         (yyerror, init_repo): Const-ify a char*.
680         (build_srcloc): Don't prototype.
681         (build_x_indirect_ref, build_indirect_ref, build_component_addr):
682         Const-ify a char*.
683         (warn_for_assignment): Don't prototype.
684         (convert_for_initialization, readonly_error, check_for_new_type,
685         GNU_xref_begin, GNU_xref_file, GNU_xref_ref, GNU_xref_call):
686         Const-ify a char*.
687
688         * decl2.c (acceptable_java_type, output_vtable_inherit,
689         setup_initp, start_objects, finish_objects, do_dtors, do_ctors,
690         merge_functions, decl_namespace, validate_nonmember_using_decl,
691         do_nonmember_using_decl): Add static prototype.
692         (lang_f_options): Const-ify a char*.
693         (finish_builtin_type): Likewise.
694         (add_function, arg_assoc_namespace, arg_assoc_class): Add static
695         prototype.
696
697         * errfn.c: Include cp-tree.h.
698         (cp_thing): Add static prototype.
699         (compiler_error): Don't protoptype.
700         (cp_compiler_error): Cast `compiler_error' to `errorfn' before
701         passing it to `cp_thing'.
702
703         * error.c (interesting_scope_p): Add static prototype.
704
705         * except.c (build_eh_type_type, build_eh_type_type_ref): Const-ify
706         a char*.
707
708         * init.c (compiler_error): Don't prototype.
709         (member_init_ok_or_else): Const-ify a char*.
710         (build_java_class_ref): Add static prototype.
711
712         * lex.c (compiler_error): Don't prototype.
713         (get_time_identifier, interface_strcmp, extend_token_buffer,
714         handle_cp_pragma): Const-ify a char*.
715         (is_global, init_filename_times): Add static prototype.
716         (file_name_nondirectory, cplus_tree_code_name): Const-ify a char*.
717         (compiler_error): Change from fixed args to variable args.
718         (yyerror): Const-ify a char*.
719
720         * parse.y (cond_stmt_keyword): Const-ify a char*.
721         (parse_decl): Add static prototype.
722
723         * pt.c (template_args_equal, print_template_context): Likewise.
724         (print_candidates, check_default_tmpl_args): Const-ify a char*.
725         (instantiate_class_template): Likewise.
726
727         * repo.c (get_base_filename, open_repo_file, init_repo): Likewise.
728
729         * rtti.c (call_void_fn, expand_generic_desc, expand_si_desc,
730         expand_class_desc, expand_ptr_desc, expand_attr_desc): Likewise.
731
732         * search.c (lookup_field_info, lookup_member): Likewise.
733         (lookup_member): Cast the first argument of `bzero' to a PTR.
734
735         * sig.c (compiler_error): Don't prototype.
736         (build_signature_pointer_or_reference_nam): Const-ify a char*.
737         (get_sigtable_name, build_member_function_pointer): Likewise.
738
739         * tree.c (compiler_error): Don't prototype.
740         (no_linkage_helper, build_srcloc): Add static prototype.
741         (build_vbase_pointer_fields): Const-ify a char*.
742         (__eprintf): Don't unnecessarily handle `const' when !__STDC__.
743
744         * typeck.c (compiler_error): Don't prototype.
745         (convert_for_assignment): Const-ify a char*.
746         (comp_cv_target_types): Add static prototype.
747         (build_x_indirect_ref, build_indirect_ref, convert_arguments,
748         build_component_addr, build_unary_op, convert_for_initialization):
749         Const-ify a char*.
750
751         * typeck2.c (ack): Add static prototype and change from fixed args
752         to variable args.
753         (readonly_error, check_for_new_type): Const-ify a char*.
754
755         * xref.c (_XREF_FILE, find_file, filename, fctname, declname,
756         fixname, open_xref_file, classname, GNU_xref_begin): Likewise.
757         (GNU_xref_file): Likewise.  Also use `xmalloc' instead of `malloc'.
758         (GNU_xref_end_scope, GNU_xref_ref, GNU_xref_decl, GNU_xref_call,
759         gen_assign, GNU_xref_member): Const-ify a char*.
760
761 1999-03-25  Martin von Löwis  <loewis@informatik.hu-berlin.de>
762
763         * gxxint.texi: Remove old discussion on copying virtual bases.
764
765 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
766
767         * Make-lang.in: Remove all references to g++.o/g++.c.
768         Link g++ from gcc.o.
769
770 1999-03-25  Jason Merrill  <jason@yorick.cygnus.com>
771
772         * decl2.c (comdat_linkage): Treat vtables like functions.
773
774 1999-03-25  Mark Mitchell  <mark@codesourcery.com>
775
776         * pt.c (tsubst_decl): tsubst into DECL_BEFRIENDING_CLASSES.
777
778 1999-03-25  Nathan Sidwell  <nathan@acm.org>
779
780         * decl.c (init_decl_processing): Add `signed' type as a synonym
781         for `int'.
782
783 1999-03-25  Jason Merrill  <jason@yorick.cygnus.com>
784
785         * typeck.c (common_type): Handle cv-qual unification for pointers
786         to members.
787
788         * decl.c (unqualified_namespace_lookup): Return error_mark_node
789         on error.
790         (lookup_name_real): Set LOOKUP_COMPLAIN when *not* parsing.
791         * lex.c (do_identifier): If we got error_mark_node, call
792         lookup_name again.
793
794 1999-03-24  Martin von Löwis  <loewis@informatik.hu-berlin.de>
795
796         * class.c (finish_struct_1): Always reset TYPE_FIELDS for empty
797         classes.
798
799 1999-03-24  Jason Merrill  <jason@yorick.cygnus.com>
800
801         * decl.c (lookup_name_real): Do nested field lookup regardless of
802         TYPE_BEING_DEFINED.
803
804 1999-03-24  Mark Mitchell  <mark@codesourcery.com>
805
806         * cp-tree.h (lang_type): Remove has_assignment and
807         has_real_assignment.  Add befriending_classes.
808         (TYPE_HAS_ASSIGNMENT): Remove.
809         (TYPE_HAS_REAL_ASSIGNMENT): Likewise.
810         (CLASSTYPE_BEFRIENDING_CLASSES): New macro.
811         (lang_decl): Document.
812         (DECL_BEFRIENDING_CLASSES): New macro.
813         (FRIEND_NAME): Move declaration to more obvious location.
814         (FRIEND_DECLS): Likewise.
815         * class.c (finish_struct_1): Don't use TYPE_HAS_REAL_ASSIGNMENT.
816         * decl.c (duplicate_decls): Copy DECL_BEFRIENDING_CLASSES.
817         (fixup_anonymous_union): Don't use TYPE_HAS_ASSIGNMENT.
818         (grok_op_properties): Likewise.
819         * friend.c (is_friend): Use FRIEND_NAME and FRIEND_DECLS.
820         (add_friend): Likewise.  Don't do weird things with assignment
821         operators.  Update DECL_BEFRIENDING_CLASSES.
822         (add_friends): Don't do weird things with assignment operators.
823         (make_friend_class): Likewise.  Update
824         CLASSTYPE_BEFRIENDING_CLASSES.
825         * pt.c (instantiate_class_template): Don't set
826         TYPE_HAS_ASSIGNMENT.
827         (tsubst_copy): Substitute the TREE_TYPE for more unary
828         expressions.
829         * ptree.c (print_lang_type): Don't look at TYPE_HAS_ASSIGNMENT.
830         * search.c (protected_accessible_p): New function.
831         (friend_accessible_p): Likewise.
832         (accessible_p): Use them.
833
834 1999-03-23  Mark Mitchell  <mark@codesourcery.com>
835
836         * pt.c (convert_nontype_argument): Don't create things that aren't
837         PTRMEM_CSTs when applying a qualification conversion to a
838         PTRMEM_CST.
839
840 1999-03-23  Mark Mitchell  <mark@codesourcery.com>
841
842         * Makefile.in (OBJS): Don't mention hash.o.
843         (OBJDEPS): Likewise.
844
845 1999-03-23  Jason Merrill  <jason@yorick.cygnus.com>
846
847         * decl2.c (finish_file): Set at_eof to 2 after expanding ctors.
848         * decl.c (expand_static_init): Make sure we don't add any after
849         then.
850
851         * decl.c (cp_finish_decl): Move intelligence about handling
852         DECL_COMDAT for variables from here...
853         * decl2.c (comdat_linkage): ...to here.
854         (maybe_make_one_only): Tweak.
855         (import_export_decl): Call comdat_linkage for variables, too.
856         (finish_file): Handle template statics properly.
857
858 1999-03-22  Mark Mitchell  <mark@codesourcery.com>
859
860         * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
861         Document internals of pointer-to-member-functions.
862         (DELTA2_FROM_PTRMEMFUNC): Make it call delta2_from_ptrmemfunc.
863         (PFN_FROM_PTRMEMFUNC): Likewise.
864         (build_type_conversion): Remove unused parameter.
865         (build_ptrmemfunc1): Declare.
866         (expand_ptrmemfunc_cst): New function.
867         (delta2_from_ptrmemfunc): Likewise.
868         (pfn_from_ptrmemfunc): Likewise.
869         * cvt.c (cp_convert_to_pointer): Remove unused parameter to
870         build_type_conversion.  Use TYPE_PTRMEM_P for readability.
871         (convert_to_reference): Remove unused parameter to
872         build_type_conversion.
873         (ocp_convert): Likewise.
874         (build_user_type_conversion): Likewise.
875         * error.c (dump_expr): Handle NULL pointer-to-member functions.
876         * expr.c (cplus_expand_expr): Handle PTRMEM_CSTs for functions.
877         * method.c (build_overload_value): Don't go splitting CONSTRUCTORs
878         open when handling pointer-to-member functions.
879         * pt.c (convert_nontype_argument): Clean up error messages.  Be
880         more stringent with pointers-to-members.
881         * typeck.c (build_ptrmemfunc1): Don't declare.  Make it global.
882         (build_unary_op): Tidy ever-so-slightly.
883         (build_conditional_expr): Remove extra parameter to
884         build_type_conversion.
885         (build_ptrmemfunc): Build PTRMEM_CSTs if we know what function
886         we're using.
887         (expand_ptrmemfunc_cst): Define.
888         (delta2_from_ptrmemfunc): Likewise.
889         (pfn_from_ptrmemfunc): Likewise.
890
891 1999-03-19  Mark Mitchell  <mark@codesourcery.com>
892
893         * init.c (build_member_call): Handle template-id expressions
894         correctly.
895         * typeck.c (build_x_function_call): Likewise.
896
897 1999-03-19  Chip Salzenberg  <chip@perlsupport.com>
898
899         * friend.c (make_friend_class): Avoid core dump when
900         not-yet-defined friend type lacks TYPE_LANG_SPECIFIC().
901
902 1999-03-18  Jason Merrill  <jason@yorick.cygnus.com>
903
904         * decl.c (start_function): Suppress normal linkage heuristics
905         for #pragma interface under MULTIPLE_SYMBOL_SPACES.
906
907 1999-03-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
908
909         * Make-lang.in: ($(INTL_TARGETS)): Depend on cp/parse.c.
910         ($(srcdir)/cp/parse.c): Moved from ../Makefile.in.
911
912 1999-03-17  Martin von Löwis  <loewis@informatik.hu-berlin.de>
913
914         * parse.y (named_complex_class_head_sans_basetype):
915         Do not push a scope for error_mark_node.
916         (maybe_base_class_list): Likewise.
917
918         * decl.c (start_decl): Check for error_mark_node as a type.
919         Detected by g++.brendan/array-refs.C.
920         (start_decl_1): Likewise.  Detected by g++.bugs/900322_01.C.
921         (maybe_build_cleanup_1): Likewise.  Detected by
922         g++.jason/incomplete1.C.
923
924         * tree.c (build_dummy_object): Use void_zero_node instead of the
925         error_mark_node.
926         (is_dummy_object): Check for such a node.
927         Detected by g++.bob/inherit1.C
928
929 1999-03-16  Jason Merrill  <jason@yorick.cygnus.com>
930
931         * method.c (old_backref_index): Split out...
932         (flush_repeats): From here.  Rename back from try_old_backref.
933         (build_mangled_name): Put back some old-style repeat handling.
934
935 Mon Mar 15 21:57:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
936
937         * lex.c: Don't include setjmp.h.
938         (parse_float): New static function.
939         (pf_args): New struct.
940         (real_yylex): Use them in call to `do_float_handler'.
941
942 1999-03-15  Mark Mitchell  <mark@markmitchell.com>
943
944         * decl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES here.
945         * tree.c (layout_basetypes): Not here.
946         * search.c (dfs_search): Remove; no longer used.
947
948 1999-03-12  Mark Mitchell  <mark@markmitchell.com>
949
950         * decl2.c (validate_nonmember_using_decl): Issue sensible
951         error-messages on bogus qualifiers.
952
953 1999-03-14  Jason Merrill  <jason@yorick.cygnus.com>
954
955         * call.c (add_function_candidate): Fix uninitialized variable.
956
957         * Makefile.in (search.o): Add dependency on varray.h.
958
959 1999-03-13  Jason Merrill  <jason@yorick.cygnus.com>
960
961         * decl.c (duplicate_decls): Use same_type_p.
962         * method.c (try_old_backref): Renamed from flush_repeats.  Use
963         same_type_p.  Don't try to handle repeats.  Return success.
964         (is_back_referenceable_type): Return 0 if TYPE_FOR_JAVA.  Support
965         calls from old-style code, too.
966         (check_ktype): Use same_type_p.
967         (check_btype): Use same_type_p.  Don't pull out TYPE_MAIN_VARIANT.
968         (build_qualified_name): Simplify logic.
969         (process_overload_item): Strip typedefs and quals at the top.
970         (build_mangled_name_for_type_with_Gcode): Remove call to
971         type_canonical_variant.
972         (build_mangled_name): Likewise.  Remove support for old-style
973         repeats, which have been disabled since 2.7.2.  Don't mess with
974         TREE_USED.
975         (build_decl_overload_real): Don't mess with TREE_USED.
976
977 1999-03-13  Nathan Sidwell  <nathan@acm.org>
978
979         * error.c (cp_printers): Add 'F' escape character.
980         (dump_type_real): Remove TREE_LIST (fnargs) printing.
981         Functionality moved to dump_parameters.
982         (dump_type_suffix): Use dump_parameters and dump_exception_spec.
983         (dump_function_decl): Extend meaning of V parameter.  Use
984         dump_parameters and dump_exception_spec.
985         (dump_parameters): New static function.
986         (dump_exception_spec): New static function.
987         (fndecl_as_string): Change argument semantics.  Use
988         dump_function_decl directly.
989
990         * sig.c (build_signature_table_constructor): Use cp_error.
991
992 1999-03-13  Martin von Löwis  <loewis@informatik.hu-berlin.de>
993
994         * semantics.c (finish_switch_cond): Handle error cases gracefully.
995         Detected by g++.law/enum5.C.
996
997         * typeck.c (build_modify_expr): Check for errors after resolving
998         offsets.  Detected by g++.brendan/static1.C.
999
1000         * decl.c (complete_array_type): Ignore initial_value if it is an
1001         error.  Detected by g++.benjamin/17930.C.
1002
1003         * typeck2.c (process_init_constructor): Return error if one argument
1004         is in error.  Detected by g++.benjamin/13478.C.
1005
1006 1999-03-12  Martin von Löwis  <loewis@informatik.hu-berlin.de>
1007
1008         * decl.c (select_decl): Allow class templates when we need types.
1009         * decl2.c (ambiguous_decl): Likewise.
1010
1011 1999-03-12  Mark Mitchell  <mark@markmitchell.com>
1012
1013         * lex.c (do_identifier): Correct call to enforce_access.
1014         * search.c (accessible_p): Tweak comment.
1015
1016 1999-03-10  Mark Mitchell  <mark@markmitchell.com>
1017
1018         * semantics.c (begin_class_definition): Call build_self_reference.
1019         (finish_member_declaration): Set DECL_CONTEXT for TYPE_DECLs.
1020
1021         * search.c (assert_canonical_unmarked): Fix typo in prototype.
1022
1023         * search.c (dfs_canonical_queue): New function.
1024         (dfs_assert_unmarked_p): Likewise.
1025         (assert_canonical_unmarked): Likewise.
1026         (access_in_type): Use it.
1027         (accessible_p): Likewise.  Walk the whole tree when umarking.
1028
1029         * sig.c (build_signature_table_constructor): Use accessible_p
1030         instead of compute_access.
1031
1032 1999-03-09  Jason Merrill  <jason@yorick.cygnus.com>
1033
1034         * call.c (add_builtin_candidates): Handle overloaded conversion ops.
1035
1036 1999-03-09  Mark Mitchell  <mark@markmitchell.com>
1037
1038         * cp-tree.h (flag_access_control): Declare.
1039         (TREE_VIA_PPUBLIC): Document.
1040         (DECL_NONSTATIC_MEMBER_P): New macro.
1041         (enforce_access): Return an indication of whether or not access
1042         was permitted.
1043         (build_self_reference): Change prototype.
1044         (compute_access): Replace with ...
1045         (accessible_p): New function.
1046         (dfs_walk): Change prototype.
1047         (dfs_unmark): Likewise.
1048         (markedp): Likewise.
1049         * call.c (enforce_access): Use accessible_p.
1050         * class.c (build_self_reference): Insert the declaration into the
1051         list of members for this type, and make it public.
1052         * decl.c (xref_basetypes): Avoid ill-timed recursion.
1053         * init.c (build_offset_ref): Use lookup_member, not three separate
1054         name-lookups.  Call enforce_access rather than checking for
1055         illegal accesses here.
1056         (resolve_offset_ref): Likewise.
1057         * lex.c (do_identifier): Likewise.
1058         * method.c (hack_identifier): Likewise.
1059         * parse.y (self_reference): Remove.
1060         (opt_component_decl_list): Don't use it.
1061         * parse.c: Regenerated.
1062         * pt.c (print_candidates): Generalize to handle lists of
1063         overloaded functions.
1064         (instantiate_class_template): Don't rely on TREE_VIA_PRIVATE; it's
1065         not set.
1066         (get_template_base): Use new calling convention for dfs_walk.
1067         * search.c: Include varray.h.  Add prototypes.
1068         (dfs_walk): Accept a data pointer to pass to the work functions.
1069         All callers changed.  All work functions changed.
1070         (breadth_first_search): Rename to bfs_walk, and make consistent
1071         with dfs_walk.
1072         (dfs_walk_real): New function.
1073         (canonical_binfo): New function.
1074         (context_for_name_lookup): Likewise.
1075         (shared_marked_p): Likewise.
1076         (shared_unmarked_p): Likewise.
1077         (lokup_field_queue_p): Likewise.
1078         (lookup_field_r): Generalize to handle both functions and fields.
1079         (lookup_field): Just call lookup_member.
1080         (lookup_fnfields): Likewise.
1081         (lookup_member): Move body of lookup_field here and generalize.
1082         (dfs_accessible_queue_p): Likewise.
1083         (dfs_accessible_p): Likewise.
1084         (dfs_access_in_type): Likewise.
1085         (access_in_type): Likewise.
1086         (compute_access): Remove, and replace with ...
1087         (accessible_p): New function.
1088         (vbase_types): Remove.
1089         (vbase_decl_ptr_intermediate): Likewise.
1090         (vbase_decl_ptr): Likewise.
1091         (vbase_init_result): Likewise.
1092         (closed_envelopes): Likewise.
1093         (bvtable): Likewise.
1094
1095 1999-03-09  Jason Merrill  <jason@yorick.cygnus.com>
1096
1097         * call.c (add_function_candidate): Check for proper number of args
1098         before checking the validity of those args.
1099
1100 1999-03-06  Jason Merrill  <jason@yorick.cygnus.com>
1101
1102         * cp-tree.h (struct lang_type): Add anon_union field.
1103         (ANON_UNION_TYPE_P): Use it instead of examining type.
1104         (SET_ANON_UNION_TYPE_P): New macro.
1105         * decl.c (check_tag_decl): Use it.
1106
1107         * search.c (compute_access): Handle non-type contexts earlier, and
1108         handle NULL_TREE.
1109
1110         * tree.c (build_exception_variant): Use copy_to_permanent.
1111
1112         * decl2.c (setup_initp): Give statics with no priority the default
1113         priority here.
1114         (do_dtors, do_ctors, finish_file): Remove special handling of
1115         non-prioritized statics.
1116
1117 1999-03-05  Mark Mitchell  <mark@markmitchell.com>
1118
1119         * cp-tree.h (ANON_UNION_TYPE_P): Robustify.
1120         * decl.c (make_typename_type): Don't issue an error if an
1121         immediate lookup fails; it migt be resolved later.
1122         * friend.c (is_friend): Add comment.
1123         * search.c (breadth_first_search): Add POSTFN and DATA
1124         parameters.  Tidy.  All callers changed.
1125         (lookup_field_queue_p): New function.
1126         (lookup_field_r): Likewise.
1127         (lookup_field_post): Likewise.
1128         (lookup_field): Use them, via breadth_first_search, instead of
1129         duplicating logic.
1130         (compute_access): Robustify.
1131         (lookup_fnfield_info): New structure.
1132
1133 1999-03-05  Jason Merrill  <jason@yorick.cygnus.com>
1134
1135         * pt.c (tsubst, case ARRAY_REF): Use tsubst_expr again.
1136
1137 1999-03-03  Jason Merrill  <jason@yorick.cygnus.com>
1138
1139         * class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4
1140         cc happy.
1141
1142         * decl2.c (import_export_class): Also return if
1143         CLASSTYPE_INTERFACE_ONLY is set.
1144
1145 1999-03-03  Martin von Löwis  <loewis@informatik.hu-berlin.de>
1146
1147         * decl.c (push_overloaded_decl): Only overwrite the old binding if
1148         there was one.
1149         * decl2.c (do_local_using_decl): Fix loop termination.
1150
1151 1999-03-02  Mark Mitchell  <mark@markmitchell.com>
1152
1153         * cp-tree.h (determine_specialization): Don't declare.
1154         * pt.c (determine_specialization): Make it static.  Eliminate
1155         complain parameter.  Note that decl is always non-NULL now, and
1156         simplify accordingly.
1157
1158         * decl.c (maybe_push_to_top_level): Always call
1159         push_cp_function_context.
1160         (pop_from_top_level): Always call pop_cp_function_context.
1161
1162 1999-02-26  Nathan Sidwell  <nathan@acm.org>
1163
1164         * typeck.c (complete_type_or_else): Add VALUE arg, for helpful
1165         diagnostics.
1166         * cp-tree.h (complete_type_or_else): Added VALUE parameter.
1167         * init.c (build_new_1): Extra arg to complete_type_or_else.
1168         (build_delete): Likewise.
1169         * typeck.c (require_complete_type): Likewise.
1170         (pointer_int_sum): Likewise.
1171         (pointer_diff): Likewise.
1172         (build_component_ref): Likewise.
1173
1174         * typeck2.c (incomplete_type_error): Always use cp_error.
1175         Show declaration of undefined type, if appropriate.
1176         Deal with UNKNOWN_TYPE nodes.
1177
1178         * typeck.c (require_complete_type): Use TYPE_SIZE as
1179         size_zero_node to mean incomplete type.
1180         (require_complete_type_in_void): New function.
1181         (build_compound_expr): Call complete_type_in_void for LHS.
1182         (build_c_cast): Call complete_type_in_void for void cast.
1183         * cvt.c (ocp_convert): Call complete_type_in_void for void cast.
1184         * decl.c (cplus_expand_expr_stmt): Void expression checks moved to
1185         require_complete_type_in_void.  Call it.
1186         * cp-tree.h (require_complete_type_in_void): Prototype new function.
1187
1188         * typeck.c (convert_arguments): Use alternative format for
1189         function decls.  Don't require_complete_type here.  Simplify
1190         diagnostic printing.
1191         (convert_for_initialization): Don't require_complete_type on RHS yet.
1192         * call.c (convert_arg_to_ellipsis): Call require_complete_type.
1193
1194         * call.c (build_over_call): Cope with qualified void return type.
1195         * semantics.c (finish_call_expr): Likewise.
1196         * typeck.c (build_function_call_real): Likewise.
1197         (c_expand_return): Likewise.
1198         * decl2.c (reparse_absdcl_as_expr): Cope with qualified void type.
1199
1200         * call.c (print_z_candidates): Use alternate print format, to be
1201         consistent with (pt.c) print_candidates.
1202         * method.c (hack_identifier): List candidate members.
1203         * search.c (lookup_field): Build ambiguous list, and show it, if
1204         ambiguous.
1205
1206 1999-02-26  Mark Mitchell  <mark@markmitchell.com>
1207
1208         * typeck.c (decay_conversion): Don't confuse constant array
1209         variables with their initializers.
1210
1211         * decl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIATED when
1212         merging decls.
1213         * pt.c (regenerate_decl_from_template): Tweak for clarity.
1214         (instantiate_decl): Mark a decl instantiated before regenerating
1215         it to avoid recursion.
1216         * tree.c (mapcar): Don't call decl_constant_value unless we know
1217         something is TREE_READONLY_DECL_P.
1218
1219         * class.c (check_for_override): Don't stop checking when we find
1220         the first overridden function.  Delete #if 0'd code.
1221         * search.c (get_matching_virtual): Likewise.
1222
1223 1999-02-25  Richard Henderson  <rth@cygnus.com>
1224
1225         * lang-specs.h: Define __FAST_MATH__ when appropriate.
1226
1227 1999-02-24  Mike Stump  <mrs@wrs.com>
1228
1229         * typeck.c (convert_for_assignment): Allow boolean integral constant
1230         expressions to convert to null pointer.
1231
1232 1999-02-24  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1233
1234         * decl.c (lookup_namespace_name): Resolve namespace aliases.
1235
1236         * class.c (push_nested_class): Allow namespaces.
1237
1238         * decl2.c (set_decl_namespace): Add friendp parameter.
1239         * decl.c (grokfndecl): Pass it.
1240         (grokvardecl): Likewise.
1241         * cp-tree.h: Change declaration.
1242
1243 1999-02-24  Jason Merrill  <jason@yorick.cygnus.com>
1244
1245         * pt.c (tsubst): Allow an array of explicit size zero.
1246
1247 1999-02-23  Jason Merrill  <jason@yorick.cygnus.com>
1248
1249         * errfn.c: Change varargs code to look like toplev.c.
1250
1251         * method.c (process_modifiers): Don't prepend 'U' for char or
1252         wchar_t.
1253
1254 1999-02-20  Craig Burley  <craig@jcb-sc.com>
1255
1256         * Make-lang.in (cplib2.ready): Don't consider updating
1257         cplib2 stuff if the current directory isn't writable, as
1258         it won't work (such as during a `make install').
1259
1260 Sun Feb 21 20:38:00 1999  H.J. Lu  (hjl@gnu.org)
1261
1262         * decl2.c (start_objects): Make file scope constructors and
1263         destructors local to the file if ASM_OUTPUT_CONSTRUCTOR and
1264         ASM_OUTPUT_DESTRUCTOR are defined.
1265
1266 1999-02-19  Mark Mitchell  <mark@markmitchell.com>
1267
1268         * cp-tree.h (CLASSTYPE_METHOD_VEC): Adjust comment.
1269         (fn_type_unification): Adjust prototype.
1270         (lookup_fnfields_1): Declare.
1271         * call.c (add_template_candidate_real): Adjust call to
1272         fn_type_unification.
1273         * class.c (add_method): Don't allow duplicate declarations of
1274         constructors or destructors.
1275         (resolve_address_of_overloaded_function): Remove unused variable.
1276         Adjust call to fn_type_unification.
1277         * decl.c (grokfndecl): Be more robust in the face of illegal
1278         specializations.
1279         * decl2.c (check_classfn): Remove hokey handling of member
1280         templates.
1281         * pt.c (determine_specialization): Improve comments.  Adjust to
1282         handle template argument deduction as per the standard.
1283         (check_explicit_specialization): Fix comment spacing.  Handle
1284         type-conversion operators correctly.  Improve error-recovery.
1285         (fn_type_unification): Remove EXTRA_FN_ARG parameter.
1286         (get_bindings_real): Simplify handling of static members.
1287         * search.c (lookup_fnfields_1): Make it have external linkage.
1288         * typeck.c (compparms): Fix comment.
1289         (build_unary_op): Don't try to figure out which template
1290         specialization is being referred to when when the address-of
1291         operator is used with a template function.
1292
1293 Thu Feb 18 23:40:01 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1294
1295         * cp-tree.h (lvalue_or_else): Qualify a char* with the `const'
1296         keyword to match an analogous change at the top level.
1297
1298         * tree.c (lvalue_or_else): Likewise.
1299
1300 1999-02-17  Mark Mitchell  <mark@markmitchell.com>
1301
1302         * decl.c (xref_basetypes): Comment.
1303         * pt.c (instantiate_class_template): Use xref_basetypes.
1304
1305 1999-02-16  Mark Mitchell  <mark@markmitchell.com>
1306
1307         * cp-tree.h (tsubst): Change prototype.
1308         (tsubst_expr): Likewise.
1309         (tsubst_copy): Likewise.
1310         (type_unification): Remove prototype.
1311         * call.c (convert_default_arg): Adjust call to tsubst_expr.
1312         * class.c (resolve_address_of_overloaded_function): Just use
1313         fn_type_unification.
1314         * decl.c (grokdeclarator): Adjust call to tsubst.
1315         * method.c (build_template_parm_names): Likewise.
1316         * pt.c (GTB_VIA_VIRTUAL): New macro.
1317         (GTB_IGNORE_TYPE): Likewise.
1318         (resolve_overloaded_unification): Add `complain' parameter.
1319         (try_one_overload): Likewise.
1320         (tsubst_template_arg_vector): Likewise.
1321         (tsubst_template_parms): Likewise.
1322         (tsubst_aggr_type): Likewise.
1323         (tsubst_arg_types): Likewise.
1324         (tsubst_call_declarator_parms): Likewise.
1325         (unify): Remove explicit_mask.
1326         (type_unification_real): Likewise.
1327         (get_template_base_recursive): Likewise.
1328         (coerce_template_template_parms): Provide prototype.
1329         (tsubst_function_type): Likewise.
1330         (try_class_unification): New function.
1331         All callers changed to use new complain parameter.
1332         (get_template_base): Use try_class_unification.
1333         (unify): Adjust handling of classes derived from template types.
1334         (fn_type_unification): Substitute explicit arguments before
1335         unification.
1336
1337 1999-02-16  Kriang Lerdsuwanakij  <lerdsuwa@scf-fs.usc.edu>
1338
1339         * decl.c (pushdecl): Remove dead code.
1340
1341 1999-02-16  Jason Merrill  <jason@yorick.cygnus.com>
1342
1343         * decl2.c (finish_objects): Fix code I missed in previous change.
1344
1345 1999-02-13  Jason Merrill  <jason@yorick.cygnus.com>
1346
1347         * decl.c (grokfndecl): Return NULL_TREE instead of error_mark_node.
1348         (grokdeclarator): Don't expect error_mark_node from grokfndecl.
1349
1350         * pt.c (maybe_process_partial_specialization): Complain about
1351         'template <>' on non-specialization.
1352
1353 1999-02-10  Jason Merrill  <jason@yorick.cygnus.com>
1354
1355         * decl.c (grokdeclarator): Catch wierd declarators.
1356         * decl2.c (finish_file): Don't abort because of namespace parsing
1357         failure.
1358         (check_decl_namespace): Remove.
1359
1360 1999-02-09  Mark Mitchell  <mark@markmitchell.com>
1361
1362         * cp-tree.h (get_template_base): Don't declare.
1363         (dfs_walk): Declare.
1364         (dfs_unmark): Likewise.
1365         (markedp): Likewise.
1366         * pt.c (unify): Remove duplicate declaration.  Pass tparms and
1367         targs to get_template_base.
1368         (get_template_base_recursive): Move here from search.c.  Check to
1369         see that the base found can be instantiated to form the desired
1370         type.
1371         (get_template_base): Likewise.
1372         (get_class_bindings): Simplify.
1373         * search.c (get_template_base_recursive): Move to pt.c.
1374         (get_template_base): Likewise.
1375         (markedp): Make it global.
1376         (dfs_walk): Likewise.
1377         (dfs_unmark): Likewise.
1378
1379 1999-02-07  Jason Merrill  <jason@yorick.cygnus.com>
1380
1381         * pt.c (maybe_process_partial_specialization): Complain about
1382         specialization in wrong namespace.
1383         * tree.c (decl_namespace_context): New fn.
1384
1385 1999-02-06  Kriang Lerdsuwanakij  <lerdsuwa@scf-fs.usc.edu>
1386
1387         * decl2.c (arg_assoc_type): Handle TEMPLATE_TEMPLATE_PARM.
1388         * pt.c (coerce_template_template_parms): Handle nested
1389         template template parameters.
1390
1391 Sat Feb  6 18:08:40 1999  Jeffrey A Law  (law@cygnus.com)
1392
1393         * typeck2.c: Update email addresses.
1394
1395 1999-02-04  Kriang Lerdsuwanakij  <lerdsuwa@scf-fs.usc.edu>
1396
1397         * pt.c (unify): Call coerce_template_parms with the COMPLAIN flag
1398         turned off.
1399
1400 1999-02-04  Jason Merrill  <jason@yorick.cygnus.com>
1401
1402         * lex.c (retrofit_lang_decl): Split out...
1403         (build_lang_decl): From here.
1404         * decl.c (pushdecl): Call it for functions generated by the middle
1405         end that don't have DECL_LANG_SPECIFIC.
1406         * cp-tree.h: Declare it.
1407
1408         * decl2.c: Remove flag_init_priority.  Always enable initp stuff.
1409         (start_objects, finish_objects): Only use special
1410         init_priority code if the user specified a priority.
1411         (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
1412         objects.
1413
1414 Wed Feb  3 22:50:17 1999  Marc Espie  <Marc.Espie@liafa.jussieu.fr>
1415
1416         * Make-lang.in (GXX_OBJS): Remove choose-temp.o, pexecute.o and
1417         mkstemp.o.  Get them from libiberty now.
1418         (DEMANGLER_PROG): Simlarly, remove getopt.o getopt1.o.
1419
1420 Tue Feb  2 22:38:48 1999  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
1421
1422         * decl2.c (lang_decode_option): Use read_integral_parameter.
1423
1424 1999-02-01  Mark Mitchell  <mark@markmitchell.com>
1425
1426         * pt.c (tsubst, case TYPENAME_TYPE): Check TYPE_BEING_DEFINED
1427         before calling complete_type_or_else.
1428
1429 Mon Feb  1 09:49:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1430
1431         * input.c (inline): Don't define, its handled by system.h.
1432
1433 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
1434
1435         * decl2.c: Don't define flag_no_ident here.  Don't process
1436         -f(no-)ident here.
1437         * cp-tree.h: Don't declare flag_no_ident here.
1438         * lang-specs.h: Map -Qn to -fno-ident.
1439
1440 1999-01-28  Jason Merrill  <jason@yorick.cygnus.com>
1441
1442         * cp-tree.h (struct tree_binding): Replace scope field with a union.
1443         (BINDING_SCOPE): Adjust.
1444         * decl.c (BINDING_LEVEL): Adjust.
1445
1446 1999-01-26  Jason Merrill  <jason@yorick.cygnus.com>
1447
1448         * pt.c (instantiate_class_template): Set up the DECL_INITIAL of
1449         member constants.
1450
1451         * init.c (expand_member_init): Pull out TYPE_MAIN_VARIANT in
1452         a ctor initializer.
1453
1454         * tree.c (equal_functions): Fix name in prototype.
1455
1456         * decl.c (push_local_binding): Add FLAGS argument.
1457         (pushdecl, push_overloaded_decl): Pass it.
1458         * decl2.c (do_local_using_decl): Likewise.
1459         * cp-tree.h: Adjust prototype.
1460         * decl.c (poplevel): Fix logic.
1461
1462         * decl.c (push_local_binding): Also wrap used decls in a TREE_LIST.
1463         (poplevel): Handle that.  Fix logic for removing TREE_LISTs.
1464         (cat_namespace_levels): Don't loop forever.
1465
1466 1999-01-25  Richard Henderson  <rth@cygnus.com>
1467
1468         * typeck.c (build_reinterpret_cast): Fix typo in duplicated test.
1469
1470 1999-01-25  Jason Merrill  <jason@yorick.cygnus.com>
1471
1472         * class.c (resolve_address_of_overloaded_function): Mark the
1473         chosen function used.
1474
1475         * call.c (build_call): Make sure that a function coming in has
1476         been marked used already.
1477         * decl.c (expand_static_init): Call mark_used instead of
1478         assemble_external.
1479         * except.c (call_eh_info, do_pop_exception, expand_end_eh_spec,
1480         alloc_eh_object, expand_throw): Likewise.
1481         * init.c (build_builtin_delete_call): Likewise.
1482         * rtti.c (call_void_fn, get_tinfo_fn, build_dynamic_cast_1,
1483         expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
1484         expand_generic_desc): Likewise.
1485
1486 1999-01-25  Martin von Löwis  <loewis@informatik.hu-berlin.de>
1487
1488         * tree.c (equal_functions): New function.
1489         (ovl_member): Call it.
1490
1491 1999-01-24  Jason Merrill  <jason@yorick.cygnus.com>
1492
1493         * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.
1494
1495 1999-01-25  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1496
1497         * decl.c (decls_match): Return 1 if old and new are identical.
1498         (push_overloaded_decl): Set OVL_USED when PUSH_USING.
1499
1500 1999-01-24  Jason Merrill  <jason@yorick.cygnus.com>
1501
1502         * decl.c (start_function): Make member functions one_only on windows.
1503         * decl2.c (import_export_decl): Likewise.
1504
1505         * decl.c (grokdeclarator): Don't complain about implicit int in
1506         a system header.  Change same-name field check to not complain in
1507         a system header instead of within extern "C".
1508
1509 1999-01-21  Mark Mitchell  <mark@markmitchell.com>
1510
1511         * cp-tree.h (PUSH_GLOBAL): New macro.
1512         (PUSH_LOCAL): Likewise.
1513         (PUSH_USING): Likewise.
1514         (namespace_bindings_p): Declare.
1515         (push_overloaded_decl): Likewise.
1516         * decl.c (push_overloaded_decl): Don't make it static.  Check for
1517         illegal declarations after using declarations here.
1518         (namespace_bindings_p): Likewise.
1519         (duplicate_decls): Don't consider declarations from different
1520         namespaces to be the same.
1521         (pushdecl): Use symbolic PUSH_ constants in calls to
1522         push_overloaded_decl.
1523         (push_overloaded_decl_1): Likewise.
1524         * decl2.c (validate_nonmember_using_decl): Tweak `std' handling.
1525         (do_nonmember_using_decl): Check for illegal using declarations
1526         after ordinary declarations here.
1527         (do_local_using_decl): Call pushdecl to insert declarations.
1528
1529 1999-01-21  Jason Merrill  <jason@yorick.cygnus.com>
1530
1531         * decl.c (grokdeclarator): Fix lang_c -> lang_name_c typo.
1532
1533 1999-01-21  Mark Mitchell  <mark@markmitchell.com>
1534
1535         * tree.c (build_cplus_array_type_1): Don't call build_array_type
1536         for types involving template parameters.
1537
1538         * cp-tree.h (PARM_DECL_EXPR): Delete.
1539         (convert_default_arg): Change prototype.
1540         (check_default_argument): Declare.
1541         (search_tree): Likewise.
1542         * call.c (convert_default_arg): Take the function to which the
1543         default argument belongs as a parameter, and do any necessary
1544         instantiation here, instead of ...
1545         (build_over_call): Here.
1546         * decl.c (local_variable_p): New function.
1547         (check_default_argument): Likewise, split out and tidied from ...
1548         (grokparms): Here.
1549         * error.c (dump_expr): Don't set PARM_DECL_EXPR.
1550         * pt.c (tsubst_call_declarator_parms): New function.
1551         (for_each_template_parm): Handle ARRAY_REFs.  Do the obvious thing
1552         with CALL_EXPRs, rather than trying to be clever.
1553         (tsubst): Use tsubst_call_declarator_parms.
1554         * tree.c (search_tree): Don't make it static.
1555         * typeck.c (convert_arguments): Use new interface to
1556         convert_default_arg.
1557
1558 1999-01-20  Mark Mitchell  <mark@markmitchell.com>
1559
1560         * error.c (dump_function_decl): Don't print the argument types for
1561         a function when the verbosity level is negative.
1562
1563         * call.c (build_over_call): Check format attributes at call-time.
1564
1565         * pt.c (tsubst_copy): Fix comment.
1566         (unify): Don't allow unification with variable-sized arrays.
1567
1568         * semantics.c (finish_stmt_expr): When processing a template make
1569         the BIND_EXPR long-lived.
1570
1571 1999-01-19  Jason Merrill  <jason@yorick.cygnus.com>
1572
1573         * decl2.c (finish_vtable_vardecl): Make vtables comdat here.
1574         (import_export_vtable): Not here.
1575
1576 1999-01-18  Jason Merrill  <jason@yorick.cygnus.com>
1577
1578         * typeck.c (build_component_ref): Wrap an OVERLOAD around a unique
1579         non-static member function.
1580
1581 1999-01-18  Nathan Sidwell  <nathan@acm.org>
1582
1583         * class.c (instantiate_type): Only diagnose illegal address of member
1584         function if complaining.
1585
1586         * decl.c (lookup_name_real): Remove duplicate code.
1587
1588 1999-01-18  Jason Merrill  <jason@yorick.cygnus.com>
1589
1590         * tree.c (copy_template_template_parm): Use permanent_obstack.
1591
1592 1999-01-18  Kriang Lerdsuwanakij  <lerdsuwa@scf-fs.usc.edu>
1593
1594         * pt.c (unify): Remove restrictions on deduction of argument
1595         of template template parameters.
1596
1597 1999-01-18  Nathan Sidwell  <nathan@acm.org>
1598
1599         * rtti.c (build_dynamic_cast_1): Resolve OFFSET_REF exprs.
1600
1601         * class.c (resolve_address_of_overloaded_function): Show list of
1602         all candidates, when none of them match.
1603
1604 1999-01-18  Chip Salzenberg  <chip@perlsupport.com>
1605
1606         * typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tighten up
1607         definition of 'casting away const' in reinterpret_cast<>.
1608
1609 1999-01-18  Graham  <grahams@rcp.co.uk>
1610
1611         * cvt.c: Add include for decl.h, remove extern for
1612         static_aggregates which is now provided by decl.h.
1613
1614         * Makefile.in (cvt.o): Add dependency for decl.h and missing
1615         dependencies for convert.h and flags.h.
1616
1617 1999-01-18  Nathan Sidwell  <nathan@acm.org>
1618
1619         * decl2.c (do_dtors): Set current location to that of the
1620         decl, for sensible diagnostics and debugging.
1621         (check_classfn): Issue `incomplete type' error, if
1622         class is not defined.
1623
1624 1999-01-16  Jason Merrill  <jason@yorick.cygnus.com>
1625
1626         * cp-tree.h: Add prototype for bound_pmf_p.
1627
1628 1999-01-16  Jason Merrill  <jason@yorick.cygnus.com>
1629             Manfred Hollstein <manfred@s-direktnet.de>
1630
1631         * decl.c (grokdeclarator): Don't make 'main(){}' an error with only
1632         -Wreturn-type.
1633
1634 1999-01-16  Nathan Sidwell  <nathan@acm.org>
1635
1636         * cp-tree.h (struct lang_type): Added has_mutable flag.
1637         (CLASSTYPE_HAS_MUTABLE): New macro to access it.
1638         (TYPE_HAS_MUTABLE_P): New macro to read it.
1639         (cp_has_mutable_p): Prototype for new function.
1640         * class.c (finish_struct_1): Set has_mutable from members.
1641         * decl.c (cp_finish_decl): Clear decl's TREE_READONLY flag, if
1642         it contains a mutable.
1643         * typeck.c (cp_has_mutable_p): New function.
1644
1645 1999-01-15  Mark Mitchell  <mark@markmitchell.com>
1646
1647         * pt.c (process_template_parm): Ignore top-level qualifiers on
1648         non-type parameters.
1649
1650         * decl.c (start_function): Use current_function_parms in the call
1651         to require_complete_type_for_parms, not the probably empty
1652         DECL_ARGUMENTS.
1653
1654 1999-01-14  Jason Merrill  <jason@yorick.cygnus.com>
1655
1656         * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.
1657
1658         * decl2.c (import_export_class): MULTIPLE_SYMBOL_SPACES only means
1659         that we don't suppress the other copies.
1660         * lex.c (handle_cp_pragma): Likewise.
1661
1662 1999-01-13  Mark Mitchell  <mark@markmitchell.com>
1663
1664         * decl.c (grokdeclarator): Undo 1998-12-14 change.
1665         * tree.c (build_cplus_array_type_1): Likewise.
1666         * pt.c (instantiate_class_template): Remove misleading comment.
1667         (tsubst_aggr_type): Substitute if there are template parameters,
1668         regardless of whether or not they use template arguments.
1669         (unify): Likewise, but for unification.
1670
1671 1999-01-12  Richard Henderson  <rth@cygnus.com>
1672
1673         * cp-tree.h (flag_permissive): Declare extern.
1674
1675 1999-01-06  Mark Mitchell  <mark@markmitchell.com>
1676
1677         * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT
1678         here.
1679         (lang_type): Add is_partial_instantiation.  Decrease width of
1680         dummy.
1681         (PARTIAL_INSTANTIATION_P): New macro.
1682         (OPERATOR_TYPENAME_P): Remove.
1683         * decl.c (unary_op_p): Use IDENTIFIER_TYPENAME_P, not
1684         OPERATOR_TYPENAME_P.
1685         (grok_op_properties): Likewise.
1686         * friend.c (do_friend): Handle friends that are member functions
1687         correctly.
1688         * lex.c (init_parse): Use OPERATOR_TYPENAME_FORMAT.
1689         * pt.c (instantiate_class_template): Rework for clarity.  Avoid
1690         leaving TYPE_BEING_DEFINED set in obscure cases.  Don't do
1691         any more partial instantiation than is absolutely necessary for
1692         implicit typename.  Set PARTIAL_INSTANTIATION_P.
1693         (tsubst_decl): Use IDENTIFIER_TYPENAME_P.
1694         * semantics.c (begin_class_definition): Handle partial
1695         specializations of a type that was previously partially
1696         instantiated.
1697
1698 Wed Jan  6 03:18:53 1999  Mark Elbrecht  <snowball3@usa.net.
1699
1700         * g++spec.c (LIBSTDCXX): Provide default definition.
1701         (lang_specific_driver): Use LIBSTDCXX instead of "-lstdc++".
1702
1703 Tue Jan  5 22:11:25 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1704
1705         * Make-lang.in (g++.o): Depend on prefix.h.
1706
1707 1999-01-04  Jason Merrill  <jason@yorick.cygnus.com>
1708
1709         * tree.c (bound_pmf_p): New fn.
1710         * typeck.c (build_c_cast): Use it.
1711
1712         * decl.c (grok_op_properties): Use same_type_p.
1713
1714 Tue Dec 22 15:09:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1715
1716         * Makefile.in (cvt.o): Depend on toplev.h.
1717
1718         * cp-tree.h (check_template_shadow, pod_type_p): Add prototypes.
1719
1720         * cvt.c: Include toplev.h.
1721
1722         * except.c (get_eh_caught, get_eh_handlers): Hide prototypes and
1723         definitions.
1724
1725         * init.c (expand_vec_init): Initialize variable `itype'.
1726
1727         * lex.c (yyerror): Cast the argument passed to a ctype function to
1728         an unsigned char.
1729
1730         * method.c (build_mangled_C9x_name): Wrap prototype and definition
1731         in "HOST_BITS_PER_WIDE_INT >= 64".
1732
1733         * typeck.c (build_binary_op): Mark parameter `convert_p' with
1734         ATTRIBUTE_UNUSED.
1735
1736 1998-12-22  Mark Mitchell  <mark@markmitchell.com>
1737
1738         * cp-tree.h (TYPE_RAISES_EXCEPTIONS): Improve documentation.
1739         * tree.c (build_exception_variant): Don't crash on empty throw
1740         specs.
1741
1742 1998-12-18  DJ Delorie  <dj@cygnus.com>
1743
1744         * cvt.c (convert_to_reference): Check for both error_mark_node
1745         and NULL_NODE after call to convert_for_initialization.
1746
1747 1998-12-17  Jason Merrill  <jason@yorick.cygnus.com>
1748
1749         * error.c (interesting_scope_p): New fn.
1750         (dump_simple_decl): Use it.
1751         (dump_expr, case CONSTRUCTOR): Force a & for a PMF.
1752         (dump_expr, case OFFSET_REF): Print ->* if appropriate.
1753
1754 1998-12-16  Mark Mitchell  <mark@markmitchell.com>
1755
1756         * class.c (resolve_address_of_overloaded_function): Do conversion
1757         to correct type here, rather than ...
1758         (instantiate_type): Here.
1759
1760         * cp-tree.h (DECL_TEMPLATE_PARM_P): New macro.
1761         (DECL_TEMPLATE_TEMPLATE_PARM_P): Use it.
1762         (decl_template_parm_p): Remove.
1763         * decl.c (pushdecl): Don't set DECL_CONTEXT for a template
1764         parameter.
1765         * lex.c (do_identifier): Use DECL_TEMPLATE_PARM_P.
1766         * pt.c (push_inline_template_parms_recursive): Set it.
1767         (decl_template_parm_p): Remove.
1768         (check_template_shadow): Use DECL_TEMPLATE_PARM_P.
1769         (process_template_parm): Set it.
1770
1771 Wed Dec 16 16:33:58 1998  Dave Brolley  <brolley@cygnus.com>
1772
1773         * lang-specs.h (default_compilers): Pass -MD, -MMD and -MG to cc1plus
1774         if configured with cpplib.
1775
1776 1998-12-15  Mark Mitchell  <mark@markmitchell.com>
1777
1778         * decl.c (poplevel): Make sure ns_binding is initialized.
1779
1780         * decl.c (finish_function): Undo inadvertent change in previous
1781         patch.
1782
1783 1998-12-14  Mark Mitchell  <mark@markmitchell.com>
1784
1785         * class.c (pushclass): Tweak handling of class-level bindings.
1786         (resolve_address_of_overloaded_function): Update pointer-to-member
1787         handling.
1788         (instantiate_type): Likewise.
1789         * cvt.c (cp_convert_to_pointer): Likewise.
1790         * decl.c (pop_binding): Take the DECL to pop, not just the name.
1791         Deal with `struct stat' hack.
1792         (binding_level): Add to documentation.
1793         (push_binding): Clear BINDING_TYPE.
1794         (add_binding): New function.
1795         (push_local_binding): Use it.
1796         (push_class_binding): Likewise.
1797         (poplevel): Adjust calls to pop_binding.
1798         (poplevel_class): Likewise.
1799         (pushdecl): Adjust handling of TYPE_DECLs; add bindings for hidden
1800         declarations to current binding level.
1801         (push_class_level_binding): Likewise.
1802         (push_overloaded_decl): Adjust handling of OVERLOADs in local
1803         bindings.
1804         (lookup_namespace_name): Don't crash when confronted with a
1805         TEMPLATE_DECL.
1806         (lookup_name_real): Do `struct stat' hack in local binding
1807         contexts.
1808         (build_ptrmemfunc_type): Adjust documentation.
1809         (grokdeclarator): Don't avoid building real array types when
1810         processing templates unless really necessary.
1811         (finish_method): Adjust calls to pop_binding.
1812         * decl2.c (reparse_absdcl_as_expr): Recursively call ourselves,
1813         not reparse_decl_as_expr.
1814         (build_expr_from_tree): Deal with a template-id as the function to
1815         call in a METHOD_CALL_EXPR.
1816         * pt.c (convert_nontype_argument): Tweak pointer-to-member handling.
1817         (maybe_adjust_types_For_deduction): Don't do peculiar things with
1818         METHOD_TYPEs here.
1819         (resolve_overloaded_unification): Handle COMPONENT_REFs.  Build
1820         pointer-to-member types where necessary.
1821         * tree.c (build_cplus_array_type_1): Don't avoid building real
1822         array types when processing templates unless really necessary.
1823         (build_exception_variant): Compare the exception lists correctly.
1824
1825 1998-12-13  Mark Mitchell  <mark@markmitchell.com>
1826
1827         * cp-tree.def (CPLUS_BINDING): Update documentation.
1828         * cp-tree.h (LOCAL_BINDING_P): New macro.
1829         (lang_identifier): Rename local_value to bindings.
1830         (tree_binding): Make `scope' of type `void*', not `tree'.
1831         (BINDING_SCOPE): Update documentation.
1832         (IDENTIFIER_LOCAL_VALUE): Remove.
1833         (IDENTIFIER_CLASS_VALUE): Document.
1834         (IDENTIFIER_BINDING): New macro.
1835         (IDENTIFIER_VALUE): Likewise.
1836         (TIME_IDENTIFIER_TIME): Likewise.
1837         (TIME_IDENTIFIER_FILEINFO): Likewise.
1838         (IMPLICIT_TYPENAME_P): Likewise.
1839         (set_identifier_local_value): Remove.
1840         (push_local_binding): New function.
1841         (push_class_binding): Likewise.
1842         * class.c (pushclass): Update comments; use push_class_binding.
1843         * decl.c (set_identifier_local_value_with_scope): Remove.
1844         (set_identifier_local_value): Likewise.
1845         (push_binding): New function.
1846         (pop_binding): Likewise.
1847         (binding_level): Update documentation.  Remove shadowed.
1848         (BINDING_LEVEL): New macro.
1849         (free_binding_nodes): New variable.
1850         (poplevel): Adjust for new name-lookup scheme.  Don't mess up
1851         BLOCK_VARs when doing for-scope extension.  Remove effectively
1852         dead code.
1853         (pushlevel_class): Tweak formatting.
1854         (poplevel_class): Adjust for new name-lookup scheme.
1855         (print_binding_level): Likewise.
1856         (store_bindings): Likewise.
1857         (pushdecl): Likewise.
1858         (pushdecl_class_level): Likewise.
1859         (push_class_level_binding): Likewise.
1860         (push_overloaded_decl): Update comments.  Adjust for new
1861         name-lookup scheme.
1862         (lookup_name_real): Likewise.
1863         (lookup_name_current_level): Likewise.
1864         (cp_finish_decl): Likewise.
1865         (require_complete_types_for_parms): Likewise.  Remove misleading
1866         #if 0'd code.
1867         (grok_parms): Likewise.  Don't call
1868         require_complete_types_for_parms here.
1869         (grok_ctor_properties): Don't treat templates as copy
1870         constructors.
1871         (grop_op_properties): Or as assignment operators.
1872         (start_function): Document.  Adjust for new name-lookup scheme.
1873         (finish_function): Likewise.
1874         * decl2.c (do_local_using_decl): Use push_local_binding.
1875         * lex.c (begin_definition_of_inclass_inline): New function, split
1876         out from ...
1877         (do_pending_inlines): Here, and ...
1878         (process_next_inline): Here.
1879         (get_time_identifier): Use TIME_IDENTIFIER_* macros.
1880         (init_filename_times): Likewise.
1881         (extract_interface_info): Likewise.
1882         (ste_typedecl_interface_info): Likewise.
1883         (check_newline): Likewise.
1884         (dump_time_statistics): Likewise.
1885         (handle_cp_pragma): Likewise.
1886         (do_identifier): Adjust for new name-lookup scheme.
1887         * parse.y (function_try_block): Return ctor_initializer_opt value.
1888         (fndef): Use it.
1889         (fn.defpen): Pass appropriate values to start_function.
1890         (pending_inline): Use functor_try_block value, and pass
1891         appropriate values to finish_function.
1892         * pt.c (is_member_template): Update documentation; remove handling
1893         of FUNCTION_DECLs.  As per name, this function should deal only in
1894         TEMPLATE_DECLs.
1895         (decl_template_parm_p): Change name of olddecl parameter to decl.
1896         (check_template_shadow): Adjust for new name-lookup scheme.
1897         (lookup_template_class): Likewise.
1898         (tsubst_decl): Tweak so as not to confuse member templates with
1899         copy constructors and assignment operators.
1900         (unify): Handle UNION_TYPEs.
1901         * ptree.c (print_lang_identifier): Adjust for new name-lookup scheme.
1902         (lang_print_xnode): Adjust for new name-lookup scheme.
1903         * typeck.c (mark_addressable): Likewise.
1904         (c_expand_return): Likewise.
1905
1906 1998-12-08  Jason Merrill  <jason@yorick.cygnus.com>
1907
1908         * decl.c (grokdeclarator): Allow field with same name as class
1909         in extern "C".
1910
1911         * decl.c (lookup_name_real): Don't limit field lookup to types.
1912         * class.c (check_member_decl_is_same_in_complete_scope): No error
1913         if icv and x are the same.
1914         * lex.c (do_identifier): Tweak error message.
1915
1916 1998-12-10  Mark Mitchell  <mark@markmitchell.com>
1917
1918         * decl.c (start_enum): Use push_obstacks, not
1919         end_temporary_allocation.
1920         (finish_enum): Call pop_obstacks.
1921
1922 1998-12-10  Mark Mitchell  <mark@markmitchell.com>
1923
1924         * class.c (instantiate_type): Return error_mark_node rather than
1925         junk.
1926
1927 1998-12-09  Mark Mitchell  <mark@markmitchell.com>
1928
1929         * cp-tree.h (most_specialized_instantiation): New function.
1930         (print_candidates): Likewise.
1931         * class.c (validate_lhs): Remove.
1932         (resolve_address_of_overloaded_function): New function, split out
1933         and then substantially reworked, from ...
1934         (instantiate_type): Use it.  Simplify.
1935         * cvt.c (convert_to_reference): Complain when caller has indicated
1936         that's the right thing to do.  Don't crash if instantiate_type
1937         fails.
1938         * pt.c: Substitute `parameters' for `paramters' throughout.
1939         (print_candidates): Don't make it static.
1940         (most_specialized_instantiation): Split out from ...
1941         (most_specialized): Here.
1942
1943 Wed Dec  9 15:33:01 1998  Dave Brolley  <brolley@cygnus.com>
1944
1945         * lex.c (lang_init_options): Initialize cpplib.
1946         * decl2.c (parse_options,cpp_initialized): Removed.
1947         (lang_decode_option): Move initialization of cpplib to
1948         lang_init_options.
1949
1950 1998-12-09  Mark Mitchell  <mark@markmitchell.com>
1951
1952         * decl.c (grokdeclarator): Update the name of the TEMPLATE_DECL, as
1953         well as the TYPE_DECL, when a typedef name is assigned to a
1954         previously anonymous type.
1955
1956 1998-12-08  Andrew MacLeod  <amacleod@cygnus.com>
1957
1958         * cp/except.c (call_eh_info): Use __start_cp_handler instead of
1959         __cp_eh_info for getting the eh info pointer.  Add table_index to
1960         field list.
1961         (push_eh_cleanup): Don't increment 'handlers' data field.
1962         (process_start_catch_block): Don't set the 'caught' field.
1963
1964         * cp/exception.cc (CP_EH_INFO): New macro for getting the
1965         exception info pointer within library routines.
1966         (__cp_eh_info): Use CP_EH_INFO.
1967         (__start_cp_handler): Get exception info pointer, set caught field,
1968         and increment the handlers field.  Avoids this being done by handlers.
1969         (__uncatch_exception, __check_eh_spec): Use CP_EH_INFO macro.
1970         (uncaught_exception): Use CP_EH_INFO macro.
1971
1972 Tue Dec  8 10:48:21 1998  Jeffrey A Law  (law@cygnus.com)
1973
1974         * Make-lang.in (cxxmain.o): Depend on $(DEMANGLE_H), not demangle.h
1975
1976 Mon Dec  7 17:56:06 1998  Mike Stump  <mrs@wrs.com>
1977
1978         * lex.c (check_newline): Add support for \ as `natural'
1979         characters in file names in #line to be consistent with #include
1980         handling.  We support escape processing in the # 1 "..." version of
1981         the command.  See also support in cp/lex.c.
1982
1983 1998-12-07  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1984
1985         * cp/decl2.c: s/data/opts/ when initializing cpp_reader
1986         structure.
1987
1988 1998-12-07  Jason Merrill  <jason@yorick.cygnus.com>
1989
1990         * decl.c (build_typename_type): Set DECL_ARTIFICIAL.
1991
1992         * error.c (dump_simple_decl): Also print namespace context.
1993         (dump_function_decl): Likewise.
1994
1995         * decl2.c (ambiguous_decl): Don't print old value if it's
1996         error_mark_node.
1997
1998         * decl.c (lookup_name_real): Fix handling of local types shadowed
1999         by a non-type decl.  Remove obsolete code.
2000         * cp-tree.h (DECL_FUNCTION_SCOPE_P): New macro.
2001
2002         * lang-options.h: Add -fpermissive.
2003         * decl2.c: Likewise.
2004         * cp-tree.h: Add flag_permissive.
2005         * decl.c (init_decl_processing): If neither -fpermissive or -pedantic
2006         were specified, set flag_pedantic_errors.
2007         * call.c (build_over_call): Turn dropped qualifier messages
2008         back into pedwarns.
2009         * cvt.c (convert_to_reference): Likewise.
2010         * typeck.c (convert_for_assignment): Likewise.
2011
2012 1998-12-05  Jason Merrill  <jason@yorick.cygnus.com>
2013
2014         * decl2.c (coerce_new_type): Use same_type_p.
2015         (coerce_delete_type): Likewise.
2016
2017         * call.c (check_dtor_name): Return 1, not error_mark_node.
2018
2019 1998-12-04  Jason Merrill  <jason@yorick.cygnus.com>
2020
2021         * lex.c (handle_cp_pragma): Disable #pragma interface/implementation
2022         if MULTIPLE_SYMBOL_SPACES.
2023
2024         * pt.c (check_template_shadow): New fn.
2025         * decl2.c (grokfield): Use it.
2026         * decl.c (pushdecl): Likewise.
2027         (pushdecl_class_level): Likewise.
2028         (start_method): Likewise.
2029         (xref_tag): Don't try to use 't' if we're defining.
2030
2031         * call.c (check_dtor_name): Just return an error_mark_node.
2032         * pt.c (lookup_template_class): Complain about using non-template here.
2033         * parse.y (apparent_template_type): Not here.
2034
2035         * pt.c (check_explicit_specialization): Complain about specialization
2036         with C linkage.
2037
2038         * lang-options.h: Add -f{no-,}implicit-inline-templates.
2039
2040         * pt.c (convert_nontype_argument): Don't assume that any integer
2041         argument is intended to be a constant-expression.
2042
2043 1998-12-03  Mark Mitchell  <mark@markmitchell.com>
2044
2045         * class.c (handle_using_decl): Fix comment.  Don't lookup
2046         constructors in base classes.
2047         (validate_lhs): Fix typo in comment.
2048         * search.c (lookup_field_1): Don't return a USING_DECL.
2049
2050         * cp-tree.h (DECL_ACCESS): Improve documentation.
2051
2052         * decl.c (expand_static_init): Don't set the initialization-done
2053         flag until the initialization is done.
2054
2055 1998-12-02  Mark Mitchell  <mark@markmitchell.com>
2056
2057         * decl2.c (validate_nonmember_using_decl): Complain about using
2058         declarations for class members.
2059
2060 1998-11-29  Jason Merrill  <jason@yorick.cygnus.com>
2061
2062         * typeck2.c (process_init_constructor): Use same_type_p.
2063
2064         * decl.c (check_tag_decl): Don't warn about null decl inside a
2065         class.
2066
2067         * pt.c (unify, case OFFSET_TYPE): Pass down 'strict' rather than
2068         UNIFY_ALLOW_NONE.
2069         (convert_nontype_argument): Use TYPE_PTRMEMFUNC_FN_TYPE.
2070         (resolve_overloaded_unification): Strip baselinks.
2071
2072 Fri Nov 27 13:07:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2073
2074         * g++spec.c: Don't prototype xmalloc.
2075
2076 1998-11-25  Jason Merrill  <jason@yorick.cygnus.com>
2077
2078         * except.c (expand_throw): Use TYPE_PTR_P to check for pointers.
2079
2080         * decl.c (check_tag_decl): Do complain about null friend decl at
2081         file scope.
2082
2083 1998-11-25  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2084
2085         * lex.c (make_lang_type): Clear the whole struct lang_type, not
2086         only the first multiple of sizeof (int).
2087
2088 1998-11-24  Jason Merrill  <jason@yorick.cygnus.com>
2089
2090         * decl.c (start_decl): An explicit specialization of a static data
2091         member is only a definition if it has an initializer.
2092
2093         * except.c (expand_throw): Use cp_finish_decl for the throw temp.
2094         * cvt.c (build_up_reference): Pass DIRECT_BIND down into
2095         cp_finish_decl.
2096         * init.c (expand_default_init): Check for DIRECT_BIND instead of
2097         DECL_ARTIFICIAL.
2098
2099         * call.c (build_over_call): Use build_decl.
2100
2101         * except.c (expand_throw): Just use convert, not
2102         build_reinterpret_cast.
2103
2104         * lex.c (handle_generic_pragma): Use token_buffer.
2105
2106         * decl.c (check_tag_decl): Don't complain about null friend decl.
2107
2108 1998-11-24  Dave Pitts  <dpitts@cozx.com>
2109
2110         * Make-lang.in (DEMANGLER_PROG): Move the output arguments to the
2111         first position.
2112         * lex.c (check_newline): Use ISALPHA.
2113         (readescape): Use ISGRAPH.
2114         (yyerror): Use ISGRAPH.
2115
2116 1998-11-24  Nathan Sidwell  <nathan@acm.org>
2117
2118         * search.c (get_abstract_virtuals): Do not use initial
2119         CLASSTYPE_ABSTRACT_VIRTUALS.
2120         * typeck2.c (abstract_virtuals_error): Show location of abstract
2121         declaration.
2122         * call.c (build_new_method_call): Use
2123         CLASSTYPE_ABSTRACT_VIRTUAL, rather than recalculate.
2124         * class.c (finish_struct_bits): Don't bother working out whether
2125         get_abstract_virtuals will do anything, just do it.
2126
2127 1998-11-24  Graham  <grahams@rcp.co.uk>
2128
2129         * typeck.c (build_component_ref): Remove unused statement.
2130
2131 1998-11-24  Jason Merrill  <jason@yorick.cygnus.com>
2132
2133         * class.c (add_method): Catch invalid overloads.
2134
2135         * class.c (add_method): Build up OVERLOADs properly for conversion ops.
2136         * search.c (lookup_conversions): Handle getting real OVERLOADs.
2137         (add_conversions): Likewise.  Revert last change.
2138         * call.c (add_conv_candidate): Pass totype to add_candidate instead
2139         of fn.  Don't add a new candidate if the last one was for the same
2140         type.
2141         (print_z_candidates): Handle getting a type as a function.
2142         (joust): If we got two conversion candidates to the same type,
2143         just pick one.
2144         (build_object_call): Lose 'templates'.
2145         (build_user_type_conversion_1): Handle getting real OVERLOADs.
2146
2147 1998-11-23  Jason Merrill  <jason@yorick.cygnus.com>
2148
2149         * typeck2.c (process_init_constructor): If there are elements
2150         that don't have initializers and they need to have constructors
2151         run, supply them with initializers.
2152
2153         * class.c (finish_struct_1): A class with a 0-width bitfield is
2154         still empty.
2155
2156 1998-11-23  Mark Mitchell  <mark@markmitchell.com>
2157
2158         * pt.c (instantiate_class_template): Don't try to figure out what
2159         specialization to use for a partial instantiation.  Correct
2160         typos in a couple of comments.  Avoid calling uses_template_parms
2161         multiple times.
2162
2163 1998-11-23  Benjamin Kosnik  <bkoz@cygnus.com>
2164
2165         * method.c (process_overload_item): Add call to
2166         build_mangled_C9x_name for intTI_type_nodes.
2167         (build_mangled_C9x_name): Add prototype, define.
2168         * decl.c (init_decl_processing): Add names for
2169         TImode_type_node.
2170
2171 1998-11-23  Jason Merrill  <jason@yorick.cygnus.com>
2172
2173         * parse.y (named_class_head): Update CLASSTYPE_DECLARED_CLASS.
2174
2175         * class.c (finish_struct_1): Set things up for 0-width bitfields
2176         like we do for others.
2177
2178         * decl.c (check_tag_decl): New fn.
2179         (shadow_tag): Split out from here.
2180         * decl2.c (grok_x_components): Call it.
2181
2182 1998-11-22  Jason Merrill  <jason@yorick.cygnus.com>
2183
2184         * decl.c: Lose warn_about_return_type.
2185         (grokdeclarator): Always complain about implicit int, except for
2186         `main () { ... }'.
2187
2188         * decl.c (tag_name): New fn.
2189         (xref_tag): Complain about using typedef-name after class-key.
2190
2191         * init.c (expand_vec_init): Also keep going if from_array.
2192
2193         * tree.c (is_overloaded_fn): Also handle the output of
2194         build_offset_ref.
2195
2196         * decl.c (grokdeclarator): Use constructor_name when comparing
2197         field name against enclosing class.
2198         * class.c (finish_struct_anon): Likewise.
2199
2200 1998-11-22  Mark Mitchell  <mark@markmitchell.com>
2201
2202         * decl.c (poplevel): Remove code to handle KEEP == 2.
2203         (finish_function): Don't confuse BLOCK-order when
2204         processing a destructor.
2205
2206 1998-11-21  Jason Merrill  <jason@yorick.cygnus.com>
2207
2208         * decl.c (require_complete_types_for_parms): Call layout_decl
2209         after we've completed the type.
2210
2211 1998-11-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
2212
2213         * decl2.c (validate_nonmember_using_decl): Allow using templates
2214         from the global namespace.
2215
2216 1998-11-21  Jason Merrill  <jason@yorick.cygnus.com>
2217
2218         Handle specifying template args to member function templates.
2219         * tree.c (build_overload): Always create an OVERLOAD for a template.
2220         * search.c (add_conversions): Handle finding an OVERLOAD.
2221         * decl2.c (check_classfn): Likewise.
2222         * lex.c (identifier_type): See through a baselink.
2223         * parse.y (do_id): Don't call do_identifier if we got a baselink.
2224         * class.c (instantiate_type, case TREE_LIST): Recurse.
2225
2226         * decl.c (grokdeclarator): Allow a boolean constant for array
2227         bounds, odd as that sounds.
2228
2229         * pt.c (unify): Be more strict about non-type parms, except for
2230         array bounds.
2231         (UNIFY_ALLOW_INTEGER): New macro.
2232
2233 1998-11-19  Manfred Hollstein  <manfred@s-direktnet.de>
2234
2235         * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
2236
2237 1998-11-19  Jason Merrill  <jason@yorick.cygnus.com>
2238
2239         * semantics.c (begin_class_definition): Call
2240         maybe_process_partial_specialization before push_template_decl.
2241         Don't call push_template_decl for a specialization.
2242         * search.c (lookup_field): Do return a member template class.
2243         * decl2.c (handle_class_head): Handle member template classes.
2244
2245         * decl.c (grokdeclarator): A parm type need not be complete.
2246
2247         * pt.c (convert_nontype_argument): Fix thinko.
2248
2249 1998-11-18  Mark Mitchell  <mark@markmitchell.com>
2250
2251         * cp-tree.h (PTRMEM_CST_CLASS): Fix typo.
2252         (global_delete_fndecl): New variable.
2253         * decl.c (global_delete_fndecl): Define it.
2254         (init_decl_processing): Set it.
2255         * init.c (build_builtin_delete_call): Use it.
2256         * tree.c (mapcar): Recursively call mapcar for the type of EXPR
2257         nodes.
2258
2259 1998-11-18  Jason Merrill  <jason@yorick.cygnus.com>
2260
2261         * decl.c (cplus_expand_expr_stmt): Always complain about unresolved
2262         type.
2263
2264         * tree.c (lvalue_p_1): An INDIRECT_REF to a function is an lvalue.
2265         * call.c (build_object_call): Also support references to functions.
2266         * typeck.c (convert_for_initialization): Don't decay a function
2267         if the target is a reference to function.
2268
2269         * search.c (add_conversions): Get all the overloads from a class.
2270
2271         * decl.c (grok_ctor_properties): Complain about any constructor
2272         that will take a single arg of the class type by value.
2273
2274         * typeck2.c (build_functional_cast): Can't create objects of
2275         abstract classes this way.
2276         * cvt.c (ocp_convert): Likewise.
2277
2278         * decl.c (grokfndecl): Member functions of local classes are not
2279         public.
2280
2281 1998-11-18  Mark Mitchell  <mark@markmitchell.com>
2282
2283         * Make-lang.in (cc1plus): Add dependency on hash.o.
2284
2285 1998-11-18  Jason Merrill  <jason@yorick.cygnus.com>
2286
2287         * search.c (get_abstract_virtuals): Complain about virtuals with
2288         no final overrider.
2289         * typeck2.c (abstract_virtuals_error): Remove handling for virtuals
2290         with no final overrider.
2291         * class.c (override_one_vtable): Don't set DECL_ABSTRACT_VIRTUAL_P
2292         on virtuals with no final overrider.
2293
2294         * lex.c (reinit_parse_for_block): Add a space after the initial ':'.
2295
2296         * class.c (finish_struct_1): Don't remove zero-width bit-fields until
2297         after layout_type.
2298
2299         * friend.c (do_friend): Don't set_mangled_name_for_decl.
2300
2301         * class.c (finish_struct_anon): Complain about non-fields.
2302         * decl2.c (build_anon_union_vars): Likewise.
2303
2304         * decl.c (grokdeclarator): Normal data members can't have the same
2305         name as the class, either.
2306         * class.c (finish_struct_anon): Neither can members of an
2307         anonymous union.
2308
2309 1998-11-17  Mark Mitchell  <mark@markmitchell.com>
2310
2311         * cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.
2312         (TYPE_BINFO): Likewise.
2313         (IS_AGGR_TYPE): Tweak.
2314         (SET_IS_AGGR_TYPE): New macro.
2315         (CLASS_TYPE_P): Tweak.
2316         (lang_type): Group mark bitfields together.  Remove linenum.
2317         (CLASSTYPE_SOURCE_LINE): Remove macro.
2318         (CLASSTYPE_MARKED_N): New macro.
2319         (SET_CLASSTYPE_MARKED_N): Likewise.
2320         (CLEAR_CLASSTYPE_MARKED_N): Likewise.
2321         (CLASS_TYPE_MARKED_*): Use them.
2322         (SET_CLASSTYPE_MARKED_*): Likewise.
2323         (CLEAR_CLASSTYPE_MARKED_*): Likewise.
2324         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
2325         (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.
2326         (TYPENAME_TYPE_FULLNAME): Use TYPE_BINFO rather than CLASSTYPE_SIZE.
2327         * class.c (class_cache_obstack): New variable.
2328         (class_cache_firstobj): Likewise.
2329         (finish_struct): Don't set CLASSTYPE_SOURCE_LINE.
2330         (pushclass): Free the cache, when appropriate.
2331         (popclass): Tidy.
2332         (maybe_push_cache_obstack): Use class_cache_obstack.
2333         * decl.c (include hash.h).
2334         (typename_hash): New function.
2335         (typename_compare): Likewise.
2336         (build_typename_type): Check the hash table to avoid creating
2337         duplicates.
2338         (build_ptrmemfunc_type): Use SET_IS_AGGR_TYPE.
2339         (grokdeclarator): Use CLASS_TYPE_P.
2340         (xref_basetypes): Likewise.
2341         (start_function): Likewise.  Don't put current_class_ref on the
2342         permanent obstack.
2343         * error.c (dump_type_real): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO
2344         and TYPE_TI_ARGS.
2345         * lex.c (note_got_semicolon): Use CLASS_TYPE_P.
2346         (make_lang_type): Don't create TYPE_LANG_SPECIFIC and associated
2347         fields for types other than class types.  Do clear TYPE_ALIAS_SET
2348         for types other than class types, though.
2349         * method.c (build_overload_identifier): Use CLASS_TYPE_P and
2350         TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2351         * pt.c (process_template_parm): Don't set
2352         CLASSTYPE_GOT_SEMICOLON.
2353         (lookup_template_class): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2354         Coerce arguments on the momentary obstack.
2355         (for_each_template_parm): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2356         (instantiate_class_template): Calculate template arguments on the
2357         momentary obstack.  Tidy.
2358         (tsubst_template_arg_vector): Use make_temp_vec.
2359         (tsubst_aggr_type): Put template arguments on the momentary
2360         obstack.
2361         (tsubst_decl): Likewise.
2362         (tsubst): Copy the array bounds index to the permanent obstack
2363         before building index types.  Use new macros.
2364         (unify): Use new macros.
2365         (do_type_instantiation): Likewise.
2366         * search.c (lookup_fnfields_1): Use new macros.
2367         (dfs_pushdecls): Build envelopes on the cache obstack.
2368         (dfs_compress_decls): Use new macros.
2369         (push_class_decls): Build on the cache obstack.
2370         * semantics.c (finish_typeof): Don't set CLASSTYPE_GOT_SEMICOLON.
2371         * sign.c (build_signature_pointer_or_reference_type): Use
2372         SET_IS_AGGR_TYPE.
2373         * tree.c (make_binfo): Check CLASS_TYPE_P.
2374         (copy_template_template_parm): Adjust.
2375         (make_temp_vec): Use push_expression_obstack.
2376         * typeck.c (complete_type): Use new macros.
2377         (comptypes): Likewise.
2378
2379 1998-11-17  Jason Merrill  <jason@yorick.cygnus.com>
2380
2381         * pt.c (tsubst): Add diagnostics for invalid array, reference
2382         and pointer to member types.
2383
2384 1998-11-16  Jason Merrill  <jason@yorick.cygnus.com>
2385
2386         * typeck2.c (my_friendly_abort): Don't fatal twice in a row.
2387
2388         * typeck.c (c_expand_start_case): Use build_expr_type_conversion.
2389         Simplify.
2390
2391         * parse.y (structsp): Fix cut-and-paste error.
2392
2393         * init.c (build_new): Complain about non-integral size.
2394
2395         * parse.y (unary_expr): Complain about defining types in sizeof.
2396
2397         * typeck.c (expr_sizeof): Complain about sizeof an overloaded fn.
2398
2399         * rtti.c (build_x_typeid): Complain about typeid without
2400         including <typeinfo>.
2401         (get_typeid): Likewise.  Complain about typeid of incomplete type.
2402         (get_tinfo_fn_dynamic): Likewise.
2403         (get_typeid_1): Not static anymore.
2404         * except.c (build_eh_type_type): Use get_typeid_1.
2405
2406         * rtti.c (build_dynamic_cast_1): Give errors for dynamic_cast to
2407         ambiguous or private bases.  Fix warning for reference cast.
2408
2409 1998-11-16  Mark Mitchell  <mark@markmitchell.com>
2410
2411         * cp-tree.h (DECL_TEMPLATE_INSTANTIATED): New macro.
2412         * decl.c (duplicate_decls): Remove special-case code to deal with
2413         template friends, and just do the obvious thing.
2414         * pt.c (register_specialization): Tweak for clarity, and also to
2415         clear DECL_INITIAL for an instantiation before it is merged with a
2416         specialization.
2417         (check_explicit_specialization): Fix indentation.
2418         (tsubst_friend_function): Handle both definitions in friend
2419         declaration and outside friend declarations.
2420         (tsubst_decl): Don't clear DECL_INITIAL for an instantiation.
2421         (regenerate_decl_from_template): Tweak accordingly.
2422         (instantiate_decl): Likewise.
2423
2424 1998-11-16  Jason Merrill  <jason@yorick.cygnus.com>
2425
2426         * decl.c (cplus_expand_expr_stmt): Promote warning about naked
2427         member function reference to error.
2428         * cvt.c (ocp_convert): Complain about converting an overloaded
2429         function to void.
2430
2431         * init.c (build_offset_ref): Just return a lone static member
2432         function.
2433
2434         * decl.c (cp_finish_decl): Only complain about real CONSTRUCTORs,
2435         not internal ones.
2436
2437         * typeck.c (build_binary_op_nodefault): Improve error handling.
2438
2439         * decl.c (grokfndecl): Complain about making 'main' a template.
2440
2441         * typeck.c (string_conv_p): Don't convert from wchar_t[] to char*.
2442
2443         * call.c (build_method_call): Handle a BIT_NOT_EXPR around a
2444         TYPE_DECL in a template.
2445
2446 1998-11-15  Jason Merrill  <jason@yorick.cygnus.com>
2447
2448         * typeck2.c (my_friendly_abort): Add URL in the other case, too.
2449
2450         * decl.c (struct cp_function): Add named_label_uses.
2451         (push_cp_function_context): Save it.
2452         (pop_cp_function_context): Restore it.
2453         (define_label): Also complain about jumping into the scope of
2454         non-POD objects that don't have constructors.
2455         * tree.c (pod_type_p): New fn.
2456
2457         * pt.c (instantiate_class_template): Clear TYPE_BEING_DEFINED sooner.
2458         * rtti.c (synthesize_tinfo_fn): Call import_export_decl here.
2459         (get_tinfo_fn): Not here.
2460         * repo.c (repo_get_id): Abort if we get called for an incomplete
2461         type.
2462
2463 1998-11-13  Mark Mitchell  <mark@markmitchell.com>
2464
2465         * except.c (expand_throw): Make sure first argument to
2466         __cp_push_exception is of type `void*' to avoid spurious error
2467         messages.
2468
2469 1998-11-11  Jason Merrill  <jason@yorick.cygnus.com>
2470
2471         * pt.c (try_one_overload): Take orig_targs again.  Only check for
2472         mismatches against them; we don't care what a previous call found.
2473         (resolve_overloaded_unification): Adjust.
2474
2475         * search.c (lookup_field): Don't return anything for a non-type
2476         field from a dependent type.
2477         * decl.c (grokdeclarator): Resolve SCOPE_REFs of the current class
2478         in an array declarator.
2479         (start_decl): Push into the class before looking for the field.
2480
2481 1998-11-08  Mark Mitchell  <mark@markmitchell.com>
2482
2483         * method.c (build_overload_value): Handle REFERENCE_TYPE.
2484
2485 1998-11-08  Martin von Löwis  <loewis@informatik.hu-berlin.de>
2486
2487         * decl.c (grokdeclarator): Allow namespace-scoped members if they
2488         are friends.
2489
2490 1998-11-08  Jason Merrill  <jason@yorick.cygnus.com>
2491
2492         * pt.c (tsubst_decl): Don't mess with the global value of an
2493         un-mangled DECL_ASSEMBLER_NAME.
2494
2495 1998-11-03  Christopher Faylor  <cgf@cygnus.com>
2496
2497         * decl.c (init_decl_processing): Remove CYGWIN conditional
2498         since CYGWIN is now able to deal with trapping signals.
2499
2500 Sat Nov  7 15:48:02 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2501
2502         * cp-tree.h: Don't include gansidecl.h.
2503         * exception.cc: Include gansidecl.h (since we don't include config.h)
2504         * g++spec.c: Don't include gansidecl.h.
2505
2506 1998-11-06  Mark Mitchell  <mark@markmitchell.com>
2507
2508         * cp-tree.h (lang_decl_flags): Add defined_in_class.  Decrease
2509         size of dummy.
2510         (DECL_DEFINED_IN_CLASS_P): New macro.
2511         (TEMPLATE_PARMS_FOR_INLINE): Document.
2512         (check_static_variable_definition): New function.
2513         * decl.c (cp_finish_decl): Set DECL_DEFINED_IN_CLASS_P, if
2514         appropriate.
2515         (check_static_variable_definition): Split out from ...
2516         (grokdeclarator): Here.
2517         * pt.c (check_default_tmpl_args): New function, split out from ...
2518         (push_template_decl_real): Here.
2519         (instantiate_template): Fix comment.
2520
2521 1998-11-04  Mark Mitchell  <mark@markmitchell.com>
2522
2523         * cp-tree.h (CP_TYPE_CONST_P): Make {0,1}-valued.
2524         (CP_TYPE_VOLATILE_P): Likewise.
2525         (CP_TYPE_RESTRICT_P): Likewise.
2526
2527 1998-11-03  Mark Mitchell  <mark@markmitchell.com>
2528
2529         * pt.c (tsubst): Use build_index_type, not build_index_2_type.
2530
2531 1998-11-02  Jason Merrill  <jason@yorick.cygnus.com>
2532
2533         * class.c (instantiate_type): Be more helpful.
2534
2535         * decl2.c (import_export_decl): Call import_export_class.
2536
2537         * cp-tree.h (EMPTY_CONSTRUCTOR_P): Check !TREE_HAS_CONSTRUCTOR.
2538         * decl2.c (build_expr_from_tree): Propagate TREE_HAS_CONSTRUCTOR.
2539         * pt.c (tsubst_copy): Likewise.
2540
2541 1998-11-02  Mark Mitchell  <mark@markmitchell.com>
2542
2543         * init.c (expand_vec_init): Fix off-by-one error.
2544
2545 1998-11-02  Alexandre Oliva  <oliva@dcc.unicamp.br>
2546
2547         * parse.y (apparent_template_type): New type.
2548         (named_complex_class_head_sans_basetype): Use it.
2549         * Makefile.in (CONFLICTS): One new conflict.
2550         * parse.c: Regenerated.
2551
2552 1998-11-01  Mark Mitchell  <mark@markmitchell.com>
2553
2554         * cp-tree.h (COMPARE_STRICT): New macro.
2555         (COMPARE_BASE): Likewise.
2556         (COMPARE_RELAXED): Likewise.
2557         (COMPARE_REDECLARATION): Likewise.
2558         (same_type_p): Likewise.
2559         (same_or_base_type_p): Likewise.
2560         * call.c (standard_conversion): Use them, in place of comptypes
2561         with numeric arguments.
2562         (reference_binding): Likewise.
2563         (convert_like): Likewise.
2564         (build_over_call): Likewise.
2565         (is_subseq): Likewise.
2566         (is_properly_derived_from): Likewise.
2567         (compare_ics): Likewise.
2568         (joust): Likewise.
2569         * class.c (delete_duplicate_fields_1): Likewise.
2570         (resolves_to_fixed_type_p): Likewise.
2571         (instantiate_type): Likewise.  Remove #if 0'd code.
2572         * decl.c (decls_match): Likewise.  Use COMPARE_REDECLARATION here.
2573         (pushdecl): Likewise.
2574         (lookup_name_real): Likewise.
2575         (grokdeclarator): Likewise.  Check for illegal array declarations.
2576         (grokparms): Likewise.
2577         (grok_op_properties): Likewise.
2578         * decl2.c (check_classfn): Likewise.
2579         * friend.c (is_friend): Likewise.
2580         (make_friend_class): Likewise.
2581         * init.c (expand_aggr_init): Likewise.
2582         (expand_vec_init): Likewise.
2583         * pt.c (is_member_template_class): Remove declaration.
2584         (is_specialization_of): Use COMPARE_* and new macros.
2585         (comp_template_parms): Likewise.
2586         (convert_nontype_argument): Likewise.
2587         (coerce_template_template_parms): Likewise.
2588         (template_args_equal): Likewise.
2589         (lookup_template_class): Likewise.
2590         (type_unification_real): Likewise.
2591         (unify): Likewise.
2592         (get_bindings_real): Likewise.
2593         * search.c (covariant_return_p): Likewise.
2594         (get_matching_virtual): Likewise.
2595         * sig.c (match_method_types): Likewise.
2596         * tree.c (vec_binfo_member): Likewise.
2597         (cp_tree_equal): Likewise.
2598         * typeck.c (common_type): Likewise.
2599         (comp_array_types): Likewise.  Get issues involving unknown array
2600         bounds right.
2601         (comptypes): Update comments.  Use new flags.
2602         (comp_target_types): Use new macros.
2603         (compparms): Likewise.
2604         (comp_target_parms): Likewise.
2605         (string_conv_p): Likewise.
2606         (build_component_ref): Likewise.
2607         (build_indirect_ref): Likewise.
2608         (build_conditional_expr): Likewise.
2609         (build_static_cast): Likewise.
2610         (build_reinterpret_cast): Likewise.
2611         (build_const_cast): Likewise.
2612         (build_modify_expr): Likewise.
2613         (convert_for_assignment): Likewise.
2614         (comp_ptr_ttypes_real): Likewise.
2615         (ptr_reasonably_similar): Likewise.
2616         (comp_ptr_ttypes_const): Likewise.
2617
2618 1998-10-31  Jason Merrill  <jason@yorick.cygnus.com>
2619
2620         * rtti.c (build_dynamic_cast_1): Fix cut-and-paste error.
2621
2622 1998-10-30  Mark Mitchell  <mark@markmitchell.com>
2623
2624         * decl2.c (delete_sanity): Pass integer_zero_node, not
2625         integer_two_node, to build_vec_delete.
2626         * init.c (build_array_eh_cleanup): Remove.
2627         (expand_vec_init_try_block): New function.
2628         (expand_vec_init_catch_clause): Likewise.
2629         (build_vec_delete_1): Don't deal with case that auto_delete_vec
2630         might be integer_two_node anymore.
2631         (expand_vec_init): Rework for initialization-correctness and
2632         exception-correctness.
2633         * typeck2.c (process_init_constructor): Make mutual exclusivity
2634         of cases more obvious.
2635
2636 1998-10-29  Jason Merrill  <jason@yorick.cygnus.com>
2637
2638         * decl.c (lookup_name_real): OK, only warn if not lexing.
2639         Simplify suggested fix.
2640
2641         * cp-tree.h (IDENTIFIER_MARKED): New macro.
2642         * search.c (lookup_conversions): Use breadth_first_search.
2643         (add_conversions): Avoid adding two conversions to the same type.
2644         (breadth_first_search): Work with base binfos, rather
2645         than binfos and base indices.
2646         (get_virtual_destructor): Adjust.
2647         (tree_has_any_destructor_p): Adjust.
2648         (get_matching_virtual): Adjust.
2649
2650         * pt.c (push_template_decl_real): Generalize check for incorrect
2651         number of template parms.
2652         (is_member_template_class): #if 0.
2653
2654 1998-10-29  Richard Henderson  <rth@cygnus.com>
2655
2656         * Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@,
2657         last.
2658
2659 1998-10-28  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2660
2661         * lex.c: Call check_newline from lang_init always.  After
2662         calling cpp_start_read, set yy_cur and yy_lim to read from the
2663         cpplib token buffer.
2664
2665 1998-10-28  Jason Merrill  <jason@yorick.cygnus.com>
2666
2667         * class.c (instantiate_type): Don't consider templates for a normal
2668         match.
2669
2670         * class.c (finish_struct_1): Don't complain about non-copy
2671         assignment ops in union members.
2672
2673         * class.c (build_vtable): Don't pass at_eof to import_export_vtable.
2674         (prepare_fresh_vtable): Likewise.
2675         (finish_struct_1): Don't call import_export_class.
2676         * decl2.c (finish_vtable_vardecl): Do import/export stuff.
2677         (finish_prevtable_vardecl): Lose.
2678         (finish_file): Don't call it.
2679         * pt.c (instantiate_class_template): Likewise.
2680         * cp-tree.h: Remove it.
2681
2682         * init.c (build_delete): Reset TYPE_HAS_DESTRUCTOR here.
2683         * decl.c (finish_function): Not here.
2684         (start_function): Do set DECL_INITIAL.
2685
2686         * pt.c (push_template_decl_real): Complain about default template
2687         args for enclosing classes.
2688
2689         * call.c (add_function_candidate): Treat conversion functions
2690         as coming from the argument's class.
2691         * cp-tree.h (DECL_CONV_FN_P): New fn.
2692         (DECL_DESTRUCTOR_P): Also check DECL_LANGUAGE.
2693         * class.c (add_method): Use DECL_CONV_FN_P.
2694         * decl2.c (check_classfn): Likewise.
2695         * error.c (dump_function_name): Likewise.
2696         (dump_function_decl): Likewise.
2697         * pt.c (fn_type_unification): Likewise.
2698         * search.c (add_conversions): Likewise.
2699
2700 1998-10-27  Jason Merrill  <jason@yorick.cygnus.com>
2701
2702         * lex.c (do_identifier): Also generate LOOKUP_EXPR for RESULT_DECL.
2703         * method.c (hack_identifier): Also check for using RESULT_DECL
2704         from outer context.
2705
2706 1998-10-27  Mark Mitchell  <mark@markmitchell.com>
2707
2708         * decl.c (grokdeclarator): Use type_quals, rather than constp,
2709         consistently.
2710
2711 1998-10-27  Jason Merrill  <jason@yorick.cygnus.com>
2712
2713         * call.c (standard_conversion): instantiate_type here.
2714         (reference_binding): And here.
2715         (implicit_conversion): Not here.
2716         (build_op_delete_call): No need to cons up an OVERLOAD.
2717         * cvt.c (cp_convert_to_pointer): instantiate_type here.
2718         (convert_to_reference): And here.
2719         * decl.c (grok_reference_init): Not here.
2720         (grokparms): Or here.
2721         * typeck2.c (digest_init): Or here.
2722         * typeck.c (decay_conversion): Take the address of overloaded
2723         functions, too.
2724         (require_instantiated_type): Lose.
2725         (convert_arguments): Don't handle unknown types here.
2726         (build_c_cast): Likewise.
2727         (build_binary_op): Gut.
2728         (build_conditional_expr): Don't require_instantiated_type.
2729         (build_modify_expr): Likewise.
2730         (build_static_cast): Don't instantiate_type.
2731         (build_reinterpret_cast): Likewise.
2732         (build_const_cast): Likewise.
2733         (convert_for_initialization): Likewise.
2734         (build_ptrmemfunc): Use type_unknown_p.
2735         (convert_for_assignment): Also do default_conversion on overloaded
2736         functions.  Hand them off to ocp_convert.
2737
2738 1998-10-26  Mark Mitchell  <mark@markmitchell.com>
2739
2740         * error.c (dump_decl): Deal with TEMPLATE_DECLs that are
2741         VAR_DECLs.  Handle vtables whose DECL_CONTEXT is not a type.
2742
2743         * class.c (finish_struct_1): Use build_cplus_array_type to build
2744         array types.
2745         * decl.c (init_decl_processing): Likewise.
2746         * except.c (expand_end_eh_spec): Likewise.
2747         * search.c (expand_upcast_fixups): Simplify very slightly.
2748
2749 1998-10-26  Jason Merrill  <jason@yorick.cygnus.com>
2750
2751         * decl.c (grokdeclarator): Complain about a variable using
2752         constructor syntax coming back null from start_decl.
2753
2754         * friend.c (make_friend_class): Complain about trying to make
2755         a non-class type a friend.
2756
2757         * decl.c (grokfndecl): Set DECL_INITIAL for a defn here.
2758         (start_function): Not here.
2759
2760 1998-10-26  Brendan Kehoe  <brendan@cygnus.com>
2761
2762         * decl.c (grokdeclarator): Disallow `explicit' in a friend declaration.
2763
2764 1998-10-26  Jason Merrill  <jason@yorick.cygnus.com>
2765
2766         * typeck2.c (process_init_constructor): Only skip anonymous fields
2767         if they are bitfields.
2768
2769         * cp-tree.def (TYPEOF_TYPE): New code.
2770         * error.c (dump_type_real): Handle it.
2771         * pt.c (tsubst): Likewise.
2772         * tree.c (search_tree): Likewise.
2773         * semantics.c (finish_typeof): New fn.
2774         * parse.y (typespec): Use it.
2775         * cp-tree.h: Declare it.
2776
2777 1998-10-26  Manfred Hollstein  <manfred@s-direktnet.de>
2778
2779         * cp-tree.h (FORMAT_VBASE_NAME): Make definition unconditional.
2780
2781 1998-10-26  Jason Merrill  <jason@yorick.cygnus.com>
2782
2783         * typeck.c (convert_arguments): Don't handle pmf references
2784         specially.
2785
2786         * init.c (build_member_call): Don't try to convert to the base type
2787         if it's ambiguous or pedantic.
2788
2789         * typeck2.c (check_for_new_type): Only depend on pedantic for
2790         C-style casts.
2791
2792 1998-10-25  Mark Mitchell  <mark@markmitchell.com>
2793
2794         * decl.c (grokdeclarator): Set DECL_NONCONVERTING_P for all
2795         non-converting constructors.
2796
2797 1998-10-24  Martin von Löwis  <loewis@informatik.hu-berlin.de>
2798
2799         * gxxint.texi: Correct documentation for n, N, Q, and B.
2800
2801 1998-10-23  Martin von Löwis  <loewis@informatik.hu-berlin.de>
2802
2803         * parse.y (condition): Convert VAR_DECL from reference to indirect
2804         reference.
2805
2806 1998-10-23  Andrew MacLeod  <amacleod@cygnus.com>
2807
2808         * exception.cc (__cp_pop_exception): Free the original exception
2809         value, not the potentially coerced one.
2810
2811 1998-10-23  Mark Mitchell  <mark@markmitchell.com>
2812
2813         * Makefile.in (hash.h): Run gperf when necessary.
2814
2815         * cp-tree.h (CP_TYPE_READONLY): Remove.
2816         (CP_TYPE_VOLATILE): Likewise.
2817         (CP_TYPE_QUALS): New macro.
2818         (CP_TYPE_CONST_P): Likewise.
2819         (CP_TYPE_VOLATILE_P): Likewise.
2820         (CP_TYPE_RESTRICT_P): Likewise.
2821         (CP_TYPE_CONST_NON_VOLATILE_P): Likewise.
2822         (cp_build_type_variant): Rename to ...
2823         (cp_build_qualified_type): New function.
2824         (c_apply_type_quals_to_decl): Declare.
2825         (SIGNATURE_POINTER_NAME_FORMAT): Modify to allow `restrict'.
2826         (SIGNATURE_REFERENCE_NAME_FORMAT): Likewise.
2827         (cp_type_qual_from_rid): New function.
2828         (compparms): Remove unused parameter.  All callers changed.
2829         (cp_type_quals): New function.
2830         (at_least_as_qualified_p): Likewise.
2831         (more_qualified_p): Likewise.
2832
2833         * call.c (standard_conversion): Replace calls to
2834         cp_build_type_variant with cp_build_qualified_type.  Use
2835         CP_TYPE_QUALS to get qualifiers and at_least_as_qualified_p to
2836         compare them.  Use CP_TYPE_* macros to check qualifiers.
2837         (reference_binding): Likewise.
2838         (implicit_conversion): Likewise.
2839         (add_builtin_candidates): Likewise.
2840         (build_over_call): Likewise.
2841         * class.c (overrides): Compare all qualifiers, not just `const',
2842         on method declarations.
2843         * cvt.c (convert_to_reference): More CP_TYPE_QUALS conversion, etc.
2844         (convert_pointer_to_real): Likewise.
2845         (type_promotes_to): Likewise.
2846         * decl.c (check_for_uninitialized_const_var): New function.
2847         (init_decl_processing): More CP_TYPE_QUALS conversion, etc.
2848         (cp_finish_decl): Use check_for_uninitialized_const_var.
2849         (grokdeclarator): More CP_TYPE_QUALS conversion, etc.  Update to
2850         handle `restrict'.
2851         (grok_ctor_properties): Likewise.
2852         (grok_op_properties): Likewise.
2853         (start_function): Likewise.
2854         (rever_static_member_fn): Likewise.
2855         * decl2.c (grok_method_quals): Likewise.
2856         (grokfield): Likewise.
2857         * error.c (dump_readonly_or_volatile): Rename to ...
2858         (dump_qualifiers): New function.  Handle `restrict'.
2859         (dump_type_real): Use it.
2860         (dump_aggr_type): Likewise.
2861         (dump_type_prefix): Likewise.
2862         (dump_type_suffix): Likewise.
2863         (dump_function_decl): Likewise.
2864         (cv_as_string): Likewise.
2865         * gxx.gperf: Add __restrict and __restrict__.
2866         * gxxint.texi: Document `u' as used for `__restrict', and a few
2867         other previously undocumented codes.
2868         * hash.h: Regenerated.
2869         * init.c (expand_aggr_init): More CP_TYPE_QUALS conversion, etc.
2870         (build_member_call): Likewise.
2871         (build_new_1): Likewise.
2872         * lex.c (init_parse): Add entry for RID_RESTRICT.
2873         (cons_up_default_function): More CP_TYPE_QUALS conversion, etc.
2874         (cp_type_qual_from_rid): Define.
2875         * lex.h (enum rid): Add RID_RESTRICT.
2876         * method.c (process_modifiers): Deal with `restrict'.
2877         * parse.y (primary): More CP_TYPE_QUALS conversion, etc.
2878         * parse.c: Regenerated.
2879         * pt.c (convert_nontype_argument): More CP_TYPE_QUALS conversion, etc.
2880         (tsubst_aggr_type): Likewise.
2881         (tsubst): Likewise.
2882         (check_cv_quals_for_unify): Likewise.
2883         (unify): Likewise.
2884         * rtti.c (init_rtti_processing): Likewise.
2885         (build_headof): Likewise.
2886         (get_tinfo_var): Likewise.
2887         (buidl_dynamic_cast_1): Likewise.  Fix `volatile' handling.
2888         (expand_class_desc): Likewise.
2889         (expand_attr_desc): Likewise.
2890         (synthesize_tinfo_fn): Likewise.
2891         * search.c (covariant_return_p): Likewise.  Fix `volatile' handling.
2892         (get_matching_virtual): Likewise.
2893         (expand_upcast_fixups): Likewise.
2894         * sig.c (build_signature_pointer_or_reference_name): Take
2895         type_quals, not constp and volatilep.
2896         (build_signature_pointer_or_reference_type): Likewise.
2897         (match_method_types): More CP_TYPE_QUALS conversion, etc.
2898         (build_signature_pointer_constructor): Likewise.
2899         (build_signature_method_call): Likewise.
2900         * tree.c (build_cplus_array_type): Likewise.
2901         (cp_build_type_variant): Rename to ...
2902         (cp_build_qualified_type): New function.  Deal with `__restrict'.
2903         (canonical_type_variant): More CP_TYPE_QUALS conversion, etc.
2904         (build_exception_variant): Likewise.
2905         (mapcar): Likewise.
2906         * typeck.c (qualif_type): Likewise.
2907         (common_type): Likewise.
2908         (comptypes): Likewise.
2909         (comp_cv_target_types): Likewise.
2910         (at_least_as_qualified_p): Define.
2911         (more_qualified_p): Likewise.
2912         (comp_cv_qualification): More CP_TYPE_QUALS conversion, etc.
2913         (compparms): Likewise.
2914         (inline_conversion): Likewise.
2915         (string_conv_p): Likewise.
2916         (build_component_ref): Likewise.
2917         (build_indirect_ref): Likewise.
2918         (build_array_ref): Likewise.
2919         (build_unary_op): Likewise.
2920         (build_conditional_expr): Likewise.
2921         (build_static_cast): Likewise.
2922         (build_c_cast): Likewise.
2923         (build_modify_expr): Likewise.
2924         (convert_For_assignment): Likewise.
2925         (comp_ptr_ttypes_real): Likewise.
2926         (cp_type_quals): New function.
2927
2928 1998-10-23  Jason Merrill  <jason@yorick.cygnus.com>
2929
2930         * cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays.
2931         (CP_TYPE_VOLATILE): Likewise.
2932         * decl.c (grokdeclarator): Use them.
2933         * tree.c (canonical_type_variant): Likewise.
2934
2935 1998-10-22  Martin von Löwis  <loewis@informatik.hu-berlin.de>
2936
2937         * parse.y (named_class_head): Push into class while parsing the
2938         base class list.
2939         * decl2.c (push_scope, pop_scope): New functions.
2940         * cp-tree.h: Declare them.
2941         * init.c (build_new_1): Delay cleanup until end of full expression.
2942
2943 1998-10-21  Jason Merrill  <jason@yorick.cygnus.com>
2944
2945         * typeck.c (build_component_ref): Use of a type here is an error.
2946
2947 1998-10-19  Jason Merrill  <jason@yorick.cygnus.com>
2948
2949         Revamp references to member functions.
2950         * method.c (hack_identifier): Call build_component_ref for a
2951         reference to a member function.
2952         * typeck.c (build_component_ref): Only return a single function
2953         if it's static.  Otherwise, return a COMPONENT_REF.
2954         (build_x_function_call): Handle a COMPONENT_REF.
2955         (build_unary_op): Handle all unknown-type things.
2956         * decl2.c (arg_assoc): Handle COMPONENT_REF.
2957         * class.c (instantiate_type): Complain if the function we get is a
2958         nonstatic member function.  Remove code for finding "compatible"
2959         functions.
2960         * pt.c (tsubst_copy): Handle NOP_EXPR.
2961         * tree.c (build_dummy_object): New fn.
2962         (maybe_dummy_object): New fn.
2963         (is_dummy_object): New fn.
2964         * cp-tree.h: Declare them.
2965         * cvt.c (cp_convert_to_pointer): Use maybe_dummy_object.
2966         * error.c (dump_expr, case OFFSET_REF): Use is_dummy_object.
2967         * init.c (build_member_call): Use maybe_dummy_object and
2968         is_dummy_object.
2969         (build_offset_ref): Use maybe_dummy_object.
2970         (resolve_offset_ref): Use is_dummy_object.
2971         * typeck.c (build_x_function_call): Call build_dummy_object.
2972         (unary_complex_lvalue): Call is_dummy_object.
2973
2974         * typeck.c (build_component_addr): Make sure field is a field.
2975
2976         * call.c (build_new_op): Delete obsolete code.
2977
2978         * pt.c (tsubst, TEMPLATE*PARM*): Abort if we don't have any args.
2979
2980 1998-10-18  Martin von Löwis  <loewis@informatik.hu-berlin.de>
2981
2982         * decl2.c (validate_nonmember_using_decl): Fix using-directives of
2983         std if std is ignored.
2984
2985 1998-10-18  Jason Merrill  <jason@yorick.cygnus.com>
2986
2987         * decl.c (grokvardecl): Fix thinko.
2988
2989         * decl.c (grokdeclarator): Embedded attrs bind to the right,
2990         not the left.
2991
2992         * parse.y (fn.def2): Fix 'attrs' format.
2993
2994 1998-10-18  Alastair J. Houghton  <ajh8@doc.ic.ac.uk>
2995
2996         * Makefile.in (CONFLICTS): Update.
2997         * parse.y (expr_or_declarator_intern): New rule.
2998         (expr_or_declarator, direct_notype_declarator, primary,
2999         functional_cast): Use it.
3000         (notype_declarator_intern): New rule.
3001         (notype_declarator, complex_notype_declarator): Use it.
3002
3003 1998-10-17  Jason Merrill  <jason@yorick.cygnus.com>
3004
3005         * decl.c (grokfndecl): Set DECL_CONTEXT to namespace if appropriate.
3006         (grokvardecl): Likewise.
3007
3008 Sat Oct 17 23:27:20 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3009
3010         * class.c (make_method_vec): Cast 1st argument of `bzero' to (PTR).
3011         (add_method): Likewise for arguments 1 & 2 of `bcopy'.
3012
3013         * decl.c (signal_catch): Mark with ATTRIBUTE_NORETURN.
3014
3015         * pt.c (process_partial_specialization): Cast 1st argument of
3016         `bzero' to (PTR).
3017
3018         * tree.c (build_base_fields): Cast `base_align' to (int) when
3019         comparing against one.
3020
3021 1998-10-16  Mark Mitchell  <mark@markmitchell.com>
3022
3023         * decl.c (lookup_name_real): Handle template parameters for member
3024         templates where said parameters have the same name as the
3025         surrounding class.
3026
3027         * decl.c (expand_static_init): Build cleanups before entering the
3028         anonymous function used to do them to avoid access-checking
3029         confusion.
3030
3031         * decl.c (grokfndecl): Add back call to cplus_decl_attributes
3032         accidentally removed by previous change, and make DECL_RTL here.
3033         * class.c (add_method): Don't make DECL_RTL here.
3034
3035         * pt.c (for_each_template_parm): Don't examine uninstantiated
3036         default arguments.
3037
3038 1998-10-16  Dave Brolley  <brolley@cygnus.com>
3039
3040         * lex.c (real_yylex): Fix unaligned access of wchar_t.
3041
3042 1998-10-16  Mark Mitchell  <mark@markmitchell.com>
3043
3044         * class.c (add_method): Fix documentation to reflect previous
3045         changes.  Check for duplicate method declarations here.
3046         * decl.c (decls_match): Handle FUNCTION_DECL vs TEMPLATE_DECL
3047         correctly; such things never match.
3048         (grokfndecl): Don't look for duplicate methods here.
3049         * decl2.c (check_classfn): Don't assume names are mangled.
3050         Don't add bogus member function declarations to a class before the
3051         class type is complete.
3052         (grokfield): Reformat error message.
3053         * method.c (set_mangled_name_for_decl): Don't mangle names while
3054         processing_template_decl.
3055
3056 1998-10-16  Jason Merrill  <jason@yorick.cygnus.com>
3057
3058         * typeck.c (build_indirect_ref): Complain about a pointer to data
3059         member, too.
3060         * typeck2.c (build_m_component_ref): Don't indirect a pointer to
3061         data member.
3062         * init.c (resolve_offset_ref): Don't undo the above.
3063
3064         * cp-tree.h (DECL_C_BIT_FIELD, SET_DECL_C_BIT_FIELD): New macros.
3065         (struct lang_decl_flags): Add `bitfield'.
3066         * class.c (finish_struct_1): Use DECL_C_BIT_FIELD instead of
3067         DECL_BIT_FIELD.
3068         * decl2.c (grokbitfield, grok_alignof): Likewise.
3069         * init.c (build_offset_ref): Likewise.
3070         * typeck.c (build_component_addr, expr_sizeof): Likewise.
3071         * cvt.c (build_up_reference): Don't crash if taking the address
3072         returns error_mark_node.
3073
3074         * decl.c (grokfndecl): Also check ctype when checking for ::main().
3075
3076 1998-10-15  Jason Merrill  <jason@yorick.cygnus.com>
3077
3078         * decl.c (grokfndecl): ::main and __builtin_* get C linkage.
3079         Do mangling here.
3080         (grokdeclarator): Instead of here.
3081         * friend.c (do_friend): Lose special handling of ::main and
3082         __builtin_*.
3083         * cp-tree.h (DECL_MAIN_P): Check for C linkage.
3084
3085         * spew.c (yylex): Clear looking_for_typename if we got
3086         'enum { ... };'.
3087
3088 1998-10-15  Mark Mitchell  <mark@markmitchell.com>
3089
3090         * class.c (maybe_warn_about_overly_private_class): Improve error
3091         messages for class with only private constructors.
3092
3093         * cp-tree.def (TYPENAME_TYPE): Add to documentation.
3094         * cp-tree.h (TYPENAME_TYPE_FULLNAME): Document.
3095         (build_typename_type): New function.
3096         * decl.c (build_typename_type): Broken out from ...
3097         (make_typename_type): Use it.
3098         * search.c (lookup_field): Likewise.
3099
3100 1998-10-14  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
3101
3102         * pt.c (convert_nontype_argument): Check against type_referred_to.
3103         * decl.c (grokvardecl): Check for declarator name before building
3104         DECL_ASSEMBLER_NAME.
3105
3106 1998-10-14  Mark Mitchell  <mark@markmitchell.com>
3107
3108         * pt.c (lookup_template_class): Add comment.
3109         (instantiate_class_template): Don't mark the _TYPE node for
3110         member class templates as an instantiation.
3111
3112 1998-10-14  Jason Merrill  <jason@yorick.cygnus.com>
3113
3114         * decl.c (grokfndecl): Fix my thinko.
3115
3116 1998-10-13  Jason Merrill  <jason@yorick.cygnus.com>
3117
3118         * tinfo2.cc (fast_compare): Remove.
3119         (before): Just use strcmp.
3120         * tinfo.cc (operator==): Just use strcmp.
3121
3122 1998-10-13  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
3123
3124         * decl.c (grokfndecl): Don't check for linkage in `extern "C"'
3125         declarations.
3126
3127 1998-10-13  Mark Mitchell  <mark@markmitchell.com>
3128
3129         * cp-tree.h (specializations_of_same_template_p): Remove.
3130         * search.c (get_template_base): Don't use it.
3131         (get_template_base_recursive): Likewise.
3132         * pt.c (specializations_of_same_template_p): Remove.
3133         (unify): Don't use it.
3134         (lookup_template_class): Find the correct parent when setting
3135         CLASSTYPE_TI_TEMPLATE.
3136
3137 1998-10-12  Jason Merrill  <jason@yorick.cygnus.com>
3138
3139         * tinfo.cc (operator==): Always compare names.
3140
3141 1998-10-12  Herman ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
3142
3143         * decl.c (start_function): Fix cut-and-paste error.
3144
3145 1998-10-12  Jason Merrill  <jason@yorick.cygnus.com>
3146
3147         * inc/typeinfo: Add #pragma interface.
3148         (operator!=): Just call operator==.
3149         * tinfo.cc: Add #pragma implementation.
3150         (operator==): Move from inc/typeinfo and tinfo2.cc.
3151         Check __COMMON_UNRELIABLE instead of _WIN32.
3152
3153         * typeck2.c (my_friendly_abort): Add URL.
3154
3155 1998-10-12  Alastair J. Houghton  <ajh8@doc.ic.ac.uk>
3156
3157         * decl.c (start_method): Added extra parameter for attributes.
3158         * cp-tree.h (start_method): Update prototype.
3159         * parse.y (fn.def2): Update start_method parameter list.
3160
3161 1998-10-11  Mark Mitchell  <mark@markmitchell.com>
3162
3163         * cp-tree.h (specializations_of_same_template_p): Declare.
3164         * pt.c (specializations_of_same_template_p): New function.
3165         (unify): Use it.
3166         * search.c (get_template_base): Use it.
3167         (get_template_base_recursive): Likewise.
3168
3169 1998-10-10  Manfred Hollstein  <manfred@s-direktnet.de>
3170
3171         * decl2.c (start_objects): Add new variable `joiner' and
3172         initialize it properly.
3173
3174 1998-10-09  Mark Mitchell  <mark@markmitchell.com>
3175
3176         * search.c (expand_upcast_fixups): Tweak to match 1998-10-07
3177         change to vtable types.
3178
3179         * cvt.c (ocp_convert): Avoid infinite recursion caused by
3180         1998-10-03 change.
3181
3182 1998-10-08  Jason Merrill  <jason@yorick.cygnus.com>
3183
3184         * pt.c (resolve_overloaded_unification): New fn.
3185         (try_one_overload): Likewise.
3186         (unify): Don't fail on unknown type.
3187         (type_unification_real): Likewise.  Use resolve_overloaded_unification
3188         to handle an overloaded argument.
3189         (template_args_equal): Split out...
3190         (comp_template_args): From here.
3191         (determine_specialization): Also allow a template with more
3192         parms than were explicitly specified.
3193         * cp-tree.h: Add template_args_equal.
3194         * call.c (resolve_args): Remove TEMPLATE_ID_EXPR code.
3195
3196 Thu Oct  8 15:58:30 1998  Anthony Green  <green@cygnus.com>
3197
3198         * semantics.c (finish_asm_stmt): Revert my 1998-09-28
3199         change.
3200
3201 Thu Oct  8 06:00:19 1998  Jeffrey A Law  (law@cygnus.com)
3202
3203         * typeck.c (unsigned_type): Only return TItype nodes when
3204         HOST_BITS_PER_WIDE_INT is >= 64 bits.
3205         (signed_type): Likewise.
3206         * decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
3207         when HOST_BITS_PER_WIDE_INT is >= 64 bits.
3208         (init_decl_processing): Only create TItype nodes when
3209         HOST_BITS_PER_WIDE_INT is >= 64 bits.
3210         * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
3211         when HOST_BITS_PER_WIDE_INT is >= 64 bits.
3212
3213 Wed Oct  7 12:32:44 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3214
3215         * Makefile.in (hash.h): Add -L KR-C -F ', 0, 0' flags to gperf.
3216         (gxx.gperf): Update comments describing invocation flags.
3217         (hash.h): Regenerate using gperf 2.7.1 (19981006 egcs).
3218
3219 1998-10-07  Mark Mitchell  <mark@markmitchell.com>
3220
3221         * class.c (finish_struct_1): Add commentary on previous change.
3222
3223         * cp-tree.h (vtbl_ptr_type_node): New variable.
3224         * class.c (build_vtbl_ref): Don't indirect through the vptr; it's
3225         already of the right type.
3226         (finish_struct_1): Make the vptr be of type vtbl_ptr_type_node.
3227         Simplify code to grow vtable.
3228         * decl.c (vtbl_ptr_type_node): Define.
3229         (init_decl_processing): Initialize it.
3230
3231 1998-10-06  Mark Mitchell  <mark@markmitchell.com>
3232
3233         * cp-tree.def (PTRMEM_CST): New tree node.
3234         * cp-tree.h (ptrmem_cst): New type.
3235         (lang_type): Remove local_typedecls.
3236         (dummy): Increase to 12 bits from 11.
3237         (CLASSTYPE_LOCAL_TYPEDECLS): Remove.
3238         (PTRMEM_CST_CLASS): New macro.
3239         (PTRMEM_CST_MEMBER): Likewise.
3240         (current_access_specifier): New variable.
3241         (current_class_type): Remove duplicate declaration.
3242         (finish_struct): Change prototype.
3243         (unreverse_member_declarations): New function.
3244         (pushdecl_class_level): Change prototype.
3245         (grok_enum_decls): Remove.
3246         (fixup_anonymous_union): New function.
3247         (grok_x_components): Change prototype.
3248         (tsubst_chain): Remove.
3249         (finish_member_template_decl): Likewise.
3250         (check_explicit_specialization): Fix indentation.
3251         (finish_class_definition): Change prototype.
3252         (finish_member_class_template): Likewise.
3253         (finish_member_declaration): New function.
3254         (check_multiple_declarators): Likewise.
3255         * class.c (class_stack_node_t): New type.
3256         (current_class_base): Remove.
3257         (current_class_stack): Change type.
3258         (current_access_specifier): New variable.
3259         (grow_method): Remove.
3260         (check_member_decl_is_same_in_complete_scope): Break out from
3261         finish_struct.
3262         (make_method_vec): New function.
3263         (free_method_vec): Likewise.
3264         (add_implicitly_declared_members): Break out from finish_struct_1.
3265         (free_method_vecs): New variable.
3266         (add_method): Rework for direct use from parser.
3267         (handle_using_decl): Watch for NULL_TREE while iterating through
3268         CLASSTYPE_METHOD_VEC.
3269         (finish_struct_methods): Don't build CLASSTYPE_METHOD_VEC here;
3270         just do some error-checking.
3271         (warn_hidden): Change iteration through CLASSTYPE_METHOD_VEC.
3272         (finish_struct_1): Simplify.  Use add_implicitly_declared_members.
3273         (finish_struct): Change prototype.  Simplify; fields and methods
3274         are already set up at this point.
3275         (init_class_processing): Set up current_class_stack.
3276         (pushclass): Save current_access_specifier.
3277         (popclass): Restore it.
3278         (currently_open_class): Simplify.
3279         (build_self_reference): Remove use of CLASSTYPE_LOCAL_TYPEDECLS.
3280         * decl.c (saved_scope): Add access_specifier.
3281         (maybe_push_to_top_level): Save it.
3282         (pop_from_top_level): Restore it.
3283         (maybe_process_template_type_declaration): Use
3284         finish_member_declaration.
3285         (pushtag): Likewise.
3286         (pushdecl_class_level): Don't return a value.
3287         (fixup_anonymous_union): Break out from grok_x_components.
3288         (shadow_tag): Use it.
3289         (xref_tag): Complain about using an elaborated type specifier to
3290         reference a template type parameter or typedef name.
3291         (xref_basetypes): Don't set CLASSTYPE_LOCAL_TYPEDECLS.
3292         (current_local_enum): Remove.
3293         (build_enumerator): Call finish_member_declaration.
3294         (grok_enum_decls): Remove.
3295         * decl2.c (grok_x_components): Simplify.
3296         (check_classfn): Change iteration through CLASSTYPE_METHOD_VEC.
3297         (grokfield): Don't set CLASSTYPE_LOCAL_TYPEDECLS.
3298         (merge_functions): Add to comment.
3299         (arg_assoc_type): Prototype.
3300         (arg_assoc): Pass as many arguments as there are parameters.
3301         * error.c (dump_expr): Handle PTRMEM_CST.  Improve handling of
3302         OFFSET_REF.
3303         * expr.c (cpls_expand_expr): Remove dead code.  Handle
3304         PTRMEM_CST.
3305         * friend.c (do_friend): Lookup friends when in nested classes.
3306         Change comments.
3307         * init.c (build_offset_ref): Do lookup even for classes that are
3308         only partially defined.
3309         (decl_constant_value): Remove dead code.
3310         * method.c (build_overload_value): Remove hack where by TYPE was
3311         not a TYPE.  Handle PTRMEM_CST.
3312         (build_template_parm_names): Don't pass a PARM_DECL where a TYPE
3313         should go.
3314         * parse.y (components, notype_components, component_decl,
3315         component_decl_1, component_declarator, component_declarator0):
3316         Now all are itype rather than ttype.  Rework to add members to
3317         classes on the fly.
3318         (typesqpecqual_reserved): Use check_multiple_declarators.
3319         (structsp): Update class to finish_class_definition.
3320         (do_xref_defn): Unsplit into named_class_head.
3321         (access_specifier): Set current_access_specifier.
3322         * pt.c (set_current_access_from_decl): New function.
3323         (finish_member_template_decl): Don't take the parameters.
3324         (comp_template_args): Make more robust.
3325         (lookup_template_class): Don't use current_local_enum.
3326         (for_each_template_parm): Handle PTRMEM_CST.
3327         (instantiate_class_template): Use set_current_access_from_decl,
3328         finish_member_declaration and unreverse_member_declarations.  Set
3329         lineno/input_filename before generating implicit member functions.
3330         (type_unification_real): Don't assume back-unification happens
3331         only for the last argument.
3332         (regenerate_decl_from_template): Call pushclass a bit earlier.
3333         (tsubst_chain): Remove.
3334         (tsubst_enum): Use set_current_access_from_decl.
3335         (set_mangled_name_for_template_decl): Fix indentation.
3336         * search.c (lookup_fnfields_1): Change iteration through
3337         CLASSTYPE_METHOD_VEC.
3338         (dfs_pushdecls): Likewise.
3339         (dfs_compress_decls): Likewise.
3340         (add_conversions): Likewise.
3341         * semantics.c (finish_class_definition): Don't take components.
3342         Change call to finish_struct.
3343         (finish_member_declaration): New function.
3344         (finish_member_class_template): Don't take template parameters.
3345         Change call to grok_x_components.  Call finish_member_template_decl.
3346         (check_multiple_declarators): New function.
3347         * sig.c (append_signature_fields): Work from the TYPE_METHODS, not
3348         a passed in fieldlist.
3349         * tree.c (search_tree): Handle PTRMEM_CST.
3350         (mapcar): Likewise.
3351         * typeck.c (unary_complex_lvalue): Build PTRMEM_CSTs, not
3352         INTEGER_CSTs, for pointer-to-data members.
3353
3354         * call.c (resolve_args): Resolve template specializations, if
3355         possible.
3356
3357 Tue Oct  6 07:57:26 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3358
3359         * Makefile.in (spew.o): Depend on toplev.h.
3360
3361         * call.c (compare_ics): Initialize variables `deref_from_type2',
3362         `deref_to_type1' and `deref_to_type2'.
3363
3364         * except.c (get_eh_type): Hide prototype and definition.
3365         (process_start_catch_block_old): Remove unused static prototype.
3366
3367         * pt.c (tsubst_decl): Initialize variable `argvec'.
3368
3369         * spew.c: Include toplev.h.
3370
3371 1998-10-05  Jason Merrill  <jason@yorick.cygnus.com>
3372
3373         * pt.c (instantiate_decl): Do save and restore file position.
3374
3375 1998-10-05  Martin von Löwis  <loewis@informatik.hu-berlin.de>
3376
3377         * method.c (build_decl_overload_real): Clear
3378         numeric_output_need_bar after __.
3379
3380 1998-10-05  Nathan Sidwell  <nathan@acm.org>
3381
3382         * call.c (build_new_method_call): Issue 'incomplete type' error,
3383         if class is not defined.
3384
3385 1998-10-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3386
3387         * call.c (build_object_call): Move declaration of variable
3388         `fn' into the scope where it is used.  Don't access variable
3389         `fn' when it is uninitialized, instead use `fns'.
3390
3391 1998-10-04  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
3392
3393         * errfn.c (cp_thing): Print buf as a string not as a printf format
3394         to avoid problems with the operator%.  Consequently, `%%' sequences
3395         in format are copied as `%' in buf.
3396
3397 1998-10-04  Jason Merrill  <jason@yorick.cygnus.com>
3398
3399         * pt.c (pop_tinst_level): Call extract_interface_info.
3400         (instantiate_decl): Don't save and restore file position.
3401
3402         * decl.c (cp_finish_decl): Make statics in extern inlines and
3403         templates common, if possible and the target doesn't support weak
3404         symbols.
3405
3406         * decl.c (grokdeclarator): Remove redundant calls to
3407         build_type_variant and some duplicated code.
3408         * sig.c (build_signature_reference_type): Only take the type parm.
3409         (build_signature_pointer_type): Likewise.
3410         * tree.c (build_cplus_method_type): Adjust.
3411         * cp-tree.h: Update.
3412
3413 1998-10-04  Mark Mitchell  <mark@markmitchell.com>
3414
3415         * call.c (build_over_call): Make pedwarns about dropped qualifiers
3416         into full-fledged errors.
3417         * cvt.c (convert_to_reference): Likewise.
3418         * typeck.c (convert_for_assignment): Likewise.
3419
3420         * search.c (expand_upcast_vtables): In addition to unsetting
3421         TREE_READONLY, remove top-level const type qualifier.
3422
3423 1998-10-03  Mark Mitchell  <mark@markmitchell.com>
3424
3425         * class.c (current_class_ptr, current_class_ref): Clarify
3426         documentation.
3427         * cvt.c (ocp_convert): Don't expect fold to remove all trivial
3428         NOP type conversions.
3429         * decl.c (decls_match): Use comptypes directly; ignore
3430         qualifiers on the DECL.
3431         (duplicate_decls): Remove qualifier checks on DECL.
3432         (grokdeclarator): Make the type built up include top-level
3433         qualifiers.
3434         * decl2.c (do_dtors): Fix spelling error.
3435         * error.c (dump_simple_decl): Don't look at qualifiers on the decl
3436         when printing type information.
3437         * init.c (build_new_1): Add documentation.  Deal with the fact
3438         that type of allocated memory now contains qualifiers.
3439         * lex.c (is_global): Improve error-recovery.
3440         * sig.c (build_member_function_pointer): Don't cast away const
3441         on fields of sigtable_entry_type.
3442         * tree.c (lvalue_type): Don't look at top-level qualifiers on
3443         expressions.
3444         * typeck.c (decay_conversion): Likewise.
3445         (build_component_ref): Make sure the type of the COMPONENT_REF
3446         contains top-level qualifiers, as appropriate.  Improve
3447         error-handling.
3448         (build_indirect_ref): Simplify.  Don't strip top-level qualifiers.
3449         (build_array_ref): Likewise.
3450         (build_unary_op): Improve error-recovery.
3451         (unary_complex_lvalue): Make taking the address a bound member
3452         function an error, not a sorry.
3453         (build_conditional_expr): Look at the type qualifiers, not the
3454         qualifiers on the expression itself.
3455
3456 1998-10-03  Jason Merrill  <jason@yorick.cygnus.com>
3457
3458         * decl2.c (merge_functions): Remove duplicates.
3459
3460         * decl2.c: Add -f{no-,}implicit-inline-templates.
3461         (import_export_decl): Check it.
3462
3463         * decl.c (lookup_name_real): Template parms also take precedence
3464         over implicit typename.  Only warn if yylex.
3465
3466         * typeck.c (build_conditional_expr): Only fold if ifexp is an
3467         INTEGER_CST.
3468
3469         * decl2.c (finish_vtable_vardecl): Check DECL_INTERFACE_KNOWN
3470         instead of linkage.
3471
3472 1998-10-01  Jason Merrill  <jason@yorick.cygnus.com>
3473
3474         * cp-tree.h (FORMAT_VBASE_NAME): New macro.
3475         * class.c (build_vbase_pointer): Use it.
3476         * rtti.c (expand_class_desc): Likewise.
3477         * tree.c (build_vbase_pointer_fields): Likewise.
3478
3479 Thu Oct  1 10:43:45 1998  Nick Clifton  <nickc@cygnus.com>
3480
3481         * decl.c (start_decl): Add invocation of
3482         SET_DEFAULT_DECL_ATTRIBUTES, if defined.
3483         (start_function): Add invocation of
3484         SET_DEFAULT_DECL_ATTRIBUTES, if defined.
3485
3486         * lex.c: Replace occurrences of HANDLE_SYSV_PRAGMA with
3487         HANDLE_GENERIC_PRAGMAS.
3488
3489 1998-09-28  Anthony Green  <green@cygnus.com>
3490
3491         * semantics.c (finish_asm_stmt): Always permit volatile asms.
3492
3493 1998-09-28  Mark Mitchell  <mark@markmitchell.com>
3494
3495         * decl.c (grokdeclarator): Tighten checks for invalid
3496         destructors.  Improve error-messages and error-recovery.
3497         * decl2.c (check_classfn): Don't assume that mangled destructor
3498         names contain type information.
3499
3500 1998-09-25  Jason Merrill  <jason@yorick.cygnus.com>
3501
3502         * search.c (get_base_distance): Remove assert.
3503
3504         * decl2.c (build_anon_union_vars): Don't process a field with no
3505         name.
3506         (finish_anon_union): Also complain about local anon unions with no
3507         members.
3508
3509 1998-09-25  Martin von Löwis  <loewis@informatik.hu-berlin.de>
3510
3511         * decl.c (lookup_namespace_name): If the name is a namespace,
3512         return it immediately.
3513
3514 Fri Sep 25 11:45:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3515
3516         * cp-tree.h (define_case_label): Remove unused parameter.
3517         (check_java_method): Likewise.
3518         (grokclassfn): Likewise.
3519         (expand_aggr_init): Likewise.
3520         (build_x_delete): Likewise.
3521         (maybe_end_member_template_processing): Likewise.
3522         (unshare_base_binfos): Add prototype.
3523         (string_conv_p): Likewise.
3524         (my_friendly_abort): Mark with ATTRIBUTE_NORETURN.
3525
3526         * cvt.c (build_up_reference): Remove unused parameter
3527         `checkconst', all callers changed.
3528         (build_type_conversion): Mark parameter `code' with
3529         ATTRIBUTE_UNUSED.
3530         (build_expr_type_conversion): Initialize variable `conv'.
3531
3532         * decl.c (push_namespace): Initialize variable `d'.
3533         (define_case_label): Remove unused parameter `decl', all callers
3534         changed.
3535
3536         * decl2.c (lang_decode_option): If !USE_CPPLIB, mark parameter
3537         `argc' with ATTRIBUTE_UNUSED.
3538         (grokclassfn): Remove unused parameter `cname', all callers
3539         changed.
3540         (check_java_method): Likewise for parameter `ctype'.
3541         (copy_assignment_arg_p): Mark parameter `virtualp' with
3542         ATTRIBUTE_UNUSED.
3543         (finish_prevtable_vardecl): Likewise for parameter `prev'.
3544
3545         * expr.c (extract_init): Likewise for parameters `decl' and `init'.
3546
3547         * init.c (expand_aggr_init_1): Remove unused parameter
3548         `alias_this', all callers changed.
3549         (expand_aggr_init): Likewise.
3550         (expand_default_init): Likewise.
3551         (build_new_1): Initialize variable `susp'.
3552         (build_x_delete): Remove unused parameter `type', all callers
3553         changed.
3554
3555         * lex.c (set_typedecl_interface_info): Mark parameter `prev' with
3556         ATTRIBUTE_UNUSED.
3557         (readescape): Use (unsigned) value in shift.
3558         (real_yylex): Likewise.  Likewise.  Also cast `sizeof' to int when
3559         comparing to a signed quantity.
3560
3561         * pt.c (maybe_end_member_template_processing): Remove unused
3562         parameter `decl', all callers changed.
3563         (check_explicit_specialization): Add braces around empty body in
3564         an else-statement.
3565         (current_template_args): Initialize variable `args'.
3566         (lookup_template_class): Likewise for variable `prev_local_enum'.
3567         (tsubst_decl): Likewise for variable `r'.
3568         (set_mangled_name_for_template_decl): Initialize variable
3569         `context'.
3570
3571         * spew.c (scan_tokens): Change type of parameter `n' to unsigned.
3572         Likewise for variable `i'.
3573         (yylex): Initialize variable `trrr'.
3574
3575         * typeck.c (compparms): Mark variable `strict' with
3576         ATTRIBUTE_UNUSED.
3577
3578         * xref.c (simplify_type): Cast argument of ctype function to
3579         `unsigned char'.
3580
3581 1998-09-24  Mark Mitchell  <mark@markmitchell.com>
3582
3583         * cp-tree.h (language_lvalue_valid): Remove.
3584         * decl.c (grokdeclarator): Don't disallow references to functions.
3585         * tree.c (lvalue_p_1): New function, combining duplicated
3586         code from ...
3587         (lvalue_p): Use it.
3588         (real_lvalue_p): Likewise.
3589         * typeck.c (language_lvalue_valid): Remove.
3590         (build_modify_expr): Treat FUNCTION_TYPEs as readonly, even though
3591         they don't have TREE_READONLY set.
3592         * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.
3593
3594 1998-09-24  Benjamin Kosnik  <bkoz@loony.cygnus.com>
3595
3596         * spew.c (yylex): Give diagnostic.
3597         * hash.h (is_reserved_word): Add export.
3598         * gxx.gperf: Likewise.
3599         * lex.h (rid): Add RID_EXPORT.
3600         * lex.c (init_parse): Likewise.
3601
3602 Tue Sep 22 21:01:19 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3603
3604         * friend.c (do_friend): Make warning a full sentence.
3605
3606 1998-09-22  Mark Mitchell  <mark@markmitchell.com>
3607
3608         * parse.y (component_decl_list): Improve error-recovery.
3609
3610 1998-09-22  Benjamin Kosnik  <bkoz@loony.cygnus.com>
3611
3612         * decl.c (make_typename_type): Move error to point where name
3613         variable can be used by dump_type.
3614
3615 1998-09-22  Mark Mitchell  <mark@markmitchell.com>
3616
3617         * decl.c (grokfndecl): Improve error-recovery.
3618         * decl2.c (grokfield): Likewise.
3619         * pt.c (finish_member_template_decl): Likewise.
3620
3621 1998-09-20  Martin von Löwis  <loewis@informatik.hu-berlin.de>
3622
3623         * method.c (hack_identifier): Finding multiple members is always
3624         an error.
3625
3626 1998-09-21  Per Bothner  <bothner@cygnus.com>
3627
3628         * Make-lang.in (c++-filt):  Link libiberty.a after cxxmain.o.
3629
3630 Mon Sep 21 01:53:05 1998  Felix Lee  <flee@cygnus.com>
3631
3632         * lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
3633
3634 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
3635
3636         * class.c (maybe_warn_about_overly_private_class): Reformat.
3637
3638 1998-09-17  Andrew MacLeod  <amacleod@cygnus.com>
3639
3640         * exception.cc (__cplus_type_matcher): Realign some code.
3641
3642 1998-09-16  Mark Mitchell  <mark@markmitchell.com>
3643
3644         * Make-lang.in (tinfo.o): Use CXXFLAGS when compiling.
3645         (tinfo2.o): Likewise.
3646         (exception.o): Likewise.
3647         (new.o): Likewise.
3648         (opnew.o): Likewise.
3649         (opnewnt.o): Likewise.
3650         (opvnew.o): Likewise.
3651         (opvnewnt.o): Likewise.
3652         (opdel.o): Likewise.
3653         (opdelnt.o): Likewise.
3654         (opvdel.o): Likewise.
3655         (opvdelnt.o): Likewise.
3656
3657 1998-09-16  Richard Henderson  <rth@cygnus.com>
3658
3659         * decl.c (init_decl_processing): Kill __builtin_fp and __builtin_sp.
3660
3661 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
3662
3663         * call.c (build_field_call): Handle static data members too.
3664
3665         * typeck.c (comptypes): When comparing pointer types, check
3666         whether referred types match even in strictest modes.
3667
3668 1998-09-15  Mark Mitchell  <mark@markmitchell.com>
3669
3670         * cp-tree.h: Revert previous change.
3671         (finish_struct_methods): Remove declaration.
3672         * class.c: Revert previous change.
3673         (maybe_warn_about_overly_private_class): New function.
3674         (finish_struct_methods): Declare here, and make static.  Remove
3675         unnecessary parameters.  Tidy slightly.  Use
3676         maybe_warn_about_overly_private_class.
3677         (finish_struct_1): Adjust.  Remove check for private constructors,
3678         now done elsewhere.
3679         (finish_struct): Adjust.
3680
3681 1998-09-15  Andrew MacLeod  <amacleod@cygnus.com>
3682
3683         * except.c (expand_start_catch_block): No need to check for new
3684         exception model.
3685         (process_start_catch_block_old): Deleted.
3686         (process_start_catch_block): Add call to start_decl_1().
3687         (expand_end_catch_block): Add call to end_catch_handler().
3688         * exception.cc (__cplus_type_matcher): Only check the exception
3689         language if there is an exception table.
3690
3691 1998-09-15  Andrew MacLeod  <amacleod@cygnus.com>
3692
3693         * search.c (expand_indirect_vtbls_init): Mark temporary stack slots
3694         as used to prevent conflicts with virtual function tables.
3695
3696 1998-09-14  Mark Mitchell  <mark@markmitchell.com>
3697
3698         * cp-tree.h (lang_type): Add has_non_private_static_mem_fn.
3699         (CLASSTYPE_HAS_NON_PRIVATE_STATIC_MEM_FN): New macro, to access it.
3700         * class.c (maybe_class_too_private_p): New function.
3701         (finish_struct_methods): Use it.
3702         (finish_struct_1): Likewise.
3703         (finish_struct): Set CLASSTYPE_HAS_NON_PRIVATE_STATIC_MEM_FN if
3704         appropriate.
3705
3706         * pt.c (check_specialization_scope): Fix spelling error.
3707         (check_explicit_specialization): Remove code to handle explicit
3708         specializations in class scope; they are now correctly diagnosed
3709         as errors.
3710
3711 1998-09-10  Mark Mitchell  <mark@markmitchell.com>
3712
3713         * decl.c (pushdecl): Don't copy types if the
3714         DECL_ABSTRACT_ORIGIN of the new decl matches the TYPE_NAME of the
3715         type.
3716
3717 1998-09-09  Kriang Lerdsuwanakij  <lerdsuwa@scf-fs.usc.edu>
3718
3719         * class.c (get_enclosing_class): New function.
3720         (is_base_of_enclosing_class): Likewise.
3721         * cp-tree.h (get_enclosing_class): Declare.
3722         (is_base_of_enclosing_class): Likewise.
3723         * pt.c (coerce_template_parms): Use them.
3724
3725 1998-09-09  Jason Merrill  <jason@yorick.cygnus.com>
3726
3727         * g++spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
3728         null to decide whether to use it.
3729
3730         * error.c (dump_type_real): Handle NAMESPACE_DECL.
3731         * parse.y (base_class.1): Avoid crash on error.
3732
3733 1998-09-08  Martin von Löwis  <loewis@informatik.hu-berlin.de>
3734
3735         * decl.c (make_typename_type): If context is a namespace, the code
3736         is in error.
3737
3738 1998-09-08  Mumit Khan  <khan@xraylith.wisc.edu>
3739
3740         * parse.y (nomods_initdcl0): Set up the parser stack correctly.
3741
3742 1998-09-08  Mark Mitchell  <mark@markmitchell.com>
3743
3744         * cp-tree.h (anonymous_namespace_name): Declare.
3745         * decl.c: Define it.
3746         (push_namespace): Use anonymous_namespace_name, rather than local
3747         static anon_name.
3748         * error.c (dump_decl): If a namespace is named
3749         anonymous_namespace_name, call it {anonymous}.
3750
3751         * decl.c (grokparms): Distinguish between references and pointers
3752         in error message.
3753
3754 1998-09-08  Richard Henderson  <rth@cygnus.com>
3755             Mark Mitchell  <mark@markmitchell.com>
3756
3757         * pt.c (process_partial_specialization): Consistently allocate
3758         and zero tpd.parms based on ntparms.  Use tpd2.parms, not
3759         tpd.parms, where appropriate.
3760
3761 Sun Sep  6 00:00:51 1998  Jeffrey A Law  (law@cygnus.com)
3762
3763         * Makefile.in (INCLUDES): Update after recent toplevel gcc
3764         reorganizations.
3765
3766 1998-09-05  Mark Mitchell  <mark@markmitchell.com>
3767
3768         * cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove.
3769         * class.c (finish_struct): Remove hackery to deal with explicit
3770         specializations in class scope.
3771         * decl.c (grokfndecl): Improve error-recovery.
3772         * decl2.c (grokfield): Likewise.
3773         * pt.c (check_specialization_scope): New function.
3774         (begin_specialization): Call it.
3775         (process_partial_specialization): New function, split out from
3776         push_template_decl.  Check partial specializations more
3777         stringently.
3778         (push_template_decl): Call it.
3779         (check_explicit_specialization): Don't attempt to handle explicit
3780         specializations in class scope.
3781         (template_parm_data): Document.  Add current_arg and
3782         arg_uses_template_parms.
3783         (mark_template_parm): Set it.
3784         (tsubst_arg_types): Remove unused variable.
3785         * semantics.c (begin_class_definition): Tweak.
3786
3787 1998-09-04  Mark Mitchell  <mark@markmitchell.com>
3788
3789         * inc/typeinfo (type_info::type_info(const char*)): Make
3790         `explicit'.
3791
3792         * cp-tree.h (hash_tree_cons_simple): New macro.
3793         * pt.c (tsubst_arg_types): New function.  Use hash_tree_cons.
3794         (coerce_template_parms): Use make_temp_vec, instead of
3795         make_tree_vec.  Document this behavior.
3796         (lookup_template_class): Likewise.
3797         (tsubst, cases METHOD_TYPE, FUNCTION_TYPE): Use tsubst_arg_types.
3798         Remove dead code (and add assertion to check its deadness).  Fix
3799         bug w.r.t. exception specifications.
3800
3801 1998-09-03  Jason Merrill  <jason@yorick.cygnus.com>
3802
3803         * decl2.c (import_export_vtable): Always make artificials comdat.
3804         (import_export_decl): Likewise.
3805         * pt.c (mark_decl_instantiated): Likewise.
3806
3807 1998-09-03  Mark Mitchell  <mark@markmitchell.com>
3808
3809         * cp-tree.h (finish_globally_qualified_member_call_expr):
3810         Rename to ...
3811         (finish_qualified_call_expr).
3812         * semantics.c: Likewise.
3813         * parse.y (primary): Use it.
3814         * method.c (hack_identifier): Remove redundant code.
3815
3816         * init.c (resolve_offset_ref): Call convert_from_reference to
3817         handle members of reference type.  Improve error recovery.
3818
3819 1998-09-03  Benjamin Kosnik  <bkoz@cygnus.com>
3820
3821         * cp-tree.h: Declare warn_nontemplate_friend.
3822         * decl2.c (lang_decode_option): Set.
3823         * lang-options.h: Add -Wnon-template-friend.
3824         * friend.c (do_friend): Use to toggle non-template function warning.
3825
3826 1998-09-03  Mark Mitchell  <mark@markmitchell.com>
3827
3828         * decl.c (finish_enum): Don't resolve CONST_DECLs to their
3829         corresponding INTEGER_CSTs when processing_template_decl.
3830         * pt.c (tsubst_enum): Tweak accordingly.
3831
3832 1998-09-03  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
3833
3834         * decl.c (pushdecl_class_level): Add warning here.
3835         (pushdecl): Tweak.
3836
3837 1998-09-02  Jason Merrill  <jason@yorick.cygnus.com>
3838
3839         * cvt.c (convert_pointer_to_real): Tidy.
3840         * search.c (get_base_distance_recursive): Simplify.
3841         (get_base_distance): Likewise.
3842
3843         * pt.c (unify): Only special-case INTEGER_TYPE if it uses template
3844         parms.
3845
3846 Wed Sep 02 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
3847
3848         * lex.c (check_newline):  Call HANDLE_PRAGMA before
3849         HANDLE_SYSV_PRAGMA if both are defined.  Generate warning messages
3850         if unknown pragmas are encountered.
3851         (handle_sysv_pragma): Interpret return code from
3852         handle_pragma_token ().  Return success/failure indication rather
3853         than next unprocessed character.
3854         (pragma_getc): New function: retrieves characters from the
3855         input stream.  Defined when HANDLE_PRAGMA is defined.
3856         (pragma_ungetc): New function: replaces characters back into the
3857         input stream.  Defined when HANDLE_PRAGMA is defined.
3858
3859 1998-09-01  Jason Merrill  <jason@yorick.cygnus.com>
3860
3861         * decl2.c (output_vtable_inherit): Use %cDIGIT in the operands.
3862         * class.c (build_vtable_entry_ref): Likewise.
3863
3864 1998-09-01  Mark Mitchell  <mark@markmitchell.com>
3865
3866         * cp-tree.h (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION): New macro.
3867         * decl2.c (import_export_decl): Likewise.
3868         * pt.c (instantiate_decl): Use it.
3869
3870 1998-09-01  Jason Merrill  <jason@yorick.cygnus.com>
3871
3872         * decl.c (lookup_name_real): Also do implicit typename thing for
3873         artificial TYPE_DECLs.
3874         * search.c (lookup_field): Likewise.
3875         (lookup_fnfields, lookup_field): Adjust for implicit typename kludge.
3876         * semantics.c (begin_constructor_declarator): Use enter_scope_of.
3877         (enter_scope_of): Extract type from implicit typename.
3878         (begin_class_definition): Likewise.
3879         * lex.c (identifier_type): Handle implicit typename when checking
3880         for SELFNAME.
3881
3882         * cp-tree.h: Declare flag_strict_prototype.
3883         * lex.c (do_scoped_id, do_identifier): Don't implicitly_declare if
3884         -fstrict-prototype.
3885         * decl.c (init_decl_processing): If -f{no,-}strict-prototype wasn't
3886         specified, set it to the value of pedantic.
3887
3888 1998-09-01  Mark Mitchell  <mark@markmitchell.com>
3889
3890         * decl2.c (arg_assoc): Handle template-id expressions as arguments.
3891
3892 1998-08-31  Mark Mitchell  <mark@markmitchell.com>
3893
3894         * decl.c (finish_enum): Handle member enums of classes declared in
3895         template functions.
3896
3897         * decl2.c (grok_x_components): Strip attributes before calling
3898         groktypename.
3899
3900 1998-08-31  Jason Merrill  <jason@yorick.cygnus.com>
3901
3902         * cp-tree.h, decl2.c: Remove support for -fall-virtual,
3903         -fenum-int-equivalence and -fno-nonnull-objects.
3904         * class.c (check_for_override): Remove support for -fall-virtual.
3905         (finish_struct_1): Likewise.
3906         * call.c (build_new_op): Remove support for -fenum-int-equivalence.
3907         * typeck.c (build_binary_op_nodefault): Likewise.
3908         * cvt.c (ocp_convert): Likewise.
3909         * call.c (build_vfield_ref): Remove support for -fno-nonnull-objects.
3910         * class.c (build_vbase_path): Likewise.
3911
3912 Sun Aug 30 22:16:31 1998  H.J. Lu  (hjl@gnu.org)
3913
3914         * Makefile.in (INTERFACE): New, set to 1.
3915
3916 1998-08-30  Mark Mitchell  <mark@markmitchell.com>
3917
3918         * error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when
3919         comparing with global_namespace.
3920         (dump_aggr_type): Likewise.
3921
3922         * decl.c (grokfndecl): Issue error on declaration of friend
3923         templates with explicit template arguments.
3924
3925         * pt.c (convert_template_argument): New function, split out
3926         from...
3927         (coerce_template_parms): Here.
3928         (tsubst): Attempt better error-recovery.
3929
3930 1998-08-28  Benjamin Kosnik  <bkoz@loony.cygnus.com>
3931
3932         * pt.c (decl_template_parm_p): Add checks for
3933         TEMPLATE_TEMPLATE_PARM.
3934
3935 1998-08-28  Mark Mitchell  <mark@markmitchell.com>
3936
3937         * lex.c (do_identifier): Fix thinko in previous change.
3938
3939 1998-08-28  Jason Merrill  <jason@yorick.cygnus.com>
3940
3941         * search.c (dfs_search, binfo_for_vtable, dfs_bfv_helper): New fns.
3942         * decl2.c (output_vtable_inherit): Call binfo_for_vtable.
3943
3944 1998-08-28  Richard Henderson  <rth@cygnus.com>
3945
3946         Add support for discarding unused virtual functions.
3947         * lang-options.h: Add -fvtable-gc.
3948         * cp-tree.h: Add flag_vtable_gc.
3949         * decl2.c (output_vtable_inherit): New fn.
3950         (finish_vtable_vardecl): Call it.
3951         * class.c (build_vtable_entry_ref): New fn.
3952         (build_vtbl_ref): Call it.
3953
3954 1998-08-28  Mark Mitchell  <mark@markmitchell.com>
3955
3956         * cp-tree.h (build_enumerator): Take the enumeration type as a
3957         parameter.
3958         * decl.c (finish_enum): Don't set the TREE_TYPE for the
3959         enumeration constant values if we're processing_template_decls.
3960         Don't set the type for the CONST_DECLs either; that's done in
3961         build_enumerator.
3962         (build_enumerator): Take the enumeration type as a
3963         parameter.
3964         * lex.c (do_identifier): Don't resolve enumeration constants while
3965         processing template declarations, even if they happen to be
3966         TEMPLATE_PARM_INDEXs.
3967
3968         * parse.y (current_enum_type): New variable.
3969         (primary): Don't allow statement-expression in local classes just
3970         as we don't in global classes.
3971         (structsp): Use current_enum_type.
3972         (enum_list): Likewise.
3973         * pt.c (tsubst_enum): Don't check for NOP_EXPRs introduced by
3974         finish_enum; they no longer occur.
3975
3976         * cp-tree.h (finish_base_specifier): New function.
3977         * parse.y (base_class): Use it.
3978         * semantics.c (finish_base_specifier): Define it.
3979
3980         * parse.y (structsp): Warn on use of typename outside of template
3981         declarations.
3982
3983 1998-08-27  Jason Merrill  <jason@yorick.cygnus.com>
3984
3985         * lex.c (handle_cp_pragma): Remove #pragma vtable.
3986         * lang-options.h: Remove +e options.
3987         * decl2.c (lang_decode_option): Likewise.
3988         (import_export_vtable): Don't check write_virtuals.
3989         (finish_vtable_vardecl, finish_file): Likewise.
3990         * search.c (dfs_debug_mark): Likewise.
3991         * semantics.c (begin_class_definition): Likewise.
3992         * class.c (build_vtable, finish_vtbls, finish_struct_1): Likewise.
3993
3994         * call.c (build_over_call): Check flag_elide_constructors.
3995         * decl2.c: flag_elide_constructors defaults to 1.
3996         * typeck.c (convert_arguments): Remove return_loc parm.
3997         (build_function_call_real): Adjust.
3998
3999         * search.c: Tear out all mi_matrix and memoize code.
4000         (lookup_field, lookup_fnfields): Use scratch_tree_cons.
4001         * lang-options.h: Remove documentation for -fhandle-exceptions,
4002         -fmemoize-lookups and -fsave-memoized.
4003         * cp-tree.h: Lose mi_matrix and memoize support.
4004         * decl2.c: Ignore -fmemoize-lookups and -fsave-memoized.
4005         * class.c: Lose struct class_level.
4006         (pushclass, popclass): Lose memoize support.
4007         * init.c (build_offset_ref): Likewise.
4008
4009         Never change BINFO_INHERITANCE_CHAIN.
4010         * init.c (emit_base_init): Change modification of
4011         BINFO_INHERITANCE_CHAIN to an assert.
4012         * search.c (get_base_distance_recursive): Likewise.
4013         (get_base_distance): Likewise.
4014         (lookup_member): Likewise.
4015         (convert_pointer_to_single_level): Likewise.
4016         (lookup_field): Likewise.  Lose setting TREE_VIA_* on TREE_LISTs.
4017         (lookup_fnfields): Likewise.
4018         * tree.c (propagate_binfo_offsets): Don't call unshare_base_binfos.
4019         (unshare_base_binfos): Don't call propagate_binfo_offsets.
4020         (layout_basetypes): Call propagate_binfo_offsets instead of
4021         unshare_base_binfos.
4022         * decl.c (xref_basetypes): Call unshare_base_binfos.
4023         * pt.c (instantiate_class_template): Likewise.
4024         * tree.c (reverse_path): Remove 'copy' parm; always make a
4025         temporary copy.
4026         * class.c (build_vbase_path): Just call it.
4027         * search.c (compute_access): Likewise.  Don't re-reverse.
4028
4029 1998-08-27  Mark Mitchell  <mark@markmitchell.com>
4030
4031         * class.c (build_vbase_path): Use reverse_path.
4032         (finish_base_struct): Move warnings for inaccessible bases to
4033         layout_basetypes.
4034         (modify_one_vtable): Remove check of TREE_USED (binfo).
4035         (fixup_vtable_deltas1): Likewise.
4036         * cp-tree.h (BINFO_INHERITANCE_CHAIN): Document here.
4037         (xref_tag): Remove binfos parameter.
4038         (make_binfo): Remove chain parameter.
4039         (reverse_path): Add copy parameter.
4040         * decl.c (init_decl_processing): Change calls to xref_tag.
4041         (xref_tag): Remove binfos parameter.
4042         (xref_basetypes): Change calls to make_binfo.
4043         * decl2.c (grok_x_components): Change calls to xref_tag.
4044         (handle_class_head): Likewise.
4045         * friend.c (do_friend): Likewise.
4046         * lex.c (make_lang_type): Change calls to make_binfo.
4047         * parse.y (structsp): Change calls to xref_tag.
4048         (named_complex_class_head_sans_basetype): Likewise.
4049         (named_class_head): Likewise.
4050         * rtti.c (init_rtti_processing): Likewise.
4051         * search.c (compute_access): Change calls to reverse_path.
4052         (dfs_get_vbase_types): Change calls to make_binfo.
4053         (get_vbase_types): Remove dead code.
4054         * tree.c (unshare_base_binfos): Change calls to make_binfo.
4055         (layout_basetypes): Warn here about inaccessible bases.
4056         (make_binfo): Remove chain parameter.
4057         (reverse_path): Add copy parameter.
4058
4059 1998-08-27  Jason Merrill  <jason@yorick.cygnus.com>
4060
4061         * class.c: #if 0 complete_type_p.
4062         * init.c (build_java_class_ref, build_new_1): Remove unused locals.
4063         * method.c (process_overload_item): Likewise.
4064         * typeck.c (comp_target_types): Likewise.
4065
4066         Stop sharing binfos for indirect virtual bases.
4067         * tree.c (propagate_binfo_offsets): Unshare vbases, too.
4068         (layout_basetypes): Likewise.
4069         (unshare_base_binfos): Copy vbases, too.
4070         * cp-tree.h (BINFO_VIA_PUBLIC, BINFO_BASEINIT_MARKED,
4071         BINFO_VBASE_INIT_MARKED): Remove obsolete macros.
4072         (BINFO_PUSHDECLS_MARKED, SET_BINFO_PUSHDECLS_MARKED,
4073         CLEAR_BINFO_PUSHDECLS_MARKED): New macros.
4074         * search.c (lookup_field, lookup_fnfields, lookup_member): Remove
4075         reference to BINFO_VIA_PUBLIC.
4076         (marked_pushdecls_p, unmarked_pushdecls_p): New fns.
4077         (push_class_decls): Use them.
4078         (dfs_pushdecls): Use SET_BINFO_PUSHDECLS_MARKED.
4079         (dfs_compress_decls): Use CLEAR_BINFO_PUSHDECLS_MARKED.
4080
4081 1998-08-27  Mark Mitchell  <mark@markmitchell.com>
4082
4083         * decl.c (build_enumerator): Set DECL_CONTEXT for the
4084         CONST_DECLs.
4085
4086 1998-08-26  Mark Mitchell  <mark@markmitchell.com>
4087
4088         * cp-tree.h (finish_enum): Change prototype.
4089         * decl.c (finish_enum): Use TYPE_VALUES, rather than taking a
4090         VALUES parameter.  Don't try to compute mins/maxs if
4091         processing_template_decl.
4092         * parse.y (structsp): Use new calling sequence for finish_enum.
4093         * pt.c (tsubst_enum): Likewise.  Take the new type as input.
4094         (lookup_template_class): Remove unused variables.  Tweak.
4095         Register enums on instantiation list before substituting
4096         enumeration constants.
4097         (tsubst_decl): Remove unused variables.
4098         (regenerate_decl_from_template): Likewise.
4099
4100         * decl.c (duplicate_decls): Don't obliterate the
4101         DECL_TEMPLATE_INFO for a template if we're not replacing it with
4102         anything.
4103
4104         * lex.c (do_identifier): Fix typo in comment.
4105
4106 Wed Aug 26 10:54:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4107
4108         * errfn.c: Remove stdarg.h/varargs.h.
4109         * tree.c: Likewise.
4110
4111 1998-08-25  Brendan Kehoe  <brendan@cygnus.com>
4112
4113         * pt.c (tsubst_copy): Only do typename overloading on an
4114         IDENTIFIER_NODE that happens to look like a typename if it actually
4115         has a type for us to use.
4116
4117 1998-08-25  Jason Merrill  <jason@yorick.cygnus.com>
4118
4119         * typeck.c (comp_cv_target_types): Split out...
4120         (comp_target_types): From here.  Don't allow cv-qual changes under
4121         a pointer if nptrs == 0.  Fix OFFSET_TYPE handling.
4122         (build_ptrmemfunc): Pass 1 to nptrs.
4123         * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
4124
4125 1998-08-25  Mark Mitchell  <mark@markmitchell.com>
4126
4127         * search.c (dependent_base_p): Don't compare a binfo to
4128         current_class_type; use the TREE_TYPE of the binfo instead.
4129
4130         * cp-tree.h (CLASS_TYPE_P): Revise definition.
4131
4132 1998-08-25  Jason Merrill  <jason@yorick.cygnus.com>
4133
4134         * decl.c (duplicate_decls): Don't complain about different
4135         exceptions from an internal decl even if pedantic.
4136
4137         * typeck.c (convert_for_assignment): Converting from pm of vbase
4138         to derived is an error, not a sorry.
4139
4140         * call.c (build_over_call): Use convert_pointer_to_real for 'this'.
4141         * class.c (fixed_type_or_null): Rename from
4142         resolves_to_fixed_type_p.  Return the dynamic type of the
4143         expression, if fixed, or null.
4144         (resolves_to_fixed_type_p): Use it.  Return 0 if the dynamic type
4145         does not match the static type.
4146         (build_vbase_path): Rename 'alias_this' to 'nonnull'.  Use
4147         resolves_to_fixed_type_p again.
4148
4149 1998-08-24  Mark Mitchell  <mark@markmitchell.com>
4150
4151         * pt.c (tsubst_decl): Move special case code for dealing with
4152         tricky friend templates here from ...
4153         (regenerate_decl_from_template): Here.
4154
4155 1998-08-24  Jason Merrill  <jason@yorick.cygnus.com>
4156
4157         * decl.c (start_decl): Remove redundant linkage check.
4158
4159 1998-08-24  Gavin Romig-Koch  <gavin@cygnus.com>
4160
4161         * typeck.c (c_expand_return): Handle the case that valtype
4162         is wider than the functions return type.
4163
4164 1998-08-24  Mark Mitchell  <mark@markmitchell.com>
4165
4166         * cp-tree.h (CLASS_TYPE_P): New macro.
4167         * decl.c (grokdeclarator): Use it instead of IS_AGGR_TYPE.
4168         * pt.c (process_template_parm): Undo previous change.
4169
4170 1998-08-24  Benjamin Kosnik  <bkoz@cygnus.com>
4171
4172         * cp-tree.h: Declare.
4173         * pt.c (decl_template_parm_p): New function.
4174         * decl.c (pushdecl): Check decls for redeclaring template parms.
4175         (xref_tag): Make redeclaration an error, print decl.
4176         * decl2.c (grokfield): Check field_decls for redeclaration as well.
4177
4178 1998-08-24  Jason Merrill  <jason@yorick.cygnus.com>
4179
4180         * parse.y (primary): Fix up the type of string constants.
4181
4182 1998-08-24  Mark Mitchell  <mark@markmitchell.com>
4183
4184         * typeck.c (convert_for_initialization): Move check for odd uses
4185         of NULL to avoid duplicate warnings.
4186
4187 1998-08-24  Jason Merrill  <jason@yorick.cygnus.com>
4188
4189         * tree.c (lvalue_type): Fix for arrays.
4190         * typeck.c (string_conv_p): New fn.
4191         (convert_for_assignment): Use it.
4192         (build_unary_op): Use lvalue_type.
4193         * call.c (standard_conversion, convert_like): Use string_conv_p.
4194         (add_function_candidate): Use lvalue_type.
4195         * cvt.c (convert_to_reference): Likewise.
4196         * decl2.c (lang_decode_option): Ignore -traditional.
4197         * decl.c (init_decl_processing): flag_writable_strings inhibits
4198         flag_const_strings.
4199
4200 1998-08-24  Andrew MacLeod  <amacleod@cygnus.com>
4201
4202         * lang-options.h (lang_options): Add fconst-strings to the list
4203         of valid options.
4204         * decl2.c (lang_f_options, lang_decode_option): Likewise.
4205
4206 1998-08-24  Nathan Sidwell  <nathan@acm.org>
4207
4208         * lex.c (real_yylex): Don't warn about long long constants if
4209         we're allowing long long.
4210
4211 1998-08-24  Martin von Löwis  <loewis@informatik.hu-berlin.de>
4212
4213         * decl.c (pushdecl): Use IDENTIFIER_NAMESPACE_VALUE instead of
4214         accessing bindings directly.
4215
4216         * search.c (my_tree_cons): Reimplement.
4217
4218         * lang-specs.h: Remove __HONOR_STD.
4219         * inc/exception, inc/new, inc/new.h, inc/typeinfo: Likewise.
4220
4221 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
4222
4223         * decl.c (grokdeclarator): Complain about in-class initialization
4224         of aggregates and/or references.
4225         * pt.c (process_template_parm): Clear IS_AGGR_TYPE for
4226         TEMPLATE_TYPE_PARMs.
4227
4228         * decl2.c (grok_array_decl): Add comment.
4229         (mark_used): Don't instantiate an explicit instantiation.
4230         * friend.c (make_friend_class): Remove bogus comment.  Fix check
4231         for partial specializations.
4232         * pt.c (check_explicit_specialization): Don't
4233         SET_DECL_EXPLICIT_INSTANTIATION here.
4234         (mark_decl_instantiated): Or here.
4235         (do_decl_instantiation): Do it here, instead.  Add checks for
4236         duplicate explicit instantiations, etc.  Tidy.
4237         (do_type_instantiation): Likewise.
4238         (instantiate_decl): Improve comments.  Complain about explicit
4239         instantiations where no definition is available.
4240
4241         * cp-tree.h (ansi_null_node): Remove.
4242         * call.c (build_over_call): Warn about converting NULL to an
4243         arithmetic type.
4244         * cvt.c (build_expr_type_conversion): Likewise.  Use
4245         null_ptr_cst_p instead of expanding it inline.
4246         * decl.c (ansi_null_node): Remove.
4247         (init_decl_processing): Make null_node always have integral type.
4248         * except.c (build_throw): Warn about converting NULL to an
4249         arithmetic type.
4250         * lex.c (init_parse): Remove handling of ansi_null_node.
4251         * pt.c (type_unification_real): Don't convert NULL to void* type.
4252         * typeck.c (build_binary_op_nodefault): Fix NULL warnings.
4253         (convert_for_assignment): Warn about converting NULL to an
4254         arithmetic type.
4255         (convert_for_initialization): Likewise.
4256
4257 1998-08-20  Jason Merrill  <jason@yorick.cygnus.com>
4258
4259         * tree.c (search_tree, no_linkage_helper, no_linkage_check): New fn.
4260         * pt.c (coerce_template_parms): Use no_linkage_check.
4261         * decl.c (grokvardecl): Likewise.
4262         (grokfndecl): Likewise.  Members of anonymous types have no linkage.
4263
4264         * method.c (process_overload_item): Remove useless code.
4265
4266 1998-08-20  Per Bothner  <bothner@cygnus.com>
4267
4268         Handle new'ing of Java classes.
4269         * init.c (build_class_classref):  New function.
4270         (build_new_1):  If type is TYPE_FOR_JAVA:  Call _Jv_AllocObject;
4271         constructor does not return this;  don't need to exception-protect.
4272
4273         * pt.c (lookup_template_class):  Copy TYPE_FOR_JAVA flag.
4274         * decl2.c (acceptable_java_type):  Handle template-derived types.
4275
4276 1998-08-20  Per Bothner  <bothner@cygnus.com>
4277
4278         * decl2.c (import_export_vtable):  Suppress vtables for Java classes.
4279
4280 1998-08-20  Mark Mitchell  <mark@markmitchell.com>
4281
4282         * decl.c (duplicate_decls): Always merge the old and new patterns
4283         for templates, regardless of whether or not the new one has
4284         DECL_INITIAL.  Don't throw away specializations.  Merge
4285         DECL_SAVED_TREE.
4286         * pt.c (tsubst_decl): Use the right pattern when calculating the
4287         complete args for a new template instance.
4288         (do_decl_instantiation): Fix typo in comment.
4289         (regenerate_decl_from_template): Deal with tricky friend template
4290         case.
4291         (instantiate_decl): Likewise.
4292
4293 Thu Aug 20 09:09:45 1998  Jeffrey A Law  (law@cygnus.com)
4294
4295         * init.c (build_builtin_delete_call): Add missing assemble_external
4296         call.
4297
4298 1998-08-20  Jason Merrill  <jason@yorick.cygnus.com>
4299
4300         * parse.y (notype_unqualified_id): Also accept ~A<int>.
4301
4302 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
4303
4304         * typeck.c (build_binary_op_nodefault): Warn on use of NULL in
4305         arithmetic.
4306         * except.c (build_throw): Warn when NULL is thrown, even with
4307         -ansi.  Use ansi_null_node, rather than integer_zero_node, in the
4308         thrown expression.
4309
4310         * cp-tree.h (ansi_null_node): New variable.
4311         * decl.c (ansi_null_node): New variable.
4312         (init_decl_processing): Initialize its type.
4313         * lex.c (init_parse): Initialize its value.  Use ansi_null_node
4314         for null_node in non-ANSI mode.
4315         * typeck.c (build_binary_op_nodefault): Use ansi_null_node in
4316         place of null_node to avoid spurious errors.
4317
4318 1998-08-17  Mark Mitchell  <mark@markmitchell.com>
4319
4320         * cp-tree.h (enter_scope_of): New function.
4321         * parse.y (complex_direct_notype_declarator): Use it.
4322         * semantics.c (enter_scope_of): New function.
4323
4324 1998-08-17  Jason Merrill  <jason@yorick.cygnus.com>
4325
4326         * decl.c (grokparms): No, here.
4327
4328         * decl.c (grokdeclarator): Catch parm with pointer to array of
4329         unknown bound here...
4330         * method.c (process_overload_item): ...not here.
4331
4332         * gxxint.texi: Remove obsolete documentation of overloading code.
4333
4334         * decl.c (finish_enum): Also set TYPE_SIZE_UNIT.
4335         * class.c (finish_struct_bits): Likewise.
4336
4337         * tree.c (lvalue_type): Fix for arrays.
4338         * typeck.c (build_unary_op): Use lvalue_type.
4339         * call.c (add_function_candidate): Likewise.
4340         * cvt.c (convert_to_reference): Likewise.
4341
4342         * decl2.c (lang_decode_option): Ignore -traditional.
4343
4344         * init.c (build_offset_ref): Don't mess with error_mark_node.
4345         * lex.c (do_scoped_id): Use cp_error.
4346
4347         * rtti.c (get_tinfo_fn): Don't mess with the context for now.
4348
4349 1998-08-17  Benjamin Kosnik  <bkoz@loony.cygnus.com>
4350
4351         * decl.c (grokdeclarator): Allow anonymous types to be cv-qualified.
4352
4353 Mon Aug 17 10:40:18 1998  Jeffrey A Law  (law@cygnus.com)
4354
4355         * cp-tree.h (set_identifier_local_value): Provide prototype.
4356
4357         * decl2.c (do_namespace_alias): Remove unused variables `binding'
4358         and `old'.
4359
4360 Fri Aug 14 16:42:27 1998  Nick Clifton  <nickc@cygnus.com>
4361
4362         * Makefile.in: Rename BBISON to BISON so that it can be properly
4363         inherited from the parent makefile.
4364
4365 1998-08-13  Jason Merrill  <jason@yorick.cygnus.com>
4366
4367         * lang-options.h: Add -finit-priority.
4368         * decl2.c: Likewise.  Check flag_init_priority instead of
4369         USE_INIT_PRIORITY.
4370
4371         * decl2.c (setup_initp): New fn.
4372         (start_objects, finish_objects, do_ctors): Handle init_priority.
4373         (do_dtors, finish_file): Likewise.
4374
4375 1998-08-13  Jason Merrill  <jason@yorick.cygnus.com>
4376
4377         * pt.c (tsubst_copy): Hush warning.
4378
4379         * rtti.c (get_tinfo_fn): Also set DECL_IGNORED_P.
4380
4381 1998-08-12  Mark Mitchell  <mark@markmitchell.com>
4382
4383         * pt.c (print_template_context): Don't abort when instantiating a
4384         synthesized method.
4385
4386         * decl.c (grokdeclarator): Issue errors on namespace qualified
4387         declarators in parameter lists or in class scope.
4388
4389 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
4390
4391         * pt.c (check_explicit_specialization): Don't abort on bogus
4392         explicit instantiations.
4393
4394 1998-08-07  Mark Mitchell  <mark@markmitchell.com>
4395
4396         * typeck.c (require_complete_type): Use complete_type_or_else.
4397         (complete_type_or_else): Always return NULL_TREE on failure, as
4398         documented.
4399
4400         * pt.c (tsubst_aggr_type): Prototype.
4401         (tsubst_decl): New function, split out from tsubst.  Set
4402         input_filename and lineno as appropriate.
4403         (pop_tinst_level): Restore the file and line number saved in
4404         push_tinst_level.
4405         (instantiate_class_template): Set input_filename and lineno as
4406         appropriate.
4407         (tsubst): Move _DECL processing to tsubst_decl.  Make sure the
4408         context for a TYPENAME_TYPE is complete.
4409
4410         * decl2.c (grokbitfield): Issue errors on bitfields declared with
4411         function type.
4412         (do_dtors): As in do_ctors, pretend to be a member of the same
4413         class as a static data member while generating a call to its
4414         destructor.
4415
4416         * cvt.c (cp_convert_to_pointer): Handle NULL pointer
4417         conversions, even in complex virtual base class hierarchies.
4418
4419 1998-08-06  Mark Mitchell  <mark@markmitchell.com>
4420
4421         * cp-tree.h (ENUM_TEMPLATE_INFO): New macro.
4422         (TYPE_TEMPLATE_INFO): Likewise.
4423         (SET_TYPE_TEMPLATE_INFO): Likewise.
4424         (ENUM_TI_TEMPLATE): Likewise.
4425         (ENUM_TI_ARGS): Likewise.
4426         (lookup_nested_type_by_name): Remove.
4427         * decl.c (maybe_process_template_type_declaration): Handle enums.
4428         (start_enum): Don't check for primary-template enum declarations
4429         here.
4430         (finish_enum): Clean up, document.  Make sure template enum
4431         constants get the correct type.
4432         (build_enumerator): Copy initializers for template enumerations,
4433         too.
4434         (grok_enum_decls): Document.
4435         * lex.c (do_identifier): Document use of LOOKUP_EXPR a bit
4436         better.  Build LOOKUP_EXPRs for local variables, even if they are
4437         TREE_PERMANENT.
4438         * pt.c (tsubst_enum): Remove field_chain parameter.
4439         (template_class_depth): Include the depth of surrounding function
4440         contexts.
4441         (push_template_decl): Check for primary-template enum declarations
4442         here.  Deal with enumeration templates.
4443         (lookup_template_class): Likewise.
4444         (for_each_template_parm): Likewise.
4445         (instantiate_class_template): Don't call tsubst_enum directly,
4446         call tsubst instead, to instantiate enums.  Deal with all
4447         field_chain issues here, not in tsubst_enum.
4448         (lookup_nested_type_by_name): Remove.
4449         (tsubst_aggr_type): Revise handling of enumeration types.
4450         (tsubst): Likewise.
4451         (tsubst_copy): Likewise.
4452         (tsubst_expr): Call tsubst, not tsubst_enum for TAG_DEFNs.
4453
4454 1998-08-04  Mark Mitchell  <mark@markmitchell.com>
4455
4456         * decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it
4457         uses template parameters.
4458         * method.c (build_template_parm_names): Use the full set of
4459         template arguments for tsubst'ing.
4460         (build_overload_identifier): Pass the full set of template
4461         arguments to build_template_parm_names, not just the
4462         innermost_args.
4463         * pt.c (TMPL_ARGS_DEPTH): Define using
4464         TMPL_ARGS_HAVE_MULTIPLE_LEVELS, for clarity.
4465         (NUM_TMPL_ARGS): New macro.
4466         (add_outermost_template_args): Deal with the case where the outer
4467         args will be completely discarded.
4468         (coerce_template_parms): Use the full set of template arguments
4469         for tsubst'ing.  Simplify.  Add some asserts.  Improve
4470         error messages.
4471         (lookup_template_class): Pass the full set of template arguments
4472         to coerce_template_parms.
4473         (tsubst): Add assertion.
4474         (do_type_instantiation): Don't instantiate member template
4475         classes.
4476
4477         * init.c (build_offset_ref): Deal with a TEMPLATE_ID_EXPR whose
4478         name is a LOOKUP_EXPR, rather than an IDENTIFIER_NODE.
4479
4480 1998-08-03  Jason Merrill  <jason@yorick.cygnus.com>
4481
4482         * method.c (set_mangled_name_for_decl): Change return type to void.
4483
4484         * decl.c (lookup_name_real): A namespace-level decl takes priority
4485         over implicit typename.  Avoid doing the same lookup twice.
4486
4487         * search.c (dependent_base_p): New fn.
4488         (dfs_pushdecls, dfs_compress_decls): Use it.
4489
4490         * typeck.c (get_member_function_from_ptrfunc): Don't try to handle
4491         virtual functions if the type doesn't have any.
4492
4493 1998-08-03  Mark Mitchell  <mark@markmitchell.com>
4494
4495         * decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
4496         uses template parameters.
4497
4498 1998-08-02  Mark Mitchell  <mark@markmitchell.com>
4499
4500         * cp-tree.def (LOOKUP_EXPR): Document.  Remove second argument.
4501         * cp-tree.h (DECL_TI_TEMPLATE): Improve documentation.
4502         * lex.c (do_identifier): Don't use a second argument, or a type,
4503         when building LOOKUP_EXPRs.
4504         (do_identifier): Likewise.
4505         (do_scoped_id): Likewise.
4506         * method.c (hack_identifier): Improve error message.
4507         * pt.c (lookup_template_function): Don't needlessly call
4508         copy_to_permanent or build_min.
4509         (tsubst_copy): Remove #if 0'd code.  tsubst into LOOKUP_EXPRs if
4510         necessary.
4511         (do_decl_instantiation): Improve error message.
4512         * tree.c (mapcar, case LOOKUP_EXPR): Don't be sorry; make a copy.
4513         (build_min): Copy the type to the permanent obstack, too.
4514
4515 1998-08-01  Jason Merrill  <jason@yorick.cygnus.com>
4516
4517         * init.c (init_init_processing): Remove BI* handling.
4518         (build_builtin_call): Remove.
4519         (build_builtin_delete_call): New fn.
4520         (build_delete): Use it.
4521
4522 1998-07-31  Mark Mitchell  <mark@markmitchell.com>
4523
4524         * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro.
4525         (maybe_check_template_type): New function.
4526         * decl.c (maybe_process_template_type_declaration): New function,
4527         split out from pushtag  Call maybe_check_template_type.
4528         (pushtag): Use it.  Use PROCESSING_REAL_TEMPLATE_DECL_P.
4529         (xref_tag): Use PROCESSING_REAL_TEMPLATE_DECL_P.
4530         * friend.c (do_friend): Use PROCESSING_REAL_TEMPLATE_DECL_P.
4531         * pt.c (template_class_depth_real): Generalization of ...
4532         (template_class_depth): Use it.
4533         (register_specialization): Use duplicate_decls for duplicate
4534         declarations of specializations.
4535         (maybe_check_template_type): New function.
4536         (push_template_decl_real): Fix comment.
4537         (convert_nontype_argument): Likewise.
4538         (lookup_template_class): Likewise.  Avoid an infinite loop on
4539         erroneous code.
4540         (tsubst_friend_function): Fix comment.
4541         (tsubst, case FUNCTION_DECL): Deal with a DECL_TI_TEMPLATE that is
4542         an IDENTIFIER_NODE.
4543         * semantics.c (begin_function_definition): Use
4544         reset_specialization to note that template headers don't apply
4545         directly to declarations after the opening curly for a function.
4546
4547 1998-07-29  Jason Merrill  <jason@yorick.cygnus.com>
4548
4549         * decl.c (push_overloaded_decl): Use current_namespace instead of
4550         DECL_CONTEXT (decl) to determine where we go.
4551
4552         * decl.c (lookup_name_real): Fix typo.
4553
4554 1998-07-28  Mark Mitchell  <mark@markmitchell.com>
4555
4556         * friend.c (is_friend): Be lenient with member functions to deal
4557         with nested friends.
4558
4559 1998-07-28  Jason Merrill  <jason@yorick.cygnus.com>
4560
4561         * class.c (finish_struct_1): Convert integer_zero_node to
4562         ssizetype before passing it to set_rtti_entry.
4563         * typeck2.c (initializer_constant_valid_p): Allow conversion of 0
4564         of any size to a pointer.
4565
4566 1998-07-27  Mark Mitchell  <mark@markmitchell.com>
4567
4568         * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
4569         (build_template_decl_overload): Remove.
4570         (set_mangled_name_for_decl): New function.
4571         (innermost_args): Remove is_spec parameter.
4572         (most_specialized, most_specialized_class): Remove declarations.
4573         (lookup_template_class): Add entering_scope parameter.
4574         (maybe_process_partial_specialization): New function.
4575         (finish_template_decl): Likewise.
4576         (finish_template_type): Likewise.
4577         * class.c (finish_struct): Clean up processing of member template
4578         specializations.
4579         * decl.c (pushtag): Fix formatting.
4580         (lookup_tag): Improve handling of pseudo-global levels.
4581         (make_typename_type): Adjust call to lookup_template_class.
4582         (shadow_tag): Use maybe_process_partial_specialization.
4583         (xref_tag): Improve handling of member friends.
4584         (start_function): Call push_nested_class before
4585         push_template_decl.  Don't call push_template_decl for
4586         specializations.
4587         * decl2.c (grok_x_components): Don't call xref_tag for
4588         template instantiations.  Handle UNION_TYPEs like RECORD_TYPEs.
4589         (grokclassfn): Use set_mangled_name_for_decl.
4590         (arg_assoc_class): Adjust call to innermost_args.
4591         (mark_used): Don't call instantiate_decl for a TEMPLATE_DECL.
4592         * error.c (dump_function_name): Improve printing of template
4593         function names.
4594         * friend.c (is_friend): Don't compare types of decls to determine
4595         friendship, unless flag_guiding_decls.
4596         (make_friend_class): Partial specializations cannot be friends.
4597         (do_friend): Use set_mangled_name_for_decl.  Call
4598         push_template_decl_real instead of push_template_decl.
4599         * method.c (build_decl_overload_real): Remove prototype.  Give it
4600         external linkage.
4601         (build_overload_identififer): Adjust call to innermost_args.
4602         (build_template_decl_overload): Remove.
4603         (set_mangled_name_for_decl): New function.
4604         * parse.y (.finish_template_type): New non-terminal.
4605         (template_def): Use finish_template_decl.  Use template_extdef
4606         instead of extdef.
4607         (template_extdef, template_datadef): New non-terminals, containing
4608         only those rules for things which can be templates.
4609         (datadef): Tidy.
4610         (template_type, self_template_type): Use .finish_template_type.
4611         (named_class_head): Use maybe_process_partial_specialization.
4612         * pt.c (mangle_class_name_for_template): Remove context parameter.
4613         (get_class_bindings): Remove outer_args parameter.
4614         (complete_template_args): Remove.
4615         (add_outermost_template_args): New function.
4616         (register_specialization): Return the specialization.
4617         (unregister_specialization): New function.
4618         (tsubst_template_parms): Likewise.
4619         (most_specialized, most_specialized_class): Prototype here as
4620         static.
4621         (original_template): Rename to most_general_template.
4622         (tsubst_template_parms): New function.
4623         (set_mangled_name_for_template_decl): Likewise.
4624         (TMPL_ARGS_DEPTH): New macro.
4625         (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Adjust.
4626         (TMPL_ARGS_LEVEL): New macro.
4627         (SET_TMPL_ARGS_LEVEL): Likewise.
4628         (TMPL_ARG): Likewise.
4629         (SET_TMPL_ARG): Likewise.
4630         (TMPL_ARGS_DEPTH): Likewise.
4631         (finish_member_template_decl): Use finish_template_decl.
4632         (maybe_process_partial_specialization): New function, split out
4633         from tsubst.
4634         (inline_needs_template_parms): Use TMPL_PARMS_DEPTH.
4635         (maybe_begin_member_template_processing): Use new macros.
4636         (is_member_template): Likewise.
4637         (is_member_template_class): Likewise.
4638         (add_to_template_args): Likewise.  Deal with multiple levels of
4639         args.
4640         (maybe_process_partial_specialization): New function.
4641         (retrieve_specialization): Add consistency check.
4642         (determine_specialization): Return full argument list.
4643         (check_explicit_specialization): Tweak friend handling.  Use full
4644         argument lists.  Simplify.
4645         (current_template_args): Use new macros.
4646         (push_template_decl_real): Change ill-named mainargs to specargs.
4647         Check that a partial specialization actually specializes at least
4648         one parameter.   Improve friend handling.  Modify for full
4649         template arguments.
4650         (classtype_mangled_name): Don't mangle the names of
4651         specializations.
4652         (lookup_template_class): Add entering_scope parameter.  Use it to
4653         avoid finding a template type when an instantiation is required.
4654         Simplify.  Use full template arguments.
4655         (tsubst_friend_function): Use unregister_specialization.  Use new
4656         macros.  Use full template arguments.
4657         (tsubst_friend_class): Substitute, using tsubst_template_parms,
4658         into the template parameters before passing them to
4659         redeclare_class_template.
4660         (instantiate_class_template): Simplify.  Use full template
4661         arguments.  Adjust calls to get_class_bindings.  Use
4662         SET_IDENTIFIER_TYPE_VALUE where needed.  Improve friend handling.
4663         (innermost_args): Use new macros.
4664         (tsubst_aggr_type): New function, split out from tsubst.
4665         (tsubst): Use tsubst_aggr_type, tsubst_template_parms, new calling
4666         conventions for lookup_template_class.  Refine handling of partial
4667         instantiations.   Remove calls to complete_template_args.
4668         Simplify.  Add consistency checks.  Use set_mangled_name_for_decl
4669         and set_mangled_name_for_template_decl.
4670         (tsubst_copy): Use tsubst_aggr_type.
4671         (instantiate_template): Use full template arguments.
4672         (more_specialized): Improve formatting.
4673         (more_specialized_class): Adjust calls to get_class_bindings.
4674         (get_bindings_real): Don't call complete_template_args.
4675         (most_specialized): Don't overwrite input; create a new list.
4676         (most_specialized_class): Use most_general_template.
4677         (regenerate_decl_from_template): Use unregister_specialization.
4678         Use full template arguments.
4679         (instantiate_decl): Use full template arguments.
4680         (set_mangled_name_for_template_decl): New function.
4681         * semantics.c (begin_class_definition): Use
4682         maybe_process_partial_specialization.
4683         (finish_member_class_template): New function.
4684         (finish_template_decl): Likewise.
4685         (finish_template_type): Likewise.
4686         (typeck.c): Don't crash after issuing a compiler_error.
4687         * Makefile.in (CONFLICTS): Adjust; we removed a s/r conflict.
4688
4689 1998-07-27  Jason Merrill  <jason@yorick.cygnus.com>
4690
4691         * typeck2.c (build_functional_cast): Handle default-initialization.
4692
4693         * call.c (build_over_call): Pass 1 to popclass.
4694
4695         * parse.y (direct_notype_declarator): Add precedence declaration
4696         to notype_unqualified_id case.
4697         * Makefile.in (EXPECT): Adjust.
4698
4699         * tree.c (ovl_member): Fix for single function in OVL.
4700
4701 1998-07-27  Dave Brolley  <brolley@cygnus.com>
4702
4703         * c-lex.c (yylex): Fix boundary conditions in character literal and
4704         string literal loops.
4705
4706 1998-07-24  Jason Merrill  <jason@yorick.cygnus.com>
4707
4708         * decl.c (lookup_name_real): OK, do return the from_obj value
4709         unless got_object depends on template parms.
4710
4711         * parse.y (nested_name_specifier_1): Pull out the TYPE_MAIN_VARIANT.
4712
4713         * pt.c (coerce_template_parms): Also complain about local enums.
4714
4715         * cp-tree.h: Add prototype for set_identifier_local_value.
4716         * decl.c (set_identifier_local_value_with_scope): Make static,
4717         prototype.
4718         * search.c (covariant_return_p): Likewise.
4719         * except.c (build_terminate_handler, alloc_eh_object): Likewise.
4720
4721         * call.c (build_method_call): Only pull out the type of a destructor
4722         if it's a template type parm.
4723         * decl.c (lookup_name_real): Never return the from_obj value.
4724
4725 1998-07-23  Jason Merrill  <jason@yorick.cygnus.com>
4726
4727         * except.c (process_start_catch_block_old): Call start_decl_1 for
4728         catch parm.
4729         * decl.c (start_decl_1): Avoid duplicate error.
4730
4731         * init.c (expand_default_init): Only perform the initialization if
4732         it will do something.
4733
4734 1998-07-23  H.J. Lu  (hjl@gnu.org)
4735
4736         * parse.y (base_class): Check for invalid base class.
4737
4738 1998-07-23  Jason Merrill  <jason@yorick.cygnus.com>
4739
4740         * decl2.c (import_export_template): Fold in...
4741         (import_export_class): ...to here.  Handle dllimport/export.
4742
4743         * class.c (build_vtable): Pass at_eof to import_export_vtable.
4744         (prepare_fresh_vtable): Likewise.
4745         * decl2.c (import_export_class): Split out...
4746         (finish_prevtable_vardecl): From here.
4747         * class.c (finish_struct_1): Call import_export_class if at_eof.
4748
4749         * decl.c (start_function): #if 0 mysterious code I wrote and have
4750         forgotten why.
4751         * rtti.c (get_tinfo_fn): If this is for a class type, set
4752         DECL_CONTEXT.
4753
4754 1998-07-22  Jason Merrill  <jason@yorick.cygnus.com>
4755
4756         * inc/exception: Change terminate and unexpected to ().
4757
4758         * parse.y (named_class_head_sans_basetype_defn): A
4759         named_class_head_sans_basetype followed by '{' or ':' is a defn.
4760
4761 1998-07-21  Jason Merrill  <jason@yorick.cygnus.com>
4762
4763         * tree.c (canonical_type_variant): New fn to handle arrays.
4764         * cp-tree.h (CANONICAL_TYPE_VARIANT): Remove.
4765         * pt.c (unify, default case): Also fold arg.  Fix array bounds case.
4766         * method.c (process_overload_item): Use build_overload_value for
4767         arrays.
4768
4769 1998-07-20  Dave Brolley  <brolley@cygnus.com>
4770
4771         * lex.c (mbchar.h): #include it.
4772         (GET_ENVIRONMENT): New macro.
4773         (init_parse): Set character set based on LANG environment variable.
4774         (real_yylex): Handle multibyte characters in character literals.
4775         (real_yylex): Handle multibyte characters in string literals.
4776
4777 1998-07-19  Jason Merrill  <jason@yorick.cygnus.com>
4778
4779         * lex.c (do_identifier): Look for class value even if we don't
4780         have a global value.  Do implicit declaration if parsing is 2.
4781         * semantics.c (finish_call_expr): Pass 2 if we're doing Koenig
4782         lookup.
4783
4784 1998-07-19  Mark Mitchell  <mark@markmitchell.com>
4785
4786         * decl.c (pushtag): Revert previous change.
4787         * pt.c (lookup_template_class): Don't put out debugging
4788         information for types that use template parameters.
4789
4790         * decl.c (pushtag): Don't put out debugging information for
4791         compiler-generated typedefs.
4792
4793         * error.c (dump_type_real): Don't crash when presented with
4794         intQI_type_node or the like.
4795
4796         * semantics.c (finish_translation_unit): Fix spelling error in
4797         comment.
4798
4799 1998-07-17  Jason Merrill  <jason@yorick.cygnus.com>
4800
4801         * decl.c (lookup_name_real): Pull out single function here.
4802         (select_decl): Not here.
4803         (unqualified_namespace_lookup): Use CP_DECL_CONTEXT.
4804
4805         * decl.c (qualify_lookup): Tweak again.
4806
4807         * pt.c (lookup_template_class): Don't mess with the context of the
4808         instantiation.
4809         * decl2.c (current_decl_namespace): Remove special handling for
4810         templates.
4811
4812         * pt.c (tsubst, case FUNCTION_DECL): Fix getting complete args for
4813         a member template specialization.
4814
4815         * tree.c (ovl_member): Use decls_match to compare functions.
4816         * decl.c (decls_match): Check the context of a function.
4817
4818         * parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER
4819         in Koenig lookup support rules.
4820         * semantics.c (finish_call_expr): Handle the new cases.
4821
4822         * typeck.c (build_x_function_call): Handle overloaded methods.
4823
4824         * decl.c (grokvardecl): Don't call build_static_name for extern "C".
4825
4826 1998-07-16  Mark Mitchell  <mark@markmitchell.com>
4827
4828         * semantics.c (finish_object_call_expr): Revert previous change.
4829         * call.c (build_new_method_call): Likewise.  Instead, convert
4830         TYPE_DECLs to IDENTIFIERs here, in the presence of templates.
4831
4832 1998-07-16  Jason Merrill  <jason@yorick.cygnus.com>
4833
4834         * decl.c (qualify_lookup): Handle templates.
4835
4836         * decl2.c (do_using_directive): Don't pass ancestor.
4837         * decl.c (push_using_directive): Calculate ancestor.
4838
4839         * decl2.c (do_nonmember_using_decl): Allow for type shadowing.
4840         * decl.c (pushdecl): Move type shadowing handling from here...
4841         (duplicate_decls): ...to here.
4842         * decl.c (set_identifier_local_value_with_scope): New fn.
4843         (pushdecl): Use it.
4844         (set_identifier_local_value, lookup_type_current_level): New fns.
4845         * decl2.c (do_local_using_decl): Handle types and binding level
4846         stuff properly.
4847
4848         * init.c (build_offset_ref): Don't call mark_used on an OVERLOAD.
4849         * decl.c (select_decl): Extract a lone function from an OVERLOAD.
4850         (lookup_namespace_name): Likewise.
4851         * typeck.c (build_unary_op): Not here anymore.
4852
4853         * decl2.c (do_class_using_decl): Make sure we get an identifier.
4854         * class.c (handle_using_decl): Ignore TYPE_DECLs.
4855
4856         * decl.c (qualify_lookup): New fn.
4857         (lookup_name_real): Use it.
4858
4859 1998-07-16  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
4860
4861         * decl2.c (add_using_namespace): When directly using a namespace
4862         that was indirect before, promote it.
4863
4864         * cp-tree.h (LOOKUP_PREFER_TYPES, LOOKUP_PREFER_NAMESPACES,
4865         LOOKUP_PREFER_BOTH, LOOKUP_NAMESPACES_ONLY, LOOKUP_TYPES_ONLY,
4866         LOOKUP_QUALIFIERS_ONLY, LOOKUP_TEMPLATES_EXPECTED): New macros.
4867         * decl.c (select_decl): Replace two flag parameters by one.
4868         (unqualified_namespace_lookup): Likewise, pass flag.
4869         (lookup_flags): New function.
4870         (lookup_name_real): Compute flags, pass them.
4871         (lookup_namespace_name): Call with zero-flag.
4872         * decl2.c (ambiguous_decl): Add flag parameter, complain only
4873         according to flags.
4874         (lookup_using_namespace, qualified_lookup_using_namespace):
4875         Add flag parameter, pass them through.
4876         * lex.c (do_scoped_id): Call with zero-flag.
4877
4878 1998-07-16  Jason Merrill  <jason@yorick.cygnus.com>
4879
4880         * typeck.c (convert_for_assignment): Use comptypes.
4881
4882 1998-07-16  Mark Mitchell  <mark@markmitchell.com>
4883
4884         * semantics.c (finish_object_call_expr): Move test for the
4885         function called being a TYPE_DECL to ...
4886         * call.c (build_new_method_call): Here.
4887
4888 1998-07-15  Jason Merrill  <jason@yorick.cygnus.com>
4889
4890         * decl2.c (arg_assoc_class): Also look at template arguments, if any.
4891         (arg_assoc): Handle error_mark_node and multiple levels of TREE_LIST.
4892
4893         * lex.c (looking_for_typename): Don't initialize.
4894
4895         * decl2.c (ambiguous_decl): Clarify error message.
4896
4897         * decl.c (push_using_directive): Iterate over namespaces used
4898         indirectly.
4899
4900 1998-07-15  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4901
4902         * decl2.c (add_using_namespace): Iterate over namespaces used
4903         indirectly.
4904
4905         * decl.c (lookup_name_real): Accept namespace aliases as locals.
4906         (cat_namespace_levels): Ignore aliases.
4907         (duplicate_decls): Ignore duplicate aliases.
4908         * decl2.c (do_namespace_alias): Process block level namespace
4909         aliases.  Store alias with pushdecl.  Remove odr errors.
4910         * parse.y (namespace_alias): New non-terminal.
4911         (extdef): Use it.
4912
4913 1998-07-15  Jason Merrill  <jason@yorick.cygnus.com>
4914
4915         * decl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE.
4916         Handle TEMPLATE_TYPE_PARM.
4917         (arg_assoc): Rewrite.
4918
4919         * pt.c (complete_template_args): Don't look at the context unless
4920         we have to.
4921
4922         * method.c (build_decl_overload_real): Fix namespace handling.
4923
4924         * typeck.c (build_unary_op): Extract a lone function from an
4925         OVERLOAD.
4926
4927         * call.c (build_scoped_method_call): Handle getting a namespace
4928         for basetype in a destructor call.
4929         (check_dtor_name): Handle enums.
4930
4931         * parse.y (using_directive): New nonterminal.
4932         (extdef, simple_stmt): Use it.
4933
4934 1998-07-14  Martin von Löwis  <loewis@informatik.hu-berlin.de>
4935
4936         * decl2.c (add_function): Move error message ...
4937         (arg_assoc_namespace): ... from here.
4938
4939 1998-07-14  Jason Merrill  <jason@yorick.cygnus.com>
4940
4941         * parse.y (namespace_qualifier): Fix multiple level handling.
4942         * decl2.c (namespace_ancestor): Use CP_DECL_CONTEXT.
4943         (arg_assoc): Don't skip the first argument of a function.
4944
4945 Tue Jul 14 20:09:22 1998  Jeffrey A Law  (law@cygnus.com)
4946
4947         * search.c (my_tree_cons): Clean up.
4948
4949 1998-07-14  Jason Merrill  <jason@yorick.cygnus.com>
4950
4951         * call.c (joust): Don't warn about "confusing" conversions to the
4952         same type.
4953
4954 1998-07-14  Martin von Löwis  <loewis@informatik.hu-berlin.de>
4955
4956         * class.c (push_nested_class): Complain about namespaces.
4957         * decl.c (start_decl): Enter the object's namespace.
4958         (cp_finish_decl): Leave it.
4959         (grokdeclarator): Likewise.
4960         * decl2.c (check_decl_namespace): New function.
4961         (finish_file): Call it.
4962         * parse.y (complex_direct_notype_declarator): Set complexity
4963         of namespace-qualified ids to -1, enter the namespace.
4964
4965         * method.c (build_template_decl_overload): Expect _DECL as first
4966         parameter.  Put context temporarily into current_namespace.
4967         * pt.c (check_explicit_specialization): Change caller.
4968         (tsubst): Likewise.
4969
4970         * init.c (build_offset_ref): Call mark_used and
4971         convert_from_reference for namespace members.
4972
4973 Mon Jul 13 23:25:28 1998  Martin von Löwis  <loewis@informatik.hu-berlin.de>
4974
4975         * search.c (my_tree_cons): The bitfield is at index 2.
4976
4977 Mon Jul 13 17:21:01 1998  Nick Clifton  <nickc@cygnus.com>
4978
4979         * lang-options.h: Format changed to work with new --help support
4980         in gcc/toplev.c
4981
4982 1998-07-12  Martin von Löwis  <loewis@informatik.hu-berlin.de>
4983
4984         * decl2.c (build_expr_from_tree): Change calls of do_identifier.
4985         Do Koenig lookup in CALL_EXPR.
4986         (arg_assoc): Handle error_mark.
4987         * lex.c (is_global): New function.
4988         (do_identifier): Expect arguments for Koenig lookup.
4989         * parse.y (primary): Add rules for calls of unqualified function calls.
4990         (do_id): Change call of do_identifier.
4991         * pt.c (finish_stmt_expr): Likewise.
4992         * semantics.c (finish_id_expr): Likewise.
4993         (finish_call_expr): Add integer parameter to indicate
4994         argument-dependent lookup.
4995
4996         * decl.c (struct binding_level): New field using_directives.
4997         (push_using_decl): Not sorry anymore.
4998         (push_using_directive): New function.
4999         (lookup_tag): Use CP_DECL_CONTEXT to iterate.
5000         (unqualified_namespace_lookup): New function, code from ...
5001         (lookup_name_real): ... here.
5002         * decl2.c (lookup_using_namespace): Pass using list instead of
5003         initial scope.
5004         (validate_nonmember_using_decl): New function.
5005         (do_nonmember_using_decl): New function.
5006         (do_toplevel_using_decl): Use them.
5007         (do_local_using_decl): New function.
5008         (do_using_directive): Support block-level directives.
5009         * parse.y (simple_stmt): Support using declarations and
5010         directives.
5011         (namespace_qualifier, namespace_using_decl): New non-terminals.
5012
5013         * xref.c (classname): New function.
5014         (GNU_xref_hier): Change class and base parameters to tree.
5015         * decl.c (xref_baseypes): Change caller.
5016         * friend.c (make_friend_class): Likewise.
5017
5018 1998-07-12  Kriang Lerdsuwanakij  <lerdsuwa@scf-fs.usc.edu>
5019
5020         * typeck.c (comptypes, case TEMPLATE_TEMPLATE_PARM): Add parameter
5021         comparison.
5022
5023         * pt.c (for_each_template_parm, case TEMPLATE_DECL): If it is a
5024         template template parameter, record its use.
5025         (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse
5026         its template arguments if exists.
5027
5028         * pt.c (coerce_template_template_parms): New function equivalent
5029         to coerce_template_parms when IS_TMPL_PARM is true.
5030         (coerce_template_parms): Use it.  Remove the IS_TMPL_PARM parameter,
5031         all callers changed.
5032
5033         (coerce_template_parms): Access ARGLIST properly when creating a
5034         new vector.  Only accept implicit TYPE_DECL as valid argument for
5035         a template template parameter when it is a base class of
5036         current_class_type.  Don't display error message when COMPLAIN is
5037         false.
5038
5039 1998-07-12  Klaus Kaempf  (kkaempf@progis.de)
5040
5041         * repo.c (get_base_filename): Use file_name_nondirectory.
5042         (open_repo_file): Likewise.
5043         * cp-tree.h (file_name_nondirectory): Add prototype.
5044
5045 1998-07-12  Jason Merrill  <jason@yorick.cygnus.com>
5046
5047         * friend.c (do_friend): Pull the identifier out of declarator.
5048         Use cp_error and friends.
5049         * decl2.c (qualified_lookup_using_namespace): Fix call to
5050         purpose_member.
5051         * decl.c (lookup_name_real): Don't call complete_type on a namespace.
5052         (grokvardecl): Use DECL_CLASS_SCOPE_P.
5053         * cvt.c (convert_pointer_to_real): Check for error_mark_node sooner.
5054         * class.c (warn_hidden): Fix for OVERLOAD.
5055         From grahams@rcp.co.uk:
5056         * cp-tree.h (DEFARG_NODE_CHECK): New macro.
5057         (DEFARG_LENGTH, DEFARG_POINTER): Use it.
5058
5059 Sun Jul 12 01:20:57 1998  Jeffrey A Law  (law@cygnus.com)
5060
5061         * g++.1 (-traditional): Remove duplicated documentation.
5062
5063 1998-07-11  Mark Mitchell  <mark@markmitchell.com>
5064
5065         * method.c (flush_repeats): Add nrepeats parameter.
5066         (issue_nrepeats): Likewise.
5067         (is_back_referenceable_type): New function.  Don't back-reference
5068         TEMPLATE_TYPE_PARMs as well as simple types like integers.
5069         (build_mangled_name_for_type): Likewise.
5070         (build_mangled_name_for_type_with_Gcode): Likewise.
5071         (lasttype): Remove.
5072         (nrepeats): Likewise.
5073         (Nrepeats): Likewise.
5074         (start_squangling): Don't clear the variables removed above.
5075         (end_squangling): Likewise.
5076         (flush_repeats): Tidy.  Use nrepeats parameter rather than
5077         Nrepeats global.
5078         (issue_nrepeats): Likewise, but with nrepeats global.  Use
5079         is_backreferenceable_type.
5080         (build_overload_nested_name): Tidy.  Add comment.  Use
5081         build_mangled_name_for_type.
5082         (build_underscore_int): Comment.
5083         (build_overload_scope_ref): Use build_mangled_name_for_type.
5084         (build_overload_int): Likewise.
5085         (build_template_template_parm_names): Tidy.
5086         (build_template_parm_names): Use build_mangled_name_for_type.
5087         (build_overload_identifier): Add comments.
5088         (build_mangled_name_for_type_with_Gcode): Split out from
5089         build_mangled_name.
5090         (build_mangled_name_for_type): Use it.
5091         (build_mangled_name): Rework to use build_mangled_name_for_type
5092         and to not use global nrepeats/Nrepeats.  Tidy.
5093         (process_modifiers): Tidy.
5094         (check_btype): Use is_backreferenceable_type.  Add comment.
5095         Rename `node' to `type'.
5096         (process_overload_item): Set numeric_output_need_bar here.
5097         Use build_mangled_name_for_type.  Tidy.
5098         (build_decl_overload_real): Tidy.  Don't use Nrepeats.  Use
5099         build_mangled_name_for_type.
5100
5101         * pt.c (push_template_decl_real): Don't look at DECL_TEMPLATE_INFO
5102         for TYPE_DECLs.
5103
5104 1998-07-08  Vladimir N. Makarov  <vmakarov@cygnus.com>
5105
5106         * cp-tree.h (warn_long_long): Define.
5107         * decl.c (grokdeclarator): Add flag `warn_long_long' as guard for
5108         warning "ANSI C++ does not support `long long'".
5109         * decl2.c (warn_long_long): Define.
5110         (lang_decode_option): Parse -Wlong-long, -Wno-long-long options.
5111
5112 1998-07-07  Jason Merrill  <jason@yorick.cygnus.com>
5113
5114         * decl.c (xref_tag): Handle attributes between 'class' and name.
5115         * parse.y (aggr): Likewise.
5116         * semantics.c (finish_class_definition): Likewise.
5117         * Makefile.in (EXPECTED): Adjust.
5118
5119         * cp-tree.h: Declare flag_optional_diags and warn_multichar.
5120         * decl2.c: Define them.
5121         (lang_decode_option): Handle them.
5122         * lang-options.h: Add -foptional-diags.
5123         * class.c (finish_struct): Don't complain about multiple meanings of
5124         name if -fno-optional-diags.
5125         * decl.c (pushdecl_class_level): Likewise.
5126         * lex.c (real_yylex): Check warn_multichar.
5127
5128 1998-07-06  Jason Merrill  <jason@yorick.cygnus.com>
5129
5130         * decl.c (lookup_tag): Use CP_DECL_CONTEXT.
5131
5132         * tree.c (make_binfo): Fix length.
5133
5134 1998-06-30  Benjamin Kosnik  <bkoz@bliss.nabi.net>
5135
5136         * decl2.c (lang_decode_option): Remove warn_template_debugging.
5137         * lang-options.h: Likewise.
5138
5139 Mon Jun 29 20:17:40 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5140
5141         * except.c (build_eh_type_type_ref): Remove unused variable `susp'.
5142         (process_start_catch_block): Likewise for variables
5143         `false_label_rtx', `call_rtx' and `return_value_rtx'.
5144
5145 1998-06-29  Brendan Kehoe  <brendan@cygnus.com>
5146
5147         * tree.c (build_srcloc): Make sure we allocate this node on the
5148         permanent obstack.
5149
5150 Sat Jun 27 23:34:18 1998  Fred Fish  <fnf@ninemoons.com>
5151
5152         * g++spec.c (NEED_MATH_LIBRARY): Define to 1 if not already defined.
5153         (lang_specific_driver): Initialize need_math with NEED_MATH_LIBRARY.
5154         (lang_specific_driver): Only add -lm automatically if need_math is
5155         nonzero.
5156
5157 Sat Jun 27 12:22:56 1998  Jeffrey A Law  (law@cygnus.com)
5158
5159         * Make-lang.in (g++): Depend on mkstemp.o.  Link in mkstemp.o
5160
5161 Sat Jun 27 07:36:09 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5162
5163         * Makefile.in (EXPR_H): New dependency variable.
5164         (decl2.o): Depend on $(EXPR_H).
5165         (typeck.o): Likewise.
5166         (init.o): Likewise.
5167         (expr.o): Likewise.
5168
5169 1998-06-25  Benjamin Kosnik  <bkoz@lisa.cygnus.com>
5170
5171         * decl.c (start_enum): Put local enums on permanent_obstack.
5172
5173 1998-06-25  Mark Mitchell  <mark@markmitchell.com>
5174
5175         * cp-tree.h (c_get_alias_set): Declare.
5176         * decl.c (init_decl_processing): Set lang_get_alias_set.
5177
5178 1998-06-25  Andrew MacLeod  <amacleod@cygnus.com>
5179
5180         * cp-tree.h (mark_all_runtime_matches): Add function prototype.
5181         * except.c (mark_all_runtime_matches): Set TREE_SYMBOL_REFERENCED
5182         flag for all function decls which are in the exception table.
5183         * exception.cc (__cplus_type_matcher): Check for CATCH_ALL_TYPE match.
5184         * decl2.c (finish_file): Call mark_all_runtime_matches to make sure
5185         code is emitted for any referenced rtti function.
5186
5187 1998-06-25  Dave Brolley  <brolley@cygnus.com>
5188
5189         * lang-specs.h: Use new | syntax to eliminate
5190         string concatenation.
5191
5192 1998-06-25  Jason Merrill  <jason@yorick.cygnus.com>
5193
5194         * cp-tree.h (CP_DECL_CONTEXT): New macro.
5195         * decl2.c (is_namespace_ancestor, lookup_using_namespace): Use it.
5196         * method.c (build_overload_nested_name): Likewise.
5197         * sig.c (build_signature_pointer_or_reference_type): Don't set
5198         DECL_CONTEXT.
5199
5200 1998-06-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5201
5202         Set DECL_CONTEXT for globals to NULL_TREE instead of global_namespace.
5203         * cp-tree.h (FROB_CONTEXT): New macro.
5204         (DECL_MAIN_P): ::main should have a DECL_CONTEXT of NULL_TREE.
5205         * decl.c (namespace_binding): Replace NULL_TREE with
5206         global_namespace.
5207         (set_namespace_binding, pop_namespace, lookup_name_real): Likewise.
5208         * decl2.c (is_namespace_ancestor, lookup_using_namespace):
5209         Likewise.
5210         * decl.c (pushtag): Use FROB_CONTEXT.
5211         (pushdecl, make_typename_type, define_function, grokdeclarator):
5212         Likewise.
5213         * decl2.c (set_decl_namespace, do_namespace_alias): Likewise.
5214         * pt.c (push_template_decl_real, lookup_template_class, tsubst):
5215         Likewise.
5216         * decl2.c (decl_namespace): Return global_namespace if no context.
5217         * method.c (build_overload_nested_name): Expect null as context.
5218         * pt.c (mangle_class_name_for_template): Do nothing for null
5219         contexts.
5220         (lookup_template_class): Allow for null id_context.
5221
5222 1998-06-25  Richard Henderson  <rth@cygnus.com>
5223
5224         * method.c (emit_thunk): Set current_function_is_thunk for the
5225         ASM_OUTPUT_MI_THUNK case as well.
5226
5227 1998-06-23  Andrew MacLeod  <amacleod@cygnus.com>
5228
5229         * exception.cc (__cplus_type_matcher): Get a match_info pointer
5230         instead of an exception table entry as a parameter.
5231
5232 1998-06-23  Andrew MacLeod  <amacleod@cygnus.com>
5233
5234         * parse.y (function_try_block): Don't call start_catch_handler.
5235         * except.c (call_eh_info): Remove coerced field from declaration.
5236         (build_eh_type_type_ref): New function to create an address of a
5237         rtti function for the new style exception tables.
5238         (expand_start_catch_block): Split function, this contains the
5239         common part.
5240         (process_start_catch_block_old): New function to perform the rest
5241         of expand_start_catch_block under old style exceptions.
5242         (process_start_catch_block_old): New function to perform the rest
5243         of expand_start_catch_block under new style exceptions.
5244         (expand_end_catch_block): Only pop the false label off the stack under
5245         the old style of exceptions.
5246         * semantics.c (finish_try_block): Don't call start_catch_handler.
5247         * exception.cc (struct cp_eh_info): Add original_value field.
5248         (__cplus_type_matcher): Perform type matching on the original exception
5249         value, and if we have a match, set the current value.
5250         (__cp_push_exception): Set the original exception value.
5251
5252 1998-06-23  Jason Merrill  <jason@yorick.cygnus.com>
5253
5254         * call.c (joust): Fix confusing conversion warning.
5255
5256         * call.c (build_op_delete_call): Add placement parm.  Check
5257         LOOKUP_SPECULATIVELY.
5258         * cp-tree.h, decl2.c, init.c: Adjust.
5259         * decl.c (finish_function): Use it.
5260
5261         * pt.c (tsubst): Diagnose creating void fields or variables.
5262
5263 Mon Jun 22 08:50:26 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5264
5265         * call.c (build_scoped_method_call): Remove unused variable `tmp'.
5266
5267         * cp-tree.h (check_dtor_name): Add prototype.
5268
5269         * init.c (expand_member_init): Remove unused variables
5270         `ptr_type_node', `parm' and `rval'.
5271
5272         * ptree.c (print_lang_type): Use HOST_WIDE_INT_PRINT_DEC specifier
5273         in call to fprintf.
5274         (lang_print_xnode): Likewise.
5275
5276         * typeck2.c (enum_name_string): Cast argument to sprintf to long
5277         and use %ld specifier.
5278
5279         * xref.c (GNU_xref_end_scope): Use HOST_WIDE_INT_PRINT_DEC
5280         specifier in call to fprintf.
5281         (GNU_xref_member): Cast argument to sprintf to int.
5282
5283 Fri Jun 19 23:22:42 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
5284
5285         * typeck2.c (pop_init_level): Warn about implicit zero initialization
5286         of struct members.
5287
5288 Thu Jun 18 09:32:32 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5289
5290         * cp-tree.h: Prototype function `check_java_method'.
5291
5292 1998-06-17  Jason Merrill  <jason@yorick.cygnus.com>
5293
5294         * class.c (finish_struct): Make conflicting use of id a pedwarn.
5295         * decl.c (pushdecl_class_level): Likewise.
5296
5297 1998-06-17  Mark Mitchell  <mark@markmitchell.com>
5298
5299         * pt.c (convert_nontype_argument): Issue an error when presented
5300         with an integer (real) constant that cannot be simplified to an
5301         INT_CST (REAL_CST).
5302
5303         * cp-tree.h (c_get_alias_set): Remove declaration added in
5304         1998-06-13 change that should never have been checked in.
5305
5306 1998-06-17  Jason Merrill  <jason@yorick.cygnus.com>
5307
5308         * typeck.c (build_binary_op_nodefault): Change % in format strings
5309         to %%.
5310
5311         * decl.c (grokvardecl): Don't build_static_name for decls that
5312         aren't at namespace scope.
5313
5314         * init.c (perform_member_init): Catch default-initialization of
5315         references.
5316
5317 1998-06-17  Mark Mitchell  <mark@markmitchell.com>
5318
5319         * errfn.c (cp_thing): Handle the `%%' formatting sequence.
5320
5321 1998-06-17  Jason Merrill  <jason@yorick.cygnus.com>
5322
5323         * method.c (hack_identifier): Complain about getting a namespace
5324         or class template.
5325         * typeck.c (decay_conversion): Remove check for namespaces.
5326         * typeck2.c (incomplete_type_error): Likewise.
5327         * parse.y (template_arg): Add PTYPENAME expansion.
5328
5329 1998-06-16  Andrew MacLeod  <amacleod@cygnus.com>
5330
5331         * decl.c (grokvardecl): Don't build external assembler names for
5332         TYPENAMEs in other namespaces as there is no declarator.
5333         * error.c (cp_file_of, cp_line_of): Don't extract file or line number
5334         info from DECL_CONTEXT if it is NULL.
5335
5336 1998-06-16  Jason Merrill  <jason@yorick.cygnus.com>
5337
5338         * call.c (check_dtor_name): Split out.
5339         (build_scoped_method_call): Use it.
5340         (build_method_call): Use it.
5341         * init.c (build_offset_ref): Use it.
5342
5343         * typeck.c (build_static_cast): Fix handling of pointers to members.
5344
5345         * decl.c (finish_function): Just return nothing from a constructor.
5346         * typeck.c (c_expand_return): Complain about returning a void
5347         expression from a destructor.
5348
5349 1998-06-13  Mark Mitchell  <mark@markmitchell.com>
5350
5351         * class.c (alter_access): Accept a BINFO explaining how to get
5352         from the entity whose accessed is being altered to the type doing
5353         the altering.
5354         (handle_using_decl): New function containing code split out from ...
5355         (finish_struct_1): Here.
5356
5357         * cp-tree.h (complete_type_or_else): Declare.
5358         * init.c (build_new_1, build_delete): Use it.
5359         * typeck.c (require_complete_type): Use complete_type, rather than
5360         expanding it inline.
5361         (complete_type_or_else): New function.
5362         (build_component_ref): Use it.
5363         (pointer_int_sum): Make sure the type pointed to is complete.
5364         (pointer_diff): Likewise.
5365
5366         * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for
5367         types.
5368
5369         * search.c (get_matching_virtual): Note that member templates
5370         cannot override virtual functions.
5371
5372 1998-06-12  Brendan Kehoe  <brendan@cygnus.com>
5373
5374         * pt.c (check_explicit_specialization): If DECLARATOR turned into
5375         an error_mark_node from lookup_template_function, return the same.
5376         (determine_specialization): Also make sure TEMPLATE_ID isn't an
5377         error_mark_node, before we try to read its operands.
5378         * decl.c (grokdeclarator): If we got an error_mark_node from
5379         check_explicit_specialization, just return it right back.
5380
5381 1998-06-12  Mark Mitchell  <mark@markmitchell.com>
5382
5383         * class.c (instantiate_type): Don't treat template-ids that don't
5384         specify any template arguments as equivalent to ordinary
5385         identifiers.  Use OFFSET_REF instead of SCOPE_REF to refer to
5386         pointer-to-members for member templates.  Tidy slightly.
5387         * cp-tree.def (TEMPLATE_ID_EXPR): Revise documentation.
5388         * init.c (build_offset_ref): Handle template-ids like ordinary
5389         identifiers, for the most part, but store a TEMPLATE_ID_EXPR in the
5390         offset part of the OFFSET_REF.
5391         * typeck.c (build_unary_op): Change check for unknown types to
5392         look for OFFSET_REFs, not SCOPE_REFs.
5393
5394 1998-06-11  Mark Mitchell  <mark@markmitchell.com>
5395
5396         * pt.c (is_member_template_class): New function.
5397         (push_template_decl_real): Use it.
5398
5399 1998-06-11  Benjamin Kosnik  <bkoz@elmo.cygnus.com>
5400
5401         * friend.c (do_friend): Add support for nested classes using
5402         member functions of the enclosing class as friends.
5403
5404 1998-06-10  Mark Mitchell  <mark@markmitchell.com>
5405
5406         * call.c (convert_default_arg): Make global, not static.
5407         (convert_arg_for_ellipsis): Split out from ...
5408         (build_over_call): Here.
5409         * cp-tree.h (convert_default_arg); Declare.
5410         (convert_arg_to_ellipsis): Likewise.
5411         (do_member_init): Remove.
5412         * init.c (do_member_init): Remove; this code is dead.
5413         (expand_member_init): Remove much of this code; it is dead.
5414         * typeck.c (convert_arguments): Use convert_default_arg and
5415         convert_arg_for_ellipsis, rather than duplicating here.
5416
5417         * call.c (convert_like): Don't fail silently if
5418         build_user_type_conversion fails.  Always return error_mark_node
5419         for failure.
5420
5421 1998-06-10  Jason Merrill  <jason@yorick.cygnus.com>
5422
5423         * search.c (covariant_return_p): Complain about ambiguous base.
5424
5425         * typeck.c (build_component_ref): Diagnose ref to nested type.
5426
5427 1998-06-10  Brendan Kehoe  <brendan@cygnus.com>
5428
5429         * decl.c (grokparms): Check that INIT isn't an error_mark_node
5430         before giving error about invalid type for default arg.
5431
5432 1998-06-10  Jason Merrill  <jason@yorick.cygnus.com>
5433
5434         * call.c (build_method_call): Fix thinko.
5435
5436 1998-06-10  Dave Brolley  <brolley@cygnus.com>
5437
5438         * decl2.c (lang_decode_option): New argc/argv interface.
5439         * cp-tree.h (lang_decode_option): New argc/argv interface.
5440         * lang-specs.h (default_compilers): Only call cpp if -E, -M or -MM is
5441         specified for cpplib-enabled compilers.
5442         * lex.c (lang_init): Don't check_newline for cpplib.
5443         (init_parse): Don't initialize cpplib here.
5444
5445 1998-06-10  Brendan Kehoe  <brendan@cygnus.com>
5446
5447         * typeck.c (build_component_ref): Make sure FIELD has a lang_specific
5448         piece before checking DECL_MUTABLE_P.
5449
5450 1998-06-10  John Carr  <jfc@mit.edu>
5451
5452         * tree.c (debug_binfo): Make printf format match arguments.
5453
5454         * error.c (OB_PUTI): Make printf format match arguments.
5455
5456 1998-06-10  Jason Merrill  <jason@yorick.cygnus.com>
5457
5458         * init.c (perform_member_init): Handle default-initialization.
5459
5460         * except.c (build_throw): Handle throwing NULL.
5461
5462         * typeck.c (build_x_function_call): Use resolve_offset_ref.
5463
5464         * search.c (compute_access): Only strip an anonymous union
5465         for a FIELD_DECL.
5466
5467         * call.c (add_builtin_candidates): Tweak.
5468
5469         * cvt.c (build_expr_type_conversion): Restore code for conversion
5470         from class types.
5471         * decl2.c (delete_sanity): Use it.  Clean up.
5472
5473         * typeck.c (comp_ptr_ttypes_real): Fix cv-qual comparisons.
5474
5475 1998-06-10  Branko Cibej  <branko.cibej@hermes.si>
5476
5477         * typeck.c (c_expand_return): Don't warn about void expressions on
5478         return statements in functions returning void.
5479
5480 1998-06-09  Mark Mitchell  <mark@markmitchell.com>
5481
5482         * pt.c (fn_type_unification): Revise documentation.  Tidy.
5483         (type_unification): Likewise.
5484
5485 1998-06-09  Andrew MacLeod  <amacleod@cygnus.com>
5486
5487         * semantics.c (finish_try_block): Rename expand_start_catch, and delete
5488         expand_end_catch.
5489         * parse.y (function_try_block): Rename expand_start_catch, and delete
5490         expand_end_catch.
5491         * except.c (expand_end_eh_spec): Rename expand_start_catch, and delete
5492         expand_end_catch.
5493
5494 1998-06-09  Jason Merrill  <jason@yorick.cygnus.com>
5495
5496         * search.c (lookup_member): New fn.
5497         * class.c (finish_struct_1): Use it.
5498         * decl.c (lookup_name_real): Use it.
5499
5500 Mon Jun  8 20:45:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5501
5502         * Makefile.in (decl2.o): Depend on dwarf2out.h and dwarfout.h.
5503
5504         * cp-tree.h: Add prototype for `maybe_print_template_context' and
5505         `maybe_make_one_only'.
5506
5507         * decl.c (auto_function): Remove unused variable `decl'.
5508
5509         * decl2.c: Include dwarf2out.h and dwarfout.h.
5510
5511         * lex.c: Remove redundant declarations of `set_float_handler' and
5512         `asm_out_file'.
5513
5514 1998-06-08  Andrew MacLeod  <amacleod@cygnus.com>
5515
5516         * except.c (init_exception_processing): Remove NEW_EH_MODEL compile
5517         time flag.  Call __cp_eh_info instead of __cp_exception_info.
5518         * exception.cc (struct cp_eh_info): Remove NEW_EH_MODEL flag.
5519         (__cp_exception_info): Return offset into cp_eh_info structure to
5520         match what use to be the start of this structure.
5521         (__cp_eh_info): New function to return a pointer to cp_eh_info struct.
5522         (__cplus_type_matcher, __cp_push_exception): Remove NEW_EH_MODEL
5523         compile time flag.
5524         (__uncatch_exception, __check_eh_spec, std::uncaught_exception): Call
5525         __cp_eh_info instead of __cp_exception_info.
5526
5527 1998-06-08  Jason Merrill  <jason@yorick.cygnus.com>
5528
5529         * decl.c (cp_finish_decl): Disable inlining of extern inlines
5530         with static variables.
5531
5532 1998-06-08  Mark Mitchell  <mark@markmitchell.com>
5533
5534         * init.c (build_offset_ref): Correct previous change to use build,
5535         not build_min.
5536
5537 1998-06-07  Mark Mitchell  <mark@markmitchell.com>
5538
5539         * class.c (instantiate_type): Handle pointer-to-members where the
5540         member is a template.
5541         * init.c (build_offset_ref): Likewise.
5542         * typeck.c (build_unary_op): Likewise.
5543
5544 1998-06-07  Richard Henderson  <rth@cygnus.com>
5545
5546         * lex.c (lang_init_options): New function.
5547         (lang_init): Remove flag_exceptions == 2 hack.
5548
5549 1998-06-05  Jason Merrill  <jason@yorick.cygnus.com>
5550
5551         * search.c (envelope_add_decl): Tweak for implicit typename.
5552
5553         * call.c (joust): Also warn about confusing conversion op/constructor
5554         overload resolution.
5555
5556         * spew.c (yylex): Also return the TYPE_DECL if got_object.
5557         Don't clear got_object after '~'.
5558         * call.c (build_scoped_method_call): Tweak destructor handling.
5559         (build_method_call): Likewise.
5560         * pt.c (tsubst_copy, case METHOD_CALL_EXPR): Don't mess with
5561         TYPE_MAIN_VARIANT for destructors.
5562         * semantics.c (finish_object_call_expr): Complain about calling a
5563         TYPE_DECL.
5564
5565 1998-06-05  Per Bothner  <bothner@cygnus.com>
5566
5567         * g++spec.c (lang_specific_pre_link, lang_specific_extra_ofiles):
5568         Define - update needed by gcc.c change.
5569
5570 1998-06-05  Jason Merrill  <jason@yorick.cygnus.com>
5571
5572         * error.c (cp_printers): Use 'o' instead of '_' for the null entry.
5573
5574 1998-06-05  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
5575
5576         * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.
5577         * decl.c (lookup_name_real): Add namespaces_only parameter.
5578         If set, return only NAMESPACE_DECLs.
5579         (select_decl): Likewise.
5580         (identifier_type_value): Give additional parameter.
5581         (lookup_name_nonclass): Likewise.
5582         (lookup_name): Likewise.
5583         (find_binding): Skip namespace aliases.
5584         (binding_for_name): Likewise.
5585         (push_namespace): Check for namespace aliases.
5586         (lookup_name_namespace_only): New function.
5587         (begin_only_namespace_names, end_only_namespace_names): New functions.
5588         * decl2.c (set_decl_namespace): Skip namespace aliases.
5589         (do_using_directive): Likewise.
5590         (do_namespace_alias): Produce namespace aliases, fix alias
5591         redeclaration.
5592         * error.c (dump_decl): Support SCOPE_REF.
5593         * parse.y (extdef): Wrap lookup with namespace_only for namespace
5594         aliases and using declarations.
5595
5596 1998-06-04  Jason Merrill  <jason@yorick.cygnus.com>
5597
5598         * tree.c (really_overloaded_fn): Only see through one TREE_LIST.
5599
5600         * error.c (dump_expr): Clean up NEW_EXPR case.
5601
5602 1998-06-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5603
5604         Suggested by Brendan Kehoe
5605         * decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL,
5606         treat it as using ::decl.
5607
5608         * decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.
5609
5610         * tree.c (mapcar): Support NEW_EXPR.
5611
5612         * error.c (dump_expr): Support NEW_EXPR.
5613
5614 1998-06-03  Jason Merrill  <jason@yorick.cygnus.com>
5615
5616         * method.c (make_thunk): Use overload machinery to make name.
5617         * search.c (covariant_return_p): New fn.
5618         (get_matching_virtual): Use it.
5619
5620         * init.c (build_new_1): Fix check for void.
5621
5622 1998-06-01  Per Bothner  <bothner@cygnus.com>
5623
5624         * cp-tree.h (TYPE_FOR_JAVA):  New macro.
5625         * decl.c, cp-tree.h (java_byte_type_node, java_short_type_node,
5626         java_int_type_node, java_long_type_node, java_float_type_node,
5627         java_double_type_node, java_char_type_node, java_boolean_type_node):
5628         New "primitive" types, with predefined names __java_byte etc.
5629         (record_builtin_java_type):  New function.
5630         (init_decl_processing):  Make Java types with record_builtin_java_type.
5631         (pushtag, grokdeclarator):  Set TYPE_FOR_JAVA if in extern "JAVA".
5632         (xref_baseypes):  If base class was TYPE_FOR_JAVA, so is this class.
5633         (grokfndecl):  Call check_java_method for Java classes.
5634         * method.c (is_java_type):  Removed.  Replaced with TYPE_FOR_JAVA.
5635         (process_overload_item):  Match types against specific
5636         java_XX_type_node types, rather than using is_java_type.
5637         * class.c (finish_struct_1):  Don't add default copy constructor
5638         or operator= if TYPE_FOR_JAVA.
5639         (pop_lang_conext):  Restore strict_prototyp proper if Java.
5640         * decl2.c (acceptable_java_type, check_java_method):  New functions.
5641         * pt.c (instantiate_class_template):  Copy TYPE_FOR_JAVA from pattern.
5642         (tsubst):  Move common statement after if statement.
5643         * typeck.c (comptypes):  If strict, TYPE_FOR_JAVA must match.
5644
5645 1998-06-01  Jason Merrill  <jason@yorick.cygnus.com>
5646
5647         * pt.c (for_each_template_parm): Use first_rtl_op.
5648
5649         * tree.c (build_cplus_array_type_1): Also check index_type for
5650         template parms.
5651
5652 1998-05-31  Jason Merrill  <jason@yorick.cygnus.com>
5653
5654         * pt.c (tsubst): Always copy BINFO_BASETYPES.
5655
5656 1998-05-29  scott snyder  <snyder@d0sgif.fnal.gov>
5657
5658         * tree.c (layout_basetypes): If we change TYPE_SIZE, change
5659         TYPE_SIZE_UNIT too.
5660
5661 1998-05-29  Mark Mitchell  <mark@markmitchell.com>
5662
5663         * decl.c (grokdeclarator): Don't complain about in-class
5664         initialization of static consts if we don't really know the type
5665         of the variable.
5666
5667 1998-05-29  Jason Merrill  <jason@yorick.cygnus.com>
5668
5669         * cp-tree.h (DECL_DESTRUCTOR_P): New macro.
5670         * method.c (build_destructor_name): New fn.
5671         * decl2.c (maybe_retrofit_in_chrg): Split out...
5672         (grokclassfn): From here.  Reorganize.
5673         * decl.c (grok_ctor_properties): Make sure ctors for types with
5674         vbases have the in_chrg parm.
5675         * pt.c (instantiate_class_template): Update
5676         TYPE_USES_VIRTUAL_BASECLASSES from tsubsted bases.  Don't call
5677         grok_*_properties.
5678         (tsubst): Call grok_ctor_properties and maybe_retrofit_in_chrg.
5679
5680 1998-05-28  Mark Mitchell  <mark@markmitchell.com>
5681
5682         * pt.c (instantiate_decl): Make test for whether or not static
5683         variables should be instantiated early match its comment.
5684
5685 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
5686
5687         * decl.c (start_decl): Always pedwarn about vacuously redeclaring
5688         a member.
5689         (start_function): Call check_default_args.
5690         * decl2.c (grokfield): Don't call check_default_args.
5691         (check_default_args): Use cp_error_at.
5692         * lex.c (do_pending_defargs): Call check_default_args.
5693
5694 1998-05-27  Brendan Kehoe  <brendan@cygnus.com>
5695
5696         * call.c (build_method_call): Make sure get_type_value returns
5697         something before we try to use its TYPE_MAIN_VARIANT.
5698         (build_scoped_method_call): Likewise.
5699
5700 1998-05-27  Jason Merrill  <jason@yorick.cygnus.com>
5701
5702         * typeck2.c (digest_init): Complain about getting a TREE_LIST to
5703         initialize an array.
5704
5705         * search.c (expand_upcast_fixups): Don't set DECL_CONTEXT and
5706         DECL_VIRTUAL_P.
5707
5708         * friend.c (do_friend): Clarify template warning.
5709
5710 1998-05-27  Mark Mitchell  <mark@markmitchell.com>
5711
5712         * decl.c (shadow_label): Don't treat decls as identifiers.
5713         (maybe_push_to_top_level): Clear shadowed_labels.
5714
5715         * pt.c (instantiate_decl): Reset lineno and filename after calling
5716         regenerate_decl_from_template.
5717
5718         * decl.c (grokdeclarator): Don't try to use TYPE_OBSTACK on an
5719         error_mark_node.
5720
5721 1998-05-27  Kevin Buhr  <buhr@stat.wisc.edu>
5722
5723         * parse.y (base_class): Use is_aggr_type, not IS_AGGR_TYPE.
5724
5725 1998-05-26  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
5726
5727         * pt.c (process_template_parm): Accept TYPENAME_TYPE nodes.
5728         (convert_nontype_argument): Handle cases when nontype template
5729         parameters become classes after substitution.
5730
5731 1998-05-26  Mark Mitchell  <mark@markmitchell.com>
5732
5733         * friend.c (is_friend): Use comptypes, rather than == to compare
5734         types.  Modify for new representation of template friends.
5735         (make_friend_class): Likewise.
5736         * pt.c (tsubst_friend_class): Undo 1998-05-21 change.  Tweak.
5737         (instantiate_class_template): Deal with template friends.
5738
5739         * decl.c (store_parm_decls): Remove redundant call to
5740         expand_main_function.
5741
5742 1998-05-26  Benjamin Kosnik  <bkoz@loony.cygnus.com>
5743
5744         * decl.c (start_decl): Check for DECL_LANG_SPECIFIC before
5745         DECL_USE_TEMPLATE.
5746
5747 1998-05-26  Per Bothner  <bothner@cygnus.com>
5748
5749         * language_as_string:  Handle lang_java.
5750
5751 1998-05-26  Jason Merrill  <jason@yorick.cygnus.com>
5752
5753         * decl.c (pushdecl): Don't copy the type_decl.
5754
5755 1998-05-26  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5756
5757         * class.c (pushclass): Always store TYPE_MAIN_VARIANT in
5758         current_class_type.
5759         * decl.c (grokdeclarator): Put typedefs on the type's obstack.
5760
5761         * parse.y (complex_direct_notype_declarator): Use $1 to access
5762         scope of notype_qualified_id.
5763
5764 1998-05-26  Dave Brolley  <brolley@cygnus.com>
5765
5766         * lex.c (parse_options,yy_cur,yy_lim): Add for cpplib.
5767         (init_parse): Initialize cpplib interface.
5768
5769         * Makefile.in (CXX_OBJS): Make sure dependencies never end with an
5770         empty continuation.
5771
5772 1998-05-26  Mark Mitchell  <mark@markmitchell.com>
5773
5774         * decl.c (pushtag): Avoid crashing on erroneous input.
5775
5776 1998-05-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5777
5778         * decl.c (push_namespace): Only produce one unique name for
5779         anonymous namespaces.
5780         (get_unique_name): Remove.
5781
5782 1998-05-25  Mark Mitchell  <mark@markmitchell.com>
5783
5784         * call.c (tourney): Don't do any extra comparisons.
5785
5786         * decl2.c (build_anon_union_vars): Don't crash on empty sub-unions.
5787
5788         * cp-tree.h (processing_template_parmlist): Declare.
5789         * decl.c (pushtag): Don't call push_template_decl when we
5790         shouldn't.
5791         * pt.c (processing_template_parmlist): New variable.
5792         (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): New macro.
5793         (complete_template_args): Use it.
5794         (add_to_template_args): Likewise.
5795         (innermost_args): Likewise.
5796         (tsubst): Likewise.
5797         (begin_template_parm_list): Use processing_template_parmlist.
5798         (end_template_parm_list): Likewise.
5799
5800         * cp-tree.h (ANON_UNION_TYPE_P): New macro.
5801         * decl.c (grokdeclarator): Use it.
5802         * decl2.c (grok_x_components): Likewise.
5803         * init.c (initializing_context): Likewise.
5804         * method.c (do_build_copy_constructor): Likewise.
5805         (do_build_assign_ref): Likewise.
5806         * search.c (compute_access): Likewise.
5807         * typeck.c (build_component_ref): Likewise.
5808
5809         * decl.c (grokdeclarator): Don't give a cv-qualified version of an
5810         unnamed type a typedef name "for linkage purposes".
5811
5812         * pt.c (lookup_template_class): Don't look at
5813         IDENTIFIER_CLASS_VALUE when there's no current_class_type.
5814
5815         * method.c (build_overload_int): Handle error cases gracefully.
5816
5817         * pt.c (instantiate_decl): Handle static member variables
5818         correctly.
5819
5820         * pt.c (tsubst): Use the tsubst'd type when producing new
5821         TEMPLATE_PARM_INDEX nodes.
5822
5823 1998-05-24  Mark Mitchell  <mark@markmitchell.com>
5824
5825         * tree.c (cp_tree_equal): Handle pointers to member functions.
5826
5827         * call.c (maybe_handle_implicit_object): Handle QUAL_CONVs.  Make
5828         sure the type of the REF_BIND is a reference type.
5829         (maybe_handle_ref_bind, compare_ics): Rename reference_type to
5830         target_type for clarity.
5831
5832         * parse.y (xcond): Move call to condition_conversion ...
5833         * semantics.c (finish_for_cond): Here.
5834         * parse.c: Regenerated.
5835
5836 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
5837
5838         * decl.c (push_namespace): Namespaces have type void.
5839         * typeck2.c (incomplete_type_error): Complain about namespace
5840         used as expression.
5841         * typeck.c (decay_conversion): Likewise.
5842
5843 1998-05-24  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5844
5845         * error.c (dump_expr): Support namespaces.
5846
5847 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
5848
5849         * cp-tree.def: Add SRCLOC.
5850         * cp-tree.h: Add struct tree_srcloc and accessor macros.
5851         * tree.c (build_srcloc, build_srcloc_here): New fns.
5852         * pt.c (add_pending_template): Use build_srcloc_here.
5853         (push_tinst_level): Update last_template_error_tick before erroring.
5854         (instantiate_decl): Restore lineno and input_filename before
5855         calling add_pending_template.
5856         * decl2.c (finish_file): Set up lineno and input_filename for
5857         pending templates.
5858
5859 1998-05-22  Jason Merrill  <jason@yorick.cygnus.com>
5860
5861         * decl.c (lang_print_error_function): New fn.
5862         (init_decl_processing): Set print_error_function to use it.
5863         * errfn.c (cp_thing): Don't call maybe_print_template_context here.
5864
5865         * call.c (maybe_handle_ref_bind): Propagate ICS_USER_FLAG and
5866         ICS_BAD_FLAG.
5867
5868         * cvt.c (ocp_convert): Don't set LOOKUP_NO_CONVERSION for
5869         copy-initialization.
5870
5871         * class.c (build_vtable_entry): Use int_fits_type_p.
5872         (build_vtable): Pass a signed offset to build_vtable_entry.
5873         (prepare_fresh_vtable, modify_one_vtable, fixup_vtable_deltas1,
5874         set_rtti_entry): Likewise.
5875
5876 1998-05-22  Per Bothner  <bothner@cygnus.com>
5877
5878         * cp-tree.h:  Add comments documenting which LANG_FLAGS are used.
5879         (C_TYPE_VARIABLE_SIZE, C_DECL_VARIABLE_SIZE):  Removed, not used.
5880
5881 1998-05-22  Jason Merrill  <jason@yorick.cygnus.com>
5882
5883         * pt.c (print_template_context): Use fprintf instead of cp_error.
5884
5885         * pt.c (determine_specialization): Just return an error_mark_node.
5886         Also print the decl we want in error messages.  If we complain,
5887         return error_mark_node.
5888         (tsubst_friend_function): Set lineno and input_filename so
5889         error messages will be useful.
5890         (instantiate_template): Just return an error_mark_node.
5891         (check_explicit_specialization): Don't mess with a returned
5892         error_mark_node.
5893
5894         * pt.c (print_template_context): Add new argument.
5895         (maybe_print_template_context): New fn.
5896         (push_tinst_level): Increment tinst_level_tick.
5897         (pop_tinst_level): Likewise.
5898         * errfn.c (cp_thing): Call maybe_print_template_context.  Use
5899         xrealloc instead of xmalloc.
5900
5901         * typeck.c (build_unary_op, CONVERT_EXPR): Propagate TREE_CONSTANT.
5902
5903 1998-05-21  Jason Merrill  <jason@yorick.cygnus.com>
5904
5905         * pt.c (tsubst_friend_class): Don't call redeclare_class_template
5906         if the template we looked up is the same as the one we already
5907         have.
5908
5909 Thu May 21 11:54:44 1998  Dave Brolley  <brolley@cygnus.com>
5910
5911         * lex.c: (handle_sysv_pragma): FILE* parameter not used.
5912         (cpp_reader,parse_in): Add for cpplib.
5913         (check_newline): Call handle_sysv_pragma with new interface.
5914         (check_newline): Call GET_DIRECTIVE_LINE, not get_directive_line.
5915
5916         * input.c: (yy_cur,yy_lim,yy_get_token,GETC): Add for cpplib.
5917         (sub_getch): Call GETC for cpplib.
5918
5919         * cp-tree.h: (get_directive_line): Different prototype for cpplib.
5920         (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
5921
5922         * Makefile.in (CXX_OBJS): Add @extra_cxx_objs@ for cpplib.
5923
5924 1998-05-21  Jason Merrill  <jason@yorick.cygnus.com>
5925
5926         * decl2.c (maybe_make_one_only): New fn.
5927         (import_export_vtable): Use it.
5928         (import_export_decl): Likewise.
5929         * pt.c (mark_decl_instantiated): Likewise.
5930
5931 1998-05-21  Mark Mitchell  <mmitchell@usa.net>
5932
5933         * decl2.c (find_representative_member): Rename to ...
5934         (build_anon_union_vars): New function.
5935         (finish_anon_union): Fix stupidity of previous change.
5936
5937 1998-05-20  Jason Merrill  <jason@yorick.cygnus.com>
5938
5939         * decl.c (grokfndecl): Handle definition of specialization in
5940         friend declaration.
5941
5942         * error.c (dump_decl): Fix LOOKUP_EXPR handling.
5943
5944 1998-05-20  Mark Mitchell  <mmitchell@usa.net>
5945
5946         * class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P
5947         to look for type declarations.
5948         (finish_struct): Deal with templates on the CLASSTYPE_TAGS list.
5949         * cp-tree.h (DECL_DECLARES_TYPE_P): New macro.
5950         (finish_member_class_template): Declare.
5951         * decl.c (pushtag): Put member class templates on the
5952         CLASSTYPE_TAGS list, just as for ordinary member classes.
5953         (pushdecl_class_level): Use DECL_DECLARES_TYPE_P.
5954         (lookup_tag): Look for IDENTIFIER_CLASS_VALUEs, just as with
5955         IDENTIFIER_NAMESPACE_VALUEs.
5956         * parse.y (component_decl): Move code to ...
5957         * semantics.c (finish_member_class_template): New function.
5958         Don't put member class templates on the list of components for a
5959         class.
5960         * parse.c: Regenerated.
5961         * pt.c (classtype_mangled_name): Don't try DECL_CONTEXT on types.
5962         In fact, don't use DECL_CONTEXT at all here.
5963
5964 1998-05-20  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5965
5966         * decl.c (record_unknown_type): New function.
5967         (init_decl_processing): Call it for the unknown and global type
5968         nodes.
5969
5970 1998-05-20  Mark Mitchell  <mmitchell@usa.net>
5971
5972         * decl2.c (find_representative_member): New function.
5973         (finish_anon_union): Use it.
5974
5975         * cp-tree.h (MAIN_NAME_P): New macro.
5976         (DECL_MAIN_P): Likwise.
5977         * decl.c (pushdecl): Avoid crashing on redefinitions of `main'.
5978         (grokfndecl): Use the new macros.
5979         (grokdeclarator): Likewise.
5980         (start_function): Likewise.
5981         (store_parm_decls): Likewise.
5982         (finsh_function): Likewise.
5983         * friend.c (do_friend): Likewise.
5984         * typeck.c (build_function_call_real): Likewise.
5985         (build_unary_op): Likewise.
5986
5987 Wed May 20 02:16:01 1998  Jason Merrill  <jason@yorick.cygnus.com>
5988
5989         * decl2.c (start_objects, finish_objects, do_dtors,
5990         do_ctors): Split out from...
5991         (finish_file): ...here.
5992
5993 Tue May 19 20:36:23 1998  Jason Merrill  <jason@yorick.cygnus.com>
5994
5995         * tree.c (is_overloaded_fn): Don't abort on placeholders from
5996         push_class_decls.
5997
5998 Tue May 19 15:16:22 1998  Brendan Kehoe  <brendan@cygnus.com>
5999
6000         * class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.
6001
6002         * error.c (dump_expr): Handle an ARROW_EXPR.
6003
6004 Tue May 19 15:13:39 1998  Mark Mitchell  <mmitchell@usa.net>
6005
6006         * decl.c (saveable_obstack): Declare.
6007         (pushdecl): Copy TYPE_DECLs to the same obstack as the type they
6008         declare, if necessary.
6009
6010 Tue May 19 14:50:27 1998  Mark Mitchell  <mmitchell@usa.net>
6011
6012         * call.c (compare_qual): Remove.
6013         (is_subseq): Tweak.
6014         (is_properly_derived_from): New function.
6015         (maybe_handle_ref_bind): Likewise.
6016         (maybe_handle_implicit_object): Likewise.
6017         (compare_ics): Modify substantially to bring into conformance with
6018         the standard.
6019         * cp-tree.h (TYPE_PTRMEMFUNC_OBJECT_TYPE): New macro.
6020         (comp_cv_qualification): Declare.
6021         (comp_cv_qual_signature): Likewise.
6022         * typeck.c (comp_cv_qualification): Likewise.
6023         (comp_cv_qual_signature): Likewise.
6024
6025 Tue May 19 10:05:02 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6026
6027         * Makefile.in (parse.o): Depend on toplev.h.
6028
6029         * class.c (typecode_p): Remove prototype and definition.
6030
6031         * cp-tree.h (currently_open_class, is_empty_class, member_p):
6032         Add prototype.
6033
6034         * decl.c (push_overloaded_decl_top_level): Remove prototype and
6035         definition.
6036
6037         * errfn.c (cp_error): Cast function pointer `error' to (errorfn *)
6038         in call to `cp_thing'.
6039         (cp_warning): Likewise for function pointer `warning'.
6040
6041         * except.c (do_function_call): Remove prototype and definition.
6042         (call_eh_info): Wrap variable `t1' in macro NEW_EH_MODEL.
6043
6044         * method.c (is_java_type): Add prototype and make it static.
6045
6046         * parse.y: Include toplev.h.
6047
6048         * pt.c (type_unification): Remove unused variable `arg'.
6049         (instantiate_decl): Likewise for `save_ti'.
6050
6051         * tree.c (propagate_binfo_offsets): Likewise for `base_binfos'.
6052
6053 Tue May 19 02:43:25 1998  Jason Merrill  <jason@yorick.cygnus.com>
6054
6055         * init.c (build_member_call): Handle template_ids.
6056         * parse.y (primary): Add global_scope template_id.
6057
6058 Mon May 18 23:22:52 1998  Jason Merrill  <jason@yorick.cygnus.com>
6059
6060         * decl2.c (get_sentry): Use end_temporary_allocation.
6061         Don't declare permanent_obstack.
6062
6063 Mon May 18 12:28:44 1998  Mark Mitchell  <mmitchell@usa.net>
6064
6065         * parse.y (.finish_new_placement): New non-terminal.
6066         (unary_expr, new_type_id): Use it.
6067         * parse.c: Regenerated.
6068
6069 Mon May 18 12:20:27 1998  Brendan Kehoe  <brendan@cygnus.com>
6070
6071         * pt.c (redeclare_class_template): Say where the original definition
6072         of the template-parameter's default argument appeared.
6073
6074 Mon May 18 03:00:57 1998  Jason Merrill  <jason@yorick.cygnus.com>
6075
6076         * call.c (build_over_call): Tweak empty class handling.
6077
6078         * decl.c (make_typename_type): Use currently_open_class.
6079
6080         * class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.
6081
6082 Mon May 18 01:43:01 1998  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
6083
6084         * decl.c (lookup_name_real): Don't look at IDENTIFIER_LOCAL_VALUE
6085         for a type unless it is one.
6086
6087         * class.c (finish_struct_1): Use OVL_CURRENT in error message.
6088
6089 Mon May 18 01:24:08 1998  Jeffrey A Law  (law@cygnus.com)
6090
6091         * Makefile.in (program_transform_name, objdir): Define.
6092
6093         * Makefile.in (BISON): Use bison from the build tree if it exists.
6094         (FLEX): Likewise.
6095
6096 Sun May 17 14:52:08 1998  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
6097
6098         * typeck.c (type_unknown_p): Return true for TREE_LIST also.
6099
6100         * call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs.
6101
6102 Sun May 17 14:51:41 1998  Jason Merrill  <jason@yorick.cygnus.com>
6103
6104         * call.c (build_scoped_method_call): Likewise.
6105
6106 Sun May 17 13:53:48 1998  Mark Mitchell  <mmitchell@usa.net>
6107
6108         * init.c (build_new_1): Call suspend_momentary around the creation
6109         of values that must be saved for exception handling.
6110         * parse.y (.build_new_placement): New non-terminal.
6111         (unary_expr, new_placement): Use it.
6112         * parse.c: Regenerated.
6113
6114 Sun May 17 12:32:08 1998  Jason Merrill  <jason@yorick.cygnus.com>
6115
6116         * decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare
6117         old and new types.
6118
6119         * pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the
6120         canonical type.
6121
6122         * call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.
6123
6124 Fri May 15 20:28:00 1998  Jason Merrill  <jason@yorick.cygnus.com>
6125
6126         * decl.c (start_decl): Revert problem change.
6127
6128         * Makefile.in (CONFLICTS): Fix.
6129
6130 Fri May 15 15:34:02 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
6131
6132         * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
6133
6134 Fri May 15 00:46:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
6135
6136         * class.c (finish_struct_1): Use BINFO_SIZE.
6137
6138         * decl.c (start_decl): Use 'tem'.
6139
6140 Thu May 14 16:30:47 1998  Andrew MacLeod  <amacleod@cygnus.com>
6141
6142         * exception.cc: Include eh-common.h.
6143         (struct cp_eh_info): Add eh_info struct with NEW_EH_MODEL.
6144         (__cplus_type_matcher): First stab at new C++ runtime type matcher.
6145         (__cp_push_exception): Initialize eh_info struct as well.
6146         * except.c: Remove local structs and include eh-common.h.
6147         (init_exception_processing): Set language and version codes.
6148         (call_eh_info): Add presence of eh_info to runtime description of
6149         struct cp_eh_info.
6150         (expand_end_eh_spec): Call start_catch_block() and end_catch_block().
6151         * semantics.c (finish_try_block): Call start_catch_block() and
6152         end_catch_block().
6153         * parse.y (function_try_block): Call start_catch_block() and
6154         end_catch_block().
6155
6156 Thu May 14 12:27:34 1998  Brendan Kehoe  <brendan@cygnus.com>
6157
6158         * typeck.c (original_type): New function.
6159         (common_type): Use it to get the DECL_ORIGINAL_TYPE for T1 and T2,
6160         to see if they're actually the same.
6161         * cp-tree.h (original_type): Declare.
6162
6163 Wed May 13 12:54:30 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6164
6165         * Makefile.in (lex.o): Depend on output.h.
6166
6167         * call.c (add_function_candidate): Remove unused variable `cand'.
6168         (add_conv_candidate): Likewise.
6169         (build_builtin_candidate): Likewise.
6170
6171         * cp-tree.h: Add prototype for `types_overlap_p'.
6172
6173         * decl.c (signal_catch): Mark parameter `sig' with ATTRIBUTE_UNUSED.
6174
6175         * decl2.c (merge_functions): Remove unused variables `tmp' and
6176         `tempn'.
6177
6178         * error.c (expr_as_string): Mark parameter `v' with ATTRIBUTE_UNUSED.
6179         (code_as_string): Likewise.
6180         (language_as_string): Likewise.
6181         (parm_as_string): Likewise.
6182         (op_as_string): Likewise.
6183         (assop_as_string): Likewise.
6184         (cv_as_string): Likewise.
6185
6186         * lex.c: Include output.h.
6187
6188         * pt.c (type_unification): Cast first argument of `bzero' to a char*.
6189
6190         * search.c (dfs_no_overlap_yet): Mark parameter `t' with
6191         ATTRIBUTE_UNUSED.
6192
6193         * tinfo.cc (__class_type_info::dcast): Change the type of variable
6194         `i' from int to size_t.
6195
6196         * typeck.c (language_lvalue_valid): Mark parameter `exp' with
6197         ATTRIBUTE_UNUSED.
6198
6199 Tue May 12 21:37:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
6200
6201         * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
6202         DECL_NAMESPACE_SCOPE_P.
6203         (lang_decl_name): Likewise.
6204         * pt.c (tsubst_friend_function, tsubst): Likewise.
6205         * decl.c (pushdecl, redeclaration_error_message, start_decl,
6206         cp_finish_decl, start_function): Likewise.
6207         * class.c (finish_struct_1): Likewise.
6208         * call.c (build_over_call): Likewise.
6209         (compare_ics): Use DERIVED_FROM_P.
6210
6211 Tue May 12 07:24:18 1998  Mark Mitchell  <mmitchell@usa.net>
6212
6213         * cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.
6214         * method.c (build_mangled_name): Use it.
6215         (build_decl_overload_real): Likewise.
6216
6217         * error.c (dump_simple_decl): New function, broken out from ...
6218         (dump_decl): Use it.
6219
6220 Mon May 11 11:38:07 1998  Mark Mitchell  <mmitchell@usa.net>
6221
6222         * ptree.c (lang_print_xnode): Add missing `break'.
6223
6224         * pt.c (tsubst): Remove duplicate check for IDENTIFIER_NODE.
6225
6226         * call.c (add_template_candidate): Adjust for changes to
6227         fn_type_unification.
6228         (add_template_candidate_real): Likewise.
6229         (add_template_conv_candidate): Likewise.
6230         (build_user_type_conversion_1): Likewise.
6231         (build_new_function_call): Likewise.
6232         (build_object_call): Likewise.
6233         (build_new_op): Likewise.
6234         (build_new_method_call): Likewise.
6235         * class.c (instantiate_type): Likewise.
6236         * cp-tree.h (unification_kind_t): New type.
6237         (fn_type_unification): Adjust prototype.
6238         (type_unificaiton): Likewise.
6239         * pt.c (UNIFY_ALLOW_NONE): New macro.
6240         (UNIFY_ALLOW_MORE_CV_QUAL): Likewise.
6241         (UNIFY_ALLOW_LESS_CV_QUAL): Likewise.
6242         (UNIFY_ALLOW_DERIVED): Likewise.
6243         (unify): Change prototype.
6244         (maybe_adjust_types_for_deduction): New function.
6245         (check_cv_quals_for_unify): Likewise.
6246         (determine_specialization): Adjust.
6247         (fn_type_unification): Likewise.
6248         (type_unification): Likewise.
6249         (type_unification_real): Likewise.  Use
6250         maybe_adjust_types_for_deduction.  Fix mishandling of
6251         back-unification of template functions passed as arguments.  Pass
6252         appropriate combination of UNIFY_ALLOW_* to unify.
6253         (unify): Remove unused NTPARMS parameter.  Use
6254         check_cv_quals_for_unify.  Remove bogus code that allowed
6255         too-generous unification in order to adhere more closely to standard.
6256         (get_bindings_real): Adjust.
6257         (get_class_bindings): Likewise.
6258
6259         * method.c (build_overload_identifier): Only use the innermost
6260         template arguments when mangling.
6261         * pt.c (tsubst_template_argument_vector): New function.
6262         (complete_template_args): Deal with the situation where the
6263         extra_args contain more than one level of arguments.
6264         (lookup_template_class): Deal with member template classes, which
6265         may have more than one level of arguments.
6266         (tsubst): Don't tsbust into the TREE_TYPE of an IDENTIFIER_NODE.
6267         Improve handling of member template classes.  Use
6268         DECL_PRIMARY_TEMPLATE instead of inline expansion.  Use
6269         tsubst_template_argument_vector where appropriate.
6270         (regenerate_decl_from_template): Break out from ...
6271         (instantiate_decl): Here.
6272
6273         * lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
6274         * parse.h: Regenerated.
6275         * parse.c: Really regenerated.
6276
6277         * cp-tree.h (finish_unary_op_expr): New function.
6278         (finish_id_expr): Likewise.
6279         (begin_new_placement): Likewise.
6280         (finish_new_placement): Likewise.
6281         (finish_declarator): Likewise.
6282         (finish_translation_unit): Likewise.
6283         (finish_parmlist): Likewise.
6284         (begin_class_definition): Likewise.
6285         (finish_class_definition): Likewise.
6286         (finish_default_args): Likewise.
6287         (finish_inline_definitions): Likewise.
6288         * parse.y (GCC_ASM_KEYWORD): Remove.
6289         (TYPENAME_ELLIPSIS): Likewise.
6290         * parse.c: Regenerated.
6291         Use new functions in semantics.c in the actions for many rules.
6292         * gxx.gperf (GCC_ASM_KEYWORD): Just use ASM_KEYWORD.
6293         * hash.h: Regenerated.
6294         * semantics.c (finish_expr_stmt): Allow NULL expr.
6295         (finish_unary_op_expr): New function, containing
6296         code previously in parse.y.
6297         (finish_id_expr): Likewise.
6298         (begin_new_placement): Likewise.
6299         (finish_new_placement): Likewise.
6300         (finish_declarator): Likewise.
6301         (finish_translation_unit): Likewise.
6302         (finish_parmlist): Likewise.
6303         (begin_class_definition): Likewise.
6304         (finish_class_definition): Likewise.
6305         (finish_default_args): Likewise.
6306         (finish_inline_definitions): Likewise.
6307
6308 Sun May 10 23:43:13 1998  Mark Mitchell  <mmitchell@usa.net>
6309
6310         * typeck.c (build_c_cast): Don't decay arrays and functions to
6311         pointer type when converting to a class type.
6312
6313 Sun May 10 22:53:56 1998  Jason Merrill  <jason@yorick.cygnus.com>
6314
6315         * cp-tree.h (DECL_NAMESPACE_SCOPE_P): New macro.
6316         (DECL_CLASS_SCOPE_P): Likewise.
6317
6318 Sun May 10 22:48:22 1998  H.J. Lu  (hjl@gnu.org)
6319
6320         * class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.
6321         * decl2.c (constructor_name_full): Likewise.
6322
6323 Sun May 10 22:48:12 1998  Mike Stump  <mrs@wrs.com>
6324
6325         * tree.c (mapcar): Add OVERLOAD support.
6326
6327         * init.c (resolve_offset_ref): We must use basetype_path before we
6328         destroy it with a call to convert_pointer_to.
6329
6330 Sat May  9 14:44:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
6331
6332         * class.c (currently_open_class): New fn.
6333         * decl.c (lookup_name_real): Use it.
6334         * search.c (lookup_field): Likewise.
6335
6336 Fri May  8 23:32:42 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6337
6338         * cp-tree.def (OVERLOAD): New node.
6339         * cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE,
6340         SET_IDENTIFIER_NAMESPACE_VALUE): Define.
6341         (NAMESPACE_BINDING): Remove.
6342         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_NAMESPACE_VALUE): Use
6343         namespace_binding.
6344         (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED):
6345         Define.
6346         (tree_overload): New struct.
6347         (IDENTIFIER_TYPE_VALUE): Use identifier_type_value.
6348         (REAL_IDENTIFIER_TYPE_VALUE): Define.
6349         (IDENTIFIER_HAS_TYPE_VALUE): Use IDENTIFIER_TYPE_VALUE.
6350         (lang_decl_flags): Remove in_namespace.
6351         (lang_decl): Remove chain.
6352         (DECL_CHAIN, DECL_NAMESPACE): Remove.
6353         (flag_honor_std): Declare extern.
6354         (identifier_type_value, pushdecl_namespace_level, push_using_decl,
6355         namespace_binding, set_namespace_binding,
6356         lookup_function_nonclass, cat_namespace_levels,
6357         set_decl_namespace, lookup_arg_dependent, binding_init, ovl_cons,
6358         scratch_ovl_cons, ovl_member, build_overload): Declare.
6359         (decl_list_length, get_namespace_id, current_namespace_id,
6360         overloaded_globals_p): Remove.
6361         (lookup_using_namespace, qualified_lookup_using_namespace): Change
6362         return type.
6363         (push_scratch_obstack): New macro.
6364         * call.c (add_function_candidate): Special-case type of OVERLOAD node.
6365         (build_user_conversions_1): Iterate using OVL_NEXT for ctors,
6366         convs, fns.
6367         (build_new_function_call): Iterate using OVL_CHAIN.
6368         Print DECL_NAME in when reporting ambiguities.
6369         (build_object_call): Iterate using OVL_NEXT for fns, convs.
6370         (build_new_op): Call lookup_function_nonclass.
6371         Iterate using OVL_NEXT.
6372         (build_op_delete_call): Change detection of members.
6373         Do not wrap TREE_LIST around fields and single global functions.
6374         (build_over_call): Don't push a class level if the context is a
6375         namespace.
6376         (build_new_method_call): Iterate using OVL_NEXT.
6377         * class.c (add_method): Chain overloaded members using
6378         build_overload.  Remove copying of method.
6379         (grow_method): When iterating through the obstack, expect OVERLOAD
6380         nodes.  Chain overload members.
6381         (finish_struct_methods): Chain overload members.  Unpack OVERLOAD
6382         nodes in call to get_baselinks.
6383         (duplicate_tag_error): Expect OVERLOAD nodes when unchaining.
6384         (finish_struct_1): Iterate over ctor using OVL_NEXT.  Handle
6385         fdecls that are OVERLOAD nodes.
6386         (validate_lhs): New function.
6387         (instantiate_type): Do not copy OVERLOAD nodes.  Remove dead
6388         code.  Use DECL_NAME in error messages.  Split code between global
6389         and member function processing.
6390         * decl.c (global_type_node): New static variable.
6391         (in_std): New global.
6392         (struct binding_level): New field usings.
6393         (resume_binding_level): Assert that we are not in a class.
6394         (toplevel_bindings_p): Just check for namespace_p or
6395         pseudo_global.
6396         (resume_level): Remove.
6397         (find_binding): New function.
6398         (binding_for_name): Call it.
6399         (namespace_binding, set_namespace_binding): New functions.
6400         (push_namespace): Associate binding level with new namespace,
6401         resume_binding_level for existing namespace.  Remove old code.
6402         Fake std by counting.
6403         (store_bindings): Use REAL_IDENTIFIER_TYPE_VALUE.
6404         (maybe_push_to_top_level): Save current namespace.
6405         (pop_from_top_level): Restore saved namespace.
6406         (pop_namespace): Call suspend_binding_level.  Remove old code.
6407         (cat_namespace_levels): New function.
6408         (set_identifier_type_value_with_scope): For namespace bindings,
6409         set BINDING_TYPE, and use global_type_node.
6410         Use REAL_IDENTIFIER_TYPE_VALUE otherwise.
6411         (identifier_type_value): New function.
6412         (pushtag): If no context, use current_namespace.
6413         (duplicate_decls): Don't process DECL_CHAIN.
6414         (pushdecl): Set DECL_CONTEXT to current_namespace, if it is not
6415         already set.  Never reset it to NULL_TREE.  Lookup global variables
6416         in their namespace.  Push overloaded templates if they are on
6417         namespace level.
6418         (pushdecl_namespace_level): New function.
6419         (pushdecl_top_level): Implement using pushdecl_namespace_level.
6420         (pushdecl_using_decl): New function.
6421         (overloaded_globals_p): Remove.
6422         (push_overloaded_decl): Create OVERLOAD nodes, and iterate through
6423         them.  Use namespace_binding and set_namespace_value.
6424         (redeclaration_error_message): Complain if the declarations come
6425         from different namespaces.
6426         (lookup_tag): On namespace level, look in the BINDING_TYPE.
6427         (lookup_namespace_name): Pass tree_bindings from stack.  Remove
6428         old code.
6429         (select_decl): New function.
6430         (lookup_name_real): Call it for qualified and unqualified lookup.
6431         Pass tree_bindings from the stack.
6432         If prefer_type is 1, also accept namespaces.
6433         (lookup_function_nonclass): New function.
6434         (init_decl_processing): Set the binding level of the global
6435         namespace to global_binding_level.
6436         Build a proper type list for __builtin_apply.
6437         Initialize std_node to "fake std" if flag_honor_std is set.
6438         Initialize global_type_node.
6439         Allocated bad_alloc in namespace std if flag_honor_std.
6440         (define_function): Set the DECL_CONTEXT to the current_namespace.
6441         (start_decl): A namespace is not considered as a context here.  If
6442         the DECL_CONTEXT is a namespace, push the decl.
6443         (cp_finish_decl): Check for namespaces used as initializers.
6444         (grokfndecl): Add namespace parameter.  Remove processing of
6445         DECL_CHAIN.
6446         (grokvardecl): Add namespace parameter.
6447         (grokdeclarator): Process SCOPEs that are namespaces.  For
6448         mangling, temporarily set the DECL_CONTEXT on anonymous structs.
6449         (start_function): Check for contexts that are namespaces.
6450         Set context for declarations that have not been pushed.
6451         (store_parm_decls): Check for ::main only.
6452         (finish_function): Likewise.
6453         (start_method): Check for contexts that are namespaces.
6454         (start_method): Remove DECL_CHAIN processing.
6455         * decl2.c (flag_honor_std): Declare.
6456         (lang_decode_option): Set it if -fhonor-std or -fnew-abi is given.
6457         (decl_namespace_list): New static global.
6458         (grok_x_components): Ignore namespaces as type contexts.
6459         (check_classfn): Expect OVERLOAD nodes.
6460         (grokfield): Remove DECL_CHAIN processing.
6461         (finish_file): Call cat_namespace_levels.
6462         (merge_functions): New function.
6463         (ambiguous_decl): Rewrite.
6464         (lookup_using_namespace): Produce tree_bindings.
6465         (qualified_lookup_using_namespace): Likewise.
6466         (set_decl_namespace, decl_namespace, current_decl_namespace,
6467         push_decl_namespace, pop_decl_namespace): New functions.
6468         (arg_lookup): New struct.
6469         (add_function, arg_assoc_namespace, arg_assoc_class,
6470         arg_assoc_type, arg_assoc_args, arg_assoc, lookup_arg_dependent):
6471         New functions.
6472         (get_namespace_id, current_namespace_id): Remove.
6473         (do_toplevel_using_decl): Rewrite.
6474         (do_class_using_decl): Complain about namespace qualifiers.
6475         (do_using_directive): Sorry if not on namespace level.  Complain
6476         about unknown namespaces.
6477         * error.c (dump_aggr_type): Check for namespace contexts.
6478         * except.c (init_exception_processing): Push terminate into std.
6479         * friend.c (is_friend): A namespace is not a context, here.
6480         * init.c (expand_member_init): Remove DECL_CHAIN processing.
6481         (build_offset_ref): Process OVERLOAD nodes.
6482         * lang-specs.h (__HONOR_STD): Define if -fnew-abi or -fhonor-std.
6483         * lex.c (identifier_type): Loop using OVL_CHAIN.
6484         (see_typename): Set looking_for_typename to 2.
6485         (real_yylex): Likewise.
6486         (do_identifier): Expect OVERLOAD nodes instead of TREE_LISTs.
6487         (do_scoped_id): Expect OVERLOAD nodes.
6488         Change calling convention for qualified_lookup_using_namespace.
6489         (build_lang_decl): Don't set in_namespace anymore.
6490         * method.c (typevec_size): New global.
6491         (build_overload_nested_name): Return if global_namespace.
6492         Otherwise, always expect a declaration context.
6493         (build_qualified_name): Likewise.
6494         Make sure we don't write beyond typevec_size.
6495         (build_decl_overload_real): Likewise.
6496         Allocate one extra slot for the namespace.
6497         (hack_identifier): Mark code dead.
6498         Process OVERLOAD and NAMESPACE_DECL nodes.
6499         * parse.y (program): Pop namespaces until in global namespace.
6500         (extdef): In a using-declaration, don't discard the identifier if
6501         there is no declaration.
6502         (left_curly): Ignore type contexts which are namespaces.
6503         (typename_sub2): Use IDENTIFIER_TYPE_VALUE to retrieve the type
6504         used as scope.
6505         * pt.c (template_class_depth): Expect types to be namespaces.
6506         (determine_specialization): Simplify by expecting OVERLOAD nodes.
6507         (push_template_decl): Push into namespace level.
6508         Reset ctx if it is a namespace.
6509         Set DECL_CONTEXT to current_namespace if not set already.
6510         Ignore real contexts that are namespaces.
6511         (mangle_class_name_for_template): Skip global_namespace.
6512         Mangle other namespaces as declarations.
6513         (lookup_template_function): Set type of OVERLOAD nodes to unknown.
6514         (lookup_template_class): Push into namespace of context.
6515         If the context is a namespace, set it to global_namespace.
6516         Use id_context for mangling.
6517         (for_each_template_parm): Handle OVERLOAD and NAMESPACE_DECL nodes.
6518         (tsubst_friend_function): Ignore namespace contexts.
6519         Push into namespace level.
6520         (tsubst): Handle NAMESPACE_DECL nodes.
6521         Remove DECL_CHAIN processing.
6522         (type_unification_real): Recognize OVERLOAD instead of TREE_LIST nodes.
6523         * ptree.c (print_lang_identifier): Print bindings.
6524         (lang_print_xnode): Print OVERLOAD nodes.
6525         * rtti.c (init_rtti_processing): Push type_info into std.
6526         * search.c (lookup_fnfields_here): Expect OVERLOAD nodes.
6527         (lookup_fnfields_1, get_virtuals_named_this, get_matching_virtual,
6528         dfs_debug_mark, dfs_pushdecls, dfs_compress_decls, add_conversions,
6529         lookup_fnfields_here): Likewise.
6530         Process all nodes, instead of going through TREE_CHAIN.
6531         * sig.c (build_signature_pointer_or_reference_type): Set context
6532         to global_namespace.
6533         (build_signature_table_constructor): Expect OVERLOAD nodes.
6534         * spew.c (yylex): Save old setting of looking_for_typename.
6535         * tree.c (decl_list_length): Remove.
6536         (binding_init): New function.
6537         (count_functions): Rewrite.
6538         (is_overloaded_fn): Expect OVERLOAD nodes.
6539         (really_overloaded_fn, get_first_fn, lvalue_type): Likewise.
6540         (ovl_cons, scratch_ovl_cons, build_overload, build_overload_after,
6541         ovl_member): New functions.
6542         * typeck.c (require_complete_type): Expect OVERLOAD nodes.
6543         (type_unknown_p): Likewise.
6544         (require_instantiated_type): Likewise.
6545         (build_component_ref): Declare code dead.
6546         (build_x_function_call): Create and expect OVERLOAD nodes.
6547         (build_function_call_real): Check for ::main only.
6548         (build_unary_op): Likewise.  Expect OVERLOAD nodes.
6549         (convert_for_assignment): Check for TREE_LIST before accessing
6550         TREE_VALUE.
6551         * decl.c (duplicate_decls): Check for namespace bindings instead
6552         of global bindings.
6553         (pushdecl, push_overloaded_decl, lookup_tag, lookup_name_real,
6554         lookup_name_current_level, start_decl, xref_tag,
6555         finish_enum): Likewise.
6556         * init.c (build_offset_ref): Likewise.
6557         * search.c (lookup_field): Likewise.
6558         (lookup_fnfields): Likewise.
6559         (dfs_debug_mark): Likewise.
6560         * decl.c (poplevel): Use SET_IDENTIFIER_TYPE_VALUE.
6561         (poplevel_class, pop_from_top_level): Likewise.
6562         * decl2.c (finish_method): Likewise.
6563         * class.c (build_vtable): Use SET_IDENTIFIER_GLOBAL_VALUE.
6564         * decl.c (record_builtin_type): Likewise.
6565         (init_decl_processing, grokfndecl): Likewise.
6566         * lex.c (get_time_identifier, do_identifier, do_scoped_id): Likewise.
6567         (make_lang_type): Likewise.
6568         * parse.y (make_thunk): Likewise.
6569         * pt.c (tsubst): Likewise.
6570         * tree.c (debug_binfo): Likewise.
6571         * exception.cc, new.cc, new1.cc, new2.cc, tinfo.cc, tinfo.h,
6572         tinfo2.cc, inc/new.h: Add std qualifications.
6573         * inc/new: Wrap with namespace std if __HONOR_STD.
6574         * inc/typeinfo: Likewise.
6575
6576 Fri May  8 00:43:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
6577
6578         * call.c (build_user_type_conversion_1): Handle second_conv
6579         properly for templates.
6580
6581 Thu May  7 17:09:25 1998  Andrew MacLeod  <amacleod@cygnus.com>
6582
6583         * method.c (build_decl_overload_real): Set TREE_USED flag to
6584         zero for build_type_variants nodes as well.
6585
6586 Wed May  6 19:27:09 1998  Jason Merrill  <jason@yorick.cygnus.com>
6587
6588         * pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE.
6589
6590 Wed May  6 16:49:48 1998  Jim Wilson  <wilson@cygnus.com>
6591
6592         * Makefile.in (call.o, class.o, decl.o, decl2.o, errfn.o, error.o,
6593         except.o, expr.o, friend.o, init.o, lex.o, method.o, pt.o, repo.o,
6594         rtti.o, search.o, semantics.o, sig.o, tree.o, typeck.o, typeck2.o,
6595         xref.o): Add toplev.h dependencies.
6596
6597 Wed May  6 16:44:58 1998  Jeffrey A Law  (law@cygnus.com)
6598
6599         * errfn.c (cp_error, cp_warning): Remove declarations for
6600         error and warning respectively.
6601
6602 Wed May  6 14:28:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6603
6604         * error.c: Convert to using ctype macros defined in system.h.
6605         * method.c: Likewise.
6606         * xref.c: Likewise.
6607         * lex.c: Likewise.  Also remove redundant system header stuff.
6608
6609 Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
6610
6611         * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c,
6612         expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c,
6613         search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c,
6614         xref.c: Add include of toplev.h.
6615
6616 Wed May  6 02:33:39 1998  Jason Merrill  <jason@yorick.cygnus.com>
6617
6618         * tree.c (perm_manip): Also regenerate the RTL of an extern.
6619         (copy_to_permanent): Use end_temporary_allocation.
6620
6621 Tue May  5 23:54:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
6622
6623         * init.c (expand_vec_init): The initialization of each array
6624         element is a full-expression.
6625
6626 Tue May  5 18:24:13 1998  Andrew MacLeod  <amacleod@cygnus.com>
6627
6628         * method.c (build_mangled_name): Add a call to build_type_variant
6629         to get the right type.
6630
6631 Tue May  5 01:25:03 1998  Jason Merrill  <jason@yorick.cygnus.com>
6632
6633         * Makefile.in: Add .SUFFIXES.
6634
6635         * cp-tree.def: Remove NAMESPACE_DECL.
6636
6637 Sun May  3 01:32:14 1998  Jason Merrill  <jason@yorick.cygnus.com>
6638
6639         * call.c (build_over_call): Do evaluate arg even if it has empty
6640         class type.
6641         * decl.c (start_function): Don't push a member function.
6642
6643 Thu Apr 30 18:59:23 1998  Jim Wilson  <wilson@cygnus.com>
6644
6645         * Makefile.in (g++FAQ.info): Put -o option before input file.
6646
6647 Thu Apr 30 13:05:33 1998  Andrew MacLeod  <amacleod@cygnus.com>
6648
6649         * gxxint.texi: Add info for squangling codes K and B.
6650
6651 Tue Apr 28 13:22:01 1998  Mark Mitchell  <mmitchell@usa.net>
6652
6653         * semantics.c (begin_stmt_expr): Avoid duplicating the effect of
6654         the expression in templates.
6655         (finish_stmt_expr): Likewise.
6656
6657 1998-04-28  Brendan Kehoe  <brendan@cygnus.com>
6658
6659         * decl2.c (ambiguous_decl): Fix NAME parm to be a tree, not int.
6660
6661 Mon Apr 27 13:58:10 1998  Mark Mitchell  <mmitchell@usa.net>
6662
6663         * decl.c (maybe_push_to_top_level): Always clear
6664         current_template_parms and processing_template_decl.
6665         (pushtag): Remove check of current_class_type and some comments,
6666         since maybe_push_to_top_level no longer creates confusion.
6667
6668 Sun Apr 26 12:10:18 1998  Mark Mitchell  <mmitchell@usa.net>
6669
6670         * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
6671         (DECL_CLASS_TEMPLATE_P): Likewise.
6672         (DECL_PRIMARY_TEMPLATE): Likewise.
6673         (PRIMARY_TEMPLATE_P): Use it.
6674         (push_template_decl_real): New function.
6675         (redeclare_class_template): Take new template parameters as
6676         input.
6677         (is_specialization_of): New function.
6678         (comp_template_args): Declare.
6679         * decl.c (pushtag): Handle friend template classes.
6680         (xref_tag): Likewise.  Use new calling convention for
6681         redeclare_class_template.
6682         * decl2.c (grok_x_components): Handle friend templates.
6683         * friend.c (is_friend): Use is_specialization_of where
6684         appropriate.  Deal with friend class templates.
6685         (make_friend_class): Let a class template be friends with itself.
6686         * pt.c (comp_template_args): Remove declaration.
6687         (tsubst_friend_class): New function.
6688         (push_template_decl_real): New function.
6689         (push_template_decl): Use it.
6690         (redeclare_class_template): Adjust for new calling convention.
6691         (comp_template_args): Give it external linkage.
6692         (instantiate_class_type): Use tsubst_friend_class to deal
6693         with friend templates.
6694         * typeck.c (comptypes): Use comp_template_args, rather than
6695         expanding it inline.
6696         * parse.y (component_decl): Handle a nested template type
6697         like other component type declarations.
6698
6699         * pt.c (check_explicit_specialization): Handle overloaded
6700         constructors correctly.
6701
6702         * pt.c (mabybe_get_template_decl_from_type_decl): New function.
6703         (lookup_template_class): Use it.
6704
6705 Thu Apr 23 21:19:06 1998  Jason Merrill  <jason@yorick.cygnus.com>
6706
6707         * cp-tree.def: Add WRAPPER.  USER_CONV now only has two ops.
6708         * cp-tree.h: Add WRAPPER support.
6709         * call.c (add_candidate): Split out from add_*_candidate fns.
6710         (build_over_call): Take the candidate instead of function and args.
6711         Enforce access control here.  Emit overload warnings here.
6712         (add_warning): New fn.
6713         (joust): Add WARN parm.  If not set, call add_warning instead of
6714         printing a warning.  Re-enable some warnings.
6715         (tourney): Pass it.
6716         (convert_like): Adjust.
6717         (build_new_op): Adjust.
6718         (build_new_function_call): Adjust.
6719         (build_user_type_conversion_1): Adjust.
6720         (USER_CONV_FN): Adjust.
6721         * tree.c (build_expr_wrapper, build_expr_ptr_wrapper,
6722         build_int_wrapper): New fns.
6723
6724 Thu Apr 23 18:27:53 1998  Mark P. Mitchell  <mmitchell@usa.net>
6725
6726         * pt.c (unify): Fix typo in previous change.
6727
6728 Thu Apr 23 09:32:58 1998  Jason Merrill  <jason@yorick.cygnus.com>
6729
6730         * error.c (dump_type_real): Declare canonical_name.
6731
6732         * typeck.c (comp_target_types): Fix PMFs.
6733
6734 Wed Apr 22 13:24:48 1998  Mark Mitchell  <mmitchell@usa.net>
6735
6736         * class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for
6737         the DECL_RESULTs of a member TEMPLATE_DECL, not just the
6738         TEMPLATE_DECL.
6739
6740         * pt.c (tsubst): Decrease the template-level of
6741         TEMPLATE_TEMPLATE_PARMS.  Likewise for the DECL_INITIAL of a
6742         TEMPLATE_PARM_INDEX.
6743         (template_decl_level): New function.
6744         (unify): Make sure to record unifications for template
6745         parameters, even when the parameters exactly match the arguments.
6746         Combine duplicated code for TEMPLATE_TEMPLATE_PARMs and
6747         TEMPLATE_TYPE_PARMS.  Don't try to unify template parameters that
6748         aren't from the level we're currently working on.
6749
6750 Tue Apr 21 22:00:04 1998  Mark Mitchell  <mmitchell@usa.net>
6751
6752         * errfn.c (cp_thing): Use xrealloc, not xmalloc, to copy memory.
6753
6754         * decl2.c (check_member_template): Set DECL_IGNORED for member
6755         class templates, too.
6756
6757         * decl2.c (grokfield): Remangle the name of a member TYPE_DECL.
6758
6759 Tue Apr 21 18:59:11 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
6760
6761         * decl.c (duplicate_decls): Only check DECL_FRIEND_P if function.
6762
6763 Tue Apr 21 14:22:00 1998  Jeffrey A Law  (law@cygnus.com)
6764
6765         * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare.
6766         * decl.c (intTI_type_node, unsigned_intTI_type_node): Define.
6767         (init_decl_processing): Handle TI types.
6768         * typeck.c (unsigned_type, signed_type): Handle TI types.
6769
6770 Sat Apr 18 15:25:21 1998  Jim Wilson  <wilson@cygnus.com>
6771
6772         * g++spec.c (lang_specific_driver): New argument in_added_libraries.
6773         New local added_libraries.  Increment count when add library to
6774         arglist.
6775
6776 Fri Apr 17 21:25:00 1998  Mark Mitchell  <mmitchell@usa.net>
6777
6778         * cp-tree.h (type_as_string_real): New function.
6779         * pt.c (mangle_class_name_for_template): Use it.
6780         * error.c (dump_aggr_type): Change prototype.
6781         (dump_type_prefix): Likewise.
6782         (dump_type_suffix): Likewise.
6783         (dump_type_real): Convert from dump_type.  If desired, the
6784         "canonica" name of a typedef, i.e., the name of the underlying
6785         type, can be printed.
6786         (dump_type): Call dump_type_real.
6787
6788 Fri Apr 17 14:30:45 1998  Jason Merrill  <jason@yorick.cygnus.com>
6789
6790         * decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.
6791
6792         * typeck.c (comp_target_types): Tweak pedantic case.
6793         (comp_target_parms): Tweak pedantic case.  Clean up somewhat.
6794         Return -1 or 1 instead of 1 or 2.
6795         (compparms): Remove STRICT handling.
6796         (convert_for_assignment): Fix handling of pmfs.
6797
6798 Fri Apr 17 14:04:16 1998  Mark Mitchell  <mmitchell@usa.net>
6799
6800         * typeck.c (comp_target_types): Handle references like pointers.
6801         (comp_target_parms): Note that return code from comp_target_types
6802         can be negative to indicate failure.
6803
6804 Fri Apr 17 09:10:52 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6805
6806         * Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),
6807         which requires a working target compiler to build.
6808
6809 Fri Apr 17 08:57:35 1998  Jeffrey A Law  (law@cygnus.com)
6810
6811         * tree.c (avoid_overlap): Add prototype.
6812
6813         * spew.c (num_tokens): Add prototype.
6814         (nth_noken, add_token, consume_token, debug_yychar): Likewise.
6815
6816         * search.c (dfs_check_overlap): Add prototype.
6817         (dfs_no_overlap_yet): Likewise.
6818
6819         * pt.c (original_template): Add prototype.
6820         (inline_needs_template_parms): Likewise.
6821         (push_inline_template_parms_recursive): Likewise.
6822         (retrieve_specialization, register_specialization): Likewise.
6823         (print_candidates, reduce_template_parm_level): Likewise.
6824         (build_template_decl, mark_template_parm): Likewise.
6825         (tsubst_friend_function, get_bindings_real): Likewise.
6826
6827         * method.c (start_squangling): Add prototype.
6828         (end_squangling, check_ktype, issue_ktype): Likewise.
6829         (build_overloaded_scope_ref, check_btype): Likewise.
6830         (build_mangled_template_parm_index): Likewise.
6831
6832         * lex.c (init_cpp_parse): Add prototype.
6833         (handle_cp_pragma, handle_sysv_pragma): Likewise.
6834         (reduce_cmp, token_cmp): Likewise.
6835
6836         * except.c (call_eh_info): Add prototype.
6837         (push_eh_info, get_eh_info, get_eh_value, get_eh_type): Likewise.
6838         (get_eh_caught, get_eh_handlers, do_pop_exception): Likewise.
6839
6840         * decl2.c (is_namespace_ancestor): Add prototype.
6841         (namespace_ancestor, add_using_namespace): Likewise.
6842         (ambiguous_decl): Likewise.
6843
6844         * decl.c (indent): Add prototype.
6845
6846         * call.c (add_template_candidate_real): Add prototype.
6847
6848 Fri Apr 17 01:57:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
6849
6850         * decl2.c (build_expr_from_tree): Just return a PMF.
6851
6852 Fri Apr 17 00:45:12 1998  Mark Mitchell  <mmitchell@usa.net>
6853
6854         * typeck2.c (process_init_constructor): Don't strip cv-qualifiers
6855         when doing initializations.
6856
6857         * pt.c (unify): Use comptypes to compare type args.
6858
6859 Fri Apr 17 00:24:22 1998  Jason Merrill  <jason@yorick.cygnus.com>
6860
6861         * decl.c (duplicate_decls): Fix check for when it's safe to free
6862         the new decl.
6863
6864         * pt.c (mangle_class_name_for_template): Don't pass a typedef type
6865         to type_as_string.
6866
6867 Thu Apr 16 17:47:30 1998  Jeffrey A Law  (law@cygnus.com)
6868
6869         * pt.c (build_template_parm_index): Add prototype.
6870
6871         * search.c (my_tree_cons): Don't clear words outside the
6872         newly allocated node.
6873
6874 Wed Apr 15 15:34:44 1998  Dave Brolley  <brolley@cygnus.com>
6875
6876         * lex.c (init_parse): Now returns char* containing the filename.
6877
6878 Wed Apr 15 13:20:06 1998  John Carr  <jfc@mit.edu>
6879                           Jeff Law   <law@cygnus.com>
6880
6881         * errfn.c: Rework to avoid problems when HOST_WIDE_INT is longer
6882         than a pointer.
6883
6884 Sun Apr 12 22:31:19 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6885
6886         * cvt.c (cp_convert_to_pointer): Use TYPE_PRECISION.
6887
6888 Fri Apr 10 12:16:49 1998  Benjamin Kosnik  <bkoz@loony.cygnus.com>
6889
6890         * decl.c (duplicate_decls): Don't warn for redundant decls if
6891         friend: let add_friend take care of it.
6892
6893 Thu Apr  9 02:40:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
6894
6895         * sig.c (build_signature_pointer_constructor): Don't set
6896         TREE_HAS_CONSTRUCTOR for a signature pointer.
6897         * cvt.c (ocp_convert): Don't force a temporary for internal structs.
6898         * init.c (resolve_offset_ref): Warn about implicit & on pmfs
6899         here, too.
6900         * typeck.c (build_unary_op): Only allow taking the address of a
6901         real constructor.
6902         * typeck2.c (digest_init): Simplify.
6903         (store_init_value): Don't pedwarn about using { } for pmfs.
6904
6905 Thu Apr  9 22:16:57 1998  Per Bothner  <bothner@cygnus.com>
6906
6907         * cp-tree.h (start_decl):  Update prototype.
6908         * decl.c (start_decl):  Like the C version, new parameters
6909         for the attributes.  Call cplus_decl_attributes here,
6910         (pushdecl):  Like C version, do build_type_copy if TYPE_DECL,
6911         (grokdeclarator):  Pass NULL for new start_decl arguments.
6912         * pt.c (tsubst_expr):  Likewise.
6913         * parse.y:  Merge cplus_decl_attribute calls into start_decl calls.
6914         * typeck.c (common_type): Check TYPE_MAIN_VARIANT.
6915         * lex.c (build_lang_decl): Add lang_name_java.
6916         * class.c (push_lang_context): Add lang_name_java.
6917         * method.c (build_mangled_name): Check for is_java_type.
6918
6919 Thu Apr  9 22:16:57 1998  Benjamin Kosnik  <bkoz@loony.cygnus.com>
6920
6921         * decl.c (grokdeclarator): Check TYPE_MAIN_VARIANT.
6922         * call.c (build_scoped_method_call): Check for TREE_CODE for
6923         VOID_TYPE instead of type ==  void_type_node.
6924         (build_method_call): Likewise.
6925         * decl.c (lookup_name_real): Likewise.
6926         (grokdeclarator): Likewise.
6927         (start_decl): Likewise.
6928         (grokparms): Likewise.
6929         (start_function): Likewise.
6930         (finish_function): Likewise.
6931         (start_method): Likewise.
6932
6933 Thu Apr  9 00:18:44 1998  Dave Brolley  (brolley@cygnus.com)
6934
6935         * lex.c (finput): New variable.
6936         (init_cpp_parse):  Renamed from init_parse.
6937         (init_parse): Handle !USE_CPPLIB.  Call init_cpp_parse when finished.
6938         (finish_parse): New function.
6939         * cp-tree.h (init_lex, init_parse): Remove declarations.
6940
6941 Mon Apr  6 02:25:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
6942
6943         * call.c (build_call): Still evaluate the actual argument.
6944         * class.c (is_empty_class): Update for -fnew-abi.
6945
6946         * decl2.c: -fnew-abi implies -fsquangle.
6947
6948         * method.c (do_build_assign_ref): Don't do anything to copy
6949         an empty class.
6950         (do_build_copy_constructor): Likewise.
6951         * call.c (build_over_call): Likewise.
6952
6953 Sat Apr  4 18:43:58 1998  Jason Merrill  <jason@yorick.cygnus.com>
6954
6955         * tree.c (avoid_overlap): Return a value.
6956
6957 Sat Apr  4 12:52:35 1998  Jeffrey A Law  (law@cygnus.com)
6958
6959         * method.c (check_btype): Add missing argument to xrealloc.
6960         (check_ktype): Likewise.
6961
6962 Fri Apr  3 02:22:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
6963
6964         Implement empty base optimization.
6965         * class.c (finish_struct_1): Add vbase fields earlier.  Set
6966         CLASSTYPE_SIZE of an empty base to 0.  Types with bases can be empty.
6967         * search.c (dfs_check_overlap, dfs_no_overlap_yet): New fns.
6968         (types_overlap_p): New fn.
6969         * tree.c (avoid_overlap): New fn.
6970         (build_base_fields): Use it to avoid overlapping empty bases.
6971         * cp-tree.h, decl2.c, lang-options.h: Add -fnew-abi.
6972
6973         * decl.c (cplus_expand_expr_stmt): Strip unused INDIRECT_REFs.
6974
6975         Re-implement allocation of base class subobjects.
6976         * tree.c (unshare_base_binfos): New fn.
6977         (layout_basetypes): Use it.  Now handles offsets of both virtual and
6978         non-virtual bases, after layout_type.
6979         (layout_vbasetypes): Remove.
6980         (build_base_fields): Generate FIELD_DECLs for each non-virtual base.
6981         (build_vbase_pointer_fields): Split out from old layout_basetypes.
6982         * class.c (finish_base_struct): Lose offset handling code.
6983         Move nonvdtor warning here.  Don't mess with t_binfo anymore.
6984         (finish_struct_1): Don't mess with t_binfo anymore.  Use fns above.
6985         * cp-tree.h: Adjust.
6986
6987 Thu Apr  2 14:25:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
6988
6989         * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
6990         * decl.c, decl2.c, pt.c, ptree.c, lex.c: Likewise.
6991         * class.c (duplicate_tag_error): Likewise.
6992         (finish_struct_1): Set CLASSTYPE_SIZE, CLASSTYPE_MODE, CLASSTYPE_ALIGN.
6993         * tree.c (layout_vbasetypes): Update from layout_record, remove
6994         var_size support, use CLASSTYPE_SIZE instead of CLASSTYPE_VBASE_SIZE.
6995         (layout_basetypes): Likewise.
6996
6997 Wed Apr  1 18:22:25 1998  Jeffrey A Law  (law@cygnus.com)
6998
6999         * class.c, Make sure system.h is included just after config.h.
7000         Delete lingering stdio and errno references too.
7001         * decl.c, errfn.c, parse.y, ptree.c search.c, xref.c: Likewise.
7002
7003 Wed Apr  1 15:38:36 1998  Jason Merrill  <jason@yorick.cygnus.com>
7004
7005         * friend.c (is_friend): Fix access control for local classes.
7006
7007         * class.c (is_empty_class): New fn.
7008         * call.c (build_call): Don't pass empty class objects to a function.
7009
7010 Wed Apr  1 14:58:35 1998  Mark Mitchell  <mmitchell@usa.net>
7011
7012         * call.c (build_over_call): Do name resolution for default
7013         arguments of function templates in the scope of the templates.
7014
7015 Tue Mar 31 13:43:57 1998  Jeffrey A Law  (law@cygnus.com)
7016
7017         * call.c: Include system.h.  Remove includes, declarations and
7018         defines provided by system.h.
7019         * class.c, cvt.c, decl.c, decl2.c, errfn.c error.c: Likewise.
7020         * except.c, expr.c friend.c, g++spec.c, init.c, input.c: Likewise.
7021         * lex.c, parse.y, pt.c, ptree.c repo.c rtti.c, search.c: Likewise.
7022         * semantics.c, sig.c, spew.c, tree.c, typeck.c: Likewise.
7023         * typeck2.c, xref.c: Likewise.
7024         * Makefile.in: Dependencies updated as appropriate.
7025         * Make-lang.in: Likewise.
7026
7027 Mon Mar 30 12:15:00 1998  Mark Mitchell  <mmitchell@usa.net>
7028
7029         * pt.c (fn_type_unification): Allow incomplete unification without
7030         an immediate error message.
7031
7032 Mon Mar 30 08:55:42 1998  Jason Merrill  <jason@yorick.cygnus.com>
7033
7034         * tree.c (member_p): New fn.
7035         * decl2.c (finish_file): Only set DECL_STATIC_FUNCTION_P for
7036         initializing class members.
7037
7038         * cp-tree.def (TEMPLATE_PARM_INDEX): Class 'x'.
7039         * ptree.c (lang_print_xnode): Handle TEMPLATE_PARM_INDEX.
7040
7041         * call.c (build_method_call): Handle non-scoped destructors, too.
7042         * pt.c (tsubst_copy): Likewise.
7043
7044         * pt.c (print_template_context): Split out...
7045         (push_tinst_level): ...from here.
7046
7047         * friend.c (is_friend): Don't pass a type to decl_function_context.
7048
7049         * typeck.c (convert_for_initialization): Always hand off
7050         conversions to class type.
7051
7052 Sun Mar 29 20:01:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
7053
7054         * friend.c (is_friend): Local classes have the same access as the
7055         enclosing function.
7056
7057 Sun Mar 29 00:47:32 1998  Jeffrey A Law  (law@cygnus.com)
7058
7059         * typeck.c (expand_target_expr): Delete dead function.
7060
7061         * search.c: Put various prototypes inside #ifdef MI_MATRIX.
7062
7063         * repo.c (save_string): Delete dead function.
7064
7065         * method.c (thunk_printable_name): Delete dead function.
7066
7067         * lex.c (yynextch): Delete dead function.
7068
7069         * expr.c (tree_extract_aggr_init): #if 0 out.
7070
7071         * except.c (do_unwind): Delete dead function.
7072         (easy_expand_asm): Likewise.
7073
7074         * cvt.c (build_conversion_type_1): Delete dead function.
7075
7076         * cp-tree.h (push_expression_obstack): Declare.
7077
7078         * call.c (source_type): #if 0 out.
7079
7080         * class.c (alter_access): Remove unused label.  Add braces
7081         around empty else clause.
7082
7083         * lex.c (yyprint): Fix argument to printf.
7084
7085 Sat Mar 28 17:43:52 1998  Mark Mitchell  <mmitchell@usa.net>
7086
7087         * pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
7088
7089         * pt.c (instantiate_class_template): Make sure template
7090         arguments are permanent.
7091         * init.c (resolve_offset_ref): Don't go looking around in
7092         template types.
7093
7094         * semantics.c: Add routines to handle expressions, and some
7095         declaration processing.
7096         * parse.y: Use them.
7097         (current_class_depth): Move declaration to cp-tree.h.
7098         * parse.c: Regenerated.
7099         * cp-tree.h: Use them.
7100         (current_class_depth): Declare.
7101         * pt.c (tsubst_copy): Use begin_stmt_expr and finish_stmt_expr.
7102
7103 Fri Mar 27 20:23:18 1998  Mark Mitchell  <mmitchell@usa.net>
7104
7105         * error.c (dump_decl): Be a bit more explicit with template
7106         type arguments, when verbose.
7107
7108 Fri Mar 27 18:16:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
7109
7110         * inc/exception: Reorder closing braces.
7111
7112 Fri Mar 27 13:22:18 1998  Mark Mitchell  <mmitchell@usa.net>
7113
7114         * pt.c (redeclare_class_template): New function.
7115         * cp_tree.h (redeclare_class_template): Declare it.
7116         * decl.c (xref_tag): Use it.
7117
7118 Thu Mar 26 11:16:30 1998  Jason Merrill  <jason@yorick.cygnus.com>
7119
7120         * call.c (build_over_call): Check IS_AGGR_TYPE, not
7121         TYPE_LANG_SPECIFIC.
7122         * typeck.c (convert_arguments): Likewise.
7123
7124         * decl.c (grokdeclarator): Remove const and volatile from type after
7125         setting constp and volatilep.
7126
7127         * class.c (finish_struct_1): Don't warn about bool bitfield larger
7128         than one bit.
7129
7130 Thu Mar 26 10:25:52 1998  Mark Mitchell  <mmitchell@usa.net>
7131
7132         * pt.c (convert_nontype_argument): STRIP_NOPS where appropriate.
7133
7134 Thu Mar 26 10:24:05 1998  Mark Mitchell  <mmitchell@usa.net>
7135
7136         * call.c (build_object_call): Complain about ambiguous operator(),
7137         rather that crashing.
7138         (build_new_op): Likewise.
7139         (build_op_delete_call): Likewise.
7140
7141 Thu Mar 26 10:23:24 1998  Mark Mitchell  <mmitchell@usa.net>
7142
7143         * cvt.c (perform_qualification_conversions): Use comp_target_types
7144         instead of comp_ptr_ttypes.
7145
7146 Wed Mar 25 16:10:50 1998  Mark Mitchell  <mmitchell@usa.net>
7147
7148         * cp-tree.h (enforce_access): Declare.
7149         * call.c (enforce_access): Make it extern, not static.
7150         * class.c (alter_access): Use enforce_access; modify code for ISO
7151         compliance, rather than ARM rules.
7152
7153 Wed Mar 25 12:10:45 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
7154
7155         * cp-tree.h: Fix typo.
7156
7157 Wed Mar 25 02:01:02 1998  Jason Merrill  <jason@yorick.cygnus.com>
7158
7159         * expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing
7160         if (aggregate_value_p (type)).
7161
7162         * decl2.c (constructor_name_full): Handle TYPENAME_TYPE.
7163
7164 Tue Mar 24 16:12:01 1998  Mark Mitchell  <mmitchell@usa.net>
7165
7166         * tree.c (mapcar): When dealing with a DECL, use it's constant
7167         value, if any.
7168         * pt.c (lookup_template_class): Don't mangle the names of template
7169         classes whose arguments are unknown.
7170
7171         * pt.c (tsubst_expr): Handle GOTO_STMT correctly.
7172
7173 Tue Mar 24 12:21:55 1998  Benjamin Kosnik  <bkoz@lisa.cygnus.com>
7174
7175         * decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1.
7176
7177 Tue Mar 24 12:21:48 1998  Jim Wilson  <wilson@cygnus.com>
7178
7179         * decl.c (init_decl_processing): Initialize TYPE_MAX_VALUE for
7180         boolean_type_node to 1.
7181
7182 Tue Mar 24 10:23:47 1998  Mark Mitchell  <mmitchell@usa.net>
7183
7184         * error.c (dump_expr): Remove unused variable `l'.
7185
7186         * pt.c (for_each_template_parm): New function, created by
7187         converting uses_template_parms.
7188         (tree_fn_t): New typedef.
7189         (uses_template_parms): Use it.
7190         (mark_template_parm): New function.
7191         (push_template_decl): Check that the argument list of a partial
7192         specialization uses all the template parameters.
7193
7194         * Make-lang.in (c++filt): Don't delete cxxmain.c after we're done
7195         with it; we might want it for debugging.
7196         * cp-tree.h (type_unification): Change interface.
7197         * class.c (finish_struct_1): Skip nested template types, just like
7198         ordinary nested types.
7199         (instantiate_type): Use new interface to type_unification.
7200         * lex.c (init_lex): Add __sz as opname for sizeof.
7201         * method.c (build_overload_scope_ref): New function.
7202         (build_overload_int): Handle complex expressions.  Set
7203         numeric_output_need_bar if necessary.
7204         (build_overload_value): Handle non-PARM_DECL nodes; this
7205         routine is now used by build_overload_int.  Remove some
7206         assignments to numeric_output_need_bar.  Use
7207         build_overload_scope_ref.
7208         (build_qualified_name): Note that some template mangled names end
7209         with digits, and set numeric_output_need_bar appropriately.  Use
7210         build_underscore_int.
7211         * pt.c (unify): Change interface.
7212         (type_unification_real): Likewise.
7213         (determine_specialization): Use new interfaces.
7214         (tsubst): Deal gracefully with situations in which the argument
7215         vector is not fully filled.
7216         (fn_type_unification): Use new interfaces.
7217         (type_unification): Likewise.  Remove NOP_EXPR hack.
7218         (type_unification_real): Likewise.
7219         (unify): Likewise.  Deal with unification of complex expressions.
7220
7221 Mon Mar 23 12:24:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
7222
7223         * pt.c (complete_template_args): Initialize skip properly.
7224
7225         * decl.c (make_typename_type): Revert.
7226         (make_implicit_typename): Remove.
7227         (lookup_name_real): Don't call it.  Call lookup_field if we see a
7228         TYPE_DECL from a template base.
7229         * search.c (lookup_field): Do implicit typename stuff.
7230
7231 Sun Mar 22 00:50:42 1998  Nick Clifton  <nickc@cygnus.com>
7232                           Geoff Noer    <noer@cygnus.com>
7233
7234         * Makefile.in: Various fixes for building cygwin32 native toolchains.
7235         * Make-lang.in: Likewise.
7236
7237 Fri Mar 20 18:07:39 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
7238
7239         * pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
7240
7241 Fri Mar 20 10:42:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
7242
7243         * decl.c (make_implicit_typename): Rewrite removed code.
7244         (make_typename_type): Call it if the type we look up comes from
7245         a base that uses template parms.
7246
7247         * pt.c (complete_template_args): Rewrite.
7248         (tsubst, FUNCTION_DECL): Use it.
7249
7250 Fri Mar 20 08:12:43 1998  H.J. Lu  (hjl@gnu.org)
7251
7252         * semantics.c (finish_asm_stmt): Fix combine strings.  Call
7253         c_expand_asm_operands () if output_operands, input_operands or
7254         clobbers is not NULL_TREE.
7255
7256 Fri Mar 20 00:10:19 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
7257
7258         * pt.c (complete_template_args): New function.
7259         (get_bindings): Deal with specializations of function templates
7260         with return type containing parameters from outer class
7261         templates.
7262         (tsubst, TEMPLATE_TEMPLATE_PARM): When reducing parameter level,
7263         substitute arguments and compose a new type.
7264
7265 Thu Mar 19 19:01:48 1998  Mark Mitchell  <mmitchell@usa.net>
7266
7267         * pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new
7268         FUNCTION_DECLs.
7269
7270 Thu Mar 19 11:51:58 1998  Jason Merrill  <jason@yorick.cygnus.com>
7271
7272         * decl.c (make_implicit_typename): Lose useless code.
7273
7274         * call.c (standard_conversion): Handle A* -> const A* properly.
7275
7276         * pt.c (get_bindings_real): Rename from get_bindings.  Add
7277         check_rettype parm.
7278         (get_bindings): Pass 1.
7279         (get_bindings_overload): Pass 0.
7280
7281 Wed Mar 19 09:08:12 1998  Mark Mitchell  <mmitchell@usa.net>
7282
7283         * pt.c (check_explicit_specialization): When reverting a static
7284         member function, also remove the `this' parameter from
7285         last_function_parms.
7286
7287 Thu Mar 19 02:27:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
7288
7289         * pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting
7290         a function context.
7291
7292         * decl.c (store_bindings): Use free_binding_vecs.
7293         (pop_from_top_level): Likewise.
7294
7295 Wed Mar 18 12:41:43 1998  Jason Merrill  <jason@yorick.cygnus.com>
7296
7297         * decl.c (make_implicit_typename): Only change the type of a
7298         TYPENAME_TYPE.
7299
7300 Wed Mar 18 10:09:51 1998  Mark Mitchell  <mmitchell@usa.net>
7301
7302         * semantics.c: New file, containing routines to perform the
7303         semantic phase of parsing.
7304         * parse.y: Use it.
7305         * pt.c (tsubst_expr): Likewise.
7306         * cp-tree.h: Declare the various functions in semantics.c.
7307         Provide macros to access _STMT tree nodes.
7308         * cp-tree.def: Add ASM_STMT tree node.
7309         * Makefile.in, Make-lang.in: Add dependencies on and for
7310         semantics.c.
7311
7312 Wed Mar 18 00:24:10 1998  Jason Merrill  <jason@yorick.cygnus.com>
7313
7314         * pt.c (push_template_decl): Only check primary templates.
7315
7316         * pt.c (check_explicit_specialization): Complain about default args
7317         in explicit specialization.
7318
7319         * parse.y (nomods_initdcl0): Also call cp_finish_decl for a
7320         constructor_declarator.
7321
7322 Tue Mar 17 14:44:54 1998  Mark Mitchell  <mmitchell@usa.net>
7323
7324         * typeck2.c (build_x_arrow): Don't crash when an aggregate type
7325         has no overloaded operator ->.
7326
7327         * call.c (build_field_call): Don't crash when presented with a
7328         field that is actually a nested type.
7329
7330         * decl.c (pushtag): Deal with friend class injection in local
7331         classes.
7332
7333         * call.c (build_object_call): Don't crash if OBJ is a
7334         pointer-to-member-function.
7335
7336 Tue Mar 17 11:40:26 1998  Jason Merrill  <jason@yorick.cygnus.com>
7337
7338         * pt.c (push_template_decl): Complain about template with C linkage,
7339         anonymous template class.
7340
7341 Mon Mar 16 12:10:39 1998  Jason Merrill  <jason@yorick.cygnus.com>
7342
7343         * class.c (pushclass): Only use the mi_matrix stuff #ifdef MI_MATRIX.
7344         * search.c: Likewise.
7345
7346         * lex.c (do_pending_defargs): Only call
7347         maybe_{begin,end}_member_template_processing for FUNCTION_DECLs.
7348
7349         * parse.y (initdcl0_innards): Move maybeasm back into initdcl0 et al.
7350
7351 Mon Mar 16 10:47:22 1998  Mark Mitchell  <mmitchell@usa.net>
7352
7353         * parse.y: Deal with CONSTRUCTORS in new_initializers.
7354
7355 Mon Mar 16 10:54:21 1998  Mark Mitchell  <mmitchell@usa.net>
7356
7357         * pt.c (tsubst_copy): Deal with BIND_EXPR in a way that more
7358         closely mimics the behavior in parse.y.
7359         (tsubst_expr): Return the resulting BLOCK when making a tsubst'ing
7360         into a compound statement.
7361
7362 Sun Mar 15 02:07:26 1998  Jason Merrill  <jason@yorick.cygnus.com>
7363
7364         * cp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
7365         * pt.c (inline_needs_template_parms): New fn.
7366         (original_template): New fn.
7367         (push_inline_template_parms_recursive): New fn.
7368         (maybe_begin_member_template_processing): Use them.
7369         (maybe_end_member_template_processing): Likewise.
7370         (is_member_or_friend_template): Rename to is_member_template.
7371         Member functions of local classes are never member templates.
7372
7373 Sun Mar 15 01:14:22 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
7374
7375         * lex.c (do_identifier): Handle TEMPLATE_DECL that was
7376         added in the class scope to catch redefinition error.
7377
7378         * pt.c (reduce_template_parm_level): Also copy
7379         the DECL_TEMPLATE_PARMS field.
7380
7381 Sun Mar 15 10:54:08 1998  Mark Mitchell  <mmitchell@usa.net>
7382
7383         * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
7384         reduced-level template type parameter.
7385
7386 Sun Mar 15 12:26:02 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7387
7388         * cp-tree.h (struct lang_decl_flags): Add needs_final_overrider.
7389         (DECL_NEEDS_FINAL_OVERRIDER_P): New macro.
7390         * class.c (override_one_vtable): Set DECL_NEEDS_FINAL_OVERRIDER_P.
7391         * decl.c (duplicate_decls): Propagate it.
7392         * typeck2.c (abstract_virtuals_error): Use two loops to emit
7393         abstract virtual functions and virtual functions which need a
7394         final overrider separately.
7395
7396 Thu Mar 12 09:39:40 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7397
7398         * lang-specs.h: Properly put brackets around array elements in
7399         initializer.
7400
7401         * typeck.c (build_binary_op_nodefault): Correctly place parens around
7402         && and || in expression.
7403
7404 Thu Mar 12 09:26:04 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7405
7406         * call.c (default_parm_conversions): Remove prototype definition.
7407         (build_method_call): Remove unused variable result.
7408
7409         * cvt.c (ocp_convert): Remove unused variable conversion.
7410
7411         * decl2.c (ambiguous_decl): Add explicit parameter definition for name.
7412
7413         * except.c (do_unwind): #if 0 definition of unused variables fcall
7414         and next_pc.
7415
7416         * expr.c (extract_scalar_init): #if 0 prototype and function
7417         definition.
7418
7419         * init.c (expand_aggr_init_1): Remove unused variable init_type.
7420         (build_new_1): Remove unused variable t.
7421
7422         * pt.c (instantiate_class_template): Remove unused variable newtag;
7423         cast called function return value to void.
7424         (do_decl_instantiation): Remove unused variables name and fn.
7425
7426         * tree.c (get_type_decl): Add default return to shut up compiler from
7427         complaining control reaches end of non-void function.
7428
7429         * typeck.c (build_x_conditional_expr): Remove unused variable rval.
7430
7431 Thu Mar 12 09:12:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7432
7433         * call.c (default_parm_conversions): Remove prototype definition.
7434         (build_method_call): Remove unused variable result.
7435         (build_over_call): Add default case in enumeration switch.
7436
7437 Thu Mar 12 08:39:13 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7438
7439         * decl2.c (lang_decode_option): Change j's type to size_t.
7440
7441         * tree.c (layout_vbasetypes): record_align and desired_align are of
7442         type unsigned int; const_size and nonvirtual_const_size likewise.
7443
7444 Wed Mar 11 07:25:20 1998  Mark Mitchell  <mmitchell@usa.net>
7445
7446         * parse.y (new_initializer): Make sure all initializers are
7447         lists.
7448
7449 Tue Mar 10 07:32:36 1998  Mark Mitchell  <mmitchell@usa.net>
7450
7451         * decl2.c (import_export_decl): Mark tinfo functions for
7452         cv-qualified versions of class types as DECL_NOT_REALLY_EXTERN.
7453
7454 Fri Mar  6 23:27:35 1998  Jeffrey A Law  (law@cygnus.com)
7455
7456         * method.c: Fix typo.
7457
7458 Fri Mar  6 10:06:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7459
7460         * method.c: Include "system.h" to get stdlib.h, stdio.h,
7461         ctype.h, string.h, etc.
7462         (issue_nrepeats): Add default case in enumeration switch.
7463         (check_btype): Likewise.
7464         (process_overload_item): Likewise.
7465
7466         * Makefile.in (method.o): Depend on system.h.
7467
7468 Wed Mar  4 22:26:53 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7469
7470         * lex.c (do_scoped_id): Fix parenthesizing.
7471
7472 Wed Mar  4 12:11:53 1998  Michael Tiemann  <tiemann@axon.cygnus.com>
7473
7474         * rtti.c (get_tinfo_fn_dynamic): If this function is called an
7475         FLAG_RTTI is unset, initialize type info machinery and continue
7476         with FLAG_RTTI enabled.
7477         (get_typeid): Likewise.
7478
7479 Wed Mar  4 11:47:55 1998  Jason Merrill  <jason@yorick.cygnus.com>
7480
7481         * typeck.c (unary_complex_lvalue): &D::i has type B::* if i comes
7482         from B.
7483
7484 Wed Mar  4 11:28:08 1998  Mark Mitchell  <mmitchell@usa.net>
7485
7486         * pt.c (finish_member_template_decl): Deal more gracefully with
7487         invalid declarations.
7488
7489 Tue Mar  3 01:38:17 1998  Jason Merrill  <jason@yorick.cygnus.com>
7490
7491         * cvt.c, decl.c, decl2.c, init.c, rtti.c, typeck.c, typeck2.c,
7492         cp-tree.h: Clean up more old overloading code, old RTTI code, and
7493         some formatting quirks.
7494
7495         * call.c, class.c, cp-tree.h, cvt.c, decl.c, init.c, lex.c,
7496         method.c, pt.c, ptree.c, typeck.c: Remove support for
7497         -fno-ansi-overloading and overloading METHOD_CALL_EXPR.
7498         * class.h: Remove.
7499         * Makefile.in: Adjust.
7500
7501         * pt.c (unify): Don't allow reduced cv-quals when strict.
7502
7503         * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts parm from
7504         *type_unification* and unify.
7505
7506 Mon Mar  2 12:11:06 1998  Jason Merrill  <jason@yorick.cygnus.com>
7507
7508         * parse.y (explicit_template_type): Remove TEMPLATE keyword.
7509         (nested_name_specifier): And add it before this use.
7510         (typename_sub0): And this use.  Also add use without the keyword.
7511         (typename_sub1): Likewise.
7512         * pt.c (instantiate_class_template): Don't actually instantiate
7513         anything if our type uses template parms.
7514
7515 Mon Mar  2 11:04:59 1998  Jim Wilson  <wilson@cygnus.com>
7516
7517         * decl.c (start_function): Don't call temporary_allocation for a
7518         nested function.
7519
7520 Sun Mar  1 21:06:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
7521
7522         * pt.c (instantiate_class_template): Don't mess with friends if
7523         our type uses template parms.
7524
7525 Sat Feb 28 12:06:44 1998  Jason Merrill  <jason@yorick.cygnus.com>
7526
7527         * parse.y (nested_name_specifier): Use explicit_template_type.
7528         (typename_sub): Allow a template_type, an explicit_template_type,
7529         or an implicit template type at the end.
7530         * lex.c (yyprint): Handle a PTYPENAME being a TEMPLATE_DECL.
7531         * decl.c (make_typename_type): Handle template-id where the name
7532         is a TEMPLATE_DECL.
7533         * call.c (build_scoped_method_call): Handle member template
7534         destructor call.
7535         * pt.c (tsubst_copy, METHOD_CALL_EXPR): Don't assume a member
7536         destructor is represented by the type.
7537
7538         * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
7539         * parse.y (nested_name_specifier): Add 'template' case.
7540         (explicit_template_type): New rule.
7541         (typename_sub): Use it.
7542         * decl.c (make_typename_type): Handle getting a template-id for NAME.
7543         * pt.c (tsubst): Likewise.
7544
7545 Fri Feb 27 11:17:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
7546
7547         * pt.c (add_to_template_args): Fix thinko.
7548         (instantiate_class_template): Call it later.
7549
7550         * pt.c (get_class_bindings): Add outer_args parm.
7551         (most_specialized_class): Likewise.
7552         (instantiate_class_template): Pass it.
7553         (more_specialized_class): Likewise.
7554         (lookup_template_class): Get context from template if none
7555         was specified.
7556         (finish_member_template_decl): Don't do anything with a
7557         partial specialization.
7558         * decl2.c (check_member_template): Use IS_AGGR_TYPE instead of
7559         AGGREGATE_TYPE_P.
7560         * class.c (finish_struct): Member class templates have already been
7561         checked for name clashes.
7562         * decl.c (pushdecl_with_scope): Handle pushing at class level.
7563
7564 Fri Feb 27 02:25:16 1998  Jason Merrill  <jason@yorick.cygnus.com>
7565
7566         * pt.c (tsubst, TEMPLATE_DECL): Support member class templates.
7567         (tsubst, *_PARM): Support multiple levels of template classes.
7568         (instantiate_class_template): Look up the pattern from the
7569         original template.
7570         (lookup_template_class): Handle getting a template for d1.
7571         (push_template_decl): Correct setting of 'primary'.
7572         (reduce_template_parm_level): Add 'levels' parm.
7573         (finish_member_template_decl): Support member class templates.
7574         (template_class_depth): Handle multiple levels.
7575         * parse.y (component_decl_1, fn.def2): Remove member template case.
7576         (component_decl): Add member template cases.
7577         * decl2.c (check_member_template): We now handle member template
7578         classes.
7579         * decl.c (pushtag): Handle member templates.
7580         * method.c (do_inline_function_hair): Don't touch
7581         IDENTIFIER_GLOBAL_VALUE.
7582         * init.c (build_offset_ref): If name isn't an identifier, just
7583         return it.
7584         * spew.c (yylex): Handle PTYPENAME like TYPENAME.
7585
7586         * typeck.c (get_delta_difference): Do adjust for conversions to
7587         and from virtual base.
7588
7589 Wed Feb 25 09:51:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
7590
7591         * typeck.c (get_delta_difference): Give hard error for conversion
7592         from virtual base.
7593
7594         * cp-tree.h: Tweak formatting.
7595
7596 Wed Feb 25 00:35:33 1998  Jason Merrill  <jason@yorick.cygnus.com>
7597
7598         * decl.c (push_namespace): Handle redeclaration error.
7599
7600         * cp-tree.h (IDENTIFIER_NAMESPACE_VALUE): New macro.
7601         (IDENTIFIER_NAMESPACE_BINDINGS): New macro.
7602         (NAMESPACE_BINDING): New macro.
7603         (IDENTIFIER_GLOBAL_VALUE): Use NAMESPACE_BINDING.
7604         * *.c: Use them.
7605
7606         * pt.c (push_template_decl): Use innermost_args.
7607
7608         * decl.c (get_unique_name): Tweak from earlier in the name.
7609
7610 Tue Feb 24 22:15:04 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7611
7612         * cp-tree.def: Add CPLUS_BINDING node.
7613         * cp-tree.h (tree_binding): New struct.
7614         (BINDING_SCOPE, BINDING_VALUE): New macros.
7615         (current_namespace, global_namespace): Declare extern.
7616         (struct lang_decl_flags): New field in_namespace.
7617         (DECL_NAMESPACE_USING, DECL_NAMESPACE_USERS): New macros.
7618         (DECL_NAMESPACE, SET_DECL_NAMESPACE): New macros.
7619         (TREE_INDIRECT_USING): New macro.
7620         * decl2.c (current_namespace, global_namespace): Declare.  The
7621         value is a NAMESPACE_DECL now, not a TREE_LIST.
7622         (is_namespace_ancestor, namespace_ancestor): New static functions.
7623         (add_using_namespace, ambiguous_decl): Likewise.
7624         (lookup_using_namespace): New support function for lookup_name.
7625         (qualified_lookup_using_namespace): New support function for
7626         do_scoped_id and lookup_namespace_name.
7627         (get_namespace_id): Mark as obsolete.
7628         (current_namespace_id): Likewise.
7629         (do_namespace_alias): Implement.
7630         (do_using_directive): Implement as call to add_using_namespace.
7631         * decl.c (binding_for_name): New function.
7632         (push_namespace, pop_namespace): Implement.
7633         (push_decl): Don't install a FUNCTION_DECL in the global branch.
7634         (lookup_namespace_name): Implement using qualified lookup.
7635         (lookup_name_real): For global scoping, lookup in
7636         global_namespace.  For namespace scoping, lookup in given
7637         namespace.  For unscoped lookup, iterate over namespace,
7638         considering using directives.
7639         (init_decl_processing): Initialize global_namespace.
7640         (grokvardecl): Build assembler name as static name for globals.
7641         (grokdeclarator): Remove old namespace mangling.
7642         (xref_tag): When installing a global binding for the
7643         tag, make sure we have an identifier.
7644         * method.c (build_overload_nested_name): Mangle namespaces.
7645         (build_qualified_name): Likewise.
7646         (build_decl_overload_real): Likewise.
7647         * lex.c (build_lang_decl): Set namespace for new declaration to
7648         current_namespace.
7649         (do_scoped_id): Find global names in global or current
7650         namespace, or using qualified namespace lookup, depending on
7651         context.
7652         * init.c (build_member_call): When scope is namespace, use
7653         build_x_function_call instead.
7654         (build_offset_ref): When scope is namespace, collapse processing
7655         to lookup_namespace_name instead.
7656         * error.c (dump_decl): Support NAMESPACE_DECL.
7657         * decl.c (pushdecl): Bind globals to current namespace.
7658         (push_overloaded_decl): Likewise.
7659         (lookup_tag): Likewise.
7660         (lookup_name_current_level): Likewise.
7661         (xref_tag): Likewise.
7662         (start_function): Likewise.
7663         * lex.c (do_identifier): Likewise.
7664         (identifier_typedecl_value): Likewise.
7665         (real_yylex): Likewise.
7666         * method.c (do_inline_function_hair): Likewise.
7667         * parse.y (unscoped): Likewise.
7668         * pt.c (check_explicit_specialization): Likewise.
7669         (lookup_template_class): Likewise.
7670         * rtti.c (call_void_fn): Likewise.
7671         * sig.c (build_sigtable): Likewise.
7672         * ptree.c (lang_print_xnode): New function.
7673
7674 Tue Feb 24 01:40:24 1998  Jason Merrill  <jason@yorick.cygnus.com>
7675
7676         * pt.c (instantiate_class_template): Don't instantiate if pedantic
7677         and the args use template parms.
7678
7679         * pt.c (push_tinst_level): If the instantiation uses template parms,
7680         fail silently.
7681         * decl.c (xref_basetypes): Do call complete_type for basetypes
7682         that involve template parameters.
7683
7684 Tue Feb 24 00:36:43 1998  Jason Merrill  <jason@yorick.cygnus.com>
7685
7686         * typeck2.c (process_init_constructor): Fix labeled init check.
7687
7688 Mon Feb 23 05:08:55 1998  Jason Merrill  <jason@yorick.cygnus.com>
7689
7690         * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS
7691         argument to tsubst and friends.
7692
7693         * pt.c (tsubst, FUNCTION_DECL): Tidy.
7694
7695         * typeck.c (build_x_function_call): Handle static member function
7696         templates like non-templates.  Handle friend templates like normal
7697         function templates.
7698         * pt.c (tsubst, *_PARM): Don't use orig_level.
7699         (get_bindings): Don't call add_to_template_args.
7700         (instantiate_template): Likewise.
7701         (tsubst, FUNCTION_DECL): Call add_to_template_args as appropriate.
7702         * ptree.c (print_lang_type): Print index/level for template parms.
7703
7704 Mon Feb 23 02:52:29 1998  Mark Mitchell  <mmitchell@usa.net>
7705
7706         * Make-lang.in (cc1plus): Note that cc1plus depends on
7707         cp/cp-tree.h and cp/cp-tree.def.
7708
7709         * cp-tree.def (TEMPLATE_CONST_PARM): Remove.
7710         (TEMPLATE_PARM_INDEX): New tree code, used to indicate a
7711         position in a template parameter list.
7712         * cp-tree.h (template_parm_index): New structure, used as the tree
7713         structure for a TEMPLATE_PARM_INDEX.
7714         (TEMPLATE_PARM_IDX): New macro.
7715         (TEMPLATE_PARM_LEVEL): Likewise.
7716         (TEMPLATE_PARM_DESCENDANTS): Likewise.
7717         (TEMPLATE_PARM_ORIG_LEVEL): Likewise.
7718         (TEMPLATE_PARM_DECL): Likewise.
7719         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
7720         (TEMPLATE_TYPE_ORIG_LEVEL): Likewise.
7721         (TEMPLATE_TYPE_DECL): Likewise.
7722         (TEMPLATE_CONST_IDX): Remove.
7723         (TEMPLATE_CONST_LEVEL): Likewise.
7724         (TEMPLATE_CONST_SET_INFO): Likewise.
7725         (TEMPLATE_TYPE_SET_INFO): Likewise.
7726         (TEMPLATE_TYPE_IDX): Redefine in terms of TEMPLATE_PARM_INDEX
7727         node.
7728         (TEMPLATE_TYPE_LEVEL): Likewise.
7729         * decl.c (decls_match): Call comp_template_parms, rather than
7730         expanding it inline.
7731         (duplicate_decls): If two template declarations are being merged,
7732         then their TEMPLATE_INFOs should be merged as well.
7733         (grokfndecl): Save template-id information when declaring a friend
7734         with explicit template arguments.  Pass arguments to
7735         check_explicit_specialization via correct convention; at some
7736         point check_explicit_specialization changed, but these call-sites
7737         did not.
7738         (grokdeclarator): Tidy up slightly.
7739         * decl2.c (check_classfn): Tidy up slightly.  Don't assume that
7740         two template functions with the same DECL_ASSEMBLER_NAME the same,
7741         since the names are not yet mangled.
7742         * error.c (dump_decl): Use TEMPLATE_PARM_INDEX instead of
7743         TEMPLATE_CONST_PARM.
7744         (dump_expr): Likewise.  Use the TEMPLATE_PARM_DECL to get at the
7745         decl for a non-type parameter, rather than printing `<tparm ...>'.
7746         * friend.c (is_friend): Handle TEMPLATE_DECL friends.
7747         (do_friend): Deal with template friends.
7748         * lex.c (do_pending_inlines): Call
7749         maybe_begin_member_template_processing, rather than
7750         conditionally calling begin_member_template_processing.
7751         (process_next_inline): Likewise.  Call
7752         maybe_end_member_template_processing, rather than
7753         conditionally calling end_member_template_processing.
7754         (do_pending_defargs): Likewise.
7755         (do_identifier): Use TEMPLATE_PARM_INDEX instead of
7756         TEMPLATE_CONST_PARM.
7757         * method.c (build_mangled_template_parm_index): New function.
7758         (build_overload_value): Use it.
7759         (build_overload_name): Likewise.
7760         * pt.c (finish_member_template_decl): Allow friend declarations.
7761         (template_class_depth): New function.
7762         (is_member_template): Rename, and modify, to become...
7763         (is_member_or_friend_template): New function.
7764         (end_member_template_processing): Rename, and modify, to become...
7765         (maybe_end_member_template_processing).
7766         (build_template_parm_index): New function.
7767         (reduce_template_parm_level): New function.
7768         (process_template_parm): Modify to use build_template_parm_index.
7769         (push_template_decl): Deal with friend templates.
7770         (uses_template_parms): Use TEMPLATE_PARM_INDEX instead of
7771         TEMPLATE_CONST_PARM.
7772         (tsubst_friend_function): New function.
7773         (instantiate_class_template): Generate the DECL_FRIENDLIST
7774         for a new instantiation by using tsubst_friend_function rather
7775         than just tsubst.
7776         (tsubst): Don't tsubst into a type which is a TEMPLATE_DECL.
7777         Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM, and the
7778         appropriate new macros.  Use reduce_template_parm_level to
7779         generate lower-level template parameters.  Handle tsubst'ing into
7780         TEMPLATE_DECLS that declare TEMPLATE_TEMPLATE_PARMS.  Don't forget
7781         to tsubst the DECL_CONTEXT and DECL_CLASS_CONTEXT of newly created
7782         templates.  Similarly for the template parameters for a new
7783         template.
7784         (tsubst_copy): Tidy up slightly.  Use TEMPLATE_PARM_INDEX instead
7785         of TEMPLATE_CONST_PARM.  Handle TYPE_DECLs by tsubsting into them.
7786         (unify): Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM.
7787         (get_bindings): Call add_to_template_args if necessary.
7788         (instantiate_decl): Handle instantiations of friend templates.
7789         * search.c (lookup_field_1): Don't treat the TYPE_FIELDS of a
7790         TEMPLATE_TYPE_PARM as a list of fields; it's not!
7791         * spew.c (yylex): Do a little manual constant propagation to
7792         clarify the code.
7793
7794 Sun Feb 22 19:53:29 1998  Jeffrey A Law  (law@cygnus.com)
7795
7796         * error.c: Include sys/types.h.
7797
7798 Thu Feb 19 14:49:09 1998  Jeffrey A Law  (law@cygnus.com)
7799
7800         * method.c (build_mangled_name): Start CPP directives in column zero.
7801
7802 Thu Feb 19 10:36:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
7803
7804         * typeck2.c (process_init_constructor): Sorry about non-trivial
7805         labeled initializers.
7806         * parse.y (initlist): Re-enable labeled initializers.
7807
7808 Thu Feb 19 10:15:55 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
7809
7810         * pt.c (coerce_template_parms): Add a new parameter, is_tmpl_parm,
7811         all callers changed.  Rely on the new parameter instead of arg
7812         being a TREE_LIST when determine whether we are working inside
7813         template template parameter.  Clean up is_type test.
7814
7815 Thu Feb 19 10:04:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
7816
7817         * cvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
7818         * typeck2.c (initializer_constant_valid_p): Allow conversions
7819         between pointers and references.
7820
7821 1998-02-19  Brendan Kehoe  <brendan@cygnus.com>
7822
7823         * typeck.c (build_unary_op): Only warn about incr/decr a pointer
7824         if pedantic || warn_pointer_arith.
7825
7826 Thu Feb 19 09:37:21 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
7827
7828         * pt.c (unify): Handle TEMPLATE_DECL.
7829
7830 1998-02-18  Brendan Kehoe  <brendan@cygnus.com>
7831
7832         * cp-tree.h (strip_attrs): Remove decl.
7833
7834 1998-02-18  Doug Evans  <devans@cygnus.com>
7835
7836         * decl.c (duplicate_decls): Call merge_machine_decl_attributes.
7837         Update olddecl's attributes too.
7838         (strip_attrs): Remove function.
7839         * typeck.c (common_type): Call merge_machine_type_attributes.
7840
7841 Tue Feb 17 14:07:52 1998  Mark Mitchell  <mmitchell@usa.net>
7842
7843         * parse.y (initdcl0_innards): New grammar symbol.
7844         (nomods_initdecls, nomods_initdcl0): Change type from itype to
7845         none, since the resulting value is never used.
7846         (parse_decl): New function.
7847         (datadef): Remove redundant actions.
7848         (initdcl0, notype_initdcl0, nomods_initdcl0): Use initdcl0_innards.
7849         * parse.c: Regenerated.
7850
7851 Tue Feb 17 11:54:16 1998  Jason Merrill  <jason@yorick.cygnus.com>
7852
7853         * parse.y (simple_stmt): Use getdecls() to check for decl.
7854
7855 Sat Feb 14 11:50:51 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7856
7857         * Make-lang.in (DEMANGLER_INSTALL_NAME, DEMANGLER_CROSS_NAME): New
7858         macros.
7859         (c++.install-common): Install c++filt properly as native or as cross
7860         variant.
7861         (c++.uninstall): Add c++filt.
7862
7863 Fri Feb 13 14:55:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
7864
7865         * call.c (standard_conversion): Fix multi-level ptr conversions.
7866
7867 Fri Feb 13 14:06:22 1998  Mike Stump  <mrs@wrs.com>
7868
7869         * init.c (build_new): Propagate error_mark_node up.
7870
7871 Fri Feb 13 13:24:32 1998  Jason Merrill  <jason@yorick.cygnus.com>
7872
7873         * parse.y (simple_stmt): If the condition isn't a declaration,
7874         start the controlled block after the test.
7875
7876 Fri Feb 13 02:26:10 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7877
7878         * call.c (build_over_call): Convert builtin abs, labs and fabs to
7879         tree-codes.
7880         * decl.c (init_decl_processing): Re-enable abs, labs and fabs as
7881         builtins.
7882
7883 Fri Feb 13 01:36:42 1998  Jason Merrill  <jason@yorick.cygnus.com>
7884
7885         * call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV.
7886
7887 Fri Feb 13 00:21:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
7888
7889         * cp-tree.h: Add access_protected_virtual_node.
7890         * class.c (init_class_processing): Initialize it.
7891         * decl.c (xref_basetypes): Use it.
7892         * parse.y (base_class_access_list): Likewise.
7893
7894         * Make-lang.in (DEMANGLER_PROG): Add $(exeext).
7895         (c++.install-common): Install c++filt.
7896
7897 Thu Feb 12 12:46:51 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
7898
7899         * decl.c (shadow_tag): Give error for typedef-ing built-in types.
7900
7901 Wed Feb 11 23:28:05 1998  Mark Mitchell  <mmitchell@usa.net>
7902
7903         * call.c (reference_binding): Use comptypes when comparing
7904         TYPE_MAIN_VARIANTS to handle non-canonical array/index types.
7905
7906 Wed Feb 11 16:42:04 1998  Mark Mitchell  <mmitchell@usa.net>
7907
7908         * tree.c (is_overloaded_fn): Use really_overloaded_fn.
7909         (really_overloaded_fn): Move check here from is_overloaded_fn.
7910         (get_first_fn): Use really_overloaded_fn and is_overloaded_fn.
7911
7912 Wed Feb 11 15:54:18 1998  Mark Mitchell  <mmitchell@usa.net>
7913
7914         * typeck.c (build_ptrmemfunc): Type-check pointer-to-member
7915         conversions.
7916
7917 Mon Feb  9 22:23:31 1998  Mark Mitchell  <mmitchell@usa.net>
7918
7919         * cp-tree.h (push_template_decl): Return the decl passed in, or an
7920         equivalent duplicate.
7921         * decl.c (pushtag): Use the return value from push_template_decl.
7922         (duplicate_decls): When duplicating a template declaration, merge
7923         the DECL_TEMPLATE_RESULTs as well.
7924         (make_implicit_typename): Don't try to dive into typename types to
7925         find a context for making a new implicit typename.
7926         (start_decl): Use the return value from push_template_decl.
7927         (grokdeclarator): Complain about declarations list `const operator
7928         int'.  Since we don't correctly handle in-class initializations of
7929         non-static data members, complain about this (now illegal)
7930         practice.  Issue an error for initializations of non-const statics
7931         since that is illegal as well, and since we don't handle that case
7932         correctly either.
7933         (start_function): Use the return value from push_template_decl.
7934         (start_method): Likewise.
7935         * decl2.c (grokfield): Likewise.  Since the change to
7936         grokdeclarator ensures that all initialized fields are in fact
7937         static, remove a redundant test for TREE_PUBLIC.
7938         * parse.y (initlist): Disable labeled initializers since they do
7939         not work as per the documentation, and since they do not use the
7940         same syntax as the C front end.
7941         * pt.c (push_template_decl): Return the decl passed in, or an
7942         equivalent duplicate.
7943         (lookup_template_class): When searching in a nested context,
7944         use the right arguments.
7945         (uses_template_parms): Handle the DECL_INITIAL for a CONST_DECL.
7946         * typeck.c (build_component_ref): Assign the correct type to the
7947         result of build_vfn_ref.
7948
7949 Tue Feb 10 23:56:46 1998  Jason Merrill  <jason@yorick.cygnus.com>
7950
7951         * pt.c (convert_nontype_argument): Fix typo.
7952         (check_explicit_specialization): Allow old-style specialization
7953         of class template members.
7954
7955 Tue Feb 10 20:36:52 1998  Jason Merrill  <jason@yorick.cygnus.com>
7956                           Manfred Hollstein  <manfred@s-direktnet.de>
7957
7958         * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
7959         when deciding to override DECL_ASSEMBLER_NAME.
7960
7961 Tue Feb 10 15:30:55 1998  Andrew MacLeod  <amacleod@torpedo.to.cygnus.com>
7962
7963         * decl2.c (lang_f_options): Add -fsquangle to option processing list.
7964         * cp-tree.h (flag_do_squangling): Add declaration.
7965         * lang-options.h: Add -fsquangle and -fno-squangle.
7966         * method.c: Add macros and static variables for squangling.
7967         (build_overload_name): Rename to build_mangled_name, add logic for B
7968         compression, and split into process_modifiers and
7969         process_overload_item.
7970         (process_modifiers): New function, to handle constant, reference,
7971         and pointer types.
7972         (process_overload_item): New function, handles issue of type codes.
7973         (build_overload_name): New function, start squangling and call
7974         build_mangled_name.
7975         (ALLOCATE_TYPEVEC, DEALLOCATE_TYPEVEC): Remove macro and expand inline.
7976         (start_squangling): New function to initialize squangling structs.
7977         (end_squangling): New function to destroy squangling structs.
7978         (nrepeats): Rename variable to Nrepeats.
7979         (issue_nrepeats): New function for issuing 'n' type repeats.
7980         (check_ktype): New function to check for type K name compression.
7981         (build_overload_nested_name): Add a check for K name compression.
7982         (build_qualified_name): Add a check for K name compression and don't
7983         use DECL_ASSEMBLER_NAME when squangling is on.
7984         (check_btype): New function, checks for B type compression.
7985         (build_static_name, build_decl_overload_real): Initiate squangling.
7986         (build_typename_overload, build_overload_with_type): Initiate
7987         squangling
7988
7989 Sun Feb  8 23:47:38 1998  scott snyder  <sss@d0linux01.fnal.gov>
7990
7991         * method.c (make_thunk): Avoid name buffer overflow.
7992
7993 Sat Feb  7 16:48:54 1998  Jason Merrill  <jason@yorick.cygnus.com>
7994
7995         * pt.c (instantiate_decl): Call cp_finish_decl for vars even if we
7996         don't define them yet.
7997
7998         * parse.y (nomods_initdcl0): Add constructor_declarator case.
7999
8000 Fri Feb  6 21:32:25 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8001
8002         * config-lang.in (diff_excludes): Use basename only.
8003
8004 Thu Feb  5 19:10:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
8005
8006         * tinfo2.cc: Add tinfo for signed char.
8007
8008 Thu Feb  5 14:38:23 1998  Mike Stump  <mrs@wrs.com>
8009
8010         * search.c (compute_access): Handle protected constructors in derived
8011         classes as accessible.
8012
8013 Wed Feb  4 01:26:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
8014
8015         * expr.c (cplus_expand_expr, PCC_STATIC_STRUCT_RETURN code):
8016         Call convert_from_reference sooner.
8017
8018 Tue Feb  3 23:50:52 1998  Mark Mitchell  <mmitchell@usa.net>
8019
8020         * cvt.c (ocp_convert): Obtain the constant values from constant
8021         decls even if the destination type is the same as the type of the
8022         decl.
8023
8024         * decl2.c (finish_file): Make sure that static inlines with
8025         definitions are not marked DECL_EXTERNAL before returning.
8026
8027 Tue Feb  3 22:43:42 1998  Jason Merrill  <jason@yorick.cygnus.com>
8028
8029         * decl.c: Lose arg_looking_for_template.
8030         (lookup_name_real): Likewise.
8031         * parse.y: Lose processing_template_arg, template_arg1.
8032         (primary): Likewise.
8033         * spew.c (yylex): Set lastiddecl for PTYPENAMEs, too.
8034
8035 Tue Feb  3 22:04:01 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
8036
8037         * error.c (dump_decl): Fix type of default arguments for template
8038         template parameters and nontype template parameters.
8039         * parse.y (template_parm): Handle invalid default template
8040         template arguments here.
8041
8042         * parse.y (template_parm): Use template_arg instead of PTYPENAME
8043         for default template template argument.
8044         * pt.c (coerce_template_parms): Merge default template argument
8045         codes.  Can treat RECORD_TYPE as template name if it is implicitly
8046         created.  Fix argument index in error message.
8047         * typeck.c (comptypes): Merge template argument comparison codes in
8048         TEMPLATE_TEMPLATE_PARM and RECORD_TYPE.
8049
8050 Tue Jan  6 01:42:44 1998  Mumit Khan  <khan@xraylith.wisc.edu>
8051
8052         * lex.c (file_name_nondirectory): Also check for '/'.
8053
8054 Mon Feb  2 11:24:22 1998  Mark Mitchell  <mmitchell@usa.net>
8055
8056         * parse.y (primary): Deal with statement-expressions in
8057         templates.
8058         * pt.c (tsubst_copy): Handle BIND_EXPR.
8059         * tree.c (mapcar): Likewise.
8060
8061         * call.c (add_template_candidate_real): Pass extra parameter to
8062         fn_type_unification.
8063         * cp-tree.h (fn_type_unification): Add parameter.
8064         * pt.c (fn_type_unification): Add additional parameter to deal with
8065         static member functions.
8066         (get_bindings): Deal with static member functions.
8067
8068         * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
8069         (revert_static_member_fn): Declare.
8070         * decl.c (revert_static_member_fn): Remove declaration.  Change
8071         linkage from internal to external.
8072         (cp_finish_decl): Deal with virtual functions in classes local to
8073         template functions.
8074         * decl2.c (finish_file): Don't forget to emit increment/decrement
8075         expressions in initializers for file-scope variables.
8076         * parse.y (typename_sub2): If the typename doesn't names a
8077         template, rather than a type, issue an error message.
8078         * pt.c (check_explicit_specialization): Handle specializations of
8079         static member functions.
8080         (coerce_template_parms): Handle offset references to lists of
8081         member functions.
8082         * search.c (note_debug_info_needed): Don't crash when handed a
8083         type which is being defined.
8084         * typeck.c (complete_type): Don't crash when handed NULL_TREE;
8085         that can happen with some illegal code.
8086
8087 Mon Feb  2 00:57:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8088
8089         * call.c (user_harshness): Initialize `code' to 0.
8090         (build_method_call): Initialize `candidates', `cp' and `len' to 0.
8091         (null_ptr_cst_p): Add parentheses around && within ||.
8092         (standard_conversion): Likewise.
8093         (z_candidate): Likewise.
8094         (build_user_type_conversion_1): Initialize `args' to NULL_TREE.
8095         (build_object_call): Likewise for `mem_args'.
8096         (build_new_op): Likewise for `mem_arglist'.  Add `return' from
8097         default case in enumeration switch.
8098
8099         * class.c (build_vtable_entry): Add explicit braces to avoid
8100         ambiguous `else'.
8101         (build_class_init_list): Likewise.
8102         (finish_struct_1): Initialize `width' to 0.
8103         (instantiate_type): Initialize `name' to NULL_TREE.  Add
8104         explicit braces to avoid ambiguous `else'.
8105
8106         * cvt.c (convert_to_aggr): Add explicit braces to avoid ambiguous
8107         `else'.
8108
8109         * decl.c (grok_reference_init): Eliminate unused parameter, all
8110         callers changed.
8111         (record_builtin_type): Initialize `tdecl' to NULL_TREE.
8112         (init_decl_processing): Initialize `vb_off_identifier' to NULL_TREE.
8113         (cp_finish_decl): Initialize `ttype' to NULL_TREE.
8114         (grokdeclarator): Add parentheses around && within ||.  Add
8115         explicit braces to avoid ambiguous `else'.
8116         (grokparms): Initialize `type' to NULL_TREE.
8117         (xref_tag): Remove unused label `just_return'.
8118         (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
8119         (finish_function): Initialize `cond' and `thenclause' to NULL_TREE.
8120         (hack_incomplete_structures): Add parentheses around assignment
8121         used as truth value.
8122
8123         * decl2.c (coerce_delete_type): Hide definition of `e3'.
8124
8125         * error.c: Include <stdlib.h>.
8126         (dump_expr): Change the type of `i' to size_t.  Remove unused
8127         label `error'.
8128
8129         * except.c (init_exception_processing): Remove unused variable `d'.
8130         (expand_throw): Likewise for `label'.
8131
8132         * friend.c (add_friends): Add explicit braces to avoid ambiguous
8133         `else'.
8134
8135         * init.c (sort_member_init): Initialize `last_field' to NULL_TREE.
8136         (sort_base_init): Likewise for `binfo'.
8137         (expand_member_init): Likewise for `rval'.
8138         (build_member_call): Add parentheses around assignment used as
8139         truth value.
8140         (build_offset_ref): Add explicit braces to avoid ambiguous `else'.
8141         (build_new): Initialize `nelts' to NULL_TREE.  Initialize
8142         `old_immediate_size_expand' to 0.
8143         (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
8144         (build_vec_delete_1): Remove unused variable `block'.
8145         (expand_vec_init): Initialize `itype' to NULL_TREE.
8146
8147         * lex.c: Include <strings.h> if we don't have <string.h>.  Protect
8148         declaration of `index' and `rindex' with autoconf macros.
8149         (reinit_parse_for_expr): Remove unused variables
8150         `look_for_semicolon' and `look_for_lbrac'.
8151         (cons_up_default_function): Initialize `args' to NULL_TREE.
8152         (readescape): Initialize `firstdig' to 0.
8153         (real_yylex): Add parentheses around assignment used as truth value.
8154
8155         * method.c: Include <strings.h> if we don't have <string.h>.
8156         Protect declaration of `index' with autoconf macro.
8157
8158         * parse.y (primary): Add explicit braces to avoid ambiguous `else'.
8159         Initialize `type' to NULL_TREE.
8160         (structsp): Remove unused variable `id'.
8161
8162         * pt.c (coerce_template_parms): Add explicit braces to avoid
8163         ambiguous `else'.
8164         (lookup_template_class): Initialize `template' to NULL_TREE.
8165         (instantiate_class_template): Remove unused variable `name' and `e'.
8166         (tsubst): Likewise for `i'.  Initialize `last' to NULL_TREE.
8167         (do_poplevel): Initialize `saved_warn_unused' to 0.
8168         (type_unification): Remove unused varable `parm'.
8169         (unify): Likewise for `j'.
8170
8171         * repo.c (init_repo): Add parentheses around assignment used as
8172         truth value.
8173         (finish_repo): Remove unused varable `p'.
8174
8175         * search.c (get_binfo): Initialize `type' to NULL_TREE.
8176         (get_base_distance): Likewise.
8177         (lookup_field): Initialize `rval_binfo_h', `type', `basetype_path'
8178         and `new_v' to NULL_TREE.
8179         (lookup_fnfields): Likewise for `rval_binfo_h'.
8180         (breadth_first_search): Add parentheses around assignment used as
8181         truth value.
8182         (get_template_base): Initialize `type' to NULL_TREE.
8183
8184         * sig.c (append_signature_fields): Initialize `last_mfptr' to
8185         NULL_TREE.
8186         (build_signature_table_constructor): Likewise for
8187         `last_rhs_field', `pfn' and `vt_off'.
8188         (build_sigtable): Likewise for `init'.
8189
8190         * tree.c (break_out_calls): Initialize `t2' to NULL_TREE.
8191         (propagate_binfo_offsets): Likewise for `delta'.
8192         (hash_tree_cons): Initialize hashcode to 0.
8193         (can_free): Likewise for `size'.
8194         (cp_tree_equal): Add explicit braces to avoid ambiguous `else'.
8195
8196         * typeck.c (convert_sequence): Hide prototype.
8197         (common_type): Add explicit braces to avoid ambiguous `else'.
8198         (comp_target_types): Likewise.
8199         (build_x_function_call): Initialize `ctypeptr' to NULL_TREE.
8200         (build_function_call_real): Add explicit braces to avoid ambiguous
8201         `else'.
8202         (convert_arguments): Initialize `called_thing' to 0.
8203         (convert_for_initialization): Initialize `savew' and `savee' to 0.
8204
8205         * typeck2.c (incomplete_type_error): Initialize `errmsg' to 0.
8206         (digest_init): Initialize `old_tail_contents' to NULL_TREE.
8207         (build_x_arrow): Likewise for `last_rval'.
8208
8209         * xref.c (GNU_xref_decl): Initialize `cls' to 0.
8210
8211 Sun Feb  1 12:45:34 1998  J"orn Rennecke  <amylaar@cygnus.co.uk>
8212
8213         * decl.c (init_decl_processing): Use set_sizetype.
8214         * decl2.c (sizetype): Don't declare.
8215         * typeck.c (c_sizeof): Convert result of *_DIV_EXPR to sizetype.
8216         (c_sizeof_nowarn, build_binary_op_nodefault): Likewise.
8217         (build_component_addr, unary_complex_lvalue): Likewise.
8218         * rtti.c (expand_class_desc): Likewise.
8219         * class.c (get_vfield_offset): Likewise.
8220
8221 Thu Jan 29 10:39:30 1998  Mark Mitchell  <mmitchell@usa.net>
8222
8223         * pt.c (convert_nontype_argument): Move check for is_overloaded_fn
8224         early to avoid bogus error.  Handle overloaded function
8225         names provided as template arguments correctly.
8226         (coerce_template_parms): Don't mishandle overloaded functions when
8227         dealing with template template parameters.
8228         (lookup_template_class): Issue an error message, rather than
8229         crashing, when the TYPE_DECL provided is not a template type.
8230
8231 Wed Jan 28 23:14:44 1998  Jason Merrill  <jason@yorick.cygnus.com>
8232
8233         * class.c (instantiate_type): Don't just return a known type if
8234         it's wrong.
8235
8236 Wed Jan 28 11:04:07 1998  Mark Mitchell  <mmitchell@usa.net>
8237
8238         * class.c (instantiate_type): Remove handling of FUNCTION_DECL
8239         since that code could never be reached.
8240
8241         * error.c (dump_decl): Avoid aborting in the midst of printing an
8242         error message about an illegal template declaration.
8243
8244         * parse.y (structsp): Print an error message, rather than crashing,
8245         when a class-head does not name a class.
8246
8247         * pt.c (convert_nontype_argument):  Allow REAL_TYPE and COMPLEX_TYPE
8248         template arguments as a g++ extension.
8249
8250         * cp-tree.def (ALIGNOF_EXPR): New tree code.
8251         * decl2.c (grok_alignof): If processing_template_decl, just store
8252         the expression.
8253         * typeck.c (c_alignof): Likewise.
8254         * decl2.c (build_expr_from_tree): Handle ALIGNOF_EXPR.
8255         * error.c (dump_expr): Likewise.
8256         * pt.c (tsubst_copy): Likewise.
8257         * tree.c (cp_tree_equal): Likewise.
8258         * pt.c (uses_template_parms): Correctly determine whether or not a
8259         SIZEOF_EXPR/ALIGNOF_EXPR uses template parameters so that constant
8260         folding can be done.
8261
8262         * cp-tree.h (grok_enum_decls): Remove type parameter.
8263         * decl.c (grok_enum_decls): Likewise.
8264         * decl2.c (grok_x_components): Call grok_enum_decls
8265         unconditionally, since it will do nothing if there is no
8266         current_local_enum.  Use the new calling sequence.
8267         * pt.c (tsubst_enum): Use the new calling sequence for
8268         grok_enum_decls.
8269
8270         * decl.c (start_function): Make member functions of local classes
8271         in extern inline functions have comdat linkage here...
8272         (grokdeclarator): Rather than here.
8273
8274 Wed Jan 28 10:55:47 1998  Jason Merrill  <jason@yorick.cygnus.com>
8275
8276         * pt.c (convert_nontype_argument): Use decl_constant_value.
8277
8278 Tue Jan 27 16:42:21 1998  Mark Mitchell  <mmitchell@usa.net>
8279
8280         * call.c (add_template_candidate_real): New function.
8281         (add_template_candidate): Use it.
8282         (add_template_conv_candidate): Likewise.
8283         (joust): Pass extra argument to more_specialized.
8284         * class.c (instantiate_type): Handle a single FUNCTION_DECL.
8285         (is_local_class): Remove.
8286         (finish_struct): Check TI_PENDING_SPECIALIZATION_FLAG.
8287         * cp-tree.h (is_local_class): Remove.
8288         (perform_array_to_pointer_conversion): Likewise.
8289         (finish_member_template_decl): Add.
8290         (check_explicit_specialization): Return a tree, not an int.
8291         (more_specialized): Take additional argument.
8292         (get_bindings): Likewise.
8293         (TI_PENDING_SPECIALIZATION_FLAG): New macro.
8294         * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
8295         (perform_array_to_pointer_conversion): Remove.
8296         * decl.c (saved_scope): Add processing_specialization,
8297         processing_explicit_instantiation fields.
8298         (maybe_push_to_top_level): Save them.
8299         (pop_from_top_level): Restore them.
8300         (grokfndecl): Use new return value from
8301         check_explicit_specialization.
8302         (start_decl): Don't check flag_guiding_decls before pushing
8303         decls.
8304         (cp_finish_decl): Remove previous (bogus) change.
8305         (grok_declarator): Use decl_function_context rather than
8306         is_local_class.
8307         * decl2.c (finish_file): Pass extra argument to get_bindings.
8308         (build_expr_from_tree): Let build_x_component_ref check
8309         validity of arguments rather than doing it here.
8310         * lex.c (cons_up_default_function): Remove code fooling with
8311         processing_specialization, processing_explicit_instantiation
8312         flags, as that is now done in {maybe_push_top,pop_from}_top_level.
8313         * method.c (build_overload_identifier): Mangle local classes in
8314         template functions correctly.
8315         * parse.y (finish_member_template_decl): Move to pt.c.
8316         * pt.c (finish_member_template_decl): Moved here from parse.y.
8317         (print_candidates): New function.
8318         (determine_specialization): Change interface.  Properly look for
8319         most specialized versions of template candidates.
8320         (check_explicit_specialization): Fully process explicit
8321         instantiations.
8322         (push_template_decl): Avoid looking at CLASSTYPE fields in
8323         FUNCTION_DECLS.
8324         (determine_overloaded_function): Remove.
8325         (convert_nontype_argument): Change name from
8326         convert_nontype_parameter.  Use determine_overloaded_function
8327         instead of instantiate_type.
8328         (mangle_class_name_for_template): Handle type contexts as well as
8329         function contexts.
8330         (classtype_mangled_name): Likewise.
8331         (lookup_template_class): Likewise.
8332         (tsubst): Likewise.
8333         (more_specialized): Take explict template arguments as a
8334         parameter.
8335         (most_specialized): Likewise.
8336         (get_bindings): Likewise.  Check that return types match before
8337         proclaiming a function a match.
8338         (do_decl_instantiation): Remove code searching for function to
8339         instantiate; that is now done in check_explicit_specialization.
8340         (add_maybe_template): Pass extra argument to get_bindings.
8341         * tree.c (really_overloaded_fn): Use is_overloaded_fn to simplify
8342         implementation.
8343         * typeck.c (build_component_ref): Check for invalid arguments.
8344
8345 Tue Jan 27 01:44:02 1998  Jason Merrill  <jason@yorick.cygnus.com>
8346
8347         * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that
8348         return_target and call_target are equivalent.
8349
8350         * pt.c (type_unification_real): Just accept function parms that
8351         don't use any template parms.
8352
8353 Sun Jan 25 03:30:00 1998  Jason Merrill  <jason@yorick.cygnus.com>
8354
8355         * decl.c (cp_finish_decl): When bailing on a comdat variable, also
8356         unset DECL_NOT_REALLY_EXTERN.
8357
8358         * parse.y (typename_sub*): Fix std::.
8359
8360 Sat Jan 24 12:13:54 1998  Jason Merrill  <jason@yorick.cygnus.com>
8361
8362         * error.c (dump_decl): Fix type default template args.
8363         (dump_type): Hand TEMPLATE_DECL off to dump_decl.
8364
8365 Fri Jan 23 18:34:37 1998  Mumit Khan  <khan@xraylith.wisc.edu>
8366
8367         * lex.c (DIR_SEPARATOR): Define to be '/' if not already defined.
8368         (file_name_nondirectory): Use.
8369
8370 Wed Jan 21 10:29:57 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
8371
8372         * pt.c (coerce_template_parms): Don't access elements of ARGLIST
8373         that are not really present.  Substitute default arguments in
8374         template template arguments.  Correctly convert TEMPLATE_DECL to
8375         TEMPLATE_TEMPLATE_PARM.
8376         (comp_template_args): TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM
8377         are no longer treated specially here.
8378         * parse.y (template_template_parm): Fix copy error.
8379         * decl.c (grokdeclarator): Warn about missing `typename' for nested
8380         type created from template template parameters.
8381         * parse.y (bad_parm): Likewise
8382
8383         * class.c (finish_struct): Handle TEMPLATE_TEMPLATE_PARM.
8384         (push_nested_class): Likewise.
8385         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): New tree code.
8386         * cp-tree.h (DECL_TEMPLATE_TEMPLATE_PARM_P): New macro.
8387         (copy_template_template_parm): Declare.
8388         * decl.c (arg_looking_for_template): New variable.
8389         (lookup_name_real): Handle TEMPLATE_TEMPLATE_PARM.
8390         Try to return TEMPLATE_DECL or TEMPLATE_TEMPLATE_PARM
8391         node if arg_looking_for_template is nonzero.
8392         (pushdecl): Handle TEMPLATE_TEMPLATE_PARM.
8393         (grok_op_properties, xref_tag, xref_basetypes): Likewise.
8394         (grokdeclarator): Handle TEMPLATE_DECL.
8395         * decl2.c (constructor_name_full): Handle TEMPLATE_TEMPLATE_PARM.
8396         * error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM.
8397         (dump_type_prefix, dump_type_suffix): Handle TEMPLATE_TEMPLATE_PARM.
8398         (dump_decl): Handle unnamed template type parameters.
8399         Handle template template parameters.
8400         (dump_function_name): Handle template template parameters.
8401         * init.c (is_aggr_typedef, is_aggr_type, get_aggr_from_typedef):
8402         Handle TEMPLATE_TEMPLATE_PARM.
8403         * method.c (build_template_template_parm_names): New function.
8404         (build_template_parm_names): Handle TEMPLATE_DECL.
8405         (build_overload_nested_name, build_overload_name):
8406         Handle TEMPLATE_TEMPLATE_PARM.
8407         * parse.y (maybe_identifier): New nonterminal.
8408         (template_type_parm): Use it.
8409         (template_template_parm, template_arg1): New nonterminal.
8410         (template_parm): Add template_template_parm rules.
8411         (template_arg): Set processing_template_arg.
8412         (template_arg1): Rules moved from template_arg.
8413         (primary, nonnested_type): Set arg_looking_for_template if we are
8414         processing template arguments.
8415         * pt.c (begin_member_template_processing): Handle TEMPLATE_DECL.
8416         (process_template_parm): Handle template template parameters.
8417         (coerce_template_parms, comp_template_args): Likewise.
8418         (mangle_class_name_for_template, lookup_template_class): Likewise.
8419         (uses_template_parms): Handle TEMPLATE_DECL and
8420         TEMPLATE_TEMPLATE_PARM.
8421         (current_template_args): Handle TEMPLATE_DECL.
8422         (tsubst, tsubst_copy, unify): Handle TEMPLATE_TEMPLATE_PARM.
8423         * search.c (dfs_walk, dfs_record_inheritance):
8424         Handle TEMPLATE_TEMPLATE_PARM.
8425         * tree.c (copy_template_template_parm): New function.
8426         (mapcar): Handle TEMPLATE_TEMPLATE_PARM.
8427         * typeck.c (comptypes): Handle TEMPLATE_TEMPLATE_PARM.
8428
8429 Mon Jan 19 22:40:03 1998  Mark Mitchell  <mmitchell@usa.net>
8430
8431         * decl.c (start_decl): Don't allow duplicate definitions of static
8432         data members.
8433
8434         * call.c (build_user_type_conversion_1): Handle user-defined
8435         template conversion operators correctly.
8436
8437         * decl2.c (build_expr_from_tree): Issue an error message if the
8438         object in a COMPONENT_REF is a TEMPLATE_DECL.
8439
8440         * typeck.c (incomplete_type_error): Handle TEMPLATE_TYPE_PARMs.
8441
8442         * class.c (is_local_class): New function.
8443         * cp-tree.h (is_local_class): Declare it.
8444         (last_tree): Likewise.
8445         (begin_tree): Likewise.
8446         (end_tree): Likewise.
8447         (lookup_template_class): Change prototype.
8448         * decl.c (cp_finish_decl): Check for NULL where necessary.
8449         Consider FUNCTION_DECLS to declare objects with top-level binding,
8450         when calling make_decl_rtl.
8451         (grokdeclarator): Give members of local classes internal linkage.
8452         (start_function): Remove declaration of last_tree.
8453         (finish_function): Set flag_keep_inline_functions around call to
8454         rest_of_compilation if we are processing a member function in a
8455         local class.
8456         (start_method): Call push_template_decl for member functions of
8457         local classes in template functions.
8458         * decl2.c (import_export_decl): Don't give external linkage to
8459         instantiations of templates with internal linkage.
8460         * parse.y (last_tree): Remove declaration.
8461         (template_type): Pass extra parameter to lookup_template_class.
8462         (self_template_type): Likewise.
8463         (structsp): Move call to reset_specialization into left_curly.
8464         (left_curly): Call reset_specialization, and begin_tree.
8465         * pt.c (saved_trees): New variable.
8466         (mangle_class_name_for_template): Change prototype.  Use
8467         additional function context to name local classes in templates
8468         correctly.
8469         (classtype_mangled_name): Pass the context.
8470         (push_template_decl): Handle local classes and templates, and
8471         member functions for such classes.
8472         (convert_nontype_parameter): Fix handling of pointer-to-member
8473         constants.
8474         (lookup_template_class): Handle local classes in templates.
8475         (tsubst): Likewise.  Don't assume that template instantiations
8476         have external linkage; pay attention to the template declaration.
8477         (mark_decl_instantiated): Likewise.
8478         (begin_tree): New function.
8479         (end_tree): Likewise.
8480
8481         * decl.c (xref_basetypes): Don't call complete_type for basetypes
8482         that involve template parameters; that can lead to infinite
8483         recursion unnecessarily.
8484
8485         * pt.c (register_specialization): Do not register specializations
8486         that aren't ready to be registered yet.
8487         (check_explicit_specialization): Handle explicit specialization of
8488         constructors and destructors.
8489         (build_template_decl): New function.
8490         (push_template_delc): Handle out-of-class specializations of
8491         member templates.
8492
8493         * pt.c (check_explicit_specialization): Set up the template
8494         information before registering the specialization.
8495         (coerce_template_parms): Fix thinko.
8496         (tsubst): Handle specializations of member templates correctly.
8497
8498         * class.c (finish_struct_methods): Remove calls to
8499         check_explicit_specialization from here.
8500         (finish_struct): And insert them here.
8501         * cp-tree.h (perform_qualification_conversions): New function.
8502         (perform_array_to_pointer_conversion): Likewise.
8503         (begin_explicit_instantiation): Likewise.
8504         (end_explicit_instantiation): Likewise.
8505         (determine_specialization): Renamed from
8506         determine_explicit_specialization.
8507         (comp_template_parms): New function.
8508         (processing_explicit_instantiation): New variable.
8509         * cvt.c (perform_qualification_conversions): New function.
8510         (perform_array_to_pointer_conversion): Likewise.
8511         * decl.c (duplicate_decls): Don't consider template functions
8512         alike unless they have the same parameters.  Refine handling of
8513         instantiation/specialization mismatches.
8514         (start_decl): Don't call pushdecl for template specializations,
8515         since they don't affect overloading.
8516         (start_function): Likewise.
8517         (grokfndecl): Call check_explicit_specialization a little later.
8518         Don't call duplicate_decls for memberm template specializations.
8519         (grokdeclarator): Don't update template_count for classes that are
8520         themselves specializations.  Remove use of `2' as parameter to
8521         grokfndecl since that value isn't used.
8522         * lex.c (cons_up_default_function): Save and restore
8523         processing_explicit_instantiation around calls to grokfield.
8524         * parse.y (finish_member_template_decl): New function.
8525         (component_decl_1): Use it.
8526         (fn.def2): Likewise.
8527         (template_arg_list_opt): New nonterminal.
8528         (template_type): Use it.
8529         (self_template_type): Likewise.
8530         (template_id): Likewise.
8531         (object_template_id): Likewise.
8532         (notype_template_declarator): Likwise.
8533         (begin_explicit_instantiation): Likewise.
8534         (end_explicit_instantiation): Likewise.
8535         (explicit_instantiation): Use them.
8536         * pt.c (coerce_template_parms): Add parameters.
8537         (processing_explicit_instantiation): New variable.
8538         (convert_nontype_parameter): New function.
8539         (determine_overloaded_function): Likewise.
8540         (begin_explicit_instantiation): Likewise.
8541         (end_explicit_instantiation): Likewise.
8542         (retrieve_specialization): Likewise.
8543         (register_specialization): Likewise.
8544         (processing_explicit_specialization): Removed.
8545         (determine_specialization): Handle specializations of member
8546         functions of template class instantiations.
8547         (check_explicit_specialization): Refine to conform to standard.
8548         (comp_template_parms): New function.
8549         (coerce_template_parms): Call convert_nontype_parameter.
8550         (tsubst): Refine handling of member templates.  Use
8551         register_specialization.
8552         (instantiate_template): Use retrieve_specialization.
8553         (do_decl_instantiation): Likewise.
8554         (instantiate_decl): Likewise.
8555         (type_unification): Improve handling of explict template
8556         arguments.
8557         * tree.c (mapcar): Return error_mark_node, rather than aborting,
8558         on VAR_DECLS, FUNCTION_DECLS, and CONST_DECLS.
8559         * typeck.c (build_unary_op): Call determine_specialization, rather
8560         than determine_explicit_specialization.
8561
8562 Mon Jan 19 13:18:51 1998  Jason Merrill  <jason@yorick.cygnus.com>
8563
8564         * cvt.c (build_up_reference): A TARGET_EXPR has side effects.
8565
8566 Fri Jan 16 11:40:50 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
8567
8568         * error.c (dump_decl): For enum tags, output the tag, not its value.
8569
8570 1998-01-13  Brendan Kehoe  <brendan@cygnus.com>
8571
8572         * decl.c (init_decl_processing): Only call init_rtti_processing
8573         FLAG_RTTI is set.
8574
8575 Mon Jan 12 01:35:18 1998  Jason Merrill  <jason@yorick.cygnus.com>
8576
8577         * init.c (build_new_1): Split out from build_new.
8578         (build_new): Just return a NEW_EXPR.
8579         * expr.c (cplus_expand_expr): Handle NEW_EXPR.
8580
8581         * decl2.c (get_temp_regvar): Tweak.
8582
8583         * cp-tree.h (TREE_CALLS_NEW): Comment out.
8584         * class.c (resolves_to_fixed_type_p): Remove use.
8585         * method.c (build_opfncall): Likewise.
8586         * call.c (build_new_op): Likewise.
8587
8588 Wed Jan  7 23:47:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
8589
8590         * exception.cc (__eh_alloc, __eh_free): New fns.
8591         (__cp_push_exception, __cp_pop_exception): Use them.
8592         (__uncatch_exception): Call terminate here if no exception.
8593         * except.c (build_terminate_handler): New fn.
8594         (expand_start_catch_block): Use it.
8595         (expand_exception_blocks): Likewise.
8596         (alloc_eh_object): New fn.
8597         (expand_throw): Use it.  Protect exception init with terminate.
8598         * typeck.c (build_modify_expr): Remove code that ignores trivial
8599         methods.
8600
8601 Mon Dec 22 11:36:27 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8602
8603         * call.c (add_builtin_candidate): Add default case in enumeration
8604         switch.
8605         (build_new_op): Likewise.
8606         (convert_like): Likewise.
8607         * cvt.c (build_expr_type_conversion): Likewise.
8608         * tree.c (real_lvalue_p): Likewise.
8609         (lvalue_p): Likewise.
8610         (cp_tree_equal): Likewise.
8611         * typeck.c (comptypes): Likewise.
8612         (build_component_ref): Likewise.
8613         (build_function_call_real): Likewise.
8614         (build_binary_op_nodefault): Likewise.
8615         (build_unary_op): Likewise.
8616         (build_modify_expr): Likewise.
8617         * typeck2.c (initializer_constant_valid_p): Likewise.
8618
8619 Sun Dec 21 15:59:00 1997  Nick Clifton  <nickc@cygnus.com>
8620
8621         * decl2.c (lang_decode_option): Add support for -Wunknown-pragmas.
8622
8623 Thu Dec 18 14:51:50 1997  Mark Mitchell  <mmitchell@usa.net>
8624
8625         * pt.c (coerce_template_parms): Make sure to digest_init if
8626         possible.
8627
8628         * decl.c (duplicate_decls): Make the newdecl virtual if the
8629         olddecl was, just as is done with other attributes of olddecl.
8630
8631 Thu Dec 18 14:43:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
8632
8633         * typeck.c (unary_complex_lvalue): Ignore op0 when taking the
8634         address of an OFFSET_REF.
8635
8636         * cp-tree.def: Add AGGR_INIT_EXPR.
8637         * error.c, tree.c, typeck.c: Replace uses of NEW_EXPR with
8638         AGGR_INIT_EXPR where appropriate.
8639         * expr.c (cplus_expand_expr): Likewise.  Simplify.
8640
8641         * decl2.c (finish_file): Remove call to register_exception_table.
8642
8643 Wed Dec 17 17:08:52 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
8644
8645         * pt.c (instantiate_class_template): Don't do injection when
8646         processing_template_decl is true, as pollutes current_binding_level
8647         for base classes.
8648
8649 Wed Dec 17 21:17:39 1997  Peter Schmid  <schmid@ltoi.iap.physik.tu-darmstadt.de>
8650
8651         * pt.c (maybe_fold_nontype_arg): Add prototype.
8652
8653 Tue Dec 16 10:31:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
8654
8655         * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
8656         * error.c (dump_expr): Likewise.
8657
8658 Mon Dec 15 12:22:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
8659
8660         * typeck.c (build_function_call_real): Remove "inline called before
8661         definition" pedwarn.
8662
8663         * pt.c (coerce_template_parms): Use maybe_fold_nontype_arg.
8664
8665 Sun Dec 14 22:34:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
8666
8667         * cvt.c (cp_convert_to_pointer): Fix base conversion of pm's.
8668
8669         * pt.c (type_unification_real): Change __null to type void* with
8670         a warning.
8671
8672 Sun Dec 14 20:38:35 1997  Mark Mitchell  <mmitchell@usa.net>
8673
8674         * call.c (implicit_conversion): Don't call
8675         build_user_type_conversion_1 with a NULL expr, since it will
8676         crash.
8677
8678         * pt.c (unify): Don't try to unify array bounds if either array is
8679         unbounded.
8680
8681 Fri Dec 12 16:09:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
8682
8683         * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at):
8684         Replace extern decls with casts.
8685
8686         * decl.c (expand_start_early_try_stmts): Don't mess with a sequence.
8687         Update last_parm_cleanup_insn.
8688         (store_after_parms): Remove.
8689         * cp-tree.h: Adjust.
8690
8691 Thu Dec 11 22:18:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
8692
8693         * decl2.c (comdat_linkage): Also set DECL_COMDAT.
8694         (finish_file): Check DECL_COMDAT instead of weak|one_only.
8695         (import_export_vtable): Use make_decl_one_only instead of
8696         comdat_linkage for win32 tweak.
8697         (import_export_decl): Likewise.
8698         * pt.c (mark_decl_instantiated): Likewise.
8699
8700         * decl2.c (finish_file): Lose handling of templates in pending_statics.
8701
8702 Thu Dec 11 21:12:09 1997  Jason Merrill  <jason@yorick.cygnus.com>
8703
8704         * decl2.c (finish_file): Lose call to expand_builtin_throw.
8705         * except.c (expand_builtin_throw): Remove.
8706         * cp-tree.h: Remove ptr_ptr_type_node.
8707         * decl.c: Likewise.
8708
8709 Thu Dec 11 20:43:33 1997  Teemu Torma  <tot@trema.com>
8710
8711         * decl.c (ptr_ptr_type_node): Define.
8712         (init_decl_processing): Initialize it.
8713         * cp-tree.h: Declare it.
8714         * exception.cc (__cp_exception_info): Use __get_eh_info.
8715         (__cp_push_exception): Likewise.
8716         (__cp_pop_exception): Likewise.
8717
8718         From Scott Snyder <snyder@d0sgif.fnal.gov>:
8719         * except.c (expand_builtin_throw): Use get_saved_pc_ref instead of
8720         saved_pc.
8721         (init_exception_processing): Removed saved_pc initialization.
8722
8723 Wed Dec 10 11:04:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
8724
8725         * pt.c (instantiate_decl): Defer all templates but inline functions.
8726
8727 Mon Dec  8 23:17:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
8728
8729         * init.c (expand_vec_init): Don't fold a list of parameters.
8730
8731         * decl.c (copy_args_p): Handle copy elision for types with virtual
8732         bases.
8733         * call.c (build_over_call): Likewise.
8734
8735 Sun Dec  7 22:38:12 1997  Mark Mitchell  <mmitchell@usa.net>
8736
8737         * pt.c (lookup_template_function): Copy the template arguments,
8738         not just the list containing them, to the permanent obstack.
8739
8740 Sun Dec  7 15:53:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
8741
8742         * except.c (expand_start_catch_block): suspend_momentary for the
8743         terminate handler.
8744
8745         * error.c (dump_decl): Handle LOOKUP_EXPR.
8746
8747 Sun Dec  7 15:45:07 1997  Mark Mitchell  <mmitchell@usa.net>
8748
8749         * rtti.c (build_dynamic_cast): Copy the cast-to type to the
8750         permanent obstack if we are processing a template decl.
8751         * typeck.c (build_static_cast): Likewise.
8752         (build_const_cast): Likewise.
8753         (build_reinterpret_cast): Likewise.
8754
8755         * pt.c (coerce_template_parms): Coerce some expressions, even
8756         when processing_template_decl.
8757
8758 Sun Dec  7 01:46:33 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
8759
8760         * typeck.c (build_binary_op_nodefault, pointer_diff): Symmetric
8761         handling of pointer difference expressions.
8762
8763         * typeck.c (comp_target_types): Comparison of function/method types
8764         is independent of nptrs.
8765
8766 Sun Dec  7 01:40:27 1997  Mark Mitchell  <mmitchell@usa.net>
8767
8768         * pt.c (tsubst): Avoid creating pointer to reference and
8769         reference to reference types.
8770
8771 Sat Dec  6 01:29:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
8772
8773         * parse.y (do_id): New nonterminal.
8774         (template_id): Use it.
8775
8776 Fri Dec  5 01:17:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
8777
8778         * parse.y (template_id): do_identifier for PFUNCNAMEs, too.
8779         * spew.c (yylex): Don't do_identifier here.
8780         * decl2.c (build_expr_from_tree): Revert last change.
8781
8782         * decl2.c (build_expr_from_tree): Expand the name for a method call.
8783         * parse.y (object_template_id): Don't try to take the DECL_NAME.
8784
8785 Wed Dec  3 20:02:39 1997  Jason Merrill  <jason@yorick.cygnus.com>
8786
8787         * init.c (build_new): Use a TARGET_EXPR instead of SAVE_EXPR for
8788         alloc_expr.
8789         * call.c (build_op_delete_call): Adjust.
8790
8791         * except.c (expand_end_catch_block): Lose rethrow region.
8792         (expand_start_catch_block): Likewise.
8793         (expand_end_catch_block): Don't expand_leftover_cleanups.
8794
8795 Wed Dec  3 13:24:04 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
8796
8797         * pt.c (tsubst): Remove tree_cons call (places redundant info into
8798         DECL_TEMPLATE_INSTANTIATION).
8799
8800 Wed Dec  3 11:44:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
8801
8802         * tree.c (is_overloaded_fn): Handle getting a fn template.
8803         (really_overloaded_fn): Likewise.
8804         * error.c (dump_decl): Handle TEMPLATE_ID_EXPRs better.
8805         * pt.c (check_explicit_specialization): Tweak.
8806         (determine_explicit_specialization): Tweak.
8807
8808         * tree.c, cp-tree.h (get_target_expr): New fn.
8809
8810 Wed Dec  3 08:47:27 1997  Paul Eggert  <eggert@twinsun.com>
8811
8812         * pt.c (check_explicit_specialization): Fix misspelling in
8813         diagnostic: `preceeded'.
8814         * typeck.c (get_delta_difference): Fix misspelling in diagnostic:
8815         `conversiona'.
8816
8817 1997-12-02  Mark Mitchell  <mmitchell@usa.net>
8818
8819         * pt.c (determine_explicit_specialization): Avoid an internal
8820         error for bad specializations.
8821
8822         * method.c (build_overload_value): Handle SCOPE_REF.
8823
8824 Tue Dec  2 19:18:50 1997  Mike Stump  <mrs@wrs.com>
8825
8826         * class.c (prepare_fresh_vtable): Enable even more complex MI
8827         vtable names.
8828
8829 Tue Dec  2 01:37:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
8830
8831         * exception.cc (__check_eh_spec): Optimize a bit.
8832
8833         * exception.cc (__cp_pop_exception): Lose handler arg.
8834         * except.c (do_pop_exception): Likewise.
8835         (push_eh_cleanup): Let the cleanup mechanism supply the handler.
8836         (expand_end_catch_block): Likewise.
8837
8838 Fri Nov 28 01:58:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
8839
8840         * pt.c (check_explicit_specialization): Complain about using a
8841         template-id for a non-specialization.
8842
8843 Fri Nov 28 12:35:19 1997  Scott Christley  <scottc@net-community.com>
8844
8845         * repo.c: Prototype rindex only if needed.
8846         * xref.c: Likewise.
8847
8848 Fri Nov 28 01:56:35 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
8849
8850         * error.c (dump_decl): Handle TEMPLATE_ID_EXPR.
8851
8852 Thu Nov 27 00:59:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
8853
8854         * typeck.c (build_const_cast): Handle references here instead of
8855         handing off to convert_to_reference.
8856
8857         * except.c: Lose Unexpected, SetTerminate, SetUnexpected,
8858         TerminateFunctionCall.
8859         (init_exception_processing): Likewise.  Terminate et al are now
8860         the fns, not ADDR_EXPRs.
8861         (various): Lose redundant assemble_external calls.
8862         (do_unwind): s/BuiltinReturnAddress/builtin_return_address_fndecl/.
8863
8864         * cp-tree.h (struct lang_decl_flags): Add comdat.
8865         (DECL_COMDAT): New macro.
8866         * decl.c (duplicate_decls): Propagate it.
8867         (cp_finish_decl): Handle it.
8868         * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs.
8869
8870         * class.c: Remove static pending_hard_virtuals.
8871         (add_virtual_function): Take pointers to pending_virtuals
8872         and pending_hard_virtuals.
8873         (finish_struct_1): Pass them.  Declare pending_hard_virtuals.
8874
8875 Wed Nov 26 20:28:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
8876
8877         * decl2.c (import_export_vtable): If we support one_only but not
8878         weak symbols, mark instantiated template vtables one_only.
8879         (import_export_decl): Likewise for tinfo functions.
8880         (finish_vtable_vardecl): Also write out vtables from explicitly
8881         instantiated template classes.
8882         * pt.c (mark_class_instantiated): Revert last change.
8883
8884         * except.c (expand_throw): Call mark_used on the destructor.
8885
8886 Wed Nov 26 15:13:48 1997  Jeffrey A Law  (law@cygnus.com)
8887
8888         * lex.c (lang_init): Enable flag_exceptions by default if no
8889         command line switch was specified.
8890
8891 1997-11-26  Mark Mitchell  <mmitchell@usa.net>
8892
8893         * pt.c (unify): Handle `void' template parameters in
8894         specializations.
8895
8896 Wed Nov 26 01:11:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
8897
8898         * rtti.c (build_dynamic_cast): Handle template case here.
8899         (build_dynamic_cast_1): Not here.
8900
8901         * typeck2.c (digest_init): Make copies where appropriate.
8902
8903         * decl2.c (delete_sanity): resolve_offset_ref.
8904
8905         * except.c: Call terminate without caching so many bits.
8906
8907         * except.c (expand_start_catch_block): Fix catching a reference
8908         to pointer.
8909
8910 Tue Nov 25 11:28:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
8911
8912         * init.c (build_new): Copy size to the saveable obstack.
8913
8914         * init.c (build_new): Stick a CLEANUP_POINT_EXPR inside the
8915         TRY_CATCH_EXPR for now.
8916
8917 Mon Nov 24 12:15:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
8918
8919         * typeck.c (mark_addressable): Don't assume a FUNCTION_DECL
8920         has DECL_LANG_SPECIFIC.
8921
8922         * exception.cc (struct cp_eh_info): Add handlers field.
8923         (__cp_push_exception): Initialize it.
8924         (__cp_pop_exception): Decrement it.  Don't pop unless it's 0.
8925         (__throw_bad_exception): Remove.
8926         * except.c (call_eh_info): Add handlers field.
8927         (get_eh_handlers): New fn.
8928         (push_eh_cleanup): Increment handlers.
8929
8930 Fri Nov 21 12:22:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
8931
8932         * except.c (expand_start_eh_spec): Use the try/catch code.
8933         (expand_end_eh_spec): Likewise.  Call __check_eh_spec instead of
8934         doing everything inline.
8935         (init_exception_processing): throw_type_match now takes
8936         const void pointers.
8937         * exception.cc (__check_eh_spec): New fn.
8938         * inc/exception: Neither terminate nor unexpected return.
8939         * decl.c: Make const_ptr_type_node public.
8940         * tinfo2.cc (__throw_type_match_rtti): Take the typeinfos constly.
8941
8942         * except.c (expand_start_catch_block): We only need the rethrow
8943         region for non-sjlj exceptions.
8944         (expand_end_catch_block): Likewise.  Use outer_context_label_stack.
8945
8946 Thu Nov 20 14:40:17 1997  Jason Merrill  <jason@yorick.cygnus.com>
8947
8948         * Make-lang.in (CXX_LIB2FUNCS): Add new op new and op delete objs.
8949         (various.o): Likewise.
8950         * inc/new: Add placement deletes.  Add throw specs for default new.
8951         * new.cc (set_new_handler): Move here from libgcc2.
8952         * new1.cc (new (nothrow)): Catch a bad_alloc thrown from the handler.
8953         (new): Move from libgcc2.  Throw bad_alloc.
8954         * new2.cc: Move the rest of the op news and op deletes from libgcc2.
8955         * decl.c (init_decl_processing): Update exception specs on new and
8956         delete.
8957
8958         * method.c (build_decl_overload_real): Don't mess with global
8959         placement delete.
8960
8961         * init.c (build_new): Check for null throw spec, not nothrow_t.
8962
8963         * decl.c (duplicate_decls): Don't complain about different exceptions
8964         from an internal declaration.
8965
8966         * call.c (build_op_delete_call): Fix check for member fns again.
8967
8968         * decl2.c (import_export_decl): Interface hackery affects
8969         virtual synthesized methods.
8970
8971 Wed Nov 19 18:24:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
8972
8973         * decl.c (start_decl): Don't just complain about a mismatched
8974         scope, fix it.
8975
8976         * decl.c (make_implicit_typename): Handle case where t is not
8977         actually from context.
8978         * tree.c (get_type_decl): Lose identifier case.
8979         * spew.c (yylex): Lose useless call to identifier_typedecl_value.
8980         * parse.y (nonnested_type): Just use lookup_name.
8981         (complex_type_name): Just use IDENTIFIER_GLOBAL_VALUE.
8982
8983 Wed Nov 19 11:45:07 1997  Michael Tiemann  <tiemann@axon.cygnus.com>
8984
8985         * error.c (dump_function_name): Test DECL_LANG_SPECIFIC in case
8986         T was built in C language context (for example, by
8987         output_func_start_profiler).
8988
8989 Wed Nov 19 10:39:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
8990
8991         * decl.c (make_implicit_typename): New fn.
8992         (lookup_name_real): Use it.  Use current_class_type as the context.
8993
8994 Mon Nov 17 23:42:03 1997  Bruno Haible  <haible@ilog.fr>
8995
8996         * pt.c (do_poplevel): Don't prohibit jumps into this contour.
8997
8998 Mon Nov 17 02:01:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
8999
9000         * friend.c (do_friend): Warn about non-template friends in templates.
9001
9002         * call.c (build_op_delete_call): Fix handling of inherited delete.
9003
9004         * search.c (dfs_record_inheritance): Ignore template type parms.
9005
9006 Sat Nov 15 00:30:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
9007
9008         * call.c (build_new_op): Fix copy error.
9009         (build_op_new_call): New fn.
9010         (build_op_delete_call): New fn.
9011         * cp-tree.h: Declare them.
9012         * init.c (build_new): Use them.  Support placement delete.
9013         (build_x_delete): Use build_op_delete_call.
9014         (build_delete): Likewise.
9015         * decl2.c (delete_sanity): Likewise.
9016         (coerce_delete_type): Don't complain about placement delete.
9017
9018 Thu Nov 13 01:52:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9019
9020         * call.c (build_new_function_call): Remove unused 'obj' parm.
9021         * cp-tree.h, typeck.c: Adjust.
9022
9023         * init.c (build_new): Make the cleanup last longer.
9024         (expand_vec_init): Call do_pending_stack_adjust.
9025
9026 Wed Nov 12 11:04:33 1997  Jason Merrill  <jason@yorick.cygnus.com>
9027
9028         * pt.c (do_type_instantiation): Fix typo.
9029         (mark_class_instantiated): If we support one_only but not weak
9030         symbols, don't mark this as known.
9031
9032         * init.c (build_new): Handle vec delete in EH cleanup.
9033
9034 Wed Nov 12 08:11:55 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
9035
9036         * call.c (build_method_call): Call complete_type before checking
9037         for destructor.
9038
9039 Sun Nov  9 01:29:55 1997  Jim Wilson  (wilson@cygnus.com)
9040
9041         * decl.c (add_block_current_level): Delete.
9042         * init.c (build_vec_delete_1): Delete build_block and
9043         add_block_current_level calls.
9044
9045 Wed Nov 12 00:48:16 1997  Jason Merrill  <jason@yorick.cygnus.com>
9046
9047         * init.c (build_new): Handle freeing allocated memory when the
9048         constructor throws.
9049
9050         * call.c (build_new_method_call): Fix flags arg.
9051
9052         * pt.c (do_type_instantiation): Don't try to instantiate
9053         member templates.
9054         (mark_decl_instantiated): If we support one_only but not
9055         weak symbols, mark this one_only.
9056         * decl2.c (import_export_vtable): Don't defer handling of vtables
9057         if MULTIPLE_SYMBOL_SPACES.
9058
9059 Tue Nov 11 12:02:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
9060
9061         * except.c (expand_end_catch_block): Lose call to __sjpopnthrow.
9062
9063 Tue Nov 11 02:53:44 1997  Jason Merrill  <jason@lasher.cygnus.com>
9064
9065         * except.c (do_pop_exception): Return a value.
9066
9067 Mon Nov 10 20:25:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
9068
9069         * call.c (build_new_method_call): Handle getting a
9070         TEMPLATE_ID_EXPR around a TEMPLATE_DECL.  Don't look for a field
9071         if we got template parms.
9072         * typeck.c (build_x_function_call): Remember the TEMPLATE_ID_EXPR,
9073         not just the args.
9074         * decl2.c (build_expr_from_tree): Tweak last change.
9075         * pt.c (tsubst_copy): Use get_first_fn instead of TREE_VALUE.
9076         (maybe_fold_nontype_arg): Split out from tsubst_copy.
9077         * tree.c (get_first_fn): Just return a TEMPLATE_ID_EXPR.
9078
9079 Mon Nov 10 20:08:38 1997  Kriang Lerdsuwanakij  <lerdsuwa@scf-fs.usc.edu>
9080
9081         * pt.c (tsubst_copy): Handle explicit template arguments in
9082         function calls.
9083         * typeck.c (build_x_function_call): Likewise.
9084         * decl2.c (build_expr_from_tree): Lookup function name if it
9085         hasn't been done.
9086
9087         * pt.c (tsubst): Instantiate template functions properly when
9088         template parameter does not appear in function arguments and return
9089         type.
9090         (comp_template_args): Handle member templates required by tsubst.
9091
9092 Mon Nov 10 20:08:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9093
9094         * decl.c (grokdeclarator): Tweak conditions for pedwarn in
9095         previous change.
9096
9097 Mon Nov 10 20:08:29 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
9098
9099         * pt.c (coerce_template_parms): Tweak error message.
9100
9101         * decl.c (grokdeclarator): If -Wreturn-type, warn everytime a
9102         return type defaults to `int', even if there are storage-class
9103         specifiers.
9104
9105 Mon Nov 10 03:04:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
9106
9107         Complete nested exception support.
9108         * except.c (do_pop_exception): Split out...
9109         (push_eh_cleanup): From here.  Handle the EH region by hand.
9110         (expand_start_catch_block): Add a new level for the catch parm.
9111         Move the rethrow region outside the two cleanup regions.
9112         Protect the initializer for the catch parm with terminate.
9113         (expand_end_catch_block): Likewise.  End the region for the eh_cleanup.
9114         * exception.cc (__cp_pop_exception): Now takes two parms.  Handle
9115         popping off the middle of the stack.
9116         * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR,
9117         WITH_CLEANUP_EXPR, and UNSAVE_EXPR.
9118         (build_cplus_new): Only wrap CALL_EXPRs.
9119         * init.c (expand_default_init): Handle a TRY_CATCH_EXPR around
9120         the constructor call.
9121
9122 Sun Nov  9 18:00:26 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9123
9124         * Make-lang.in (c++.distdir): Make inc subdirectory.
9125
9126 Fri Nov  7 11:57:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
9127
9128         * decl2.c (finish_file): Put back some code.
9129
9130 Thu Nov  6 11:28:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
9131
9132         * decl2.c (finish_file): Remove redundant code.
9133         * method.c (emit_thunk): Don't let the backend defer generic thunks.
9134
9135 Wed Nov  5 23:52:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
9136
9137         * except.c (call_eh_info): Split out...
9138         (push_eh_info): From here.
9139         (expand_builtin_throw): Use it.
9140         (expand_start_catch_block): Move region start back.
9141
9142 Tue Nov  4 13:45:10 1997  Doug Evans  <devans@canuck.cygnus.com>
9143
9144         * lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
9145         (real_yylex): Record wide strings using target endianness, not host.
9146
9147 1997-11-03  Brendan Kehoe  <brendan@lisa.cygnus.com>
9148
9149         * repo.c (rindex): Add decl unconditionally.
9150         (get_base_filename, open_repo_file): Don't cast rindex.
9151         * xref.c (rindex): Add decl unconditionally.
9152         (index): Remove unused decl.
9153         (open_xref_file): Don't cast rindex.
9154
9155 Sun Nov  2 15:04:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
9156
9157         * class.c (build_vbase_path): Propagate the result type properly.
9158
9159 1997-11-01  Brendan Kehoe  <brendan@lisa.cygnus.com>
9160
9161         * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replace
9162         remaining use of saved_throw_type with a call to get_eh_type.
9163
9164 1997-10-31  Brendan Kehoe  <brendan@lisa.cygnus.com>
9165
9166         * lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
9167         (file_name_nondirectory): New function, doing the same as the macro.
9168         (set_typedecl_interface_info): Use it instead of the macro.
9169         (check_newline): Likewise.
9170         (handle_cp_pragma): Likewise.
9171
9172         * repo.c (get_base_filename): Cast result of rindex to char*.
9173         (open_repo_file): Likewise.
9174         * xref.c (open_xref_file): Likewise.
9175         * error.c (dump_char): Make its arg int, not char.
9176
9177         * except.c (push_eh_info): Pass the number of fields - 1 down, not
9178         the exact number of fields.
9179
9180 Fri Oct 31 01:47:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
9181
9182         Support for nested exceptions.
9183         * tinfo2.cc (__is_pointer): New fn.
9184         * exception.cc (struct cp_eh_info): Define.
9185         (__cp_exception_info, __uncatch_exception): New fns.
9186         (__cp_push_exception, __cp_pop_exception): New fns.
9187         * except.c: Lose saved_throw_{type,value,cleanup,in_catch}.
9188         Lose empty_fndecl.
9189         (init_exception_processing): Likewise.  __eh_pc is now external.
9190         (push_eh_info): New fn.
9191         (get_eh_{info,value,type,caught}): New fns.
9192         (push_eh_cleanup): Just call __cp_pop_exception.
9193         (expand_start_catch_block): Use push_eh_info.  Start the eh region
9194         sooner.
9195         (expand_end_eh_spec): Use push_eh_info.
9196         (expand_throw): Call __cp_push_exception to set up the exception info.
9197         Just pass the destructor or 0 as the cleanup.  Call __uncatch_exception
9198         when we rethrow.
9199         (expand_builtin_throw): Don't refer to empty_fndecl.
9200
9201 Thu Oct 23 02:01:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
9202
9203         * pt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATION on new decl.
9204
9205 1997-10-22  Brendan Kehoe  <brendan@cygnus.com>
9206
9207         * method.c (build_template_parm_names, build_decl_overload_real):
9208         Add static to definitions.
9209         * pt.c (add_to_template_args, note_template_header,
9210         processing_explicit_specialization, type_unification_real): Likewise.
9211         ({determine,check}_explicit_specialization): Use a single string for
9212         error messages.
9213
9214 Mon Oct 20 12:06:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
9215
9216         * except.c (expand_exception_blocks): Call do_pending_stack_adjust.
9217         (expand_end_catch_block): Likewise.
9218         (expand_end_eh_spec): Likewise.
9219
9220 Mon Oct 20 11:44:20 1997  Mark Mitchell  <mmitchell@usa.net>
9221
9222         * decl.c (duplicate_decls): Handle template specializations
9223         correctly.
9224         * error.c (dump_function_name): Fix printing of specializations of
9225         member functions that are not member templates.
9226         * cp-tree.h (processing_specialization): Make global.
9227         * pt.c (processing_specialization): Likewise.
9228         * lex.c (cons_up_default_function): Save and restore
9229         processing_specialization to avoid confusion.
9230
9231 Mon Oct 20 10:52:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
9232
9233         * decl.c (init_decl_processing): Give null_node unknown* type.
9234         * typeck.c (comp_target_types): Handle UNKNOWN_TYPE.
9235         (common_type): Likewise.
9236         * error.c (args_as_string): Recognize null_node.
9237
9238 Sun Oct 19 09:13:01 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9239
9240         * typeck.c (rationalize_conditional_expr): Handle {MIN,MAX}_EXPR.
9241         (unary_complex_lvalue): Call it for {MIN,MAX}_EXPR.
9242
9243         * decl.c (init_decl_processing): Call using_eh_for_cleanups.
9244
9245         * Make-lang.in (g++): Include prefix.o.
9246
9247 Thu Oct 16 15:31:09 1997  Judy Goldberg  <judygold@sanwafp.com>
9248
9249         * pt.c (determine_explicit_specialization): Initialize "dummy"
9250         to keep Purify quiet.
9251
9252 Thu Oct 16 00:14:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9253
9254         * method.c (build_overload_value): Handle TEMPLATE_CONST_PARMs here.
9255         (build_overload_int): Not here.
9256
9257 Wed Oct 15 00:35:28 1997  Mike Stump  <mrs@wrs.com>
9258
9259         * class.c (build_type_pathname): Remove.
9260         (prepare_fresh_vtable): Fix problem with complex MI vtable names.
9261
9262 1997-10-14  Brendan Kehoe  <brendan@lisa.cygnus.com>
9263
9264         * parse.y (unary_expr): Give a pedwarn if someone tries to use the
9265         &&label GNU extension.
9266
9267 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
9268
9269         * decl.c (pushtag): Unset DECL_ASSEMBLER_NAME before setting it,
9270         so as to avoid incorrect manglings.
9271         * method.c (build_decl_overload_real): Don't mangle return types
9272         for constructors.
9273
9274 Tue Oct 14 11:46:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
9275
9276         * cp-tree.h (scratchalloc, build_scratch_list, make_scratch_vec,
9277         scratch_tree_cons): Define as macros for now.
9278         * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, expr.c, init.c,
9279         lex.c, method.c, parse.y, pt.c, rtti.c, search.c, tree.c, typeck.c,
9280         typeck2.c: Use them and the expression_obstack variants.
9281
9282 Mon Oct 13 17:41:26 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
9283
9284         * decl.c (store_return_init): Allow classes with explicit ctors to
9285         be used with the named return values extension.
9286
9287 Fri Oct 10 12:21:11 1997  Jason Merrill  <jason@yorick.cygnus.com>
9288
9289         * pt.c (instantiate_decl): Fix previous change.
9290
9291 Thu Oct  9 12:08:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
9292
9293         * pt.c (tsubst): Fix thinko.
9294         (instantiate_decl): Really use the original template.
9295
9296         * call.c (build_new_method_call): Use simple constructor_name for
9297         error messages.
9298
9299 Wed Oct  8 22:44:42 1997  Jeffrey A Law  <law@cygnus.com>
9300
9301         * method.c (build_underscore_int): Don't use ANSI specific
9302         features.
9303
9304 Wed Oct  8 00:18:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
9305
9306         * decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN
9307         for our key method; it might have been inlined by -O3.
9308
9309 Tue Oct  7 23:00:12 1997  Mark Mitchell  <mmitchell@usa.net>
9310
9311         * decl.c (make_typename_type): Do not try to call lookup_field for
9312         non-aggregate types.
9313
9314 Tue Oct  7 22:52:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9315
9316         * typeck.c (build_reinterpret_cast): Tweak.
9317
9318 Tue Oct  7 22:45:31 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9319
9320         * typeck.c (build_reinterpret_cast): Converting a void pointer
9321         to function pointer with a reinterpret_cast produces a warning
9322         if -pedantic is issued.
9323
9324 Tue Oct  7 22:43:43 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
9325
9326         * typeck.c (c_expand_return): Don't warn about returning a
9327         reference-type variable as a reference.
9328
9329 Tue Oct  7 21:11:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
9330
9331         * method.c (build_static_name): Fix typo.
9332
9333 1997-10-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
9334
9335         * decl.c (duplicate_decls): Make sure DECL_LANG_SPECIFIC is set on
9336         OLDDECL before we try to do DECL_USE_TEMPLATE.
9337
9338 Tue Oct  7 00:48:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9339
9340         * decl.c (duplicate_decls): Don't warn about template instances.
9341
9342         * typeck.c (mark_addressable): Lose ancient code that unsets
9343         DECL_EXTERNAL.
9344
9345         * pt.c (do_decl_instantiation): Lose support for instantiating
9346         non-templates.
9347
9348         * call.c (build_new_function_call): Fix handling of null explicit
9349         template args.
9350         (build_new_method_call): Likewise.
9351
9352 Mon Oct  6 23:44:34 1997  Mark Mitchell  <mmitchell@usa.net>
9353
9354         * method.c (build_underscore_int): Fix typo.
9355
9356 1997-10-06  Brendan Kehoe  <brendan@lisa.cygnus.com>
9357
9358         * tree.c (print_lang_statistics): #if 0 call to
9359         print_inline_obstack_statistics until its definition is checked in.
9360
9361 Mon Oct  6 09:27:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
9362
9363         * decl2.c (finish_file): Move dump_tree_statistics to end.
9364
9365         * pt.c (instantiate_decl): Look for the original template.
9366         (tsubst): Set DECL_IMPLICIT_INSTANTIATION on partial instantiations
9367         of member templates.
9368
9369 Wed Oct  1 08:41:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9370
9371         * Makefile.in (g++FAQ.*): New rules.
9372         (CONFLICTS): Update.
9373         * g++FAQ.texi: Moved from libg++.
9374
9375         * parse.y (PFUNCNAME): Only specify the type once.
9376
9377 1997-10-01  Brendan Kehoe  <brendan@lasher.cygnus.com>
9378
9379         * lex.c (real_yylex): Clean up the code to fully behave the way
9380         the c-lex.c parser does for complex and real numbers.
9381
9382 Tue Sep 30 08:51:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9383
9384         * method.c (build_decl_overload_real): Reformat.
9385
9386 Tue Sep 30 00:18:26 1997  Jason Merrill  <jason@yorick.cygnus.com>
9387
9388         * method.c (synthesize_method): If at_eof, determine our linkage.
9389
9390 1997-09-29  Paul Eggert  <eggert@twinsun.com>
9391
9392         * lex.c (real_yylex): Treat `$' just like `_', except issue a
9393         diagnostic if !dollars_in_ident or if pedantic.
9394
9395         * lang-specs.h (@c++): -ansi no longer implies -$.
9396
9397         * decl2.c (lang_decode_option):
9398         -traditional and -ansi now do not mess with
9399         dollars_in_ident.
9400
9401 Mon Sep 29 19:57:51 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9402
9403         * Makefile.in (parse.o, decl.o): Also depend on
9404         $(srcdir)/../except.h $(srcdir)/../output.h.
9405         (decl2.o): Also depend on $(srcdir)/../expr.h ../insn-codes.h
9406         $(srcdir)/../except.h $(srcdir)/../output.h.
9407         (typeck.o, init.o): Also depend on $(srcdir)/../expr.h
9408         ../insn-codes.h.
9409
9410         * call.c, cp-tree.h, decl.c, tree.c: Finish prototyping.
9411
9412         * expr.c (cplus_expand_expr): Make it static.
9413
9414         * decl2.c, init.c, typeck.c: Include "expr.h".
9415         (expand_expr): Use proper values when calling the function.
9416
9417 Mon Sep 29 11:05:54 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9418
9419         * lang-options.h: New -Wold-style-cast flag.
9420         * cp-tree.h (warn_old_style_cast): New variable.
9421         * decl2.c (warn_old_style_cast): Likewise.
9422         (lang_decode_option): Support -Wold-style-cast.
9423         (reparse_absdcl_as_casts): Produce old-style-cast warning.
9424
9425 Mon Sep 29 09:20:53 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
9426
9427         * decl.c (cp_finish_decl): Allow expand_aggr_init to set
9428         TREE_USED, reset value based on already_used.
9429
9430         * init.c (expand_member_init): Revert change.
9431
9432 Mon Sep 29 08:57:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9433
9434         * cp-tree.h, decl.c, decl2.c, pt.c:
9435         Lose DECL_C_STATIC and DECL_PUBLIC.  Don't pretend statics are public.
9436
9437         * decl2.c (lang_decode_option): Add missing ;.
9438
9439 Sat Sep 27 16:22:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9440
9441         * friend.c (do_friend): Disable injection for all template-derived
9442         decls.
9443         * decl2.c (lang_decode_option): Handle -fguiding-decls.
9444         * parse.y (notype_template_declarator): New nonterminal.
9445         (direct_notype_declarator): Use it.
9446         (complex_direct_notype_declarator): Likewise.
9447         (object_template_id): Accept any kind of identifier after TEMPLATE.
9448         (notype_qualified_id): Don't add template declarators here.
9449
9450 Sat Sep 27 16:21:58 1997  Mark Mitchell  <mmitchell@usa.net>
9451
9452         * call.c (add_template_candidate): Add explicit_targs parameter.
9453         (build_scoped_method_call): Use it.
9454         (build_overload_call_real): Likewise.
9455         (build_user_type_conversion_1): Likewise.
9456         (build_new_function_call): Likewise.
9457         (build_object_call): Likewise.
9458         (build_new_op): Likewise.
9459         (build_new_method_call): Likewise.
9460         (build_new_function_call): Handle TEMPLATE_ID_EXPR.
9461         (build_new_method_call): Likewise.
9462
9463         * class.c (finish_struct_methods): Add specialization pass to
9464         determine which methods were specializing which other methods.
9465         (instantiate_type): Handle TEMPLATE_ID_EXPR.
9466
9467         * cp-tree.def (TEMPLATE_ID_EXPR): New tree code.
9468
9469         * cp-tree.h (name_mangling_version): New variable.
9470         (flag_guiding_decls): Likewise.
9471         (build_template_decl_overload): New function.
9472         (begin_specialization): Likewise.
9473         (reset_specialization): Likewise.
9474         (end_specialization): Likewise.
9475         (determine_explicit_specialization): Likewise.
9476         (check_explicit_specialization): Likewise.
9477         (lookup_template_function): Likewise.
9478         (fn_type_unification): Add explicit_targs parameter.
9479         (type_unification): Likewise.
9480
9481         * decl.c (duplicate_decls): Add smarts for explicit
9482         specializations.
9483         (grokdeclarator): Handle TEMPLATE_ID_EXPR, and function
9484         specializations.
9485         (grokfndecl): Call check_explicit_specialization.
9486
9487         * decl2.c (lang_decode_option): Handle -fname-mangling-version.
9488         (build_expr_from_tree): Handle TEMPLATE_ID_EXPR.
9489         (check_classfn): Handle specializations.
9490
9491         * error.c (dump_function_name): Print specialization arguments.
9492
9493         * friend.c (do_friend): Don't call pushdecl for template
9494         instantiations.
9495
9496         * init.c (build_member_call): Handle TEMPLATE_ID_EXPR.
9497
9498         * lang-options.h: Add -fname-mangling-version, -fguiding-decls,
9499         and -fno-guiding-decls.
9500
9501         * lex.c (identifier_type): Return PFUNCNAME for template function
9502         names.
9503
9504         * method.c (build_decl_overload_real): New function.
9505         (build_template_parm_names): New function.
9506         (build_overload_identifier): Use it.
9507         (build_underscore_int): New function.
9508         (build_overload_int): Use it.  Add levels for template
9509         parameters.
9510         (build_overload_name): Likewise.  Also, handle TYPENAME_TYPEs.
9511         (build_overload_nested_names): Handle template type parameters.
9512         (build_template_decl_overload): New function.
9513
9514         * parse.y (YYSTYPE): New ntype member.
9515         (nested_name_specifier): Use it.
9516         (nested_name_specifier_1): Likewise.
9517         (PFUNCNAME): New token.
9518         (template_id, object_template_id): New non-terminals.
9519         (template_parm_list): Note specializations.
9520         (template_def): Likewise.
9521         (structsp): Likewise.
9522         (fn.def2): Handle member template specializations.
9523         (component_decl_1): Likewise.
9524         (direct_notype_declarator): Handle template-ids.
9525         (component_decl_1): Likewise.
9526         (direct_notype_declarator): Handle template-ids.
9527         (primary): Handle TEMPLATE_ID_EXPR, and template-ids.
9528
9529         * pt.c (processing_specializations): New variable.
9530         (template_header_count): Likewise.
9531         (type_unification_real): New function.
9532         (processing_explicit_specialization): Likewise.
9533         (note_template_header): Likewise.
9534         (is_member_template): Handle specializations.
9535         (end_template_decl): Call reset_specialization.
9536         (push_template_decl): Handle member template specializations.
9537         (tsubst): Likewise.
9538         (tsubst_copy): Handle TEMPLATE_ID_EXPR.
9539         (instantiate_template): Handle specializations.
9540         (instantiate_decl): Likewise.
9541         (fn_type_unification): Handle explicit_targs.
9542         (type_unification): Likewise.  Allow incomplete unification
9543         without an error message, if allow_incomplete.
9544         (get_bindings): Use new calling sequence for fn_type_unification.
9545
9546         * spew.c (yylex): Handle PFUNCNAME.
9547
9548         * tree.c (is_overloaded_fn): Handle TEMPLATE_ID_EXPR.
9549         (really_overloaded_fn): Likewise.
9550         (get_first_fn): Handle function templates.
9551
9552         * typeck.c (build_x_function_call): Use really_overloaded_fn.
9553         Handle TEMPLATE_ID_EXPR.
9554         (build_x_unary_op): Likewise.
9555         (build_unary_op): Likewise.
9556         (mark_addressable): Templates whose address is taken are marked
9557         as used.
9558
9559 1997-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9560
9561         * decl.c (init_decl_processing): Declare __builtin_constant_p as
9562         accepting any kind of type, not only int.
9563
9564 Fri Sep 26 00:22:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
9565
9566         * search.c (get_matching_virtual): Notice virtual bases when sorrying
9567         about covariant returns.
9568
9569         * parse.y (member_init): Also imply typename here.  Remove ancient
9570         extension for initializing base members.
9571
9572 Thu Sep 25 11:11:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
9573
9574         Handle multi-level typenames and implicit typename in base list.
9575         * parse.y (typename_sub{,[0-2]}): New rules.
9576         (structsp, rule TYPENAME_KEYWORD): Use typename_sub.
9577         (nonnested_type): New rule.
9578         (complete_type_name): Use it.
9579         (base_class.1): Use typename_sub and nonnested_type.
9580         (nested_name_specifier): Don't elide std:: here.
9581         * decl.c (make_typename_type): Handle getting a type for NAME.
9582         (lookup_name_real): Turn std:: into :: here.
9583
9584         Rvalue conversions were removed in London.
9585         * call.c (is_subseq): Don't consider lvalue transformations.
9586         (build_conv): LVALUE_CONV and RVALUE_CONV get IDENTITY_RANK.
9587         (joust): Re-enable ?: kludge.
9588
9589 1997-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
9590
9591         * decl.c (start_function): Up warning of no return type to be a
9592         pedwarn.
9593
9594 Mon Sep 22 14:15:34 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
9595
9596         * init.c (expand_member_init): Don't set TREE_USED.
9597         * decl.c (cp_finish_decl): Mark decls used if type has TREE_USED
9598         set,don't clear TREE_USED wholesale.
9599
9600 Sat Sep 20 15:31:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
9601
9602         * call.c (build_over_call): Do require_complete_type before
9603         build_cplus_new.
9604
9605 Thu Sep 18 16:47:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
9606
9607         * search.c (lookup_field): Call complete_type in all cases.
9608
9609         * decl.c (finish_function): Just warn about flowing off the end.
9610
9611 Wed Sep 17 10:31:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
9612
9613         * decl.c (grokparms): Don't bash a permanent list node if we're
9614         in a function.
9615
9616 1997-09-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
9617
9618         * Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
9619
9620 Tue Sep 16 14:06:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
9621
9622         * call.c (build_new_op): Give better error for syntactically
9623         correct, but semantically invalid, use of undeclared template.
9624
9625         * call.c (compare_qual): Handle pmfs.
9626
9627         * decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
9628         after the exception spec.
9629
9630 Mon Sep 15 11:52:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
9631
9632         * call.c (null_ptr_cst_p): Integer type, not integral type.
9633
9634         * call.c (joust): Disable warnings until they can be moved to the
9635         right place.
9636
9637 Fri Sep 12 16:11:13 1997  Per Bothner  <bothner@cygnus.com>
9638
9639         * Makefile.in, config-lang.in:  Convert to autoconf.
9640
9641 Thu Sep 11 17:14:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
9642
9643         * decl.c (lookup_name_real): Add implicit 'typename' to types from
9644         base classes.
9645
9646         * pt.c (most_specialized_class): Fix typo.
9647         (tsubst): Move constant folding to TREE_VEC case.
9648
9649 Thu Sep 11 10:08:45 1997  Mark Mitchell  <mmitchell@usa.net>
9650
9651         * pt.c (do_poplevel): Don't warn about unused local variables
9652         while processing_template_decl since we don't always know whether
9653         or not they will need constructing/destructing.
9654
9655         * pt.c (uses_template_parms): Check the values of an enumeration
9656         type to make sure they don't depend on template parms.
9657
9658         * decl.c (make_typename_type): Don't lookup the field if the
9659         context uses template parms, even if we're not
9660         processing_template_decl at the moment.
9661
9662         * pt.c (coerce_template_parms): Avoid looking at the
9663         TYPE_LANG_DECL portion of a typename type, since there won't be
9664         one.
9665         (tsubst): Do constant folding as necessary to make sure that
9666         arguments passed to lookup_template_class really are constants.
9667
9668 Wed Sep 10 11:21:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
9669
9670         * except.c (expand_builtin_throw): #ifndef DWARF2_UNWIND_INFO.
9671         * decl2.c (finish_file): Only register exception tables if we
9672         need to.
9673
9674         * decl.c (init_decl_processing): Add __builtin_[fs]p.
9675
9676 Tue Sep  9 19:49:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9677
9678         * pt.c (unify): Just return 0 for a TYPENAME_TYPE.
9679
9680 Tue Sep  9 17:57:25 1997  Mark Mitchell  <mmitchell@usa.net>
9681
9682         * error.c (dump_decl): Avoid crashing when presented with a
9683         uninitialized constant, as can occur with a template parameter.
9684         (dump_expr): Make sure that there are enough levels of
9685         current_template_parms before we start diving through them.
9686
9687 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
9688
9689         * typeck.c (build_indirect_ref): Heed FLAG_VOLATILE similar to
9690         c-typeck.c.
9691
9692 Tue Sep  9 09:36:39 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
9693
9694         * except.c (expand_throw): Call build_delete for all
9695         exception types, not just objects with destructors.
9696
9697 Mon Sep  8 02:33:20 1997  Jody Goldberg  <jodyg@idt.net>
9698
9699         * decl.c (current_local_enum): Remove static.
9700         * pt.c (tsubst_enum): Save and restore value of current_local_enum
9701         in case template is expanded in enum decl.
9702         (instantiate_class_template): Use new tsubst_enum signature.
9703         (tsubst_expr): Likewise.
9704
9705 Mon Sep  8 01:21:43 1997  Mark Mitchell  <mmitchell@usa.net>
9706
9707         * pt.c (begin_member_template_processing): Take a function as
9708         argument, not a set of template arguments.  Use the template
9709         parameters, rather than the arguments.  Handle non-type parameters
9710         correctly.  Push a binding level for the parameters so that multiple
9711         member templates using the same parameter names can be declared.
9712         (end_member_template_processing): Pop the binding level.
9713         (push_template_decl): Mark member templates as static when
9714         appropriate.
9715
9716         * lex.c (do_pending_inlines): Pass the function, not its template
9717         arguments, to begin_member_template_processing.
9718         (process_next_inline): Likewise.
9719         (do_pending_defargs): Likewise.
9720
9721         * error.c (dump_expr): Obtain the correct declaration for a
9722         TEMPLATE_CONST_PARM.
9723
9724         * call.c (add_template_conv_candidate): New function.
9725         (build_object_call): Handle member templates, as done in the other
9726         build_ functions.
9727
9728 Sat Sep  6 10:20:27 1997  Mark Mitchell  <mmitchell@usa.net>
9729
9730         * decl.c (replace_defag): Undo previous change.
9731         * lex.c (do_pending_defargs): Deal with member templates.
9732
9733         * pt.c (is_member_template): Avoid crashing when passed a
9734         non-function argument.
9735
9736 Fri Sep  5 17:27:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
9737
9738         * class.c (grow_method): Remove check for redeclaration.
9739
9740 Fri Sep  5 01:37:17 1997  Mark Mitchell  <mmitchell@usa.net>
9741
9742         * cp-tree.h (INNERMOST_TEMPLATE_PARMS): New macro.
9743         (DECL_INNERMOST_TEMPLATE_PARMS): Likewise.
9744         (PRIMARY_TEMPLATE_P): Use it.
9745         * call.c (build_overload_call_real): Use it.
9746         * class.c (instantiate_type): Likewise.
9747         * decl.c (decls_match): Likewise.
9748         * method.c (build_overload_identifier): Likewise.
9749         * pt.c (push_template_decl): Likewise.
9750         (classtype_mangled_name): Likewise.
9751         (lookup_template_class): Likewise.
9752
9753         * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to
9754         DECL_NTPARMS to conform to usage elsewhere.
9755         * call.c (add_template_candidate): Likewise.
9756         * class.c (instantiate_type): Likewise.
9757         * pt.c (instantiate_template): Likewise.
9758         (get_bindings): Likewise.
9759
9760         * class.c (grow_method): Use DECL_FUNCTION_TEMPLATE_P instead of
9761         is_member_template.
9762
9763         * pt.c (unify): Undo changes to allow multiple levels of template
9764         parameters.
9765         (type_unification): Likewise.
9766         (fn_type_unification): Likewise.
9767         (get_class_bindings): Likewise.
9768         * cp-tree.h (Likewise).
9769
9770         * decl.c (replace_defarg): Check that the type of the default
9771         parameter does not invlove a template type before complaining
9772         about the initialization.
9773
9774         * error.c (dump_expr): Deal with template constant parameters in
9775         member templates correctly.
9776
9777         * pt.c (is_member_template): Deal with class specializations
9778         correctly.
9779         (tsubst): Handle "partial instantiation" of member templates
9780         correctly.
9781
9782 Wed Sep  3 12:30:24 1997  Mark Mitchell  <mmitchell@usa.net>
9783
9784         * pt.c (type_unification): Change calling sequence to allow for
9785         multiple levels of template parameters.
9786         (tsubst_expr): Likewise.
9787         (tsubst): Likewise.
9788         (tsubst_copy): Likewise.
9789         (instantiate_template): Likewise.
9790         (unify): Likewise.
9791         * call.c (build_overload_call_real): Use it.
9792         (add_builtin_candidate): Use it.
9793         (build_new_method_call): Use it.
9794         * class.c (instantiate_type): Use it.
9795         * decl.c (grokdeclarator): Use it.
9796         * decl2.c (finish_file): Use it.
9797         * method.c (build_overload_identifier): Use it.
9798
9799         * call.c (add_template_candidate):  Add additional parameter for
9800         the function return type.  Call fn_type_unification istead of
9801         type_unification.
9802         (build_user_type_conversion_1): Handle member templates.
9803         (build_new_function_call): Likewise.
9804         (build_new_op): Likewise.
9805         (build_new_method_call): Likewise.
9806
9807         * class.c (grow_method): Don't give an error message indicating
9808         that two member templates with the same name are ambiguous.
9809         (finish_struct): Treat member template functions just like member
9810         functions.
9811
9812         * cp-tree.h (check_member_template): Add declaration.
9813         (begin_member_template_processing): Likewise.
9814         (end_member_template_processing): Likewise.
9815         (fn_type_unification): Likewise.
9816         (is_member_template): Likewise.
9817         (tsubst): Change prototype.
9818         (tsubst_expr): Likewise.
9819         (tsubst_copy): Likewise.
9820         (instantiate_template): Likewise.
9821         (get_bindings): Likewise.
9822
9823         * decl.c (decls_match): Handle multiple levels of template
9824         parameters.
9825         (pushdecl): Handle template type params just like other type
9826         declarations.
9827         (push_class_level_binding): Return immediately if the
9828         class_binding_level is NULL.
9829         (grokfndecl): If check_classfn() returns a member_template, use
9830         the result of the template, not the template itself.
9831
9832         * decl2.c (check_member_template): New function.  Check to see
9833         that the entity declared to be a member template can be one.
9834         (check_classfn): Allow redeclaration of member template functions
9835         with different types; the new functions can be specializations or
9836         explicit instantiations.
9837
9838         * error.c (dump_decl): Handle multiple levels of template
9839         parameters.
9840         (dump_function_decl): Update to handle function templates.
9841
9842         * lex.c (do_pending_inlines): Set up template parameter context
9843         for member templates.
9844         (process_next_inline): Likewise.
9845
9846         * method.c (build_overload_identifier): Adjust for multiple levels
9847         of template parameters.
9848
9849         * parse.y (fn.def2): Add member templates.
9850         (component_decl_1): Likewise.
9851
9852         * pt.c (begin_member_template_processing): New function.
9853         (end_member_template_processing): Likewise.
9854         (is_member_template): Likewise.
9855         (fn_type_unification): Likewise.
9856         (current_template_parms): Return a vector of all the template
9857         parms, not just the innermost level of parms.
9858         (push_template_decl): Deal with the possibility of member
9859         templates.
9860         (lookup_template_class): Likewise.
9861         (uses_template_parms): Likewise.
9862         (tsubst): Modify processing to TEMPLATE_TYPE_PARM and
9863         TEMPLATE_CONST_PARM to deal with multiple levels of template
9864         arguments.   Add processing of TEMPLATE_DECL to produce new
9865         TEMPLATE_DECLs from old ones.
9866         (do_decl_instantiation): Handle member templates.
9867
9868         * search.c (lookup_fnfields_1): Handle member template conversion
9869         operators.
9870
9871         * tree.c (cp_tree_equal): Check the levels, as well as the
9872         indices, of TEMPLATE_CONST_PARMs.
9873
9874         * typeck.c (comptypes): Check the levels, as well as the indices,
9875         fo TEMPLATE_TYPE_PARMs.
9876         (build_x_function_call): Treat member templates like member
9877         functions.
9878
9879 Wed Sep  3 11:09:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
9880
9881         * typeck.c (c_expand_return): Always convert_for_initialization
9882         before checking for returning a pointer to local.
9883
9884         * pt.c (type_unification): If strict and the function parm doesn't
9885         use template parms, just compare types.
9886
9887 Wed Sep  3 10:35:49 1997  Klaus Espenlaub  <kespenla@student.informatik.uni-ulm.de>
9888
9889         * method.c (build_overloaded_value): Replace direct call
9890         to the floating point emulator with REAL_VALUE_TO_DECIMAL macro.
9891
9892 Wed Sep  3 00:02:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9893
9894         * typeck.c (convert_arguments): Don't arbitrarily choose the first
9895         of a set of overloaded functions.
9896
9897 Tue Sep  2 12:09:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
9898
9899         * lex.c (real_yylex): Don't elide __FUNCTION__.
9900
9901         * method.c (build_overload_value): Add in_template parm.
9902         (build_overload_int): Likewise.
9903         (build_overload_identifier): Pass it.
9904
9905         * decl.c (duplicate_decls): Don't bash a previous template
9906         definition with a redeclaration.
9907
9908         * pt.c (unify): float doesn't match double.
9909
9910         * pt.c (do_type_instantiation): Handle getting a _TYPE or a
9911         TYPE_DECL.  Handle getting non-template types.
9912         * parse.y (explicit_instantiation): Use typespec instead of
9913         aggr template_type.
9914
9915 Tue Sep  2 10:27:08 1997  Richard Henderson  <rth@cygnus.com>
9916
9917         * typeck.c (build_ptrmemfunc1): Clean up ptr->int cast warnings.
9918
9919 Mon Sep  1 13:19:04 1997  Eugene Mamchits  <eugin@ips.ras.ru>
9920
9921         * call.c (add_builtin_candidate): Add missing TREE_TYPE.
9922         (compare_ics): Likewise.
9923
9924 Mon Sep  1 13:19:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
9925
9926         * call.c (joust): Warn about choosing one conversion op over
9927         another because of 'this' argument when the other return type is
9928         better.
9929         (source_type): New fn.
9930
9931         * call.c (build_new_op): Strip leading REF_BIND from first operand
9932         to builtin operator.
9933
9934         * decl2.c (mark_vtable_entries): Mark abort_fndecl as used when we
9935         use its RTL.
9936
9937 Thu Aug 28 09:45:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
9938
9939         * call.c (null_ptr_cst_p): Remove support for (void*)0.
9940
9941 Wed Aug 27 02:03:34 1997  Jeffrey A Law  <law@cygnus.com>
9942
9943         * typeck.c (expand_target_expr): Make definition match declaration.
9944
9945         * class.c (get_basefndecls): Make definition match declaration.
9946
9947 Mon Aug 25 14:30:02 1997  Jason Merrill  <jason@yorick.cygnus.com>
9948
9949         * input.c (sub_getch): Eventually give up and release the input file.
9950
9951         * decl.c (cp_finish_decl): If #p i/i, put inline statics in the
9952         right place.
9953
9954         * call.c (joust): Tweak message.
9955
9956 Sat Aug 23 18:02:59 1997  Mark Mitchell  <mmitchell@usa.net>
9957
9958         * error.c (type_as_string): Put const/volatile on template type
9959         parameters where appropriate.
9960
9961 Sat Aug 23 17:47:22 1997  Jeffrey A Law  <law@cygnus.com>
9962
9963         * call.c (strictly_better): Make arguments unsigned ints.
9964
9965 Thu Aug 21 18:48:44 1997  Jason Merrill  <jason@yorick.cygnus.com>
9966
9967         * lex.c (real_yylex): Refer to __complex instead of complex.
9968
9969 Thu Aug 21 22:25:46 1997  J"orn Rennecke  <amylaar@cygnus.co.uk>
9970
9971         * lex.c (real_yylex): Don't use getc directly.
9972
9973 Wed Aug 20 17:25:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
9974
9975         * call.c (is_subseq): Don't try to be clever.
9976
9977 Wed Aug 20 03:13:36 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9978
9979         * parse.y, pt.c: Include "except.h".
9980         * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c,
9981         error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c,
9982         lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c,
9983         sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish
9984         prototyping.
9985
9986 Wed Aug 20 01:34:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
9987
9988         * decl2.c (mark_vtable_entries): Instead of replacing pure
9989         virtuals with a reference to __pure_virtual, copy the decl and
9990         change the RTL.
9991
9992 Tue Aug 19 02:26:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
9993
9994         * pt.c (lookup_nested_type_by_name): Handle typedef wierdness.
9995
9996         * typeck2.c (my_friendly_abort): Report bugs to egcs-bugs@cygnus.com.
9997
9998         * pt.c (instantiate_class_template): Call repo_template_used
9999         before finish_prevtable_vardecl.
10000
10001         * call.c (is_subseq): New fn.
10002         (compare_ics): Use it.
10003
10004         * repo.c (finish_repo): Don't crash on no args.
10005
10006         * parse.y (named_complex_class_head_sans_basetype): Handle
10007         explicit global scope.
10008         * decl2.c (handle_class_head): New fn.
10009
10010         * pt.c (unify): Add CONST_DECL case.
10011
10012 Thu Aug 14 10:05:13 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10013
10014         * rtti.c (permanent_obstack): Fix decl to not be a pointer.
10015
10016         * cp-tree.h (report_type_mismatch): Add prototype.
10017         * call.c (build_overload_call_real): Remove erroneous fourth
10018         argument to report_type_mismatch.
10019         (build_user_type_conversion_1): Remove erroneous second arg to
10020         tourney.
10021         (build_new_function_call): Likewise.
10022         (build_object_call): Likewise.
10023         (build_new_op): Likewise.
10024         (build_new_method_call): Likewise.
10025
10026 Wed Aug 13 19:19:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
10027
10028         * error.c (dump_decl): Don't bother processing a function with no
10029         DECL_LANG_SPECIFIC.
10030
10031         * method.c (emit_thunk): Call init_function_start in the macro case.
10032
10033 Wed Aug 13 10:46:19 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
10034
10035         * decl2.c (DEFAULT_VTABLE_THUNKS): Define to be 0 if not
10036         defined and used to set flag_vtable_thunks.
10037
10038 Tue Aug 12 20:13:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
10039
10040         * parse.y: Don't clear the inlines from their obstack until they've
10041         all been processed.
10042
10043         * decl.c (duplicate_decls): Don't complain about exception
10044         specification mismatch if flag_exceptions is off.
10045
10046 Mon Aug 11 15:01:56 1997  Marc Lehmann  <pcg@goof.com>
10047
10048         * Make-lang.in (c++.distclean): Remove g++.c on make distclean.
10049
10050 Sun Aug 10 12:06:09 1997  Paul Eggert  <eggert@twinsun.com>
10051
10052         * cp-tree.h: Replace STDIO_PROTO with PROTO in include files.
10053         * cvt.c, error.c, except.c, expr.c, friend.c, init.c, rtti.c:
10054         Include <stdio.h> before include files that formerly used STDIO_PROTO.
10055
10056         * decl.c, g++spec.c, lex.c, method.c, repo.c:
10057         Include "config.h" first, as per autoconf manual.
10058
10059 Fri Aug  8 11:47:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10060
10061         * decl.c (duplicate_decls): Tweak wording.
10062         * lex.c (do_pending_defargs): Don't die if we see a default arg
10063         that isn't a DEFAULT_ARG.
10064         * error.c (dump_expr): Handle DEFAULT_ARG.
10065
10066         * decl2.c (lang_decode_option): Handle -fhandle-exceptions.
10067         * lang-options.h: Add -fhandle-exceptions.
10068
10069         * class.c (build_vtable): Vtables are artificial.
10070         (prepare_fresh_vtable): Likewise.
10071
10072 Wed Aug  6 11:02:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
10073
10074         * cvt.c (ocp_convert): After converting to the target type, set
10075         LOOKUP_NO_CONVERSION.
10076
10077         * call.c (joust): Warn about potentially confusing promotion rules
10078         with -Wsign-promo.
10079         * cp-tree.h, lang-options.h, decl2.c: Support -Wsign-promo.
10080
10081 Tue Aug  5 15:15:07 1997  Michael Meissner  <meissner@cygnus.com>
10082
10083         * exception.cc: Declare __terminate_func with noreturn attribute.
10084
10085 Fri Aug  1 03:18:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
10086
10087         * parse.y: Break out eat_saved_input, handle errors.
10088         (function_try_block): Use compstmt instead of compstmt_or_error.
10089
10090 Thu Jul 31 17:14:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
10091
10092         * tree.c (build_cplus_new): Don't set TREE_ADDRESSABLE.
10093
10094 Fri Jul  4 01:45:16 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10095
10096         * Make-lang.in (cplib2.txt, cplib2.ready): Instead of checking for
10097         existence of cc1plus check whether $(LANGUAGES) contains C++.
10098
10099 Wed Jul 30 13:04:21 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10100
10101         * method.c (do_build_copy_constructor): When copying an anonymous
10102         union member loop around to handle nested anonymous unions.  Use
10103         the offset of the member relative to the outer structure, not the
10104         union.
10105
10106 Tue Jul 29 21:17:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
10107
10108         * call.c (resolve_args): New fn.
10109         (build_new_function_call): Use it.
10110         (build_object_call): Likewise.
10111         (build_new_method_call): Likewise.
10112
10113 Mon Jul 28 16:02:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
10114
10115         * call.c (build_over_call): tsubst all default parms from templates.
10116
10117 Wed Jul 23 13:36:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
10118
10119         * decl.c (struct cp_function): Add static_labelno.
10120         (push_cp_function_context): Save it.
10121         (pop_cp_function_context): Restore it.
10122
10123 Tue Jul 22 14:43:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
10124
10125         * typeck.c (build_component_ref_1): Convert from reference.
10126
10127 Tue Jul 22 11:06:23 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10128
10129         * parse.y (current_declspecs, prefix_attributes): Initialize to
10130         NULL_TREE.
10131
10132         * parse.y (initdcl0): Make sure CURRENT_DECLSPECS is non-nil
10133         before we try to force it to be a TREE_LIST.
10134         (decl): Make sure $1.t is non-nil.
10135
10136 Sun Jul 20 11:53:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
10137
10138         * pt.c (uses_template_parms): Handle template first-parse codes.
10139
10140         * decl.c (cp_finish_decl): Only warn about user-defined statics.
10141
10142 Fri Jul 18 17:56:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
10143
10144         * pt.c (unify): Handle BOOLEAN_TYPE.
10145
10146         * cp-tree.h: Lose PARM_DEFAULT_FROM_TEMPLATE.
10147         * pt.c (tsubst): Don't set it.
10148         * call.c (build_over_call): Use uses_template_parms.
10149
10150 Thu Jul 17 18:06:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
10151
10152         * method.c (build_overload_nested_name): Use static_labelno
10153         instead of var_labelno.
10154         (build_qualified_name): New fn.
10155         (build_overload_name): Split out from here.
10156         (build_static_name): Use build_qualified_name.
10157         * decl.c (cp_finish_decl): Statics in extern inline functions
10158         have comdat linkage.
10159         (start_function): Initialize static_labelno.
10160
10161 Thu Jul 17 11:20:17 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
10162
10163         * class.c (finish_struct_methods): Add check of warn_ctor_dtor_privacy
10164         before "all member functions in class [] are private".
10165
10166 Wed Jul 16 23:47:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
10167
10168         * lex.c (do_scoped_id): convert_from_reference.
10169         * init.c (build_offset_ref): Likewise.
10170
10171 Wed Jul 16 12:34:29 1997  Benjamin Kosnik  <bkoz@lisa.cygnus.com>
10172
10173         * error.c (dump_expr): Check TREE_OPERAND before dump_expr_list.
10174
10175 Mon Jul 14 03:23:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
10176
10177         * typeck.c (get_member_function_from_ptrfunc): Promote index
10178         before saving it.
10179
10180 Sun Jul 13 00:11:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
10181
10182         * tree.c (layout_basetypes): Move non-virtual destructor warning.
10183         * decl.c (xref_basetypes): Remove non-virtual destructor warning.
10184
10185 Sat Jul 12 12:47:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
10186
10187         * decl.c (grokdeclarator): Call add_defarg_fn for the function
10188         type, too.
10189         * lex.c (add_defarg_fn): Adjust.
10190         (do_pending_defargs): Adjust.  Don't skip the first parm.
10191
10192 Fri Jul 11 01:39:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
10193
10194         * decl.c (build_enumerator): Global enumerators are also readonly.
10195
10196         * rtti.c (build_dynamic_cast_1): Renamed from build_dynamic_cast.
10197         (build_dynamic_cast): Call it and convert_from_reference.
10198
10199         * lex.c (add_defarg_fn): New fn.
10200         (snarf_defarg): Don't add to defarg_types.
10201         (do_pending_defargs): Lose defarg_types.  All fns we process now
10202         have defargs.
10203         * decl.c (grokfndecl): Call add_defarg_fn.
10204
10205         * Makefile.in (CONFLICTS): Expect 18 s/r conflicts.
10206         * cp-tree.def: Add DEFAULT_ARG.
10207         * spew.c (yylex): Call snarf_defarg as appropriate.
10208         * parse.y: New tokens DEFARG and DEFARG_MARKER.
10209         (defarg_again, pending_defargs, defarg, defarg1): New rules.
10210         (structsp): Use pending_defargs.
10211         (parms, full_parm): Use defarg.
10212         * lex.c (init_lex): Initialize inline_text_firstobj.
10213         (do_pending_inlines): Never pass the obstack to feed_input.
10214         (process_next_inline): Call end_input instead of restore_pending_input.
10215         (clear_inline_text_obstack, reinit_parse_for_expr, do_pending_defargs,
10216         finish_defarg, feed_defarg, snarf_defarg, maybe_snarf_defarg): New fns.
10217         * input.c (end_input): New fn.
10218         (sub_getch): At the end of some fed input, just keep returning EOF
10219         until someone calls end_input.
10220         Remove 'obstack' field from struct input_source.
10221         * decl.c (grokparms): Handle DEFAULT_ARG.
10222         (replace_defarg): New fn.
10223         * cp-tree.h (DEFARG_LENGTH, DEFARG_POINTER): New macros.
10224
10225 Wed Jul  9 13:44:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
10226
10227         * call.c (implicit_conversion): If nothing else works, try binding
10228         an rvalue to a reference.
10229
10230 Wed Jul  9 13:04:38 1997  Geoffrey Noer  <noer@cygnus.com>
10231
10232         * decl.c (init_decl_processing): Fix Jun 30 patch -- move
10233         ifndef for Cygwin32 to include SIGSEGV.
10234
10235 Thu Jul  3 01:44:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10236
10237         * class.c (finish_struct_1): Only complain about pointers without
10238         copy stuff if there are any constructors.
10239
10240         * rtti.c (build_dynamic_cast): Call complete_type on the types.
10241
10242         * decl.c (grokfndecl): If the function we chose doesn't actually
10243         match, die.
10244
10245         * decl2.c (grokclassfn): Don't specify 'const int' for the
10246         artificial destructor parm.
10247
10248         * pt.c (type_unification): If we are called recursively, nothing
10249         decays.
10250
10251 Mon Jun 30 17:53:21 1997  Geoffrey Noer  <noer@cygnus.com>
10252
10253         * decl.c (init_decl_processing): Stop trying to catch signals
10254         other than SIGABRT since the Cygwin32 library doesn't support
10255         them correctly yet.  This fixes a situation in which g++ causes
10256         a hang on SIGSEGVs and other such signals in our Win32-hosted
10257         tools.
10258
10259 Mon Jun 30 14:50:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
10260
10261         * tree.c (mapcar, case CALL_EXPR): Handle all the parse node data.
10262
10263 Fri Jun 27 15:18:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
10264
10265         * typeck2.c (store_init_value): Always return the value if our
10266         type needs constructing.
10267
10268         * method.c (hack_identifier): Convert class statics from
10269         reference, too.
10270
10271 Thu Jun 26 11:44:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
10272
10273         * Make-lang.in (cplib2.ready): Add $(LANGUAGES) dependency.
10274
10275 Thu Jun 19 16:49:28 1997  Mike Stump  <mrs@cygnus.com>
10276
10277         * typeck.c (c_expand_return): Make sure we clean up temporaries at
10278         the end of return x;
10279
10280 Thu Jun 19 12:28:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10281
10282         * lex.c (check_for_missing_semicolon): Also check for CV_QUALIFIER.
10283
10284 Tue Jun 17 18:35:57 1997  Mike Stump  <mrs@cygnus.com>
10285
10286         * except.c (expand_builtin_throw): Add support
10287         -fno-sjlj-exceptions -fPIC exception handling on the SPARC.
10288
10289 Mon Jun 16 01:24:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10290
10291         * repo.c (extract_string): Null-terminate.
10292
10293         * cp-tree.h (TI_SPEC_INFO): New macro.
10294         (CLASSTYPE_TI_SPEC_INFO): New macro.
10295         * pt.c (push_template_decl): Correctly determine # of template parms
10296         for partial specs.
10297
10298         * call.c (compare_ics): Really fix 'this' conversions.
10299
10300         * pt.c (do_decl_instantiation): Don't crash on explicit inst of
10301         non-template fn.
10302
10303         * pt.c (push_template_decl): Complain about mismatch in # of
10304         template parms between a class template and a member template.
10305
10306 Sun Jun 15 02:38:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
10307
10308         * method.c (synthesize_method): You can't call
10309         function_cannot_inline_p after finish_function.
10310         * decl.c (finish_function): Turn on flag_inline_functions and turn
10311         off DECL_INLINE before handing a synthesized method to the
10312         backend.
10313
10314 Thu Jun 12 17:35:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
10315
10316         * method.c (synthesize_method): Remove July 30 change to never set
10317         DECL_INLINE if at_eof.
10318
10319 Thu Jun 12 15:25:08 1997  Mike Stump  <mrs@cygnus.com>
10320
10321         * xref.c (GNU_xref_member): Ensure that the node has a
10322         decl_lang_specific part before checking DECL_FRIEND_P.
10323
10324 Thu Jun 12 12:36:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10325
10326         * pt.c (instantiate_class_template): Diagnose non-class types used
10327         as bases.
10328
10329 Wed Jun 11 17:33:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
10330
10331         * typeck.c (build_conditional_expr): Use convert_for_initialization
10332         instead of convert_and_check.
10333
10334 Wed Jun 11 12:31:33 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10335
10336         * parse.y (typespec): Don't pedwarn for typeof.
10337
10338 Tue Jun 10 00:22:09 1997  Jason Merrill  <jason@yorick.cygnus.com>
10339
10340         * repo.c (finish_repo): Only check changes if we would write a
10341         repo file.
10342
10343         * call.c (compare_ics): Fix handling of 'this' conversions.
10344
10345         * pt.c (do_decl_instantiation): Support static data too.  Rename
10346         from do_function_instantiation.
10347         * cp-tree.h: Adjust.
10348         * parse.y: Adjust.
10349
10350         * repo.c (extract_string): New fn.
10351         (get_base_filename): Use it.
10352         (init_repo): Compare old args with current args.
10353
10354 Mon Jun  9 14:25:30 1997  Mike Stump  <mrs@cygnus.com>
10355
10356         * Makefile.in, Make-lang.in: Protect C-ls with a comment
10357         character, idea from Paul Eggert <eggert@twinsun.com>.
10358
10359 Mon Jun  9 01:52:03 1997  Jason Merrill  <jason@yorick.cygnus.com>
10360
10361         * typeck.c (c_expand_return): Be more persistent in looking for
10362         returned temps.
10363
10364         * cvt.c (build_up_reference): Use NOP_EXPR for switching from
10365         pointer to reference.
10366
10367         * class.c (build_vbase_path): Don't do anything if PATH has no steps.
10368
10369 Sun Jun  8 03:07:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
10370
10371         * init.c (build_member_call, build_offset_ref):
10372         Use do_scoped_id instead of do_identifier.
10373
10374         * cvt.c (convert): Remove bogosity.
10375
10376 Sat Jun  7 20:50:17 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10377
10378         * cvt.c (build_up_reference): Do checks of ARGTYPE and
10379         TARGET_TYPE before trying to use get_binfo.
10380
10381 Fri Jun  6 17:36:39 1997  Jason Merrill  <jason@yorick.cygnus.com>
10382
10383         * cvt.c (build_up_reference): Call get_binfo to get access control.
10384
10385         * decl2.c (import_export_decl): If we don't support weaks, leave
10386         statics undefined.
10387
10388 Fri Jun  6 15:55:49 1997  Mike Stump  <mrs@cygnus.com>
10389
10390         * except.c (expand_builtin_throw): Add support for machines that
10391         cannot access globals after throw's epilogue when
10392         -fno-sjlj-exceptions is used.
10393
10394 Thu Jun  5 16:28:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
10395
10396         * parse.y: 'std::' becomes '::'.
10397         * lex.c (real_yylex): Remove 'namespace' warning.
10398         * init.c (build_member_call): Ignore 'std::'.
10399         (build_offset_ref): Likewise.
10400         * decl2.c (do_using_directive): Ignore 'using namespace std;'.
10401         (do_toplevel_using_decl): Ignore 'using std::whatever'.
10402         * decl.c (push_namespace): Just sorry.
10403         (pop_namespace): Nop.
10404         (init_decl_processing): Declare std namespace.
10405
10406 Tue Jun  3 18:08:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
10407
10408         * search.c (push_class_decls): A name which ambiguously refers to
10409         several instantiations of the same template just refers to the
10410         template.
10411
10412 Tue Jun  3 12:30:40 1997  Benjamin Kosnik  <bkoz@cirdan.cygnus.com>
10413
10414         * decl.c (build_enumerator): Fix problem with unsigned long
10415         enumerated values being smashed to ints, causing overflow
10416         when computing next enumerated value (for enum values around
10417         MAX_VAL).
10418
10419 Mon Jun  2 17:40:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
10420
10421         * typeck.c (build_component_ref): Only call mark_used on a decl.
10422
10423 Thu May 29 15:54:17 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10424
10425         * typeck.c (build_c_cast): Make the check for a ptr to function
10426         more specific before possible default_conversion call.
10427
10428 Thu May 29 13:02:06 1997  Mike Stump  <mrs@cygnus.com>
10429
10430         * except.c (expand_exception_blocks): Simplify and fix and make
10431         sure we don't end a region in a sequence, as expand_end_bindings
10432         doesn't like it.
10433
10434 Wed May 28 17:08:03 1997  Mike Stump  <mrs@cygnus.com>
10435
10436         * except.c (init_exception_processing): Mark terminate as not
10437         returning so that the optimizer can optimize better.
10438
10439 Tue May 27 19:49:19 1997  Mike Stump  <mrs@cygnus.com>
10440
10441         * cvt.c (convert): Don't do any extra work, if we can avoid it
10442         easily.
10443
10444 Tue May 27 18:21:47 1997  Mike Stump  <mrs@cygnus.com>
10445
10446         * *.[chy]: Change cp_convert to ocp_convert, change convert to
10447         cp_convert.  convert is now reserved for the backend, and doesn't
10448         have the semantics a frontend person should ever want.
10449
10450 Fri May 23 10:58:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
10451
10452         * lang-specs.h: Define __EXCEPTIONS if exceptions are enabled.
10453         Lose -traditional support.
10454
10455 Thu May 22 15:41:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
10456
10457         * rtti.c (get_tinfo_var): Use TYPE_PRECISION (sizetype).
10458
10459         * parse.y (self_reference): Do it for templates, too.
10460         * class.c (pushclass): Don't overload_template_name; the alias
10461         generated by build_self_reference serves the same purpose.
10462
10463         * tree.c (list_hash): Make static, take more args.
10464         (list_hash_lookup): Likewise.
10465         (list_hash_add): Make static.
10466         (list_hash_canon): Lose.
10467         (hash_tree_cons): Only build a new node if one isn't already in the
10468         hashtable.
10469         (hash_tree_chain): Use hash_tree_cons.
10470         * cp-tree.h: Adjust.
10471         * decl.c (grokfndecl): Just check IDENTIFIER_GLOBAL_VALUE instead
10472         of calling lookup_name.
10473
10474 Wed May 21 18:24:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
10475
10476         * pt.c (instantiate_class_template): TYPE_VALUES for an enum
10477         doesn't refer to the CONST_DECLs.
10478
10479 Tue May 20 21:09:32 1997  Bob Manson  <manson@charmed.cygnus.com>
10480
10481         * rtti.c (get_tinfo_var): Either INT_TYPE_SIZE or 32, whichever
10482         is bigger.
10483         (expand_class_desc): Convert the last argument to a sizetype.
10484
10485 Tue May 20 13:55:57 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10486
10487         * gxx.gperf (__complex, __complex__, __imag, __imag__, __real,
10488         __real__): Add reswords.
10489         * hash.h: Regenerate.
10490         * lex.h (rid): Add RID_COMPLEX.
10491         (RID_LAST_MODIFIER): Set to RID_COMPLEX.
10492         * lex.c (init_lex): Add building of RID_COMPLEX.
10493         (real_yylex): General cleanup in line with what c-lex.c also has,
10494         sans the cruft for traditional; add handling of SPEC_IMAG, complex
10495         types, and imaginary numeric constants.
10496         * parse.y (REALPART, IMAGPART): Add tokens.
10497         (unary_expr): Add REALPART and IMAGPART rules.
10498         * cp-tree.h (complex_{integer,float,double,long}_type_node): Declare.
10499         * decl.c (complex_{integer,float,double,long}_type_node): Define
10500         types.
10501         (init_decl_processing): Set up the types.
10502         (grokdeclarator): Add handling of RID_COMPLEX.  Set and use
10503         DEFAULTED_INT instead of EXPLICIT_INT when we default to int type.
10504         * call.c (build_new_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
10505         * cvt.c (cp_convert): Handle COMPLEX_TYPE.
10506         * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
10507         COMPLEX_TYPE case.
10508         * method.c (build_overload_name): Add handling of the different
10509         COMPLEX_TYPEs, prefixing them with `J'.
10510         * pt.c (process_template_parm): Don't let them use a COMPLEX_TYPE
10511         as a template parm.
10512         (uses_template_parms, tsubst, unify): Add COMPLEX_TYPE case.
10513         * tree.c (lvalue_p): Add REALPART_EXPR and IMAGPART_EXPR cases.
10514         (mapcar): Handle COMPLEX_CST.
10515         * typeck.c (build_binary_op_nodefault): Handle COMPLEX_TYPE.
10516         (common_type): Add code for complex types.
10517         (build_unary_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
10518         (convert_for_assignment): Likewise.
10519         (mark_addressable): Add REALPART_EXPR and IMAGPART_EXPR cases.
10520
10521 Mon May 19 12:26:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
10522
10523         * pt.c (tsubst): Don't pass the MINUS_EXPR for an array domain to
10524         tsubst_expr, as it might try to do overload resolution.
10525
10526 Sat May 17 10:48:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
10527
10528         * pt.c (instantiate_class_template): Oops.
10529
10530 Fri May 16 14:23:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
10531
10532         * cp-tree.def: Add TAG_DEFN.
10533         * pt.c (tsubst_enum): New fn.
10534         (instantiate_class_template): Use it.
10535         (tsubst_expr): Support TAG_DEFN.
10536         (tsubst): Support local enums.
10537         (tsubst_copy): Likewise.
10538         * decl.c (finish_enum): Likewise.
10539         (start_enum): If this is a local enum, switch to permanent_obstack.
10540
10541 Wed May 14 19:08:28 1997  Mike Stump  <mrs@cygnus.com>
10542
10543         * decl.c (store_parm_decls): Set last_parm_cleanup_insn here.
10544         (finish_function): Put the base init code for constructors just
10545         after the parm cleanup insns.
10546         (struct cp_function): Add last_parm_cleanup_insn.
10547         (push_cp_function_context): Likewise.
10548         (pop_cp_function_context): Likewise.
10549
10550 Tue May 13 15:51:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
10551
10552         * pt.c (tsubst_copy): Handle BIT_NOT_EXPR.
10553
10554 Wed May  7 11:17:59 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10555
10556         * method.c (emit_thunk) [ASM_OUTPUT_MI_THUNK]: Build up the RTL
10557         for THUNK_FNDECL before we switch to temporary allocation.
10558
10559 Mon May  5 14:46:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
10560
10561         * call.c (build_new_op): Handle null arg2 for ?:.
10562
10563 Thu May  1 18:26:37 1997  Mike Stump  <mrs@cygnus.com>
10564
10565         * except.c (expand_exception_blocks): Ensure that we flow through
10566         the end of the exception region for the exception specification.
10567         Move exception region for the exception specification in, so that
10568         it doesn't protect the parm cleanup.  Remove some obsolete code.
10569         * decl.c (store_parm_decls): Likewise.
10570         (finish_function): Likewise.
10571
10572 Tue Apr 29 15:38:54 1997  Jason Merrill  <jason@yorick.cygnus.com>
10573
10574         * init.c (build_new): Fix nothrow handling.
10575
10576 Tue Apr 29 14:29:50 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10577
10578         * init.c (emit_base_init): Don't warn about the initialization
10579         list for an artificial member.
10580
10581 Fri Apr 25 17:47:59 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10582
10583         * expr.c (do_case): Handle !START case for the error msg.
10584
10585 Fri Apr 25 11:55:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
10586
10587         * decl2.c, lang-options.h: New option -Weffc++.
10588         * class.c, decl.c, init.c, typeck.c: Move Effective C++ warnings
10589         to -Weffc++.
10590
10591         * decl2.c (finish_prevtable_vardecl): Change NO_LINKAGE_HEURISTICS
10592         to MULTIPLE_SYMBOL_SPACES.
10593
10594 Wed Apr 23 18:06:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
10595
10596         * method.c (emit_thunk, generic case): Set current_function_is_thunk.
10597
10598         * method.c (emit_thunk, macro case): Set up DECL_RESULT.
10599
10600         * typeck.c (c_expand_return): Don't complain about returning void
10601         to void in an artificial function.
10602         * method.c (make_thunk): Change settings of READONLY/VOLATILE,
10603         don't set DECL_RESULT, set DECL_ARTIFICIAL.
10604         (emit_thunk, generic code): Also set up DECL_LANG_SPECIFIC.
10605
10606 Wed Apr 23 14:43:06 1997  Mike Stump  <mrs@cygnus.com>
10607
10608         * init.c (init_decl_processing): Add support for setjmp/longjmp based
10609         exception handling.
10610         * except.c (init_exception_processing): Likewise.
10611         (expand_end_catch_block): Likewise.
10612         (expand_exception_blocks): Likewise.
10613         (expand_throw): Likewise.
10614         * exception.cc (__default_terminate): Likewise.
10615
10616         * init.c (perform_member_init): Use new method of expr level
10617         cleanups, instead of cleanups_this_call and friends.
10618         (emit_base_init): Likewise.
10619         (expand_aggr_vbase_init_1): Likewise.
10620         (expand_vec_init): Likewise.
10621         * decl.c (cp_finish_decl): Likewise.
10622         (expand_static_init): Likewise.
10623         (store_parm_decls): Likewise.
10624         (cplus_expand_expr_stmt): Likewise.
10625         * decl2.c (finish_file): Likewise.
10626
10627         * Make-lang.in (exception.o): Ok to compile with -O now.
10628
10629         * decl.c (maybe_build_cleanup_1): We no longer have to unsave, as
10630         we know it will be done later by the backend.
10631
10632         * decl2.c (lang_f_options): Remove support for short temps.
10633         * lang-options.h: Likewise.
10634
10635 Wed Apr 23 04:12:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
10636
10637         * tree.c (varargs_function_p): New fn.
10638         * method.c (emit_thunk): Replace broken generic code with code to
10639         generate a heavyweight thunk function.
10640
10641 Tue Apr 22 02:45:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
10642
10643         * pt.c (process_template_parm): pedwarn about floating-point parms.
10644
10645         * decl.c (grokdeclarator): inline no longer implies static.
10646
10647         * spew.c (yylex): Always return the TYPE_DECL if we got a scope.
10648
10649 Mon Apr 21 15:42:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
10650
10651         * class.c (check_for_override): The signature of an overriding
10652         function is not changed.
10653
10654         * call.c (build_over_call): Move setting of conv into the loop.
10655         Note: this change, along with the related changes of the 18th thru
10656         the 20th of April, fix an infinite loop problem in conversions.
10657
10658 Sun Apr 20 16:24:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
10659
10660         * call.c (build_user_type_conversion_1): Really ignore rvalue
10661         conversions when looking for a REFERENCE_TYPE.
10662
10663         * cvt.c (build_up_reference): Eviscerate, use build_unary_op.
10664         * cp-tree.h (TREE_REFERENCE_EXPR): #if 0.
10665         * typeck.c (decay_conversion): Don't set TREE_REFERENCE_EXPR.
10666         (build_unary_op): Likewise.
10667         * call.c (build_over_call): See through a CONVERT_EXPR around the
10668         ADDR_EXPR for on a temporary.
10669         * typeck.c (c_expand_return): See through a CONVERT_EXPR around
10670         the ADDR_EXPR for a local variable.
10671
10672 Fri Apr 18 12:11:33 1997  Jason Merrill  <jason@yorick.cygnus.com>
10673
10674         * call.c (build_user_type_conversion_1): If we're trying to
10675         convert to a REFERENCE_TYPE, only consider lvalue conversions.
10676         (build_new_function_call): Print candidates.
10677         (implicit_conversion): Try a temp binding if the lvalue conv is BAD.
10678         (reference_binding): Binding a temporary of a reference-related type
10679         is BAD.
10680
10681 Thu Apr 17 14:37:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10682
10683         * inc/typeinfo (type_info::before): Add cv-qualifier-seq.
10684         * tinfo2.cc (type_info::before): Likewise.
10685
10686 Mon Apr 14 12:38:17 1997  Jason Merrill  <jason@yorick.cygnus.com>
10687
10688         * call.c (implicit_conversion): Oops.
10689
10690 Fri Apr 11 02:18:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
10691
10692         * call.c (implicit_conversion): Try to find a reference conversion
10693         before binding a const reference to a temporary.
10694
10695 Wed Apr  2 12:51:36 1997  Mike Stump  <mrs@cygnus.com>
10696
10697         * exception.cc (__default_unexpected): Call terminate by default,
10698         so that if the user overrides terminate, the correct function will
10699         be called.
10700
10701 Wed Mar 19 14:14:45 1997  Mike Stump  <mrs@cygnus.com>
10702
10703         * parse.y (left_curly): Avoid trying to use any fields of
10704         error_mark_node, as there aren't any.
10705
10706 Thu Mar 13 16:33:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
10707
10708         * lex.c (do_identifier): Avoid breaking on overloaded methods
10709         as default arguments.
10710
10711 Wed Mar 12 13:55:10 1997  Hans-Peter Nilsson  <Hans-Peter.Nilsson@axis.se>
10712
10713         * call.c (add_template_candidate): Initialize the variable "dummy".
10714
10715 Mon Mar 10 15:13:14 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
10716
10717         * decl.c (start_decl): Make sure TYPE isn't an error_mark_node
10718         before we try to use TYPE_SIZE and TREE_CONSTANT on it.
10719
10720 Fri Mar  7 13:19:36 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10721
10722         * cp-tree.h (comp_ptr_ttypes, more_specialized): Add decl.
10723         (debug_binfo): Delete decl, not needed.
10724
10725         * tree.c (fnaddr_from_vtable_entry, function_arg_chain,
10726         promotes_to_aggr_type): Delete fns.
10727         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY,
10728         SET_FNADDR_FROM_VTABLE_ENTRY, FUNCTION_ARG_CHAIN,
10729         PROMOTES_TO_AGGR_TYPE): Delete alternates to #if 1.
10730
10731         * decl.c (pending_invalid_xref{,_file,_line}): Delete unused vars.
10732
10733         * friend.c (is_friend_type): Delete fn.
10734         * cp-tree.h (is_friend_type): Delete decl.
10735
10736         * decl.c (original_result_rtx, double_ftype_double,
10737         double_ftype_double_double, int_ftype_int, long_ftype_long,
10738         float_ftype_float, ldouble_ftype_ldouble, last_dtor_insn): Make static.
10739         * typeck.c (original_result_rtx, warn_synth): Delete extern decls.
10740
10741         * decl.c (push_overloaded_decl{,_top_level}): Make static, adding
10742         fwd decls.
10743         * cp-tree.h (push_overloaded_decl{,_top_level}): Delete decls.
10744
10745         * decl.c (pushdecl_nonclass_level): #if 0, unused.
10746         * cp-tree.h (pushdecl_nonclass_level): #if 0 decl.
10747
10748         * lex.c (reinit_lang_specific): #if 0, unused.
10749         * cp-tree.h (reinit_lang_specific): #if 0 decl.
10750
10751         * decl.c (revert_static_member_fn): Make static, adding fwd decl.
10752         * cp-tree.h (revert_static_member_fn): Delete decl.
10753
10754         * class.c (root_lang_context_p): Delete fn.
10755         * cp-tree.h (root_lang_context_p): Delete decl.
10756
10757         * decl.c (set_current_level_tags_transparency): #if 0, unused.
10758         * cp-tree.h (set_current_level_tags_transparency): #if 0 decl.
10759
10760         * lex.c (set_vardecl_interface_info): Make static.
10761         * cp-tree.h (set_vardecl_interface_info): Delete decl.
10762
10763         * call.c (find_scoped_type): Make static.
10764         * cp-tree.h (find_scoped_type): Delete decl.
10765
10766         * search.c (convert_pointer_to_vbase): Make static.
10767         * cp-tree.h (convert_pointer_to_vbase): Delete decl.
10768
10769         * decl.c (const_ptr_type_node): Likewise.
10770         * cp-tree.h (const_ptr_type_node): Delete decl.
10771
10772         * typeck.c (common_base_type): Make static.
10773         * cp-tree.h (common_base_types): Delete erroneous decl.
10774
10775         * pt.c (classtype_mangled_name): Make static.
10776         * cp-tree.h (classtype_mangled_name): Delete decl.
10777
10778         * lex.c (check_newline): Make static.
10779         * cp-tree.h (check_newline): Delete decl.
10780
10781         * typeck.c (build_x_array_ref): Delete fn, same idea as
10782         grok_array_decl.
10783         * cp-tree.h (build_x_array_ref): Delete decl.
10784
10785         * lex.c (copy_decl_lang_specific): Delete fn, same idea as
10786         copy_lang_decl.
10787         * cp-tree.h (copy_decl_lang_specific): #if 0 decl.
10788
10789         * class.c (build_vtable_entry): Make static.
10790         * cp-tree.h (build_vtable_entry): Delete decl.
10791
10792         * class.c (build_vbase_pointer): Make static.
10793         * cp-tree.h (build_vbase_pointer): Delete decl.
10794
10795         * sig.c (build_sptr_ref): Add forward decl and make static.
10796         * cp-tree.h (build_sptr_ref): Delete decl.
10797
10798         * call.c (build_new_method_call): Add forward decl and make static.
10799         * cp-tree.h (build_new_method_call): Delete decl.
10800
10801         * call.c (build_object_call): Make static.
10802         * class.c (check_for_override, complete_type_p, mark_overriders):
10803         Likewise.
10804         * decl.c (cp_function_chain): Likewise.
10805         * lex.c (set_typedecl_interface_info, reinit_parse_for_block):
10806         Likewise.
10807         * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
10808         Likewise.
10809         * tree.c (build_cplus_array_type_1): Likewise.
10810         * typeck.c (comp_ptr_ttypes_{const,real,reinterpret}): Likewise.
10811         (comp_target_parms): Likewise.
10812
10813         * init.c (build_builtin_call): Make static.
10814         * cp-tree.h (build_builtin_call): Delete decl.
10815
10816         * typeck.c (binary_op_error): Delete decl.
10817         * cp-tree.h (binary_op_error): Likewise.
10818
10819 Thu Mar  6 16:13:52 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10820
10821         * call.c (build_method_call): Compare against error_mark_node
10822         directly, rather than the ERROR_MARK tree code.
10823         * cvt.c (cp_convert): Likewise.
10824         * decl.c (print_binding_level): Likewise.
10825         (duplicate_decls): Likewise.
10826         (grokdeclarator): Likewise.
10827         (grokdeclarator): Likewise.
10828         * init.c (expand_aggr_init_1): Likewise.
10829         (decl_constant_value): Likewise.
10830         * method.c (build_opfncall): Likewise.
10831         (hack_identifier): Likewise.
10832         * typeck.c (build_modify_expr): Likewise.
10833
10834         * typeck.c (build_c_cast): Don't decl TYPE as register tree.
10835
10836 Sun Mar  2 02:54:36 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
10837
10838         * pt.c (unify): Strip NOP_EXPR wrappers before unifying integer values.
10839
10840         * pt.c (coerce_template_parms): Add new error message.
10841
10842         * method.c (build_overload_value): Implement name mangling for
10843         floating-point template arguments.
10844
10845         * method.c (build_overload_int, icat, dicat): Fix mangling of template
10846         arguments whose absolute value doesn't fit in a signed word.
10847
10848 Mon Mar  3 12:14:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10849
10850         * friend.c: New file; put all of the friend stuff in here.
10851         * init.c: Instead of here.
10852         * Makefile.in (CXX_OBJS): Add friend.o.
10853         (friend.o): Add dependencies.
10854         * Make-lang.in (CXX_SRCS): Add $(srcdir)/cp/friend.c.
10855
10856 Sun Mar  2 11:04:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
10857
10858         * call.c (build_scoped_method_call): Complain if the scope isn't a
10859         base.
10860
10861 Wed Feb 26 11:31:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
10862
10863         * parse.y (left_curly): Don't crash on erroneous type.
10864
10865         * init.c (build_delete): Fix type of ref.
10866
10867 Tue Feb 25 12:41:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
10868
10869         * search.c (get_vbase_1): Renamed from get_vbase.
10870         (get_vbase): Wrapper, now non-static.
10871         (convert_pointer_to_vbase): Now static.
10872
10873         * call.c (build_scoped_method_call): Accept a binfo for BASETYPE.
10874         * init.c (build_delete): Pass one.
10875         (build_partial_cleanup_for): Use build_scoped_method_call.
10876         * decl.c (finish_function): Pass a binfo.
10877
10878 Mon Feb 24 15:00:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
10879
10880         * call.c (build_over_call): Only synthesize non-trivial copy ctors.
10881
10882         * typeck.c (build_c_cast): Lose other reference to flag.
10883
10884         * call.c (build_field_call): Don't look for [cd]tor_identifier.
10885         * decl2.c (delete_sanity): Remove meaningless use of
10886         LOOKUP_HAS_IN_CHARGE.
10887         * decl.c (finish_function): Use build_scoped_method_call instead
10888         of build_delete for running vbase dtors.
10889         * init.c (build_delete): Call overload resolution code instead of
10890         duplicating it badly.
10891
10892 Thu Feb 20 15:12:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
10893
10894         * call.c (build_over_call): Call mark_used before trying to elide
10895         the call.
10896
10897         * decl.c (implicitly_declare): Don't set DECL_ARTIFICIAL.
10898
10899 Wed Feb 19 11:18:53 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10900
10901         * typeck.c (build_modify_expr): Always pedwarn for a cast to
10902         non-reference used as an lvalue.
10903
10904 Wed Feb 19 10:35:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
10905
10906         * cvt.c (cp_convert_to_pointer): Convert from 0 to a pmf properly.
10907
10908 Tue Feb 18 15:40:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
10909
10910         * parse.y (handler): Fix template typo.
10911
10912 Sun Feb 16 02:12:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
10913
10914         * error.c (lang_decl_name): New fn.
10915         * tree.c (lang_printable_name): Use it.
10916
10917 Fri Feb 14 16:57:05 1997  Mike Stump  <mrs@cygnus.com>
10918
10919         * g++spec.c: Include config.h so that we can catch bzero #defines
10920         from the config file.
10921
10922 Tue Feb 11 13:50:48 1997  Mike Stump  <mrs@cygnus.com>
10923
10924         * new1.cc: Include a declaration for malloc, to avoid warning, and
10925         avoid lossing on systems that require one (ones that define malloc
10926         in xm.h).
10927
10928 Mon Feb 10 22:51:13 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
10929
10930         * decl2.c (max_tinst_depth): New variable.
10931         (lang_decode_option): Parse "-ftemplate-depth-NN" command line
10932         option.
10933         * pt.c (max_tinst_depth): Variable moved.
10934         * lang-options.h: Declare "-ftemplate-depth-NN" command line option
10935         as legal.
10936
10937 Fri Feb  7 15:43:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
10938
10939         * decl.c (xref_basetypes): Allow a base class that depends on
10940         template parms to be incomplete.
10941
10942         * decl2.c (build_expr_from_tree): Support typeid(type).
10943         * rtti.c (get_typeid): Support templates.
10944         (expand_si_desc, expand_class_desc): Fix string length.
10945         (expand_ptr_desc, expand_attr_desc, expand_generic_desc): Likewise.
10946
10947 Tue Feb  4 11:28:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
10948
10949         * pt.c (unify, case TEMPLATE_CONST_PARM): Use cp_tree_equal.
10950
10951         * pt.c (tsubst): Put it back for -fno-ansi-overloading.
10952
10953 Mon Feb  3 18:41:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
10954
10955         * pt.c (tsubst, case FUNCTION_DECL): Lose obsolete code that
10956         smashes together template and non-template decls of the same
10957         signature.
10958
10959 Thu Jan 30 19:18:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
10960
10961         * pt.c (tsubst): Don't recurse for the type of a TYPENAME_TYPE.
10962
10963 Wed Jan 29 11:40:35 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10964
10965         * decl.c (duplicate_decls): Next route, pedwarn about different
10966         exceptions if -pedantic *or* olddecl !DECL_IN_SYSTEM_HEADER.
10967
10968 Tue Jan 28 20:43:29 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
10969
10970         * cp-tree.h (HAS_DEFAULT_IMPLEMENTATION): Delete macro.
10971         (struct lang_type): Delete has_default_implementation member.
10972         Increase dummy to 21.
10973         * decl.c (start_method): Delete usage.
10974
10975         * cp-tree.h (build_call, null_ptr_cst_p, in_function_p,
10976         store_after_parms, start_decl_1, auto_function): Add decls.
10977         (get_arglist_len_in_bytes, declare_implicit_exception,
10978         have_exceptions_p, make_type_decl, typedecl_for_tag,
10979         store_in_parms, pop_implicit_try_blocks, push_exception_cleanup,
10980         build_component_type_expr, cplus_exception_name,
10981         {make,clear}_anon_parm_name, dont_see_typename): Removed decls.
10982         * call.c (build_this): Make static.
10983         (is_complete): Likewise.
10984         (implicit_conversion): Likewise.
10985         (reference_binding): Likewise.
10986         (standard_conversion): Likewise.
10987         (strip_top_quals): Likewise.
10988         (non_reference): Likewise.
10989         (build_conv): Likewise.
10990         (user_harshness): Likewise.
10991         (rank_for_ideal): Likewise.
10992         * decl.c (start_decl_1): Delete forward decl.
10993         (push_decl_level): Make static.
10994         (resume_binding_level): Make static.
10995         (namespace_bindings_p): Make static.
10996         (declare_namespace_level): Make static.
10997         (lookup_name_real): Make static.
10998         (duplicate_decls): Make static.  Take register off NEWDECL and
10999         OLDDECL parm decls.
11000         * decl2.c (get_sentry): Make static.
11001         (temp_name_p): Delete fn.
11002         * except.c (auto_function): Delete decl.
11003         * lex.c (handle_{cp,sysv}_pragma): Make static.
11004         (handle_sysv_pragma) [HANDLE_SYSV_PRAGMA]: Add forward decl.
11005         * method.c (do_build_{copy_constructor,assign_ref}): Make static.
11006         * pt.c (tsubst_expr_values): Make static.
11007         * rtti.c (combine_strings): Delete decl.
11008
11009 Tue Jan 28 16:40:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
11010
11011         * pt.c (push_template_decl): Handle getting a typedef.
11012
11013         * call.c (build_new_function_call): Complain about void arg.
11014
11015 Tue Jan 28 15:25:09 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11016
11017         * decl.c (duplicate_decls): Give pedwarn of different exceptions
11018         if -pedantic, instead of olddecl !DECL_IN_SYSTEM_HEADER.
11019
11020 Mon Jan 27 19:21:29 1997  Mike Stump  <mrs@cygnus.com>
11021
11022         * except.c (expand_throw): Don't expand the cleanup tree here,
11023         since we are not going to write the rtl out.  Fixes problem with
11024         -g -O on SPARC.
11025
11026 Mon Jan 27 16:24:35 1997  Sean McNeil  <sean@mcneil.com>
11027
11028         * Make-lang.in: Add $(exeext) as necessary.
11029
11030 Mon Jan 27 13:20:39 1997  Mike Stump  <mrs@cygnus.com>
11031
11032         * parse.y (handler_seq): Must have at least one catch clause.
11033
11034 Sat Jan 25 12:00:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
11035
11036         * call.c (add_builtin_candidate): Restore ?: hack.
11037
11038         * decl.c (grok_op_properties): More warnings.
11039
11040 Sat Jan 25 08:50:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11041
11042         * decl.c (duplicate_decls): On second thought, do it as a pedwarn
11043         still but only if !DECL_IN_SYSTEM_HEADER (olddecl).
11044
11045         * decl.c (duplicate_decls): Scale back to a warning, and only do
11046         'em if -pedantic.
11047
11048 Fri Jan 24 17:52:54 1997  Mike Stump  <mrs@cygnus.com>
11049
11050         * decl.c (duplicate_decls): pedwarn mismatched exception
11051         specifications.
11052
11053 Thu Jan 23 18:18:54 1997  Mike Stump  <mrs@cygnus.com>
11054
11055         * call.c (build_new_method_call): Don't display the invisible
11056         argument for controlling virtual bases.
11057
11058 Thu Jan 23 16:48:10 1997  Mike Stump  <mrs@cygnus.com>
11059
11060         * new: Add nothrow new and delete, bad_alloc and throw specifications
11061         for delete.
11062         * decl.c (init_decl_processing): Add throw specification for delete.
11063         * new.cc (nothrow): Define.
11064         * lex.c (real_yylex): Removing warning that throw and friends are
11065         keywords.
11066         * new1.cc (operator new (size_t sz, const nothrow_t&)): Define.
11067         * new2.cc (operator new[] (size_t sz, const nothrow_t&): Define.
11068         * Make-lang.in: Add new{1,2}.{cc,o}.
11069
11070 Thu Jan 23 16:39:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
11071
11072         * lex.c (cons_up_default_function): Fix return type of synth op=.
11073
11074         * init.c (emit_base_init): Add warnings for uninitialized members
11075         and bases.
11076
11077         * decl.c (xref_basetypes): Add warning for non-polymorphic type
11078         with destructor used as base type.
11079
11080         * decl.c (grok_op_properties): Add warning for op= returning void.
11081         * typeck.c (c_expand_return): Add warning for op= returning anything
11082         other than *this.
11083
11084         * class.c (finish_struct_1): Add warning for class with pointers
11085         but not copy ctor or copy op=.
11086
11087         * cp-tree.h (TI_PENDING_TEMPLATE_FLAG): New macro.
11088         * pt.c (add_pending_template): Use it instead of LANG_FLAG_0.
11089         (instantiate_template): If -fexternal-templates, add this
11090         instantiation to pending_templates.
11091
11092         * decl2.c (copy_assignment_arg_p): Disable old hack to support
11093         Booch components.
11094
11095 Tue Jan 21 18:32:04 1997  Mike Stump  <mrs@cygnus.com>
11096
11097         * cvt.c (cp_convert): pedwarn enum to pointer conversions.
11098
11099 Mon Jan 20 17:59:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
11100
11101         * call.c (standard_conversion): Handle getting references.  Tack
11102         on RVALUE_CONV here.  Do it for non-class types, too.
11103         (reference_binding): Pass references to standard_conversion.
11104         (implicit_conversion): Likewise.
11105         (add_builtin_candidate): Disable one ?: kludge.
11106         (convert_like): Handle RVALUE_CONVs for non-class types.
11107         (joust): Disable the other ?: kludge.
11108
11109 Mon Jan 20 14:53:13 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11110
11111         * decl.c (init_decl_processing): Add code to build up common
11112         function types beforehand, to avoid creation then removal of
11113         things already in the hash table.
11114
11115 Mon Jan 20 14:43:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
11116
11117         * decl.c (finish_function): Also zero out DECL_INCOMING_RTL for
11118         the arguments.
11119
11120         * error.c (dump_expr, TEMPLATE_CONST_PARM): Don't require
11121         current_template_parms.
11122
11123 Fri Jan 17 10:25:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
11124
11125         * search.c (lookup_field): Don't return a function, check want_type.
11126
11127 Thu Jan 16 18:14:35 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11128
11129         * init.c (build_new): Make sure PLACEMENT has a type.
11130
11131 Thu Jan 16 17:40:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
11132
11133         * init.c (build_new): Support new (nothrow).
11134
11135 Wed Jan 15 12:38:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
11136
11137         * pt.c (instantiate_decl): Also do push_to_top_level before setting
11138         up DECL_INITIAL.
11139
11140         * cp-tree.h (PARM_DEFAULT_FROM_TEMPLATE): New macro.
11141         * pt.c (tsubst): Defer instantiation of default args.
11142         * call.c (build_over_call): Until here.
11143
11144 Wed Jan 15 10:08:10 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11145
11146         * search.c (lookup_field): Make sure we have an
11147         IDENTIFIER_CLASS_VALUE before we try to return it.
11148
11149 Thu Jan  9 07:19:01 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
11150
11151         * call.c (build_method_call): Delete unused var PARM.
11152         (build_overload_call_real): Likewise.
11153         (build_object_call): Delete unused var P.
11154         (build_new_op): Likewise.
11155         * decl.c (builtin_type_tdescs_{arr, len, max}): #if 0 out static
11156         var definitions, which are never used.
11157         (shadow_tag): Delete unused var FN.
11158         * expr.c (cplus_expand_expr): Delete unused var ORIGINAL_TARGET.
11159         * init.c (build_new): Delete unused var ALLOC_TEMP.
11160         * method.c (hack_identifier): Delete unused var CONTEXT.
11161         (do_build_copy_constructor): Delete unused var NAME.
11162         (synthesize_method): Delete unused var BASE.
11163         * pt.c (lookup_template_class): Delete unused var CODE_TYPE_NODE.
11164         * rtti.c (build_headof): Delete unused var VPTR.
11165         (get_typeid): Delete unused var T.
11166         * typeck.c (build_conditional_expr): Delete unused vars ORIG_OP1
11167         and ORIG_OP2.
11168         (build_ptrmemfunc): Delete unused vars U and NINDEX.
11169         * typeck2.c (build_functional_cast): Delete unused var BINFO.
11170
11171 Wed Jan  8 13:09:54 1997  Jason Merrill  <jason@yorick.cygnus.com>
11172
11173         * search.c (lookup_field): Use IDENTIFIER_CLASS_VALUE to look up
11174         things in a type being defined.
11175         * decl.c (finish_enum): Reverse the values so that they are in
11176         the correct order.
11177
11178         * pt.c (instantiate_class_template): Don't initialize
11179         BINFO_BASETYPES until the vector is filled out.
11180         (unify): Don't abort on conflicting bindings, just fail.
11181         (instantiate_decl): Do push_tinst_level before any tsubsting.
11182
11183         * method.c (build_overload_value): Handle getting a
11184         TEMPLATE_CONST_PARM for a pointer.
11185
11186 Tue Jan  7 14:00:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
11187
11188         * init.c (expand_member_init): Don't give 'not a base' error for
11189         templates.
11190
11191         * pt.c (instantiate_decl): Call import_export_decl later.
11192
11193         * pt.c (instantiate_class_template): Return a value.
11194
11195         * parse.y (extension): New rule for __extension__.
11196         (extdef, unary_expr, decl, component_decl): Use it.
11197
11198 Tue Jan  7 09:20:28 1997  Mike Stump  <mrs@cygnus.com>
11199
11200         * class.c (base_binfo): Remove unused base_has_virtual member.
11201         (finish_base_struct): Likewise.
11202         (finish_struct_1): Likewise.
11203
11204 Tue Dec 31 20:25:50 1996  Mike Stump  <mrs@cygnus.com>
11205
11206         * search.c (expand_upcast_fixups): Fix bogus code generation
11207         problem where the generated code uses the wrong index into the
11208         runtime built vtable on the stack.  Old code could clobber random
11209         stack values.
11210
11211 Tue Dec 31 15:16:56 1996  Mike Stump  <mrs@cygnus.com>
11212
11213         * init.c (perform_member_init): Make sure the partial EH cleanups
11214         live on the function_obstack.
11215
11216 Fri Dec 27 10:31:40 1996  Paul Eggert  <eggert@twinsun.com>
11217
11218         * Make-lang.in (g++spec.o): Don't use $< with an explicit target;
11219         this isn't portable to some versions of `make' (e.g. Solaris 2.5.1).
11220
11221 Tue Dec 24 10:24:03 1996  Jeffrey A Law  <law@cygnus.com>
11222
11223         * decl.c (grokvardecl): Avoid ANSI style initialization.
11224
11225 Sun Dec 22 04:22:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
11226
11227         * pt.c (tsubst): Tweak arg types for a FUNCTION_TYPE.
11228
11229 Fri Dec 20 17:09:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
11230
11231         * pt.c (instantiate_class_template): Call grok_{ctor,op}_properties.
11232
11233 Fri Dec 20 12:17:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11234
11235         * g++spec.c (lang_specific_driver): Put missing hyphen in front of
11236         arguments we compare against.  Start the count of I at 1, not 0,
11237         since argv[0] is still the command.
11238
11239 Thu Dec 19 11:53:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
11240
11241         * lang-specs.h: Accept .cp as an C++ extension.
11242
11243 Mon Dec 16 22:43:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11244
11245         * cp-tree.h (ptr_reasonably_similar): Add decl.
11246
11247 Thu Dec 12 15:00:35 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11248
11249         * decl.c (grokvardecl): Change SPECBITS parm to be the SPECBITS_IN
11250         pointer.  New local SPECBITS with the parm's value.
11251         (grokdeclarator): Pass &specbits down.
11252
11253         * parse.y (expr_no_commas): Make sure $$ is not an error_mark_node
11254         before we try to do C_SET_EXP_ORIGINAL_CODE on it.
11255
11256         * search.c (envelope_add_decl): Check that the CLASSTYPE_CID of
11257         CONTEXT is not 0 before we try to use TYPE_DERIVES_FROM.
11258
11259         * decl.c (cplus_expand_expr_stmt): Only expand the expr if EXP is
11260         not an error_mark_node.
11261
11262 Sat Dec  7 17:20:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
11263
11264         * cp-tree.h (TYPE_MAIN_DECL): Use TYPE_STUB_DECL.
11265         * *.c: Use TYPE_MAIN_DECL instead of TYPE_NAME where appropriate.
11266
11267 Fri Dec  6 14:40:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
11268
11269         * decl.c (grokdeclarator): When giving an anonymous struct a name,
11270         replace TYPE_NAME instead of TYPE_IDENTIFIER (so TYPE_STUB_DECL is
11271         not affected).
11272
11273         * typeck2.c (build_m_component_ref): If component is a pointer
11274         to data member, resolve the OFFSET_REF now.
11275
11276         * call.c (convert_like): Don't go into infinite recursion.
11277
11278         * pt.c (coerce_template_parms): Use tsubst_expr for non-type args.
11279
11280         * class.c (finish_struct_1): Set DECL_ARTIFICIAL on the vptr.
11281         * tree.c (layout_basetypes): And on the vbase ptr.
11282
11283 Thu Dec  5 02:11:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
11284
11285         * decl.c (BOOL_TYPE_SIZE): Define in terms of POINTER_SIZE or
11286         CHAR_TYPE_SIZE so bool is always the same size as another type.
11287
11288         * decl.c (pushtag): Set DECL_IGNORED_P for DWARF, too.
11289
11290 Tue Dec  3 23:18:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
11291
11292         * decl2.c (grok_x_components): Remove synthesized methods from
11293         TYPE_METHODS of an anonymous union, complain about member
11294         functions.
11295         * decl.c (shadow_tag): Wipe out memory of synthesized methods in
11296         anonymous unions.
11297         (finish_function): Just clear the DECL_RTL of our arguments.
11298
11299 Fri Nov 29 21:54:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
11300
11301         * decl2.c (finish_file): Emit DWARF debugging info for static data
11302         members.
11303
11304         * pt.c (tsubst): If t is a stub decl, return the stub decl for type.
11305
11306 Wed Nov 27 14:47:15 1996  Bob Manson  <manson@charmed.cygnus.com>
11307
11308         * typeck.c (build_component_ref): Don't die if COMPONENT isn't a
11309         IDENTIFIER_NODE.
11310
11311 Wed Nov 27 16:05:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11312
11313         * Make-lang.in (g++-cross$(exeext)): Fix typo.
11314
11315 Wed Nov 27 08:14:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11316
11317         Make the g++ driver now be a standalone program, rather than one
11318         that tries to run the gcc driver after munging up the options.
11319         * Make-lang.in (g++.c, g++spec.o): New rules.
11320         (g++.o): New rule, based on gcc.o with -DLANG_SPECIFIC_DRIVER
11321         added.
11322         (g++$(exeext)): New rule, based on xgcc rule.
11323         (g++-cross$(exeext)): Now just copies g++$(exeext) over.
11324         * g++spec.c: New file.
11325         * g++.c: Removed file.
11326
11327 Tue Nov 26 19:01:09 1996  Mike Stump  <mrs@cygnus.com>
11328
11329         * cvt.c (build_up_reference): Arrange for any temporary values
11330         that have been keep in registers until now to be put into memory.
11331
11332 Mon Nov 25 15:16:41 1996  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11333
11334         * Make-lang.in (c++.stage[1234]): Depend upon stage[1-4]-start, so
11335         that make -j3 bootstrap works better.
11336
11337 Sun Nov 24 02:09:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
11338
11339         * decl.c (pushtag): Do pushdecl for anon tags.
11340
11341 Thu Nov 21 16:30:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
11342
11343         * typeck.c (c_expand_return): Fix logic.
11344         (unary_complex_lvalue): Avoid unused warning on address of INIT_EXPR.
11345
11346 Wed Nov 20 18:47:31 1996  Bob Manson  <manson@charmed.cygnus.com>
11347
11348         * g++.c (main): Make sure arglist has a final NULL entry.  Add
11349         PEXECUTE_LAST to the flags passed to pexecute, as otherwise
11350         stdin/stdout of the invoked program are redirected to
11351         nowheresville.
11352
11353 Tue Nov 19 16:12:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
11354
11355         * decl.c (implicitly_declare): Set DECL_ARTIFICIAL.
11356
11357 Tue Nov 19 15:48:19 1996  Mike Stump  <mrs@cygnus.com>
11358
11359         * init.c (resolve_offset_ref): Handle obj.vfn better.
11360         * typeck.c (build_component_ref): Set TREE_TYPE on result from
11361         build_vfn_ref.
11362
11363 Tue Nov 19 13:14:33 1996  Mike Stump  <mrs@cygnus.com>
11364
11365         * typeck.c (convert_for_assignment): Also handle anachronistic
11366         implicit conversions from (::*)() to cv void*.
11367         * cvt.c (cp_convert_to_pointer): Likewise.
11368
11369 Mon Nov 18 17:05:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
11370
11371         * lex.c (handle_cp_pragma): Fix bogus warning.
11372
11373 Mon Nov 18 16:10:43 1996  Mike Stump  <mrs@cygnus.com>
11374
11375         * cvt.c (cp_convert_to_pointer): Avoid thinking a POINTER_TYPE
11376         (METHOD_TYPE) is a TYPE_PTRMEMFUNC_P.
11377
11378 Thu Nov 14 23:18:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
11379
11380         * class.c (finish_struct_1): Support DWARF2_DEBUG.
11381         * search.c (dfs_debug_mark): Likewise.
11382         * decl2.c (finish_vtable_vardecl): Likewise.
11383         * decl.c (pushtag, finish_enum): Likewise.
11384         * lex.c (check_newline): Use debug_* instead of calling *out
11385         functions directly.
11386
11387 Thu Nov 14 15:21:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11388
11389         * Make-lang.in (cplib2.ready): Add else clause to avoid problems
11390         on some picky hosts.
11391
11392 Wed Nov 13 12:32:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
11393
11394         * class.c (finish_struct_1): A class has a non-trivial copy
11395         constructor if it has virtual functions.
11396
11397         * cvt.c (cp_convert): Always call a constructor.
11398
11399         * call.c (reference_binding): Still tack on a REF_BIND
11400         for bad conversions.
11401         (build_user_type_conversion_1): Propagate ICS_BAD_FLAG.
11402
11403         * typeck.c (convert_arguments): Pass LOOKUP_ONLYCONVERTING.
11404         (c_expand_return): Likewise.
11405         * typeck2.c (digest_init): Likewise for { }.
11406         * init.c (expand_aggr_init_1): Keep the CONSTRUCTOR handling.
11407         * cvt.c (cp_convert): Handle failure better.
11408
11409 Wed Nov 13 11:51:20 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11410
11411         * g++.c (main): Also set PEXECUTE_SEARCH, to make the invocation
11412         of GCC be path-relative.
11413
11414 Wed Nov 13 11:27:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11415
11416         * Make-lang.in (g++-cross): G++-cross doesn't need version.o, but
11417         it does need choose-temp.o and pexecute.o.
11418
11419 Wed Nov 13 07:53:38 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11420
11421         * g++.c (error) [!HAVE_VPRINTF]: Put error back for the only time
11422         that we still use it.
11423         (P_tmpdir, R_OK, W_OK, X_OK) [__MSDOS__]: Delete unnecessary macros.
11424
11425 Wed Nov 13 02:00:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
11426
11427         * init.c (expand_default_init): Avoid calling constructors to
11428         initialize reference temps.
11429
11430         * cvt.c (convert_to_reference): Fix.
11431
11432 Tue Nov 12 19:10:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
11433
11434         * cvt.c (cp_convert): Simplify for flag_ansi_overloading.
11435         (convert_to_reference): Likewise.
11436         * typeck.c (convert_for_initialization): Likewise.
11437         * init.c (expand_default_init): Likewise.
11438         (expand_aggr_init_1): Likewise.
11439         * cp-tree.h (CONV_NONCONVERTING): Lose.
11440         * typeck.c (build_c_cast): Lose allow_nonconverting parm.
11441         * *.c: Adjust.
11442         * call.c (build_user_type_conversion_1): Assume LOOKUP_ONLYCONVERTING.
11443
11444 Tue Nov 12 16:29:04 1996  Brendan Kehoe  <brendan@canuck.cygnus.com>
11445
11446         * pt.c (tsubst_expr): Reverse args to expand_start_catch_block.
11447
11448 Tue Nov 12 15:26:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
11449
11450         * init.c (expand_aggr_init_1): Don't crash on non-constructor
11451         TARGET_EXPR.
11452
11453 Tue Nov 12 14:00:50 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11454
11455         * g++.c: Include gansidecl.h.
11456         (VPROTO, PVPROTO, VA_START): Delete.
11457         (choose_temp_base_try, choose_temp_base, perror_exec,
11458         run_dos) [__MSDOS__]: Delete fns.
11459         (pfatal_with_name): Delete fn.
11460         (temp_filename): Declare like in gcc.c.
11461         (pexecute, pwait, choose_temp_base): Declare from gcc.c.
11462         (error_count, signal_count): Define.
11463         (error): Delete both definitions.
11464         (PEXECUTE_{FIRST,LAST,SEARCH,VERBOSE}): Define from gcc.c.
11465         (pfatal_pexecute): Add fn from gcc.c.
11466         (main): Rename local VERBOSE var to VERBOSE_FLAG.  Rewrite the
11467         code to use the pexecute stuff also used by gcc.c.
11468         (MIN_FATAL_STATUS): Define.
11469         * Make-lang.in (g++): Add dependency on and linking with
11470         choose-temp.o and pexecute.o.
11471
11472         * cp-tree.h: Include gansidecl.h.
11473         (STDIO_PROTO): Delete #undef/#define.
11474         * cvt.c (NULL): Delete #undef/#define.
11475         * expr.c (NULL): Likewise.
11476         * init.c (NULL): Likewise.
11477         * rtti.c (NULL): Likewise.
11478         * xref.c (NULL): Likewise.
11479
11480         * cp-tree.h (build_user_type_conversion): Add prototype.
11481         * call.c (build_user_type_conversion): Delete prototype.  Correct
11482         decl of FLAGS arg to be an int.
11483         * cvt.c (build_user_type_conversion): Likewise.
11484
11485 Tue Nov 12 12:16:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
11486
11487         * cp-tree.def: Add TRY_BLOCK and HANDLER.
11488         * except.c (expand_start_catch_block): Support templates.
11489         * parse.y (try_block, handler_seq): Likewise.
11490         * pt.c (tsubst_expr): Support TRY_BLOCK and HANDLER.
11491
11492 Mon Nov 11 13:57:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
11493
11494         * pt.c (current_template_args): New fn.
11495         (push_template_decl): Use it.
11496         * decl.c (grokdeclarator): Use it.
11497
11498         * decl2.c (build_expr_from_tree): Dereference ref vars.
11499
11500         * decl.c (grokdeclarator): Generalize handling of TYPENAME_TYPEs in
11501         the decl-specifier-seq.
11502
11503         * decl.c (grok_op_properties): Don't force the type of a conversion
11504         op to be complete.  Don't warn about converting to the same type
11505         for template instantiations.
11506
11507         * decl2.c (finish_file): Don't call instantiate_decl on synthesized
11508         methods.
11509
11510 Mon Nov 11 13:20:34 1996  Bob Manson  <manson@charmed.cygnus.com>
11511
11512         * typeck.c (get_delta_difference): Remove previous bogusness.
11513         Don't give errors if force is set.
11514
11515 Fri Nov  8 17:38:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
11516
11517         * decl2.c (finish_file): Don't emit debug info.
11518         * decl.c (pushdecl): Lose obsolete code.
11519         (grokdeclarator): Still do the long long thing after complaining.
11520         * search.c (note_debug_info_needed): Don't do anything if we're in a
11521         template.
11522         * method.c (synthesize_method): For non-local classes,
11523         push_to_top_level first.
11524
11525 Fri Nov  8 11:52:28 1996  Bob Manson  <manson@charmed.cygnus.com>
11526
11527         * typeck.c (get_delta_difference): Add no_error parameter.
11528         (build_ptrmemfunc): Call get_delta_difference with no_error set;
11529         we don't want error messages when converting unrelated
11530         pointer-to-member functions.
11531
11532 Thu Nov  7 11:16:24 1996  Mike Stump  <mrs@cygnus.com>
11533
11534         * error.c (dump_expr): Improve the wording on error messages that
11535         involve pointer to member functions.
11536
11537 Tue Nov  5 17:12:05 1996  Mike Stump  <mrs@cygnus.com>
11538
11539         * cvt.c (cp_convert_to_pointer): Move code for conversions from
11540         (::*)() to void* or (*)() up a bit, so that we can convert from
11541         METHOD_TYPEs as well.
11542
11543 Tue Nov  5 14:54:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
11544
11545         * rtti.c (get_tinfo_fn): Make sure 'type' is permanent.
11546         There are no 'member' types.
11547         (get_tinfo_fn_dynamic): Diagnose typeid of overloaded fn.
11548         (build_x_typeid): Handle errors.
11549
11550 Mon Nov  4 17:43:12 1996  Mike Stump  <mrs@cygnus.com>
11551
11552         * typeck.c (convert_for_assignment): Handle anachronistic implicit
11553         conversions from (::*)() to void* or (*)().
11554         * cvt.c (cp_convert_to_pointer): Likewise.
11555         (cp_convert_to_pointer_force): Remove cp_convert_to_pointer
11556         conversions from here.
11557         * decl2.c (lang_decode_option): Add -W{no-,}pmf-conversions.
11558         * lang-options.h: Likewise.
11559         * decl2.c (warn_pmf2ptr): Define.
11560         * cp-tree.h: Declare it.
11561         * typeck2.c (digest_init): Allow pmfs down into
11562         convert_for_initialization.
11563
11564 Sun Nov  3 09:43:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
11565
11566         * typeck.c (c_expand_return): Fix for returning overloaded fn.
11567
11568 Fri Nov  1 08:53:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
11569
11570         * cp-tree.h (DIRECT_BIND): Change from INDIRECT_BIND.
11571         * decl.c (grok_reference_init): Pass DIRECT_BIND.
11572         * cvt.c (build_up_reference): Don't mark 'this' addressable.  Use
11573         DIRECT_BIND.
11574         * call.c (convert_like): Don't pass INDIRECT_BIND.
11575         * typeck.c (convert_arguments): Likewise.
11576         * typeck.c (mark_addressable): Allow &this if flag_this_is_variable.
11577
11578 Thu Oct 31 17:08:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
11579
11580         * typeck.c (mark_addressable): Support TARGET_EXPR, unify with
11581         similar code in build_up_ref.
11582         * cvt.c (build_up_reference): Drastically simplify.
11583
11584 Mon Oct 28 12:45:05 1996  Jeffrey A Law  <law@cygnus.com>
11585
11586         * typeck.c (signed_or_unsigned_type): If the given type already
11587         as the correct signedness, then just return it.
11588
11589         * typeck.c ({un,}signed_type): If can't do anything, call
11590         signed_or_unsigned_type.
11591
11592 Thu Oct 24 14:21:59 1996  Bob Manson  <manson@charmed.cygnus.com>
11593
11594         * decl2.c (copy_assignment_arg_p): Don't buy the farm if
11595         current_class_type is NULL.
11596
11597 Wed Oct 23 00:43:10 1996  Jason Merrill  <jason@gerbil.cygnus.com>
11598
11599         * class.c (finish_struct_1): Avoid empty structs by adding a field
11600         so layout_type gets the mode right.
11601
11602         * typeck.c (c_expand_return): Drastically simplify.
11603
11604 Mon Oct 21 22:34:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
11605
11606         * typeck.c (decay_conversion): Handle overloaded methods.
11607
11608 Fri Oct 18 16:03:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
11609
11610         * call.c (build_over_call): A TARGET_EXPR has side-effects.
11611
11612 Thu Oct 17 11:31:59 1996  Mike Stump  <mrs@cygnus.com>
11613
11614         * cvt.c (convert_to_pointer_force): Add code to support pointer to
11615         member function to pointer to function conversions.
11616         * init.c (resolve_offset_ref): Add code to allow faked up objects,
11617         ignoring them if they are not used, and giving an error, if they
11618         are needed.
11619         * typeck.c (get_member_function_from_ptrfunc): Fold e1 to improve
11620         code, and so that we can give an error, if we needed an object,
11621         and one was not provided.
11622         (build_c_cast): Don't call default_conversion when we want to
11623         convert to pointer to function from a METHOD_TYPE.
11624
11625 Mon Oct 14 00:28:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
11626
11627         * Make-lang.in (cplib2.ready): Fix logic.
11628
11629         * decl.c (shadow_tag): Only complain about non-artificial function
11630         members.
11631
11632         * class.c (finish_struct_1): Add synthesized methods to TYPE_METHODS.
11633
11634 Fri Oct 11 16:12:40 1996  Jason Merrill  <jason@yorick.cygnus.com>
11635
11636         * expr.c (cplus_expand_expr): Pre-tweak call_target like
11637         expand_inline_function would.
11638
11639         * pt.c (mark_decl_instantiated): If extern_p, call
11640         mark_inline_for_output.
11641
11642 Thu Oct 10 15:58:08 1996  Mike Stump  <mrs@cygnus.com>
11643
11644         * typeck.c (unary_complex_lvalue): Add code to handle intermediate
11645         pmd conversions.
11646
11647         * typeck.c (get_delta_difference): Fix wording, as we can be used
11648         for pointer to data members.
11649
11650 Tue Oct  8 12:43:51 1996  Bob Manson  <manson@charmed.cygnus.com>
11651
11652         * pt.c (tsubst): If the function decl isn't a member of this
11653         template, return a copy of the decl (including copying the
11654         lang-specific part) so we don't hose ourselves later.
11655
11656 Thu Oct  3 16:24:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
11657
11658         * class.c (finish_struct): Remove DWARF-specific tag handling.
11659         * decl.c (pushtag): Likewise.
11660         (finish_function): Always clear DECL_ARGUMENTS on function decls with
11661         no saved RTX.
11662         * decl2.c (finish_file): Emit DWARF debugging info for static data
11663         members.
11664
11665 Wed Oct  2 21:58:01 1996  Bob Manson  <manson@charmed.cygnus.com>
11666
11667         * decl.c (duplicate_decls): Make sure the old DECL_LANG_SPECIFIC
11668         isn't the same as the new one before we whack it.
11669
11670 Mon Sep 30 13:38:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
11671
11672         * class.c, cp-tree.h, cvt.c, decl.c, decl2.c, gxx.gperf, hash.h,
11673         lex.c, method.c, parse.y, typeck.c, typeck2.c: Remove
11674         warn_traditional and warn_strict_prototypes; remove ancient
11675         'overload' code; remove references to flag_traditional.
11676
11677 Mon Sep 30 12:58:40 1996  Mike Stump  <mrs@cygnus.com>
11678
11679         * input.c (sub_getch): Handle 8-bit characters in string literals.
11680
11681 Sun Sep 29 03:12:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
11682
11683         * tree.c (mapcar): Handle CONSTRUCTORs.
11684         (copy_to_permanent): Handle expression_obstack properly.
11685
11686         * Make-lang.in (cplib2.txt): Also depend on the headers.
11687
11688         * rtti.c (get_tinfo_var): Don't assume that POINTER_SIZE ==
11689         INT_TYPE_SIZE.
11690         (expand_class_desc): Use USItype for offset field.
11691         * tinfo.h (struct __class_type_info): Likewise.
11692
11693         * method.c (build_overload_int): TYPE_PRECISION should be applied
11694         to types.
11695
11696 Sat Sep 28 14:44:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11697
11698         * call.c (build_new_op): A COND_EXPR involving void must be a
11699         builtin.
11700
11701 Fri Sep 27 16:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
11702
11703         * typeck.c (build_x_component_ref): New fn.
11704         (build_object_ref): Use it.
11705         * parse.y (primary): Use it.
11706         * decl2.c (build_expr_from_tree): Use it.
11707         * cp-tree.h: Declare it.
11708
11709         * decl.c (start_decl): Variable-sized arrays cannot be initialized.
11710         * error.c (dump_type_suffix): Handle variable arrays.
11711
11712 Fri Sep 27 13:14:05 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11713
11714         * Make-lang.in (exception.o): Put back compiling it with -fPIC.
11715
11716 Fri Sep 27 03:00:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
11717
11718         * decl.c (lookup_name_real): Don't try to look up anything in a
11719         TYPENAME_TYPE.
11720
11721         * tinfo2.cc (__throw_type_match_rtti): Oops.
11722
11723 Thu Sep 26 22:11:05 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11724
11725         * Make-lang.in (exception.o): Use -fno-PIC for now.
11726
11727 Thu Sep 26 10:59:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
11728
11729         * rtti.c (build_dynamic_cast): Pass tinfo fns rather than
11730         calling them.
11731         (get_tinfo_fn_dynamic): Extracted from build_typeid.
11732         * tinfo2.cc (__dynamic_cast): Adjust.
11733
11734         * rtti.c (build_typeid): Use resolves_to_fixed_type_p.
11735         (build_x_typeid): Likewise.
11736
11737         * parse.y: Call build_x_typeid instead of build_typeid.
11738         * cp-tree.def: Add TYPEID_EXPR.
11739         * pt.c (tsubst_copy): Handle typeid.
11740         * decl2.c (build_expr_from_tree): Likewise.
11741         * rtti.c (build_x_typeid): Throw bad_typeid from here.
11742         (build_typeid): Not here.
11743         * cp-tree.h: Declare build_x_typeid.
11744
11745 Wed Sep 25 17:26:16 1996  Jason Merrill  <jason@yorick.cygnus.com>
11746
11747         * call.c (convert_like): Pull out constant values.
11748
11749         * tree.c (mapcar): Use build_cplus_array_type, not build_array_type.
11750
11751 Wed Sep 25 17:28:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
11752
11753         * decl.c (init_decl_processing): Create short int types before
11754         creating size_t in case a machine description needs to use
11755         unsigned short for size_t.
11756
11757 Tue Sep 24 18:18:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
11758
11759         * Make-lang.in (exception.o): Turn off pic.
11760
11761         * tinfo2.cc (__throw_type_match_rtti): Fix cv-variants of the same
11762         type, multi-level ptr conversions.
11763
11764         * rtti.c (call_void_fn): Renamed and genericized from throw_bad_cast.
11765         (throw_bad_cast): Use it.
11766         (throw_bad_typeid): New fn.
11767         (build_typeid): Throw bad_typeid as needed.
11768         Use build_call.
11769         (synthesize_tinfo_fn): Handle functions and arrays before checking
11770         for cv-quals.
11771
11772         * Remove .h from standard C++ headers, add new.h, move into inc
11773         subdirectory.
11774
11775         * exception*: Remove pointer from object, constructors.  Add
11776         default exception::what that uses type_info::name.  Add
11777         __throw_bad_typeid.
11778
11779         * init.c (build_new): Don't add a cookie to new (void *) T[2].
11780
11781 Mon Sep 23 15:21:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
11782
11783         * Make-lang.in: Building C++ code depends on cc1plus.
11784
11785 Mon Sep 23 12:38:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11786
11787         * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
11788         a HOST_WIDE_INT, not a tree.
11789
11790 Mon Sep 23 12:36:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
11791
11792         * exception.cc: Don't include <stdlib.h>.
11793
11794         * Make-lang.in (c++.clean): Remove cplib2.*.
11795
11796 Mon Sep 23 09:42:19 1996  Doug Evans  <dje@canuck.cygnus.com>
11797
11798         * parse.y (component_decl_1, component_costructor_declarator case):
11799         Pass attributes/prefix_attributes in tree list.
11800
11801 Mon Sep 23 01:18:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
11802
11803         * tinfo{,2}.cc: #include <stddef.h> instead of <stdlib.h>.
11804
11805 Sun Sep 22 05:31:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
11806
11807         * lex.c (do_identifier): Don't do deferred lookup in a template
11808         header.
11809
11810         * typeck2.c (store_init_value): Oops.
11811
11812         * new.{h,cc}, exception.{h,cc}, typeinfo.h, tinfo{2.cc,.cc,.h}:
11813         New files for C++ lang-support library.
11814         * Make-lang.in (CXX_EXTRA_HEADERS): Define.
11815         (CXX_LIB2FUNCS): Define.
11816         And rules for building the C++ lang-support code.
11817         * config-lang.in (headers): Define.
11818         (lib2funcs): Define.
11819
11820 Sat Sep 21 19:17:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
11821
11822         * decl2.c (build_expr_from_tree): If CONSTRUCTOR has a type, call
11823         digest_init.
11824         * pt.c (tsubst_copy): Compute type for CONSTRUCTOR.
11825         * typeck2.c (store_init_value): Check for initializing pmf with { }
11826         here.
11827         (process_init_constructor): Not here.
11828
11829 Thu Sep 19 16:41:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
11830
11831         * pt.c (begin_template_parm_list): Increment
11832         processing_template_decl here.
11833         (end_template_parm_list): Not here.
11834         (process_template_parm): No need to add 1 to it now.
11835         * *.c: Use processing_template_decl instead of current_template_parms
11836         to check for being in a template.
11837
11838         * pt.c (uses_template_parms): Handle SCOPE_REF.  Fix CONSTRUCTOR.
11839         (tsubst_copy): Handle CONSTRUCTOR.
11840         (instantiate_decl): Set up context properly for variables.
11841         * decl2.c (build_expr_from_tree): Handle CONSTRUCTOR.
11842         * class.c (finish_struct): Reverse CLASSTYPE_TAGS.
11843
11844 Wed Sep 18 13:30:20 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11845
11846         * lex.c (enum tree_node_kind) [GATHER_STATISTICS]: Put the enum back.
11847
11848 Wed Sep 18 04:24:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
11849
11850         * method.c (make_thunk): Call comdat_linkage before setting the
11851         TREE_CODE.
11852
11853         * decl2.c (comdat_linkage): Use make_decl_one_only.
11854         (import_export_decl): Likewise.
11855         * decl.c (init_decl_processing): Check supports_one_only instead of
11856         SUPPORTS_WEAK.
11857
11858 Sat Sep 14 08:34:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
11859
11860         * decl2.c (grokfield): Tighten checking for access decls.
11861
11862         * decl.c (make_typename_type): Resolve references to
11863         current_class_type.  Set CLASSTYPE_GOT_SEMICOLON.
11864         (lookup_name_real): Types that depend on a template parameter get
11865         an implicit 'typename' unless they're in the current scope.
11866         (start_decl_1): We don't care about incomplete types that depend
11867         on a template parm.
11868         (grokdeclarator): Resolve 'typename's in the type specifier that
11869         refer to members of the current scope.
11870
11871         * call.c (build_over_call): Remove 'inline called before
11872         definition' diagnostic.
11873         (build_method_call): Likewise.
11874         * decl.c (duplicate_decls): Downgrade 'used before declared
11875         inline' to a warning, only with -Winline.
11876
11877 Fri Sep 13 17:31:40 1996  Stan Shebs  <shebs@andros.cygnus.com>
11878
11879         * mpw-make.sed: Fix include paths, add @DASH_C_FLAG@ to compile.
11880
11881 Wed Sep 11 22:38:13 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
11882
11883         * call.c (build_method_call): When calling a signature
11884         default implementation, as in other cases, let instance_ptr simply
11885         be instance.
11886
11887 Wed Sep 11 22:14:44 1996  Mike Stump  <mrs@cygnus.com>
11888
11889         * parse.y (simple_stmt): Cleanup and use do_poplevel ().
11890
11891 Wed Sep 11 22:10:48 1996  Mike Stump  <mrs@cygnus.com>
11892
11893         * except.c (expand_start_catch_block): Add a pushlevel so that -g
11894         works on hppa and SPARC.
11895
11896 Wed Sep 11 10:18:06 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11897
11898         * typeck.c (build_indirect_ref): Catch PTR being an error_mark_node.
11899
11900 Mon Sep  9 19:51:14 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
11901
11902         * call.c (build_over_call): Check first whether DECL_CONTEXT exists
11903         before testing whether it's a signature.
11904
11905 Sun Sep  8 16:06:57 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
11906
11907         * call.c (build_new_method_call): Don't complain about signature
11908         pointers and references not being an aggr type.
11909         (build_this): If a signature pointer or reference was passed in,
11910         just return it.
11911         (build_new_method_call): If instance is a signature pointer, set
11912         basetype to the signature type of instance.
11913         * sig.c (build_signature_method_call): Deleted basetype and
11914         instance parameters, they can be found as the DECL_CONTEXT of
11915         function and as the first argument passed in.
11916         * cp-tree.h: Changed declaration of build_signature_method_call.
11917         * call.c (build_method_call): Deleted first two arguments in call
11918         of build_signature_method_call.
11919         (build_over_call): Added call to build_signature_method_call.
11920
11921 Thu Sep  5 16:51:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
11922
11923         * typeck.c (build_c_cast): Don't tack a non_lvalue_expr onto a
11924         target_expr.
11925
11926 Thu Sep  5 10:05:38 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11927
11928         * cvt.c (convert_to_reference): Use %#T, not %#D, for error.
11929
11930 Wed Sep  4 17:16:09 1996  Bob Manson  <manson@charmed.cygnus.com>
11931
11932         * except.c (expand_start_try_stmts): Move to except.c in the backend.
11933         (expand_end_try_stmts): Remove.
11934
11935         * init.c (perform_member_init): Use add_partial_entry () instead
11936         of directly manipulating lists.
11937         (emit_base_init): Likewise.
11938
11939 Wed Sep  4 12:14:36 1996  Mike Stump  <mrs@cygnus.com>
11940
11941         * except.c (expand_exception_blocks): Always make sure USE and
11942         CLOBBER insns that came at the end still do, the backend relies
11943         upon this.
11944
11945 Wed Sep  4 07:44:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
11946
11947         * call.c (build_over_call): We can only use a TARGET_EXPR of the
11948         right type.
11949
11950 Tue Sep  3 19:26:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
11951
11952         * cvt.c (convert_to_reference): Revert last change, don't complain
11953         about temp without target decl.
11954
11955 Tue Sep  3 10:22:56 1996  Mike Stump  <mrs@cygnus.com>
11956
11957         * decl.c (grokdeclarator): Don't core dump when void() is given.
11958
11959 Tue Sep  3 02:38:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
11960
11961         * decl.c (copy_args_p): Don't crash.
11962
11963 Fri Aug 30 14:26:57 1996  Mike Stump  <mrs@cygnus.com>
11964
11965         * pt.c (tsubst): And support template args inside the exception
11966         specification.
11967
11968         * pt.c (tsubst): Add support for exception specifications in
11969         template functions.
11970
11971 Fri Aug 30 10:01:55 1996  Mike Stump  <mrs@cygnus.com>
11972
11973         * cp-tree.def (DECL_STMT): Eliminate the throw spec field, only 3
11974         fields now.
11975         * cp-tree.h (start_decl): Eliminate the throw spec parameter.
11976         (start_function): Likewise.
11977         (start_method): Likewise.
11978         (grokfield): Likewise.
11979         (make_call_declarator): Add throw spec parameter.
11980         (set_quals_and_spec): Add routine.
11981         * lex.c (set_quals_and_spec): Likewise.
11982         * decl.h (grokdeclarator): Eliminate the throw spec parameter.
11983         * decl.c (shadow_tag): Eliminate the throw spec parameter to
11984         grokdeclarator.
11985         (groktypename): Likewise.
11986         (start_decl): Eliminate the throw spec parameter.  Eliminate the
11987         throw spec parameter to grokdeclarator.  Eliminate the throw spec
11988         field in DECL_STMT.
11989         (cp_finish_decl): Eliminate the throw spec field in DECL_STMT.
11990         (grokfndecl): Remove useless set of raises.
11991         (grokdeclarator): Eliminate the throw spec parameter.  Eliminate
11992         the throw spec parameter to start_decl.  Pull the throw spec out
11993         of the call declarator.
11994         (grokparms): Eliminate the throw spec parameter to grokdeclarator.
11995         (start_function): Eliminate the throw spec parameter.  Eliminate
11996         the throw spec parameter to grokdeclarator.
11997         (start_method): Likewise.
11998         * decl2.c (grokfield): Likewise.
11999         (grokbitfield): Eliminate the throw spec parameter to grokdeclarator.
12000         (grokoptypename): Likewise.
12001         (finish_file): Eliminate the throw spec parameter to
12002         start_function.  Add throw spec to make_call_declarator.
12003         * except.c (init_exception_processing): Add throw spec to
12004         make_call_declarator.  Eliminate the throw spec parameter to
12005         start_decl.
12006         (expand_start_catch_block): Eliminate the throw spec parameter to
12007         grokdeclarator.
12008         (expand_builtin_throw): Add throw spec to make_call_declarator.
12009         Eliminate the throw spec parameter to start_function.
12010         (start_anon_func): Likewise.
12011         * lex.c (make_call_declarator): Add throw spec parameter.
12012         (set_quals_and_spec): New routine.
12013         (cons_up_default_function): Add throw spec to make_call_declarator.
12014         Eliminate the throw spec parameter to grokfield.
12015         * method.c (synthesize_method): Eliminate the throw spec parameter
12016         to start_function.
12017         * pt.c (process_template_parm): Eliminate the throw spec parameter
12018         to grokdeclarator.
12019         (tsubst): Add throw spec to make_call_declarator.
12020         (tsubst_expr): Eliminate the throw spec parameter to start_decl.
12021         (do_function_instantiation): Eliminate the throw spec parameter to
12022         grokdeclarator.  Eliminate the throw spec parameter to
12023         start_function.
12024         * rtti.c (synthesize_tinfo_fn): Eliminate the throw spec parameter
12025         to start_function.
12026         * parse.y (datadef): Remove non-winning optimization.
12027         (decl): Likewise.
12028         (fndef): Remove ambiguous error productions uncovered by grammar
12029         fixing.
12030         (constructor_declarator): Add exception_specification_opt here.
12031         (component_constructor_declarator): Likewise.
12032         (direct_after_type_declarator): Likewise.
12033         (complex_direct_notype_declarator): Likewise.
12034         (direct_abstract_declarator): Likewise.
12035         (fn.def1): Remove exception_specification_opt.
12036         (fn.def2): Likewise.
12037         (condition): Likewise.
12038         (initdcl0): Likewise.
12039         (initdcl): Likewise.
12040         (notype_initdcl0): Likewise.
12041         (nomods_initdcl0): Likewise.
12042         (component_decl_1): Likewise.
12043         (component_declarator): Likewise.
12044         (after_type_component_declarator0): Likewise.
12045         (after_type_component_declarator): Likewise.
12046         (notype_component_declarator): Likewise.
12047
12048 Wed Aug 28 01:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
12049
12050         * call.c (build_over_call): Also use an INIT_EXPR when
12051         initializing anything from an rvalue.
12052
12053         * call.c (build_over_call): Call stabilize_reference when building
12054         an INIT_EXPR instead of calling the copy ctor.
12055
12056         * call.c (joust): Extend the previous change to all comparisons.
12057
12058         * decl2.c, method.c, lex.c: Use MAKE_DECL_ONE_ONLY and
12059         NO_LINKAGE_HEURISTICS.
12060
12061         * decl2.c (finish_file): Emit any statics that weren't already.
12062
12063         * typeck.c (build_static_cast): Implement.
12064         * tree.c (build_cplus_new): Handle getting a TARGET_EXPR.
12065         * decl.c (grokparms): Use can_convert_arg instead of
12066         implicit_conversion directly.
12067         (copy_args_p): New fn.
12068         * cvt.c (convert_to_reference): Don't complain about temp with
12069         static_cast.
12070         (build_up_reference): Handle TARGET_EXPRs.
12071         * call.c (build_over_call): Elide unnecessary temps.
12072         (can_convert*): Use new overloading code.
12073
12074 Tue Aug 27 13:12:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
12075
12076         * call.c: Move TYPE_PTR*_MACROS ...
12077         * cp-tree.h: To here.
12078         * typeck.c (build_reinterpret_cast): Implement.
12079
12080         * call.c (add_builtin_candidate): Use TYPE_PTROB_P instead of
12081         ptr_complete_ob.
12082         (joust): If we're comparing a function to a builtin and the worst
12083         conversion for the builtin is worse than the worst conversion for the
12084         function, take the function.
12085
12086         * typeck.c (build_const_cast): Implement.
12087         (comp_ptr_ttypes_const): Like comp_ptr_ttypes, for const_cast.
12088         (comp_ptr_ttypes_reinterpret): Like cpt, for reinterpret_cast.
12089
12090 Tue Aug 27 13:14:58 1996  Bob Manson  <manson@charmed.cygnus.com>
12091
12092         * rtti.c (build_dynamic_cast): Don't try to dereference exprtype
12093         too early.  Make sure we explode if exprtype turns out to be a
12094         NULL_TREE when it shouldn't be.
12095
12096 Tue Aug 27 10:56:21 1996  Mike Stump  <mrs@cygnus.com>
12097
12098         * cp-tree.h: New routine make_call_declarator.
12099         * lex.c (make_call_declarator): Define it.
12100         * except.c (init_exception_processing): Use it.
12101         (expand_builtin_throw): Likewise.
12102         (start_anon_func): Likewise.
12103         * decl2.c (finish_file): Likewise.
12104         * lex.c (cons_up_default_function): Likewise.
12105         * parse.y: Likewise.
12106         * pt.c (tsubst): Likewise.
12107
12108 Mon Aug 26 17:40:03 1996  Mike Stump  <mrs@cygnus.com>
12109
12110         * decl2.c (groktypefield): Remove unused code.
12111
12112 Mon Aug 26 17:00:33 1996  Mike Stump  <mrs@cygnus.com>
12113
12114         * gxx.gperf: Change TYPE_QUAL into CV_QUALIFIER.
12115         * parse.y: Likewise.  Change maybe_type_qual into maybe_cv_qualifier.
12116         Change type_quals into cv_qualifiers.  Change nonempty_type_quals into
12117         nonempty_cv_qualifiers.
12118         * hash.h: Rebuild.
12119
12120         * lex.c (make_pointer_declarator): Change type_quals into
12121         cv_qualifiers.
12122         (make_reference_declarator): Likewise.
12123
12124 Thu Aug 22 01:09:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
12125
12126         * decl.c (start_function): Only check interface_* for templates
12127         with flag_alt_external_templates.
12128
12129         * call.c (build_new_op): Check for comparison of different enum types.
12130         (build_over_call): Fix arg # output.
12131
12132         * typeck.c (build_component_ref): Handle pre-found TYPE_DECL.
12133
12134 Wed Aug 21 00:13:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
12135
12136         * call.c (build_new_op): Check for erroneous args.
12137
12138         * call.c (build_new_method_call): Add missing args to cp_error.
12139
12140         * tree.c (error_type): Don't print reference-to-array.
12141
12142         * typeck.c (convert_for_assignment): Don't say contravariance for
12143         removing const.
12144
12145 Tue Aug 20 13:23:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
12146
12147         * call.c (build_over_call): Diagnose bad convs for `this'.
12148
12149         * lex.c (cons_up_default_function): Set DECL_ARTIFICIAL
12150         on _ctor_arg.
12151
12152         * call.c (convert_like): Handle bad convs.
12153         (build_over_call): Handle bad convs better.
12154
12155         * decl2.c: -fansi-overloading is now the default.
12156
12157         * call.c (build_new_method_call): Check for erroneous args.
12158
12159         * pt.c (instantiate_class_template): Propagate
12160         TYPE_USES_MULTIPLE_INHERITANCE.
12161
12162 Tue Aug 20 13:09:57 1996  Mike Stump  <mrs@cygnus.com>
12163
12164         * call.c (enforce_access): Add static to routine.
12165
12166 Sun Aug 18 14:35:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
12167
12168         * call.c (build_user_type_conversion_1): Fix bad handling.
12169         (compare_ics): Likewise.
12170
12171 Sat Aug 17 21:54:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
12172
12173         * call.c (standard_conversion): Oops.
12174
12175 Sat Aug 17 16:28:11 1996  Geoffrey Noer  <noer@cygnus.com>
12176
12177         * g++.c: Update test for win32 (&& ! cygwin32).
12178
12179 Sat Aug 17 03:45:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
12180
12181         * typeck.c (comp_ptr_ttypes_real): Handle OFFSET_TYPEs properly.
12182         (ptr_reasonably_similar): New fn.
12183         * call.c (BAD_RANK): New rank.
12184         (ICS_BAD_FLAG): New macro.
12185         (standard_conversion): Handle almost-right pointer conversions.
12186         (reference_binding): Handle bad rvalue bindings.
12187         (add_*_candidate): Stuff.
12188         (build_over_call): Pass bad conversions to convert_for_initialization.
12189         (compare_ics): Handle bad convs.
12190         (joust): Likewise.
12191
12192 Fri Aug 16 15:02:19 1996  Bob Manson  <manson@charmed.cygnus.com>
12193
12194         * init.c (expand_vec_init): Use ptrdiff_type_node instead of
12195         integer_type_node when computing pointer offsets.
12196
12197 Fri Aug 16 01:28:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
12198
12199         * tree.c (lvalue_type): New fn.
12200         (error_type): New fn.
12201         * call.c (op_error): Use error_type.
12202         (add_conv_candidate): Use lvalue_type.
12203         (add_builtin_candidates): Likewise.
12204         * error.c (args_as_string): Use error_type.
12205
12206 Thu Aug 15 17:27:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
12207
12208         * pt.c (instantiate_decl): Evaluate DECL_INITIAL of a VAR_DECL here.
12209         (tsubst): Not here.
12210
12211         * decl.c (init_decl_processing): With -ansi, __null's type is the
12212         signed integral type with the same number of bits as a pointer.
12213         Introduce a new variable null_node for it.
12214         * cp-tree.h: Adjust.
12215         * call.c (null_ptr_cst_p): Adjust.
12216
12217 Thu Aug 15 17:09:54 1996  Mike Stump  <mrs@cygnus.com>
12218
12219         * except.c (do_unwind): Mark %i7 as used on the SPARC so we can
12220         optimize.
12221
12222 Thu Aug 15 01:36:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
12223
12224         * decl2.c (import_export_decl): Ignore #pragma interface for tinfo
12225         fns of classes without virtual functions.
12226
12227         * call.c (add_function_candidate): Handle `this' specially.
12228         (compare_ics): Likewise.
12229
12230 Tue Aug 13 12:16:10 1996  Jason Merrill  <jason@yorick.cygnus.com>
12231
12232         * typeck.c (build_conditional_expr): Fix handling of __null.
12233
12234         * decl2.c (comdat_linkage): New fn.
12235         (import_export_vtable): Use it.
12236         (import_export_decl): Use it.
12237         * method.c (make_thunk): Use it.
12238
12239 Mon Aug 12 00:09:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
12240
12241         * pt.c (end_template_decl): If we don't actually have parms, return.
12242         * parse.y (template_header): Accept 'template <>'.
12243
12244         * errfn.c: Allow 5 args.
12245
12246 Sun Aug 11 15:20:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
12247
12248         * tree.c (make_temp_vec): New fn.
12249         * pt.c (push_template_decl): Handle partial specs.
12250         (instantiate_class_template): Likewise.
12251         (more_specialized): Use get_bindings.
12252         (more_specialized_class): New fn.
12253         (get_class_bindings): New fn.
12254         (most_specialized_class): New fn.
12255         (do_function_instantiation): List candidates for ambiguous case.
12256         * decl.c (duplicate_decls): Lose reference to DECL_TEMPLATE_MEMBERS.
12257         (shadow_tag): Call push_template_decl for partial specializations.
12258         * parse.y: Likewise.
12259         * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Replaces
12260         DECL_TEMPLATE_MEMBERS.
12261         * call.c (print_z_candidates): Reduce duplication.
12262
12263 Fri Aug  9 14:36:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
12264
12265         * decl2.c (lang_decode_option): Allow -fansi-overloading.
12266
12267 Thu Aug  8 17:04:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
12268
12269         * pt.c (get_bindings): New fn.
12270         (most_specialized): Likewise.
12271         (do_function_instantiation): Use them.
12272         (add_maybe_template): New fn.
12273         * cp-tree.h (DECL_MAYBE_TEMPLATE): New macro.
12274         * call.c (build_new_op): Handle guiding decls.
12275         (build_new_function_call): Likewise.
12276         * decl2.c (finish_file): Likewise.
12277
12278         * decl2.c (mark_used): Do synthesis here.
12279         * call.c (build_method_call): Not here.
12280         (build_over_call): Or here.
12281         * typeck.c (build_function_call_real): Or here.
12282         * tree.c (bot_manip): Call mark_used on functions used in default
12283         args.
12284
12285 Thu Aug  8 17:48:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12286
12287         * decl2.c (import_export_vtable): Delete code that disabled vtable
12288         heuristic on systems with ASM_OUTPUT_EXTERNAL.
12289
12290 Wed Aug  7 12:44:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
12291
12292         * typeck.c (build_x_function_call): Handle static call context
12293         better.
12294
12295         * decl.c (finish_function): Set the DECL_CONTEXT of the result to
12296         the function, not its outer block.
12297
12298         * call.c (build_field_call): Pass fields on to build_opfncall
12299         regardless of TYPE_OVERLOADS_CALL_EXPR.
12300         (build_method_call): Pass on to build_new_method_call sooner.
12301
12302         * typeck.c (build_ptrmemfunc): Just return what instantiate_type
12303         gives us.
12304         * class.c (instantiate_type): Don't put a POINTER_TYPE to
12305         METHOD_TYPE on an expression.  Also make a copy of rhs instead of
12306         modifying it.
12307
12308 Tue Aug  6 12:58:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12309
12310         * call.c (compare_ics): Handle qual_conv after lvalue_conv.
12311         (add_builtin_candidate): Don't take enums for ++.
12312         (build_new_method_call): Handle non-aggregates and field calls.
12313         Move new overloading code from...
12314         * cvt.c: Here.
12315
12316         * decl.c (grokparms): Don't check default args in templates.
12317
12318 Mon Aug  5 17:17:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
12319
12320         * cvt.c (build_new_op): Fix args to build_unary_op.
12321         (add_builtin_candidates): Don't call type_promotes_to on float.
12322
12323         * decl.c (grokparms): Check the type of the default arg.
12324
12325         * cvt.c (build_new_op): Pass non-overloaded cases on rather than
12326         returning NULL_TREE.
12327
12328         * typeck.c (build_x_binary_op): Avoid doing extra work.
12329         (build_x_unary_op): Likewise.
12330         (build_x_conditional_expr): Likewise.
12331         * cvt.c (build_over_call): Return.
12332         (add_builtin_candidate): Fix MEMBER_REF.
12333         (build_new_op): Likewise.
12334
12335 Mon Aug  5 17:07:47 1996  Mike Stump  <mrs@cygnus.com>
12336
12337         * method.c (build_overload_name): Put bug fix into code but leave
12338         disabled for now so we can be bug compatible with older releases
12339         that do repeats incorrectly.  In the future, we can enable it.
12340
12341 Mon Aug  5 13:46:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
12342
12343         * cvt.c (convert_like): Don't call build_cplus_new twice.
12344
12345         * call.c, cp-tree.h, cvt.c, decl2.c, init.c, method.c, pt.c, typeck.c:
12346         Control new overloading code with -fansi-overloading.
12347
12348 Sun Aug  4 15:29:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
12349
12350         * cvt.c (build_over_call): Call build_cplus_new.
12351         * call.c (build_method_call): Likewise.
12352         * typeck.c (build_function_call_real): Likewise.
12353         (build_conditional_expr): If both operands are TARGET_EXPRs, wrap
12354         the COND_EXPR in a TARGET_EXPR so they use the same slot.
12355
12356         * cvt.c (build_up_reference): Propagate INDIRECT_BIND to
12357         recursive calls.
12358         * typeck.c (complete_type): Propagate
12359         TYPE_NEEDS_{CONSTRUCTING,DESTRUCTOR}.
12360
12361 Sat Aug  3 14:05:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
12362
12363         * cvt.c (joust): More ?: kludging.  Sigh.
12364         (build_over_call): Don't try to synthesize global fns.
12365
12366         * search.c (lookup_conversions): Use binfo marking.
12367
12368 Sat Aug  3 12:33:42 1996  Bob Manson  <manson@charmed.cygnus.com>
12369
12370         * search.c (build_mi_matrix): Use the correct value of cid
12371         when determining the new mi_size.
12372
12373 Sat Aug  3 01:27:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
12374
12375         * cvt.c (add_builtin_candidates): Do consider type conversion ops
12376         for the first parms of += et al.
12377         (strip_top_quals): New fn.
12378         (reference_binding): Use it instead of TYPE_MAIN_VARIANT.
12379         (implicit_conversion): Likewise.
12380         (add_builtin_candidates): Be careful about arrays.
12381         (build_new_method_call): Handle vtable optimization.
12382
12383 Fri Aug  2 01:26:59 1996  Jason Merrill  <jason@yorick.cygnus.com>
12384
12385         * cp-tree.h (LOOKUP_NO_TEMP_BIND): New flag.
12386         * cvt.c (reference_binding): Use it.
12387         (implicit_conversion): Use it.
12388         (add_builtin_candidate, COND_EXPR): Use it.
12389
12390         * cvt.c (build_new_function_call): Check for error args.
12391
12392         * typeck.c (comptypes): Just check DERIVED_FROM_P, not UNIQUELY.
12393
12394         * gxx.gperf: Add __null.
12395         * hash.h: Regenerate.
12396         * lex.h: Add RID_NULL.
12397         * lex.c (init_lex): Create null_pointer_node here, stick it in
12398         RID_NULL.
12399         * decl.c (init_decl_processing): Still set its type here.
12400         * cvt.c (cp_convert_to_pointer): Don't produce null_pointer_node.
12401         (convert_to_pointer_force): Likewise.
12402         (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)0
12403         if (! pedantic).
12404         * call.c (convert_harshness): Use null_ptr_cst_p.
12405         * typeck.c (convert_for_assignment): Likewise.  Don't produce
12406         null_pointer_node.
12407
12408         * error.c (args_as_string): Handle lists of actual args, too.
12409         * cvt.c (null_ptr_cst): Support (void*)0 for now.
12410         (build_user_type_conversion_1): Improve diagnostics.
12411         (build_new_function_call): Likewise.
12412         (build_object_call): Likewise.
12413         (build_new_method_call): Likewise.  Move call before def diagnostic...
12414         (build_over_call): Here.
12415
12416         * cvt.c (build_new_method_call): Don't complain about no match if
12417         LOOKUP_SPECULATIVELY.
12418         (build_over_call): Fix 'this' for virtual fn.
12419         (build_new_method_call): Add diagnostic.
12420
12421 Thu Aug  1 16:45:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
12422
12423         * cvt.c (add_function_candidate): Expect 'this' and 'in_chrg' for
12424         constructors to be passed in.
12425         (build_over_call): Likewise.
12426         (build_user_type_conversion_1): Pass them in.
12427         (convert_like): Likewise.
12428         (build_object_call): Handle overloaded conversions.
12429         (build_over_call): Pass the right args to build_vfn_ref.
12430         (standard_conversion): Fix pmf convs.
12431         (joust): Handle comparing statics and non-statics.
12432         (build_new_method_call): New fn.
12433         * call.c (build_method_call): Call it if NEW_OVER.
12434
12435 Thu Aug  1 16:06:14 1996  Mike Stump  <mrs@cygnus.com>
12436
12437         * lex.c (do_identifier): Don't use %O on IDENTIFIER_OPNAME_Ps, use
12438         %D instead.
12439
12440 Thu Aug  1 15:24:02 1996  Mike Stump  <mrs@cygnus.com>
12441
12442         * except.c (expand_throw): Use maybe_build_cleanup_and_delete
12443         instead of just maybe_build_cleanup so that we deallocate the
12444         thrown object.
12445
12446 Thu Aug  1 15:18:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12447
12448         * decl2.c (finish_prevtable_vardecl): Make non-static for pt.c's use.
12449         * cp-tree.h (finish_prevtable_vardecl): Add decl.
12450
12451 Thu Aug  1 11:53:51 1996  Bob Manson  <manson@charmed.cygnus.com>
12452
12453         * pt.c (instantiate_class_template): Call complete_type.  Also, if
12454         we're at the end of the file and we just instantiated a template
12455         class with a vtable, call finish_prevtable_vardecl.
12456
12457         * error.c (dump_decl): Don't explode (or explode more gracefully
12458         as appropriate) if the object being dumped has a null type.
12459         (dump_expr): Likewise.
12460
12461         * search.c (build_mi_matrix): Ensure that mi_size is large enough,
12462         by counting the number of nodes that we'll need before allocating
12463         the array.
12464         (lookup_fnfields): Fix comment.
12465         (breadth_first_search): Fix comment.
12466
12467 Wed Jul 31 09:57:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
12468
12469         * pt.c (instantiate_class_template): Propagate TYPE_PACKED and
12470         TYPE_ALIGN.
12471         * class.c (finish_struct): Call cplus_decl_attributes here.
12472         (finish_struct_1): Not here.
12473         * cp-tree.h: Adjust.
12474
12475         * pt.c (type_unification): New parameter STRICT.
12476         (unify): If STRICT, don't allow cv addition or base deduction.
12477         * call.c, class.c, cvt.c, cp-tree.h: Adjust.
12478
12479 Tue Jul 30 13:06:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
12480
12481         * search.c (get_template_base{_recursive}): New fns.
12482         * pt.c (more_specialized): New fn.
12483         (do_function_instantiation): Use it.
12484         (unify): Handle base deduction.
12485         * cvt.c (joust): Use more_specialized.
12486         Don't arbitrarily choose between non-builtin candidates.
12487         (build_over_call): Call require_complete_type.
12488
12489         * decl.c (start_function): Statics are static even in a #pragma
12490         interface file.
12491
12492         * decl2.c (import_export_vtable): Disable vtable heuristic on
12493         systems with ASM_OUTPUT_EXTERNAL.
12494
12495         * cvt.c (compare_ics): Fix comparison of PMEM_CONV and BASE_CONV.
12496         (standard_conversion): No std conv to enum type.
12497
12498         * cvt.c (standard_conversion): Fix order of args to DERIVED_FROM_P
12499         for ptm's.
12500
12501         * cvt.c (reference_binding): Bind directly to a base subobject of
12502         a class rvalue.
12503
12504         * cvt.c (build_new_op): Enforce access control.
12505
12506 Tue Jul 30 09:22:53 1996  Bob Manson  <manson@charmed.cygnus.com>
12507
12508         * typeck2.c (process_init_constructor): When scanning the
12509         union for a named field, skip things that aren't FIELD_DECLs.
12510
12511         * method.c (synthesize_method): Don't scan fndecl's rtl if
12512         we're at the end of the file; just assume the function can't
12513         be inlined.
12514
12515 Mon Jul 29 15:48:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
12516
12517         * cvt.c (build_builtin_candidate): Stick a dummy conversion in if
12518         it failed.
12519
12520         * cvt.c (build_user_type_conversion_1): Handle overloaded
12521         conversion ops.
12522
12523         * cvt.c (add_builtin_candidates): Don't consider type conversion
12524         operators for the first parameter of operator=.
12525
12526 Mon Jul 29 15:33:55 1996  Bob Manson  <manson@charmed.cygnus.com>
12527
12528         * typeck.c (complete_type): Only call layout_type if we're not
12529         expanding a template.
12530
12531 Mon Jul 29 14:40:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
12532
12533         * cvt.c (compare_ics): Oops.
12534
12535         * cvt.c (op_error): Oops.
12536
12537         * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
12538         * cvt.c: Add IDENTITY_RANK before others.  Use real_lvalue_p.
12539         (build_conv): Use them.
12540         (implicit_conversion): Use them.
12541         (convert_like): Handle them.
12542         (build_new_op): Handle builtin COND_EXPR again.
12543         (add_builtin_candidates): Strip cv-quals.  Fix oops.  Include enums
12544         in lists of types for COND_EXPR.
12545         (add_builtin_candidate): Add enum candidates for COND_EXPR.
12546
12547 Mon Jul 29 12:05:40 1996  Bob Manson  <manson@charmed.cygnus.com>
12548
12549         * typeck.c (build_modify_expr): Always attempt to build a call to
12550         the assignment operator, even if we're using a default one.
12551         (convert_for_initialization): Call complete_type.
12552
12553 Mon Jul 29 11:25:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
12554
12555         * cvt.c (reference_binding): A REF_BIND gets the reference type.
12556         (implicit_conversion): Likewise.
12557         (convert_like): Likewise.
12558         (compare_ics): Likewise.
12559         (compare_qual): Likewise.
12560         (print_z_candidates): Handle no candidates.
12561         (build_new_op): Don't handle builtin COND_EXPR for now.
12562
12563 Sat Jul 27 11:27:47 1996  Stan Shebs  <shebs@andros.cygnus.com>
12564
12565         * cvt.c (build_builtin_candidate): Init local var in an ANSI way.
12566
12567 Fri Jul 26 01:07:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
12568
12569         * cvt.c (joust): If the candidates are the same, arbitrarily pick one.
12570
12571         * cvt.c (build_builtin_candidate): Oops.
12572         (build_new_op): Oops.
12573
12574         * method.c (build_opfncall): Pass COND_EXPR on.
12575         * cvt.c (build_builtin_candidate): Reorganize, support COND_EXPR.
12576         (add_builtin_candidate{,s}): Likewise.
12577         (add_builtin_candidates): Likewise.
12578         (print_z_candidates, op_error, build_new_op): Likewise.
12579         (type_decays_to): New fn.
12580         * lex.c (init_lex): Just say ?: for COND_EXPR.
12581
12582 Thu Jul 25 09:33:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
12583
12584         * typeck.c (complete_type): Call layout_type rather than building
12585         a new array type.
12586
12587         * cvt.c (add_builtin_candidate): Pointer arithmetic candidates
12588         only use ptrdiff_t.
12589
12590 Wed Jul 24 12:45:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
12591
12592         * cvt.c: Always compile the new overloading code (but don't use it).
12593         (implicit_conversion): Add a BASE_CONV when converting to
12594         the same class type.
12595         (convert_like): Handle BASE_CONV.
12596
12597 Tue Jul 23 12:46:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
12598
12599         * cvt.c (build_new_op): Support {MAX,MIN}_EXPR.
12600         (add_builtin_candidate): Likewise.
12601
12602         NEW_OVER changes:
12603         * typeck.c (build_x_function_call): Try an operator function
12604         whenever we call an object of class type.
12605         * method.c (build_opfncall): Pass CALL_EXPRs through.
12606         * cvt.c (implicit_conversion): Do const-ref case first.
12607         (add_conv_candidate, build_object_call, op_error): New fns.
12608         (ptr_complete_ob, TYPE_PTROB_P): void is not an object type.
12609         ({add,build}_builtin_candidate{,s}, print_z_candidates): Display
12610         builtin candidates.
12611         (build_new_op): Handle CALL_EXPR.  Don't try to decay void.
12612         Fall back on preincrement handling.  Use op_error.
12613         Handle warn_synth.
12614         (convert_like): Pass INDIRECT_BIND.  Don't try to do anything with
12615         an error_mark_node.
12616         (build_over_call): Handle PROMOTE_PROTOTYPES and ellipsis promotions
12617         properly.
12618
12619 Mon Jul 22 16:21:55 1996  Bob Manson  <manson@charmed.cygnus.com>
12620
12621         * pt.c (tsubst_expr): Handle CONTINUE_STMT.
12622
12623 Mon Jul 22 15:38:58 1996  Mike Stump  <mrs@cygnus.com>
12624
12625         * typeck.c (build_component_ref_1): Use build_component_ref
12626         instead of open coding it here.
12627
12628 Mon Jul 22 12:18:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
12629
12630         * g++.c (main): Don't link with -lg++.
12631
12632         NEW_OVER changes:
12633         * cvt.c (convert_to_reference): Don't use convert_from_reference on
12634         result of build_type_conversion.
12635         (cp_convert): Only call build_method_call for ctors if
12636         build_type_conversion failed.
12637         (ptr_complete_ob): New function.
12638         (TYPE_PTR{,OB,MEM}_P): New macros.
12639         ({add,build}_builtin_candidate{,s}): New functions.
12640         (print_z_candidates): Handle builtins.
12641         (build_user_type_conversion_1): Don't use conversion fns for
12642         converting to a base type.
12643         (build_user_type_conversion_1): Set ICS_USER_FLAG on AMBIG_CONVs.
12644         (build_user_type_conversion): Use convert_from_reference.
12645         (build_new_op): New function.
12646         (build_over_call): Fix handling of methods.
12647         (compare_ics): Handle AMBIG_CONV properly.
12648         * typeck2.c: Increment abort count.
12649         * method.c (build_opfncall): Forward most requests to build_new_op.
12650         * cp-tree.h (IS_OVERLOAD_TYPE): Tweak.
12651
12652 Fri Jul 19 17:59:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12653
12654         * error.c (dump_expr, case CONSTRUCTOR, case CAST_EXPR): Take out
12655         invalid second argument to dump_expr_list.
12656
12657 Fri Jul 19 14:04:05 1996  Mike Stump  <mrs@cygnus.com>
12658
12659         * decl.c (lookup_name_real): Make sure we do obj->X::i correctly.
12660
12661 Thu Jul 18 14:48:23 1996  Bob Manson  <manson@charmed.cygnus.com>
12662
12663         * decl2.c (import_export_vtable): ASM_OUTPUT_EXTERNAL, not
12664         ASSEMBLE_EXTERNAL.
12665
12666 Mon Jul 15 17:48:43 1996  Mike Stump  <mrs@cygnus.com>
12667
12668         * typeck2.c (process_init_constructor): New pedwarn for using { }
12669         to initialize a pointer to member function.
12670         * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that
12671         we can avoid the new error.
12672
12673 Mon Jul 15 15:42:03 1996  Mike Stump  <mrs@cygnus.com>
12674
12675         * typeck.c (build_ptrmemfunc1): New function to hide details of
12676         pointer to member functions better.
12677
12678 Mon Jul 15 14:23:02 1996  Mike Stump  <mrs@cygnus.com>
12679
12680         * init.c (resolve_offset_ref): Resolve OFFSET_REFs that are
12681         methods into the actual method, as we know the implied object is
12682         not used.
12683
12684 Mon Jul 15 13:08:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12685
12686         * parse.y (maybecomma_warn): Only emit the pedwarn if we're not
12687         inside a system header.
12688
12689 Fri Jul 12 16:30:05 1996  Bob Manson  <manson@charmed.cygnus.com>
12690
12691         * call.c (build_method_call): Call complete_type on the
12692         instance type.
12693
12694 Thu Jul 11 17:16:40 1996  Mike Stump  <mrs@cygnus.com>
12695
12696         * typeck.c (build_component_ref): Always build up an OFFSET_REF
12697         for obj_ptr->func so that we can know which object to use in a
12698         method call.
12699
12700 Wed Jul 10 19:36:37 1996  Mike Stump  <mrs@cygnus.com>
12701
12702         * typeck.c (build_ptrmemfunc): Remove sorry, now we can cast
12703         around things.  Also improve maintainability.
12704
12705 Wed Jul 10 18:20:11 1996  Bob Manson  <manson@charmed.cygnus.com>
12706
12707         * decl.c (grokdeclarator): Check for overflow when evaluating an
12708         array dimension.
12709
12710 Wed Jul 10 17:26:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
12711
12712         * cvt.c (cp_convert): Don't check for ambiguity with constructor
12713         if NEW_OVER.
12714
12715         * typeck.c (build_x_function_call): Pass function overload
12716         questions to new overloading code if NEW_OVER.
12717         * init.c (expand_aggr_init_1): Only check for type conversion ops
12718         if we're doing copy-initialization (i.e. LOOKUP_ONLYCONVERTING).
12719         Don't check for ambiguity with constructor if NEW_OVER.
12720         * cvt.c (convert_to_reference): Dereference the result of a type
12721         conversion operator.
12722         (build_conv): Propagate ICS_USER_FLAG.
12723         (implicit_conversion): Call instantiate_type.
12724         Pass LOOKUP_ONLYCONVERTING instead of LOOKUP_NORMAL.
12725         (add_function_candidate): Fix cv-quals on argtype.
12726         (print_z_candidates): New function.
12727         (build_new_function_call): Call it.
12728         (build_user_type_conversion_1): If LOOKUP_ONLYCONVERTING, don't
12729         consider non-converting constructors.
12730         Call print_z_candidates.
12731         Return an AMBIG_CONV for an ambiguous conversion.
12732         (build_user_type_conversion): Handle AMBIG_CONV.
12733         (convert_like): Fix test for building TARGET_EXPR.
12734         Call instantiate_type.
12735         Handle AMBIG_CONV and LVALUE_CONV.
12736         (build_over_call): Handle 0 args and ellipsis.
12737         * cp-tree.def: Add AMBIG_CONV.
12738
12739 Tue Jul  9 17:48:48 1996  Mike Stump  <mrs@cygnus.com>
12740
12741         * decl.c (lookup_name_real): If we find mem in obj when parsing
12742         `obj->mem', make sure we return the right value.
12743
12744 Tue Jul  9 16:11:28 1996  Bob Manson  <manson@charmed.cygnus.com>
12745
12746         * search.c (get_base_distance): Call complete_type.
12747
12748 Tue Jul  9 12:46:34 1996  Mike Stump  <mrs@cygnus.com>
12749
12750         * decl.c (store_bindings): Make static.
12751
12752 Mon Jul  8 16:42:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
12753
12754         * init.c (expand_aggr_init_1): Don't check type conversions if
12755         NEW_OVER.
12756
12757         * cvt.c (z_candidate): Put back template field.
12758         (add_function_candidate): Set it.
12759         (add_template_candidate): Likewise.
12760         (joust): Use it.
12761         (compare_qual): Handle references and pointers to members.
12762         (compare_ics): Handle reference bindings.
12763
12764         * decl.c (duplicate_decls): Propagate DECL_ONE_ONLY.
12765
12766 Mon Jul  8 16:18:56 1996  Bob Manson  <manson@charmed.cygnus.com>
12767
12768         * call.c (compute_conversion_costs): Call complete_type.
12769
12770         * tree.c (vec_binfo_member): Use comptypes instead of comparing
12771         pointers, so we can handle template parameters.
12772
12773 Fri Jul  5 16:51:53 1996  Bob Manson  <manson@charmed.cygnus.com>
12774
12775         * cvt.c (cp_convert_to_pointer): We have to call complete_type
12776         here; let's make it explicit instead of a side effect of an
12777         error check.
12778
12779 Wed Jul  3 16:29:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
12780
12781         * cvt.c (z_candidate): Remove template field.
12782         (reference_binding): Handle binding to temporary.
12783         (implicit_conversion): Likewise.
12784         (add_function_candidate): Handle artificial constructor parms.
12785         Handle functions with too few parms.
12786         (add_template_candidate): New function.
12787         (build_user_type_conversion_1): Handle constructors.
12788         (convert_like): Likewise.
12789         (build_over_call): Likewise.
12790         (build_new_function_call): Support templates.
12791         (compare_ics): Fix reference, inheritance handling.
12792
12793 Mon Jul  1 22:58:18 1996  Bob Manson  <manson@charmed.cygnus.com>
12794
12795         * decl.c: Add signed_size_zero_node.
12796         (init_decl_processing): Build it.
12797         * class.c (prepare_fresh_vtable): Use it instead of size_zero_node
12798         when we're trying to make a negative delta.
12799
12800 Mon Jul  1 17:56:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12801
12802         Stop doing this damn index==strchr variable name confusion.
12803         * class.c (add_virtual_function): Change local var INDEX to be
12804         named IDX.
12805         (add_method): Likewise.
12806         * lex.c (print_parse_statistics): Likewise.
12807         * search.c (make_memoized_table_entry): Likewise.
12808         (lookup_fnfields_here): Likewise.
12809         (lookup_field): Likewise.
12810         (lookup_fnfields): Likewise.
12811         (get_baselinks): Likewise.
12812         * sig.c (build_signature_table_constructor): Likewise.
12813         (build_signature_method_call): Likewise.
12814         * typeck.c (build_x_array_ref): Change INDEX parm to be named IDX.
12815         (get_member_function_from_ptrfunc): Likewise.
12816         (build_ptrmemfunc): Change local var INDEX to be IDX.
12817         (c_expand_start_case): Likewise.
12818
12819 Sat Jun 29 14:05:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
12820
12821         * cvt.c (cp_convert_to_pointer): Move user-defined type conversion
12822         handling to before extraction of TYPE_PTRMEMFUNC_FN_TYPE.
12823         (convert_to_reference): Use build_type_conversion to convert to
12824         the reference type directly.
12825         (standard_conversion): Fix void* case, non-conversions.
12826         (reference_binding): Fix expr == 0 case, non-conversions.
12827         (convert_like): Support REF_BIND.
12828         (compare_qual): Split out from compare_ics.
12829         (compare_ics): Use it, handle icses with only a qual_conv.
12830
12831         * init.c (expand_vec_init): Don't crash if decl is NULL.
12832
12833 Fri Jun 28 11:52:51 1996  Stan Shebs  <shebs@andros.cygnus.com>
12834
12835         * mpw-config.in: New file, configury for Mac MPW.
12836         * mpw-make.sed: New file, makefile editing for MPW.
12837
12838 Thu Jun 27 15:18:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
12839
12840         * pt.c (instantiate_class_template): Call repo_template_used.
12841
12842         * search.c (lookup_conversions): Only lookup conversions in
12843         complete types.
12844
12845 Thu Jun 27 12:59:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12846
12847         * cp-tree.def: Renamed from tree.def, to avoid confusion with
12848         gcc's tree.def.
12849         * cp-tree.h, lex.c: Include cp-tree.def.
12850         * Makefile.in (CXX_TREE_H): Reference cp-tree.def.
12851
12852 Wed Jun 26 18:29:47 1996  Bob Manson  <manson@charmed.cygnus.com>
12853
12854         * init.c (build_vec_delete_1): Call complete_type.
12855
12856 Mon Jun 24 17:17:32 1996  Mike Stump  <mrs@cygnus.com>
12857
12858         * except.c (start_anon_func): Make sure anonymous functions are
12859         never external.
12860
12861 Fri Jun 21 15:10:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
12862
12863         * decl.c (finish_function): If function_depth > 1, set nested.
12864
12865         * decl2.c (grokbitfield): Revert Bob's change.
12866         * class.c (finish_struct_1): Fix handling of named bitfield widths.
12867
12868 Thu Jun 20 23:35:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
12869
12870         * pt.c (add_pending_template): Handle types.
12871         (lookup_template_class): With -fexternal-templates, just add the class
12872         to pending_templates instead of instantiating it now.
12873         * decl2.c (finish_file): Handle types in pending_templates.
12874
12875 Thu Jun 20 14:08:40 1996  Bob Manson  <manson@charmed.cygnus.com>
12876
12877         * decl2.c (grokbitfield): Handle constant decls appropriately.
12878         Give an appropriate error message now instead of spewing core
12879         later.
12880
12881 Thu Jun 20 13:01:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
12882
12883         * decl2.c: Don't turn on thunks by default for now.
12884
12885 Wed Jun 19 11:37:04 1996  Jason Merrill  <jason@yorick.cygnus.com>
12886
12887         * typeck.c (complete_type): Handle error_mark_node.
12888         (common_type, OFFSET_TYPE): Handle template_type_parms.
12889
12890 Tue Jun 18 10:02:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
12891
12892         * pt.c (instantiate_decl): If at_eof, call import_export_decl
12893         regardless of DECL_INLINE.
12894
12895         * typeck.c (mark_addressable): Set TREE_ADDRESSABLE on CONSTRUCTORs.
12896
12897         * class.c (finish_struct_bits): Copy TYPE_SIZE.
12898
12899         * rtti.c (build_dynamic_cast): Support templates.
12900         * tree.def: Support DYNAMIC_CAST_EXPR.
12901         * pt.c (tsubst_copy): Likewise.
12902         * decl2.c (build_expr_from_tree): Likewise.
12903
12904 Mon Jun 17 15:23:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
12905
12906         * typeck.c (build_static_cast): Support templates.
12907         (build_const_cast): Likewise.
12908         * tree.def: Support CONST/STATIC_CAST_EXPR.
12909         * pt.c (tsubst_copy): Likewise.
12910         * decl2.c (build_expr_from_tree): Likewise.
12911
12912 Sun Jun 16 12:33:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
12913
12914         * decl2.c (finish_vtable_vardecl): Don't trust
12915         TREE_SYMBOL_REFERENCED for vtables of local classes.
12916
12917 Fri Jun 14 18:13:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
12918
12919         * pt.c (tsubst_copy): Handle operator T.
12920
12921 Wed Jun 12 17:52:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12922
12923         * init.c (build_delete): Move creation of PARMS inside test of
12924         TYPE_HAS_DESTRUCTOR, since it's never used outside of that block.
12925
12926 Tue Jun 11 15:09:18 1996  Bob Manson  <manson@charmed.cygnus.com>
12927
12928         * typeck.c (build_conditional_expr): Don't assume that
12929         the arguments to ?: are always pointers or records.
12930
12931 Tue Jun 11 13:56:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
12932
12933         * decl2.c (import_export_decl): Still emit static/weak/comdat
12934         copies of inline template functions with -fno-implicit-templates.
12935
12936 Tue Jun 11 11:42:13 1996  Bob Manson  <manson@charmed.cygnus.com>
12937
12938         * init.c (build_delete): Determine the complete basetype
12939         path to the destructor we're calling.
12940
12941 Fri Jun  7 15:30:10 1996  Bob Manson  <manson@charmed.cygnus.com>
12942
12943         * decl.c (build_enumerator): Always copy the INTEGER_CST used to
12944         initialize the enum, because we really and truly don't know where
12945         it came from.
12946         (start_enum): Don't copy integer_zero_node because
12947         build_enumerator will do it.
12948
12949 Fri Jun  7 11:11:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
12950
12951         * decl.c (finish_function): Do access control on base destructors.
12952
12953         * pt.c (tsubst, case FUNCTION_DECL): Set up
12954         IDENTIFIER_GLOBAL_VALUE for member functions so pushdecl doesn't
12955         hose us.
12956
12957 Fri Jun  7 10:37:33 1996  Mike Stump  <mrs@cygnus.com>
12958
12959         * cvt.c (build_up_reference): If we have already extended the
12960         lifetime of the temporary, don't try it again.
12961         * typeck.c (c_expand_return): Don't try and convert the return
12962         value twice when we want a reference, once is enough.
12963
12964 Tue Jun  4 15:41:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
12965
12966         * pt.c (tsubst_expr, case DECL_STMT): Don't pass
12967         LOOKUP_ONLYCONVERTING at all for now.
12968
12969         * search.c (add_conversions): Put the conversion function in
12970         TREE_VALUE, the basetype in TREE_PURPOSE.
12971         * cvt.c (build_type_conversion): Adjust.
12972         * cvt.c (build_expr_type_conversion): Adjust.
12973         * call.c (user_harshness): Adjust.
12974
12975 Mon Jun  3 15:30:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
12976
12977         * method.c (emit_thunk): Pretend this is a FUNCTION_DECL for the
12978         backend's benefit.
12979
12980 Mon Jun 10 18:58:19 1996  Mike Stump  <mrs@cygnus.com>
12981
12982         * except.c (expand_start_catch_block): Add a dummy region, if we
12983         get an error, so that we can avoid core dumping later.
12984
12985 Fri May 31 14:56:13 1996  Mike Stump  <mrs@cygnus.com>
12986
12987         * cp-tree.h (OFFSET_REF): Remove.
12988         * tree.def (CP_OFFSET_REF): Rename to OFFSET_REF.
12989         * expr.c (cplus_expand_expr): Cleanup callers of expand_expr.
12990         * init.c (expand_aggr_init_1): Likewise.
12991         (build_new): Likewise.
12992         * typeck.c (expand_target_expr): Likewise.
12993
12994 Fri May 31 14:22:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
12995
12996         * typeck.c (build_modify_expr): Don't use TREE_VALUE on a
12997         TARGET_EXPR.
12998
12999 Wed May 29 17:04:33 1996  Mike Stump  <mrs@cygnus.com>
13000
13001         * cvt.c (build_up_reference): Redo how and when temporaries are
13002         created.
13003         * decl.c (grok_reference_init): Don't try and be smart about
13004         running cleanups.
13005
13006 Wed May 29 16:02:08 1996  Mike Stump  <mrs@cygnus.com>
13007
13008         * cvt.c (build_up_reference): Add NULL_TREE to all calls to build
13009         (TARGET_EXPR...), now that it has 4 arguments.
13010         * tree.c (build_cplus_new): Likewise.
13011
13012 Thu May 23 16:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
13013
13014         * error.c (dump_expr, case CAST_EXPR): Handle T() properly.
13015
13016         * pt.c (instantiate_decl): Don't call push/pop_cp_function_context.
13017         * decl.c (struct saved_scope): Remove named_labels,
13018         {base,member}_init_list.
13019         (maybe_push_to_top_level): Don't set them.  Call
13020         push_cp_function_context if appropriate.
13021         (pop_from_top_level): Likewise.
13022
13023         * method.c (do_build_assign_ref): Remove obsolete check of
13024         TYPE_HAS_ASSIGN_REF (basetype).
13025
13026         * decl.c (grokfndecl): Diagnose user definition of
13027         implicitly-declared methods.
13028
13029 Thu May 23 12:13:08 1996  Bob Manson  <manson@charmed.cygnus.com>
13030
13031         * method.c (do_build_copy_constructor): Add code to give
13032         meaningful error messages instead of crashing.
13033         (do_build_assign_ref): Don't synthesize assignment operators for
13034         classes containing reference or const members.
13035
13036         * class.c (struct base_info): Remove cant_synth_copy_ctor
13037         and cant_synth_asn_ref.
13038         (finish_base_struct): Remove the code that tries to conditionalize
13039         synthesis of copy constructors & assignment operators based on
13040         access permissions.  Instead, let it fail when it tries to
13041         synthesize the copy constructor.  This will give meaningful error
13042         messages instead of silently generating code to perform a bitcopy.
13043
13044 Wed May 22 11:45:19 1996  Bob Manson  <manson@charmed.cygnus.com>
13045
13046         * lex.c (real_yylex): Remove old-n-crufty #if 0 code for
13047         determining types for constant values.
13048
13049         * decl.c (struct named_label_list): Use instead of stuffing
13050         random items into a TREE_LIST node.
13051         (named_label_uses): Use the new struct.
13052         (poplevel): Likewise.
13053         (lookup_label): Likewise.
13054         (define_label): Add an error message to tell the user the line
13055         where the goto is located in addition to the destination of the
13056         goto.
13057         (init_decl_processing): Use NULL instead of NULL_TREE to initialize
13058         named_label_uses.
13059         (finish_function): Likewise.
13060
13061         (start_decl): Complain about defining a static data member
13062         in a different type from which it was declared.
13063
13064 Wed May 22 09:33:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
13065
13066         * cvt.c (build_expr_type_conversion): Adjust.
13067
13068 Tue May 21 11:21:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
13069
13070         * call.c (build_method_call): Always convert 'this' to the
13071         appropriate type.
13072
13073         * search.c (add_conversions): Put the conversion function in
13074         TREE_VALUE, the type in TREE_PURPOSE.
13075         * cvt.c (build_type_conversion): Adjust.
13076         * call.c (user_harshness): Adjust.
13077
13078         * method.c (emit_thunk): Call temporary_allocation and
13079         permanent_allocation around the ASM_OUTPUT_MI_THUNK case, too.
13080
13081         * tree.c (build_cplus_array_type): Handle tweaking of
13082         TYPE_MAIN_VARIANT here.
13083         * typeck.c (common_type): Not here.
13084
13085         * typeck.c (complete_type): Only try to complete an array type if
13086         it has a domain.
13087
13088 Mon May 20 14:55:59 1996  Jason Merrill  <jason@yorick.cygnus.com>
13089
13090         * decl.c (grokvardecl): Call complete_type.
13091         (grokdeclarator): Call complete_type for PARM_DECLs.
13092
13093 Fri May 17 16:41:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
13094
13095         * pt.c (instantiate_class_template): Re-set
13096         CLASSTYPE_GOT_SEMICOLON after calling finish_struct_1.
13097
13098 Fri May 17 14:56:55 1996  Mike Stump  <mrs@cygnus.com>
13099
13100         * cp-tree.h (cp_expand_decl_cleanup): Remove, the backend is now
13101         smart enough to do it right.
13102         * tree.c (cp_expand_decl_cleanup): Likewise.
13103         * decl.c (cp_finish_decl): Use expand_decl_cleanup instead of
13104         cp_expand_decl_cleanup.
13105         (store_parm_decls): Likewise.
13106         (hack_incomplete_structures): Likewise.
13107         * except.c (push_eh_cleanup): Likewise.
13108
13109 Fri May 17 13:13:51 1996  Mike Stump  <mrs@cygnus.com>
13110
13111         * expr.c (expand_expr, cond UNSAVE_EXPR): Move from the C++
13112         frontend to the backend where it belongs.
13113         * tree.c (unsave_expr): Likewise.
13114         (unsave_expr_now): Likewise.
13115         * tree.def (UNSAVE_EXPR): Likewise.
13116         * cp-tree.h (unsave_expr): Likewise.
13117         (unsave_expr_now): Likewise.
13118
13119 Fri May 17 11:02:41 1996  Mike Stump  <mrs@cygnus.com>
13120
13121         * init.c (emit_base_init): Make sure the partial EH cleanups live
13122         on the function_obstack.
13123
13124 Thu May 16 15:29:33 1996  Bob Manson  <manson@charmed.cygnus.com>
13125
13126         * expr.c (do_case): Don't try to dereference null TREE_TYPEs
13127         when checking for pointer types.
13128
13129 Thu May 16 13:38:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
13130
13131         * pt.c (instantiate_class_template): Remove obsolete check for
13132         access declarations.
13133
13134 Thu May 16 13:34:15 1996  Mike Stump  <mrs@cygnus.com>
13135
13136         * call.c (build_overload_call): Simplify calls to
13137         build_overload_call by removing last parameter.
13138         (build_method_call): Likewise.
13139         * cp-tree.h: Likewise.
13140         * method.c (build_opfncall): Likewise.
13141         * typeck.c (build_x_function_call): Likewise.
13142
13143 Thu May 16 13:15:43 1996  Mike Stump  <mrs@cygnus.com>
13144
13145         * call.c (default_parm_conversions): Factor out common code.
13146         (build_method_call): Use it.
13147         (build_overload_call_real): Use it.
13148
13149 Wed May 15 14:46:14 1996  Mike Stump  <mrs@cygnus.com>
13150
13151         * call.c (build_method_call): Allow implicit & on METHOD_TYPEs,
13152         but pedwarn as the code is bogus.
13153         * typeck.c (decay_conversion): Likewise.
13154         (build_function_call_real): Use build_addr_func instead of
13155         default_conversion.  Don't allow pointer-to-method functions down
13156         here.
13157         (build_unary_op): Use real pointer-to-member functions instead of
13158         fake ones.
13159         (build_ptrmemfunc): Use build_addr_func instead of build_unary_op.
13160         (convert_for_assignment): Removed some obsolete code.
13161         * decl2.c (reparse_absdcl_as_expr): Pass current_class_ref to
13162         build_x_function_call instead of current_class_ptr.  Only call
13163         digest_init once on an initializer, we do this just checking
13164         TREE_TYPE.
13165         (build_expr_from_tree): Pass current_class_ref to
13166         build_x_function_call instead of current_class_ptr.
13167         * init.c (build_member_call): Likewise.
13168         * pase.y: Likewise.
13169         * error.c (dump_expr): Handle OFFSET_REFs better.
13170         * pt.c (unify): Handle pointer-to-member functions better.
13171         * decl.c (finish_function): Clear out current_class_ref just like
13172         we do for current_class_ptr.
13173
13174         * typeck.c (get_delta_difference): Handle virtual bases better.
13175
13176 Tue May 14 16:37:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
13177
13178         * sig.c (build_signature_table_constructor): Use the delta for
13179         the original basetype for this virtual function with thunks.
13180         (build_signature_method_call): We still need to adjust 'this'
13181         with thunks.
13182
13183 Tue May 14 16:27:25 1996  Mike Stump  <mrs@cygnus.com>
13184
13185         * call.c (build_addr_func): New routine.  Used to get the `real'
13186         address of a function or a method.  Needed to avoid getting a
13187         pointer-to-member function.
13188         (build_call): New routine to build CALL_EXPRs.
13189         (build_method_call): Use it.
13190         * cvt.c (convert_to_aggr): Likewise.
13191         * typeck.c (build_function_call_real): Likewise.
13192         * sig.c (build_signature_table_constructor): Use build_addr_func.
13193         * cp-tree.h (build_call, build_addr_func): Declare them.
13194
13195 Tue May 14 12:47:47 1996  Mike Stump  <mrs@cygnus.com>
13196
13197         * cp-tree.h (LOOKUP_AGGR): Remove, unused.
13198         * parse.y: Remove uses of LOOKUP_AGGR.
13199
13200 Tue May 14 12:07:51 1996  Mike Stump  <mrs@cygnus.com>
13201
13202         * *.[chy]: Rename current_class_decl to current_class_ptr, and
13203         C_C_D to current_class_ref.
13204
13205 Mon May 13 16:55:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
13206
13207         * call.c (convert_harshness): Tighten up pointer conversions.
13208
13209 Sat May 11 04:33:50 1996  Doug Evans  <dje@canuck.cygnus.com>
13210
13211         * decl2.c (finish_vtable_vardecl): Surround DECL_ONE_ONLY with ifdef.
13212         (finish_file): Likewise.
13213
13214 Fri May 10 11:09:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
13215
13216         * cvt.c (convert_fn_ptr): We don't use thunks for pmfs.
13217
13218         * method.c (emit_thunk): Set flag_omit_frame_pointer in default
13219         code.
13220
13221 Thu May  9 18:18:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
13222
13223         * decl2.c: Turn on thunks by default where supported.
13224
13225 Tue May  7 20:39:57 1996  Mike Stump  <mrs@cygnus.com>
13226
13227         * cp-tree.h (build_overload_call_maybe): Removed.
13228         * call.c (build_overload_call_real): Invert meaning of last arg to
13229         be require_complete.
13230         (build_overload_call): Likewise.
13231         * typeck.c (build_x_function_call): Use build_overload_call_real
13232         instead of build_overload_call_maybe.
13233
13234 Mon May  6 01:23:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
13235
13236         * decl2.c (finish_file): Don't try to emit functions that haven't
13237         been compiled.
13238
13239 Fri May  3 09:30:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
13240
13241         * decl2.c (finish_vtable_vardecl): Oops.
13242
13243         * decl.c (maybe_push_to_top_level): Do save previous_class_*.
13244         Also store the bindings from previous_class_values.
13245         (pop_from_top_level): Restore them.
13246
13247 Thu May  2 21:56:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
13248
13249         * decl2.c (finish_vtable_vardecl): Only write out vtable if its
13250         symbol has been referenced.
13251         (finish_file): Re-join synthesis/vtable loop with inline emission
13252         loop, disable inlining when an inline is output.
13253
13254 Thu May  2 17:20:02 1996  Mike Stump  <mrs@cygnus.com>
13255
13256         * except.c (init_exception_processing): Setup saved_in_catch.
13257         (push_eh_cleanup): Reset __eh_in_catch.
13258         (expand_start_catch_block): Set __eh_in_catch.
13259
13260 Thu May  2 16:21:17 1996  Mike Stump  <mrs@cygnus.com>
13261
13262         * except.c (push_eh_cleanup): Add tracking for whether or not we
13263         have an active exception object.
13264         (expand_builtin_throw): Use it to make sure a rethrow without an
13265         exception object is caught.
13266
13267 Thu May  2 11:26:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
13268
13269         * decl.c (maybe_push_to_top_level): Clear out class-level bindings
13270         cache.
13271
13272 Wed May  1 11:26:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
13273
13274         * decl2.c (finish_file): Also use sentries for vars with
13275         DECL_ONE_ONLY or DECL_WEAK set (should any such happen to be
13276         created).
13277
13278         * lex.c (handle_cp_pragma): Disable #pragma
13279         interface/implementation if SUPPORTS_ONE_ONLY > 1.
13280
13281 Tue Apr 30 11:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13282
13283         * method.c (emit_thunk): Wrap default case in
13284         temporary/permanent_allocation.
13285
13286         * method.c (make_thunk): Use DECL_ONE_ONLY.
13287         (emit_thunk): Call assemble_end_function.
13288
13289 Mon Apr 29 15:38:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
13290
13291         * decl2.c (import_export_vtable): Use DECL_ONE_ONLY.
13292         (import_export_decl): Likewise.
13293         (finish_prevtable_vardecl): Disable vtable hack if
13294         SUPPORTS_ONE_ONLY > 1.
13295
13296 Mon Apr 29 14:32:47 1996  Mike Stump  <mrs@cygnus.com>
13297
13298         * typeck.c (build_modify_expr): PREINCREMENT_EXPR and
13299         PREDECREMENT_EXPRs take two arguments, not one.
13300
13301 Mon Apr 29 00:27:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
13302
13303         * class.c (build_vtable_entry): Don't build thunks for abstract
13304         virtuals.
13305
13306         * lex.c (real_yylex): Fix handling of __PRETTY_FUNCTION__ like C
13307         frontend.
13308
13309 Sat Apr 27 16:45:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
13310
13311         * class.c (set_rtti_entry): Use size_zero_node.
13312         (build_vtable): Likewise.
13313
13314 Sat Apr 27 14:48:57 1996  Jason Merrill  <jason@phydeaux.cygnus.com>
13315
13316         * class.c (finish_struct_1): Pass size_zero_node to set_rtti_entry.
13317         (prepare_fresh_vtable): Likewise.
13318
13319 Fri Apr 26 13:14:14 1996  Jason Merrill  <jason@yorick.cygnus.com>
13320
13321         * method.c (emit_thunk): Call mark_used on the target function.
13322
13323         * call.c (build_method_call): Don't warn about pending templates.
13324
13325 Thu Apr 25 14:55:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
13326
13327         * decl2.c (finish_file): Fix list walking logic.
13328
13329         * typeck2.c (check_for_new_type): Only warn if -pedantic.
13330
13331 Wed Apr 24 15:41:15 1996  Bob Manson  <manson@charmed.cygnus.com>
13332
13333         * class.c (finish_struct_1): Remove old code for
13334         dont_allow_type_definitions.
13335         * cp-tree.h: Likewise.
13336         * spew.c: Make sure cp-tree.h is included before parse.h, so the
13337         definition of flagged_type_tree is found before it is used.
13338         * lex.c: Likewise.
13339         * parse.y: Added the ftype member to the type union, and changed a
13340         number of rules to use it instead of ttype.  Added calls to
13341         check_for_new_type() as appropriate.
13342         * typeck2.c (check_for_new_type): New function for checking
13343         if a newly defined type appears in the specified tree.
13344         * cp-tree.h: Add new type flagged_type_tree.  Add a prototype
13345         for check_for_new_type().
13346
13347 Wed Apr 24 00:36:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
13348
13349         * decl2.c (finish_file): Only use a sentry if the decl is public.
13350
13351         * pt.c (tsubst_expr, DECL_STMT): If we don't have an initializer,
13352         don't pass LOOKUP_ONLYCONVERTING.
13353
13354 Tue Apr 23 17:18:47 1996  Bob Manson  <manson@charmed.cygnus.com>
13355
13356         * typeck.c (common_type): Fix the ARRAY_TYPE case so it
13357         properly keeps track of const and volatile type modifiers.
13358
13359 Tue Apr 23 10:52:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
13360
13361         * tree.c (cp_tree_equal): C++ version of simple_cst_equal.
13362         * pt.c (comp_template_args): Use it.
13363
13364         * rtti.c (get_tinfo_fn, build_dynamic_cast, expand_*_desc): Call
13365         assemble_external for artificial function decls.
13366
13367         * decl.c (cp_finish_decl): Oops.
13368
13369 Mon Apr 22 17:28:27 1996  Jason Merrill  <jason@yorick.cygnus.com>
13370
13371         * decl2.c (import_export_decl): Put static data member templates
13372         into common storage, or make them weak, depending on whether they
13373         are dynamically or statically initialized.
13374         (get_sentry): New function.
13375         (finish_file): Do import_export_decl for static data members before
13376         building the init/fini functions.  Don't init/fini a variable that's
13377         EXTERNAL.  Use a sentry for variables in common.  Fix mismatching
13378         push/pop_temp_slots.
13379         * decl.c (cp_finish_decl): If DECL_NOT_REALLY_EXTERN, do the
13380         expand_static_init thang.
13381         * method.c (get_id_2): New function.
13382
13383 Mon Apr 22 15:32:45 1996  Bob Manson  <manson@charmed.cygnus.com>
13384
13385         * parse.y (empty_parms): Make sure we use C++-style prototypes
13386         when we're declaring member functions.
13387
13388 Sun Apr 21 10:08:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
13389
13390         * Makefile.in (CONFLICTS): 16 s/r conflicts.
13391         * parse.y (self_template_type): New nonterminal.
13392
13393 Thu Apr 18 08:56:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
13394
13395         * decl.c (make_typename_type): Handle getting a TYPE_DECL for a
13396         name.
13397         * parse.y (base_class.1): Allow 'typename foo::bar'.
13398
13399         * lex.c (check_newline): Remove #pragma code that plays with the
13400         input stream, since we now deal with tokens.  Clear nextchar when
13401         we're done.
13402         (handle_cp_pragma): Use real_yylex.
13403         (handle_sysv_pragma): Don't do skipline here.  Only call real_yylex
13404         in one place.
13405
13406         * lex.c (check_for_missing_semicolon): Handle SELFNAME.
13407
13408         * lex.c (handle_cp_pragma): Fix "#pragma implementation".
13409
13410 Wed Apr 17 16:51:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
13411
13412         * parse.y: New token SELFNAME for potential constructor.
13413         * spew.c (yylex): Handle it.
13414         * lex.c (identifier_type): Produce it.
13415
13416         * parse.y (complete_type_name): In :: case, don't push class binding.
13417         (complex_type_name): Likewise.
13418
13419 Wed Apr 17 15:02:40 1996  Mike Stump  <mrs@cygnus.com>
13420
13421         * typeck.c (build_reinterpret_cast): Handle pointer to member
13422         functions.
13423
13424 Wed Apr 17 12:28:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13425
13426         * lex.c (handle_cp_pragma): New function, with decl, doing the cc1plus
13427         pragmas.
13428         (check_newline): Put the vtable/unit/implementation/interface pragma
13429         code into handle_cp_pragma, replacing it with a call.
13430         (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
13431         args.  Get the next token after handling the pragma token.
13432
13433 Wed Apr 17 10:28:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
13434
13435         * cvt.c (cp_convert_to_pointer): Avoid doing base analysis on pmfs.
13436         (convert_to_pointer_force): Likewise.
13437
13438         * init.c (build_new): Fix array new without -fcheck-new.
13439
13440 Tue Apr 16 13:44:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
13441
13442         * cp-tree.h, call.c, class.c, decl.c, parse.y, pt.c, rtti.c,
13443         tree.c: Lose TYPE_NESTED_NAME.
13444
13445         * parse.y (nested_name_specifier_1): Don't treat non-identifiers
13446         as identifiers.
13447
13448         * tree.def: Add VEC_INIT_EXPR.
13449         * expr.c (cplus_expand_expr): Handle it.
13450         * init.c (build_new): Use it instead of the RTL_EXPR nastiness and
13451         the extra file-scope symbol nastiness.
13452
13453 Mon Apr 15 16:21:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
13454
13455         * method.c (make_thunk): Thunks are static.
13456         (emit_thunk): Use ASM_OUTPUT_MI_THUNK if it's defined.
13457
13458         * decl2.c (mark_vtable_entries): Emit thunks as needed.
13459         (finish_file): Don't emit them here.
13460
13461 Sun Apr 14 11:34:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
13462
13463         * rtti.c (build_dynamic_cast): Handle null pointers.
13464         (ifnonnull): New function.
13465
13466 Fri Apr 12 09:08:27 1996  Bob Manson  <manson@charmed.cygnus.com>
13467
13468         * call.c (build_method_call): Remember the original basetype we
13469         were called with.  Give an error message instead of trying
13470         (incorrectly) to call a non-static member function through a
13471         non-inherited class.
13472
13473         * search.c (expand_upcast_fixups): Mark the new fixup as
13474         DECL_ARTIFICIAL.
13475
13476 Thu Apr 11 03:57:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
13477
13478         * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
13479
13480         * class.c (set_rtti_entry): Fix for thunks.
13481
13482         * decl2.c (import_export_decl): Still emit typeinfo fns for
13483         cv-variants of builtin types.
13484
13485         * rtti.c (expand_class_desc): Set up base_info_type_node here.
13486         (init_rtti_processing): Instead of here.
13487
13488 Wed Apr 10 14:17:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
13489
13490         * rtti.c (init_rtti_processing): Do init regardless of -frtti.
13491         (build_typeid): Only complain about taking dynamic typeid without
13492         -frtti.
13493
13494         * decl2.c: flag_rtti defaults to 1.
13495
13496         * rtti.c (get_tinfo_var): The general class case is now smaller.
13497         (init_rtti_processing): Pack the latter three fields of base_info
13498         into 32 bits.
13499
13500 Wed Apr 10 13:50:14 1996  Mike Stump  <mrs@cygnus.com>
13501
13502         * init.c (expand_member_init): Don't dump if name is NULL_TREE.
13503
13504 Wed Apr 10 12:56:02 1996  Mike Stump  <mrs@cygnus.com>
13505
13506         * search.c (make_memoized_table_entry): Undefer the pop, if necessary.
13507         (push_memoized_context): Split out code to undefer pop_type_level to
13508         (clear_memoized_cache): here.
13509         (pop_memoized_context): We can only handle one layer of deferral of
13510         pop_type_level so clear the cache, if there was a previous level.
13511
13512 Tue Apr  9 23:06:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
13513
13514         * rtti.c (init_rtti_processing): Build up base_info_type_node.
13515         (expand_class_desc): Use one pointer to an array of base_info
13516         structs, passed using a CONSTRUCTOR.
13517
13518 Tue Apr  9 14:20:57 1996  Mike Stump  <mrs@cygnus.com>
13519
13520         * class.c (build_vbase_path): Remove block extern for
13521         flag_assume_nonnull_objects here.
13522         (build_vfn_ref): Split out functionality into build_vtbl_ref.
13523         (build_vtbl_ref): New routine.
13524         (build_vtable): Set up rtti info here.
13525         (add_virtual_function): Note in CLASSTYPE_RTTI the best
13526         place where we can get the rtti pointers from to avoid having to
13527         search around for a place.
13528         (finish_base_struct): Likewise.
13529         (finish_struct_1): Likewise.  Never create totally new vtables
13530         with totally new vtable pointers for rtti.  Disable code to layout
13531         vtable pointers better until we want to break binary
13532         compatibility.
13533         * rtti.c (build_headof_sub): New routine to convert down to a
13534         sub-object that has an rtti pointer in the vtable.
13535         (build_headof): Use it.  Also, use build_vtbl_ref now to be more
13536         maintainable.
13537         (build_dynamic_cast): Make sure we have saved it, if we need to.
13538         * search.c (dfs_init_vbase_pointers): Disable code that deals with
13539         a more efficient vtable layout, enable later.
13540         * call.c (flag_assume_nonnull_objects): Moved declaration to
13541         * cp-tree.h: here.  Declare build_vtbl_ref.
13542         * pt.c (instantiate_class_template): Use NULL_TREE instead of 0 in
13543         function calls that want a tree.
13544
13545 Tue Apr  9 12:10:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
13546
13547         * rtti.c (build_dynamic_cast): Handle downcasting to X* given
13548         other X subobjects in the most derived type.  Ack.
13549
13550         * rtti.c (build_dynamic_cast): No need to strip cv-quals here,
13551         get_typeid will do it for us.
13552         (get_typeid_1): Break out call-building for expand_*_desc to use.
13553         (get_typeid): Call it.
13554         (expand_*_desc): Likewise.
13555         * decl.c (init_decl_processing): Don't set TYPE_BUILT_IN on char *
13556         and void *.
13557         (init_decl_processing): Lose builtin_type_tdescs lossage.
13558         * decl2.c (finish_vtable_vardecl): Remove obsolete code.
13559
13560 Mon Apr  8 17:23:23 1996  Bob Manson  <manson@charmed.cygnus.com>
13561
13562         * pt.c (tsubst): When calling set_nested_typename, use
13563         TYPE_NESTED_NAME (current_class_type) instead of
13564         current_class_name.
13565
13566         * decl.c (pushdecl): Likewise.
13567         (pushdecl_class_level): Likewise.
13568         (grokdeclarator): Use NULL_TREE instead of 0 in the call to
13569         set_nested_typename.
13570
13571 Sun Apr  7 10:44:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
13572
13573         * rtti.c (synthesize_tinfo_fn): Handle arrays.
13574
13575         * cp-tree.h (DECL_REALLY_EXTERN): New macro.
13576
13577 Sat Apr  6 13:56:27 1996  Jason Merrill  <jason@yorick.cygnus.com>
13578
13579         * rtti.c (throw_bad_cast): Use entry point __throw_bad_cast.
13580         (init_rtti_processing): Lose bad_cast_type.
13581         (build_dynamic_cast): Use throw_bad_cast.
13582
13583         * rtti.c (synthesize_tinfo_fn): Handle enums and pmfs.
13584
13585         * decl2.c (finish_file): Don't synthesize artificial functions
13586         that are external and not inline.
13587
13588         * rtti.c (get_tinfo_fn): If at_eof, call import_export_decl.
13589
13590         * decl2.c (finish_file): Handle having new inlines added to
13591         saved_inlines by synthesis.
13592
13593         * rtti.c (get_bad_cast_node): Don't require <typeinfo>.
13594
13595 Fri Apr  5 17:02:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
13596
13597         RTTI rewrite to initialize nodes as needed, not require that
13598         users #include <typeinfo>, complete functionality and reduce wasted
13599         space.
13600         * rtti.c (init_rtti_processing): New fn.
13601         (build_typeid): The vtable entry is now a function.
13602         (get_tinfo_var): New fn.
13603         (get_tinfo_fn): Likewise.
13604         (get_typeid): Use it.
13605         (build_dynamic_cast): Declare and use entry point __dynamic_cast.
13606         (build_*_desc): Rename to expand_*_desc and rewrite to use entry
13607         points __rtti_*.
13608         (add_uninstantiated_desc, get_def_to_follow, build_t_desc): Lose.
13609         (synthesize_tinfo_fn): New fn.
13610         * method.c (build_t_desc_overload): Lose.
13611         (build_overload_with_type): More generic.
13612         * decl.c (init_decl_processing): Call init_rtti_processing.
13613         * class.c (set_rtti_entry): Use get_tinfo_fn.
13614         * decl2.c (mark_vtable_entries): Mark the rtti function.
13615         (finish_prevtable_vardecl): Don't build_t_desc.
13616         (import_export_decl): Handle tinfo functions.
13617         (finish_file): Likewise.
13618         * typeck.c (inline_conversion): New fn.
13619         (build_function_call_real): Use it.
13620         * cp-tree.h: Add decls.
13621
13622         * method.c (hack_identifier): Also convert component_refs from
13623         references.
13624
13625         * lex.c (cons_up_default_function): Use the type, not the name, in
13626         declspecs.
13627
13628         * decl2.c (import_export_vtable): Fix weak vtables.
13629
13630 Fri Apr  5 13:30:17 1996  Bob Manson  <manson@charmed.cygnus.com>
13631
13632         * search.c (get_base_distance_recursive): Fix access checks for
13633         protected bases.
13634
13635 Fri Apr  5 11:02:06 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13636
13637         * call.c (unary_complex_lvalue): Delete unneeded decl, it's in
13638         cp-tree.h.
13639         (convert_harshness): Add prototypes wrapped by PROTO.
13640         * decl2.c (grok_function_init): Likewise.
13641         (do_toplevel_using_decl): Change to void return type.
13642         * class.c (build_vtable_entry): Remove decl of make_thunk.
13643         (merge_overrides): Fix order of arg definitions.
13644         (finish_vtbls): Likewise.
13645         (fixup_vtable_deltas): Likewise.
13646         (modify_all_direct_vtables): Likewise.
13647         (modify_all_indirect_vtables): Likewise.
13648         * search.c (get_base_distance_recursive): Likewise.
13649         (get_abstract_virtuals_1): Likewise.
13650         (fixup_virtual_upcast_offsets): Likewise.
13651         (lookup_fnfields_1): Add prototypes wrapped by PROTO.
13652         * init.c (perform_member_init): Fix order of arg definitions.
13653         (expand_aggr_init_1): Add prototypes wrapped by PROTO.
13654         * cp-tree.h (make_thunk): Add decl.
13655         (overload_template_name, push_template_decl): Add decls.
13656         (do_toplevel_using_decl): Change to void return type.
13657         (vec_binfo_member): Add decl.
13658
13659 Thu Apr  4 13:33:10 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13660
13661         * typeck.c (mark_addressable, convert_for_assignment,
13662         convert_for_initialization, pointer_int_sum, pointer_diff,
13663         unary_complex_lvalue): Add prototypes wrapped by PROTO.
13664         (convert_sequence): #if 0 fn decl, since definition also is.
13665
13666 Thu Apr  4 11:00:53 1996  Mike Stump  <mrs@cygnus.com>
13667
13668         * rtti.c (build_dynamic_cast): Make sure we strip qualifiers on
13669         cast to pointer types for type searching.
13670
13671 Wed Apr  3 17:10:57 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13672
13673         * typeck.c (get_delta_difference): Use cp_error, not error, in the
13674         case where BINFO == 0.
13675
13676 Wed Apr  3 12:01:02 1996  Mike Stump  <mrs@cygnus.com>
13677
13678         * call.c (build_method_call): Fix wording of error messages so
13679         constructors come out right.
13680
13681 Tue Apr  2 16:06:59 1996  Bob Manson  <manson@charmed.cygnus.com>
13682
13683         * decl.c (push_overloaded_decl): Don't warn about hidden
13684         constructors when both the type and the function are declared
13685         in a system header file.
13686
13687 Mon Apr  1 09:03:13 1996  Bob Manson  <manson@charmed.cygnus.com>
13688
13689         * class.c (finish_struct_1): Propagate the TYPE_PACKED
13690         flag for the type to the type's fields.
13691
13692 Sat Mar 30 12:14:33 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13693
13694         * parse.y (complex_parmlist, ELLIPSES): Take out ARM-based warning.
13695
13696 Fri Mar 29 15:51:36 1996  Bob Manson  <manson@charmed.cygnus.com>
13697
13698         * class.c (base_info, finish_base_struct): Replace
13699         needs_virtual_dtor with base_has_virtual.
13700
13701         (finish_struct_1): Remove the old code that tried to make default
13702         destructors virtual.  Use base_has_virtual when checking if we need
13703         to add a vtable entry for the rtti code.
13704
13705 Fri Mar 29 14:02:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
13706
13707         * pt.c (push_template_decl): Complain about template decl with
13708         inappropriate declaration.
13709
13710 Fri Mar 29 12:15:35 1996  Bob Manson  <manson@charmed.cygnus.com>
13711
13712         * typeck.c (build_x_unary_op): Remove bogus check for taking
13713         the address of a member function.
13714
13715 Fri Mar 29 11:56:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
13716
13717         * parse.y (constructor_declarator): Only push the class if
13718         we are not already in the class.
13719
13720 Fri Mar 29 09:41:02 1996  Jeffrey A. Law  <law@cygnus.com>
13721
13722         * method.c (emit_thunk): Remove current_call_is_indirect nonsense.
13723         Add additional argument to INIT_CUMULATIVE_ARGS.
13724
13725 Thu Mar 28 16:41:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
13726
13727         * decl.c (shadow_tag): Fix error about anon union with methods.
13728
13729         * parse.y (self_reference): Only generate a self-reference if this
13730         is a non-template class.
13731         (opt.component_decl_list): Only use it if it was generated.
13732
13733         * parse.y (component_decl_1): Use constructor_declarator.
13734         (fn.def2): Likewise.
13735         (notype_component_declarator0): Likewise.
13736
13737 Thu Mar 28 15:11:35 1996  Bob Manson  <manson@charmed.cygnus.com>
13738
13739         * typeck.c (build_x_unary_op): Add checks for taking the address
13740         of a TARGET_EXPR or of a member function, and give appropriate
13741         warnings.
13742
13743 Thu Mar 28 14:49:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
13744
13745         * pt.c (process_template_parm): Allow template type parms to be
13746         used as types for template const parms.
13747
13748 Wed Mar 27 15:51:19 1996  Mike Stump  <mrs@cygnus.com>
13749
13750         * init.c (expand_vec_init): Ensure the eh cleanups are on the
13751         function_obstack.
13752
13753 Wed Mar 27 10:14:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
13754
13755         * decl.c (lookup_name_real): Be even more picky about the
13756         ambiguous lookup warning.
13757         (grokdeclarator): Tweak SCOPE_REF constructor declarators here.
13758         * parse.y (constructor_declarator): Rather than here.
13759
13760         * parse.y (constructor_declarator): New nonterminal.
13761         (fn.def1): Use it.
13762         (explicit_instantiation): Likewise.
13763
13764 Tue Mar 26 13:41:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
13765
13766         Add implicit declaration of class name at class scope.
13767         * decl.c (lookup_name_real): Restrict pedwarn about ambiguous lookup.
13768         * parse.y (self_reference): New nonterminal.
13769         (opt.component_decl_list): Use it.
13770         (fn.def1): Add nested_name_specifier type_name cases.
13771         * class.c (build_self_reference): New function.
13772         (finish_struct): Handle access_default later, move self-reference
13773         decl to the end.
13774         * pt.c (lookup_template_class): Handle getting a TYPE_DECL.
13775         * cp-tree.h: Adjust.
13776
13777         * pt.c (do_function_instantiation): Separate handling of member
13778         functions and non-member functions properly.
13779
13780 Mon Mar 25 14:23:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
13781
13782         * pt.c (process_template_parm): Improve error for 'volatile class K'.
13783
13784         * class.c (finish_struct_1): Check the right slot for destructors.
13785
13786         * decl.c (start_enum): Complain about enum templates.
13787
13788 Mon Mar 25 13:25:31 1996  Mike Stump  <mrs@cygnus.com>
13789
13790         * init.c (resolve_offset_ref): Offset pointers to member data by one.
13791         * typeck.c (unary_complex_lvalue): Likewise.
13792
13793 Mon Mar 25 13:30:42 1996  Bob Manson  <manson@charmed.cygnus.com>
13794
13795         * typeck.c (c_expand_return): Check for a returned local
13796         array name, similar to the check for an ADDR_EXPR.
13797
13798 Mon Mar 25 13:07:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
13799
13800         * decl.c (cp_finish_decl): Don't build cleanups for static
13801         variables here.
13802
13803 Fri Mar 22 17:57:55 1996  Mike Stump  <mrs@cygnus.com>
13804
13805         * typeck.c (build_modify_expr): Fix error messages to be more
13806         accurate.
13807         * cp-tree.h (assop_as_string): Parallel to op_as_string, but for
13808         assignment operators.
13809         * error.c (assop_as_string): Likewise.  Add support for `%Q' for
13810         assignment operators.
13811
13812 Fri Mar 22 13:48:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
13813
13814         * decl.c (grokdeclarator): Call bad_specifiers for typedefs.  Also
13815         give an error if initialized.  pedwarn about nested type with the
13816         same name as its enclosing class.
13817
13818         * pt.c (tsubst, case TYPE_DECL): Set DECL_CONTEXT.
13819
13820         * typeck.c (require_complete_type): Be sure to instantiate the
13821         MAIN_VARIANT of the type.
13822
13823         * decl2.c (finish_file): Instantiate pending templates before
13824         processing static constructors and destructors.
13825
13826         * pt.c (instantiate_decl): Don't instantiate functions at toplevel
13827         unless at_eof.
13828
13829 Fri Mar 22 09:30:17 1996  Bob Manson  <manson@beauty.cygnus.com>
13830
13831         * decl2.c (delete_sanity): If error_mark_node is passed
13832         in as an expression, quit while we're ahead.
13833
13834         * decl.c (grokdeclarator): Give an error message if `friend'
13835         is combined with any storage class specifiers.
13836
13837 Wed Mar 20 14:51:55 1996  Jason Merrill  <jason@yorick.cygnus.com>
13838
13839         * parse.y (named_complex_class_head_sans_basetype): Don't crash on
13840         definition of nonexistent nested type.
13841
13842         * error.c (dump_decl, case TYPE_DECL): Fix decision for whether or
13843         not to say 'typedef'.
13844
13845 Wed Mar 20 00:11:47 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13846
13847         * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
13848         * search.c (dfs_walk, dfs_init_vbase_pointers,
13849         expand_upcast_fixups): Remove cast of CLASSTYPE_SEARCH_SLOT.
13850         (dfs_find_vbases): Remove cast for CLASSTYPE_SEARCH_SLOT init.
13851
13852 Tue Mar 19 17:56:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
13853
13854         * except.c (build_throw): Support minimal parse.
13855         * pt.c (tsubst_copy): Support THROW_EXPR.
13856         * decl2.c (build_expr_from_tree): Likewise.
13857
13858         * pt.c (mangle_class_name_for_template): Always allocate
13859         scratch_firstobj.
13860
13861 Tue Mar 19 16:34:31 1996  Bob Manson  <manson@beauty.cygnus.com>
13862
13863         * cvt.c (cp_convert_to_pointer): Give an appropriate error
13864         when trying to cast from an incomplete type.
13865
13866 Tue Mar 19 16:00:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
13867
13868         * pt.c (instantiate_class_template): Don't bother setting up
13869         CLASSTYPE_TAGS explicitly, as the nested types will add
13870         themselves.
13871
13872 Tue Mar 19 15:48:43 1996  Bob Manson  <manson@beauty.cygnus.com>
13873
13874         * decl.c (shadow_tag): Remove old error check for usage of
13875         an enum without a previous declaration.
13876         (xref_tag): Add error message about usage of enums without a
13877         previous declaration.
13878
13879 Tue Mar 19 09:21:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
13880
13881         * lex.c (do_identifier): Only do name consistency check if we're
13882         parsing.
13883
13884         * pt.c (push_template_decl): Don't crash if we get a member defn
13885         that doesn't match.
13886
13887         * decl.c (xref_tag_from_type): New function to do an xref without
13888         always having to figure out code_type_node.
13889         * cp-tree.h: Declare it.
13890         * pt.c (instantiate_class_template): Use it for friend classes.
13891         (lookup_template_class): Use it.
13892
13893         * typeck2.c (build_functional_cast): Pull out a single parm before
13894         passing it to build_c_cast.
13895
13896 Tue Mar 19 09:07:15 1996  Bob Manson  <manson@beauty.cygnus.com>
13897
13898         * expr.c (do_case): Give an error message if a pointer is
13899         given as a case value.
13900
13901 Mon Mar 18 21:57:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
13902
13903         * typeck.c (build_c_cast): Don't pull single TEMPLATE_DECL out of
13904         an overload list.
13905
13906         * lex.c (cons_up_default_function): Really, now, interface hackery
13907         does not apply to synthesized methods.
13908
13909 Mon Mar 18 18:20:57 1996  Mike Stump  <mrs@cygnus.com>
13910
13911         * call.c (build_method_call): Ctors and dtors now have special names
13912         with respect to lookups.
13913         * class.c (add_method): Likewise.
13914         (grow_method): Likewise.
13915         (finish_struct_methods): Likewise.
13916         (warn_hidden): Likewise.
13917         (finish_struct_1): Likewise.
13918         * cvt.c (convert_to_reference): Likewise.
13919         (convert_to_aggr): Likewise.
13920         (cp_convert): Likewise.
13921         * decl2.c (check_classfn): Likewise.
13922         * init.c (expand_member_init): Likewise.
13923         (expand_default_init): Likewise.
13924         (expand_aggr_init_1): Likewise.
13925         (build_offset_ref): Likewise.
13926         (build_new): Likewise.
13927         (build_delete): Likewise.
13928         * lex.c (do_inline_function_hair): Likewise.
13929         * search.c (lookup_field_1): Likewise.
13930         (lookup_fnfields_here): Likewise.
13931         (lookup_field): Likewise.
13932         (lookup_fnfields): Likewise.
13933         (get_virtual_destructor): Likewise.
13934         (dfs_debug_mark): Likewise.
13935         (dfs_pushdecls): Likewise.
13936         (dfs_compress_decls): Likewise.
13937         * tree.c (layout_basetypes): Likewise.
13938         * typeck.c (build_component_ref): Likewise.
13939         (build_x_function_call): Likewise.
13940         (build_modify_expr): Likewise.
13941         (convert_for_initialization): Likewise.
13942         (build_functional_cast): Likewise.
13943         * cp-tree.h (CLASSTYPE_FIRST_CONVERSION): Likewise.
13944         (CTOR_NAME): New.
13945         (DTOR_NAME): New.
13946         * decl.c (ctor_identifier): New.
13947         (dtor_identifier): New.
13948         (init_decl_processing): Set them.
13949
13950 Mon Mar 18 18:00:51 1996  Mike Stump  <mrs@cygnus.com>
13951
13952         * typeck.c (build_component_ref): Don't get confused by fields whose
13953         context has no type name, like pointer to member functions.
13954
13955 Mon Mar 18 13:19:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
13956
13957         * decl.c (grokdeclarator): Handle typedef without declarator.
13958
13959         * pt.c (tsubst): Handle SCOPE_REF in declarator.
13960
13961         * parse.y (bad_parm): Catch another case of missing `typename'.
13962
13963         * lex.c (yyprint): Handle TYPE_DECLs.
13964
13965         * decl.c (start_function): Don't try to be clever.
13966
13967         * lex.c: Lose compiler_error_with_decl.
13968         * typeck2.c: Lose error_with_aggr_type.
13969         (incomplete_type_error): Use cp_* instead of old functions.
13970         (readonly_error): Likewise.
13971         * typeck.c (convert_arguments): Likewise.
13972         * search.c (lookup_nested_field): Likewise.
13973         * method.c (make_thunk): Likewise.
13974         * decl.c (grokparms): Likewise.
13975         * cp-tree.h: Update.
13976
13977         * tree.c (min_tree_cons): Call copy_to_permanent for the purpose
13978         and value.
13979
13980 Mon Mar 18 11:25:52 1996  Bob Manson  <manson@beauty.cygnus.com>
13981
13982         * method.c (build_opfncall): When deleting a pointer to an
13983         array, build a new pointer to the tree past any ARRAY_TYPE
13984         nodes.
13985
13986 Mon Mar 18 10:11:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13987
13988         * decl.c (lookup_name_real): Initialize local var TYPE to NULL_TREE.
13989
13990 Fri Mar 15 11:03:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
13991
13992         * pt.c (instantiate_decl): Only call import_export_decl if at_eof
13993         and ! DECL_INLINE.
13994
13995         * decl.c (finish_function): Don't set nested based on
13996         hack_decl_function_context.
13997         * parse.y (function_try_block): Check for nested function.
13998         (pending_inlines): Likewise.
13999
14000         * decl2.c (build_expr_from_tree): If a unary op already has a
14001         type, just return it.
14002
14003         * decl2.c (finish_prevtable_vardecl): Use ADJUST_VTABLE_LINKAGE.
14004
14005         * decl2.c (walk_vtables): vardecl_fn returns int; return 1 if it does.
14006         (finish_file): Check the return value of walk_vtables.
14007         (finish_prevtable_vardecl): Return int.
14008         (finish_vtable_vardecl): Likewise.
14009         (prune_vtable_vardecl): Likewise.
14010         * lex.c (set_vardecl_interface_info): Likewise.
14011         * cp-tree.h: Adjust return types.
14012
14013         * class.c (delete_duplicate_fields_1): Don't complain about
14014         duplicate nested types if they're the same type.
14015         (finish_struct): Remove check for duplicate.
14016         * decl2.c (grokfield): Don't check for typedef of anonymous type.
14017
14018 Thu Mar 14 10:00:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
14019
14020         * cp-tree.h: Lose SIGNATURE_GROKKING_TYPEDEF.
14021
14022         * decl.c (grokdeclarator): Lose special handling of class-level
14023         typedef.  Lose SIGNATURE_GROKKING_TYPEDEF.  Set
14024         SIGNATURE_HAS_OPAQUE_TYPEDECLS later.
14025
14026         * cvt.c (convert_pointer_to_real): Retain cv-quals in conversion.
14027
14028         * pt.c (tsubst_copy): Strip cv-quals from destructor name types.
14029
14030         * search.c (compute_access): Fix handling of anonymous union
14031         members.
14032         * class.c (finish_struct_anon): Propagate TREE_{PRIVATE,PROTECTED}
14033         from anonymous unions to their members.
14034
14035         * typeck.c (build_x_function_call): For static member functions,
14036         hand off to build_member_call.
14037
14038 Wed Mar 13 14:03:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
14039
14040         * typeck.c (build_component_ref): Handle OFFSET_REFs.
14041
14042         * init.c (expand_vec_init): Fix init == 0 case.
14043
14044 Tue Mar 12 14:36:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
14045
14046         * init.c (build_new): pedwarn about init and array new.
14047         (expand_vec_init): Handle lists, use convert_for_initialization.
14048
14049         * typeck.c (convert_for_initialization): Pass LOOKUP_NO_CONVERSION
14050         when converting to an aggregate type.
14051         * cvt.c (cp_convert): Pass it through.
14052
14053         * typeck.c (build_conditional_expr): Handle user-defined
14054         conversions to slightly different types.
14055
14056         * decl.c (grokdeclarator): Force an array type in a parm to be
14057         permanent.
14058
14059         * decl2.c (do_using_directive): Sorry.
14060         (do_namespace_alias): Likewise.
14061         * lex.c (real_yylex): Warn about using the `namespace' keyword.
14062
14063 Sun Mar 10 22:26:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
14064
14065         * parse.y (datadef): Move call to note_list_got_semicolon up.
14066
14067 Fri Mar  8 11:47:26 1996  Mike Stump  <mrs@cygnus.com>
14068
14069         * tree.c (unsave_expr): Don't unsave, UNSAVE_EXPRs.
14070
14071 Fri Mar  8 11:29:06 1996  Mike Stump  <mrs@cygnus.com>
14072
14073         * decl.c (cp_finish_decl): The exception regions have to be
14074         nested, not overlapping.  We start the exception region for a
14075         decl, after it has been fully built, and all temporaries for it
14076         have been cleaned up.
14077
14078 Thu Mar  7 17:46:06 1996  Mike Stump  <mrs@cygnus.com>
14079
14080         * tree.c (vec_binfo_member): Don't core dump if we have no bases.
14081
14082 Thu Mar  7 14:11:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
14083
14084         * tree.def: Add RETURN_INIT.
14085         * pt.c (instantiate_decl): Handle RETURN_INIT.
14086         * decl.c (store_return_init): Handle minimal_parse_mode.
14087
14088         * tree.c (cp_build_type_variant): Just return an error_mark_node.
14089         * decl.c (make_typename_type): Don't try to get the file and line
14090         of an identifier.
14091         * typeck.c (comptypes): Handle TYPENAME_TYPE.
14092
14093 Wed Mar  6 18:47:50 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14094
14095         * decl.c (poplevel): Make sure we clear out and restore old local
14096         non-VAR_DECL values by default when they go out of scope.
14097
14098 Wed Mar  6 09:57:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
14099
14100         * method.c (build_overload_value): Use DECL_ASSEMBLER_NAME in
14101         referring to addresses of variables and functions.
14102
14103         * error.c (dump_expr): Support SIZEOF_EXPR.
14104
14105         * init.c (do_friend): Use the return value of check_classfn.
14106
14107         * typeck.c (convert_arguments): Call complete_type.
14108
14109         * method.c (hack_identifier): After giving an error, set value to
14110         error_mark_node.
14111
14112 Tue Mar  5 16:00:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
14113
14114         * tree.c (hack_decl_function_context): Kludge around DECL_CONTEXT
14115         lossage for local classes.
14116         * cp-tree.h: Declare it.
14117         * decl.c (lookup_name_real): Evil, painful hack for local classes.
14118         (grokfndecl): Set DECL_CLASS_CONTEXT and DECL_NO_STATIC_CHAIN here.
14119         Use hack_decl_function_context.
14120         (grokdeclarator): Don't set DECL_NO_STATIC_CHAIN here.
14121         (start_function): Use hack_decl_function_context.
14122         (finish_function): Likewise.
14123         * method.c (synthesize_method): Likewise.
14124         * lex.c (process_next_inline): Likewise.
14125         (do_pending_inlines): Likewise.
14126         * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
14127         done with it.
14128
14129 Mon Mar  4 22:38:39 1996  Gerald Baumgartner  <gb@alexander.cs.purdue.edu>
14130
14131         * sig.c (build_signature_pointer_or_reference_type): Align
14132         signature pointers/references on 8-byte boundaries so they can be
14133         grabbed 2 words at a time on a Sparc.
14134
14135 Tue Mar  5 10:21:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
14136
14137         * method.c (hack_identifier): Requiring a static chain is now a
14138         hard error.
14139         * decl.c (grokdeclarator): Set DECL_NO_STATIC_CHAIN on nested
14140         functions.
14141
14142 Mon Mar  4 20:03:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
14143
14144         * init.c (build_offset_ref): Call complete_type.
14145
14146         * decl.c (pop_from_top_level): Always pop previous_class_type.
14147
14148         * parse.y: Handle multiple decls in a for-init-statement.
14149         * pt.c (tsubst_expr): Likewise.
14150
14151         * pt.c (tsubst): Use tsubst_expr for the second operand of an
14152         ARRAY_REF.
14153
14154         * decl.c (maybe_push_to_top_level): Don't save previous_class_type.
14155         (poplevel_class): Set it here.
14156         (pop_from_top_level): Pop it here if we're returning to class scope.
14157         * class.c (pushclass): Don't set it here.
14158
14159         * decl.c (maybe_push_to_top_level): Save current_template_parms,
14160         and clear it if !pseudo.
14161         (pop_from_top_level): Restore it.
14162
14163         * decl2.c (finish_file): Push the dummy each time we walk the list
14164         of vtables.
14165
14166         * error.c (dump_expr): Support LOOKUP_EXPR and actually do
14167         something for CAST_EXPR.
14168
14169 Mon Feb 19 14:49:18 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
14170
14171         * cvt.c (cp_convert): Warn about implicit conversion of the
14172         address of a function to bool, as it is always true.
14173
14174 Fri Feb 23 23:06:01 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
14175
14176         * typeck.c (c_expand_return): Fix warning for local externs returned.
14177
14178 Mon Mar  4 15:03:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
14179
14180         * tree.c (mapcar): Propagate const and volatile properly.
14181
14182         * typeck.c (complete_type): Be sure to instantiate the
14183         MAIN_VARIANT of the type.
14184
14185         * method.c (synthesize_method): Class interface hackery does not
14186         apply to synthesized methods.
14187
14188 Mon Mar  4 14:05:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
14189
14190         * pt.c (comp_template_args): Use comptypes rather than just
14191         checking for TEMPLATE_TYPE_PARM equivalence.
14192
14193         * typeck.c (build_x_function_call): Call complete_type before
14194         checking TYPE_OVERLOADS_CALL_EXPR.
14195
14196 Mon Mar  4 18:48:30 1996  Manfred Hollstein   <manfred@lts.sel.alcatel.de>
14197
14198         * g++.c (main): Check also for new define ALT_LIBM.
14199
14200 Fri Mar  1 13:09:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
14201
14202         * pt.c (instantiate_class_template): If we don't have a pattern
14203         yet, that's OK.
14204         (coerce_template_parms): If we see a local class, bail.
14205
14206         * decl.c (grok_reference_init): Make sure there's a type before
14207         checking its code.
14208
14209         * pt.c (do_function_instantiation): Avoid crashing on invalid decls.
14210         (push_template_decl): Likewise.
14211
14212         * parse.y (named_class_head): Set
14213         CLASSTYPE_TEMPLATE_SPECIALIZATION here if we have basetypes.
14214
14215         * decl.c (xref_tag): Diagnose redeclaration of template
14216         type-parameter name.
14217
14218         * error.c (dump_type): Handle anonymous template type parms.
14219
14220         * pt.c (instantiate_template): Use TYPE_MAIN_DECL instead of
14221         TYPE_STUB_DECL.
14222         (coerce_template_parms): Likewise.
14223
14224 Thu Feb 29 16:26:01 1996  Mike Stump  <mrs@cygnus.com>
14225
14226         * class.c (instantiate_type, case {ARRAY,INDIRECT}_REF,
14227         case ADDR_EXPR): Don't modify rhs if a subinstantiation fails.
14228
14229 Thu Feb 29 08:20:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
14230
14231         * pt.c (instantiate_template): Take the MAIN_VARIANT of the type
14232         before trying to get its STUB_DECL.
14233         (coerce_template_parms): Likewise.
14234
14235         * parse.y (template_type_parm): If they didn't use 'class',
14236         pretend they did after giving an error.
14237
14238         * pt.c (coerce_template_parms): Diagnose use of local class.
14239
14240         * decl.c (grok_reference_init): Use instantiate_type.
14241
14242         * error.c (dump_expr): Handle TEMPLATE_DECLs.
14243
14244         * parse.y (named_class_head): Diagnose mismatching types and tags.
14245
14246         * decl.c (pushdecl): Type decls and class templates clash with
14247         artificial type decls, not hide them.
14248
14249         * decl.c (redeclaration_error_message): Diagnose redefinition of
14250         templates properly.
14251         (duplicate_decls): Diagnose disallowed overloads for template
14252         functions, too.
14253
14254         * decl.c (start_decl): Call complete_type before checking for a
14255         destructor.
14256
14257         * pt.c (tsubst): Use tsubst_expr on the elts of a VEC.
14258
14259         * decl.c (xref_tag): A TEMPLATE_TYPE_PARM is a match.
14260
14261 Wed Feb 28 09:28:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
14262
14263         * decl.c (grok_op_properties): Don't check for operator++(int) in
14264         a template.
14265
14266         * tree.c (perm_manip): Return a copy of variable and function
14267         decls with external linkage.
14268
14269         * tree.def: Change some of the min tree codes to type "1".
14270         * pt.c (uses_template_parms): Handle 'e's, return 1 for LOOKUP_EXPRs.
14271         * method.c (build_overload_int): Emit something arbitrary for
14272         anything but an INTEGER_CST if we're in a template.
14273
14274         * decl.c (cp_finish_decl): Call complete_type before deciding
14275         whether or not to lay out the decl.
14276
14277         * lex.c (do_identifier): Check for DECL_INITIAL before using it.
14278
14279 Tue Feb 27 16:35:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
14280
14281         * typeck2.c (build_x_arrow): Call complete_type.
14282
14283         * pt.c (add_pending_template): Broken out.
14284         (lookup_template_class): If -fexternal-templates, call it for all
14285         the methods of implemented types.
14286         (instantiate_class_template): Instead of instantiating them here.
14287         (instantiate_decl): Handle -fexternal-templates earlier.
14288
14289 Tue Feb 27 15:51:32 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14290
14291         * search.c, lex.c, decl.c, class.c, cp-tree.h: Don't wrap the
14292         memoized lookup stuff inside GATHER_STATISTICS.
14293
14294 Tue Feb 27 10:38:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
14295
14296         * decl.c (start_decl): Complain about array of incomplete type
14297         here.
14298         (grokdeclarator): Not here.
14299
14300         * parse.y (template_parm): Expand full_parm inline so we can set
14301         the rule's precedence.
14302
14303         * pt.c (tsubst_expr): If we're in a template, just do tsubst_copy.
14304         (tsubst): tsubst_expr the DECL_INITIAL of FIELD_DECLs.
14305         * decl2.c (grokbitfield): Don't check for integer constant here.
14306         * class.c (finish_struct_1): Check here.
14307
14308         * decl.c (define_label): Make the min decl go on permanent_obstack.
14309
14310         * pt.c (unify): Don't handle CONST_DECLs.
14311         (uses_template_parms): Don't check DECL_INITIAL on a CONST_DECL.
14312         (tsubst_copy): Likewise.
14313
14314         * lex.c (do_identifier): Do pull the DECL_INITIAL out of a
14315         CONST_DECL for a template parm.
14316
14317 Mon Feb 26 12:48:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
14318
14319         * decl.c (grokdeclarator): Complain about array of incomplete type
14320         here.
14321         (start_decl_1): Not here.
14322
14323         * pt.c (tsubst): Handle pointer-to-function declarators.
14324
14325         * method.c (hack_identifier): If pedantic, diagnose local class
14326         methods that require a static chain.
14327
14328         * decl.c (grok_op_properties): No longer static.
14329         * cp-tree.h: Declare it.
14330         * pt.c (tsubst): Call it for operators.
14331         Use tsubst_copy for TREE_VECs.
14332
14333         * parse.y (template_arg): The expr has precedence like '>'.
14334
14335 Fri Feb 23 14:51:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
14336
14337         * pt.c (coerce_template_parms): Don't coerce an expression using
14338         template parms.
14339         (uses_template_parms): Also check DECL_INITIAL in CONST_DECLs.
14340         (tsubst): Don't use build_index_2_type if the max_value uses template
14341         parms.
14342         * method.c (build_overload_int): Emit something arbitrary for an
14343         expression using template parms.
14344
14345         * parse.y (template_close_bracket): New non-terminal to catch use
14346         of '>>' instead of '> >' in template class names.
14347         (template_type): Use it.
14348         * Makefile.in (CONFLICTS): Causes one more r/r conflict.
14349
14350         * tree.def: Add CAST_EXPR.
14351         * typeck2.c (build_functional_cast): Use CAST_EXPR instead of
14352         CONVERT_EXPR for minimal_parse_mode.
14353         * typeck.c (build_c_cast): Likewise.
14354         * pt.c (tsubst_copy): Likewise.
14355         * decl2.c (build_expr_from_tree): Likewise.
14356         * error.c (dump_expr): Likewise.
14357
14358 Fri Feb 23 10:36:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14359
14360         * except.c (SetTerminate, SetUnexpected): Put back global vars.
14361         (init_exception_processing): Put back decl/init of
14362         set_unexpected_fndecl and set_terminate_fndecl, needed to get the
14363         fns from libstdc++.
14364
14365         * decl.c (struct binding_level): Delete ACCEPT_ANY bitfield.
14366         (declare_uninstantiated_type_level, uninstantiated_type_level_p):
14367         Delete unused fns.
14368         * cp-tree.h (declare_uninstantiated_type_level,
14369         uninstantiated_type_level_p): Delete prototypes.
14370
14371 Thu Feb 22 19:36:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
14372
14373         * pt.c (tsubst_expr): Add default return.
14374
14375 Thu Feb 22 16:47:24 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14376
14377         * error.c (fndecl_as_string): Delete unused arg CNAME.
14378         * sig.c (build_signature_table_constructor,
14379         build_signature_method_call): Fix calls.
14380
14381         * class.c (the_null_vtable_entry): Delete var definition.
14382         (init_class_processing): Delete tree the_null_vtable_entry init.
14383         * decl.c (no_print_{functions, builtins}): Declare as static.
14384         (__tp_desc_type_node): #if 0 var definition.
14385         (init_type_desc): #if 0 init of __tp_desc_type_node.
14386         (vb_off_identifier): Move var decl into init_decl_processing.
14387         (current_function_assigns_this): Declare as static.
14388         (int_ftype_ptr_ptr_int, void_ftype_ptr_int_int): Delete var decls.
14389         (init_decl_processing): Delete init of void_ftype_ptr_ptr_int.
14390         Move decls of string_ftype_ptr_ptr and int_ftype_string_string here.
14391         * decl2.c (delete_sanity): Delete definition/mod of local var ELT_SIZE.
14392         * init.c (BI_header_type, BI_header_size): Declare as static.
14393         * pt.c (template_classes): Delete unused var.
14394         (add_pending_template): Delete decl for non-existent fn.
14395         (lookup_template_class): Delete vars CODE and TAG_CODE.
14396         (instantiate_template): Delete unused var TARGS.
14397         * cp-tree.h (vb_off_identifier, current_function_assigns_this):
14398         Delete decls.
14399         (__tp_desc_type_node): #if 0 var decl.
14400         (fndecl_as_string): Fix prototype.
14401
14402 Thu Feb 22 15:56:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
14403
14404         * tree.def: Add GOTO_STMT.
14405         * pt.c (tsubst_expr): Support goto and labels.
14406         * decl.c (define_label): Support minimal parsing.
14407         * parse.y (simple_stmt): Likewise.
14408
14409 Thu Feb 22 15:30:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14410
14411         * xref.c (GNU_xref_member): Only define/set var I if
14412         XREF_SHORT_MEMBER_NAMES is defined, to match when it's actually
14413         used.
14414         (GNU_xref_end_scope): Delete unused fifth arg TRNS.
14415         (GNU_xref_end): Fix call.
14416         * decl.c (poplevel, poplevel_class, finish_method): Fix calls.
14417         * cp-tree.h (GNU_xref_end_scope): Fix prototype.
14418
14419         * tree.c (build_exception_variant): Delete unused vars I, A, T,
14420         T2, and CNAME.
14421         (layout_vbasetypes): Delete unused var NONVIRTUAL_VAR_SIZE.
14422         (mapcar): Delete unused var CODE.
14423         (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
14424         (break_out_cleanups): Fix call.
14425         (bot_manip): Likewise.
14426         * call.c (build_method_call): Likewise.
14427         * cvt.c (build_up_reference, convert_to_reference, cp_convert):
14428         Likewise.
14429         * typeck.c (unary_complex_lvalue, build_modify_expr,
14430         convert_for_initialization): Likewise.
14431         * typeck2.c (build_functional_cast): Likewise.
14432         * cp-tree.h (build_cplus_new): Fix prototype.
14433
14434         * repo.c (open_repo_file): Delete unused var Q.
14435         (repo_compile_flags, repo_template_declared,
14436         repo_template_defined, repo_class_defined, repo_inline_used,
14437         repo_vtable_used, repo_tinfo_used): #if 0 unused fns.
14438         (repo_get_id, repo_vtable_used): Declare as static.
14439         * cp-tree.h (mark_{decl,class}_instantiated, finish_repo): Add
14440         prototypes.
14441
14442 Thu Feb 22 14:53:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
14443
14444         * parse.y (pending_inlines): Add function_try_block case.
14445
14446         * pt.c (unify): Fix for template const parms.
14447
14448 Thu Feb 22 13:24:15 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14449
14450         * lex.c (extract_interface_info): Delete forward decl.
14451         (default_copy_constructor_body, default_assign_ref_body): Delete
14452         decls for non-existent functions.
14453         (synth_firstobj, inline_text_firstobjs): Delete unused vars.
14454         (init_lex): Delete setting them.
14455         (cons_up_default_function): Delete unused vars FUNC_BUF,
14456         FUNC_LEN, and COMPLEX.  Delete code setting COMPLEX.  Delete old
14457         #if 0'd synth code.
14458         (toplevel, expression_obstack): Delete unused extern decls.
14459         (tree_node_kind): Delete unused enum.
14460         (tree_node_counts, tree_node_sizes): Wrap with #ifdef
14461         GATHER_STATISTICS.
14462         (tree_node_kind_names): Delete unused extern decl.
14463         (synth_obstack): Delete unused var.
14464         (init_lex): Don't set it.
14465         (init_parse): Add decl before use.
14466         (reduce_count): Only define #ifdef GATHER_STATISTICS && REDUCE_LENGTH.
14467         (current_unit_{name, language}): Delete unused vars.
14468         (check_newline): Don't bother setting them, just accept the #pragma.
14469         * cp-tree.h (init_repo, peek_yylex): Add prototypes.
14470         (current_unit_{name, language}): Delete decls.
14471
14472         * search.c: Wrap all of the memoized functions, macros, and
14473         variables inside #ifdef GATHER_STATISTICS.
14474         (lookup_field, lookup_fnfields): Likewise.
14475         (init_search_processing): Likewise.
14476         (reinit_search_statistics): Wrap whole function.
14477         * lex.c (reinit_lang_specific): Wrap call to reinit_search_statistics.
14478
14479         * decl.c (finish_function): Only call pop_memoized_context if
14480         GATHER_STATISTICS is defined.
14481         (start_function): Likewise for push_memoized_context.
14482         * class.c (pushclass, popclass): Likewise.
14483
14484         * cp-tree.h (CLASSTYPE_MTABLE_ENTRY): Move definition from here...
14485         * search.c (CLASSTYPE_MTABLE_ENTRY): ... to here.
14486
14487         * cvt.c (cp_convert): Delete unused local var FORM.
14488         * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
14489         prototypes.
14490
14491 Thu Feb 22 13:19:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
14492
14493         * pt.c (do_poplevel): Oops; really return what we get from
14494         poplevel this time.
14495
14496 Thu Feb 22 11:41:44 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14497
14498         * cp-tree.h (is_aggr_type): Add prototype.
14499
14500         * cp-tree.h ({push,pop}_cp_function_context): Add decls.
14501         * method.c ({push,pop}_cp_function_context): Delete decls.
14502         * except.c (start_eh_unwinder, end_eh_unwinder): Declare as void.
14503         (SetUnexpected, SetTerminate): Delete unused vars.
14504         (init_exception_processing): Don't set SetUnexpected or
14505         SetTerminate.  Don't set SET_UNEXPECTED_FNDECL or SET_TERMINATE_FNDECL.
14506         (output_exception_table_entry): Delete unused array LABEL.
14507         (expand_internal_throw): Delete unused var PARAMS.
14508         (expand_start_catch_block): Delete unused var CLEANUP.
14509         (emit_exception_table): Delete unused var EH_NODE_DECL.
14510         (expand_builtin_throw): Delete unused vars UNWIND_AND_THROW and
14511         GOTO_UNWIND_AND_THROW.  Don't set them.
14512         (end_eh_unwinder): Add top decl.
14513         (pop_rtl_from_perm): Delete unused decl of PERMANENT_OBSTACK.
14514         (exception_section, push_rtl_perm, do_function_call,
14515         lang_interim_eh, push_eh_cleanup, eh_outer_context,
14516         expand_end_eh_spec, end_eh_unwinder): Declare as static.
14517         (saved_pc, saved_throw_type, saved_throw_value, saved_cleanup,
14518         throw_used): Likewise.
14519         * cp-tree.h (expand_end_eh_spec): Delete prototype.
14520
14521         * search.c (dfs_mark, dfs_mark_vtable_path,
14522         dfs_unmark_vtable_path, dfs_mark_new_vtable,
14523         dfs_unmark_new_vtable, dfs_clear_search_slot,
14524         dfs_search_slot_nonempty_p, bfs_markedp, bfs_unmarkedp,
14525         bfs_marked_vtable_pathp, bfs_unmarked_vtable_pathp,
14526         bfs_marked_new_vtablep, bfs_unmarked_new_vtablep): #if 0 unused
14527         functions.
14528         (n_fields_searched, n_calls_lookup_field, n_calls_lookup_field_1,
14529         n_calls_lookup_fnfields, n_calls_lookup_fnfields_1,
14530         n_calls_get_base_type, n_outer_fields_searched, n_contexts_saved):
14531         Only define #ifdef GATHER_STATISTICS.
14532         (reinit_search_statistics): Only init some vars if GATHER_STATISTICS
14533         is defined.
14534         (vbase_decl): Delete var definition.
14535         (init_search): Delete old decl.
14536         (init_vbase_pointers): Delete building of VBASE_DECL, since it's
14537         never actually used.
14538         (expand_indirect_vtbls_init): Delete init of VBASE_DECL.
14539         (get_base_distance_recursive): Delete unused fourth arg
14540         BASETYPE_PATH.  Fix call .
14541         (get_base_distance): Fix call.
14542         (push_class_decls): Delete unused var ID.
14543         (make_memoized_table_entry): Declare as static.
14544         (breadth_first_search): Declare as static.
14545         (tree_has_any_destructor_p): Declare as static.
14546         (pop_class_decls): Delete unused arg pop_class_decls.
14547         * class.c (popclass): Fix call to pop_class_decls.
14548         * cp-tree.h (make_memoized_table_entry, breadth_first_search,
14549         tree_has_any_destructor_p): Delete prototypes.
14550
14551         * rtti.c (build_ptmf_desc): Delete unused arg TYPE.
14552         (build_t_desc): Fix call.  Delete unused vars ELEMS and TT.
14553         (build_dynamic_cast): Delete unused local vars TMP1 and RETVAL.
14554         (build_user_desc): Delete unused var T.
14555         (build_class_desc): Delete unused vars T and OFF.
14556         (build_t_desc): Delete unused var NAME_STRING.
14557         (build_headof): Make static.
14558         (get_bad_cast_node): Likewise.
14559         (get_def_to_follow): Likewise.
14560         * cp-tree.h (init_type_desc): Add prototype.
14561         (build_headof): Remove prototype.
14562
14563 Thu Feb 22 00:54:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
14564
14565         * pt.c (tsubst): Only look for matching decls at file scope for
14566         non-member functions.
14567
14568         * call.c (build_scoped_method_call): Handle scoped destructor
14569         calls in templates.
14570
14571         * decl.c (*_top_level): Also save previous_class_values.
14572
14573         * pt.c (tsubst_expr): Support do {} while loops.
14574         * parse.y (simple_stmt): Likewise.
14575         * tree.def: Likewise.
14576
14577         * method.c (build_overload_identifier): For a class nested in a
14578         template class, don't mangle in the template parms from our
14579         context.
14580
14581         * lex.c, cp-tree.h: Remove support for template instantiations in
14582         the pending_inlines code.
14583         * pt.c: Remove dead functions and unused arguments.
14584         (uses_template_parms): TYPENAME_TYPEs always use template parms.
14585         * parse.y: Stop passing anything to end_template_decl.
14586         * tree.c (print_lang_statistics): Only print tinst info #ifdef
14587         GATHER_STATISTICS.
14588
14589 Wed Feb 21 16:57:33 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14590
14591         * init.c (expand_recursive_init{,_1}): Delete decls.
14592         (sort_member_init): Delete unused var INIT.
14593         (emit_base_init): Delete unused var X.
14594         (build_offset_ref): Delete unused var CNAME.
14595         (sort_member_init): Delete unused var FIELDS_TO_UNMARK.
14596         (emit_base_init): Delete unused local var BASE.  Delete extern
14597         decl of IN_CHARGE_IDENTIFIER.
14598         (build_delete): Delete unused local var VIRTUAL_SIZE.
14599
14600         * init.c (build_vec_delete): Delete unused third arg ELT_SIZE.
14601         (build_delete): Fix call.
14602         * decl2.c (delete_sanity): Likewise.
14603         * cp-tree.h (build_vec_delete): Update prototype.
14604
14605         * typeck.c (common_base_type): Delete unused var TMP.
14606         (build_binary_op): Delete local var ARGS_SAVE.
14607         (build_array_ref): Delete unused var ITYPE.
14608         (c_expand_return): Delete unused var USE_TEMP.
14609
14610         * typeck.c (compexcepttypes): Delete unused arg STRICT.
14611         (comptypes): Fix calls.
14612         * decl.c (duplicate_decls): Likewise.
14613         * cp-tree.h (compexcepttypes): Delete extra arg.
14614
14615         * decl2.c (check_classfn): Delete unused second arg CNAME.
14616         * decl.c (start_decl, grokfndecl): Fix calls.
14617         * init.c (do_friend): Likewise.
14618         * cp-tree.h (check_classfn): Update prototype.
14619
14620         * cp-tree.h (signature_error, import_export_vtable,
14621         append_signature_fields, id_in_current_class, mark_used,
14622         copy_assignment_arg_p): Add decls.
14623         * decl2.c (mark_used): Delete decl.
14624
14625         * class.c (n_*): Wrap with #ifdef GATHER_STATISTICS.
14626
14627         * class.c (get_vtable_entry): Disable unused function.
14628         (doing_hard_virtuals): Delete unused static global var.
14629         (finish_struct_1): Don't init DOING_HARD_VIRTUALS.
14630         (prepare_fresh_vtable): Delete unused vars PATH and RESULT.
14631         (overrides): Delete unused vars RETTYPE and BASE_RETTYPE.
14632         (modify_one_vtable): Delete unused var OLD_RTTI.
14633         (finish_struct_anon): Delete unused vars OFFSET and X.
14634         (finish_struct_bits): Delete unused var METHOD_VEC.
14635         (get_basefndecls): Delete unused var PURPOSE.  Delete unused
14636         for-scope local variable METHODS.
14637
14638         * call.c (user_harshness): Delete unused/unneeded arg PARM.
14639         (ideal_candidate): Delete unused args BASETYPE and PARMS.
14640         (build_method_call): Delete unused args passed into ideal_candidate.
14641         (build_overload_call_real): Likewise.  Delete unused var OVERLOAD_NAME.
14642         * cp-tree.h (synthesize_method): Add decl.
14643
14644         * decl.c (note_level_for_for): Give void return type.
14645         (pushdecl_nonclass_level): Likewise.
14646         (finish_function): Delete unused vars VFIELDS and ALLOCATED_THIS.
14647         (poplevel): Delete unused var IMPLICIT_TRY_BLOCK.
14648         (suspend_binding_level): Delete unused var LEVEL.
14649         (duplicate_decls): Delete unused var CTYPE.
14650         (duplicate_decls): Delete unused var PREVIOUS_C_DECL.
14651         (init_decl_processing): Delete unused vars FLOAT_ENDLINK and
14652         PTR_ENDLINK.
14653         (grokdeclarator): Delete unused var C.
14654         (grokdeclarator): Delete unused var SIZE_VARIES.
14655         (grokparms): Delete unused var SAW_VOID.
14656         (start_function): Delete unused var OLDDECL.
14657         (cplus_expand_expr_stmt): Delete unused var
14658         REMOVE_IMPLICIT_IMMEDIATELY.
14659
14660         * cp-tree.h (pushdecl_nonclass_level): Fix prototype.
14661
14662         * Makefile.in (CONFLICTS): Update to 12 shift/reduce.
14663
14664 Wed Feb 21 00:06:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
14665
14666         * tree.c (build_min): Set TREE_COMPLEXITY to lineno.
14667         (build_min_nt): Likewise.
14668         * pt.c (do_pushlevel): Emit line note.
14669         (do_poplevel): Return what we get from poplevel.
14670         (tsubst_expr): Set lineno from TREE_COMPLEXITY in stmt nodes.
14671         * parse.y: Use do_pushlevel and do_poplevel.
14672         * cp-tree.h: Declare do_poplevel.
14673
14674         * cp-tree.h: Declare at_eof.
14675         * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
14676         * decl2.c (import_export_decl): Renamed from import_export_inline.
14677         (finish_file): Call it to do interface handling for statics.
14678         * pt.c (tsubst_copy): Call mark_used on variables and functions
14679         used here.
14680
14681         * decl2.c (finish_file): Don't emit statics we can't generate.
14682         * pt.c (instantiate_decl): Don't set interface on instantiations
14683         we can't generate.
14684
14685         * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
14686         * tree.c (print_lang_statistics): Print max template depth.
14687         * pt.c (push_tinst_level): Dump entire instantiation context.
14688         (instantiate_class_template): Use it and pop_tinst_level.
14689         (instantiate_decl): Likewise.
14690
14691         * call.c class.c cp-tree.h decl.c decl2.c error.c lex.c method.c
14692         pt.c ptree.c tree.def: Remove all traces of UNINSTANTIATED_P_TYPE.
14693
14694 Tue Feb 20 18:21:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
14695
14696         * call.c class.c cp-tree.h cvt.c decl.c decl2.c error.c expr.c
14697         init.c lex.c method.c parse.y pt.c repo.c search.c spew.c tree.c
14698         tree.def typeck.c typeck2.c xref.c: Massive, systemic changes for
14699         the new template implementation.
14700
14701 Tue Feb 20 17:14:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14702
14703         * decl2.c (check_cp_case_value): Use STRIP_TYPE_NOPS.
14704
14705 Thu Feb 15 18:44:42 1996  Mike Stump  <mrs@cygnus.com>
14706
14707         * decl.c (cp_finish_decl): Delay emitting the debug information for
14708         a typedef that has been installed as the canonical typedef, if the
14709         type has not yet been defined.
14710
14711 Thu Feb 15 09:39:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
14712
14713         * decl2.c (grokfield): Still call pop_nested_class for access decls.
14714
14715 Wed Feb 14 17:30:04 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14716
14717         * decl.c (lookup_label): Call label_rtx.
14718
14719         * decl.c (make_binding_level): New function.
14720         (pushlevel, pushlevel_class): Call it instead of explicit
14721         duplicate calls to xmalloc.
14722
14723         * decl.c (init_decl_processing): Delete useless build_pointer_type
14724         call.
14725
14726         * decl.c (float_ftype_float, ldouble_ftype_ldouble): Add definitions.
14727         (sizet_ftype_string): Delete variable.
14728         (init_decl_processing): Add built-in functions fabsf, fabsl,
14729         sqrtf, sqrtl, sinf, sin, sinl, cosf, cos, cosl.  New local
14730         variable strlen_ftype, used for strlen.
14731
14732 Wed Feb 14 16:21:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
14733
14734         * decl.c (push_to_top_level): Start from current_binding_level
14735         again for now; the stl hacks depend on g++ being broken in this
14736         way, and it'll be fixed in the template rewrite.
14737
14738         * tree.def: Add USING_DECL.
14739         * decl2.c (do_class_using_decl): Implement.
14740         (grokfield): Pass access decls off to do_class_using_decl instead of
14741         grokdeclarator.
14742         * error.c (dump_decl): Handle USING_DECLs.
14743         * decl.c (grokdeclarator): Remove code for handling access decls.
14744         * class.c (finish_struct_1): Adjust accordingly, treat using-decls
14745         as access decls for now.
14746         (finish_struct): Don't check USING_DECLs for other uses of the name.
14747
14748         * search.c (get_matching_virtual): Use cp_error_at.
14749
14750 Wed Feb 14 10:36:58 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14751
14752         * typeck.c (comptypes): Default COMP_TYPE_ATTRIBUTES to 1, to
14753         match c-typeck.c.
14754         (self_promoting_args_p): Move the check that TYPE is non-nil
14755         before trying to look at its main variant.
14756         (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
14757
14758         * cp-tree.h (DECL_WAITING_FRIENDS, SET_DECL_WAITING_FRIENDS):
14759         Delete macros.
14760         * init.c (xref_friend, embrace_waiting_friends): Delete functions.
14761         (do_friend): Delete call to xref_friend.
14762         * class.c (finish_struct_1): Delete call to embrace_waiting_friends.
14763
14764         * typeck.c (convert_sequence): #if 0 unused function.
14765
14766         * cp-tree.h (DECL_IN_MEMORY_P): New macro w/ the check that used to
14767         be in decl_in_memory_p.
14768         (decl_in_memory_p): Delete decl.
14769         * expr.c (decl_in_memory_p): Delete fn.
14770         * typeck.c (mark_addressable): Use DECL_IN_MEMORY_P.
14771
14772         * decl.c (cp_finish_decl): Use DECL_IN_MEMORY_P.
14773
14774 Tue Feb 13 12:51:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
14775
14776         * class.c (finish_struct_1): Check for a pure-specifier on a
14777         non-virtual function here.
14778
14779         * decl2.c (grok_function_init): Don't check whether the function
14780         is virtual here.
14781         (grokfield): Don't call check_for_override here.
14782
14783         * decl.c (push_to_top_level): Start from inner_binding_level,
14784         check class_shadowed in class levels.
14785
14786 Mon Feb 12 17:46:59 1996  Mike Stump  <mrs@cygnus.com>
14787
14788         * decl.c (resume_level): Ignore things that don't have names, instead
14789         of core dumping.
14790
14791 Mon Feb 12 15:47:44 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14792
14793         * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs.
14794
14795 Sat Feb 10 17:59:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
14796
14797         * class.c (finish_struct_1): Set DECL_VINDEX properly on a
14798         synthesized dtor.
14799
14800         * parse.y (complete_type_name): Bind global_scope earlier.
14801         (complex_type_name): Likewise.
14802         (qualified_type_name): Remove.
14803
14804 Thu Feb  8 15:15:14 1996  Jason Merrill  <jason@yorick.cygnus.com>
14805
14806         * decl.c (grokfndecl): Move code that looks for virtuals in base
14807         classes...
14808         * class.c (check_for_override): ... to a new function.
14809         (finish_struct_1): Call it.
14810
14811         * cp-tree.h: Declare warn_sign_compare.
14812
14813         * typeck.c (build_binary_op_nodefault): Check warn_sign_compare
14814         rather than extra_warnings to decide whether to warn about
14815         comparison of signed and unsigned.
14816
14817         * decl2.c (lang_decode_option): Handle warn_sign_compare.  -Wall
14818         implies -Wsign-compare.  -Wall doesn't imply -W.
14819
14820 Wed Feb  7 15:27:57 1996  Mike Stump  <mrs@cygnus.com>
14821
14822         * typeck.c (build_component_ref): Fix to handle anon unions in base
14823         classes as well.
14824
14825 Wed Feb  7 14:29:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14826
14827         * class.c (resolves_to_fixed_type_p): Delete code dealing with
14828         a WITH_CLEANUP_EXPR, since we don't generate them any more.
14829         * cvt.c (build_up_reference): Likewise.
14830         * decl.c (grok_reference_init): Likewise.
14831         (cp_finish_decl): Likewise.
14832         * error.c (dump_expr): Likewise.
14833         * tree.c (real_lvalue_p): Likewise.
14834         (lvalue_p): Likewise.
14835         (build_cplus_new): Likewise.
14836         (unsave_expr_now): Likewise.
14837         * typeck.c (unary_complex_lvalue, build_modify_expr,
14838         c_expand_return): Likewise.
14839
14840 Tue Feb  6 13:39:22 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14841
14842         Make the C++ front-end pay attention to attributes for structures.
14843         * class.c (finish_struct): New argument ATTRIBUTES, passed down into
14844         finish_struct_1.
14845         (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
14846         Take out old round_up_size use and setting the DECL_ALIGN possibly
14847         using it.  Take out setting of TYPE_ALIGN to round_up_size, which
14848         can override what the attribute set.
14849         * cp-tree.h (finish_struct): Update prototype.
14850         * parse.y (template_instantiate_once): Pass a NULL_TREE for the
14851         attributes to finish_struct.
14852         (structsp): For a CLASS decl, add maybe_attribute to rule and pass that
14853         value down into finish_struct.
14854         * Makefile.in (CONFLICTS): Switch to 7 shift/reduce conflicts.
14855
14856 Tue Feb  6 13:12:15 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14857
14858         * decl.c (poplevel):  Re-word dead for local handling.
14859         (pushdecl):  Remove useless DECL_DEAD_FOR_LOCAL test.
14860         (cp_finish_decl):  If is_for_scope, check for duplicates so
14861         we can disable is_for_scope.  Otherwise, preserve_temp_slots.
14862
14863         * lex.c (do_identifier):  Use global binding in preference of
14864         dead for local variable.
14865
14866 Mon Feb  5 17:46:46 1996  Mike Stump  <mrs@cygnus.com>
14867
14868         * init.c (initializing_context): Handle anon union changes, the
14869         context where fields of anon unions can be initialized now has to be
14870         found by walking up the TYPE_CONTEXT chain.
14871
14872 Fri Feb  2 14:54:04 1996  Doug Evans  <dje@charmed.cygnus.com>
14873
14874         * decl.c (start_decl): #ifdef out code to set DECL_COMMON
14875         if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
14876         (obscure_complex_init): If bss is supported, always set
14877         DECL_INITIAL to error_mark_node.
14878
14879 Thu Feb  1 16:19:56 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14880
14881         * init.c (is_friend): Make sure there's a context before we see if
14882         it's an aggr type.
14883
14884 Thu Feb  1 15:44:53 1996  Mike Stump  <mrs@cygnus.com>
14885
14886         * init.c (is_friend): Classes are not friendly with nested classes.
14887
14888 Thu Feb  1 15:27:37 1996  Doug Evans  <dje@charmed.cygnus.com>
14889
14890         * lex.c (check_newline): Pass last character read to HANDLE_PRAGMA,
14891         and record its result.
14892
14893 Thu Feb  1 09:27:01 1996  Mike Stump  <mrs@cygnus.com>
14894
14895         * class.c (finish_struct_anon): Switch around code to not move anon
14896         union elements around, nor mess up their contexts, nor offsets,
14897         instead we now build up the right number of COMPONENT_REFs for all
14898         the anon unions that may be present at build_component_ref time.
14899         * typeck.c (lookup_anon_field): New routine to handle field lookup
14900         on fields without names.  We find them, based upon their unique type
14901         instead.
14902         * typeck.c (build_component_ref): Allow FIELD_DECL components.
14903         Handle finding components in anonymous unions, and ensure that a
14904         COMPONENT_REF is built for each level as necessary.
14905
14906 Tue Jan 30 18:18:23 1996  Mike Stump  <mrs@cygnus.com>
14907
14908         * cvt.c (build_up_reference): Make the INDIRECT_BIND case come after
14909         code that ensures that copy ctors are used if appropriate.
14910
14911 Tue Jan 30 17:35:14 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14912
14913         * init.c (build_vec_delete): Only give an error if base isn't an
14914         error_mark_node.
14915
14916 Mon Jan 29 17:09:06 1996  Mike Stump  <mrs@cygnus.com>
14917
14918         * spew.c (do_aggr): `new struct S;' isn't a forward declaration.
14919         (yylex): If we see `new', keep slurping.
14920
14921 Thu Jan 25 18:31:36 1996  Mike Stump  <mrs@cygnus.com>
14922
14923         * class.c (finish_struct_1): Move code for handling anon unions...
14924         (finish_struct_anon): to here.  Fixup so that we do the offset
14925         calculations right, and so that the fields are physically moved to
14926         the containers's chain.
14927
14928 Thu Jan 25 18:27:37 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14929
14930         * decl.c (grokdeclarator): Avoid trying to get an operand off an
14931         identifier node.
14932
14933 Wed Jan 24 11:25:30 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
14934
14935         * typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not
14936         POINTER_SIZE to agree with expr.c.
14937
14938 Thu Jan 25 13:01:23 1996  Mike Stump  <mrs@cygnus.com>
14939
14940         * search.c (lookup_field): Don't report ambiguities if protect is 0,
14941         instead return NULL_TREE.
14942
14943 Wed Jan 24 13:01:26 1996  Mike Stump  <mrs@cygnus.com>
14944
14945         * class.c (finish_struct_1): Call warn_hidden if we want warnings
14946         about overloaded virtual functions.
14947         (warn_hidden): New routine to warn of virtual functions that are
14948         hidden by other virtual functions, that are not overridden.
14949         (get_basefndecls): New routine, used by warn_hidden.
14950         (mark_overriders): New routine, used by warn_hidden.
14951         * search.c (get_matching_virtual): Remove old warning that just
14952         isn't very useful.
14953
14954 Tue Jan 23 12:26:10 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14955
14956         * decl.c (output_builtin_tdesc_entries): #if 0 the function definition.
14957
14958         * typeck.c (null_ptr_cst_p): Delete unused fn.
14959         (build_function_call_maybe): Delete unused fn.
14960
14961         * expr.c (extract_init): #if 0 the code after unconditional return 0
14962         for now.
14963
14964         Delete old cadillac code.
14965         * edsel.c: Remove file.
14966         * Make-lang.in (CXX_SRCS): Take edsel.c off the list.
14967         * Makefile.in (CXX_OBJS): Delete edsel.o.
14968         (edsel.o): Delete rule.
14969         * cp-tree.h (flag_cadillac): Delete var decl.
14970         * lang-options.h: Delete "-fcadillac" and "-fno-cadillac".
14971         * decl2.c (flag_cadillac): Delete var definition.
14972         (lang_decode_option): Delete handling of -fcadillac and -fno-cadillac.
14973         (grokfield): Delete code depending on flag_cadillac.
14974         (finish_anon_union): Likewise.
14975         * class.c (finish_struct_1): Likewise.
14976         (pushclass): Likewise.
14977         (popclass): Likewise.
14978         (push_lang_context): Likewise.
14979         (pop_lang_context): Likewise.
14980         * decl.c (init_decl_processing): Likewise.
14981         (start_decl): Likewise.
14982         (cp_finish_decl): Likewise.
14983         (xref_tag): Likewise.
14984         (finish_enum): Likewise.
14985         (start_function): Likewise.
14986         (finish_function): Likewise.
14987         (finish_stmt): Likewise.
14988         * lex.c (lang_init): Likewise.
14989         (check_newline): Likewise.
14990
14991         * lex.c (do_pending_inlines): Delete synthesized method kludge.
14992
14993         Delete defunct, ancient garbage collection implementation.
14994         * rtti.c: New file with the RTTI stuff from gc.c.
14995         * gc.c: Removed file (moved the remaining stuff into rtti.c).
14996         * Makefile.in (CXX_OBJS): Replace gc.o with rtti.o.
14997         (rtti.o): New rule, replacing gc.o.
14998         * Make-lang.in (CXX_SRCS): Replace gc.c with rtti.c.
14999         * cp-tree.h: Delete gc-related fn decls.
15000         (DECL_GC_OFFSET): Delete macro.
15001         (flag_gc): Delete extern decl.
15002         * decl.c (current_function_obstack_index): Delete var decl.
15003         (current_function_obstack_usage): Delete var decl.
15004         (start_function): Delete clearing of current_function_obstack_index
15005         and current_function_obstack_usage.
15006         (init_decl_processing): Delete code relying on -fgc.
15007         Delete call to init_gc_processing.
15008         (cp_finish_decl): Delete calls to build_static_gc_entry and
15009         type_needs_gc_entry.  Delete gc code setting DECL_GC_OFFSET.
15010         (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup
15011         and to expand_expr of a __gc_main call.
15012         (maybe_gc_cleanup): Delete var decl.
15013         (finish_function): Delete call to expand_gc_prologue_and_epilogue.
15014         * decl2.c (flag_gc): Delete var decl.
15015         (lang_f_options): Delete offering of -fgc.
15016         (lang_decode_option): Delete -fgc and -fno-gc handling.
15017         (get_temp_regvar): Delete gc code.
15018         * init.c (build_new): Delete gc code.
15019         * lex.c (init_lex): Delete checking of flag_gc.
15020
15021         * typeck.c (convert_arguments): Delete gc code.
15022         (build_component_addr): Delete -fgc warning.
15023         (build_modify_expr): Delete gc code.
15024
15025         * decl2.c (build_push_scope): Delete fn.
15026         * cp-tree.h (build_push_scope): Delete decl.
15027
15028         * search.c (clear_search_slots): Delete fn.
15029         * cp-tree.h (clear_search_slots): Delete decl.
15030
15031         * search.c (tree_needs_constructor_p): Delete fn.
15032         * cp-tree.h (tree_needs_constructor_p): Delete decl.
15033
15034         * tree.c (id_cmp): Delete fn.
15035
15036         * tree.c (set_fnaddr_from_vtable_entry): Delete fn.
15037         * cp-tree.h (set_fnaddr_from_vtable_entry): Delete decl.
15038
15039         * tree.c (decl_value_member): Delete fn.
15040         * cp-tree.h (decl_value_member): Delete decl.
15041
15042         * tree.c (list_hash_lookup_or_cons): Delete fn.
15043         * cp-tree.h (list_hash_lookup_or_cons): Delete decl.
15044
15045         * method.c (cplus_exception_name): Delete fn.
15046         (EXCEPTION_NAME_{PREFIX, LENGTH}): Delete macros.
15047
15048         * spew.c (shift_tokens): Delete fn.
15049
15050 Mon Jan 22 17:49:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
15051
15052         * except.c (init_exception_processing): Pass 1 to needs_pop in calls
15053         to cp_finish_decl.
15054         * parse.y: Likewise.
15055
15056 Mon Jan 22 17:34:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15057
15058         * tree.c (build_cplus_staticfn_type): Delete function definition;
15059         never used.
15060         * cp-tree.h (build_cplus_staticfn_type): Delete decl.
15061
15062         * tree.c (virtual_member): Delete function definition; never used.
15063         * cp-tree.h (virtual_member): Delete decl.
15064
15065 Fri Jan 19 18:03:14 1996  Mike Stump  <mrs@cygnus.com>
15066
15067         * typeck.c (build_component_ref): Handle getting vbase pointers
15068         out of complex multiple inheritance better.
15069
15070 Fri Jan 19 16:27:40 1996  Mike Stump  <mrs@cygnus.com>
15071
15072         * typeck.c (build_object_ref): Make sure we use the real type, not
15073         any reference type.
15074
15075 Fri Jan 19 16:01:47 1996  Mike Stump  <mrs@cygnus.com>
15076
15077         * tree.c (build_exception_variant): Don't create new types if we
15078         don't have to, also build new types on the right obstack.
15079
15080 Fri Jan 19 14:09:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
15081
15082         * decl.c (store_bindings): Split out from push_to_top_level.
15083         (push_to_top_level): Call it for b->type_shadowed on class binding
15084         levels.
15085
15086 Fri Jan 19 13:53:14 1996  Mike Stump  <mrs@cygnus.com>
15087
15088         * search.c (expand_upcast_fixups): Fix so that offsets stored in
15089         vbase_offsets are always right.  Fixes a problem where virtual base
15090         upcasting and downcasting could be wrong during conversions on this
15091         during virtual function dispatch at ctor/dtor time when dynamic
15092         vtable fixups for deltas are needed.  This only sounds easier than
15093         it is.  :-)
15094         (fixup_virtual_upcast_offsets): Change to reflect new calling
15095         convention for expand_upcast_fixups.
15096
15097 Fri Jan 19 12:23:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15098
15099         * decl2.c (grokbitfield): Strip the NOPs from WIDTH before we
15100         check that it's usable as the bitfield width.
15101
15102 Wed Jan 17 21:22:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15103
15104         * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
15105         Pass a null tree to grokdeclarator for its ATTRLIST arg, since it's
15106         only ever used for functions in it.
15107
15108 Wed Jan 17 12:10:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
15109
15110         * parse.y (qualified_type_name): Use the TYPE_DECL, not the type.
15111         (nested_type): Likewise.
15112         (nested_name_specifier): Use lastiddecl.
15113
15114         * decl.c (grokdeclarator): Adjust accordingly.
15115         * init.c (expand_member_init): Likewise.
15116         * parse.y (base_class): Likewise.
15117         * typeck2.c (build_functional_cast): Likewise.
15118
15119         * typeck2.c (build_functional_cast): Fill in name after we've
15120         checked for non-aggr type.
15121
15122 Wed Jan 17 10:18:01 1996  Mike Stump  <mrs@cygnus.com>
15123
15124         * decl2.c (warn_pointer_arith): Default to on.
15125
15126 Tue Jan 16 12:45:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
15127
15128         * lex.c (is_rid): New function.
15129         * decl.c (grokdeclarator): Diagnose reserved words used as
15130         declarator-ids.
15131
15132 Tue Jan 16 11:39:40 1996  Jason Merrill  <jason@yorick.cygnus.com>
15133
15134         * tree.c (get_decl_list): Don't lose cv-quals.
15135
15136         * decl.c (grokdeclarator): Fix SCOPE_REF handling and diagnose
15137         typespecs used as declarator-ids.
15138
15139 Tue Jan 16 11:09:42 1996  Mike Stump  <mrs@cygnus.com>
15140
15141         * decl.c (poplevel): When poping a level, don't give a warning for
15142         any subblocks that already exist.
15143
15144 Tue Jan 16 00:25:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
15145
15146         * typeck.c (build_object_ref): Finish what I started.
15147
15148         * parse.y (qualified_type_name): Don't check TYPE_BUILT_IN.
15149
15150         * decl2.c (constructor_name_full): Handle TEMPLATE_TYPE_PARMs.
15151
15152         * decl.c (grokdeclarator): Also accept TEMPLATE_TYPE_PARM as a
15153         scope.
15154
15155 Mon Jan 15 16:19:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
15156
15157         * decl.c (xref_tag): Handle passing a type in directly.
15158
15159         * parse.y (qualified_type_name): Pull out the type.
15160         (nested_type): Likewise.
15161         Take types directly instead of as identifiers.
15162         * call.c (build_scoped_method_call): Take types directly instead of
15163         as identifiers.
15164         * decl.c (xref_basetypes): Likewise.
15165         * init.c (expand_member_init): Likewise.
15166         (build_member_call): Likewise.
15167         (build_offset_ref): Likewise.
15168         * typeck2.c (build_scoped_ref): Likewise, remove bogus code.
15169         * method.c (do_build_assign_ref): Likewise.
15170         * decl.c (grokdeclarator): Handle a type appearing as the
15171         declarator-id for constructors.
15172         * method.c (do_build_copy_constructor): current_base_init_list now
15173         uses the types directly, not their names.
15174         * init.c (sort_base_init): Likewise.
15175         (expand_member_init): Likewise.
15176         * init.c (is_aggr_type): New function, like is_aggr_typedef.
15177
15178 Mon Jan 15 08:45:01 1996  Jeffrey A Law  <law@cygnus.com>
15179
15180         * tree.c (layout_basetypes): Call build_lang_field_decl instead
15181         of build_lang_decl if first arg is a FIELD_DECL.
15182
15183 Thu Jan 11 14:55:07 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15184
15185         * decl.c (cp_finish_decl): Only clear TREE_USED if DECL_NAME is
15186         non-empty.
15187         * except.c (expand_start_catch_block): Set TREE_USED to avoid
15188         warnings about the catch handler.
15189
15190 Mon Jan  8 17:35:12 1996  Jason Merrill  <jason@yorick.cygnus.com>
15191
15192         * typeck.c (build_modify_expr): Use a COMPOUND_EXPR instead of
15193         expand_target_expr.
15194
15195 Thu Jan  4 12:30:32 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15196
15197         Fix access control to use trees rather than integers.
15198         * class.c (access_{default, public, protected, private,
15199         default_virtual, public_virtual, private_virtual}_node): Add
15200         definitions.
15201         (init_class_processing): Do creation of those nodes.
15202         * cp-tree.h (access_type): Delete enum decl.
15203         (access_{default, public, protected, private, default_virtual,
15204         public_virtual, private_virtual}_node): Add decls.
15205         (compute_access): Change return type.
15206         * search.c (compute_access): Have tree return type, instead of enum.
15207         (lookup_field): Declare THIS_V and NEW_V to be tree nodes.
15208         * lex.c (real_yylex): Use yylval.ttype for giving the value of the
15209         access_* node for each of RID_{PUBLIC, PRIVATE, PROTECTED}.
15210         * parse.y (VISSPEC): Make ttype rather than itype.
15211         (base_class_access_list): Likewise.
15212         * *.[cy]: Change all refs of `access_public' to `access_public_node',
15213         etc.
15214         * call.c (build_method_call): Make ACCESS be a tree.
15215         * class.c (alter_access, finish_struct_1, filter_struct): Likewise.
15216         * cvt.c (convert_to_aggr): Likewise.
15217         * init.c (build_offset_ref, resolve_offset_ref, build_delete):
15218         Likewise.
15219         * method.c (hack_identifier): Likewise.
15220         * typeck.c (build_component_ref_1, build_component_ref): ): Likewise.
15221
15222 Thu Jan  4 11:02:20 1996  Mike Stump  <mrs@cygnus.com>
15223
15224         * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
15225         frontend, and make it more consistent with respect to
15226         warn_pointer_arith.
15227
15228 Tue Jan  2 00:13:38 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
15229
15230         * decl.c (pushdecl): Check for duplicate parameter names.
15231
15232 Wed Jan  3 09:25:48 1996  Mike Stump  <mrs@cygnus.com>
15233
15234         * decl.c (expand_static_init): Call assemble_external for atexit.
15235
15236 Wed Jan  3 07:55:19 1996  Mike Stump  <mrs@cygnus.com>
15237
15238         * except.c (do_unwind): Remove some generated dead code.
15239         (eh_outer_context): New routine, factor out some common code from
15240         expand_builtin_throw and end_eh_unwinder.  Add code to do return
15241         address masking for the PA.
15242         (expand_builtin_throw): Use eh_outer_context instead of open coding
15243         it here.
15244         (end_eh_unwinder): Likewise.
15245
15246 Tue Jan  2 17:00:56 1996  Mike Stump  <mrs@cygnus.com>
15247
15248         * except.c (expand_throw): Call assemble_external for __empty, if we
15249         use it.
15250
15251 Thu Dec 28 11:13:15 1995  Mike Stump  <mrs@cygnus.com>
15252
15253         * except.c (expand_builtin_throw): Use RETURN_ADDR_OFFSET instead of
15254         NORMAL_RETURN_ADDR_OFFSET.
15255         (end_eh_unwinder): Likewise.
15256
15257 Wed Dec 27 22:18:16 1995  Mike Stump  <mrs@cygnus.com>
15258
15259         * gc.c (build_dynamic_cast): Make sure we don't cast away const
15260         when dealing with references, and make sure we handle dynamic
15261         casting to a cv qualified reference.
15262
15263 Thu Dec 21 23:50:35 1995  Mike Stump  <mrs@cygnus.com>
15264
15265         * except.c (struct eh_context): New structure top hold eh context
15266         information.
15267         (push_eh_context): New routine.
15268         (pop_eh_context): Likewise.
15269         * decl.c (push_cp_function_context): Use them.
15270         (pop_cp_function_context): Likewise.
15271
15272 Wed Dec 20 12:42:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
15273
15274         * decl2.c (finish_file): Also prune uninteresting functions in the
15275         inline emission loop.
15276
15277 Wed Dec 20 02:32:07 1995  Jeffrey A Law  <law@cygnus.com>
15278
15279         * sig.c (build_signature_table_constructor): Mark functions
15280         in the signature as referenced.
15281
15282 Tue Dec 19 22:36:56 1995  Jason Merrill  <jason@yorick.cygnus.com>
15283
15284         * decl2.c (finish_file): Do all the vtable/synthesis stuff before
15285         the inline emission stuff.
15286
15287 Mon Dec 18 15:51:33 1995  Jason Merrill  <jason@yorick.cygnus.com>
15288
15289         * cp-tree.h, decl2.c (flag_weak): New flag to control the use of
15290         weak symbols.
15291         * lang-options.h: Add -f{no-,}weak.
15292         * decl.c (init_decl_processing): If the target does not support weak
15293         symbols, don't use them.
15294         * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
15295
15296 Sun Dec 17 21:13:23 1995  Rusty Russell  <rusty@adelaide.maptek.com.au>
15297
15298         * init.c (expand_member_init): warning for base init after members.
15299
15300 Fri Dec 15 15:32:18 1995  Jason Merrill  <jason@yorick.cygnus.com>
15301
15302         * cvt.c (build_expr_type_conversion): Don't convert to a reference
15303         type.
15304
15305 Thu Dec 14 16:05:58 1995  Mike Stump  <mrs@cygnus.com>
15306
15307         * method.c (report_type_mismatch): Improve wording for volatile
15308         mismatches.
15309
15310 Thu Dec 14 14:16:26 1995  Mike Stump  <mrs@cygnus.com>
15311
15312         * init.c (expand_aggr_init_1): Use expand_aggr_init_1 instead of
15313         expand_assignment, as the later doesn't handle things that have
15314         copy constructors well.  The compiler would do bitwise copying,
15315         instead of ctor calling in some cases.
15316
15317 Wed Dec 13 17:05:54 1995  Paul Eggert  <eggert@twinsun.com>
15318
15319         * g++.c (my_strerror): Return "cannot access" if errno is 0.
15320         (pfatal_with_name, perror_exec): Don't assume that
15321         the returned value from my_strerror contains no '%'s.
15322         (concat): Remove.
15323         (sys_nerror): Declare only if HAVE_STRERROR is not defined.
15324
15325 Wed Dec 13 16:22:38 1995  Jason Merrill  <jason@yorick.cygnus.com>
15326
15327         Lose CLASSTYPE_METHODS/DECL_NEXT_METHOD chain; make
15328         TYPE_METHODS/TREE_CHAIN mean what they used to.
15329         * decl2.c (constructor_name_full): Refer to CLASSTYPE_METHOD_VEC
15330         instead of TYPE_METHODS.
15331         * decl.c (duplicate_decls): Lose references to DECL_NEXT_METHOD.
15332         * tree.c (tree_copy_lang_decl_for_deferred_output): Likewise.
15333         * cp-tree.h (CLASSTYPE_METHODS): Lose.
15334         (CLASSTYPE_METHOD_VEC): Point to lang_spec->methods instead of
15335         TYPE_METHODS.
15336         (struct lang_decl): Lose next_method field.
15337         (DECL_NEXT_METHOD): Lose.
15338         * class.c (finish_struct_methods): Don't mess with TYPE_METHODS.
15339         (finish_struct): Just use TYPE_METHODS; we don't need fn_fields
15340         anymore.
15341         (finish_struct_methods): Don't mess with the TREE_CHAINs in
15342         fn_fields.
15343
15344         * search.c (add_conversions): Don't use TREE_CHAIN to traverse method
15345         vector.
15346
15347         * call.c (build_method_call): Synthesize here even when not inlining.
15348         * typeck.c (build_function_call_real): Likewise.
15349
15350 Wed Dec 13 15:02:39 1995  Ian Lance Taylor  <ian@cygnus.com>
15351
15352         * cp/lex.c (check_newline): If DBX_DEBUGGING_INFO and write_symbols
15353         == DBX_DEBUG, call dbxout_start_new_source_file and
15354         dbxout_resume_previous_source_file when appropriate.
15355
15356 Tue Dec 12 20:38:55 1995  Mike Stump  <mrs@cygnus.com>
15357
15358         * except.c (start_anon_func): Push to the top level.
15359         (end_anon_func): Pop from the top level.
15360
15361 Mon Dec 11 18:56:14 1995  Mike Stump  <mrs@cygnus.com>
15362
15363         * cp-tree.h (build_cleanup): New routine to build cleanups.
15364         * decl.c (expand_static_init): Use build_cleanup to build a cleanup
15365         call at ctor time and use atexit to run it later.
15366         * decl2.c (build_cleanup): New routine, taken from finish_file.
15367         (finish_file): Use build_cleanup instead, and don't put function
15368         local statics in global dtor list.
15369
15370 Wed Dec  6 14:34:29 1995  Mike Stump  <mrs@cygnus.com>
15371
15372         * except.c (expand_throw): Ensure that we have cleanups, if we try
15373         and expand cleanups.
15374
15375 Wed Dec  6 11:48:21 1995  Mike Stump  <mrs@cygnus.com>
15376
15377         * except.c (expand_throw): Add logic to manage dynamic cleanups for
15378         the EH object.
15379         (expand_end_catch_block): Use the magic of expand_goto, instead of
15380         emit_jump so that we get the cleanup for any catch clause parameter
15381         and the cleanup for the exception object.  Update to reflect label
15382         changes.
15383         (push_eh_cleanup): New routine to register a cleanup for an
15384         exception object.
15385         (empty_fndecl): Used to default cleanup actions to
15386         nothing.
15387         (init_exception_processing): Setup empty_fndecl.  Setup
15388         saved_cleanup.
15389         (expand_start_catch_block): Update to reflect label changes.  Call
15390         push_eh_object to register the cleanup for the EH object.
15391         (start_anon_func): New routine to start building lambda expressions
15392         from trees.
15393         (end_anon_func): New routine to end them.
15394         (struct labelNode): Change so that we can use tree labels, or rtx
15395         labels.
15396         (saved_cleanup): Object to check for dynamic cleanups for the
15397         exception handling object.
15398         (push_label_entry): Change so that we can use tree labels, or rtx
15399         labels.
15400         (pop_label_entry): Likewise.
15401         (top_label_entry): Likewise.
15402         (expand_start_all_catch): Use tree label instead of rtx label, so
15403         that we can get the magic of expand_goto.
15404         (expand_end_all_catch): Update to reflect label changes.
15405
15406         * class.c (build_vfn_ref): Remove building_cleanup logic, as we now
15407         use UNSAVE_EXPRs.
15408         * typeck.c (get_member_function_from_ptrfunc): Remove remnants of
15409         building_cleanup logic, as we now use UNSAVE_EXPRs.
15410         * cp-tree.h (unsave_expr): Declare it.
15411         * decl.c (building_cleanup): Remove.
15412         (maybe_build_cleanup): Remove building_cleanup logic, and use
15413         UNSAVE_EXPR instead.
15414
15415 Sun Dec  3 01:34:58 1995  Mike Stump  <mrs@cygnus.com>
15416
15417         * gc.c (build_t_desc): Update error message to say <typeinfo>.
15418
15419 Thu Nov 30 12:30:05 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15420
15421         * decl.c (pushdecl): Only warn about shadowing a local variable if
15422         warn_shadow is true.
15423
15424 Sun Nov 26 16:06:55 1995  Rusty Russell  <rusty@adelaide.maptek.com.au>
15425
15426         * typeck.c (build_binary_op_nodefault): Added warning about
15427         comparisons between different enum types with -Wall, unless
15428         -fenum-int-equiv set.
15429
15430 Wed Nov 22 15:44:02 1995  Mike Stump  <mrs@cygnus.com>
15431
15432         * class.c (finish_struct_1): Skip down to the inner type in
15433         multidimensional arrays.  Ensures ctors will be made for types that
15434         need constructing.
15435
15436 Wed Nov 22 14:19:22 1995  Mike Stump  <mrs@cygnus.com>
15437
15438         * decl.c (last_dtor_insn): New to track the last compiler generated
15439         insn in a dtor.
15440         (store_parm_decls): Set it.
15441         (finish_function): Use it to see if the dtor is empty.  Avoid doing
15442         vtable setup all the time, if we can.
15443         (struct cp_function): Add last_dtor_insn.
15444         (push_cp_function_context): Save it.
15445         (pop_cp_function_context): Restore it.
15446
15447 Wed Nov 22 11:52:19 1995  Paul Russell  <Rusty.Russell@adelaide.maptek.com.au>
15448
15449         * typeck.c (build_unary_op): Set TREE_NO_UNUSED_WARNING to avoid
15450         warnings.
15451
15452 Tue Nov 21 17:15:23 1995  Mike Stump  <mrs@cygnus.com>
15453
15454         * typeck.c (expand_target_expr): Make sure targets get put into the
15455         current temp_slot_level, so that the free_temp_slots call will reuse
15456         them.
15457
15458 Tue Nov 21 13:32:03 1995  Mike Stump  <mrs@cygnus.com>
15459
15460         * class.c (finish_struct_1): Delay delta fixups for virtual bases
15461         until after we have done the hard virtuals, to avoid a bogus `every
15462         virtual function must have a unique final overrider' for virtual
15463         functions that are only overridden by hard virtuals.
15464
15465 Thu Nov  9 13:35:30 1995  Jason Merrill  <jason@yorick.cygnus.com>
15466
15467         * pt.c (do_function_instantiation): Don't try to find a file-scope
15468         template for a member function.
15469
15470 Tue Nov 14 06:20:35 1995  Mike Stump  <mrs@cygnus.com>
15471
15472         * g++.c (main): Add handling of -nodefaultlibs.
15473
15474 Mon Nov 13 15:45:34 1995  Mike Stump  <mrs@cygnus.com>
15475
15476         * cp-tree.h (INDIRECT_BIND): Add a way for the frontend to
15477         distinguish between direct bindings of reference variables, and
15478         indirect bindings of reference variables.
15479         * cvt.c (build_up_reference): Use it.
15480         * typeck.c (convert_arguments): Use it to indicate this is an
15481         indirect binding.
15482         * decl.c (cp_finish_decl): Ensure that we reuse stack slots as fast
15483         as they are unused.
15484         (expand_static_init): Likewise.
15485         (cplus_expand_expr_stmt): Likewise.
15486         * decl2.c (finish_file): Likewise.
15487         * init.c (perform_member_init): Likewise.
15488         (emit_base_init): Likewise.
15489         (expand_aggr_vbase_init_1): Likewise.
15490
15491 Fri Nov 10 09:18:09 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15492
15493         * decl.c (push_namespace): Rewrite to use build_lang_decl, so we
15494         get a DECL_LANG_SPECIFIC node.
15495         * cp-tree.h (lang_decl_flags): Add new member `level'.
15496         (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
15497         decl_flags level member.
15498
15499 Mon Nov  6 18:36:13 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15500
15501         * call.c (build_method_call): Make sure instance has a
15502         TYPE_LANG_SPECIFIC node before we dive into it.
15503
15504 Sat Nov  4 20:01:52 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
15505
15506         * method.c (make_thunk): Use TREE_SET_CODE to set thunk's tree code.
15507
15508 Thu Nov  2 17:56:57 1995  Mike Stump  <mrs@cygnus.com>
15509
15510         * decl.c (duplicate_decls): When smashing decls, smash staticness in
15511         the usual way.
15512
15513 Thu Nov  2 16:44:02 1995  Mike Stump  <mrs@cygnus.com>
15514
15515         * decl.c (poplevel): Handle the merging of subblocks of cleanups
15516         when finishing blocks that have already been created (usually due to
15517         the fixup goto code).  Fixes bad debugging information.
15518
15519 Wed Nov  1 12:33:53 1995  Jason Merrill  <jason@yorick.cygnus.com>
15520
15521         * method.c (hack_identifier): Don't abort when we get a TREE_LIST
15522         that's not a list of overloaded functions.
15523
15524 Wed Nov  1 11:38:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15525
15526         * decl2.c (mark_vtable_entries): Check DECL_LANG_SPECIFIC on fn
15527         before trying to use DECL_ABSTRACT_VIRTUAL_P.
15528
15529 Tue Oct 31 11:56:55 1995  Jason Merrill  <jason@yorick.cygnus.com>
15530
15531         * decl2.c (mark_used): New function for hooking into setting of
15532         TREE_USED on decls.
15533         * call.c (build_method_call): Use it.
15534         * class.c (instantiate_type): Likewise.
15535         * init.c (build_offset_ref): Likewise.  Don't call assemble_external
15536         for all like-named functions.
15537         * method.c (hack_identifier): Likewise.
15538         (emit_thunk): Don't call assemble_external.
15539         (make_thunk): Create thunk as a FUNCTION_DECL so that it
15540         gets the right mode and ENCODE_SECTION_INFO works.
15541
15542         * parse.y: Use mark_used.  Pass operator names to do_identifier.
15543         * lex.c (do_identifier): Handle operator names.
15544
15545         * decl2.c (grokclassfn): Tweak __in_chrg attributes.
15546
15547 Thu Oct 26 16:45:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15548
15549         * errfn.c: Include stdio.h.
15550         (cp_sprintf): Take out decl of sprintf, and cast sprintf to errorfn*.
15551
15552 Wed Oct 25 18:58:41 1995  Mike Stump  <mrs@cygnus.com>
15553
15554         * typeck2.c (digest_init): Always convert initializers to the
15555         right type.
15556
15557 Wed Oct 25 13:25:24 1995  Mike Stump  <mrs@cygnus.com>
15558
15559         * init.c (member_init_ok_or_else): Don't allow member initializers
15560         for indirect members, as it is invalid.
15561
15562 Wed Oct 25 11:35:28 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15563
15564         * decl.c (grokdeclarator): Don't allow `friend signed ()'.
15565
15566 Fri Oct 20 10:30:59 1995  Mike Stump  <mrs@cygnus.com>
15567
15568         * parse.y (for.init.statement): Catch compound statements inside for
15569         initializations, if we're being pedantic.
15570
15571 Fri Oct 20 10:03:42 1995  Mike Stump  <mrs@cygnus.com>
15572
15573         * decl.c (lookup_tag): Return NULL_TREE if we don't find what we are
15574         looking for.
15575
15576 Thu Oct 19 14:26:10 1995  Mike Stump  <mrs@cygnus.com>
15577
15578         * error.c (dump_expr): Don't core dump when a boolean expression is
15579         used as a default argument.
15580
15581 Thu Oct 19 10:36:30 1995  Jason Merrill  <jason@yorick.cygnus.com>
15582
15583         * class.c (finish_struct_bits): Check aggregate_value_p instead of
15584         RETURN_IN_MEMORY.
15585
15586 Wed Oct 18 18:12:32 1995  Jason Merrill  <jason@yorick.cygnus.com>
15587
15588         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE on a
15589         BLKmode type that would otherwise be returned in registers.
15590
15591 Mon Oct 16 12:32:19 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15592
15593         * g++.c (WITHLIBC): New macro.
15594         (main): Declare saw_libc.  Use WITHLIBC if `-lc' was used; set
15595         saw_libc and pass it at the end if it was set.
15596
15597 Wed Oct 11 16:30:34 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15598
15599         * parse.y (fn.def1): Call split_specs_attrs in
15600         declmods notype_declarator case.