OSDN Git Service

d
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 Thu Mar 12 09:26:04 1998  Manfred Hollstein  <manfred@s-direktnet.de>
2
3         * call.c (default_parm_conversions): Remove prototype definition.
4         (build_method_call): Remove unused variable result.
5
6         * cvt.c (ocp_convert): Remove unused variable conversion.
7
8         * decl2.c (ambiguous_decl): Add explicit parameter definition for name.
9
10         * except.c (do_unwind): #if 0 definition of unused variables fcall
11         and next_pc.
12
13         * expr.c (extract_scalar_init): #if 0 prototype and function definition.
14
15         * init.c (expand_aggr_init_1): Remove unused variable init_type.
16         (build_new_1): Remove unused variable t.
17
18         * pt.c (instantiate_class_template): Remove unused variable newtag;
19         cast called function return value to void.
20         (do_decl_instantiation): Remove unused variables name and fn.
21
22         * tree.c (get_type_decl): Add default return to shut up compiler from
23         complaining control reaches end of non-void function.
24
25         * typeck.c (build_x_conditional_expr): Remove unused variable rval.
26
27 Thu Mar 12 09:12:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
28
29         * call.c (default_parm_conversions): Remove prototype definition.
30         (build_method_call): Remove unused variable result.
31         (build_over_call): Add default case in enumeration switch.
32
33 Thu Mar 12 08:39:13 1998  Manfred Hollstein  <manfred@s-direktnet.de>
34
35         * decl2.c (lang_decode_option): Change j's type to size_t.
36
37         * tree.c (layout_vbasetypes): record_align and desired_align are of
38         type unsigned int; const_size and nonvirtual_const_size likewise.
39
40 Wed Mar 11 07:31:08 1998  Mark Mitchell  <mmitchell@usa.net>
41
42         * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
43         reduced-level template type parameter.
44
45 Wed Mar 11 07:25:20 1998  Mark Mitchell  <mmitchell@usa.net>
46
47         * parse.y (new_initializer): Make sure all initializers are
48         lists.
49
50 Tue Mar 10 07:32:36 1998  Mark Mitchell  <mmitchell@usa.net>
51
52         * decl2.c (import_export_decl): Mark tinfo functions for
53         cv-qualified versions of class types as DECL_NOT_REALLY_EXTERN.
54
55 Fri Mar  6 23:27:35 1998  Jeffrey A Law  (law@cygnus.com)
56
57         * method.c: Fix typo.
58
59 Fri Mar  6 10:06:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
60
61         * method.c: Include "system.h" to get stdlib.h, stdio.h,
62         ctype.h, string.h, etc.
63         (issue_nrepeats): Add default case in enumeration switch.
64         (check_btype): Likewise.
65         (process_overload_item): Likewise.
66          
67         * Makefile.in (method.o): Depend on system.h.
68
69 Wed Mar  4 22:26:53 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
70
71         * lex.c (do_scoped_id): Fix parenthesizing.
72
73 Wed Mar  4 12:11:53 1998  Michael Tiemann  <tiemann@axon.cygnus.com>
74
75         * rtti.c (get_tinfo_fn_dynamic): If this function is called an
76         FLAG_RTTI is unset, initialize type info machinery and continue
77         with FLAG_RTTI enabled.
78         (get_typeid): Ditto.
79
80 Wed Mar  4 11:47:55 1998  Jason Merrill  <jason@yorick.cygnus.com>
81
82         * typeck.c (unary_complex_lvalue): &D::i has type B::* if i comes
83         from B.
84
85 Wed Mar  4 11:28:08 1998  Mark Mitchell  <mmitchell@usa.net>
86
87         * pt.c (finish_member_template_decl): Deal more gracefully with
88         invalid declarations.
89
90 Tue Mar  3 01:38:17 1998  Jason Merrill  <jason@yorick.cygnus.com>
91
92         * cvt.c, decl.c, decl2.c, init.c, rtti.c, typeck.c, typeck2.c,
93         cp-tree.h: Clean up more old overloading code, old RTTI code, and
94         some formatting quirks.
95
96         * call.c, class.c, cp-tree.h, cvt.c, decl.c, init.c, lex.c,
97         method.c, pt.c, ptree.c, typeck.c: Remove support for 
98         -fno-ansi-overloading and overloading METHOD_CALL_EXPR.
99         * class.h: Remove.
100         * Makefile.in: Adjust.
101
102         * pt.c (unify): Don't allow reduced cv-quals when strict.
103
104         * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts parm from
105         *type_unification* and unify.
106
107 Mon Mar  2 12:11:06 1998  Jason Merrill  <jason@yorick.cygnus.com>
108
109         * parse.y (explicit_template_type): Remove TEMPLATE keyword.
110         (nested_name_specifier): And add it before this use.
111         (typename_sub0): And this use.  Also add use without the keyword.
112         (typename_sub1): Likewise.
113         * pt.c (instantiate_class_template): Don't actually instantiate 
114         anything if our type uses template parms.
115
116 Mon Mar  2 11:04:59 1998  Jim Wilson  <wilson@cygnus.com>
117
118         * decl.c (start_function): Don't call temporary_allocation for a
119         nested function.
120
121 Sun Mar  1 21:06:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
122
123         * pt.c (instantiate_class_template): Don't mess with friends if
124         our type uses template parms.
125
126 Sat Feb 28 12:06:44 1998  Jason Merrill  <jason@yorick.cygnus.com>
127
128         * parse.y (nested_name_specifier): Use explicit_template_type.
129         (typename_sub): Allow a template_type, an explicit_template_type,
130         or an implicit template type at the end.
131         * lex.c (yyprint): Handle a PTYPENAME being a TEMPLATE_DECL.
132         * decl.c (make_typename_type): Handle template-id where the name
133         is a TEMPLATE_DECL.
134         * call.c (build_scoped_method_call): Handle member template 
135         destructor call.
136         * pt.c (tsubst_copy, METHOD_CALL_EXPR): Don't assume a member 
137         destructor is represented by the type.
138
139         * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
140         * parse.y (nested_name_specifier): Add 'template' case.
141         (explicit_template_type): New rule.
142         (typename_sub): Use it.
143         * decl.c (make_typename_type): Handle getting a template-id for NAME.
144         * pt.c (tsubst): Likewise.
145
146 Fri Feb 27 11:17:50 1998  Jason Merrill  <jason@yorick.cygnus.com>
147
148         * pt.c (add_to_template_args): Fix thinko.
149         (instantiate_class_template): Call it later.
150
151         * pt.c (get_class_bindings): Add outer_args parm.
152         (most_specialized_class): Likewise.
153         (instantiate_class_template): Pass it.
154         (more_specialized_class): Likewise.
155         (lookup_template_class): Get context from template if none
156         was specified.
157         (finish_member_template_decl): Don't do anything with a
158         partial specialization.
159         * decl2.c (check_member_template): Use IS_AGGR_TYPE instead of
160         AGGREGATE_TYPE_P.
161         * class.c (finish_struct): Member class templates have already been
162         checked for name clashes.
163         * decl.c (pushdecl_with_scope): Handle pushing at class level.
164
165 Fri Feb 27 02:25:16 1998  Jason Merrill  <jason@yorick.cygnus.com>
166
167         * pt.c (tsubst, TEMPLATE_DECL): Support member class templates.
168         (tsubst, *_PARM): Support multiple levels of template classes.
169         (instantiate_class_template): Look up the pattern from the
170         original template.
171         (lookup_template_class): Handle getting a template for d1.
172         (push_template_decl): Correct setting of 'primary'.
173         (reduce_template_parm_level): Add 'levels' parm.
174         (finish_member_template_decl): Support member class templates.
175         (template_class_depth): Handle multiple levels.
176         * parse.y (component_decl_1, fn.def2): Remove member template case.
177         (component_decl): Add member template cases.
178         * decl2.c (check_member_template): We now handle member template
179         classes.
180         * decl.c (pushtag): Handle member templates.
181         * method.c (do_inline_function_hair): Don't touch
182         IDENTIFIER_GLOBAL_VALUE.
183         * init.c (build_offset_ref): If name isn't an identifier, just 
184         return it.
185         * spew.c (yylex): Handle PTYPENAME like TYPENAME.
186
187         * typeck.c (get_delta_difference): Do adjust for conversions to
188         and from virtual base.
189
190 Wed Feb 25 09:51:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
191
192         * typeck.c (get_delta_difference): Give hard error for conversion
193         from virtual base.
194
195         * cp-tree.h: Tweak formatting.
196
197 Wed Feb 25 00:35:33 1998  Jason Merrill  <jason@yorick.cygnus.com>
198
199         * decl.c (push_namespace): Handle redeclaration error.
200
201         * cp-tree.h (IDENTIFIER_NAMESPACE_VALUE): New macro.
202         (IDENTIFIER_NAMESPACE_BINDINGS): New macro.
203         (NAMESPACE_BINDING): New macro.
204         (IDENTIFIER_GLOBAL_VALUE): Use NAMESPACE_BINDING.
205         * *.c: Use them.
206
207         * pt.c (push_template_decl): Use innermost_args.
208
209         * decl.c (get_unique_name): Tweak from earlier in the name.
210
211 Tue Feb 24 22:15:04 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
212
213         * cp-tree.def: Add CPLUS_BINDING node.
214         * cp-tree.h (tree_binding): new struct
215         (BINDING_SCOPE, BINDING_VALUE): new macros
216         (current_namespace, global_namespace): declare extern
217         (struct lang_decl_flags): new field in_namespace
218         (DECL_NAMESPACE_USING, DECL_NAMESPACE_USERS): new macros
219         (DECL_NAMESPACE, SET_DECL_NAMESPACE): new macros
220         (TREE_INDIRECT_USING): new macro
221         * decl2.c (current_namespace, global_namespace): Declare.  The
222         value is a NAMESPACE_DECL now, not a TREE_LIST.
223         (is_namespace_ancestor, namespace_ancestor):new static functions.
224         (add_using_namespace, ambiguous_decl): likewise.
225         (lookup_using_namespace): new support function for lookup_name.
226         (qualified_lookup_using_namespace): new support function for
227         do_scoped_id and lookup_namespace_name
228         (get_namespace_id): mark as obsolete.
229         (current_namespace_id): Likewise.
230         (do_namespace_alias): Implement.
231         (do_using_directive): Implement as call to add_using_namespace.
232         * decl.c (binding_for_name): new function.
233         (push_namespace, pop_namespace): implement.
234         (push_decl): don't install a FUNCTION_DECL in the global branch.
235         (lookup_namespace_name): implement using qualified lookup.
236         (lookup_name_real): For global scoping, lookup in
237         global_namespace. For namespace scoping, lookup in given
238         namespace. For unscoped lookup, iterate over namespace,
239         considering using directives.
240         (init_decl_processing): initialize global_namespace.
241         (grokvardecl): Build assembler name as static name for globals.
242         (grokdeclarator): Remove old namespace mangling.
243         (xref_tag): When installing a global binding for the
244         tag, make sure we have an identifier.
245         * method.c (build_overload_nested_name): mangle namespaces.
246         (build_qualified_name): Likewise.
247         (build_decl_overload_real): Likewise.
248         * lex.c (build_lang_decl): set namespace for new declaration to
249         current_namespace.
250         (do_scoped_id): find global names in global or current
251         namespace, or using qualified namespace lookup, depending on
252         context.
253         * init.c (build_member_call): When scope is namespace, use
254         build_x_function_call instead.
255         (build_offset_ref): When scope is namespace, collapse processing
256         to lookup_namespace_name instead.
257         * error.c (dump_decl): Support NAMESPACE_DECL.
258         * decl.c (pushdecl): Bind globals to current namespace.
259         (push_overloaded_decl): Likewise.
260         (lookup_tag): Likewise.
261         (lookup_name_current_level): Likewise.
262         (xref_tag): Likewise.
263         (start_function): Likewise.
264         * lex.c (do_identifier): Likewise.
265         (identifier_typedecl_value): Likewise.
266         (real_yylex): Likewise.
267         * method.c (do_inline_function_hair): Likewise.
268         * parse.y (unscoped): Likewise.
269         * pt.c (check_explicit_specialization): Likewise.
270         (lookup_template_class): Likewise.
271         * rtti.c (call_void_fn): Likewise.
272         * sig.c (build_sigtable): Likewise.
273         * ptree.c (lang_print_xnode): New function.
274
275 Tue Feb 24 01:40:24 1998  Jason Merrill  <jason@yorick.cygnus.com>
276
277         * pt.c (instantiate_class_template): Don't instantiate if pedantic
278         and the args use template parms.
279
280         * pt.c (push_tinst_level): If the instantiaton uses template parms,
281         fail silently.
282         * decl.c (xref_basetypes): Do call complete_type for basetypes
283         that involve template parameters.
284
285 Tue Feb 24 00:36:43 1998  Jason Merrill  <jason@yorick.cygnus.com>
286
287         * typeck2.c (process_init_constructor): Fix labeled init check.
288
289 Mon Feb 23 05:08:55 1998  Jason Merrill  <jason@yorick.cygnus.com>
290
291         * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS
292         argument to tsubst and friends.
293
294         * pt.c (tsubst, FUNCTION_DECL): Tidy.
295
296         * typeck.c (build_x_function_call): Handle static member function
297         templates like non-templates.  Handle friend templates like normal
298         function templates.
299         * pt.c (tsubst, *_PARM): Don't use orig_level.
300         (get_bindings): Don't call add_to_template_args.
301         (instantiate_template): Likewise.
302         (tsubst, FUNCTION_DECL): Call add_to_template_args as appropriate.
303         * ptree.c (print_lang_type): Print index/level for template parms.
304
305 Mon Feb 23 02:52:29 1998  Mark Mitchell  <mmitchell@usa.net>
306
307         * Make-lang.in (cc1plus): Note that cc1plus depends on
308         cp/cp-tree.h and cp/cp-tree.def.
309         
310         * cp-tree.def (TEMPLATE_CONST_PARM): Remove.
311         (TEMPLATE_PARM_INDEX): New tree code, used to indicate a
312         position in a template parameter list.
313         * cp-tree.h (template_parm_index): New structure, used as the tree
314         structure for a TEMPLATE_PARM_INDEX.
315         (TEMPLATE_PARM_IDX): New macro.
316         (TEMPLATE_PARM_LEVEL): Likewise.
317         (TEMPLATE_PARM_DESCENDANTS): Likewise.
318         (TEMPLATE_PARM_ORIG_LEVEL): Likewise.
319         (TEMPLATE_PARM_DECL): Likewise.
320         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
321         (TEMPLATE_TYPE_ORIG_LEVEL): Likewise.
322         (TEMPLATE_TYPE_DECL): Likewise.
323         (TEMPLATE_CONST_IDX): Remove.
324         (TEMPLATE_CONST_LEVEL): Likewise.
325         (TEMPLATE_CONST_SET_INFO): Likewise.
326         (TEMPLATE_TYPE_SET_INFO): Likewise.
327         (TEMPLATE_TYPE_IDX): Redefine in terms of TEMPLATE_PARM_INDEX
328         node.
329         (TEMPLATE_TYPE_LEVEL): Likewise.
330         * decl.c (decls_match): Call comp_template_parms, rather than
331         expanding it inline.
332         (duplicate_decls): If two template declarations are being merged,
333         then their TEMPLATE_INFOs should be merged as well.
334         (grokfndecl): Save template-id information when declaring a friend
335         with explicit template arguments.  Pass arguments to
336         check_explicit_specialization via correct convention; at some
337         point check_explicit_specialization changed, but these call-sites
338         did not.
339         (grokdeclarator): Tidy up slightly.
340         * decl2.c (check_classfn): Tidy up slightly.  Don't assume that
341         two template functions with the same DECL_ASSEMBLER_NAME the same,
342         since the names are not yet mangled.
343         * error.c (dump_decl): Use TEMPLATE_PARM_INDEX instead of
344         TEMPLATE_CONST_PARM. 
345         (dump_expr): Likewise.  Use the TEMPLATE_PARM_DECL to get at the
346         decl for a non-type parameter, rather than printing `<tparm ...>'.
347         * friend.c (is_friend): Handle TEMPLATE_DECL friends.
348         (do_friend): Deal with template friends.
349         * lex.c (do_pending_inlines): Call
350         maybe_begin_member_template_processing, rather than
351         conditionally calling begin_member_template_processing.
352         (process_next_inline): Likewise.  Call
353         maybe_end_member_template_processing, rather than
354         conditionally calling end_member_template_processing.
355         (do_pending_defargs): Likewise.
356         (do_identifier): Use TEMPLATE_PARM_INDEX instead of
357         TEMPLATE_CONST_PARM.  
358         * method.c (build_mangled_template_parm_index): New function.
359         (build_overload_value): Use it.
360         (build_overload_name): Likewise.
361         * pt.c (finish_member_template_decl): Allow friend declarations.
362         (template_class_depth): New function.
363         (is_member_template): Rename, and modify, to become...
364         (is_member_or_friend_template): New function.
365         (end_member_template_processing): Rename, and modify, to become...
366         (maybe_end_member_template_processing).
367         (build_template_parm_index): New function.
368         (reduce_template_parm_level): New function.
369         (process_template_parm): Modify to use build_template_parm_index.
370         (push_template_decl): Deal with friend templates.
371         (uses_template_parms): Use TEMPLATE_PARM_INDEX instead of
372         TEMPLATE_CONST_PARM.
373         (tsubst_friend_function): New function.
374         (instantiate_class_template): Generate the DECL_FRIENDLIST
375         for a new instantiation by using tsubst_friend_function rather
376         than just tsubst.
377         (tsubst): Don't tsubst into a type which is a TEMPLATE_DECL.
378         Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM, and the
379         appropriate new macros.  Use reduce_template_parm_level to
380         generate lower-level template parameters.  Handle tsubst'ing into
381         TEMPLATE_DECLS that declare TEMPLATE_TEMPLATE_PARMS.  Don't forget
382         to tsubst the DECL_CONTEXT and DECL_CLASS_CONTEXT of newly created
383         templates.  Similarly for the template parameters for a new
384         template.
385         (tsubst_copy): Tidy up slightly.  Use TEMPLATE_PARM_INDEX instead
386         of TEMPLATE_CONST_PARM.  Handle TYPE_DECLs by tsubsting into them.
387         (unify): Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM.  
388         (get_bindings): Call add_to_template_args if necessary.
389         (instantiate_decl): Handle instantiations of friend templates.
390         * search.c (lookup_field_1): Don't treat the TYPE_FIELDS of a
391         TEMPLATE_TYPE_PARM as a list of fields; it's not!
392         * spew.c (yylex): Do a little manual constant propogation to
393         clarify the code.
394         
395 Sun Feb 22 19:53:29 1998  Jeffrey A Law  (law@cygnus.com)
396
397         * error.c: Include sys/types.h.
398
399 Thu Feb 19 14:49:09 1998  Jeffrey A Law  (law@cygnus.com)
400
401         * method.c (build_mangled_name): Start CPP directives in column zero.
402
403 Thu Feb 19 10:36:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
404
405         * typeck2.c (process_init_constructor): Sorry about non-trivial
406         labeled initializers.
407         * parse.y (initlist): Reenable labeled initializers.
408
409 Thu Feb 19 10:15:55 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
410
411         * pt.c (coerce_template_parms) Add a new parameter, is_tmpl_parm,
412         all callers changed.  Rely on the new parameter instead of arg 
413         being a TREE_LIST when determine whether we are working inside
414         template template parameter.  Clean up is_type test.
415         
416 Thu Feb 19 10:04:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
417
418         * cvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
419         * typeck2.c (initializer_constant_valid_p): Allow conversions
420         between pointers and refrerences.
421
422 1998-02-19  Brendan Kehoe  <brendan@cygnus.com>
423
424         * typeck.c (build_unary_op): Only warn about incr/decr a pointer
425         if pedantic || warn_pointer_arith.
426
427 Thu Feb 19 09:37:21 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
428
429         * pt.c (unify): Handle TEMPLATE_DECL.
430
431 1998-02-18  Brendan Kehoe  <brendan@cygnus.com>
432
433         * cp-tree.h (strip_attrs): Remove decl.
434
435 1998-02-18  Doug Evans  <devans@cygnus.com>
436
437         * decl.c (duplicate_decls): Call merge_machine_decl_attributes.
438         Update olddecl's attributes too.
439         (strip_attrs): Remove function.
440         * typeck.c (common_type): Call merge_machine_type_attributes.
441
442 Tue Feb 17 14:07:52 1998  Mark Mitchell  <mmitchell@usa.net>
443
444         * parse.y (initdcl0_innards): New grammar symbol.
445         (nomods_initdecls, nomods_initdcl0): Change type from itype to
446         none, since the resulting value is never used.
447         (parse_decl): New function.
448         (datadef): Remove redundant actions.
449         (initdcl0, notype_initdcl0, nomods_initdcl0): Use initdcl0_innards.
450         * parse.c: Regenerated.
451         
452 Tue Feb 17 11:54:16 1998  Jason Merrill  <jason@yorick.cygnus.com>
453
454         * parse.y (simple_stmt): Use getdecls() to check for decl.
455
456 Sat Feb 14 11:50:51 1998  Manfred Hollstein  <manfred@s-direktnet.de>
457
458         * Make-lang.in (DEMANGLER_INSTALL_NAME, DEMANGLER_CROSS_NAME): New 
459         macros.
460         (c++.install-common): Install c++filt properly as native or as cross
461         variant.
462         (c++.uninstall): Add c++filt.
463
464 Fri Feb 13 14:55:37 1998  Jason Merrill  <jason@yorick.cygnus.com>
465
466         * call.c (standard_conversion): Fix multi-level ptr conversions.
467
468 Fri Feb 13 14:06:22 1998  Mike Stump  <mrs@wrs.com>
469
470         * init.c (build_new): Propagate error_mark_node up.
471
472 Fri Feb 13 13:24:32 1998  Jason Merrill  <jason@yorick.cygnus.com>
473
474         * parse.y (simple_stmt): If the condition isn't a declaration, 
475         start the controlled block after the test.
476
477 Fri Feb 13 02:26:10 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
478
479         * call.c (build_over_call): Convert builtin abs, labs and fabs to
480         tree-codes.
481         * decl.c (init_decl_processing): Reenable abs, labs and fabs as
482         builtins.
483
484 Fri Feb 13 01:36:42 1998  Jason Merrill  <jason@yorick.cygnus.com>
485
486         * call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV.
487
488 Fri Feb 13 00:21:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
489
490         * cp-tree.h: Add access_protected_virtual_node.
491         * class.c (init_class_processing): Initialize it.
492         * decl.c (xref_basetypes): Use it.
493         * parse.y (base_class_access_list): Likewise.
494
495         * Make-lang.in (DEMANGLER_PROG): Add $(exeext).
496         (c++.install-common): Install c++filt.
497
498 Thu Feb 12 12:46:51 1998  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
499
500         * decl.c (shadow_tag): Give error for typedef-ing built-in types.
501
502 Wed Feb 11 23:28:05 1998  Mark Mitchell  <mmitchell@usa.net>
503
504         * call.c (reference_binding): Use comptypes when comparing
505         TYPE_MAIN_VARIANTS to handle non-canonical array/index types.
506
507 Wed Feb 11 16:42:04 1998  Mark Mitchell  <mmitchell@usa.net>
508
509         * tree.c (is_overloaded_fn): Use really_overloaded_fn.
510         (really_overloaded_fn): Move check here from is_overloaded_fn. 
511         (get_first_fn): Use really_overloaded_fn and is_overloaded_fn.
512
513 Wed Feb 11 15:54:18 1998  Mark Mitchell  <mmitchell@usa.net>
514
515         * typeck.c (build_ptrmemfunc): Type-check pointer-to-member
516         conversions.
517
518 Mon Feb  9 22:23:31 1998  Mark Mitchell  <mmitchell@usa.net>
519
520         * cp-tree.h (push_template_decl): Return the decl passed in, or an
521         equivalent duplicate.
522         * decl.c (pushtag): Use the return value from push_template_decl.
523         (duplicate_decls): When duplicating a template declaration, merge
524         the DECL_TEMPLATE_RESULTs as well.
525         (make_implicit_typename): Don't try to dive into typename types to
526         find a context for making a new implicit typename.
527         (start_decl): Use the return value from push_template_decl.
528         (grokdeclarator): Complain about declarations list `const operator
529         int'.  Since we don't correctly handle in-class initializations of
530         non-static data members, complain about this (now illegal)
531         practice.  Issue an error for initializations of non-const statics
532         since that is illegal as well, and since we don't handle that case
533         correctly either.
534         (start_function): Use the return value from push_template_decl.
535         (start_method): Likewise.
536         * decl2.c (grokfield): Likewise.  Since the change to
537         grokdeclarator ensures that all initialized fields are in fact
538         static, remove a redundant test for TREE_PUBLIC.
539         * parse.y (initlist): Disable labeled initializers since they do
540         not work as per the documentation, and since they do not use the
541         same syntax as the C front end.
542         * pt.c (push_template_decl): Return the decl passed in, or an
543         equivalent duplicate.
544         (lookup_template_class): When searching in a nested context,
545         use the right arguments.
546         (uses_template_parms): Handle the DECL_INITIAL for a CONST_DECL.
547         * typeck.c (build_component_ref): Assign the correct type to the
548         result of build_vfn_ref.
549         
550 Tue Feb 10 23:56:46 1998  Jason Merrill  <jason@yorick.cygnus.com>
551
552         * pt.c (convert_nontype_argument): Fix typo.
553         (check_explicit_specialization): Allow old-style specialization
554         of class template members.
555
556 Tue Feb 10 20:36:52 1998  Jason Merrill  <jason@yorick.cygnus.com>
557                           Manfred Hollstein  <manfred@s-direktnet.de>
558
559         * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
560         when deciding to override DECL_ASSEMBLER_NAME.
561
562 Tue Feb 10 15:30:55 EST 1998 Andrew MacLeod <amacleod@torpedo.to.cygnus.com>
563
564         * decl2.c (lang_f_options): Add -fsquangle to option processing list.
565         * cp-tree.h (flag_do_squangling): Add declaration.
566         * lang-options.h: Add -fsquangle and -fno-squangle.
567         * method.c: Add macros and static variables for squangling.
568         (build_overload_name): Rename to build_mangled_name, add logic for B 
569         compression, and split into process_modifiers and 
570         process_overload_item.
571         (process_modifiers): New function, to handle constant, reference, 
572         and pointer types. 
573         (process_overload_item): New function, handles issue of type codes.
574         (build_overload_name): New function, start squangling and call 
575         build_mangled_name.
576         (ALLOCATE_TYPEVEC, DEALLOCATE_TYPEVEC): Remove macro and expand inline.
577         (start_squangling): New function to initialize squangling structs.
578         (end_squangling): New function to destroy squangling structs.
579         (nrepeats): Rename variable to Nrepeats.
580         (issue_nrepeats): New function for issuing 'n' type repeats.
581         (check_ktype): New function to check for type K name compression.
582         (build_overload_nested_name): Add a check for K name compression.
583         (build_qualified_name): Add a check for K name compression and don't
584         use DECL_ASSEMBLER_NAME when squangling is on.
585         (check_btype): New function, checks for B type compression.
586         (build_static_name, build_decl_overload_real): Initiate squangling.
587         (build_typename_overload, build_overload_with_type): Initiate 
588         squangling
589
590 Sun Feb  8 23:47:38 1998  scott snyder  <sss@d0linux01.fnal.gov>
591
592         * method.c (make_thunk): Avoid name buffer overflow.
593
594 Sat Feb  7 16:48:54 1998  Jason Merrill  <jason@yorick.cygnus.com>
595
596         * pt.c (instantiate_decl): Call cp_finish_decl for vars even if we
597         don't define them yet.
598
599         * parse.y (nomods_initdcl0): Add constructor_declarator case.
600
601 Thu Feb  5 19:10:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
602
603         * tinfo2.cc: Add tinfo for signed char.
604
605 Thu Feb  5 14:38:23 1998  Mike Stump  <mrs@wrs.com>
606
607         * search.c (compute_access): Handle protected constructors in derived
608         classes as accessible.
609
610 Wed Feb  4 01:26:49 1998  Jason Merrill  <jason@yorick.cygnus.com>
611
612         * expr.c (cplus_expand_expr, PCC_STATIC_STRUCT_RETURN code):
613         Call convert_from_reference sooner.
614
615 Tue Feb  3 23:50:52 1998  Mark Mitchell  <mmitchell@usa.net>
616
617         * cvt.c (ocp_convert): Obtain the constant values from constant
618         decls even if the destination type is the same as the type of the
619         decl. 
620
621         * decl2.c (finish_file): Make sure that static inlines with
622         definitions are not marked DECL_EXTERNAL before returning.
623
624 Tue Feb  3 22:43:42 1998  Jason Merrill  <jason@yorick.cygnus.com>
625
626         * decl.c: Lose arg_looking_for_template.
627         (lookup_name_real): Likewise.
628         * parse.y: Lose processing_template_arg, template_arg1
629         (primary): Likewise.
630         * spew.c (yylex): Set lastiddecl for PTYPENAMEs, too.
631
632 Tue Feb  3 22:04:01 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
633
634         * error.c (dump_decl): Fix type of default arguments for template
635         template parameters and nontype template parameters.
636         * parse.y (template_parm): Handle invalid default template 
637         template arguments here.
638
639         * parse.y (template_parm): Use template_arg instead of PTYPENAME 
640         for default template template argument.
641         * pt.c (coerce_template_parms): Merge default template argument 
642         codes.  Can treat RECORD_TYPE as template name if it is implicitly
643         created.  Fix argument index in error message.
644         * typeck.c (comptypes): Merge template argument comparison codes in 
645         TEMPLATE_TEMPLATE_PARM and RECORD_TYPE.
646
647 Tue Jan  6 01:42:44 1998  Mumit Khan <khan@xraylith.wisc.edu>
648
649         * lex.c (file_name_nondirectory): Also check for '/'.
650
651 Mon Feb  2 11:24:22 1998  Mark Mitchell  <mmitchell@usa.net>
652
653         * parse.y (primary): Deal with statement-expressions in
654         templates. 
655         * pt.c (tsubst_copy): Handle BIND_EXPR.
656         * tree.c (mapcar): Likewise.
657
658         * call.c (add_template_candidate_real): Pass extra parameter to
659         fn_type_unification. 
660         * cp-tree.h (fn_type_unification): Add parameter.
661         * pt.c (fn_type_unification): Add additional parameter to deal with
662         static member functions.
663         (get_bindings): Deal with static member functions.
664
665         * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.      
666         (revert_static_member_fn): Declare.
667         * decl.c (revert_static_member_fn): Remove declaration.  Change
668         linkage from internal to external.
669         (cp_finish_decl): Deal with virtual functions in classes local to
670         template functions.
671         * decl2.c (finish_file): Don't forget to emit increment/decrement
672         expressions in initializers for file-scope variables.
673         * parse.y (typename_sub2): If the typename doesn't names a
674         template, rather than a type, issue an error message.
675         * pt.c (check_explicit_specialization): Handle specializations of
676         static member functions.
677         (coerce_template_parms): Handle offset references to lists of
678         member functions.
679         * search.c (note_debug_info_needed): Don't crash when handed a
680         type which is being defined.
681         * typeck.c (complete_type): Don't crash when handed NULL_TREE;
682         that can happen with some illegal code.
683
684 Mon Feb  2 00:57:38 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
685
686         * call.c (user_harshness): Initialize `code' to 0.
687         (build_method_call): Initialize `candidates', `cp' and `len' to 0.
688         (null_ptr_cst_p): Add parentheses around && within ||.
689         (standard_conversion): Likewise.
690         (z_candidate): Likewise.
691         (build_user_type_conversion_1): Initialize `args' to NULL_TREE.
692         (build_object_call): Likewise for `mem_args'.
693         (build_new_op): Likewise for `mem_arglist'.  Add `return' from
694         default case in enumeration switch.
695
696         * class.c (build_vtable_entry): Add explicit braces to avoid
697         ambiguous `else'.
698         (build_class_init_list): Likewise.
699         (finish_struct_1): Initialize `width' to 0.
700         (instantiate_type): Initialize `name' to NULL_TREE.  Add
701         explicit braces to avoid ambiguous `else'.
702
703         * cvt.c (convert_to_aggr): Add explicit braces to avoid ambiguous
704         `else'.
705
706         * decl.c (grok_reference_init): Eliminate unused parameter, all
707         callers changed.
708         (record_builtin_type): Initialize `tdecl' to NULL_TREE.
709         (init_decl_processing): Initialize `vb_off_identifier' to NULL_TREE.
710         (cp_finish_decl): Initialize `ttype' to NULL_TREE.
711         (grokdeclarator): Add parentheses around && within ||.  Add
712         explicit braces to avoid ambiguous `else'.
713         (grokparms): Initialize `type' to NULL_TREE.
714         (xref_tag): Remove unused label `just_return'.
715         (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
716         (finish_function): Initialize `cond' and `thenclause' to NULL_TREE.
717         (hack_incomplete_structures): Add parentheses around assignment
718         used as truth value.
719
720         * decl2.c (coerce_delete_type): Hide definition of `e3'.
721
722         * error.c: Include <stdlib.h>.
723         (dump_expr): Change the type of `i' to size_t.  Remove unused
724         label `error'. 
725
726         * except.c (init_exception_processing): Remove unused variable `d'.
727         (expand_throw): Likewise for `label'.
728
729         * friend.c (add_friends): Add explicit braces to avoid ambiguous
730         `else'.
731
732         * init.c (sort_member_init): Initialize `last_field' to NULL_TREE.
733         (sort_base_init): Likewise for `binfo'.
734         (expand_member_init): Likewise for `rval'.
735         (build_member_call): Add parentheses around assignment used as
736         truth value.
737         (build_offset_ref): Add explicit braces to avoid ambiguous `else'.
738         (build_new): Initialize `nelts' to NULL_TREE.  Initialize
739         `old_immediate_size_expand' to 0.
740         (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
741         (build_vec_delete_1): Remove unused variable `block'.
742         (expand_vec_init): Initialize `itype' to NULL_TREE.
743
744         * lex.c: Include <strings.h> if we don't have <string.h>.  Protect
745         declaration of `index' and `rindex' with autoconf macros.
746         (reinit_parse_for_expr): Remove unused variables
747         `look_for_semicolon' and `look_for_lbrac'.
748         (cons_up_default_function): Initialize `args' to NULL_TREE.
749         (readescape): Initialize `firstdig' to 0.
750         (real_yylex): Add parentheses around assignment used as truth value. 
751
752         * method.c: Include <strings.h> if we don't have <string.h>.
753         Protect declaration of `index' with autoconf macro.
754
755         * parse.y (primary): Add explicit braces to avoid ambiguous `else'.
756         Initialize `type' to NULL_TREE.
757         (structsp): Remove unused variable `id'.
758
759         * pt.c (coerce_template_parms): Add explicit braces to avoid
760         ambiguous `else'.
761         (lookup_template_class): Initialize `template' to NULL_TREE.
762         (instantiate_class_template): Remove unused variable `name' and `e'.
763         (tsubst): Likewise for `i'.  Initialize `last' to NULL_TREE.
764         (do_poplevel): Initialize `saved_warn_unused' to 0.
765         (type_unification): Remove unused varable `parm'.
766         (unify): Likewise for `j'.
767
768         * repo.c (init_repo): Add parentheses around assignment used as
769         truth value.
770         (finish_repo): Remove unused varable `p'.
771         
772         * search.c (get_binfo): Initiize `type' to NULL_TREE.
773         (get_base_distance): Likewise.
774         (lookup_field): Initialize `rval_binfo_h', `type', `basetype_path'
775         and `new_v' to NULL_TREE.
776         (lookup_fnfields): Likewise for `rval_binfo_h'.
777         (breadth_first_search): Add parentheses around assignment used as
778         truth value.
779         (get_template_base): Initialize `type' to NULL_TREE.
780
781         * sig.c (append_signature_fields): Initialize `last_mfptr' to
782         NULL_TREE.
783         (build_signature_table_constructor): Likewise for
784         `last_rhs_field', `pfn' and `vt_off'.
785         (build_sigtable): Likewise for `init'.
786
787         * tree.c (break_out_calls): Initialize `t2' to NULL_TREE.
788         (propagate_binfo_offsets): Likewise for `delta'.
789         (hash_tree_cons): Initialize hashcode to 0.
790         (can_free): Likewise for `size'.
791         (cp_tree_equal): Add explicit braces to avoid ambiguous `else'.
792         
793         * typeck.c (convert_sequence): Hide prototype.
794         (common_type): Add explicit braces to avoid ambiguous `else'.
795         (comp_target_types): Likewise.
796         (build_x_function_call): Initialize `ctypeptr' to NULL_TREE.
797         (build_function_call_real): Add explicit braces to avoid ambiguous
798         `else'.
799         (convert_arguments): Initialize `called_thing' to 0.
800         (convert_for_initialization): Initialize `savew' and `savee' to 0.
801
802         * typeck2.c (incomplete_type_error): Initialize `errmsg' to 0.
803         (digest_init): Initialize `old_tail_contents' to NULL_TREE.
804         (build_x_arrow): Likewise for `last_rval'.
805
806         * xref.c (GNU_xref_decl): Initialize `cls' to 0.
807
808 Sun Feb  1 12:45:34 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
809
810         * decl.c (init_decl_processing): Use set_sizetype.
811         * decl2.c (sizetype): Don't declare.
812         * typeck.c (c_sizeof): Convert result of *_DIV_EXPR to sizetype.
813         (c_sizeof_nowarn, build_binary_op_nodefault): Likewise.
814         (build_component_addr, unary_complex_lvalue): Likewise.
815         * rtti.c (expand_class_desc): Likewise.
816         * class.c (get_vfield_offset): Likewise.
817
818 Thu Jan 29 10:39:30 1998  Mark Mitchell  <mmitchell@usa.net>
819
820         * pt.c (convert_nontype_argument): Move check for is_overloaded_fn
821         early to avoid bogus error.  Handle overloaded function
822         names provided as template arguments correctly.
823         (coerce_template_parms): Don't mishandle overloaded functions when
824         dealing with template template parameters.
825         (lookup_template_class): Issue an error message, rather than
826         crashing, when the TYPE_DECL provided is not a template type.
827
828 Wed Jan 28 23:14:44 1998  Jason Merrill  <jason@yorick.cygnus.com>
829
830         * class.c (instantiate_type): Don't just return a known type if
831         it's wrong.
832
833 Wed Jan 28 11:04:07 1998  Mark Mitchell  <mmitchell@usa.net>
834
835         * class.c (instantiate_type): Remove handling of FUNCTION_DECL
836         since that code could never be reached.
837         
838         * error.c (dump_decl): Avoid aborting in the midst of printing an
839         error message about an illegal template declaration.
840
841         * parse.y (structsp): Print an error message, rather than crashing,
842         when a class-head does not name a class.
843
844         * pt.c (convert_nontype_argument):  Allow REAL_TYPE and COMPLEX_TYPE
845         template arguments as a g++ extension.
846         
847         * cp-tree.def (ALIGNOF_EXPR): New tree code.
848         * decl2.c (grok_alignof): If processing_template_decl, just store
849         the expression.
850         * typeck.c (c_alignof): Likewise.
851         * decl2.c (build_expr_from_tree): Handle ALIGNOF_EXPR.
852         * error.c (dump_expr): Likewise.
853         * pt.c (tsubst_copy): Likewise.
854         * tree.c (cp_tree_equal): Likewise.
855         * pt.c (uses_template_parms): Correctly determine whether or not a
856         SIZEOF_EXPR/ALIGNOF_EXPR uses template parameters so that constant
857         folding can be done.
858         
859         * cp-tree.h (grok_enum_decls): Remove type parameter.
860         * decl.c (grok_enum_decls): Likewise.
861         * decl2.c (grok_x_components): Call grok_enum_decls
862         unconditionally, since it will do nothing if there is no
863         current_local_enum.  Use the new calling sequence.
864         * pt.c (tsubst_enum): Use the new calling sequence for
865         grok_enum_decls.
866
867         * decl.c (start_function): Make member functions of local classes
868         in extern inline functions have comdat linkage here...
869         (grokdeclarator): Rather than here.
870         
871 Wed Jan 28 10:55:47 1998  Jason Merrill  <jason@yorick.cygnus.com>
872
873         * pt.c (convert_nontype_argument): Use decl_constant_value.
874
875 Tue Jan 27 16:42:21 1998  Mark Mitchell  <mmitchell@usa.net>
876
877         * call.c (add_template_candidate_real): New function.
878         (add_template_candidate): Use it.
879         (add_template_conv_candidate): Likewise.
880         (joust): Pass extra argument to more_specialized.
881         * class.c (instantiate_type): Handle a single FUNCTION_DECL.
882         (is_local_class): Remove.
883         (finish_struct): Check TI_PENDING_SPECIALIZATION_FLAG.
884         * cp-tree.h (is_local_class): Remove.
885         (perform_array_to_pointer_conversion): Likewise.
886         (finish_member_template_decl): Add.
887         (check_explicit_specialization): Return a tree, not an int.
888         (more_specialized): Take additional argument.
889         (get_bindings): Likewise.
890         (TI_PENDING_SPECIALIZATION_FLAG): New macro.
891         * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
892         (perform_array_to_pointer_conversion): Remove.
893         * decl.c (saved_scope): Add processing_specialization,
894         processing_explicit_instantiation fields.
895         (maybe_push_to_top_level): Save them.
896         (pop_from_top_level): Restore them.
897         (grokfndecl): Use new return value from
898         check_explicit_specialization. 
899         (start_decl): Don't check flag_guiding_decls before pushing
900         decls. 
901         (cp_finish_decl): Remove previous (bogus) change.
902         (grok_declarator): Use decl_function_context rather than
903         is_local_class. 
904         * decl2.c (finish_file): Pass extra argument to get_bindings.
905         (build_expr_from_tree): Let build_x_component_ref check 
906         validity of arguments rather than doing it here.
907         * lex.c (cons_up_default_function): Remove code fooling with
908         processing_specialization, processing_explicit_instantiation
909         flags, as that is now done in {maybe_push_top,pop_from}_top_level. 
910         * method.c (build_overload_identifier): Mangle local classes in
911         template functions correctly.
912         * parse.y (finish_member_template_decl): Move to pt.c.
913         * pt.c (finish_member_template_decl): Moved here from parse.y.
914         (print_candidates): New function.
915         (determine_specialization): Change interface.  Properly look for
916         most specialized versions of template candidates.
917         (check_explicit_specialization): Fully process explicit
918         instantiations. 
919         (push_template_decl): Avoid looking at CLASSTYPE fields in
920         FUNCTION_DECLS. 
921         (determine_overloaded_function): Remove.
922         (convert_nontype_argument): Change name from
923         convert_nontype_parameter.  Use determine_overloaded_function
924         instead of instantiate_type.
925         (mangle_class_name_for_template): Handle type contexts as well as
926         function contexts.
927         (classtype_mangled_name): Likewise.
928         (lookup_template_class): Likewise.
929         (tsubst): Likewise.
930         (more_specialized): Take explict template arguments as a
931         parameter. 
932         (most_specialized): Likewise.
933         (get_bindings): Likewise.  Check that return types match before
934         proclaiming a function a match.
935         (do_decl_instantiation): Remove code searching for function to
936         instantiate; that is now done in check_explicit_specialization.
937         (add_maybe_template): Pass extra argument to get_bindings.
938         * tree.c (really_overloaded_fn): Use is_overloaded_fn to simplify
939         implementation.
940         * typeck.c (build_component_ref): Check for invalid arguments.
941
942 Tue Jan 27 01:44:02 1998  Jason Merrill  <jason@yorick.cygnus.com>
943
944         * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that 
945         return_target and call_target are equivalent.
946
947         * pt.c (type_unification_real): Just accept function parms that
948         don't use any template parms.
949
950 Sun Jan 25 03:30:00 1998  Jason Merrill  <jason@yorick.cygnus.com>
951
952         * decl.c (cp_finish_decl): When bailing on a comdat variable, also
953         unset DECL_NOT_REALLY_EXTERN.
954
955         * parse.y (typename_sub*): Fix std::.
956
957 Sat Jan 24 12:13:54 1998  Jason Merrill  <jason@yorick.cygnus.com>
958
959         * error.c (dump_decl): Fix type default template args.
960         (dump_type): Hand TEMPLATE_DECL off to dump_decl.
961
962 Fri Jan 23 18:34:37 1998  Mumit Khan <khan@xraylith.wisc.edu>
963
964         * lex.c (DIR_SEPARATOR): Define to be '/' if not already defined.
965         (file_name_nondirectory): Use.
966
967 Wed Jan 21 10:29:57 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
968
969         * pt.c (coerce_template_parms): Don't access elements of ARGLIST
970         that are not really present.  Substitute default arguments in 
971         template template arguments.  Correctly convert TEMPLATE_DECL to 
972         TEMPLATE_TEMPLATE_PARM.
973         (comp_template_args): TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM 
974         are no longer treated specially here.
975         * parse.y (template_template_parm): Fix copy error.
976         * decl.c (grokdeclarator): Warn about missing `typename' for nested
977         type created from template template parameters.
978         * parse.y (bad_parm): Likewise
979
980         * class.c (finish_struct): Handle TEMPLATE_TEMPLATE_PARM.
981         (push_nested_class): Likewise.
982         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): New tree code.
983         * cp-tree.h (DECL_TEMPLATE_TEMPLATE_PARM_P): New macro.
984         (copy_template_template_parm): Declare.
985         * decl.c (arg_looking_for_template): New variable.
986         (lookup_name_real): Handle TEMPLATE_TEMPLATE_PARM.
987         Try to return TEMPLATE_DECL or TEMPLATE_TEMPLATE_PARM
988         node if arg_looking_for_template is nonzero.
989         (pushdecl): Handle TEMPLATE_TEMPLATE_PARM.
990         (grok_op_properties, xref_tag, xref_basetypes): Likewise.
991         (grokdeclarator): Handle TEMPLATE_DECL.
992         * decl2.c (constructor_name_full): Handle TEMPLATE_TEMPLATE_PARM.
993         * error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM.
994         (dump_type_prefix, dump_type_suffix) Handle TEMPLATE_TEMPLATE_PARM.
995         (dump_decl): Handle unnamed template type parameters.
996         Handle template template parameters.
997         (dump_function_name): Handle template template parameters.
998         * init.c (is_aggr_typedef, is_aggr_type, get_aggr_from_typedef): 
999         Handle TEMPLATE_TEMPLATE_PARM.
1000         * method.c (build_template_template_parm_names): New function.
1001         (build_template_parm_names): Handle TEMPLATE_DECL.
1002         (build_overload_nested_name, build_overload_name): 
1003         Handle TEMPLATE_TEMPLATE_PARM.
1004         * parse.y (maybe_identifier): New nonterminal.
1005         (template_type_parm): Use it.
1006         (template_template_parm, template_arg1): New nonterminal.
1007         (template_parm): Add template_template_parm rules.
1008         (template_arg): Set processing_template_arg.
1009         (template_arg1): Rules moved from template_arg.
1010         (primary, nonnested_type): Set arg_looking_for_template if we are
1011         processing template arguments.
1012         * pt.c (begin_member_template_processing): Handle TEMPLATE_DECL.
1013         (process_template_parm): Handle template template parameters.
1014         (coerce_template_parms, comp_template_args): Likewise.
1015         (mangle_class_name_for_template, lookup_template_class): Likewise.
1016         (uses_template_parms): Handle TEMPLATE_DECL and 
1017         TEMPLATE_TEMPLATE_PARM.
1018         (current_template_args): Handle TEMPLATE_DECL.
1019         (tsubst, tsubst_copy, unify): Handle TEMPLATE_TEMPLATE_PARM.
1020         * search.c (dfs_walk, dfs_record_inheritance): 
1021         Handle TEMPLATE_TEMPLATE_PARM.
1022         * tree.c (copy_template_template_parm): New function.
1023         (mapcar): Handle TEMPLATE_TEMPLATE_PARM.
1024         * typeck.c (comptypes): Handle TEMPLATE_TEMPLATE_PARM.
1025
1026 Mon Jan 19 22:40:03 1998  Mark Mitchell  <mmitchell@usa.net>
1027
1028         * decl.c (start_decl): Don't allow duplicate definitions of static
1029         data members.
1030
1031         * call.c (build_user_type_conversion_1): Handle user-defined
1032         template conversion operators correctly.
1033
1034         * decl2.c (build_expr_from_tree): Issue an error message if the
1035         object in a COMPONENT_REF is a TEMPLATE_DECL.
1036         
1037         * typeck.c (incomplete_type_error): Handle TEMPLATE_TYPE_PARMs.
1038         
1039         * class.c (is_local_class): New function.
1040         * cp-tree.h (is_local_class): Declare it.
1041         (last_tree): Likewise.
1042         (begin_tree): Likewise.
1043         (end_tree): Likewise.
1044         (lookup_template_class): Change prototype.
1045         * decl.c (cp_finish_decl): Check for NULL where necesary.
1046         Consider FUNCTION_DECLS to declare objects with top-level binding,
1047         when calling make_decl_rtl.
1048         (grokdeclarator): Give members of local classes internal linkage.
1049         (start_function): Remove declaration of last_tree.
1050         (finish_function): Set flag_keep_inline_functions around call to
1051         rest_of_compilation if we are processing a member function in a
1052         local class.
1053         (start_method): Call push_template_decl for member functions of
1054         local classes in template functions.
1055         * decl2.c (import_export_decl): Don't give external linkage to
1056         instantiations of templates with internal linkage.
1057         * parse.y (last_tree): Remove declaration.
1058         (template_type): Pass extra parameter to lookup_template_class.
1059         (self_template_type): Likewise.
1060         (structsp): Move call to reset_specialization into left_curly.
1061         (left_curly): Call reset_specialization, and begin_tree.
1062         * pt.c (saved_trees): New variable.
1063         (mangle_class_name_for_template): Change prototype.  Use
1064         additional function context to name local classes in templates
1065         correctly. 
1066         (classtype_mangled_name): Pass the context.
1067         (push_template_decl): Handle local classes and templates, and
1068         member functions for such classes.
1069         (convert_nontype_parameter): Fix handling of pointer-to-member
1070         constants. 
1071         (lookup_template_class): Handle local classes in templates.
1072         (tsubst): Likewise.  Don't assume that template instantiations
1073         have external linkage; pay attention to the template declaration. 
1074         (mark_decl_instantiated): Likewise.
1075         (begin_tree): New function.
1076         (end_tree): Likewise.
1077         
1078         * decl.c (xref_basetypes): Don't call complete_type for basetypes
1079         that involve template parameters; that can lead to infinite
1080         recursion unnecessarily.
1081
1082         * pt.c (register_specialization): Do not register specializations
1083         that aren't ready to be registered yet.
1084         (check_explicit_specialization): Handle explicit specialization of
1085         constructors and destructors.
1086         (build_template_decl): New function.
1087         (push_template_delc): Handle out-of-class specializations of
1088         member templates.
1089         
1090         * pt.c (check_explicit_specialization): Set up the template
1091         information before registering the specialization.
1092         (coerce_template_parms): Fix thinko.
1093         (tsubst): Handle specializations of member templates correctly.
1094
1095         * class.c (finish_struct_methods): Remove calls to
1096         check_explicit_specialization from here.
1097         (finish_struct): And insert them here.
1098         * cp-tree.h (perform_qualification_conversions): New function.
1099         (perform_array_to_pointer_conversion): Likewise.
1100         (begin_explicit_instantiation): Likewise.
1101         (end_explicit_instantiation): Likewise.
1102         (determine_specialization): Renamed from
1103         determine_explicit_specialization. 
1104         (comp_template_parms): New function.
1105         (processing_explicit_instantiation): New variable.
1106         * cvt.c (perform_qualification_conversions): New function.
1107         (perform_array_to_pointer_conversion): Likewise.
1108         * decl.c (duplicate_decls): Don't consider template functions
1109         alike unless they have the same parameters.  Refine handling of
1110         instantiation/specialization mismatches.
1111         (start_decl): Don't call pushdecl for template specializations,
1112         since they don't affect overloading.
1113         (start_function): Likewise
1114         (grokfndecl): Call check_explicit_specialization a little later.
1115         Don't call duplicate_decls for memberm template specializations.
1116         (grokdeclarator): Don't update template_count for classes that are
1117         themselves specializations.  Remove use of `2' as parameter to
1118         grokfndecl since that value isn't used.
1119         * lex.c (cons_up_default_function): Save and restore
1120         processing_explicit_instantiation around calls to grokfield.
1121         * parse.y (finish_member_template_decl): New function.
1122         (component_decl_1): Use it.
1123         (fn.def2): Likewise.
1124         (template_arg_list_opt): New nonterminal.       
1125         (template_type): Use it.
1126         (self_template_type): Likewise.
1127         (template_id): Likewise.
1128         (object_template_id): Likewise.
1129         (notype_template_declarator): Likwise.
1130         (begin_explicit_instantiation): Likewise.
1131         (end_explicit_instantiation): Likewise.
1132         (explicit_instantiation): Use them.
1133         * pt.c (coerce_template_parms): Add parameters.
1134         (processing_explicit_instantiation): New variable.
1135         (convert_nontype_parameter): New function.
1136         (determine_overloaded_function): Likewise.
1137         (begin_explicit_instantiation): Likewise.
1138         (end_explicit_instantiation): Likewise.
1139         (retrieve_specialization): Likewise.
1140         (register_specialization): Likewise.
1141         (processing_explicit_specialization): Removed.
1142         (determine_specialization): Handle specializations of member
1143         functions of template class instantiations.
1144         (check_explicit_specialization): Refine to conform to standard.
1145         (comp_template_parms): New function.
1146         (coerce_template_parms): Call convert_nontype_parameter.
1147         (tsubst): Refine handling of member templates.  Use
1148         register_specialization. 
1149         (instantiate_template): Use retrieve_specialization.
1150         (do_decl_instantiation): Likewise.
1151         (instantiate_decl): Likewise.
1152         (type_unification): Improve handling of explict template
1153         arguments. 
1154         * tree.c (mapcar): Return error_mark_node, rather than aborting,
1155         on VAR_DECLS, FUNCTION_DECLS, and CONST_DECLS.
1156         * typeck.c (build_unary_op): Call determine_specialization, rather
1157         than determine_explicit_specialization.
1158
1159 Mon Jan 19 13:18:51 1998  Jason Merrill  <jason@yorick.cygnus.com>
1160
1161         * cvt.c (build_up_reference): A TARGET_EXPR has side effects.
1162
1163 Fri Jan 16 11:40:50 1998  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
1164
1165         * error.c (dump_decl): For enum tags, output the tag, not its value.
1166
1167 1998-01-13  Brendan Kehoe  <brendan@cygnus.com>
1168
1169         * decl.c (init_decl_processing): Only call init_rtti_processing
1170         FLAG_RTTI is set.
1171
1172 Mon Jan 12 01:35:18 1998  Jason Merrill  <jason@yorick.cygnus.com>
1173
1174         * init.c (build_new_1): Split out from build_new.
1175         (build_new): Just return a NEW_EXPR.
1176         * expr.c (cplus_expand_expr): Handle NEW_EXPR.
1177
1178         * decl2.c (get_temp_regvar): Tweak.
1179
1180         * cp-tree.h (TREE_CALLS_NEW): Comment out.
1181         * class.c (resolves_to_fixed_type_p): Remove use.
1182         * method.c (build_opfncall): Likewise.
1183         * call.c (build_new_op): Likewise.
1184
1185 Wed Jan  7 23:47:13 1998  Jason Merrill  <jason@yorick.cygnus.com>
1186
1187         * exception.cc (__eh_alloc, __eh_free): New fns.
1188         (__cp_push_exception, __cp_pop_exception): Use them.
1189         (__uncatch_exception): Call terminate here if no exception.
1190         * except.c (build_terminate_handler): New fn.
1191         (expand_start_catch_block): Use it.
1192         (expand_exception_blocks): Likewise.
1193         (alloc_eh_object): New fn.
1194         (expand_throw): Use it.  Protect exception init with terminate.
1195         * typeck.c (build_modify_expr): Remove code that ignores trivial 
1196         methods.
1197
1198 Mon Dec 22 11:36:27 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1199  
1200         * call.c (add_builtin_candidate): Add default case in enumeration
1201         switch.
1202         (build_new_op): Likewise.
1203         (convert_like): Likewise.
1204         * cvt.c (build_expr_type_conversion): Likewise.
1205         * tree.c (real_lvalue_p): Likewise.
1206         (lvalue_p): Likewise.
1207         (cp_tree_equal): Likewise.
1208         * typeck.c (comptypes): Likewise.
1209         (build_component_ref): Likewise.
1210         (build_function_call_real): Likewise.
1211         (build_binary_op_nodefault): Likewise.
1212         (build_unary_op): Likewise.
1213         (build_modify_expr): Likewise.
1214         * typeck2.c (initializer_constant_valid_p): Likewise.
1215
1216 Sun Dec 21 15:59:00 1997  Nick Clifton  <nickc@cygnus.com>
1217
1218         * decl2.c (lang_decode_option): Add support for -Wunknown-pragmas.
1219
1220 Thu Dec 18 14:51:50 1997  Mark Mitchell  <mmitchell@usa.net>
1221
1222         * pt.c (coerce_template_parms): Make sure to digest_init if
1223         possible.
1224
1225         * decl.c (duplicate_decls): Make the newdecl virtual if the
1226         olddecl was, just as is done with other attributes of olddecl.
1227
1228 Thu Dec 18 14:43:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
1229
1230         * typeck.c (unary_complex_lvalue): Ignore op0 when taking the 
1231         address of an OFFSET_REF.
1232
1233         * cp-tree.def: Add AGGR_INIT_EXPR.
1234         * error.c, tree.c, typeck.c: Replace uses of NEW_EXPR with
1235         AGGR_INIT_EXPR where appropriate.
1236         * expr.c (cplus_expand_expr): Likewise.  Simplify.
1237
1238         * decl2.c (finish_file): Remove call to register_exception_table.
1239
1240 Wed Dec 17 17:08:52 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
1241
1242         * pt.c (instantiate_class_template): Don't do injection when
1243         processing_template_decl is true, as pollutes current_binding_level 
1244         for base classes.
1245
1246 Wed Dec 17 21:17:39 1997  Peter Schmid <schmid@ltoi.iap.physik.tu-darmstadt.de>
1247
1248         * pt.c (maybe_fold_nontype_arg): Add prototype.
1249
1250 Tue Dec 16 10:31:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
1251
1252         * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
1253         * error.c (dump_expr): Likewise.
1254
1255 Mon Dec 15 12:22:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
1256
1257         * typeck.c (build_function_call_real): Remove "inline called before
1258         definition" pedwarn.
1259
1260         * pt.c (coerce_template_parms): Use maybe_fold_nontype_arg.
1261
1262 Sun Dec 14 22:34:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
1263
1264         * cvt.c (cp_convert_to_pointer): Fix base conversion of pm's.
1265
1266         * pt.c (type_unification_real): Change __null to type void* with 
1267         a warning.
1268
1269 Sun Dec 14 20:38:35 1997  Mark Mitchell  <mmitchell@usa.net>
1270
1271         * call.c (implicit_conversion): Don't call
1272         build_user_type_conversion_1 with a NULL expr, since it will
1273         crash. 
1274
1275         * pt.c (unify): Don't try to unify array bounds if either array is
1276         unbounded.
1277
1278 Fri Dec 12 16:09:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
1279
1280         * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at): 
1281         Replace extern decls with casts.
1282
1283         * decl.c (expand_start_early_try_stmts): Don't mess with a sequence.
1284         Update last_parm_cleanup_insn.
1285         (store_after_parms): Remove.
1286         * cp-tree.h: Adjust.
1287
1288 Thu Dec 11 22:18:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
1289
1290         * decl2.c (comdat_linkage): Also set DECL_COMDAT.
1291         (finish_file): Check DECL_COMDAT instead of weak|one_only.
1292         (import_export_vtable): Use make_decl_one_only instead of
1293         comdat_linkage for win32 tweak.
1294         (import_export_decl): Likewise.
1295         * pt.c (mark_decl_instantiated): Likewise.
1296
1297         * decl2.c (finish_file): Lose handling of templates in pending_statics.
1298
1299 Thu Dec 11 21:12:09 1997  Jason Merrill  <jason@yorick.cygnus.com>
1300
1301         * decl2.c (finish_file): Lose call to expand_builtin_throw.
1302         * except.c (expand_builtin_throw): Remove.
1303         * cp-tree.h: Remove ptr_ptr_type_node.
1304         * decl.c: Likewise.
1305
1306 Thu Dec 11 20:43:33 1997  Teemu Torma  <tot@trema.com>
1307         
1308         * decl.c (ptr_ptr_type_node): Define.
1309         (init_decl_processing): Initialize it.
1310         * cp-tree.h: Declare it.
1311         * exception.cc (__cp_exception_info): Use __get_eh_info.
1312         (__cp_push_exception): Ditto.
1313         (__cp_pop_exception): Ditto.
1314
1315         From Scott Snyder <snyder@d0sgif.fnal.gov>:
1316         * except.c (expand_builtin_throw): Use get_saved_pc_ref instead of
1317         saved_pc.
1318         (init_exception_processing): Removed saved_pc initialization.
1319
1320 Wed Dec 10 11:04:45 1997  Jason Merrill  <jason@yorick.cygnus.com>
1321
1322         * pt.c (instantiate_decl): Defer all templates but inline functions.
1323
1324 Mon Dec  8 23:17:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
1325
1326         * init.c (expand_vec_init): Don't fold a list of parameters.
1327
1328         * decl.c (copy_args_p): Handle copy elision for types with virtual
1329         bases.
1330         * call.c (build_over_call): Likewise.
1331
1332 Sun Dec  7 22:38:12 1997  Mark Mitchell  <mmitchell@usa.net>
1333
1334         * pt.c (lookup_template_function): Copy the template arguments,
1335         not just the list containing them, to the permanent obstack.
1336
1337 Sun Dec  7 15:53:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
1338
1339         * except.c (expand_start_catch_block): suspend_momentary for the
1340         terminate handler.
1341
1342         * error.c (dump_decl): Handle LOOKUP_EXPR.
1343
1344 Sun Dec  7 15:45:07 1997  Mark Mitchell  <mmitchell@usa.net>
1345
1346         * rtti.c (build_dynamic_cast): Copy the cast-to type to the
1347         permanent obstack if we are processing a template decl.
1348         * typeck.c (build_static_cast): Likewise.
1349         (build_const_cast): Likewise.
1350         (build_reinterpret_cast): Likewise.
1351
1352         * pt.c (coerce_template_parms): Coerce some expressions, even
1353         when processing_template_decl.
1354
1355 Sun Dec  7 01:46:33 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
1356
1357         * typeck.c (build_binary_op_nodefault, pointer_diff): Symmetric
1358         handling of pointer difference expressions.
1359
1360         * typeck.c (comp_target_types): Comparison of function/method types
1361         is independent of nptrs.
1362
1363 Sun Dec  7 01:40:27 1997  Mark Mitchell  <mmitchell@usa.net>
1364
1365         * pt.c (tsubst): Avoid creating pointer to reference and
1366         reference to reference types.
1367
1368 Sat Dec  6 01:29:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
1369
1370         * parse.y (do_id): New nonterminal.
1371         (template_id): Use it.
1372
1373 Fri Dec  5 01:17:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
1374
1375         * parse.y (template_id): do_identifier for PFUNCNAMEs, too.
1376         * spew.c (yylex): Don't do_identifier here.
1377         * decl2.c (build_expr_from_tree): Revert last change.
1378
1379         * decl2.c (build_expr_from_tree): Expand the name for a method call.
1380         * parse.y (object_template_id): Don't try to take the DECL_NAME.
1381
1382 Wed Dec  3 20:02:39 1997  Jason Merrill  <jason@yorick.cygnus.com>
1383
1384         * init.c (build_new): Use a TARGET_EXPR instead of SAVE_EXPR for
1385         alloc_expr.
1386         * call.c (build_op_delete_call): Adjust.
1387
1388         * except.c (expand_end_catch_block): Lose rethrow region.
1389         (expand_start_catch_block): Likewise.
1390         (expand_end_catch_block): Don't expand_leftover_cleanups.
1391
1392 Wed Dec  3 13:24:04 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
1393
1394         * pt.c (tsubst): Remove tree_cons call (places redundant info into
1395         DECL_TEMPLATE_INSTANTIATION).   
1396
1397 Wed Dec  3 11:44:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
1398
1399         * tree.c (is_overloaded_fn): Handle getting a fn template.
1400         (really_overloaded_fn): Likewise.
1401         * error.c (dump_decl): Handle TEMPLATE_ID_EXPRs better.
1402         * pt.c (check_explicit_specialization): Tweak.
1403         (determine_explicit_specialization): Tweak.
1404
1405         * tree.c, cp-tree.h (get_target_expr): New fn.
1406
1407 Wed Dec  3 08:47:27 1997  Paul Eggert  <eggert@twinsun.com>
1408
1409         * pt.c (check_explicit_specialization): Fix misspelling in
1410         diagnostic: `preceeded'.
1411         * typeck.c (get_delta_difference): Fix misspelling in diagnostic:
1412         `conversiona'.
1413
1414 1997-12-02  Mark Mitchell  <mmitchell@usa.net>
1415
1416         * pt.c (determine_explicit_specialization): Avoid an internal
1417         error for bad specializations.
1418
1419         * method.c (build_overload_value): Handle SCOPE_REF.
1420
1421 Tue Dec  2 19:18:50 1997  Mike Stump  <mrs@wrs.com>
1422
1423         * class.c (prepare_fresh_vtable): Enable even more complex MI
1424         vtable names.
1425
1426 Tue Dec  2 01:37:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
1427
1428         * exception.cc (__check_eh_spec): Optimize a bit.
1429
1430         * exception.cc (__cp_pop_exception): Lose handler arg.
1431         * except.c (do_pop_exception): Likewise.
1432         (push_eh_cleanup): Let the cleanup mechanism supply the handler.
1433         (expand_end_catch_block): Likewise.
1434
1435 Fri Nov 28 01:58:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
1436
1437         * pt.c (check_explicit_specialization): Complain about using a 
1438         template-id for a non-specialization.
1439
1440 Fri Nov 28 12:35:19 1997  Scott Christley  <scottc@net-community.com>
1441
1442         * repo.c: Prototype rindex only if needed.
1443         * xref.c: Likewise.
1444
1445 Fri Nov 28 01:56:35 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
1446
1447         * error.c (dump_decl): Handle TEMPLATE_ID_EXPR.
1448
1449 Thu Nov 27 00:59:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
1450
1451         * typeck.c (build_const_cast): Handle references here instead of
1452         handing off to convert_to_reference.
1453
1454         * except.c: Lose Unexpected, SetTerminate, SetUnexpected,
1455         TerminateFunctionCall.
1456         (init_exception_processing): Likewise.  Terminate et al are now
1457         the fns, not ADDR_EXPRs.
1458         (various): Lose redundant assemble_external calls.
1459         (do_unwind): s/BuiltinReturnAddress/builtin_return_address_fndecl/.
1460
1461         * cp-tree.h (struct lang_decl_flags): Add comdat.
1462         (DECL_COMDAT): New macro.
1463         * decl.c (duplicate_decls): Propagate it.
1464         (cp_finish_decl): Handle it.
1465         * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs.
1466
1467         * class.c: Remove static pending_hard_virtuals.
1468         (add_virtual_function): Take pointers to pending_virtuals
1469         and pending_hard_virtuals.
1470         (finish_struct_1): Pass them.  Declare pending_hard_virtuals.
1471
1472 Wed Nov 26 20:28:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
1473
1474         * decl2.c (import_export_vtable): If we support one_only but not
1475         weak symbols, mark instantiated template vtables one_only.
1476         (import_export_decl): Likewise for tinfo functions.
1477         (finish_vtable_vardecl): Also write out vtables from explicitly 
1478         instantiated template classes.
1479         * pt.c (mark_class_instantiated): Revert last change.
1480
1481         * except.c (expand_throw): Call mark_used on the destructor.
1482
1483 Wed Nov 26 15:13:48 1997  Jeffrey A Law  (law@cygnus.com)
1484
1485         * lex.c (lang_init): Enable flag_exceptions by default if no
1486         command line switch was specified.
1487
1488 1997-11-26  Mark Mitchell  <mmitchell@usa.net>
1489
1490         * pt.c (unify): Handle `void' template parameters in
1491         specializations.
1492
1493 Wed Nov 26 01:11:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
1494
1495         * rtti.c (build_dynamic_cast): Handle template case here.
1496         (build_dynamic_cast_1): Not here.
1497
1498         * typeck2.c (digest_init): Make copies where appropriate.
1499
1500         * decl2.c (delete_sanity): resolve_offset_ref.
1501
1502         * except.c (expand_start_catch_block): Fix catching a reference
1503         to pointer.
1504
1505 Tue Nov 25 11:28:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
1506
1507         * init.c (build_new): Copy size to the saveable obstack.
1508
1509         * init.c (build_new): Stick a CLEANUP_POINT_EXPR inside the
1510         TRY_CATCH_EXPR for now.
1511
1512 Mon Nov 24 12:15:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
1513
1514         * typeck.c (mark_addressable): Don't assume a FUNCTION_DECL
1515         has DECL_LANG_SPECIFIC.
1516
1517         * exception.cc (struct cp_eh_info): Add handlers field.
1518         (__cp_push_exception): Initialize it.
1519         (__cp_pop_exception): Decrement it.  Don't pop unless it's 0.
1520         (__throw_bad_exception): Remove.
1521         * except.c (call_eh_info): Add handlers field.
1522         (get_eh_handlers): New fn.
1523         (push_eh_cleanup): Increment handlers.
1524
1525 Fri Nov 21 12:22:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
1526
1527         * except.c (expand_start_eh_spec): Use the try/catch code.
1528         (expand_end_eh_spec): Likewise.  Call __check_eh_spec instead of
1529         doing everything inline.
1530         (init_exception_processing): throw_type_match now takes
1531         const void pointers.
1532         * exception.cc (__check_eh_spec): New fn.
1533         * inc/exception: Neither terminate nor unexpected return.
1534         * decl.c: Make const_ptr_type_node public.
1535         * tinfo2.cc (__throw_type_match_rtti): Take the typeinfos constly.
1536
1537         * except.c (expand_start_catch_block): We only need the rethrow
1538         region for non-sjlj exceptions.
1539         (expand_end_catch_block): Likewise.  Use outer_context_label_stack.
1540
1541 Thu Nov 20 14:40:17 1997  Jason Merrill  <jason@yorick.cygnus.com>
1542
1543         * Make-lang.in (CXX_LIB2FUNCS): Add new op new and op delete objs.
1544         (various.o): Likewise.
1545         * inc/new: Add placement deletes.  Add throw specs for default new.
1546         * new.cc (set_new_handler): Move here from libgcc2.
1547         * new1.cc (new (nothrow)): Catch a bad_alloc thrown from the handler.
1548         (new): Move from libgcc2.  Throw bad_alloc.
1549         * new2.cc: Move the rest of the op news and op deletes from libgcc2.
1550         * decl.c (init_decl_processing): Update exception specs on new and
1551         delete.
1552
1553         * method.c (build_decl_overload_real): Don't mess with global 
1554         placement delete.
1555
1556         * init.c (build_new): Check for null throw spec, not nothrow_t.
1557
1558         * decl.c (duplicate_decls): Don't complain about different exceptions
1559         from an internal declaration.
1560
1561         * call.c (build_op_delete_call): Fix check for member fns again.
1562
1563         * decl2.c (import_export_decl): Interface hackery affects
1564         virtual synthesized methods.
1565
1566 Wed Nov 19 18:24:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
1567
1568         * decl.c (start_decl): Don't just complain about a mismatched 
1569         scope, fix it.
1570
1571         * decl.c (make_implicit_typename): Handle case where t is not
1572         actually from context.
1573         * tree.c (get_type_decl): Lose identifier case.
1574         * spew.c (yylex): Lose useless call to identifer_typedecl_value.
1575         * parse.y (nonnested_type): Just use lookup_name.
1576         (complex_type_name): Just use IDENTIFIER_GLOBAL_VALUE.
1577
1578 Wed Nov 19 11:45:07 1997  Michael Tiemann  <tiemann@axon.cygnus.com>
1579
1580         * error.c (dump_function_name): Test DECL_LANG_SPECIFIC in case
1581         T was built in C language context (for example, by
1582         output_func_start_profiler).
1583
1584 Wed Nov 19 10:39:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
1585
1586         * decl.c (make_implicit_typename): New fn.
1587         (lookup_name_real): Use it.  Use current_class_type as the context.
1588
1589 Mon Nov 17 23:42:03 1997  Bruno Haible <haible@ilog.fr>
1590
1591         * pt.c (do_poplevel): Don't prohibit jumps into this contour.
1592
1593 Mon Nov 17 02:01:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
1594
1595         * friend.c (do_friend): Warn about non-template friends in templates.
1596
1597         * call.c (build_op_delete_call): Fix handling of inherited delete.
1598
1599         * search.c (dfs_record_inheritance): Ignore template type parms.
1600
1601 Sat Nov 15 00:30:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
1602
1603         * call.c (build_new_op): Fix copy error.
1604         (build_op_new_call): New fn.
1605         (build_op_delete_call): New fn.
1606         * cp-tree.h: Declare them.
1607         * init.c (build_new): Use them.  Support placement delete.
1608         (build_x_delete): Use build_op_delete_call.
1609         (build_delete): Likewise.
1610         * decl2.c (delete_sanity): Likewise.
1611         (coerce_delete_type): Don't complain about placement delete.
1612
1613 Thu Nov 13 01:52:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
1614
1615         * call.c (build_new_function_call): Remove unused 'obj' parm.
1616         * cp-tree.h, typeck.c: Adjust.
1617
1618         * init.c (build_new): Make the cleanup last longer.
1619         (expand_vec_init): Call do_pending_stack_adjust.
1620
1621 Wed Nov 12 11:04:33 1997  Jason Merrill  <jason@yorick.cygnus.com>
1622
1623         * pt.c (do_type_instantiation): Fix typo.
1624         (mark_class_instantiated): If we support one_only but not weak 
1625         symbols, don't mark this as known.
1626
1627         * init.c (build_new): Handle vec delete in EH cleanup.
1628
1629 Wed Nov 12 08:11:55 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
1630
1631         * call.c (build_method_call): Call complete_type before checking
1632         for destructor.
1633
1634 Sun Nov  9 01:29:55 1997  Jim Wilson  (wilson@cygnus.com)
1635
1636         * decl.c (add_block_current_level): Delete.
1637         * init.c (build_vec_delete_1): Delete build_block and
1638         add_block_current_level calls.
1639
1640 Wed Nov 12 00:48:16 1997  Jason Merrill  <jason@yorick.cygnus.com>
1641
1642         * init.c (build_new): Handle freeing allocated memory when the
1643         constructor throws.
1644
1645         * call.c (build_new_method_call): Fix flags arg.
1646
1647         * pt.c (do_type_instantiation): Don't try to instantiate
1648         member templates.
1649         (mark_decl_instantiated): If we support one_only but not
1650         weak symbols, mark this one_only.
1651         * decl2.c (import_export_vtable): Don't defer handling of vtables
1652         if MULTIPLE_SYMBOL_SPACES.
1653
1654 Tue Nov 11 12:02:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
1655
1656         * except.c (expand_end_catch_block): Lose call to __sjpopnthrow.
1657
1658 Tue Nov 11 02:53:44 1997  Jason Merrill  <jason@lasher.cygnus.com>
1659
1660         * except.c (do_pop_exception): Return a value.
1661
1662 Mon Nov 10 20:25:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
1663
1664         * call.c (build_new_method_call): Handle getting a
1665         TEMPLATE_ID_EXPR around a TEMPLATE_DECL.  Don't look for a field
1666         if we got template parms.
1667         * typeck.c (build_x_function_call): Remember the TEMPLATE_ID_EXPR,
1668         not just the args.
1669         * decl2.c (build_expr_from_tree): Tweak last change.
1670         * pt.c (tsubst_copy): Use get_first_fn instead of TREE_VALUE.
1671         (maybe_fold_nontype_arg): Split out from tsubst_copy.
1672         * tree.c (get_first_fn): Just return a TEMPLATE_ID_EXPR.
1673
1674 Mon Nov 10 20:08:38 1997  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1675
1676         * pt.c (tsubst_copy): Handle explicit template arguments in 
1677         function calls.
1678         * typeck.c (build_x_function_call): Likewise.
1679         * decl2.c (build_expr_from_tree): Lookup function name if it 
1680         hasn't been done.
1681
1682         * pt.c (tsubst): Instantiate template functions properly when 
1683         template parameter does not appear in function arguments and return 
1684         type.
1685         (comp_template_args): Handle member templates required by tsubst.
1686
1687 Mon Nov 10 20:08:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
1688
1689         * decl.c (grokdeclarator): Tweak conditions for pedwarn in
1690         previous change.
1691
1692 Mon Nov 10 20:08:29 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
1693
1694         * pt.c (coerce_template_parms): Tweak error message.
1695
1696         * decl.c (grokdeclarator): If -Wreturn-type, warn everytime a
1697         return type defaults to `int', even if there are storage-class
1698         specifiers.
1699
1700 Mon Nov 10 03:04:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
1701
1702         Complete nested exception support.
1703         * except.c (do_pop_exception): Split out...
1704         (push_eh_cleanup): From here.  Handle the EH region by hand.
1705         (expand_start_catch_block): Add a new level for the catch parm.
1706         Move the rethrow region outside the two cleanup regions.
1707         Protect the initializer for the catch parm with terminate.
1708         (expand_end_catch_block): Likewise.  End the region for the eh_cleanup.
1709         * exception.cc (__cp_pop_exception): Now takes two parms.  Handle
1710         popping off the middle of the stack.
1711         * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR, 
1712         WITH_CLEANUP_EXPR, and UNSAVE_EXPR.
1713         (build_cplus_new): Only wrap CALL_EXPRs.
1714         * init.c (expand_default_init): Handle a TRY_CATCH_EXPR around 
1715         the constructor call.
1716
1717 Sun Nov  9 18:00:26 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1718
1719         * Make-lang.in (c++.distdir): Make inc subdirectory.
1720
1721 Fri Nov  7 11:57:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
1722
1723         * decl2.c (finish_file): Put back some code.
1724
1725 Thu Nov  6 11:28:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
1726
1727         * decl2.c (finish_file): Remove redundant code.
1728         * method.c (emit_thunk): Don't let the backend defer generic thunks.
1729
1730 Wed Nov  5 23:52:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
1731
1732         * except.c (call_eh_info): Split out...
1733         (push_eh_info): From here.
1734         (expand_builtin_throw): Use it.
1735         (expand_start_catch_block): Move region start back.
1736
1737 Tue Nov  4 13:45:10 1997  Doug Evans  <devans@canuck.cygnus.com>
1738
1739         * lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
1740         (real_yylex): Record wide strings using target endianness, not host.
1741
1742 1997-11-03  Brendan Kehoe  <brendan@lisa.cygnus.com>
1743
1744         * repo.c (rindex): Add decl unconditionally.
1745         (get_base_filename, open_repo_file): Don't cast rindex.
1746         * xref.c (rindex): Add decl unconditionally.
1747         (index): Remove unused decl.
1748         (open_xref_file): Don't cast rindex.
1749
1750 Sun Nov  2 15:04:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
1751
1752         * class.c (build_vbase_path): Propagate the result type properly.
1753
1754 1997-11-01  Brendan Kehoe  <brendan@lisa.cygnus.com>
1755
1756         * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replace
1757         remaining use of saved_throw_type with a call to get_eh_type.
1758
1759 1997-10-31  Brendan Kehoe  <brendan@lisa.cygnus.com>
1760
1761         * lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
1762         (file_name_nondirectory): New function, doing the same as the macro.
1763         (set_typedecl_interface_info): Use it instead of the macro.
1764         (check_newline): Likewise.
1765         (handle_cp_pragma): Likewise.
1766
1767         * repo.c (get_base_filename): Cast result of rindex to char*.
1768         (open_repo_file): Likewise.
1769         * xref.c (open_xref_file): Likewise.
1770         * error.c (dump_char): Make its arg int, not char.
1771
1772         * except.c (push_eh_info): Pass the number of fields - 1 down, not
1773         the exact number of fields.
1774
1775 Fri Oct 31 01:47:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
1776
1777         Support for nested exceptions.
1778         * tinfo2.cc (__is_pointer): New fn.
1779         * exception.cc (struct cp_eh_info): Define.
1780         (__cp_exception_info, __uncatch_exception): New fns.
1781         (__cp_push_exception, __cp_pop_exception): New fns.
1782         * except.c: Lose saved_throw_{type,value,cleanup,in_catch}.
1783         Lose empty_fndecl.
1784         (init_exception_processing): Likewise.  __eh_pc is now external.
1785         (push_eh_info): New fn.
1786         (get_eh_{info,value,type,caught}): New fns.
1787         (push_eh_cleanup): Just call __cp_pop_exception.
1788         (expand_start_catch_block): Use push_eh_info.  Start the eh region
1789         sooner.
1790         (expand_end_eh_spec): Use push_eh_info.
1791         (expand_throw): Call __cp_push_exception to set up the exception info.
1792         Just pass the destructor or 0 as the cleanup.  Call __uncatch_exception
1793         when we rethrow.
1794         (expand_builtin_throw): Don't refer to empty_fndecl.
1795
1796 Thu Oct 23 02:01:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
1797
1798         * pt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATION on new decl.
1799
1800 1997-10-22  Brendan Kehoe  <brendan@cygnus.com>
1801
1802         * method.c (build_template_parm_names, build_decl_overload_real):
1803         Add static to definitions.
1804         * pt.c (add_to_template_args, note_template_header,
1805         processing_explicit_specialization, type_unification_real): Likewise.
1806         ({determine,check}_explicit_specialization): Use a single string for
1807         error messages.
1808
1809 Mon Oct 20 12:06:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
1810
1811         * except.c (expand_exception_blocks): Call do_pending_stack_adust.
1812         (expand_end_catch_block): Likewise.
1813         (expand_end_eh_spec): Likewise.
1814
1815 Mon Oct 20 11:44:20 1997  Mark Mitchell  <mmitchell@usa.net>
1816
1817         * decl.c (duplicate_decls): Handle template specializations
1818         correctly. 
1819         * error.c (dump_function_name): Fix printing of specializations of
1820         member functions that are not member templates.
1821         * cp-tree.h (processing_specialization): Make global.
1822         * pt.c (processing_specialization): Likewise.
1823         * lex.c (cons_up_default_function): Save and restore
1824         processing_specialization to avoid confusion.
1825         
1826 Mon Oct 20 10:52:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
1827
1828         * decl.c (init_decl_processing): Give null_node unknown* type.
1829         * typeck.c (comp_target_types): Handle UNKNOWN_TYPE.
1830         (common_type): Likewise.
1831         * error.c (args_as_string): Recognize null_node.
1832
1833 Sun Oct 19 09:13:01 1997  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1834
1835         * typeck.c (rationalize_conditional_expr): Handle {MIN,MAX}_EXPR.
1836         (unary_complex_lvalue): Call it for {MIN,MAX}_EXPR.
1837
1838         * decl.c (init_decl_processing): Call using_eh_for_cleanups.
1839
1840         * Make-lang.in (g++): Include prefix.o.
1841
1842 Thu Oct 16 15:31:09 1997  Judy Goldberg <judygold@sanwafp.com>
1843
1844         * pt.c (determine_explicit_specialization): Initialize "dummy"
1845         to keep Purify quiet.
1846
1847 Thu Oct 16 00:14:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
1848
1849         * method.c (build_overload_value): Handle TEMPLATE_CONST_PARMs here.
1850         (build_overload_int): Not here.
1851
1852 Wed Oct 15 00:35:28 1997  Mike Stump  <mrs@wrs.com>
1853
1854         * class.c (build_type_pathname): Remove.
1855         (prepare_fresh_vtable): Fix problem with complex MI vtable names.
1856
1857 1997-10-14  Brendan Kehoe  <brendan@lisa.cygnus.com>
1858
1859         * parse.y (unary_expr): Give a pedwarn if someone tries to use the
1860         &&label GNU extension.
1861
1862 Tue Oct 14 12:01:00 1997  Mark Mitchell  <mmitchell@usa.net>
1863
1864         * decl.c (pushtag): Unset DECL_ASSEMBLER_NAME before setting it,
1865         so as to avoid incorrect manglings.
1866         * method.c (build_decl_overload_real): Don't mangle return types
1867         for constructors.
1868         
1869 Tue Oct 14 11:46:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
1870
1871         * cp-tree.h (scratchalloc, build_scratch_list, make_scratch_vec,
1872         scratch_tree_cons): Define as macros for now.
1873         * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, expr.c, init.c, 
1874         lex.c, method.c, parse.y, pt.c, rtti.c, search.c, tree.c, typeck.c,
1875         typeck2.c: Use them and the expression_obstack variants.
1876
1877 Mon Oct 13 17:41:26 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
1878
1879         * decl.c (store_return_init): Allow classes with explicit ctors to
1880         be used with the named return values extension.
1881
1882 Fri Oct 10 12:21:11 1997  Jason Merrill  <jason@yorick.cygnus.com>
1883
1884         * pt.c (instantiate_decl): Fix previous change.
1885
1886 Thu Oct  9 12:08:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
1887
1888         * pt.c (tsubst): Fix thinko.
1889         (instantiate_decl): Really use the original template.
1890
1891         * call.c (build_new_method_call): Use simple constructor_name for
1892         error messages.
1893
1894 Wed Oct  8 22:44:42 1997  Jeffrey A Law  (law@cygnus.com)
1895
1896         * method.c (build_underscore_int): Don't use ANSI specific
1897         features.
1898
1899 Wed Oct  8 00:18:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
1900
1901         * decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN
1902         for our key method; it might have been inlined by -O3.
1903
1904 Tue Oct  7 23:00:12 1997  Mark Mitchell  <mmitchell@usa.net>
1905
1906         * decl.c (make_typename_type): Do not try to call lookup_field for
1907         non-aggregate types.
1908
1909 Tue Oct  7 22:52:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
1910
1911         * typeck.c (build_reinterpret_cast): Tweak.
1912
1913 Tue Oct  7 22:45:31 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
1914
1915         * typeck.c (build_reinterpret_cast): converting a void pointer
1916         to function pointer with a reinterpret_cast produces a warning
1917         if -pedantic is issued
1918
1919 Tue Oct  7 22:43:43 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
1920
1921         * typeck.c (c_expand_return): Don't warn about returning a
1922         reference-type variable as a reference.
1923
1924 Tue Oct  7 21:11:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
1925
1926         * method.c (build_static_name): Fix typo.
1927
1928 1997-10-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
1929
1930         * decl.c (duplicate_decls): Make sure DECL_LANG_SPECIFIC is set on
1931         OLDDECL before we try to do DECL_USE_TEMPLATE.
1932
1933 Tue Oct  7 00:48:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
1934
1935         * decl.c (duplicate_decls): Don't warn about template instances.
1936
1937         * typeck.c (mark_addressable): Lose ancient code that unsets
1938         DECL_EXTERNAL.
1939
1940         * pt.c (do_decl_instantiation): Lose support for instantiating
1941         non-templates.
1942
1943         * call.c (build_new_function_call): Fix handling of null explicit
1944         template args.
1945         (build_new_method_call): Likewise.
1946
1947 Mon Oct  6 23:44:34 1997  Mark Mitchell  <mmitchell@usa.net>
1948
1949         * method.c (build_underscore_int): Fix typo.
1950
1951 1997-10-06  Brendan Kehoe  <brendan@lisa.cygnus.com>
1952
1953         * tree.c (print_lang_statistics): #if 0 call to
1954         print_inline_obstack_statistics until its definition is checked in.
1955
1956 Mon Oct  6 09:27:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
1957
1958         * decl2.c (finish_file): Move dump_tree_statistics to end.
1959
1960         * pt.c (instantiate_decl): Look for the original template.
1961         (tsubst): Set DECL_IMPLICIT_INSTANTIATION on partial instantiations
1962         of member templates.
1963
1964 Wed Oct  1 08:41:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
1965
1966         * Makefile.in (g++FAQ.*): New rules.
1967         (CONFLICTS): Update.
1968         * g++FAQ.texi: Moved from libg++.
1969
1970         * parse.y (PFUNCNAME): Only specify the type once.
1971
1972 1997-10-01  Brendan Kehoe  <brendan@lasher.cygnus.com>
1973
1974         * lex.c (real_yylex): Clean up the code to fully behave the way
1975         the c-lex.c parser does for complex and real numbers.
1976
1977 Tue Sep 30 08:51:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
1978
1979         * method.c (build_decl_overload_real): Reformat.
1980
1981 Tue Sep 30 00:18:26 1997  Jason Merrill  <jason@yorick.cygnus.com>
1982
1983         * method.c (synthesize_method): If at_eof, determine our linkage.
1984
1985 1997-09-29  Paul Eggert  <eggert@twinsun.com>
1986
1987         * lex.c (real_yylex): Treat `$' just like `_', except issue a
1988         diagnostic if !dollars_in_ident or if pedantic.
1989
1990         * lang-specs.h (@c++): -ansi no longer implies -$.
1991
1992         * decl2.c (lang_decode_option):
1993         -traditional and -ansi now do not mess with
1994         dollars_in_ident.
1995
1996 Mon Sep 29 19:57:51 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
1997
1998         * Makefile.in (parse.o, decl.o): Also depend on
1999         $(srcdir)/../except.h $(srcdir)/../output.h.
2000         (decl2.o): Also depend on $(srcdir)/../expr.h ../insn-codes.h
2001         $(srcdir)/../except.h $(srcdir)/../output.h.
2002         (typeck.o, init.o): Also depend on $(srcdir)/../expr.h
2003         ../insn-codes.h.
2004
2005         * call.c, cp-tree.h, decl.c, tree.c: Finish prototyping.
2006
2007         * expr.c (cplus_expand_expr): Make it static. 
2008
2009         * decl2.c, init.c, typeck.c: Include "expr.h".
2010         (expand_expr): Use proper values when calling the function.
2011
2012 Mon Sep 29 11:05:54 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
2013
2014         * lang-options.h: new -Wold-style-cast flag.
2015         * cp-tree.h (warn_old_style_cast): new variable.
2016         * decl2.c (warn_old_style_cast): ditto.
2017         (lang_decode_option): support -Wold-style-cast.
2018         (reparse_absdcl_as_casts): produce old-style-cast warning.
2019
2020 Mon Sep 29 09:20:53 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
2021
2022         * decl.c (cp_finish_decl): Allow expand_aggr_init to set
2023         TREE_USED, reset value based on already_used.
2024
2025         * init.c (expand_member_init): Revert change.
2026         
2027 Mon Sep 29 08:57:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
2028
2029         * cp-tree.h, decl.c, decl2.c, pt.c:
2030         Lose DECL_C_STATIC and DECL_PUBLIC.  Don't pretend statics are public.
2031
2032         * decl2.c (lang_decode_option): Add missing ;.
2033
2034 Sat Sep 27 16:22:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
2035
2036         * friend.c (do_friend): Disable injection for all template-derived
2037         decls.
2038         * decl2.c (lang_decode_option): Handle -fguiding-decls.
2039         * parse.y (notype_template_declarator): New nonterminal.
2040         (direct_notype_declarator): Use it.
2041         (complex_direct_notype_declarator): Likewise.
2042         (object_template_id): Accept any kind of identifier after TEMPLATE.
2043         (notype_qualified_id): Don't add template declarators here.
2044
2045 Sat Sep 27 16:21:58 1997  Mark Mitchell  <mmitchell@usa.net>
2046
2047         * call.c (add_template_candidate): Add explicit_targs parameter.
2048         (build_scoped_method_call): Use it.
2049         (build_overload_call_real): Likewise.
2050         (build_user_type_conversion_1): Likewise.
2051         (build_new_function_call): Likewise.
2052         (build_object_call): Likewise.
2053         (build_new_op): Likewise.
2054         (build_new_method_call): Likewise.
2055         (build_new_function_call): Handle TEMPLATE_ID_EXPR.
2056         (build_new_method_call): Likewise.
2057
2058         * class.c (finish_struct_methods): Add specialization pass to
2059         determine which methods were specializing which other methods.
2060         (instantiate_type): Handle TEMPLATE_ID_EXPR.
2061
2062         * cp-tree.def (TEMPLATE_ID_EXPR): New tree code.
2063
2064         * cp-tree.h (name_mangling_version): New variable.
2065         (flag_guiding_decls): Likewise.
2066         (build_template_decl_overload): New function.
2067         (begin_specialization): Likewise.
2068         (reset_specialization): Likewise.
2069         (end_specialization): Likewise.
2070         (determine_explicit_specialization): Likewise.
2071         (check_explicit_specialization): Likewise.
2072         (lookup_template_function): Likewise.
2073         (fn_type_unification): Add explicit_targs parameter.
2074         (type_unification): Likewise.
2075
2076         * decl.c (duplicate_decls): Add smarts for explicit
2077         specializations.
2078         (grokdeclarator): Handle TEMPLATE_ID_EXPR, and function
2079         specializations.
2080         (grokfndecl): Call check_explicit_specialization.
2081
2082         * decl2.c (lang_decode_option): Handle -fname-mangling-version.
2083         (build_expr_from_tree): Handle TEMPLATE_ID_EXPR.
2084         (check_classfn): Handle specializations.
2085
2086         * error.c (dump_function_name): Print specialization arguments.
2087
2088         * friend.c (do_friend): Don't call pushdecl for template 
2089         instantiations. 
2090
2091         * init.c (build_member_call): Handle TEMPLATE_ID_EXPR.
2092
2093         * lang-options.h: Add -fname-mangling-version, -fguiding-decls, 
2094         and -fno-guiding-decls.
2095
2096         * lex.c (identifier_type): Return PFUNCNAME for template function
2097         names.
2098
2099         * method.c (build_decl_overload_real): New function.
2100         (build_template_parm_names): New function.
2101         (build_overload_identifier): Use it.
2102         (build_underscore_int): New function.
2103         (build_overload_int): Use it.  Add levels for template
2104         parameters.
2105         (build_overload_name): Likewise.  Also, handle TYPENAME_TYPEs.
2106         (build_overload_nested_names): Handle template type parameters.
2107         (build_template_decl_overload): New function.
2108
2109         * parse.y (YYSTYPE): New ntype member.
2110         (nested_name_specifier): Use it.
2111         (nested_name_specifier_1): Likewise.
2112         (PFUNCNAME): New token.
2113         (template_id, object_template_id): New non-terminals.
2114         (template_parm_list): Note specializations.
2115         (template_def): Likewise.
2116         (structsp): Likewise.
2117         (fn.def2): Handle member template specializations.
2118         (component_decl_1): Likewise.
2119         (direct_notype_declarator): Handle template-ids.
2120         (component_decl_1): Likewise.
2121         (direct_notype_declarator): Handle template-ids.
2122         (primary): Handle TEMPLATE_ID_EXPR, and template-ids.
2123
2124         * pt.c (processing_specializations): New variable.
2125         (template_header_count): Likewise.
2126         (type_unification_real): New function.
2127         (processing_explicit_specialization): Likewise.
2128         (note_template_header): Likewise.
2129         (is_member_template): Handle specializations.
2130         (end_template_decl): Call reset_specialization.
2131         (push_template_decl): Handle member template specializations.
2132         (tsubst): Likewise.
2133         (tsubst_copy): Handle TEMPLATE_ID_EXPR.
2134         (instantiate_template): Handle specializations.
2135         (instantiate_decl): Likewise.
2136         (fn_type_unification): Handle explicit_targs.
2137         (type_unification): Likewise.  Allow incomplete unification
2138         without an error message, if allow_incomplete.
2139         (get_bindings): Use new calling sequence for fn_type_unification.
2140
2141         * spew.c (yylex): Handle PFUNCNAME.
2142
2143         * tree.c (is_overloaded_fn): Handle TEMPLATE_ID_EXPR.
2144         (really_overloaded_fn): Likewise.
2145         (get_first_fn): Handle function templates.
2146
2147         * typeck.c (build_x_function_call): Use really_overloaded_fn.
2148         Handle TEMPLATE_ID_EXPR.
2149         (build_x_unary_op): Likewise.
2150         (build_unary_op): Likewise.
2151         (mark_addressable): Templates whose address is taken are marked  
2152         as used. 
2153
2154 1997-09-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2155
2156         * decl.c (init_decl_processing): Declare __builtin_constant_p as
2157         accepting any kind of type, not only int.
2158
2159 Fri Sep 26 00:22:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
2160
2161         * search.c (get_matching_virtual): Notice virtual bases when sorrying
2162         about covariant returns.
2163
2164         * parse.y (member_init): Also imply typename here.  Remove ancient
2165         extension for initializing base members.
2166
2167 Thu Sep 25 11:11:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
2168
2169         Handle multi-level typenames and implicit typename in base list.
2170         * parse.y (typename_sub{,[0-2]}): New rules.
2171         (structsp, rule TYPENAME_KEYWORD): Use typename_sub.
2172         (nonnested_type): New rule.
2173         (complete_type_name): Use it.
2174         (base_class.1): Use typename_sub and nonnested_type.
2175         (nested_name_specifier): Don't elide std:: here.
2176         * decl.c (make_typename_type): Handle getting a type for NAME.
2177         (lookup_name_real): Turn std:: into :: here.
2178
2179         Rvalue conversions were removed in London.
2180         * call.c (is_subseq): Don't consider lvalue transformations.
2181         (build_conv): LVALUE_CONV and RVALUE_CONV get IDENTITY_RANK.
2182         (joust): Reenable ?: kludge.
2183
2184 1997-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
2185
2186         * decl.c (start_function): Up warning of no return type to be a
2187         pedwarn.
2188
2189 Mon Sep 22 14:15:34 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
2190
2191         * init.c (expand_member_init): Don't set TREE_USED.
2192         * decl.c (cp_finish_decl): Mark decls used if type has TREE_USED
2193         set,don't clear TREE_USED wholesale.
2194
2195 Sat Sep 20 15:31:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
2196
2197         * call.c (build_over_call): Do require_complete_type before
2198         build_cplus_new.
2199
2200 Thu Sep 18 16:47:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
2201
2202         * search.c (lookup_field): Call complete_type in all cases.
2203
2204         * decl.c (finish_function): Just warn about flowing off the end.
2205
2206 Wed Sep 17 10:31:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
2207
2208         * decl.c (grokparms): Don't bash a permanent list node if we're
2209         in a function.
2210
2211 1997-09-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
2212
2213         * Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
2214
2215 Tue Sep 16 14:06:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
2216
2217         * call.c (build_new_op): Give better error for syntactically
2218         correct, but semantically invalid, use of undeclared template.
2219
2220         * call.c (compare_qual): Handle pmfs.
2221
2222         * decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
2223         after the exception spec.
2224
2225 Mon Sep 15 11:52:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
2226
2227         * call.c (null_ptr_cst_p): Integer type, not integral type.
2228
2229         * call.c (joust): Disable warnings until they can be moved to the
2230         right place.
2231
2232 Fri Sep 12 16:11:13 1997  Per Bothner  <bothner@cygnus.com>
2233
2234         * Makefile.in, config-lang.in:  Convert to autoconf.
2235
2236 Thu Sep 11 17:14:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
2237
2238         * decl.c (lookup_name_real): Add implicit 'typename' to types from
2239         base classes.
2240
2241         * pt.c (most_specialized_class): Fix typo.
2242         (tsubst): Move constant folding to TREE_VEC case.
2243
2244 Thu Sep 11 10:08:45 1997  Mark Mitchell  <mmitchell@usa.net>
2245
2246         * pt.c (do_poplevel): Don't warn about unused local variables
2247         while processing_template_decl since we don't always know whether
2248         or not they will need constructing/destructing.
2249
2250         * pt.c (uses_template_parms): Check the values of an enumeration
2251         type to make sure they don't depend on template parms.
2252
2253         * decl.c (make_typename_type): Don't lookup the field if the
2254         context uses template parms, even if we're not
2255         processing_template_decl at the moment.
2256
2257         * pt.c (coerce_template_parms): Avoid looking at the
2258         TYPE_LANG_DECL portion of a typename type, since there won't be
2259         one. 
2260         (tsubst): Do constant folding as necessary to make sure that
2261         arguments passed to lookup_template_class really are constants. 
2262
2263 Wed Sep 10 11:21:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
2264
2265         * except.c (expand_builtin_throw): #ifndef DWARF2_UNWIND_INFO.
2266         * decl2.c (finish_file): Only register exception tables if we
2267         need to.
2268
2269         * decl.c (init_decl_processing): Add __builtin_[fs]p.
2270
2271 Tue Sep  9 19:49:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
2272
2273         * pt.c (unify): Just return 0 for a TYPENAME_TYPE.
2274
2275 Tue Sep  9 17:57:25 1997  Mark Mitchell  <mmitchell@usa.net>
2276
2277         * error.c (dump_decl): Avoid crashing when presented with a
2278         uninitialized constant, as can occur with a template parameter.
2279         (dump_expr): Make sure that there are enough levels of
2280         current_template_parms before we start diving through them.
2281
2282 1997-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
2283
2284         * typeck.c (build_indirect_ref): Heed FLAG_VOLATILE similar to
2285         c-typeck.c.
2286
2287 Tue Sep  9 09:36:39 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
2288
2289         * except.c (expand_throw): Call build_delete for all 
2290         exception types, not just objects with destructors.
2291
2292 Mon Sep  8 02:33:20 1997  Jody Goldberg  <jodyg@idt.net>
2293
2294         * decl.c (current_local_enum): Remove static.
2295         * pt.c (tsubst_enum): Save and restore value of current_local_enum
2296         in case template is expanded in enum decl.
2297         (instantiate_class_template) : Use new tsubst_enum signature.
2298         (tsubst_expr): Likewise.
2299
2300 Mon Sep  8 01:21:43 1997  Mark Mitchell  <mmitchell@usa.net>
2301
2302         * pt.c (begin_member_template_processing): Take a function as
2303         argument, not a set of template arguments.  Use the template
2304         parameters, rather than the arguments.  Handle non-type parameters
2305         correctly.  Push a binding level for the parameters so that multiple
2306         member templates using the same parameter names can be declared.
2307         (end_member_template_processing): Pop the binding level.
2308         (push_template_decl): Mark member templates as static when
2309         appropriate. 
2310
2311         * lex.c (do_pending_inlines): Pass the function, not its template
2312         arguments, to begin_member_template_processing.
2313         (process_next_inline): Likewise.
2314         (do_pending_defargs): Likewise.
2315
2316         * error.c (dump_expr): Obtain the correct declaration for a
2317         TEMPLATE_CONST_PARM. 
2318
2319         * call.c (add_template_conv_candidate): New function.
2320         (build_object_call): Handle member templates, as done in the other
2321         build_ functions.
2322         
2323 Sat Sep  6 10:20:27 1997  Mark Mitchell  <mmitchell@usa.net>
2324
2325         * decl.c (replace_defag): Undo previous change.
2326         * lex.c (do_pending_defargs): Deal with member templates.
2327         
2328         * pt.c (is_member_template): Avoid crashing when passed a
2329         non-function argument.
2330
2331 Fri Sep  5 17:27:38 1997  Jason Merrill  <jason@yorick.cygnus.com>
2332
2333         * class.c (grow_method): Remove check for redeclaration.
2334
2335 Fri Sep  5 01:37:17 1997  Mark Mitchell  <mmitchell@usa.net>
2336
2337         * cp-tree.h (INNERMOST_TEMPLATE_PARMS): New macro.
2338         (DECL_INNERMOST_TEMPLATE_PARMS): Likewise.
2339         (PRIMARY_TEMPLATE_P): Use it.
2340         * call.c (build_overload_call_real): Use it.
2341         * class.c (instantiate_type): Likewise.
2342         * decl.c (decls_match): Likewise.
2343         * method.c (build_overload_identifier): Likewise.
2344         * pt.c (push_template_decl): Likewise.
2345         (classtype_mangled_name): Likewise.
2346         (lookup_template_class): Likewise.
2347         
2348         * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to
2349         DECL_NTPARMS to conform to usage elsewhere.
2350         * call.c (add_template_candidate): Likewise.
2351         * class.c (instantiate_type): Likewise.
2352         * pt.c (instantiate_template): Likewise.
2353         (get_bindings): Likewise.
2354         
2355         * class.c (grow_method): Use DECL_FUNCTION_TEMPLATE_P instead of
2356         is_member_template.
2357
2358         * pt.c (unify): Undo changes to allow multiple levels of template
2359         parameters. 
2360         (type_unification): Likewise.
2361         (fn_type_unification): Likewise.
2362         (get_class_bindings): Likewise.
2363         * cp-tree.h (Likewise).
2364         
2365         * decl.c (replace_defarg): Check that the type of the default
2366         parameter does not invlove a template type before complaining
2367         about the initialization.
2368
2369         * error.c (dump_expr): Deal with template constant parameters in
2370         member templates correctly.
2371
2372         * pt.c (is_member_template): Deal with class specializations
2373         correctly. 
2374         (tsubst): Handle "partial instantiation" of member templates
2375         correctly. 
2376
2377 Wed Sep  3 12:30:24 1997  Mark Mitchell  <mmitchell@usa.net>
2378
2379         * pt.c (type_unification): Change calling squence to allow for
2380         multiple levels of template parameters.
2381         (tsubst_expr): Likewise.
2382         (tsubst): Likewise.
2383         (tsubst_copy): Likewise.
2384         (instantiate_template): Likewise.
2385         (unify): Likewise.
2386         * call.c (build_overload_call_real): Use it.
2387         (add_builtin_candidate): Use it.
2388         (build_new_method_call): Use it.
2389         * class.c (instantiate_type): Use it.
2390         * decl.c (grokdeclarator): Use it.
2391         * decl2.c (finish_file): Use it.
2392         * method.c (build_overload_identifier): Use it.
2393         
2394         * call.c (add_template_candidate):  Add additional parameter for
2395         the function return type.  Call fn_type_unification istead of
2396         type_unification.
2397         (build_user_type_conversion_1): Handle member templates.
2398         (build_new_function_call): Likewise.
2399         (build_new_op): Likewise.
2400         (build_new_method_call): Likewise.
2401         
2402         * class.c (grow_method): Don't give an error message indicating
2403         that two member templates with the same name are ambiguous.
2404         (finish_struct): Treat member template functions just like member
2405         functions.
2406         
2407         * cp-tree.h (check_member_template): Add declaration.
2408         (begin_member_template_processing): Likewise.
2409         (end_member_template_processing): Likewise.
2410         (fn_type_unification): Likewise.
2411         (is_member_template): Likewise.
2412         (tsubst): Change prototype.
2413         (tsubst_expr): Likewise.
2414         (tsubst_copy): Likewise.
2415         (instantiate_template): Likewise.
2416         (get_bindings): Likewise.
2417
2418         * decl.c (decls_match): Handle multiple levels of template
2419         parameters. 
2420         (pushdecl): Handle template type params just like other type
2421         declarations. 
2422         (push_class_level_binding): Return immediately if the
2423         class_binding_level is NULL.
2424         (grokfndecl): If check_classfn() returns a member_template, use
2425         the result of the template, not the template itself.
2426         
2427         * decl2.c (check_member_template): New function.  Check to see
2428         that the entity declared to be a member template can be one.
2429         (check_classfn): Allow redeclaration of member template functions
2430         with different types; the new functions can be specializations or
2431         explicit instantiations.
2432         
2433         * error.c (dump_decl): Handle multiple levels of template
2434         parameters. 
2435         (dump_function_decl): Update to handle function templates.
2436
2437         * lex.c (do_pending_inlines): Set up template parameter context
2438         for member templates.
2439         (process_next_inline): Likewise.
2440
2441         * method. (build_overload_identifier): Adjust for multiple levels
2442         of template parameters.
2443         
2444         * parse.y (fn.def2): Add member templates.
2445         (component_decl_1): Likewise.
2446
2447         * pt.c (begin_member_template_processing): New function.
2448         (end_member_template_processing): Likewise.
2449         (is_member_template): Likewise.
2450         (fn_type_unification): Likewise.
2451         (current_template_parms): Return a vector of all the template
2452         parms, not just the innermost level of parms.
2453         (push_template_decl): Deal with the possibility of member
2454         templates. 
2455         (lookup_template_class): Likewise.
2456         (uses_template_parms): Likewise.
2457         (tsubst): Modify processing to TEMPLATE_TYPE_PARM and
2458         TEMPLATE_CONST_PARM to deal with multiple levels of template
2459         arguments.   Add processing of TEMPLATE_DECL to produce new
2460         TEMPLATE_DECLs from old ones.
2461         (do_decl_instantiation): Handle member templates.
2462
2463         * search.c (lookup_fnfields_1): Handle member template conversion
2464         operators. 
2465
2466         * tree.c (cp_tree_equal): Check the levels, as well as the
2467         indices, of TEMPLATE_CONST_PARMs.
2468
2469         * typeck.c (comptypes): Check the levels, as well as the indices,
2470         fo TEMPLATE_TYPE_PARMs.
2471         (build_x_function_call): Treat member templates like member
2472         functions. 
2473         
2474 Wed Sep  3 11:09:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
2475
2476         * typeck.c (c_expand_return): Always convert_for_initialization
2477         before checking for returning a pointer to local.
2478
2479         * pt.c (type_unification): If strict and the function parm doesn't
2480         use template parms, just compare types.
2481
2482 Wed Sep  3 10:35:49 1997  Klaus Espenlaub  <kespenla@student.informatik.uni-ulm.de>
2483
2484         * method.c (build_overloaded_value): Replace direct call
2485         to the floating point emulator with REAL_VALUE_TO_DECIMAL macro.
2486
2487 Wed Sep  3 00:02:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
2488
2489         * typeck.c (convert_arguments): Don't arbitrarily choose the first
2490         of a set of overloaded functions.
2491
2492 Tue Sep  2 12:09:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
2493
2494         * lex.c (real_yylex): Don't elide __FUNCTION__.
2495
2496         * method.c (build_overload_value): Add in_template parm.
2497         (build_overload_int): Likewise.
2498         (build_overload_identifier): Pass it.
2499
2500         * decl.c (duplicate_decls): Don't bash a previous template
2501         definition with a redeclaration.
2502
2503         * pt.c (unify): float doesn't match double.
2504
2505         * pt.c (do_type_instantiation): Handle getting a _TYPE or a
2506         TYPE_DECL.  Handle getting non-template types.
2507         * parse.y (explicit_instantiation): Use typespec instead of
2508         aggr template_type.
2509
2510 Tue Sep  2 10:27:08 1997  Richard Henderson  <rth@cygnus.com>
2511
2512         * typeck.c (build_ptrmemfunc1): Clean up ptr->int cast warnings.
2513
2514 Mon Sep  1 13:19:04 1997  Eugene Mamchits <eugin@ips.ras.ru>
2515
2516         * call.c (add_builtin_candidate): Add missing TREE_TYPE.
2517         (compare_ics): Likewise.
2518
2519 Mon Sep  1 13:19:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
2520
2521         * call.c (joust): Warn about choosing one conversion op over
2522         another because of 'this' argument when the other return type is
2523         better.
2524         (source_type): New fn.
2525
2526         * call.c (build_new_op): Strip leading REF_BIND from first operand
2527         to builtin operator.
2528
2529         * decl2.c (mark_vtable_entries): Mark abort_fndecl as used when we
2530         use its RTL.
2531
2532 Thu Aug 28 09:45:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
2533
2534         * call.c (null_ptr_cst_p): Remove support for (void*)0.
2535
2536 Wed Aug 27 02:03:34 1997  Jeffrey A Law  (law@cygnus.com)
2537
2538         * typeck.c (expand_target_expr): Make definition match declaration.
2539
2540         * class.c (get_basefndecls): Make definition match declaration.
2541
2542 Mon Aug 25 14:30:02 1997  Jason Merrill  <jason@yorick.cygnus.com>
2543
2544         * input.c (sub_getch): Eventually give up and release the input file.
2545
2546         * decl.c (cp_finish_decl): If #p i/i, put inline statics in the
2547         right place.
2548
2549         * call.c (joust): Tweak message.
2550
2551 Sat Aug 23 18:02:59 1997  Mark Mitchell  <mmitchell@usa.net>
2552
2553         * error.c (type_as_string): Put const/volatile on template type
2554         parameters where appropriate.
2555
2556 Sat Aug 23 17:47:22 1997  Jeffrey A Law  (law@cygnus.com)
2557
2558         * call.c (strictly_better): Make arguments unsigned ints.
2559
2560 Thu Aug 21 18:48:44 1997  Jason Merrill  <jason@yorick.cygnus.com>
2561
2562         * lex.c (real_yylex): Refer to __complex instead of complex.
2563
2564 Thu Aug 21 22:25:46 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
2565
2566         * lex.c (real_yylex): Don't use getc directly.
2567
2568 Wed Aug 20 17:25:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
2569
2570         * call.c (is_subseq): Don't try to be clever.
2571
2572 Wed Aug 20 03:13:36 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
2573
2574         * parse.y, pt.c: Include "except.h".
2575         * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c,
2576         error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c,
2577         lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c,
2578         sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish
2579         prototyping.
2580
2581 Wed Aug 20 01:34:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
2582
2583         * decl2.c (mark_vtable_entries): Instead of replacing pure
2584         virtuals with a reference to __pure_virtual, copy the decl and
2585         change the RTL.
2586
2587 Tue Aug 19 02:26:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
2588
2589         * pt.c (lookup_nested_type_by_name): Handle typedef wierdness.
2590
2591         * typeck2.c (my_friendly_abort): Report bugs to egcs-bugs@cygnus.com.
2592
2593         * pt.c (instantiate_class_template): Call repo_template_used
2594         before finish_prevtable_vardecl.
2595
2596         * call.c (is_subseq): New fn.
2597         (compare_ics): Use it.
2598
2599         * repo.c (finish_repo): Don't crash on no args.
2600
2601         * parse.y (named_complex_class_head_sans_basetype): Handle
2602         explicit global scope.
2603         * decl2.c (handle_class_head): New fn.
2604
2605         * pt.c (unify): Add CONST_DECL case.
2606
2607 Thu Aug 14 10:05:13 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
2608
2609         * rtti.c (permanent_obstack): Fix decl to not be a pointer.
2610
2611         * cp-tree.h (report_type_mismatch): Add prototype.
2612         * call.c (build_overload_call_real): Remove erroneous fourth
2613         argument to report_type_mismatch.
2614         (build_user_type_conversion_1): Remove erroneous second arg to
2615         tourney.
2616         (build_new_function_call): Likewise.
2617         (build_object_call): Likewise.
2618         (build_new_op): Likewise.
2619         (build_new_method_call): Likewise.
2620
2621 Wed Aug 13 19:19:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
2622
2623         * error.c (dump_decl): Don't bother processing a function with no
2624         DECL_LANG_SPECIFIC.
2625
2626         * method.c (emit_thunk): Call init_function_start in the macro case.
2627
2628 Wed Aug 13 10:46:19 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
2629
2630         * decl2.c (DEFAULT_VTABLE_THUNKS): Define to be 0 if not
2631         defined and used to set flag_vtable_thunks.
2632
2633 Tue Aug 12 20:13:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
2634
2635         * parse.y: Don't clear the inlines from their obstack until they've 
2636         all been processed.
2637
2638         * decl.c (duplicate_decls): Don't complain about exception
2639         specification mismatch if flag_exceptions is off.
2640
2641 Mon Aug 11 15:01:56  1997  Marc Lehmann <pcg@goof.com>
2642
2643         * Make-lang.in (c++.distclean): Remove g++.c on make distclean.
2644
2645 Sun Aug 10 12:06:09 1997  Paul Eggert  <eggert@twinsun.com>
2646
2647         * cp-tree.h: Replace STDIO_PROTO with PROTO in include files.
2648         * cvt.c, error.c, except.c, expr.c, friend.c, init.c, rtti.c:
2649         Include <stdio.h> before include files that formerly used STDIO_PROTO. 
2650
2651         * decl.c, g++spec.c, lex.c, method.c, repo.c:
2652         Include "config.h" first, as per autoconf manual.
2653
2654 Fri Aug  8 11:47:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
2655
2656         * decl.c (duplicate_decls): Tweak wording.
2657         * lex.c (do_pending_defargs): Don't die if we see a default arg
2658         that isn't a DEFAULT_ARG.
2659         * error.c (dump_expr): Handle DEFAULT_ARG.
2660
2661         * decl2.c (lang_decode_option): Handle -fhandle-exceptions.
2662         * lang-options.h: Add -fhandle-exceptions.
2663
2664         * class.c (build_vtable): vtables are artificial.
2665         (prepare_fresh_vtable): Likewise.
2666
2667 Wed Aug  6 11:02:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
2668
2669         * cvt.c (ocp_convert): After converting to the target type, set
2670         LOOKUP_NO_CONVERSION.
2671
2672         * call.c (joust): Warn about potentially confusing promotion rules
2673         with -Wsign-promo.
2674         * cp-tree.h, lang-options.h, decl2.c: Support -Wsign-promo.
2675
2676 Tue Aug  5 15:15:07 1997  Michael Meissner  <meissner@cygnus.com>
2677
2678         * exception.cc: Declare __terminate_func with noreturn attribute.
2679
2680 Fri Aug  1 03:18:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
2681
2682         * parse.y: Break out eat_saved_input, handle errors.
2683         (function_try_block): Use compstmt instead of compstmt_or_error.
2684
2685 Thu Jul 31 17:14:04 1997  Jason Merrill  <jason@yorick.cygnus.com>
2686
2687         * tree.c (build_cplus_new): Don't set TREE_ADDRESSABLE.
2688
2689 Fri Jul  4 01:45:16 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2690
2691         * Make-lang.in (cplib2.txt, cplib2.ready): Instead of checking for
2692         existence of cc1plus check whether $(LANGUAGES) contains C++.
2693
2694 Wed Jul 30 13:04:21 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2695
2696         * method.c (do_build_copy_constructor): When copying an anonymous
2697         union member loop around to handle nested anonymous unions.  Use
2698         the offset of the member relative to the outer structure, not the
2699         union.
2700
2701 Tue Jul 29 21:17:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
2702
2703         * call.c (resolve_args): New fn.
2704         (build_new_function_call): Use it.
2705         (build_object_call): Likewise.
2706         (build_new_method_call): Likewise.
2707
2708 Mon Jul 28 16:02:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
2709
2710         * call.c (build_over_call): tsubst all default parms from templates.
2711
2712 Wed Jul 23 13:36:25 1997  Jason Merrill  <jason@yorick.cygnus.com>
2713
2714         * decl.c (struct cp_function): Add static_labelno.
2715         (push_cp_function_context): Save it.
2716         (pop_cp_function_context): Restore it.
2717
2718 Tue Jul 22 14:43:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
2719
2720         * typeck.c (build_component_ref_1): Convert from reference.
2721
2722 Tue Jul 22 11:06:23 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
2723
2724         * parse.y (current_declspecs, prefix_attributes): Initialize to
2725         NULL_TREE.
2726
2727         * parse.y (initdcl0): Make sure CURRENT_DECLSPECS is non-nil
2728         before we try to force it to be a TREE_LIST.
2729         (decl): Make sure $1.t is non-nil.
2730
2731 Sun Jul 20 11:53:07 1997  Jason Merrill  <jason@yorick.cygnus.com>
2732
2733         * pt.c (uses_template_parms): Handle template first-parse codes.
2734
2735         * decl.c (cp_finish_decl): Only warn about user-defined statics.
2736
2737 Fri Jul 18 17:56:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
2738
2739         * pt.c (unify): Handle BOOLEAN_TYPE.
2740
2741         * cp-tree.h: Lose PARM_DEFAULT_FROM_TEMPLATE.
2742         * pt.c (tsubst): Don't set it.
2743         * call.c (build_over_call): Use uses_template_parms.
2744
2745 Thu Jul 17 18:06:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
2746
2747         * method.c (build_overload_nested_name): Use static_labelno
2748         instead of var_labelno.
2749         (build_qualified_name): New fn.
2750         (build_overload_name): Split out from here.
2751         (build_static_name): Use build_qualified_name.
2752         * decl.c (cp_finish_decl): Statics in extern inline functions 
2753         have comdat linkage.
2754         (start_function): Initialize static_labelno.
2755
2756 Thu Jul 17 11:20:17 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
2757
2758         * class.c (finish_struct_methods): add check of warn_ctor_dtor_privacy
2759         before "all member functions in class [] are private"
2760
2761 Wed Jul 16 23:47:08 1997  Jason Merrill  <jason@yorick.cygnus.com>
2762
2763         * lex.c (do_scoped_id): convert_from_reference.
2764         * init.c (build_offset_ref): Likewise.
2765
2766 Wed Jul 16 12:34:29 1997  Benjamin Kosnik  <bkoz@lisa.cygnus.com>
2767
2768         * error.c (dump_expr): Check TREE_OPERAND before dump_expr_list.
2769
2770 Mon Jul 14 03:23:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
2771
2772         * typeck.c (get_member_function_from_ptrfunc): Promote index
2773         before saving it.
2774
2775 Sun Jul 13 00:11:52 1997  Jason Merrill  <jason@yorick.cygnus.com>
2776
2777         * tree.c (layout_basetypes): Move non-virtual destructor warning.
2778         * decl.c (xref_basetypes): Remove non-virtual destructor warning.
2779
2780 Sat Jul 12 12:47:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
2781
2782         * decl.c (grokdeclarator): Call add_defarg_fn for the function
2783         type, too.
2784         * lex.c (add_defarg_fn): Adjust.
2785         (do_pending_defargs): Adjust.  Don't skip the first parm.
2786
2787 Fri Jul 11 01:39:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
2788
2789         * decl.c (build_enumerator): Global enumerators are also readonly.
2790
2791         * rtti.c (build_dynamic_cast_1): Renamed from build_dynamic_cast.
2792         (build_dynamic_cast): Call it and convert_from_reference.
2793
2794         * lex.c (add_defarg_fn): New fn.
2795         (snarf_defarg): Don't add to defarg_types.
2796         (do_pending_defargs): Lose defarg_types.  All fns we process now
2797         have defargs.
2798         * decl.c (grokfndecl): Call add_defarg_fn.
2799
2800         * Makefile.in (CONFLICTS): Expect 18 s/r conflicts.
2801         * cp-tree.def: Add DEFAULT_ARG.
2802         * spew.c (yylex): Call snarf_defarg as appropriate.
2803         * parse.y: New tokens DEFARG and DEFARG_MARKER.
2804         (defarg_again, pending_defargs, defarg, defarg1): New rules.
2805         (structsp): Use pending_defargs.
2806         (parms, full_parm): Use defarg.
2807         * lex.c (init_lex): Initialize inline_text_firstobj.
2808         (do_pending_inlines): Never pass the obstack to feed_input.
2809         (process_next_inline): Call end_input instead of restore_pending_input.
2810         (clear_inline_text_obstack, reinit_parse_for_expr, do_pending_defargs,
2811         finish_defarg, feed_defarg, snarf_defarg, maybe_snarf_defarg): New fns.
2812         * input.c (end_input): New fn.
2813         (sub_getch): At the end of some fed input, just keep returning EOF
2814         until someone calls end_input.
2815         Remove 'obstack' field from struct input_source.
2816         * decl.c (grokparms): Handle DEFAULT_ARG.
2817         (replace_defarg): New fn.
2818         * cp-tree.h (DEFARG_LENGTH, DEFARG_POINTER): New macros.
2819
2820 Wed Jul  9 13:44:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
2821
2822         * call.c (implicit_conversion): If nothing else works, try binding
2823         an rvalue to a reference.
2824
2825 Wed Jul  9 13:04:38 1997  Geoffrey Noer  <noer@cygnus.com>
2826
2827         * decl.c (init_decl_processing): fix Jun 30 patch -- move
2828         ifndef for Cygwin32 to include SIGSEGV.
2829
2830 Thu Jul  3 01:44:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
2831
2832         * class.c (finish_struct_1): Only complain about pointers without
2833         copy stuff if there are any constructors.
2834
2835         * rtti.c (build_dynamic_cast): Call complete_type on the types.
2836
2837         * decl.c (grokfndecl): If the function we chose doesn't actually
2838         match, die.
2839
2840         * decl2.c (grokclassfn): Don't specify 'const int' for the
2841         artificial destructor parm.
2842
2843         * pt.c (type_unification): If we are called recursively, nothing 
2844         decays.
2845
2846 Mon Jun 30 17:53:21 1997  Geoffrey Noer  <noer@cygnus.com>
2847
2848         * decl.c (init_decl_processing): Stop trying to catch signals
2849         other than SIGABRT since the Cygwin32 library doesn't support
2850         them correctly yet.  This fixes a situation in which g++ causes
2851         a hang on SIGSEGVs and other such signals in our Win32-hosted
2852         tools.
2853
2854 Mon Jun 30 14:50:01 1997  Jason Merrill  <jason@yorick.cygnus.com>
2855
2856         * tree.c (mapcar, case CALL_EXPR): Handle all the parse node data.
2857
2858 Fri Jun 27 15:18:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
2859
2860         * typeck2.c (store_init_value): Always return the value if our 
2861         type needs constructing.
2862
2863         * method.c (hack_identifier): Convert class statics from
2864         reference, too.
2865
2866 Thu Jun 26 11:44:46 1997  Jason Merrill  <jason@yorick.cygnus.com>
2867
2868         * Make-lang.in (cplib2.ready): Add $(LANGUAGES) dependency.
2869
2870 Thu Jun 19 16:49:28 1997  Mike Stump  <mrs@cygnus.com>
2871
2872         * typeck.c (c_expand_return): Make sure we clean up temporaries at
2873         the end of return x;
2874
2875 Thu Jun 19 12:28:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
2876
2877         * lex.c (check_for_missing_semicolon): Also check for CV_QUALIFIER.
2878
2879 Tue Jun 17 18:35:57 1997  Mike Stump  <mrs@cygnus.com>
2880
2881         * except.c (expand_builtin_throw): Add support
2882         -fno-sjlj-exceptions -fPIC exception handling on the SPARC.
2883
2884 Mon Jun 16 01:24:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
2885
2886         * repo.c (extract_string): Null-terminate.
2887
2888         * cp-tree.h (TI_SPEC_INFO): New macro.
2889         (CLASSTYPE_TI_SPEC_INFO): New macro.
2890         * pt.c (push_template_decl): Correctly determine # of template parms 
2891         for partial specs.
2892
2893         * call.c (compare_ics): Really fix 'this' conversions.
2894
2895         * pt.c (do_decl_instantiation): Don't crash on explicit inst of
2896         non-template fn.
2897
2898         * pt.c (push_template_decl): Complain about mismatch in # of
2899         template parms between a class template and a member template.
2900
2901 Sun Jun 15 02:38:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
2902
2903         * method.c (synthesize_method): You can't call
2904         function_cannot_inline_p after finish_function.
2905         * decl.c (finish_function): Turn on flag_inline_functions and turn
2906         off DECL_INLINE before handing a synthesized method to the
2907         backend.
2908
2909 Thu Jun 12 17:35:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
2910
2911         * method.c (synthesize_method): Remove July 30 change to never set
2912         DECL_INLINE if at_eof.
2913
2914 Thu Jun 12 15:25:08 1997  Mike Stump  <mrs@cygnus.com>
2915
2916         * xref.c (GNU_xref_member): Ensure that the node has a
2917         decl_lang_specific part before checking DECL_FRIEND_P.
2918
2919 Thu Jun 12 12:36:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
2920
2921         * pt.c (instantiate_class_template): Diagnose non-class types used
2922         as bases.
2923
2924 Wed Jun 11 17:33:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
2925
2926         * typeck.c (build_conditional_expr): Use convert_for_initialization
2927         instead of convert_and_check.
2928
2929 Wed Jun 11 12:31:33 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
2930
2931         * parse.y (typespec): Don't pedwarn for typeof.
2932
2933 Tue Jun 10 00:22:09 1997  Jason Merrill  <jason@yorick.cygnus.com>
2934
2935         * repo.c (finish_repo): Only check changes if we would write a
2936         repo file.
2937
2938         * call.c (compare_ics): Fix handling of 'this' conversions.
2939
2940         * pt.c (do_decl_instantiation): Support static data too.  Rename
2941         from do_function_instantiation.
2942         * cp-tree.h: Adjust.
2943         * parse.y: Adjust.
2944
2945         * repo.c (extract_string): New fn.
2946         (get_base_filename): Use it.
2947         (init_repo): Compare old args with current args.
2948
2949 Mon Jun  9 14:25:30 1997  Mike Stump  <mrs@cygnus.com>
2950
2951         * Makefile.in, Make-lang.in: Protect C-ls with a comment
2952         character, idea from Paul Eggert <eggert@twinsun.com>.
2953
2954 Mon Jun  9 01:52:03 1997  Jason Merrill  <jason@yorick.cygnus.com>
2955
2956         * typeck.c (c_expand_return): Be more persistent in looking for
2957         returned temps.
2958
2959         * cvt.c (build_up_reference): Use NOP_EXPR for switching from
2960         pointer to reference.
2961
2962         * class.c (build_vbase_path): Don't do anything if PATH has no steps.
2963
2964 Sun Jun  8 03:07:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
2965
2966         * init.c (build_member_call, build_offset_ref):
2967         Use do_scoped_id instead of do_identifier.
2968
2969         * cvt.c (convert): Remove bogosity.
2970
2971 Sat Jun  7 20:50:17 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
2972
2973         * cvt.c (build_up_reference): Do checks of ARGTYPE and
2974         TARGET_TYPE before trying to use get_binfo.
2975
2976 Fri Jun  6 17:36:39 1997  Jason Merrill  <jason@yorick.cygnus.com>
2977
2978         * cvt.c (build_up_reference): Call get_binfo to get access control.
2979
2980         * decl2.c (import_export_decl): If we don't support weaks, leave
2981         statics undefined.
2982
2983 Fri Jun  6 15:55:49 1997  Mike Stump  <mrs@cygnus.com>
2984
2985         * except.c (expand_builtin_throw): Add support for machines that
2986         cannot access globals after throw's epilogue when
2987         -fno-sjlj-exceptions is used.
2988
2989 Thu Jun  5 16:28:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
2990
2991         * parse.y: 'std::' becomes '::'.
2992         * lex.c (real_yylex): Remove 'namespace' warning.
2993         * init.c (build_member_call): Ignore 'std::'.
2994         (build_offset_ref): Likewise.
2995         * decl2.c (do_using_directive): Ignore 'using namespace std;'.
2996         (do_toplevel_using_decl): Ignore 'using std::whatever'.
2997         * decl.c (push_namespace): Just sorry.
2998         (pop_namespace): Nop.
2999         (init_decl_processing): Declare std namespace.
3000
3001 Tue Jun  3 18:08:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
3002
3003         * search.c (push_class_decls): A name which ambiguously refers to
3004         several instantiations of the same template just refers to the
3005         template.
3006
3007 Tue Jun  3 12:30:40 1997  Benjamin Kosnik  <bkoz@cirdan.cygnus.com>
3008
3009         * decl.c (build_enumerator): fix problem with unsigned long
3010         enumerated values being smashed to ints, causing overflow
3011         when computing next enumerated value. (for enum values around
3012         MAX_VAL).
3013
3014 Mon Jun  2 17:40:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
3015
3016         * typeck.c (build_component_ref): Only call mark_used on a decl.
3017
3018 Thu May 29 15:54:17 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3019
3020         * typeck.c (build_c_cast): Make the check for a ptr to function
3021         more specific before possible default_conversion call.
3022
3023 Thu May 29 13:02:06 1997  Mike Stump  <mrs@cygnus.com>
3024
3025         * except.c (expand_exception_blocks): Simplify and fix and make
3026         sure we don't end a region in a sequence, as expand_end_bindings
3027         doesn't like it.
3028
3029 Wed May 28 17:08:03 1997  Mike Stump  <mrs@cygnus.com>
3030
3031         * except.c (init_exception_processing): Mark terminate as not
3032         returning so that the optimizer can optimize better.
3033
3034 Tue May 27 19:49:19 1997  Mike Stump  <mrs@cygnus.com>
3035
3036         * cvt.c (convert): Don't do any extra work, if we can avoid it
3037         easily.
3038
3039 Tue May 27 18:21:47 1997  Mike Stump  <mrs@cygnus.com>
3040
3041         * *.[chy]: Change cp_convert to ocp_convert, change convert to
3042         cp_convert.  convert is now reserved for the backend, and doesn't
3043         have the semantics a frontend person should ever want.
3044
3045 Fri May 23 10:58:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
3046
3047         * lang-specs.h: Define __EXCEPTIONS if exceptions are enabled.
3048         Lose -traditional support.
3049
3050 Thu May 22 15:41:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
3051
3052         * rtti.c (get_tinfo_var): Use TYPE_PRECISION (sizetype).
3053
3054         * parse.y (self_reference): Do it for templates, too.
3055         * class.c (pushclass): Don't overload_template_name; the alias
3056         generated by build_self_reference serves the same purpose.
3057
3058         * tree.c (list_hash): Make static, take more args.
3059         (list_hash_lookup): Likewise.
3060         (list_hash_add): Make static.
3061         (list_hash_canon): Lose.
3062         (hash_tree_cons): Only build a new node if one isn't already in the
3063         hashtable.
3064         (hash_tree_chain): Use hash_tree_cons.
3065         * cp-tree.h: Adjust.
3066         * decl.c (grokfndecl): Just check IDENTIFIER_GLOBAL_VALUE instead
3067         of calling lookup_name.
3068
3069 Wed May 21 18:24:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
3070
3071         * pt.c (instantiate_class_template): TYPE_VALUES for an enum
3072         doesn't refer to the CONST_DECLs.
3073
3074 Tue May 20 21:09:32 1997  Bob Manson  <manson@charmed.cygnus.com>
3075
3076         * rtti.c (get_tinfo_var): Either INT_TYPE_SIZE or 32, whichever
3077         is bigger.
3078         (expand_class_desc): Convert the last argument to a sizetype.
3079
3080 Tue May 20 13:55:57 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3081
3082         * gxx.gperf (__complex, __complex__, __imag, __imag__, __real,
3083         __real__): Add reswords.
3084         * hash.h: Regenerate.
3085         * lex.h (rid): Add RID_COMPLEX.
3086         (RID_LAST_MODIFIER): Set to RID_COMPLEX.
3087         * lex.c (init_lex): Add building of RID_COMPLEX.
3088         (real_yylex): General cleanup in line with what c-lex.c also has,
3089         sans the cruft for traditional; add handling of SPEC_IMAG, complex
3090         types, and imaginary numeric constants.
3091         * parse.y (REALPART, IMAGPART): Add tokens.
3092         (unary_expr): Add REALPART and IMAGPART rules.
3093         * cp-tree.h (complex_{integer,float,double,long}_type_node): Declare.
3094         * decl.c (complex_{integer,float,double,long}_type_node): Define
3095         types.
3096         (init_decl_processing): Set up the types.
3097         (grokdeclarator): Add handling of RID_COMPLEX.  Set and use
3098         DEFAULTED_INT instead of EXPLICIT_INT when we default to int type.
3099         * call.c (build_new_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
3100         * cvt.c (cp_convert): Handle COMPLEX_TYPE.
3101         * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
3102         COMPLEX_TYPE case.
3103         * method.c (build_overload_name): Add handling of the different
3104         COMPLEX_TYPEs, prefixing them with `J'.
3105         * pt.c (process_template_parm): Don't let them use a COMPLEX_TYPE
3106         as a template parm.
3107         (uses_template_parms, tsubst, unify): Add COMPLEX_TYPE case.
3108         * tree.c (lvalue_p): Add REALPART_EXPR and IMAGPART_EXPR cases.
3109         (mapcar): Handle COMPLEX_CST.
3110         * typeck.c (build_binary_op_nodefault): Handle COMPLEX_TYPE.
3111         (common_type): Add code for complex types.
3112         (build_unary_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
3113         (convert_for_assignment): Likewise.
3114         (mark_addressable): Add REALPART_EXPR and IMAGPART_EXPR cases.
3115
3116 Mon May 19 12:26:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
3117
3118         * pt.c (tsubst): Don't pass the MINUS_EXPR for an array domain to
3119         tsubst_expr, as it might try to do overload resolution.
3120
3121 Sat May 17 10:48:31 1997  Jason Merrill  <jason@yorick.cygnus.com>
3122
3123         * pt.c (instantiate_class_template): Oops.
3124
3125 Fri May 16 14:23:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
3126
3127         * cp-tree.def: Add TAG_DEFN.
3128         * pt.c (tsubst_enum): New fn.
3129         (instantiate_class_template): Use it.
3130         (tsubst_expr): Support TAG_DEFN.
3131         (tsubst): Support local enums.
3132         (tsubst_copy): Likewise.
3133         * decl.c (finish_enum): Likewise.
3134         (start_enum): If this is a local enum, switch to permanent_obstack.
3135
3136 Wed May 14 19:08:28 1997  Mike Stump  <mrs@cygnus.com>
3137
3138         * decl.c (store_parm_decls): Set last_parm_cleanup_insn here.
3139         (finish_function): Put the base init code for constructors just
3140         after the parm cleanup insns.
3141         (struct cp_function): Add last_parm_cleanup_insn.
3142         (push_cp_function_context): Likewise.
3143         (pop_cp_function_context): Likewise.
3144         
3145 Tue May 13 15:51:20 1997  Jason Merrill  <jason@yorick.cygnus.com>
3146
3147         * pt.c (tsubst_copy): Handle BIT_NOT_EXPR.
3148
3149 Wed May  7 11:17:59 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3150
3151         * method.c (emit_thunk) [ASM_OUTPUT_MI_THUNK]: Build up the RTL
3152         for THUNK_FNDECL before we switch to temporary allocation.
3153
3154 Mon May  5 14:46:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
3155
3156         * call.c (build_new_op): Handle null arg2 for ?:.
3157
3158 Thu May  1 18:26:37 1997  Mike Stump  <mrs@cygnus.com>
3159
3160         * except.c (expand_exception_blocks): Ensure that we flow through
3161         the end of the exception region for the exception specification.
3162         Move exception region for the exception specification in, so that
3163         it doesn't protect the parm cleanup.  Remove some obsolete code.
3164         * decl.c (store_parm_decls): Likewise.
3165         (finish_function): Likewise.
3166
3167 Tue Apr 29 15:38:54 1997  Jason Merrill  <jason@yorick.cygnus.com>
3168
3169         * init.c (build_new): Fix nothrow handling.
3170
3171 Tue Apr 29 14:29:50 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3172
3173         * init.c (emit_base_init): Don't warn about the initialization
3174         list for an artificial member.
3175
3176 Fri Apr 25 17:47:59 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3177
3178         * expr.c (do_case): Handle !START case for the error msg.
3179
3180 Fri Apr 25 11:55:23 1997  Jason Merrill  <jason@yorick.cygnus.com>
3181
3182         * decl2.c, lang-options.h: New option -Weffc++.
3183         * class.c, decl.c, init.c, typeck.c: Move Effective C++ warnings
3184         to -Weffc++.
3185
3186         * decl2.c (finish_prevtable_vardecl): Change NO_LINKAGE_HEURISTICS
3187         to MULTIPLE_SYMBOL_SPACES.
3188
3189 Wed Apr 23 18:06:50 1997  Jason Merrill  <jason@yorick.cygnus.com>
3190
3191         * method.c (emit_thunk, generic case): Set current_function_is_thunk.
3192
3193         * method.c (emit_thunk, macro case): Set up DECL_RESULT.
3194
3195         * typeck.c (c_expand_return): Don't complain about returning void
3196         to void in an artificial function.
3197         * method.c (make_thunk): Change settings of READONLY/VOLATILE, 
3198         don't set DECL_RESULT, set DECL_ARTIFICIAL.
3199         (emit_thunk, generic code): Also set up DECL_LANG_SPECIFIC. 
3200
3201 Wed Apr 23 14:43:06 1997  Mike Stump  <mrs@cygnus.com>
3202
3203         * init.c (init_decl_processing): Add supoprt for setjmp/longjmp based
3204         exception handling.
3205         * except.c (init_exception_processing): Likewise.
3206         (expand_end_catch_block): Likewise.
3207         (expand_exception_blocks): Likewise.
3208         (expand_throw): Likewise.
3209         * exception.cc (__default_terminate): Likewise.
3210
3211         * init.c (perform_member_init): Use new method of expr level
3212         cleanups, instead of cleanups_this_call and friends.
3213         (emit_base_init): Likewise.
3214         (expand_aggr_vbase_init_1): Likewise.
3215         (expand_vec_init): Likewise.
3216         * decl.c (cp_finish_decl): Likewise.
3217         (expand_static_init): Likewise.
3218         (store_parm_decls): Likewise.
3219         (cplus_expand_expr_stmt): Likewise.
3220         * decl2.c (finish_file): Likewise.
3221         
3222         * Make-lang.in (exception.o): Ok to compile with -O now.
3223
3224         * decl.c (maybe_build_cleanup_1): We no longer have to unsave, as
3225         we know it will be done later by the backend.
3226
3227         * decl2.c (lang_f_options): Remove support for short temps.
3228         * lang-options.h: Likewise.
3229         
3230 Wed Apr 23 04:12:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
3231
3232         * tree.c (varargs_function_p): New fn.
3233         * method.c (emit_thunk): Replace broken generic code with code to
3234         generate a heavyweight thunk function.
3235
3236 Tue Apr 22 02:45:18 1997  Jason Merrill  <jason@yorick.cygnus.com>
3237
3238         * pt.c (process_template_parm): pedwarn about floating-point parms.
3239
3240         * decl.c (grokdeclarator): inline no longer implies static.
3241
3242         * spew.c (yylex): Always return the TYPE_DECL if we got a scope.
3243
3244 Mon Apr 21 15:42:27 1997  Jason Merrill  <jason@yorick.cygnus.com>
3245
3246         * class.c (check_for_override): The signature of an overriding
3247         function is not changed.
3248
3249         * call.c (build_over_call): Move setting of conv into the loop.
3250         Note: this change, along with the related changes of the 18th thru
3251         the 20th of April, fix an infinite loop problem in conversions.
3252
3253 Sun Apr 20 16:24:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
3254
3255         * call.c (build_user_type_conversion_1): Really ignore rvalue
3256         conversions when looking for a REFERENCE_TYPE.
3257
3258         * cvt.c (build_up_reference): Eviscerate, use build_unary_op.
3259         * cp-tree.h (TREE_REFERENCE_EXPR): #if 0.
3260         * typeck.c (decay_conversion): Don't set TREE_REFERENCE_EXPR.
3261         (build_unary_op): Likewise.
3262         * call.c (build_over_call): See through a CONVERT_EXPR around the
3263         ADDR_EXPR for on a temporary.
3264         * typeck.c (c_expand_return): See through a CONVERT_EXPR around
3265         the ADDR_EXPR for a local variable.
3266
3267 Fri Apr 18 12:11:33 1997  Jason Merrill  <jason@yorick.cygnus.com>
3268
3269         * call.c (build_user_type_conversion_1): If we're trying to
3270         convert to a REFERENCE_TYPE, only consider lvalue conversions.
3271         (build_new_function_call): Print candidates.
3272         (implicit_conversion): Try a temp binding if the lvalue conv is BAD.
3273         (reference_binding): Binding a temporary of a reference-related type
3274         is BAD.
3275
3276 Thu Apr 17 14:37:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3277
3278         * inc/typeinfo (type_info::before): Add cv-qualifier-seq.
3279         * tinfo2.cc (type_info::before): Likewise.
3280
3281 Mon Apr 14 12:38:17 1997  Jason Merrill  <jason@yorick.cygnus.com>
3282
3283         * call.c (implicit_conversion): Oops.
3284
3285 Fri Apr 11 02:18:30 1997  Jason Merrill  <jason@yorick.cygnus.com>
3286
3287         * call.c (implicit_conversion): Try to find a reference conversion
3288         before binding a const reference to a temporary.
3289
3290 Wed Apr  2 12:51:36 1997  Mike Stump  <mrs@cygnus.com>
3291
3292         * exception.cc (__default_unexpected): Call terminate by default,
3293         so that if the user overrides terminate, the correct function will
3294         be called.
3295         
3296 Wed Mar 19 14:14:45 1997  Mike Stump  <mrs@cygnus.com>
3297
3298         * parse.y (left_curly): Avoid trying to use any fields of
3299         error_mark_node, as there aren't any.
3300
3301 Thu Mar 13 16:33:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
3302
3303         * lex.c (do_identifier): Avoid breaking on overloaded methods
3304         as default arguments.
3305
3306 Wed Mar 12 13:55:10 1997  Hans-Peter Nilsson  <Hans-Peter.Nilsson@axis.se>
3307
3308         * call.c (add_template_candidate): Initialize the variable "dummy".
3309
3310 Mon Mar 10 15:13:14 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
3311
3312         * decl.c (start_decl): Make sure TYPE isn't an error_mark_node
3313         before we try to use TYPE_SIZE and TREE_CONSTANT on it.
3314
3315 Fri Mar  7 13:19:36 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3316
3317         * cp-tree.h (comp_ptr_ttypes, more_specialized): Add decl.
3318         (debug_binfo): Delete decl, not needed.
3319
3320         * tree.c (fnaddr_from_vtable_entry, function_arg_chain,
3321         promotes_to_aggr_type): Delete fns.
3322         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY,
3323         SET_FNADDR_FROM_VTABLE_ENTRY, FUNCTION_ARG_CHAIN,
3324         PROMOTES_TO_AGGR_TYPE): Delete alternates to #if 1.
3325
3326         * decl.c (pending_invalid_xref{,_file,_line}): Delete unused vars.
3327
3328         * friend.c (is_friend_type): Delete fn.
3329         * cp-tree.h (is_friend_type): Delete decl.
3330
3331         * decl.c (original_result_rtx, double_ftype_double,
3332         double_ftype_double_double, int_ftype_int, long_ftype_long,
3333         float_ftype_float, ldouble_ftype_ldouble, last_dtor_insn): Make static.
3334         * typeck.c (original_result_rtx, warn_synth): Delete extern decls.
3335
3336         * decl.c (push_overloaded_decl{,_top_level}): Make static, adding
3337         fwd decls.
3338         * cp-tree.h (push_overloaded_decl{,_top_level}): Delete decls.
3339
3340         * decl.c (pushdecl_nonclass_level): #if 0, unused.
3341         * cp-tree.h (pushdecl_nonclass_level): #if 0 decl.
3342
3343         * lex.c (reinit_lang_specific): #if 0, unused.
3344         * cp-tree.h (reinit_lang_specific): #if 0 decl.
3345
3346         * decl.c (revert_static_member_fn): Make static, adding fwd decl.
3347         * cp-tree.h (revert_static_member_fn): Delete decl.
3348
3349         * class.c (root_lang_context_p): Delete fn.
3350         * cp-tree.h (root_lang_context_p): Delete decl.
3351
3352         * decl.c (set_current_level_tags_transparency): #if 0, unused.
3353         * cp-tree.h (set_current_level_tags_transparency): #if 0 decl.
3354
3355         * lex.c (set_vardecl_interface_info): Make static.
3356         * cp-tree.h (set_vardecl_interface_info): Delete decl.
3357
3358         * call.c (find_scoped_type): Make static.
3359         * cp-tree.h (find_scoped_type): Delete decl.
3360
3361         * search.c (convert_pointer_to_vbase): Make static.
3362         * cp-tree.h (convert_pointer_to_vbase): Delete decl.
3363
3364         * decl.c (const_ptr_type_node): Likewise.
3365         * cp-tree.h (const_ptr_type_node): Delete decl.
3366
3367         * typeck.c (common_base_type): Make static.
3368         * cp-tree.h (common_base_types): Delete erroneous decl.
3369
3370         * pt.c (classtype_mangled_name): Make static.
3371         * cp-tree.h (classtype_mangled_name): Delete decl.
3372
3373         * lex.c (check_newline): Make static.
3374         * cp-tree.h (check_newline): Delete decl.
3375
3376         * typeck.c (build_x_array_ref): Delete fn, same idea as
3377         grok_array_decl.
3378         * cp-tree.h (build_x_array_ref): Delete decl.
3379
3380         * lex.c (copy_decl_lang_specific): Delete fn, same idea as
3381         copy_lang_decl.
3382         * cp-tree.h (copy_decl_lang_specific): #if 0 decl.
3383
3384         * class.c (build_vtable_entry): Make static.
3385         * cp-tree.h (build_vtable_entry): Delete decl.
3386
3387         * class.c (build_vbase_pointer): Make static.
3388         * cp-tree.h (build_vbase_pointer): Delete decl.
3389
3390         * sig.c (build_sptr_ref): Add forward decl and make static.
3391         * cp-tree.h (build_sptr_ref): Delete decl.
3392
3393         * call.c (build_new_method_call): Add forward decl and make static.
3394         * cp-tree.h (build_new_method_call): Delete decl.
3395
3396         * call.c (build_object_call): Make static.
3397         * class.c (check_for_override, complete_type_p, mark_overriders):
3398         Likewise.
3399         * decl.c (cp_function_chain): Likewise.
3400         * lex.c (set_typedecl_interface_info, reinit_parse_for_block):
3401         Likewise.
3402         * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
3403         Likewise.
3404         * tree.c (build_cplus_array_type_1): Likewise.
3405         * typeck.c (comp_ptr_ttypes_{const,real,reinterpret}): Likewise.
3406         (comp_target_parms): Likewise.
3407
3408         * init.c (build_builtin_call): Make static.
3409         * cp-tree.h (build_builtin_call): Delete decl.
3410
3411         * typeck.c (binary_op_error): Delete decl.
3412         * cp-tree.h (binary_op_error): Likewise.
3413
3414 Thu Mar  6 16:13:52 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3415
3416         * call.c (build_method_call): Compare against error_mark_node
3417         directly, rather than the ERROR_MARK tree code.
3418         * cvt.c (cp_convert): Likewise.
3419         * decl.c (print_binding_level): Likewise.
3420         (duplicate_decls): Likewise.
3421         (grokdeclarator): Likewise.
3422         (grokdeclarator): Likewise.
3423         * init.c (expand_aggr_init_1): Likewise.
3424         (decl_constant_value): Likewise.
3425         * method.c (build_opfncall): Likewise.
3426         (hack_identifier): Likewise.
3427         * typeck.c (build_modify_expr): Likewise.
3428
3429         * typeck.c (build_c_cast): Don't decl TYPE as register tree.
3430
3431 Sun Mar  2 02:54:36 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
3432
3433         * pt.c (unify): Strip NOP_EXPR wrappers before unifying integer values.
3434
3435         * pt.c (coerce_template_parms): Add new error message.
3436
3437         * method.c (build_overload_value): Implement name mangling for
3438         floating-point template arguments.
3439
3440         * method.c (build_overload_int, icat, dicat): Fix mangling of template
3441         arguments whose absolute value doesn't fit in a signed word.
3442
3443 Mon Mar  3 12:14:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3444
3445         * friend.c: New file; put all of the friend stuff in here.
3446         * init.c: Instead of here.
3447         * Makefile.in (CXX_OBJS): Add friend.o.
3448         (friend.o): Add dependencies.
3449         * Make-lang.in (CXX_SRCS): Add $(srcdir)/cp/friend.c.
3450
3451 Sun Mar  2 11:04:43 1997  Jason Merrill  <jason@yorick.cygnus.com>
3452
3453         * call.c (build_scoped_method_call): Complain if the scope isn't a
3454         base.
3455
3456 Wed Feb 26 11:31:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
3457
3458         * parse.y (left_curly): Don't crash on erroneous type.
3459
3460         * init.c (build_delete): Fix type of ref.
3461
3462 Tue Feb 25 12:41:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
3463
3464         * search.c (get_vbase_1): Renamed from get_vbase.
3465         (get_vbase): Wrapper, now non-static.
3466         (convert_pointer_to_vbase): Now static.
3467
3468         * call.c (build_scoped_method_call): Accept a binfo for BASETYPE.
3469         * init.c (build_delete): Pass one.
3470         (build_partial_cleanup_for): Use build_scoped_method_call.
3471         * decl.c (finish_function): Pass a binfo.
3472
3473 Mon Feb 24 15:00:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
3474
3475         * call.c (build_over_call): Only synthesize non-trivial copy ctors.
3476
3477         * typeck.c (build_c_cast): Lose other reference to flag.
3478
3479         * call.c (build_field_call): Don't look for [cd]tor_identifier.
3480         * decl2.c (delete_sanity): Remove meaningless use of
3481         LOOKUP_HAS_IN_CHARGE.
3482         * decl.c (finish_function): Use build_scoped_method_call instead
3483         of build_delete for running vbase dtors.
3484         * init.c (build_delete): Call overload resolution code instead of
3485         duplicating it badly.
3486
3487 Thu Feb 20 15:12:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
3488
3489         * call.c (build_over_call): Call mark_used before trying to elide
3490         the call.
3491
3492         * decl.c (implicitly_declare): Don't set DECL_ARTIFICIAL.
3493
3494 Wed Feb 19 11:18:53 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3495
3496         * typeck.c (build_modify_expr): Always pedwarn for a cast to
3497         non-reference used as an lvalue.
3498
3499 Wed Feb 19 10:35:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
3500
3501         * cvt.c (cp_convert_to_pointer): Convert from 0 to a pmf properly.
3502
3503 Tue Feb 18 15:40:57 1997  Jason Merrill  <jason@yorick.cygnus.com>
3504
3505         * parse.y (handler): Fix template typo.
3506
3507 Sun Feb 16 02:12:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
3508
3509         * error.c (lang_decl_name): New fn.
3510         * tree.c (lang_printable_name): Use it.
3511
3512 Fri Feb 14 16:57:05 1997  Mike Stump  <mrs@cygnus.com>
3513
3514         * g++spec.c: Include config.h so that we can catch bzero #defines
3515         from the config file.
3516
3517 Tue Feb 11 13:50:48 1997  Mike Stump  <mrs@cygnus.com>
3518
3519         * new1.cc: Include a declaration for malloc, to avoid warning, and
3520         avoid lossing on systems that require one (ones that define malloc
3521         in xm.h).
3522
3523 Mon Feb 10 22:51:13 1997  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>
3524
3525         * decl2.c (max_tinst_depth): New variable.
3526         (lang_decode_option): Parse "-ftemplate-depth-NN" command line
3527         option.
3528         * pt.c (max_tinst_depth): Variable moved.
3529         * lang-options.h: Declare "-ftemplate-depth-NN" command line option
3530         as legal.
3531
3532 Fri Feb  7 15:43:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
3533
3534         * decl.c (xref_basetypes): Allow a base class that depends on
3535         template parms to be incomplete.
3536
3537         * decl2.c (build_expr_from_tree): Support typeid(type).
3538         * rtti.c (get_typeid): Support templates.
3539         (expand_si_desc, expand_class_desc): Fix string length.
3540         (expand_ptr_desc, expand_attr_desc, expand_generic_desc): Likewise.
3541
3542 Tue Feb  4 11:28:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
3543
3544         * pt.c (unify, case TEMPLATE_CONST_PARM): Use cp_tree_equal.
3545
3546         * pt.c (tsubst): Put it back for -fno-ansi-overloading.
3547
3548 Mon Feb  3 18:41:12 1997  Jason Merrill  <jason@yorick.cygnus.com>
3549
3550         * pt.c (tsubst, case FUNCTION_DECL): Lose obsolete code that
3551         smashes together template and non-template decls of the same
3552         signature.
3553
3554 Thu Jan 30 19:18:00 1997  Jason Merrill  <jason@yorick.cygnus.com>
3555
3556         * pt.c (tsubst): Don't recurse for the type of a TYPENAME_TYPE.
3557
3558 Wed Jan 29 11:40:35 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3559
3560         * decl.c (duplicate_decls): Next route, pedwarn about different
3561         exceptions if -pedantic *or* olddecl !DECL_IN_SYSTEM_HEADER.
3562
3563 Tue Jan 28 20:43:29 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3564
3565         * cp-tree.h (HAS_DEFAULT_IMPLEMENTATION): Delete macro.
3566         (struct lang_type): Delete has_default_implementation member.
3567         Increase dummy to 21.
3568         * decl.c (start_method): Delete usage.
3569
3570         * cp-tree.h (build_call, null_ptr_cst_p, in_function_p,
3571         store_after_parms, start_decl_1, auto_function): Add decls.
3572         (get_arglist_len_in_bytes, declare_implicit_exception,
3573         have_exceptions_p, make_type_decl, typedecl_for_tag,
3574         store_in_parms, pop_implicit_try_blocks, push_exception_cleanup,
3575         build_component_type_expr, cplus_exception_name,
3576         {make,clear}_anon_parm_name, dont_see_typename): Removed decls.
3577         * call.c (build_this): Make static.
3578         (is_complete): Likewise.
3579         (implicit_conversion): Likewise.
3580         (reference_binding): Likewise.
3581         (standard_conversion): Likewise.
3582         (strip_top_quals): Likewise.
3583         (non_reference): Likewise.
3584         (build_conv): Likewise.
3585         (user_harshness): Likewise.
3586         (rank_for_ideal): Likewise.
3587         * decl.c (start_decl_1): Delete forward decl.
3588         (push_decl_level): Make static.
3589         (resume_binding_level): Make static.
3590         (namespace_bindings_p): Make static.
3591         (declare_namespace_level): Make static.
3592         (lookup_name_real): Make static.
3593         (duplicate_decls): Make static.  Take register off NEWDECL and
3594         OLDDECL parm decls.
3595         * decl2.c (get_sentry): Make static.
3596         (temp_name_p): Delete fn.
3597         * except.c (auto_function): Delete decl.
3598         * lex.c (handle_{cp,sysv}_pragma): Make static.
3599         (handle_sysv_pragma) [HANDLE_SYSV_PRAGMA]: Add forward decl.
3600         * method.c (do_build_{copy_constructor,assign_ref}): Make static.
3601         * pt.c (tsubst_expr_values): Make static.
3602         * rtti.c (combine_strings): Delete decl.
3603
3604 Tue Jan 28 16:40:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
3605
3606         * pt.c (push_template_decl): Handle getting a typedef.
3607
3608         * call.c (build_new_function_call): Complain about void arg.
3609
3610 Tue Jan 28 15:25:09 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3611
3612         * decl.c (duplicate_decls): Give pedwarn of different exceptions
3613         if -pedantic, instead of olddecl !DECL_IN_SYSTEM_HEADER.
3614
3615 Mon Jan 27 19:21:29 1997  Mike Stump  <mrs@cygnus.com>
3616
3617         * except.c (expand_throw): Don't expand the cleanup tree here,
3618         since we are not going to write the rtl out.  Fixes problem with
3619         -g -O on SPARC.
3620
3621 Mon Jan 27 16:24:35 1997  Sean McNeil  <sean@mcneil.com>
3622
3623         * Make-lang.in: Add $(exeext) as necessary.
3624
3625 Mon Jan 27 13:20:39 1997  Mike Stump  <mrs@cygnus.com>
3626
3627         * parse.y (handler_seq): Must have at least one catch clause.
3628
3629 Sat Jan 25 12:00:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
3630
3631         * call.c (add_builtin_candidate): Restore ?: hack.
3632
3633         * decl.c (grok_op_properties): More warnings.
3634
3635 Sat Jan 25 08:50:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3636
3637         * decl.c (duplicate_decls): On second thought, do it as a pedwarn
3638         still but only if !DECL_IN_SYSTEM_HEADER (olddecl).
3639
3640         * decl.c (duplicate_decls): Scale back to a warning, and only do
3641         'em if -pedantic.
3642
3643 Fri Jan 24 17:52:54 1997  Mike Stump  <mrs@cygnus.com>
3644
3645         * decl.c (duplicate_decls): pedwarn mismatched exception
3646         specifications.
3647
3648 Thu Jan 23 18:18:54 1997  Mike Stump  <mrs@cygnus.com>
3649
3650         * call.c (build_new_method_call): Don't display the invisible
3651         argument for controlling virtual bases.
3652
3653 Thu Jan 23 16:48:10 1997  Mike Stump  <mrs@cygnus.com>
3654
3655         * new: Add nothrow new and delete, bad_alloc and throw specifications
3656         for delete.
3657         * decl.c (init_decl_processing): Add throw specification for delete.
3658         * new.cc (nothrow): Define.
3659         * lex.c (real_yylex): Removing warning that throw and friends are
3660         keywords.
3661         * new1.cc (operator new (size_t sz, const nothrow_t&)): Define.
3662         * new2.cc (operator new[] (size_t sz, const nothrow_t&): Define.
3663         * Make-lang.in: Add new{1,2}.{cc,o}.
3664
3665 Thu Jan 23 16:39:06 1997  Jason Merrill  <jason@yorick.cygnus.com>
3666
3667         * lex.c (cons_up_default_function): Fix return type of synth op=.
3668
3669         * init.c (emit_base_init): Add warnings for uninitialized members
3670         and bases.
3671
3672         * decl.c (xref_basetypes): Add warning for non-polymorphic type
3673         with destructor used as base type.
3674
3675         * decl.c (grok_op_properties): Add warning for op= returning void.
3676         * typeck.c (c_expand_return): Add warning for op= returning anything
3677         other than *this.
3678
3679         * class.c (finish_struct_1): Add warning for class with pointers
3680         but not copy ctor or copy op=.
3681
3682         * cp-tree.h (TI_PENDING_TEMPLATE_FLAG): New macro.
3683         * pt.c (add_pending_template): Use it instead of LANG_FLAG_0.
3684         (instantiate_template): If -fexternal-templates, add this
3685         instantiation to pending_templates.
3686
3687         * decl2.c (copy_assignment_arg_p): Disable old hack to support
3688         Booch components.
3689
3690 Tue Jan 21 18:32:04 1997  Mike Stump  <mrs@cygnus.com>
3691
3692         * cvt.c (cp_convert): Pedwarn enum to pointer conversions.
3693
3694 Mon Jan 20 17:59:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
3695
3696         * call.c (standard_conversion): Handle getting references.  Tack
3697         on RVALUE_CONV here.  Do it for non-class types, too.
3698         (reference_binding): Pass references to standard_conversion.
3699         (implicit_conversion): Likewise.
3700         (add_builtin_candidate): Disable one ?: kludge.
3701         (convert_like): Handle RVALUE_CONVs for non-class types.
3702         (joust): Disable the other ?: kludge.
3703
3704 Mon Jan 20 14:53:13 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3705
3706         * decl.c (init_decl_processing): Add code to build up common
3707         function types beforehand, to avoid creation then removal of
3708         things already in the hash table.
3709
3710 Mon Jan 20 14:43:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
3711
3712         * decl.c (finish_function): Also zero out DECL_INCOMING_RTL for
3713         the arguments.
3714
3715         * error.c (dump_expr, TEMPLATE_CONST_PARM): Don't require
3716         current_template_parms.
3717
3718 Fri Jan 17 10:25:42 1997  Jason Merrill  <jason@yorick.cygnus.com>
3719
3720         * search.c (lookup_field): Don't return a function, check want_type.
3721
3722 Thu Jan 16 18:14:35 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3723
3724         * init.c (build_new): Make sure PLACEMENT has a type.
3725
3726 Thu Jan 16 17:40:28 1997  Jason Merrill  <jason@yorick.cygnus.com>
3727
3728         * init.c (build_new): Support new (nothrow).
3729
3730 Wed Jan 15 12:38:14 1997  Jason Merrill  <jason@yorick.cygnus.com>
3731
3732         * pt.c (instantiate_decl): Also do push_to_top_level before setting
3733         up DECL_INITIAL.
3734
3735         * cp-tree.h (PARM_DEFAULT_FROM_TEMPLATE): New macro.
3736         * pt.c (tsubst): Defer instantiation of default args.
3737         * call.c (build_over_call): Until here.
3738
3739 Wed Jan 15 10:08:10 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3740
3741         * search.c (lookup_field): Make sure we have an
3742         IDENTIFIER_CLASS_VALUE before we try to return it.
3743
3744 Thu Jan  9 07:19:01 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
3745
3746         * call.c (build_method_call): Delete unused var PARM.
3747         (build_overload_call_real): Likewise.
3748         (build_object_call): Delete unused var P.
3749         (build_new_op): Likewise.
3750         * decl.c (builtin_type_tdescs_{arr, len, max}): #if 0 out static
3751         var definitions, which are never used.
3752         (shadow_tag): Delete unused var FN.
3753         * expr.c (cplus_expand_expr): Delete unused var ORIGINAL_TARGET.
3754         * init.c (build_new): Delete unused var ALLOC_TEMP.
3755         * method.c (hack_identifier): Delete unused var CONTEXT.
3756         (do_build_copy_constructor): Delete unused var NAME.
3757         (synthesize_method): Delete unused var BASE.
3758         * pt.c (lookup_template_class): Delete unused var CODE_TYPE_NODE.
3759         * rtti.c (build_headof): Delete unused var VPTR.
3760         (get_typeid): Delete unused var T.
3761         * typeck.c (build_conditional_expr): Delete unused vars ORIG_OP1
3762         and ORIG_OP2.
3763         (build_ptrmemfunc): Delete unused vars U and NINDEX.
3764         * typeck2.c (build_functional_cast): Delete unused var BINFO.
3765
3766 Wed Jan  8 13:09:54 1997  Jason Merrill  <jason@yorick.cygnus.com>
3767
3768         * search.c (lookup_field): Use IDENTIFIER_CLASS_VALUE to look up
3769         things in a type being defined.
3770         * decl.c (finish_enum): Reverse the values so that they are in
3771         the correct order.
3772
3773         * pt.c (instantiate_class_template): Don't initialize
3774         BINFO_BASETYPES until the vector is filled out.
3775         (unify): Don't abort on conflicting bindings, just fail.
3776         (instantiate_decl): Do push_tinst_level before any tsubsting.
3777
3778         * method.c (build_overload_value): Handle getting a
3779         TEMPLATE_CONST_PARM for a pointer.
3780
3781 Tue Jan  7 14:00:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
3782
3783         * init.c (expand_member_init): Don't give 'not a base' error for
3784         templates.
3785
3786         * pt.c (instantiate_decl): Call import_export_decl later.
3787
3788         * pt.c (instantiate_class_template): Return a value.
3789
3790         * parse.y (extension): New rule for __extension__.
3791         (extdef, unary_expr, decl, component_decl): Use it.
3792
3793 Tue Jan  7 09:20:28 1997  Mike Stump  <mrs@cygnus.com>
3794
3795         * class.c (base_binfo): Remove unused base_has_virtual member.
3796         (finish_base_struct): Likewise.
3797         (finish_struct_1): Likewise.
3798
3799 Tue Dec 31 20:25:50 1996  Mike Stump  <mrs@cygnus.com>
3800
3801         * search.c (expand_upcast_fixups): Fix bogus code generation
3802         problem where the generated code uses the wrong index into the
3803         runtime built vtable on the stack.  Old code could clobber random
3804         stack values.
3805
3806 Tue Dec 31 15:16:56 1996  Mike Stump  <mrs@cygnus.com>
3807
3808         * init.c (perform_member_init): Make sure the partial EH cleanups
3809         live on the function_obstack.
3810
3811 Fri Dec 27 10:31:40 1996  Paul Eggert  <eggert@twinsun.com>
3812
3813         * Make-lang.in (g++spec.o): Don't use $< with an explicit target;
3814         this isn't portable to some versions of `make' (e.g. Solaris 2.5.1).
3815
3816 Tue Dec 24 10:24:03 1996  Jeffrey A Law  (law@cygnus.com)
3817
3818         * decl.c (grokvardecl): Avoid ANSI style initialization.
3819
3820 Sun Dec 22 04:22:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
3821
3822         * pt.c (tsubst): Tweak arg types for a FUNCTION_TYPE.
3823
3824 Fri Dec 20 17:09:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
3825
3826         * pt.c (instantiate_class_template): Call grok_{ctor,op}_properties.
3827
3828 Fri Dec 20 12:17:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3829
3830         * g++spec.c (lang_specific_driver): Put missing hyphen in front of
3831         arguments we compare against.  Start the count of I at 1, not 0,
3832         since argv[0] is still the command.
3833
3834 Thu Dec 19 11:53:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
3835
3836         * lang-specs.h: Accept .cp as an C++ extension.
3837
3838 Mon Dec 16 22:43:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3839
3840         * cp-tree.h (ptr_reasonably_similar): Add decl.
3841
3842 Thu Dec 12 15:00:35 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3843
3844         * decl.c (grokvardecl): Change SPECBITS parm to be the SPECBITS_IN
3845         pointer.  New local SPECBITS with the parm's value.
3846         (grokdeclarator): Pass &specbits down.
3847
3848         * parse.y (expr_no_commas): Make sure $$ is not an error_mark_node
3849         before we try to do C_SET_EXP_ORIGINAL_CODE on it.
3850
3851         * search.c (envelope_add_decl): Check that the CLASSTYPE_CID of
3852         CONTEXT is not 0 before we try to use TYPE_DERIVES_FROM.
3853
3854         * decl.c (cplus_expand_expr_stmt): Only expand the expr if EXP is
3855         not an error_mark_node.
3856
3857 Sat Dec  7 17:20:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
3858
3859         * cp-tree.h (TYPE_MAIN_DECL): Use TYPE_STUB_DECL.
3860         * *.c: Use TYPE_MAIN_DECL instead of TYPE_NAME where appropriate.
3861         
3862 Fri Dec  6 14:40:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
3863
3864         * decl.c (grokdeclarator): When giving an anonymous struct a name,
3865         replace TYPE_NAME instead of TYPE_IDENTIFIER (so TYPE_STUB_DECL is
3866         not affected).
3867
3868         * typeck2.c (build_m_component_ref): If component is a pointer
3869         to data member, resolve the OFFSET_REF now.
3870
3871         * call.c (convert_like): Don't go into infinite recursion.
3872
3873         * pt.c (coerce_template_parms): Use tsubst_expr for non-type args.
3874
3875         * class.c (finish_struct_1): Set DECL_ARTIFICIAL on the vptr.
3876         * tree.c (layout_basetypes): And on the vbase ptr.
3877
3878 Thu Dec  5 02:11:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
3879
3880         * decl.c (BOOL_TYPE_SIZE): Define in terms of POINTER_SIZE or
3881         CHAR_TYPE_SIZE so bool is always the same size as another type.
3882
3883         * decl.c (pushtag): Set DECL_IGNORED_P for DWARF, too.
3884
3885 Tue Dec  3 23:18:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
3886
3887         * decl2.c (grok_x_components): Remove synthesized methods from
3888         TYPE_METHODS of an anonymous union, complain about member
3889         functions.
3890         * decl.c (shadow_tag): Wipe out memory of synthesized methods in
3891         anonymous unions.
3892         (finish_function): Just clear the DECL_RTL of our arguments.
3893
3894 Fri Nov 29 21:54:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
3895
3896         * decl2.c (finish_file): Emit DWARF debugging info for static data
3897         members.
3898
3899         * pt.c (tsubst): If t is a stub decl, return the stub decl for type.
3900
3901 Wed Nov 27 14:47:15 1996  Bob Manson  <manson@charmed.cygnus.com>
3902
3903         * typeck.c (build_component_ref): Don't die if COMPONENT isn't a
3904         IDENTIFIER_NODE.
3905
3906 Wed Nov 27 16:05:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
3907
3908         * Make-lang.in (g++-cross$(exeext)): Fix typo.
3909
3910 Wed Nov 27 08:14:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3911
3912         Make the g++ driver now be a standalone program, rather than one
3913         that tries to run the gcc driver after munging up the options.
3914         * Make-lang.in (g++.c, g++spec.o): New rules.
3915         (g++.o): New rule, based on gcc.o with -DLANG_SPECIFIC_DRIVER
3916         added.
3917         (g++$(exeext)): New rule, based on xgcc rule.
3918         (g++-cross$(exeext)): Now just copies g++$(exeext) over.
3919         * g++spec.c: New file.
3920         * g++.c: Removed file.
3921
3922 Tue Nov 26 19:01:09 1996  Mike Stump  <mrs@cygnus.com>
3923
3924         * cvt.c (build_up_reference): Arrange for any temporary values
3925         that have been keep in registers until now to be put into memory.
3926
3927 Mon Nov 25 15:16:41 1996  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3928
3929         * Make-lang.in (c++.stage[1234]): Depend upon stage[1-4]-start, so
3930         that make -j3 bootstrap works better.
3931
3932 Sun Nov 24 02:09:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
3933
3934         * decl.c (pushtag): Do pushdecl for anon tags.
3935
3936 Thu Nov 21 16:30:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
3937
3938         * typeck.c (c_expand_return): Fix logic.
3939         (unary_complex_lvalue): Avoid unused warning on address of INIT_EXPR.
3940
3941 Wed Nov 20 18:47:31 1996  Bob Manson  <manson@charmed.cygnus.com>
3942
3943         * g++.c (main): Make sure arglist has a final NULL entry.  Add
3944         PEXECUTE_LAST to the flags passed to pexecute, as otherwise
3945         stdin/stdout of the invoked program are redirected to
3946         nowheresville.
3947
3948 Tue Nov 19 16:12:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
3949
3950         * decl.c (implicitly_declare): Set DECL_ARTIFICIAL.
3951
3952 Tue Nov 19 15:48:19 1996  Mike Stump  <mrs@cygnus.com>
3953
3954         * init.c (resolve_offset_ref): Handle obj.vfn better.
3955         * typeck.c (build_component_ref): Set TREE_TYPE on result from
3956         build_vfn_ref.
3957
3958 Tue Nov 19 13:14:33 1996  Mike Stump  <mrs@cygnus.com>
3959
3960         * typeck.c (convert_for_assignment): Also handle anachronistic
3961         implicit conversions from (::*)() to cv void*.
3962         * cvt.c (cp_convert_to_pointer): Likewise.
3963
3964 Mon Nov 18 17:05:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
3965
3966         * lex.c (handle_cp_pragma): Fix bogus warning.
3967
3968 Mon Nov 18 16:10:43 1996  Mike Stump  <mrs@cygnus.com>
3969
3970         * cvt.c (cp_convert_to_pointer): Avoid thinking a POINTER_TYPE
3971         (METHOD_TYPE) is a TYPE_PTRMEMFUNC_P.
3972
3973 Thu Nov 14 23:18:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
3974
3975         * class.c (finish_struct_1): Support DWARF2_DEBUG.
3976         * search.c (dfs_debug_mark): Likewise.
3977         * decl2.c (finish_vtable_vardecl): Likewise.
3978         * decl.c (pushtag, finish_enum): Likewise.
3979         * lex.c (check_newline): Use debug_* instead of calling *out
3980         functions directly.
3981
3982 Thu Nov 14 15:21:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
3983
3984         * Make-lang.in (cplib2.ready): Add else clause to avoid problems
3985         on some picky hosts.
3986
3987 Wed Nov 13 12:32:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
3988
3989         * class.c (finish_struct_1): A class has a non-trivial copy
3990         constructor if it has virtual functions.
3991
3992         * cvt.c (cp_convert): Always call a constructor.
3993
3994         * call.c (reference_binding): Still tack on a REF_BIND
3995         for bad conversions.
3996         (build_user_type_conversion_1): Propagate ICS_BAD_FLAG.
3997
3998         * typeck.c (convert_arguments): Pass LOOKUP_ONLYCONVERTING.
3999         (c_expand_return): Likewise.
4000         * typeck2.c (digest_init): Likewise for { }.
4001         * init.c (expand_aggr_init_1): Keep the CONSTRUCTOR handling.
4002         * cvt.c (cp_convert): Handle failure better.
4003
4004 Wed Nov 13 11:51:20 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4005
4006         * g++.c (main): Also set PEXECUTE_SEARCH, to make the invocation
4007         of GCC be path-relative. 
4008
4009 Wed Nov 13 11:27:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4010
4011         * Make-lang.in (g++-cross): G++-cross doesn't need version.o, but
4012         it does need choose-temp.o and pexecute.o.
4013
4014 Wed Nov 13 07:53:38 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4015
4016         * g++.c (error) [!HAVE_VPRINTF]: Put error back for the only time
4017         that we still use it.
4018         (P_tmpdir, R_OK, W_OK, X_OK) [__MSDOS__]: Delete unnecessary macros.
4019
4020 Wed Nov 13 02:00:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
4021
4022         * init.c (expand_default_init): Avoid calling constructors to 
4023         initialize reference temps.
4024
4025         * cvt.c (convert_to_reference): Fix.
4026
4027 Tue Nov 12 19:10:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
4028
4029         * cvt.c (cp_convert): Simplify for flag_ansi_overloading.
4030         (convert_to_reference): Likewise.
4031         * typeck.c (convert_for_initialization): Likewise.
4032         * init.c (expand_default_init): Likewise.
4033         (expand_aggr_init_1): Likewise.
4034         * cp-tree.h (CONV_NONCONVERTING): Lose.
4035         * typeck.c (build_c_cast): Lose allow_nonconverting parm.
4036         * *.c: Adjust.
4037         * call.c (build_user_type_conversion_1): Assume LOOKUP_ONLYCONVERTING.
4038
4039 Tue Nov 12 16:29:04 1996  Brendan Kehoe  <brendan@canuck.cygnus.com>
4040
4041         * pt.c (tsubst_expr): Reverse args to expand_start_catch_block.
4042
4043 Tue Nov 12 15:26:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
4044
4045         * init.c (expand_aggr_init_1): Don't crash on non-constructor
4046         TARGET_EXPR.
4047
4048 Tue Nov 12 14:00:50 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4049
4050         * g++.c: Include gansidecl.h.
4051         (VPROTO, PVPROTO, VA_START): Delete.
4052         (choose_temp_base_try, choose_temp_base, perror_exec,
4053         run_dos) [__MSDOS__]: Delete fns.
4054         (pfatal_with_name): Delete fn.
4055         (temp_filename): Declare like in gcc.c.
4056         (pexecute, pwait, choose_temp_base): Declare from gcc.c.
4057         (error_count, signal_count): Define.
4058         (error): Delete both definitions.
4059         (PEXECUTE_{FIRST,LAST,SEARCH,VERBOSE}): Define from gcc.c.
4060         (pfatal_pexecute): Add fn from gcc.c.
4061         (main): Rename local VERBOSE var to VERBOSE_FLAG.  Rewrite the
4062         code to use the pexecute stuff also used by gcc.c.
4063         (MIN_FATAL_STATUS): Define.
4064         * Make-lang.in (g++): Add dependency on and linking with
4065         choose-temp.o and pexecute.o.
4066
4067         * cp-tree.h: Include gansidecl.h.
4068         (STDIO_PROTO): Delete #undef/#define.
4069         * cvt.c (NULL): Delete #undef/#define.
4070         * expr.c (NULL): Likewise.
4071         * init.c (NULL): Likewise.
4072         * rtti.c (NULL): Likewise.
4073         * xref.c (NULL): Likewise.
4074
4075         * cp-tree.h (build_user_type_conversion): Add prototype.
4076         * call.c (build_user_type_conversion): Delete prototype.  Correct
4077         decl of FLAGS arg to be an int.
4078         * cvt.c (build_user_type_conversion): Likewise.
4079
4080 Tue Nov 12 12:16:20 1996  Jason Merrill  <jason@yorick.cygnus.com>
4081
4082         * cp-tree.def: Add TRY_BLOCK and HANDLER.
4083         * except.c (expand_start_catch_block): Support templates.
4084         * parse.y (try_block, handler_seq): Likewise.
4085         * pt.c (tsubst_expr): Support TRY_BLOCK and HANDLER.
4086
4087 Mon Nov 11 13:57:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
4088
4089         * pt.c (current_template_args): New fn.
4090         (push_template_decl): Use it.
4091         * decl.c (grokdeclarator): Use it.
4092
4093         * decl2.c (build_expr_from_tree): Dereference ref vars.
4094
4095         * decl.c (grokdeclarator): Generalize handling of TYPENAME_TYPEs in
4096         the decl-specifier-seq.
4097
4098         * decl.c (grok_op_properties): Don't force the type of a conversion
4099         op to be complete.  Don't warn about converting to the same type
4100         for template instantiations.
4101
4102         * decl2.c (finish_file): Don't call instantiate_decl on synthesized
4103         methods.
4104
4105 Mon Nov 11 13:20:34 1996  Bob Manson  <manson@charmed.cygnus.com>
4106
4107         * typeck.c (get_delta_difference): Remove previous bogusness.
4108         Don't give errors if force is set.
4109
4110 Fri Nov  8 17:38:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
4111
4112         * decl2.c (finish_file): Don't emit debug info.
4113         * decl.c (pushdecl): Lose obsolete code.
4114         (grokdeclarator): Still do the long long thing after complaining.
4115         * search.c (note_debug_info_needed): Don't do anything if we're in a 
4116         template.
4117         * method.c (synthesize_method): For non-local classes,
4118         push_to_top_level first.
4119
4120 Fri Nov  8 11:52:28 1996  Bob Manson  <manson@charmed.cygnus.com>
4121
4122         * typeck.c (get_delta_difference): Add no_error parameter.
4123         (build_ptrmemfunc): Call get_delta_difference with no_error set;
4124         we don't want error messages when converting unrelated
4125         pointer-to-member functions.
4126
4127 Thu Nov  7 11:16:24 1996  Mike Stump  <mrs@cygnus.com>
4128
4129         * error.c (dump_expr): Improve the wording on error messages that
4130         involve pointer to member functions.
4131
4132 Tue Nov  5 17:12:05 1996  Mike Stump  <mrs@cygnus.com>
4133
4134         * cvt.c (cp_convert_to_pointer): Move code for conversions from
4135         (::*)() to void* or (*)() up a bit, so that we can convert from
4136         METHOD_TYPEs as well.
4137
4138 Tue Nov  5 14:54:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
4139
4140         * rtti.c (get_tinfo_fn): Make sure 'type' is permanent.
4141         There are no 'member' types.
4142         (get_tinfo_fn_dynamic): Diagnose typeid of overloaded fn.
4143         (build_x_typeid): Handle errors.
4144
4145 Mon Nov  4 17:43:12 1996  Mike Stump  <mrs@cygnus.com>
4146
4147         * typeck.c (convert_for_assignment): Handle anachronistic implicit
4148         conversions from (::*)() to void* or (*)().
4149         * cvt.c (cp_convert_to_pointer): Likewise.
4150         (cp_convert_to_pointer_force): Remove cp_convert_to_pointer
4151         conversions from here.
4152         * decl2.c (lang_decode_option): Add -W{no-,}pmf-conversions.
4153         * lang-options.h: Likewise.
4154         * decl2.c (warn_pmf2ptr): Define.
4155         * cp-tree.h: Declare it.
4156         * typeck2.c (digest_init): Allow pmfs down into
4157         convert_for_initialization.
4158
4159 Sun Nov  3 09:43:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
4160
4161         * typeck.c (c_expand_return): Fix for returning overloaded fn.
4162
4163 Fri Nov  1 08:53:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
4164
4165         * cp-tree.h (DIRECT_BIND): Change from INDIRECT_BIND.
4166         * decl.c (grok_reference_init): Pass DIRECT_BIND.
4167         * cvt.c (build_up_reference): Don't mark 'this' addressable.  Use
4168         DIRECT_BIND.
4169         * call.c (convert_like): Don't pass INDIRECT_BIND.
4170         * typeck.c (convert_arguments): Likewise.
4171         * typeck.c (mark_addressable): Allow &this if flag_this_is_variable.
4172
4173 Thu Oct 31 17:08:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
4174
4175         * typeck.c (mark_addressable): Support TARGET_EXPR, unify with
4176         similar code in build_up_ref.
4177         * cvt.c (build_up_reference): Drastically simplify.
4178
4179 Mon Oct 28 12:45:05 1996  Jeffrey A Law  (law@cygnus.com)
4180
4181         * typeck.c (signed_or_unsigned_type): If the given type already
4182         as the correct signedness, then just return it.
4183
4184         * typeck.c ({un,}signed_type): If can't do anything, call
4185         signed_or_unsigned_type.
4186
4187 Thu Oct 24 14:21:59 1996  Bob Manson  <manson@charmed.cygnus.com>
4188
4189         * decl2.c (copy_assignment_arg_p): Don't buy the farm if
4190         current_class_type is NULL.
4191
4192 Wed Oct 23 00:43:10 1996  Jason Merrill  <jason@gerbil.cygnus.com>
4193
4194         * class.c (finish_struct_1): Avoid empty structs by adding a field
4195         so layout_type gets the mode right.
4196
4197         * typeck.c (c_expand_return): Drastically simplify.
4198
4199 Mon Oct 21 22:34:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
4200
4201         * typeck.c (decay_conversion): Handle overloaded methods.
4202
4203 Fri Oct 18 16:03:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
4204
4205         * call.c (build_over_call): A TARGET_EXPR has side-effects.
4206
4207 Thu Oct 17 11:31:59 1996  Mike Stump  <mrs@cygnus.com>
4208
4209         * cvt.c (convert_to_pointer_force): Add code to support pointer to
4210         member function to pointer to function conversions.
4211         * init.c (resolve_offset_ref): Add code to allow faked up objects,
4212         ignoring them if they are not used, and giving an error, if they
4213         are needed.
4214         * typeck.c (get_member_function_from_ptrfunc): Fold e1 to improve
4215         code, and so that we can give an error, if we needed an object,
4216         and one was not provided.
4217         (build_c_cast): Don't call default_conversion when we want to
4218         convert to pointer to function from a METHOD_TYPE.
4219
4220 Mon Oct 14 00:28:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
4221
4222         * Make-lang.in (cplib2.ready): Fix logic.
4223
4224         * decl.c (shadow_tag): Only complain about non-artificial function
4225         members.
4226
4227         * class.c (finish_struct_1): Add synthesized methods to TYPE_METHODS.
4228
4229 Fri Oct 11 16:12:40 1996  Jason Merrill  <jason@yorick.cygnus.com>
4230
4231         * expr.c (cplus_expand_expr): Pre-tweak call_target like
4232         expand_inline_function would.
4233
4234         * pt.c (mark_decl_instantiated): If extern_p, call
4235         mark_inline_for_output.
4236
4237 Thu Oct 10 15:58:08 1996  Mike Stump  <mrs@cygnus.com>
4238
4239         * typeck.c (unary_complex_lvalue): Add code to handle intermediate
4240         pmd conversions.
4241
4242         * typeck.c (get_delta_difference): Fix wording, as we can be used
4243         for pointer to data members.
4244
4245 Tue Oct  8 12:43:51 1996  Bob Manson  <manson@charmed.cygnus.com>
4246
4247         * pt.c (tsubst): If the function decl isn't a member of this
4248         template, return a copy of the decl (including copying the
4249         lang-specific part) so we don't hose ourselves later.
4250
4251 Thu Oct  3 16:24:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
4252
4253         * class.c (finish_struct): Remove DWARF-specific tag handling.
4254         * decl.c (pushtag): Likewise.
4255         (finish_function): Always clear DECL_ARGUMENTS on function decls with
4256         no saved RTX.
4257         * decl2.c (finish_file): Emit DWARF debugging info for static data
4258         members.
4259
4260 Wed Oct  2 21:58:01 1996  Bob Manson  <manson@charmed.cygnus.com>
4261
4262         * decl.c (duplicate_decls): Make sure the old DECL_LANG_SPECIFIC
4263         isn't the same as the new one before we whack it.
4264
4265 Mon Sep 30 13:38:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
4266
4267         * class.c, cp-tree.h, cvt.c, decl.c, decl2.c, gxx.gperf, hash.h,
4268         lex.c, method.c, parse.y, typeck.c, typeck2.c: Remove
4269         warn_traditional and warn_strict_prototypes; remove ancient
4270         'overload' code; remove references to flag_traditional.
4271
4272 Mon Sep 30 12:58:40 1996  Mike Stump  <mrs@cygnus.com>
4273
4274         * input.c (sub_getch): Handle 8-bit characters in string literals.
4275
4276 Sun Sep 29 03:12:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
4277
4278         * tree.c (mapcar): Handle CONSTRUCTORs.
4279         (copy_to_permanent): Handle expression_obstack properly.
4280
4281         * Make-lang.in (cplib2.txt): Also depend on the headers.
4282
4283         * rtti.c (get_tinfo_var): Don't assume that POINTER_SIZE ==
4284         INT_TYPE_SIZE.
4285         (expand_class_desc): Use USItype for offset field.
4286         * tinfo.h (struct __class_type_info): Likewise.
4287
4288         * method.c (build_overload_int): TYPE_PRECISION should be applied
4289         to types.
4290
4291 Sat Sep 28 14:44:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
4292
4293         * call.c (build_new_op): A COND_EXPR involving void must be a
4294         builtin.
4295
4296 Fri Sep 27 16:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
4297
4298         * typeck.c (build_x_component_ref): New fn.
4299         (build_object_ref): Use it.
4300         * parse.y (primary): Use it.
4301         * decl2.c (build_expr_from_tree): Use it.
4302         * cp-tree.h: Declare it.
4303
4304         * decl.c (start_decl): variable-sized arrays cannot be initialized.
4305         * error.c (dump_type_suffix): Handle variable arrays.
4306
4307 Fri Sep 27 13:14:05 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4308
4309         * Make-lang.in (exception.o): Put back compiling it with -fPIC.
4310
4311 Fri Sep 27 03:00:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
4312
4313         * decl.c (lookup_name_real): Don't try to look up anything in a
4314         TYPENAME_TYPE.
4315
4316         * tinfo2.cc (__throw_type_match_rtti): Oops.
4317
4318 Thu Sep 26 22:11:05 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4319
4320         * Make-lang.in (exception.o): Use -fno-PIC for now.
4321
4322 Thu Sep 26 10:59:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
4323
4324         * rtti.c (build_dynamic_cast): Pass tinfo fns rather than
4325         calling them.
4326         (get_tinfo_fn_dynamic): Extracted from build_typeid.
4327         * tinfo2.cc (__dynamic_cast): Adjust.
4328         
4329         * rtti.c (build_typeid): Use resolves_to_fixed_type_p.
4330         (build_x_typeid): Likewise.
4331
4332         * parse.y: Call build_x_typeid instead of build_typeid.
4333         * cp-tree.def: Add TYPEID_EXPR.
4334         * pt.c (tsubst_copy): Handle typeid.
4335         * decl2.c (build_expr_from_tree): Likewise.
4336         * rtti.c (build_x_typeid): Throw bad_typeid from here.
4337         (build_typeid): Not here.
4338         * cp-tree.h: Declare build_x_typeid.
4339
4340 Wed Sep 25 17:26:16 1996  Jason Merrill  <jason@yorick.cygnus.com>
4341
4342         * call.c (convert_like): Pull out constant values.
4343
4344         * tree.c (mapcar): Use build_cplus_array_type, not build_array_type.
4345
4346 Wed Sep 25 17:28:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4347
4348         * decl.c (init_decl_processing): Create short int types before
4349         creating size_t in case a machine description needs to use
4350         unsigned short for size_t.
4351
4352 Tue Sep 24 18:18:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
4353
4354         * Make-lang.in (exception.o): Turn off pic.
4355
4356         * tinfo2.cc (__throw_type_match_rtti): Fix cv-variants of the same
4357         type, multi-level ptr conversions.
4358
4359         * rtti.c (call_void_fn): Renamed and genericized from throw_bad_cast.
4360         (throw_bad_cast): Use it.
4361         (throw_bad_typeid): New fn.
4362         (build_typeid): Throw bad_typeid as needed.
4363         Use build_call.
4364         (synthesize_tinfo_fn): Handle functions and arrays before checking
4365         for cv-quals.
4366
4367         * Remove .h from standard C++ headers, add new.h, move into inc
4368         subdirectory.
4369
4370         * exception*: Remove pointer from object, constructors.  Add
4371         default exception::what that uses type_info::name.  Add
4372         __throw_bad_typeid.
4373
4374         * init.c (build_new): Don't add a cookie to new (void *) T[2].
4375
4376 Mon Sep 23 15:21:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
4377
4378         * Make-lang.in: Building C++ code depends on cc1plus.
4379
4380 Mon Sep 23 12:38:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4381
4382         * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
4383         a HOST_WIDE_INT, not a tree.
4384
4385 Mon Sep 23 12:36:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
4386
4387         * exception.cc: Don't include <stdlib.h>.
4388
4389         * Make-lang.in (c++.clean): Remove cplib2.*.
4390
4391 Mon Sep 23 09:42:19 1996  Doug Evans  <dje@canuck.cygnus.com>
4392
4393         * parse.y (component_decl_1, component_costructor_declarator case):
4394         Pass attributes/prefix_attributes in tree list.
4395
4396 Mon Sep 23 01:18:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
4397
4398         * tinfo{,2}.cc: #include <stddef.h> instead of <stdlib.h>.
4399
4400 Sun Sep 22 05:31:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
4401
4402         * lex.c (do_identifier): Don't do deferred lookup in a template
4403         header.
4404
4405         * typeck2.c (store_init_value): Oops.
4406
4407         * new.{h,cc}, exception.{h,cc}, typeinfo.h, tinfo{2.cc,.cc,.h}: 
4408         New files for C++ lang-support library.
4409         * Make-lang.in (CXX_EXTRA_HEADERS): Define.
4410         (CXX_LIB2FUNCS): Define.
4411         And rules for building the C++ lang-support code.
4412         * config-lang.in (headers): Define.
4413         (lib2funcs): Define.
4414
4415 Sat Sep 21 19:17:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
4416
4417         * decl2.c (build_expr_from_tree): If CONSTRUCTOR has a type, call
4418         digest_init.
4419         * pt.c (tsubst_copy): Compute type for CONSTRUCTOR.
4420         * typeck2.c (store_init_value): Check for initializing pmf with { }
4421         here.
4422         (process_init_constructor): Not here.
4423
4424 Thu Sep 19 16:41:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
4425
4426         * pt.c (begin_template_parm_list): Increment
4427         processing_template_decl here.
4428         (end_template_parm_list): Not here.
4429         (process_template_parm): No need to add 1 to it now.
4430         * *.c: Use processing_template_decl instead of current_template_parms
4431         to check for being in a template.
4432
4433         * pt.c (uses_template_parms): Handle SCOPE_REF.  Fix CONSTRUCTOR.
4434         (tsubst_copy): Handle CONSTRUCTOR.
4435         (instantiate_decl): Set up context properly for variables.
4436         * decl2.c (build_expr_from_tree): Handle CONSTRUCTOR.
4437         * class.c (finish_struct): Reverse CLASSTYPE_TAGS.
4438
4439 Wed Sep 18 13:30:20 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4440
4441         * lex.c (enum tree_node_kind) [GATHER_STATISTICS]: Put the enum back.
4442
4443 Wed Sep 18 04:24:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
4444
4445         * method.c (make_thunk): Call comdat_linkage before setting the
4446         TREE_CODE.
4447
4448         * decl2.c (comdat_linkage): Use make_decl_one_only.
4449         (import_export_decl): Likewise.
4450         * decl.c (init_decl_processing): Check supports_one_only instead of
4451         SUPPORTS_WEAK.
4452
4453 Sat Sep 14 08:34:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
4454
4455         * decl2.c (grokfield): Tighten checking for access decls.
4456
4457         * decl.c (make_typename_type): Resolve references to
4458         current_class_type.  Set CLASSTYPE_GOT_SEMICOLON.
4459         (lookup_name_real): Types that depend on a template parameter get
4460         an implicit 'typename' unless they're in the current scope.
4461         (start_decl_1): We don't care about incomplete types that depend
4462         on a template parm.
4463         (grokdeclarator): Resolve 'typename's in the type specifier that
4464         refer to members of the current scope.
4465
4466         * call.c (build_over_call): Remove 'inline called before
4467         definition' diagnostic.
4468         (build_method_call): Likewise.
4469         * decl.c (duplicate_decls): Downgrade 'used before declared
4470         inline' to a warning, only with -Winline.
4471
4472 Fri Sep 13 17:31:40 1996  Stan Shebs  <shebs@andros.cygnus.com>
4473
4474         * mpw-make.sed: Fix include paths, add @DASH_C_FLAG@ to compile.
4475
4476 Wed Sep 11 22:38:13 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
4477
4478         * call.c (build_method_call): When calling a signature
4479         default implementation, as in other cases, let instance_ptr simply
4480         be instance.
4481
4482 Wed Sep 11 22:14:44 1996  Mike Stump  <mrs@cygnus.com>
4483
4484         * parse.y (simple_stmt): Cleanup and use do_poplevel ().
4485
4486 Wed Sep 11 22:10:48 1996  Mike Stump  <mrs@cygnus.com>
4487
4488         * except.c (expand_start_catch_block): Add a pushlevel so that -g
4489         works on hppa and SPARC.
4490
4491 Wed Sep 11 10:18:06 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4492
4493         * typeck.c (build_indirect_ref): Catch PTR being an error_mark_node.
4494
4495 Mon Sep  9 19:51:14 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
4496
4497         * call.c (build_over_call): Check first whether DECL_CONTEXT exists
4498         before testing whether it's a signature.
4499
4500 Sun Sep  8 16:06:57 1996  Gerald Baumgartner  <gb@cs.purdue.edu>
4501
4502         * call.c (build_new_method_call): Don't complain about signature
4503         pointers and references not being an aggr type.
4504         (build_this): If a signature pointer or reference was passed in,
4505         just return it.
4506         (build_new_method_call): If instance is a signature pointer, set
4507         basetype to the signature type of instance.
4508         * sig.c (build_signature_method_call): Deleted basetype and
4509         instance parameters, they can be found as the DECL_CONTEXT of
4510         function and as the first argument passed in.
4511         * cp-tree.h: Changed declaration of build_signature_method_call.
4512         * call.c (build_method_call): Deleted first two arguments in call
4513         of build_signature_method_call.
4514         (build_over_call): Added call to build_signature_method_call.
4515
4516 Thu Sep  5 16:51:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
4517
4518         * typeck.c (build_c_cast): Don't tack a non_lvalue_expr onto a
4519         target_expr.
4520
4521 Thu Sep  5 10:05:38 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
4522
4523         * cvt.c (convert_to_reference): Use %#T, not %#D, for error.
4524
4525 Wed Sep  4 17:16:09 1996  Bob Manson  <manson@charmed.cygnus.com>
4526
4527         * except.c (expand_start_try_stmts): Move to except.c in the backend.
4528         (expand_end_try_stmts): Remove.
4529
4530         * init.c (perform_member_init): Use add_partial_entry () instead
4531         of directly manipulating lists.
4532         (emit_base_init): Ditto.
4533
4534 Wed Sep  4 12:14:36 1996  Mike Stump  <mrs@cygnus.com>
4535
4536         * except.c (expand_exception_blocks): Always make sure USE and
4537         CLOBBER insns that came at the end still do, the backend relies
4538         upon this.
4539
4540 Wed Sep  4 07:44:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
4541
4542         * call.c (build_over_call): We can only use a TARGET_EXPR of the
4543         right type.
4544
4545 Tue Sep  3 19:26:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
4546
4547         * cvt.c (convert_to_reference): Revert last change, don't complain
4548         about temp without target decl.
4549
4550 Tue Sep  3 10:22:56 1996  Mike Stump  <mrs@cygnus.com>
4551
4552         * decl.c (grokdeclarator): Don't core dump when void() is given.
4553
4554 Tue Sep  3 02:38:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
4555
4556         * decl.c (copy_args_p): Don't crash.
4557
4558 Fri Aug 30 14:26:57 1996  Mike Stump  <mrs@cygnus.com>
4559
4560         * pt.c (tsubst): And support template args inside the exception
4561         specification.
4562
4563         * pt.c (tsubst): Add support for exception specifications in
4564         template functions.
4565
4566 Fri Aug 30 10:01:55 1996  Mike Stump  <mrs@cygnus.com>
4567
4568         * cp-tree.def (DECL_STMT): Eliminate the throw spec field, only 3
4569         fields now.
4570         * cp-tree.h (start_decl): Eliminate the throw spec parameter.
4571         (start_function): Likewise.
4572         (start_method): Likewise.
4573         (grokfield): Likewise.
4574         (make_call_declarator): Add throw spec parameter.
4575         (set_quals_and_spec): Add routine.
4576         * lex.c (set_quals_and_spec): Likewise.
4577         * decl.h (grokdeclarator): Eliminate the throw spec parameter.
4578         * decl.c (shadow_tag): Eliminate the throw spec parameter to
4579         grokdeclarator.
4580         (groktypename): Likewise.
4581         (start_decl): Eliminate the throw spec parameter.  Eliminate the
4582         throw spec parameter to grokdeclarator.  Eliminate the throw spec
4583         field in DECL_STMT.
4584         (cp_finish_decl): Eliminate the throw spec field in DECL_STMT.
4585         (grokfndecl): Remove useless set of raises.
4586         (grokdeclarator): Eliminate the throw spec parameter.  Eliminate
4587         the throw spec parameter to start_decl.  Pull the throw spec out
4588         of the call declarator.
4589         (grokparms): Eliminate the throw spec parameter to grokdeclarator.
4590         (start_function): Eliminate the throw spec parameter.  Eliminate
4591         the throw spec parameter to grokdeclarator.
4592         (start_method): Likewise.
4593         * decl2.c (grokfield): Likewise.
4594         (grokbitfield): Eliminate the throw spec parameter to grokdeclarator.
4595         (grokoptypename): Likewise.
4596         (finish_file): Eliminate the throw spec parameter to
4597         start_function.  Add throw spec to make_call_declarator.
4598         * except.c (init_exception_processing): Add throw spec to
4599         make_call_declarator.  Eliminate the throw spec parameter to
4600         start_decl.
4601         (expand_start_catch_block): Eliminate the throw spec parameter to
4602         grokdeclarator.
4603         (expand_builtin_throw): Add throw spec to make_call_declarator.
4604         Eliminate the throw spec parameter to start_function.
4605         (start_anon_func): Likewise.
4606         * lex.c (make_call_declarator): Add throw spec parameter.
4607         (set_quals_and_spec): New routine.
4608         (cons_up_default_function): Add throw spec to make_call_declarator.
4609         Eliminate the throw spec parameter to grokfield.
4610         * method.c (synthesize_method): Eliminate the throw spec parameter
4611         to start_function.
4612         * pt.c (process_template_parm): Eliminate the throw spec parameter
4613         to grokdeclarator.
4614         (tsubst): Add throw spec to make_call_declarator.
4615         (tsubst_expr): Eliminate the throw spec parameter to start_decl.
4616         (do_function_instantiation): Eliminate the throw spec parameter to
4617         grokdeclarator.  Eliminate the throw spec parameter to
4618         start_function.
4619         * rtti.c (synthesize_tinfo_fn): Eliminate the throw spec parameter
4620         to start_function.
4621         * parse.y (datadef): Remove non-winning optimization.
4622         (decl): Likewise.
4623         (fndef): Remove ambiguous error productions uncovered by grammer
4624         fixing.
4625         (constructor_declarator): Add exception_specification_opt here.
4626         (component_constructor_declarator): Likewise.
4627         (direct_after_type_declarator): Likewise.
4628         (complex_direct_notype_declarator): Likewise.
4629         (direct_abstract_declarator): Likewise.
4630         (fn.def1): Remove exception_specification_opt.
4631         (fn.def2): Likewise.
4632         (condition): Likewise.
4633         (initdcl0): Likewise.
4634         (initdcl): Likewise.
4635         (notype_initdcl0): Likewise.
4636         (nomods_initdcl0): Likewise.
4637         (component_decl_1): Likewise.
4638         (component_declarator): Likewise.
4639         (after_type_component_declarator0): Likewise.
4640         (after_type_component_declarator): Likewise.
4641         (notype_component_declarator): Likewise.
4642
4643 Wed Aug 28 01:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
4644
4645         * call.c (build_over_call): Also use an INIT_EXPR when
4646         initializing anything from an rvalue.
4647
4648         * call.c (build_over_call): Call stabilize_reference when building
4649         an INIT_EXPR instead of calling the copy ctor.
4650
4651         * call.c (joust): Extend the previous change to all comparisons.
4652
4653         * decl2.c, method.c, lex.c: Use MAKE_DECL_ONE_ONLY and 
4654         NO_LINKAGE_HEURISTICS.
4655
4656         * decl2.c (finish_file): Emit any statics that weren't already.
4657
4658         * typeck.c (build_static_cast): Implement.
4659         * tree.c (build_cplus_new): Handle getting a TARGET_EXPR.
4660         * decl.c (grokparms): Use can_convert_arg instead of
4661         implicit_conversion directly.
4662         (copy_args_p): New fn.
4663         * cvt.c (convert_to_reference): Don't complain about temp with
4664         static_cast.
4665         (build_up_reference): Handle TARGET_EXPRs.
4666         * call.c (build_over_call): Elide unnecessary temps.
4667         (can_convert*): Use new overloading code.
4668
4669 Tue Aug 27 13:12:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
4670
4671         * call.c: Move TYPE_PTR*_MACROS ...
4672         * cp-tree.h: To here.
4673         * typeck.c (build_reinterpret_cast): Implement.
4674
4675         * call.c (add_builtin_candidate): Use TYPE_PTROB_P instead of
4676         ptr_complete_ob.
4677         (joust): If we're comparing a function to a builtin and the worst
4678         conversion for the builtin is worse than the worst conversion for the
4679         function, take the function.
4680
4681         * typeck.c (build_const_cast): Implement.
4682         (comp_ptr_ttypes_const): Like comp_ptr_ttypes, for const_cast.
4683         (comp_ptr_ttypes_reinterpret): Like cpt, for reinterpret_cast.
4684
4685 Tue Aug 27 13:14:58 1996  Bob Manson  <manson@charmed.cygnus.com>
4686
4687         * rtti.c (build_dynamic_cast): Don't try to dereference exprtype
4688         too early. Make sure we explode if exprtype turns out to be a
4689         NULL_TREE when it shouldn't be.
4690
4691 Tue Aug 27 10:56:21 1996  Mike Stump  <mrs@cygnus.com>
4692
4693         * cp-tree.h: New routine make_call_declarator.
4694         * lex.c (make_call_declarator): Define it.
4695         * except.c (init_exception_processing): Use it.
4696         (expand_builtin_throw): Likewise.
4697         (start_anon_func): Likewise.
4698         * decl2.c (finish_file): Likewise.
4699         * lex.c (cons_up_default_function): Likewise.
4700         * parse.y: Likewise.
4701         * pt.c (tsubst): Likewise.
4702         
4703 Mon Aug 26 17:40:03 1996  Mike Stump  <mrs@cygnus.com>
4704
4705         * decl2.c (groktypefield): Remove unused code.
4706
4707 Mon Aug 26 17:00:33 1996  Mike Stump  <mrs@cygnus.com>
4708
4709         * gxx.gperf: Change TYPE_QUAL into CV_QUALIFIER.
4710         * parse.y: Likewise.  Change maybe_type_qual into maybe_cv_qualifier.
4711         Change type_quals into cv_qualifiers.  Change nonempty_type_quals into
4712         nonempty_cv_qualifiers.
4713         * hash.h: Rebuild.
4714         
4715         * lex.c (make_pointer_declarator): Change type_quals into
4716         cv_qualifiers.
4717         (make_reference_declarator): Likewise.
4718         
4719 Thu Aug 22 01:09:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
4720
4721         * decl.c (start_function): Only check interface_* for templates
4722         with flag_alt_external_templates.
4723
4724         * call.c (build_new_op): Check for comparison of different enum types.
4725         (build_over_call): Fix arg # output.
4726
4727         * typeck.c (build_component_ref): Handle pre-found TYPE_DECL.
4728
4729 Wed Aug 21 00:13:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
4730
4731         * call.c (build_new_op): Check for erroneous args.
4732
4733         * call.c (build_new_method_call): Add missing args to cp_error.
4734
4735         * tree.c (error_type): Dont print reference-to-array.
4736
4737         * typeck.c (convert_for_assignment): Don't say contravariance for
4738         removing const.
4739
4740 Tue Aug 20 13:23:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
4741
4742         * call.c (build_over_call): Diagnose bad convs for `this'.
4743
4744         * lex.c (cons_up_default_function): Set DECL_ARTIFICIAL
4745         on _ctor_arg.
4746
4747         * call.c (convert_like): Handle bad convs.
4748         (build_over_call): Handle bad convs better.
4749
4750         * decl2.c: -fansi-overloading is now the default.
4751
4752         * call.c (build_new_method_call): Check for erroneous args.
4753
4754         * pt.c (instantiate_class_template): Propagate
4755         TYPE_USES_MULTIPLE_INHERITANCE.
4756
4757 Tue Aug 20 13:09:57 1996  Mike Stump  <mrs@cygnus.com>
4758
4759         * call.c (enforce_access): Add static to routine.
4760
4761 Sun Aug 18 14:35:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
4762
4763         * call.c (build_user_type_conversion_1): Fix bad handling.
4764         (compare_ics): Likewise.
4765
4766 Sat Aug 17 21:54:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
4767
4768         * call.c (standard_conversion): Oops.
4769
4770 Sat Aug 17 16:28:11 1996  Geoffrey Noer  <noer@cygnus.com>
4771
4772         * g++.c: Update test for win32 (&& ! cygwin32).
4773
4774 Sat Aug 17 03:45:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
4775
4776         * typeck.c (comp_ptr_ttypes_real): Handle OFFSET_TYPEs properly.
4777         (ptr_reasonably_similar): New fn.
4778         * call.c (BAD_RANK): New rank.
4779         (ICS_BAD_FLAG): New macro.
4780         (standard_conversion): Handle almost-right pointer conversions.
4781         (reference_binding): Handle bad rvalue bindings.
4782         (add_*_candidate): Stuff.
4783         (build_over_call): Pass bad conversions to convert_for_initialization.
4784         (compare_ics): Handle bad convs.
4785         (joust): Likewise.
4786
4787 Fri Aug 16 15:02:19 1996  Bob Manson  <manson@charmed.cygnus.com>
4788
4789         * init.c (expand_vec_init): Use ptrdiff_type_node instead of
4790         integer_type_node when computing pointer offsets.
4791
4792 Fri Aug 16 01:28:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
4793
4794         * tree.c (lvalue_type): New fn.
4795         (error_type): New fn.
4796         * call.c (op_error): Use error_type.
4797         (add_conv_candidate): Use lvalue_type.
4798         (add_builtin_candidates): Likewise.
4799         * error.c (args_as_string): Use error_type.
4800
4801 Thu Aug 15 17:27:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
4802
4803         * pt.c (instantiate_decl): Evaluate DECL_INITIAL of a VAR_DECL here.
4804         (tsubst): Not here.
4805
4806         * decl.c (init_decl_processing): With -ansi, __null's type is the
4807         signed integral type with the same number of bits as a pointer.
4808         Introduce a new variable null_node for it.
4809         * cp-tree.h: Adjust.
4810         * call.c (null_ptr_cst_p): Adjust.
4811
4812 Thu Aug 15 17:09:54 1996  Mike Stump  <mrs@cygnus.com>
4813
4814         * except.c (do_unwind): Mark %i7 as used on the SPARC so we can
4815         optimize.
4816
4817 Thu Aug 15 01:36:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
4818
4819         * decl2.c (import_export_decl): Ignore #pragma interface for tinfo
4820         fns of classes without virtual functions.
4821
4822         * call.c (add_function_candidate): Handle `this' specially.
4823         (compare_ics): Likewise.
4824
4825 Tue Aug 13 12:16:10 1996  Jason Merrill  <jason@yorick.cygnus.com>
4826
4827         * typeck.c (build_conditional_expr): Fix handling of __null.
4828
4829         * decl2.c (comdat_linkage): New fn.
4830         (import_export_vtable): Use it.
4831         (import_export_decl): Use it.
4832         * method.c (make_thunk): Use it.
4833
4834 Mon Aug 12 00:09:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
4835
4836         * pt.c (end_template_decl): If we don't actually have parms, return.
4837         * parse.y (template_header): Accept 'template <>'.
4838
4839         * errfn.c: Allow 5 args.
4840
4841 Sun Aug 11 15:20:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
4842
4843         * tree.c (make_temp_vec): New fn.
4844         * pt.c (push_template_decl): Handle partial specs.
4845         (instantiate_class_template): Likewise.
4846         (more_specialized): Use get_bindings.
4847         (more_specialized_class): New fn.
4848         (get_class_bindings): New fn.
4849         (most_specialized_class): New fn.
4850         (do_function_instantiation): List candidates for ambiguous case.
4851         * decl.c (duplicate_decls): Lose reference to DECL_TEMPLATE_MEMBERS.
4852         (shadow_tag): Call push_template_decl for partial specializations.
4853         * parse.y: Likewise.
4854         * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Replaces
4855         DECL_TEMPLATE_MEMBERS.
4856         * call.c (print_z_candidates): Reduce duplication.
4857
4858 Fri Aug  9 14:36:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
4859
4860         * decl2.c (lang_decode_option): Allow -fansi-overloading.
4861
4862 Thu Aug  8 17:04:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
4863
4864         * pt.c (get_bindings): New fn.
4865         (most_specialized): Likewise.
4866         (do_function_instantiation): Use them.
4867         (add_maybe_template): New fn.
4868         * cp-tree.h (DECL_MAYBE_TEMPLATE): New macro.
4869         * call.c (build_new_op): Handle guiding decls.
4870         (build_new_function_call): Likewise.
4871         * decl2.c (finish_file): Likewise.
4872
4873         * decl2.c (mark_used): Do synthesis here.
4874         * call.c (build_method_call): Not here.
4875         (build_over_call): Or here.
4876         * typeck.c (build_function_call_real): Or here.
4877         * tree.c (bot_manip): Call mark_used on functions used in default
4878         args.
4879
4880 Thu Aug  8 17:48:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
4881
4882         * decl2.c (import_export_vtable): Delete code that disabled vtable
4883         heuristic on systems with ASM_OUTPUT_EXTERNAL.
4884
4885 Wed Aug  7 12:44:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
4886
4887         * typeck.c (build_x_function_call): Handle static call context
4888         better.
4889
4890         * decl.c (finish_function): Set the DECL_CONTEXT of the result to
4891         the function, not its outer block.
4892
4893         * call.c (build_field_call): Pass fields on to build_opfncall
4894         regardless of TYPE_OVERLOADS_CALL_EXPR.
4895         (build_method_call): Pass on to build_new_method_call sooner.
4896
4897         * typeck.c (build_ptrmemfunc): Just return what instantiate_type
4898         gives us.
4899         * class.c (instantiate_type): Don't put a POINTER_TYPE to
4900         METHOD_TYPE on an expression.  Also make a copy of rhs instead of
4901         modifying it.
4902
4903 Tue Aug  6 12:58:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
4904
4905         * call.c (compare_ics): Handle qual_conv after lvalue_conv.
4906         (add_builtin_candidate): Don't take enums for ++.
4907         (build_new_method_call): Handle non-aggregates and field calls.
4908         Move new overloading code from...
4909         * cvt.c: Here.
4910
4911         * decl.c (grokparms): Don't check default args in templates.
4912
4913 Mon Aug  5 17:17:06 1996  Jason Merrill  <jason@yorick.cygnus.com>
4914
4915         * cvt.c (build_new_op): Fix args to build_unary_op.
4916         (add_builtin_candidates): Don't call type_promotes_to on float.
4917
4918         * decl.c (grokparms): Check the type of the default arg.
4919
4920         * cvt.c (build_new_op): Pass non-overloaded cases on rather than
4921         returning NULL_TREE.
4922
4923         * typeck.c (build_x_binary_op): Avoid doing extra work.
4924         (build_x_unary_op): Likewise.
4925         (build_x_conditional_expr): Likewise.
4926         * cvt.c (build_over_call): Return.
4927         (add_builtin_candidate): Fix MEMBER_REF.
4928         (build_new_op): Likewise.
4929
4930 Mon Aug  5 17:07:47 1996  Mike Stump  <mrs@cygnus.com>
4931
4932         * method.c (build_overload_name): Put bug fix into code but leave
4933         disabled for now so we can be bug compatible with older releases
4934         that do repeats incorrectly.  In the future, we can enable it.
4935
4936 Mon Aug  5 13:46:28 1996  Jason Merrill  <jason@yorick.cygnus.com>
4937
4938         * cvt.c (convert_like): Don't call build_cplus_new twice.
4939
4940         * call.c, cp-tree.h, cvt.c, decl2.c, init.c, method.c, pt.c, typeck.c:
4941         Control new overloading code with -fansi-overloading.
4942
4943 Sun Aug  4 15:29:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
4944
4945         * cvt.c (build_over_call): Call build_cplus_new.
4946         * call.c (build_method_call): Likewise.
4947         * typeck.c (build_function_call_real): Likewise.
4948         (build_conditional_expr): If both operands are TARGET_EXPRs, wrap
4949         the COND_EXPR in a TARGET_EXPR so they use the same slot.
4950
4951         * cvt.c (build_up_reference): Propagate INDIRECT_BIND to 
4952         recursive calls.
4953         * typeck.c (complete_type): Propagate
4954         TYPE_NEEDS_{CONSTRUCTING,DESTRUCTOR}.
4955
4956 Sat Aug  3 14:05:07 1996  Jason Merrill  <jason@yorick.cygnus.com>
4957
4958         * cvt.c (joust): More ?: kludging.  Sigh.
4959         (build_over_call): Don't try to synthesize global fns.
4960
4961         * search.c (lookup_conversions): Use binfo marking.
4962
4963 Sat Aug  3 12:33:42 1996  Bob Manson  <manson@charmed.cygnus.com>
4964
4965         * search.c (build_mi_matrix): Use the correct value of cid
4966         when determining the new mi_size.
4967
4968 Sat Aug  3 01:27:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
4969
4970         * cvt.c (add_builtin_candidates): Do consider type conversion ops
4971         for the first parms of += et al.
4972         (strip_top_quals): New fn.
4973         (reference_binding): Use it instead of TYPE_MAIN_VARIANT.
4974         (implicit_conversion): Likewise.
4975         (add_builtin_candidates): Be careful about arrays.
4976         (build_new_method_call): Handle vtable optimization.
4977
4978 Fri Aug  2 01:26:59 1996  Jason Merrill  <jason@yorick.cygnus.com>
4979
4980         * cp-tree.h (LOOKUP_NO_TEMP_BIND): New flag.
4981         * cvt.c (reference_binding): Use it.
4982         (implicit_conversion): Use it.
4983         (add_builtin_candidate, COND_EXPR): Use it.
4984
4985         * cvt.c (build_new_function_call): Check for error args.
4986
4987         * typeck.c (comptypes): Just check DERIVED_FROM_P, not UNIQUELY.
4988
4989         * gxx.gperf: Add __null.
4990         * hash.h: Regenerate.
4991         * lex.h: Add RID_NULL.
4992         * lex.c (init_lex): Create null_pointer_node here, stick it in
4993         RID_NULL.
4994         * decl.c (init_decl_processing): Still set its type here.
4995         * cvt.c (cp_convert_to_pointer): Don't produce null_pointer_node.
4996         (convert_to_pointer_force): Likewise.
4997         (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)0
4998         if (! pedantic).
4999         * call.c (convert_harshness): Use null_ptr_cst_p.
5000         * typeck.c (convert_for_assignment): Likewise.  Don't produce
5001         null_pointer_node.
5002
5003         * error.c (args_as_string): Handle lists of actual args, too.
5004         * cvt.c (null_ptr_cst): Support (void*)0 for now.
5005         (build_user_type_conversion_1): Improve diagnostics.
5006         (build_new_function_call): Likewise.
5007         (build_object_call): Likewise.
5008         (build_new_method_call): Likewise.  Move call before def diagnostic...
5009         (build_over_call): Here.
5010
5011         * cvt.c (build_new_method_call): Don't complain about no match if
5012         LOOKUP_SPECULATIVELY.
5013         (build_over_call): Fix 'this' for virtual fn.
5014         (build_new_method_call): Add diagnostic.
5015
5016 Thu Aug  1 16:45:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
5017
5018         * cvt.c (add_function_candidate): Expect 'this' and 'in_chrg' for
5019         constructors to be passed in.
5020         (build_over_call): Likewise.
5021         (build_user_type_conversion_1): Pass them in.
5022         (convert_like): Likewise.
5023         (build_object_call): Handle overloaded conversions.
5024         (build_over_call): Pass the right args to build_vfn_ref.
5025         (standard_conversion): Fix pmf convs.
5026         (joust): Handle comparing statics and non-statics.
5027         (build_new_method_call): New fn.
5028         * call.c (build_method_call): Call it if NEW_OVER.
5029
5030 Thu Aug  1 16:06:14 1996  Mike Stump  <mrs@cygnus.com>
5031
5032         * lex.c (do_identifier): Don't use %O on IDENTIFIER_OPNAME_Ps, use
5033         %D instead.
5034
5035 Thu Aug  1 15:24:02 1996  Mike Stump  <mrs@cygnus.com>
5036
5037         * except.c (expand_throw): Use maybe_build_cleanup_and_delete
5038         instead of just maybe_build_cleanup so that we deallocate the
5039         thrown object.
5040
5041 Thu Aug  1 15:18:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5042
5043         * decl2.c (finish_prevtable_vardecl): Make non-static for pt.c's use.
5044         * cp-tree.h (finish_prevtable_vardecl): Add decl.
5045
5046 Thu Aug  1 11:53:51 1996  Bob Manson  <manson@charmed.cygnus.com>
5047
5048         * pt.c (instantiate_class_template): Call complete_type. Also, if
5049         we're at the end of the file and we just instantiated a template
5050         class with a vtable, call finish_prevtable_vardecl.
5051
5052         * error.c (dump_decl): Don't explode (or explode more gracefully
5053         as appropriate) if the object being dumped has a null type.
5054         (dump_expr): Likewise.
5055
5056         * search.c (build_mi_matrix): Ensure that mi_size is large enough,
5057         by counting the number of nodes that we'll need before allocating
5058         the array.
5059         (lookup_fnfields): Fix comment.
5060         (breadth_first_search): Fix comment.
5061
5062 Wed Jul 31 09:57:05 1996  Jason Merrill  <jason@yorick.cygnus.com>
5063
5064         * pt.c (instantiate_class_template): Propagate TYPE_PACKED and
5065         TYPE_ALIGN.
5066         * class.c (finish_struct): Call cplus_decl_attributes here.
5067         (finish_struct_1): Not here.
5068         * cp-tree.h: Adjust.
5069
5070         * pt.c (type_unification): New parameter STRICT.
5071         (unify): If STRICT, don't allow cv addition or base deduction.
5072         * call.c, class.c, cvt.c, cp-tree.h: Adjust.
5073
5074 Tue Jul 30 13:06:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
5075
5076         * search.c (get_template_base{_recursive}): New fns.
5077         * pt.c (more_specialized): New fn.
5078         (do_function_instantiation): Use it.
5079         (unify): Handle base deduction.
5080         * cvt.c (joust): Use more_specialized.
5081         Don't arbitrarily choose between non-builtin candidates.
5082         (build_over_call): Call require_complete_type.
5083
5084         * decl.c (start_function): Statics are static even in a #pragma
5085         interface file.
5086
5087         * decl2.c (import_export_vtable): Disable vtable heuristic on
5088         systems with ASM_OUTPUT_EXTERNAL.
5089
5090         * cvt.c (compare_ics): Fix comparison of PMEM_CONV and BASE_CONV.
5091         (standard_conversion): No std conv to enum type.
5092
5093         * cvt.c (standard_conversion): Fix order of args to DERIVED_FROM_P
5094         for ptm's.
5095
5096         * cvt.c (reference_binding): Bind directly to a base subobject of
5097         a class rvalue.
5098
5099         * cvt.c (build_new_op): Enforce access control.
5100
5101 Tue Jul 30 09:22:53 1996  Bob Manson  <manson@charmed.cygnus.com>
5102
5103         * typeck2.c (process_init_constructor): When scanning the
5104         union for a named field, skip things that aren't FIELD_DECLs.
5105
5106         * method.c (synthesize_method): Don't scan fndecl's rtl if
5107         we're at the end of the file; just assume the function can't
5108         be inlined.
5109
5110 Mon Jul 29 15:48:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
5111
5112         * cvt.c (build_builtin_candidate): Stick a dummy conversion in if
5113         it failed.
5114
5115         * cvt.c (build_user_type_conversion_1): Handle overloaded
5116         conversion ops.
5117
5118         * cvt.c (add_builtin_candidates): Don't consider type conversion
5119         operators for the first parameter of operator=.
5120
5121 Mon Jul 29 15:33:55 1996  Bob Manson  <manson@charmed.cygnus.com>
5122
5123         * typeck.c (complete_type): Only call layout_type if we're not
5124         expanding a template.
5125
5126 Mon Jul 29 14:40:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
5127
5128         * cvt.c (compare_ics): Oops.
5129
5130         * cvt.c (op_error): Oops.
5131
5132         * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
5133         * cvt.c: Add IDENTITY_RANK before others.  Use real_lvalue_p.
5134         (build_conv): Use them.
5135         (implicit_conversion): Use them.
5136         (convert_like): Handle them.
5137         (build_new_op): Handle builtin COND_EXPR again.
5138         (add_builtin_candidates): Strip cv-quals.  Fix oops.  Include enums
5139         in lists of types for COND_EXPR.
5140         (add_builtin_candidate): Add enum candidates for COND_EXPR.
5141
5142 Mon Jul 29 12:05:40 1996  Bob Manson  <manson@charmed.cygnus.com>
5143
5144         * typeck.c (build_modify_expr): Always attempt to build a call to
5145         the assignment operator, even if we're using a default one.
5146         (convert_for_initialization): Call complete_type.
5147
5148 Mon Jul 29 11:25:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
5149
5150         * cvt.c (reference_binding): A REF_BIND gets the reference type.
5151         (implicit_conversion): Likewise.
5152         (convert_like): Likewise.
5153         (compare_ics): Likewise.
5154         (compare_qual): Likewise.
5155         (print_z_candidates): Handle no candidates.
5156         (build_new_op): Don't handle builtin COND_EXPR for now.
5157
5158 Sat Jul 27 11:27:47 1996  Stan Shebs  <shebs@andros.cygnus.com>
5159
5160         * cvt.c (build_builtin_candidate): Init local var in an ANSI way.
5161
5162 Fri Jul 26 01:07:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
5163
5164         * cvt.c (joust): If the candidates are the same, arbitrarily pick one.
5165
5166         * cvt.c (build_builtin_candidate): Oops.
5167         (build_new_op): Oops.
5168
5169         * method.c (build_opfncall): Pass COND_EXPR on.
5170         * cvt.c (build_builtin_candidate): Reorganize, support COND_EXPR.
5171         (add_builtin_candidate{,s}): Likewise.
5172         (add_builtin_candidates): Likewise.
5173         (print_z_candidates, op_error, build_new_op): Likewise.
5174         (type_decays_to): New fn.
5175         * lex.c (init_lex): Just say ?: for COND_EXPR.
5176
5177 Thu Jul 25 09:33:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
5178
5179         * typeck.c (complete_type): Call layout_type rather than building
5180         a new array type.
5181
5182         * cvt.c (add_builtin_candidate): Pointer arithmetic candidates
5183         only use ptrdiff_t.
5184
5185 Wed Jul 24 12:45:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
5186
5187         * cvt.c: Always compile the new overloading code (but don't use it).
5188         (implicit_conversion): Add a BASE_CONV when converting to
5189         the same class type.
5190         (convert_like): Handle BASE_CONV.
5191
5192 Tue Jul 23 12:46:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
5193
5194         * cvt.c (build_new_op): Support {MAX,MIN}_EXPR.
5195         (add_builtin_candidate): Likewise.
5196
5197         NEW_OVER changes:
5198         * typeck.c (build_x_function_call): Try an operator function
5199         whenever we call an object of class type.
5200         * method.c (build_opfncall): Pass CALL_EXPRs through.
5201         * cvt.c (implicit_conversion): Do const-ref case first.
5202         (add_conv_candidate, build_object_call, op_error): New fns.
5203         (ptr_complete_ob, TYPE_PTROB_P): void is not an object type.
5204         ({add,build}_builtin_candidate{,s}, print_z_candidates): Display 
5205         builtin candidates.
5206         (build_new_op): Handle CALL_EXPR.  Don't try to decay void.
5207         Fall back on preincrement handling.  Use op_error.  
5208         Handle warn_synth.
5209         (convert_like): Pass INDIRECT_BIND.  Don't try to do anything with 
5210         an error_mark_node.
5211         (build_over_call): Handle PROMOTE_PROTOTYPES and ellipsis promotions
5212         properly.
5213
5214 Mon Jul 22 16:21:55 1996  Bob Manson  <manson@charmed.cygnus.com>
5215
5216         * pt.c (tsubst_expr): Handle CONTINUE_STMT.
5217
5218 Mon Jul 22 15:38:58 1996  Mike Stump  <mrs@cygnus.com>
5219
5220         * typeck.c (build_component_ref_1): Use build_component_ref
5221         instead of open coding it here.
5222
5223 Mon Jul 22 12:18:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
5224
5225         * g++.c (main): Don't link with -lg++.
5226
5227         NEW_OVER changes:
5228         * cvt.c (convert_to_reference): Don't use convert_from_refeence on
5229         result of build_type_conversion.
5230         (cp_convert): Only call build_method_call for ctors if
5231         build_type_conversion failed.
5232         (ptr_complete_ob): New function.
5233         (TYPE_PTR{,OB,MEM}_P): New macros.
5234         ({add,build}_builtin_candidate{,s}): New functions.
5235         (print_z_candidates): Handle builtins.
5236         (build_user_type_conversion_1): Don't use conversion fns for 
5237         converting to a base type.
5238         (build_user_type_conversion_1): Set ICS_USER_FLAG on AMBIG_CONVs.
5239         (build_user_type_conversion): Use convert_from_reference.
5240         (build_new_op): New function.
5241         (build_over_call): Fix handling of methods.
5242         (compare_ics): Handle AMBIG_CONV properly.
5243         * typeck2.c: Increment abort count.
5244         * method.c (build_opfncall): Forward most requests to build_new_op.
5245         * cp-tree.h (IS_OVERLOAD_TYPE): Tweak.
5246
5247 Fri Jul 19 17:59:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5248
5249         * error.c (dump_expr, case CONSTRUCTOR, case CAST_EXPR): Take out
5250         invalid second argument to dump_expr_list.
5251
5252 Fri Jul 19 14:04:05 1996  Mike Stump  <mrs@cygnus.com>
5253
5254         * decl.c (lookup_name_real): Make sure we do obj->X::i correctly.
5255
5256 Thu Jul 18 14:48:23 1996  Bob Manson  <manson@charmed.cygnus.com>
5257
5258         * decl2.c (import_export_vtable): ASM_OUTPUT_EXTERNAL, not
5259         ASSEMBLE_EXTERNAL.
5260
5261 Mon Jul 15 17:48:43 1996  Mike Stump  <mrs@cygnus.com>
5262
5263         * typeck2.c (process_init_constructor): New pedwarn for using { }
5264         to initialize a pointer to member function.
5265         * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that
5266         we can avoid the new error.
5267
5268 Mon Jul 15 15:42:03 1996  Mike Stump  <mrs@cygnus.com>
5269
5270         * typeck.c (build_ptrmemfunc1): New function to hide details of
5271         pointer to member functions better.
5272
5273 Mon Jul 15 14:23:02 1996  Mike Stump  <mrs@cygnus.com>
5274
5275         * init.c (resolve_offset_ref): Resolve OFFSET_REFs that are
5276         methods into the actual method, as we know the implied object is
5277         not used.
5278
5279 Mon Jul 15 13:08:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5280
5281         * parse.y (maybecomma_warn): Only emit the pedwarn if we're not
5282         inside a system header.
5283
5284 Fri Jul 12 16:30:05 1996  Bob Manson  <manson@charmed.cygnus.com>
5285
5286         * call.c (build_method_call): Call complete_type on the
5287         instance type.
5288
5289 Thu Jul 11 17:16:40 1996  Mike Stump  <mrs@cygnus.com>
5290
5291         * typeck.c (build_component_ref): Always build up an OFFSET_REF
5292         for obj_ptr->func so that we can know which object to use in a
5293         method call.
5294
5295 Wed Jul 10 19:36:37 1996  Mike Stump  <mrs@cygnus.com>
5296
5297         * typeck.c (build_ptrmemfunc): Remove sorry, now we can cast
5298         around things.  Also improve maintainability.
5299
5300 Wed Jul 10 18:20:11 1996  Bob Manson  <manson@charmed.cygnus.com>
5301
5302         * decl.c (grokdeclarator): Check for overflow when evaluating an
5303         array dimension.
5304
5305 Wed Jul 10 17:26:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
5306
5307         * cvt.c (cp_convert): Don't check for ambiguity with constructor
5308         if NEW_OVER.
5309
5310         * typeck.c (build_x_function_call): Pass function overload
5311         questions to new overloading code if NEW_OVER.
5312         * init.c (expand_aggr_init_1): Only check for type conversion ops
5313         if we're doing copy-initialization (i.e. LOOKUP_ONLYCONVERTING).
5314         Don't check for ambiguity with constructor if NEW_OVER.
5315         * cvt.c (convert_to_reference): Dereference the result of a type
5316         conversion operator.
5317         (build_conv): Propagate ICS_USER_FLAG.
5318         (implicit_conversion): Call instantiate_type.
5319         Pass LOOKUP_ONLYCONVERTING instead of LOOKUP_NORMAL.
5320         (add_function_candidate): Fix cv-quals on argtype.
5321         (print_z_candidates): New function.
5322         (build_new_function_call): Call it.
5323         (build_user_type_conversion_1): If LOOKUP_ONLYCONVERTING, don't
5324         consider non-converting constructors.
5325         Call print_z_candidates.
5326         Return an AMBIG_CONV for an ambiguous conversion.
5327         (build_user_type_conversion): Handle AMBIG_CONV.
5328         (convert_like): Fix test for building TARGET_EXPR.
5329         Call instantiate_type.
5330         Handle AMBIG_CONV and LVALUE_CONV.
5331         (build_over_call): Handle 0 args and ellipsis.
5332         * cp-tree.def: Add AMBIG_CONV.
5333
5334 Tue Jul  9 17:48:48 1996  Mike Stump  <mrs@cygnus.com>
5335
5336         * decl.c (lookup_name_real): If we find mem in obj when parsing
5337         `obj->mem', make sure we return the right value.
5338
5339 Tue Jul  9 16:11:28 1996  Bob Manson  <manson@charmed.cygnus.com>
5340
5341         * search.c (get_base_distance): Call complete_type.
5342
5343 Tue Jul  9 12:46:34 1996  Mike Stump  <mrs@cygnus.com>
5344
5345         * decl.c (store_bindings): Make static.
5346
5347 Mon Jul  8 16:42:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
5348
5349         * init.c (expand_aggr_init_1): Don't check type conversions if
5350         NEW_OVER.
5351
5352         * cvt.c (z_candidate): Put back template field.
5353         (add_function_candidate): Set it.
5354         (add_template_candidate): Likewise.
5355         (joust): Use it.
5356         (compare_qual): Handle references and pointers to members.
5357         (compare_ics): Handle reference bindings.
5358
5359         * decl.c (duplicate_decls): Propagate DECL_ONE_ONLY.
5360
5361 Mon Jul  8 16:18:56 1996  Bob Manson  <manson@charmed.cygnus.com>
5362
5363         * call.c (compute_conversion_costs): Call complete_type.
5364
5365         * tree.c (vec_binfo_member): Use comptypes instead of comparing
5366         pointers, so we can handle template parameters.
5367
5368 Fri Jul  5 16:51:53 1996  Bob Manson  <manson@charmed.cygnus.com>
5369
5370         * cvt.c (cp_convert_to_pointer): We have to call complete_type
5371         here; let's make it explicit instead of a side effect of an
5372         error check.
5373
5374 Wed Jul  3 16:29:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
5375
5376         * cvt.c (z_candidate): Remove template field.
5377         (reference_binding): Handle binding to temporary.
5378         (implicit_conversion): Likewise.
5379         (add_function_candidate): Handle artificial constructor parms.
5380         Handle functions with too few parms.
5381         (add_template_candidate): New function.
5382         (build_user_type_conversion_1): Handle constructors.
5383         (convert_like): Likewise.
5384         (build_over_call): Likewise.
5385         (build_new_function_call): Support templates.
5386         (compare_ics): Fix reference, inheritance handling.
5387
5388 Mon Jul  1 22:58:18 1996  Bob Manson  <manson@charmed.cygnus.com>
5389
5390         * decl.c: Add signed_size_zero_node.
5391         (init_decl_processing): Build it.
5392         * class.c (prepare_fresh_vtable): Use it instead of size_zero_node
5393         when we're trying to make a negative delta.
5394
5395 Mon Jul  1 17:56:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5396
5397         Stop doing this damn index==strchr variable name confusion.
5398         * class.c (add_virtual_function): Change local var INDEX to be
5399         named IDX.
5400         (add_method): Likewise.
5401         * lex.c (print_parse_statistics): Likewise.
5402         * search.c (make_memoized_table_entry): Likewise.
5403         (lookup_fnfields_here): Likewise.
5404         (lookup_field): Likewise.
5405         (lookup_fnfields): Likewise.
5406         (get_baselinks): Likewise.
5407         * sig.c (build_signature_table_constructor): Likewise.
5408         (build_signature_method_call): Likewise.
5409         * typeck.c (build_x_array_ref): Change INDEX parm to be named IDX.
5410         (get_member_function_from_ptrfunc): Likewise.
5411         (build_ptrmemfunc): Change local var INDEX to be IDX.
5412         (c_expand_start_case): Likewise.
5413
5414 Sat Jun 29 14:05:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
5415
5416         * cvt.c (cp_convert_to_pointer): Move user-defined type conversion
5417         handling to before extraction of TYPE_PTRMEMFUNC_FN_TYPE.
5418         (convert_to_reference): Use build_type_conversion to convert to
5419         the reference type directly.
5420         (standard_conversion): Fix void* case, non-conversions.
5421         (reference_binding): Fix expr == 0 case, non-conversions.
5422         (convert_like): Support REF_BIND.
5423         (compare_qual): Split out from compare_ics.
5424         (compare_ics): Use it, handle icses with only a qual_conv.
5425
5426         * init.c (expand_vec_init): Don't crash if decl is NULL.
5427
5428 Fri Jun 28 11:52:51 1996  Stan Shebs  <shebs@andros.cygnus.com>
5429
5430         * mpw-config.in: New file, configury for Mac MPW.
5431         * mpw-make.sed: New file, makefile editing for MPW.
5432
5433 Thu Jun 27 15:18:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
5434
5435         * pt.c (instantiate_class_template): Call repo_template_used.
5436
5437         * search.c (lookup_conversions): Only lookup conversions in
5438         complete types.
5439
5440 Thu Jun 27 12:59:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5441
5442         * cp-tree.def: Renamed from tree.def, to avoid confusion with
5443         gcc's tree.def.
5444         * cp-tree.h, lex.c: Include cp-tree.def.
5445         * Makefile.in (CXX_TREE_H): Reference cp-tree.def.
5446
5447 Wed Jun 26 18:29:47 1996  Bob Manson  <manson@charmed.cygnus.com>
5448
5449         * init.c (build_vec_delete_1): Call complete_type.
5450
5451 Mon Jun 24 17:17:32 1996  Mike Stump  <mrs@cygnus.com>
5452
5453         * except.c (start_anon_func): Make sure anonymous functions are
5454         never external.
5455
5456 Fri Jun 21 15:10:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
5457
5458         * decl.c (finish_function): If function_depth > 1, set nested.
5459
5460         * decl2.c (grokbitfield): Revert Bob's change.
5461         * class.c (finish_struct_1): Fix handling of named bitfield widths.
5462
5463 Thu Jun 20 23:35:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
5464
5465         * pt.c (add_pending_template): Handle types.
5466         (lookup_template_class): With -fexternal-templates, just add the class
5467         to pending_templates instead of instantiating it now.
5468         * decl2.c (finish_file): Handle types in pending_templates.
5469
5470 Thu Jun 20 14:08:40 1996  Bob Manson  <manson@charmed.cygnus.com>
5471
5472         * decl2.c (grokbitfield): Handle constant decls appropriately.
5473         Give an appropriate error message now instead of spewing core
5474         later.
5475
5476 Thu Jun 20 13:01:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
5477
5478         * decl2.c: Don't turn on thunks by default for now.
5479
5480 Wed Jun 19 11:37:04 1996  Jason Merrill  <jason@yorick.cygnus.com>
5481
5482         * typeck.c (complete_type): Handle error_mark_node.
5483         (common_type, OFFSET_TYPE): Handle template_type_parms.
5484
5485 Tue Jun 18 10:02:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
5486
5487         * pt.c (instantiate_decl): If at_eof, call import_export_decl
5488         regardless of DECL_INLINE.
5489
5490         * typeck.c (mark_addressable): Set TREE_ADDRESSABLE on CONSTRUCTORs.
5491
5492         * class.c (finish_struct_bits): Copy TYPE_SIZE.
5493
5494         * rtti.c (build_dynamic_cast): Support templates.
5495         * tree.def: Support DYNAMIC_CAST_EXPR.
5496         * pt.c (tsubst_copy): Likewise.
5497         * decl2.c (build_expr_from_tree): Likewise.
5498
5499 Mon Jun 17 15:23:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
5500
5501         * typeck.c (build_static_cast): Support templates.
5502         (build_const_cast): Likewise.
5503         * tree.def: Support CONST/STATIC_CAST_EXPR.
5504         * pt.c (tsubst_copy): Likewise.
5505         * decl2.c (build_expr_from_tree): Likewise.
5506
5507 Sun Jun 16 12:33:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
5508
5509         * decl2.c (finish_vtable_vardecl): Don't trust
5510         TREE_SYMBOL_REFERENCED for vtables of local classes.
5511
5512 Fri Jun 14 18:13:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
5513
5514         * pt.c (tsubst_copy): Handle operator T.
5515
5516 Wed Jun 12 17:52:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
5517
5518         * init.c (build_delete): Move creation of PARMS inside test of
5519         TYPE_HAS_DESTRUCTOR, since it's never used outside of that block.
5520
5521 Tue Jun 11 15:09:18 1996  Bob Manson  <manson@charmed.cygnus.com>
5522
5523         * typeck.c (build_conditional_expr): Don't assume that
5524         the arguments to ?: are always pointers or records.
5525
5526 Tue Jun 11 13:56:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
5527
5528         * decl2.c (import_export_decl): Still emit static/weak/comdat
5529         copies of inline template functions with -fno-implicit-templates.
5530
5531 Tue Jun 11 11:42:13 1996  Bob Manson  <manson@charmed.cygnus.com>
5532
5533         * init.c (build_delete): Determine the complete basetype
5534         path to the destructor we're calling.
5535
5536 Fri Jun  7 15:30:10 1996  Bob Manson  <manson@charmed.cygnus.com>
5537
5538         * decl.c (build_enumerator): Always copy the INTEGER_CST used to
5539         initialize the enum, because we really and truly don't know where
5540         it came from.
5541         (start_enum): Don't copy integer_zero_node because
5542         build_enumerator will do it.
5543
5544 Fri Jun  7 11:11:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
5545
5546         * decl.c (finish_function): Do access control on base destructors.
5547
5548         * pt.c (tsubst, case FUNCTION_DECL): Set up
5549         IDENTIFIER_GLOBAL_VALUE for member functions so pushdecl doesn't
5550         hose us.
5551
5552 Fri Jun  7 10:37:33 1996  Mike Stump  <mrs@cygnus.com>
5553
5554         * cvt.c (build_up_reference): If we have already extended the
5555         lifetime of the temporary, don't try it again.
5556         * typeck.c (c_expand_return): Don't try and convert the return
5557         value twice when we want a reference, once is enough.
5558         
5559 Tue Jun  4 15:41:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
5560
5561         * pt.c (tsubst_expr, case DECL_STMT): Don't pass
5562         LOOKUP_ONLYCONVERTING at all for now.
5563
5564         * search.c (add_conversions): Put the conversion function in
5565         TREE_VALUE, the basetype in TREE_PURPOSE.
5566         * cvt.c (build_type_conversion): Adjust.
5567         * cvt.c (build_expr_type_conversion): Adjust.
5568         * call.c (user_harshness): Adjust.
5569
5570 Mon Jun  3 15:30:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
5571
5572         * method.c (emit_thunk): Pretend this is a FUNCTION_DECL for the
5573         backend's benefit.
5574
5575 Mon Jun 10 18:58:19 1996  Mike Stump  <mrs@cygnus.com>
5576
5577         * except.c (expand_start_catch_block): Add a dummy region, if we
5578         get an error, so that we can avoid core dumping later.
5579
5580 Fri May 31 14:56:13 1996  Mike Stump  <mrs@cygnus.com>
5581
5582         * cp-tree.h (OFFSET_REF): Remove.
5583         * tree.def (CP_OFFSET_REF): Rename to OFFSET_REF.
5584         * expr.c (cplus_expand_expr): Cleanup callers of expand_expr.
5585         * init.c (expand_aggr_init_1): Likewise.
5586         (build_new): Likewise.
5587         * typeck.c (expand_target_expr): Likewise.
5588
5589 Fri May 31 14:22:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
5590
5591         * typeck.c (build_modify_expr): Don't use TREE_VALUE on a
5592         TARGET_EXPR.
5593
5594 Wed May 29 17:04:33 1996  Mike Stump  <mrs@cygnus.com>
5595
5596         * cvt.c (build_up_reference): Redo how and when temporaries are
5597         created.
5598         * decl.c (grok_reference_init): Don't try and be smart about
5599         running cleanups.
5600
5601 Wed May 29 16:02:08 1996  Mike Stump  <mrs@cygnus.com>
5602
5603         * cvt.c (build_up_reference): Add NULL_TREE to all calls to build
5604         (TARGET_EXPR...), now that it has 4 arguments.
5605         * tree.c (build_cplus_new): Likewise.
5606
5607 Thu May 23 16:40:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
5608
5609         * error.c (dump_expr, case CAST_EXPR): Handle T() properly.
5610
5611         * pt.c (instantiate_decl): Don't call push/pop_cp_function_context.
5612         * decl.c (struct saved_scope): Remove named_labels,
5613         {base,member}_init_list.
5614         (maybe_push_to_top_level): Don't set them.  Call
5615         push_cp_function_context if appropriate.
5616         (pop_from_top_level): Likewise.
5617
5618         * method.c (do_build_assign_ref): Remove obsolete check of
5619         TYPE_HAS_ASSIGN_REF (basetype).
5620
5621         * decl.c (grokfndecl): Diagnose user definition of
5622         implicitly-declared methods.
5623
5624 Thu May 23 12:13:08 1996  Bob Manson  <manson@charmed.cygnus.com>
5625
5626         * method.c (do_build_copy_constructor): Add code to give
5627         meaningful error messages instead of crashing.
5628         (do_build_assign_ref): Don't synthesize assignment operators for
5629         classes containing reference or const members.
5630
5631         * class.c (struct base_info): Remove cant_synth_copy_ctor
5632         and cant_synth_asn_ref.
5633         (finish_base_struct): Remove the code that tries to conditionalize
5634         synthesis of copy constructors & assignment operators based on
5635         access permissions. Instead, let it fail when it tries to
5636         synthesize the copy constructor. This will give meaningful error
5637         messages instead of silently generating code to perform a bitcopy.
5638
5639 Wed May 22 11:45:19 1996  Bob Manson  <manson@charmed.cygnus.com>
5640
5641         * lex.c (real_yylex): Remove old-n-crufty #if 0 code for
5642         determining types for constant values.
5643
5644         * decl.c (struct named_label_list): Use instead of stuffing
5645         random items into a TREE_LIST node.
5646         (named_label_uses): Use the new struct.
5647         (poplevel): Likewise.
5648         (lookup_label): Likewise.
5649         (define_label): Add an error message to tell the user the line
5650         where the goto is located in addition to the destination of the
5651         goto.
5652         (init_decl_processing): Use NULL instead of NULL_TREE to initialize
5653         named_label_uses.
5654         (finish_function): Likewise.
5655         
5656         (start_decl): Complain about defining a static data member
5657         in a different type from which it was declared.
5658
5659 Wed May 22 09:33:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
5660
5661         * cvt.c (build_expr_type_conversion): Adjust.
5662
5663 Tue May 21 11:21:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
5664
5665         * call.c (build_method_call): Always convert 'this' to the
5666         appropriate type.
5667
5668         * search.c (add_conversions): Put the conversion function in
5669         TREE_VALUE, the type in TREE_PURPOSE.
5670         * cvt.c (build_type_conversion): Adjust.
5671         * call.c (user_harshness): Adjust.
5672
5673         * method.c (emit_thunk): Call temporary_allocation and
5674         permanent_allocation around the ASM_OUTPUT_MI_THUNK case, too.
5675
5676         * tree.c (build_cplus_array_type): Handle tweaking of
5677         TYPE_MAIN_VARIANT here.
5678         * typeck.c (common_type): Not here.
5679
5680         * typeck.c (complete_type): Only try to complete an array type if
5681         it has a domain.
5682
5683 Mon May 20 14:55:59 1996  Jason Merrill  <jason@yorick.cygnus.com>
5684
5685         * decl.c (grokvardecl): Call complete_type.
5686         (grokdeclarator): Call complete_type for PARM_DECLs.
5687
5688 Fri May 17 16:41:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
5689
5690         * pt.c (instantiate_class_template): Re-set
5691         CLASSTYPE_GOT_SEMICOLON after calling finish_struct_1.
5692
5693 Fri May 17 14:56:55 1996  Mike Stump  <mrs@cygnus.com>
5694
5695         * cp-tree.h (cp_expand_decl_cleanup): Remove, the backend is now
5696         smart enough to do it right.
5697         * tree.c (cp_expand_decl_cleanup): Likewise.
5698         * decl.c (cp_finish_decl): Use expand_decl_cleanup instead of
5699         cp_expand_decl_cleanup.
5700         (store_parm_decls): Likewise.
5701         (hack_incomplete_structures): Likewise.
5702         * except.c (push_eh_cleanup): Likewise.
5703
5704 Fri May 17 13:13:51 1996  Mike Stump  <mrs@cygnus.com>
5705
5706         * expr.c (expand_expr, cond UNSAVE_EXPR): Move from the C++
5707         frontend to the backend where it belongs.
5708         * tree.c (unsave_expr): Likewise.
5709         (unsave_expr_now): Likewise.
5710         * tree.def (UNSAVE_EXPR): Likewise.
5711         * cp-tree.h (unsave_expr): Likewise.
5712         (unsave_expr_now): Likewise.
5713
5714 Fri May 17 11:02:41 1996  Mike Stump  <mrs@cygnus.com>
5715
5716         * init.c (emit_base_init): Make sure the partial EH cleanups live
5717         on the function_obstack.
5718
5719 Thu May 16 15:29:33 1996  Bob Manson  <manson@charmed.cygnus.com>
5720
5721         * expr.c (do_case): Don't try to dereference null TREE_TYPEs
5722         when checking for pointer types.
5723
5724 Thu May 16 13:38:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
5725
5726         * pt.c (instantiate_class_template): Remove obsolete check for
5727         access declarations.
5728
5729 Thu May 16 13:34:15 1996  Mike Stump  <mrs@cygnus.com>
5730
5731         * call.c (build_overload_call): Simplify calls to
5732         build_overload_call by removing last parameter.
5733         (build_method_call): Likewise.
5734         * cp-tree.h: Likewise.
5735         * method.c (build_opfncall): Likewise.
5736         * typeck.c (build_x_function_call): Likewise.
5737
5738 Thu May 16 13:15:43 1996  Mike Stump  <mrs@cygnus.com>
5739
5740         * call.c (default_parm_conversions): Factor out common code.
5741         (build_method_call): Use it.
5742         (build_overload_call_real): Use it.
5743
5744 Wed May 15 14:46:14 1996  Mike Stump  <mrs@cygnus.com>
5745
5746         * call.c (build_method_call): Allow implicit & on METHOD_TYPEs,
5747         but pedwarn as the code is bogus.
5748         * typeck.c (decay_conversion): Likewise.
5749         (build_function_call_real): Use build_addr_func instead of
5750         default_conversion.  Don't allow pointer-to-method functions down
5751         here.
5752         (build_unary_op): Use real pointer-to-member functions instead of
5753         fake ones.
5754         (build_ptrmemfunc): Use build_addr_func instead of build_unary_op.
5755         (convert_for_assignment): Removed some obsolete code.
5756         * decl2.c (reparse_absdcl_as_expr): Pass current_class_ref to
5757         build_x_function_call instead of current_class_ptr.  Only call
5758         digest_init once on an initializer, we do this just checking
5759         TREE_TYPE.
5760         (build_expr_from_tree): Pass current_class_ref to
5761         build_x_function_call instead of current_class_ptr.
5762         * init.c (build_member_call): Likewise.
5763         * pase.y: Likewise.
5764         * error.c (dump_expr): Handle OFFSET_REFs better.
5765         * pt.c (unify): Handle pointer-to-member functions better.
5766         * decl.c (finish_function): Clear out current_class_ref just like
5767         we do for current_class_ptr.
5768
5769         * typeck.c (get_delta_difference): Handle virtual bases better.
5770
5771 Tue May 14 16:37:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
5772
5773         * sig.c (build_signature_table_constructor): Use the delta for
5774         the original basetype for this virtual function with thunks.
5775         (build_signature_method_call): We still need to adjust 'this'
5776         with thunks.
5777
5778 Tue May 14 16:27:25 1996  Mike Stump  <mrs@cygnus.com>
5779
5780         * call.c (build_addr_func): New routine.  Used to get the `real'
5781         address of a function or a method.  Needed to avoid getting a
5782         pointer-to-member function.
5783         (build_call): New routine to build CALL_EXPRs.
5784         (build_method_call): Use it.
5785         * cvt.c (convert_to_aggr): Likewise.
5786         * typeck.c (build_function_call_real): Likewise.
5787         * sig.c (build_signature_table_constructor): Use build_addr_func.
5788         * cp-tree.h (build_call, build_addr_func): Declare them.
5789
5790 Tue May 14 12:47:47 1996  Mike Stump  <mrs@cygnus.com>
5791
5792         * cp-tree.h (LOOKUP_AGGR): Remove, unused.
5793         * parse.y: Remove uses of LOOKUP_AGGR.
5794
5795 Tue May 14 12:07:51 1996  Mike Stump  <mrs@cygnus.com>
5796
5797         * *.[chy]: Rename current_class_decl to current_class_ptr, and
5798         C_C_D to current_class_ref.
5799
5800 Mon May 13 16:55:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
5801
5802         * call.c (convert_harshness): Tighten up pointer conversions.
5803
5804 Sat May 11 04:33:50 1996  Doug Evans  <dje@canuck.cygnus.com>
5805
5806         * decl2.c (finish_vtable_vardecl): Surround DECL_ONE_ONLY with ifdef.
5807         (finish_file): Likewise.
5808
5809 Fri May 10 11:09:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
5810
5811         * cvt.c (convert_fn_ptr): We don't use thunks for pmfs.
5812
5813         * method.c (emit_thunk): Set flag_omit_frame_pointer in default
5814         code.
5815
5816 Thu May  9 18:18:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
5817
5818         * decl2.c: Turn on thunks by default where supported.
5819
5820 Tue May  7 20:39:57 1996  Mike Stump  <mrs@cygnus.com>
5821
5822         * cp-tree.h (build_overload_call_maybe): Removed.
5823         * call.c (build_overload_call_real): Invert meaning of last arg to
5824         be require_complete.
5825         (build_overload_call): Likewise.
5826         * typeck.c (build_x_function_call): Use build_overload_call_real
5827         instead of build_overload_call_maybe.
5828
5829 Mon May  6 01:23:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
5830
5831         * decl2.c (finish_file): Don't try to emit functions that haven't
5832         been compiled.
5833
5834 Fri May  3 09:30:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
5835
5836         * decl2.c (finish_vtable_vardecl): Oops.
5837
5838         * decl.c (maybe_push_to_top_level): Do save previous_class_*.
5839         Also store the bindings from previous_class_values.
5840         (pop_from_top_level): Restore them.
5841
5842 Thu May  2 21:56:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
5843
5844         * decl2.c (finish_vtable_vardecl): Only write out vtable if its
5845         symbol has been referenced.
5846         (finish_file): Re-join synthesis/vtable loop with inline emission
5847         loop, disable inlining when an inline is output.
5848
5849 Thu May  2 17:20:02 1996  Mike Stump  <mrs@cygnus.com>
5850
5851         * except.c (init_exception_processing): Setup saved_in_catch.
5852         (push_eh_cleanup): Reset __eh_in_catch.
5853         (expand_start_catch_block): Set __eh_in_catch.
5854
5855 Thu May  2 16:21:17 1996  Mike Stump  <mrs@cygnus.com>
5856
5857         * except.c (push_eh_cleanup): Add tracking for whether or not we
5858         have an active exception object.
5859         (expand_builtin_throw): Use it to make sure a rethrow without an
5860         exception object is caught.
5861
5862 Thu May  2 11:26:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
5863
5864         * decl.c (maybe_push_to_top_level): Clear out class-level bindings
5865         cache.
5866
5867 Wed May  1 11:26:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
5868
5869         * decl2.c (finish_file): Also use sentries for vars with
5870         DECL_ONE_ONLY or DECL_WEAK set (should any such happen to be
5871         created).
5872
5873         * lex.c (handle_cp_pragma): Disable #pragma
5874         interface/implementation if SUPPORTS_ONE_ONLY > 1.
5875
5876 Tue Apr 30 11:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
5877
5878         * method.c (emit_thunk): Wrap default case in
5879         temporary/permanent_allocation.
5880
5881         * method.c (make_thunk): Use DECL_ONE_ONLY.
5882         (emit_thunk): Call assemble_end_function.
5883
5884 Mon Apr 29 15:38:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
5885
5886         * decl2.c (import_export_vtable): Use DECL_ONE_ONLY.
5887         (import_export_decl): Likewise.
5888         (finish_prevtable_vardecl): Disable vtable hack if
5889         SUPPORTS_ONE_ONLY > 1.
5890
5891 Mon Apr 29 14:32:47 1996  Mike Stump  <mrs@cygnus.com>
5892
5893         * typeck.c (build_modify_expr): PREINCREMENT_EXPR and
5894         PREDECREMENT_EXPRs take two arguments, not one.
5895
5896 Mon Apr 29 00:27:53 1996  Jason Merrill  <jason@yorick.cygnus.com>
5897
5898         * class.c (build_vtable_entry): Don't build thunks for abstract
5899         virtuals.
5900
5901         * lex.c (real_yylex): Fix handling of __PRETTY_FUNCTION__ like C
5902         frontend.
5903
5904 Sat Apr 27 16:45:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
5905
5906         * class.c (set_rtti_entry): Use size_zero_node.
5907         (build_vtable): Likewise.
5908
5909 Sat Apr 27 14:48:57 1996  Jason Merrill  <jason@phydeaux.cygnus.com>
5910
5911         * class.c (finish_struct_1): Pass size_zero_node to set_rtti_entry.
5912         (prepare_fresh_vtable): Likewise.
5913
5914 Fri Apr 26 13:14:14 1996  Jason Merrill  <jason@yorick.cygnus.com>
5915
5916         * method.c (emit_thunk): Call mark_used on the target function.
5917
5918         * call.c (build_method_call): Don't warn about pending templates.
5919
5920 Thu Apr 25 14:55:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
5921
5922         * decl2.c (finish_file): Fix list walking logic.
5923
5924         * typeck2.c (check_for_new_type): Only warn if -pedantic.
5925
5926 Wed Apr 24 15:41:15 1996  Bob Manson  <manson@charmed.cygnus.com>
5927
5928         * class.c (finish_struct_1): Remove old code for
5929         dont_allow_type_definitions.
5930         * cp-tree.h: Likewise.
5931         * spew.c: Make sure cp-tree.h is included before parse.h, so the
5932         definition of flagged_type_tree is found before it is used.
5933         * lex.c: Likewise.
5934         * parse.y: Added the ftype member to the type union, and changed a
5935         number of rules to use it instead of ttype. Added calls to
5936         check_for_new_type() as appropriate.
5937         * typeck2.c (check_for_new_type): New function for checking
5938         if a newly defined type appears in the specified tree.
5939         * cp-tree.h: Add new type flagged_type_tree. Add a prototype
5940         for check_for_new_type().
5941
5942 Wed Apr 24 00:36:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
5943
5944         * decl2.c (finish_file): Only use a sentry if the decl is public.
5945
5946         * pt.c (tsubst_expr, DECL_STMT): If we don't have an initializer,
5947         don't pass LOOKUP_ONLYCONVERTING.
5948
5949 Tue Apr 23 17:18:47 1996  Bob Manson  <manson@charmed.cygnus.com>
5950
5951         * typeck.c (common_type): Fix the ARRAY_TYPE case so it
5952         properly keeps track of const and volatile type modifiers.
5953
5954 Tue Apr 23 10:52:56 1996  Jason Merrill  <jason@yorick.cygnus.com>
5955
5956         * tree.c (cp_tree_equal): C++ version of simple_cst_equal.
5957         * pt.c (comp_template_args): Use it.
5958
5959         * rtti.c (get_tinfo_fn, build_dynamic_cast, expand_*_desc): Call
5960         assemble_external for artificial function decls.
5961
5962         * decl.c (cp_finish_decl): Oops.
5963
5964 Mon Apr 22 17:28:27 1996  Jason Merrill  <jason@yorick.cygnus.com>
5965
5966         * decl2.c (import_export_decl): Put static data member templates
5967         into common storage, or make them weak, depending on whether they
5968         are dynamically or statically initialized.
5969         (get_sentry): New function.
5970         (finish_file): Do import_export_decl for static data members before
5971         building the init/fini functions.  Don't init/fini a variable that's
5972         EXTERNAL.  Use a sentry for variables in common.  Fix mismatching
5973         push/pop_temp_slots.
5974         * decl.c (cp_finish_decl): If DECL_NOT_REALLY_EXTERN, do the
5975         expand_static_init thang.
5976         * method.c (get_id_2): New function.
5977
5978 Mon Apr 22 15:32:45 1996  Bob Manson  <manson@charmed.cygnus.com>
5979
5980         * parse.y (empty_parms): Make sure we use C++-style prototypes
5981         when we're declaring member functions.
5982
5983 Sun Apr 21 10:08:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
5984
5985         * Makefile.in (CONFLICTS): 16 s/r conflicts.
5986         * parse.y (self_template_type): New nonterminal.
5987
5988 Thu Apr 18 08:56:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
5989
5990         * decl.c (make_typename_type): Handle getting a TYPE_DECL for a
5991         name.
5992         * parse.y (base_class.1): Allow 'typename foo::bar'.
5993
5994         * lex.c (check_newline): Remove #pragma code that plays with the
5995         input stream, since we now deal with tokens.  Clear nextchar when
5996         we're done.
5997         (handle_cp_pragma): Use real_yylex.
5998         (handle_sysv_pragma): Don't do skipline here.  Only call real_yylex
5999         in one place.
6000
6001         * lex.c (check_for_missing_semicolon): Handle SELFNAME.
6002
6003         * lex.c (handle_cp_pragma): Fix "#pragma implementation".
6004
6005 Wed Apr 17 16:51:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
6006
6007         * parse.y: New token SELFNAME for potential constructor.
6008         * spew.c (yylex): Handle it.
6009         * lex.c (identifier_type): Produce it.
6010
6011         * parse.y (complete_type_name): In :: case, don't push class binding.
6012         (complex_type_name): Likewise.
6013
6014 Wed Apr 17 15:02:40 1996  Mike Stump  <mrs@cygnus.com>
6015
6016         * typeck.c (build_reinterpret_cast): Handle pointer to member
6017         functions.
6018
6019 Wed Apr 17 12:28:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6020
6021         * lex.c (handle_cp_pragma): New function, with decl, doing the cc1plus
6022         pragmas.
6023         (check_newline): Put the vtable/unit/implementation/interface pragma
6024         code into handle_cp_pragma, replacing it with a call.
6025         (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
6026         args.  Get the next token after handling the pragma token.
6027
6028 Wed Apr 17 10:28:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
6029
6030         * cvt.c (cp_convert_to_pointer): Avoid doing base analysis on pmfs.
6031         (convert_to_pointer_force): Likewise.
6032
6033         * init.c (build_new): Fix array new without -fcheck-new.
6034
6035 Tue Apr 16 13:44:58 1996  Jason Merrill  <jason@yorick.cygnus.com>
6036
6037         * cp-tree.h, call.c, class.c, decl.c, parse.y, pt.c, rtti.c,
6038         tree.c: Lose TYPE_NESTED_NAME.
6039
6040         * parse.y (nested_name_specifier_1): Don't treat non-identifiers
6041         as identifiers.
6042
6043         * tree.def: Add VEC_INIT_EXPR.
6044         * expr.c (cplus_expand_expr): Handle it.
6045         * init.c (build_new): Use it instead of the RTL_EXPR nastiness and
6046         the extra file-scope symbol nastiness.
6047
6048 Mon Apr 15 16:21:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
6049
6050         * method.c (make_thunk): Thunks are static.
6051         (emit_thunk): Use ASM_OUTPUT_MI_THUNK if it's defined.
6052
6053         * decl2.c (mark_vtable_entries): Emit thunks as needed.
6054         (finish_file): Don't emit them here.
6055
6056 Sun Apr 14 11:34:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
6057
6058         * rtti.c (build_dynamic_cast): Handle null pointers.
6059         (ifnonnull): New function.
6060
6061 Fri Apr 12 09:08:27 1996  Bob Manson  <manson@charmed.cygnus.com>
6062
6063         * call.c (build_method_call): Remember the original basetype we
6064         were called with. Give an error message instead of trying
6065         (incorrectly) to call a non-static member function through a
6066         non-inherited class.
6067
6068         * search.c (expand_upcast_fixups): Mark the new fixup as
6069         DECL_ARTIFICIAL.
6070
6071 Thu Apr 11 03:57:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
6072
6073         * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
6074
6075         * class.c (set_rtti_entry): Fix for thunks.
6076
6077         * decl2.c (import_export_decl): Still emit typeinfo fns for
6078         cv-variants of builtin types.
6079
6080         * rtti.c (expand_class_desc): Set up base_info_type_node here.
6081         (init_rtti_processing): Instead of here.
6082
6083 Wed Apr 10 14:17:13 1996  Jason Merrill  <jason@yorick.cygnus.com>
6084
6085         * rtti.c (init_rtti_processing): Do init regardless of -frtti.
6086         (build_typeid): Only complain about taking dynamic typeid without
6087         -frtti.
6088
6089         * decl2.c: flag_rtti defaults to 1.
6090
6091         * rtti.c (get_tinfo_var): The general class case is now smaller.
6092         (init_rtti_processing): Pack the latter three fields of base_info
6093         into 32 bits.
6094
6095 Wed Apr 10 13:50:14 1996  Mike Stump  <mrs@cygnus.com>
6096
6097         * init.c (expand_member_init): Don't dump if name is NULL_TREE.
6098
6099 Wed Apr 10 12:56:02 1996  Mike Stump  <mrs@cygnus.com>
6100
6101         * search.c (make_memoized_table_entry): Undefer the pop, if necessary.
6102         (push_memoized_context): Split out code to undefer pop_type_level to
6103         (clear_memoized_cache): here.
6104         (pop_memoized_context): We can only handle one layer of deferral of
6105         pop_type_level so clear the cache, if there was a previous level.
6106
6107 Tue Apr  9 23:06:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
6108
6109         * rtti.c (init_rtti_processing): Build up base_info_type_node.
6110         (expand_class_desc): Use one pointer to an array of base_info
6111         structs, passed using a CONSTRUCTOR.
6112
6113 Tue Apr  9 14:20:57 1996  Mike Stump  <mrs@cygnus.com>
6114
6115         * class.c (build_vbase_path): Remove block extern for
6116         flag_assume_nonnull_objects here.
6117         (build_vfn_ref): Split out functionality into build_vtbl_ref.
6118         (build_vtbl_ref): New routine.
6119         (build_vtable): Set up rtti info here.
6120         (add_virtual_function): Note in CLASSTYPE_RTTI the best
6121         place where we can get the rtti pointers from to avoid having to
6122         search around for a place.
6123         (finish_base_struct): Likewise.
6124         (finish_struct_1): Likewise.  Never create totally new vtables
6125         with totally new vtable pointers for rtti.  Disable code to layout
6126         vtable pointers better until we want to break binary
6127         compatibility.
6128         * rtti.c (build_headof_sub): New routine to convert down to a
6129         sub-object that has an rtti pointer in the vtable.
6130         (build_headof): Use it.  Also, use build_vtbl_ref now to be more
6131         maintainable.
6132         (build_dynamic_cast): Make sure we have saved it, if we need to.
6133         * search.c (dfs_init_vbase_pointers): Disable code that deals with
6134         a more efficient vtable layout, enable later.
6135         * call.c (flag_assume_nonnull_objects): Moved declaration to
6136         * cp-tree.h: here.  Declare build_vtbl_ref.
6137         * pt.c (instantiate_class_template): Use NULL_TREE instead of 0 in
6138         function calls that want a tree.
6139
6140 Tue Apr  9 12:10:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
6141
6142         * rtti.c (build_dynamic_cast): Handle downcasting to X* given
6143         other X subobjects in the most derived type.  Ack.
6144
6145         * rtti.c (build_dynamic_cast): No need to strip cv-quals here,
6146         get_typeid will do it for us.
6147         (get_typeid_1): Break out call-building for expand_*_desc to use.
6148         (get_typeid): Call it.
6149         (expand_*_desc): Likewise.
6150         * decl.c (init_decl_processing): Don't set TYPE_BUILT_IN on char *
6151         and void *.
6152         (init_decl_processing): Lose builtin_type_tdescs lossage.
6153         * decl2.c (finish_vtable_vardecl): Remove obsolete code.
6154
6155 Mon Apr  8 17:23:23 1996  Bob Manson  <manson@charmed.cygnus.com>
6156
6157         * pt.c (tsubst): When calling set_nested_typename, use
6158         TYPE_NESTED_NAME (current_class_type) instead of
6159         current_class_name.
6160
6161         * decl.c (pushdecl): Likewise.
6162         (pushdecl_class_level): Likewise.
6163         (grokdeclarator): Use NULL_TREE instead of 0 in the call to
6164         set_nested_typename.
6165
6166 Sun Apr  7 10:44:31 1996  Jason Merrill  <jason@yorick.cygnus.com>
6167
6168         * rtti.c (synthesize_tinfo_fn): Handle arrays.
6169
6170         * cp-tree.h (DECL_REALLY_EXTERN): New macro.
6171
6172 Sat Apr  6 13:56:27 1996  Jason Merrill  <jason@yorick.cygnus.com>
6173
6174         * rtti.c (throw_bad_cast): Use entry point __throw_bad_cast.
6175         (init_rtti_processing): Lose bad_cast_type.
6176         (build_dynamic_cast): Use throw_bad_cast.
6177
6178         * rtti.c (synthesize_tinfo_fn): Handle enums and pmfs.
6179
6180         * decl2.c (finish_file): Don't synthesize artificial functions
6181         that are external and not inline.
6182
6183         * rtti.c (get_tinfo_fn): If at_eof, call import_export_decl.
6184
6185         * decl2.c (finish_file): Handle having new inlines added to
6186         saved_inlines by synthesis.
6187
6188         * rtti.c (get_bad_cast_node): Don't require <typeinfo>.
6189
6190 Fri Apr  5 17:02:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
6191
6192         RTTI rewrite to initialize nodes as needed, not require that
6193         users #include <typeinfo>, complete functionality and reduce wasted 
6194         space.
6195         * rtti.c (init_rtti_processing): New fn.
6196         (build_typeid): The vtable entry is now a function.
6197         (get_tinfo_var): New fn.
6198         (get_tinfo_fn): Likewise.
6199         (get_typeid): Use it.
6200         (build_dynamic_cast): Declare and use entry point __dynamic_cast.
6201         (build_*_desc): Rename to expand_*_desc and rewrite to use entry
6202         points __rtti_*.
6203         (add_uninstantiated_desc, get_def_to_follow, build_t_desc): Lose.
6204         (synthesize_tinfo_fn): New fn.
6205         * method.c (build_t_desc_overload): Lose.
6206         (build_overload_with_type): More generic.
6207         * decl.c (init_decl_processing): Call init_rtti_processing.
6208         * class.c (set_rtti_entry): Use get_tinfo_fn.
6209         * decl2.c (mark_vtable_entries): Mark the rtti function.
6210         (finish_prevtable_vardecl): Don't build_t_desc.
6211         (import_export_decl): Handle tinfo functions.
6212         (finish_file): Likewise.
6213         * typeck.c (inline_conversion): New fn.
6214         (build_function_call_real): Use it.
6215         * cp-tree.h: Add decls.
6216
6217         * method.c (hack_identifier): Also convert component_refs from
6218         references.
6219
6220         * lex.c (cons_up_default_function): Use the type, not the name, in
6221         declspecs.
6222
6223         * decl2.c (import_export_vtable): Fix weak vtables.
6224
6225 Fri Apr  5 13:30:17 1996  Bob Manson  <manson@charmed.cygnus.com>
6226
6227         * search.c (get_base_distance_recursive): Fix access checks for
6228         protected bases.
6229
6230 Fri Apr  5 11:02:06 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6231
6232         * call.c (unary_complex_lvalue): Delete unneeded decl, it's in
6233         cp-tree.h.
6234         (convert_harshness): Add prototypes wrapped by PROTO.
6235         * decl2.c (grok_function_init): Likewise.
6236         (do_toplevel_using_decl): Change to void return type.
6237         * class.c (build_vtable_entry): Remove decl of make_thunk.
6238         (merge_overrides): Fix order of arg definitions.
6239         (finish_vtbls): Likewise.
6240         (fixup_vtable_deltas): Likewise.
6241         (modify_all_direct_vtables): Likewise.
6242         (modify_all_indirect_vtables): Likewise.
6243         * search.c (get_base_distance_recursive): Likewise.
6244         (get_abstract_virtuals_1): Likewise.
6245         (fixup_virtual_upcast_offsets): Likewise.
6246         (lookup_fnfields_1): Add prototypes wrapped by PROTO.
6247         * init.c (perform_member_init): Fix order of arg definitions.
6248         (expand_aggr_init_1): Add prototypes wrapped by PROTO.
6249         * cp-tree.h (make_thunk): Add decl.
6250         (overload_template_name, push_template_decl): Add decls.
6251         (do_toplevel_using_decl): Change to void return type.
6252         (vec_binfo_member): Add decl.
6253
6254 Thu Apr  4 13:33:10 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6255
6256         * typeck.c (mark_addressable, convert_for_assignment,
6257         convert_for_initialization, pointer_int_sum, pointer_diff,
6258         unary_complex_lvalue): Add prototypes wrapped by PROTO.
6259         (convert_sequence): #if 0 fn decl, since definition also is.
6260
6261 Thu Apr  4 11:00:53 1996  Mike Stump  <mrs@cygnus.com>
6262
6263         * rtti.c (build_dynamic_cast): Make sure we strip qualifiers on
6264         cast to pointer types for type searching.
6265
6266 Wed Apr  3 17:10:57 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6267
6268         * typeck.c (get_delta_difference): Use cp_error, not error, in the
6269         case where BINFO == 0.
6270
6271 Wed Apr  3 12:01:02 1996  Mike Stump  <mrs@cygnus.com>
6272
6273         * call.c (build_method_call): Fix wording of error messages so
6274         constructors come out right.
6275
6276 Tue Apr  2 16:06:59 1996  Bob Manson  <manson@charmed.cygnus.com>
6277
6278         * decl.c (push_overloaded_decl): Don't warn about hidden
6279         constructors when both the type and the function are declared
6280         in a system header file.
6281
6282 Mon Apr  1 09:03:13 1996  Bob Manson  <manson@charmed.cygnus.com>
6283
6284         * class.c (finish_struct_1): Propagate the TYPE_PACKED
6285         flag for the type to the type's fields.
6286
6287 Sat Mar 30 12:14:33 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6288
6289         * parse.y (complex_parmlist, ELLIPSES): Take out ARM-based warning.
6290
6291 Fri Mar 29 15:51:36 1996  Bob Manson  <manson@charmed.cygnus.com>
6292
6293         * class.c (base_info, finish_base_struct): Replace 
6294         needs_virtual_dtor with base_has_virtual.
6295
6296         (finish_struct_1): Remove the old code that tried to make default
6297         destructors virtual. Use base_has_virtual when checking if we need
6298         to add a vtable entry for the rtti code.
6299
6300 Fri Mar 29 14:02:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
6301
6302         * pt.c (push_template_decl): Complain about template decl with
6303         inappropriate declaration.
6304
6305 Fri Mar 29 12:15:35 1996  Bob Manson  <manson@charmed.cygnus.com>
6306
6307         * typeck.c (build_x_unary_op): Remove bogus check for taking
6308         the address of a member function.
6309
6310 Fri Mar 29 11:56:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
6311
6312         * parse.y (constructor_declarator): Only push the class if
6313         we are not already in the class.
6314
6315 Fri Mar 29 09:41:02 1996  Jeffrey A. Law  <law@cygnus.com>
6316
6317         * method.c (emit_thunk): Remove current_call_is_indirect nonsense.
6318         Add additional argument to INIT_CUMULATIVE_ARGS.
6319
6320 Thu Mar 28 16:41:39 1996  Jason Merrill  <jason@yorick.cygnus.com>
6321
6322         * decl.c (shadow_tag): Fix error about anon union with methods.
6323
6324         * parse.y (self_reference): Only generate a self-reference if this
6325         is a non-template class.
6326         (opt.component_decl_list): Only use it if it was generated.
6327
6328         * parse.y (component_decl_1): Use constructor_declarator.
6329         (fn.def2): Likewise.
6330         (notype_component_declarator0): Likewise.
6331
6332 Thu Mar 28 15:11:35 1996  Bob Manson  <manson@charmed.cygnus.com>
6333
6334         * typeck.c (build_x_unary_op): Add checks for taking the address
6335         of a TARGET_EXPR or of a member function, and give appropriate
6336         warnings.
6337
6338 Thu Mar 28 14:49:26 1996  Jason Merrill  <jason@yorick.cygnus.com>
6339
6340         * pt.c (process_template_parm): Allow template type parms to be
6341         used as types for template const parms.
6342
6343 Wed Mar 27 15:51:19 1996  Mike Stump  <mrs@cygnus.com>
6344
6345         * init.c (expand_vec_init): Ensure the eh cleanups are on the
6346         function_obstack.
6347
6348 Wed Mar 27 10:14:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
6349
6350         * decl.c (lookup_name_real): Be even more picky about the
6351         ambiguous lookup warning.
6352         (grokdeclarator): Tweak SCOPE_REF constructor declarators here.
6353         * parse.y (constructor_declarator): Rather than here.
6354
6355         * parse.y (constructor_declarator): New nonterminal.
6356         (fn.def1): Use it.
6357         (explicit_instantiation): Likewise.
6358
6359 Tue Mar 26 13:41:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
6360
6361         Add implicit declaration of class name at class scope.
6362         * decl.c (lookup_name_real): Restrict pedwarn about ambiguous lookup.
6363         * parse.y (self_reference): New nonterminal.
6364         (opt.component_decl_list): Use it.
6365         (fn.def1): Add nested_name_specifier type_name cases.
6366         * class.c (build_self_reference): New function.
6367         (finish_struct): Handle access_default later, move self-reference
6368         decl to the end.
6369         * pt.c (lookup_template_class): Handle getting a TYPE_DECL.
6370         * cp-tree.h: Adjust.
6371
6372         * pt.c (do_function_instantiation): Separate handling of member
6373         functions and non-member functions properly.
6374
6375 Mon Mar 25 14:23:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
6376
6377         * pt.c (process_template_parm): Improve error for 'volatile class K'.
6378
6379         * class.c (finish_struct_1): Check the right slot for destructors.
6380
6381         * decl.c (start_enum): Complain about enum templates.
6382
6383 Mon Mar 25 13:25:31 1996  Mike Stump  <mrs@cygnus.com>
6384
6385         * init.c (resolve_offset_ref): Offset pointers to member data by one.
6386         * typeck.c (unary_complex_lvalue): Likewise.
6387
6388 Mon Mar 25 13:30:42 1996  Bob Manson  <manson@charmed.cygnus.com>
6389
6390         * typeck.c (c_expand_return): Check for a returned local
6391         array name, similar to the check for an ADDR_EXPR.
6392
6393 Mon Mar 25 13:07:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
6394
6395         * decl.c (cp_finish_decl): Don't build cleanups for static
6396         variables here.
6397
6398 Fri Mar 22 17:57:55 1996  Mike Stump  <mrs@cygnus.com>
6399
6400         * typeck.c (build_modify_expr): Fix error messages to be more
6401         accurate.
6402         * cp-tree.h (assop_as_string): Parallel to op_as_string, but for
6403         assignment operators.
6404         * error.c (assop_as_string): Likewise.  Add support for `%Q' for
6405         assignment operators.
6406
6407 Fri Mar 22 13:48:29 1996  Jason Merrill  <jason@yorick.cygnus.com>
6408
6409         * decl.c (grokdeclarator): Call bad_specifiers for typedefs.  Also
6410         give an error if initialized.  Pedwarn about nested type with the
6411         same name as its enclosing class.
6412
6413         * pt.c (tsubst, case TYPE_DECL): Set DECL_CONTEXT.
6414
6415         * typeck.c (require_complete_type): Be sure to instantiate the
6416         MAIN_VARIANT of the type.
6417
6418         * decl2.c (finish_file): Instantiate pending templates before
6419         processing static constructors and destructors.
6420
6421         * pt.c (instantiate_decl): Don't instantiate functions at toplevel
6422         unless at_eof.
6423
6424 Fri Mar 22 09:30:17 1996  Bob Manson  <manson@beauty.cygnus.com>
6425
6426         * decl2.c (delete_sanity): If error_mark_node is passed
6427         in as an expression, quit while we're ahead.
6428
6429         * decl.c (grokdeclarator): Give an error message if `friend'
6430         is combined with any storage class specifiers.
6431
6432 Wed Mar 20 14:51:55 1996  Jason Merrill  <jason@yorick.cygnus.com>
6433
6434         * parse.y (named_complex_class_head_sans_basetype): Don't crash on
6435         definition of nonexistent nested type.
6436
6437         * error.c (dump_decl, case TYPE_DECL): Fix decision for whether or
6438         not to say 'typedef'.
6439
6440 Wed Mar 20 00:11:47 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6441
6442         * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
6443         * search.c (dfs_walk, dfs_init_vbase_pointers,
6444         expand_upcast_fixups): Remove cast of CLASSTYPE_SEARCH_SLOT.
6445         (dfs_find_vbases): Remove cast for CLASSTYPE_SEARCH_SLOT init.
6446
6447 Tue Mar 19 17:56:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
6448
6449         * except.c (build_throw): Support minimal parse.
6450         * pt.c (tsubst_copy): Support THROW_EXPR.
6451         * decl2.c (build_expr_from_tree): Likewise.
6452
6453         * pt.c (mangle_class_name_for_template): Always allocate
6454         scratch_firstobj.
6455
6456 Tue Mar 19 16:34:31 1996  Bob Manson  <manson@beauty.cygnus.com>
6457
6458         * cvt.c (cp_convert_to_pointer): Give an appropriate error
6459         when trying to cast from an incomplete type.
6460
6461 Tue Mar 19 16:00:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
6462
6463         * pt.c (instantiate_class_template): Don't bother setting up
6464         CLASSTYPE_TAGS explicitly, as the nested types will add
6465         themselves.
6466
6467 Tue Mar 19 15:48:43 1996  Bob Manson  <manson@beauty.cygnus.com>
6468
6469         * decl.c (shadow_tag): Remove old error check for usage of
6470         an enum without a previous declaration.
6471         (xref_tag): Add error message about usage of enums without a
6472         previous declaration.
6473
6474 Tue Mar 19 09:21:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
6475
6476         * lex.c (do_identifier): Only do name consistency check if we're
6477         parsing.
6478
6479         * pt.c (push_template_decl): Don't crash if we get a member defn
6480         that doesn't match.
6481
6482         * decl.c (xref_tag_from_type): New function to do an xref without
6483         always having to figure out code_type_node.
6484         * cp-tree.h: Declare it.
6485         * pt.c (instantiate_class_template): Use it for friend classes.
6486         (lookup_template_class): Use it.
6487
6488         * typeck2.c (build_functional_cast): Pull out a single parm before
6489         passing it to build_c_cast.
6490
6491 Tue Mar 19 09:07:15 1996  Bob Manson  <manson@beauty.cygnus.com>
6492
6493         * expr.c (do_case): Give an error message if a pointer is
6494         given as a case value.
6495
6496 Mon Mar 18 21:57:54 1996  Jason Merrill  <jason@yorick.cygnus.com>
6497
6498         * typeck.c (build_c_cast): Don't pull single TEMPLATE_DECL out of
6499         an overload list.
6500
6501         * lex.c (cons_up_default_function): Really, now, interface hackery
6502         does not apply to synthesized methods.
6503
6504 Mon Mar 18 18:20:57 1996  Mike Stump  <mrs@cygnus.com>
6505
6506         * call.c (build_method_call): Ctors and dtors now have special names
6507         with respect to lookups.
6508         * class.c (add_method): Likewise.
6509         (grow_method): Likewise.
6510         (finish_struct_methods): Likewise.
6511         (warn_hidden): Likewise.
6512         (finish_struct_1): Likewise.
6513         * cvt.c (convert_to_reference): Likewise.
6514         (convert_to_aggr): Likewise.
6515         (cp_convert): Likewise.
6516         * decl2.c (check_classfn): Likewise.
6517         * init.c (expand_member_init): Likewise.
6518         (expand_default_init): Likewise.
6519         (expand_aggr_init_1): Likewise.
6520         (build_offset_ref): Likewise.
6521         (build_new): Likewise.
6522         (build_delete): Likewise.
6523         * lex.c (do_inline_function_hair): Likewise.
6524         * search.c (lookup_field_1): Likewise.
6525         (lookup_fnfields_here): Likewise.
6526         (lookup_field): Likewise.
6527         (lookup_fnfields): Likewise.
6528         (get_virtual_destructor): Likewise.
6529         (dfs_debug_mark): Likewise.
6530         (dfs_pushdecls): Likewise.
6531         (dfs_compress_decls): Likewise.
6532         * tree.c (layout_basetypes): Likewise.
6533         * typeck.c (build_component_ref): Likewise.
6534         (build_x_function_call): Likewise.
6535         (build_modify_expr): Likewise.
6536         (convert_for_initialization): Likewise.
6537         (build_functional_cast): Likewise.
6538         * cp-tree.h (CLASSTYPE_FIRST_CONVERSION): Likewise.
6539         (CTOR_NAME): New.
6540         (DTOR_NAME): New.
6541         * decl.c (ctor_identifier): New.
6542         (dtor_identifier): New.
6543         (init_decl_processing): Set them.
6544
6545 Mon Mar 18 18:00:51 1996  Mike Stump  <mrs@cygnus.com>
6546
6547         * typeck.c (build_component_ref): Don't get confused by fields whose
6548         context has no type name, like pointer to member functions.
6549
6550 Mon Mar 18 13:19:03 1996  Jason Merrill  <jason@yorick.cygnus.com>
6551
6552         * decl.c (grokdeclarator): Handle typedef without declarator.
6553
6554         * pt.c (tsubst): Handle SCOPE_REF in declarator.
6555
6556         * parse.y (bad_parm): Catch another case of missing `typename'.
6557
6558         * lex.c (yyprint): Handle TYPE_DECLs.
6559
6560         * decl.c (start_function): Don't try to be clever.
6561
6562         * lex.c: Lose compiler_error_with_decl.
6563         * typeck2.c: Lose error_with_aggr_type.
6564         (incomplete_type_error): Use cp_* instead of old functions.
6565         (readonly_error): Likewise.
6566         * typeck.c (convert_arguments): Likewise.
6567         * search.c (lookup_nested_field): Likewise.
6568         * method.c (make_thunk): Likewise.
6569         * decl.c (grokparms): Likewise.
6570         * cp-tree.h: Update.
6571
6572         * tree.c (min_tree_cons): Call copy_to_permanent for the purpose
6573         and value.
6574
6575 Mon Mar 18 11:25:52 1996  Bob Manson  <manson@beauty.cygnus.com>
6576
6577         * method.c (build_opfncall): When deleting a pointer to an
6578         array, build a new pointer to the tree past any ARRAY_TYPE
6579         nodes.
6580
6581 Mon Mar 18 10:11:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6582
6583         * decl.c (lookup_name_real): Initialize local var TYPE to NULL_TREE.
6584
6585 Fri Mar 15 11:03:57 1996  Jason Merrill  <jason@yorick.cygnus.com>
6586
6587         * pt.c (instantiate_decl): Only call import_export_decl if at_eof
6588         and ! DECL_INLINE.
6589
6590         * decl.c (finish_function): Don't set nested based on
6591         hack_decl_function_context.
6592         * parse.y (function_try_block): Check for nested function.
6593         (pending_inlines): Likewise.
6594
6595         * decl2.c (build_expr_from_tree): If a unary op already has a
6596         type, just return it.
6597
6598         * decl2.c (finish_prevtable_vardecl): Use ADJUST_VTABLE_LINKAGE.
6599
6600         * decl2.c (walk_vtables): vardecl_fn returns int; return 1 if it does.
6601         (finish_file): Check the return value of walk_vtables.
6602         (finish_prevtable_vardecl): Return int.
6603         (finish_vtable_vardecl): Likewise.
6604         (prune_vtable_vardecl): Likewise.
6605         * lex.c (set_vardecl_interface_info): Likewise.
6606         * cp-tree.h: Adjust return types.
6607
6608         * class.c (delete_duplicate_fields_1): Don't complain about
6609         duplicate nested types if they're the same type.
6610         (finish_struct): Remove check for duplicate.
6611         * decl2.c (grokfield): Don't check for typedef of anonymous type.
6612
6613 Thu Mar 14 10:00:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
6614
6615         * cp-tree.h: Lose SIGNATURE_GROKKING_TYPEDEF.
6616
6617         * decl.c (grokdeclarator): Lose special handling of class-level
6618         typedef.  Lose SIGNATURE_GROKKING_TYPEDEF.  Set
6619         SIGNATURE_HAS_OPAQUE_TYPEDECLS later.
6620
6621         * cvt.c (convert_pointer_to_real): Retain cv-quals in conversion.
6622
6623         * pt.c (tsubst_copy): Strip cv-quals from destructor name types.
6624
6625         * search.c (compute_access): Fix handling of anonymous union
6626         members.
6627         * class.c (finish_struct_anon): Propagate TREE_{PRIVATE,PROTECTED}
6628         from anonymous unions to their members.
6629
6630         * typeck.c (build_x_function_call): For static member functions,
6631         hand off to build_member_call.
6632
6633 Wed Mar 13 14:03:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
6634
6635         * typeck.c (build_component_ref): Handle OFFSET_REFs.
6636
6637         * init.c (expand_vec_init): Fix init == 0 case.
6638
6639 Tue Mar 12 14:36:02 1996  Jason Merrill  <jason@yorick.cygnus.com>
6640
6641         * init.c (build_new): Pedwarn about init and array new.
6642         (expand_vec_init): Handle lists, use convert_for_initialization.
6643
6644         * typeck.c (convert_for_initialization): Pass LOOKUP_NO_CONVERSION
6645         when converting to an aggregate type.
6646         * cvt.c (cp_convert): Pass it through.
6647
6648         * typeck.c (build_conditional_expr): Handle user-defined
6649         conversions to slightly different types.
6650
6651         * decl.c (grokdeclarator): Force an array type in a parm to be
6652         permanent.
6653
6654         * decl2.c (do_using_directive): Sorry.
6655         (do_namespace_alias): Likewise.
6656         * lex.c (real_yylex): Warn about using the `namespace' keyword.
6657
6658 Sun Mar 10 22:26:09 1996  Jason Merrill  <jason@yorick.cygnus.com>
6659
6660         * parse.y (datadef): Move call to note_list_got_semicolon up.
6661
6662 Fri Mar  8 11:47:26 1996  Mike Stump  <mrs@cygnus.com>
6663
6664         * tree.c (unsave_expr): Don't unsave, UNSAVE_EXPRs.
6665
6666 Fri Mar  8 11:29:06 1996  Mike Stump  <mrs@cygnus.com>
6667
6668         * decl.c (cp_finish_decl): The exception regions have to be
6669         nested, not overlapping.  We start the exception region for a
6670         decl, after it has been fully built, and all temporaries for it
6671         have been cleaned up.
6672
6673 Thu Mar  7 17:46:06 1996  Mike Stump  <mrs@cygnus.com>
6674
6675         * tree.c (vec_binfo_member): Don't core dump if we have no bases.
6676
6677 Thu Mar  7 14:11:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
6678
6679         * tree.def: Add RETURN_INIT.
6680         * pt.c (instantiate_decl): Handle RETURN_INIT.
6681         * decl.c (store_return_init): Handle minimal_parse_mode.
6682
6683         * tree.c (cp_build_type_variant): Just return an error_mark_node.
6684         * decl.c (make_typename_type): Don't try to get the file and line
6685         of an identifier.
6686         * typeck.c (comptypes): Handle TYPENAME_TYPE.
6687
6688 Wed Mar  6 18:47:50 1996  Per Bothner  <bothner@kalessin.cygnus.com>
6689
6690         * decl.c (poplevel): Make sure we clear out and restore old local
6691         non-VAR_DECL values by default when they go out of scope.
6692
6693 Wed Mar  6 09:57:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
6694
6695         * method.c (build_overload_value): Use DECL_ASSEMBLER_NAME in
6696         referring to addresses of variables and functions.
6697
6698         * error.c (dump_expr): Support SIZEOF_EXPR.
6699
6700         * init.c (do_friend): Use the return value of check_classfn.
6701
6702         * typeck.c (convert_arguments): Call complete_type.
6703
6704         * method.c (hack_identifier): After giving an error, set value to
6705         error_mark_node.
6706
6707 Tue Mar  5 16:00:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
6708
6709         * tree.c (hack_decl_function_context): Kludge around DECL_CONTEXT
6710         lossage for local classes.
6711         * cp-tree.h: Declare it.
6712         * decl.c (lookup_name_real): Evil, painful hack for local classes.
6713         (grokfndecl): Set DECL_CLASS_CONTEXT and DECL_NO_STATIC_CHAIN here.
6714         Use hack_decl_function_context.
6715         (grokdeclarator): Don't set DECL_NO_STATIC_CHAIN here.
6716         (start_function): Use hack_decl_function_context.
6717         (finish_function): Likewise.
6718         * method.c (synthesize_method): Likewise.
6719         * lex.c (process_next_inline): Likewise.
6720         (do_pending_inlines): Likewise.
6721         * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
6722         done with it.
6723
6724 Mon Mar  4 22:38:39 1996  Gerald Baumgartner  <gb@alexander.cs.purdue.edu>
6725
6726         * sig.c (build_signature_pointer_or_reference_type): Align
6727         signature pointers/references on 8-byte boundaries so they can be
6728         grabbed 2 words at a time on a Sparc.
6729
6730 Tue Mar  5 10:21:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
6731
6732         * method.c (hack_identifier): Requiring a static chain is now a
6733         hard error.
6734         * decl.c (grokdeclarator): Set DECL_NO_STATIC_CHAIN on nested
6735         functions.
6736
6737 Mon Mar  4 20:03:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
6738
6739         * init.c (build_offset_ref): Call complete_type.
6740
6741         * decl.c (pop_from_top_level): Always pop previous_class_type.
6742
6743         * parse.y: Handle multiple decls in a for-init-statement.
6744         * pt.c (tsubst_expr): Likewise.
6745
6746         * pt.c (tsubst): Use tsubst_expr for the second operand of an
6747         ARRAY_REF.
6748
6749         * decl.c (maybe_push_to_top_level): Don't save previous_class_type.
6750         (poplevel_class): Set it here.
6751         (pop_from_top_level): Pop it here if we're returning to class scope.
6752         * class.c (pushclass): Don't set it here.
6753
6754         * decl.c (maybe_push_to_top_level): Save current_template_parms,
6755         and clear it if !pseudo.
6756         (pop_from_top_level): Restore it.
6757
6758         * decl2.c (finish_file): Push the dummy each time we walk the list
6759         of vtables.
6760
6761         * error.c (dump_expr): Support LOOKUP_EXPR and actually do
6762         something for CAST_EXPR.
6763         
6764 Mon Feb 19 14:49:18 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
6765
6766         * cvt.c (cp_convert): Warn about implicit conversion of the
6767         address of a function to bool, as it is always true.
6768
6769 Fri Feb 23 23:06:01 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
6770
6771         * typeck.c (c_expand_return): Fix warning for local externs returned.
6772
6773 Mon Mar  4 15:03:11 1996  Jason Merrill  <jason@yorick.cygnus.com>
6774
6775         * tree.c (mapcar): Propagate const and volatile properly.
6776
6777         * typeck.c (complete_type): Be sure to instantiate the
6778         MAIN_VARIANT of the type.
6779
6780         * method.c (synthesize_method): Class interface hackery does not
6781         apply to synthesized methods.
6782
6783 Mon Mar  4 14:05:23 1996  Jason Merrill  <jason@yorick.cygnus.com>
6784
6785         * pt.c (comp_template_args): Use comptypes rather than just
6786         checking for TEMPLATE_TYPE_PARM equivalence.
6787
6788         * typeck.c (build_x_function_call): Call complete_type before
6789         checking TYPE_OVERLOADS_CALL_EXPR.
6790
6791 Mon Mar  4 18:48:30 1996  Manfred Hollstein   <manfred@lts.sel.alcatel.de>
6792
6793         * g++.c (main): Check also for new define ALT_LIBM.
6794
6795 Fri Mar  1 13:09:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
6796
6797         * pt.c (instantiate_class_template): If we don't have a pattern
6798         yet, that's OK.
6799         (coerce_template_parms): If we see a local class, bail.
6800
6801         * decl.c (grok_reference_init): Make sure there's a type before
6802         checking its code.
6803
6804         * pt.c (do_function_instantiation): Avoid crashing on invalid decls.
6805         (push_template_decl): Likewise.
6806
6807         * parse.y (named_class_head): Set
6808         CLASSTYPE_TEMPLATE_SPECIALIZATION here if we have basetypes.
6809
6810         * decl.c (xref_tag): Diagnose redeclaration of template
6811         type-parameter name.
6812
6813         * error.c (dump_type): Handle anonymous template type parms.
6814
6815         * pt.c (instantiate_template): Use TYPE_MAIN_DECL instead of
6816         TYPE_STUB_DECL.
6817         (coerce_template_parms): Likewise.
6818
6819 Thu Feb 29 16:26:01 1996  Mike Stump  <mrs@cygnus.com>
6820
6821         * class.c (instantiate_type, case {ARRAY,INDIRECT}_REF,
6822         case ADDR_EXPR): Don't modify rhs if a subinstantiation fails.
6823
6824 Thu Feb 29 08:20:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
6825
6826         * pt.c (instantiate_template): Take the MAIN_VARIANT of the type
6827         before trying to get its STUB_DECL.
6828         (coerce_template_parms): Likewise.
6829
6830         * parse.y (template_type_parm): If they didn't use 'class',
6831         pretend they did after giving an error.
6832
6833         * pt.c (coerce_template_parms): Diagnose use of local class.
6834
6835         * decl.c (grok_reference_init): Use instantiate_type.
6836
6837         * error.c (dump_expr): Handle TEMPLATE_DECLs.
6838
6839         * parse.y (named_class_head): Diagnose mismatching types and tags.
6840
6841         * decl.c (pushdecl): Type decls and class templates clash with
6842         artificial type decls, not hide them.
6843
6844         * decl.c (redeclaration_error_message): Diagnose redefinition of
6845         templates properly.
6846         (duplicate_decls): Diagnose disallowed overloads for template
6847         functions, too.
6848
6849         * decl.c (start_decl): Call complete_type before checking for a
6850         destructor.
6851
6852         * pt.c (tsubst): Use tsubst_expr on the elts of a VEC.
6853
6854         * decl.c (xref_tag): A TEMPLATE_TYPE_PARM is a match.
6855
6856 Wed Feb 28 09:28:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
6857
6858         * decl.c (grok_op_properties): Don't check for operator++(int) in
6859         a template.
6860
6861         * tree.c (perm_manip): Return a copy of variable and function
6862         decls with external linkage.
6863
6864         * tree.def: Change some of the min tree codes to type "1".
6865         * pt.c (uses_template_parms): Handle 'e's, return 1 for LOOKUP_EXPRs.
6866         * method.c (build_overload_int): Emit something arbitrary for
6867         anything but an INTEGER_CST if we're in a template.
6868
6869         * decl.c (cp_finish_decl): Call complete_type before deciding
6870         whether or not to lay out the decl.
6871
6872         * lex.c (do_identifier): Check for DECL_INITIAL before using it.
6873
6874 Tue Feb 27 16:35:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
6875
6876         * typeck2.c (build_x_arrow): Call complete_type.
6877
6878         * pt.c (add_pending_template): Broken out.
6879         (lookup_template_class): If -fexternal-templates, call it for all
6880         the methods of implemented types.
6881         (instantiate_class_template): Instead of instantiating them here.
6882         (instantiate_decl): Handle -fexternal-templates earlier.
6883
6884 Tue Feb 27 15:51:32 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6885
6886         * search.c, lex.c, decl.c, class.c, cp-tree.h: Don't wrap the
6887         memoized lookup stuff inside GATHER_STATISTICS.
6888
6889 Tue Feb 27 10:38:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
6890
6891         * decl.c (start_decl): Complain about array of incomplete type
6892         here.
6893         (grokdeclarator): Not here.
6894
6895         * parse.y (template_parm): Expand full_parm inline so we can set
6896         the rule's precedence.
6897
6898         * pt.c (tsubst_expr): If we're in a template, just do tsubst_copy.
6899         (tsubst): tsubst_expr the DECL_INITIAL of FIELD_DECLs.
6900         * decl2.c (grokbitfield): Don't check for integer constant here.
6901         * class.c (finish_struct_1): Check here.
6902
6903         * decl.c (define_label): Make the min decl go on permanent_obstack.
6904
6905         * pt.c (unify): Don't handle CONST_DECLs.
6906         (uses_template_parms): Don't check DECL_INITIAL on a CONST_DECL.
6907         (tsubst_copy): Likewise.
6908
6909         * lex.c (do_identifier): Do pull the DECL_INITIAL out of a
6910         CONST_DECL for a template parm.
6911
6912 Mon Feb 26 12:48:18 1996  Jason Merrill  <jason@yorick.cygnus.com>
6913
6914         * decl.c (grokdeclarator): Complain about array of incomplete type
6915         here.
6916         (start_decl_1): Not here.
6917
6918         * pt.c (tsubst): Handle pointer-to-function declarators.
6919
6920         * method.c (hack_identifier): If pedantic, diagnose local class
6921         methods that require a static chain.
6922
6923         * decl.c (grok_op_properties): No longer static.
6924         * cp-tree.h: Declare it.
6925         * pt.c (tsubst): Call it for operators.
6926         Use tsubst_copy for TREE_VECs.
6927
6928         * parse.y (template_arg): The expr has precedence like '>'.
6929
6930 Fri Feb 23 14:51:52 1996  Jason Merrill  <jason@yorick.cygnus.com>
6931
6932         * pt.c (coerce_template_parms): Don't coerce an expression using
6933         template parms.
6934         (uses_template_parms): Also check DECL_INITIAL in CONST_DECLs.
6935         (tsubst): Don't use build_index_2_type if the max_value uses template
6936         parms.
6937         * method.c (build_overload_int): Emit something arbitrary for an
6938         expression using template parms.
6939
6940         * parse.y (template_close_bracket): New non-terminal to catch use
6941         of '>>' instead of '> >' in template class names.
6942         (template_type): Use it.
6943         * Makefile.in (CONFLICTS): Causes one more r/r conflict.
6944
6945         * tree.def: Add CAST_EXPR.
6946         * typeck2.c (build_functional_cast): Use CAST_EXPR instead of
6947         CONVERT_EXPR for minimal_parse_mode.
6948         * typeck.c (build_c_cast): Likewise.
6949         * pt.c (tsubst_copy): Likewise.
6950         * decl2.c (build_expr_from_tree): Likewise.
6951         * error.c (dump_expr): Likewise.
6952
6953 Fri Feb 23 10:36:46 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6954
6955         * except.c (SetTerminate, SetUnexpected): Put back global vars.
6956         (init_exception_processing): Put back decl/init of
6957         set_unexpected_fndecl and set_terminate_fndecl, needed to get the
6958         fns from libstdc++.
6959
6960         * decl.c (struct binding_level): Delete ACCEPT_ANY bitfield.
6961         (declare_uninstantiated_type_level, uninstantiated_type_level_p):
6962         Delete unused fns.
6963         * cp-tree.h (declare_uninstantiated_type_level,
6964         uninstantiated_type_level_p): Delete prototypes.
6965
6966 Thu Feb 22 19:36:15 1996  Jason Merrill  <jason@yorick.cygnus.com>
6967
6968         * pt.c (tsubst_expr): Add default return.
6969
6970 Thu Feb 22 16:47:24 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6971
6972         * error.c (fndecl_as_string): Delete unused arg CNAME.
6973         * sig.c (build_signature_table_constructor,
6974         build_signature_method_call): Fix calls.
6975
6976         * class.c (the_null_vtable_entry): Delete var definition.
6977         (init_class_processing): Delete tree the_null_vtable_entry init.
6978         * decl.c (no_print_{functions, builtins}): Declare as static.
6979         (__tp_desc_type_node): #if 0 var definition.
6980         (init_type_desc): #if 0 init of __tp_desc_type_node.
6981         (vb_off_identifier): Move var decl into init_decl_processing.
6982         (current_function_assigns_this): Declare as static.
6983         (int_ftype_ptr_ptr_int, void_ftype_ptr_int_int): Delete var decls.
6984         (init_decl_processing): Delete init of void_ftype_ptr_ptr_int.
6985         Move decls of string_ftype_ptr_ptr and int_ftype_string_string here.
6986         * decl2.c (delete_sanity): Delete definition/mod of local var ELT_SIZE.
6987         * init.c (BI_header_type, BI_header_size): Declare as static.
6988         * pt.c (template_classes): Delete unused var.
6989         (add_pending_template): Delete decl for non-existent fn.
6990         (lookup_template_class): Delete vars CODE and TAG_CODE.
6991         (instantiate_template): Delete unused var TARGS.
6992         * cp-tree.h (vb_off_identifier, current_function_assigns_this):
6993         Delete decls.
6994         (__tp_desc_type_node): #if 0 var decl.
6995         (fndecl_as_string): Fix prototype.
6996
6997 Thu Feb 22 15:56:19 1996  Jason Merrill  <jason@yorick.cygnus.com>
6998
6999         * tree.def: Add GOTO_STMT.
7000         * pt.c (tsubst_expr): Support goto and labels.
7001         * decl.c (define_label): Support minimal parsing.
7002         * parse.y (simple_stmt): Likewise.
7003
7004 Thu Feb 22 15:30:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7005
7006         * xref.c (GNU_xref_member): Only define/set var I if
7007         XREF_SHORT_MEMBER_NAMES is defined, to match when it's actually
7008         used.
7009         (GNU_xref_end_scope): Delete unused fifth arg TRNS.
7010         (GNU_xref_end): Fix call.
7011         * decl.c (poplevel, poplevel_class, finish_method): Fix calls.
7012         * cp-tree.h (GNU_xref_end_scope): Fix prototype.
7013
7014         * tree.c (build_exception_variant): Delete unused vars I, A, T,
7015         T2, and CNAME.
7016         (layout_vbasetypes): Delete unused var NONVIRTUAL_VAR_SIZE.
7017         (mapcar): Delete unused var CODE.
7018         (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
7019         (break_out_cleanups): Fix call.
7020         (bot_manip): Likewise.
7021         * call.c (build_method_call): Likewise.
7022         * cvt.c (build_up_reference, convert_to_reference, cp_convert):
7023         Likewise.
7024         * typeck.c (unary_complex_lvalue, build_modify_expr,
7025         convert_for_initialization): Likewise.
7026         * typeck2.c (build_functional_cast): Likewise.
7027         * cp-tree.h (build_cplus_new): Fix prototype.
7028
7029         * repo.c (open_repo_file): Delete unused var Q.
7030         (repo_compile_flags, repo_template_declared,
7031         repo_template_defined, repo_class_defined, repo_inline_used,
7032         repo_vtable_used, repo_tinfo_used): #if 0 unused fns.
7033         (repo_get_id, repo_vtable_used): Declare as static. 
7034         * cp-tree.h (mark_{decl,class}_instantiated, finish_repo): Add
7035         prototypes.
7036
7037 Thu Feb 22 14:53:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
7038
7039         * parse.y (pending_inlines): Add function_try_block case.
7040
7041         * pt.c (unify): Fix for template const parms.
7042
7043 Thu Feb 22 13:24:15 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7044
7045         * lex.c (extract_interface_info): Delete forward decl.
7046         (default_copy_constructor_body, default_assign_ref_body): Delete
7047         decls for non-existent functions.
7048         (synth_firstobj, inline_text_firstobjs): Delete unused vars.
7049         (init_lex): Delete setting them.
7050         (cons_up_default_function): Delete unused vars FUNC_BUF,
7051         FUNC_LEN, and COMPLEX.  Delete code setting COMPLEX.  Delete old
7052         #if 0'd synth code.
7053         (toplevel, expression_obstack): Delete unused extern decls.
7054         (tree_node_kind): Delete unused enum.
7055         (tree_node_counts, tree_node_sizes): Wrap with #ifdef
7056         GATHER_STATISTICS.
7057         (tree_node_kind_names): Delete unused extern decl.
7058         (synth_obstack): Delete unused var.
7059         (init_lex): Don't set it.
7060         (init_parse): Add decl before use.
7061         (reduce_count): Only define #ifdef GATHER_STATISTICS && REDUCE_LENGTH.
7062         (current_unit_{name, language}): Delete unused vars. 
7063         (check_newline): Don't bother setting them, just accept the #pragma.
7064         * cp-tree.h (init_repo, peek_yylex): Add prototypes.
7065         (current_unit_{name, language}): Delete decls.
7066
7067         * search.c: Wrap all of the memoized functions, macros, and
7068         variables inside #ifdef GATHER_STATISTICS.
7069         (lookup_field, lookup_fnfields): Likewise.
7070         (init_search_processing): Likewise.
7071         (reinit_search_statistics): Wrap whole function.
7072         * lex.c (reinit_lang_specific): Wrap call to reinit_search_statistics.
7073
7074         * decl.c (finish_function): Only call pop_memoized_context if
7075         GATHER_STATISTICS is defined.
7076         (start_function): Likewise for push_memoized_context.
7077         * class.c (pushclass, popclass): Likewise.
7078
7079         * cp-tree.h (CLASSTYPE_MTABLE_ENTRY): Move definition from here...
7080         * search.c (CLASSTYPE_MTABLE_ENTRY): ... to here.
7081
7082         * cvt.c (cp_convert): Delete unused local var FORM.
7083         * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
7084         prototypes.
7085
7086 Thu Feb 22 13:19:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
7087
7088         * pt.c (do_poplevel): Oops; really return what we get from
7089         poplevel this time.
7090
7091 Thu Feb 22 11:41:44 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7092
7093         * cp-tree.h (is_aggr_type): Add prototype.
7094
7095         * cp-tree.h ({push,pop}_cp_function_context): Add decls.
7096         * method.c ({push,pop}_cp_function_context): Delete decls.
7097         * except.c (start_eh_unwinder, end_eh_unwinder): Declare as void.
7098         (SetUnexpected, SetTerminate): Delete unused vars.
7099         (init_exception_processing): Don't set SetUnexpected or
7100         SetTerminate.  Don't set SET_UNEXPECTED_FNDECL or SET_TERMINATE_FNDECL.
7101         (output_exception_table_entry): Delete unused array LABEL.
7102         (expand_internal_throw): Delete unused var PARAMS.
7103         (expand_start_catch_block): Delete unused var CLEANUP.
7104         (emit_exception_table): Delete unused var EH_NODE_DECL.
7105         (expand_builtin_throw): Delete unused vars UNWIND_AND_THROW and
7106         GOTO_UNWIND_AND_THROW.  Don't set them.
7107         (end_eh_unwinder): Add top decl.
7108         (pop_rtl_from_perm): Delete unused decl of PERMANENT_OBSTACK.
7109         (exception_section, push_rtl_perm, do_function_call,
7110         lang_interim_eh, push_eh_cleanup, eh_outer_context,
7111         expand_end_eh_spec, end_eh_unwinder): Declare as static.
7112         (saved_pc, saved_throw_type, saved_throw_value, saved_cleanup,
7113         throw_used): Likewise.
7114         * cp-tree.h (expand_end_eh_spec): Delete prototype.
7115
7116         * search.c (dfs_mark, dfs_mark_vtable_path,
7117         dfs_unmark_vtable_path, dfs_mark_new_vtable,
7118         dfs_unmark_new_vtable, dfs_clear_search_slot,
7119         dfs_search_slot_nonempty_p, bfs_markedp, bfs_unmarkedp,
7120         bfs_marked_vtable_pathp, bfs_unmarked_vtable_pathp,
7121         bfs_marked_new_vtablep, bfs_unmarked_new_vtablep): #if 0 unused
7122         functions.
7123         (n_fields_searched, n_calls_lookup_field, n_calls_lookup_field_1,
7124         n_calls_lookup_fnfields, n_calls_lookup_fnfields_1,
7125         n_calls_get_base_type, n_outer_fields_searched, n_contexts_saved):
7126         Only define #ifdef GATHER_STATISTICS.
7127         (reinit_search_statistics): Only init some vars if GATHER_STATISTICS
7128         is defined.
7129         (vbase_decl): Delete var definition.
7130         (init_search): Delete old decl.
7131         (init_vbase_pointers): Delete building of VBASE_DECL, since it's
7132         never actually used.
7133         (expand_indirect_vtbls_init): Delete init of VBASE_DECL.
7134         (get_base_distance_recursive): Delete unused fourth arg
7135         BASETYPE_PATH.  Fix call .
7136         (get_base_distance): Fix call.
7137         (push_class_decls): Delete unused var ID.
7138         (make_memoized_table_entry): Declare as static.
7139         (breadth_first_search): Declare as static.
7140         (tree_has_any_destructor_p): Declare as static.
7141         (pop_class_decls): Delete unused arg pop_class_decls.
7142         * class.c (popclass): Fix call to pop_class_decls.
7143         * cp-tree.h (make_memoized_table_entry, breadth_first_search,
7144         tree_has_any_destructor_p): Delete prototypes.
7145
7146         * rtti.c (build_ptmf_desc): Delete unused arg TYPE.
7147         (build_t_desc): Fix call.  Delete unused vars ELEMS and TT.
7148         (build_dynamic_cast): Delete unused local vars TMP1 and RETVAL.
7149         (build_user_desc): Delete unused var T.
7150         (build_class_desc): Delete unused vars T and OFF.
7151         (build_t_desc): Delete unused var NAME_STRING.
7152         (build_headof): Make static.
7153         (get_bad_cast_node): Likewise.
7154         (get_def_to_follow): Likewise.
7155         * cp-tree.h (init_type_desc): Add prototype.
7156         (build_headof): Remove prototype.
7157
7158 Thu Feb 22 00:54:22 1996  Jason Merrill  <jason@yorick.cygnus.com>
7159
7160         * pt.c (tsubst): Only look for matching decls at file scope for
7161         non-member functions.
7162
7163         * call.c (build_scoped_method_call): Handle scoped destructor
7164         calls in templates.
7165
7166         * decl.c (*_top_level): Also save previous_class_values.
7167
7168         * pt.c (tsubst_expr): Support do {} while loops.
7169         * parse.y (simple_stmt): Likewise.
7170         * tree.def: Likewise.
7171
7172         * method.c (build_overload_identifier): For a class nested in a
7173         template class, don't mangle in the template parms from our
7174         context.
7175
7176         * lex.c, cp-tree.h: Remove support for template instantiations in
7177         the pending_inlines code.
7178         * pt.c: Remove dead functions and unused arguments.
7179         (uses_template_parms): TYPENAME_TYPEs always use template parms.
7180         * parse.y: Stop passing anything to end_template_decl.
7181         * tree.c (print_lang_statistics): Only print tinst info #ifdef
7182         GATHER_STATISTICS.
7183
7184 Wed Feb 21 16:57:33 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7185
7186         * init.c (expand_recursive_init{,_1}): Delete decls. 
7187         (sort_member_init): Delete unused var INIT.
7188         (emit_base_init): Delete unused var X.
7189         (build_offset_ref): Delete unused var CNAME.
7190         (sort_member_init): Delete unused var FIELDS_TO_UNMARK.
7191         (emit_base_init): Delete unused local var BASE.  Delete extern
7192         decl of IN_CHARGE_IDENTIFIER.
7193         (build_delete): Delete unused local var VIRTUAL_SIZE.
7194
7195         * init.c (build_vec_delete): Delete unused third arg ELT_SIZE.
7196         (build_delete): Fix call.
7197         * decl2.c (delete_sanity): Likewise.
7198         * cp-tree.h (build_vec_delete): Update prototype.
7199
7200         * typeck.c (common_base_type): Delete unused var TMP.
7201         (build_binary_op): Delete local var ARGS_SAVE.
7202         (build_array_ref): Delete unused var ITYPE.
7203         (c_expand_return): Delete unused var USE_TEMP.
7204
7205         * typeck.c (compexcepttypes): Delete unused arg STRICT.
7206         (comptypes): Fix calls.
7207         * decl.c (duplicate_decls): Likewise.
7208         * cp-tree.h (compexcepttypes): Delete extra arg.
7209
7210         * decl2.c (check_classfn): Delete unused second arg CNAME.
7211         * decl.c (start_decl, grokfndecl): Fix calls.
7212         * init.c (do_friend): Likewise.
7213         * cp-tree.h (check_classfn): Update prototype.
7214
7215         * cp-tree.h (signature_error, import_export_vtable,
7216         append_signature_fields, id_in_current_class, mark_used,
7217         copy_assignment_arg_p): Add decls.
7218         * decl2.c (mark_used): Delete decl.
7219
7220         * class.c (n_*): Wrap with #ifdef GATHER_STATISTICS.
7221
7222         * class.c (get_vtable_entry): Diable unused function.
7223         (doing_hard_virtuals): Delete unused static global var.
7224         (finish_struct_1): Don't init DOING_HARD_VIRTUALS.
7225         (prepare_fresh_vtable): Delete unused vars PATH and RESULT.
7226         (overrides): Delete unused vars RETTYPE and BASE_RETTYPE.
7227         (modify_one_vtable): Delete unused var OLD_RTTI.
7228         (finish_struct_anon): Delete unused vars OFFSET and X.
7229         (finish_struct_bits): Delete unused var METHOD_VEC.
7230         (get_basefndecls): Delete unused var PURPOSE.  Delete unused
7231         for-scope local variable METHODS.
7232
7233         * call.c (user_harshness): Delete unused/unneeded arg PARM.
7234         (ideal_candidate): Delete unused args BASETYPE and PARMS.
7235         (build_method_call): Delete unused args passed into ideal_candidate.
7236         (build_overload_call_real): Likewise.  Delete unused var OVERLOAD_NAME.
7237         * cp-tree.h (synthesize_method): Add decl.
7238
7239         * decl.c (note_level_for_for): Give void return type.
7240         (pushdecl_nonclass_level): Likewise.
7241         (finish_function): Delete unused vars VFIELDS and ALLOCATED_THIS.
7242         (poplevel): Delete unused var IMPLICIT_TRY_BLOCK.
7243         (suspend_binding_level): Delete unused var LEVEL.
7244         (duplicate_decls): Delete unused var CTYPE.
7245         (duplicate_decls): Delete unused var PREVIOUS_C_DECL.
7246         (init_decl_processing): Delete unused vars FLOAT_ENDLINK and
7247         PTR_ENDLINK.
7248         (grokdeclarator): Delete unused var C.
7249         (grokdeclarator): Delete unused var SIZE_VARIES.
7250         (grokparms): Delete unused var SAW_VOID.
7251         (start_function): Delete unused var OLDDECL.
7252         (cplus_expand_expr_stmt): Delete unused var
7253         REMOVE_IMPLICIT_IMMEDIATELY. 
7254
7255         * cp-tree.h (pushdecl_nonclass_level): Fix prototype.
7256
7257         * Makefile.in (CONFLICTS): Update to 12 shift/reduce.
7258
7259 Wed Feb 21 00:06:17 1996  Jason Merrill  <jason@yorick.cygnus.com>
7260
7261         * tree.c (build_min): Set TREE_COMPLEXITY to lineno.
7262         (build_min_nt): Likewise.
7263         * pt.c (do_pushlevel): Emit line note.
7264         (do_poplevel): Return what we get from poplevel.
7265         (tsubst_expr): Set lineno from TREE_COMPLEXITY in stmt nodes.
7266         * parse.y: Use do_pushlevel and do_poplevel.
7267         * cp-tree.h: Declare do_poplevel.
7268         
7269         * cp-tree.h: Declare at_eof.
7270         * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
7271         * decl2.c (import_export_decl): Renamed from import_export_inline.
7272         (finish_file): Call it to do interface handling for statics.
7273         * pt.c (tsubst_copy): Call mark_used on variables and functions
7274         used here.
7275
7276         * decl2.c (finish_file): Don't emit statics we can't generate.
7277         * pt.c (instantiate_decl): Don't set interface on instantiations
7278         we can't generate.
7279
7280         * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
7281         * tree.c (print_lang_statistics): Print max template depth.
7282         * pt.c (push_tinst_level): Dump entire instantiation context.
7283         (instantiate_class_template): Use it and pop_tinst_level.
7284         (instantiate_decl): Likewise.
7285
7286         * call.c class.c cp-tree.h decl.c decl2.c error.c lex.c method.c
7287         pt.c ptree.c tree.def: Remove all traces of UNINSTANTIATED_P_TYPE.
7288
7289 Tue Feb 20 18:21:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
7290
7291         * call.c class.c cp-tree.h cvt.c decl.c decl2.c error.c expr.c
7292         init.c lex.c method.c parse.y pt.c repo.c search.c spew.c tree.c
7293         tree.def typeck.c typeck2.c xref.c: Massive, systemic changes for
7294         the new template implementation.
7295
7296 Tue Feb 20 17:14:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7297
7298         * decl2.c (check_cp_case_value): Use STRIP_TYPE_NOPS.
7299
7300 Thu Feb 15 18:44:42 1996  Mike Stump  <mrs@cygnus.com>
7301
7302         * decl.c (cp_finish_decl): Delay emitting the debug information for
7303         a typedef that has been installed as the canonical typedef, if the
7304         type has not yet been defined.
7305
7306 Thu Feb 15 09:39:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
7307
7308         * decl2.c (grokfield): Still call pop_nested_class for access decls.
7309
7310 Wed Feb 14 17:30:04 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7311
7312         * decl.c (lookup_label): Call label_rtx.
7313
7314         * decl.c (make_binding_level): New function.
7315         (pushlevel, pushlevel_class): Call it instead of explicit
7316         duplicate calls to xmalloc.
7317
7318         * decl.c (init_decl_processing): Delete useless build_pointer_type
7319         call.
7320
7321         * decl.c (float_ftype_float, ldouble_ftype_ldouble): Add definitions.
7322         (sizet_ftype_string): Delete variable.
7323         (init_decl_processing): Add built-in functions fabsf, fabsl,
7324         sqrtf, sqrtl, sinf, sin, sinl, cosf, cos, cosl.  New local
7325         variable strlen_ftype, used for strlen.
7326
7327 Wed Feb 14 16:21:25 1996  Jason Merrill  <jason@yorick.cygnus.com>
7328
7329         * decl.c (push_to_top_level): Start from current_binding_level
7330         again for now; the stl hacks depend on g++ being broken in this
7331         way, and it'll be fixed in the template rewrite.
7332
7333         * tree.def: Add USING_DECL.
7334         * decl2.c (do_class_using_decl): Implement.
7335         (grokfield): Pass access decls off to do_class_using_decl instead of
7336         grokdeclarator.
7337         * error.c (dump_decl): Handle USING_DECLs.
7338         * decl.c (grokdeclarator): Remove code for handling access decls.
7339         * class.c (finish_struct_1): Adjust accordingly, treat using-decls
7340         as access decls for now.
7341         (finish_struct): Don't check USING_DECLs for other uses of the name.
7342
7343         * search.c (get_matching_virtual): Use cp_error_at.
7344
7345 Wed Feb 14 10:36:58 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7346
7347         * typeck.c (comptypes): Default COMP_TYPE_ATTRIBUTES to 1, to
7348         match c-typeck.c.
7349         (self_promoting_args_p): Move the check that TYPE is non-nil
7350         before trying to look at its main variant.
7351         (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
7352
7353         * cp-tree.h (DECL_WAITING_FRIENDS, SET_DECL_WAITING_FRIENDS):
7354         Delete macros.
7355         * init.c (xref_friend, embrace_waiting_friends): Delete functions.
7356         (do_friend): Delete call to xref_friend.
7357         * class.c (finish_struct_1): Delete call to embrace_waiting_friends.
7358
7359         * typeck.c (convert_sequence): #if 0 unused function.
7360
7361         * cp-tree.h (DECL_IN_MEMORY_P): New macro w/ the check that used to
7362         be in decl_in_memory_p.
7363         (decl_in_memory_p): Delete decl.
7364         * expr.c (decl_in_memory_p): Delete fn.
7365         * typeck.c (mark_addressable): Use DECL_IN_MEMORY_P.
7366
7367         * decl.c (cp_finish_decl): Use DECL_IN_MEMORY_P.
7368
7369 Tue Feb 13 12:51:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
7370
7371         * class.c (finish_struct_1): Check for a pure-specifier on a
7372         non-virtual function here.
7373
7374         * decl2.c (grok_function_init): Don't check whether the function
7375         is virtual here.
7376         (grokfield): Don't call check_for_override here.
7377
7378         * decl.c (push_to_top_level): Start from inner_binding_level,
7379         check class_shadowed in class levels.
7380
7381 Mon Feb 12 17:46:59 1996  Mike Stump  <mrs@cygnus.com>
7382
7383         * decl.c (resume_level): Ignore things that don't have names, instead
7384         of core dumping.
7385
7386 Mon Feb 12 15:47:44 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7387
7388         * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs.
7389
7390 Sat Feb 10 17:59:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
7391
7392         * class.c (finish_struct_1): Set DECL_VINDEX properly on a
7393         synthesized dtor.
7394
7395         * parse.y (complete_type_name): Bind global_scope earlier.
7396         (complex_type_name): Likewise.
7397         (qualified_type_name): Remove.
7398
7399 Thu Feb  8 15:15:14 1996  Jason Merrill  <jason@yorick.cygnus.com>
7400
7401         * decl.c (grokfndecl): Move code that looks for virtuals in base
7402         classes...
7403         * class.c (check_for_override): ... to a new function.
7404         (finish_struct_1): Call it.
7405
7406         * cp-tree.h: Declare warn_sign_compare.
7407
7408         * typeck.c (build_binary_op_nodefault): Check warn_sign_compare
7409         rather than extra_warnings to decide whether to warn about
7410         comparison of signed and unsigned.
7411
7412         * decl2.c (lang_decode_option): Handle warn_sign_compare.  -Wall
7413         implies -Wsign-compare.  -Wall doesn't imply -W.
7414
7415 Wed Feb  7 15:27:57 1996  Mike Stump  <mrs@cygnus.com>
7416
7417         * typeck.c (build_component_ref): Fix to handle anon unions in base
7418         classes as well.
7419
7420 Wed Feb  7 14:29:12 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7421
7422         * class.c (resolves_to_fixed_type_p): Delete code dealing with
7423         a WITH_CLEANUP_EXPR, since we don't generate them any more.
7424         * cvt.c (build_up_reference): Likewise.
7425         * decl.c (grok_reference_init): Likewise.
7426         (cp_finish_decl): Likewise.
7427         * error.c (dump_expr): Likewise.
7428         * tree.c (real_lvalue_p): Likewise.
7429         (lvalue_p): Likewise.
7430         (build_cplus_new): Likewise.
7431         (unsave_expr_now): Likewise.
7432         * typeck.c (unary_complex_lvalue, build_modify_expr,
7433         c_expand_return): Likewise.
7434
7435 Tue Feb  6 13:39:22 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7436
7437         Make the C++ front-end pay attention to attributes for structures.
7438         * class.c (finish_struct): New argument ATTRIBUTES, passed down into
7439         finish_struct_1.
7440         (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
7441         Take out old round_up_size use and setting the DECL_ALIGN possibly
7442         using it.  Take out setting of TYPE_ALIGN to round_up_size, which
7443         can override what the attribute set.
7444         * cp-tree.h (finish_struct): Update prototype.
7445         * parse.y (template_instantiate_once): Pass a NULL_TREE for the
7446         attributes to finish_struct.
7447         (structsp): For a CLASS decl, add maybe_attribute to rule and pass that
7448         value down into finish_struct.
7449         * Makefile.in (CONFLICTS): Switch to 7 shift/reduce conflicts.
7450
7451 Tue Feb  6 13:12:15 1996  Per Bothner  <bothner@kalessin.cygnus.com>
7452
7453         * decl.c (poplevel):  Re-word dead for local handling.
7454         (pushdecl):  Remove useless DECL_DEAD_FOR_LOCAL test.
7455         (cp_finish_decl):  If is_for_scope, check for duplicates so
7456         we can disable is_for_scope.  Otherwise, preserve_temp_slots.
7457
7458         * lex.c (do_identifier):  Use global binding in preference of
7459         dead for local variable.
7460
7461 Mon Feb  5 17:46:46 1996  Mike Stump  <mrs@cygnus.com>
7462
7463         * init.c (initializing_context): Handle anon union changes, the
7464         context where fields of anon unions can be initialized now has to be
7465         found by walking up the TYPE_CONTEXT chain.
7466
7467 Fri Feb  2 14:54:04 1996  Doug Evans  <dje@charmed.cygnus.com>
7468
7469         * decl.c (start_decl): #ifdef out code to set DECL_COMMON
7470         if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
7471         (obscure_complex_init): If bss is supported, always set
7472         DECL_INITIAL to error_mark_node.
7473
7474 Thu Feb  1 16:19:56 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7475
7476         * init.c (is_friend): Make sure there's a context before we see if
7477         it's an aggr type.
7478
7479 Thu Feb  1 15:44:53 1996  Mike Stump  <mrs@cygnus.com>
7480
7481         * init.c (is_friend): Classes are not friendly with nested classes.
7482
7483 Thu Feb  1 15:27:37 1996  Doug Evans  <dje@charmed.cygnus.com>
7484
7485         * lex.c (check_newline): Pass last character read to HANDLE_PRAGMA,
7486         and record its result.
7487
7488 Thu Feb  1 09:27:01 1996  Mike Stump  <mrs@cygnus.com>
7489
7490         * class.c (finish_struct_anon): Switch around code to not move anon
7491         union elements around, nor mess up their contexts, nor offsets,
7492         instead we now build up the right number of COMPONENT_REFs for all
7493         the anon unions that may be present at build_component_ref time.
7494         * typeck.c (lookup_anon_field): New routine to handle field lookup
7495         on fields without names.  We find them, based upon their unique type
7496         instead.
7497         * typeck.c (build_component_ref): Allow FIELD_DECL components.
7498         Handle finding components in anonymous unions, and ensure that a
7499         COMPONENT_REF is built for each level as necessary.
7500
7501 Tue Jan 30 18:18:23 1996  Mike Stump  <mrs@cygnus.com>
7502
7503         * cvt.c (build_up_reference): Make the INDIRECT_BIND case come after
7504         code that ensures that copy ctors are used if appropriate.
7505
7506 Tue Jan 30 17:35:14 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7507
7508         * init.c (build_vec_delete): Only give an error if base isn't an
7509         error_mark_node.
7510
7511 Mon Jan 29 17:09:06 1996  Mike Stump  <mrs@cygnus.com>
7512
7513         * spew.c (do_aggr): `new struct S;' isn't a forward declaration.
7514         (yylex): If we see `new', keep slurping.
7515
7516 Thu Jan 25 18:31:36 1996  Mike Stump  <mrs@cygnus.com>
7517
7518         * class.c (finish_struct_1): Move code for handling anon unions...
7519         (finish_struct_anon): to here.  Fixup so that we do the offset
7520         calculations right, and so that the fields are physically moved to
7521         the containers's chain.
7522
7523 Thu Jan 25 18:27:37 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7524
7525         * decl.c (grokdeclarator): Avoid trying to get an operand off an
7526         identifier node.
7527
7528 Wed Jan 24 11:25:30 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
7529
7530         * typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not
7531         POINTER_SIZE to agree with expr.c.
7532
7533 Thu Jan 25 13:01:23 1996  Mike Stump  <mrs@cygnus.com>
7534
7535         * search.c (lookup_field): Don't report ambiguities if protect is 0,
7536         instead return NULL_TREE.
7537
7538 Wed Jan 24 13:01:26 1996  Mike Stump  <mrs@cygnus.com>
7539
7540         * class.c (finish_struct_1): Call warn_hidden if we want warnings
7541         about overloaded virtual functions.
7542         (warn_hidden): New routine to warn of virtual functions that are
7543         hidden by other virtual functions, that are not overridden.
7544         (get_basefndecls): New routine, used by warn_hidden.
7545         (mark_overriders): New routine, used by warn_hidden.
7546         * search.c (get_matching_virtual): Remove old warning that just
7547         isn't very useful.
7548
7549 Tue Jan 23 12:26:10 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7550
7551         * decl.c (output_builtin_tdesc_entries): #if 0 the function definition.
7552
7553         * typeck.c (null_ptr_cst_p): Delete unused fn.
7554         (build_function_call_maybe): Delete unused fn.
7555
7556         * expr.c (extract_init): #if 0 the code after unconditional return 0
7557         for now.
7558
7559         Delete old cadillac code.
7560         * edsel.c: Remove file.
7561         * Make-lang.in (CXX_SRCS): Take edsel.c off the list.
7562         * Makefile.in (CXX_OBJS): Delete edsel.o.
7563         (edsel.o): Delete rule.
7564         * cp-tree.h (flag_cadillac): Delete var decl.
7565         * lang-options.h: Delete "-fcadillac" and "-fno-cadillac".
7566         * decl2.c (flag_cadillac): Delete var definition.
7567         (lang_decode_option): Delete handling of -fcadillac and -fno-cadillac.
7568         (grokfield): Delete code depending on flag_cadillac.
7569         (finish_anon_union): Likewise.
7570         * class.c (finish_struct_1): Likewise.
7571         (pushclass): Likewise.
7572         (popclass): Likewise.
7573         (push_lang_context): Likewise.
7574         (pop_lang_context): Likewise.
7575         * decl.c (init_decl_processing): Likewise.
7576         (start_decl): Likewise.
7577         (cp_finish_decl): Likewise.
7578         (xref_tag): Likewise.
7579         (finish_enum): Likewise.
7580         (start_function): Likewise.
7581         (finish_function): Likewise.
7582         (finish_stmt): Likewise.
7583         * lex.c (lang_init): Likewise.
7584         (check_newline): Likewise.
7585
7586         * lex.c (do_pending_inlines): Delete synthesized method kludge.
7587
7588         Delete defunct, ancient garbage collection implementation.
7589         * rtti.c: New file with the RTTI stuff from gc.c.
7590         * gc.c: Removed file (moved the remaining stuff into rtti.c).
7591         * Makefile.in (CXX_OBJS): Replace gc.o with rtti.o.
7592         (rtti.o): New rule, replacing gc.o.
7593         * Make-lang.in (CXX_SRCS): Replace gc.c with rtti.c.
7594         * cp-tree.h: Delete gc-related fn decls.
7595         (DECL_GC_OFFSET): Delete macro.
7596         (flag_gc): Delete extern decl.
7597         * decl.c (current_function_obstack_index): Delete var decl.
7598         (current_function_obstack_usage): Delete var decl.
7599         (start_function): Delete clearing of current_function_obstack_index
7600         and current_function_obstack_usage.
7601         (init_decl_processing): Delete code relying on -fgc.
7602         Delete call to init_gc_processing.
7603         (cp_finish_decl): Delete calls to build_static_gc_entry and
7604         type_needs_gc_entry.  Delete gc code setting DECL_GC_OFFSET.
7605         (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup
7606         and to expand_expr of a __gc_main call.
7607         (maybe_gc_cleanup): Delete var decl.
7608         (finish_function): Delete call to expand_gc_prologue_and_epilogue.
7609         * decl2.c (flag_gc): Delete var decl.
7610         (lang_f_options): Delete offering of -fgc.
7611         (lang_decode_option): Delete -fgc and -fno-gc handling.
7612         (get_temp_regvar): Delete gc code.
7613         * init.c (build_new): Delete gc code.
7614         * lex.c (init_lex): Delete checking of flag_gc.
7615
7616         * typeck.c (convert_arguments): Delete gc code.
7617         (build_component_addr): Delete -fgc warning.
7618         (build_modify_expr): Delete gc code.
7619
7620         * decl2.c (build_push_scope): Delete fn.
7621         * cp-tree.h (build_push_scope): Delete decl.
7622
7623         * search.c (clear_search_slots): Delete fn.
7624         * cp-tree.h (clear_search_slots): Delete decl.
7625
7626         * search.c (tree_needs_constructor_p): Delete fn.
7627         * cp-tree.h (tree_needs_constructor_p): Delete decl.
7628
7629         * tree.c (id_cmp): Delete fn.
7630
7631         * tree.c (set_fnaddr_from_vtable_entry): Delete fn.
7632         * cp-tree.h (set_fnaddr_from_vtable_entry): Delete decl.
7633
7634         * tree.c (decl_value_member): Delete fn.
7635         * cp-tree.h (decl_value_member): Delete decl.
7636
7637         * tree.c (list_hash_lookup_or_cons): Delete fn.
7638         * cp-tree.h (list_hash_lookup_or_cons): Delete decl.
7639
7640         * method.c (cplus_exception_name): Delete fn.
7641         (EXCEPTION_NAME_{PREFIX, LENGTH}): Delete macros.
7642
7643         * spew.c (shift_tokens): Delete fn.
7644
7645 Mon Jan 22 17:49:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
7646
7647         * except.c (init_exception_processing): Pass 1 to needs_pop in calls
7648         to cp_finish_decl.
7649         * parse.y: Likewise.
7650
7651 Mon Jan 22 17:34:29 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7652
7653         * tree.c (build_cplus_staticfn_type): Delete function definition;
7654         never used.
7655         * cp-tree.h (build_cplus_staticfn_type): Delete decl.
7656
7657         * tree.c (virtual_member): Delete function definition; never used.
7658         * cp-tree.h (virtual_member): Delete decl.
7659
7660 Fri Jan 19 18:03:14 1996  Mike Stump  <mrs@cygnus.com>
7661
7662         * typeck.c (build_component_ref): Handle getting vbase pointers
7663         out of complex multiple inheritance better.
7664
7665 Fri Jan 19 16:27:40 1996  Mike Stump  <mrs@cygnus.com>
7666
7667         * typeck.c (build_object_ref): Make sure we use the real type, not
7668         any reference type.
7669
7670 Fri Jan 19 16:01:47 1996  Mike Stump  <mrs@cygnus.com>
7671
7672         * tree.c (build_exception_variant): Don't create new types if we
7673         don't have to, also build new types on the right obstack.
7674
7675 Fri Jan 19 14:09:44 1996  Jason Merrill  <jason@yorick.cygnus.com>
7676
7677         * decl.c (store_bindings): Split out from push_to_top_level.
7678         (push_to_top_level): Call it for b->type_shadowed on class binding
7679         levels.
7680
7681 Fri Jan 19 13:53:14 1996  Mike Stump  <mrs@cygnus.com>
7682
7683         * search.c (expand_upcast_fixups): Fix so that offsets stored in
7684         vbase_offsets are always right.  Fixes a problem where virtual base
7685         upcasting and downcasting could be wrong during conversions on this
7686         during virtual function dispatch at ctor/dtor time when dynamic
7687         vtable fixups for deltas are needed.  This only sounds easier than
7688         it is.  :-)
7689         (fixup_virtual_upcast_offsets): Change to reflect new calling
7690         convention for expand_upcast_fixups.
7691
7692 Fri Jan 19 12:23:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7693
7694         * decl2.c (grokbitfield): Strip the NOPs from WIDTH before we
7695         check that it's usable as the bitfield width.
7696
7697 Wed Jan 17 21:22:40 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7698
7699         * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
7700         Pass a null tree to grokdeclarator for its ATTRLIST arg, since it's
7701         only ever used for functions in it.
7702
7703 Wed Jan 17 12:10:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
7704
7705         * parse.y (qualified_type_name): Use the TYPE_DECL, not the type.
7706         (nested_type): Likewise.
7707         (nested_name_specifier): Use lastiddecl.
7708
7709         * decl.c (grokdeclarator): Adjust accordingly.
7710         * init.c (expand_member_init): Likewise.
7711         * parse.y (base_class): Likewise.
7712         * typeck2.c (build_functional_cast): Likewise.
7713
7714         * typeck2.c (build_functional_cast): Fill in name after we've
7715         checked for non-aggr type.
7716
7717 Wed Jan 17 10:18:01 1996  Mike Stump  <mrs@cygnus.com>
7718
7719         * decl2.c (warn_pointer_arith): Default to on.
7720
7721 Tue Jan 16 12:45:38 1996  Jason Merrill  <jason@yorick.cygnus.com>
7722
7723         * lex.c (is_rid): New function.
7724         * decl.c (grokdeclarator): Diagnose reserved words used as
7725         declarator-ids.
7726
7727 Tue Jan 16 11:39:40 1996  Jason Merrill  <jason@yorick.cygnus.com>
7728
7729         * tree.c (get_decl_list): Don't lose cv-quals.
7730
7731         * decl.c (grokdeclarator): Fix SCOPE_REF handling and diagnose
7732         typespecs used as declarator-ids.
7733
7734 Tue Jan 16 11:09:42 1996  Mike Stump  <mrs@cygnus.com>
7735
7736         * decl.c (poplevel): When poping a level, don't give a warning for
7737         any subblocks that already exist.
7738
7739 Tue Jan 16 00:25:33 1996  Jason Merrill  <jason@yorick.cygnus.com>
7740
7741         * typeck.c (build_object_ref): Finish what I started.
7742
7743         * parse.y (qualified_type_name): Don't check TYPE_BUILT_IN.
7744
7745         * decl2.c (constructor_name_full): Handle TEMPLATE_TYPE_PARMs.
7746
7747         * decl.c (grokdeclarator): Also accept TEMPLATE_TYPE_PARM as a
7748         scope.
7749
7750 Mon Jan 15 16:19:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
7751
7752         * decl.c (xref_tag): Handle passing a type in directly.
7753
7754         * parse.y (qualified_type_name): Pull out the type.
7755         (nested_type): Likewise.
7756         Take types directly instead of as identifiers.
7757         * call.c (build_scoped_method_call): Take types directly instead of
7758         as identifiers.
7759         * decl.c (xref_basetypes): Likewise.
7760         * init.c (expand_member_init): Likewise.
7761         (build_member_call): Likewise.
7762         (build_offset_ref): Likewise.
7763         * typeck2.c (build_scoped_ref): Likewise, remove bogus code.
7764         * method.c (do_build_assign_ref): Likewise.
7765         * decl.c (grokdeclarator): Handle a type appearing as the
7766         declarator-id for constructors.
7767         * method.c (do_build_copy_constructor): current_base_init_list now
7768         uses the types directly, not their names.
7769         * init.c (sort_base_init): Likewise.
7770         (expand_member_init): Likewise.
7771         * init.c (is_aggr_type): New function, like is_aggr_typedef.
7772
7773 Mon Jan 15 08:45:01 1996  Jeffrey A Law  <law@cygnus.com>
7774
7775         * tree.c (layout_basetypes): Call build_lang_field_decl instead
7776         of build_lang_decl if first arg is a FIELD_DECL.
7777
7778 Thu Jan 11 14:55:07 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7779
7780         * decl.c (cp_finish_decl): Only clear TREE_USED if DECL_NAME is
7781         non-empty.
7782         * except.c (expand_start_catch_block): Set TREE_USED to avoid
7783         warnings about the catch handler.
7784
7785 Mon Jan  8 17:35:12 1996  Jason Merrill  <jason@yorick.cygnus.com>
7786
7787         * typeck.c (build_modify_expr): Use a COMPOUND_EXPR instead of
7788         expand_target_expr.
7789
7790 Thu Jan  4 12:30:32 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7791
7792         Fix access control to use trees rather than integers.
7793         * class.c (access_{default, public, protected, private,
7794         default_virtual, public_virtual, private_virtual}_node): Add
7795         definitions.
7796         (init_class_processing): Do creation of those nodes.
7797         * cp-tree.h (access_type): Delete enum decl.
7798         (access_{default, public, protected, private, default_virtual,
7799         public_virtual, private_virtual}_node): Add decls.
7800         (compute_access): Change return type.
7801         * search.c (compute_access): Have tree return type, instead of enum.
7802         (lookup_field): Declare THIS_V and NEW_V to be tree nodes.
7803         * lex.c (real_yylex): Use yylval.ttype for giving the value of the
7804         access_* node for each of RID_{PUBLIC, PRIVATE, PROTECTED}.
7805         * parse.y (VISSPEC): Make ttype rather than itype.
7806         (base_class_access_list): Likewise.
7807         * *.[cy]: Change all refs of `access_public' to `access_public_node',
7808         etc.
7809         * call.c (build_method_call): Make ACCESS be a tree.
7810         * class.c (alter_access, finish_struct_1, filter_struct): Likewise.
7811         * cvt.c (convert_to_aggr): Likewise.
7812         * init.c (build_offset_ref, resolve_offset_ref, build_delete):
7813         Likewise.
7814         * method.c (hack_identifier): Likewise.
7815         * typeck.c (build_component_ref_1, build_component_ref): ): Likewise.
7816
7817 Thu Jan  4 11:02:20 1996  Mike Stump  <mrs@cygnus.com>
7818
7819         * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
7820         frontend, and make it more consistent with respect to
7821         warn_pointer_arith.
7822
7823 Tue Jan  2 00:13:38 1996  Rusty Russell  <rusty@adelaide.maptek.com.au>
7824
7825         * decl.c (pushdecl): Check for duplicate parameter names.
7826
7827 Wed Jan  3 09:25:48 1996  Mike Stump  <mrs@cygnus.com>
7828
7829         * decl.c (expand_static_init): Call assemble_external for atexit.
7830
7831 Wed Jan  3 07:55:19 1996  Mike Stump  <mrs@cygnus.com>
7832
7833         * except.c (do_unwind): Remove some generated dead code.
7834         (eh_outer_context): New routine, factor out some common code from
7835         expand_builtin_throw and end_eh_unwinder.  Add code to do return
7836         address masking for the PA.
7837         (expand_builtin_throw): Use eh_outer_context instead of open coding
7838         it here.
7839         (end_eh_unwinder): Likewise.
7840
7841 Tue Jan  2 17:00:56 1996  Mike Stump  <mrs@cygnus.com>
7842
7843         * except.c (expand_throw): Call assemble_external for __empty, if we
7844         use it.
7845
7846 Thu Dec 28 11:13:15 1995  Mike Stump  <mrs@cygnus.com>
7847
7848         * except.c (expand_builtin_throw): Use RETURN_ADDR_OFFSET instead of
7849         NORMAL_RETURN_ADDR_OFFSET.
7850         (end_eh_unwinder): Likewise.
7851
7852 Wed Dec 27 22:18:16 1995  Mike Stump  <mrs@cygnus.com>
7853
7854         * gc.c (build_dynamic_cast): Make sure we don't cast away const
7855         when dealing with references, and make sure we handle dynamic
7856         casting to a cv qualified reference.
7857
7858 Thu Dec 21 23:50:35 1995  Mike Stump  <mrs@cygnus.com>
7859
7860         * except.c (struct eh_context): New structure top hold eh context
7861         information.
7862         (push_eh_context): New routine.
7863         (pop_eh_context): Likewise.
7864         * decl.c (push_cp_function_context): Use them.
7865         (pop_cp_function_context): Likewise.
7866
7867 Wed Dec 20 12:42:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
7868
7869         * decl2.c (finish_file): Also prune uninteresting functions in the
7870         inline emission loop.
7871
7872 Wed Dec 20 02:32:07 1995  Jeffrey A Law  <law@cygnus.com>
7873
7874         * sig.c (build_signature_table_constructor): Mark functions
7875         in the signature as referenced.
7876
7877 Tue Dec 19 22:36:56 1995  Jason Merrill  <jason@yorick.cygnus.com>
7878
7879         * decl2.c (finish_file): Do all the vtable/synthesis stuff before
7880         the inline emission stuff.
7881
7882 Mon Dec 18 15:51:33 1995  Jason Merrill  <jason@yorick.cygnus.com>
7883
7884         * cp-tree.h, decl2.c (flag_weak): New flag to control the use of
7885         weak symbols.   
7886         * lang-options.h: Add -f{no-,}weak.
7887         * decl.c (init_decl_processing): If the target does not support weak
7888         symbols, don't use them.
7889         * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
7890
7891 Sun Dec 17 21:13:23 1995  Rusty Russell  <rusty@adelaide.maptek.com.au>
7892
7893         * init.c (expand_member_init): warning for base init after members.
7894
7895 Fri Dec 15 15:32:18 1995  Jason Merrill  <jason@yorick.cygnus.com>
7896
7897         * cvt.c (build_expr_type_conversion): Don't convert to a reference
7898         type.
7899
7900 Thu Dec 14 16:05:58 1995  Mike Stump  <mrs@cygnus.com>
7901
7902         * method.c (report_type_mismatch): Improve wording for volatile
7903         mismatches.
7904
7905 Thu Dec 14 14:16:26 1995  Mike Stump  <mrs@cygnus.com>
7906
7907         * init.c (expand_aggr_init_1): Use expand_aggr_init_1 instead of
7908         expand_assignment, as the later doesn't handle things that have
7909         copy constructors well.  The compiler would do bitwise copying,
7910         instead of ctor calling in some cases.
7911
7912 Wed Dec 13 17:05:54 PST 1995  Paul Eggert  <eggert@twinsun.com>
7913
7914         * g++.c (my_strerror): Return "cannot access" if errno is 0.
7915         (pfatal_with_name, perror_exec): Don't assume that
7916         the returned value from my_strerror contains no '%'s.
7917         (concat): Remove.
7918         (sys_nerror): Declare only if HAVE_STRERROR is not defined.
7919
7920 Wed Dec 13 16:22:38 1995  Jason Merrill  <jason@yorick.cygnus.com>
7921
7922         Lose CLASSTYPE_METHODS/DECL_NEXT_METHOD chain; make
7923         TYPE_METHODS/TREE_CHAIN mean what they used to. 
7924         * decl2.c (constructor_name_full): Refer to CLASSTYPE_METHOD_VEC
7925         instead of TYPE_METHODS.
7926         * decl.c (duplicate_decls): Lose references to DECL_NEXT_METHOD.
7927         * tree.c (tree_copy_lang_decl_for_deferred_output): Likewise.
7928         * cp-tree.h (CLASSTYPE_METHODS): Lose.
7929         (CLASSTYPE_METHOD_VEC): Point to lang_spec->methods instead of
7930         TYPE_METHODS.
7931         (struct lang_decl): Lose next_method field.
7932         (DECL_NEXT_METHOD): Lose.
7933         * class.c (finish_struct_methods): Don't mess with TYPE_METHODS.
7934         (finish_struct): Just use TYPE_METHODS; we don't need fn_fields
7935         anymore.
7936         (finish_struct_methods): Don't mess with the TREE_CHAINs in
7937         fn_fields.
7938
7939         * search.c (add_conversions): Don't use TREE_CHAIN to traverse method
7940         vector.
7941
7942         * call.c (build_method_call): Synthesize here even when not inlining.
7943         * typeck.c (build_function_call_real): Likewise.
7944
7945 Wed Dec 13 15:02:39 1995  Ian Lance Taylor  <ian@cygnus.com>
7946
7947         * cp/lex.c (check_newline): If DBX_DEBUGGING_INFO and write_symbols
7948         == DBX_DEBUG, call dbxout_start_new_source_file and
7949         dbxout_resume_previous_source_file when appropriate.
7950
7951 Tue Dec 12 20:38:55 1995  Mike Stump  <mrs@cygnus.com>
7952
7953         * except.c (start_anon_func): Push to the top level.
7954         (end_anon_func): Pop from the top level.
7955
7956 Mon Dec 11 18:56:14 1995  Mike Stump  <mrs@cygnus.com>
7957
7958         * cp-tree.h (build_cleanup): New routine to build cleanups.
7959         * decl.c (expand_static_init): Use build_cleanup to build a cleanup
7960         call at ctor time and use atexit to run it later.
7961         * decl2.c (build_cleanup): New routine, taken from finish_file.
7962         (finish_file): Use build_cleanup instead, and don't put function
7963         local statics in global dtor list.
7964         
7965 Wed Dec  6 14:34:29 1995  Mike Stump  <mrs@cygnus.com>
7966
7967         * except.c (expand_throw): Ensure that we have cleanups, if we try
7968         and expand cleanups.
7969
7970 Wed Dec  6 11:48:21 1995  Mike Stump  <mrs@cygnus.com>
7971
7972         * except.c (expand_throw): Add logic to manage dynamic cleanups for
7973         the EH object.
7974         (expand_end_catch_block): Use the magic of expand_goto, instead of
7975         emit_jump so that we get the cleanup for any catch clause parameter
7976         and the cleanup for the exception object.  Update to reflect label
7977         changes.
7978         (push_eh_cleanup): New routine to register a cleanup for an
7979         exception object.
7980         (empty_fndecl): Used to default cleanup actions to
7981         nothing.
7982         (init_exception_processing): Setup empty_fndecl.  Setup
7983         saved_cleanup.
7984         (expand_start_catch_block): Update to reflect label changes.  Call
7985         push_eh_object to register the cleanup for the EH object.
7986         (start_anon_func): New routine to start building lambda expressions
7987         from trees.
7988         (end_anon_func): New routine to end them.
7989         (struct labelNode): Change so that we can use tree labels, or rtx
7990         labels.
7991         (saved_cleanup): Object to check for dynamic cleanups for the
7992         exception handling object.
7993         (push_label_entry): Change so that we can use tree labels, or rtx
7994         labels.
7995         (pop_label_entry): Likewise.
7996         (top_label_entry): Likewise.
7997         (expand_start_all_catch): Use tree label instead of rtx label, so
7998         that we can get the magic of expand_goto.
7999         (expand_end_all_catch): Update to reflect label changes.
8000
8001         * class.c (build_vfn_ref): Remove building_cleanup logic, as we now
8002         use UNSAVE_EXPRs.
8003         typeck.c (get_member_function_from_ptrfunc): Remove remnants of
8004         building_cleanup logic, as we now use UNSAVE_EXPRs.
8005         * cp-tree.h (unsave_expr): Declare it.
8006         * decl.c (building_cleanup): Remove.
8007         (maybe_build_cleanup): Remove building_cleanup logic, and use
8008         UNSAVE_EXPR instead.
8009
8010 Sun Dec  3 01:34:58 1995  Mike Stump  <mrs@cygnus.com>
8011
8012         * gc.c (build_t_desc): Update error message to say <typeinfo>.
8013
8014 Thu Nov 30 12:30:05 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8015
8016         * decl.c (pushdecl): Only warn about shadowing a local variable if
8017         warn_shadow is true.
8018
8019 Sun Nov 26 16:06:55 1995  Rusty Russell  <rusty@adelaide.maptek.com.au>
8020
8021         * typeck.c (build_binary_op_nodefault): Added warning about
8022         comparisons between different enum types with -Wall, unless
8023         -fenum-int-equiv set.
8024
8025 Wed Nov 22 15:44:02 1995  Mike Stump  <mrs@cygnus.com>
8026
8027         * class.c (finish_struct_1): Skip down to the inner type in
8028         multidimensional arrays.  Ensures ctors will be made for types that
8029         need constructing.
8030
8031 Wed Nov 22 14:19:22 1995  Mike Stump  <mrs@cygnus.com>
8032
8033         * decl.c (last_dtor_insn): New to track the last compiler generated
8034         insn in a dtor.
8035         (store_parm_decls): Set it.
8036         (finish_function): Use it to see if the dtor is empty.  Avoid doing
8037         vtable setup all the time, if we can.
8038         (struct cp_function): Add last_dtor_insn.
8039         (push_cp_function_context): Save it.
8040         (pop_cp_function_context): Restore it.
8041
8042 Wed Nov 22 11:52:19 1995  Paul Russell  <Rusty.Russell@adelaide.maptek.com.au>
8043
8044         * typeck.c (build_unary_op): Set TREE_NO_UNUSED_WARNING to avoid
8045         warnings.
8046
8047 Tue Nov 21 17:15:23 1995  Mike Stump  <mrs@cygnus.com>
8048
8049         * typeck.c (expand_target_expr): Make sure targets get put into the
8050         current temp_slot_level, so that the free_temp_slots call will reuse
8051         them.
8052
8053 Tue Nov 21 13:32:03 1995  Mike Stump  <mrs@cygnus.com>
8054
8055         * class.c (finish_struct_1): Delay delta fixups for virtual bases
8056         until after we have done the hard virtuals, to avoid a bogus `every
8057         virtual function must have a unique final overrider' for virtual
8058         functions that are only overridden by hard virtuals.
8059
8060 Thu Nov  9 13:35:30 1995  Jason Merrill  <jason@yorick.cygnus.com>
8061
8062         * pt.c (do_function_instantiation): Don't try to find a file-scope
8063         template for a member function.
8064
8065 Tue Nov 14 06:20:35 1995  Mike Stump  <mrs@cygnus.com>
8066
8067         * g++.c (main): Add handling of -nodefaultlibs.
8068
8069 Mon Nov 13 15:45:34 1995  Mike Stump  <mrs@cygnus.com>
8070
8071         * cp-tree.h (INDIRECT_BIND): Add a way for the frontend to
8072         distinguish between direct bindings of reference variables, and
8073         indirect bindings of reference variables.
8074         * cvt.c (build_up_reference): Use it.
8075         * typeck.c (convert_arguments): Use it to indicate this is an
8076         indirect binding.
8077         * decl.c (cp_finish_decl): Ensure that we reuse stack slots as fast
8078         as they are unused.
8079         (expand_static_init): Likewise.
8080         (cplus_expand_expr_stmt): Likewise.
8081         * decl2.c (finish_file): Likewise.
8082         * init.c (perform_member_init): Likewise.
8083         (emit_base_init): Likewise.
8084         (expand_aggr_vbase_init_1): Likewise.
8085
8086 Fri Nov 10 09:18:09 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8087
8088         * decl.c (push_namespace): Rewrite to use build_lang_decl, so we
8089         get a DECL_LANG_SPECIFIC node.
8090         * cp-tree.h (lang_decl_flags): Add new member `level'.
8091         (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
8092         decl_flags level member.
8093
8094 Mon Nov  6 18:36:13 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8095
8096         * call.c (build_method_call): Make sure instance has a
8097         TYPE_LANG_SPECIFIC node before we dive into it.  
8098
8099 Sat Nov  4 20:01:52 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
8100
8101         * method.c (make_thunk): use TREE_SET_CODE to set thunk's tree code.
8102
8103 Thu Nov  2 17:56:57 1995  Mike Stump  <mrs@cygnus.com>
8104
8105         * decl.c (duplicate_decls): When smashing decls, smash staticness in
8106         the usual way.
8107
8108 Thu Nov  2 16:44:02 1995  Mike Stump  <mrs@cygnus.com>
8109
8110         * decl.c (poplevel): Handle the merging of subblocks of cleanups
8111         when finishing blocks that have already been created (usually due to
8112         the fixup goto code).  Fixes bad debugging information.
8113
8114 Wed Nov  1 12:33:53 1995  Jason Merrill  <jason@yorick.cygnus.com>
8115
8116         * method.c (hack_identifier): Don't abort when we get a TREE_LIST
8117         that's not a list of overloaded functions.
8118
8119 Wed Nov  1 11:38:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8120
8121         * decl2.c (mark_vtable_entries): Check DECL_LANG_SPECIFIC on fn
8122         before trying to use DECL_ABSTRACT_VIRTUAL_P.
8123
8124 Tue Oct 31 11:56:55 1995  Jason Merrill  <jason@yorick.cygnus.com>
8125
8126         * decl2.c (mark_used): New function for hooking into setting of
8127         TREE_USED on decls.
8128         * call.c (build_method_call): Use it.
8129         * class.c (instantiate_type): Likewise.
8130         * init.c (build_offset_ref): Likewise.  Don't call assemble_external
8131         for all like-named functions.
8132         * method.c (hack_identifier): Likewise.
8133         (emit_thunk): Don't call assemble_external.
8134         (make_thunk): Create thunk as a FUNCTION_DECL so that it
8135         gets the right mode and ENCODE_SECTION_INFO works.
8136         
8137         * parse.y: Use mark_used.  Pass operator names to do_identifier.
8138         * lex.c (do_identifier): Handle operator names.
8139
8140         * decl2.c (grokclassfn): Tweak __in_chrg attributes.
8141
8142 Thu Oct 26 16:45:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8143
8144         * errfn.c: Include stdio.h.
8145         (cp_sprintf): Take out decl of sprintf, and cast sprintf to errorfn*.
8146
8147 Wed Oct 25 18:58:41 1995  Mike Stump  <mrs@cygnus.com>
8148
8149         * typeck2.c (digest_init): Always convert initializers to the
8150         right type.
8151
8152 Wed Oct 25 13:25:24 1995  Mike Stump  <mrs@cygnus.com>
8153
8154         * init.c (member_init_ok_or_else): Don't allow member initializers
8155         for indirect members, as it is invalid.
8156
8157 Wed Oct 25 11:35:28 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8158
8159         * decl.c (grokdeclarator): Don't allow `friend signed ()'.
8160
8161 Fri Oct 20 10:30:59 1995  Mike Stump  <mrs@cygnus.com>
8162
8163         * parse.y (for.init.statement): Catch compound statements inside for
8164         initializations, if we're being pedantic.
8165
8166 Fri Oct 20 10:03:42 1995  Mike Stump  <mrs@cygnus.com>
8167
8168         * decl.c (lookup_tag): Return NULL_TREE if we don't find what we are
8169         looking for.
8170
8171 Thu Oct 19 14:26:10 1995  Mike Stump  <mrs@cygnus.com>
8172
8173         * error.c (dump_expr): Don't core dump when a boolean expression is
8174         used as a default argument.
8175
8176 Thu Oct 19 10:36:30 1995  Jason Merrill  <jason@yorick.cygnus.com>
8177
8178         * class.c (finish_struct_bits): Check aggregate_value_p instead of
8179         RETURN_IN_MEMORY.
8180
8181 Wed Oct 18 18:12:32 1995  Jason Merrill  <jason@yorick.cygnus.com>
8182
8183         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE on a
8184         BLKmode type that would otherwise be returned in registers.
8185
8186 Mon Oct 16 12:32:19 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8187
8188         * g++.c (WITHLIBC): New macro.
8189         (main): Declare saw_libc.  Use WITHLIBC if `-lc' was used; set
8190         saw_libc and pass it at the end if it was set.
8191
8192 Wed Oct 11 16:30:34 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8193
8194         * parse.y (fn.def1): Call split_specs_attrs in
8195         declmods notype_declarator case.
8196 \f
8197 Use a consistent time stamp format in ChangeLog entries.
8198 Not everyone has Emacs 20 yet, so stick with Emacs 19 format for now.
8199
8200 Local Variables:
8201 add-log-time-format: current-time-string
8202 End: