* function.c: Define current_function_cannot_inline.
[official-gcc.git] / gcc / cp / ChangeLog
blob912b332332ced8cf67134906c27d7469e13a74d0
1 1998-06-08  Jason Merrill  <jason@yorick.cygnus.com>
3         * decl.c (cp_finish_decl): Disable inlining of extern inlines
4         with static variables.
6 1998-06-08  Mark Mitchell  <mark@markmitchell.com>
8         * init.c (build_offset_ref): Correct previous change to use build,
9         not build_min.
11 1998-06-07  Mark Mitchell  <mark@markmitchell.com>
13         * class.c (instantiate_type): Handle pointer-to-members where the
14         member is a template.
15         * init.c (build_offset_ref): Likewise.
16         * typeck.c (build_unary_op): Likewise.
18 1998-06-07  Richard Henderson  <rth@cygnus.com>
20         * lex.c (lang_init_options): New function.
21         (lang_init): Remove flag_exceptions == 2 hack.
22         
23 1998-06-05  Jason Merrill  <jason@yorick.cygnus.com>
25         * search.c (envelope_add_decl): Tweak for implicit typename.
27         * call.c (joust): Also warn about confusing conversion op/constructor
28         overload resolution.
30         * spew.c (yylex): Also return the TYPE_DECL if got_object.
31         Don't clear got_object after '~'.
32         * call.c (build_scoped_method_call): Tweak destructor handling.
33         (build_method_call): Likewise.
34         * pt.c (tsubst_copy, case METHOD_CALL_EXPR): Don't mess with
35         TYPE_MAIN_VARIANT for destructors.
36         * semantics.c (finish_object_call_expr): Complain about calling a
37         TYPE_DECL.
39 1998-06-05  Per Bothner  <bothner@cygnus.com>
41         * g++spec.c (lang_specific_pre_link, lang_specific_extra_ofiles):
42         Define - update needed by gcc.c change.
44 1998-06-05  Jason Merrill  <jason@yorick.cygnus.com>
46         * error.c (cp_printers): Use 'o' instead of '_' for the null entry.
48 1998-06-05  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
50         * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.
51         * decl.c (lookup_name_real): Add namespaces_only parameter.
52         If set, return only NAMESPACE_DECLs.
53         (select_decl): Likewise.
54         (identifier_type_value): Give additional parameter.
55         (lookup_name_nonclass): Likewise.
56         (lookup_name): Likewise.
57         (find_binding): Skip namespace aliases.
58         (binding_for_name): Likewise.
59         (push_namespace): Check for namespace aliases.
60         (lookup_name_namespace_only): New function.
61         (begin_only_namespace_names, end_only_namespace_names): New functions.
62         * decl2.c (set_decl_namespace): Skip namespace aliases.
63         (do_using_directive): Likewise.
64         (do_namespace_alias): Produce namespace aliases, fix alias 
65         redeclaration.
66         * error.c (dump_decl): Support SCOPE_REF.
67         * parse.y (extdef): Wrap lookup with namespace_only for namespace
68         aliases and using declarations.
70 1998-06-04  Jason Merrill  <jason@yorick.cygnus.com>
72         * tree.c (really_overloaded_fn): Only see through one TREE_LIST.
74         * error.c (dump_expr): Clean up NEW_EXPR case.
76 1998-06-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
78         Suggested by Brendan Kehoe
79         * decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL,
80         treat it as using ::decl.
82         * decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.
84         * tree.c (mapcar): Support NEW_EXPR.
86         * error.c (dump_expr): Support NEW_EXPR.
88 1998-06-03  Jason Merrill  <jason@yorick.cygnus.com>
90         * method.c (make_thunk): Use overload machinery to make name.
91         * search.c (covariant_return_p): New fn.
92         (get_matching_virtual): Use it.
94         * init.c (build_new_1): Fix check for void.
96 1998-06-01  Per Bothner  <bothner@cygnus.com>
98         * cp-tree.h (TYPE_FOR_JAVA):  New macro.
99         * decl.c, cp-tree.h (java_byte_type_node, java_short_type_node,
100         java_int_type_node, java_long_type_node, java_float_type_node,
101         java_double_type_node, java_char_type_node, java_boolean_type_node):
102         New "primitive" types, with predefined names __java_byte etc.
103         (record_builtin_java_type):  New function.
104         (init_decl_processing):  Make Java types with record_builtin_java_type.
105         (pushtag, grokdeclarator):  Set TYPE_FOR_JAVA if in extern "JAVA".
106         (xref_baseypes):  If base class was TYPE_FOR_JAVA, so is this class.
107         (grokfndecl):  Call check_java_method for Java classes.
108         * method.c (is_java_type):  Removed.  Replaced with TYPE_FOR_JAVA.
109         (process_overload_item):  Match types against specific
110         java_XX_type_node types, rather than using is_java_type.
111         * class.c (finish_struct_1):  Don't add default copy constructor
112         or operator= if TYPE_FOR_JAVA.
113         (pop_lang_conext):  Restore strict_prototyp proper if Java.
114         * decl2.c (acceptable_java_type, check_java_method):  New functions.
115         * pt.c (instantiate_class_template):  Copy TYPE_FOR_JAVA from pattern.
116         (tsubst):  Move common statement after if statement.
117         * typeck.c (comptypes):  If strict, TYPE_FOR_JAVA must match.
119 1998-06-01  Jason Merrill  <jason@yorick.cygnus.com>
121         * pt.c (for_each_template_parm): Use first_rtl_op.
123         * tree.c (build_cplus_array_type_1): Also check index_type for
124         template parms.
126 1998-05-31  Jason Merrill  <jason@yorick.cygnus.com>
128         * pt.c (tsubst): Always copy BINFO_BASETYPES.
130 1998-05-29  scott snyder  <snyder@d0sgif.fnal.gov>
132         * tree.c (layout_basetypes): If we change TYPE_SIZE, change
133         TYPE_SIZE_UNIT too.
135 1998-05-29  Mark Mitchell  <mark@markmitchell.com>
137         * decl.c (grokdeclarator): Don't complain about in-class
138         initialization of static consts if we don't really know the type
139         of the variable.
141 1998-05-29  Jason Merrill  <jason@yorick.cygnus.com>
143         * cp-tree.h (DECL_DESTRUCTOR_P): New macro.
144         * method.c (build_destructor_name): New fn.
145         * decl2.c (maybe_retrofit_in_chrg): Split out...
146         (grokclassfn): From here.  Reorganize.
147         * decl.c (grok_ctor_properties): Make sure ctors for types with 
148         vbases have the in_chrg parm.
149         * pt.c (instantiate_class_template): Update 
150         TYPE_USES_VIRTUAL_BASECLASSES from tsubsted bases.  Don't call
151         grok_*_properties.
152         (tsubst): Call grok_ctor_properties and maybe_retrofit_in_chrg.
154 1998-05-28  Mark Mitchell  <mark@markmitchell.com>
156         * pt.c (instantiate_decl): Make test for whether or not static
157         variables should be instantiated early match its comment.
159 1998-05-28  Jason Merrill  <jason@yorick.cygnus.com>
161         * decl.c (start_decl): Always pedwarn about vacuously redeclaring 
162         a member.
163         (start_function): Call check_default_args.
164         * decl2.c (grokfield): Don't call check_default_args.
165         (check_default_args): Use cp_error_at.
166         * lex.c (do_pending_defargs): Call check_default_args.
168 1998-05-27  Brendan Kehoe  <brendan@cygnus.com>
170         * call.c (build_method_call): Make sure get_type_value returns
171         something before we try to use its TYPE_MAIN_VARIANT.
172         (build_scoped_method_call): Likewise.
174 1998-05-27  Jason Merrill  <jason@yorick.cygnus.com>
176         * typeck2.c (digest_init): Complain about getting a TREE_LIST to
177         initialize an array.
179         * search.c (expand_upcast_fixups): Don't set DECL_CONTEXT and
180         DECL_VIRTUAL_P.
182         * friend.c (do_friend): Clarify template warning.
184 1998-05-27  Mark Mitchell  <mark@markmitchell.com>
186         * decl.c (shadow_label): Don't treat decls as identifiers.
187         (maybe_push_to_top_level): Clear shadowed_labels.
189         * pt.c (instantiate_decl): Reset lineno and filename after calling
190         regenerate_decl_from_template. 
192         * decl.c (grokdeclarator): Don't try to use TYPE_OBSTACK on an
193         error_mark_node.
195 1998-05-27  Kevin Buhr  <buhr@stat.wisc.edu>
197         * parse.y (base_class): Use is_aggr_type, not IS_AGGR_TYPE.
199 1998-05-26  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
201         * pt.c (process_template_parm): Accept TYPENAME_TYPE nodes.
202         (convert_nontype_argument): Handle cases when nontype template
203         parameters become classes after substitution.
205 1998-05-26  Mark Mitchell  <mark@markmitchell.com>
207         * friend.c (is_friend): Use comptypes, rather than == to compare
208         types.  Modify for new representation of template friends.
209         (make_friend_class): Likewise.
210         * pt.c (tsubst_friend_class): Undo 1998-05-21 change.  Tweak.
211         (instantiate_class_template): Deal with template friends.
213         * decl.c (store_parm_decls): Remove redundant call to
214         expand_main_function.
216 1998-05-26  Benjamin Kosnik  <bkoz@loony.cygnus.com>
218         * decl.c (start_decl): Check for DECL_LANG_SPECIFIC before
219         DECL_USE_TEMPLATE.
221 1998-05-26  Per Bothner  <bothner@cygnus.com>
223         * language_as_string:  Handle lang_java.
225 1998-05-26  Jason Merrill  <jason@yorick.cygnus.com>
227         * decl.c (pushdecl): Don't copy the type_decl.
229 1998-05-26  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
231         * class.c (pushclass): Always store TYPE_MAIN_VARIANT in
232         current_class_type.
233         * decl.c (grokdeclarator): Put typedefs on the type's obstack.
235         * parse.y (complex_direct_notype_declarator): Use $1 to access
236         scope of notype_qualified_id.
238 1998-05-26  Dave Brolley  <brolley@cygnus.com>
240         * lex.c (parse_options,yy_cur,yy_lim): Add for cpplib.
241         (init_parse): Initialize cpplib interface.
243         * Makefile.in (CXX_OBJS): Make sure dependencies never end with an
244         empty continuation.
246 1998-05-26  Mark Mitchell  <mark@markmitchell.com>
248         * decl.c (pushtag): Avoid crashing on erroneous input.
250 1998-05-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
252         * decl.c (push_namespace): Only produce one unique name for
253         anonymous namespaces.
254         (get_unique_name): Remove.
256 1998-05-25  Mark Mitchell  <mark@markmitchell.com>
258         * call.c (tourney): Don't do any extra comparisons.
260         * decl2.c (build_anon_union_vars): Don't crash on empty sub-unions.
262         * cp-tree.h (processing_template_parmlist): Declare.
263         * decl.c (pushtag): Don't call push_template_decl when we
264         shouldn't. 
265         * pt.c (processing_template_parmlist): New variable.
266         (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): New macro.
267         (complete_template_args): Use it.
268         (add_to_template_args): Likewise.
269         (innermost_args): Likewise.
270         (tsubst): Likewise.
271         (begin_template_parm_list): Use processing_template_parmlist.
272         (end_template_parm_list): Likewise.
274         * cp-tree.h (ANON_UNION_TYPE_P): New macro.
275         * decl.c (grokdeclarator): Use it.
276         * decl2.c (grok_x_components): Likewise.
277         * init.c (initializing_context): Likewise.
278         * method.c (do_build_copy_constructor): Likewise.
279         (do_build_assign_ref): Likewise.
280         * search.c (compute_access): Likewise.
281         * typeck.c (build_component_ref): Likewise.
283         * decl.c (grokdeclarator): Don't give a cv-qualified version of an
284         unnamed type a typedef name "for linkage purposes".
286         * pt.c (lookup_template_class): Don't look at
287         IDENTIFIER_CLASS_VALUE when there's no current_class_type.
289         * method.c (build_overload_int): Handle error cases gracefully.
291         * pt.c (instantiate_decl): Handle static member variables
292         correctly.
294         * pt.c (tsubst): Use the tsubst'd type when producing new
295         TEMPLATE_PARM_INDEX nodes.
297 1998-05-24  Mark Mitchell  <mark@markmitchell.com>
299         * tree.c (cp_tree_equal): Handle pointers to member functions.
301         * call.c (maybe_handle_implicit_object): Handle QUAL_CONVs.  Make
302         sure the type of the REF_BIND is a reference type.
303         (maybe_handle_ref_bind, compare_ics): Rename reference_type to
304         target_type for clarity.
306         * parse.y (xcond): Move call to condition_conversion ...
307         * semantics.c (finish_for_cond): Here.
308         * parse.c: Regenerated.
309         
310 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
312         * decl.c (push_namespace): Namespaces have type void.
313         * typeck2.c (incomplete_type_error): Complain about namespace
314         used as expression.
315         * typeck.c (decay_conversion): Likewise.
317 1998-05-24  Martin von Löwis  <loewis@informatik.hu-berlin.de>
319         * error.c (dump_expr): Support namespaces.
321 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
323         * cp-tree.def: Add SRCLOC.
324         * cp-tree.h: Add struct tree_srcloc and accessor macros.
325         * tree.c (build_srcloc, build_srcloc_here): New fns.
326         * pt.c (add_pending_template): Use build_srcloc_here.
327         (push_tinst_level): Update last_template_error_tick before erroring.
328         (instantiate_decl): Restore lineno and input_filename before 
329         calling add_pending_template.
330         * decl2.c (finish_file): Set up lineno and input_filename for
331         pending templates.
333 1998-05-22  Jason Merrill  <jason@yorick.cygnus.com>
335         * decl.c (lang_print_error_function): New fn.  
336         (init_decl_processing): Set print_error_function to use it.
337         * errfn.c (cp_thing): Don't call maybe_print_template_context here.
339         * call.c (maybe_handle_ref_bind): Propagate ICS_USER_FLAG and
340         ICS_BAD_FLAG.
342         * cvt.c (ocp_convert): Don't set LOOKUP_NO_CONVERSION for
343         copy-initialization.
345         * class.c (build_vtable_entry): Use int_fits_type_p.
346         (build_vtable): Pass a signed offset to build_vtable_entry.
347         (prepare_fresh_vtable, modify_one_vtable, fixup_vtable_deltas1,
348         set_rtti_entry): Likewise.
350 1998-05-22  Per Bothner  <bothner@cygnus.com>
352         * cp-tree.h:  Add comments documenting which LANG_FLAGS are used.
353         (C_TYPE_VARIABLE_SIZE, C_DECL_VARIABLE_SIZE):  Removed, not used.
355 1998-05-22  Jason Merrill  <jason@yorick.cygnus.com>
357         * pt.c (print_template_context): Use fprintf instead of cp_error.
359         * pt.c (determine_specialization): Just return an error_mark_node.
360         Also print the decl we want in error messages.  If we complain,
361         return error_mark_node.
362         (tsubst_friend_function): Set lineno and input_filename so 
363         error messages will be useful.
364         (instantiate_template): Just return an error_mark_node.
365         (check_explicit_specialization): Don't mess with a returned
366         error_mark_node.
368         * pt.c (print_template_context): Add new argument.
369         (maybe_print_template_context): New fn.
370         (push_tinst_level): Increment tinst_level_tick.
371         (pop_tinst_level): Likewise.
372         * errfn.c (cp_thing): Call maybe_print_template_context.  Use
373         xrealloc instead of xmalloc.
375         * typeck.c (build_unary_op, CONVERT_EXPR): Propagate TREE_CONSTANT.
377 1998-05-21  Jason Merrill  <jason@yorick.cygnus.com>
379         * pt.c (tsubst_friend_class): Don't call redeclare_class_template
380         if the template we looked up is the same as the one we already
381         have.
383 Thu May 21 11:54:44 1998  Dave Brolley  <brolley@cygnus.com>
385         * lex.c: (handle_sysv_pragma): FILE* parameter not used.
386         (cpp_reader,parse_in): Add for cpplib.
387         (check_newline): Call handle_sysv_pragma with new interface.
388         (check_newline): Call GET_DIRECTIVE_LINE, not get_directive_line.
390         * input.c: (yy_cur,yy_lim,yy_get_token,GETC): Add for cpplib.
391         (sub_getch): Call GETC for cpplib.
393         * cp-tree.h: (get_directive_line): Different prototype for cpplib.
394         (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
396         * Makefile.in (CXX_OBJS): add @extra_cxx_objs@ for cpplib.
398 1998-05-21  Jason Merrill  <jason@yorick.cygnus.com>
400         * decl2.c (maybe_make_one_only): New fn.
401         (import_export_vtable): Use it.
402         (import_export_decl): Likewise.
403         * pt.c (mark_decl_instantiated): Likewise.
405 1998-05-21  Mark Mitchell  <mmitchell@usa.net>
407         * decl2.c (find_representative_member): Rename to ...
408         (build_anon_union_vars): New function.
409         (finish_anon_union): Fix stupidity of previous change.
411 1998-05-20  Jason Merrill  <jason@yorick.cygnus.com>
413         * decl.c (grokfndecl): Handle definition of specialization in
414         friend declaration.
416         * error.c (dump_decl): Fix LOOKUP_EXPR handling.
418 1998-05-20  Mark Mitchell  <mmitchell@usa.net>
420         * class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P
421         to look for type declarations.
422         (finish_struct): Deal with templates on the CLASSTYPE_TAGS list.
423         * cp-tree.h (DECL_DECLARES_TYPE_P): New macro.
424         (finish_member_class_template): Declare.
425         * decl.c (pushtag): Put member class templates on the
426         CLASSTYPE_TAGS list, just as for ordinary member classes.
427         (pushdecl_class_level): Use DECL_DECLARES_TYPE_P.
428         (lookup_tag): Look for IDENTIFIER_CLASS_VALUEs, just as with
429         IDENTIFIER_NAMESPACE_VALUEs. 
430         * parse.y (component_decl): Move code to ...
431         * semantics.c (finish_member_class_template): New function.  
432         Don't put member class templates on the list of components for a
433         class. 
434         * parse.c: Regenerated.
435         * pt.c (classtype_mangled_name): Don't try DECL_CONTEXT on types.
436         In fact, don't use DECL_CONTEXT at all here.
438 1998-05-20  Martin von Loewis  <loewis@informatik.hu-berlin.de>
440         * decl.c (record_unknown_type): New function.
441         (init_decl_processing): Call it for the unknown and global type
442         nodes.
444 1998-05-20  Mark Mitchell  <mmitchell@usa.net>
446         * decl2.c (find_representative_member): New function.
447         (finish_anon_union): Use it.
449         * cp-tree.h (MAIN_NAME_P): New macro.
450         (DECL_MAIN_P): Likwise.
451         * decl.c (pushdecl): Avoid crashing on redefinitions of `main'.
452         (grokfndecl): Use the new macros.
453         (grokdeclarator): Likewise.
454         (start_function): Likewise.
455         (store_parm_decls): Likewise.
456         (finsh_function): Likewise.
457         * friend.c (do_friend): Likewise.
458         * typeck.c (build_function_call_real): Likewise.
459         (build_unary_op): Likewise.
461 Wed May 20 02:16:01 1998  Jason Merrill  <jason@yorick.cygnus.com>
463         * decl2.c (start_objects, finish_objects, do_dtors,
464         do_ctors): Split out from...
465         (finish_file): ...here.
467 Tue May 19 20:36:23 1998  Jason Merrill  <jason@yorick.cygnus.com>
469         * tree.c (is_overloaded_fn): Don't abort on placeholders from
470         push_class_decls.
472 Tue May 19 15:16:22 1998  Brendan Kehoe  <brendan@cygnus.com>
474         * class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.
476         * error.c (dump_expr): Handle an ARROW_EXPR.
478 Tue May 19 15:13:39 1998  Mark Mitchell  <mmitchell@usa.net>
480         * decl.c (saveable_obstack): Declare.
481         (pushdecl): Copy TYPE_DECLs to the same obstack as the type they
482         declare, if necessary.
484 Tue May 19 14:50:27 1998  Mark Mitchell  <mmitchell@usa.net>
486         * call.c (compare_qual): Remove.
487         (is_subseq): Tweak.
488         (is_properly_derived_from): New function.
489         (maybe_handle_ref_bind): Likewise.
490         (maybe_handle_implicit_object): Likewise.
491         (compare_ics): Modify substantially to bring into conformance with
492         the standard.
493         * cp-tree.h (TYPE_PTRMEMFUNC_OBJECT_TYPE): New macro.
494         (comp_cv_qualification): Declare.
495         (comp_cv_qual_signature): Likewise.
496         * typeck.c (comp_cv_qualification): Likewise.
497         (comp_cv_qual_signature): Likewise.
499 Tue May 19 10:05:02 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
501         * Makefile.in (parse.o): Depend on toplev.h.
503         * class.c (typecode_p): Remove prototype and definition.
505         * cp-tree.h (currently_open_class, is_empty_class, member_p):
506         Add prototype.
508         * decl.c (push_overloaded_decl_top_level): Remove prototype and
509         definition.
511         * errfn.c (cp_error): Cast function pointer `error' to (errorfn *)
512         in call to `cp_thing'.
513         (cp_warning): Likewise for function pointer `warning'.
515         * except.c (do_function_call): Remove prototype and definition.
516         (call_eh_info): Wrap variable `t1' in macro NEW_EH_MODEL.
518         * method.c (is_java_type): Add prototype and make it static.
520         * parse.y: Include toplev.h.
522         * pt.c (type_unification): Remove unused variable `arg'.
523         (instantiate_decl): likewise for `save_ti'.
525         * tree.c (propagate_binfo_offsets): Likewise for `base_binfos'.
526         
527 Tue May 19 02:43:25 1998  Jason Merrill  <jason@yorick.cygnus.com>
529         * init.c (build_member_call): Handle template_ids.
530         * parse.y (primary): Add global_scope template_id.
532 Mon May 18 23:22:52 1998  Jason Merrill  <jason@yorick.cygnus.com>
534         * decl2.c (get_sentry): Use end_temporary_allocation.
535         Don't declare permanent_obstack.
537 Mon May 18 12:28:44 1998  Mark Mitchell  <mmitchell@usa.net>
539         * parse.y (.finish_new_placement): New non-terminal.
540         (unary_expr, new_type_id): Use it.  
541         * parse.c: Regenerated.
542         
543 Mon May 18 12:20:27 1998  Brendan Kehoe  <brendan@cygnus.com>
545         * pt.c (redeclare_class_template): Say where the original definition
546         of the template-parameter's default argument appeared.
548 Mon May 18 03:00:57 1998  Jason Merrill  <jason@yorick.cygnus.com>
550         * call.c (build_over_call): Tweak empty class handling.
552         * decl.c (make_typename_type): Use currently_open_class.
554         * class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.
556 Mon May 18 01:43:01 1998  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
558         * decl.c (lookup_name_real): Don't look at IDENTIFIER_LOCAL_VALUE 
559         for a type unless it is one.
561         * class.c (finish_struct_1): Use OVL_CURRENT in error message.
563 Mon May 18 01:24:08 1998  Jeffrey A Law  (law@cygnus.com)
565         * Makefile.in (program_transform_name, objdir): Define.
567         * Makefile.in (BISON): Use bison from the build tree if it exists.
568         (FLEX): Similarly.
570 Sun May 17 14:52:08 1998  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
572         * typeck.c (type_unknown_p): Return true for TREE_LIST also.
574         * call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs.
576 Sun May 17 14:51:41 1998  Jason Merrill  <jason@yorick.cygnus.com>
578         * call.c (build_scoped_method_call): Likewise.
580 Sun May 17 13:53:48 1998  Mark Mitchell  <mmitchell@usa.net>
582         * init.c (build_new_1): Call suspend_momentary around the creation
583         of values that must be saved for exception handling.
584         * parse.y (.build_new_placement): New non-terminal.
585         (unary_expr, new_placement): Use it.
586         * parse.c: Regenerated.
587         
588 Sun May 17 12:32:08 1998  Jason Merrill  <jason@yorick.cygnus.com>
590         * decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare
591         old and new types.
593         * pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the
594         canonical type.
596         * call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.
598 Fri May 15 20:28:00 1998  Jason Merrill  <jason@yorick.cygnus.com>
600         * decl.c (start_decl): Revert problem change.
602         * Makefile.in (CONFLICTS): Fix.
604 Fri May 15 15:34:02 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
606         * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
608 Fri May 15 00:46:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
610         * class.c (finish_struct_1): Use BINFO_SIZE.
612         * decl.c (start_decl): Use 'tem'.
614 Thu May 14 16:30:47 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
616         * exception.cc: Include eh-common.h.
617         (struct cp_eh_info): add eh_info struct with NEW_EH_MODEL.
618         (__cplus_type_matcher): First stab at new C++ runtime type matcher.
619         (__cp_push_exception): Initialize eh_info struct as well.
620         * except.c: Remove local structs and include eh-common.h.
621         (init_exception_processing): Set language and version codes.
622         (call_eh_info): add presence of eh_info to runtime description of 
623         struct cp_eh_info.
624         (expand_end_eh_spec): call start_catch_block() and end_catch_block().
625         * semantics.c (finish_try_block): call start_catch_block() and 
626         end_catch_block().
627         * parse.y (function_try_block): call start_catch_block() and 
628         end_catch_block().
630 Thu May 14 12:27:34 1998  Brendan Kehoe  <brendan@cygnus.com>
632         * typeck.c (original_type): New function.
633         (common_type): Use it to get the DECL_ORIGINAL_TYPE for T1 and T2,
634         to see if they're actually the same.
635         * cp-tree.h (original_type): Declare.
637 Wed May 13 12:54:30 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
639         * Makefile.in (lex.o): Depend on output.h.
640         
641         * call.c (add_function_candidate): Remove unused variable `cand'.
642         (add_conv_candidate): Likewise.
643         (build_builtin_candidate): Likewise.
644         
645         * cp-tree.h: Add prototype for `types_overlap_p'.
647         * decl.c (signal_catch): Mark parameter `sig' with ATTRIBUTE_UNUSED.
649         * decl2.c (merge_functions): Remove unused variables `tmp' and
650         `tempn'.
652         * error.c (expr_as_string): Mark parameter `v' with ATTRIBUTE_UNUSED.
653         (code_as_string): Likewise.
654         (language_as_string): Likewise.
655         (parm_as_string): Likewise.
656         (op_as_string): Likewise.
657         (assop_as_string): Likewise.
658         (cv_as_string): Likewise.
660         * lex.c: Include output.h.
662         * pt.c (type_unification): Cast first argument of `bzero' to a char*.
664         * search.c (dfs_no_overlap_yet): Mark parameter `t' with
665         ATTRIBUTE_UNUSED.
667         * tinfo.cc (__class_type_info::dcast): Change the type of variable
668         `i' from int to size_t.
670         * typeck.c (language_lvalue_valid): Mark parameter `exp' with
671         ATTRIBUTE_UNUSED.
673 Tue May 12 21:37:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
675         * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
676         DECL_NAMESPACE_SCOPE_P.
677         (lang_decl_name): Likewise.
678         * pt.c (tsubst_friend_function, tsubst): Likewise.
679         * decl.c (pushdecl, redeclaration_error_message, start_decl, 
680         cp_finish_decl, start_function): Likewise.
681         * class.c (finish_struct_1): Likewise.
682         * call.c (build_over_call): Likewise.
683         (compare_ics): Use DERIVED_FROM_P.
685 Tue May 12 07:24:18 1998  Mark Mitchell  <mmitchell@usa.net>
687         * cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.
688         * method.c (build_mangled_name): Use it.
689         (build_decl_overload_real): Likewise.
691         * error.c (dump_simple_decl): New function, broken out from ...
692         (dump_decl): Use it.
694 Mon May 11 11:38:07 1998  Mark Mitchell  <mmitchell@usa.net>
696         * ptree.c (lang_print_xnode): Add missing `break'.
698         * pt.c (tsubst): Remove duplicate check for IDENTIFIER_NODE.
700         * call.c (add_template_candidate): Adjust for changes to
701         fn_type_unification. 
702         (add_template_candidate_real): Likewise.
703         (add_template_conv_candidate): Likewise.
704         (build_user_type_conversion_1): Likewise.
705         (build_new_function_call): Likewise.
706         (build_object_call): Likewise.
707         (build_new_op): Likewise.
708         (build_new_method_call): Likewise.
709         * class.c (instantiate_type): Likewise.
710         * cp-tree.h (unification_kind_t): New type.
711         (fn_type_unification): Adjust prototype.
712         (type_unificaiton): Likewise.
713         * pt.c (UNIFY_ALLOW_NONE): New macro.
714         (UNIFY_ALLOW_MORE_CV_QUAL): Likewise.
715         (UNIFY_ALLOW_LESS_CV_QUAL): Likewise.
716         (UNIFY_ALLOW_DERIVED): Likewise.
717         (unify): Change prototype.
718         (maybe_adjust_types_for_deduction): New function.
719         (check_cv_quals_for_unify): Likewise.
720         (determine_specialization): Adjust.
721         (fn_type_unification): Likewise.
722         (type_unification): Likewise.
723         (type_unification_real): Likewise.  Use
724         maybe_adjust_types_for_deduction.  Fix mishandling of
725         back-unification of template functions passed as arguments.  Pass
726         appropriate combination of UNIFY_ALLOW_* to unify.
727         (unify): Remove unused NTPARMS parameter.  Use
728         check_cv_quals_for_unify.  Remove bogus code that allowed
729         too-generous unification in order to adhere more closely to standard.
730         (get_bindings_real): Adjust.
731         (get_class_bindings): Likewise.
733         * method.c (build_overload_identifier): Only use the innermost
734         template arguments when mangling.
735         * pt.c (tsubst_template_argument_vector): New function.
736         (complete_template_args): Deal with the situation where the
737         extra_args contain more than one level of arguments.
738         (lookup_template_class): Deal with member template classes, which
739         may have more than one level of arguments.
740         (tsubst): Don't tsbust into the TREE_TYPE of an IDENTIFIER_NODE.
741         Improve handling of member template classes.  Use
742         DECL_PRIMARY_TEMPLATE instead of inline expansion.  Use
743         tsubst_template_argument_vector where appropriate.
744         (regenerate_decl_from_template): Break out from ...
745         (instantiate_decl): Here.
746         
747         * lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
748         * parse.h: Regenerated.
749         * parse.c: Really regenerated.
750         
751         * cp-tree.h (finish_unary_op_expr): New function.
752         (finish_id_expr): Likewise.
753         (begin_new_placement): Likewise.
754         (finish_new_placement): Likewise.
755         (finish_declarator): Likewise.
756         (finish_translation_unit): Likewise.
757         (finish_parmlist): Likewise.
758         (begin_class_definition): Likewise.
759         (finish_class_definition): Likewise.
760         (finish_default_args): Likewise.
761         (finish_inline_definitions): Likewise.
762         * parse.y (GCC_ASM_KEYWORD): Remove.
763         (TYPENAME_ELLIPSIS): Likewise.
764         * parse.c: Regenerated.
765         Use new functions in semantics.c in the actions for many rules.
766         * gxx.gperf (GCC_ASM_KEYWORD): Just use ASM_KEYWORD.
767         * hash.h: Regenerated.
768         * semantics.c (finish_expr_stmt): Allow NULL expr.
769         (finish_unary_op_expr): New function, containing
770         code previously in parse.y.
771         (finish_id_expr): Likewise.
772         (begin_new_placement): Likewise.
773         (finish_new_placement): Likewise.
774         (finish_declarator): Likewise.
775         (finish_translation_unit): Likewise.
776         (finish_parmlist): Likewise.
777         (begin_class_definition): Likewise.
778         (finish_class_definition): Likewise.
779         (finish_default_args): Likewise.
780         (finish_inline_definitions): Likewise.
782 Sun May 10 23:43:13 1998  Mark Mitchell  <mmitchell@usa.net>
784         * typeck.c (build_c_cast): Don't decay arrays and functions to
785         pointer type when converting to a class type.
787 Sun May 10 22:53:56 1998  Jason Merrill  <jason@yorick.cygnus.com>
789         * cp-tree.h (DECL_NAMESPACE_SCOPE_P): New macro.
790         (DECL_CLASS_SCOPE_P): Likewise.
792 Sun May 10 22:48:22 1998  H.J. Lu  (hjl@gnu.org)
794         * class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.
795         * decl2.c (constructor_name_full): Likewise.
797 Sun May 10 22:48:12 1998  Mike Stump  <mrs@wrs.com>
799         * tree.c (mapcar): Add OVERLOAD support.
801         * init.c (resolve_offset_ref): We must use basetype_path before we
802         destroy it with a call to convert_pointer_to.
804 Sat May  9 14:44:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
806         * class.c (currently_open_class): New fn.
807         * decl.c (lookup_name_real): Use it.
808         * search.c (lookup_field): Likewise.
810 Fri May  8 23:32:42 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
812         * cp-tree.def (OVERLOAD): New node.  
813         * cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE,
814         SET_IDENTIFIER_NAMESPACE_VALUE): Define.
815         (NAMESPACE_BINDING): Remove.
816         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_NAMESPACE_VALUE): Use
817         namespace_binding.
818         (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED):
819         Define.
820         (tree_overload): New struct.
821         (IDENTIFIER_TYPE_VALUE): Use identifier_type_value.
822         (REAL_IDENTIFIER_TYPE_VALUE): Define.
823         (IDENTIFIER_HAS_TYPE_VALUE): Use IDENTIFIER_TYPE_VALUE.
824         (lang_decl_flags): Remove in_namespace.
825         (lang_decl): Remove chain.
826         (DECL_CHAIN, DECL_NAMESPACE): Remove.
827         (flag_honor_std): Declare extern.
828         (identifier_type_value, pushdecl_namespace_level, push_using_decl,
829         namespace_binding, set_namespace_binding,
830         lookup_function_nonclass, cat_namespace_levels,
831         set_decl_namespace, lookup_arg_dependent, binding_init, ovl_cons,
832         scratch_ovl_cons, ovl_member, build_overload): Declare.
833         (decl_list_length, get_namespace_id, current_namespace_id,
834         overloaded_globals_p): Remove.
835         (lookup_using_namespace, qualified_lookup_using_namespace): Change
836         return type.
837         (push_scratch_obstack): New macro.
838         * call.c (add_function_candidate): Special-case type of OVERLOAD node.
839         (build_user_conversions_1): Iterate using OVL_NEXT for ctors,
840         convs, fns.
841         (build_new_function_call): Iterate using OVL_CHAIN.  
842         Print DECL_NAME in when reporting ambiguities.
843         (build_object_call): Iterate using OVL_NEXT for fns, convs.
844         (build_new_op): Call lookup_function_nonclass.  
845         Iterate using OVL_NEXT.
846         (build_op_delete_call): Change detection of members.
847         Do not wrap TREE_LIST around fields and single global functions.
848         (build_over_call): Don't push a class level if the context is a
849         namespace.
850         (build_new_method_call): Iterate using OVL_NEXT.
851         * class.c (add_method): Chain overloaded members using
852         build_overload.  Remove copying of method.
853         (grow_method): When iterating through the obstack, expect OVERLOAD
854         nodes.  Chain overload members.
855         (finish_struct_methods): Chain overload members.  Unpack OVERLOAD
856         nodes in call to get_baselinks.
857         (duplicate_tag_error): Expect OVERLOAD nodes when unchaining.
858         (finish_struct_1): Iterate over ctor using OVL_NEXT.  Handle
859         fdecls that are OVERLOAD nodes.
860         (validate_lhs): New function.
861         (instantiate_type): Do not copy OVERLOAD nodes.  Remove dead
862         code. Use DECL_NAME in error messages. Split code between global
863         and member function processing.
864         * decl.c (global_type_node): New static variable.
865         (in_std): New global.
866         (struct binding_level): New field usings.
867         (resume_binding_level): Assert that we are not in a class.
868         (toplevel_bindings_p): Just check for namespace_p or
869         pseudo_global.
870         (resume_level): Remove.
871         (find_binding): New function.
872         (binding_for_name): Call it.
873         (namespace_binding, set_namespace_binding): New functions.
874         (push_namespace): Associate binding level with new namespace,
875         resume_binding_level for existing namespace.  Remove old code.
876         Fake std by counting.
877         (store_bindings): Use REAL_IDENTIFIER_TYPE_VALUE.
878         (maybe_push_to_top_level): Save current namespace.
879         (pop_from_top_level): Restore saved namespace.
880         (pop_namespace): Call suspend_binding_level.  Remove old code.
881         (cat_namespace_levels): New function.
882         (set_identifier_type_value_with_scope): For namespace bindings,
883         set BINDING_TYPE, and use global_type_node.
884         Use REAL_IDENTIFIER_TYPE_VALUE otherwise.
885         (identifier_type_value): New function.
886         (pushtag): If no context, use current_namespace.
887         (duplicate_decls): Don't process DECL_CHAIN.
888         (pushdecl): Set DECL_CONTEXT to current_namespace, if it is not
889         already set. Never reset it to NULL_TREE.  Lookup global variables
890         in their namespace.  Push overloaded templates if they are on
891         namespace level.
892         (pushdecl_namespace_level): New function.
893         (pushdecl_top_level): Implement using pushdecl_namespace_level.
894         (pushdecl_using_decl): New function.
895         (overloaded_globals_p): Remove.
896         (push_overloaded_decl): Create OVERLOAD nodes, and iterate through
897         them. Use namespace_binding and set_namespace_value.
898         (redeclaration_error_message): Complain if the declarations come
899         from different namespaces.
900         (lookup_tag): On namespace level, look in the BINDING_TYPE.
901         (lookup_namespace_name): Pass tree_bindings from stack.  Remove
902         old code.
903         (select_decl): New function.
904         (lookup_name_real): Call it for qualified and unqualified lookup.
905         Pass tree_bindings from the stack.
906         If prefer_type is 1, also accept namespaces.
907         (lookup_function_nonclass): New function.
908         (init_decl_processing): Set the binding level of the global
909         namespace to global_binding_level.
910         Build a proper type list for __builtin_apply.
911         Initialize std_node to "fake std" if flag_honor_std is set.
912         Initialize global_type_node.
913         Allocated bad_alloc in namespace std if flag_honor_std.
914         (define_function): Set the DECL_CONTEXT to the current_namespace.
915         (start_decl): A namespace is not considered as a context here.  If
916         the DECL_CONTEXT is a namespace, push the decl.
917         (cp_finish_decl): Check for namespaces used as initializers.
918         (grokfndecl): Add namespace parameter.  Remove processing of
919         DECL_CHAIN.
920         (grokvardecl): Add namespace parameter.
921         (grokdeclarator): Process SCOPEs that are namespaces.  For
922         mangling, temporarily set the DECL_CONTEXT on anonymous structs.
923         (start_function): Check for contexts that are namespaces.  
924         Set context for declarations that have not been pushed.
925         (store_parm_decls): Check for ::main only.
926         (finish_function): Likewise.
927         (start_method): Check for contexts that are namespaces.
928         (start_method): Remove DECL_CHAIN processing.
929         * decl2.c (flag_honor_std): Declare.
930         (lang_decode_option): Set it if -fhonor-std or -fnew-abi is given.
931         (decl_namespace_list): New static global.
932         (grok_x_components): Ignore namespaces as type contexts.
933         (check_classfn): Expect OVERLOAD nodes.
934         (grokfield): Remove DECL_CHAIN processing.
935         (finish_file): Call cat_namespace_levels.
936         (merge_functions): New function.
937         (ambiguous_decl): Rewrite.
938         (lookup_using_namespace): Produce tree_bindings.
939         (qualified_lookup_using_namespace): Likewise.
940         (set_decl_namespace, decl_namespace, current_decl_namespace,
941         push_decl_namespace, pop_decl_namespace): New functions.
942         (arg_lookup): New struct.
943         (add_function, arg_assoc_namespace, arg_assoc_class,
944         arg_assoc_type, arg_assoc_args, arg_assoc, lookup_arg_dependent):
945         New functions.
946         (get_namespace_id, current_namespace_id): Remove.
947         (do_toplevel_using_decl): Rewrite.
948         (do_class_using_decl): Complain about namespace qualifiers.
949         (do_using_directive): Sorry if not on namespace level.  Complain
950         about unknown namespaces.
951         * error.c (dump_aggr_type): Check for namespace contexts.
952         * except.c (init_exception_processing): Push terminate into std.
953         * friend.c (is_friend): A namespace is not a context, here.
954         * init.c (expand_member_init): Remove DECL_CHAIN processing.
955         (build_offset_ref): Process OVERLOAD nodes.
956         * lang-specs.h (__HONOR_STD): Define if -fnew-abi or -fhonor-std.
957         * lex.c (identifier_type): Loop using OVL_CHAIN.
958         (see_typename): Set looking_for_typename to 2.
959         (real_yylex): Likewise. 
960         (do_identifier): Expect OVERLOAD nodes instead of TREE_LISTs.
961         (do_scoped_id): Expect OVERLOAD nodes.
962         Change calling convention for qualified_lookup_using_namespace.
963         (build_lang_decl): Don't set in_namespace anymore.
964         * method.c (typevec_size): New global.
965         (build_overload_nested_name): Return if global_namespace.
966         Otherwise, always expect a declaration context.
967         (build_qualified_name): Likewise.
968         Make sure we don't write beyond typevec_size.
969         (build_decl_overload_real): Likewise.
970         Allocate one extra slot for the namespace.
971         (hack_identifier): Mark code dead.
972         Process OVERLOAD and NAMESPACE_DECL nodes.
973         * parse.y (program): Pop namespaces until in global namespace.
974         (extdef): In a using-declaration, don't discard the identifier if
975         there is no declaration.
976         (left_curly): Ignore type contexts which are namespaces.
977         (typename_sub2): Use IDENTIFIER_TYPE_VALUE to retrieve the type
978         used as scope.
979         * pt.c (template_class_depth): Expect types to be namespaces.
980         (determine_specialization): Simplify by expecting OVERLOAD nodes.
981         (push_template_decl): Push into namespace level.
982         Reset ctx if it is a namespace.
983         Set DECL_CONTEXT to current_namespace if not set already.
984         Ignore real contexts that are namespaces.
985         (mangle_class_name_for_template): Skip global_namespace.
986         Mangle other namepaces as declarations.
987         (lookup_template_function): Set type of OVERLOAD nodes to unknown.
988         (lookup_template_class): Push into namespace of context.
989         If the context is a namespace, set it to global_namespace.
990         Use id_context for mangling.
991         (for_each_template_parm): Handle OVERLOAD and NAMESPACE_DECL nodes.
992         (tsubst_friend_function): Ignore namespace contexts.
993         Push into namespace level.
994         (tsubst): Handle NAMESPACE_DECL nodes.
995         Remove DECL_CHAIN processing.
996         (type_unification_real): Recognize OVERLOAD instead of TREE_LIST nodes.
997         * ptree.c (print_lang_identifier): Print bindings.
998         (lang_print_xnode): Print OVERLOAD nodes.
999         * rtti.c (init_rtti_processing): Push type_info into std.
1000         * search.c (lookup_fnfields_here): Expect OVERLOAD nodes.
1001         (lookup_fnfields_1, get_virtuals_named_this, get_matching_virtual,
1002         dfs_debug_mark, dfs_pushdecls, dfs_compress_decls, add_conversions,
1003         lookup_fnfields_here): Likewise.
1004         Process all nodes, instead of going through TREE_CHAIN.
1005         * sig.c (build_signature_pointer_or_reference_type): Set context
1006         to global_namespace.
1007         (build_signature_table_constructor): Expect OVERLOAD nodes.
1008         * spew.c (yylex): Save old setting of looking_for_typename.
1009         * tree.c (decl_list_length): Remove.
1010         (binding_init): New function.
1011         (count_functions): Rewrite.
1012         (is_overloaded_fn): Expect OVERLOAD nodes.
1013         (really_overloaded_fn, get_first_fn, lvalue_type): Likewise.
1014         (ovl_cons, scratch_ovl_cons, build_overload, build_overload_after,
1015         ovl_member): New functions.
1016         * typeck.c (require_complete_type): Expect OVERLOAD nodes.
1017         (type_unknown_p): Likewise.
1018         (require_instantiated_type): Likewise.
1019         (build_component_ref): Declare code dead.
1020         (build_x_function_call): Create and expect OVERLOAD nodes.
1021         (build_function_call_real): Check for ::main only.
1022         (build_unary_op): Likewise.  Expect OVERLOAD nodes.
1023         (convert_for_assignment): Check for TREE_LIST before accessing
1024         TREE_VALUE.
1025         * decl.c (duplicate_decls): Check for namespace bindings instead
1026         of global bindings.
1027         (pushdecl, push_overloaded_decl, lookup_tag, lookup_name_real,
1028         lookup_name_current_level, start_decl, xref_tag, 
1029         finish_enum): Likewise.
1030         * init.c (build_offset_ref): Likewise.
1031         * search.c (lookup_field): Likewise.
1032         (lookup_fnfields): Likewise.
1033         (dfs_debug_mark): Likewise.
1034         * decl.c (poplevel): Use SET_IDENTIFIER_TYPE_VALUE.
1035         (poplevel_class, pop_from_top_level): Likewise.
1036         * decl2.c (finish_method): Likewise.
1037         * class.c (build_vtable): Use SET_IDENTIFIER_GLOBAL_VALUE.
1038         * decl.c (record_builtin_type): Likewise.
1039         (init_decl_processing, grokfndecl): Likewise.
1040         * lex.c (get_time_identifier, do_identifier, do_scoped_id): Likewise.
1041         (make_lang_type): Likewise.
1042         * parse.y (make_thunk): Likewise.
1043         * pt.c (tsubst): Likewise.
1044         * tree.c (debug_binfo): Likewise.
1045         * exception.cc, new.cc, new1.cc, new2.cc, tinfo.cc, tinfo.h, 
1046         tinfo2.cc, inc/new.h: Add std qualifications.
1047         * inc/new: Wrap with namespace std if __HONOR_STD.
1048         * inc/typeinfo: Likewise.
1050 Fri May  8 00:43:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
1052         * call.c (build_user_type_conversion_1): Handle second_conv 
1053         properly for templates.
1055 Thu May  7 17:09:25 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
1057         * method.c (build_decl_overload_real): Set TREE_USED flag to
1058         zero for build_type_variants nodes as well.
1060 Wed May  6 19:27:09 1998  Jason Merrill  <jason@yorick.cygnus.com>
1062         * pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE.
1064 Wed May  6 16:49:48 1998  Jim Wilson  <wilson@cygnus.com>
1066         * Makefile.in (call.o, class.o, decl.o, decl2.o, errfn.o, error.o,
1067         except.o, expr.o, friend.o, init.o, lex.o, method.o, pt.o, repo.o,
1068         rtti.o, search.o, semantics.o, sig.o, tree.o, typeck.o, typeck2.o, 
1069         xref.o): Add toplev.h dependencies.
1071 Wed May  6 16:44:58 1998  Jeffrey A Law  (law@cygnus.com)
1073         * errfn.c (cp_error, cp_warning): Remove declarations for
1074         error and warning respectively.
1076 Wed May  6 14:28:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1078         * error.c: Convert to using ctype macros defined in system.h.
1079         * method.c: Likewise.
1080         * xref.c: Likewise.
1081         * lex.c: Likewise.  Also remove redundant system header stuff.
1083 Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
1085         * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c, 
1086         expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c, 
1087         search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c, 
1088         xref.c: Add include of toplev.h.
1090 Wed May  6 02:33:39 1998  Jason Merrill  <jason@yorick.cygnus.com>
1092         * tree.c (perm_manip): Also regenerate the RTL of an extern.
1093         (copy_to_permanent): Use end_temporary_allocation.
1095 Tue May  5 23:54:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
1097         * init.c (expand_vec_init): The initialization of each array
1098         element is a full-expression.
1100 Tue May  5 18:24:13 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
1102         * method.c (build_mangled_name): Add a call to build_type_variant 
1103         to get the right type.
1105 Tue May  5 01:25:03 1998  Jason Merrill  <jason@yorick.cygnus.com>
1107         * Makefile.in: Add .SUFFIXES.
1109         * cp-tree.def: Remove NAMESPACE_DECL.
1111 Sun May  3 01:32:14 1998  Jason Merrill  <jason@yorick.cygnus.com>
1113         * call.c (build_over_call): Do evaluate arg even if it has empty 
1114         class type.
1115         * decl.c (start_function): Don't push a member function.
1117 Thu Apr 30 18:59:23 1998  Jim Wilson  <wilson@cygnus.com>
1119         * Makefile.in (g++FAQ.info): Put -o option before input file.
1121 Thu Apr 30 13:05:33 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
1123         * gxxint.texi: Add info for squangling codes K and B.
1125 Tue Apr 28 13:22:01 1998  Mark Mitchell  <mmitchell@usa.net>
1127         * semantics.c (begin_stmt_expr): Avoid duplicating the effect of
1128         the expression in templates.
1129         (finish_stmt_expr): Likewise.
1131 1998-04-28  Brendan Kehoe  <brendan@cygnus.com>
1133         * decl2.c (ambiguous_decl): Fix NAME parm to be a tree, not int.
1135 Mon Apr 27 13:58:10 1998  Mark Mitchell  <mmitchell@usa.net>
1137         * decl.c (maybe_push_to_top_level): Always clear
1138         current_template_parms and processing_template_decl.
1139         (pushtag): Remove check of current_class_type and some comments,
1140         since maybe_push_to_top_level no longer creates confusion.
1142 Sun Apr 26 12:10:18 1998  Mark Mitchell  <mmitchell@usa.net>
1144         * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
1145         (DECL_CLASS_TEMPLATE_P): Likewise.
1146         (DECL_PRIMARY_TEMPLATE): Likewise.
1147         (PRIMARY_TEMPLATE_P): Use it.
1148         (push_template_decl_real): New function.
1149         (redeclare_class_template): Take new template parameters as
1150         input. 
1151         (is_specialization_of): New function.
1152         (comp_template_args): Declare.
1153         * decl.c (pushtag): Handle friend template classes.
1154         (xref_tag): Likewise.  Use new calling convention for
1155         redeclare_class_template.
1156         * decl2.c (grok_x_components): Handle friend templates.
1157         * friend.c (is_friend): Use is_specialization_of where
1158         appropriate.  Deal with friend class templates.
1159         (make_friend_class): Let a class template be friends with itself.
1160         * pt.c (comp_template_args): Remove declaration.
1161         (tsubst_friend_class): New function.
1162         (push_template_decl_real): New function.
1163         (push_template_decl): Use it.
1164         (redeclare_class_template): Adjust for new calling convention.
1165         (comp_template_args): Give it external linkage.
1166         (instantiate_class_type): Use tsubst_friend_class to deal
1167         with friend templates.
1168         * typeck.c (comptypes): Use comp_template_args, rather than
1169         expanding it inline.
1170         * parse.y (component_decl): Handle a nested template type 
1171         like other component type declarations.
1173         * pt.c (check_explicit_specialization): Handle overloaded
1174         constructors correctly.
1176         * pt.c (mabybe_get_template_decl_from_type_decl): New function.
1177         (lookup_template_class): Use it.
1179 Thu Apr 23 21:19:06 1998  Jason Merrill  <jason@yorick.cygnus.com>
1181         * cp-tree.def: Add WRAPPER.  USER_CONV now only has two ops.
1182         * cp-tree.h: Add WRAPPER support.
1183         * call.c (add_candidate): Split out from add_*_candidate fns.
1184         (build_over_call): Take the candidate instead of function and args.
1185         Enforce access control here.  Emit overload warnings here.
1186         (add_warning): New fn.
1187         (joust): Add WARN parm.  If not set, call add_warning instead of
1188         printing a warning.  Reenable some warnings.
1189         (tourney): Pass it.
1190         (convert_like): Adjust.
1191         (build_new_op): Adjust.
1192         (build_new_function_call): Adjust.
1193         (build_user_type_conversion_1): Adjust.
1194         (USER_CONV_FN): Adjust.
1195         * tree.c (build_expr_wrapper, build_expr_ptr_wrapper, 
1196         build_int_wrapper): New fns.
1198 Thu Apr 23 18:27:53 1998  Mark P. Mitchell  <mmitchell@usa.net>
1200         * pt.c (unify): Fix typo in previous change.
1202 Thu Apr 23 09:32:58 1998  Jason Merrill  <jason@yorick.cygnus.com>
1204         * error.c (dump_type_real): Declare canonical_name.
1206         * typeck.c (comp_target_types): Fix PMFs.
1208 Wed Apr 22 13:24:48 1998  Mark Mitchell  <mmitchell@usa.net>
1210         * class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for
1211         the DECL_RESULTs of a member TEMPLATE_DECL, not just the
1212         TEMPLATE_DECL.
1214          * pt.c (tsubst): Decrease the template-level of
1215          TEMPLATE_TEMPLATE_PARMS.  Likewise for the DECL_INITIAL of a
1216          TEMPLATE_PARM_INDEX.
1217          (template_decl_level): New function.
1218          (unify): Make sure to record unifications for template
1219          parameters, even when the parameters exactly match the arguments.
1220          Combine duplicated code for TEMPLATE_TEMPLATE_PARMs and
1221          TEMPLATE_TYPE_PARMS.  Don't try to unify template parameters that
1222          aren't from the level we're currently working on.
1224 Tue Apr 21 22:00:04 1998  Mark Mitchell  <mmitchell@usa.net>
1226         * errfn.c (cp_thing): Use xrealloc, not xmalloc, to copy memory.
1228         * decl2.c (check_member_template): Set DECL_IGNORED for member
1229         class templates, too.
1231         * decl2.c (grokfield): Remangle the name of a member TYPE_DECL.
1233 Tue Apr 21 18:59:11 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
1235         * decl.c (duplicate_decls): Only check DECL_FRIEND_P if function.
1237 Tue Apr 21 14:22:00 1998  Jeffrey A Law  (law@cygnus.com)
1239         * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare.
1240         * decl.c (intTI_type_node, unsigned_intTI_type_node): Define.
1241         (init_decl_processing): Handle TI types.
1242         * typeck.c (unsigned_type, signed_type): Handle TI types.
1244 Sat Apr 18 15:25:21 1998  Jim Wilson  <wilson@cygnus.com>
1246         * g++spec.c (lang_specific_driver): New argument in_added_libraries.
1247         New local added_libraries.  Increment count when add library to
1248         arglist.
1250 Fri Apr 17 21:25:00 1998  Mark Mitchell  <mmitchell@usa.net>
1252         * cp-tree.h (type_as_string_real): New function.
1253         * pt.c (mangle_class_name_for_template): Use it.
1254         * error.c (dump_aggr_type): Change prototype.
1255         (dump_type_prefix): Likewise.
1256         (dump_type_suffix): Likewise.
1257         (dump_type_real): Convert from dump_type.  If desired, the
1258         "canonica" name of a typedef, i.e., the name of the underlying
1259         type, can be printed.
1260         (dump_type): Call dump_type_real.
1262 Fri Apr 17 14:30:45 1998  Jason Merrill  <jason@yorick.cygnus.com>
1264         * decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.
1266         * typeck.c (comp_target_types): Tweak pedantic case.
1267         (comp_target_parms): Tweak pedantic case.  Clean up somewhat.
1268         Return -1 or 1 instead of 1 or 2.
1269         (compparms): Remove STRICT handling.
1270         (convert_for_assignment): Fix handling of pmfs.
1272 Fri Apr 17 14:04:16 1998  Mark Mitchell  <mmitchell@usa.net>
1274         * typeck.c (comp_target_types): Handle references like pointers.
1275         (comp_target_parms): Note that return code from comp_target_types
1276         can be negative to indicate failure.
1278 Fri Apr 17 09:10:52 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1280         * Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),
1281         which requires a working target compiler to build.
1283 Fri Apr 17 08:57:35 1998  Jeffrey A Law  (law@cygnus.com)
1285         * tree.c (avoid_overlap): Add prototype.
1287         * spew.c (num_tokens): Add prototype.
1288         (nth_noken, add_token, consume_token, debug_yychar): Likewise.
1290         * search.c (dfs_check_overlap): Add prototype.
1291         (dfs_no_overlap_yet): Likewise.
1293         * pt.c (original_template): Add prototype.
1294         (inline_needs_template_parms): Likewise.
1295         (push_inline_template_parms_recursive): Likewise.
1296         (retrieve_specialization, register_specialization): Likewise.
1297         (print_candidates, reduce_template_parm_level): Likewise.
1298         (build_template_decl, mark_template_parm): Likewise.
1299         (tsubst_friend_function, get_bindings_real): Likewise.
1301         * method.c (start_squangling): Add prototype.
1302         (end_squangling, check_ktype, issue_ktype): Likewise.
1303         (build_overloaded_scope_ref, check_btype): Likewise.
1304         (build_mangled_template_parm_index): Likewise.
1306         * lex.c (init_cpp_parse): Add prototype.
1307         (handle_cp_pragma, handle_sysv_pragma): Likewise.
1308         (reduce_cmp, token_cmp): Likewise.
1310         * except.c (call_eh_info): Add prototype.
1311         (push_eh_info, get_eh_info, get_eh_value, get_eh_type): Likewise.
1312         (get_eh_caught, get_eh_handlers, do_pop_exception): Likewise.
1314         * decl2.c (is_namespace_ancestor): Add prototype.
1315         (namespace_ancestor, add_using_namespace): Likewise.
1316         (ambiguous_decl): Likewise.
1318         * decl.c (indent): Add prototype.
1320         * call.c (add_template_candidate_real): Add prototype.
1322 Fri Apr 17 01:57:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
1324         * decl2.c (build_expr_from_tree): Just return a PMF.
1326 Fri Apr 17 00:45:12 1998  Mark Mitchell  <mmitchell@usa.net>
1328         * typeck2.c (process_init_constructor): Don't strip cv-qualifiers
1329         when doing initializations.
1331         * pt.c (unify): Use comptypes to compare type args.
1333 Fri Apr 17 00:24:22 1998  Jason Merrill  <jason@yorick.cygnus.com>
1335         * decl.c (duplicate_decls): Fix check for when it's safe to free
1336         the new decl.
1338         * pt.c (mangle_class_name_for_template): Don't pass a typedef type
1339         to type_as_string.
1341 Thu Apr 16 17:47:30 1998  Jeffrey A Law  (law@cygnus.com)
1343         * pt.c (build_template_parm_index): Add prototype.
1345         * search.c (my_tree_cons): Don't clear words outside the
1346         newly allocated node.
1348 Wed Apr 15 15:34:44 1998  Dave Brolley  <brolley@cygnus.com>
1350         * lex.c (init_parse): Now returns char* containing the filename.
1352 Wed Apr 15 13:20:06 1998  John Carr  <jfc@mit.edu>
1353                           Jeff Law   <law@cygnus.com>
1355         * errfn.c: Rework to avoid problems when HOST_WIDE_INT is longer
1356         than a pointer.
1358 Sun Apr 12 22:31:19 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1360         * cvt.c (cp_convert_to_pointer): Use TYPE_PRECISION.
1362 Fri Apr 10 12:16:49 1998  Benjamin Kosnik  <bkoz@loony.cygnus.com>
1364         * decl.c (duplicate_decls): Don't warn for redundant decls if
1365         friend: let add_friend take care of it.
1367 Thu Apr  9 02:40:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
1369         * sig.c (build_signature_pointer_constructor): Don't set
1370         TREE_HAS_CONSTRUCTOR for a signature pointer.
1371         * cvt.c (ocp_convert): Don't force a temporary for internal structs.
1372         * init.c (resolve_offset_ref): Warn about implicit & on pmfs 
1373         here, too.
1374         * typeck.c (build_unary_op): Only allow taking the address of a 
1375         real constructor.
1376         * typeck2.c (digest_init): Simplify.
1377         (store_init_value): Don't pedwarn about using { } for pmfs.
1379 Thu Apr  9 22:16:57 1998  Per Bothner  <bothner@cygnus.com>
1381         * cp-tree.h (start_decl):  Update prototype.
1382         * decl.c (start_decl):  Like the C version, new parameters
1383         for the attributes.  Call cplus_decl_attributes here,
1384         (pushdecl):  Like C version, do build_type_copy if TYPE_DECL,
1385         (grokdeclarator):  Pass NULL for new start_decl arguments.
1386         * pt.c (tsubst_expr):  Likewise.
1387         * parse.y:  Merge cplus_decl_attribute calls into start_decl calls.
1388         * typeck.c (common_type): Check TYPE_MAIN_VARIANT.
1389         * lex.c (build_lang_decl): Add lang_name_java.
1390         * class.c (push_lang_context): Add lang_name_java.
1391         * method.c (build_mangled_name): Check for is_java_type.
1393 Thu Apr  9 22:16:57 1998  Benjamin Kosnik  <bkoz@loony.cygnus.com>
1395         * decl.c (grokdeclarator): Check TYPE_MAIN_VARIANT.
1396         * call.c (build_scoped_method_call): Check for TREE_CODE for
1397         VOID_TYPE instead of type ==  void_type_node.
1398         (build_method_call): Ditto.
1399         * decl.c (lookup_name_real): Ditto.
1400         (grokdeclarator): Ditto.
1401         (start_decl): Ditto.
1402         (grokparms): Ditto.
1403         (start_function): Ditto.
1404         (finish_function): Ditto.
1405         (start_method): Ditto.
1407 Thu Apr  9 00:18:44 1998  Dave Brolley  (brolley@cygnus.com)
1409         * lex.c (finput): New variable.
1410         (init_cpp_parse):  Renamed from init_parse.
1411         (init_parse): Handle !USE_CPPLIB.  Call init_cpp_parse when finished.
1412         (finish_parse): New function.
1413         * cp-tree.h (init_lex, init_parse): Remove declarations.
1415 Mon Apr  6 02:25:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
1417         * call.c (build_call): Still evaluate the actual argument.
1418         * class.c (is_empty_class): Update for -fnew-abi.
1420         * decl2.c: -fnew-abi implies -fsquangle.
1422         * method.c (do_build_assign_ref): Don't do anything to copy
1423         an empty class.
1424         (do_build_copy_constructor): Likewise.
1425         * call.c (build_over_call): Likewise.
1427 Sat Apr  4 18:43:58 1998  Jason Merrill  <jason@yorick.cygnus.com>
1429         * tree.c (avoid_overlap): Return a value.
1431 Sat Apr  4 12:52:35 1998  Jeffrey A Law  (law@cygnus.com)
1433         * method.c (check_btype): Add missing argument to xrealloc.
1434         (check_ktype): Likewise.
1436 Fri Apr  3 02:22:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
1438         Implement empty base optimization.
1439         * class.c (finish_struct_1): Add vbase fields earlier.  Set 
1440         CLASSTYPE_SIZE of an empty base to 0.  Types with bases can be empty.
1441         * search.c (dfs_check_overlap, dfs_no_overlap_yet): New fns.
1442         (types_overlap_p): New fn.
1443         * tree.c (avoid_overlap): New fn.
1444         (build_base_fields): Use it to avoid overlapping empty bases.
1445         * cp-tree.h, decl2.c, lang-options.h: Add -fnew-abi.
1447         * decl.c (cplus_expand_expr_stmt): Strip unused INDIRECT_REFs.
1449         Re-implement allocation of base class subobjects.
1450         * tree.c (unshare_base_binfos): New fn.
1451         (layout_basetypes): Use it.  Now handles offsets of both virtual and
1452         non-virtual bases, after layout_type.
1453         (layout_vbasetypes): Remove.
1454         (build_base_fields): Generate FIELD_DECLs for each non-virtual base.
1455         (build_vbase_pointer_fields): Split out from old layout_basetypes.
1456         * class.c (finish_base_struct): Lose offset handling code.
1457         Move nonvdtor warning here.  Don't mess with t_binfo anymore.
1458         (finish_struct_1): Don't mess with t_binfo anymore.  Use fns above.
1459         * cp-tree.h: Adjust.
1461 Thu Apr  2 14:25:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
1463         * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
1464         * decl.c, decl2.c, pt.c, ptree.c, lex.c: Likewise.
1465         * class.c (duplicate_tag_error): Likewise.
1466         (finish_struct_1): Set CLASSTYPE_SIZE, CLASSTYPE_MODE, CLASSTYPE_ALIGN.
1467         * tree.c (layout_vbasetypes): Update from layout_record, remove
1468         var_size support, use CLASSTYPE_SIZE instead of CLASSTYPE_VBASE_SIZE.
1469         (layout_basetypes): Likewise.
1471 Wed Apr  1 18:22:25 1998  Jeffrey A Law  (law@cygnus.com)
1473         * class.c, Make sure system.h is included just after config.h.
1474         Delete lingering stdio and errno references too.
1475         * decl.c, errfn.c, parse.y, ptree.c search.c, xref.c: Likewise.
1476         
1477 Wed Apr  1 15:38:36 1998  Jason Merrill  <jason@yorick.cygnus.com>
1479         * friend.c (is_friend): Fix access control for local classes.
1481         * class.c (is_empty_class): New fn.
1482         * call.c (build_call): Don't pass empty class objects to a function.
1484 Wed Apr  1 14:58:35 1998  Mark Mitchell  <mmitchell@usa.net>
1486         * call.c (build_over_call): Do name resolution for default
1487         arguments of function templates in the scope of the templates.
1489 Tue Mar 31 13:43:57 1998  Jeffrey A Law  (law@cygnus.com)
1491         * call.c: Include system.h.  Remove includes, declarations and
1492         defines provided by system.h.
1493         * class.c, cvt.c, decl.c, decl2.c, errfn.c error.c: Likewise.
1494         * except.c, expr.c friend.c, g++spec.c, init.c, input.c: Likewise.
1495         * lex.c, parse.y, pt.c, ptree.c repo.c rtti.c, search.c: Likewise.
1496         * semantics.c, sig.c, spew.c, tree.c, typeck.c: Likewise.
1497         * typeck2.c, xref.c: Likewise.
1498         * Makefile.in: Dependencies updated as appropriate.
1499         * Make-lang.in: Likewise.
1501 Mon Mar 30 12:15:00 1998  Mark Mitchell  <mmitchell@usa.net>
1503         * pt.c (fn_type_unification): Allow incomplete unification without 
1504         an immediate error message.
1506 Mon Mar 30 08:55:42 1998  Jason Merrill  <jason@yorick.cygnus.com>
1508         * tree.c (member_p): New fn.
1509         * decl2.c (finish_file): Only set DECL_STATIC_FUNCTION_P for
1510         initializing class members.
1512         * cp-tree.def (TEMPLATE_PARM_INDEX): Class 'x'.
1513         * ptree.c (lang_print_xnode): Handle TEMPLATE_PARM_INDEX.
1515         * call.c (build_method_call): Handle non-scoped destructors, too.
1516         * pt.c (tsubst_copy): Likewise.
1518         * pt.c (print_template_context): Split out...
1519         (push_tinst_level): ...from here.
1521         * friend.c (is_friend): Don't pass a type to decl_function_context.
1523         * typeck.c (convert_for_initialization): Always hand off
1524         conversions to class type.
1526 Sun Mar 29 20:01:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
1528         * friend.c (is_friend): Local classes have the same access as the
1529         enclosing function.
1531 Sun Mar 29 00:47:32 1998  Jeffrey A Law  (law@cygnus.com)
1533         * typeck.c (expand_target_expr): Delete dead function.
1535         * search.c: Put various prototypes inside #ifdef MI_MATRIX.
1537         * repo.c (save_string): Delete dead function.
1539         * method.c (thunk_printable_name): Delete dead function.
1541         * lex.c (yynextch): Delete dead function.
1543         * expr.c (tree_extract_aggr_init): #if 0 out.
1545         * except.c (do_unwind): Delete dead function.
1546         (easy_expand_asm): Likewise.
1548         * cvt.c (build_conversion_type_1): Delete dead function.
1550         * cp-tree.h (push_expression_obstack): Declare.
1552         * call.c (source_type): #if 0 out.
1554         * class.c (alter_access): Remove unused label.  Add braces
1555         around empty else clause.
1557         * lex.c (yyprint): Fix argument to printf.
1559 Sat Mar 28 17:43:52 1998  Mark Mitchell  <mmitchell@usa.net>
1561         * pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
1563         * pt.c (instantiate_class_template): Make sure template
1564         arguments are permanent.
1565         * init.c (resolve_offset_ref): Don't go looking around in
1566         template types.
1568         * semantics.c: Add routines to handle expressions, and some
1569         declaration processing.
1570         * parse.y: Use them.
1571         (current_class_depth): Move declaration to cp-tree.h.
1572         * parse.c: Regenerated.
1573         * cp-tree.h: Use them.
1574         (current_class_depth): Declare.
1575         * pt.c (tsubst_copy): Use begin_stmt_expr and finish_stmt_expr.
1577 Fri Mar 27 20:23:18 1998  Mark Mitchell  <mmitchell@usa.net>
1579         * error.c (dump_decl): Be a bit more explicit with template
1580         type arguments, when verbose.
1581         
1582 Fri Mar 27 18:16:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
1584         * inc/exception: Reorder closing braces.
1586 Fri Mar 27 13:22:18 1998  Mark Mitchell  <mmitchell@usa.net>
1588         * pt.c (redeclare_class_template): New function.
1589         * cp_tree.h (redeclare_class_template): Declare it.
1590         * decl.c (xref_tag): Use it.
1592 Thu Mar 26 11:16:30 1998  Jason Merrill  <jason@yorick.cygnus.com>
1594         * call.c (build_over_call): Check IS_AGGR_TYPE, not 
1595         TYPE_LANG_SPECIFIC.
1596         * typeck.c (convert_arguments): Likewise.
1598         * decl.c (grokdeclarator): Remove const and volatile from type after
1599         setting constp and volatilep.
1601         * class.c (finish_struct_1): Don't warn about bool bitfield larger
1602         than one bit.
1604 Thu Mar 26 10:25:52 1998  Mark Mitchell  <mmitchell@usa.net>
1606         * pt.c (convert_nontype_argument): STRIP_NOPS where appropriate.
1608 Thu Mar 26 10:24:05 1998  Mark Mitchell  <mmitchell@usa.net>
1610         * call.c (build_object_call): Complain about ambiguous operator(),
1611         rather that crashing.
1612         (build_new_op): Likewise.
1613         (build_op_delete_call): Likewise.
1615 Thu Mar 26 10:23:24 1998  Mark Mitchell  <mmitchell@usa.net>
1617         * cvt.c (perform_qualification_conversions): Use comp_target_types
1618         instead of comp_ptr_ttypes.
1620 Wed Mar 25 16:10:50 1998  Mark Mitchell  <mmitchell@usa.net>
1622         * cp-tree.h (enforce_access): Declare.
1623         * call.c (enforce_access): Make it extern, not static.
1624         * class.c (alter_access): Use enforce_access; modify code for ISO
1625         compliance, rather than ARM rules.
1627 Wed Mar 25 12:10:45 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
1629         * cp-tree.h: Fix typo.
1631 Wed Mar 25 02:01:02 1998  Jason Merrill  <jason@yorick.cygnus.com>
1633         * expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing
1634         if (aggregate_value_p (type)).
1636         * decl2.c (constructor_name_full): Handle TYPENAME_TYPE.
1638 Tue Mar 24 16:12:01 1998  Mark Mitchell  <mmitchell@usa.net>
1640         * tree.c (mapcar): When dealing with a DECL, use it's constant
1641         value, if any.
1642         * pt.c (lookup_template_class): Don't mangle the names of template
1643         classes whose arguments are unknown.
1645         * pt.c (tsubst_expr): Handle GOTO_STMT correctly.
1647 Tue Mar 24 12:21:55 1998  Benjamin Kosnik  <bkoz@lisa.cygnus.com>
1649         * decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1.
1651 Tue Mar 24 12:21:48 1998  Jim Wilson  <wilson@cygnus.com>
1653         * decl.c (init_decl_processing): Initialize TYPE_MAX_VALUE for
1654         boolean_type_node to 1.
1656 Tue Mar 24 10:23:47 1998  Mark Mitchell  <mmitchell@usa.net>
1658         * error.c (dump_expr): Remove unused variable `l'.
1660         * pt.c (for_each_template_parm): New function, created by
1661         converting uses_template_parms.
1662         (tree_fn_t): New typedef.
1663         (uses_template_parms): Use it.
1664         (mark_template_parm): New function.
1665         (push_template_decl): Check that the argument list of a partial
1666         specialization uses all the template parameters.
1668         * Make-lang.in (c++filt): Don't delete cxxmain.c after we're done
1669         with it; we might want it for debugging.
1670         * cp-tree.h (type_unification): Change interface.
1671         * class.c (finish_struct_1): Skip nested template types, just like
1672         ordinary nested types.
1673         (instantiate_type): Use new interface to type_unification.
1674         * lex.c (init_lex): Add __sz as opname for sizeof.
1675         * method.c (build_overload_scope_ref): New function.
1676         (build_overload_int): Handle complex expressions.  Set
1677         numeric_output_need_bar if necessary.
1678         (build_overload_value): Handle non-PARM_DECL nodes; this
1679         routine is now used by build_overload_int.  Remove some
1680         assignments to numeric_output_need_bar.  Use
1681         build_overload_scope_ref.
1682         (build_qualified_name): Note that some template mangled names end
1683         with digits, and set numeric_output_need_bar appropriately.  Use
1684         build_underscore_int.
1685         * pt.c (unify): Change interface.
1686         (type_unification_real): Likewise.
1687         (determine_specialization): Use new interfaces.
1688         (tsubst): Deal gracefully with situations in which the argument
1689         vector is not fully filled.
1690         (fn_type_unification): Use new interfaces.
1691         (type_unification): Likewise.  Remove NOP_EXPR hack.
1692         (type_unification_real): Likewise.
1693         (unify): Likewise.  Deal with unification of complex expresions.
1695 Mon Mar 23 12:24:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
1697         * pt.c (complete_template_args): Initialize skip properly.
1699         * decl.c (make_typename_type): Revert.
1700         (make_implicit_typename): Remove.
1701         (lookup_name_real): Don't call it.  Call lookup_field if we see a
1702         TYPE_DECL from a template base.
1703         * search.c (lookup_field): Do implicit typename stuff.
1705 Sun Mar 22 00:50:42 1998  Nick Clifton  <nickc@cygnus.com>
1706                           Geoff Noer    <noer@cygnus.com>
1708         * Makefile.in: Various fixes for building cygwin32 native toolchains.
1709         * Make-lang.in: Likewise.
1711 Fri Mar 20 18:07:39 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
1713         * pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
1715 Fri Mar 20 10:42:07 1998  Jason Merrill  <jason@yorick.cygnus.com>
1717         * decl.c (make_implicit_typename): Rewrite removed code.
1718         (make_typename_type): Call it if the type we look up comes from
1719         a base that uses template parms.
1721         * pt.c (complete_template_args): Rewrite.
1722         (tsubst, FUNCTION_DECL): Use it.
1724 Fri Mar 20 08:12:43 1998  H.J. Lu  (hjl@gnu.org)
1726         * semantics.c (finish_asm_stmt): Fix combine strings. Call
1727         c_expand_asm_operands () if output_operands, input_operands or
1728         clobbers is not NULL_TREE.
1730 Fri Mar 20 00:10:19 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
1732         * pt.c (complete_template_args): New function.
1733         (get_bindings): Deal with specializations of function templates
1734         with return type containing parameters from outer class 
1735         templates.
1736         (tsubst, TEMPLATE_TEMPLATE_PARM): When reducing parameter level,
1737         substitute arguments and compose a new type.
1739 Thu Mar 19 19:01:48 1998  Mark Mitchell  <mmitchell@usa.net>
1741         * pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new
1742         FUNCTION_DECLs.
1744 Thu Mar 19 11:51:58 1998  Jason Merrill  <jason@yorick.cygnus.com>
1746         * decl.c (make_implicit_typename): Lose useless code.
1748         * call.c (standard_conversion): Handle A* -> const A* properly.
1750         * pt.c (get_bindings_real): Rename from get_bindings.  Add 
1751         check_rettype parm.
1752         (get_bindings): Pass 1.
1753         (get_bindings_overload): Pass 0.
1755 Wed Mar 19 09:08:12 1998  Mark Mitchell  <mmitchell@usa.net>
1757         * pt.c (check_explicit_specialization): When reverting a static
1758         member function, also remove the `this' parameter from
1759         last_function_parms.
1761 Thu Mar 19 02:27:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
1763         * pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting
1764         a function context.
1766         * decl.c (store_bindings): Use free_binding_vecs.
1767         (pop_from_top_level): Likewise.
1769 Wed Mar 18 12:41:43 1998  Jason Merrill  <jason@yorick.cygnus.com>
1771         * decl.c (make_implicit_typename): Only change the type of a 
1772         TYPENAME_TYPE.
1774 Wed Mar 18 10:09:51 1998  Mark Mitchell  <mmitchell@usa.net>
1776         * semantics.c: New file, containing routines to perform the
1777         semantic phase of parsing.
1778         * parse.y: Use it.
1779         * pt.c (tsubst_expr): Likewise.
1780         * cp-tree.h: Declare the various functions in semantics.c.
1781         Provide macros to access _STMT tree nodes.
1782         * cp-tree.def: Add ASM_STMT tree node.
1783         * Makefile.in, Make-lang.in: Add dependencies on and for
1784         semantics.c.
1785         
1786 Wed Mar 18 00:24:10 1998  Jason Merrill  <jason@yorick.cygnus.com>
1788         * pt.c (push_template_decl): Only check primary templates.
1790         * pt.c (check_explicit_specialization): Complain about default args
1791         in explicit specialization.
1793         * parse.y (nomods_initdcl0): Also call cp_finish_decl for a 
1794         constructor_declarator.
1796 Tue Mar 17 14:44:54 1998  Mark Mitchell  <mmitchell@usa.net>
1798         * typeck2.c (build_x_arrow): Don't crash when an aggregate type
1799         has no overloaded operator ->.
1801         * call.c (build_field_call): Don't crash when presented with a
1802         field that is actually a nested type.
1804         * decl.c (pushtag): Deal with friend class injection in local
1805         classes.
1807         * call.c (build_object_call): Don't crash if OBJ is a
1808         pointer-to-member-function.
1810 Tue Mar 17 11:40:26 1998  Jason Merrill  <jason@yorick.cygnus.com>
1812         * pt.c (push_template_decl): Complain about template with C linkage,
1813         anonymous template class.
1815 Mon Mar 16 12:10:39 1998  Jason Merrill  <jason@yorick.cygnus.com>
1817         * class.c (pushclass): Only use the mi_matrix stuff #ifdef MI_MATRIX.
1818         * search.c: Likewise.
1820         * lex.c (do_pending_defargs): Only call 
1821         maybe_{begin,end}_member_template_processing for FUNCTION_DECLs.
1823         * parse.y (initdcl0_innards): Move maybeasm back into initdcl0 et al.
1825 Mon Mar 16 10:47:22 1998  Mark Mitchell  <mmitchell@usa.net>
1827         * parse.y: Deal with CONSTRUCTORS in new_initializers.
1829 Mon Mar 16 10:54:21 1998  Mark Mitchell  <mmitchell@usa.net>
1831         * pt.c (tsubst_copy): Deal with BIND_EXPR in a way that more
1832         closely mimics the behavior in parse.y.
1833         (tsubst_expr): Return the resuting BLOCK when making a tsubst'ing
1834         into a compound statement.
1835         
1836 Sun Mar 15 02:07:26 1998  Jason Merrill  <jason@yorick.cygnus.com>
1838         * cp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
1839         * pt.c (inline_needs_template_parms): New fn.
1840         (original_template): New fn.
1841         (push_inline_template_parms_recursive): New fn.
1842         (maybe_begin_member_template_processing): Use them.
1843         (maybe_end_member_template_processing): Likewise.
1844         (is_member_or_friend_template): Rename to is_member_template.
1845         Member functions of local classes are never member templates.
1847 Sun Mar 15 01:14:22 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
1849         * lex.c (do_identifier): Handle TEMPLATE_DECL that was
1850         added in the class scope to catch redefinition error.
1852         * pt.c (reduce_template_parm_level): Also copy 
1853         the DECL_TEMPLATE_PARMS field.
1855 Sun Mar 15 10:54:08 1998  Mark Mitchell  <mmitchell@usa.net>
1857         * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
1858         reduced-level template type parameter.
1860 Sun Mar 15 12:26:02 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1862         * cp-tree.h (struct lang_decl_flags): Add needs_final_overrider.
1863         (DECL_NEEDS_FINAL_OVERRIDER_P): New macro.
1864         * class.c (override_one_vtable): Set DECL_NEEDS_FINAL_OVERRIDER_P.
1865         * decl.c (duplicate_decls): Propagate it.
1866         * typeck2.c (abstract_virtuals_error): Use two loops to emit
1867         abstract virtual functions and virtual functions which need a
1868         final overrider separately.
1869         
1870 Thu Mar 12 09:39:40 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1872         * lang-specs.h: Properly put brackets around array elements in 
1873         initializer.
1875         * typeck.c (build_binary_op_nodefault): Correctly place parens around
1876         && and || in expression.
1878 Thu Mar 12 09:26:04 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1880         * call.c (default_parm_conversions): Remove prototype definition.
1881         (build_method_call): Remove unused variable result.
1883         * cvt.c (ocp_convert): Remove unused variable conversion.
1885         * decl2.c (ambiguous_decl): Add explicit parameter definition for name.
1887         * except.c (do_unwind): #if 0 definition of unused variables fcall
1888         and next_pc.
1890         * expr.c (extract_scalar_init): #if 0 prototype and function 
1891         definition.
1893         * init.c (expand_aggr_init_1): Remove unused variable init_type.
1894         (build_new_1): Remove unused variable t.
1896         * pt.c (instantiate_class_template): Remove unused variable newtag;
1897         cast called function return value to void.
1898         (do_decl_instantiation): Remove unused variables name and fn.
1900         * tree.c (get_type_decl): Add default return to shut up compiler from
1901         complaining control reaches end of non-void function.
1903         * typeck.c (build_x_conditional_expr): Remove unused variable rval.
1905 Thu Mar 12 09:12:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1907         * call.c (default_parm_conversions): Remove prototype definition.
1908         (build_method_call): Remove unused variable result.
1909         (build_over_call): Add default case in enumeration switch.
1911 Thu Mar 12 08:39:13 1998  Manfred Hollstein  <manfred@s-direktnet.de>
1913         * decl2.c (lang_decode_option): Change j's type to size_t.
1915         * tree.c (layout_vbasetypes): record_align and desired_align are of
1916         type unsigned int; const_size and nonvirtual_const_size likewise.
1918 Wed Mar 11 07:25:20 1998  Mark Mitchell  <mmitchell@usa.net>
1920         * parse.y (new_initializer): Make sure all initializers are
1921         lists.
1923 Tue Mar 10 07:32:36 1998  Mark Mitchell  <mmitchell@usa.net>
1925         * decl2.c (import_export_decl): Mark tinfo functions for
1926         cv-qualified versions of class types as DECL_NOT_REALLY_EXTERN.
1928 Fri Mar  6 23:27:35 1998  Jeffrey A Law  (law@cygnus.com)
1930         * method.c: Fix typo.
1932 Fri Mar  6 10:06:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1934         * method.c: Include "system.h" to get stdlib.h, stdio.h,
1935         ctype.h, string.h, etc.
1936         (issue_nrepeats): Add default case in enumeration switch.
1937         (check_btype): Likewise.
1938         (process_overload_item): Likewise.
1939          
1940         * Makefile.in (method.o): Depend on system.h.
1942 Wed Mar  4 22:26:53 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1944         * lex.c (do_scoped_id): Fix parenthesizing.
1946 Wed Mar  4 12:11:53 1998  Michael Tiemann  <tiemann@axon.cygnus.com>
1948         * rtti.c (get_tinfo_fn_dynamic): If this function is called an
1949         FLAG_RTTI is unset, initialize type info machinery and continue
1950         with FLAG_RTTI enabled.
1951         (get_typeid): Ditto.
1953 Wed Mar  4 11:47:55 1998  Jason Merrill  <jason@yorick.cygnus.com>
1955         * typeck.c (unary_complex_lvalue): &D::i has type B::* if i comes
1956         from B.
1958 Wed Mar  4 11:28:08 1998  Mark Mitchell  <mmitchell@usa.net>
1960         * pt.c (finish_member_template_decl): Deal more gracefully with
1961         invalid declarations.
1963 Tue Mar  3 01:38:17 1998  Jason Merrill  <jason@yorick.cygnus.com>
1965         * cvt.c, decl.c, decl2.c, init.c, rtti.c, typeck.c, typeck2.c,
1966         cp-tree.h: Clean up more old overloading code, old RTTI code, and
1967         some formatting quirks.
1969         * call.c, class.c, cp-tree.h, cvt.c, decl.c, init.c, lex.c,
1970         method.c, pt.c, ptree.c, typeck.c: Remove support for 
1971         -fno-ansi-overloading and overloading METHOD_CALL_EXPR.
1972         * class.h: Remove.
1973         * Makefile.in: Adjust.
1975         * pt.c (unify): Don't allow reduced cv-quals when strict.
1977         * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts parm from
1978         *type_unification* and unify.
1980 Mon Mar  2 12:11:06 1998  Jason Merrill  <jason@yorick.cygnus.com>
1982         * parse.y (explicit_template_type): Remove TEMPLATE keyword.
1983         (nested_name_specifier): And add it before this use.
1984         (typename_sub0): And this use.  Also add use without the keyword.
1985         (typename_sub1): Likewise.
1986         * pt.c (instantiate_class_template): Don't actually instantiate 
1987         anything if our type uses template parms.
1989 Mon Mar  2 11:04:59 1998  Jim Wilson  <wilson@cygnus.com>
1991         * decl.c (start_function): Don't call temporary_allocation for a
1992         nested function.
1994 Sun Mar  1 21:06:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
1996         * pt.c (instantiate_class_template): Don't mess with friends if
1997         our type uses template parms.
1999 Sat Feb 28 12:06:44 1998  Jason Merrill  <jason@yorick.cygnus.com>
2001         * parse.y (nested_name_specifier): Use explicit_template_type.
2002         (typename_sub): Allow a template_type, an explicit_template_type,
2003         or an implicit template type at the end.
2004         * lex.c (yyprint): Handle a PTYPENAME being a TEMPLATE_DECL.
2005         * decl.c (make_typename_type): Handle template-id where the name
2006         is a TEMPLATE_DECL.
2007         * call.c (build_scoped_method_call): Handle member template 
2008         destructor call.
2009         * pt.c (tsubst_copy, METHOD_CALL_EXPR): Don't assume a member 
2010         destructor is represented by the type.
2012         * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
2013         * parse.y (nested_name_specifier): Add 'template' case.
2014         (explicit_template_type): New rule.
2015         (typename_sub): Use it.
2016         * decl.c (make_typename_type): Handle getting a template-id for NAME.
2017         * pt.c (tsubst): Likewise.
2019 Fri Feb 27 11:17:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
2021         * pt.c (add_to_template_args): Fix thinko.
2022         (instantiate_class_template): Call it later.
2024         * pt.c (get_class_bindings): Add outer_args parm.
2025         (most_specialized_class): Likewise.
2026         (instantiate_class_template): Pass it.
2027         (more_specialized_class): Likewise.
2028         (lookup_template_class): Get context from template if none
2029         was specified.
2030         (finish_member_template_decl): Don't do anything with a
2031         partial specialization.
2032         * decl2.c (check_member_template): Use IS_AGGR_TYPE instead of
2033         AGGREGATE_TYPE_P.
2034         * class.c (finish_struct): Member class templates have already been
2035         checked for name clashes.
2036         * decl.c (pushdecl_with_scope): Handle pushing at class level.
2038 Fri Feb 27 02:25:16 1998  Jason Merrill  <jason@yorick.cygnus.com>
2040         * pt.c (tsubst, TEMPLATE_DECL): Support member class templates.
2041         (tsubst, *_PARM): Support multiple levels of template classes.
2042         (instantiate_class_template): Look up the pattern from the
2043         original template.
2044         (lookup_template_class): Handle getting a template for d1.
2045         (push_template_decl): Correct setting of 'primary'.
2046         (reduce_template_parm_level): Add 'levels' parm.
2047         (finish_member_template_decl): Support member class templates.
2048         (template_class_depth): Handle multiple levels.
2049         * parse.y (component_decl_1, fn.def2): Remove member template case.
2050         (component_decl): Add member template cases.
2051         * decl2.c (check_member_template): We now handle member template
2052         classes.
2053         * decl.c (pushtag): Handle member templates.
2054         * method.c (do_inline_function_hair): Don't touch
2055         IDENTIFIER_GLOBAL_VALUE.
2056         * init.c (build_offset_ref): If name isn't an identifier, just 
2057         return it.
2058         * spew.c (yylex): Handle PTYPENAME like TYPENAME.
2060         * typeck.c (get_delta_difference): Do adjust for conversions to
2061         and from virtual base.
2063 Wed Feb 25 09:51:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
2065         * typeck.c (get_delta_difference): Give hard error for conversion
2066         from virtual base.
2068         * cp-tree.h: Tweak formatting.
2070 Wed Feb 25 00:35:33 1998  Jason Merrill  <jason@yorick.cygnus.com>
2072         * decl.c (push_namespace): Handle redeclaration error.
2074         * cp-tree.h (IDENTIFIER_NAMESPACE_VALUE): New macro.
2075         (IDENTIFIER_NAMESPACE_BINDINGS): New macro.
2076         (NAMESPACE_BINDING): New macro.
2077         (IDENTIFIER_GLOBAL_VALUE): Use NAMESPACE_BINDING.
2078         * *.c: Use them.
2080         * pt.c (push_template_decl): Use innermost_args.
2082         * decl.c (get_unique_name): Tweak from earlier in the name.
2084 Tue Feb 24 22:15:04 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
2086         * cp-tree.def: Add CPLUS_BINDING node.
2087         * cp-tree.h (tree_binding): new struct
2088         (BINDING_SCOPE, BINDING_VALUE): new macros
2089         (current_namespace, global_namespace): declare extern
2090         (struct lang_decl_flags): new field in_namespace
2091         (DECL_NAMESPACE_USING, DECL_NAMESPACE_USERS): new macros
2092         (DECL_NAMESPACE, SET_DECL_NAMESPACE): new macros
2093         (TREE_INDIRECT_USING): new macro
2094         * decl2.c (current_namespace, global_namespace): Declare.  The
2095         value is a NAMESPACE_DECL now, not a TREE_LIST.
2096         (is_namespace_ancestor, namespace_ancestor):new static functions.
2097         (add_using_namespace, ambiguous_decl): likewise.
2098         (lookup_using_namespace): new support function for lookup_name.
2099         (qualified_lookup_using_namespace): new support function for
2100         do_scoped_id and lookup_namespace_name
2101         (get_namespace_id): mark as obsolete.
2102         (current_namespace_id): Likewise.
2103         (do_namespace_alias): Implement.
2104         (do_using_directive): Implement as call to add_using_namespace.
2105         * decl.c (binding_for_name): new function.
2106         (push_namespace, pop_namespace): implement.
2107         (push_decl): don't install a FUNCTION_DECL in the global branch.
2108         (lookup_namespace_name): implement using qualified lookup.
2109         (lookup_name_real): For global scoping, lookup in
2110         global_namespace. For namespace scoping, lookup in given
2111         namespace. For unscoped lookup, iterate over namespace,
2112         considering using directives.
2113         (init_decl_processing): initialize global_namespace.
2114         (grokvardecl): Build assembler name as static name for globals.
2115         (grokdeclarator): Remove old namespace mangling.
2116         (xref_tag): When installing a global binding for the
2117         tag, make sure we have an identifier.
2118         * method.c (build_overload_nested_name): mangle namespaces.
2119         (build_qualified_name): Likewise.
2120         (build_decl_overload_real): Likewise.
2121         * lex.c (build_lang_decl): set namespace for new declaration to
2122         current_namespace.
2123         (do_scoped_id): find global names in global or current
2124         namespace, or using qualified namespace lookup, depending on
2125         context.
2126         * init.c (build_member_call): When scope is namespace, use
2127         build_x_function_call instead.
2128         (build_offset_ref): When scope is namespace, collapse processing
2129         to lookup_namespace_name instead.
2130         * error.c (dump_decl): Support NAMESPACE_DECL.
2131         * decl.c (pushdecl): Bind globals to current namespace.
2132         (push_overloaded_decl): Likewise.
2133         (lookup_tag): Likewise.
2134         (lookup_name_current_level): Likewise.
2135         (xref_tag): Likewise.
2136         (start_function): Likewise.
2137         * lex.c (do_identifier): Likewise.
2138         (identifier_typedecl_value): Likewise.
2139         (real_yylex): Likewise.
2140         * method.c (do_inline_function_hair): Likewise.
2141         * parse.y (unscoped): Likewise.
2142         * pt.c (check_explicit_specialization): Likewise.
2143         (lookup_template_class): Likewise.
2144         * rtti.c (call_void_fn): Likewise.
2145         * sig.c (build_sigtable): Likewise.
2146         * ptree.c (lang_print_xnode): New function.
2148 Tue Feb 24 01:40:24 1998  Jason Merrill  <jason@yorick.cygnus.com>
2150         * pt.c (instantiate_class_template): Don't instantiate if pedantic
2151         and the args use template parms.
2153         * pt.c (push_tinst_level): If the instantiaton uses template parms,
2154         fail silently.
2155         * decl.c (xref_basetypes): Do call complete_type for basetypes
2156         that involve template parameters.
2158 Tue Feb 24 00:36:43 1998  Jason Merrill  <jason@yorick.cygnus.com>
2160         * typeck2.c (process_init_constructor): Fix labeled init check.
2162 Mon Feb 23 05:08:55 1998  Jason Merrill  <jason@yorick.cygnus.com>
2164         * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS
2165         argument to tsubst and friends.
2167         * pt.c (tsubst, FUNCTION_DECL): Tidy.
2169         * typeck.c (build_x_function_call): Handle static member function
2170         templates like non-templates.  Handle friend templates like normal
2171         function templates.
2172         * pt.c (tsubst, *_PARM): Don't use orig_level.
2173         (get_bindings): Don't call add_to_template_args.
2174         (instantiate_template): Likewise.
2175         (tsubst, FUNCTION_DECL): Call add_to_template_args as appropriate.
2176         * ptree.c (print_lang_type): Print index/level for template parms.
2178 Mon Feb 23 02:52:29 1998  Mark Mitchell  <mmitchell@usa.net>
2180         * Make-lang.in (cc1plus): Note that cc1plus depends on
2181         cp/cp-tree.h and cp/cp-tree.def.
2182         
2183         * cp-tree.def (TEMPLATE_CONST_PARM): Remove.
2184         (TEMPLATE_PARM_INDEX): New tree code, used to indicate a
2185         position in a template parameter list.
2186         * cp-tree.h (template_parm_index): New structure, used as the tree
2187         structure for a TEMPLATE_PARM_INDEX.
2188         (TEMPLATE_PARM_IDX): New macro.
2189         (TEMPLATE_PARM_LEVEL): Likewise.
2190         (TEMPLATE_PARM_DESCENDANTS): Likewise.
2191         (TEMPLATE_PARM_ORIG_LEVEL): Likewise.
2192         (TEMPLATE_PARM_DECL): Likewise.
2193         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
2194         (TEMPLATE_TYPE_ORIG_LEVEL): Likewise.
2195         (TEMPLATE_TYPE_DECL): Likewise.
2196         (TEMPLATE_CONST_IDX): Remove.
2197         (TEMPLATE_CONST_LEVEL): Likewise.
2198         (TEMPLATE_CONST_SET_INFO): Likewise.
2199         (TEMPLATE_TYPE_SET_INFO): Likewise.
2200         (TEMPLATE_TYPE_IDX): Redefine in terms of TEMPLATE_PARM_INDEX
2201         node.
2202         (TEMPLATE_TYPE_LEVEL): Likewise.
2203         * decl.c (decls_match): Call comp_template_parms, rather than
2204         expanding it inline.
2205         (duplicate_decls): If two template declarations are being merged,
2206         then their TEMPLATE_INFOs should be merged as well.
2207         (grokfndecl): Save template-id information when declaring a friend
2208         with explicit template arguments.  Pass arguments to
2209         check_explicit_specialization via correct convention; at some
2210         point check_explicit_specialization changed, but these call-sites
2211         did not.
2212         (grokdeclarator): Tidy up slightly.
2213         * decl2.c (check_classfn): Tidy up slightly.  Don't assume that
2214         two template functions with the same DECL_ASSEMBLER_NAME the same,
2215         since the names are not yet mangled.
2216         * error.c (dump_decl): Use TEMPLATE_PARM_INDEX instead of
2217         TEMPLATE_CONST_PARM. 
2218         (dump_expr): Likewise.  Use the TEMPLATE_PARM_DECL to get at the
2219         decl for a non-type parameter, rather than printing `<tparm ...>'.
2220         * friend.c (is_friend): Handle TEMPLATE_DECL friends.
2221         (do_friend): Deal with template friends.
2222         * lex.c (do_pending_inlines): Call
2223         maybe_begin_member_template_processing, rather than
2224         conditionally calling begin_member_template_processing.
2225         (process_next_inline): Likewise.  Call
2226         maybe_end_member_template_processing, rather than
2227         conditionally calling end_member_template_processing.
2228         (do_pending_defargs): Likewise.
2229         (do_identifier): Use TEMPLATE_PARM_INDEX instead of
2230         TEMPLATE_CONST_PARM.  
2231         * method.c (build_mangled_template_parm_index): New function.
2232         (build_overload_value): Use it.
2233         (build_overload_name): Likewise.
2234         * pt.c (finish_member_template_decl): Allow friend declarations.
2235         (template_class_depth): New function.
2236         (is_member_template): Rename, and modify, to become...
2237         (is_member_or_friend_template): New function.
2238         (end_member_template_processing): Rename, and modify, to become...
2239         (maybe_end_member_template_processing).
2240         (build_template_parm_index): New function.
2241         (reduce_template_parm_level): New function.
2242         (process_template_parm): Modify to use build_template_parm_index.
2243         (push_template_decl): Deal with friend templates.
2244         (uses_template_parms): Use TEMPLATE_PARM_INDEX instead of
2245         TEMPLATE_CONST_PARM.
2246         (tsubst_friend_function): New function.
2247         (instantiate_class_template): Generate the DECL_FRIENDLIST
2248         for a new instantiation by using tsubst_friend_function rather
2249         than just tsubst.
2250         (tsubst): Don't tsubst into a type which is a TEMPLATE_DECL.
2251         Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM, and the
2252         appropriate new macros.  Use reduce_template_parm_level to
2253         generate lower-level template parameters.  Handle tsubst'ing into
2254         TEMPLATE_DECLS that declare TEMPLATE_TEMPLATE_PARMS.  Don't forget
2255         to tsubst the DECL_CONTEXT and DECL_CLASS_CONTEXT of newly created
2256         templates.  Similarly for the template parameters for a new
2257         template.
2258         (tsubst_copy): Tidy up slightly.  Use TEMPLATE_PARM_INDEX instead
2259         of TEMPLATE_CONST_PARM.  Handle TYPE_DECLs by tsubsting into them.
2260         (unify): Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM.  
2261         (get_bindings): Call add_to_template_args if necessary.
2262         (instantiate_decl): Handle instantiations of friend templates.
2263         * search.c (lookup_field_1): Don't treat the TYPE_FIELDS of a
2264         TEMPLATE_TYPE_PARM as a list of fields; it's not!
2265         * spew.c (yylex): Do a little manual constant propogation to
2266         clarify the code.
2267         
2268 Sun Feb 22 19:53:29 1998  Jeffrey A Law  (law@cygnus.com)
2270         * error.c: Include sys/types.h.
2272 Thu Feb 19 14:49:09 1998  Jeffrey A Law  (law@cygnus.com)
2274         * method.c (build_mangled_name): Start CPP directives in column zero.
2276 Thu Feb 19 10:36:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
2278         * typeck2.c (process_init_constructor): Sorry about non-trivial
2279         labeled initializers.
2280         * parse.y (initlist): Reenable labeled initializers.
2282 Thu Feb 19 10:15:55 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
2284         * pt.c (coerce_template_parms) Add a new parameter, is_tmpl_parm,
2285         all callers changed.  Rely on the new parameter instead of arg 
2286         being a TREE_LIST when determine whether we are working inside
2287         template template parameter.  Clean up is_type test.
2288         
2289 Thu Feb 19 10:04:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
2291         * cvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
2292         * typeck2.c (initializer_constant_valid_p): Allow conversions
2293         between pointers and refrerences.
2295 1998-02-19  Brendan Kehoe  <brendan@cygnus.com>
2297         * typeck.c (build_unary_op): Only warn about incr/decr a pointer
2298         if pedantic || warn_pointer_arith.
2300 Thu Feb 19 09:37:21 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
2302         * pt.c (unify): Handle TEMPLATE_DECL.
2304 1998-02-18  Brendan Kehoe  <brendan@cygnus.com>
2306         * cp-tree.h (strip_attrs): Remove decl.
2308 1998-02-18  Doug Evans  <devans@cygnus.com>
2310         * decl.c (duplicate_decls): Call merge_machine_decl_attributes.
2311         Update olddecl's attributes too.
2312         (strip_attrs): Remove function.
2313         * typeck.c (common_type): Call merge_machine_type_attributes.
2315 Tue Feb 17 14:07:52 1998  Mark Mitchell  <mmitchell@usa.net>
2317         * parse.y (initdcl0_innards): New grammar symbol.
2318         (nomods_initdecls, nomods_initdcl0): Change type from itype to
2319         none, since the resulting value is never used.
2320         (parse_decl): New function.
2321         (datadef): Remove redundant actions.
2322         (initdcl0, notype_initdcl0, nomods_initdcl0): Use initdcl0_innards.
2323         * parse.c: Regenerated.
2324         
2325 Tue Feb 17 11:54:16 1998  Jason Merrill  <jason@yorick.cygnus.com>
2327         * parse.y (simple_stmt): Use getdecls() to check for decl.
2329 Sat Feb 14 11:50:51 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2331         * Make-lang.in (DEMANGLER_INSTALL_NAME, DEMANGLER_CROSS_NAME): New 
2332         macros.
2333         (c++.install-common): Install c++filt properly as native or as cross
2334         variant.
2335         (c++.uninstall): Add c++filt.
2337 Fri Feb 13 14:55:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
2339         * call.c (standard_conversion): Fix multi-level ptr conversions.
2341 Fri Feb 13 14:06:22 1998  Mike Stump  <mrs@wrs.com>
2343         * init.c (build_new): Propagate error_mark_node up.
2345 Fri Feb 13 13:24:32 1998  Jason Merrill  <jason@yorick.cygnus.com>
2347         * parse.y (simple_stmt): If the condition isn't a declaration, 
2348         start the controlled block after the test.
2350 Fri Feb 13 02:26:10 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2352         * call.c (build_over_call): Convert builtin abs, labs and fabs to
2353         tree-codes.
2354         * decl.c (init_decl_processing): Reenable abs, labs and fabs as
2355         builtins.
2357 Fri Feb 13 01:36:42 1998  Jason Merrill  <jason@yorick.cygnus.com>
2359         * call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV.
2361 Fri Feb 13 00:21:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
2363         * cp-tree.h: Add access_protected_virtual_node.
2364         * class.c (init_class_processing): Initialize it.
2365         * decl.c (xref_basetypes): Use it.
2366         * parse.y (base_class_access_list): Likewise.
2368         * Make-lang.in (DEMANGLER_PROG): Add $(exeext).
2369         (c++.install-common): Install c++filt.
2371 Thu Feb 12 12:46:51 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
2373         * decl.c (shadow_tag): Give error for typedef-ing built-in types.
2375 Wed Feb 11 23:28:05 1998  Mark Mitchell  <mmitchell@usa.net>
2377         * call.c (reference_binding): Use comptypes when comparing
2378         TYPE_MAIN_VARIANTS to handle non-canonical array/index types.
2380 Wed Feb 11 16:42:04 1998  Mark Mitchell  <mmitchell@usa.net>
2382         * tree.c (is_overloaded_fn): Use really_overloaded_fn.
2383         (really_overloaded_fn): Move check here from is_overloaded_fn. 
2384         (get_first_fn): Use really_overloaded_fn and is_overloaded_fn.
2386 Wed Feb 11 15:54:18 1998  Mark Mitchell  <mmitchell@usa.net>
2388         * typeck.c (build_ptrmemfunc): Type-check pointer-to-member
2389         conversions.
2391 Mon Feb  9 22:23:31 1998  Mark Mitchell  <mmitchell@usa.net>
2393         * cp-tree.h (push_template_decl): Return the decl passed in, or an
2394         equivalent duplicate.
2395         * decl.c (pushtag): Use the return value from push_template_decl.
2396         (duplicate_decls): When duplicating a template declaration, merge
2397         the DECL_TEMPLATE_RESULTs as well.
2398         (make_implicit_typename): Don't try to dive into typename types to
2399         find a context for making a new implicit typename.
2400         (start_decl): Use the return value from push_template_decl.
2401         (grokdeclarator): Complain about declarations list `const operator
2402         int'.  Since we don't correctly handle in-class initializations of
2403         non-static data members, complain about this (now illegal)
2404         practice.  Issue an error for initializations of non-const statics
2405         since that is illegal as well, and since we don't handle that case
2406         correctly either.
2407         (start_function): Use the return value from push_template_decl.
2408         (start_method): Likewise.
2409         * decl2.c (grokfield): Likewise.  Since the change to
2410         grokdeclarator ensures that all initialized fields are in fact
2411         static, remove a redundant test for TREE_PUBLIC.
2412         * parse.y (initlist): Disable labeled initializers since they do
2413         not work as per the documentation, and since they do not use the
2414         same syntax as the C front end.
2415         * pt.c (push_template_decl): Return the decl passed in, or an
2416         equivalent duplicate.
2417         (lookup_template_class): When searching in a nested context,
2418         use the right arguments.
2419         (uses_template_parms): Handle the DECL_INITIAL for a CONST_DECL.
2420         * typeck.c (build_component_ref): Assign the correct type to the
2421         result of build_vfn_ref.
2422         
2423 Tue Feb 10 23:56:46 1998  Jason Merrill  <jason@yorick.cygnus.com>
2425         * pt.c (convert_nontype_argument): Fix typo.
2426         (check_explicit_specialization): Allow old-style specialization
2427         of class template members.
2429 Tue Feb 10 20:36:52 1998  Jason Merrill  <jason@yorick.cygnus.com>
2430                           Manfred Hollstein  <manfred@s-direktnet.de>
2432         * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
2433         when deciding to override DECL_ASSEMBLER_NAME.
2435 Tue Feb 10 15:30:55 EST 1998 Andrew MacLeod <amacleod@torpedo.to.cygnus.com>
2437         * decl2.c (lang_f_options): Add -fsquangle to option processing list.
2438         * cp-tree.h (flag_do_squangling): Add declaration.
2439         * lang-options.h: Add -fsquangle and -fno-squangle.
2440         * method.c: Add macros and static variables for squangling.
2441         (build_overload_name): Rename to build_mangled_name, add logic for B 
2442         compression, and split into process_modifiers and 
2443         process_overload_item.
2444         (process_modifiers): New function, to handle constant, reference, 
2445         and pointer types. 
2446         (process_overload_item): New function, handles issue of type codes.
2447         (build_overload_name): New function, start squangling and call 
2448         build_mangled_name.
2449         (ALLOCATE_TYPEVEC, DEALLOCATE_TYPEVEC): Remove macro and expand inline.
2450         (start_squangling): New function to initialize squangling structs.
2451         (end_squangling): New function to destroy squangling structs.
2452         (nrepeats): Rename variable to Nrepeats.
2453         (issue_nrepeats): New function for issuing 'n' type repeats.
2454         (check_ktype): New function to check for type K name compression.
2455         (build_overload_nested_name): Add a check for K name compression.
2456         (build_qualified_name): Add a check for K name compression and don't
2457         use DECL_ASSEMBLER_NAME when squangling is on.
2458         (check_btype): New function, checks for B type compression.
2459         (build_static_name, build_decl_overload_real): Initiate squangling.
2460         (build_typename_overload, build_overload_with_type): Initiate 
2461         squangling
2463 Sun Feb  8 23:47:38 1998  scott snyder  <sss@d0linux01.fnal.gov>
2465         * method.c (make_thunk): Avoid name buffer overflow.
2467 Sat Feb  7 16:48:54 1998  Jason Merrill  <jason@yorick.cygnus.com>
2469         * pt.c (instantiate_decl): Call cp_finish_decl for vars even if we
2470         don't define them yet.
2472         * parse.y (nomods_initdcl0): Add constructor_declarator case.
2474 Fri Feb  6 21:32:25 1998  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2476         * config-lang.in (diff_excludes): Use basename only.
2478 Thu Feb  5 19:10:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
2480         * tinfo2.cc: Add tinfo for signed char.
2482 Thu Feb  5 14:38:23 1998  Mike Stump  <mrs@wrs.com>
2484         * search.c (compute_access): Handle protected constructors in derived
2485         classes as accessible.
2487 Wed Feb  4 01:26:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
2489         * expr.c (cplus_expand_expr, PCC_STATIC_STRUCT_RETURN code):
2490         Call convert_from_reference sooner.
2492 Tue Feb  3 23:50:52 1998  Mark Mitchell  <mmitchell@usa.net>
2494         * cvt.c (ocp_convert): Obtain the constant values from constant
2495         decls even if the destination type is the same as the type of the
2496         decl. 
2498         * decl2.c (finish_file): Make sure that static inlines with
2499         definitions are not marked DECL_EXTERNAL before returning.
2501 Tue Feb  3 22:43:42 1998  Jason Merrill  <jason@yorick.cygnus.com>
2503         * decl.c: Lose arg_looking_for_template.
2504         (lookup_name_real): Likewise.
2505         * parse.y: Lose processing_template_arg, template_arg1
2506         (primary): Likewise.
2507         * spew.c (yylex): Set lastiddecl for PTYPENAMEs, too.
2509 Tue Feb  3 22:04:01 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
2511         * error.c (dump_decl): Fix type of default arguments for template
2512         template parameters and nontype template parameters.
2513         * parse.y (template_parm): Handle invalid default template 
2514         template arguments here.
2516         * parse.y (template_parm): Use template_arg instead of PTYPENAME 
2517         for default template template argument.
2518         * pt.c (coerce_template_parms): Merge default template argument 
2519         codes.  Can treat RECORD_TYPE as template name if it is implicitly
2520         created.  Fix argument index in error message.
2521         * typeck.c (comptypes): Merge template argument comparison codes in 
2522         TEMPLATE_TEMPLATE_PARM and RECORD_TYPE.
2524 Tue Jan  6 01:42:44 1998  Mumit Khan <khan@xraylith.wisc.edu>
2526         * lex.c (file_name_nondirectory): Also check for '/'.
2528 Mon Feb  2 11:24:22 1998  Mark Mitchell  <mmitchell@usa.net>
2530         * parse.y (primary): Deal with statement-expressions in
2531         templates. 
2532         * pt.c (tsubst_copy): Handle BIND_EXPR.
2533         * tree.c (mapcar): Likewise.
2535         * call.c (add_template_candidate_real): Pass extra parameter to
2536         fn_type_unification. 
2537         * cp-tree.h (fn_type_unification): Add parameter.
2538         * pt.c (fn_type_unification): Add additional parameter to deal with
2539         static member functions.
2540         (get_bindings): Deal with static member functions.
2542         * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.      
2543         (revert_static_member_fn): Declare.
2544         * decl.c (revert_static_member_fn): Remove declaration.  Change
2545         linkage from internal to external.
2546         (cp_finish_decl): Deal with virtual functions in classes local to
2547         template functions.
2548         * decl2.c (finish_file): Don't forget to emit increment/decrement
2549         expressions in initializers for file-scope variables.
2550         * parse.y (typename_sub2): If the typename doesn't names a
2551         template, rather than a type, issue an error message.
2552         * pt.c (check_explicit_specialization): Handle specializations of
2553         static member functions.
2554         (coerce_template_parms): Handle offset references to lists of
2555         member functions.
2556         * search.c (note_debug_info_needed): Don't crash when handed a
2557         type which is being defined.
2558         * typeck.c (complete_type): Don't crash when handed NULL_TREE;
2559         that can happen with some illegal code.
2561 Mon Feb  2 00:57:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2563         * call.c (user_harshness): Initialize `code' to 0.
2564         (build_method_call): Initialize `candidates', `cp' and `len' to 0.
2565         (null_ptr_cst_p): Add parentheses around && within ||.
2566         (standard_conversion): Likewise.
2567         (z_candidate): Likewise.
2568         (build_user_type_conversion_1): Initialize `args' to NULL_TREE.
2569         (build_object_call): Likewise for `mem_args'.
2570         (build_new_op): Likewise for `mem_arglist'.  Add `return' from
2571         default case in enumeration switch.
2573         * class.c (build_vtable_entry): Add explicit braces to avoid
2574         ambiguous `else'.
2575         (build_class_init_list): Likewise.
2576         (finish_struct_1): Initialize `width' to 0.
2577         (instantiate_type): Initialize `name' to NULL_TREE.  Add
2578         explicit braces to avoid ambiguous `else'.
2580         * cvt.c (convert_to_aggr): Add explicit braces to avoid ambiguous
2581         `else'.
2583         * decl.c (grok_reference_init): Eliminate unused parameter, all
2584         callers changed.
2585         (record_builtin_type): Initialize `tdecl' to NULL_TREE.
2586         (init_decl_processing): Initialize `vb_off_identifier' to NULL_TREE.
2587         (cp_finish_decl): Initialize `ttype' to NULL_TREE.
2588         (grokdeclarator): Add parentheses around && within ||.  Add
2589         explicit braces to avoid ambiguous `else'.
2590         (grokparms): Initialize `type' to NULL_TREE.
2591         (xref_tag): Remove unused label `just_return'.
2592         (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
2593         (finish_function): Initialize `cond' and `thenclause' to NULL_TREE.
2594         (hack_incomplete_structures): Add parentheses around assignment
2595         used as truth value.
2597         * decl2.c (coerce_delete_type): Hide definition of `e3'.
2599         * error.c: Include <stdlib.h>.
2600         (dump_expr): Change the type of `i' to size_t.  Remove unused
2601         label `error'. 
2603         * except.c (init_exception_processing): Remove unused variable `d'.
2604         (expand_throw): Likewise for `label'.
2606         * friend.c (add_friends): Add explicit braces to avoid ambiguous
2607         `else'.
2609         * init.c (sort_member_init): Initialize `last_field' to NULL_TREE.
2610         (sort_base_init): Likewise for `binfo'.
2611         (expand_member_init): Likewise for `rval'.
2612         (build_member_call): Add parentheses around assignment used as
2613         truth value.
2614         (build_offset_ref): Add explicit braces to avoid ambiguous `else'.
2615         (build_new): Initialize `nelts' to NULL_TREE.  Initialize
2616         `old_immediate_size_expand' to 0.
2617         (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
2618         (build_vec_delete_1): Remove unused variable `block'.
2619         (expand_vec_init): Initialize `itype' to NULL_TREE.
2621         * lex.c: Include <strings.h> if we don't have <string.h>.  Protect
2622         declaration of `index' and `rindex' with autoconf macros.
2623         (reinit_parse_for_expr): Remove unused variables
2624         `look_for_semicolon' and `look_for_lbrac'.
2625         (cons_up_default_function): Initialize `args' to NULL_TREE.
2626         (readescape): Initialize `firstdig' to 0.
2627         (real_yylex): Add parentheses around assignment used as truth value. 
2629         * method.c: Include <strings.h> if we don't have <string.h>.
2630         Protect declaration of `index' with autoconf macro.
2632         * parse.y (primary): Add explicit braces to avoid ambiguous `else'.
2633         Initialize `type' to NULL_TREE.
2634         (structsp): Remove unused variable `id'.
2636         * pt.c (coerce_template_parms): Add explicit braces to avoid
2637         ambiguous `else'.
2638         (lookup_template_class): Initialize `template' to NULL_TREE.
2639         (instantiate_class_template): Remove unused variable `name' and `e'.
2640         (tsubst): Likewise for `i'.  Initialize `last' to NULL_TREE.
2641         (do_poplevel): Initialize `saved_warn_unused' to 0.
2642         (type_unification): Remove unused varable `parm'.
2643         (unify): Likewise for `j'.
2645         * repo.c (init_repo): Add parentheses around assignment used as
2646         truth value.
2647         (finish_repo): Remove unused varable `p'.
2648         
2649         * search.c (get_binfo): Initiize `type' to NULL_TREE.
2650         (get_base_distance): Likewise.
2651         (lookup_field): Initialize `rval_binfo_h', `type', `basetype_path'
2652         and `new_v' to NULL_TREE.
2653         (lookup_fnfields): Likewise for `rval_binfo_h'.
2654         (breadth_first_search): Add parentheses around assignment used as
2655         truth value.
2656         (get_template_base): Initialize `type' to NULL_TREE.
2658         * sig.c (append_signature_fields): Initialize `last_mfptr' to
2659         NULL_TREE.
2660         (build_signature_table_constructor): Likewise for
2661         `last_rhs_field', `pfn' and `vt_off'.
2662         (build_sigtable): Likewise for `init'.
2664         * tree.c (break_out_calls): Initialize `t2' to NULL_TREE.
2665         (propagate_binfo_offsets): Likewise for `delta'.
2666         (hash_tree_cons): Initialize hashcode to 0.
2667         (can_free): Likewise for `size'.
2668         (cp_tree_equal): Add explicit braces to avoid ambiguous `else'.
2669         
2670         * typeck.c (convert_sequence): Hide prototype.
2671         (common_type): Add explicit braces to avoid ambiguous `else'.
2672         (comp_target_types): Likewise.
2673         (build_x_function_call): Initialize `ctypeptr' to NULL_TREE.
2674         (build_function_call_real): Add explicit braces to avoid ambiguous
2675         `else'.
2676         (convert_arguments): Initialize `called_thing' to 0.
2677         (convert_for_initialization): Initialize `savew' and `savee' to 0.
2679         * typeck2.c (incomplete_type_error): Initialize `errmsg' to 0.
2680         (digest_init): Initialize `old_tail_contents' to NULL_TREE.
2681         (build_x_arrow): Likewise for `last_rval'.
2683         * xref.c (GNU_xref_decl): Initialize `cls' to 0.
2685 Sun Feb  1 12:45:34 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
2687         * decl.c (init_decl_processing): Use set_sizetype.
2688         * decl2.c (sizetype): Don't declare.
2689         * typeck.c (c_sizeof): Convert result of *_DIV_EXPR to sizetype.
2690         (c_sizeof_nowarn, build_binary_op_nodefault): Likewise.
2691         (build_component_addr, unary_complex_lvalue): Likewise.
2692         * rtti.c (expand_class_desc): Likewise.
2693         * class.c (get_vfield_offset): Likewise.
2695 Thu Jan 29 10:39:30 1998  Mark Mitchell  <mmitchell@usa.net>
2697         * pt.c (convert_nontype_argument): Move check for is_overloaded_fn
2698         early to avoid bogus error.  Handle overloaded function
2699         names provided as template arguments correctly.
2700         (coerce_template_parms): Don't mishandle overloaded functions when
2701         dealing with template template parameters.
2702         (lookup_template_class): Issue an error message, rather than
2703         crashing, when the TYPE_DECL provided is not a template type.
2705 Wed Jan 28 23:14:44 1998  Jason Merrill  <jason@yorick.cygnus.com>
2707         * class.c (instantiate_type): Don't just return a known type if
2708         it's wrong.
2710 Wed Jan 28 11:04:07 1998  Mark Mitchell  <mmitchell@usa.net>
2712         * class.c (instantiate_type): Remove handling of FUNCTION_DECL
2713         since that code could never be reached.
2714         
2715         * error.c (dump_decl): Avoid aborting in the midst of printing an
2716         error message about an illegal template declaration.
2718         * parse.y (structsp): Print an error message, rather than crashing,
2719         when a class-head does not name a class.
2721         * pt.c (convert_nontype_argument):  Allow REAL_TYPE and COMPLEX_TYPE
2722         template arguments as a g++ extension.
2723         
2724         * cp-tree.def (ALIGNOF_EXPR): New tree code.
2725         * decl2.c (grok_alignof): If processing_template_decl, just store
2726         the expression.
2727         * typeck.c (c_alignof): Likewise.
2728         * decl2.c (build_expr_from_tree): Handle ALIGNOF_EXPR.
2729         * error.c (dump_expr): Likewise.
2730         * pt.c (tsubst_copy): Likewise.
2731         * tree.c (cp_tree_equal): Likewise.
2732         * pt.c (uses_template_parms): Correctly determine whether or not a
2733         SIZEOF_EXPR/ALIGNOF_EXPR uses template parameters so that constant
2734         folding can be done.
2735         
2736         * cp-tree.h (grok_enum_decls): Remove type parameter.
2737         * decl.c (grok_enum_decls): Likewise.
2738         * decl2.c (grok_x_components): Call grok_enum_decls
2739         unconditionally, since it will do nothing if there is no
2740         current_local_enum.  Use the new calling sequence.
2741         * pt.c (tsubst_enum): Use the new calling sequence for
2742         grok_enum_decls.
2744         * decl.c (start_function): Make member functions of local classes
2745         in extern inline functions have comdat linkage here...
2746         (grokdeclarator): Rather than here.
2747         
2748 Wed Jan 28 10:55:47 1998  Jason Merrill  <jason@yorick.cygnus.com>
2750         * pt.c (convert_nontype_argument): Use decl_constant_value.
2752 Tue Jan 27 16:42:21 1998  Mark Mitchell  <mmitchell@usa.net>
2754         * call.c (add_template_candidate_real): New function.
2755         (add_template_candidate): Use it.
2756         (add_template_conv_candidate): Likewise.
2757         (joust): Pass extra argument to more_specialized.
2758         * class.c (instantiate_type): Handle a single FUNCTION_DECL.
2759         (is_local_class): Remove.
2760         (finish_struct): Check TI_PENDING_SPECIALIZATION_FLAG.
2761         * cp-tree.h (is_local_class): Remove.
2762         (perform_array_to_pointer_conversion): Likewise.
2763         (finish_member_template_decl): Add.
2764         (check_explicit_specialization): Return a tree, not an int.
2765         (more_specialized): Take additional argument.
2766         (get_bindings): Likewise.
2767         (TI_PENDING_SPECIALIZATION_FLAG): New macro.
2768         * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
2769         (perform_array_to_pointer_conversion): Remove.
2770         * decl.c (saved_scope): Add processing_specialization,
2771         processing_explicit_instantiation fields.
2772         (maybe_push_to_top_level): Save them.
2773         (pop_from_top_level): Restore them.
2774         (grokfndecl): Use new return value from
2775         check_explicit_specialization. 
2776         (start_decl): Don't check flag_guiding_decls before pushing
2777         decls. 
2778         (cp_finish_decl): Remove previous (bogus) change.
2779         (grok_declarator): Use decl_function_context rather than
2780         is_local_class. 
2781         * decl2.c (finish_file): Pass extra argument to get_bindings.
2782         (build_expr_from_tree): Let build_x_component_ref check 
2783         validity of arguments rather than doing it here.
2784         * lex.c (cons_up_default_function): Remove code fooling with
2785         processing_specialization, processing_explicit_instantiation
2786         flags, as that is now done in {maybe_push_top,pop_from}_top_level. 
2787         * method.c (build_overload_identifier): Mangle local classes in
2788         template functions correctly.
2789         * parse.y (finish_member_template_decl): Move to pt.c.
2790         * pt.c (finish_member_template_decl): Moved here from parse.y.
2791         (print_candidates): New function.
2792         (determine_specialization): Change interface.  Properly look for
2793         most specialized versions of template candidates.
2794         (check_explicit_specialization): Fully process explicit
2795         instantiations. 
2796         (push_template_decl): Avoid looking at CLASSTYPE fields in
2797         FUNCTION_DECLS. 
2798         (determine_overloaded_function): Remove.
2799         (convert_nontype_argument): Change name from
2800         convert_nontype_parameter.  Use determine_overloaded_function
2801         instead of instantiate_type.
2802         (mangle_class_name_for_template): Handle type contexts as well as
2803         function contexts.
2804         (classtype_mangled_name): Likewise.
2805         (lookup_template_class): Likewise.
2806         (tsubst): Likewise.
2807         (more_specialized): Take explict template arguments as a
2808         parameter. 
2809         (most_specialized): Likewise.
2810         (get_bindings): Likewise.  Check that return types match before
2811         proclaiming a function a match.
2812         (do_decl_instantiation): Remove code searching for function to
2813         instantiate; that is now done in check_explicit_specialization.
2814         (add_maybe_template): Pass extra argument to get_bindings.
2815         * tree.c (really_overloaded_fn): Use is_overloaded_fn to simplify
2816         implementation.
2817         * typeck.c (build_component_ref): Check for invalid arguments.
2819 Tue Jan 27 01:44:02 1998  Jason Merrill  <jason@yorick.cygnus.com>
2821         * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that 
2822         return_target and call_target are equivalent.
2824         * pt.c (type_unification_real): Just accept function parms that
2825         don't use any template parms.
2827 Sun Jan 25 03:30:00 1998  Jason Merrill  <jason@yorick.cygnus.com>
2829         * decl.c (cp_finish_decl): When bailing on a comdat variable, also
2830         unset DECL_NOT_REALLY_EXTERN.
2832         * parse.y (typename_sub*): Fix std::.
2834 Sat Jan 24 12:13:54 1998  Jason Merrill  <jason@yorick.cygnus.com>
2836         * error.c (dump_decl): Fix type default template args.
2837         (dump_type): Hand TEMPLATE_DECL off to dump_decl.
2839 Fri Jan 23 18:34:37 1998  Mumit Khan <khan@xraylith.wisc.edu>
2841         * lex.c (DIR_SEPARATOR): Define to be '/' if not already defined.
2842         (file_name_nondirectory): Use.
2844 Wed Jan 21 10:29:57 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
2846         * pt.c (coerce_template_parms): Don't access elements of ARGLIST
2847         that are not really present.  Substitute default arguments in 
2848         template template arguments.  Correctly convert TEMPLATE_DECL to 
2849         TEMPLATE_TEMPLATE_PARM.
2850         (comp_template_args): TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM 
2851         are no longer treated specially here.
2852         * parse.y (template_template_parm): Fix copy error.
2853         * decl.c (grokdeclarator): Warn about missing `typename' for nested
2854         type created from template template parameters.
2855         * parse.y (bad_parm): Likewise
2857         * class.c (finish_struct): Handle TEMPLATE_TEMPLATE_PARM.
2858         (push_nested_class): Likewise.
2859         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): New tree code.
2860         * cp-tree.h (DECL_TEMPLATE_TEMPLATE_PARM_P): New macro.
2861         (copy_template_template_parm): Declare.
2862         * decl.c (arg_looking_for_template): New variable.
2863         (lookup_name_real): Handle TEMPLATE_TEMPLATE_PARM.
2864         Try to return TEMPLATE_DECL or TEMPLATE_TEMPLATE_PARM
2865         node if arg_looking_for_template is nonzero.
2866         (pushdecl): Handle TEMPLATE_TEMPLATE_PARM.
2867         (grok_op_properties, xref_tag, xref_basetypes): Likewise.
2868         (grokdeclarator): Handle TEMPLATE_DECL.
2869         * decl2.c (constructor_name_full): Handle TEMPLATE_TEMPLATE_PARM.
2870         * error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM.
2871         (dump_type_prefix, dump_type_suffix) Handle TEMPLATE_TEMPLATE_PARM.
2872         (dump_decl): Handle unnamed template type parameters.
2873         Handle template template parameters.
2874         (dump_function_name): Handle template template parameters.
2875         * init.c (is_aggr_typedef, is_aggr_type, get_aggr_from_typedef): 
2876         Handle TEMPLATE_TEMPLATE_PARM.
2877         * method.c (build_template_template_parm_names): New function.
2878         (build_template_parm_names): Handle TEMPLATE_DECL.
2879         (build_overload_nested_name, build_overload_name): 
2880         Handle TEMPLATE_TEMPLATE_PARM.
2881         * parse.y (maybe_identifier): New nonterminal.
2882         (template_type_parm): Use it.
2883         (template_template_parm, template_arg1): New nonterminal.
2884         (template_parm): Add template_template_parm rules.
2885         (template_arg): Set processing_template_arg.
2886         (template_arg1): Rules moved from template_arg.
2887         (primary, nonnested_type): Set arg_looking_for_template if we are
2888         processing template arguments.
2889         * pt.c (begin_member_template_processing): Handle TEMPLATE_DECL.
2890         (process_template_parm): Handle template template parameters.
2891         (coerce_template_parms, comp_template_args): Likewise.
2892         (mangle_class_name_for_template, lookup_template_class): Likewise.
2893         (uses_template_parms): Handle TEMPLATE_DECL and 
2894         TEMPLATE_TEMPLATE_PARM.
2895         (current_template_args): Handle TEMPLATE_DECL.
2896         (tsubst, tsubst_copy, unify): Handle TEMPLATE_TEMPLATE_PARM.
2897         * search.c (dfs_walk, dfs_record_inheritance): 
2898         Handle TEMPLATE_TEMPLATE_PARM.
2899         * tree.c (copy_template_template_parm): New function.
2900         (mapcar): Handle TEMPLATE_TEMPLATE_PARM.
2901         * typeck.c (comptypes): Handle TEMPLATE_TEMPLATE_PARM.
2903 Mon Jan 19 22:40:03 1998  Mark Mitchell  <mmitchell@usa.net>
2905         * decl.c (start_decl): Don't allow duplicate definitions of static
2906         data members.
2908         * call.c (build_user_type_conversion_1): Handle user-defined
2909         template conversion operators correctly.
2911         * decl2.c (build_expr_from_tree): Issue an error message if the
2912         object in a COMPONENT_REF is a TEMPLATE_DECL.
2913         
2914         * typeck.c (incomplete_type_error): Handle TEMPLATE_TYPE_PARMs.
2915         
2916         * class.c (is_local_class): New function.
2917         * cp-tree.h (is_local_class): Declare it.
2918         (last_tree): Likewise.
2919         (begin_tree): Likewise.
2920         (end_tree): Likewise.
2921         (lookup_template_class): Change prototype.
2922         * decl.c (cp_finish_decl): Check for NULL where necesary.
2923         Consider FUNCTION_DECLS to declare objects with top-level binding,
2924         when calling make_decl_rtl.
2925         (grokdeclarator): Give members of local classes internal linkage.
2926         (start_function): Remove declaration of last_tree.
2927         (finish_function): Set flag_keep_inline_functions around call to
2928         rest_of_compilation if we are processing a member function in a
2929         local class.
2930         (start_method): Call push_template_decl for member functions of
2931         local classes in template functions.
2932         * decl2.c (import_export_decl): Don't give external linkage to
2933         instantiations of templates with internal linkage.
2934         * parse.y (last_tree): Remove declaration.
2935         (template_type): Pass extra parameter to lookup_template_class.
2936         (self_template_type): Likewise.
2937         (structsp): Move call to reset_specialization into left_curly.
2938         (left_curly): Call reset_specialization, and begin_tree.
2939         * pt.c (saved_trees): New variable.
2940         (mangle_class_name_for_template): Change prototype.  Use
2941         additional function context to name local classes in templates
2942         correctly. 
2943         (classtype_mangled_name): Pass the context.
2944         (push_template_decl): Handle local classes and templates, and
2945         member functions for such classes.
2946         (convert_nontype_parameter): Fix handling of pointer-to-member
2947         constants. 
2948         (lookup_template_class): Handle local classes in templates.
2949         (tsubst): Likewise.  Don't assume that template instantiations
2950         have external linkage; pay attention to the template declaration. 
2951         (mark_decl_instantiated): Likewise.
2952         (begin_tree): New function.
2953         (end_tree): Likewise.
2954         
2955         * decl.c (xref_basetypes): Don't call complete_type for basetypes
2956         that involve template parameters; that can lead to infinite
2957         recursion unnecessarily.
2959         * pt.c (register_specialization): Do not register specializations
2960         that aren't ready to be registered yet.
2961         (check_explicit_specialization): Handle explicit specialization of
2962         constructors and destructors.
2963         (build_template_decl): New function.
2964         (push_template_delc): Handle out-of-class specializations of
2965         member templates.
2966         
2967         * pt.c (check_explicit_specialization): Set up the template
2968         information before registering the specialization.
2969         (coerce_template_parms): Fix thinko.
2970         (tsubst): Handle specializations of member templates correctly.
2972         * class.c (finish_struct_methods): Remove calls to
2973         check_explicit_specialization from here.
2974         (finish_struct): And insert them here.
2975         * cp-tree.h (perform_qualification_conversions): New function.
2976         (perform_array_to_pointer_conversion): Likewise.
2977         (begin_explicit_instantiation): Likewise.
2978         (end_explicit_instantiation): Likewise.
2979         (determine_specialization): Renamed from
2980         determine_explicit_specialization. 
2981         (comp_template_parms): New function.
2982         (processing_explicit_instantiation): New variable.
2983         * cvt.c (perform_qualification_conversions): New function.
2984         (perform_array_to_pointer_conversion): Likewise.
2985         * decl.c (duplicate_decls): Don't consider template functions
2986         alike unless they have the same parameters.  Refine handling of
2987         instantiation/specialization mismatches.
2988         (start_decl): Don't call pushdecl for template specializations,
2989         since they don't affect overloading.
2990         (start_function): Likewise
2991         (grokfndecl): Call check_explicit_specialization a little later.
2992         Don't call duplicate_decls for memberm template specializations.
2993         (grokdeclarator): Don't update template_count for classes that are
2994         themselves specializations.  Remove use of `2' as parameter to
2995         grokfndecl since that value isn't used.
2996         * lex.c (cons_up_default_function): Save and restore
2997         processing_explicit_instantiation around calls to grokfield.
2998         * parse.y (finish_member_template_decl): New function.
2999         (component_decl_1): Use it.
3000         (fn.def2): Likewise.
3001         (template_arg_list_opt): New nonterminal.       
3002         (template_type): Use it.
3003         (self_template_type): Likewise.
3004         (template_id): Likewise.
3005         (object_template_id): Likewise.
3006         (notype_template_declarator): Likwise.
3007         (begin_explicit_instantiation): Likewise.
3008         (end_explicit_instantiation): Likewise.
3009         (explicit_instantiation): Use them.
3010         * pt.c (coerce_template_parms): Add parameters.
3011         (processing_explicit_instantiation): New variable.
3012         (convert_nontype_parameter): New function.
3013         (determine_overloaded_function): Likewise.
3014         (begin_explicit_instantiation): Likewise.
3015         (end_explicit_instantiation): Likewise.
3016         (retrieve_specialization): Likewise.
3017         (register_specialization): Likewise.
3018         (processing_explicit_specialization): Removed.
3019         (determine_specialization): Handle specializations of member
3020         functions of template class instantiations.
3021         (check_explicit_specialization): Refine to conform to standard.
3022         (comp_template_parms): New function.
3023         (coerce_template_parms): Call convert_nontype_parameter.
3024         (tsubst): Refine handling of member templates.  Use
3025         register_specialization. 
3026         (instantiate_template): Use retrieve_specialization.
3027         (do_decl_instantiation): Likewise.
3028         (instantiate_decl): Likewise.
3029         (type_unification): Improve handling of explict template
3030         arguments. 
3031         * tree.c (mapcar): Return error_mark_node, rather than aborting,
3032         on VAR_DECLS, FUNCTION_DECLS, and CONST_DECLS.
3033         * typeck.c (build_unary_op): Call determine_specialization, rather
3034         than determine_explicit_specialization.
3036 Mon Jan 19 13:18:51 1998  Jason Merrill  <jason@yorick.cygnus.com>
3038         * cvt.c (build_up_reference): A TARGET_EXPR has side effects.
3040 Fri Jan 16 11:40:50 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
3042         * error.c (dump_decl): For enum tags, output the tag, not its value.
3044 1998-01-13  Brendan Kehoe  <brendan@cygnus.com>
3046         * decl.c (init_decl_processing): Only call init_rtti_processing
3047         FLAG_RTTI is set.
3049 Mon Jan 12 01:35:18 1998  Jason Merrill  <jason@yorick.cygnus.com>
3051         * init.c (build_new_1): Split out from build_new.
3052         (build_new): Just return a NEW_EXPR.
3053         * expr.c (cplus_expand_expr): Handle NEW_EXPR.
3055         * decl2.c (get_temp_regvar): Tweak.
3057         * cp-tree.h (TREE_CALLS_NEW): Comment out.
3058         * class.c (resolves_to_fixed_type_p): Remove use.
3059         * method.c (build_opfncall): Likewise.
3060         * call.c (build_new_op): Likewise.
3062 Wed Jan  7 23:47:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
3064         * exception.cc (__eh_alloc, __eh_free): New fns.
3065         (__cp_push_exception, __cp_pop_exception): Use them.
3066         (__uncatch_exception): Call terminate here if no exception.
3067         * except.c (build_terminate_handler): New fn.
3068         (expand_start_catch_block): Use it.
3069         (expand_exception_blocks): Likewise.
3070         (alloc_eh_object): New fn.
3071         (expand_throw): Use it.  Protect exception init with terminate.
3072         * typeck.c (build_modify_expr): Remove code that ignores trivial 
3073         methods.
3075 Mon Dec 22 11:36:27 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3077         * call.c (add_builtin_candidate): Add default case in enumeration
3078         switch.
3079         (build_new_op): Likewise.
3080         (convert_like): Likewise.
3081         * cvt.c (build_expr_type_conversion): Likewise.
3082         * tree.c (real_lvalue_p): Likewise.
3083         (lvalue_p): Likewise.
3084         (cp_tree_equal): Likewise.
3085         * typeck.c (comptypes): Likewise.
3086         (build_component_ref): Likewise.
3087         (build_function_call_real): Likewise.
3088         (build_binary_op_nodefault): Likewise.
3089         (build_unary_op): Likewise.
3090         (build_modify_expr): Likewise.
3091         * typeck2.c (initializer_constant_valid_p): Likewise.
3093 Sun Dec 21 15:59:00 1997  Nick Clifton  <nickc@cygnus.com>
3095         * decl2.c (lang_decode_option): Add support for -Wunknown-pragmas.
3097 Thu Dec 18 14:51:50 1997  Mark Mitchell  <mmitchell@usa.net>
3099         * pt.c (coerce_template_parms): Make sure to digest_init if
3100         possible.
3102         * decl.c (duplicate_decls): Make the newdecl virtual if the
3103         olddecl was, just as is done with other attributes of olddecl.
3105 Thu Dec 18 14:43:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
3107         * typeck.c (unary_complex_lvalue): Ignore op0 when taking the 
3108         address of an OFFSET_REF.
3110         * cp-tree.def: Add AGGR_INIT_EXPR.
3111         * error.c, tree.c, typeck.c: Replace uses of NEW_EXPR with
3112         AGGR_INIT_EXPR where appropriate.
3113         * expr.c (cplus_expand_expr): Likewise.  Simplify.
3115         * decl2.c (finish_file): Remove call to register_exception_table.
3117 Wed Dec 17 17:08:52 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
3119         * pt.c (instantiate_class_template): Don't do injection when
3120         processing_template_decl is true, as pollutes current_binding_level 
3121         for base classes.
3123 Wed Dec 17 21:17:39 1997  Peter Schmid <schmid@ltoi.iap.physik.tu-darmstadt.de>
3125         * pt.c (maybe_fold_nontype_arg): Add prototype.
3127 Tue Dec 16 10:31:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
3129         * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
3130         * error.c (dump_expr): Likewise.
3132 Mon Dec 15 12:22:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
3134         * typeck.c (build_function_call_real): Remove "inline called before
3135         definition" pedwarn.
3137         * pt.c (coerce_template_parms): Use maybe_fold_nontype_arg.
3139 Sun Dec 14 22:34:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
3141         * cvt.c (cp_convert_to_pointer): Fix base conversion of pm's.
3143         * pt.c (type_unification_real): Change __null to type void* with 
3144         a warning.
3146 Sun Dec 14 20:38:35 1997  Mark Mitchell  <mmitchell@usa.net>
3148         * call.c (implicit_conversion): Don't call
3149         build_user_type_conversion_1 with a NULL expr, since it will
3150         crash. 
3152         * pt.c (unify): Don't try to unify array bounds if either array is
3153         unbounded.
3155 Fri Dec 12 16:09:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
3157         * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at): 
3158         Replace extern decls with casts.
3160         * decl.c (expand_start_early_try_stmts): Don't mess with a sequence.
3161         Update last_parm_cleanup_insn.
3162         (store_after_parms): Remove.
3163         * cp-tree.h: Adjust.
3165 Thu Dec 11 22:18:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
3167         * decl2.c (comdat_linkage): Also set DECL_COMDAT.
3168         (finish_file): Check DECL_COMDAT instead of weak|one_only.
3169         (import_export_vtable): Use make_decl_one_only instead of
3170         comdat_linkage for win32 tweak.
3171         (import_export_decl): Likewise.
3172         * pt.c (mark_decl_instantiated): Likewise.
3174         * decl2.c (finish_file): Lose handling of templates in pending_statics.
3176 Thu Dec 11 21:12:09 1997  Jason Merrill  <jason@yorick.cygnus.com>
3178         * decl2.c (finish_file): Lose call to expand_builtin_throw.
3179         * except.c (expand_builtin_throw): Remove.
3180         * cp-tree.h: Remove ptr_ptr_type_node.
3181         * decl.c: Likewise.
3183 Thu Dec 11 20:43:33 1997  Teemu Torma  <tot@trema.com>
3184         
3185         * decl.c (ptr_ptr_type_node): Define.
3186         (init_decl_processing): Initialize it.
3187         * cp-tree.h: Declare it.
3188         * exception.cc (__cp_exception_info): Use __get_eh_info.
3189         (__cp_push_exception): Ditto.
3190         (__cp_pop_exception): Ditto.
3192         From Scott Snyder <snyder@d0sgif.fnal.gov>:
3193         * except.c (expand_builtin_throw): Use get_saved_pc_ref instead of
3194         saved_pc.
3195         (init_exception_processing): Removed saved_pc initialization.
3197 Wed Dec 10 11:04:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
3199         * pt.c (instantiate_decl): Defer all templates but inline functions.
3201 Mon Dec  8 23:17:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
3203         * init.c (expand_vec_init): Don't fold a list of parameters.
3205         * decl.c (copy_args_p): Handle copy elision for types with virtual
3206         bases.
3207         * call.c (build_over_call): Likewise.
3209 Sun Dec  7 22:38:12 1997  Mark Mitchell  <mmitchell@usa.net>
3211         * pt.c (lookup_template_function): Copy the template arguments,
3212         not just the list containing them, to the permanent obstack.
3214 Sun Dec  7 15:53:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
3216         * except.c (expand_start_catch_block): suspend_momentary for the
3217         terminate handler.
3219         * error.c (dump_decl): Handle LOOKUP_EXPR.
3221 Sun Dec  7 15:45:07 1997  Mark Mitchell  <mmitchell@usa.net>
3223         * rtti.c (build_dynamic_cast): Copy the cast-to type to the
3224         permanent obstack if we are processing a template decl.
3225         * typeck.c (build_static_cast): Likewise.
3226         (build_const_cast): Likewise.
3227         (build_reinterpret_cast): Likewise.
3229         * pt.c (coerce_template_parms): Coerce some expressions, even
3230         when processing_template_decl.
3232 Sun Dec  7 01:46:33 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
3234         * typeck.c (build_binary_op_nodefault, pointer_diff): Symmetric
3235         handling of pointer difference expressions.
3237         * typeck.c (comp_target_types): Comparison of function/method types
3238         is independent of nptrs.
3240 Sun Dec  7 01:40:27 1997  Mark Mitchell  <mmitchell@usa.net>
3242         * pt.c (tsubst): Avoid creating pointer to reference and
3243         reference to reference types.
3245 Sat Dec  6 01:29:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
3247         * parse.y (do_id): New nonterminal.
3248         (template_id): Use it.
3250 Fri Dec  5 01:17:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
3252         * parse.y (template_id): do_identifier for PFUNCNAMEs, too.
3253         * spew.c (yylex): Don't do_identifier here.
3254         * decl2.c (build_expr_from_tree): Revert last change.
3256         * decl2.c (build_expr_from_tree): Expand the name for a method call.
3257         * parse.y (object_template_id): Don't try to take the DECL_NAME.
3259 Wed Dec  3 20:02:39 1997  Jason Merrill  <jason@yorick.cygnus.com>
3261         * init.c (build_new): Use a TARGET_EXPR instead of SAVE_EXPR for
3262         alloc_expr.
3263         * call.c (build_op_delete_call): Adjust.
3265         * except.c (expand_end_catch_block): Lose rethrow region.
3266         (expand_start_catch_block): Likewise.
3267         (expand_end_catch_block): Don't expand_leftover_cleanups.
3269 Wed Dec  3 13:24:04 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
3271         * pt.c (tsubst): Remove tree_cons call (places redundant info into
3272         DECL_TEMPLATE_INSTANTIATION).   
3274 Wed Dec  3 11:44:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
3276         * tree.c (is_overloaded_fn): Handle getting a fn template.
3277         (really_overloaded_fn): Likewise.
3278         * error.c (dump_decl): Handle TEMPLATE_ID_EXPRs better.
3279         * pt.c (check_explicit_specialization): Tweak.
3280         (determine_explicit_specialization): Tweak.
3282         * tree.c, cp-tree.h (get_target_expr): New fn.
3284 Wed Dec  3 08:47:27 1997  Paul Eggert  <eggert@twinsun.com>
3286         * pt.c (check_explicit_specialization): Fix misspelling in
3287         diagnostic: `preceeded'.
3288         * typeck.c (get_delta_difference): Fix misspelling in diagnostic:
3289         `conversiona'.
3291 1997-12-02  Mark Mitchell  <mmitchell@usa.net>
3293         * pt.c (determine_explicit_specialization): Avoid an internal
3294         error for bad specializations.
3296         * method.c (build_overload_value): Handle SCOPE_REF.
3298 Tue Dec  2 19:18:50 1997  Mike Stump  <mrs@wrs.com>
3300         * class.c (prepare_fresh_vtable): Enable even more complex MI
3301         vtable names.
3303 Tue Dec  2 01:37:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
3305         * exception.cc (__check_eh_spec): Optimize a bit.
3307         * exception.cc (__cp_pop_exception): Lose handler arg.
3308         * except.c (do_pop_exception): Likewise.
3309         (push_eh_cleanup): Let the cleanup mechanism supply the handler.
3310         (expand_end_catch_block): Likewise.
3312 Fri Nov 28 01:58:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
3314         * pt.c (check_explicit_specialization): Complain about using a 
3315         template-id for a non-specialization.
3317 Fri Nov 28 12:35:19 1997  Scott Christley  <scottc@net-community.com>
3319         * repo.c: Prototype rindex only if needed.
3320         * xref.c: Likewise.
3322 Fri Nov 28 01:56:35 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
3324         * error.c (dump_decl): Handle TEMPLATE_ID_EXPR.
3326 Thu Nov 27 00:59:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
3328         * typeck.c (build_const_cast): Handle references here instead of
3329         handing off to convert_to_reference.
3331         * except.c: Lose Unexpected, SetTerminate, SetUnexpected,
3332         TerminateFunctionCall.
3333         (init_exception_processing): Likewise.  Terminate et al are now
3334         the fns, not ADDR_EXPRs.
3335         (various): Lose redundant assemble_external calls.
3336         (do_unwind): s/BuiltinReturnAddress/builtin_return_address_fndecl/.
3338         * cp-tree.h (struct lang_decl_flags): Add comdat.
3339         (DECL_COMDAT): New macro.
3340         * decl.c (duplicate_decls): Propagate it.
3341         (cp_finish_decl): Handle it.
3342         * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs.
3344         * class.c: Remove static pending_hard_virtuals.
3345         (add_virtual_function): Take pointers to pending_virtuals
3346         and pending_hard_virtuals.
3347         (finish_struct_1): Pass them.  Declare pending_hard_virtuals.
3349 Wed Nov 26 20:28:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
3351         * decl2.c (import_export_vtable): If we support one_only but not
3352         weak symbols, mark instantiated template vtables one_only.
3353         (import_export_decl): Likewise for tinfo functions.
3354         (finish_vtable_vardecl): Also write out vtables from explicitly 
3355         instantiated template classes.
3356         * pt.c (mark_class_instantiated): Revert last change.
3358         * except.c (expand_throw): Call mark_used on the destructor.
3360 Wed Nov 26 15:13:48 1997  Jeffrey A Law  (law@cygnus.com)
3362         * lex.c (lang_init): Enable flag_exceptions by default if no
3363         command line switch was specified.
3365 1997-11-26  Mark Mitchell  <mmitchell@usa.net>
3367         * pt.c (unify): Handle `void' template parameters in
3368         specializations.
3370 Wed Nov 26 01:11:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
3372         * rtti.c (build_dynamic_cast): Handle template case here.
3373         (build_dynamic_cast_1): Not here.
3375         * typeck2.c (digest_init): Make copies where appropriate.
3377         * decl2.c (delete_sanity): resolve_offset_ref.
3379         * except.c: Call terminate without caching so many bits.
3381         * except.c (expand_start_catch_block): Fix catching a reference
3382         to pointer.
3384 Tue Nov 25 11:28:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
3386         * init.c (build_new): Copy size to the saveable obstack.
3388         * init.c (build_new): Stick a CLEANUP_POINT_EXPR inside the
3389         TRY_CATCH_EXPR for now.
3391 Mon Nov 24 12:15:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
3393         * typeck.c (mark_addressable): Don't assume a FUNCTION_DECL
3394         has DECL_LANG_SPECIFIC.
3396         * exception.cc (struct cp_eh_info): Add handlers field.
3397         (__cp_push_exception): Initialize it.
3398         (__cp_pop_exception): Decrement it.  Don't pop unless it's 0.
3399         (__throw_bad_exception): Remove.
3400         * except.c (call_eh_info): Add handlers field.
3401         (get_eh_handlers): New fn.
3402         (push_eh_cleanup): Increment handlers.
3404 Fri Nov 21 12:22:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
3406         * except.c (expand_start_eh_spec): Use the try/catch code.
3407         (expand_end_eh_spec): Likewise.  Call __check_eh_spec instead of
3408         doing everything inline.
3409         (init_exception_processing): throw_type_match now takes
3410         const void pointers.
3411         * exception.cc (__check_eh_spec): New fn.
3412         * inc/exception: Neither terminate nor unexpected return.
3413         * decl.c: Make const_ptr_type_node public.
3414         * tinfo2.cc (__throw_type_match_rtti): Take the typeinfos constly.
3416         * except.c (expand_start_catch_block): We only need the rethrow
3417         region for non-sjlj exceptions.
3418         (expand_end_catch_block): Likewise.  Use outer_context_label_stack.
3420 Thu Nov 20 14:40:17 1997  Jason Merrill  <jason@yorick.cygnus.com>
3422         * Make-lang.in (CXX_LIB2FUNCS): Add new op new and op delete objs.
3423         (various.o): Likewise.
3424         * inc/new: Add placement deletes.  Add throw specs for default new.
3425         * new.cc (set_new_handler): Move here from libgcc2.
3426         * new1.cc (new (nothrow)): Catch a bad_alloc thrown from the handler.
3427         (new): Move from libgcc2.  Throw bad_alloc.
3428         * new2.cc: Move the rest of the op news and op deletes from libgcc2.
3429         * decl.c (init_decl_processing): Update exception specs on new and
3430         delete.
3432         * method.c (build_decl_overload_real): Don't mess with global 
3433         placement delete.
3435         * init.c (build_new): Check for null throw spec, not nothrow_t.
3437         * decl.c (duplicate_decls): Don't complain about different exceptions
3438         from an internal declaration.
3440         * call.c (build_op_delete_call): Fix check for member fns again.
3442         * decl2.c (import_export_decl): Interface hackery affects
3443         virtual synthesized methods.
3445 Wed Nov 19 18:24:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
3447         * decl.c (start_decl): Don't just complain about a mismatched 
3448         scope, fix it.
3450         * decl.c (make_implicit_typename): Handle case where t is not
3451         actually from context.
3452         * tree.c (get_type_decl): Lose identifier case.
3453         * spew.c (yylex): Lose useless call to identifer_typedecl_value.
3454         * parse.y (nonnested_type): Just use lookup_name.
3455         (complex_type_name): Just use IDENTIFIER_GLOBAL_VALUE.
3457 Wed Nov 19 11:45:07 1997  Michael Tiemann  <tiemann@axon.cygnus.com>
3459         * error.c (dump_function_name): Test DECL_LANG_SPECIFIC in case
3460         T was built in C language context (for example, by
3461         output_func_start_profiler).
3463 Wed Nov 19 10:39:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
3465         * decl.c (make_implicit_typename): New fn.
3466         (lookup_name_real): Use it.  Use current_class_type as the context.
3468 Mon Nov 17 23:42:03 1997  Bruno Haible <haible@ilog.fr>
3470         * pt.c (do_poplevel): Don't prohibit jumps into this contour.
3472 Mon Nov 17 02:01:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
3474         * friend.c (do_friend): Warn about non-template friends in templates.
3476         * call.c (build_op_delete_call): Fix handling of inherited delete.
3478         * search.c (dfs_record_inheritance): Ignore template type parms.
3480 Sat Nov 15 00:30:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
3482         * call.c (build_new_op): Fix copy error.
3483         (build_op_new_call): New fn.
3484         (build_op_delete_call): New fn.
3485         * cp-tree.h: Declare them.
3486         * init.c (build_new): Use them.  Support placement delete.
3487         (build_x_delete): Use build_op_delete_call.
3488         (build_delete): Likewise.
3489         * decl2.c (delete_sanity): Likewise.
3490         (coerce_delete_type): Don't complain about placement delete.
3492 Thu Nov 13 01:52:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
3494         * call.c (build_new_function_call): Remove unused 'obj' parm.
3495         * cp-tree.h, typeck.c: Adjust.
3497         * init.c (build_new): Make the cleanup last longer.
3498         (expand_vec_init): Call do_pending_stack_adjust.
3500 Wed Nov 12 11:04:33 1997  Jason Merrill  <jason@yorick.cygnus.com>
3502         * pt.c (do_type_instantiation): Fix typo.
3503         (mark_class_instantiated): If we support one_only but not weak 
3504         symbols, don't mark this as known.
3506         * init.c (build_new): Handle vec delete in EH cleanup.
3508 Wed Nov 12 08:11:55 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
3510         * call.c (build_method_call): Call complete_type before checking
3511         for destructor.
3513 Sun Nov  9 01:29:55 1997  Jim Wilson  (wilson@cygnus.com)
3515         * decl.c (add_block_current_level): Delete.
3516         * init.c (build_vec_delete_1): Delete build_block and
3517         add_block_current_level calls.
3519 Wed Nov 12 00:48:16 1997  Jason Merrill  <jason@yorick.cygnus.com>
3521         * init.c (build_new): Handle freeing allocated memory when the
3522         constructor throws.
3524         * call.c (build_new_method_call): Fix flags arg.
3526         * pt.c (do_type_instantiation): Don't try to instantiate
3527         member templates.
3528         (mark_decl_instantiated): If we support one_only but not
3529         weak symbols, mark this one_only.
3530         * decl2.c (import_export_vtable): Don't defer handling of vtables
3531         if MULTIPLE_SYMBOL_SPACES.
3533 Tue Nov 11 12:02:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
3535         * except.c (expand_end_catch_block): Lose call to __sjpopnthrow.
3537 Tue Nov 11 02:53:44 1997  Jason Merrill  <jason@lasher.cygnus.com>
3539         * except.c (do_pop_exception): Return a value.
3541 Mon Nov 10 20:25:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
3543         * call.c (build_new_method_call): Handle getting a
3544         TEMPLATE_ID_EXPR around a TEMPLATE_DECL.  Don't look for a field
3545         if we got template parms.
3546         * typeck.c (build_x_function_call): Remember the TEMPLATE_ID_EXPR,
3547         not just the args.
3548         * decl2.c (build_expr_from_tree): Tweak last change.
3549         * pt.c (tsubst_copy): Use get_first_fn instead of TREE_VALUE.
3550         (maybe_fold_nontype_arg): Split out from tsubst_copy.
3551         * tree.c (get_first_fn): Just return a TEMPLATE_ID_EXPR.
3553 Mon Nov 10 20:08:38 1997  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
3555         * pt.c (tsubst_copy): Handle explicit template arguments in 
3556         function calls.
3557         * typeck.c (build_x_function_call): Likewise.
3558         * decl2.c (build_expr_from_tree): Lookup function name if it 
3559         hasn't been done.
3561         * pt.c (tsubst): Instantiate template functions properly when 
3562         template parameter does not appear in function arguments and return 
3563         type.
3564         (comp_template_args): Handle member templates required by tsubst.
3566 Mon Nov 10 20:08:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
3568         * decl.c (grokdeclarator): Tweak conditions for pedwarn in
3569         previous change.
3571 Mon Nov 10 20:08:29 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
3573         * pt.c (coerce_template_parms): Tweak error message.
3575         * decl.c (grokdeclarator): If -Wreturn-type, warn everytime a
3576         return type defaults to `int', even if there are storage-class
3577         specifiers.
3579 Mon Nov 10 03:04:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
3581         Complete nested exception support.
3582         * except.c (do_pop_exception): Split out...
3583         (push_eh_cleanup): From here.  Handle the EH region by hand.
3584         (expand_start_catch_block): Add a new level for the catch parm.
3585         Move the rethrow region outside the two cleanup regions.
3586         Protect the initializer for the catch parm with terminate.
3587         (expand_end_catch_block): Likewise.  End the region for the eh_cleanup.
3588         * exception.cc (__cp_pop_exception): Now takes two parms.  Handle
3589         popping off the middle of the stack.
3590         * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR, 
3591         WITH_CLEANUP_EXPR, and UNSAVE_EXPR.
3592         (build_cplus_new): Only wrap CALL_EXPRs.
3593         * init.c (expand_default_init): Handle a TRY_CATCH_EXPR around 
3594         the constructor call.
3596 Sun Nov  9 18:00:26 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3598         * Make-lang.in (c++.distdir): Make inc subdirectory.
3600 Fri Nov  7 11:57:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
3602         * decl2.c (finish_file): Put back some code.
3604 Thu Nov  6 11:28:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
3606         * decl2.c (finish_file): Remove redundant code.
3607         * method.c (emit_thunk): Don't let the backend defer generic thunks.
3609 Wed Nov  5 23:52:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
3611         * except.c (call_eh_info): Split out...
3612         (push_eh_info): From here.
3613         (expand_builtin_throw): Use it.
3614         (expand_start_catch_block): Move region start back.
3616 Tue Nov  4 13:45:10 1997  Doug Evans  <devans@canuck.cygnus.com>
3618         * lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
3619         (real_yylex): Record wide strings using target endianness, not host.
3621 1997-11-03  Brendan Kehoe  <brendan@lisa.cygnus.com>
3623         * repo.c (rindex): Add decl unconditionally.
3624         (get_base_filename, open_repo_file): Don't cast rindex.
3625         * xref.c (rindex): Add decl unconditionally.
3626         (index): Remove unused decl.
3627         (open_xref_file): Don't cast rindex.
3629 Sun Nov  2 15:04:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
3631         * class.c (build_vbase_path): Propagate the result type properly.
3633 1997-11-01  Brendan Kehoe  <brendan@lisa.cygnus.com>
3635         * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replace
3636         remaining use of saved_throw_type with a call to get_eh_type.
3638 1997-10-31  Brendan Kehoe  <brendan@lisa.cygnus.com>
3640         * lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
3641         (file_name_nondirectory): New function, doing the same as the macro.
3642         (set_typedecl_interface_info): Use it instead of the macro.
3643         (check_newline): Likewise.
3644         (handle_cp_pragma): Likewise.
3646         * repo.c (get_base_filename): Cast result of rindex to char*.
3647         (open_repo_file): Likewise.
3648         * xref.c (open_xref_file): Likewise.
3649         * error.c (dump_char): Make its arg int, not char.
3651         * except.c (push_eh_info): Pass the number of fields - 1 down, not
3652         the exact number of fields.
3654 Fri Oct 31 01:47:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
3656         Support for nested exceptions.
3657         * tinfo2.cc (__is_pointer): New fn.
3658         * exception.cc (struct cp_eh_info): Define.
3659         (__cp_exception_info, __uncatch_exception): New fns.
3660         (__cp_push_exception, __cp_pop_exception): New fns.
3661         * except.c: Lose saved_throw_{type,value,cleanup,in_catch}.
3662         Lose empty_fndecl.
3663         (init_exception_processing): Likewise.  __eh_pc is now external.
3664         (push_eh_info): New fn.
3665         (get_eh_{info,value,type,caught}): New fns.
3666         (push_eh_cleanup): Just call __cp_pop_exception.
3667         (expand_start_catch_block): Use push_eh_info.  Start the eh region
3668         sooner.
3669         (expand_end_eh_spec): Use push_eh_info.
3670         (expand_throw): Call __cp_push_exception to set up the exception info.
3671         Just pass the destructor or 0 as the cleanup.  Call __uncatch_exception
3672         when we rethrow.
3673         (expand_builtin_throw): Don't refer to empty_fndecl.
3675 Thu Oct 23 02:01:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
3677         * pt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATION on new decl.
3679 1997-10-22  Brendan Kehoe  <brendan@cygnus.com>
3681         * method.c (build_template_parm_names, build_decl_overload_real):
3682         Add static to definitions.
3683         * pt.c (add_to_template_args, note_template_header,
3684         processing_explicit_specialization, type_unification_real): Likewise.
3685         ({determine,check}_explicit_specialization): Use a single string for
3686         error messages.
3688 Mon Oct 20 12:06:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
3690         * except.c (expand_exception_blocks): Call do_pending_stack_adust.
3691         (expand_end_catch_block): Likewise.
3692         (expand_end_eh_spec): Likewise.
3694 Mon Oct 20 11:44:20 1997  Mark Mitchell  <mmitchell@usa.net>
3696         * decl.c (duplicate_decls): Handle template specializations
3697         correctly. 
3698         * error.c (dump_function_name): Fix printing of specializations of
3699         member functions that are not member templates.
3700         * cp-tree.h (processing_specialization): Make global.
3701         * pt.c (processing_specialization): Likewise.
3702         * lex.c (cons_up_default_function): Save and restore
3703         processing_specialization to avoid confusion.
3704         
3705 Mon Oct 20 10:52:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
3707         * decl.c (init_decl_processing): Give null_node unknown* type.
3708         * typeck.c (comp_target_types): Handle UNKNOWN_TYPE.
3709         (common_type): Likewise.
3710         * error.c (args_as_string): Recognize null_node.
3712 Sun Oct 19 09:13:01 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3714         * typeck.c (rationalize_conditional_expr): Handle {MIN,MAX}_EXPR.
3715         (unary_complex_lvalue): Call it for {MIN,MAX}_EXPR.
3717         * decl.c (init_decl_processing): Call using_eh_for_cleanups.
3719         * Make-lang.in (g++): Include prefix.o.
3721 Thu Oct 16 15:31:09 1997  Judy Goldberg <judygold@sanwafp.com>
3723         * pt.c (determine_explicit_specialization): Initialize "dummy"
3724         to keep Purify quiet.
3726 Thu Oct 16 00:14:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
3728         * method.c (build_overload_value): Handle TEMPLATE_CONST_PARMs here.
3729         (build_overload_int): Not here.
3731 Wed Oct 15 00:35:28 1997  Mike Stump  <mrs@wrs.com>
3733         * class.c (build_type_pathname): Remove.
3734         (prepare_fresh_vtable): Fix problem with complex MI vtable names.
3736 1997-10-14  Brendan Kehoe  <brendan@lisa.cygnus.com>
3738         * parse.y (unary_expr): Give a pedwarn if someone tries to use the
3739         &&label GNU extension.
3741 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
3743         * decl.c (pushtag): Unset DECL_ASSEMBLER_NAME before setting it,
3744         so as to avoid incorrect manglings.
3745         * method.c (build_decl_overload_real): Don't mangle return types
3746         for constructors.
3747         
3748 Tue Oct 14 11:46:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
3750         * cp-tree.h (scratchalloc, build_scratch_list, make_scratch_vec,
3751         scratch_tree_cons): Define as macros for now.
3752         * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, expr.c, init.c, 
3753         lex.c, method.c, parse.y, pt.c, rtti.c, search.c, tree.c, typeck.c,
3754         typeck2.c: Use them and the expression_obstack variants.
3756 Mon Oct 13 17:41:26 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
3758         * decl.c (store_return_init): Allow classes with explicit ctors to
3759         be used with the named return values extension.
3761 Fri Oct 10 12:21:11 1997  Jason Merrill  <jason@yorick.cygnus.com>
3763         * pt.c (instantiate_decl): Fix previous change.
3765 Thu Oct  9 12:08:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
3767         * pt.c (tsubst): Fix thinko.
3768         (instantiate_decl): Really use the original template.
3770         * call.c (build_new_method_call): Use simple constructor_name for
3771         error messages.
3773 Wed Oct  8 22:44:42 1997  Jeffrey A Law  (law@cygnus.com)
3775         * method.c (build_underscore_int): Don't use ANSI specific
3776         features.
3778 Wed Oct  8 00:18:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
3780         * decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN
3781         for our key method; it might have been inlined by -O3.
3783 Tue Oct  7 23:00:12 1997  Mark Mitchell  <mmitchell@usa.net>
3785         * decl.c (make_typename_type): Do not try to call lookup_field for
3786         non-aggregate types.
3788 Tue Oct  7 22:52:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
3790         * typeck.c (build_reinterpret_cast): Tweak.
3792 Tue Oct  7 22:45:31 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
3794         * typeck.c (build_reinterpret_cast): converting a void pointer
3795         to function pointer with a reinterpret_cast produces a warning
3796         if -pedantic is issued
3798 Tue Oct  7 22:43:43 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
3800         * typeck.c (c_expand_return): Don't warn about returning a
3801         reference-type variable as a reference.
3803 Tue Oct  7 21:11:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
3805         * method.c (build_static_name): Fix typo.
3807 1997-10-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
3809         * decl.c (duplicate_decls): Make sure DECL_LANG_SPECIFIC is set on
3810         OLDDECL before we try to do DECL_USE_TEMPLATE.
3812 Tue Oct  7 00:48:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
3814         * decl.c (duplicate_decls): Don't warn about template instances.
3816         * typeck.c (mark_addressable): Lose ancient code that unsets
3817         DECL_EXTERNAL.
3819         * pt.c (do_decl_instantiation): Lose support for instantiating
3820         non-templates.
3822         * call.c (build_new_function_call): Fix handling of null explicit
3823         template args.
3824         (build_new_method_call): Likewise.
3826 Mon Oct  6 23:44:34 1997  Mark Mitchell  <mmitchell@usa.net>
3828         * method.c (build_underscore_int): Fix typo.
3830 1997-10-06  Brendan Kehoe  <brendan@lisa.cygnus.com>
3832         * tree.c (print_lang_statistics): #if 0 call to
3833         print_inline_obstack_statistics until its definition is checked in.
3835 Mon Oct  6 09:27:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
3837         * decl2.c (finish_file): Move dump_tree_statistics to end.
3839         * pt.c (instantiate_decl): Look for the original template.
3840         (tsubst): Set DECL_IMPLICIT_INSTANTIATION on partial instantiations
3841         of member templates.
3843 Wed Oct  1 08:41:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
3845         * Makefile.in (g++FAQ.*): New rules.
3846         (CONFLICTS): Update.
3847         * g++FAQ.texi: Moved from libg++.
3849         * parse.y (PFUNCNAME): Only specify the type once.
3851 1997-10-01  Brendan Kehoe  <brendan@lasher.cygnus.com>
3853         * lex.c (real_yylex): Clean up the code to fully behave the way
3854         the c-lex.c parser does for complex and real numbers.
3856 Tue Sep 30 08:51:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
3858         * method.c (build_decl_overload_real): Reformat.
3860 Tue Sep 30 00:18:26 1997  Jason Merrill  <jason@yorick.cygnus.com>
3862         * method.c (synthesize_method): If at_eof, determine our linkage.
3864 1997-09-29  Paul Eggert  <eggert@twinsun.com>
3866         * lex.c (real_yylex): Treat `$' just like `_', except issue a
3867         diagnostic if !dollars_in_ident or if pedantic.
3869         * lang-specs.h (@c++): -ansi no longer implies -$.
3871         * decl2.c (lang_decode_option):
3872         -traditional and -ansi now do not mess with
3873         dollars_in_ident.
3875 Mon Sep 29 19:57:51 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
3877         * Makefile.in (parse.o, decl.o): Also depend on
3878         $(srcdir)/../except.h $(srcdir)/../output.h.
3879         (decl2.o): Also depend on $(srcdir)/../expr.h ../insn-codes.h
3880         $(srcdir)/../except.h $(srcdir)/../output.h.
3881         (typeck.o, init.o): Also depend on $(srcdir)/../expr.h
3882         ../insn-codes.h.
3884         * call.c, cp-tree.h, decl.c, tree.c: Finish prototyping.
3886         * expr.c (cplus_expand_expr): Make it static. 
3888         * decl2.c, init.c, typeck.c: Include "expr.h".
3889         (expand_expr): Use proper values when calling the function.
3891 Mon Sep 29 11:05:54 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
3893         * lang-options.h: new -Wold-style-cast flag.
3894         * cp-tree.h (warn_old_style_cast): new variable.
3895         * decl2.c (warn_old_style_cast): ditto.
3896         (lang_decode_option): support -Wold-style-cast.
3897         (reparse_absdcl_as_casts): produce old-style-cast warning.
3899 Mon Sep 29 09:20:53 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
3901         * decl.c (cp_finish_decl): Allow expand_aggr_init to set
3902         TREE_USED, reset value based on already_used.
3904         * init.c (expand_member_init): Revert change.
3905         
3906 Mon Sep 29 08:57:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
3908         * cp-tree.h, decl.c, decl2.c, pt.c:
3909         Lose DECL_C_STATIC and DECL_PUBLIC.  Don't pretend statics are public.
3911         * decl2.c (lang_decode_option): Add missing ;.
3913 Sat Sep 27 16:22:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
3915         * friend.c (do_friend): Disable injection for all template-derived
3916         decls.
3917         * decl2.c (lang_decode_option): Handle -fguiding-decls.
3918         * parse.y (notype_template_declarator): New nonterminal.
3919         (direct_notype_declarator): Use it.
3920         (complex_direct_notype_declarator): Likewise.
3921         (object_template_id): Accept any kind of identifier after TEMPLATE.
3922         (notype_qualified_id): Don't add template declarators here.
3924 Sat Sep 27 16:21:58 1997  Mark Mitchell  <mmitchell@usa.net>
3926         * call.c (add_template_candidate): Add explicit_targs parameter.
3927         (build_scoped_method_call): Use it.
3928         (build_overload_call_real): Likewise.
3929         (build_user_type_conversion_1): Likewise.
3930         (build_new_function_call): Likewise.
3931         (build_object_call): Likewise.
3932         (build_new_op): Likewise.
3933         (build_new_method_call): Likewise.
3934         (build_new_function_call): Handle TEMPLATE_ID_EXPR.
3935         (build_new_method_call): Likewise.
3937         * class.c (finish_struct_methods): Add specialization pass to
3938         determine which methods were specializing which other methods.
3939         (instantiate_type): Handle TEMPLATE_ID_EXPR.
3941         * cp-tree.def (TEMPLATE_ID_EXPR): New tree code.
3943         * cp-tree.h (name_mangling_version): New variable.
3944         (flag_guiding_decls): Likewise.
3945         (build_template_decl_overload): New function.
3946         (begin_specialization): Likewise.
3947         (reset_specialization): Likewise.
3948         (end_specialization): Likewise.
3949         (determine_explicit_specialization): Likewise.
3950         (check_explicit_specialization): Likewise.
3951         (lookup_template_function): Likewise.
3952         (fn_type_unification): Add explicit_targs parameter.
3953         (type_unification): Likewise.
3955         * decl.c (duplicate_decls): Add smarts for explicit
3956         specializations.
3957         (grokdeclarator): Handle TEMPLATE_ID_EXPR, and function
3958         specializations.
3959         (grokfndecl): Call check_explicit_specialization.
3961         * decl2.c (lang_decode_option): Handle -fname-mangling-version.
3962         (build_expr_from_tree): Handle TEMPLATE_ID_EXPR.
3963         (check_classfn): Handle specializations.
3965         * error.c (dump_function_name): Print specialization arguments.
3967         * friend.c (do_friend): Don't call pushdecl for template 
3968         instantiations. 
3970         * init.c (build_member_call): Handle TEMPLATE_ID_EXPR.
3972         * lang-options.h: Add -fname-mangling-version, -fguiding-decls, 
3973         and -fno-guiding-decls.
3975         * lex.c (identifier_type): Return PFUNCNAME for template function
3976         names.
3978         * method.c (build_decl_overload_real): New function.
3979         (build_template_parm_names): New function.
3980         (build_overload_identifier): Use it.
3981         (build_underscore_int): New function.
3982         (build_overload_int): Use it.  Add levels for template
3983         parameters.
3984         (build_overload_name): Likewise.  Also, handle TYPENAME_TYPEs.
3985         (build_overload_nested_names): Handle template type parameters.
3986         (build_template_decl_overload): New function.
3988         * parse.y (YYSTYPE): New ntype member.
3989         (nested_name_specifier): Use it.
3990         (nested_name_specifier_1): Likewise.
3991         (PFUNCNAME): New token.
3992         (template_id, object_template_id): New non-terminals.
3993         (template_parm_list): Note specializations.
3994         (template_def): Likewise.
3995         (structsp): Likewise.
3996         (fn.def2): Handle member template specializations.
3997         (component_decl_1): Likewise.
3998         (direct_notype_declarator): Handle template-ids.
3999         (component_decl_1): Likewise.
4000         (direct_notype_declarator): Handle template-ids.
4001         (primary): Handle TEMPLATE_ID_EXPR, and template-ids.
4003         * pt.c (processing_specializations): New variable.
4004         (template_header_count): Likewise.
4005         (type_unification_real): New function.
4006         (processing_explicit_specialization): Likewise.
4007         (note_template_header): Likewise.
4008         (is_member_template): Handle specializations.
4009         (end_template_decl): Call reset_specialization.
4010         (push_template_decl): Handle member template specializations.
4011         (tsubst): Likewise.
4012         (tsubst_copy): Handle TEMPLATE_ID_EXPR.
4013         (instantiate_template): Handle specializations.
4014         (instantiate_decl): Likewise.
4015         (fn_type_unification): Handle explicit_targs.
4016         (type_unification): Likewise.  Allow incomplete unification
4017         without an error message, if allow_incomplete.
4018         (get_bindings): Use new calling sequence for fn_type_unification.
4020         * spew.c (yylex): Handle PFUNCNAME.
4022         * tree.c (is_overloaded_fn): Handle TEMPLATE_ID_EXPR.
4023         (really_overloaded_fn): Likewise.
4024         (get_first_fn): Handle function templates.
4026         * typeck.c (build_x_function_call): Use really_overloaded_fn.
4027         Handle TEMPLATE_ID_EXPR.
4028         (build_x_unary_op): Likewise.
4029         (build_unary_op): Likewise.
4030         (mark_addressable): Templates whose address is taken are marked  
4031         as used. 
4033 1997-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4035         * decl.c (init_decl_processing): Declare __builtin_constant_p as
4036         accepting any kind of type, not only int.
4038 Fri Sep 26 00:22:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
4040         * search.c (get_matching_virtual): Notice virtual bases when sorrying
4041         about covariant returns.
4043         * parse.y (member_init): Also imply typename here.  Remove ancient
4044         extension for initializing base members.
4046 Thu Sep 25 11:11:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
4048         Handle multi-level typenames and implicit typename in base list.
4049         * parse.y (typename_sub{,[0-2]}): New rules.
4050         (structsp, rule TYPENAME_KEYWORD): Use typename_sub.
4051         (nonnested_type): New rule.
4052         (complete_type_name): Use it.
4053         (base_class.1): Use typename_sub and nonnested_type.
4054         (nested_name_specifier): Don't elide std:: here.
4055         * decl.c (make_typename_type): Handle getting a type for NAME.
4056         (lookup_name_real): Turn std:: into :: here.
4058         Rvalue conversions were removed in London.
4059         * call.c (is_subseq): Don't consider lvalue transformations.
4060         (build_conv): LVALUE_CONV and RVALUE_CONV get IDENTITY_RANK.
4061         (joust): Reenable ?: kludge.
4063 1997-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
4065         * decl.c (start_function): Up warning of no return type to be a
4066         pedwarn.
4068 Mon Sep 22 14:15:34 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
4070         * init.c (expand_member_init): Don't set TREE_USED.
4071         * decl.c (cp_finish_decl): Mark decls used if type has TREE_USED
4072         set,don't clear TREE_USED wholesale.
4074 Sat Sep 20 15:31:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
4076         * call.c (build_over_call): Do require_complete_type before
4077         build_cplus_new.
4079 Thu Sep 18 16:47:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
4081         * search.c (lookup_field): Call complete_type in all cases.
4083         * decl.c (finish_function): Just warn about flowing off the end.
4085 Wed Sep 17 10:31:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
4087         * decl.c (grokparms): Don't bash a permanent list node if we're
4088         in a function.
4090 1997-09-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
4092         * Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
4094 Tue Sep 16 14:06:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
4096         * call.c (build_new_op): Give better error for syntactically
4097         correct, but semantically invalid, use of undeclared template.
4099         * call.c (compare_qual): Handle pmfs.
4101         * decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
4102         after the exception spec.
4104 Mon Sep 15 11:52:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
4106         * call.c (null_ptr_cst_p): Integer type, not integral type.
4108         * call.c (joust): Disable warnings until they can be moved to the
4109         right place.
4111 Fri Sep 12 16:11:13 1997  Per Bothner  <bothner@cygnus.com>
4113         * Makefile.in, config-lang.in:  Convert to autoconf.
4115 Thu Sep 11 17:14:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
4117         * decl.c (lookup_name_real): Add implicit 'typename' to types from
4118         base classes.
4120         * pt.c (most_specialized_class): Fix typo.
4121         (tsubst): Move constant folding to TREE_VEC case.
4123 Thu Sep 11 10:08:45 1997  Mark Mitchell  <mmitchell@usa.net>
4125         * pt.c (do_poplevel): Don't warn about unused local variables
4126         while processing_template_decl since we don't always know whether
4127         or not they will need constructing/destructing.
4129         * pt.c (uses_template_parms): Check the values of an enumeration
4130         type to make sure they don't depend on template parms.
4132         * decl.c (make_typename_type): Don't lookup the field if the
4133         context uses template parms, even if we're not
4134         processing_template_decl at the moment.
4136         * pt.c (coerce_template_parms): Avoid looking at the
4137         TYPE_LANG_DECL portion of a typename type, since there won't be
4138         one. 
4139         (tsubst): Do constant folding as necessary to make sure that
4140         arguments passed to lookup_template_class really are constants. 
4142 Wed Sep 10 11:21:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
4144         * except.c (expand_builtin_throw): #ifndef DWARF2_UNWIND_INFO.
4145         * decl2.c (finish_file): Only register exception tables if we
4146         need to.
4148         * decl.c (init_decl_processing): Add __builtin_[fs]p.
4150 Tue Sep  9 19:49:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
4152         * pt.c (unify): Just return 0 for a TYPENAME_TYPE.
4154 Tue Sep  9 17:57:25 1997  Mark Mitchell  <mmitchell@usa.net>
4156         * error.c (dump_decl): Avoid crashing when presented with a
4157         uninitialized constant, as can occur with a template parameter.
4158         (dump_expr): Make sure that there are enough levels of
4159         current_template_parms before we start diving through them.
4161 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
4163         * typeck.c (build_indirect_ref): Heed FLAG_VOLATILE similar to
4164         c-typeck.c.
4166 Tue Sep  9 09:36:39 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
4168         * except.c (expand_throw): Call build_delete for all 
4169         exception types, not just objects with destructors.
4171 Mon Sep  8 02:33:20 1997  Jody Goldberg  <jodyg@idt.net>
4173         * decl.c (current_local_enum): Remove static.
4174         * pt.c (tsubst_enum): Save and restore value of current_local_enum
4175         in case template is expanded in enum decl.
4176         (instantiate_class_template) : Use new tsubst_enum signature.
4177         (tsubst_expr): Likewise.
4179 Mon Sep  8 01:21:43 1997  Mark Mitchell  <mmitchell@usa.net>
4181         * pt.c (begin_member_template_processing): Take a function as
4182         argument, not a set of template arguments.  Use the template
4183         parameters, rather than the arguments.  Handle non-type parameters
4184         correctly.  Push a binding level for the parameters so that multiple
4185         member templates using the same parameter names can be declared.
4186         (end_member_template_processing): Pop the binding level.
4187         (push_template_decl): Mark member templates as static when
4188         appropriate. 
4190         * lex.c (do_pending_inlines): Pass the function, not its template
4191         arguments, to begin_member_template_processing.
4192         (process_next_inline): Likewise.
4193         (do_pending_defargs): Likewise.
4195         * error.c (dump_expr): Obtain the correct declaration for a
4196         TEMPLATE_CONST_PARM. 
4198         * call.c (add_template_conv_candidate): New function.
4199         (build_object_call): Handle member templates, as done in the other
4200         build_ functions.
4201         
4202 Sat Sep  6 10:20:27 1997  Mark Mitchell  <mmitchell@usa.net>
4204         * decl.c (replace_defag): Undo previous change.
4205         * lex.c (do_pending_defargs): Deal with member templates.
4206         
4207         * pt.c (is_member_template): Avoid crashing when passed a
4208         non-function argument.
4210 Fri Sep  5 17:27:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
4212         * class.c (grow_method): Remove check for redeclaration.
4214 Fri Sep  5 01:37:17 1997  Mark Mitchell  <mmitchell@usa.net>
4216         * cp-tree.h (INNERMOST_TEMPLATE_PARMS): New macro.
4217         (DECL_INNERMOST_TEMPLATE_PARMS): Likewise.
4218         (PRIMARY_TEMPLATE_P): Use it.
4219         * call.c (build_overload_call_real): Use it.
4220         * class.c (instantiate_type): Likewise.
4221         * decl.c (decls_match): Likewise.
4222         * method.c (build_overload_identifier): Likewise.
4223         * pt.c (push_template_decl): Likewise.
4224         (classtype_mangled_name): Likewise.
4225         (lookup_template_class): Likewise.
4226         
4227         * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to
4228         DECL_NTPARMS to conform to usage elsewhere.
4229         * call.c (add_template_candidate): Likewise.
4230         * class.c (instantiate_type): Likewise.
4231         * pt.c (instantiate_template): Likewise.
4232         (get_bindings): Likewise.
4233         
4234         * class.c (grow_method): Use DECL_FUNCTION_TEMPLATE_P instead of
4235         is_member_template.
4237         * pt.c (unify): Undo changes to allow multiple levels of template
4238         parameters. 
4239         (type_unification): Likewise.
4240         (fn_type_unification): Likewise.
4241         (get_class_bindings): Likewise.
4242         * cp-tree.h (Likewise).
4243         
4244         * decl.c (replace_defarg): Check that the type of the default
4245         parameter does not invlove a template type before complaining
4246         about the initialization.
4248         * error.c (dump_expr): Deal with template constant parameters in
4249         member templates correctly.
4251         * pt.c (is_member_template): Deal with class specializations
4252         correctly. 
4253         (tsubst): Handle "partial instantiation" of member templates
4254         correctly. 
4256 Wed Sep  3 12:30:24 1997  Mark Mitchell  <mmitchell@usa.net>
4258         * pt.c (type_unification): Change calling squence to allow for
4259         multiple levels of template parameters.
4260         (tsubst_expr): Likewise.
4261         (tsubst): Likewise.
4262         (tsubst_copy): Likewise.
4263         (instantiate_template): Likewise.
4264         (unify): Likewise.
4265         * call.c (build_overload_call_real): Use it.
4266         (add_builtin_candidate): Use it.
4267         (build_new_method_call): Use it.
4268         * class.c (instantiate_type): Use it.
4269         * decl.c (grokdeclarator): Use it.
4270         * decl2.c (finish_file): Use it.
4271         * method.c (build_overload_identifier): Use it.
4272         
4273         * call.c (add_template_candidate):  Add additional parameter for
4274         the function return type.  Call fn_type_unification istead of
4275         type_unification.
4276         (build_user_type_conversion_1): Handle member templates.
4277         (build_new_function_call): Likewise.
4278         (build_new_op): Likewise.
4279         (build_new_method_call): Likewise.
4280         
4281         * class.c (grow_method): Don't give an error message indicating
4282         that two member templates with the same name are ambiguous.
4283         (finish_struct): Treat member template functions just like member
4284         functions.
4285         
4286         * cp-tree.h (check_member_template): Add declaration.
4287         (begin_member_template_processing): Likewise.
4288         (end_member_template_processing): Likewise.
4289         (fn_type_unification): Likewise.
4290         (is_member_template): Likewise.
4291         (tsubst): Change prototype.
4292         (tsubst_expr): Likewise.
4293         (tsubst_copy): Likewise.
4294         (instantiate_template): Likewise.
4295         (get_bindings): Likewise.
4297         * decl.c (decls_match): Handle multiple levels of template
4298         parameters. 
4299         (pushdecl): Handle template type params just like other type
4300         declarations. 
4301         (push_class_level_binding): Return immediately if the
4302         class_binding_level is NULL.
4303         (grokfndecl): If check_classfn() returns a member_template, use
4304         the result of the template, not the template itself.
4305         
4306         * decl2.c (check_member_template): New function.  Check to see
4307         that the entity declared to be a member template can be one.
4308         (check_classfn): Allow redeclaration of member template functions
4309         with different types; the new functions can be specializations or
4310         explicit instantiations.
4311         
4312         * error.c (dump_decl): Handle multiple levels of template
4313         parameters. 
4314         (dump_function_decl): Update to handle function templates.
4316         * lex.c (do_pending_inlines): Set up template parameter context
4317         for member templates.
4318         (process_next_inline): Likewise.
4320         * method. (build_overload_identifier): Adjust for multiple levels
4321         of template parameters.
4322         
4323         * parse.y (fn.def2): Add member templates.
4324         (component_decl_1): Likewise.
4326         * pt.c (begin_member_template_processing): New function.
4327         (end_member_template_processing): Likewise.
4328         (is_member_template): Likewise.
4329         (fn_type_unification): Likewise.
4330         (current_template_parms): Return a vector of all the template
4331         parms, not just the innermost level of parms.
4332         (push_template_decl): Deal with the possibility of member
4333         templates. 
4334         (lookup_template_class): Likewise.
4335         (uses_template_parms): Likewise.
4336         (tsubst): Modify processing to TEMPLATE_TYPE_PARM and
4337         TEMPLATE_CONST_PARM to deal with multiple levels of template
4338         arguments.   Add processing of TEMPLATE_DECL to produce new
4339         TEMPLATE_DECLs from old ones.
4340         (do_decl_instantiation): Handle member templates.
4342         * search.c (lookup_fnfields_1): Handle member template conversion
4343         operators. 
4345         * tree.c (cp_tree_equal): Check the levels, as well as the
4346         indices, of TEMPLATE_CONST_PARMs.
4348         * typeck.c (comptypes): Check the levels, as well as the indices,
4349         fo TEMPLATE_TYPE_PARMs.
4350         (build_x_function_call): Treat member templates like member
4351         functions. 
4352         
4353 Wed Sep  3 11:09:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
4355         * typeck.c (c_expand_return): Always convert_for_initialization
4356         before checking for returning a pointer to local.
4358         * pt.c (type_unification): If strict and the function parm doesn't
4359         use template parms, just compare types.
4361 Wed Sep  3 10:35:49 1997  Klaus Espenlaub  <kespenla@student.informatik.uni-ulm.de>
4363         * method.c (build_overloaded_value): Replace direct call
4364         to the floating point emulator with REAL_VALUE_TO_DECIMAL macro.
4366 Wed Sep  3 00:02:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
4368         * typeck.c (convert_arguments): Don't arbitrarily choose the first
4369         of a set of overloaded functions.
4371 Tue Sep  2 12:09:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
4373         * lex.c (real_yylex): Don't elide __FUNCTION__.
4375         * method.c (build_overload_value): Add in_template parm.
4376         (build_overload_int): Likewise.
4377         (build_overload_identifier): Pass it.
4379         * decl.c (duplicate_decls): Don't bash a previous template
4380         definition with a redeclaration.
4382         * pt.c (unify): float doesn't match double.
4384         * pt.c (do_type_instantiation): Handle getting a _TYPE or a
4385         TYPE_DECL.  Handle getting non-template types.
4386         * parse.y (explicit_instantiation): Use typespec instead of
4387         aggr template_type.
4389 Tue Sep  2 10:27:08 1997  Richard Henderson  <rth@cygnus.com>
4391         * typeck.c (build_ptrmemfunc1): Clean up ptr->int cast warnings.
4393 Mon Sep  1 13:19:04 1997  Eugene Mamchits <eugin@ips.ras.ru>
4395         * call.c (add_builtin_candidate): Add missing TREE_TYPE.
4396         (compare_ics): Likewise.
4398 Mon Sep  1 13:19:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
4400         * call.c (joust): Warn about choosing one conversion op over
4401         another because of 'this' argument when the other return type is
4402         better.
4403         (source_type): New fn.
4405         * call.c (build_new_op): Strip leading REF_BIND from first operand
4406         to builtin operator.
4408         * decl2.c (mark_vtable_entries): Mark abort_fndecl as used when we
4409         use its RTL.
4411 Thu Aug 28 09:45:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
4413         * call.c (null_ptr_cst_p): Remove support for (void*)0.
4415 Wed Aug 27 02:03:34 1997  Jeffrey A Law  (law@cygnus.com)
4417         * typeck.c (expand_target_expr): Make definition match declaration.
4419         * class.c (get_basefndecls): Make definition match declaration.
4421 Mon Aug 25 14:30:02 1997  Jason Merrill  <jason@yorick.cygnus.com>
4423         * input.c (sub_getch): Eventually give up and release the input file.
4425         * decl.c (cp_finish_decl): If #p i/i, put inline statics in the
4426         right place.
4428         * call.c (joust): Tweak message.
4430 Sat Aug 23 18:02:59 1997  Mark Mitchell  <mmitchell@usa.net>
4432         * error.c (type_as_string): Put const/volatile on template type
4433         parameters where appropriate.
4435 Sat Aug 23 17:47:22 1997  Jeffrey A Law  (law@cygnus.com)
4437         * call.c (strictly_better): Make arguments unsigned ints.
4439 Thu Aug 21 18:48:44 1997  Jason Merrill  <jason@yorick.cygnus.com>
4441         * lex.c (real_yylex): Refer to __complex instead of complex.
4443 Thu Aug 21 22:25:46 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
4445         * lex.c (real_yylex): Don't use getc directly.
4447 Wed Aug 20 17:25:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
4449         * call.c (is_subseq): Don't try to be clever.
4451 Wed Aug 20 03:13:36 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
4453         * parse.y, pt.c: Include "except.h".
4454         * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c,
4455         error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c,
4456         lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c,
4457         sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish
4458         prototyping.
4460 Wed Aug 20 01:34:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
4462         * decl2.c (mark_vtable_entries): Instead of replacing pure
4463         virtuals with a reference to __pure_virtual, copy the decl and
4464         change the RTL.
4466 Tue Aug 19 02:26:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
4468         * pt.c (lookup_nested_type_by_name): Handle typedef wierdness.
4470         * typeck2.c (my_friendly_abort): Report bugs to egcs-bugs@cygnus.com.
4472         * pt.c (instantiate_class_template): Call repo_template_used
4473         before finish_prevtable_vardecl.
4475         * call.c (is_subseq): New fn.
4476         (compare_ics): Use it.
4478         * repo.c (finish_repo): Don't crash on no args.
4480         * parse.y (named_complex_class_head_sans_basetype): Handle
4481         explicit global scope.
4482         * decl2.c (handle_class_head): New fn.
4484         * pt.c (unify): Add CONST_DECL case.
4486 Thu Aug 14 10:05:13 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4488         * rtti.c (permanent_obstack): Fix decl to not be a pointer.
4490         * cp-tree.h (report_type_mismatch): Add prototype.
4491         * call.c (build_overload_call_real): Remove erroneous fourth
4492         argument to report_type_mismatch.
4493         (build_user_type_conversion_1): Remove erroneous second arg to
4494         tourney.
4495         (build_new_function_call): Likewise.
4496         (build_object_call): Likewise.
4497         (build_new_op): Likewise.
4498         (build_new_method_call): Likewise.
4500 Wed Aug 13 19:19:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
4502         * error.c (dump_decl): Don't bother processing a function with no
4503         DECL_LANG_SPECIFIC.
4505         * method.c (emit_thunk): Call init_function_start in the macro case.
4507 Wed Aug 13 10:46:19 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
4509         * decl2.c (DEFAULT_VTABLE_THUNKS): Define to be 0 if not
4510         defined and used to set flag_vtable_thunks.
4512 Tue Aug 12 20:13:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
4514         * parse.y: Don't clear the inlines from their obstack until they've 
4515         all been processed.
4517         * decl.c (duplicate_decls): Don't complain about exception
4518         specification mismatch if flag_exceptions is off.
4520 Mon Aug 11 15:01:56  1997  Marc Lehmann <pcg@goof.com>
4522         * Make-lang.in (c++.distclean): Remove g++.c on make distclean.
4524 Sun Aug 10 12:06:09 1997  Paul Eggert  <eggert@twinsun.com>
4526         * cp-tree.h: Replace STDIO_PROTO with PROTO in include files.
4527         * cvt.c, error.c, except.c, expr.c, friend.c, init.c, rtti.c:
4528         Include <stdio.h> before include files that formerly used STDIO_PROTO. 
4530         * decl.c, g++spec.c, lex.c, method.c, repo.c:
4531         Include "config.h" first, as per autoconf manual.
4533 Fri Aug  8 11:47:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
4535         * decl.c (duplicate_decls): Tweak wording.
4536         * lex.c (do_pending_defargs): Don't die if we see a default arg
4537         that isn't a DEFAULT_ARG.
4538         * error.c (dump_expr): Handle DEFAULT_ARG.
4540         * decl2.c (lang_decode_option): Handle -fhandle-exceptions.
4541         * lang-options.h: Add -fhandle-exceptions.
4543         * class.c (build_vtable): vtables are artificial.
4544         (prepare_fresh_vtable): Likewise.
4546 Wed Aug  6 11:02:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
4548         * cvt.c (ocp_convert): After converting to the target type, set
4549         LOOKUP_NO_CONVERSION.
4551         * call.c (joust): Warn about potentially confusing promotion rules
4552         with -Wsign-promo.
4553         * cp-tree.h, lang-options.h, decl2.c: Support -Wsign-promo.
4555 Tue Aug  5 15:15:07 1997  Michael Meissner  <meissner@cygnus.com>
4557         * exception.cc: Declare __terminate_func with noreturn attribute.
4559 Fri Aug  1 03:18:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
4561         * parse.y: Break out eat_saved_input, handle errors.
4562         (function_try_block): Use compstmt instead of compstmt_or_error.
4564 Thu Jul 31 17:14:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
4566         * tree.c (build_cplus_new): Don't set TREE_ADDRESSABLE.
4568 Fri Jul  4 01:45:16 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4570         * Make-lang.in (cplib2.txt, cplib2.ready): Instead of checking for
4571         existence of cc1plus check whether $(LANGUAGES) contains C++.
4573 Wed Jul 30 13:04:21 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4575         * method.c (do_build_copy_constructor): When copying an anonymous
4576         union member loop around to handle nested anonymous unions.  Use
4577         the offset of the member relative to the outer structure, not the
4578         union.
4580 Tue Jul 29 21:17:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
4582         * call.c (resolve_args): New fn.
4583         (build_new_function_call): Use it.
4584         (build_object_call): Likewise.
4585         (build_new_method_call): Likewise.
4587 Mon Jul 28 16:02:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
4589         * call.c (build_over_call): tsubst all default parms from templates.
4591 Wed Jul 23 13:36:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
4593         * decl.c (struct cp_function): Add static_labelno.
4594         (push_cp_function_context): Save it.
4595         (pop_cp_function_context): Restore it.
4597 Tue Jul 22 14:43:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
4599         * typeck.c (build_component_ref_1): Convert from reference.
4601 Tue Jul 22 11:06:23 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4603         * parse.y (current_declspecs, prefix_attributes): Initialize to
4604         NULL_TREE.
4606         * parse.y (initdcl0): Make sure CURRENT_DECLSPECS is non-nil
4607         before we try to force it to be a TREE_LIST.
4608         (decl): Make sure $1.t is non-nil.
4610 Sun Jul 20 11:53:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
4612         * pt.c (uses_template_parms): Handle template first-parse codes.
4614         * decl.c (cp_finish_decl): Only warn about user-defined statics.
4616 Fri Jul 18 17:56:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
4618         * pt.c (unify): Handle BOOLEAN_TYPE.
4620         * cp-tree.h: Lose PARM_DEFAULT_FROM_TEMPLATE.
4621         * pt.c (tsubst): Don't set it.
4622         * call.c (build_over_call): Use uses_template_parms.
4624 Thu Jul 17 18:06:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
4626         * method.c (build_overload_nested_name): Use static_labelno
4627         instead of var_labelno.
4628         (build_qualified_name): New fn.
4629         (build_overload_name): Split out from here.
4630         (build_static_name): Use build_qualified_name.
4631         * decl.c (cp_finish_decl): Statics in extern inline functions 
4632         have comdat linkage.
4633         (start_function): Initialize static_labelno.
4635 Thu Jul 17 11:20:17 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
4637         * class.c (finish_struct_methods): add check of warn_ctor_dtor_privacy
4638         before "all member functions in class [] are private"
4640 Wed Jul 16 23:47:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
4642         * lex.c (do_scoped_id): convert_from_reference.
4643         * init.c (build_offset_ref): Likewise.
4645 Wed Jul 16 12:34:29 1997  Benjamin Kosnik  <bkoz@lisa.cygnus.com>
4647         * error.c (dump_expr): Check TREE_OPERAND before dump_expr_list.
4649 Mon Jul 14 03:23:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
4651         * typeck.c (get_member_function_from_ptrfunc): Promote index
4652         before saving it.
4654 Sun Jul 13 00:11:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
4656         * tree.c (layout_basetypes): Move non-virtual destructor warning.
4657         * decl.c (xref_basetypes): Remove non-virtual destructor warning.
4659 Sat Jul 12 12:47:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
4661         * decl.c (grokdeclarator): Call add_defarg_fn for the function
4662         type, too.
4663         * lex.c (add_defarg_fn): Adjust.
4664         (do_pending_defargs): Adjust.  Don't skip the first parm.
4666 Fri Jul 11 01:39:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
4668         * decl.c (build_enumerator): Global enumerators are also readonly.
4670         * rtti.c (build_dynamic_cast_1): Renamed from build_dynamic_cast.
4671         (build_dynamic_cast): Call it and convert_from_reference.
4673         * lex.c (add_defarg_fn): New fn.
4674         (snarf_defarg): Don't add to defarg_types.
4675         (do_pending_defargs): Lose defarg_types.  All fns we process now
4676         have defargs.
4677         * decl.c (grokfndecl): Call add_defarg_fn.
4679         * Makefile.in (CONFLICTS): Expect 18 s/r conflicts.
4680         * cp-tree.def: Add DEFAULT_ARG.
4681         * spew.c (yylex): Call snarf_defarg as appropriate.
4682         * parse.y: New tokens DEFARG and DEFARG_MARKER.
4683         (defarg_again, pending_defargs, defarg, defarg1): New rules.
4684         (structsp): Use pending_defargs.
4685         (parms, full_parm): Use defarg.
4686         * lex.c (init_lex): Initialize inline_text_firstobj.
4687         (do_pending_inlines): Never pass the obstack to feed_input.
4688         (process_next_inline): Call end_input instead of restore_pending_input.
4689         (clear_inline_text_obstack, reinit_parse_for_expr, do_pending_defargs,
4690         finish_defarg, feed_defarg, snarf_defarg, maybe_snarf_defarg): New fns.
4691         * input.c (end_input): New fn.
4692         (sub_getch): At the end of some fed input, just keep returning EOF
4693         until someone calls end_input.
4694         Remove 'obstack' field from struct input_source.
4695         * decl.c (grokparms): Handle DEFAULT_ARG.
4696         (replace_defarg): New fn.
4697         * cp-tree.h (DEFARG_LENGTH, DEFARG_POINTER): New macros.
4699 Wed Jul  9 13:44:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
4701         * call.c (implicit_conversion): If nothing else works, try binding
4702         an rvalue to a reference.
4704 Wed Jul  9 13:04:38 1997  Geoffrey Noer  <noer@cygnus.com>
4706         * decl.c (init_decl_processing): fix Jun 30 patch -- move
4707         ifndef for Cygwin32 to include SIGSEGV.
4709 Thu Jul  3 01:44:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
4711         * class.c (finish_struct_1): Only complain about pointers without
4712         copy stuff if there are any constructors.
4714         * rtti.c (build_dynamic_cast): Call complete_type on the types.
4716         * decl.c (grokfndecl): If the function we chose doesn't actually
4717         match, die.
4719         * decl2.c (grokclassfn): Don't specify 'const int' for the
4720         artificial destructor parm.
4722         * pt.c (type_unification): If we are called recursively, nothing 
4723         decays.
4725 Mon Jun 30 17:53:21 1997  Geoffrey Noer  <noer@cygnus.com>
4727         * decl.c (init_decl_processing): Stop trying to catch signals
4728         other than SIGABRT since the Cygwin32 library doesn't support
4729         them correctly yet.  This fixes a situation in which g++ causes
4730         a hang on SIGSEGVs and other such signals in our Win32-hosted
4731         tools.
4733 Mon Jun 30 14:50:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
4735         * tree.c (mapcar, case CALL_EXPR): Handle all the parse node data.
4737 Fri Jun 27 15:18:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
4739         * typeck2.c (store_init_value): Always return the value if our 
4740         type needs constructing.
4742         * method.c (hack_identifier): Convert class statics from
4743         reference, too.
4745 Thu Jun 26 11:44:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
4747         * Make-lang.in (cplib2.ready): Add $(LANGUAGES) dependency.
4749 Thu Jun 19 16:49:28 1997  Mike Stump  <mrs@cygnus.com>
4751         * typeck.c (c_expand_return): Make sure we clean up temporaries at
4752         the end of return x;
4754 Thu Jun 19 12:28:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4756         * lex.c (check_for_missing_semicolon): Also check for CV_QUALIFIER.
4758 Tue Jun 17 18:35:57 1997  Mike Stump  <mrs@cygnus.com>
4760         * except.c (expand_builtin_throw): Add support
4761         -fno-sjlj-exceptions -fPIC exception handling on the SPARC.
4763 Mon Jun 16 01:24:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
4765         * repo.c (extract_string): Null-terminate.
4767         * cp-tree.h (TI_SPEC_INFO): New macro.
4768         (CLASSTYPE_TI_SPEC_INFO): New macro.
4769         * pt.c (push_template_decl): Correctly determine # of template parms 
4770         for partial specs.
4772         * call.c (compare_ics): Really fix 'this' conversions.
4774         * pt.c (do_decl_instantiation): Don't crash on explicit inst of
4775         non-template fn.
4777         * pt.c (push_template_decl): Complain about mismatch in # of
4778         template parms between a class template and a member template.
4780 Sun Jun 15 02:38:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
4782         * method.c (synthesize_method): You can't call
4783         function_cannot_inline_p after finish_function.
4784         * decl.c (finish_function): Turn on flag_inline_functions and turn
4785         off DECL_INLINE before handing a synthesized method to the
4786         backend.
4788 Thu Jun 12 17:35:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
4790         * method.c (synthesize_method): Remove July 30 change to never set
4791         DECL_INLINE if at_eof.
4793 Thu Jun 12 15:25:08 1997  Mike Stump  <mrs@cygnus.com>
4795         * xref.c (GNU_xref_member): Ensure that the node has a
4796         decl_lang_specific part before checking DECL_FRIEND_P.
4798 Thu Jun 12 12:36:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
4800         * pt.c (instantiate_class_template): Diagnose non-class types used
4801         as bases.
4803 Wed Jun 11 17:33:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
4805         * typeck.c (build_conditional_expr): Use convert_for_initialization
4806         instead of convert_and_check.
4808 Wed Jun 11 12:31:33 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4810         * parse.y (typespec): Don't pedwarn for typeof.
4812 Tue Jun 10 00:22:09 1997  Jason Merrill  <jason@yorick.cygnus.com>
4814         * repo.c (finish_repo): Only check changes if we would write a
4815         repo file.
4817         * call.c (compare_ics): Fix handling of 'this' conversions.
4819         * pt.c (do_decl_instantiation): Support static data too.  Rename
4820         from do_function_instantiation.
4821         * cp-tree.h: Adjust.
4822         * parse.y: Adjust.
4824         * repo.c (extract_string): New fn.
4825         (get_base_filename): Use it.
4826         (init_repo): Compare old args with current args.
4828 Mon Jun  9 14:25:30 1997  Mike Stump  <mrs@cygnus.com>
4830         * Makefile.in, Make-lang.in: Protect C-ls with a comment
4831         character, idea from Paul Eggert <eggert@twinsun.com>.
4833 Mon Jun  9 01:52:03 1997  Jason Merrill  <jason@yorick.cygnus.com>
4835         * typeck.c (c_expand_return): Be more persistent in looking for
4836         returned temps.
4838         * cvt.c (build_up_reference): Use NOP_EXPR for switching from
4839         pointer to reference.
4841         * class.c (build_vbase_path): Don't do anything if PATH has no steps.
4843 Sun Jun  8 03:07:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
4845         * init.c (build_member_call, build_offset_ref):
4846         Use do_scoped_id instead of do_identifier.
4848         * cvt.c (convert): Remove bogosity.
4850 Sat Jun  7 20:50:17 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4852         * cvt.c (build_up_reference): Do checks of ARGTYPE and
4853         TARGET_TYPE before trying to use get_binfo.
4855 Fri Jun  6 17:36:39 1997  Jason Merrill  <jason@yorick.cygnus.com>
4857         * cvt.c (build_up_reference): Call get_binfo to get access control.
4859         * decl2.c (import_export_decl): If we don't support weaks, leave
4860         statics undefined.
4862 Fri Jun  6 15:55:49 1997  Mike Stump  <mrs@cygnus.com>
4864         * except.c (expand_builtin_throw): Add support for machines that
4865         cannot access globals after throw's epilogue when
4866         -fno-sjlj-exceptions is used.
4868 Thu Jun  5 16:28:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
4870         * parse.y: 'std::' becomes '::'.
4871         * lex.c (real_yylex): Remove 'namespace' warning.
4872         * init.c (build_member_call): Ignore 'std::'.
4873         (build_offset_ref): Likewise.
4874         * decl2.c (do_using_directive): Ignore 'using namespace std;'.
4875         (do_toplevel_using_decl): Ignore 'using std::whatever'.
4876         * decl.c (push_namespace): Just sorry.
4877         (pop_namespace): Nop.
4878         (init_decl_processing): Declare std namespace.
4880 Tue Jun  3 18:08:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
4882         * search.c (push_class_decls): A name which ambiguously refers to
4883         several instantiations of the same template just refers to the
4884         template.
4886 Tue Jun  3 12:30:40 1997  Benjamin Kosnik  <bkoz@cirdan.cygnus.com>
4888         * decl.c (build_enumerator): fix problem with unsigned long
4889         enumerated values being smashed to ints, causing overflow
4890         when computing next enumerated value. (for enum values around
4891         MAX_VAL).
4893 Mon Jun  2 17:40:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
4895         * typeck.c (build_component_ref): Only call mark_used on a decl.
4897 Thu May 29 15:54:17 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4899         * typeck.c (build_c_cast): Make the check for a ptr to function
4900         more specific before possible default_conversion call.
4902 Thu May 29 13:02:06 1997  Mike Stump  <mrs@cygnus.com>
4904         * except.c (expand_exception_blocks): Simplify and fix and make
4905         sure we don't end a region in a sequence, as expand_end_bindings
4906         doesn't like it.
4908 Wed May 28 17:08:03 1997  Mike Stump  <mrs@cygnus.com>
4910         * except.c (init_exception_processing): Mark terminate as not
4911         returning so that the optimizer can optimize better.
4913 Tue May 27 19:49:19 1997  Mike Stump  <mrs@cygnus.com>
4915         * cvt.c (convert): Don't do any extra work, if we can avoid it
4916         easily.
4918 Tue May 27 18:21:47 1997  Mike Stump  <mrs@cygnus.com>
4920         * *.[chy]: Change cp_convert to ocp_convert, change convert to
4921         cp_convert.  convert is now reserved for the backend, and doesn't
4922         have the semantics a frontend person should ever want.
4924 Fri May 23 10:58:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
4926         * lang-specs.h: Define __EXCEPTIONS if exceptions are enabled.
4927         Lose -traditional support.
4929 Thu May 22 15:41:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
4931         * rtti.c (get_tinfo_var): Use TYPE_PRECISION (sizetype).
4933         * parse.y (self_reference): Do it for templates, too.
4934         * class.c (pushclass): Don't overload_template_name; the alias
4935         generated by build_self_reference serves the same purpose.
4937         * tree.c (list_hash): Make static, take more args.
4938         (list_hash_lookup): Likewise.
4939         (list_hash_add): Make static.
4940         (list_hash_canon): Lose.
4941         (hash_tree_cons): Only build a new node if one isn't already in the
4942         hashtable.
4943         (hash_tree_chain): Use hash_tree_cons.
4944         * cp-tree.h: Adjust.
4945         * decl.c (grokfndecl): Just check IDENTIFIER_GLOBAL_VALUE instead
4946         of calling lookup_name.
4948 Wed May 21 18:24:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
4950         * pt.c (instantiate_class_template): TYPE_VALUES for an enum
4951         doesn't refer to the CONST_DECLs.
4953 Tue May 20 21:09:32 1997  Bob Manson  <manson@charmed.cygnus.com>
4955         * rtti.c (get_tinfo_var): Either INT_TYPE_SIZE or 32, whichever
4956         is bigger.
4957         (expand_class_desc): Convert the last argument to a sizetype.
4959 Tue May 20 13:55:57 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
4961         * gxx.gperf (__complex, __complex__, __imag, __imag__, __real,
4962         __real__): Add reswords.
4963         * hash.h: Regenerate.
4964         * lex.h (rid): Add RID_COMPLEX.
4965         (RID_LAST_MODIFIER): Set to RID_COMPLEX.
4966         * lex.c (init_lex): Add building of RID_COMPLEX.
4967         (real_yylex): General cleanup in line with what c-lex.c also has,
4968         sans the cruft for traditional; add handling of SPEC_IMAG, complex
4969         types, and imaginary numeric constants.
4970         * parse.y (REALPART, IMAGPART): Add tokens.
4971         (unary_expr): Add REALPART and IMAGPART rules.
4972         * cp-tree.h (complex_{integer,float,double,long}_type_node): Declare.
4973         * decl.c (complex_{integer,float,double,long}_type_node): Define
4974         types.
4975         (init_decl_processing): Set up the types.
4976         (grokdeclarator): Add handling of RID_COMPLEX.  Set and use
4977         DEFAULTED_INT instead of EXPLICIT_INT when we default to int type.
4978         * call.c (build_new_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
4979         * cvt.c (cp_convert): Handle COMPLEX_TYPE.
4980         * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
4981         COMPLEX_TYPE case.
4982         * method.c (build_overload_name): Add handling of the different
4983         COMPLEX_TYPEs, prefixing them with `J'.
4984         * pt.c (process_template_parm): Don't let them use a COMPLEX_TYPE
4985         as a template parm.
4986         (uses_template_parms, tsubst, unify): Add COMPLEX_TYPE case.
4987         * tree.c (lvalue_p): Add REALPART_EXPR and IMAGPART_EXPR cases.
4988         (mapcar): Handle COMPLEX_CST.
4989         * typeck.c (build_binary_op_nodefault): Handle COMPLEX_TYPE.
4990         (common_type): Add code for complex types.
4991         (build_unary_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
4992         (convert_for_assignment): Likewise.
4993         (mark_addressable): Add REALPART_EXPR and IMAGPART_EXPR cases.
4995 Mon May 19 12:26:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
4997         * pt.c (tsubst): Don't pass the MINUS_EXPR for an array domain to
4998         tsubst_expr, as it might try to do overload resolution.
5000 Sat May 17 10:48:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
5002         * pt.c (instantiate_class_template): Oops.
5004 Fri May 16 14:23:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
5006         * cp-tree.def: Add TAG_DEFN.
5007         * pt.c (tsubst_enum): New fn.
5008         (instantiate_class_template): Use it.
5009         (tsubst_expr): Support TAG_DEFN.
5010         (tsubst): Support local enums.
5011         (tsubst_copy): Likewise.
5012         * decl.c (finish_enum): Likewise.
5013         (start_enum): If this is a local enum, switch to permanent_obstack.
5015 Wed May 14 19:08:28 1997  Mike Stump  <mrs@cygnus.com>
5017         * decl.c (store_parm_decls): Set last_parm_cleanup_insn here.
5018         (finish_function): Put the base init code for constructors just
5019         after the parm cleanup insns.
5020         (struct cp_function): Add last_parm_cleanup_insn.
5021         (push_cp_function_context): Likewise.
5022         (pop_cp_function_context): Likewise.
5023         
5024 Tue May 13 15:51:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
5026         * pt.c (tsubst_copy): Handle BIT_NOT_EXPR.
5028 Wed May  7 11:17:59 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5030         * method.c (emit_thunk) [ASM_OUTPUT_MI_THUNK]: Build up the RTL
5031         for THUNK_FNDECL before we switch to temporary allocation.
5033 Mon May  5 14:46:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
5035         * call.c (build_new_op): Handle null arg2 for ?:.
5037 Thu May  1 18:26:37 1997  Mike Stump  <mrs@cygnus.com>
5039         * except.c (expand_exception_blocks): Ensure that we flow through
5040         the end of the exception region for the exception specification.
5041         Move exception region for the exception specification in, so that
5042         it doesn't protect the parm cleanup.  Remove some obsolete code.
5043         * decl.c (store_parm_decls): Likewise.
5044         (finish_function): Likewise.
5046 Tue Apr 29 15:38:54 1997  Jason Merrill  <jason@yorick.cygnus.com>
5048         * init.c (build_new): Fix nothrow handling.
5050 Tue Apr 29 14:29:50 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5052         * init.c (emit_base_init): Don't warn about the initialization
5053         list for an artificial member.
5055 Fri Apr 25 17:47:59 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5057         * expr.c (do_case): Handle !START case for the error msg.
5059 Fri Apr 25 11:55:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
5061         * decl2.c, lang-options.h: New option -Weffc++.
5062         * class.c, decl.c, init.c, typeck.c: Move Effective C++ warnings
5063         to -Weffc++.
5065         * decl2.c (finish_prevtable_vardecl): Change NO_LINKAGE_HEURISTICS
5066         to MULTIPLE_SYMBOL_SPACES.
5068 Wed Apr 23 18:06:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
5070         * method.c (emit_thunk, generic case): Set current_function_is_thunk.
5072         * method.c (emit_thunk, macro case): Set up DECL_RESULT.
5074         * typeck.c (c_expand_return): Don't complain about returning void
5075         to void in an artificial function.
5076         * method.c (make_thunk): Change settings of READONLY/VOLATILE, 
5077         don't set DECL_RESULT, set DECL_ARTIFICIAL.
5078         (emit_thunk, generic code): Also set up DECL_LANG_SPECIFIC. 
5080 Wed Apr 23 14:43:06 1997  Mike Stump  <mrs@cygnus.com>
5082         * init.c (init_decl_processing): Add supoprt for setjmp/longjmp based
5083         exception handling.
5084         * except.c (init_exception_processing): Likewise.
5085         (expand_end_catch_block): Likewise.
5086         (expand_exception_blocks): Likewise.
5087         (expand_throw): Likewise.
5088         * exception.cc (__default_terminate): Likewise.
5090         * init.c (perform_member_init): Use new method of expr level
5091         cleanups, instead of cleanups_this_call and friends.
5092         (emit_base_init): Likewise.
5093         (expand_aggr_vbase_init_1): Likewise.
5094         (expand_vec_init): Likewise.
5095         * decl.c (cp_finish_decl): Likewise.
5096         (expand_static_init): Likewise.
5097         (store_parm_decls): Likewise.
5098         (cplus_expand_expr_stmt): Likewise.
5099         * decl2.c (finish_file): Likewise.
5100         
5101         * Make-lang.in (exception.o): Ok to compile with -O now.
5103         * decl.c (maybe_build_cleanup_1): We no longer have to unsave, as
5104         we know it will be done later by the backend.
5106         * decl2.c (lang_f_options): Remove support for short temps.
5107         * lang-options.h: Likewise.
5108         
5109 Wed Apr 23 04:12:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
5111         * tree.c (varargs_function_p): New fn.
5112         * method.c (emit_thunk): Replace broken generic code with code to
5113         generate a heavyweight thunk function.
5115 Tue Apr 22 02:45:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
5117         * pt.c (process_template_parm): pedwarn about floating-point parms.
5119         * decl.c (grokdeclarator): inline no longer implies static.
5121         * spew.c (yylex): Always return the TYPE_DECL if we got a scope.
5123 Mon Apr 21 15:42:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
5125         * class.c (check_for_override): The signature of an overriding
5126         function is not changed.
5128         * call.c (build_over_call): Move setting of conv into the loop.
5129         Note: this change, along with the related changes of the 18th thru
5130         the 20th of April, fix an infinite loop problem in conversions.
5132 Sun Apr 20 16:24:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
5134         * call.c (build_user_type_conversion_1): Really ignore rvalue
5135         conversions when looking for a REFERENCE_TYPE.
5137         * cvt.c (build_up_reference): Eviscerate, use build_unary_op.
5138         * cp-tree.h (TREE_REFERENCE_EXPR): #if 0.
5139         * typeck.c (decay_conversion): Don't set TREE_REFERENCE_EXPR.
5140         (build_unary_op): Likewise.
5141         * call.c (build_over_call): See through a CONVERT_EXPR around the
5142         ADDR_EXPR for on a temporary.
5143         * typeck.c (c_expand_return): See through a CONVERT_EXPR around
5144         the ADDR_EXPR for a local variable.
5146 Fri Apr 18 12:11:33 1997  Jason Merrill  <jason@yorick.cygnus.com>
5148         * call.c (build_user_type_conversion_1): If we're trying to
5149         convert to a REFERENCE_TYPE, only consider lvalue conversions.
5150         (build_new_function_call): Print candidates.
5151         (implicit_conversion): Try a temp binding if the lvalue conv is BAD.
5152         (reference_binding): Binding a temporary of a reference-related type
5153         is BAD.
5155 Thu Apr 17 14:37:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5157         * inc/typeinfo (type_info::before): Add cv-qualifier-seq.
5158         * tinfo2.cc (type_info::before): Likewise.
5160 Mon Apr 14 12:38:17 1997  Jason Merrill  <jason@yorick.cygnus.com>
5162         * call.c (implicit_conversion): Oops.
5164 Fri Apr 11 02:18:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
5166         * call.c (implicit_conversion): Try to find a reference conversion
5167         before binding a const reference to a temporary.
5169 Wed Apr  2 12:51:36 1997  Mike Stump  <mrs@cygnus.com>
5171         * exception.cc (__default_unexpected): Call terminate by default,
5172         so that if the user overrides terminate, the correct function will
5173         be called.
5174         
5175 Wed Mar 19 14:14:45 1997  Mike Stump  <mrs@cygnus.com>
5177         * parse.y (left_curly): Avoid trying to use any fields of
5178         error_mark_node, as there aren't any.
5180 Thu Mar 13 16:33:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
5182         * lex.c (do_identifier): Avoid breaking on overloaded methods
5183         as default arguments.
5185 Wed Mar 12 13:55:10 1997  Hans-Peter Nilsson  <Hans-Peter.Nilsson@axis.se>
5187         * call.c (add_template_candidate): Initialize the variable "dummy".
5189 Mon Mar 10 15:13:14 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
5191         * decl.c (start_decl): Make sure TYPE isn't an error_mark_node
5192         before we try to use TYPE_SIZE and TREE_CONSTANT on it.
5194 Fri Mar  7 13:19:36 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5196         * cp-tree.h (comp_ptr_ttypes, more_specialized): Add decl.
5197         (debug_binfo): Delete decl, not needed.
5199         * tree.c (fnaddr_from_vtable_entry, function_arg_chain,
5200         promotes_to_aggr_type): Delete fns.
5201         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY,
5202         SET_FNADDR_FROM_VTABLE_ENTRY, FUNCTION_ARG_CHAIN,
5203         PROMOTES_TO_AGGR_TYPE): Delete alternates to #if 1.
5205         * decl.c (pending_invalid_xref{,_file,_line}): Delete unused vars.
5207         * friend.c (is_friend_type): Delete fn.
5208         * cp-tree.h (is_friend_type): Delete decl.
5210         * decl.c (original_result_rtx, double_ftype_double,
5211         double_ftype_double_double, int_ftype_int, long_ftype_long,
5212         float_ftype_float, ldouble_ftype_ldouble, last_dtor_insn): Make static.
5213         * typeck.c (original_result_rtx, warn_synth): Delete extern decls.
5215         * decl.c (push_overloaded_decl{,_top_level}): Make static, adding
5216         fwd decls.
5217         * cp-tree.h (push_overloaded_decl{,_top_level}): Delete decls.
5219         * decl.c (pushdecl_nonclass_level): #if 0, unused.
5220         * cp-tree.h (pushdecl_nonclass_level): #if 0 decl.
5222         * lex.c (reinit_lang_specific): #if 0, unused.
5223         * cp-tree.h (reinit_lang_specific): #if 0 decl.
5225         * decl.c (revert_static_member_fn): Make static, adding fwd decl.
5226         * cp-tree.h (revert_static_member_fn): Delete decl.
5228         * class.c (root_lang_context_p): Delete fn.
5229         * cp-tree.h (root_lang_context_p): Delete decl.
5231         * decl.c (set_current_level_tags_transparency): #if 0, unused.
5232         * cp-tree.h (set_current_level_tags_transparency): #if 0 decl.
5234         * lex.c (set_vardecl_interface_info): Make static.
5235         * cp-tree.h (set_vardecl_interface_info): Delete decl.
5237         * call.c (find_scoped_type): Make static.
5238         * cp-tree.h (find_scoped_type): Delete decl.
5240         * search.c (convert_pointer_to_vbase): Make static.
5241         * cp-tree.h (convert_pointer_to_vbase): Delete decl.
5243         * decl.c (const_ptr_type_node): Likewise.
5244         * cp-tree.h (const_ptr_type_node): Delete decl.
5246         * typeck.c (common_base_type): Make static.
5247         * cp-tree.h (common_base_types): Delete erroneous decl.
5249         * pt.c (classtype_mangled_name): Make static.
5250         * cp-tree.h (classtype_mangled_name): Delete decl.
5252         * lex.c (check_newline): Make static.
5253         * cp-tree.h (check_newline): Delete decl.
5255         * typeck.c (build_x_array_ref): Delete fn, same idea as
5256         grok_array_decl.
5257         * cp-tree.h (build_x_array_ref): Delete decl.
5259         * lex.c (copy_decl_lang_specific): Delete fn, same idea as
5260         copy_lang_decl.
5261         * cp-tree.h (copy_decl_lang_specific): #if 0 decl.
5263         * class.c (build_vtable_entry): Make static.
5264         * cp-tree.h (build_vtable_entry): Delete decl.
5266         * class.c (build_vbase_pointer): Make static.
5267         * cp-tree.h (build_vbase_pointer): Delete decl.
5269         * sig.c (build_sptr_ref): Add forward decl and make static.
5270         * cp-tree.h (build_sptr_ref): Delete decl.
5272         * call.c (build_new_method_call): Add forward decl and make static.
5273         * cp-tree.h (build_new_method_call): Delete decl.
5275         * call.c (build_object_call): Make static.
5276         * class.c (check_for_override, complete_type_p, mark_overriders):
5277         Likewise.
5278         * decl.c (cp_function_chain): Likewise.
5279         * lex.c (set_typedecl_interface_info, reinit_parse_for_block):
5280         Likewise.
5281         * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
5282         Likewise.
5283         * tree.c (build_cplus_array_type_1): Likewise.
5284         * typeck.c (comp_ptr_ttypes_{const,real,reinterpret}): Likewise.
5285         (comp_target_parms): Likewise.
5287         * init.c (build_builtin_call): Make static.
5288         * cp-tree.h (build_builtin_call): Delete decl.
5290         * typeck.c (binary_op_error): Delete decl.
5291         * cp-tree.h (binary_op_error): Likewise.
5293 Thu Mar  6 16:13:52 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5295         * call.c (build_method_call): Compare against error_mark_node
5296         directly, rather than the ERROR_MARK tree code.
5297         * cvt.c (cp_convert): Likewise.
5298         * decl.c (print_binding_level): Likewise.
5299         (duplicate_decls): Likewise.
5300         (grokdeclarator): Likewise.
5301         (grokdeclarator): Likewise.
5302         * init.c (expand_aggr_init_1): Likewise.
5303         (decl_constant_value): Likewise.
5304         * method.c (build_opfncall): Likewise.
5305         (hack_identifier): Likewise.
5306         * typeck.c (build_modify_expr): Likewise.
5308         * typeck.c (build_c_cast): Don't decl TYPE as register tree.
5310 Sun Mar  2 02:54:36 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
5312         * pt.c (unify): Strip NOP_EXPR wrappers before unifying integer values.
5314         * pt.c (coerce_template_parms): Add new error message.
5316         * method.c (build_overload_value): Implement name mangling for
5317         floating-point template arguments.
5319         * method.c (build_overload_int, icat, dicat): Fix mangling of template
5320         arguments whose absolute value doesn't fit in a signed word.
5322 Mon Mar  3 12:14:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5324         * friend.c: New file; put all of the friend stuff in here.
5325         * init.c: Instead of here.
5326         * Makefile.in (CXX_OBJS): Add friend.o.
5327         (friend.o): Add dependencies.
5328         * Make-lang.in (CXX_SRCS): Add $(srcdir)/cp/friend.c.
5330 Sun Mar  2 11:04:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
5332         * call.c (build_scoped_method_call): Complain if the scope isn't a
5333         base.
5335 Wed Feb 26 11:31:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
5337         * parse.y (left_curly): Don't crash on erroneous type.
5339         * init.c (build_delete): Fix type of ref.
5341 Tue Feb 25 12:41:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
5343         * search.c (get_vbase_1): Renamed from get_vbase.
5344         (get_vbase): Wrapper, now non-static.
5345         (convert_pointer_to_vbase): Now static.
5347         * call.c (build_scoped_method_call): Accept a binfo for BASETYPE.
5348         * init.c (build_delete): Pass one.
5349         (build_partial_cleanup_for): Use build_scoped_method_call.
5350         * decl.c (finish_function): Pass a binfo.
5352 Mon Feb 24 15:00:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
5354         * call.c (build_over_call): Only synthesize non-trivial copy ctors.
5356         * typeck.c (build_c_cast): Lose other reference to flag.
5358         * call.c (build_field_call): Don't look for [cd]tor_identifier.
5359         * decl2.c (delete_sanity): Remove meaningless use of
5360         LOOKUP_HAS_IN_CHARGE.
5361         * decl.c (finish_function): Use build_scoped_method_call instead
5362         of build_delete for running vbase dtors.
5363         * init.c (build_delete): Call overload resolution code instead of
5364         duplicating it badly.
5366 Thu Feb 20 15:12:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
5368         * call.c (build_over_call): Call mark_used before trying to elide
5369         the call.
5371         * decl.c (implicitly_declare): Don't set DECL_ARTIFICIAL.
5373 Wed Feb 19 11:18:53 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5375         * typeck.c (build_modify_expr): Always pedwarn for a cast to
5376         non-reference used as an lvalue.
5378 Wed Feb 19 10:35:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
5380         * cvt.c (cp_convert_to_pointer): Convert from 0 to a pmf properly.
5382 Tue Feb 18 15:40:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
5384         * parse.y (handler): Fix template typo.
5386 Sun Feb 16 02:12:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
5388         * error.c (lang_decl_name): New fn.
5389         * tree.c (lang_printable_name): Use it.
5391 Fri Feb 14 16:57:05 1997  Mike Stump  <mrs@cygnus.com>
5393         * g++spec.c: Include config.h so that we can catch bzero #defines
5394         from the config file.
5396 Tue Feb 11 13:50:48 1997  Mike Stump  <mrs@cygnus.com>
5398         * new1.cc: Include a declaration for malloc, to avoid warning, and
5399         avoid lossing on systems that require one (ones that define malloc
5400         in xm.h).
5402 Mon Feb 10 22:51:13 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
5404         * decl2.c (max_tinst_depth): New variable.
5405         (lang_decode_option): Parse "-ftemplate-depth-NN" command line
5406         option.
5407         * pt.c (max_tinst_depth): Variable moved.
5408         * lang-options.h: Declare "-ftemplate-depth-NN" command line option
5409         as legal.
5411 Fri Feb  7 15:43:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
5413         * decl.c (xref_basetypes): Allow a base class that depends on
5414         template parms to be incomplete.
5416         * decl2.c (build_expr_from_tree): Support typeid(type).
5417         * rtti.c (get_typeid): Support templates.
5418         (expand_si_desc, expand_class_desc): Fix string length.
5419         (expand_ptr_desc, expand_attr_desc, expand_generic_desc): Likewise.
5421 Tue Feb  4 11:28:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
5423         * pt.c (unify, case TEMPLATE_CONST_PARM): Use cp_tree_equal.
5425         * pt.c (tsubst): Put it back for -fno-ansi-overloading.
5427 Mon Feb  3 18:41:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
5429         * pt.c (tsubst, case FUNCTION_DECL): Lose obsolete code that
5430         smashes together template and non-template decls of the same
5431         signature.
5433 Thu Jan 30 19:18:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
5435         * pt.c (tsubst): Don't recurse for the type of a TYPENAME_TYPE.
5437 Wed Jan 29 11:40:35 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5439         * decl.c (duplicate_decls): Next route, pedwarn about different
5440         exceptions if -pedantic *or* olddecl !DECL_IN_SYSTEM_HEADER.
5442 Tue Jan 28 20:43:29 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5444         * cp-tree.h (HAS_DEFAULT_IMPLEMENTATION): Delete macro.
5445         (struct lang_type): Delete has_default_implementation member.
5446         Increase dummy to 21.
5447         * decl.c (start_method): Delete usage.
5449         * cp-tree.h (build_call, null_ptr_cst_p, in_function_p,
5450         store_after_parms, start_decl_1, auto_function): Add decls.
5451         (get_arglist_len_in_bytes, declare_implicit_exception,
5452         have_exceptions_p, make_type_decl, typedecl_for_tag,
5453         store_in_parms, pop_implicit_try_blocks, push_exception_cleanup,
5454         build_component_type_expr, cplus_exception_name,
5455         {make,clear}_anon_parm_name, dont_see_typename): Removed decls.
5456         * call.c (build_this): Make static.
5457         (is_complete): Likewise.
5458         (implicit_conversion): Likewise.
5459         (reference_binding): Likewise.
5460         (standard_conversion): Likewise.
5461         (strip_top_quals): Likewise.
5462         (non_reference): Likewise.
5463         (build_conv): Likewise.
5464         (user_harshness): Likewise.
5465         (rank_for_ideal): Likewise.
5466         * decl.c (start_decl_1): Delete forward decl.
5467         (push_decl_level): Make static.
5468         (resume_binding_level): Make static.
5469         (namespace_bindings_p): Make static.
5470         (declare_namespace_level): Make static.
5471         (lookup_name_real): Make static.
5472         (duplicate_decls): Make static.  Take register off NEWDECL and
5473         OLDDECL parm decls.
5474         * decl2.c (get_sentry): Make static.
5475         (temp_name_p): Delete fn.
5476         * except.c (auto_function): Delete decl.
5477         * lex.c (handle_{cp,sysv}_pragma): Make static.
5478         (handle_sysv_pragma) [HANDLE_SYSV_PRAGMA]: Add forward decl.
5479         * method.c (do_build_{copy_constructor,assign_ref}): Make static.
5480         * pt.c (tsubst_expr_values): Make static.
5481         * rtti.c (combine_strings): Delete decl.
5483 Tue Jan 28 16:40:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
5485         * pt.c (push_template_decl): Handle getting a typedef.
5487         * call.c (build_new_function_call): Complain about void arg.
5489 Tue Jan 28 15:25:09 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5491         * decl.c (duplicate_decls): Give pedwarn of different exceptions
5492         if -pedantic, instead of olddecl !DECL_IN_SYSTEM_HEADER.
5494 Mon Jan 27 19:21:29 1997  Mike Stump  <mrs@cygnus.com>
5496         * except.c (expand_throw): Don't expand the cleanup tree here,
5497         since we are not going to write the rtl out.  Fixes problem with
5498         -g -O on SPARC.
5500 Mon Jan 27 16:24:35 1997  Sean McNeil  <sean@mcneil.com>
5502         * Make-lang.in: Add $(exeext) as necessary.
5504 Mon Jan 27 13:20:39 1997  Mike Stump  <mrs@cygnus.com>
5506         * parse.y (handler_seq): Must have at least one catch clause.
5508 Sat Jan 25 12:00:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
5510         * call.c (add_builtin_candidate): Restore ?: hack.
5512         * decl.c (grok_op_properties): More warnings.
5514 Sat Jan 25 08:50:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5516         * decl.c (duplicate_decls): On second thought, do it as a pedwarn
5517         still but only if !DECL_IN_SYSTEM_HEADER (olddecl).
5519         * decl.c (duplicate_decls): Scale back to a warning, and only do
5520         'em if -pedantic.
5522 Fri Jan 24 17:52:54 1997  Mike Stump  <mrs@cygnus.com>
5524         * decl.c (duplicate_decls): pedwarn mismatched exception
5525         specifications.
5527 Thu Jan 23 18:18:54 1997  Mike Stump  <mrs@cygnus.com>
5529         * call.c (build_new_method_call): Don't display the invisible
5530         argument for controlling virtual bases.
5532 Thu Jan 23 16:48:10 1997  Mike Stump  <mrs@cygnus.com>
5534         * new: Add nothrow new and delete, bad_alloc and throw specifications
5535         for delete.
5536         * decl.c (init_decl_processing): Add throw specification for delete.
5537         * new.cc (nothrow): Define.
5538         * lex.c (real_yylex): Removing warning that throw and friends are
5539         keywords.
5540         * new1.cc (operator new (size_t sz, const nothrow_t&)): Define.
5541         * new2.cc (operator new[] (size_t sz, const nothrow_t&): Define.
5542         * Make-lang.in: Add new{1,2}.{cc,o}.
5544 Thu Jan 23 16:39:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
5546         * lex.c (cons_up_default_function): Fix return type of synth op=.
5548         * init.c (emit_base_init): Add warnings for uninitialized members
5549         and bases.
5551         * decl.c (xref_basetypes): Add warning for non-polymorphic type
5552         with destructor used as base type.
5554         * decl.c (grok_op_properties): Add warning for op= returning void.
5555         * typeck.c (c_expand_return): Add warning for op= returning anything
5556         other than *this.
5558         * class.c (finish_struct_1): Add warning for class with pointers
5559         but not copy ctor or copy op=.
5561         * cp-tree.h (TI_PENDING_TEMPLATE_FLAG): New macro.
5562         * pt.c (add_pending_template): Use it instead of LANG_FLAG_0.
5563         (instantiate_template): If -fexternal-templates, add this
5564         instantiation to pending_templates.
5566         * decl2.c (copy_assignment_arg_p): Disable old hack to support
5567         Booch components.
5569 Tue Jan 21 18:32:04 1997  Mike Stump  <mrs@cygnus.com>
5571         * cvt.c (cp_convert): Pedwarn enum to pointer conversions.
5573 Mon Jan 20 17:59:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
5575         * call.c (standard_conversion): Handle getting references.  Tack
5576         on RVALUE_CONV here.  Do it for non-class types, too.
5577         (reference_binding): Pass references to standard_conversion.
5578         (implicit_conversion): Likewise.
5579         (add_builtin_candidate): Disable one ?: kludge.
5580         (convert_like): Handle RVALUE_CONVs for non-class types.
5581         (joust): Disable the other ?: kludge.
5583 Mon Jan 20 14:53:13 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5585         * decl.c (init_decl_processing): Add code to build up common
5586         function types beforehand, to avoid creation then removal of
5587         things already in the hash table.
5589 Mon Jan 20 14:43:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
5591         * decl.c (finish_function): Also zero out DECL_INCOMING_RTL for
5592         the arguments.
5594         * error.c (dump_expr, TEMPLATE_CONST_PARM): Don't require
5595         current_template_parms.
5597 Fri Jan 17 10:25:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
5599         * search.c (lookup_field): Don't return a function, check want_type.
5601 Thu Jan 16 18:14:35 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5603         * init.c (build_new): Make sure PLACEMENT has a type.
5605 Thu Jan 16 17:40:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
5607         * init.c (build_new): Support new (nothrow).
5609 Wed Jan 15 12:38:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
5611         * pt.c (instantiate_decl): Also do push_to_top_level before setting
5612         up DECL_INITIAL.
5614         * cp-tree.h (PARM_DEFAULT_FROM_TEMPLATE): New macro.
5615         * pt.c (tsubst): Defer instantiation of default args.
5616         * call.c (build_over_call): Until here.
5618 Wed Jan 15 10:08:10 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5620         * search.c (lookup_field): Make sure we have an
5621         IDENTIFIER_CLASS_VALUE before we try to return it.
5623 Thu Jan  9 07:19:01 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
5625         * call.c (build_method_call): Delete unused var PARM.
5626         (build_overload_call_real): Likewise.
5627         (build_object_call): Delete unused var P.
5628         (build_new_op): Likewise.
5629         * decl.c (builtin_type_tdescs_{arr, len, max}): #if 0 out static
5630         var definitions, which are never used.
5631         (shadow_tag): Delete unused var FN.
5632         * expr.c (cplus_expand_expr): Delete unused var ORIGINAL_TARGET.
5633         * init.c (build_new): Delete unused var ALLOC_TEMP.
5634         * method.c (hack_identifier): Delete unused var CONTEXT.
5635         (do_build_copy_constructor): Delete unused var NAME.
5636         (synthesize_method): Delete unused var BASE.
5637         * pt.c (lookup_template_class): Delete unused var CODE_TYPE_NODE.
5638         * rtti.c (build_headof): Delete unused var VPTR.
5639         (get_typeid): Delete unused var T.
5640         * typeck.c (build_conditional_expr): Delete unused vars ORIG_OP1
5641         and ORIG_OP2.
5642         (build_ptrmemfunc): Delete unused vars U and NINDEX.
5643         * typeck2.c (build_functional_cast): Delete unused var BINFO.
5645 Wed Jan  8 13:09:54 1997  Jason Merrill  <jason@yorick.cygnus.com>
5647         * search.c (lookup_field): Use IDENTIFIER_CLASS_VALUE to look up
5648         things in a type being defined.
5649         * decl.c (finish_enum): Reverse the values so that they are in
5650         the correct order.
5652         * pt.c (instantiate_class_template): Don't initialize
5653         BINFO_BASETYPES until the vector is filled out.
5654         (unify): Don't abort on conflicting bindings, just fail.
5655         (instantiate_decl): Do push_tinst_level before any tsubsting.
5657         * method.c (build_overload_value): Handle getting a
5658         TEMPLATE_CONST_PARM for a pointer.
5660 Tue Jan  7 14:00:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
5662         * init.c (expand_member_init): Don't give 'not a base' error for
5663         templates.
5665         * pt.c (instantiate_decl): Call import_export_decl later.
5667         * pt.c (instantiate_class_template): Return a value.
5669         * parse.y (extension): New rule for __extension__.
5670         (extdef, unary_expr, decl, component_decl): Use it.
5672 Tue Jan  7 09:20:28 1997  Mike Stump  <mrs@cygnus.com>
5674         * class.c (base_binfo): Remove unused base_has_virtual member.
5675         (finish_base_struct): Likewise.
5676         (finish_struct_1): Likewise.
5678 Tue Dec 31 20:25:50 1996  Mike Stump  <mrs@cygnus.com>
5680         * search.c (expand_upcast_fixups): Fix bogus code generation
5681         problem where the generated code uses the wrong index into the
5682         runtime built vtable on the stack.  Old code could clobber random
5683         stack values.
5685 Tue Dec 31 15:16:56 1996  Mike Stump  <mrs@cygnus.com>
5687         * init.c (perform_member_init): Make sure the partial EH cleanups
5688         live on the function_obstack.
5690 Fri Dec 27 10:31:40 1996  Paul Eggert  <eggert@twinsun.com>
5692         * Make-lang.in (g++spec.o): Don't use $< with an explicit target;
5693         this isn't portable to some versions of `make' (e.g. Solaris 2.5.1).
5695 Tue Dec 24 10:24:03 1996  Jeffrey A Law  (law@cygnus.com)
5697         * decl.c (grokvardecl): Avoid ANSI style initialization.
5699 Sun Dec 22 04:22:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
5701         * pt.c (tsubst): Tweak arg types for a FUNCTION_TYPE.
5703 Fri Dec 20 17:09:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
5705         * pt.c (instantiate_class_template): Call grok_{ctor,op}_properties.
5707 Fri Dec 20 12:17:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5709         * g++spec.c (lang_specific_driver): Put missing hyphen in front of
5710         arguments we compare against.  Start the count of I at 1, not 0,
5711         since argv[0] is still the command.
5713 Thu Dec 19 11:53:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
5715         * lang-specs.h: Accept .cp as an C++ extension.
5717 Mon Dec 16 22:43:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5719         * cp-tree.h (ptr_reasonably_similar): Add decl.
5721 Thu Dec 12 15:00:35 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5723         * decl.c (grokvardecl): Change SPECBITS parm to be the SPECBITS_IN
5724         pointer.  New local SPECBITS with the parm's value.
5725         (grokdeclarator): Pass &specbits down.
5727         * parse.y (expr_no_commas): Make sure $$ is not an error_mark_node
5728         before we try to do C_SET_EXP_ORIGINAL_CODE on it.
5730         * search.c (envelope_add_decl): Check that the CLASSTYPE_CID of
5731         CONTEXT is not 0 before we try to use TYPE_DERIVES_FROM.
5733         * decl.c (cplus_expand_expr_stmt): Only expand the expr if EXP is
5734         not an error_mark_node.
5736 Sat Dec  7 17:20:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
5738         * cp-tree.h (TYPE_MAIN_DECL): Use TYPE_STUB_DECL.
5739         * *.c: Use TYPE_MAIN_DECL instead of TYPE_NAME where appropriate.
5740         
5741 Fri Dec  6 14:40:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
5743         * decl.c (grokdeclarator): When giving an anonymous struct a name,
5744         replace TYPE_NAME instead of TYPE_IDENTIFIER (so TYPE_STUB_DECL is
5745         not affected).
5747         * typeck2.c (build_m_component_ref): If component is a pointer
5748         to data member, resolve the OFFSET_REF now.
5750         * call.c (convert_like): Don't go into infinite recursion.
5752         * pt.c (coerce_template_parms): Use tsubst_expr for non-type args.
5754         * class.c (finish_struct_1): Set DECL_ARTIFICIAL on the vptr.
5755         * tree.c (layout_basetypes): And on the vbase ptr.
5757 Thu Dec  5 02:11:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
5759         * decl.c (BOOL_TYPE_SIZE): Define in terms of POINTER_SIZE or
5760         CHAR_TYPE_SIZE so bool is always the same size as another type.
5762         * decl.c (pushtag): Set DECL_IGNORED_P for DWARF, too.
5764 Tue Dec  3 23:18:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
5766         * decl2.c (grok_x_components): Remove synthesized methods from
5767         TYPE_METHODS of an anonymous union, complain about member
5768         functions.
5769         * decl.c (shadow_tag): Wipe out memory of synthesized methods in
5770         anonymous unions.
5771         (finish_function): Just clear the DECL_RTL of our arguments.
5773 Fri Nov 29 21:54:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
5775         * decl2.c (finish_file): Emit DWARF debugging info for static data
5776         members.
5778         * pt.c (tsubst): If t is a stub decl, return the stub decl for type.
5780 Wed Nov 27 14:47:15 1996  Bob Manson  <manson@charmed.cygnus.com>
5782         * typeck.c (build_component_ref): Don't die if COMPONENT isn't a
5783         IDENTIFIER_NODE.
5785 Wed Nov 27 16:05:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5787         * Make-lang.in (g++-cross$(exeext)): Fix typo.
5789 Wed Nov 27 08:14:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5791         Make the g++ driver now be a standalone program, rather than one
5792         that tries to run the gcc driver after munging up the options.
5793         * Make-lang.in (g++.c, g++spec.o): New rules.
5794         (g++.o): New rule, based on gcc.o with -DLANG_SPECIFIC_DRIVER
5795         added.
5796         (g++$(exeext)): New rule, based on xgcc rule.
5797         (g++-cross$(exeext)): Now just copies g++$(exeext) over.
5798         * g++spec.c: New file.
5799         * g++.c: Removed file.
5801 Tue Nov 26 19:01:09 1996  Mike Stump  <mrs@cygnus.com>
5803         * cvt.c (build_up_reference): Arrange for any temporary values
5804         that have been keep in registers until now to be put into memory.
5806 Mon Nov 25 15:16:41 1996  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5808         * Make-lang.in (c++.stage[1234]): Depend upon stage[1-4]-start, so
5809         that make -j3 bootstrap works better.
5811 Sun Nov 24 02:09:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
5813         * decl.c (pushtag): Do pushdecl for anon tags.
5815 Thu Nov 21 16:30:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
5817         * typeck.c (c_expand_return): Fix logic.
5818         (unary_complex_lvalue): Avoid unused warning on address of INIT_EXPR.
5820 Wed Nov 20 18:47:31 1996  Bob Manson  <manson@charmed.cygnus.com>
5822         * g++.c (main): Make sure arglist has a final NULL entry.  Add
5823         PEXECUTE_LAST to the flags passed to pexecute, as otherwise
5824         stdin/stdout of the invoked program are redirected to
5825         nowheresville.
5827 Tue Nov 19 16:12:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
5829         * decl.c (implicitly_declare): Set DECL_ARTIFICIAL.
5831 Tue Nov 19 15:48:19 1996  Mike Stump  <mrs@cygnus.com>
5833         * init.c (resolve_offset_ref): Handle obj.vfn better.
5834         * typeck.c (build_component_ref): Set TREE_TYPE on result from
5835         build_vfn_ref.
5837 Tue Nov 19 13:14:33 1996  Mike Stump  <mrs@cygnus.com>
5839         * typeck.c (convert_for_assignment): Also handle anachronistic
5840         implicit conversions from (::*)() to cv void*.
5841         * cvt.c (cp_convert_to_pointer): Likewise.
5843 Mon Nov 18 17:05:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
5845         * lex.c (handle_cp_pragma): Fix bogus warning.
5847 Mon Nov 18 16:10:43 1996  Mike Stump  <mrs@cygnus.com>
5849         * cvt.c (cp_convert_to_pointer): Avoid thinking a POINTER_TYPE
5850         (METHOD_TYPE) is a TYPE_PTRMEMFUNC_P.
5852 Thu Nov 14 23:18:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
5854         * class.c (finish_struct_1): Support DWARF2_DEBUG.
5855         * search.c (dfs_debug_mark): Likewise.
5856         * decl2.c (finish_vtable_vardecl): Likewise.
5857         * decl.c (pushtag, finish_enum): Likewise.
5858         * lex.c (check_newline): Use debug_* instead of calling *out
5859         functions directly.
5861 Thu Nov 14 15:21:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5863         * Make-lang.in (cplib2.ready): Add else clause to avoid problems
5864         on some picky hosts.
5866 Wed Nov 13 12:32:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
5868         * class.c (finish_struct_1): A class has a non-trivial copy
5869         constructor if it has virtual functions.
5871         * cvt.c (cp_convert): Always call a constructor.
5873         * call.c (reference_binding): Still tack on a REF_BIND
5874         for bad conversions.
5875         (build_user_type_conversion_1): Propagate ICS_BAD_FLAG.
5877         * typeck.c (convert_arguments): Pass LOOKUP_ONLYCONVERTING.
5878         (c_expand_return): Likewise.
5879         * typeck2.c (digest_init): Likewise for { }.
5880         * init.c (expand_aggr_init_1): Keep the CONSTRUCTOR handling.
5881         * cvt.c (cp_convert): Handle failure better.
5883 Wed Nov 13 11:51:20 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5885         * g++.c (main): Also set PEXECUTE_SEARCH, to make the invocation
5886         of GCC be path-relative. 
5888 Wed Nov 13 11:27:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
5890         * Make-lang.in (g++-cross): G++-cross doesn't need version.o, but
5891         it does need choose-temp.o and pexecute.o.
5893 Wed Nov 13 07:53:38 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5895         * g++.c (error) [!HAVE_VPRINTF]: Put error back for the only time
5896         that we still use it.
5897         (P_tmpdir, R_OK, W_OK, X_OK) [__MSDOS__]: Delete unnecessary macros.
5899 Wed Nov 13 02:00:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
5901         * init.c (expand_default_init): Avoid calling constructors to 
5902         initialize reference temps.
5904         * cvt.c (convert_to_reference): Fix.
5906 Tue Nov 12 19:10:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
5908         * cvt.c (cp_convert): Simplify for flag_ansi_overloading.
5909         (convert_to_reference): Likewise.
5910         * typeck.c (convert_for_initialization): Likewise.
5911         * init.c (expand_default_init): Likewise.
5912         (expand_aggr_init_1): Likewise.
5913         * cp-tree.h (CONV_NONCONVERTING): Lose.
5914         * typeck.c (build_c_cast): Lose allow_nonconverting parm.
5915         * *.c: Adjust.
5916         * call.c (build_user_type_conversion_1): Assume LOOKUP_ONLYCONVERTING.
5918 Tue Nov 12 16:29:04 1996  Brendan Kehoe  <brendan@canuck.cygnus.com>
5920         * pt.c (tsubst_expr): Reverse args to expand_start_catch_block.
5922 Tue Nov 12 15:26:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
5924         * init.c (expand_aggr_init_1): Don't crash on non-constructor
5925         TARGET_EXPR.
5927 Tue Nov 12 14:00:50 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5929         * g++.c: Include gansidecl.h.
5930         (VPROTO, PVPROTO, VA_START): Delete.
5931         (choose_temp_base_try, choose_temp_base, perror_exec,
5932         run_dos) [__MSDOS__]: Delete fns.
5933         (pfatal_with_name): Delete fn.
5934         (temp_filename): Declare like in gcc.c.
5935         (pexecute, pwait, choose_temp_base): Declare from gcc.c.
5936         (error_count, signal_count): Define.
5937         (error): Delete both definitions.
5938         (PEXECUTE_{FIRST,LAST,SEARCH,VERBOSE}): Define from gcc.c.
5939         (pfatal_pexecute): Add fn from gcc.c.
5940         (main): Rename local VERBOSE var to VERBOSE_FLAG.  Rewrite the
5941         code to use the pexecute stuff also used by gcc.c.
5942         (MIN_FATAL_STATUS): Define.
5943         * Make-lang.in (g++): Add dependency on and linking with
5944         choose-temp.o and pexecute.o.
5946         * cp-tree.h: Include gansidecl.h.
5947         (STDIO_PROTO): Delete #undef/#define.
5948         * cvt.c (NULL): Delete #undef/#define.
5949         * expr.c (NULL): Likewise.
5950         * init.c (NULL): Likewise.
5951         * rtti.c (NULL): Likewise.
5952         * xref.c (NULL): Likewise.
5954         * cp-tree.h (build_user_type_conversion): Add prototype.
5955         * call.c (build_user_type_conversion): Delete prototype.  Correct
5956         decl of FLAGS arg to be an int.
5957         * cvt.c (build_user_type_conversion): Likewise.
5959 Tue Nov 12 12:16:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
5961         * cp-tree.def: Add TRY_BLOCK and HANDLER.
5962         * except.c (expand_start_catch_block): Support templates.
5963         * parse.y (try_block, handler_seq): Likewise.
5964         * pt.c (tsubst_expr): Support TRY_BLOCK and HANDLER.
5966 Mon Nov 11 13:57:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
5968         * pt.c (current_template_args): New fn.
5969         (push_template_decl): Use it.
5970         * decl.c (grokdeclarator): Use it.
5972         * decl2.c (build_expr_from_tree): Dereference ref vars.
5974         * decl.c (grokdeclarator): Generalize handling of TYPENAME_TYPEs in
5975         the decl-specifier-seq.
5977         * decl.c (grok_op_properties): Don't force the type of a conversion
5978         op to be complete.  Don't warn about converting to the same type
5979         for template instantiations.
5981         * decl2.c (finish_file): Don't call instantiate_decl on synthesized
5982         methods.
5984 Mon Nov 11 13:20:34 1996  Bob Manson  <manson@charmed.cygnus.com>
5986         * typeck.c (get_delta_difference): Remove previous bogusness.
5987         Don't give errors if force is set.
5989 Fri Nov  8 17:38:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
5991         * decl2.c (finish_file): Don't emit debug info.
5992         * decl.c (pushdecl): Lose obsolete code.
5993         (grokdeclarator): Still do the long long thing after complaining.
5994         * search.c (note_debug_info_needed): Don't do anything if we're in a 
5995         template.
5996         * method.c (synthesize_method): For non-local classes,
5997         push_to_top_level first.
5999 Fri Nov  8 11:52:28 1996  Bob Manson  <manson@charmed.cygnus.com>
6001         * typeck.c (get_delta_difference): Add no_error parameter.
6002         (build_ptrmemfunc): Call get_delta_difference with no_error set;
6003         we don't want error messages when converting unrelated
6004         pointer-to-member functions.
6006 Thu Nov  7 11:16:24 1996  Mike Stump  <mrs@cygnus.com>
6008         * error.c (dump_expr): Improve the wording on error messages that
6009         involve pointer to member functions.
6011 Tue Nov  5 17:12:05 1996  Mike Stump  <mrs@cygnus.com>
6013         * cvt.c (cp_convert_to_pointer): Move code for conversions from
6014         (::*)() to void* or (*)() up a bit, so that we can convert from
6015         METHOD_TYPEs as well.
6017 Tue Nov  5 14:54:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
6019         * rtti.c (get_tinfo_fn): Make sure 'type' is permanent.
6020         There are no 'member' types.
6021         (get_tinfo_fn_dynamic): Diagnose typeid of overloaded fn.
6022         (build_x_typeid): Handle errors.
6024 Mon Nov  4 17:43:12 1996  Mike Stump  <mrs@cygnus.com>
6026         * typeck.c (convert_for_assignment): Handle anachronistic implicit
6027         conversions from (::*)() to void* or (*)().
6028         * cvt.c (cp_convert_to_pointer): Likewise.
6029         (cp_convert_to_pointer_force): Remove cp_convert_to_pointer
6030         conversions from here.
6031         * decl2.c (lang_decode_option): Add -W{no-,}pmf-conversions.
6032         * lang-options.h: Likewise.
6033         * decl2.c (warn_pmf2ptr): Define.
6034         * cp-tree.h: Declare it.
6035         * typeck2.c (digest_init): Allow pmfs down into
6036         convert_for_initialization.
6038 Sun Nov  3 09:43:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
6040         * typeck.c (c_expand_return): Fix for returning overloaded fn.
6042 Fri Nov  1 08:53:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
6044         * cp-tree.h (DIRECT_BIND): Change from INDIRECT_BIND.
6045         * decl.c (grok_reference_init): Pass DIRECT_BIND.
6046         * cvt.c (build_up_reference): Don't mark 'this' addressable.  Use
6047         DIRECT_BIND.
6048         * call.c (convert_like): Don't pass INDIRECT_BIND.
6049         * typeck.c (convert_arguments): Likewise.
6050         * typeck.c (mark_addressable): Allow &this if flag_this_is_variable.
6052 Thu Oct 31 17:08:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
6054         * typeck.c (mark_addressable): Support TARGET_EXPR, unify with
6055         similar code in build_up_ref.
6056         * cvt.c (build_up_reference): Drastically simplify.
6058 Mon Oct 28 12:45:05 1996  Jeffrey A Law  (law@cygnus.com)
6060         * typeck.c (signed_or_unsigned_type): If the given type already
6061         as the correct signedness, then just return it.
6063         * typeck.c ({un,}signed_type): If can't do anything, call
6064         signed_or_unsigned_type.
6066 Thu Oct 24 14:21:59 1996  Bob Manson  <manson@charmed.cygnus.com>
6068         * decl2.c (copy_assignment_arg_p): Don't buy the farm if
6069         current_class_type is NULL.
6071 Wed Oct 23 00:43:10 1996  Jason Merrill  <jason@gerbil.cygnus.com>
6073         * class.c (finish_struct_1): Avoid empty structs by adding a field
6074         so layout_type gets the mode right.
6076         * typeck.c (c_expand_return): Drastically simplify.
6078 Mon Oct 21 22:34:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
6080         * typeck.c (decay_conversion): Handle overloaded methods.
6082 Fri Oct 18 16:03:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
6084         * call.c (build_over_call): A TARGET_EXPR has side-effects.
6086 Thu Oct 17 11:31:59 1996  Mike Stump  <mrs@cygnus.com>
6088         * cvt.c (convert_to_pointer_force): Add code to support pointer to
6089         member function to pointer to function conversions.
6090         * init.c (resolve_offset_ref): Add code to allow faked up objects,
6091         ignoring them if they are not used, and giving an error, if they
6092         are needed.
6093         * typeck.c (get_member_function_from_ptrfunc): Fold e1 to improve
6094         code, and so that we can give an error, if we needed an object,
6095         and one was not provided.
6096         (build_c_cast): Don't call default_conversion when we want to
6097         convert to pointer to function from a METHOD_TYPE.
6099 Mon Oct 14 00:28:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
6101         * Make-lang.in (cplib2.ready): Fix logic.
6103         * decl.c (shadow_tag): Only complain about non-artificial function
6104         members.
6106         * class.c (finish_struct_1): Add synthesized methods to TYPE_METHODS.
6108 Fri Oct 11 16:12:40 1996  Jason Merrill  <jason@yorick.cygnus.com>
6110         * expr.c (cplus_expand_expr): Pre-tweak call_target like
6111         expand_inline_function would.
6113         * pt.c (mark_decl_instantiated): If extern_p, call
6114         mark_inline_for_output.
6116 Thu Oct 10 15:58:08 1996  Mike Stump  <mrs@cygnus.com>
6118         * typeck.c (unary_complex_lvalue): Add code to handle intermediate
6119         pmd conversions.
6121         * typeck.c (get_delta_difference): Fix wording, as we can be used
6122         for pointer to data members.
6124 Tue Oct  8 12:43:51 1996  Bob Manson  <manson@charmed.cygnus.com>
6126         * pt.c (tsubst): If the function decl isn't a member of this
6127         template, return a copy of the decl (including copying the
6128         lang-specific part) so we don't hose ourselves later.
6130 Thu Oct  3 16:24:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
6132         * class.c (finish_struct): Remove DWARF-specific tag handling.
6133         * decl.c (pushtag): Likewise.
6134         (finish_function): Always clear DECL_ARGUMENTS on function decls with
6135         no saved RTX.
6136         * decl2.c (finish_file): Emit DWARF debugging info for static data
6137         members.
6139 Wed Oct  2 21:58:01 1996  Bob Manson  <manson@charmed.cygnus.com>
6141         * decl.c (duplicate_decls): Make sure the old DECL_LANG_SPECIFIC
6142         isn't the same as the new one before we whack it.
6144 Mon Sep 30 13:38:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
6146         * class.c, cp-tree.h, cvt.c, decl.c, decl2.c, gxx.gperf, hash.h,
6147         lex.c, method.c, parse.y, typeck.c, typeck2.c: Remove
6148         warn_traditional and warn_strict_prototypes; remove ancient
6149         'overload' code; remove references to flag_traditional.
6151 Mon Sep 30 12:58:40 1996  Mike Stump  <mrs@cygnus.com>
6153         * input.c (sub_getch): Handle 8-bit characters in string literals.
6155 Sun Sep 29 03:12:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
6157         * tree.c (mapcar): Handle CONSTRUCTORs.
6158         (copy_to_permanent): Handle expression_obstack properly.
6160         * Make-lang.in (cplib2.txt): Also depend on the headers.
6162         * rtti.c (get_tinfo_var): Don't assume that POINTER_SIZE ==
6163         INT_TYPE_SIZE.
6164         (expand_class_desc): Use USItype for offset field.
6165         * tinfo.h (struct __class_type_info): Likewise.
6167         * method.c (build_overload_int): TYPE_PRECISION should be applied
6168         to types.
6170 Sat Sep 28 14:44:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
6172         * call.c (build_new_op): A COND_EXPR involving void must be a
6173         builtin.
6175 Fri Sep 27 16:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
6177         * typeck.c (build_x_component_ref): New fn.
6178         (build_object_ref): Use it.
6179         * parse.y (primary): Use it.
6180         * decl2.c (build_expr_from_tree): Use it.
6181         * cp-tree.h: Declare it.
6183         * decl.c (start_decl): variable-sized arrays cannot be initialized.
6184         * error.c (dump_type_suffix): Handle variable arrays.
6186 Fri Sep 27 13:14:05 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6188         * Make-lang.in (exception.o): Put back compiling it with -fPIC.
6190 Fri Sep 27 03:00:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
6192         * decl.c (lookup_name_real): Don't try to look up anything in a
6193         TYPENAME_TYPE.
6195         * tinfo2.cc (__throw_type_match_rtti): Oops.
6197 Thu Sep 26 22:11:05 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6199         * Make-lang.in (exception.o): Use -fno-PIC for now.
6201 Thu Sep 26 10:59:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
6203         * rtti.c (build_dynamic_cast): Pass tinfo fns rather than
6204         calling them.
6205         (get_tinfo_fn_dynamic): Extracted from build_typeid.
6206         * tinfo2.cc (__dynamic_cast): Adjust.
6207         
6208         * rtti.c (build_typeid): Use resolves_to_fixed_type_p.
6209         (build_x_typeid): Likewise.
6211         * parse.y: Call build_x_typeid instead of build_typeid.
6212         * cp-tree.def: Add TYPEID_EXPR.
6213         * pt.c (tsubst_copy): Handle typeid.
6214         * decl2.c (build_expr_from_tree): Likewise.
6215         * rtti.c (build_x_typeid): Throw bad_typeid from here.
6216         (build_typeid): Not here.
6217         * cp-tree.h: Declare build_x_typeid.
6219 Wed Sep 25 17:26:16 1996  Jason Merrill  <jason@yorick.cygnus.com>
6221         * call.c (convert_like): Pull out constant values.
6223         * tree.c (mapcar): Use build_cplus_array_type, not build_array_type.
6225 Wed Sep 25 17:28:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6227         * decl.c (init_decl_processing): Create short int types before
6228         creating size_t in case a machine description needs to use
6229         unsigned short for size_t.
6231 Tue Sep 24 18:18:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
6233         * Make-lang.in (exception.o): Turn off pic.
6235         * tinfo2.cc (__throw_type_match_rtti): Fix cv-variants of the same
6236         type, multi-level ptr conversions.
6238         * rtti.c (call_void_fn): Renamed and genericized from throw_bad_cast.
6239         (throw_bad_cast): Use it.
6240         (throw_bad_typeid): New fn.
6241         (build_typeid): Throw bad_typeid as needed.
6242         Use build_call.
6243         (synthesize_tinfo_fn): Handle functions and arrays before checking
6244         for cv-quals.
6246         * Remove .h from standard C++ headers, add new.h, move into inc
6247         subdirectory.
6249         * exception*: Remove pointer from object, constructors.  Add
6250         default exception::what that uses type_info::name.  Add
6251         __throw_bad_typeid.
6253         * init.c (build_new): Don't add a cookie to new (void *) T[2].
6255 Mon Sep 23 15:21:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
6257         * Make-lang.in: Building C++ code depends on cc1plus.
6259 Mon Sep 23 12:38:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6261         * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
6262         a HOST_WIDE_INT, not a tree.
6264 Mon Sep 23 12:36:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
6266         * exception.cc: Don't include <stdlib.h>.
6268         * Make-lang.in (c++.clean): Remove cplib2.*.
6270 Mon Sep 23 09:42:19 1996  Doug Evans  <dje@canuck.cygnus.com>
6272         * parse.y (component_decl_1, component_costructor_declarator case):
6273         Pass attributes/prefix_attributes in tree list.
6275 Mon Sep 23 01:18:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
6277         * tinfo{,2}.cc: #include <stddef.h> instead of <stdlib.h>.
6279 Sun Sep 22 05:31:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
6281         * lex.c (do_identifier): Don't do deferred lookup in a template
6282         header.
6284         * typeck2.c (store_init_value): Oops.
6286         * new.{h,cc}, exception.{h,cc}, typeinfo.h, tinfo{2.cc,.cc,.h}: 
6287         New files for C++ lang-support library.
6288         * Make-lang.in (CXX_EXTRA_HEADERS): Define.
6289         (CXX_LIB2FUNCS): Define.
6290         And rules for building the C++ lang-support code.
6291         * config-lang.in (headers): Define.
6292         (lib2funcs): Define.
6294 Sat Sep 21 19:17:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
6296         * decl2.c (build_expr_from_tree): If CONSTRUCTOR has a type, call
6297         digest_init.
6298         * pt.c (tsubst_copy): Compute type for CONSTRUCTOR.
6299         * typeck2.c (store_init_value): Check for initializing pmf with { }
6300         here.
6301         (process_init_constructor): Not here.
6303 Thu Sep 19 16:41:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
6305         * pt.c (begin_template_parm_list): Increment
6306         processing_template_decl here.
6307         (end_template_parm_list): Not here.
6308         (process_template_parm): No need to add 1 to it now.
6309         * *.c: Use processing_template_decl instead of current_template_parms
6310         to check for being in a template.
6312         * pt.c (uses_template_parms): Handle SCOPE_REF.  Fix CONSTRUCTOR.
6313         (tsubst_copy): Handle CONSTRUCTOR.
6314         (instantiate_decl): Set up context properly for variables.
6315         * decl2.c (build_expr_from_tree): Handle CONSTRUCTOR.
6316         * class.c (finish_struct): Reverse CLASSTYPE_TAGS.
6318 Wed Sep 18 13:30:20 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6320         * lex.c (enum tree_node_kind) [GATHER_STATISTICS]: Put the enum back.
6322 Wed Sep 18 04:24:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
6324         * method.c (make_thunk): Call comdat_linkage before setting the
6325         TREE_CODE.
6327         * decl2.c (comdat_linkage): Use make_decl_one_only.
6328         (import_export_decl): Likewise.
6329         * decl.c (init_decl_processing): Check supports_one_only instead of
6330         SUPPORTS_WEAK.
6332 Sat Sep 14 08:34:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
6334         * decl2.c (grokfield): Tighten checking for access decls.
6336         * decl.c (make_typename_type): Resolve references to
6337         current_class_type.  Set CLASSTYPE_GOT_SEMICOLON.
6338         (lookup_name_real): Types that depend on a template parameter get
6339         an implicit 'typename' unless they're in the current scope.
6340         (start_decl_1): We don't care about incomplete types that depend
6341         on a template parm.
6342         (grokdeclarator): Resolve 'typename's in the type specifier that
6343         refer to members of the current scope.
6345         * call.c (build_over_call): Remove 'inline called before
6346         definition' diagnostic.
6347         (build_method_call): Likewise.
6348         * decl.c (duplicate_decls): Downgrade 'used before declared
6349         inline' to a warning, only with -Winline.
6351 Fri Sep 13 17:31:40 1996  Stan Shebs  <shebs@andros.cygnus.com>
6353         * mpw-make.sed: Fix include paths, add @DASH_C_FLAG@ to compile.
6355 Wed Sep 11 22:38:13 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
6357         * call.c (build_method_call): When calling a signature
6358         default implementation, as in other cases, let instance_ptr simply
6359         be instance.
6361 Wed Sep 11 22:14:44 1996  Mike Stump  <mrs@cygnus.com>
6363         * parse.y (simple_stmt): Cleanup and use do_poplevel ().
6365 Wed Sep 11 22:10:48 1996  Mike Stump  <mrs@cygnus.com>
6367         * except.c (expand_start_catch_block): Add a pushlevel so that -g
6368         works on hppa and SPARC.
6370 Wed Sep 11 10:18:06 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6372         * typeck.c (build_indirect_ref): Catch PTR being an error_mark_node.
6374 Mon Sep  9 19:51:14 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
6376         * call.c (build_over_call): Check first whether DECL_CONTEXT exists
6377         before testing whether it's a signature.
6379 Sun Sep  8 16:06:57 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
6381         * call.c (build_new_method_call): Don't complain about signature
6382         pointers and references not being an aggr type.
6383         (build_this): If a signature pointer or reference was passed in,
6384         just return it.
6385         (build_new_method_call): If instance is a signature pointer, set
6386         basetype to the signature type of instance.
6387         * sig.c (build_signature_method_call): Deleted basetype and
6388         instance parameters, they can be found as the DECL_CONTEXT of
6389         function and as the first argument passed in.
6390         * cp-tree.h: Changed declaration of build_signature_method_call.
6391         * call.c (build_method_call): Deleted first two arguments in call
6392         of build_signature_method_call.
6393         (build_over_call): Added call to build_signature_method_call.
6395 Thu Sep  5 16:51:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
6397         * typeck.c (build_c_cast): Don't tack a non_lvalue_expr onto a
6398         target_expr.
6400 Thu Sep  5 10:05:38 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6402         * cvt.c (convert_to_reference): Use %#T, not %#D, for error.
6404 Wed Sep  4 17:16:09 1996  Bob Manson  <manson@charmed.cygnus.com>
6406         * except.c (expand_start_try_stmts): Move to except.c in the backend.
6407         (expand_end_try_stmts): Remove.
6409         * init.c (perform_member_init): Use add_partial_entry () instead
6410         of directly manipulating lists.
6411         (emit_base_init): Ditto.
6413 Wed Sep  4 12:14:36 1996  Mike Stump  <mrs@cygnus.com>
6415         * except.c (expand_exception_blocks): Always make sure USE and
6416         CLOBBER insns that came at the end still do, the backend relies
6417         upon this.
6419 Wed Sep  4 07:44:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
6421         * call.c (build_over_call): We can only use a TARGET_EXPR of the
6422         right type.
6424 Tue Sep  3 19:26:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
6426         * cvt.c (convert_to_reference): Revert last change, don't complain
6427         about temp without target decl.
6429 Tue Sep  3 10:22:56 1996  Mike Stump  <mrs@cygnus.com>
6431         * decl.c (grokdeclarator): Don't core dump when void() is given.
6433 Tue Sep  3 02:38:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
6435         * decl.c (copy_args_p): Don't crash.
6437 Fri Aug 30 14:26:57 1996  Mike Stump  <mrs@cygnus.com>
6439         * pt.c (tsubst): And support template args inside the exception
6440         specification.
6442         * pt.c (tsubst): Add support for exception specifications in
6443         template functions.
6445 Fri Aug 30 10:01:55 1996  Mike Stump  <mrs@cygnus.com>
6447         * cp-tree.def (DECL_STMT): Eliminate the throw spec field, only 3
6448         fields now.
6449         * cp-tree.h (start_decl): Eliminate the throw spec parameter.
6450         (start_function): Likewise.
6451         (start_method): Likewise.
6452         (grokfield): Likewise.
6453         (make_call_declarator): Add throw spec parameter.
6454         (set_quals_and_spec): Add routine.
6455         * lex.c (set_quals_and_spec): Likewise.
6456         * decl.h (grokdeclarator): Eliminate the throw spec parameter.
6457         * decl.c (shadow_tag): Eliminate the throw spec parameter to
6458         grokdeclarator.
6459         (groktypename): Likewise.
6460         (start_decl): Eliminate the throw spec parameter.  Eliminate the
6461         throw spec parameter to grokdeclarator.  Eliminate the throw spec
6462         field in DECL_STMT.
6463         (cp_finish_decl): Eliminate the throw spec field in DECL_STMT.
6464         (grokfndecl): Remove useless set of raises.
6465         (grokdeclarator): Eliminate the throw spec parameter.  Eliminate
6466         the throw spec parameter to start_decl.  Pull the throw spec out
6467         of the call declarator.
6468         (grokparms): Eliminate the throw spec parameter to grokdeclarator.
6469         (start_function): Eliminate the throw spec parameter.  Eliminate
6470         the throw spec parameter to grokdeclarator.
6471         (start_method): Likewise.
6472         * decl2.c (grokfield): Likewise.
6473         (grokbitfield): Eliminate the throw spec parameter to grokdeclarator.
6474         (grokoptypename): Likewise.
6475         (finish_file): Eliminate the throw spec parameter to
6476         start_function.  Add throw spec to make_call_declarator.
6477         * except.c (init_exception_processing): Add throw spec to
6478         make_call_declarator.  Eliminate the throw spec parameter to
6479         start_decl.
6480         (expand_start_catch_block): Eliminate the throw spec parameter to
6481         grokdeclarator.
6482         (expand_builtin_throw): Add throw spec to make_call_declarator.
6483         Eliminate the throw spec parameter to start_function.
6484         (start_anon_func): Likewise.
6485         * lex.c (make_call_declarator): Add throw spec parameter.
6486         (set_quals_and_spec): New routine.
6487         (cons_up_default_function): Add throw spec to make_call_declarator.
6488         Eliminate the throw spec parameter to grokfield.
6489         * method.c (synthesize_method): Eliminate the throw spec parameter
6490         to start_function.
6491         * pt.c (process_template_parm): Eliminate the throw spec parameter
6492         to grokdeclarator.
6493         (tsubst): Add throw spec to make_call_declarator.
6494         (tsubst_expr): Eliminate the throw spec parameter to start_decl.
6495         (do_function_instantiation): Eliminate the throw spec parameter to
6496         grokdeclarator.  Eliminate the throw spec parameter to
6497         start_function.
6498         * rtti.c (synthesize_tinfo_fn): Eliminate the throw spec parameter
6499         to start_function.
6500         * parse.y (datadef): Remove non-winning optimization.
6501         (decl): Likewise.
6502         (fndef): Remove ambiguous error productions uncovered by grammer
6503         fixing.
6504         (constructor_declarator): Add exception_specification_opt here.
6505         (component_constructor_declarator): Likewise.
6506         (direct_after_type_declarator): Likewise.
6507         (complex_direct_notype_declarator): Likewise.
6508         (direct_abstract_declarator): Likewise.
6509         (fn.def1): Remove exception_specification_opt.
6510         (fn.def2): Likewise.
6511         (condition): Likewise.
6512         (initdcl0): Likewise.
6513         (initdcl): Likewise.
6514         (notype_initdcl0): Likewise.
6515         (nomods_initdcl0): Likewise.
6516         (component_decl_1): Likewise.
6517         (component_declarator): Likewise.
6518         (after_type_component_declarator0): Likewise.
6519         (after_type_component_declarator): Likewise.
6520         (notype_component_declarator): Likewise.
6522 Wed Aug 28 01:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
6524         * call.c (build_over_call): Also use an INIT_EXPR when
6525         initializing anything from an rvalue.
6527         * call.c (build_over_call): Call stabilize_reference when building
6528         an INIT_EXPR instead of calling the copy ctor.
6530         * call.c (joust): Extend the previous change to all comparisons.
6532         * decl2.c, method.c, lex.c: Use MAKE_DECL_ONE_ONLY and 
6533         NO_LINKAGE_HEURISTICS.
6535         * decl2.c (finish_file): Emit any statics that weren't already.
6537         * typeck.c (build_static_cast): Implement.
6538         * tree.c (build_cplus_new): Handle getting a TARGET_EXPR.
6539         * decl.c (grokparms): Use can_convert_arg instead of
6540         implicit_conversion directly.
6541         (copy_args_p): New fn.
6542         * cvt.c (convert_to_reference): Don't complain about temp with
6543         static_cast.
6544         (build_up_reference): Handle TARGET_EXPRs.
6545         * call.c (build_over_call): Elide unnecessary temps.
6546         (can_convert*): Use new overloading code.
6548 Tue Aug 27 13:12:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
6550         * call.c: Move TYPE_PTR*_MACROS ...
6551         * cp-tree.h: To here.
6552         * typeck.c (build_reinterpret_cast): Implement.
6554         * call.c (add_builtin_candidate): Use TYPE_PTROB_P instead of
6555         ptr_complete_ob.
6556         (joust): If we're comparing a function to a builtin and the worst
6557         conversion for the builtin is worse than the worst conversion for the
6558         function, take the function.
6560         * typeck.c (build_const_cast): Implement.
6561         (comp_ptr_ttypes_const): Like comp_ptr_ttypes, for const_cast.
6562         (comp_ptr_ttypes_reinterpret): Like cpt, for reinterpret_cast.
6564 Tue Aug 27 13:14:58 1996  Bob Manson  <manson@charmed.cygnus.com>
6566         * rtti.c (build_dynamic_cast): Don't try to dereference exprtype
6567         too early. Make sure we explode if exprtype turns out to be a
6568         NULL_TREE when it shouldn't be.
6570 Tue Aug 27 10:56:21 1996  Mike Stump  <mrs@cygnus.com>
6572         * cp-tree.h: New routine make_call_declarator.
6573         * lex.c (make_call_declarator): Define it.
6574         * except.c (init_exception_processing): Use it.
6575         (expand_builtin_throw): Likewise.
6576         (start_anon_func): Likewise.
6577         * decl2.c (finish_file): Likewise.
6578         * lex.c (cons_up_default_function): Likewise.
6579         * parse.y: Likewise.
6580         * pt.c (tsubst): Likewise.
6581         
6582 Mon Aug 26 17:40:03 1996  Mike Stump  <mrs@cygnus.com>
6584         * decl2.c (groktypefield): Remove unused code.
6586 Mon Aug 26 17:00:33 1996  Mike Stump  <mrs@cygnus.com>
6588         * gxx.gperf: Change TYPE_QUAL into CV_QUALIFIER.
6589         * parse.y: Likewise.  Change maybe_type_qual into maybe_cv_qualifier.
6590         Change type_quals into cv_qualifiers.  Change nonempty_type_quals into
6591         nonempty_cv_qualifiers.
6592         * hash.h: Rebuild.
6593         
6594         * lex.c (make_pointer_declarator): Change type_quals into
6595         cv_qualifiers.
6596         (make_reference_declarator): Likewise.
6597         
6598 Thu Aug 22 01:09:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
6600         * decl.c (start_function): Only check interface_* for templates
6601         with flag_alt_external_templates.
6603         * call.c (build_new_op): Check for comparison of different enum types.
6604         (build_over_call): Fix arg # output.
6606         * typeck.c (build_component_ref): Handle pre-found TYPE_DECL.
6608 Wed Aug 21 00:13:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
6610         * call.c (build_new_op): Check for erroneous args.
6612         * call.c (build_new_method_call): Add missing args to cp_error.
6614         * tree.c (error_type): Dont print reference-to-array.
6616         * typeck.c (convert_for_assignment): Don't say contravariance for
6617         removing const.
6619 Tue Aug 20 13:23:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
6621         * call.c (build_over_call): Diagnose bad convs for `this'.
6623         * lex.c (cons_up_default_function): Set DECL_ARTIFICIAL
6624         on _ctor_arg.
6626         * call.c (convert_like): Handle bad convs.
6627         (build_over_call): Handle bad convs better.
6629         * decl2.c: -fansi-overloading is now the default.
6631         * call.c (build_new_method_call): Check for erroneous args.
6633         * pt.c (instantiate_class_template): Propagate
6634         TYPE_USES_MULTIPLE_INHERITANCE.
6636 Tue Aug 20 13:09:57 1996  Mike Stump  <mrs@cygnus.com>
6638         * call.c (enforce_access): Add static to routine.
6640 Sun Aug 18 14:35:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
6642         * call.c (build_user_type_conversion_1): Fix bad handling.
6643         (compare_ics): Likewise.
6645 Sat Aug 17 21:54:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
6647         * call.c (standard_conversion): Oops.
6649 Sat Aug 17 16:28:11 1996  Geoffrey Noer  <noer@cygnus.com>
6651         * g++.c: Update test for win32 (&& ! cygwin32).
6653 Sat Aug 17 03:45:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
6655         * typeck.c (comp_ptr_ttypes_real): Handle OFFSET_TYPEs properly.
6656         (ptr_reasonably_similar): New fn.
6657         * call.c (BAD_RANK): New rank.
6658         (ICS_BAD_FLAG): New macro.
6659         (standard_conversion): Handle almost-right pointer conversions.
6660         (reference_binding): Handle bad rvalue bindings.
6661         (add_*_candidate): Stuff.
6662         (build_over_call): Pass bad conversions to convert_for_initialization.
6663         (compare_ics): Handle bad convs.
6664         (joust): Likewise.
6666 Fri Aug 16 15:02:19 1996  Bob Manson  <manson@charmed.cygnus.com>
6668         * init.c (expand_vec_init): Use ptrdiff_type_node instead of
6669         integer_type_node when computing pointer offsets.
6671 Fri Aug 16 01:28:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
6673         * tree.c (lvalue_type): New fn.
6674         (error_type): New fn.
6675         * call.c (op_error): Use error_type.
6676         (add_conv_candidate): Use lvalue_type.
6677         (add_builtin_candidates): Likewise.
6678         * error.c (args_as_string): Use error_type.
6680 Thu Aug 15 17:27:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
6682         * pt.c (instantiate_decl): Evaluate DECL_INITIAL of a VAR_DECL here.
6683         (tsubst): Not here.
6685         * decl.c (init_decl_processing): With -ansi, __null's type is the
6686         signed integral type with the same number of bits as a pointer.
6687         Introduce a new variable null_node for it.
6688         * cp-tree.h: Adjust.
6689         * call.c (null_ptr_cst_p): Adjust.
6691 Thu Aug 15 17:09:54 1996  Mike Stump  <mrs@cygnus.com>
6693         * except.c (do_unwind): Mark %i7 as used on the SPARC so we can
6694         optimize.
6696 Thu Aug 15 01:36:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
6698         * decl2.c (import_export_decl): Ignore #pragma interface for tinfo
6699         fns of classes without virtual functions.
6701         * call.c (add_function_candidate): Handle `this' specially.
6702         (compare_ics): Likewise.
6704 Tue Aug 13 12:16:10 1996  Jason Merrill  <jason@yorick.cygnus.com>
6706         * typeck.c (build_conditional_expr): Fix handling of __null.
6708         * decl2.c (comdat_linkage): New fn.
6709         (import_export_vtable): Use it.
6710         (import_export_decl): Use it.
6711         * method.c (make_thunk): Use it.
6713 Mon Aug 12 00:09:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
6715         * pt.c (end_template_decl): If we don't actually have parms, return.
6716         * parse.y (template_header): Accept 'template <>'.
6718         * errfn.c: Allow 5 args.
6720 Sun Aug 11 15:20:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
6722         * tree.c (make_temp_vec): New fn.
6723         * pt.c (push_template_decl): Handle partial specs.
6724         (instantiate_class_template): Likewise.
6725         (more_specialized): Use get_bindings.
6726         (more_specialized_class): New fn.
6727         (get_class_bindings): New fn.
6728         (most_specialized_class): New fn.
6729         (do_function_instantiation): List candidates for ambiguous case.
6730         * decl.c (duplicate_decls): Lose reference to DECL_TEMPLATE_MEMBERS.
6731         (shadow_tag): Call push_template_decl for partial specializations.
6732         * parse.y: Likewise.
6733         * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Replaces
6734         DECL_TEMPLATE_MEMBERS.
6735         * call.c (print_z_candidates): Reduce duplication.
6737 Fri Aug  9 14:36:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
6739         * decl2.c (lang_decode_option): Allow -fansi-overloading.
6741 Thu Aug  8 17:04:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
6743         * pt.c (get_bindings): New fn.
6744         (most_specialized): Likewise.
6745         (do_function_instantiation): Use them.
6746         (add_maybe_template): New fn.
6747         * cp-tree.h (DECL_MAYBE_TEMPLATE): New macro.
6748         * call.c (build_new_op): Handle guiding decls.
6749         (build_new_function_call): Likewise.
6750         * decl2.c (finish_file): Likewise.
6752         * decl2.c (mark_used): Do synthesis here.
6753         * call.c (build_method_call): Not here.
6754         (build_over_call): Or here.
6755         * typeck.c (build_function_call_real): Or here.
6756         * tree.c (bot_manip): Call mark_used on functions used in default
6757         args.
6759 Thu Aug  8 17:48:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
6761         * decl2.c (import_export_vtable): Delete code that disabled vtable
6762         heuristic on systems with ASM_OUTPUT_EXTERNAL.
6764 Wed Aug  7 12:44:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
6766         * typeck.c (build_x_function_call): Handle static call context
6767         better.
6769         * decl.c (finish_function): Set the DECL_CONTEXT of the result to
6770         the function, not its outer block.
6772         * call.c (build_field_call): Pass fields on to build_opfncall
6773         regardless of TYPE_OVERLOADS_CALL_EXPR.
6774         (build_method_call): Pass on to build_new_method_call sooner.
6776         * typeck.c (build_ptrmemfunc): Just return what instantiate_type
6777         gives us.
6778         * class.c (instantiate_type): Don't put a POINTER_TYPE to
6779         METHOD_TYPE on an expression.  Also make a copy of rhs instead of
6780         modifying it.
6782 Tue Aug  6 12:58:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
6784         * call.c (compare_ics): Handle qual_conv after lvalue_conv.
6785         (add_builtin_candidate): Don't take enums for ++.
6786         (build_new_method_call): Handle non-aggregates and field calls.
6787         Move new overloading code from...
6788         * cvt.c: Here.
6790         * decl.c (grokparms): Don't check default args in templates.
6792 Mon Aug  5 17:17:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
6794         * cvt.c (build_new_op): Fix args to build_unary_op.
6795         (add_builtin_candidates): Don't call type_promotes_to on float.
6797         * decl.c (grokparms): Check the type of the default arg.
6799         * cvt.c (build_new_op): Pass non-overloaded cases on rather than
6800         returning NULL_TREE.
6802         * typeck.c (build_x_binary_op): Avoid doing extra work.
6803         (build_x_unary_op): Likewise.
6804         (build_x_conditional_expr): Likewise.
6805         * cvt.c (build_over_call): Return.
6806         (add_builtin_candidate): Fix MEMBER_REF.
6807         (build_new_op): Likewise.
6809 Mon Aug  5 17:07:47 1996  Mike Stump  <mrs@cygnus.com>
6811         * method.c (build_overload_name): Put bug fix into code but leave
6812         disabled for now so we can be bug compatible with older releases
6813         that do repeats incorrectly.  In the future, we can enable it.
6815 Mon Aug  5 13:46:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
6817         * cvt.c (convert_like): Don't call build_cplus_new twice.
6819         * call.c, cp-tree.h, cvt.c, decl2.c, init.c, method.c, pt.c, typeck.c:
6820         Control new overloading code with -fansi-overloading.
6822 Sun Aug  4 15:29:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
6824         * cvt.c (build_over_call): Call build_cplus_new.
6825         * call.c (build_method_call): Likewise.
6826         * typeck.c (build_function_call_real): Likewise.
6827         (build_conditional_expr): If both operands are TARGET_EXPRs, wrap
6828         the COND_EXPR in a TARGET_EXPR so they use the same slot.
6830         * cvt.c (build_up_reference): Propagate INDIRECT_BIND to 
6831         recursive calls.
6832         * typeck.c (complete_type): Propagate
6833         TYPE_NEEDS_{CONSTRUCTING,DESTRUCTOR}.
6835 Sat Aug  3 14:05:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
6837         * cvt.c (joust): More ?: kludging.  Sigh.
6838         (build_over_call): Don't try to synthesize global fns.
6840         * search.c (lookup_conversions): Use binfo marking.
6842 Sat Aug  3 12:33:42 1996  Bob Manson  <manson@charmed.cygnus.com>
6844         * search.c (build_mi_matrix): Use the correct value of cid
6845         when determining the new mi_size.
6847 Sat Aug  3 01:27:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
6849         * cvt.c (add_builtin_candidates): Do consider type conversion ops
6850         for the first parms of += et al.
6851         (strip_top_quals): New fn.
6852         (reference_binding): Use it instead of TYPE_MAIN_VARIANT.
6853         (implicit_conversion): Likewise.
6854         (add_builtin_candidates): Be careful about arrays.
6855         (build_new_method_call): Handle vtable optimization.
6857 Fri Aug  2 01:26:59 1996  Jason Merrill  <jason@yorick.cygnus.com>
6859         * cp-tree.h (LOOKUP_NO_TEMP_BIND): New flag.
6860         * cvt.c (reference_binding): Use it.
6861         (implicit_conversion): Use it.
6862         (add_builtin_candidate, COND_EXPR): Use it.
6864         * cvt.c (build_new_function_call): Check for error args.
6866         * typeck.c (comptypes): Just check DERIVED_FROM_P, not UNIQUELY.
6868         * gxx.gperf: Add __null.
6869         * hash.h: Regenerate.
6870         * lex.h: Add RID_NULL.
6871         * lex.c (init_lex): Create null_pointer_node here, stick it in
6872         RID_NULL.
6873         * decl.c (init_decl_processing): Still set its type here.
6874         * cvt.c (cp_convert_to_pointer): Don't produce null_pointer_node.
6875         (convert_to_pointer_force): Likewise.
6876         (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)0
6877         if (! pedantic).
6878         * call.c (convert_harshness): Use null_ptr_cst_p.
6879         * typeck.c (convert_for_assignment): Likewise.  Don't produce
6880         null_pointer_node.
6882         * error.c (args_as_string): Handle lists of actual args, too.
6883         * cvt.c (null_ptr_cst): Support (void*)0 for now.
6884         (build_user_type_conversion_1): Improve diagnostics.
6885         (build_new_function_call): Likewise.
6886         (build_object_call): Likewise.
6887         (build_new_method_call): Likewise.  Move call before def diagnostic...
6888         (build_over_call): Here.
6890         * cvt.c (build_new_method_call): Don't complain about no match if
6891         LOOKUP_SPECULATIVELY.
6892         (build_over_call): Fix 'this' for virtual fn.
6893         (build_new_method_call): Add diagnostic.
6895 Thu Aug  1 16:45:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
6897         * cvt.c (add_function_candidate): Expect 'this' and 'in_chrg' for
6898         constructors to be passed in.
6899         (build_over_call): Likewise.
6900         (build_user_type_conversion_1): Pass them in.
6901         (convert_like): Likewise.
6902         (build_object_call): Handle overloaded conversions.
6903         (build_over_call): Pass the right args to build_vfn_ref.
6904         (standard_conversion): Fix pmf convs.
6905         (joust): Handle comparing statics and non-statics.
6906         (build_new_method_call): New fn.
6907         * call.c (build_method_call): Call it if NEW_OVER.
6909 Thu Aug  1 16:06:14 1996  Mike Stump  <mrs@cygnus.com>
6911         * lex.c (do_identifier): Don't use %O on IDENTIFIER_OPNAME_Ps, use
6912         %D instead.
6914 Thu Aug  1 15:24:02 1996  Mike Stump  <mrs@cygnus.com>
6916         * except.c (expand_throw): Use maybe_build_cleanup_and_delete
6917         instead of just maybe_build_cleanup so that we deallocate the
6918         thrown object.
6920 Thu Aug  1 15:18:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6922         * decl2.c (finish_prevtable_vardecl): Make non-static for pt.c's use.
6923         * cp-tree.h (finish_prevtable_vardecl): Add decl.
6925 Thu Aug  1 11:53:51 1996  Bob Manson  <manson@charmed.cygnus.com>
6927         * pt.c (instantiate_class_template): Call complete_type. Also, if
6928         we're at the end of the file and we just instantiated a template
6929         class with a vtable, call finish_prevtable_vardecl.
6931         * error.c (dump_decl): Don't explode (or explode more gracefully
6932         as appropriate) if the object being dumped has a null type.
6933         (dump_expr): Likewise.
6935         * search.c (build_mi_matrix): Ensure that mi_size is large enough,
6936         by counting the number of nodes that we'll need before allocating
6937         the array.
6938         (lookup_fnfields): Fix comment.
6939         (breadth_first_search): Fix comment.
6941 Wed Jul 31 09:57:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
6943         * pt.c (instantiate_class_template): Propagate TYPE_PACKED and
6944         TYPE_ALIGN.
6945         * class.c (finish_struct): Call cplus_decl_attributes here.
6946         (finish_struct_1): Not here.
6947         * cp-tree.h: Adjust.
6949         * pt.c (type_unification): New parameter STRICT.
6950         (unify): If STRICT, don't allow cv addition or base deduction.
6951         * call.c, class.c, cvt.c, cp-tree.h: Adjust.
6953 Tue Jul 30 13:06:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
6955         * search.c (get_template_base{_recursive}): New fns.
6956         * pt.c (more_specialized): New fn.
6957         (do_function_instantiation): Use it.
6958         (unify): Handle base deduction.
6959         * cvt.c (joust): Use more_specialized.
6960         Don't arbitrarily choose between non-builtin candidates.
6961         (build_over_call): Call require_complete_type.
6963         * decl.c (start_function): Statics are static even in a #pragma
6964         interface file.
6966         * decl2.c (import_export_vtable): Disable vtable heuristic on
6967         systems with ASM_OUTPUT_EXTERNAL.
6969         * cvt.c (compare_ics): Fix comparison of PMEM_CONV and BASE_CONV.
6970         (standard_conversion): No std conv to enum type.
6972         * cvt.c (standard_conversion): Fix order of args to DERIVED_FROM_P
6973         for ptm's.
6975         * cvt.c (reference_binding): Bind directly to a base subobject of
6976         a class rvalue.
6978         * cvt.c (build_new_op): Enforce access control.
6980 Tue Jul 30 09:22:53 1996  Bob Manson  <manson@charmed.cygnus.com>
6982         * typeck2.c (process_init_constructor): When scanning the
6983         union for a named field, skip things that aren't FIELD_DECLs.
6985         * method.c (synthesize_method): Don't scan fndecl's rtl if
6986         we're at the end of the file; just assume the function can't
6987         be inlined.
6989 Mon Jul 29 15:48:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
6991         * cvt.c (build_builtin_candidate): Stick a dummy conversion in if
6992         it failed.
6994         * cvt.c (build_user_type_conversion_1): Handle overloaded
6995         conversion ops.
6997         * cvt.c (add_builtin_candidates): Don't consider type conversion
6998         operators for the first parameter of operator=.
7000 Mon Jul 29 15:33:55 1996  Bob Manson  <manson@charmed.cygnus.com>
7002         * typeck.c (complete_type): Only call layout_type if we're not
7003         expanding a template.
7005 Mon Jul 29 14:40:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
7007         * cvt.c (compare_ics): Oops.
7009         * cvt.c (op_error): Oops.
7011         * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
7012         * cvt.c: Add IDENTITY_RANK before others.  Use real_lvalue_p.
7013         (build_conv): Use them.
7014         (implicit_conversion): Use them.
7015         (convert_like): Handle them.
7016         (build_new_op): Handle builtin COND_EXPR again.
7017         (add_builtin_candidates): Strip cv-quals.  Fix oops.  Include enums
7018         in lists of types for COND_EXPR.
7019         (add_builtin_candidate): Add enum candidates for COND_EXPR.
7021 Mon Jul 29 12:05:40 1996  Bob Manson  <manson@charmed.cygnus.com>
7023         * typeck.c (build_modify_expr): Always attempt to build a call to
7024         the assignment operator, even if we're using a default one.
7025         (convert_for_initialization): Call complete_type.
7027 Mon Jul 29 11:25:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
7029         * cvt.c (reference_binding): A REF_BIND gets the reference type.
7030         (implicit_conversion): Likewise.
7031         (convert_like): Likewise.
7032         (compare_ics): Likewise.
7033         (compare_qual): Likewise.
7034         (print_z_candidates): Handle no candidates.
7035         (build_new_op): Don't handle builtin COND_EXPR for now.
7037 Sat Jul 27 11:27:47 1996  Stan Shebs  <shebs@andros.cygnus.com>
7039         * cvt.c (build_builtin_candidate): Init local var in an ANSI way.
7041 Fri Jul 26 01:07:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
7043         * cvt.c (joust): If the candidates are the same, arbitrarily pick one.
7045         * cvt.c (build_builtin_candidate): Oops.
7046         (build_new_op): Oops.
7048         * method.c (build_opfncall): Pass COND_EXPR on.
7049         * cvt.c (build_builtin_candidate): Reorganize, support COND_EXPR.
7050         (add_builtin_candidate{,s}): Likewise.
7051         (add_builtin_candidates): Likewise.
7052         (print_z_candidates, op_error, build_new_op): Likewise.
7053         (type_decays_to): New fn.
7054         * lex.c (init_lex): Just say ?: for COND_EXPR.
7056 Thu Jul 25 09:33:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
7058         * typeck.c (complete_type): Call layout_type rather than building
7059         a new array type.
7061         * cvt.c (add_builtin_candidate): Pointer arithmetic candidates
7062         only use ptrdiff_t.
7064 Wed Jul 24 12:45:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
7066         * cvt.c: Always compile the new overloading code (but don't use it).
7067         (implicit_conversion): Add a BASE_CONV when converting to
7068         the same class type.
7069         (convert_like): Handle BASE_CONV.
7071 Tue Jul 23 12:46:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
7073         * cvt.c (build_new_op): Support {MAX,MIN}_EXPR.
7074         (add_builtin_candidate): Likewise.
7076         NEW_OVER changes:
7077         * typeck.c (build_x_function_call): Try an operator function
7078         whenever we call an object of class type.
7079         * method.c (build_opfncall): Pass CALL_EXPRs through.
7080         * cvt.c (implicit_conversion): Do const-ref case first.
7081         (add_conv_candidate, build_object_call, op_error): New fns.
7082         (ptr_complete_ob, TYPE_PTROB_P): void is not an object type.
7083         ({add,build}_builtin_candidate{,s}, print_z_candidates): Display 
7084         builtin candidates.
7085         (build_new_op): Handle CALL_EXPR.  Don't try to decay void.
7086         Fall back on preincrement handling.  Use op_error.  
7087         Handle warn_synth.
7088         (convert_like): Pass INDIRECT_BIND.  Don't try to do anything with 
7089         an error_mark_node.
7090         (build_over_call): Handle PROMOTE_PROTOTYPES and ellipsis promotions
7091         properly.
7093 Mon Jul 22 16:21:55 1996  Bob Manson  <manson@charmed.cygnus.com>
7095         * pt.c (tsubst_expr): Handle CONTINUE_STMT.
7097 Mon Jul 22 15:38:58 1996  Mike Stump  <mrs@cygnus.com>
7099         * typeck.c (build_component_ref_1): Use build_component_ref
7100         instead of open coding it here.
7102 Mon Jul 22 12:18:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
7104         * g++.c (main): Don't link with -lg++.
7106         NEW_OVER changes:
7107         * cvt.c (convert_to_reference): Don't use convert_from_refeence on
7108         result of build_type_conversion.
7109         (cp_convert): Only call build_method_call for ctors if
7110         build_type_conversion failed.
7111         (ptr_complete_ob): New function.
7112         (TYPE_PTR{,OB,MEM}_P): New macros.
7113         ({add,build}_builtin_candidate{,s}): New functions.
7114         (print_z_candidates): Handle builtins.
7115         (build_user_type_conversion_1): Don't use conversion fns for 
7116         converting to a base type.
7117         (build_user_type_conversion_1): Set ICS_USER_FLAG on AMBIG_CONVs.
7118         (build_user_type_conversion): Use convert_from_reference.
7119         (build_new_op): New function.
7120         (build_over_call): Fix handling of methods.
7121         (compare_ics): Handle AMBIG_CONV properly.
7122         * typeck2.c: Increment abort count.
7123         * method.c (build_opfncall): Forward most requests to build_new_op.
7124         * cp-tree.h (IS_OVERLOAD_TYPE): Tweak.
7126 Fri Jul 19 17:59:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7128         * error.c (dump_expr, case CONSTRUCTOR, case CAST_EXPR): Take out
7129         invalid second argument to dump_expr_list.
7131 Fri Jul 19 14:04:05 1996  Mike Stump  <mrs@cygnus.com>
7133         * decl.c (lookup_name_real): Make sure we do obj->X::i correctly.
7135 Thu Jul 18 14:48:23 1996  Bob Manson  <manson@charmed.cygnus.com>
7137         * decl2.c (import_export_vtable): ASM_OUTPUT_EXTERNAL, not
7138         ASSEMBLE_EXTERNAL.
7140 Mon Jul 15 17:48:43 1996  Mike Stump  <mrs@cygnus.com>
7142         * typeck2.c (process_init_constructor): New pedwarn for using { }
7143         to initialize a pointer to member function.
7144         * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that
7145         we can avoid the new error.
7147 Mon Jul 15 15:42:03 1996  Mike Stump  <mrs@cygnus.com>
7149         * typeck.c (build_ptrmemfunc1): New function to hide details of
7150         pointer to member functions better.
7152 Mon Jul 15 14:23:02 1996  Mike Stump  <mrs@cygnus.com>
7154         * init.c (resolve_offset_ref): Resolve OFFSET_REFs that are
7155         methods into the actual method, as we know the implied object is
7156         not used.
7158 Mon Jul 15 13:08:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7160         * parse.y (maybecomma_warn): Only emit the pedwarn if we're not
7161         inside a system header.
7163 Fri Jul 12 16:30:05 1996  Bob Manson  <manson@charmed.cygnus.com>
7165         * call.c (build_method_call): Call complete_type on the
7166         instance type.
7168 Thu Jul 11 17:16:40 1996  Mike Stump  <mrs@cygnus.com>
7170         * typeck.c (build_component_ref): Always build up an OFFSET_REF
7171         for obj_ptr->func so that we can know which object to use in a
7172         method call.
7174 Wed Jul 10 19:36:37 1996  Mike Stump  <mrs@cygnus.com>
7176         * typeck.c (build_ptrmemfunc): Remove sorry, now we can cast
7177         around things.  Also improve maintainability.
7179 Wed Jul 10 18:20:11 1996  Bob Manson  <manson@charmed.cygnus.com>
7181         * decl.c (grokdeclarator): Check for overflow when evaluating an
7182         array dimension.
7184 Wed Jul 10 17:26:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
7186         * cvt.c (cp_convert): Don't check for ambiguity with constructor
7187         if NEW_OVER.
7189         * typeck.c (build_x_function_call): Pass function overload
7190         questions to new overloading code if NEW_OVER.
7191         * init.c (expand_aggr_init_1): Only check for type conversion ops
7192         if we're doing copy-initialization (i.e. LOOKUP_ONLYCONVERTING).
7193         Don't check for ambiguity with constructor if NEW_OVER.
7194         * cvt.c (convert_to_reference): Dereference the result of a type
7195         conversion operator.
7196         (build_conv): Propagate ICS_USER_FLAG.
7197         (implicit_conversion): Call instantiate_type.
7198         Pass LOOKUP_ONLYCONVERTING instead of LOOKUP_NORMAL.
7199         (add_function_candidate): Fix cv-quals on argtype.
7200         (print_z_candidates): New function.
7201         (build_new_function_call): Call it.
7202         (build_user_type_conversion_1): If LOOKUP_ONLYCONVERTING, don't
7203         consider non-converting constructors.
7204         Call print_z_candidates.
7205         Return an AMBIG_CONV for an ambiguous conversion.
7206         (build_user_type_conversion): Handle AMBIG_CONV.
7207         (convert_like): Fix test for building TARGET_EXPR.
7208         Call instantiate_type.
7209         Handle AMBIG_CONV and LVALUE_CONV.
7210         (build_over_call): Handle 0 args and ellipsis.
7211         * cp-tree.def: Add AMBIG_CONV.
7213 Tue Jul  9 17:48:48 1996  Mike Stump  <mrs@cygnus.com>
7215         * decl.c (lookup_name_real): If we find mem in obj when parsing
7216         `obj->mem', make sure we return the right value.
7218 Tue Jul  9 16:11:28 1996  Bob Manson  <manson@charmed.cygnus.com>
7220         * search.c (get_base_distance): Call complete_type.
7222 Tue Jul  9 12:46:34 1996  Mike Stump  <mrs@cygnus.com>
7224         * decl.c (store_bindings): Make static.
7226 Mon Jul  8 16:42:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
7228         * init.c (expand_aggr_init_1): Don't check type conversions if
7229         NEW_OVER.
7231         * cvt.c (z_candidate): Put back template field.
7232         (add_function_candidate): Set it.
7233         (add_template_candidate): Likewise.
7234         (joust): Use it.
7235         (compare_qual): Handle references and pointers to members.
7236         (compare_ics): Handle reference bindings.
7238         * decl.c (duplicate_decls): Propagate DECL_ONE_ONLY.
7240 Mon Jul  8 16:18:56 1996  Bob Manson  <manson@charmed.cygnus.com>
7242         * call.c (compute_conversion_costs): Call complete_type.
7244         * tree.c (vec_binfo_member): Use comptypes instead of comparing
7245         pointers, so we can handle template parameters.
7247 Fri Jul  5 16:51:53 1996  Bob Manson  <manson@charmed.cygnus.com>
7249         * cvt.c (cp_convert_to_pointer): We have to call complete_type
7250         here; let's make it explicit instead of a side effect of an
7251         error check.
7253 Wed Jul  3 16:29:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
7255         * cvt.c (z_candidate): Remove template field.
7256         (reference_binding): Handle binding to temporary.
7257         (implicit_conversion): Likewise.
7258         (add_function_candidate): Handle artificial constructor parms.
7259         Handle functions with too few parms.
7260         (add_template_candidate): New function.
7261         (build_user_type_conversion_1): Handle constructors.
7262         (convert_like): Likewise.
7263         (build_over_call): Likewise.
7264         (build_new_function_call): Support templates.
7265         (compare_ics): Fix reference, inheritance handling.
7267 Mon Jul  1 22:58:18 1996  Bob Manson  <manson@charmed.cygnus.com>
7269         * decl.c: Add signed_size_zero_node.
7270         (init_decl_processing): Build it.
7271         * class.c (prepare_fresh_vtable): Use it instead of size_zero_node
7272         when we're trying to make a negative delta.
7274 Mon Jul  1 17:56:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7276         Stop doing this damn index==strchr variable name confusion.
7277         * class.c (add_virtual_function): Change local var INDEX to be
7278         named IDX.
7279         (add_method): Likewise.
7280         * lex.c (print_parse_statistics): Likewise.
7281         * search.c (make_memoized_table_entry): Likewise.
7282         (lookup_fnfields_here): Likewise.
7283         (lookup_field): Likewise.
7284         (lookup_fnfields): Likewise.
7285         (get_baselinks): Likewise.
7286         * sig.c (build_signature_table_constructor): Likewise.
7287         (build_signature_method_call): Likewise.
7288         * typeck.c (build_x_array_ref): Change INDEX parm to be named IDX.
7289         (get_member_function_from_ptrfunc): Likewise.
7290         (build_ptrmemfunc): Change local var INDEX to be IDX.
7291         (c_expand_start_case): Likewise.
7293 Sat Jun 29 14:05:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
7295         * cvt.c (cp_convert_to_pointer): Move user-defined type conversion
7296         handling to before extraction of TYPE_PTRMEMFUNC_FN_TYPE.
7297         (convert_to_reference): Use build_type_conversion to convert to
7298         the reference type directly.
7299         (standard_conversion): Fix void* case, non-conversions.
7300         (reference_binding): Fix expr == 0 case, non-conversions.
7301         (convert_like): Support REF_BIND.
7302         (compare_qual): Split out from compare_ics.
7303         (compare_ics): Use it, handle icses with only a qual_conv.
7305         * init.c (expand_vec_init): Don't crash if decl is NULL.
7307 Fri Jun 28 11:52:51 1996  Stan Shebs  <shebs@andros.cygnus.com>
7309         * mpw-config.in: New file, configury for Mac MPW.
7310         * mpw-make.sed: New file, makefile editing for MPW.
7312 Thu Jun 27 15:18:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
7314         * pt.c (instantiate_class_template): Call repo_template_used.
7316         * search.c (lookup_conversions): Only lookup conversions in
7317         complete types.
7319 Thu Jun 27 12:59:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7321         * cp-tree.def: Renamed from tree.def, to avoid confusion with
7322         gcc's tree.def.
7323         * cp-tree.h, lex.c: Include cp-tree.def.
7324         * Makefile.in (CXX_TREE_H): Reference cp-tree.def.
7326 Wed Jun 26 18:29:47 1996  Bob Manson  <manson@charmed.cygnus.com>
7328         * init.c (build_vec_delete_1): Call complete_type.
7330 Mon Jun 24 17:17:32 1996  Mike Stump  <mrs@cygnus.com>
7332         * except.c (start_anon_func): Make sure anonymous functions are
7333         never external.
7335 Fri Jun 21 15:10:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
7337         * decl.c (finish_function): If function_depth > 1, set nested.
7339         * decl2.c (grokbitfield): Revert Bob's change.
7340         * class.c (finish_struct_1): Fix handling of named bitfield widths.
7342 Thu Jun 20 23:35:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
7344         * pt.c (add_pending_template): Handle types.
7345         (lookup_template_class): With -fexternal-templates, just add the class
7346         to pending_templates instead of instantiating it now.
7347         * decl2.c (finish_file): Handle types in pending_templates.
7349 Thu Jun 20 14:08:40 1996  Bob Manson  <manson@charmed.cygnus.com>
7351         * decl2.c (grokbitfield): Handle constant decls appropriately.
7352         Give an appropriate error message now instead of spewing core
7353         later.
7355 Thu Jun 20 13:01:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
7357         * decl2.c: Don't turn on thunks by default for now.
7359 Wed Jun 19 11:37:04 1996  Jason Merrill  <jason@yorick.cygnus.com>
7361         * typeck.c (complete_type): Handle error_mark_node.
7362         (common_type, OFFSET_TYPE): Handle template_type_parms.
7364 Tue Jun 18 10:02:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
7366         * pt.c (instantiate_decl): If at_eof, call import_export_decl
7367         regardless of DECL_INLINE.
7369         * typeck.c (mark_addressable): Set TREE_ADDRESSABLE on CONSTRUCTORs.
7371         * class.c (finish_struct_bits): Copy TYPE_SIZE.
7373         * rtti.c (build_dynamic_cast): Support templates.
7374         * tree.def: Support DYNAMIC_CAST_EXPR.
7375         * pt.c (tsubst_copy): Likewise.
7376         * decl2.c (build_expr_from_tree): Likewise.
7378 Mon Jun 17 15:23:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
7380         * typeck.c (build_static_cast): Support templates.
7381         (build_const_cast): Likewise.
7382         * tree.def: Support CONST/STATIC_CAST_EXPR.
7383         * pt.c (tsubst_copy): Likewise.
7384         * decl2.c (build_expr_from_tree): Likewise.
7386 Sun Jun 16 12:33:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
7388         * decl2.c (finish_vtable_vardecl): Don't trust
7389         TREE_SYMBOL_REFERENCED for vtables of local classes.
7391 Fri Jun 14 18:13:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
7393         * pt.c (tsubst_copy): Handle operator T.
7395 Wed Jun 12 17:52:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7397         * init.c (build_delete): Move creation of PARMS inside test of
7398         TYPE_HAS_DESTRUCTOR, since it's never used outside of that block.
7400 Tue Jun 11 15:09:18 1996  Bob Manson  <manson@charmed.cygnus.com>
7402         * typeck.c (build_conditional_expr): Don't assume that
7403         the arguments to ?: are always pointers or records.
7405 Tue Jun 11 13:56:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
7407         * decl2.c (import_export_decl): Still emit static/weak/comdat
7408         copies of inline template functions with -fno-implicit-templates.
7410 Tue Jun 11 11:42:13 1996  Bob Manson  <manson@charmed.cygnus.com>
7412         * init.c (build_delete): Determine the complete basetype
7413         path to the destructor we're calling.
7415 Fri Jun  7 15:30:10 1996  Bob Manson  <manson@charmed.cygnus.com>
7417         * decl.c (build_enumerator): Always copy the INTEGER_CST used to
7418         initialize the enum, because we really and truly don't know where
7419         it came from.
7420         (start_enum): Don't copy integer_zero_node because
7421         build_enumerator will do it.
7423 Fri Jun  7 11:11:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
7425         * decl.c (finish_function): Do access control on base destructors.
7427         * pt.c (tsubst, case FUNCTION_DECL): Set up
7428         IDENTIFIER_GLOBAL_VALUE for member functions so pushdecl doesn't
7429         hose us.
7431 Fri Jun  7 10:37:33 1996  Mike Stump  <mrs@cygnus.com>
7433         * cvt.c (build_up_reference): If we have already extended the
7434         lifetime of the temporary, don't try it again.
7435         * typeck.c (c_expand_return): Don't try and convert the return
7436         value twice when we want a reference, once is enough.
7437         
7438 Tue Jun  4 15:41:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
7440         * pt.c (tsubst_expr, case DECL_STMT): Don't pass
7441         LOOKUP_ONLYCONVERTING at all for now.
7443         * search.c (add_conversions): Put the conversion function in
7444         TREE_VALUE, the basetype in TREE_PURPOSE.
7445         * cvt.c (build_type_conversion): Adjust.
7446         * cvt.c (build_expr_type_conversion): Adjust.
7447         * call.c (user_harshness): Adjust.
7449 Mon Jun  3 15:30:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
7451         * method.c (emit_thunk): Pretend this is a FUNCTION_DECL for the
7452         backend's benefit.
7454 Mon Jun 10 18:58:19 1996  Mike Stump  <mrs@cygnus.com>
7456         * except.c (expand_start_catch_block): Add a dummy region, if we
7457         get an error, so that we can avoid core dumping later.
7459 Fri May 31 14:56:13 1996  Mike Stump  <mrs@cygnus.com>
7461         * cp-tree.h (OFFSET_REF): Remove.
7462         * tree.def (CP_OFFSET_REF): Rename to OFFSET_REF.
7463         * expr.c (cplus_expand_expr): Cleanup callers of expand_expr.
7464         * init.c (expand_aggr_init_1): Likewise.
7465         (build_new): Likewise.
7466         * typeck.c (expand_target_expr): Likewise.
7468 Fri May 31 14:22:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
7470         * typeck.c (build_modify_expr): Don't use TREE_VALUE on a
7471         TARGET_EXPR.
7473 Wed May 29 17:04:33 1996  Mike Stump  <mrs@cygnus.com>
7475         * cvt.c (build_up_reference): Redo how and when temporaries are
7476         created.
7477         * decl.c (grok_reference_init): Don't try and be smart about
7478         running cleanups.
7480 Wed May 29 16:02:08 1996  Mike Stump  <mrs@cygnus.com>
7482         * cvt.c (build_up_reference): Add NULL_TREE to all calls to build
7483         (TARGET_EXPR...), now that it has 4 arguments.
7484         * tree.c (build_cplus_new): Likewise.
7486 Thu May 23 16:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
7488         * error.c (dump_expr, case CAST_EXPR): Handle T() properly.
7490         * pt.c (instantiate_decl): Don't call push/pop_cp_function_context.
7491         * decl.c (struct saved_scope): Remove named_labels,
7492         {base,member}_init_list.
7493         (maybe_push_to_top_level): Don't set them.  Call
7494         push_cp_function_context if appropriate.
7495         (pop_from_top_level): Likewise.
7497         * method.c (do_build_assign_ref): Remove obsolete check of
7498         TYPE_HAS_ASSIGN_REF (basetype).
7500         * decl.c (grokfndecl): Diagnose user definition of
7501         implicitly-declared methods.
7503 Thu May 23 12:13:08 1996  Bob Manson  <manson@charmed.cygnus.com>
7505         * method.c (do_build_copy_constructor): Add code to give
7506         meaningful error messages instead of crashing.
7507         (do_build_assign_ref): Don't synthesize assignment operators for
7508         classes containing reference or const members.
7510         * class.c (struct base_info): Remove cant_synth_copy_ctor
7511         and cant_synth_asn_ref.
7512         (finish_base_struct): Remove the code that tries to conditionalize
7513         synthesis of copy constructors & assignment operators based on
7514         access permissions. Instead, let it fail when it tries to
7515         synthesize the copy constructor. This will give meaningful error
7516         messages instead of silently generating code to perform a bitcopy.
7518 Wed May 22 11:45:19 1996  Bob Manson  <manson@charmed.cygnus.com>
7520         * lex.c (real_yylex): Remove old-n-crufty #if 0 code for
7521         determining types for constant values.
7523         * decl.c (struct named_label_list): Use instead of stuffing
7524         random items into a TREE_LIST node.
7525         (named_label_uses): Use the new struct.
7526         (poplevel): Likewise.
7527         (lookup_label): Likewise.
7528         (define_label): Add an error message to tell the user the line
7529         where the goto is located in addition to the destination of the
7530         goto.
7531         (init_decl_processing): Use NULL instead of NULL_TREE to initialize
7532         named_label_uses.
7533         (finish_function): Likewise.
7534         
7535         (start_decl): Complain about defining a static data member
7536         in a different type from which it was declared.
7538 Wed May 22 09:33:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
7540         * cvt.c (build_expr_type_conversion): Adjust.
7542 Tue May 21 11:21:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
7544         * call.c (build_method_call): Always convert 'this' to the
7545         appropriate type.
7547         * search.c (add_conversions): Put the conversion function in
7548         TREE_VALUE, the type in TREE_PURPOSE.
7549         * cvt.c (build_type_conversion): Adjust.
7550         * call.c (user_harshness): Adjust.
7552         * method.c (emit_thunk): Call temporary_allocation and
7553         permanent_allocation around the ASM_OUTPUT_MI_THUNK case, too.
7555         * tree.c (build_cplus_array_type): Handle tweaking of
7556         TYPE_MAIN_VARIANT here.
7557         * typeck.c (common_type): Not here.
7559         * typeck.c (complete_type): Only try to complete an array type if
7560         it has a domain.
7562 Mon May 20 14:55:59 1996  Jason Merrill  <jason@yorick.cygnus.com>
7564         * decl.c (grokvardecl): Call complete_type.
7565         (grokdeclarator): Call complete_type for PARM_DECLs.
7567 Fri May 17 16:41:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
7569         * pt.c (instantiate_class_template): Re-set
7570         CLASSTYPE_GOT_SEMICOLON after calling finish_struct_1.
7572 Fri May 17 14:56:55 1996  Mike Stump  <mrs@cygnus.com>
7574         * cp-tree.h (cp_expand_decl_cleanup): Remove, the backend is now
7575         smart enough to do it right.
7576         * tree.c (cp_expand_decl_cleanup): Likewise.
7577         * decl.c (cp_finish_decl): Use expand_decl_cleanup instead of
7578         cp_expand_decl_cleanup.
7579         (store_parm_decls): Likewise.
7580         (hack_incomplete_structures): Likewise.
7581         * except.c (push_eh_cleanup): Likewise.
7583 Fri May 17 13:13:51 1996  Mike Stump  <mrs@cygnus.com>
7585         * expr.c (expand_expr, cond UNSAVE_EXPR): Move from the C++
7586         frontend to the backend where it belongs.
7587         * tree.c (unsave_expr): Likewise.
7588         (unsave_expr_now): Likewise.
7589         * tree.def (UNSAVE_EXPR): Likewise.
7590         * cp-tree.h (unsave_expr): Likewise.
7591         (unsave_expr_now): Likewise.
7593 Fri May 17 11:02:41 1996  Mike Stump  <mrs@cygnus.com>
7595         * init.c (emit_base_init): Make sure the partial EH cleanups live
7596         on the function_obstack.
7598 Thu May 16 15:29:33 1996  Bob Manson  <manson@charmed.cygnus.com>
7600         * expr.c (do_case): Don't try to dereference null TREE_TYPEs
7601         when checking for pointer types.
7603 Thu May 16 13:38:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
7605         * pt.c (instantiate_class_template): Remove obsolete check for
7606         access declarations.
7608 Thu May 16 13:34:15 1996  Mike Stump  <mrs@cygnus.com>
7610         * call.c (build_overload_call): Simplify calls to
7611         build_overload_call by removing last parameter.
7612         (build_method_call): Likewise.
7613         * cp-tree.h: Likewise.
7614         * method.c (build_opfncall): Likewise.
7615         * typeck.c (build_x_function_call): Likewise.
7617 Thu May 16 13:15:43 1996  Mike Stump  <mrs@cygnus.com>
7619         * call.c (default_parm_conversions): Factor out common code.
7620         (build_method_call): Use it.
7621         (build_overload_call_real): Use it.
7623 Wed May 15 14:46:14 1996  Mike Stump  <mrs@cygnus.com>
7625         * call.c (build_method_call): Allow implicit & on METHOD_TYPEs,
7626         but pedwarn as the code is bogus.
7627         * typeck.c (decay_conversion): Likewise.
7628         (build_function_call_real): Use build_addr_func instead of
7629         default_conversion.  Don't allow pointer-to-method functions down
7630         here.
7631         (build_unary_op): Use real pointer-to-member functions instead of
7632         fake ones.
7633         (build_ptrmemfunc): Use build_addr_func instead of build_unary_op.
7634         (convert_for_assignment): Removed some obsolete code.
7635         * decl2.c (reparse_absdcl_as_expr): Pass current_class_ref to
7636         build_x_function_call instead of current_class_ptr.  Only call
7637         digest_init once on an initializer, we do this just checking
7638         TREE_TYPE.
7639         (build_expr_from_tree): Pass current_class_ref to
7640         build_x_function_call instead of current_class_ptr.
7641         * init.c (build_member_call): Likewise.
7642         * pase.y: Likewise.
7643         * error.c (dump_expr): Handle OFFSET_REFs better.
7644         * pt.c (unify): Handle pointer-to-member functions better.
7645         * decl.c (finish_function): Clear out current_class_ref just like
7646         we do for current_class_ptr.
7648         * typeck.c (get_delta_difference): Handle virtual bases better.
7650 Tue May 14 16:37:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
7652         * sig.c (build_signature_table_constructor): Use the delta for
7653         the original basetype for this virtual function with thunks.
7654         (build_signature_method_call): We still need to adjust 'this'
7655         with thunks.
7657 Tue May 14 16:27:25 1996  Mike Stump  <mrs@cygnus.com>
7659         * call.c (build_addr_func): New routine.  Used to get the `real'
7660         address of a function or a method.  Needed to avoid getting a
7661         pointer-to-member function.
7662         (build_call): New routine to build CALL_EXPRs.
7663         (build_method_call): Use it.
7664         * cvt.c (convert_to_aggr): Likewise.
7665         * typeck.c (build_function_call_real): Likewise.
7666         * sig.c (build_signature_table_constructor): Use build_addr_func.
7667         * cp-tree.h (build_call, build_addr_func): Declare them.
7669 Tue May 14 12:47:47 1996  Mike Stump  <mrs@cygnus.com>
7671         * cp-tree.h (LOOKUP_AGGR): Remove, unused.
7672         * parse.y: Remove uses of LOOKUP_AGGR.
7674 Tue May 14 12:07:51 1996  Mike Stump  <mrs@cygnus.com>
7676         * *.[chy]: Rename current_class_decl to current_class_ptr, and
7677         C_C_D to current_class_ref.
7679 Mon May 13 16:55:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
7681         * call.c (convert_harshness): Tighten up pointer conversions.
7683 Sat May 11 04:33:50 1996  Doug Evans  <dje@canuck.cygnus.com>
7685         * decl2.c (finish_vtable_vardecl): Surround DECL_ONE_ONLY with ifdef.
7686         (finish_file): Likewise.
7688 Fri May 10 11:09:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
7690         * cvt.c (convert_fn_ptr): We don't use thunks for pmfs.
7692         * method.c (emit_thunk): Set flag_omit_frame_pointer in default
7693         code.
7695 Thu May  9 18:18:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
7697         * decl2.c: Turn on thunks by default where supported.
7699 Tue May  7 20:39:57 1996  Mike Stump  <mrs@cygnus.com>
7701         * cp-tree.h (build_overload_call_maybe): Removed.
7702         * call.c (build_overload_call_real): Invert meaning of last arg to
7703         be require_complete.
7704         (build_overload_call): Likewise.
7705         * typeck.c (build_x_function_call): Use build_overload_call_real
7706         instead of build_overload_call_maybe.
7708 Mon May  6 01:23:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
7710         * decl2.c (finish_file): Don't try to emit functions that haven't
7711         been compiled.
7713 Fri May  3 09:30:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
7715         * decl2.c (finish_vtable_vardecl): Oops.
7717         * decl.c (maybe_push_to_top_level): Do save previous_class_*.
7718         Also store the bindings from previous_class_values.
7719         (pop_from_top_level): Restore them.
7721 Thu May  2 21:56:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
7723         * decl2.c (finish_vtable_vardecl): Only write out vtable if its
7724         symbol has been referenced.
7725         (finish_file): Re-join synthesis/vtable loop with inline emission
7726         loop, disable inlining when an inline is output.
7728 Thu May  2 17:20:02 1996  Mike Stump  <mrs@cygnus.com>
7730         * except.c (init_exception_processing): Setup saved_in_catch.
7731         (push_eh_cleanup): Reset __eh_in_catch.
7732         (expand_start_catch_block): Set __eh_in_catch.
7734 Thu May  2 16:21:17 1996  Mike Stump  <mrs@cygnus.com>
7736         * except.c (push_eh_cleanup): Add tracking for whether or not we
7737         have an active exception object.
7738         (expand_builtin_throw): Use it to make sure a rethrow without an
7739         exception object is caught.
7741 Thu May  2 11:26:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
7743         * decl.c (maybe_push_to_top_level): Clear out class-level bindings
7744         cache.
7746 Wed May  1 11:26:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
7748         * decl2.c (finish_file): Also use sentries for vars with
7749         DECL_ONE_ONLY or DECL_WEAK set (should any such happen to be
7750         created).
7752         * lex.c (handle_cp_pragma): Disable #pragma
7753         interface/implementation if SUPPORTS_ONE_ONLY > 1.
7755 Tue Apr 30 11:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
7757         * method.c (emit_thunk): Wrap default case in
7758         temporary/permanent_allocation.
7760         * method.c (make_thunk): Use DECL_ONE_ONLY.
7761         (emit_thunk): Call assemble_end_function.
7763 Mon Apr 29 15:38:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
7765         * decl2.c (import_export_vtable): Use DECL_ONE_ONLY.
7766         (import_export_decl): Likewise.
7767         (finish_prevtable_vardecl): Disable vtable hack if
7768         SUPPORTS_ONE_ONLY > 1.
7770 Mon Apr 29 14:32:47 1996  Mike Stump  <mrs@cygnus.com>
7772         * typeck.c (build_modify_expr): PREINCREMENT_EXPR and
7773         PREDECREMENT_EXPRs take two arguments, not one.
7775 Mon Apr 29 00:27:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
7777         * class.c (build_vtable_entry): Don't build thunks for abstract
7778         virtuals.
7780         * lex.c (real_yylex): Fix handling of __PRETTY_FUNCTION__ like C
7781         frontend.
7783 Sat Apr 27 16:45:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
7785         * class.c (set_rtti_entry): Use size_zero_node.
7786         (build_vtable): Likewise.
7788 Sat Apr 27 14:48:57 1996  Jason Merrill  <jason@phydeaux.cygnus.com>
7790         * class.c (finish_struct_1): Pass size_zero_node to set_rtti_entry.
7791         (prepare_fresh_vtable): Likewise.
7793 Fri Apr 26 13:14:14 1996  Jason Merrill  <jason@yorick.cygnus.com>
7795         * method.c (emit_thunk): Call mark_used on the target function.
7797         * call.c (build_method_call): Don't warn about pending templates.
7799 Thu Apr 25 14:55:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
7801         * decl2.c (finish_file): Fix list walking logic.
7803         * typeck2.c (check_for_new_type): Only warn if -pedantic.
7805 Wed Apr 24 15:41:15 1996  Bob Manson  <manson@charmed.cygnus.com>
7807         * class.c (finish_struct_1): Remove old code for
7808         dont_allow_type_definitions.
7809         * cp-tree.h: Likewise.
7810         * spew.c: Make sure cp-tree.h is included before parse.h, so the
7811         definition of flagged_type_tree is found before it is used.
7812         * lex.c: Likewise.
7813         * parse.y: Added the ftype member to the type union, and changed a
7814         number of rules to use it instead of ttype. Added calls to
7815         check_for_new_type() as appropriate.
7816         * typeck2.c (check_for_new_type): New function for checking
7817         if a newly defined type appears in the specified tree.
7818         * cp-tree.h: Add new type flagged_type_tree. Add a prototype
7819         for check_for_new_type().
7821 Wed Apr 24 00:36:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
7823         * decl2.c (finish_file): Only use a sentry if the decl is public.
7825         * pt.c (tsubst_expr, DECL_STMT): If we don't have an initializer,
7826         don't pass LOOKUP_ONLYCONVERTING.
7828 Tue Apr 23 17:18:47 1996  Bob Manson  <manson@charmed.cygnus.com>
7830         * typeck.c (common_type): Fix the ARRAY_TYPE case so it
7831         properly keeps track of const and volatile type modifiers.
7833 Tue Apr 23 10:52:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
7835         * tree.c (cp_tree_equal): C++ version of simple_cst_equal.
7836         * pt.c (comp_template_args): Use it.
7838         * rtti.c (get_tinfo_fn, build_dynamic_cast, expand_*_desc): Call
7839         assemble_external for artificial function decls.
7841         * decl.c (cp_finish_decl): Oops.
7843 Mon Apr 22 17:28:27 1996  Jason Merrill  <jason@yorick.cygnus.com>
7845         * decl2.c (import_export_decl): Put static data member templates
7846         into common storage, or make them weak, depending on whether they
7847         are dynamically or statically initialized.
7848         (get_sentry): New function.
7849         (finish_file): Do import_export_decl for static data members before
7850         building the init/fini functions.  Don't init/fini a variable that's
7851         EXTERNAL.  Use a sentry for variables in common.  Fix mismatching
7852         push/pop_temp_slots.
7853         * decl.c (cp_finish_decl): If DECL_NOT_REALLY_EXTERN, do the
7854         expand_static_init thang.
7855         * method.c (get_id_2): New function.
7857 Mon Apr 22 15:32:45 1996  Bob Manson  <manson@charmed.cygnus.com>
7859         * parse.y (empty_parms): Make sure we use C++-style prototypes
7860         when we're declaring member functions.
7862 Sun Apr 21 10:08:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
7864         * Makefile.in (CONFLICTS): 16 s/r conflicts.
7865         * parse.y (self_template_type): New nonterminal.
7867 Thu Apr 18 08:56:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
7869         * decl.c (make_typename_type): Handle getting a TYPE_DECL for a
7870         name.
7871         * parse.y (base_class.1): Allow 'typename foo::bar'.
7873         * lex.c (check_newline): Remove #pragma code that plays with the
7874         input stream, since we now deal with tokens.  Clear nextchar when
7875         we're done.
7876         (handle_cp_pragma): Use real_yylex.
7877         (handle_sysv_pragma): Don't do skipline here.  Only call real_yylex
7878         in one place.
7880         * lex.c (check_for_missing_semicolon): Handle SELFNAME.
7882         * lex.c (handle_cp_pragma): Fix "#pragma implementation".
7884 Wed Apr 17 16:51:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
7886         * parse.y: New token SELFNAME for potential constructor.
7887         * spew.c (yylex): Handle it.
7888         * lex.c (identifier_type): Produce it.
7890         * parse.y (complete_type_name): In :: case, don't push class binding.
7891         (complex_type_name): Likewise.
7893 Wed Apr 17 15:02:40 1996  Mike Stump  <mrs@cygnus.com>
7895         * typeck.c (build_reinterpret_cast): Handle pointer to member
7896         functions.
7898 Wed Apr 17 12:28:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7900         * lex.c (handle_cp_pragma): New function, with decl, doing the cc1plus
7901         pragmas.
7902         (check_newline): Put the vtable/unit/implementation/interface pragma
7903         code into handle_cp_pragma, replacing it with a call.
7904         (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
7905         args.  Get the next token after handling the pragma token.
7907 Wed Apr 17 10:28:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
7909         * cvt.c (cp_convert_to_pointer): Avoid doing base analysis on pmfs.
7910         (convert_to_pointer_force): Likewise.
7912         * init.c (build_new): Fix array new without -fcheck-new.
7914 Tue Apr 16 13:44:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
7916         * cp-tree.h, call.c, class.c, decl.c, parse.y, pt.c, rtti.c,
7917         tree.c: Lose TYPE_NESTED_NAME.
7919         * parse.y (nested_name_specifier_1): Don't treat non-identifiers
7920         as identifiers.
7922         * tree.def: Add VEC_INIT_EXPR.
7923         * expr.c (cplus_expand_expr): Handle it.
7924         * init.c (build_new): Use it instead of the RTL_EXPR nastiness and
7925         the extra file-scope symbol nastiness.
7927 Mon Apr 15 16:21:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
7929         * method.c (make_thunk): Thunks are static.
7930         (emit_thunk): Use ASM_OUTPUT_MI_THUNK if it's defined.
7932         * decl2.c (mark_vtable_entries): Emit thunks as needed.
7933         (finish_file): Don't emit them here.
7935 Sun Apr 14 11:34:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
7937         * rtti.c (build_dynamic_cast): Handle null pointers.
7938         (ifnonnull): New function.
7940 Fri Apr 12 09:08:27 1996  Bob Manson  <manson@charmed.cygnus.com>
7942         * call.c (build_method_call): Remember the original basetype we
7943         were called with. Give an error message instead of trying
7944         (incorrectly) to call a non-static member function through a
7945         non-inherited class.
7947         * search.c (expand_upcast_fixups): Mark the new fixup as
7948         DECL_ARTIFICIAL.
7950 Thu Apr 11 03:57:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
7952         * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
7954         * class.c (set_rtti_entry): Fix for thunks.
7956         * decl2.c (import_export_decl): Still emit typeinfo fns for
7957         cv-variants of builtin types.
7959         * rtti.c (expand_class_desc): Set up base_info_type_node here.
7960         (init_rtti_processing): Instead of here.
7962 Wed Apr 10 14:17:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
7964         * rtti.c (init_rtti_processing): Do init regardless of -frtti.
7965         (build_typeid): Only complain about taking dynamic typeid without
7966         -frtti.
7968         * decl2.c: flag_rtti defaults to 1.
7970         * rtti.c (get_tinfo_var): The general class case is now smaller.
7971         (init_rtti_processing): Pack the latter three fields of base_info
7972         into 32 bits.
7974 Wed Apr 10 13:50:14 1996  Mike Stump  <mrs@cygnus.com>
7976         * init.c (expand_member_init): Don't dump if name is NULL_TREE.
7978 Wed Apr 10 12:56:02 1996  Mike Stump  <mrs@cygnus.com>
7980         * search.c (make_memoized_table_entry): Undefer the pop, if necessary.
7981         (push_memoized_context): Split out code to undefer pop_type_level to
7982         (clear_memoized_cache): here.
7983         (pop_memoized_context): We can only handle one layer of deferral of
7984         pop_type_level so clear the cache, if there was a previous level.
7986 Tue Apr  9 23:06:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
7988         * rtti.c (init_rtti_processing): Build up base_info_type_node.
7989         (expand_class_desc): Use one pointer to an array of base_info
7990         structs, passed using a CONSTRUCTOR.
7992 Tue Apr  9 14:20:57 1996  Mike Stump  <mrs@cygnus.com>
7994         * class.c (build_vbase_path): Remove block extern for
7995         flag_assume_nonnull_objects here.
7996         (build_vfn_ref): Split out functionality into build_vtbl_ref.
7997         (build_vtbl_ref): New routine.
7998         (build_vtable): Set up rtti info here.
7999         (add_virtual_function): Note in CLASSTYPE_RTTI the best
8000         place where we can get the rtti pointers from to avoid having to
8001         search around for a place.
8002         (finish_base_struct): Likewise.
8003         (finish_struct_1): Likewise.  Never create totally new vtables
8004         with totally new vtable pointers for rtti.  Disable code to layout
8005         vtable pointers better until we want to break binary
8006         compatibility.
8007         * rtti.c (build_headof_sub): New routine to convert down to a
8008         sub-object that has an rtti pointer in the vtable.
8009         (build_headof): Use it.  Also, use build_vtbl_ref now to be more
8010         maintainable.
8011         (build_dynamic_cast): Make sure we have saved it, if we need to.
8012         * search.c (dfs_init_vbase_pointers): Disable code that deals with
8013         a more efficient vtable layout, enable later.
8014         * call.c (flag_assume_nonnull_objects): Moved declaration to
8015         * cp-tree.h: here.  Declare build_vtbl_ref.
8016         * pt.c (instantiate_class_template): Use NULL_TREE instead of 0 in
8017         function calls that want a tree.
8019 Tue Apr  9 12:10:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
8021         * rtti.c (build_dynamic_cast): Handle downcasting to X* given
8022         other X subobjects in the most derived type.  Ack.
8024         * rtti.c (build_dynamic_cast): No need to strip cv-quals here,
8025         get_typeid will do it for us.
8026         (get_typeid_1): Break out call-building for expand_*_desc to use.
8027         (get_typeid): Call it.
8028         (expand_*_desc): Likewise.
8029         * decl.c (init_decl_processing): Don't set TYPE_BUILT_IN on char *
8030         and void *.
8031         (init_decl_processing): Lose builtin_type_tdescs lossage.
8032         * decl2.c (finish_vtable_vardecl): Remove obsolete code.
8034 Mon Apr  8 17:23:23 1996  Bob Manson  <manson@charmed.cygnus.com>
8036         * pt.c (tsubst): When calling set_nested_typename, use
8037         TYPE_NESTED_NAME (current_class_type) instead of
8038         current_class_name.
8040         * decl.c (pushdecl): Likewise.
8041         (pushdecl_class_level): Likewise.
8042         (grokdeclarator): Use NULL_TREE instead of 0 in the call to
8043         set_nested_typename.
8045 Sun Apr  7 10:44:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
8047         * rtti.c (synthesize_tinfo_fn): Handle arrays.
8049         * cp-tree.h (DECL_REALLY_EXTERN): New macro.
8051 Sat Apr  6 13:56:27 1996  Jason Merrill  <jason@yorick.cygnus.com>
8053         * rtti.c (throw_bad_cast): Use entry point __throw_bad_cast.
8054         (init_rtti_processing): Lose bad_cast_type.
8055         (build_dynamic_cast): Use throw_bad_cast.
8057         * rtti.c (synthesize_tinfo_fn): Handle enums and pmfs.
8059         * decl2.c (finish_file): Don't synthesize artificial functions
8060         that are external and not inline.
8062         * rtti.c (get_tinfo_fn): If at_eof, call import_export_decl.
8064         * decl2.c (finish_file): Handle having new inlines added to
8065         saved_inlines by synthesis.
8067         * rtti.c (get_bad_cast_node): Don't require <typeinfo>.
8069 Fri Apr  5 17:02:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
8071         RTTI rewrite to initialize nodes as needed, not require that
8072         users #include <typeinfo>, complete functionality and reduce wasted 
8073         space.
8074         * rtti.c (init_rtti_processing): New fn.
8075         (build_typeid): The vtable entry is now a function.
8076         (get_tinfo_var): New fn.
8077         (get_tinfo_fn): Likewise.
8078         (get_typeid): Use it.
8079         (build_dynamic_cast): Declare and use entry point __dynamic_cast.
8080         (build_*_desc): Rename to expand_*_desc and rewrite to use entry
8081         points __rtti_*.
8082         (add_uninstantiated_desc, get_def_to_follow, build_t_desc): Lose.
8083         (synthesize_tinfo_fn): New fn.
8084         * method.c (build_t_desc_overload): Lose.
8085         (build_overload_with_type): More generic.
8086         * decl.c (init_decl_processing): Call init_rtti_processing.
8087         * class.c (set_rtti_entry): Use get_tinfo_fn.
8088         * decl2.c (mark_vtable_entries): Mark the rtti function.
8089         (finish_prevtable_vardecl): Don't build_t_desc.
8090         (import_export_decl): Handle tinfo functions.
8091         (finish_file): Likewise.
8092         * typeck.c (inline_conversion): New fn.
8093         (build_function_call_real): Use it.
8094         * cp-tree.h: Add decls.
8096         * method.c (hack_identifier): Also convert component_refs from
8097         references.
8099         * lex.c (cons_up_default_function): Use the type, not the name, in
8100         declspecs.
8102         * decl2.c (import_export_vtable): Fix weak vtables.
8104 Fri Apr  5 13:30:17 1996  Bob Manson  <manson@charmed.cygnus.com>
8106         * search.c (get_base_distance_recursive): Fix access checks for
8107         protected bases.
8109 Fri Apr  5 11:02:06 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8111         * call.c (unary_complex_lvalue): Delete unneeded decl, it's in
8112         cp-tree.h.
8113         (convert_harshness): Add prototypes wrapped by PROTO.
8114         * decl2.c (grok_function_init): Likewise.
8115         (do_toplevel_using_decl): Change to void return type.
8116         * class.c (build_vtable_entry): Remove decl of make_thunk.
8117         (merge_overrides): Fix order of arg definitions.
8118         (finish_vtbls): Likewise.
8119         (fixup_vtable_deltas): Likewise.
8120         (modify_all_direct_vtables): Likewise.
8121         (modify_all_indirect_vtables): Likewise.
8122         * search.c (get_base_distance_recursive): Likewise.
8123         (get_abstract_virtuals_1): Likewise.
8124         (fixup_virtual_upcast_offsets): Likewise.
8125         (lookup_fnfields_1): Add prototypes wrapped by PROTO.
8126         * init.c (perform_member_init): Fix order of arg definitions.
8127         (expand_aggr_init_1): Add prototypes wrapped by PROTO.
8128         * cp-tree.h (make_thunk): Add decl.
8129         (overload_template_name, push_template_decl): Add decls.
8130         (do_toplevel_using_decl): Change to void return type.
8131         (vec_binfo_member): Add decl.
8133 Thu Apr  4 13:33:10 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8135         * typeck.c (mark_addressable, convert_for_assignment,
8136         convert_for_initialization, pointer_int_sum, pointer_diff,
8137         unary_complex_lvalue): Add prototypes wrapped by PROTO.
8138         (convert_sequence): #if 0 fn decl, since definition also is.
8140 Thu Apr  4 11:00:53 1996  Mike Stump  <mrs@cygnus.com>
8142         * rtti.c (build_dynamic_cast): Make sure we strip qualifiers on
8143         cast to pointer types for type searching.
8145 Wed Apr  3 17:10:57 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8147         * typeck.c (get_delta_difference): Use cp_error, not error, in the
8148         case where BINFO == 0.
8150 Wed Apr  3 12:01:02 1996  Mike Stump  <mrs@cygnus.com>
8152         * call.c (build_method_call): Fix wording of error messages so
8153         constructors come out right.
8155 Tue Apr  2 16:06:59 1996  Bob Manson  <manson@charmed.cygnus.com>
8157         * decl.c (push_overloaded_decl): Don't warn about hidden
8158         constructors when both the type and the function are declared
8159         in a system header file.
8161 Mon Apr  1 09:03:13 1996  Bob Manson  <manson@charmed.cygnus.com>
8163         * class.c (finish_struct_1): Propagate the TYPE_PACKED
8164         flag for the type to the type's fields.
8166 Sat Mar 30 12:14:33 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8168         * parse.y (complex_parmlist, ELLIPSES): Take out ARM-based warning.
8170 Fri Mar 29 15:51:36 1996  Bob Manson  <manson@charmed.cygnus.com>
8172         * class.c (base_info, finish_base_struct): Replace 
8173         needs_virtual_dtor with base_has_virtual.
8175         (finish_struct_1): Remove the old code that tried to make default
8176         destructors virtual. Use base_has_virtual when checking if we need
8177         to add a vtable entry for the rtti code.
8179 Fri Mar 29 14:02:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
8181         * pt.c (push_template_decl): Complain about template decl with
8182         inappropriate declaration.
8184 Fri Mar 29 12:15:35 1996  Bob Manson  <manson@charmed.cygnus.com>
8186         * typeck.c (build_x_unary_op): Remove bogus check for taking
8187         the address of a member function.
8189 Fri Mar 29 11:56:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
8191         * parse.y (constructor_declarator): Only push the class if
8192         we are not already in the class.
8194 Fri Mar 29 09:41:02 1996  Jeffrey A. Law  <law@cygnus.com>
8196         * method.c (emit_thunk): Remove current_call_is_indirect nonsense.
8197         Add additional argument to INIT_CUMULATIVE_ARGS.
8199 Thu Mar 28 16:41:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
8201         * decl.c (shadow_tag): Fix error about anon union with methods.
8203         * parse.y (self_reference): Only generate a self-reference if this
8204         is a non-template class.
8205         (opt.component_decl_list): Only use it if it was generated.
8207         * parse.y (component_decl_1): Use constructor_declarator.
8208         (fn.def2): Likewise.
8209         (notype_component_declarator0): Likewise.
8211 Thu Mar 28 15:11:35 1996  Bob Manson  <manson@charmed.cygnus.com>
8213         * typeck.c (build_x_unary_op): Add checks for taking the address
8214         of a TARGET_EXPR or of a member function, and give appropriate
8215         warnings.
8217 Thu Mar 28 14:49:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
8219         * pt.c (process_template_parm): Allow template type parms to be
8220         used as types for template const parms.
8222 Wed Mar 27 15:51:19 1996  Mike Stump  <mrs@cygnus.com>
8224         * init.c (expand_vec_init): Ensure the eh cleanups are on the
8225         function_obstack.
8227 Wed Mar 27 10:14:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
8229         * decl.c (lookup_name_real): Be even more picky about the
8230         ambiguous lookup warning.
8231         (grokdeclarator): Tweak SCOPE_REF constructor declarators here.
8232         * parse.y (constructor_declarator): Rather than here.
8234         * parse.y (constructor_declarator): New nonterminal.
8235         (fn.def1): Use it.
8236         (explicit_instantiation): Likewise.
8238 Tue Mar 26 13:41:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
8240         Add implicit declaration of class name at class scope.
8241         * decl.c (lookup_name_real): Restrict pedwarn about ambiguous lookup.
8242         * parse.y (self_reference): New nonterminal.
8243         (opt.component_decl_list): Use it.
8244         (fn.def1): Add nested_name_specifier type_name cases.
8245         * class.c (build_self_reference): New function.
8246         (finish_struct): Handle access_default later, move self-reference
8247         decl to the end.
8248         * pt.c (lookup_template_class): Handle getting a TYPE_DECL.
8249         * cp-tree.h: Adjust.
8251         * pt.c (do_function_instantiation): Separate handling of member
8252         functions and non-member functions properly.
8254 Mon Mar 25 14:23:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
8256         * pt.c (process_template_parm): Improve error for 'volatile class K'.
8258         * class.c (finish_struct_1): Check the right slot for destructors.
8260         * decl.c (start_enum): Complain about enum templates.
8262 Mon Mar 25 13:25:31 1996  Mike Stump  <mrs@cygnus.com>
8264         * init.c (resolve_offset_ref): Offset pointers to member data by one.
8265         * typeck.c (unary_complex_lvalue): Likewise.
8267 Mon Mar 25 13:30:42 1996  Bob Manson  <manson@charmed.cygnus.com>
8269         * typeck.c (c_expand_return): Check for a returned local
8270         array name, similar to the check for an ADDR_EXPR.
8272 Mon Mar 25 13:07:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
8274         * decl.c (cp_finish_decl): Don't build cleanups for static
8275         variables here.
8277 Fri Mar 22 17:57:55 1996  Mike Stump  <mrs@cygnus.com>
8279         * typeck.c (build_modify_expr): Fix error messages to be more
8280         accurate.
8281         * cp-tree.h (assop_as_string): Parallel to op_as_string, but for
8282         assignment operators.
8283         * error.c (assop_as_string): Likewise.  Add support for `%Q' for
8284         assignment operators.
8286 Fri Mar 22 13:48:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
8288         * decl.c (grokdeclarator): Call bad_specifiers for typedefs.  Also
8289         give an error if initialized.  Pedwarn about nested type with the
8290         same name as its enclosing class.
8292         * pt.c (tsubst, case TYPE_DECL): Set DECL_CONTEXT.
8294         * typeck.c (require_complete_type): Be sure to instantiate the
8295         MAIN_VARIANT of the type.
8297         * decl2.c (finish_file): Instantiate pending templates before
8298         processing static constructors and destructors.
8300         * pt.c (instantiate_decl): Don't instantiate functions at toplevel
8301         unless at_eof.
8303 Fri Mar 22 09:30:17 1996  Bob Manson  <manson@beauty.cygnus.com>
8305         * decl2.c (delete_sanity): If error_mark_node is passed
8306         in as an expression, quit while we're ahead.
8308         * decl.c (grokdeclarator): Give an error message if `friend'
8309         is combined with any storage class specifiers.
8311 Wed Mar 20 14:51:55 1996  Jason Merrill  <jason@yorick.cygnus.com>
8313         * parse.y (named_complex_class_head_sans_basetype): Don't crash on
8314         definition of nonexistent nested type.
8316         * error.c (dump_decl, case TYPE_DECL): Fix decision for whether or
8317         not to say 'typedef'.
8319 Wed Mar 20 00:11:47 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8321         * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
8322         * search.c (dfs_walk, dfs_init_vbase_pointers,
8323         expand_upcast_fixups): Remove cast of CLASSTYPE_SEARCH_SLOT.
8324         (dfs_find_vbases): Remove cast for CLASSTYPE_SEARCH_SLOT init.
8326 Tue Mar 19 17:56:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
8328         * except.c (build_throw): Support minimal parse.
8329         * pt.c (tsubst_copy): Support THROW_EXPR.
8330         * decl2.c (build_expr_from_tree): Likewise.
8332         * pt.c (mangle_class_name_for_template): Always allocate
8333         scratch_firstobj.
8335 Tue Mar 19 16:34:31 1996  Bob Manson  <manson@beauty.cygnus.com>
8337         * cvt.c (cp_convert_to_pointer): Give an appropriate error
8338         when trying to cast from an incomplete type.
8340 Tue Mar 19 16:00:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
8342         * pt.c (instantiate_class_template): Don't bother setting up
8343         CLASSTYPE_TAGS explicitly, as the nested types will add
8344         themselves.
8346 Tue Mar 19 15:48:43 1996  Bob Manson  <manson@beauty.cygnus.com>
8348         * decl.c (shadow_tag): Remove old error check for usage of
8349         an enum without a previous declaration.
8350         (xref_tag): Add error message about usage of enums without a
8351         previous declaration.
8353 Tue Mar 19 09:21:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
8355         * lex.c (do_identifier): Only do name consistency check if we're
8356         parsing.
8358         * pt.c (push_template_decl): Don't crash if we get a member defn
8359         that doesn't match.
8361         * decl.c (xref_tag_from_type): New function to do an xref without
8362         always having to figure out code_type_node.
8363         * cp-tree.h: Declare it.
8364         * pt.c (instantiate_class_template): Use it for friend classes.
8365         (lookup_template_class): Use it.
8367         * typeck2.c (build_functional_cast): Pull out a single parm before
8368         passing it to build_c_cast.
8370 Tue Mar 19 09:07:15 1996  Bob Manson  <manson@beauty.cygnus.com>
8372         * expr.c (do_case): Give an error message if a pointer is
8373         given as a case value.
8375 Mon Mar 18 21:57:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
8377         * typeck.c (build_c_cast): Don't pull single TEMPLATE_DECL out of
8378         an overload list.
8380         * lex.c (cons_up_default_function): Really, now, interface hackery
8381         does not apply to synthesized methods.
8383 Mon Mar 18 18:20:57 1996  Mike Stump  <mrs@cygnus.com>
8385         * call.c (build_method_call): Ctors and dtors now have special names
8386         with respect to lookups.
8387         * class.c (add_method): Likewise.
8388         (grow_method): Likewise.
8389         (finish_struct_methods): Likewise.
8390         (warn_hidden): Likewise.
8391         (finish_struct_1): Likewise.
8392         * cvt.c (convert_to_reference): Likewise.
8393         (convert_to_aggr): Likewise.
8394         (cp_convert): Likewise.
8395         * decl2.c (check_classfn): Likewise.
8396         * init.c (expand_member_init): Likewise.
8397         (expand_default_init): Likewise.
8398         (expand_aggr_init_1): Likewise.
8399         (build_offset_ref): Likewise.
8400         (build_new): Likewise.
8401         (build_delete): Likewise.
8402         * lex.c (do_inline_function_hair): Likewise.
8403         * search.c (lookup_field_1): Likewise.
8404         (lookup_fnfields_here): Likewise.
8405         (lookup_field): Likewise.
8406         (lookup_fnfields): Likewise.
8407         (get_virtual_destructor): Likewise.
8408         (dfs_debug_mark): Likewise.
8409         (dfs_pushdecls): Likewise.
8410         (dfs_compress_decls): Likewise.
8411         * tree.c (layout_basetypes): Likewise.
8412         * typeck.c (build_component_ref): Likewise.
8413         (build_x_function_call): Likewise.
8414         (build_modify_expr): Likewise.
8415         (convert_for_initialization): Likewise.
8416         (build_functional_cast): Likewise.
8417         * cp-tree.h (CLASSTYPE_FIRST_CONVERSION): Likewise.
8418         (CTOR_NAME): New.
8419         (DTOR_NAME): New.
8420         * decl.c (ctor_identifier): New.
8421         (dtor_identifier): New.
8422         (init_decl_processing): Set them.
8424 Mon Mar 18 18:00:51 1996  Mike Stump  <mrs@cygnus.com>
8426         * typeck.c (build_component_ref): Don't get confused by fields whose
8427         context has no type name, like pointer to member functions.
8429 Mon Mar 18 13:19:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
8431         * decl.c (grokdeclarator): Handle typedef without declarator.
8433         * pt.c (tsubst): Handle SCOPE_REF in declarator.
8435         * parse.y (bad_parm): Catch another case of missing `typename'.
8437         * lex.c (yyprint): Handle TYPE_DECLs.
8439         * decl.c (start_function): Don't try to be clever.
8441         * lex.c: Lose compiler_error_with_decl.
8442         * typeck2.c: Lose error_with_aggr_type.
8443         (incomplete_type_error): Use cp_* instead of old functions.
8444         (readonly_error): Likewise.
8445         * typeck.c (convert_arguments): Likewise.
8446         * search.c (lookup_nested_field): Likewise.
8447         * method.c (make_thunk): Likewise.
8448         * decl.c (grokparms): Likewise.
8449         * cp-tree.h: Update.
8451         * tree.c (min_tree_cons): Call copy_to_permanent for the purpose
8452         and value.
8454 Mon Mar 18 11:25:52 1996  Bob Manson  <manson@beauty.cygnus.com>
8456         * method.c (build_opfncall): When deleting a pointer to an
8457         array, build a new pointer to the tree past any ARRAY_TYPE
8458         nodes.
8460 Mon Mar 18 10:11:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8462         * decl.c (lookup_name_real): Initialize local var TYPE to NULL_TREE.
8464 Fri Mar 15 11:03:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
8466         * pt.c (instantiate_decl): Only call import_export_decl if at_eof
8467         and ! DECL_INLINE.
8469         * decl.c (finish_function): Don't set nested based on
8470         hack_decl_function_context.
8471         * parse.y (function_try_block): Check for nested function.
8472         (pending_inlines): Likewise.
8474         * decl2.c (build_expr_from_tree): If a unary op already has a
8475         type, just return it.
8477         * decl2.c (finish_prevtable_vardecl): Use ADJUST_VTABLE_LINKAGE.
8479         * decl2.c (walk_vtables): vardecl_fn returns int; return 1 if it does.
8480         (finish_file): Check the return value of walk_vtables.
8481         (finish_prevtable_vardecl): Return int.
8482         (finish_vtable_vardecl): Likewise.
8483         (prune_vtable_vardecl): Likewise.
8484         * lex.c (set_vardecl_interface_info): Likewise.
8485         * cp-tree.h: Adjust return types.
8487         * class.c (delete_duplicate_fields_1): Don't complain about
8488         duplicate nested types if they're the same type.
8489         (finish_struct): Remove check for duplicate.
8490         * decl2.c (grokfield): Don't check for typedef of anonymous type.
8492 Thu Mar 14 10:00:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
8494         * cp-tree.h: Lose SIGNATURE_GROKKING_TYPEDEF.
8496         * decl.c (grokdeclarator): Lose special handling of class-level
8497         typedef.  Lose SIGNATURE_GROKKING_TYPEDEF.  Set
8498         SIGNATURE_HAS_OPAQUE_TYPEDECLS later.
8500         * cvt.c (convert_pointer_to_real): Retain cv-quals in conversion.
8502         * pt.c (tsubst_copy): Strip cv-quals from destructor name types.
8504         * search.c (compute_access): Fix handling of anonymous union
8505         members.
8506         * class.c (finish_struct_anon): Propagate TREE_{PRIVATE,PROTECTED}
8507         from anonymous unions to their members.
8509         * typeck.c (build_x_function_call): For static member functions,
8510         hand off to build_member_call.
8512 Wed Mar 13 14:03:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
8514         * typeck.c (build_component_ref): Handle OFFSET_REFs.
8516         * init.c (expand_vec_init): Fix init == 0 case.
8518 Tue Mar 12 14:36:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
8520         * init.c (build_new): Pedwarn about init and array new.
8521         (expand_vec_init): Handle lists, use convert_for_initialization.
8523         * typeck.c (convert_for_initialization): Pass LOOKUP_NO_CONVERSION
8524         when converting to an aggregate type.
8525         * cvt.c (cp_convert): Pass it through.
8527         * typeck.c (build_conditional_expr): Handle user-defined
8528         conversions to slightly different types.
8530         * decl.c (grokdeclarator): Force an array type in a parm to be
8531         permanent.
8533         * decl2.c (do_using_directive): Sorry.
8534         (do_namespace_alias): Likewise.
8535         * lex.c (real_yylex): Warn about using the `namespace' keyword.
8537 Sun Mar 10 22:26:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
8539         * parse.y (datadef): Move call to note_list_got_semicolon up.
8541 Fri Mar  8 11:47:26 1996  Mike Stump  <mrs@cygnus.com>
8543         * tree.c (unsave_expr): Don't unsave, UNSAVE_EXPRs.
8545 Fri Mar  8 11:29:06 1996  Mike Stump  <mrs@cygnus.com>
8547         * decl.c (cp_finish_decl): The exception regions have to be
8548         nested, not overlapping.  We start the exception region for a
8549         decl, after it has been fully built, and all temporaries for it
8550         have been cleaned up.
8552 Thu Mar  7 17:46:06 1996  Mike Stump  <mrs@cygnus.com>
8554         * tree.c (vec_binfo_member): Don't core dump if we have no bases.
8556 Thu Mar  7 14:11:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
8558         * tree.def: Add RETURN_INIT.
8559         * pt.c (instantiate_decl): Handle RETURN_INIT.
8560         * decl.c (store_return_init): Handle minimal_parse_mode.
8562         * tree.c (cp_build_type_variant): Just return an error_mark_node.
8563         * decl.c (make_typename_type): Don't try to get the file and line
8564         of an identifier.
8565         * typeck.c (comptypes): Handle TYPENAME_TYPE.
8567 Wed Mar  6 18:47:50 1996  Per Bothner  <bothner@kalessin.cygnus.com>
8569         * decl.c (poplevel): Make sure we clear out and restore old local
8570         non-VAR_DECL values by default when they go out of scope.
8572 Wed Mar  6 09:57:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
8574         * method.c (build_overload_value): Use DECL_ASSEMBLER_NAME in
8575         referring to addresses of variables and functions.
8577         * error.c (dump_expr): Support SIZEOF_EXPR.
8579         * init.c (do_friend): Use the return value of check_classfn.
8581         * typeck.c (convert_arguments): Call complete_type.
8583         * method.c (hack_identifier): After giving an error, set value to
8584         error_mark_node.
8586 Tue Mar  5 16:00:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
8588         * tree.c (hack_decl_function_context): Kludge around DECL_CONTEXT
8589         lossage for local classes.
8590         * cp-tree.h: Declare it.
8591         * decl.c (lookup_name_real): Evil, painful hack for local classes.
8592         (grokfndecl): Set DECL_CLASS_CONTEXT and DECL_NO_STATIC_CHAIN here.
8593         Use hack_decl_function_context.
8594         (grokdeclarator): Don't set DECL_NO_STATIC_CHAIN here.
8595         (start_function): Use hack_decl_function_context.
8596         (finish_function): Likewise.
8597         * method.c (synthesize_method): Likewise.
8598         * lex.c (process_next_inline): Likewise.
8599         (do_pending_inlines): Likewise.
8600         * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
8601         done with it.
8603 Mon Mar  4 22:38:39 1996  Gerald Baumgartner  <gb@alexander.cs.purdue.edu>
8605         * sig.c (build_signature_pointer_or_reference_type): Align
8606         signature pointers/references on 8-byte boundaries so they can be
8607         grabbed 2 words at a time on a Sparc.
8609 Tue Mar  5 10:21:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
8611         * method.c (hack_identifier): Requiring a static chain is now a
8612         hard error.
8613         * decl.c (grokdeclarator): Set DECL_NO_STATIC_CHAIN on nested
8614         functions.
8616 Mon Mar  4 20:03:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
8618         * init.c (build_offset_ref): Call complete_type.
8620         * decl.c (pop_from_top_level): Always pop previous_class_type.
8622         * parse.y: Handle multiple decls in a for-init-statement.
8623         * pt.c (tsubst_expr): Likewise.
8625         * pt.c (tsubst): Use tsubst_expr for the second operand of an
8626         ARRAY_REF.
8628         * decl.c (maybe_push_to_top_level): Don't save previous_class_type.
8629         (poplevel_class): Set it here.
8630         (pop_from_top_level): Pop it here if we're returning to class scope.
8631         * class.c (pushclass): Don't set it here.
8633         * decl.c (maybe_push_to_top_level): Save current_template_parms,
8634         and clear it if !pseudo.
8635         (pop_from_top_level): Restore it.
8637         * decl2.c (finish_file): Push the dummy each time we walk the list
8638         of vtables.
8640         * error.c (dump_expr): Support LOOKUP_EXPR and actually do
8641         something for CAST_EXPR.
8642         
8643 Mon Feb 19 14:49:18 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
8645         * cvt.c (cp_convert): Warn about implicit conversion of the
8646         address of a function to bool, as it is always true.
8648 Fri Feb 23 23:06:01 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
8650         * typeck.c (c_expand_return): Fix warning for local externs returned.
8652 Mon Mar  4 15:03:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
8654         * tree.c (mapcar): Propagate const and volatile properly.
8656         * typeck.c (complete_type): Be sure to instantiate the
8657         MAIN_VARIANT of the type.
8659         * method.c (synthesize_method): Class interface hackery does not
8660         apply to synthesized methods.
8662 Mon Mar  4 14:05:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
8664         * pt.c (comp_template_args): Use comptypes rather than just
8665         checking for TEMPLATE_TYPE_PARM equivalence.
8667         * typeck.c (build_x_function_call): Call complete_type before
8668         checking TYPE_OVERLOADS_CALL_EXPR.
8670 Mon Mar  4 18:48:30 1996  Manfred Hollstein   <manfred@lts.sel.alcatel.de>
8672         * g++.c (main): Check also for new define ALT_LIBM.
8674 Fri Mar  1 13:09:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
8676         * pt.c (instantiate_class_template): If we don't have a pattern
8677         yet, that's OK.
8678         (coerce_template_parms): If we see a local class, bail.
8680         * decl.c (grok_reference_init): Make sure there's a type before
8681         checking its code.
8683         * pt.c (do_function_instantiation): Avoid crashing on invalid decls.
8684         (push_template_decl): Likewise.
8686         * parse.y (named_class_head): Set
8687         CLASSTYPE_TEMPLATE_SPECIALIZATION here if we have basetypes.
8689         * decl.c (xref_tag): Diagnose redeclaration of template
8690         type-parameter name.
8692         * error.c (dump_type): Handle anonymous template type parms.
8694         * pt.c (instantiate_template): Use TYPE_MAIN_DECL instead of
8695         TYPE_STUB_DECL.
8696         (coerce_template_parms): Likewise.
8698 Thu Feb 29 16:26:01 1996  Mike Stump  <mrs@cygnus.com>
8700         * class.c (instantiate_type, case {ARRAY,INDIRECT}_REF,
8701         case ADDR_EXPR): Don't modify rhs if a subinstantiation fails.
8703 Thu Feb 29 08:20:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
8705         * pt.c (instantiate_template): Take the MAIN_VARIANT of the type
8706         before trying to get its STUB_DECL.
8707         (coerce_template_parms): Likewise.
8709         * parse.y (template_type_parm): If they didn't use 'class',
8710         pretend they did after giving an error.
8712         * pt.c (coerce_template_parms): Diagnose use of local class.
8714         * decl.c (grok_reference_init): Use instantiate_type.
8716         * error.c (dump_expr): Handle TEMPLATE_DECLs.
8718         * parse.y (named_class_head): Diagnose mismatching types and tags.
8720         * decl.c (pushdecl): Type decls and class templates clash with
8721         artificial type decls, not hide them.
8723         * decl.c (redeclaration_error_message): Diagnose redefinition of
8724         templates properly.
8725         (duplicate_decls): Diagnose disallowed overloads for template
8726         functions, too.
8728         * decl.c (start_decl): Call complete_type before checking for a
8729         destructor.
8731         * pt.c (tsubst): Use tsubst_expr on the elts of a VEC.
8733         * decl.c (xref_tag): A TEMPLATE_TYPE_PARM is a match.
8735 Wed Feb 28 09:28:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
8737         * decl.c (grok_op_properties): Don't check for operator++(int) in
8738         a template.
8740         * tree.c (perm_manip): Return a copy of variable and function
8741         decls with external linkage.
8743         * tree.def: Change some of the min tree codes to type "1".
8744         * pt.c (uses_template_parms): Handle 'e's, return 1 for LOOKUP_EXPRs.
8745         * method.c (build_overload_int): Emit something arbitrary for
8746         anything but an INTEGER_CST if we're in a template.
8748         * decl.c (cp_finish_decl): Call complete_type before deciding
8749         whether or not to lay out the decl.
8751         * lex.c (do_identifier): Check for DECL_INITIAL before using it.
8753 Tue Feb 27 16:35:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
8755         * typeck2.c (build_x_arrow): Call complete_type.
8757         * pt.c (add_pending_template): Broken out.
8758         (lookup_template_class): If -fexternal-templates, call it for all
8759         the methods of implemented types.
8760         (instantiate_class_template): Instead of instantiating them here.
8761         (instantiate_decl): Handle -fexternal-templates earlier.
8763 Tue Feb 27 15:51:32 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8765         * search.c, lex.c, decl.c, class.c, cp-tree.h: Don't wrap the
8766         memoized lookup stuff inside GATHER_STATISTICS.
8768 Tue Feb 27 10:38:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
8770         * decl.c (start_decl): Complain about array of incomplete type
8771         here.
8772         (grokdeclarator): Not here.
8774         * parse.y (template_parm): Expand full_parm inline so we can set
8775         the rule's precedence.
8777         * pt.c (tsubst_expr): If we're in a template, just do tsubst_copy.
8778         (tsubst): tsubst_expr the DECL_INITIAL of FIELD_DECLs.
8779         * decl2.c (grokbitfield): Don't check for integer constant here.
8780         * class.c (finish_struct_1): Check here.
8782         * decl.c (define_label): Make the min decl go on permanent_obstack.
8784         * pt.c (unify): Don't handle CONST_DECLs.
8785         (uses_template_parms): Don't check DECL_INITIAL on a CONST_DECL.
8786         (tsubst_copy): Likewise.
8788         * lex.c (do_identifier): Do pull the DECL_INITIAL out of a
8789         CONST_DECL for a template parm.
8791 Mon Feb 26 12:48:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
8793         * decl.c (grokdeclarator): Complain about array of incomplete type
8794         here.
8795         (start_decl_1): Not here.
8797         * pt.c (tsubst): Handle pointer-to-function declarators.
8799         * method.c (hack_identifier): If pedantic, diagnose local class
8800         methods that require a static chain.
8802         * decl.c (grok_op_properties): No longer static.
8803         * cp-tree.h: Declare it.
8804         * pt.c (tsubst): Call it for operators.
8805         Use tsubst_copy for TREE_VECs.
8807         * parse.y (template_arg): The expr has precedence like '>'.
8809 Fri Feb 23 14:51:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
8811         * pt.c (coerce_template_parms): Don't coerce an expression using
8812         template parms.
8813         (uses_template_parms): Also check DECL_INITIAL in CONST_DECLs.
8814         (tsubst): Don't use build_index_2_type if the max_value uses template
8815         parms.
8816         * method.c (build_overload_int): Emit something arbitrary for an
8817         expression using template parms.
8819         * parse.y (template_close_bracket): New non-terminal to catch use
8820         of '>>' instead of '> >' in template class names.
8821         (template_type): Use it.
8822         * Makefile.in (CONFLICTS): Causes one more r/r conflict.
8824         * tree.def: Add CAST_EXPR.
8825         * typeck2.c (build_functional_cast): Use CAST_EXPR instead of
8826         CONVERT_EXPR for minimal_parse_mode.
8827         * typeck.c (build_c_cast): Likewise.
8828         * pt.c (tsubst_copy): Likewise.
8829         * decl2.c (build_expr_from_tree): Likewise.
8830         * error.c (dump_expr): Likewise.
8832 Fri Feb 23 10:36:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8834         * except.c (SetTerminate, SetUnexpected): Put back global vars.
8835         (init_exception_processing): Put back decl/init of
8836         set_unexpected_fndecl and set_terminate_fndecl, needed to get the
8837         fns from libstdc++.
8839         * decl.c (struct binding_level): Delete ACCEPT_ANY bitfield.
8840         (declare_uninstantiated_type_level, uninstantiated_type_level_p):
8841         Delete unused fns.
8842         * cp-tree.h (declare_uninstantiated_type_level,
8843         uninstantiated_type_level_p): Delete prototypes.
8845 Thu Feb 22 19:36:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
8847         * pt.c (tsubst_expr): Add default return.
8849 Thu Feb 22 16:47:24 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8851         * error.c (fndecl_as_string): Delete unused arg CNAME.
8852         * sig.c (build_signature_table_constructor,
8853         build_signature_method_call): Fix calls.
8855         * class.c (the_null_vtable_entry): Delete var definition.
8856         (init_class_processing): Delete tree the_null_vtable_entry init.
8857         * decl.c (no_print_{functions, builtins}): Declare as static.
8858         (__tp_desc_type_node): #if 0 var definition.
8859         (init_type_desc): #if 0 init of __tp_desc_type_node.
8860         (vb_off_identifier): Move var decl into init_decl_processing.
8861         (current_function_assigns_this): Declare as static.
8862         (int_ftype_ptr_ptr_int, void_ftype_ptr_int_int): Delete var decls.
8863         (init_decl_processing): Delete init of void_ftype_ptr_ptr_int.
8864         Move decls of string_ftype_ptr_ptr and int_ftype_string_string here.
8865         * decl2.c (delete_sanity): Delete definition/mod of local var ELT_SIZE.
8866         * init.c (BI_header_type, BI_header_size): Declare as static.
8867         * pt.c (template_classes): Delete unused var.
8868         (add_pending_template): Delete decl for non-existent fn.
8869         (lookup_template_class): Delete vars CODE and TAG_CODE.
8870         (instantiate_template): Delete unused var TARGS.
8871         * cp-tree.h (vb_off_identifier, current_function_assigns_this):
8872         Delete decls.
8873         (__tp_desc_type_node): #if 0 var decl.
8874         (fndecl_as_string): Fix prototype.
8876 Thu Feb 22 15:56:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
8878         * tree.def: Add GOTO_STMT.
8879         * pt.c (tsubst_expr): Support goto and labels.
8880         * decl.c (define_label): Support minimal parsing.
8881         * parse.y (simple_stmt): Likewise.
8883 Thu Feb 22 15:30:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8885         * xref.c (GNU_xref_member): Only define/set var I if
8886         XREF_SHORT_MEMBER_NAMES is defined, to match when it's actually
8887         used.
8888         (GNU_xref_end_scope): Delete unused fifth arg TRNS.
8889         (GNU_xref_end): Fix call.
8890         * decl.c (poplevel, poplevel_class, finish_method): Fix calls.
8891         * cp-tree.h (GNU_xref_end_scope): Fix prototype.
8893         * tree.c (build_exception_variant): Delete unused vars I, A, T,
8894         T2, and CNAME.
8895         (layout_vbasetypes): Delete unused var NONVIRTUAL_VAR_SIZE.
8896         (mapcar): Delete unused var CODE.
8897         (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
8898         (break_out_cleanups): Fix call.
8899         (bot_manip): Likewise.
8900         * call.c (build_method_call): Likewise.
8901         * cvt.c (build_up_reference, convert_to_reference, cp_convert):
8902         Likewise.
8903         * typeck.c (unary_complex_lvalue, build_modify_expr,
8904         convert_for_initialization): Likewise.
8905         * typeck2.c (build_functional_cast): Likewise.
8906         * cp-tree.h (build_cplus_new): Fix prototype.
8908         * repo.c (open_repo_file): Delete unused var Q.
8909         (repo_compile_flags, repo_template_declared,
8910         repo_template_defined, repo_class_defined, repo_inline_used,
8911         repo_vtable_used, repo_tinfo_used): #if 0 unused fns.
8912         (repo_get_id, repo_vtable_used): Declare as static. 
8913         * cp-tree.h (mark_{decl,class}_instantiated, finish_repo): Add
8914         prototypes.
8916 Thu Feb 22 14:53:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
8918         * parse.y (pending_inlines): Add function_try_block case.
8920         * pt.c (unify): Fix for template const parms.
8922 Thu Feb 22 13:24:15 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8924         * lex.c (extract_interface_info): Delete forward decl.
8925         (default_copy_constructor_body, default_assign_ref_body): Delete
8926         decls for non-existent functions.
8927         (synth_firstobj, inline_text_firstobjs): Delete unused vars.
8928         (init_lex): Delete setting them.
8929         (cons_up_default_function): Delete unused vars FUNC_BUF,
8930         FUNC_LEN, and COMPLEX.  Delete code setting COMPLEX.  Delete old
8931         #if 0'd synth code.
8932         (toplevel, expression_obstack): Delete unused extern decls.
8933         (tree_node_kind): Delete unused enum.
8934         (tree_node_counts, tree_node_sizes): Wrap with #ifdef
8935         GATHER_STATISTICS.
8936         (tree_node_kind_names): Delete unused extern decl.
8937         (synth_obstack): Delete unused var.
8938         (init_lex): Don't set it.
8939         (init_parse): Add decl before use.
8940         (reduce_count): Only define #ifdef GATHER_STATISTICS && REDUCE_LENGTH.
8941         (current_unit_{name, language}): Delete unused vars. 
8942         (check_newline): Don't bother setting them, just accept the #pragma.
8943         * cp-tree.h (init_repo, peek_yylex): Add prototypes.
8944         (current_unit_{name, language}): Delete decls.
8946         * search.c: Wrap all of the memoized functions, macros, and
8947         variables inside #ifdef GATHER_STATISTICS.
8948         (lookup_field, lookup_fnfields): Likewise.
8949         (init_search_processing): Likewise.
8950         (reinit_search_statistics): Wrap whole function.
8951         * lex.c (reinit_lang_specific): Wrap call to reinit_search_statistics.
8953         * decl.c (finish_function): Only call pop_memoized_context if
8954         GATHER_STATISTICS is defined.
8955         (start_function): Likewise for push_memoized_context.
8956         * class.c (pushclass, popclass): Likewise.
8958         * cp-tree.h (CLASSTYPE_MTABLE_ENTRY): Move definition from here...
8959         * search.c (CLASSTYPE_MTABLE_ENTRY): ... to here.
8961         * cvt.c (cp_convert): Delete unused local var FORM.
8962         * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
8963         prototypes.
8965 Thu Feb 22 13:19:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
8967         * pt.c (do_poplevel): Oops; really return what we get from
8968         poplevel this time.
8970 Thu Feb 22 11:41:44 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8972         * cp-tree.h (is_aggr_type): Add prototype.
8974         * cp-tree.h ({push,pop}_cp_function_context): Add decls.
8975         * method.c ({push,pop}_cp_function_context): Delete decls.
8976         * except.c (start_eh_unwinder, end_eh_unwinder): Declare as void.
8977         (SetUnexpected, SetTerminate): Delete unused vars.
8978         (init_exception_processing): Don't set SetUnexpected or
8979         SetTerminate.  Don't set SET_UNEXPECTED_FNDECL or SET_TERMINATE_FNDECL.
8980         (output_exception_table_entry): Delete unused array LABEL.
8981         (expand_internal_throw): Delete unused var PARAMS.
8982         (expand_start_catch_block): Delete unused var CLEANUP.
8983         (emit_exception_table): Delete unused var EH_NODE_DECL.
8984         (expand_builtin_throw): Delete unused vars UNWIND_AND_THROW and
8985         GOTO_UNWIND_AND_THROW.  Don't set them.
8986         (end_eh_unwinder): Add top decl.
8987         (pop_rtl_from_perm): Delete unused decl of PERMANENT_OBSTACK.
8988         (exception_section, push_rtl_perm, do_function_call,
8989         lang_interim_eh, push_eh_cleanup, eh_outer_context,
8990         expand_end_eh_spec, end_eh_unwinder): Declare as static.
8991         (saved_pc, saved_throw_type, saved_throw_value, saved_cleanup,
8992         throw_used): Likewise.
8993         * cp-tree.h (expand_end_eh_spec): Delete prototype.
8995         * search.c (dfs_mark, dfs_mark_vtable_path,
8996         dfs_unmark_vtable_path, dfs_mark_new_vtable,
8997         dfs_unmark_new_vtable, dfs_clear_search_slot,
8998         dfs_search_slot_nonempty_p, bfs_markedp, bfs_unmarkedp,
8999         bfs_marked_vtable_pathp, bfs_unmarked_vtable_pathp,
9000         bfs_marked_new_vtablep, bfs_unmarked_new_vtablep): #if 0 unused
9001         functions.
9002         (n_fields_searched, n_calls_lookup_field, n_calls_lookup_field_1,
9003         n_calls_lookup_fnfields, n_calls_lookup_fnfields_1,
9004         n_calls_get_base_type, n_outer_fields_searched, n_contexts_saved):
9005         Only define #ifdef GATHER_STATISTICS.
9006         (reinit_search_statistics): Only init some vars if GATHER_STATISTICS
9007         is defined.
9008         (vbase_decl): Delete var definition.
9009         (init_search): Delete old decl.
9010         (init_vbase_pointers): Delete building of VBASE_DECL, since it's
9011         never actually used.
9012         (expand_indirect_vtbls_init): Delete init of VBASE_DECL.
9013         (get_base_distance_recursive): Delete unused fourth arg
9014         BASETYPE_PATH.  Fix call .
9015         (get_base_distance): Fix call.
9016         (push_class_decls): Delete unused var ID.
9017         (make_memoized_table_entry): Declare as static.
9018         (breadth_first_search): Declare as static.
9019         (tree_has_any_destructor_p): Declare as static.
9020         (pop_class_decls): Delete unused arg pop_class_decls.
9021         * class.c (popclass): Fix call to pop_class_decls.
9022         * cp-tree.h (make_memoized_table_entry, breadth_first_search,
9023         tree_has_any_destructor_p): Delete prototypes.
9025         * rtti.c (build_ptmf_desc): Delete unused arg TYPE.
9026         (build_t_desc): Fix call.  Delete unused vars ELEMS and TT.
9027         (build_dynamic_cast): Delete unused local vars TMP1 and RETVAL.
9028         (build_user_desc): Delete unused var T.
9029         (build_class_desc): Delete unused vars T and OFF.
9030         (build_t_desc): Delete unused var NAME_STRING.
9031         (build_headof): Make static.
9032         (get_bad_cast_node): Likewise.
9033         (get_def_to_follow): Likewise.
9034         * cp-tree.h (init_type_desc): Add prototype.
9035         (build_headof): Remove prototype.
9037 Thu Feb 22 00:54:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
9039         * pt.c (tsubst): Only look for matching decls at file scope for
9040         non-member functions.
9042         * call.c (build_scoped_method_call): Handle scoped destructor
9043         calls in templates.
9045         * decl.c (*_top_level): Also save previous_class_values.
9047         * pt.c (tsubst_expr): Support do {} while loops.
9048         * parse.y (simple_stmt): Likewise.
9049         * tree.def: Likewise.
9051         * method.c (build_overload_identifier): For a class nested in a
9052         template class, don't mangle in the template parms from our
9053         context.
9055         * lex.c, cp-tree.h: Remove support for template instantiations in
9056         the pending_inlines code.
9057         * pt.c: Remove dead functions and unused arguments.
9058         (uses_template_parms): TYPENAME_TYPEs always use template parms.
9059         * parse.y: Stop passing anything to end_template_decl.
9060         * tree.c (print_lang_statistics): Only print tinst info #ifdef
9061         GATHER_STATISTICS.
9063 Wed Feb 21 16:57:33 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9065         * init.c (expand_recursive_init{,_1}): Delete decls. 
9066         (sort_member_init): Delete unused var INIT.
9067         (emit_base_init): Delete unused var X.
9068         (build_offset_ref): Delete unused var CNAME.
9069         (sort_member_init): Delete unused var FIELDS_TO_UNMARK.
9070         (emit_base_init): Delete unused local var BASE.  Delete extern
9071         decl of IN_CHARGE_IDENTIFIER.
9072         (build_delete): Delete unused local var VIRTUAL_SIZE.
9074         * init.c (build_vec_delete): Delete unused third arg ELT_SIZE.
9075         (build_delete): Fix call.
9076         * decl2.c (delete_sanity): Likewise.
9077         * cp-tree.h (build_vec_delete): Update prototype.
9079         * typeck.c (common_base_type): Delete unused var TMP.
9080         (build_binary_op): Delete local var ARGS_SAVE.
9081         (build_array_ref): Delete unused var ITYPE.
9082         (c_expand_return): Delete unused var USE_TEMP.
9084         * typeck.c (compexcepttypes): Delete unused arg STRICT.
9085         (comptypes): Fix calls.
9086         * decl.c (duplicate_decls): Likewise.
9087         * cp-tree.h (compexcepttypes): Delete extra arg.
9089         * decl2.c (check_classfn): Delete unused second arg CNAME.
9090         * decl.c (start_decl, grokfndecl): Fix calls.
9091         * init.c (do_friend): Likewise.
9092         * cp-tree.h (check_classfn): Update prototype.
9094         * cp-tree.h (signature_error, import_export_vtable,
9095         append_signature_fields, id_in_current_class, mark_used,
9096         copy_assignment_arg_p): Add decls.
9097         * decl2.c (mark_used): Delete decl.
9099         * class.c (n_*): Wrap with #ifdef GATHER_STATISTICS.
9101         * class.c (get_vtable_entry): Diable unused function.
9102         (doing_hard_virtuals): Delete unused static global var.
9103         (finish_struct_1): Don't init DOING_HARD_VIRTUALS.
9104         (prepare_fresh_vtable): Delete unused vars PATH and RESULT.
9105         (overrides): Delete unused vars RETTYPE and BASE_RETTYPE.
9106         (modify_one_vtable): Delete unused var OLD_RTTI.
9107         (finish_struct_anon): Delete unused vars OFFSET and X.
9108         (finish_struct_bits): Delete unused var METHOD_VEC.
9109         (get_basefndecls): Delete unused var PURPOSE.  Delete unused
9110         for-scope local variable METHODS.
9112         * call.c (user_harshness): Delete unused/unneeded arg PARM.
9113         (ideal_candidate): Delete unused args BASETYPE and PARMS.
9114         (build_method_call): Delete unused args passed into ideal_candidate.
9115         (build_overload_call_real): Likewise.  Delete unused var OVERLOAD_NAME.
9116         * cp-tree.h (synthesize_method): Add decl.
9118         * decl.c (note_level_for_for): Give void return type.
9119         (pushdecl_nonclass_level): Likewise.
9120         (finish_function): Delete unused vars VFIELDS and ALLOCATED_THIS.
9121         (poplevel): Delete unused var IMPLICIT_TRY_BLOCK.
9122         (suspend_binding_level): Delete unused var LEVEL.
9123         (duplicate_decls): Delete unused var CTYPE.
9124         (duplicate_decls): Delete unused var PREVIOUS_C_DECL.
9125         (init_decl_processing): Delete unused vars FLOAT_ENDLINK and
9126         PTR_ENDLINK.
9127         (grokdeclarator): Delete unused var C.
9128         (grokdeclarator): Delete unused var SIZE_VARIES.
9129         (grokparms): Delete unused var SAW_VOID.
9130         (start_function): Delete unused var OLDDECL.
9131         (cplus_expand_expr_stmt): Delete unused var
9132         REMOVE_IMPLICIT_IMMEDIATELY. 
9134         * cp-tree.h (pushdecl_nonclass_level): Fix prototype.
9136         * Makefile.in (CONFLICTS): Update to 12 shift/reduce.
9138 Wed Feb 21 00:06:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
9140         * tree.c (build_min): Set TREE_COMPLEXITY to lineno.
9141         (build_min_nt): Likewise.
9142         * pt.c (do_pushlevel): Emit line note.
9143         (do_poplevel): Return what we get from poplevel.
9144         (tsubst_expr): Set lineno from TREE_COMPLEXITY in stmt nodes.
9145         * parse.y: Use do_pushlevel and do_poplevel.
9146         * cp-tree.h: Declare do_poplevel.
9147         
9148         * cp-tree.h: Declare at_eof.
9149         * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
9150         * decl2.c (import_export_decl): Renamed from import_export_inline.
9151         (finish_file): Call it to do interface handling for statics.
9152         * pt.c (tsubst_copy): Call mark_used on variables and functions
9153         used here.
9155         * decl2.c (finish_file): Don't emit statics we can't generate.
9156         * pt.c (instantiate_decl): Don't set interface on instantiations
9157         we can't generate.
9159         * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
9160         * tree.c (print_lang_statistics): Print max template depth.
9161         * pt.c (push_tinst_level): Dump entire instantiation context.
9162         (instantiate_class_template): Use it and pop_tinst_level.
9163         (instantiate_decl): Likewise.
9165         * call.c class.c cp-tree.h decl.c decl2.c error.c lex.c method.c
9166         pt.c ptree.c tree.def: Remove all traces of UNINSTANTIATED_P_TYPE.
9168 Tue Feb 20 18:21:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
9170         * call.c class.c cp-tree.h cvt.c decl.c decl2.c error.c expr.c
9171         init.c lex.c method.c parse.y pt.c repo.c search.c spew.c tree.c
9172         tree.def typeck.c typeck2.c xref.c: Massive, systemic changes for
9173         the new template implementation.
9175 Tue Feb 20 17:14:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9177         * decl2.c (check_cp_case_value): Use STRIP_TYPE_NOPS.
9179 Thu Feb 15 18:44:42 1996  Mike Stump  <mrs@cygnus.com>
9181         * decl.c (cp_finish_decl): Delay emitting the debug information for
9182         a typedef that has been installed as the canonical typedef, if the
9183         type has not yet been defined.
9185 Thu Feb 15 09:39:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
9187         * decl2.c (grokfield): Still call pop_nested_class for access decls.
9189 Wed Feb 14 17:30:04 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9191         * decl.c (lookup_label): Call label_rtx.
9193         * decl.c (make_binding_level): New function.
9194         (pushlevel, pushlevel_class): Call it instead of explicit
9195         duplicate calls to xmalloc.
9197         * decl.c (init_decl_processing): Delete useless build_pointer_type
9198         call.
9200         * decl.c (float_ftype_float, ldouble_ftype_ldouble): Add definitions.
9201         (sizet_ftype_string): Delete variable.
9202         (init_decl_processing): Add built-in functions fabsf, fabsl,
9203         sqrtf, sqrtl, sinf, sin, sinl, cosf, cos, cosl.  New local
9204         variable strlen_ftype, used for strlen.
9206 Wed Feb 14 16:21:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
9208         * decl.c (push_to_top_level): Start from current_binding_level
9209         again for now; the stl hacks depend on g++ being broken in this
9210         way, and it'll be fixed in the template rewrite.
9212         * tree.def: Add USING_DECL.
9213         * decl2.c (do_class_using_decl): Implement.
9214         (grokfield): Pass access decls off to do_class_using_decl instead of
9215         grokdeclarator.
9216         * error.c (dump_decl): Handle USING_DECLs.
9217         * decl.c (grokdeclarator): Remove code for handling access decls.
9218         * class.c (finish_struct_1): Adjust accordingly, treat using-decls
9219         as access decls for now.
9220         (finish_struct): Don't check USING_DECLs for other uses of the name.
9222         * search.c (get_matching_virtual): Use cp_error_at.
9224 Wed Feb 14 10:36:58 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9226         * typeck.c (comptypes): Default COMP_TYPE_ATTRIBUTES to 1, to
9227         match c-typeck.c.
9228         (self_promoting_args_p): Move the check that TYPE is non-nil
9229         before trying to look at its main variant.
9230         (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
9232         * cp-tree.h (DECL_WAITING_FRIENDS, SET_DECL_WAITING_FRIENDS):
9233         Delete macros.
9234         * init.c (xref_friend, embrace_waiting_friends): Delete functions.
9235         (do_friend): Delete call to xref_friend.
9236         * class.c (finish_struct_1): Delete call to embrace_waiting_friends.
9238         * typeck.c (convert_sequence): #if 0 unused function.
9240         * cp-tree.h (DECL_IN_MEMORY_P): New macro w/ the check that used to
9241         be in decl_in_memory_p.
9242         (decl_in_memory_p): Delete decl.
9243         * expr.c (decl_in_memory_p): Delete fn.
9244         * typeck.c (mark_addressable): Use DECL_IN_MEMORY_P.
9246         * decl.c (cp_finish_decl): Use DECL_IN_MEMORY_P.
9248 Tue Feb 13 12:51:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
9250         * class.c (finish_struct_1): Check for a pure-specifier on a
9251         non-virtual function here.
9253         * decl2.c (grok_function_init): Don't check whether the function
9254         is virtual here.
9255         (grokfield): Don't call check_for_override here.
9257         * decl.c (push_to_top_level): Start from inner_binding_level,
9258         check class_shadowed in class levels.
9260 Mon Feb 12 17:46:59 1996  Mike Stump  <mrs@cygnus.com>
9262         * decl.c (resume_level): Ignore things that don't have names, instead
9263         of core dumping.
9265 Mon Feb 12 15:47:44 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9267         * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs.
9269 Sat Feb 10 17:59:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
9271         * class.c (finish_struct_1): Set DECL_VINDEX properly on a
9272         synthesized dtor.
9274         * parse.y (complete_type_name): Bind global_scope earlier.
9275         (complex_type_name): Likewise.
9276         (qualified_type_name): Remove.
9278 Thu Feb  8 15:15:14 1996  Jason Merrill  <jason@yorick.cygnus.com>
9280         * decl.c (grokfndecl): Move code that looks for virtuals in base
9281         classes...
9282         * class.c (check_for_override): ... to a new function.
9283         (finish_struct_1): Call it.
9285         * cp-tree.h: Declare warn_sign_compare.
9287         * typeck.c (build_binary_op_nodefault): Check warn_sign_compare
9288         rather than extra_warnings to decide whether to warn about
9289         comparison of signed and unsigned.
9291         * decl2.c (lang_decode_option): Handle warn_sign_compare.  -Wall
9292         implies -Wsign-compare.  -Wall doesn't imply -W.
9294 Wed Feb  7 15:27:57 1996  Mike Stump  <mrs@cygnus.com>
9296         * typeck.c (build_component_ref): Fix to handle anon unions in base
9297         classes as well.
9299 Wed Feb  7 14:29:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9301         * class.c (resolves_to_fixed_type_p): Delete code dealing with
9302         a WITH_CLEANUP_EXPR, since we don't generate them any more.
9303         * cvt.c (build_up_reference): Likewise.
9304         * decl.c (grok_reference_init): Likewise.
9305         (cp_finish_decl): Likewise.
9306         * error.c (dump_expr): Likewise.
9307         * tree.c (real_lvalue_p): Likewise.
9308         (lvalue_p): Likewise.
9309         (build_cplus_new): Likewise.
9310         (unsave_expr_now): Likewise.
9311         * typeck.c (unary_complex_lvalue, build_modify_expr,
9312         c_expand_return): Likewise.
9314 Tue Feb  6 13:39:22 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9316         Make the C++ front-end pay attention to attributes for structures.
9317         * class.c (finish_struct): New argument ATTRIBUTES, passed down into
9318         finish_struct_1.
9319         (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
9320         Take out old round_up_size use and setting the DECL_ALIGN possibly
9321         using it.  Take out setting of TYPE_ALIGN to round_up_size, which
9322         can override what the attribute set.
9323         * cp-tree.h (finish_struct): Update prototype.
9324         * parse.y (template_instantiate_once): Pass a NULL_TREE for the
9325         attributes to finish_struct.
9326         (structsp): For a CLASS decl, add maybe_attribute to rule and pass that
9327         value down into finish_struct.
9328         * Makefile.in (CONFLICTS): Switch to 7 shift/reduce conflicts.
9330 Tue Feb  6 13:12:15 1996  Per Bothner  <bothner@kalessin.cygnus.com>
9332         * decl.c (poplevel):  Re-word dead for local handling.
9333         (pushdecl):  Remove useless DECL_DEAD_FOR_LOCAL test.
9334         (cp_finish_decl):  If is_for_scope, check for duplicates so
9335         we can disable is_for_scope.  Otherwise, preserve_temp_slots.
9337         * lex.c (do_identifier):  Use global binding in preference of
9338         dead for local variable.
9340 Mon Feb  5 17:46:46 1996  Mike Stump  <mrs@cygnus.com>
9342         * init.c (initializing_context): Handle anon union changes, the
9343         context where fields of anon unions can be initialized now has to be
9344         found by walking up the TYPE_CONTEXT chain.
9346 Fri Feb  2 14:54:04 1996  Doug Evans  <dje@charmed.cygnus.com>
9348         * decl.c (start_decl): #ifdef out code to set DECL_COMMON
9349         if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
9350         (obscure_complex_init): If bss is supported, always set
9351         DECL_INITIAL to error_mark_node.
9353 Thu Feb  1 16:19:56 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9355         * init.c (is_friend): Make sure there's a context before we see if
9356         it's an aggr type.
9358 Thu Feb  1 15:44:53 1996  Mike Stump  <mrs@cygnus.com>
9360         * init.c (is_friend): Classes are not friendly with nested classes.
9362 Thu Feb  1 15:27:37 1996  Doug Evans  <dje@charmed.cygnus.com>
9364         * lex.c (check_newline): Pass last character read to HANDLE_PRAGMA,
9365         and record its result.
9367 Thu Feb  1 09:27:01 1996  Mike Stump  <mrs@cygnus.com>
9369         * class.c (finish_struct_anon): Switch around code to not move anon
9370         union elements around, nor mess up their contexts, nor offsets,
9371         instead we now build up the right number of COMPONENT_REFs for all
9372         the anon unions that may be present at build_component_ref time.
9373         * typeck.c (lookup_anon_field): New routine to handle field lookup
9374         on fields without names.  We find them, based upon their unique type
9375         instead.
9376         * typeck.c (build_component_ref): Allow FIELD_DECL components.
9377         Handle finding components in anonymous unions, and ensure that a
9378         COMPONENT_REF is built for each level as necessary.
9380 Tue Jan 30 18:18:23 1996  Mike Stump  <mrs@cygnus.com>
9382         * cvt.c (build_up_reference): Make the INDIRECT_BIND case come after
9383         code that ensures that copy ctors are used if appropriate.
9385 Tue Jan 30 17:35:14 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9387         * init.c (build_vec_delete): Only give an error if base isn't an
9388         error_mark_node.
9390 Mon Jan 29 17:09:06 1996  Mike Stump  <mrs@cygnus.com>
9392         * spew.c (do_aggr): `new struct S;' isn't a forward declaration.
9393         (yylex): If we see `new', keep slurping.
9395 Thu Jan 25 18:31:36 1996  Mike Stump  <mrs@cygnus.com>
9397         * class.c (finish_struct_1): Move code for handling anon unions...
9398         (finish_struct_anon): to here.  Fixup so that we do the offset
9399         calculations right, and so that the fields are physically moved to
9400         the containers's chain.
9402 Thu Jan 25 18:27:37 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9404         * decl.c (grokdeclarator): Avoid trying to get an operand off an
9405         identifier node.
9407 Wed Jan 24 11:25:30 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
9409         * typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not
9410         POINTER_SIZE to agree with expr.c.
9412 Thu Jan 25 13:01:23 1996  Mike Stump  <mrs@cygnus.com>
9414         * search.c (lookup_field): Don't report ambiguities if protect is 0,
9415         instead return NULL_TREE.
9417 Wed Jan 24 13:01:26 1996  Mike Stump  <mrs@cygnus.com>
9419         * class.c (finish_struct_1): Call warn_hidden if we want warnings
9420         about overloaded virtual functions.
9421         (warn_hidden): New routine to warn of virtual functions that are
9422         hidden by other virtual functions, that are not overridden.
9423         (get_basefndecls): New routine, used by warn_hidden.
9424         (mark_overriders): New routine, used by warn_hidden.
9425         * search.c (get_matching_virtual): Remove old warning that just
9426         isn't very useful.
9428 Tue Jan 23 12:26:10 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9430         * decl.c (output_builtin_tdesc_entries): #if 0 the function definition.
9432         * typeck.c (null_ptr_cst_p): Delete unused fn.
9433         (build_function_call_maybe): Delete unused fn.
9435         * expr.c (extract_init): #if 0 the code after unconditional return 0
9436         for now.
9438         Delete old cadillac code.
9439         * edsel.c: Remove file.
9440         * Make-lang.in (CXX_SRCS): Take edsel.c off the list.
9441         * Makefile.in (CXX_OBJS): Delete edsel.o.
9442         (edsel.o): Delete rule.
9443         * cp-tree.h (flag_cadillac): Delete var decl.
9444         * lang-options.h: Delete "-fcadillac" and "-fno-cadillac".
9445         * decl2.c (flag_cadillac): Delete var definition.
9446         (lang_decode_option): Delete handling of -fcadillac and -fno-cadillac.
9447         (grokfield): Delete code depending on flag_cadillac.
9448         (finish_anon_union): Likewise.
9449         * class.c (finish_struct_1): Likewise.
9450         (pushclass): Likewise.
9451         (popclass): Likewise.
9452         (push_lang_context): Likewise.
9453         (pop_lang_context): Likewise.
9454         * decl.c (init_decl_processing): Likewise.
9455         (start_decl): Likewise.
9456         (cp_finish_decl): Likewise.
9457         (xref_tag): Likewise.
9458         (finish_enum): Likewise.
9459         (start_function): Likewise.
9460         (finish_function): Likewise.
9461         (finish_stmt): Likewise.
9462         * lex.c (lang_init): Likewise.
9463         (check_newline): Likewise.
9465         * lex.c (do_pending_inlines): Delete synthesized method kludge.
9467         Delete defunct, ancient garbage collection implementation.
9468         * rtti.c: New file with the RTTI stuff from gc.c.
9469         * gc.c: Removed file (moved the remaining stuff into rtti.c).
9470         * Makefile.in (CXX_OBJS): Replace gc.o with rtti.o.
9471         (rtti.o): New rule, replacing gc.o.
9472         * Make-lang.in (CXX_SRCS): Replace gc.c with rtti.c.
9473         * cp-tree.h: Delete gc-related fn decls.
9474         (DECL_GC_OFFSET): Delete macro.
9475         (flag_gc): Delete extern decl.
9476         * decl.c (current_function_obstack_index): Delete var decl.
9477         (current_function_obstack_usage): Delete var decl.
9478         (start_function): Delete clearing of current_function_obstack_index
9479         and current_function_obstack_usage.
9480         (init_decl_processing): Delete code relying on -fgc.
9481         Delete call to init_gc_processing.
9482         (cp_finish_decl): Delete calls to build_static_gc_entry and
9483         type_needs_gc_entry.  Delete gc code setting DECL_GC_OFFSET.
9484         (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup
9485         and to expand_expr of a __gc_main call.
9486         (maybe_gc_cleanup): Delete var decl.
9487         (finish_function): Delete call to expand_gc_prologue_and_epilogue.
9488         * decl2.c (flag_gc): Delete var decl.
9489         (lang_f_options): Delete offering of -fgc.
9490         (lang_decode_option): Delete -fgc and -fno-gc handling.
9491         (get_temp_regvar): Delete gc code.
9492         * init.c (build_new): Delete gc code.
9493         * lex.c (init_lex): Delete checking of flag_gc.
9495         * typeck.c (convert_arguments): Delete gc code.
9496         (build_component_addr): Delete -fgc warning.
9497         (build_modify_expr): Delete gc code.
9499         * decl2.c (build_push_scope): Delete fn.
9500         * cp-tree.h (build_push_scope): Delete decl.
9502         * search.c (clear_search_slots): Delete fn.
9503         * cp-tree.h (clear_search_slots): Delete decl.
9505         * search.c (tree_needs_constructor_p): Delete fn.
9506         * cp-tree.h (tree_needs_constructor_p): Delete decl.
9508         * tree.c (id_cmp): Delete fn.
9510         * tree.c (set_fnaddr_from_vtable_entry): Delete fn.
9511         * cp-tree.h (set_fnaddr_from_vtable_entry): Delete decl.
9513         * tree.c (decl_value_member): Delete fn.
9514         * cp-tree.h (decl_value_member): Delete decl.
9516         * tree.c (list_hash_lookup_or_cons): Delete fn.
9517         * cp-tree.h (list_hash_lookup_or_cons): Delete decl.
9519         * method.c (cplus_exception_name): Delete fn.
9520         (EXCEPTION_NAME_{PREFIX, LENGTH}): Delete macros.
9522         * spew.c (shift_tokens): Delete fn.
9524 Mon Jan 22 17:49:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
9526         * except.c (init_exception_processing): Pass 1 to needs_pop in calls
9527         to cp_finish_decl.
9528         * parse.y: Likewise.
9530 Mon Jan 22 17:34:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9532         * tree.c (build_cplus_staticfn_type): Delete function definition;
9533         never used.
9534         * cp-tree.h (build_cplus_staticfn_type): Delete decl.
9536         * tree.c (virtual_member): Delete function definition; never used.
9537         * cp-tree.h (virtual_member): Delete decl.
9539 Fri Jan 19 18:03:14 1996  Mike Stump  <mrs@cygnus.com>
9541         * typeck.c (build_component_ref): Handle getting vbase pointers
9542         out of complex multiple inheritance better.
9544 Fri Jan 19 16:27:40 1996  Mike Stump  <mrs@cygnus.com>
9546         * typeck.c (build_object_ref): Make sure we use the real type, not
9547         any reference type.
9549 Fri Jan 19 16:01:47 1996  Mike Stump  <mrs@cygnus.com>
9551         * tree.c (build_exception_variant): Don't create new types if we
9552         don't have to, also build new types on the right obstack.
9554 Fri Jan 19 14:09:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
9556         * decl.c (store_bindings): Split out from push_to_top_level.
9557         (push_to_top_level): Call it for b->type_shadowed on class binding
9558         levels.
9560 Fri Jan 19 13:53:14 1996  Mike Stump  <mrs@cygnus.com>
9562         * search.c (expand_upcast_fixups): Fix so that offsets stored in
9563         vbase_offsets are always right.  Fixes a problem where virtual base
9564         upcasting and downcasting could be wrong during conversions on this
9565         during virtual function dispatch at ctor/dtor time when dynamic
9566         vtable fixups for deltas are needed.  This only sounds easier than
9567         it is.  :-)
9568         (fixup_virtual_upcast_offsets): Change to reflect new calling
9569         convention for expand_upcast_fixups.
9571 Fri Jan 19 12:23:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9573         * decl2.c (grokbitfield): Strip the NOPs from WIDTH before we
9574         check that it's usable as the bitfield width.
9576 Wed Jan 17 21:22:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9578         * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
9579         Pass a null tree to grokdeclarator for its ATTRLIST arg, since it's
9580         only ever used for functions in it.
9582 Wed Jan 17 12:10:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
9584         * parse.y (qualified_type_name): Use the TYPE_DECL, not the type.
9585         (nested_type): Likewise.
9586         (nested_name_specifier): Use lastiddecl.
9588         * decl.c (grokdeclarator): Adjust accordingly.
9589         * init.c (expand_member_init): Likewise.
9590         * parse.y (base_class): Likewise.
9591         * typeck2.c (build_functional_cast): Likewise.
9593         * typeck2.c (build_functional_cast): Fill in name after we've
9594         checked for non-aggr type.
9596 Wed Jan 17 10:18:01 1996  Mike Stump  <mrs@cygnus.com>
9598         * decl2.c (warn_pointer_arith): Default to on.
9600 Tue Jan 16 12:45:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
9602         * lex.c (is_rid): New function.
9603         * decl.c (grokdeclarator): Diagnose reserved words used as
9604         declarator-ids.
9606 Tue Jan 16 11:39:40 1996  Jason Merrill  <jason@yorick.cygnus.com>
9608         * tree.c (get_decl_list): Don't lose cv-quals.
9610         * decl.c (grokdeclarator): Fix SCOPE_REF handling and diagnose
9611         typespecs used as declarator-ids.
9613 Tue Jan 16 11:09:42 1996  Mike Stump  <mrs@cygnus.com>
9615         * decl.c (poplevel): When poping a level, don't give a warning for
9616         any subblocks that already exist.
9618 Tue Jan 16 00:25:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
9620         * typeck.c (build_object_ref): Finish what I started.
9622         * parse.y (qualified_type_name): Don't check TYPE_BUILT_IN.
9624         * decl2.c (constructor_name_full): Handle TEMPLATE_TYPE_PARMs.
9626         * decl.c (grokdeclarator): Also accept TEMPLATE_TYPE_PARM as a
9627         scope.
9629 Mon Jan 15 16:19:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
9631         * decl.c (xref_tag): Handle passing a type in directly.
9633         * parse.y (qualified_type_name): Pull out the type.
9634         (nested_type): Likewise.
9635         Take types directly instead of as identifiers.
9636         * call.c (build_scoped_method_call): Take types directly instead of
9637         as identifiers.
9638         * decl.c (xref_basetypes): Likewise.
9639         * init.c (expand_member_init): Likewise.
9640         (build_member_call): Likewise.
9641         (build_offset_ref): Likewise.
9642         * typeck2.c (build_scoped_ref): Likewise, remove bogus code.
9643         * method.c (do_build_assign_ref): Likewise.
9644         * decl.c (grokdeclarator): Handle a type appearing as the
9645         declarator-id for constructors.
9646         * method.c (do_build_copy_constructor): current_base_init_list now
9647         uses the types directly, not their names.
9648         * init.c (sort_base_init): Likewise.
9649         (expand_member_init): Likewise.
9650         * init.c (is_aggr_type): New function, like is_aggr_typedef.
9652 Mon Jan 15 08:45:01 1996  Jeffrey A Law  <law@cygnus.com>
9654         * tree.c (layout_basetypes): Call build_lang_field_decl instead
9655         of build_lang_decl if first arg is a FIELD_DECL.
9657 Thu Jan 11 14:55:07 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9659         * decl.c (cp_finish_decl): Only clear TREE_USED if DECL_NAME is
9660         non-empty.
9661         * except.c (expand_start_catch_block): Set TREE_USED to avoid
9662         warnings about the catch handler.
9664 Mon Jan  8 17:35:12 1996  Jason Merrill  <jason@yorick.cygnus.com>
9666         * typeck.c (build_modify_expr): Use a COMPOUND_EXPR instead of
9667         expand_target_expr.
9669 Thu Jan  4 12:30:32 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9671         Fix access control to use trees rather than integers.
9672         * class.c (access_{default, public, protected, private,
9673         default_virtual, public_virtual, private_virtual}_node): Add
9674         definitions.
9675         (init_class_processing): Do creation of those nodes.
9676         * cp-tree.h (access_type): Delete enum decl.
9677         (access_{default, public, protected, private, default_virtual,
9678         public_virtual, private_virtual}_node): Add decls.
9679         (compute_access): Change return type.
9680         * search.c (compute_access): Have tree return type, instead of enum.
9681         (lookup_field): Declare THIS_V and NEW_V to be tree nodes.
9682         * lex.c (real_yylex): Use yylval.ttype for giving the value of the
9683         access_* node for each of RID_{PUBLIC, PRIVATE, PROTECTED}.
9684         * parse.y (VISSPEC): Make ttype rather than itype.
9685         (base_class_access_list): Likewise.
9686         * *.[cy]: Change all refs of `access_public' to `access_public_node',
9687         etc.
9688         * call.c (build_method_call): Make ACCESS be a tree.
9689         * class.c (alter_access, finish_struct_1, filter_struct): Likewise.
9690         * cvt.c (convert_to_aggr): Likewise.
9691         * init.c (build_offset_ref, resolve_offset_ref, build_delete):
9692         Likewise.
9693         * method.c (hack_identifier): Likewise.
9694         * typeck.c (build_component_ref_1, build_component_ref): ): Likewise.
9696 Thu Jan  4 11:02:20 1996  Mike Stump  <mrs@cygnus.com>
9698         * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
9699         frontend, and make it more consistent with respect to
9700         warn_pointer_arith.
9702 Tue Jan  2 00:13:38 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
9704         * decl.c (pushdecl): Check for duplicate parameter names.
9706 Wed Jan  3 09:25:48 1996  Mike Stump  <mrs@cygnus.com>
9708         * decl.c (expand_static_init): Call assemble_external for atexit.
9710 Wed Jan  3 07:55:19 1996  Mike Stump  <mrs@cygnus.com>
9712         * except.c (do_unwind): Remove some generated dead code.
9713         (eh_outer_context): New routine, factor out some common code from
9714         expand_builtin_throw and end_eh_unwinder.  Add code to do return
9715         address masking for the PA.
9716         (expand_builtin_throw): Use eh_outer_context instead of open coding
9717         it here.
9718         (end_eh_unwinder): Likewise.
9720 Tue Jan  2 17:00:56 1996  Mike Stump  <mrs@cygnus.com>
9722         * except.c (expand_throw): Call assemble_external for __empty, if we
9723         use it.
9725 Thu Dec 28 11:13:15 1995  Mike Stump  <mrs@cygnus.com>
9727         * except.c (expand_builtin_throw): Use RETURN_ADDR_OFFSET instead of
9728         NORMAL_RETURN_ADDR_OFFSET.
9729         (end_eh_unwinder): Likewise.
9731 Wed Dec 27 22:18:16 1995  Mike Stump  <mrs@cygnus.com>
9733         * gc.c (build_dynamic_cast): Make sure we don't cast away const
9734         when dealing with references, and make sure we handle dynamic
9735         casting to a cv qualified reference.
9737 Thu Dec 21 23:50:35 1995  Mike Stump  <mrs@cygnus.com>
9739         * except.c (struct eh_context): New structure top hold eh context
9740         information.
9741         (push_eh_context): New routine.
9742         (pop_eh_context): Likewise.
9743         * decl.c (push_cp_function_context): Use them.
9744         (pop_cp_function_context): Likewise.
9746 Wed Dec 20 12:42:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
9748         * decl2.c (finish_file): Also prune uninteresting functions in the
9749         inline emission loop.
9751 Wed Dec 20 02:32:07 1995  Jeffrey A Law  <law@cygnus.com>
9753         * sig.c (build_signature_table_constructor): Mark functions
9754         in the signature as referenced.
9756 Tue Dec 19 22:36:56 1995  Jason Merrill  <jason@yorick.cygnus.com>
9758         * decl2.c (finish_file): Do all the vtable/synthesis stuff before
9759         the inline emission stuff.
9761 Mon Dec 18 15:51:33 1995  Jason Merrill  <jason@yorick.cygnus.com>
9763         * cp-tree.h, decl2.c (flag_weak): New flag to control the use of
9764         weak symbols.   
9765         * lang-options.h: Add -f{no-,}weak.
9766         * decl.c (init_decl_processing): If the target does not support weak
9767         symbols, don't use them.
9768         * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
9770 Sun Dec 17 21:13:23 1995  Rusty Russell  <rusty@adelaide.maptek.com.au>
9772         * init.c (expand_member_init): warning for base init after members.
9774 Fri Dec 15 15:32:18 1995  Jason Merrill  <jason@yorick.cygnus.com>
9776         * cvt.c (build_expr_type_conversion): Don't convert to a reference
9777         type.
9779 Thu Dec 14 16:05:58 1995  Mike Stump  <mrs@cygnus.com>
9781         * method.c (report_type_mismatch): Improve wording for volatile
9782         mismatches.
9784 Thu Dec 14 14:16:26 1995  Mike Stump  <mrs@cygnus.com>
9786         * init.c (expand_aggr_init_1): Use expand_aggr_init_1 instead of
9787         expand_assignment, as the later doesn't handle things that have
9788         copy constructors well.  The compiler would do bitwise copying,
9789         instead of ctor calling in some cases.
9791 Wed Dec 13 17:05:54 PST 1995  Paul Eggert  <eggert@twinsun.com>
9793         * g++.c (my_strerror): Return "cannot access" if errno is 0.
9794         (pfatal_with_name, perror_exec): Don't assume that
9795         the returned value from my_strerror contains no '%'s.
9796         (concat): Remove.
9797         (sys_nerror): Declare only if HAVE_STRERROR is not defined.
9799 Wed Dec 13 16:22:38 1995  Jason Merrill  <jason@yorick.cygnus.com>
9801         Lose CLASSTYPE_METHODS/DECL_NEXT_METHOD chain; make
9802         TYPE_METHODS/TREE_CHAIN mean what they used to. 
9803         * decl2.c (constructor_name_full): Refer to CLASSTYPE_METHOD_VEC
9804         instead of TYPE_METHODS.
9805         * decl.c (duplicate_decls): Lose references to DECL_NEXT_METHOD.
9806         * tree.c (tree_copy_lang_decl_for_deferred_output): Likewise.
9807         * cp-tree.h (CLASSTYPE_METHODS): Lose.
9808         (CLASSTYPE_METHOD_VEC): Point to lang_spec->methods instead of
9809         TYPE_METHODS.
9810         (struct lang_decl): Lose next_method field.
9811         (DECL_NEXT_METHOD): Lose.
9812         * class.c (finish_struct_methods): Don't mess with TYPE_METHODS.
9813         (finish_struct): Just use TYPE_METHODS; we don't need fn_fields
9814         anymore.
9815         (finish_struct_methods): Don't mess with the TREE_CHAINs in
9816         fn_fields.
9818         * search.c (add_conversions): Don't use TREE_CHAIN to traverse method
9819         vector.
9821         * call.c (build_method_call): Synthesize here even when not inlining.
9822         * typeck.c (build_function_call_real): Likewise.
9824 Wed Dec 13 15:02:39 1995  Ian Lance Taylor  <ian@cygnus.com>
9826         * cp/lex.c (check_newline): If DBX_DEBUGGING_INFO and write_symbols
9827         == DBX_DEBUG, call dbxout_start_new_source_file and
9828         dbxout_resume_previous_source_file when appropriate.
9830 Tue Dec 12 20:38:55 1995  Mike Stump  <mrs@cygnus.com>
9832         * except.c (start_anon_func): Push to the top level.
9833         (end_anon_func): Pop from the top level.
9835 Mon Dec 11 18:56:14 1995  Mike Stump  <mrs@cygnus.com>
9837         * cp-tree.h (build_cleanup): New routine to build cleanups.
9838         * decl.c (expand_static_init): Use build_cleanup to build a cleanup
9839         call at ctor time and use atexit to run it later.
9840         * decl2.c (build_cleanup): New routine, taken from finish_file.
9841         (finish_file): Use build_cleanup instead, and don't put function
9842         local statics in global dtor list.
9843         
9844 Wed Dec  6 14:34:29 1995  Mike Stump  <mrs@cygnus.com>
9846         * except.c (expand_throw): Ensure that we have cleanups, if we try
9847         and expand cleanups.
9849 Wed Dec  6 11:48:21 1995  Mike Stump  <mrs@cygnus.com>
9851         * except.c (expand_throw): Add logic to manage dynamic cleanups for
9852         the EH object.
9853         (expand_end_catch_block): Use the magic of expand_goto, instead of
9854         emit_jump so that we get the cleanup for any catch clause parameter
9855         and the cleanup for the exception object.  Update to reflect label
9856         changes.
9857         (push_eh_cleanup): New routine to register a cleanup for an
9858         exception object.
9859         (empty_fndecl): Used to default cleanup actions to
9860         nothing.
9861         (init_exception_processing): Setup empty_fndecl.  Setup
9862         saved_cleanup.
9863         (expand_start_catch_block): Update to reflect label changes.  Call
9864         push_eh_object to register the cleanup for the EH object.
9865         (start_anon_func): New routine to start building lambda expressions
9866         from trees.
9867         (end_anon_func): New routine to end them.
9868         (struct labelNode): Change so that we can use tree labels, or rtx
9869         labels.
9870         (saved_cleanup): Object to check for dynamic cleanups for the
9871         exception handling object.
9872         (push_label_entry): Change so that we can use tree labels, or rtx
9873         labels.
9874         (pop_label_entry): Likewise.
9875         (top_label_entry): Likewise.
9876         (expand_start_all_catch): Use tree label instead of rtx label, so
9877         that we can get the magic of expand_goto.
9878         (expand_end_all_catch): Update to reflect label changes.
9880         * class.c (build_vfn_ref): Remove building_cleanup logic, as we now
9881         use UNSAVE_EXPRs.
9882         typeck.c (get_member_function_from_ptrfunc): Remove remnants of
9883         building_cleanup logic, as we now use UNSAVE_EXPRs.
9884         * cp-tree.h (unsave_expr): Declare it.
9885         * decl.c (building_cleanup): Remove.
9886         (maybe_build_cleanup): Remove building_cleanup logic, and use
9887         UNSAVE_EXPR instead.
9889 Sun Dec  3 01:34:58 1995  Mike Stump  <mrs@cygnus.com>
9891         * gc.c (build_t_desc): Update error message to say <typeinfo>.
9893 Thu Nov 30 12:30:05 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9895         * decl.c (pushdecl): Only warn about shadowing a local variable if
9896         warn_shadow is true.
9898 Sun Nov 26 16:06:55 1995  Rusty Russell  <rusty@adelaide.maptek.com.au>
9900         * typeck.c (build_binary_op_nodefault): Added warning about
9901         comparisons between different enum types with -Wall, unless
9902         -fenum-int-equiv set.
9904 Wed Nov 22 15:44:02 1995  Mike Stump  <mrs@cygnus.com>
9906         * class.c (finish_struct_1): Skip down to the inner type in
9907         multidimensional arrays.  Ensures ctors will be made for types that
9908         need constructing.
9910 Wed Nov 22 14:19:22 1995  Mike Stump  <mrs@cygnus.com>
9912         * decl.c (last_dtor_insn): New to track the last compiler generated
9913         insn in a dtor.
9914         (store_parm_decls): Set it.
9915         (finish_function): Use it to see if the dtor is empty.  Avoid doing
9916         vtable setup all the time, if we can.
9917         (struct cp_function): Add last_dtor_insn.
9918         (push_cp_function_context): Save it.
9919         (pop_cp_function_context): Restore it.
9921 Wed Nov 22 11:52:19 1995  Paul Russell  <Rusty.Russell@adelaide.maptek.com.au>
9923         * typeck.c (build_unary_op): Set TREE_NO_UNUSED_WARNING to avoid
9924         warnings.
9926 Tue Nov 21 17:15:23 1995  Mike Stump  <mrs@cygnus.com>
9928         * typeck.c (expand_target_expr): Make sure targets get put into the
9929         current temp_slot_level, so that the free_temp_slots call will reuse
9930         them.
9932 Tue Nov 21 13:32:03 1995  Mike Stump  <mrs@cygnus.com>
9934         * class.c (finish_struct_1): Delay delta fixups for virtual bases
9935         until after we have done the hard virtuals, to avoid a bogus `every
9936         virtual function must have a unique final overrider' for virtual
9937         functions that are only overridden by hard virtuals.
9939 Thu Nov  9 13:35:30 1995  Jason Merrill  <jason@yorick.cygnus.com>
9941         * pt.c (do_function_instantiation): Don't try to find a file-scope
9942         template for a member function.
9944 Tue Nov 14 06:20:35 1995  Mike Stump  <mrs@cygnus.com>
9946         * g++.c (main): Add handling of -nodefaultlibs.
9948 Mon Nov 13 15:45:34 1995  Mike Stump  <mrs@cygnus.com>
9950         * cp-tree.h (INDIRECT_BIND): Add a way for the frontend to
9951         distinguish between direct bindings of reference variables, and
9952         indirect bindings of reference variables.
9953         * cvt.c (build_up_reference): Use it.
9954         * typeck.c (convert_arguments): Use it to indicate this is an
9955         indirect binding.
9956         * decl.c (cp_finish_decl): Ensure that we reuse stack slots as fast
9957         as they are unused.
9958         (expand_static_init): Likewise.
9959         (cplus_expand_expr_stmt): Likewise.
9960         * decl2.c (finish_file): Likewise.
9961         * init.c (perform_member_init): Likewise.
9962         (emit_base_init): Likewise.
9963         (expand_aggr_vbase_init_1): Likewise.
9965 Fri Nov 10 09:18:09 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9967         * decl.c (push_namespace): Rewrite to use build_lang_decl, so we
9968         get a DECL_LANG_SPECIFIC node.
9969         * cp-tree.h (lang_decl_flags): Add new member `level'.
9970         (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
9971         decl_flags level member.
9973 Mon Nov  6 18:36:13 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9975         * call.c (build_method_call): Make sure instance has a
9976         TYPE_LANG_SPECIFIC node before we dive into it.  
9978 Sat Nov  4 20:01:52 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
9980         * method.c (make_thunk): use TREE_SET_CODE to set thunk's tree code.
9982 Thu Nov  2 17:56:57 1995  Mike Stump  <mrs@cygnus.com>
9984         * decl.c (duplicate_decls): When smashing decls, smash staticness in
9985         the usual way.
9987 Thu Nov  2 16:44:02 1995  Mike Stump  <mrs@cygnus.com>
9989         * decl.c (poplevel): Handle the merging of subblocks of cleanups
9990         when finishing blocks that have already been created (usually due to
9991         the fixup goto code).  Fixes bad debugging information.
9993 Wed Nov  1 12:33:53 1995  Jason Merrill  <jason@yorick.cygnus.com>
9995         * method.c (hack_identifier): Don't abort when we get a TREE_LIST
9996         that's not a list of overloaded functions.
9998 Wed Nov  1 11:38:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10000         * decl2.c (mark_vtable_entries): Check DECL_LANG_SPECIFIC on fn
10001         before trying to use DECL_ABSTRACT_VIRTUAL_P.
10003 Tue Oct 31 11:56:55 1995  Jason Merrill  <jason@yorick.cygnus.com>
10005         * decl2.c (mark_used): New function for hooking into setting of
10006         TREE_USED on decls.
10007         * call.c (build_method_call): Use it.
10008         * class.c (instantiate_type): Likewise.
10009         * init.c (build_offset_ref): Likewise.  Don't call assemble_external
10010         for all like-named functions.
10011         * method.c (hack_identifier): Likewise.
10012         (emit_thunk): Don't call assemble_external.
10013         (make_thunk): Create thunk as a FUNCTION_DECL so that it
10014         gets the right mode and ENCODE_SECTION_INFO works.
10015         
10016         * parse.y: Use mark_used.  Pass operator names to do_identifier.
10017         * lex.c (do_identifier): Handle operator names.
10019         * decl2.c (grokclassfn): Tweak __in_chrg attributes.
10021 Thu Oct 26 16:45:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10023         * errfn.c: Include stdio.h.
10024         (cp_sprintf): Take out decl of sprintf, and cast sprintf to errorfn*.
10026 Wed Oct 25 18:58:41 1995  Mike Stump  <mrs@cygnus.com>
10028         * typeck2.c (digest_init): Always convert initializers to the
10029         right type.
10031 Wed Oct 25 13:25:24 1995  Mike Stump  <mrs@cygnus.com>
10033         * init.c (member_init_ok_or_else): Don't allow member initializers
10034         for indirect members, as it is invalid.
10036 Wed Oct 25 11:35:28 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10038         * decl.c (grokdeclarator): Don't allow `friend signed ()'.
10040 Fri Oct 20 10:30:59 1995  Mike Stump  <mrs@cygnus.com>
10042         * parse.y (for.init.statement): Catch compound statements inside for
10043         initializations, if we're being pedantic.
10045 Fri Oct 20 10:03:42 1995  Mike Stump  <mrs@cygnus.com>
10047         * decl.c (lookup_tag): Return NULL_TREE if we don't find what we are
10048         looking for.
10050 Thu Oct 19 14:26:10 1995  Mike Stump  <mrs@cygnus.com>
10052         * error.c (dump_expr): Don't core dump when a boolean expression is
10053         used as a default argument.
10055 Thu Oct 19 10:36:30 1995  Jason Merrill  <jason@yorick.cygnus.com>
10057         * class.c (finish_struct_bits): Check aggregate_value_p instead of
10058         RETURN_IN_MEMORY.
10060 Wed Oct 18 18:12:32 1995  Jason Merrill  <jason@yorick.cygnus.com>
10062         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE on a
10063         BLKmode type that would otherwise be returned in registers.
10065 Mon Oct 16 12:32:19 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10067         * g++.c (WITHLIBC): New macro.
10068         (main): Declare saw_libc.  Use WITHLIBC if `-lc' was used; set
10069         saw_libc and pass it at the end if it was set.
10071 Wed Oct 11 16:30:34 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10073         * parse.y (fn.def1): Call split_specs_attrs in
10074         declmods notype_declarator case.