]> gcc.gnu.org Git - gcc.git/blob - gcc/cp/ChangeLog
cp-tree.h (finish_static_data_member_decl): New function.
[gcc.git] / gcc / cp / ChangeLog
1 1999-04-19 Mark Mitchell <mark@codesourcery.com>
2
3 * cp-tree.h (finish_static_data_member_decl): New function.
4 * decl2.c (finish_static_data_member_decl): Split out from ...
5 (grokfield): Here.
6 * pt.c (instantiate_class_template): Use it here instead of
7 trying to fake it.
8 (tsubst_decl): Don't set DECL_ASSEMBLER_NAME;
9 finish_static_data_member_decl will do that. Explicit set
10 DECL_EXTERNAL to match non-template processing.
11
12 1999-04-18 Mark Mitchell <mark@codesourcery.com>
13
14 * cp-tree.h (finish_class_definition): Add parameter.
15 * parse.y (structsp): Use it. Don't call pop_scope here.
16 * parse.c: Regenerated.
17 * semantics.c (finish_class_definition): Pop it here.
18
19 1999-04-17 Mark Mitchell <mark@codesourcery.com>
20
21 * decl.c (xref_tag): Revise handling of nested template
22 declarations.
23 * pt.c (check_explicit_specialization): Tweak handling of friend
24 templates in template classes.
25 (tsubst_friend_class): Handle friend declarations for nested
26 member template classes.
27
28 1999-04-16 Mark Mitchell <mark@codesourcery.com>
29
30 * class.c (finish_struct): Remove unused variable.
31 (pushclass): Likewise.
32 (invalidate_class_lookup_cache): Likewise.
33 * cp-tree.def (TYPENAME_TYPE): Improve documentation.
34 * decl.c (build_typename_type): Make sure TYPENAME_TYPE_FULLNAME
35 doesn't get obliterated.
36 (make_typename_type): Handle template classes correctly.
37
38 * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.
39 (storetags): Declare.
40 * class.c (finish_struct): Don't use TREE_NONLOCAL_FLAG.
41 (pushclass): Likewise. Use storetags to install tag declarations,
42 not pushtag.
43 (invalidate_class_lookup_cache): Don't use TREE_NONLOCAL_FLAG.
44 * decl.c (storetags): Make it global.
45 (push_class_binding): Set INHERITED_VALUE_BINDING_P for an
46 implicit typename declaration.
47 (pushtag): Tidy. Don't use TREE_NONLOCAL_FLAG.
48 * method.c (hack_identifier): Likewise.
49 * search.c (lookup_member): Likewise.
50
51 * decl.c (warn_about_implicit_typename_lookup): New function.
52 (lookup_name_real): Use it. Rework handling of implicit typename
53 extension.
54
55 1999-04-15 Mark Mitchell <mark@codesourcery.com>
56
57 * cp-tree.h (lookup_nested_field): Remove.
58 * class.c (push_nested_class): Handle UNION_TYPEs.
59 (pop_nested_class): Likewise.
60 * decl.c (lookup_name_real): Don't call lookup_nested_field.
61 (start_decl): Use push_nested_class, not just pushclass.
62 (cp_finish_decl): Use pop_nested_class, not just popclass.
63 * search.c (lookup_nested_field): Remove.
64
65 * cp-tree.h (lang_type): Add documentation.
66 * decl2.c (handle_class_head): Create template declarations here,
67 as appropriate.
68 * parse.y (class_head): Return whether or not we entered a new
69 scope, as well as the type named.
70 (named_class_head): Likewise.
71 (named_complex_class_head_sans_basetype): Likewise.
72 (structsp): Adjust accordingly. Pop scope when required.
73 * parse.c: Regenerated.
74 * pt.c (check_default_tmpl_args): Robustify.
75 (redeclare_class_template): Likewise.
76 (instantiate_class_template): An instantiation of an
77 anonymous union is itself an anonymous union.
78 * semantics.c (begin_class_definition): Don't create template
79 declarations here.
80
81 1999-04-15 Jason Merrill <jason@yorick.cygnus.com>
82
83 * parse.y (after_type_declarator_intern): New nonterminal.
84 (after_type_declarator): Use it.
85 (direct_after_type_declarator): Likewise. Move above
86 nonnested_type to fix reduce/reduce conflict resolution.
87 (declmods): Reducing from just 'attributes' has EMPTY precedence.
88 * Makefile.in (CONFLICTS): Update.
89
90 * decl.c (define_label): Downgrade error for jumping over a
91 non-POD decl to pedwarn.
92
93 1999-04-14 Mark Mitchell <mark@codesourcery.com>
94
95 * cp-tree.h (popclass): Change declaration.
96 (pop_nested_class): Likewise.
97 (poplevel_class): Remove declaration.
98 * call.c (convert_default_argument): Pass no arguments to
99 popclass.
100 * class.c (finish_struct_1): Likewise.
101 (finish_struct): Likewise.
102 (popclass): Remove argument. Simplify code accordingly.
103 (pop_nested_class): Likewise.
104 * decl.c (poplevel_class): Declare it here, and make it static.
105 (poplevel): Handle class scopes.
106 (poplevel_class): Don't take an rgument. Simplify.
107 (pop_everything): Pass no arguments to pop_nested_class.
108 (cp_finish_decl): Pass no arguments to popclass.
109 (grokdeclarator): Pass no arguments to pop_nested_class.
110 (finish_function): Likewise.
111 * decl2.c (grokfield): Likewise.
112 (pop_scope): Pass no arguments to popclass.
113 * lex.c (do_pending_defargs): Pass no arguments to pop_nested_class.
114 * pt.c (instantiate_class_template): Move call to pushclass, and
115 document. Pass no arguments to popclass.
116 (regenerate_decl_from_template): Likewise.
117
118 1999-04-14 Jason Merrill <jason@yorick.cygnus.com>
119
120 * typeck.c (build_unary_op): Handle taking the address of a unique
121 bound non-static member function.
122
123 1999-04-13 Martin von Loewis <loewis@informatik.hu-berlin.de>
124
125 * lang-options.h (-Wdeprecated): New flag.
126 * decl2.c (warn_deprecated): New flag.
127 (lang_decode_option): Deprecated this-is-variable,
128 external-templates, alt-external-templates.
129 Support -Wdeprecated.
130 * errfn.c (cp_deprecated): New function.
131
132 1999-04-13 Jason Merrill <jason@yorick.cygnus.com>
133
134 * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME instead
135 of the decls themselves.
136
137 * pt.c (tsubst_function_type): Copy attributes over.
138
139 * tree.c (cp_valid_lang_attribute): New fn. Handle init_priority
140 and com_interface.
141 * cp-tree.h: Add prototype.
142 * decl.c (init_decl_processing): Set valid_lang_attribute.
143
144 1999-04-13 Mark Mitchell <mark@codesourcery.com>
145
146 * class.c (finish_struct_1): Look at the const-ness of the field's
147 type, not the TREE_READONLY-ness of the declaration.
148 * method.c (synthesize_method): Likewise.
149 * pt.c (tsubst_decl): Call c_apply_type_quals_to_decl when
150 creating new declarations.
151
152 1999-04-13 Mike Stump <mrs@wrs.com>
153
154 * decl2.c (import_export_decl): Because vtables always reference
155 virtual functions, even if they are inlined, don't allow
156 -fno-implement-inlines to not emit them, instead, emit them with
157 the vtable.
158 * decl.c (start_function): Likewise.
159
160 1999-04-12 Jason Merrill <jason@yorick.cygnus.com>
161
162 * cp-tree.h (struct lang_type): Add com_interface.
163 (CLASSTYPE_COM_INTERFACE): New macro.
164 * class.c (set_rtti_entry): COM interface classes have no RTTI
165 entries in their vtables; adjust.
166 (add_virtual_function, finish_base_struct, skip_rtti_stuff,
167 modify_one_vtable, fixup_vtable_deltas1, override_one_vtable,
168 finish_struct_1): Likewise.
169 * decl2.c (mark_vtable_entries): Likewise.
170 * rtti.c (build_headof, get_tinfo_fn_dynamic): Likewise.
171 * search.c (get_abstract_virtuals_1, get_abstract_virtuals,
172 expand_upcast_fixups): Likewise.
173 * tree.c (debug_binfo): Likewise.
174
175 * cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
176 * typeck.c (comptypes): If we get it, ignore attributes.
177 * class.c (instantiate_type): Use BASELINK_P. Change complain
178 parameter to flags; 2 means ignore attributes.
179 * call.c (build_op_delete_call): Pass it.
180
181 * decl.c (xref_tag): Only complain once about using a typedef-name
182 with 'struct'. Downgrade to pedwarn.
183
184 * decl.c (grokdeclarator): Allow [] syntax for zero-length array.
185
186 * parse.y (absdcl_intern): New nonterminal.
187 (absdcl, direct_abstract_declarator): Use it.
188
189 * pt.c (lookup_template_class): Look through implict typename.
190
191 1999-04-11 Mark Mitchell <mark@codesourcery.com>
192
193 * friend.c (add_friend): Deal gracefully with error_mark_node.
194 * method.c (build_overload_value): Handle pointers-to-members as
195 template parameters.
196
197 * decl.c (push_binding): Fix typo in comment.
198
199 1999-04-10 Mark Mitchell <mark@codesourcery.com>
200
201 * error.c (dump_type_real): If a typename is a template-id, put
202 out the template arguments.
203 (dump_expr): Handle TEMPLATE_ID_EXPR.
204 * pt.c (lookup_template_class): Now that full arguments are
205 available everywhere, remove code that tried to guess them.
206
207 1999-04-09 Mark Mitchell <mark@codesourcery.com>
208
209 * decl.c (make_typename_type): Complain if we don't find a type
210 when trying to make a typename type for a non-template type.
211
212 1999-04-09 Jason Merrill <jason@yorick.cygnus.com>
213
214 * decl.c (start_decl): Pass attributes to grokdeclarator.
215 (grokdeclarator): Handle attributes on constructor-syntax
216 initializers.
217
218 1999-04-08 Mark Mitchell <mark@codesourcery.com>
219
220 * error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands
221 don't have types.
222
223 * search.c (template_self_reference_p): Tweak.
224
225 1999-04-07 Mark Mitchell <mark@codesourcery.com>
226
227 * init.c (build_offset_ref): Don't build yet another weird data
228 structure to describe overloaded functions.
229
230 1999-04-06 Mark Mitchell <mark@codesourcery.com>
231
232 * cp-tree.h (BASELINK_P): New macro.
233 (SET_BASELINK_P): Likewise.
234 * init.c (build_member_call): Remove needless assignment in if
235 statement.
236 * search.c (lookup_field_r): Fix handling when we are looking
237 specifically for a type; these are not hidden by functions and
238 variables.
239 (lookup_member): Use SET_BASELINK_P.
240 * tree.c (is_overloaded_fn): Use BASELINK_P.
241 (really_overloaed_fn): Likewise.
242 (get_first_fn): Likewise.
243
244 1999-04-05 Mark Mitchell <mark@codesourcery.com>
245
246 * decl.c (lookup_name_current_level): Tweak, and improve
247 documentation.
248
249 * class.c (maybe_fixup_vptrs): Remove declaration.
250 (build_class_init_list): Likewise.
251 * decl.c (pushdecl_class_level): Call check_template_shadow here
252 ...
253 (push_class_level_binding): ... not here.
254 * search.c (dfs_push_type_decls): Only avoid
255 template-self-reference TYPE_DECLs if they are from base classes.
256
257 1999-04-04 Mark Mitchell <mark@codesourcery.com>
258
259 * pt.c (check_template_shadow): Don't treat OVERLOADs as _DECL
260 nodes. Tidy.
261
262 1999-04-03 Jason Merrill <jason@yorick.cygnus.com>
263
264 * class.c (maybe_fixup_vptrs, build_class_init_list): Lose.
265 (finish_struct_1): Don't call build_class_init_list.
266
267 1999-04-02 Mark Mitchell <mark@codesourcery.com>
268
269 * tinfo.h (__class_type_info): Fix illegal declaration.
270
271 * cp-tree.def (TEMPLATE_ID_EXPR): Update comment.
272 * cp-tree.h (INHERITED_VALUE_BINDING_P): New macro.
273 (IDENTIFIER_CLASS_VALUE): Improve documentation.
274 (is_properly_derived_from): Declare.
275 (invalidate_class_lookup_cache): Likewise.
276 (maybe_maybe_note_name_used_in_class): Likewise.
277 (note_name_declared_in_class): Likewise.
278 (push_using_decl): Remove duplicate declaration.
279 (id_in_current_class): Remove declaration.
280 (push_class_binding): Change prototype.
281 (clear_identitifer_class_values): Declare.
282 * call.c (is_properly_derived_from): Make it global.
283 (build_new_function_call): Be careful about updating candidates.
284 (build_new_method_call): Handle COMPONENT_REFs. Don't crash when
285 asked to make illegal calls.
286 * class.c: Include splay-tree.h.
287 (class_stack_node): Add names_used slot.
288 (check_member_decl_is_same_in_complete_scope): Remove.
289 (add_method): Fix comment. Push the declaration into class
290 scope.
291 (finish_struct_1): When popping the class, pop the bindings too.
292 Remove check for data member/function member conflict.
293 (finish_struct): Remove calls to
294 check_member_decl_is_same_in_complete_scope. Change calls to
295 popclass.
296 (pushclass): Clear names_used in the class stack entry.
297 Use invalidate_class_lookup_cache to remove cached entries, rather
298 than magic values with popclass. Clear IDENTIFIER_CLASS_VALUE
299 before entering a new class. Remove dead code. Don't mess with
300 current_function_decl when pushing declarations.
301 (invalidate_class_lookup_cache): New function, split out from ...
302 (popclass): Here. Clean up names_used on our way out.
303 (instantiate_type): Adjust.
304 (build_self_reference): Don't push the declaration here.
305 (maybe_note_name_used_in_class): New function.
306 (note_name_declared_in_class): Likewise.
307 * decl.c (add_binding): Change prototype.
308 (find_class_binding_level): New function.
309 (innermost_nonclass_level): Likewise.
310 (current_binding_level): Update documentation.
311 (inner_binding_level): Remove. Replace with current_binding_level
312 throughout.
313 (push_binding_level): Remove special handling of
314 class_binding_level.
315 (pop_binding_level): Likewise. Use find_class_binding_level.
316 (suspend_binding_level): Likewise.
317 (global_bindings_p): Use innermost_nonclass_level.
318 (toplevel_bindings_p): Likewise.
319 (namespace_bindings_p): Likewise.
320 (pseudo_global_level_p): Likewise.
321 (push_binding): Clear INHERITED_VALUE_BINDING_P.
322 (add_binding): Check for illegal multiple declarations. Return a
323 value indicating whether or not the new binding was legal.
324 (push_local_binding): Skip over class binding levels. Check
325 return value from add_binding.
326 (push_class_binding): Set INHERITED_VALUE_BINDING_P. Call
327 note_name_declared_in_class.
328 (pushlevel_class): Remove "fake out the rest of the compiler"
329 code.
330 (poplevel_class): Reset IDENTIFIER_CLASS_VALUEs.
331 (clear_identifier_class_values): New function.
332 (pop_from_top_level): Use it.
333 (pop_everything): Tweak.
334 (maybe_process_template_type_declaration): Don't push the
335 declaration for the template here.
336 (pushtag): Don't push tag declarations into class scope here.
337 (pushdecl): Apply DeMorgan's law for readability.
338 (pushdecl_class_level): Remove special-case code for
339 TYPE_BEING_DEFINED. Handle OVERLOADs and anonymous unions.
340 (push_class_level_bindng): Deal with inherited bindings.
341 (lookup_name_real): Remove special-case code for
342 TYPE_BEING_DEFINED, and some implicit typename magic.
343 (grokdeclarator): Handle COMPONENT_REF for a template function.
344 (build_enumerator): Don't call pushdecl_class_level here.
345 (id_in_current_class): Remove.
346 * decl2.c (grokfield): Don't call pushdecl_class_level or
347 check_template_shadow.
348 * errfn.c (cp_file_of): Don't declare.
349 (cp_line_of): Likewise.
350 * error.c (dump_decl): Handle an OVERLOAD.
351 (cp_file_of): Likewise.
352 (cp_line_of): Likewise.
353 * init.c (build_member_call): Handle a COMPONENT_REF.
354 * lex.c (do_identifier): Call maybe_note_name_used_in_class, not
355 pushdecl_class_level.
356 * method.c (hack_identifier): Build COMPONENT_REFs for references
357 to member templates as well as member functions. Remove dead
358 code.
359 * parse.y (left_curly): Remove.
360 (nonnested_type): Call maybe_note_name_used_in_class, not
361 pushdecl_class_level.
362 * parse.c: Regenerated.
363 (nested_name_specifier_1): Likewise.
364 * pt.c (check_explicit_specialization): Adjust, for robustness.
365 (check_template_shadow): Handle OVERLOADs.
366 (build_template_decl): Set DECL_CONSTRUCTOR_P on the
367 TEMPLATE_DECL, if appropriate.
368 * search.c (envelope_add_decl): Remove.
369 (dfs_pushdecls): Likewise.
370 (dfs_compress_decls): Likewise.
371 (dfs_push_decls): New function.
372 (dfs_push_type_decls): Likewise.
373 (setup_class_bindings): Likewise.
374 (template_self_reference_p): Likewise.
375 (lookup_field_r): Use it.
376 (looup_member): Remove old comment. Deal with ambiguity.
377 (push_class_decls): Use dfs_push_decls and dfs_push_type_decls,
378 and remove envelope processing.
379 * semantics.c (begin_class_definition): Let pushclass push
380 declarations for base classes.
381 (finish_member_declaration): Push declarations into class scope.
382 * typeck.c (build_component_ref): Just put an OVERLOAD into the
383 COMPONENT_REF, not a TREE_LIST of an OVERLOAD.
384 (build_x_function_call): Deal with OVERLOAD. Handle template-ids.
385 * Makefile.in (class.o): Depend on splay-tree.h.
386
387 Wed Mar 31 11:30:43 1999 Nathan Sidwell <nathan@acm.org>
388
389 * cvt.c (convert_pointer_to_real): Use same_type_p.
390 * typeck.c (comp_target_types): Use same_type_p.
391
392 1999-03-31 Jason Merrill <jason@yorick.cygnus.com>
393
394 * semantics.c (begin_inline_definitions,
395 finish_inline_definitions): Rename from finish_default_args and
396 begin_inline_definitions, respectively, to something that isn't a
397 total lie. :)
398 * parse.y (structsp): Adjust.
399
400 * tree.c (hash_tree_cons): Remove obsolete via_* parms.
401 (list_hash_lookup): Likewise.
402 (hash_tree_chain): Adjust.
403 * pt.c (tsubst): Adjust.
404 (tsubst_arg_types): Use plain hash_tree_cons.
405 * cp-tree.h (hash_tree_cons_simple): Lose.
406 * parse.y (declmods, nonempty_cv_qualifiers): Use hash_tree_cons.
407
408 Wed Mar 31 10:48:29 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
409
410 * Makefile.in (hash.h): Generate using gperf language 'C', not
411 'KR-C', so gperf uses the `const' keyword on strings.
412
413 * gxx.gperf (resword): Const-ify a char*.
414
415 1999-03-30 Jason Merrill <jason@yorick.cygnus.com>
416
417 * cp-tree.h (IDENTIFIER_AS_DESC, IDENTIFIER_AS_LIST,
418 CLASSTYPE_BASELINK_VEC, CLASSTYPE_N_SUPERCLASSES,
419 CLASSTYPE_N_BASECLASSES, CLASSTYPE_MAX_DEPTH,
420 CLASSTYPE_BASE_INIT_LIST, CLASSTYPE_AS_LIST, CLASSTYPE_ID_AS_LIST,
421 CLASSTYPE_BINFO_AS_LIST): Remove cruft.
422 * class.c, lex.c, parse.y, ptree.c, search.c, semantics.c,
423 tree.c: Adjust.
424
425 1999-03-29 Jason Merrill <jason@yorick.cygnus.com>
426
427 * decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.
428
429 1999-03-28 Jason Merrill <jason@yorick.cygnus.com>
430
431 * pt.c (fn_type_unification): Ignore 'this' parm from conversion ops.
432
433 1999-03-27 Mark Mitchell <mark@codesourcery.com>
434
435 * cp-tree.h (add_friend): Declare.
436 (add_friends): Likewise.
437 * friend.c (add_friend): Make it global. Don't add to
438 DECL_BEFRIENDING_CLASSES if the befriending class is a template.
439 (add_friends): Make it global.
440 (make_friend_class): Don't add to DECL_BEFRIENDING_CLASSES if the
441 befriending class is a template.
442 * parse.y (component_decl_1): Fix typo in comment.
443 * parse.c: Regenerated.
444 * pt.c (instantiate_class_template): Use add_friend and
445 add_friends rather that duplicating some of their functionality
446 here.
447
448 1999-03-27 Jason Merrill <jason@yorick.cygnus.com>
449
450 * call.c (build_field_call): Unify 'this' and non-'this' cases.
451
452 * typeck.c (build_indirect_ref): Check for 'this' sooner.
453
454 Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
455
456 * call.c (op_error): Const-ify a char*.
457 (add_candidate, source_type, add_warning): Add static prototype.
458 (print_z_candidates): Const-ify a char*.
459
460 * class.c (resolve_address_of_overloaded_function,
461 fixed_type_or_null, build_vtable_entry_ref): Add static prototype.
462 (get_vtable_name, finish_struct_1): Const-ify a char*.
463
464 * cvt.c (convert_to_reference): Likewise.
465
466 * decl.c (redeclaration_error_message, record_builtin_type,
467 record_unknown_type, member_function_or_else, bad_specifiers):
468 Likewise.
469 (find_binding, select_decl, unqualified_namespace_lookup,
470 lookup_flags, qualify_lookup, record_builtin_java_type, tag_name):
471 Add static prototype.
472 (warn_extern_redeclared_static, duplicate_decls, pushdecl,
473 implicitly_declare, record_builtin_java_type, define_function,
474 grok_op_properties, tag_name): Const-ify a char*.
475
476 * cp-tree.h (FORMAT_VBASE_NAME): Allow parameter `BUF' to be const.
477 (define_function, finish_builtin_type): Const-ify a char*.
478 (cp_error, cp_error_at, cp_warning, cp_warning_at, cp_pedwarn,
479 cp_pedwarn_at, cp_compiler_error, cp_sprintf): Add prototype args.
480 (file_name_nondirectory): Const-ify a char*.
481 (init_filename_times): Don't prototype.
482 (compiler_error): Prototype.
483 (yyerror, init_repo): Const-ify a char*.
484 (build_srcloc): Don't prototype.
485 (build_x_indirect_ref, build_indirect_ref, build_component_addr):
486 Const-ify a char*.
487 (warn_for_assignment): Don't prototype.
488 (convert_for_initialization, readonly_error, check_for_new_type,
489 GNU_xref_begin, GNU_xref_file, GNU_xref_ref, GNU_xref_call):
490 Const-ify a char*.
491
492 * decl2.c (acceptable_java_type, output_vtable_inherit,
493 setup_initp, start_objects, finish_objects, do_dtors, do_ctors,
494 merge_functions, decl_namespace, validate_nonmember_using_decl,
495 do_nonmember_using_decl): Add static prototype.
496 (lang_f_options): Const-ify a char*.
497 (finish_builtin_type): Likewise.
498 (add_function, arg_assoc_namespace, arg_assoc_class): Add static
499 prototype.
500
501 * errfn.c: Include cp-tree.h.
502 (cp_thing): Add static prototype.
503 (compiler_error): Don't protoptype.
504 (cp_compiler_error): Cast `compiler_error' to `errorfn' before
505 passing it to `cp_thing'.
506
507 * error.c (interesting_scope_p): Add static prototype.
508
509 * except.c (build_eh_type_type, build_eh_type_type_ref): Const-ify
510 a char*.
511
512 * init.c (compiler_error): Don't prototype.
513 (member_init_ok_or_else): Const-ify a char*.
514 (build_java_class_ref): Add static prototype.
515
516 * lex.c (compiler_error): Don't prototype.
517 (get_time_identifier, interface_strcmp, extend_token_buffer,
518 handle_cp_pragma): Const-ify a char*.
519 (is_global, init_filename_times): Add static prototype.
520 (file_name_nondirectory, cplus_tree_code_name): Const-ify a char*.
521 (compiler_error): Change from fixed args to variable args.
522 (yyerror): Const-ify a char*.
523
524 * parse.y (cond_stmt_keyword): Const-ify a char*.
525 (parse_decl): Add static prototype.
526
527 * pt.c (template_args_equal, print_template_context): Likewise.
528 (print_candidates, check_default_tmpl_args): Const-ify a char*.
529 (instantiate_class_template): Likewise.
530
531 * repo.c (get_base_filename, open_repo_file, init_repo): Likewise.
532
533 * rtti.c (call_void_fn, expand_generic_desc, expand_si_desc,
534 expand_class_desc, expand_ptr_desc, expand_attr_desc): Likewise.
535
536 * search.c (lookup_field_info, lookup_member): Likewise.
537 (lookup_member): Cast the first argument of `bzero' to a PTR.
538
539 * sig.c (compiler_error): Don't prototype.
540 (build_signature_pointer_or_reference_nam): Const-ify a char*.
541 (get_sigtable_name, build_member_function_pointer): Likewise.
542
543 * tree.c (compiler_error): Don't prototype.
544 (no_linkage_helper, build_srcloc): Add static prototype.
545 (build_vbase_pointer_fields): Const-ify a char*.
546 (__eprintf): Don't unnecessarily handle `const' when !__STDC__.
547
548 * typeck.c (compiler_error): Don't prototype.
549 (convert_for_assignment): Const-ify a char*.
550 (comp_cv_target_types): Add static prototype.
551 (build_x_indirect_ref, build_indirect_ref, convert_arguments,
552 build_component_addr, build_unary_op, convert_for_initialization):
553 Const-ify a char*.
554
555 * typeck2.c (ack): Add static prototype and change from fixed args
556 to variable args.
557 (readonly_error, check_for_new_type): Const-ify a char*.
558
559 * xref.c (_XREF_FILE, find_file, filename, fctname, declname,
560 fixname, open_xref_file, classname, GNU_xref_begin): Likewise.
561 (GNU_xref_file): Likewise. Also use `xmalloc' instead of `malloc'.
562 (GNU_xref_end_scope, GNU_xref_ref, GNU_xref_decl, GNU_xref_call,
563 gen_assign, GNU_xref_member): Const-ify a char*.
564
565 1999-03-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
566
567 * gxxint.texi: Remove old discussion on copying virtual bases.
568
569 1999-03-25 Zack Weinberg <zack@rabi.columbia.edu>
570
571 * Make-lang.in: Remove all references to g++.o/g++.c.
572 Link g++ from gcc.o.
573
574 1999-03-25 Jason Merrill <jason@yorick.cygnus.com>
575
576 * decl2.c (comdat_linkage): Treat vtables like functions.
577
578 1999-03-25 Mark Mitchell <mark@codesourcery.com>
579
580 * pt.c (tsubst_decl): tsubst into DECL_BEFRIENDING_CLASSES.
581
582 1999-03-25 Nathan Sidwell <nathan@acm.org>
583
584 * decl.c (init_decl_processing): Add `signed' type as a synonym
585 for `int'.
586
587 1999-03-25 Jason Merrill <jason@yorick.cygnus.com>
588
589 * typeck.c (common_type): Handle cv-qual unification for pointers
590 to members.
591
592 * decl.c (unqualified_namespace_lookup): Return error_mark_node
593 on error.
594 (lookup_name_real): Set LOOKUP_COMPLAIN when *not* parsing.
595 * lex.c (do_identifier): If we got error_mark_node, call
596 lookup_name again.
597
598 1999-03-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
599
600 * class.c (finish_struct_1): Always reset TYPE_FIELDS for empty
601 classes.
602
603 1999-03-24 Jason Merrill <jason@yorick.cygnus.com>
604
605 * decl.c (lookup_name_real): Do nested field lookup regardless of
606 TYPE_BEING_DEFINED.
607
608 1999-03-24 Mark Mitchell <mark@codesourcery.com>
609
610 * cp-tree.h (lang_type): Remove has_assignment and
611 has_real_assignment. Add befriending_classes.
612 (TYPE_HAS_ASSIGNMENT): Remove.
613 (TYPE_HAS_REAL_ASSIGNMENT): Likewise.
614 (CLASSTYPE_BEFRIENDING_CLASSES): New macro.
615 (lang_decl): Document.
616 (DECL_BEFRIENDING_CLASSES): New macro.
617 (FRIEND_NAME): Move declaration to more obvious location.
618 (FRIEND_DECLS): Likewise.
619 * class.c (finish_struct_1): Don't use TYPE_HAS_REAL_ASSIGNMENT.
620 * decl.c (duplicate_decls): Copy DECL_BEFRIENDING_CLASSES.
621 (fixup_anonymous_union): Don't use TYPE_HAS_ASSIGNMENT.
622 (grok_op_properties): Likewise.
623 * friend.c (is_friend): Use FRIEND_NAME and FRIEND_DECLS.
624 (add_friend): Likewise. Don't do weird things with assignment
625 operators. Update DECL_BEFRIENDING_CLASSES.
626 (add_friends): Don't do weird things with assignment operators.
627 (make_friend_class): Likewise. Update
628 CLASSTYPE_BEFRIENDING_CLASSES.
629 * pt.c (instantiate_class_template): Don't set
630 TYPE_HAS_ASSIGNMENT.
631 (tsubst_copy): Substitute the TREE_TYPE for more unary
632 expressions.
633 * ptree.c (print_lang_type): Don't look at TYPE_HAS_ASSIGNMENT.
634 * search.c (protected_accessible_p): New function.
635 (friend_accessible_p): Likewise.
636 (accessible_p): Use them.
637
638 1999-03-23 Mark Mitchell <mark@codesourcery.com>
639
640 * pt.c (convert_nontype_argument): Don't create things that aren't
641 PTRMEM_CSTs when applying a qualification conversion to a
642 PTRMEM_CST.
643
644 1999-03-23 Mark Mitchell <mark@codesourcery.com>
645
646 * Makefile.in (OBJS): Don't mention hash.o.
647 (OBJDEPS): Likewise.
648
649 1999-03-23 Jason Merrill <jason@yorick.cygnus.com>
650
651 * decl2.c (finish_file): Set at_eof to 2 after expanding ctors.
652 * decl.c (expand_static_init): Make sure we don't add any after
653 then.
654
655 * decl.c (cp_finish_decl): Move intelligence about handling
656 DECL_COMDAT for variables from here...
657 * decl2.c (comdat_linkage): ...to here.
658 (maybe_make_one_only): Tweak.
659 (import_export_decl): Call comdat_linkage for variables, too.
660 (finish_file): Handle template statics properly.
661
662 1999-03-22 Mark Mitchell <mark@codesourcery.com>
663
664 * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
665 Document internals of pointer-to-member-functions.
666 (DELTA2_FROM_PTRMEMFUNC): Make it call delta2_from_ptrmemfunc.
667 (PFN_FROM_PTRMEMFUNC): Likewise.
668 (build_type_conversion): Remove unused parameter.
669 (build_ptrmemfunc1): Declare.
670 (expand_ptrmemfunc_cst): New function.
671 (delta2_from_ptrmemfunc): Likewise.
672 (pfn_from_ptrmemfunc): Likewise.
673 * cvt.c (cp_convert_to_pointer): Remove unused parameter to
674 build_type_conversion. Use TYPE_PTRMEM_P for readability.
675 (convert_to_reference): Remove unused parameter to
676 build_type_conversion.
677 (ocp_convert): Likewise.
678 (build_user_type_conversion): Likewise.
679 * error.c (dump_expr): Handle NULL pointer-to-member functions.
680 * expr.c (cplus_expand_expr): Handle PTRMEM_CSTs for functions.
681 * method.c (build_overload_value): Don't go splitting CONSTRUCTORs
682 open when handling pointer-to-member functions.
683 * pt.c (convert_nontype_argument): Clean up error messages. Be
684 more stringent with pointers-to-members.
685 * typeck.c (build_ptrmemfunc1): Don't declare. Make it global.
686 (build_unary_op): Tidy ever-so-slightly.
687 (build_conditional_expr): Remove extra parameter to
688 build_type_conversion.
689 (build_ptrmemfunc): Build PTRMEM_CSTs if we know what function
690 we're using.
691 (expand_ptrmemfunc_cst): Define.
692 (delta2_from_ptrmemfunc): Likewise.
693 (pfn_from_ptrmemfunc): Likewise.
694
695 1999-03-19 Mark Mitchell <mark@codesourcery.com>
696
697 * init.c (build_member_call): Handle template-id expressions
698 correctly.
699 * typeck.c (build_x_function_call): Likewise.
700
701 1999-03-19 Chip Salzenberg <chip@perlsupport.com>
702
703 * friend.c (make_friend_class): Avoid core dump when
704 not-yet-defined friend type lacks TYPE_LANG_SPECIFIC().
705
706 1999-03-18 Jason Merrill <jason@yorick.cygnus.com>
707
708 * decl.c (start_function): Suppress normal linkage heuristics
709 for #pragma interface under MULTIPLE_SYMBOL_SPACES.
710
711 1999-03-19 Alexandre Oliva <oliva@dcc.unicamp.br>
712
713 * Make-lang.in: ($(INTL_TARGETS)): Depend on cp/parse.c.
714 ($(srcdir)/cp/parse.c): Moved from ../Makefile.in.
715
716 1999-03-17 Martin von Löwis <loewis@informatik.hu-berlin.de>
717
718 * parse.y (named_complex_class_head_sans_basetype):
719 Do not push a scope for error_mark_node.
720 (maybe_base_class_list): Likewise.
721
722 * decl.c (start_decl): Check for error_mark_node as a type.
723 Detected by g++.brendan/array-refs.C.
724 (start_decl_1): Likewise. Detected by g++.bugs/900322_01.C.
725 (maybe_build_cleanup_1): Likewise. Detected by
726 g++.jason/incomplete1.C.
727
728 * tree.c (build_dummy_object): Use void_zero_node instead of the
729 error_mark_node.
730 (is_dummy_object): Check for such a node.
731 Detected by g++.bob/inherit1.C
732
733 1999-03-16 Jason Merrill <jason@yorick.cygnus.com>
734
735 * method.c (old_backref_index): Split out...
736 (flush_repeats): From here. Rename back from try_old_backref.
737 (build_mangled_name): Put back some old-style repeat handling.
738
739 Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
740
741 * lex.c: Don't include setjmp.h.
742 (parse_float): New static function.
743 (pf_args): New struct.
744 (real_yylex): Use them in call to `do_float_handler'.
745
746 1999-03-15 Mark Mitchell <mark@markmitchell.com>
747
748 * decl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES here.
749 * tree.c (layout_basetypes): Not here.
750 * search.c (dfs_search): Remove; no longer used.
751
752 1999-03-12 Mark Mitchell <mark@markmitchell.com>
753
754 * decl2.c (validate_nonmember_using_decl): Issue sensible
755 error-messages on bogus qualifiers.
756
757 1999-03-14 Jason Merrill <jason@yorick.cygnus.com>
758
759 * call.c (add_function_candidate): Fix uninitialized variable.
760
761 * Makefile.in (search.o): Add dependency on varray.h.
762
763 1999-03-13 Jason Merrill <jason@yorick.cygnus.com>
764
765 * decl.c (duplicate_decls): Use same_type_p.
766 * method.c (try_old_backref): Renamed from flush_repeats. Use
767 same_type_p. Don't try to handle repeats. Return success.
768 (is_back_referenceable_type): Return 0 if TYPE_FOR_JAVA. Support
769 calls from old-style code, too.
770 (check_ktype): Use same_type_p.
771 (check_btype): Use same_type_p. Don't pull out TYPE_MAIN_VARIANT.
772 (build_qualified_name): Simplify logic.
773 (process_overload_item): Strip typedefs and quals at the top.
774 (build_mangled_name_for_type_with_Gcode): Remove call to
775 type_canonical_variant.
776 (build_mangled_name): Likewise. Remove support for old-style
777 repeats, which have been disabled since 2.7.2. Don't mess with
778 TREE_USED.
779 (build_decl_overload_real): Don't mess with TREE_USED.
780
781 1999-03-13 Nathan Sidwell <nathan@acm.org>
782
783 * error.c (cp_printers): Add 'F' escape character.
784 (dump_type_real): Remove TREE_LIST (fnargs) printing.
785 Functionality moved to dump_parameters.
786 (dump_type_suffix): Use dump_parameters and dump_exception_spec.
787 (dump_function_decl): Extend meaning of V parameter. Use
788 dump_parameters and dump_exception_spec.
789 (dump_parameters): New static function.
790 (dump_exception_spec): New static function.
791 (fndecl_as_string): Change argument semantics. Use
792 dump_function_decl directly.
793
794 * sig.c (build_signature_table_constructor): Use cp_error.
795
796 1999-03-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
797
798 * semantics.c (finish_switch_cond): Handle error cases gracefully.
799 Detected by g++.law/enum5.C.
800
801 * typeck.c (build_modify_expr): Check for errors after resolving
802 offsets. Detected by g++.brendan/static1.C.
803
804 * decl.c (complete_array_type): Ignore initial_value if it is an
805 error. Detected by g++.benjamin/17930.C.
806
807 * typeck2.c (process_init_constructor): Return error if one argument
808 is in error. Detected by g++.benjamin/13478.C.
809
810 1999-03-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
811
812 * decl.c (select_decl): Allow class templates when we need types.
813 * decl2.c (ambiguous_decl): Likewise.
814
815 1999-03-12 Mark Mitchell <mark@markmitchell.com>
816
817 * lex.c (do_identifier): Correct call to enforce_access.
818 * search.c (accessible_p): Tweak comment.
819
820 1999-03-10 Mark Mitchell <mark@markmitchell.com>
821
822 * semantics.c (begin_class_definition): Call build_self_reference.
823 (finish_member_declaration): Set DECL_CONTEXT for TYPE_DECLs.
824
825 * search.c (assert_canonical_unmarked): Fix typo in prototype.
826
827 * search.c (dfs_canonical_queue): New function.
828 (dfs_assert_unmarked_p): Likewise.
829 (assert_canonical_unmarked): Likewise.
830 (access_in_type): Use it.
831 (accessible_p): Likewise. Walk the whole tree when umarking.
832
833 * sig.c (build_signature_table_constructor): Use accessible_p
834 instead of compute_access.
835
836 1999-03-09 Jason Merrill <jason@yorick.cygnus.com>
837
838 * call.c (add_builtin_candidates): Handle overloaded conversion ops.
839
840 1999-03-09 Mark Mitchell <mark@markmitchell.com>
841
842 * cp-tree.h (flag_access_control): Declare.
843 (TREE_VIA_PPUBLIC): Document.
844 (DECL_NONSTATIC_MEMBER_P): New macro.
845 (enforce_access): Return an indication of whether or not access
846 was permitted.
847 (build_self_reference): Change prototype.
848 (compute_access): Replace with ...
849 (accessible_p): New function.
850 (dfs_walk): Change prototype.
851 (dfs_unmark): Likewise.
852 (markedp): Likewise.
853 * call.c (enforce_access): Use accessible_p.
854 * class.c (build_self_reference): Insert the declaration into the
855 list of members for this type, and make it public.
856 * decl.c (xref_basetypes): Avoid ill-timed recursion.
857 * init.c (build_offset_ref): Use lookup_member, not three separate
858 name-lookups. Call enforce_access rather than checking for
859 illegal accesses here.
860 (resolve_offset_ref): Likewise.
861 * lex.c (do_identifier): Likewise.
862 * method.c (hack_identifier): Likewise.
863 * parse.y (self_reference): Remove.
864 (opt_component_decl_list): Don't use it.
865 * parse.c: Regenerated.
866 * pt.c (print_candidates): Generalize to handle lists of
867 overloaded functions.
868 (instantiate_class_template): Don't rely on TREE_VIA_PRIVATE; it's
869 not set.
870 (get_template_base): Use new calling convention for dfs_walk.
871 * search.c: Include varray.h. Add prototypes.
872 (dfs_walk): Accept a data pointer to pass to the work functions.
873 All callers changed. All work functions changed.
874 (breadth_first_search): Rename to bfs_walk, and make consistent
875 with dfs_walk.
876 (dfs_walk_real): New function.
877 (canonical_binfo): New function.
878 (context_for_name_lookup): Likewise.
879 (shared_marked_p): Likewise.
880 (shared_unmarked_p): Likewise.
881 (lokup_field_queue_p): Likewise.
882 (lookup_field_r): Generalize to handle both functions and fields.
883 (lookup_field): Just call lookup_member.
884 (lookup_fnfields): Likewise.
885 (lookup_member): Move body of lookup_field here and generalize.
886 (dfs_accessible_queue_p): Likewise.
887 (dfs_accessible_p): Likewise.
888 (dfs_access_in_type): Likewise.
889 (access_in_type): Likewise.
890 (compute_access): Remove, and replace with ...
891 (accessible_p): New function.
892 (vbase_types): Remove.
893 (vbase_decl_ptr_intermediate): Likewise.
894 (vbase_decl_ptr): Likewise.
895 (vbase_init_result): Likewise.
896 (closed_envelopes): Likewise.
897 (bvtable): Likewise.
898
899 1999-03-09 Jason Merrill <jason@yorick.cygnus.com>
900
901 * call.c (add_function_candidate): Check for proper number of args
902 before checking the validity of those args.
903
904 1999-03-06 Jason Merrill <jason@yorick.cygnus.com>
905
906 * cp-tree.h (struct lang_type): Add anon_union field.
907 (ANON_UNION_TYPE_P): Use it instead of examining type.
908 (SET_ANON_UNION_TYPE_P): New macro.
909 * decl.c (check_tag_decl): Use it.
910
911 * search.c (compute_access): Handle non-type contexts earlier, and
912 handle NULL_TREE.
913
914 * tree.c (build_exception_variant): Use copy_to_permanent.
915
916 * decl2.c (setup_initp): Give statics with no priority the default
917 priority here.
918 (do_dtors, do_ctors, finish_file): Remove special handling of
919 non-prioritized statics.
920
921 1999-03-05 Mark Mitchell <mark@markmitchell.com>
922
923 * cp-tree.h (ANON_UNION_TYPE_P): Robustify.
924 * decl.c (make_typename_type): Don't issue an error if an
925 immediate lookup fails; it migt be resolved later.
926 * friend.c (is_friend): Add comment.
927 * search.c (breadth_first_search): Add POSTFN and DATA
928 parameters. Tidy. All callers changed.
929 (lookup_field_queue_p): New function.
930 (lookup_field_r): Likewise.
931 (lookup_field_post): Likewise.
932 (lookup_field): Use them, via breadth_first_search, instead of
933 duplicating logic.
934 (compute_access): Robustify.
935 (lookup_fnfield_info): New structure.
936
937 1999-03-05 Jason Merrill <jason@yorick.cygnus.com>
938
939 * pt.c (tsubst, case ARRAY_REF): Use tsubst_expr again.
940
941 1999-03-03 Jason Merrill <jason@yorick.cygnus.com>
942
943 * class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4
944 cc happy.
945
946 * decl2.c (import_export_class): Also return if
947 CLASSTYPE_INTERFACE_ONLY is set.
948
949 1999-03-03 Martin von Löwis <loewis@informatik.hu-berlin.de>
950
951 * decl.c (push_overloaded_decl): Only overwrite the old binding if
952 there was one.
953 * decl2.c (do_local_using_decl): Fix loop termination.
954
955 1999-03-02 Mark Mitchell <mark@markmitchell.com>
956
957 * cp-tree.h (determine_specialization): Don't declare.
958 * pt.c (determine_specialization): Make it static. Eliminate
959 complain parameter. Note that decl is always non-NULL now, and
960 simplify accordingly.
961
962 * decl.c (maybe_push_to_top_level): Always call
963 push_cp_function_context.
964 (pop_from_top_level): Always call pop_cp_function_context.
965
966 1999-02-26 Nathan Sidwell <nathan@acm.org>
967
968 * typeck.c (complete_type_or_else): Add VALUE arg, for helpful
969 diagnostics.
970 * cp-tree.h (complete_type_or_else): Added VALUE parameter.
971 * init.c (build_new_1): Extra arg to complete_type_or_else.
972 (build_delete): Likewise.
973 * typeck.c (require_complete_type): Likewise.
974 (pointer_int_sum): Likewise.
975 (pointer_diff): Likewise.
976 (build_component_ref): Likewise.
977
978 * typeck2.c (incomplete_type_error): Always use cp_error.
979 Show declaration of undefined type, if appropriate.
980 Deal with UNKNOWN_TYPE nodes.
981
982 * typeck.c (require_complete_type): Use TYPE_SIZE as
983 size_zero_node to mean incomplete type.
984 (require_complete_type_in_void): New function.
985 (build_compound_expr): Call complete_type_in_void for LHS.
986 (build_c_cast): Call complete_type_in_void for void cast.
987 * cvt.c (ocp_convert): Call complete_type_in_void for void cast.
988 * decl.c (cplus_expand_expr_stmt): Void expression checks moved to
989 require_complete_type_in_void. Call it.
990 * cp-tree.h (require_complete_type_in_void): Prototype new function.
991
992 * typeck.c (convert_arguments): Use alternative format for
993 function decls. Don't require_complete_type here. Simplify
994 diagnostic printing.
995 (convert_for_initialization): Don't require_complete_type on RHS yet.
996 * call.c (convert_arg_to_ellipsis): Call require_complete_type.
997
998 * call.c (build_over_call): Cope with qualified void return type.
999 * semantics.c (finish_call_expr): Likewise.
1000 * typeck.c (build_function_call_real): Likewise.
1001 (c_expand_return): Likewise.
1002 * decl2.c (reparse_absdcl_as_expr): Cope with qualified void type.
1003
1004 * call.c (print_z_candidates): Use alternate print format, to be
1005 consistent with (pt.c) print_candidates.
1006 * method.c (hack_identifier): List candidate members.
1007 * search.c (lookup_field): Build ambiguous list, and show it, if
1008 ambiguous.
1009
1010 1999-02-26 Mark Mitchell <mark@markmitchell.com>
1011
1012 * typeck.c (decay_conversion): Don't confuse constant array
1013 variables with their initializers.
1014
1015 * decl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIATED when
1016 merging decls.
1017 * pt.c (regenerate_decl_from_template): Tweak for clarity.
1018 (instantiate_decl): Mark a decl instantiated before regenerating
1019 it to avoid recursion.
1020 * tree.c (mapcar): Don't call decl_constant_value unless we know
1021 something is TREE_READONLY_DECL_P.
1022
1023 * class.c (check_for_override): Don't stop checking when we find
1024 the first overridden function. Delete #if 0'd code.
1025 * search.c (get_matching_virtual): Likewise.
1026
1027 1999-02-25 Richard Henderson <rth@cygnus.com>
1028
1029 * lang-specs.h: Define __FAST_MATH__ when appropriate.
1030
1031 1999-02-24 Mike Stump <mrs@wrs.com>
1032
1033 * typeck.c (convert_for_assignment): Allow boolean integral constant
1034 expressions to convert to null pointer.
1035
1036 1999-02-24 Martin von Loewis <loewis@informatik.hu-berlin.de>
1037
1038 * decl.c (lookup_namespace_name): Resolve namespace aliases.
1039
1040 * class.c (push_nested_class): Allow namespaces.
1041
1042 * decl2.c (set_decl_namespace): Add friendp parameter.
1043 * decl.c (grokfndecl): Pass it.
1044 (grokvardecl): Likewise.
1045 * cp-tree.h: Change declaration.
1046
1047 1999-02-24 Jason Merrill <jason@yorick.cygnus.com>
1048
1049 * pt.c (tsubst): Allow an array of explicit size zero.
1050
1051 1999-02-23 Jason Merrill <jason@yorick.cygnus.com>
1052
1053 * errfn.c: Change varargs code to look like toplev.c.
1054
1055 * method.c (process_modifiers): Don't prepend 'U' for char or
1056 wchar_t.
1057
1058 1999-02-20 Craig Burley <craig@jcb-sc.com>
1059
1060 * Make-lang.in (cplib2.ready): Don't consider updating
1061 cplib2 stuff if the current directory isn't writable, as
1062 it won't work (such as during a `make install').
1063
1064 Sun Feb 21 20:38:00 1999 H.J. Lu (hjl@gnu.org)
1065
1066 * decl2.c (start_objects): Make file scope constructors and
1067 destructors local to the file if ASM_OUTPUT_CONSTRUCTOR and
1068 ASM_OUTPUT_DESTRUCTOR are defined.
1069
1070 1999-02-19 Mark Mitchell <mark@markmitchell.com>
1071
1072 * cp-tree.h (CLASSTYPE_METHOD_VEC): Adjust comment.
1073 (fn_type_unification): Adjust prototype.
1074 (lookup_fnfields_1): Declare.
1075 * call.c (add_template_candidate_real): Adjust call to
1076 fn_type_unification.
1077 * class.c (add_method): Don't allow duplicate declarations of
1078 constructors or destructors.
1079 (resolve_address_of_overloaded_function): Remove unused variable.
1080 Adjust call to fn_type_unification.
1081 * decl.c (grokfndecl): Be more robust in the face of illegal
1082 specializations.
1083 * decl2.c (check_classfn): Remove hokey handling of member
1084 templates.
1085 * pt.c (determine_specialization): Improve comments. Adjust to
1086 handle template argument deduction as per the standard.
1087 (check_explicit_specialization): Fix comment spacing. Handle
1088 type-conversion operators correctly. Improve error-recovery.
1089 (fn_type_unification): Remove EXTRA_FN_ARG parameter.
1090 (get_bindings_real): Simplify handling of static members.
1091 * search.c (lookup_fnfields_1): Make it have external linkage.
1092 * typeck.c (compparms): Fix comment.
1093 (build_unary_op): Don't try to figure out which template
1094 specialization is being referred to when when the address-of
1095 operator is used with a template function.
1096
1097 Thu Feb 18 23:40:01 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1098
1099 * cp-tree.h (lvalue_or_else): Qualify a char* with the `const'
1100 keyword to match an analogous change at the top level.
1101
1102 * tree.c (lvalue_or_else): Likewise.
1103
1104 1999-02-17 Mark Mitchell <mark@markmitchell.com>
1105
1106 * decl.c (xref_basetypes): Comment.
1107 * pt.c (instantiate_class_template): Use xref_basetypes.
1108
1109 1999-02-16 Mark Mitchell <mark@markmitchell.com>
1110
1111 * cp-tree.h (tsubst): Change prototype.
1112 (tsubst_expr): Likewise.
1113 (tsubst_copy): Likewise.
1114 (type_unification): Remove prototype.
1115 * call.c (convert_default_arg): Adjust call to tsubst_expr.
1116 * class.c (resolve_address_of_overloaded_function): Just use
1117 fn_type_unification.
1118 * decl.c (grokdeclarator): Adjust call to tsubst.
1119 * method.c (build_template_parm_names): Likewise.
1120 * pt.c (GTB_VIA_VIRTUAL): New macro.
1121 (GTB_IGNORE_TYPE): Likewise.
1122 (resolve_overloaded_unification): Add `complain' parameter.
1123 (try_one_overload): Likewise.
1124 (tsubst_template_arg_vector): Likewise.
1125 (tsubst_template_parms): Likewise.
1126 (tsubst_aggr_type): Likewise.
1127 (tsubst_arg_types): Likewise.
1128 (tsubst_call_declarator_parms): Likewise.
1129 (unify): Remove explicit_mask.
1130 (type_unification_real): Likewise.
1131 (get_template_base_recursive): Likewise.
1132 (coerce_template_template_parms): Provide prototype.
1133 (tsubst_function_type): Likewise.
1134 (try_class_unification): New function.
1135 All callers changed to use new complain parameter.
1136 (get_template_base): Use try_class_unification.
1137 (unify): Adjust handling of classes derived from template types.
1138 (fn_type_unification): Substitute explicit arguments before
1139 unification.
1140
1141 1999-02-16 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1142
1143 * decl.c (pushdecl): Remove dead code.
1144
1145 1999-02-16 Jason Merrill <jason@yorick.cygnus.com>
1146
1147 * decl2.c (finish_objects): Fix code I missed in previous change.
1148
1149 1999-02-13 Jason Merrill <jason@yorick.cygnus.com>
1150
1151 * decl.c (grokfndecl): Return NULL_TREE instead of error_mark_node.
1152 (grokdeclarator): Don't expect error_mark_node from grokfndecl.
1153
1154 * pt.c (maybe_process_partial_specialization): Complain about
1155 'template <>' on non-specialization.
1156
1157 1999-02-10 Jason Merrill <jason@yorick.cygnus.com>
1158
1159 * decl.c (grokdeclarator): Catch wierd declarators.
1160 * decl2.c (finish_file): Don't abort because of namespace parsing
1161 failure.
1162 (check_decl_namespace): Remove.
1163
1164 1999-02-09 Mark Mitchell <mark@markmitchell.com>
1165
1166 * cp-tree.h (get_template_base): Don't declare.
1167 (dfs_walk): Declare.
1168 (dfs_unmark): Likewise.
1169 (markedp): Likewise.
1170 * pt.c (unify): Remove duplicate declaration. Pass tparms and
1171 targs to get_template_base.
1172 (get_template_base_recursive): Move here from search.c. Check to
1173 see that the base found can be instantiated to form the desired
1174 type.
1175 (get_template_base): Likewise.
1176 (get_class_bindings): Simplify.
1177 * search.c (get_template_base_recursive): Move to pt.c.
1178 (get_template_base): Likewise.
1179 (markedp): Make it global.
1180 (dfs_walk): Likewise.
1181 (dfs_unmark): Likewise.
1182
1183 1999-02-07 Jason Merrill <jason@yorick.cygnus.com>
1184
1185 * pt.c (maybe_process_partial_specialization): Complain about
1186 specialization in wrong namespace.
1187 * tree.c (decl_namespace_context): New fn.
1188
1189 1999-02-06 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1190
1191 * decl2.c (arg_assoc_type): Handle TEMPLATE_TEMPLATE_PARM.
1192 * pt.c (coerce_template_template_parms): Handle nested
1193 template template parameters.
1194
1195 Sat Feb 6 18:08:40 1999 Jeffrey A Law (law@cygnus.com)
1196
1197 * typeck2.c: Update email addresses.
1198
1199 1999-02-04 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1200
1201 * pt.c (unify): Call coerce_template_parms with the COMPLAIN flag
1202 turned off.
1203
1204 1999-02-04 Jason Merrill <jason@yorick.cygnus.com>
1205
1206 * lex.c (retrofit_lang_decl): Split out...
1207 (build_lang_decl): From here.
1208 * decl.c (pushdecl): Call it for functions generated by the middle
1209 end that don't have DECL_LANG_SPECIFIC.
1210 * cp-tree.h: Declare it.
1211
1212 * decl2.c: Remove flag_init_priority. Always enable initp stuff.
1213 (start_objects, finish_objects): Only use special
1214 init_priority code if the user specified a priority.
1215 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
1216 objects.
1217
1218 Wed Feb 3 22:50:17 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
1219
1220 * Make-lang.in (GXX_OBJS): Remove choose-temp.o, pexecute.o and
1221 mkstemp.o. Get them from libiberty now.
1222 (DEMANGLER_PROG): Simlarly, remove getopt.o getopt1.o.
1223
1224 Tue Feb 2 22:38:48 1999 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1225
1226 * decl2.c (lang_decode_option): Use read_integral_parameter.
1227
1228 1999-02-01 Mark Mitchell <mark@markmitchell.com>
1229
1230 * pt.c (tsubst, case TYPENAME_TYPE): Check TYPE_BEING_DEFINED
1231 before calling complete_type_or_else.
1232
1233 Mon Feb 1 09:49:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1234
1235 * input.c (inline): Don't define, its handled by system.h.
1236
1237 Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
1238
1239 * decl2.c: Don't define flag_no_ident here. Don't process
1240 -f(no-)ident here.
1241 * cp-tree.h: Don't declare flag_no_ident here.
1242 * lang-specs.h: Map -Qn to -fno-ident.
1243
1244 1999-01-28 Jason Merrill <jason@yorick.cygnus.com>
1245
1246 * cp-tree.h (struct tree_binding): Replace scope field with a union.
1247 (BINDING_SCOPE): Adjust.
1248 * decl.c (BINDING_LEVEL): Adjust.
1249
1250 1999-01-26 Jason Merrill <jason@yorick.cygnus.com>
1251
1252 * pt.c (instantiate_class_template): Set up the DECL_INITIAL of
1253 member constants.
1254
1255 * init.c (expand_member_init): Pull out TYPE_MAIN_VARIANT in
1256 a ctor initializer.
1257
1258 * tree.c (equal_functions): Fix name in prototype.
1259
1260 * decl.c (push_local_binding): Add FLAGS argument.
1261 (pushdecl, push_overloaded_decl): Pass it.
1262 * decl2.c (do_local_using_decl): Likewise.
1263 * cp-tree.h: Adjust prototype.
1264 * decl.c (poplevel): Fix logic.
1265
1266 * decl.c (push_local_binding): Also wrap used decls in a TREE_LIST.
1267 (poplevel): Handle that. Fix logic for removing TREE_LISTs.
1268 (cat_namespace_levels): Don't loop forever.
1269
1270 1999-01-25 Richard Henderson <rth@cygnus.com>
1271
1272 * typeck.c (build_reinterpret_cast): Fix typo in duplicated test.
1273
1274 1999-01-25 Jason Merrill <jason@yorick.cygnus.com>
1275
1276 * class.c (resolve_address_of_overloaded_function): Mark the
1277 chosen function used.
1278
1279 * call.c (build_call): Make sure that a function coming in has
1280 been marked used already.
1281 * decl.c (expand_static_init): Call mark_used instead of
1282 assemble_external.
1283 * except.c (call_eh_info, do_pop_exception, expand_end_eh_spec,
1284 alloc_eh_object, expand_throw): Likewise.
1285 * init.c (build_builtin_delete_call): Likewise.
1286 * rtti.c (call_void_fn, get_tinfo_fn, build_dynamic_cast_1,
1287 expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
1288 expand_generic_desc): Likewise.
1289
1290 1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
1291
1292 * tree.c (equal_functions): New function.
1293 (ovl_member): Call it.
1294
1295 1999-01-24 Jason Merrill <jason@yorick.cygnus.com>
1296
1297 * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.
1298
1299 1999-01-25 Martin von Loewis <loewis@informatik.hu-berlin.de>
1300
1301 * decl.c (decls_match): Return 1 if old and new are identical.
1302 (push_overloaded_decl): Set OVL_USED when PUSH_USING.
1303
1304 1999-01-24 Jason Merrill <jason@yorick.cygnus.com>
1305
1306 * decl.c (start_function): Make member functions one_only on windows.
1307 * decl2.c (import_export_decl): Likewise.
1308
1309 * decl.c (grokdeclarator): Don't complain about implicit int in
1310 a system header. Change same-name field check to not complain in
1311 a system header instead of within extern "C".
1312
1313 1999-01-21 Mark Mitchell <mark@markmitchell.com>
1314
1315 * cp-tree.h (PUSH_GLOBAL): New macro.
1316 (PUSH_LOCAL): Likewise.
1317 (PUSH_USING): Likewise.
1318 (namespace_bindings_p): Declare.
1319 (push_overloaded_decl): Likewise.
1320 * decl.c (push_overloaded_decl): Don't make it static. Check for
1321 illegal declarations after using declarations here.
1322 (namespace_bindings_p): Likewise.
1323 (duplicate_decls): Don't consider declarations from different
1324 namespaces to be the same.
1325 (pushdecl): Use symbolic PUSH_ constants in calls to
1326 push_overloaded_decl.
1327 (push_overloaded_decl_1): Likewise.
1328 * decl2.c (validate_nonmember_using_decl): Tweak `std' handling.
1329 (do_nonmember_using_decl): Check for illegal using declarations
1330 after ordinary declarations here.
1331 (do_local_using_decl): Call pushdecl to insert declarations.
1332
1333 1999-01-21 Jason Merrill <jason@yorick.cygnus.com>
1334
1335 * decl.c (grokdeclarator): Fix lang_c -> lang_name_c typo.
1336
1337 1999-01-21 Mark Mitchell <mark@markmitchell.com>
1338
1339 * tree.c (build_cplus_array_type_1): Don't call build_array_type
1340 for types involving template parameters.
1341
1342 * cp-tree.h (PARM_DECL_EXPR): Delete.
1343 (convert_default_arg): Change prototype.
1344 (check_default_argument): Declare.
1345 (search_tree): Likewise.
1346 * call.c (convert_default_arg): Take the function to which the
1347 default argument belongs as a parameter, and do any necessary
1348 instantiation here, instead of ...
1349 (build_over_call): Here.
1350 * decl.c (local_variable_p): New function.
1351 (check_default_argument): Likewise, split out and tidied from ...
1352 (grokparms): Here.
1353 * error.c (dump_expr): Don't set PARM_DECL_EXPR.
1354 * pt.c (tsubst_call_declarator_parms): New function.
1355 (for_each_template_parm): Handle ARRAY_REFs. Do the obvious thing
1356 with CALL_EXPRs, rather than trying to be clever.
1357 (tsubst): Use tsubst_call_declarator_parms.
1358 * tree.c (search_tree): Don't make it static.
1359 * typeck.c (convert_arguments): Use new interface to
1360 convert_default_arg.
1361
1362 1999-01-20 Mark Mitchell <mark@markmitchell.com>
1363
1364 * error.c (dump_function_decl): Don't print the argument types for
1365 a function when the verbosity level is negative.
1366
1367 * call.c (build_over_call): Check format attributes at call-time.
1368
1369 * pt.c (tsubst_copy): Fix comment.
1370 (unify): Don't allow unification with variable-sized arrays.
1371
1372 * semantics.c (finish_stmt_expr): When processing a template make
1373 the BIND_EXPR long-lived.
1374
1375 1999-01-19 Jason Merrill <jason@yorick.cygnus.com>
1376
1377 * decl2.c (finish_vtable_vardecl): Make vtables comdat here.
1378 (import_export_vtable): Not here.
1379
1380 1999-01-18 Jason Merrill <jason@yorick.cygnus.com>
1381
1382 * typeck.c (build_component_ref): Wrap an OVERLOAD around a unique
1383 non-static member function.
1384
1385 1999-01-18 Nathan Sidwell <nathan@acm.org>
1386
1387 * class.c (instantiate_type): Only diagnose illegal address of member
1388 function if complaining.
1389
1390 * decl.c (lookup_name_real): Remove duplicate code.
1391
1392 1999-01-18 Jason Merrill <jason@yorick.cygnus.com>
1393
1394 * tree.c (copy_template_template_parm): Use permanent_obstack.
1395
1396 1999-01-18 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1397
1398 * pt.c (unify): Remove restrictions on deduction of argument
1399 of template template parameters.
1400
1401 1999-01-18 Nathan Sidwell <nathan@acm.org>
1402
1403 * rtti.c (build_dynamic_cast_1): Resolve OFFSET_REF exprs.
1404
1405 * class.c (resolve_address_of_overloaded_function): Show list of
1406 all candidates, when none of them match.
1407
1408 1999-01-18 Chip Salzenberg <chip@perlsupport.com>
1409
1410 * typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tighten up
1411 definition of 'casting away const' in reinterpret_cast<>.
1412
1413 1999-01-18 Graham <grahams@rcp.co.uk>
1414
1415 * cvt.c: Add include for decl.h, remove extern for
1416 static_aggregates which is now provided by decl.h.
1417
1418 * Makefile.in (cvt.o): Add dependency for decl.h and missing
1419 dependencies for convert.h and flags.h.
1420
1421 1999-01-18 Nathan Sidwell <nathan@acm.org>
1422
1423 * decl2.c (do_dtors): Set current location to that of the
1424 decl, for sensible diagnostics and debugging.
1425 (check_classfn): Issue `incomplete type' error, if
1426 class is not defined.
1427
1428 1999-01-16 Jason Merrill <jason@yorick.cygnus.com>
1429
1430 * cp-tree.h: Add prototype for bound_pmf_p.
1431
1432 1999-01-16 Jason Merrill <jason@yorick.cygnus.com>
1433 Manfred Hollstein <manfred@s-direktnet.de>
1434
1435 * decl.c (grokdeclarator): Don't make 'main(){}' an error with only
1436 -Wreturn-type.
1437
1438 1999-01-16 Nathan Sidwell <nathan@acm.org>
1439
1440 * cp-tree.h (struct lang_type): Added has_mutable flag.
1441 (CLASSTYPE_HAS_MUTABLE): New macro to access it.
1442 (TYPE_HAS_MUTABLE_P): New macro to read it.
1443 (cp_has_mutable_p): Prototype for new function.
1444 * class.c (finish_struct_1): Set has_mutable from members.
1445 * decl.c (cp_finish_decl): Clear decl's TREE_READONLY flag, if
1446 it contains a mutable.
1447 * typeck.c (cp_has_mutable_p): New function.
1448
1449 1999-01-15 Mark Mitchell <mark@markmitchell.com>
1450
1451 * pt.c (process_template_parm): Ignore top-level qualifiers on
1452 non-type parameters.
1453
1454 * decl.c (start_function): Use current_function_parms in the call
1455 to require_complete_type_for_parms, not the probably empty
1456 DECL_ARGUMENTS.
1457
1458 1999-01-14 Jason Merrill <jason@yorick.cygnus.com>
1459
1460 * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.
1461
1462 * decl2.c (import_export_class): MULTIPLE_SYMBOL_SPACES only means
1463 that we don't suppress the other copies.
1464 * lex.c (handle_cp_pragma): Likewise.
1465
1466 1999-01-13 Mark Mitchell <mark@markmitchell.com>
1467
1468 * decl.c (grokdeclarator): Undo 1998-12-14 change.
1469 * tree.c (build_cplus_array_type_1): Likewise.
1470 * pt.c (instantiate_class_template): Remove misleading comment.
1471 (tsubst_aggr_type): Substitute if there are template parameters,
1472 regardless of whether or not they use template arguments.
1473 (unify): Likewise, but for unification.
1474
1475 1999-01-12 Richard Henderson <rth@cygnus.com>
1476
1477 * cp-tree.h (flag_permissive): Declare extern.
1478
1479 1999-01-06 Mark Mitchell <mark@markmitchell.com>
1480
1481 * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT
1482 here.
1483 (lang_type): Add is_partial_instantiation. Decrease width of
1484 dummy.
1485 (PARTIAL_INSTANTIATION_P): New macro.
1486 (OPERATOR_TYPENAME_P): Remove.
1487 * decl.c (unary_op_p): Use IDENTIFIER_TYPENAME_P, not
1488 OPERATOR_TYPENAME_P.
1489 (grok_op_properties): Likewise.
1490 * friend.c (do_friend): Handle friends that are member functions
1491 correctly.
1492 * lex.c (init_parse): Use OPERATOR_TYPENAME_FORMAT.
1493 * pt.c (instantiate_class_template): Rework for clarity. Avoid
1494 leaving TYPE_BEING_DEFINED set in obscure cases. Don't do
1495 any more partial instantiation than is absolutely necessary for
1496 implicit typename. Set PARTIAL_INSTANTIATION_P.
1497 (tsubst_decl): Use IDENTIFIER_TYPENAME_P.
1498 * semantics.c (begin_class_definition): Handle partial
1499 specializations of a type that was previously partially
1500 instantiated.
1501
1502 Wed Jan 6 03:18:53 1999 Mark Elbrecht <snowball3@usa.net.
1503
1504 * g++spec.c (LIBSTDCXX): Provide default definition.
1505 (lang_specific_driver): Use LIBSTDCXX instead of "-lstdc++".
1506
1507 Tue Jan 5 22:11:25 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1508
1509 * Make-lang.in (g++.o): Depend on prefix.h.
1510
1511 1999-01-04 Jason Merrill <jason@yorick.cygnus.com>
1512
1513 * tree.c (bound_pmf_p): New fn.
1514 * typeck.c (build_c_cast): Use it.
1515
1516 * decl.c (grok_op_properties): Use same_type_p.
1517
1518 Tue Dec 22 15:09:25 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1519
1520 * Makefile.in (cvt.o): Depend on toplev.h.
1521
1522 * cp-tree.h (check_template_shadow, pod_type_p): Add prototypes.
1523
1524 * cvt.c: Include toplev.h.
1525
1526 * except.c (get_eh_caught, get_eh_handlers): Hide prototypes and
1527 definitions.
1528
1529 * init.c (expand_vec_init): Initialize variable `itype'.
1530
1531 * lex.c (yyerror): Cast the argument passed to a ctype function to
1532 an unsigned char.
1533
1534 * method.c (build_mangled_C9x_name): Wrap prototype and definition
1535 in "HOST_BITS_PER_WIDE_INT >= 64".
1536
1537 * typeck.c (build_binary_op): Mark parameter `convert_p' with
1538 ATTRIBUTE_UNUSED.
1539
1540 1998-12-22 Mark Mitchell <mark@markmitchell.com>
1541
1542 * cp-tree.h (TYPE_RAISES_EXCEPTIONS): Improve documentation.
1543 * tree.c (build_exception_variant): Don't crash on empty throw
1544 specs.
1545
1546 1998-12-18 DJ Delorie <dj@cygnus.com>
1547
1548 * cvt.c (convert_to_reference): Check for both error_mark_node
1549 and NULL_NODE after call to convert_for_initialization.
1550
1551 1998-12-17 Jason Merrill <jason@yorick.cygnus.com>
1552
1553 * error.c (interesting_scope_p): New fn.
1554 (dump_simple_decl): Use it.
1555 (dump_expr, case CONSTRUCTOR): Force a & for a PMF.
1556 (dump_expr, case OFFSET_REF): Print ->* if appropriate.
1557
1558 1998-12-16 Mark Mitchell <mark@markmitchell.com>
1559
1560 * class.c (resolve_address_of_overloaded_function): Do conversion
1561 to correct type here, rather than ...
1562 (instantiate_type): Here.
1563
1564 * cp-tree.h (DECL_TEMPLATE_PARM_P): New macro.
1565 (DECL_TEMPLATE_TEMPLATE_PARM_P): Use it.
1566 (decl_template_parm_p): Remove.
1567 * decl.c (pushdecl): Don't set DECL_CONTEXT for a template
1568 parameter.
1569 * lex.c (do_identifier): Use DECL_TEMPLATE_PARM_P.
1570 * pt.c (push_inline_template_parms_recursive): Set it.
1571 (decl_template_parm_p): Remove.
1572 (check_template_shadow): Use DECL_TEMPLATE_PARM_P.
1573 (process_template_parm): Set it.
1574
1575 Wed Dec 16 16:33:58 1998 Dave Brolley <brolley@cygnus.com>
1576
1577 * lang-specs.h (default_compilers): Pass -MD, -MMD and -MG to cc1plus
1578 if configured with cpplib.
1579
1580 1998-12-15 Mark Mitchell <mark@markmitchell.com>
1581
1582 * decl.c (poplevel): Make sure ns_binding is initialized.
1583
1584 * decl.c (finish_function): Undo inadvertent change in previous
1585 patch.
1586
1587 1998-12-14 Mark Mitchell <mark@markmitchell.com>
1588
1589 * class.c (pushclass): Tweak handling of class-level bindings.
1590 (resolve_address_of_overloaded_function): Update pointer-to-member
1591 handling.
1592 (instantiate_type): Likewise.
1593 * cvt.c (cp_convert_to_pointer): Likewise.
1594 * decl.c (pop_binding): Take the DECL to pop, not just the name.
1595 Deal with `struct stat' hack.
1596 (binding_level): Add to documentation.
1597 (push_binding): Clear BINDING_TYPE.
1598 (add_binding): New function.
1599 (push_local_binding): Use it.
1600 (push_class_binding): Likewise.
1601 (poplevel): Adjust calls to pop_binding.
1602 (poplevel_class): Likewise.
1603 (pushdecl): Adjust handling of TYPE_DECLs; add bindings for hidden
1604 declarations to current binding level.
1605 (push_class_level_binding): Likewise.
1606 (push_overloaded_decl): Adjust handling of OVERLOADs in local
1607 bindings.
1608 (lookup_namespace_name): Don't crash when confronted with a
1609 TEMPLATE_DECL.
1610 (lookup_name_real): Do `struct stat' hack in local binding
1611 contexts.
1612 (build_ptrmemfunc_type): Adjust documentation.
1613 (grokdeclarator): Don't avoid building real array types when
1614 processing templates unless really necessary.
1615 (finish_method): Adjust calls to pop_binding.
1616 * decl2.c (reparse_absdcl_as_expr): Recursively call ourselves,
1617 not reparse_decl_as_expr.
1618 (build_expr_from_tree): Deal with a template-id as the function to
1619 call in a METHOD_CALL_EXPR.
1620 * pt.c (convert_nontype_argument): Tweak pointer-to-member handling.
1621 (maybe_adjust_types_For_deduction): Don't do peculiar things with
1622 METHOD_TYPEs here.
1623 (resolve_overloaded_unification): Handle COMPONENT_REFs. Build
1624 pointer-to-member types where necessary.
1625 * tree.c (build_cplus_array_type_1): Don't avoid building real
1626 array types when processing templates unless really necessary.
1627 (build_exception_variant): Compare the exception lists correctly.
1628
1629 1998-12-13 Mark Mitchell <mark@markmitchell.com>
1630
1631 * cp-tree.def (CPLUS_BINDING): Update documentation.
1632 * cp-tree.h (LOCAL_BINDING_P): New macro.
1633 (lang_identifier): Rename local_value to bindings.
1634 (tree_binding): Make `scope' of type `void*', not `tree'.
1635 (BINDING_SCOPE): Update documentation.
1636 (IDENTIFIER_LOCAL_VALUE): Remove.
1637 (IDENTIFIER_CLASS_VALUE): Document.
1638 (IDENTIFIER_BINDING): New macro.
1639 (IDENTIFIER_VALUE): Likewise.
1640 (TIME_IDENTIFIER_TIME): Likewise.
1641 (TIME_IDENTIFIER_FILEINFO): Likewise.
1642 (IMPLICIT_TYPENAME_P): Likewise.
1643 (set_identifier_local_value): Remove.
1644 (push_local_binding): New function.
1645 (push_class_binding): Likewise.
1646 * class.c (pushclass): Update comments; use push_class_binding.
1647 * decl.c (set_identifier_local_value_with_scope): Remove.
1648 (set_identifier_local_value): Likewise.
1649 (push_binding): New function.
1650 (pop_binding): Likewise.
1651 (binding_level): Update documentation. Remove shadowed.
1652 (BINDING_LEVEL): New macro.
1653 (free_binding_nodes): New variable.
1654 (poplevel): Adjust for new name-lookup scheme. Don't mess up
1655 BLOCK_VARs when doing for-scope extension. Remove effectively
1656 dead code.
1657 (pushlevel_class): Tweak formatting.
1658 (poplevel_class): Adjust for new name-lookup scheme.
1659 (print_binding_level): Likewise.
1660 (store_bindings): Likewise.
1661 (pushdecl): Likewise.
1662 (pushdecl_class_level): Likewise.
1663 (push_class_level_binding): Likewise.
1664 (push_overloaded_decl): Update comments. Adjust for new
1665 name-lookup scheme.
1666 (lookup_name_real): Likewise.
1667 (lookup_name_current_level): Likewise.
1668 (cp_finish_decl): Likewise.
1669 (require_complete_types_for_parms): Likewise. Remove misleading
1670 #if 0'd code.
1671 (grok_parms): Likewise. Don't call
1672 require_complete_types_for_parms here.
1673 (grok_ctor_properties): Don't treat templates as copy
1674 constructors.
1675 (grop_op_properties): Or as assignment operators.
1676 (start_function): Document. Adjust for new name-lookup scheme.
1677 (finish_function): Likewise.
1678 * decl2.c (do_local_using_decl): Use push_local_binding.
1679 * lex.c (begin_definition_of_inclass_inline): New function, split
1680 out from ...
1681 (do_pending_inlines): Here, and ...
1682 (process_next_inline): Here.
1683 (get_time_identifier): Use TIME_IDENTIFIER_* macros.
1684 (init_filename_times): Likewise.
1685 (extract_interface_info): Likewise.
1686 (ste_typedecl_interface_info): Likewise.
1687 (check_newline): Likewise.
1688 (dump_time_statistics): Likewise.
1689 (handle_cp_pragma): Likewise.
1690 (do_identifier): Adjust for new name-lookup scheme.
1691 * parse.y (function_try_block): Return ctor_initializer_opt value.
1692 (fndef): Use it.
1693 (fn.defpen): Pass appropriate values to start_function.
1694 (pending_inline): Use functor_try_block value, and pass
1695 appropriate values to finish_function.
1696 * pt.c (is_member_template): Update documentation; remove handling
1697 of FUNCTION_DECLs. As per name, this function should deal only in
1698 TEMPLATE_DECLs.
1699 (decl_template_parm_p): Change name of olddecl parameter to decl.
1700 (check_template_shadow): Adjust for new name-lookup scheme.
1701 (lookup_template_class): Likewise.
1702 (tsubst_decl): Tweak so as not to confuse member templates with
1703 copy constructors and assignment operators.
1704 (unify): Handle UNION_TYPEs.
1705 * ptree.c (print_lang_identifier): Adjust for new name-lookup scheme.
1706 (lang_print_xnode): Adjust for new name-lookup scheme.
1707 * typeck.c (mark_addressable): Likewise.
1708 (c_expand_return): Likewise.
1709
1710 1998-12-08 Jason Merrill <jason@yorick.cygnus.com>
1711
1712 * decl.c (grokdeclarator): Allow field with same name as class
1713 in extern "C".
1714
1715 * decl.c (lookup_name_real): Don't limit field lookup to types.
1716 * class.c (check_member_decl_is_same_in_complete_scope): No error
1717 if icv and x are the same.
1718 * lex.c (do_identifier): Tweak error message.
1719
1720 1998-12-10 Mark Mitchell <mark@markmitchell.com>
1721
1722 * decl.c (start_enum): Use push_obstacks, not
1723 end_temporary_allocation.
1724 (finish_enum): Call pop_obstacks.
1725
1726 1998-12-10 Mark Mitchell <mark@markmitchell.com>
1727
1728 * class.c (instantiate_type): Return error_mark_node rather than
1729 junk.
1730
1731 1998-12-09 Mark Mitchell <mark@markmitchell.com>
1732
1733 * cp-tree.h (most_specialized_instantiation): New function.
1734 (print_candidates): Likewise.
1735 * class.c (validate_lhs): Remove.
1736 (resolve_address_of_overloaded_function): New function, split out
1737 and then substantially reworked, from ...
1738 (instantiate_type): Use it. Simplify.
1739 * cvt.c (convert_to_reference): Complain when caller has indicated
1740 that's the right thing to do. Don't crash if instantiate_type
1741 fails.
1742 * pt.c: Substitute `parameters' for `paramters' throughout.
1743 (print_candidates): Don't make it static.
1744 (most_specialized_instantiation): Split out from ...
1745 (most_specialized): Here.
1746
1747 Wed Dec 9 15:33:01 1998 Dave Brolley <brolley@cygnus.com>
1748
1749 * lex.c (lang_init_options): Initialize cpplib.
1750 * decl2.c (parse_options,cpp_initialized): Removed.
1751 (lang_decode_option): Move initialization of cpplib to
1752 lang_init_options.
1753
1754 1998-12-09 Mark Mitchell <mark@markmitchell.com>
1755
1756 * decl.c (grokdeclarator): Update the name of the TEMPLATE_DECL, as
1757 well as the TYPE_DECL, when a typedef name is assigned to a
1758 previously anonymous type.
1759
1760 1998-12-08 Andrew MacLeod <amacleod@cygnus.com>
1761
1762 * cp/except.c (call_eh_info): Use __start_cp_handler instead of
1763 __cp_eh_info for getting the eh info pointer. Add table_index to
1764 field list.
1765 (push_eh_cleanup): Don't increment 'handlers' data field.
1766 (process_start_catch_block): Don't set the 'caught' field.
1767
1768 * cp/exception.cc (CP_EH_INFO): New macro for getting the
1769 exception info pointer within library routines.
1770 (__cp_eh_info): Use CP_EH_INFO.
1771 (__start_cp_handler): Get exception info pointer, set caught field,
1772 and increment the handlers field. Avoids this being done by handlers.
1773 (__uncatch_exception, __check_eh_spec): Use CP_EH_INFO macro.
1774 (uncaught_exception): Use CP_EH_INFO macro.
1775
1776 Tue Dec 8 10:48:21 1998 Jeffrey A Law (law@cygnus.com)
1777
1778 * Make-lang.in (cxxmain.o): Depend on $(DEMANGLE_H), not demangle.h
1779
1780 Mon Dec 7 17:56:06 1998 Mike Stump <mrs@wrs.com>
1781
1782 * lex.c (check_newline): Add support for \ as `natural'
1783 characters in file names in #line to be consistent with #include
1784 handling. We support escape processing in the # 1 "..." version of
1785 the command. See also support in cp/lex.c.
1786
1787 1998-12-07 Zack Weinberg <zack@rabi.phys.columbia.edu>
1788
1789 * cp/decl2.c: s/data/opts/ when initializing cpp_reader
1790 structure.
1791
1792 1998-12-07 Jason Merrill <jason@yorick.cygnus.com>
1793
1794 * decl.c (build_typename_type): Set DECL_ARTIFICIAL.
1795
1796 * error.c (dump_simple_decl): Also print namespace context.
1797 (dump_function_decl): Likewise.
1798
1799 * decl2.c (ambiguous_decl): Don't print old value if it's
1800 error_mark_node.
1801
1802 * decl.c (lookup_name_real): Fix handling of local types shadowed
1803 by a non-type decl. Remove obsolete code.
1804 * cp-tree.h (DECL_FUNCTION_SCOPE_P): New macro.
1805
1806 * lang-options.h: Add -fpermissive.
1807 * decl2.c: Likewise.
1808 * cp-tree.h: Add flag_permissive.
1809 * decl.c (init_decl_processing): If neither -fpermissive or -pedantic
1810 were specified, set flag_pedantic_errors.
1811 * call.c (build_over_call): Turn dropped qualifier messages
1812 back into pedwarns.
1813 * cvt.c (convert_to_reference): Likewise.
1814 * typeck.c (convert_for_assignment): Likewise.
1815
1816 1998-12-05 Jason Merrill <jason@yorick.cygnus.com>
1817
1818 * decl2.c (coerce_new_type): Use same_type_p.
1819 (coerce_delete_type): Likewise.
1820
1821 * call.c (check_dtor_name): Return 1, not error_mark_node.
1822
1823 1998-12-04 Jason Merrill <jason@yorick.cygnus.com>
1824
1825 * lex.c (handle_cp_pragma): Disable #pragma interface/implementation
1826 if MULTIPLE_SYMBOL_SPACES.
1827
1828 * pt.c (check_template_shadow): New fn.
1829 * decl2.c (grokfield): Use it.
1830 * decl.c (pushdecl): Likewise.
1831 (pushdecl_class_level): Likewise.
1832 (start_method): Likewise.
1833 (xref_tag): Don't try to use 't' if we're defining.
1834
1835 * call.c (check_dtor_name): Just return an error_mark_node.
1836 * pt.c (lookup_template_class): Complain about using non-template here.
1837 * parse.y (apparent_template_type): Not here.
1838
1839 * pt.c (check_explicit_specialization): Complain about specialization
1840 with C linkage.
1841
1842 * lang-options.h: Add -f{no-,}implicit-inline-templates.
1843
1844 * pt.c (convert_nontype_argument): Don't assume that any integer
1845 argument is intended to be a constant-expression.
1846
1847 1998-12-03 Mark Mitchell <mark@markmitchell.com>
1848
1849 * class.c (handle_using_decl): Fix comment. Don't lookup
1850 constructors in base classes.
1851 (validate_lhs): Fix typo in comment.
1852 * search.c (lookup_field_1): Don't return a USING_DECL.
1853
1854 * cp-tree.h (DECL_ACCESS): Improve documentation.
1855
1856 * decl.c (expand_static_init): Don't set the initialization-done
1857 flag until the initialization is done.
1858
1859 1998-12-02 Mark Mitchell <mark@markmitchell.com>
1860
1861 * decl2.c (validate_nonmember_using_decl): Complain about using
1862 declarations for class members.
1863
1864 1998-11-29 Jason Merrill <jason@yorick.cygnus.com>
1865
1866 * typeck2.c (process_init_constructor): Use same_type_p.
1867
1868 * decl.c (check_tag_decl): Don't warn about null decl inside a
1869 class.
1870
1871 * pt.c (unify, case OFFSET_TYPE): Pass down 'strict' rather than
1872 UNIFY_ALLOW_NONE.
1873 (convert_nontype_argument): Use TYPE_PTRMEMFUNC_FN_TYPE.
1874 (resolve_overloaded_unification): Strip baselinks.
1875
1876 Fri Nov 27 13:07:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1877
1878 * g++spec.c: Don't prototype xmalloc.
1879
1880 1998-11-25 Jason Merrill <jason@yorick.cygnus.com>
1881
1882 * except.c (expand_throw): Use TYPE_PTR_P to check for pointers.
1883
1884 * decl.c (check_tag_decl): Do complain about null friend decl at
1885 file scope.
1886
1887 1998-11-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1888
1889 * lex.c (make_lang_type): Clear the whole struct lang_type, not
1890 only the first multiple of sizeof (int).
1891
1892 1998-11-24 Jason Merrill <jason@yorick.cygnus.com>
1893
1894 * decl.c (start_decl): An explicit specialization of a static data
1895 member is only a definition if it has an initializer.
1896
1897 * except.c (expand_throw): Use cp_finish_decl for the throw temp.
1898 * cvt.c (build_up_reference): Pass DIRECT_BIND down into
1899 cp_finish_decl.
1900 * init.c (expand_default_init): Check for DIRECT_BIND instead of
1901 DECL_ARTIFICIAL.
1902
1903 * call.c (build_over_call): Use build_decl.
1904
1905 * except.c (expand_throw): Just use convert, not
1906 build_reinterpret_cast.
1907
1908 * lex.c (handle_generic_pragma): Use token_buffer.
1909
1910 * decl.c (check_tag_decl): Don't complain about null friend decl.
1911
1912 1998-11-24 Dave Pitts <dpitts@cozx.com>
1913
1914 * Make-lang.in (DEMANGLER_PROG): Move the output arguments to the
1915 first position.
1916 * lex.c (check_newline): Use ISALPHA.
1917 (readescape): Use ISGRAPH.
1918 (yyerror): Use ISGRAPH.
1919
1920 1998-11-24 Nathan Sidwell <nathan@acm.org>
1921
1922 * search.c (get_abstract_virtuals): Do not use initial
1923 CLASSTYPE_ABSTRACT_VIRTUALS.
1924 * typeck2.c (abstract_virtuals_error): Show location of abstract
1925 declaration.
1926 * call.c (build_new_method_call): Use
1927 CLASSTYPE_ABSTRACT_VIRTUAL, rather than recalculate.
1928 * class.c (finish_struct_bits): Don't bother working out whether
1929 get_abstract_virtuals will do anything, just do it.
1930
1931 1998-11-24 Graham <grahams@rcp.co.uk>
1932
1933 * typeck.c (build_component_ref): Remove unused statement.
1934
1935 1998-11-24 Jason Merrill <jason@yorick.cygnus.com>
1936
1937 * class.c (add_method): Catch invalid overloads.
1938
1939 * class.c (add_method): Build up OVERLOADs properly for conversion ops.
1940 * search.c (lookup_conversions): Handle getting real OVERLOADs.
1941 (add_conversions): Likewise. Revert last change.
1942 * call.c (add_conv_candidate): Pass totype to add_candidate instead
1943 of fn. Don't add a new candidate if the last one was for the same
1944 type.
1945 (print_z_candidates): Handle getting a type as a function.
1946 (joust): If we got two conversion candidates to the same type,
1947 just pick one.
1948 (build_object_call): Lose 'templates'.
1949 (build_user_type_conversion_1): Handle getting real OVERLOADs.
1950
1951 1998-11-23 Jason Merrill <jason@yorick.cygnus.com>
1952
1953 * typeck2.c (process_init_constructor): If there are elements
1954 that don't have initializers and they need to have constructors
1955 run, supply them with initializers.
1956
1957 * class.c (finish_struct_1): A class with a 0-width bitfield is
1958 still empty.
1959
1960 1998-11-23 Mark Mitchell <mark@markmitchell.com>
1961
1962 * pt.c (instantiate_class_template): Don't try to figure out what
1963 specialization to use for a partial instantiation. Correct
1964 typos in a couple of comments. Avoid calling uses_template_parms
1965 multiple times.
1966
1967 1998-11-23 Benjamin Kosnik <bkoz@cygnus.com>
1968
1969 * method.c (process_overload_item): Add call to
1970 build_mangled_C9x_name for intTI_type_nodes.
1971 (build_mangled_C9x_name): Add prototype, define.
1972 * decl.c (init_decl_processing): Add names for
1973 TImode_type_node.
1974
1975 1998-11-23 Jason Merrill <jason@yorick.cygnus.com>
1976
1977 * parse.y (named_class_head): Update CLASSTYPE_DECLARED_CLASS.
1978
1979 * class.c (finish_struct_1): Set things up for 0-width bitfields
1980 like we do for others.
1981
1982 * decl.c (check_tag_decl): New fn.
1983 (shadow_tag): Split out from here.
1984 * decl2.c (grok_x_components): Call it.
1985
1986 1998-11-22 Jason Merrill <jason@yorick.cygnus.com>
1987
1988 * decl.c: Lose warn_about_return_type.
1989 (grokdeclarator): Always complain about implicit int, except for
1990 `main () { ... }'.
1991
1992 * decl.c (tag_name): New fn.
1993 (xref_tag): Complain about using typedef-name after class-key.
1994
1995 * init.c (expand_vec_init): Also keep going if from_array.
1996
1997 * tree.c (is_overloaded_fn): Also handle the output of
1998 build_offset_ref.
1999
2000 * decl.c (grokdeclarator): Use constructor_name when comparing
2001 field name against enclosing class.
2002 * class.c (finish_struct_anon): Likewise.
2003
2004 1998-11-22 Mark Mitchell <mark@markmitchell.com>
2005
2006 * decl.c (poplevel): Remove code to handle KEEP == 2.
2007 (finish_function): Don't confuse BLOCK-order when
2008 processing a destructor.
2009
2010 1998-11-21 Jason Merrill <jason@yorick.cygnus.com>
2011
2012 * decl.c (require_complete_types_for_parms): Call layout_decl
2013 after we've completed the type.
2014
2015 1998-11-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
2016
2017 * decl2.c (validate_nonmember_using_decl): Allow using templates
2018 from the global namespace.
2019
2020 1998-11-21 Jason Merrill <jason@yorick.cygnus.com>
2021
2022 Handle specifying template args to member function templates.
2023 * tree.c (build_overload): Always create an OVERLOAD for a template.
2024 * search.c (add_conversions): Handle finding an OVERLOAD.
2025 * decl2.c (check_classfn): Likewise.
2026 * lex.c (identifier_type): See through a baselink.
2027 * parse.y (do_id): Don't call do_identifier if we got a baselink.
2028 * class.c (instantiate_type, case TREE_LIST): Recurse.
2029
2030 * decl.c (grokdeclarator): Allow a boolean constant for array
2031 bounds, odd as that sounds.
2032
2033 * pt.c (unify): Be more strict about non-type parms, except for
2034 array bounds.
2035 (UNIFY_ALLOW_INTEGER): New macro.
2036
2037 1998-11-19 Manfred Hollstein <manfred@s-direktnet.de>
2038
2039 * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
2040
2041 1998-11-19 Jason Merrill <jason@yorick.cygnus.com>
2042
2043 * semantics.c (begin_class_definition): Call
2044 maybe_process_partial_specialization before push_template_decl.
2045 Don't call push_template_decl for a specialization.
2046 * search.c (lookup_field): Do return a member template class.
2047 * decl2.c (handle_class_head): Handle member template classes.
2048
2049 * decl.c (grokdeclarator): A parm type need not be complete.
2050
2051 * pt.c (convert_nontype_argument): Fix thinko.
2052
2053 1998-11-18 Mark Mitchell <mark@markmitchell.com>
2054
2055 * cp-tree.h (PTRMEM_CST_CLASS): Fix typo.
2056 (global_delete_fndecl): New variable.
2057 * decl.c (global_delete_fndecl): Define it.
2058 (init_decl_processing): Set it.
2059 * init.c (build_builtin_delete_call): Use it.
2060 * tree.c (mapcar): Recursively call mapcar for the type of EXPR
2061 nodes.
2062
2063 1998-11-18 Jason Merrill <jason@yorick.cygnus.com>
2064
2065 * decl.c (cplus_expand_expr_stmt): Always complain about unresolved
2066 type.
2067
2068 * tree.c (lvalue_p_1): An INDIRECT_REF to a function is an lvalue.
2069 * call.c (build_object_call): Also support references to functions.
2070 * typeck.c (convert_for_initialization): Don't decay a function
2071 if the target is a reference to function.
2072
2073 * search.c (add_conversions): Get all the overloads from a class.
2074
2075 * decl.c (grok_ctor_properties): Complain about any constructor
2076 that will take a single arg of the class type by value.
2077
2078 * typeck2.c (build_functional_cast): Can't create objects of
2079 abstract classes this way.
2080 * cvt.c (ocp_convert): Likewise.
2081
2082 * decl.c (grokfndecl): Member functions of local classes are not
2083 public.
2084
2085 1998-11-18 Mark Mitchell <mark@markmitchell.com>
2086
2087 * Make-lang.in (cc1plus): Add dependency on hash.o.
2088
2089 1998-11-18 Jason Merrill <jason@yorick.cygnus.com>
2090
2091 * search.c (get_abstract_virtuals): Complain about virtuals with
2092 no final overrider.
2093 * typeck2.c (abstract_virtuals_error): Remove handling for virtuals
2094 with no final overrider.
2095 * class.c (override_one_vtable): Don't set DECL_ABSTRACT_VIRTUAL_P
2096 on virtuals with no final overrider.
2097
2098 * lex.c (reinit_parse_for_block): Add a space after the initial ':'.
2099
2100 * class.c (finish_struct_1): Don't remove zero-width bit-fields until
2101 after layout_type.
2102
2103 * friend.c (do_friend): Don't set_mangled_name_for_decl.
2104
2105 * class.c (finish_struct_anon): Complain about non-fields.
2106 * decl2.c (build_anon_union_vars): Likewise.
2107
2108 * decl.c (grokdeclarator): Normal data members can't have the same
2109 name as the class, either.
2110 * class.c (finish_struct_anon): Neither can members of an
2111 anonymous union.
2112
2113 1998-11-17 Mark Mitchell <mark@markmitchell.com>
2114
2115 * cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.
2116 (TYPE_BINFO): Likewise.
2117 (IS_AGGR_TYPE): Tweak.
2118 (SET_IS_AGGR_TYPE): New macro.
2119 (CLASS_TYPE_P): Tweak.
2120 (lang_type): Group mark bitfields together. Remove linenum.
2121 (CLASSTYPE_SOURCE_LINE): Remove macro.
2122 (CLASSTYPE_MARKED_N): New macro.
2123 (SET_CLASSTYPE_MARKED_N): Likewise.
2124 (CLEAR_CLASSTYPE_MARKED_N): Likewise.
2125 (CLASS_TYPE_MARKED_*): Use them.
2126 (SET_CLASSTYPE_MARKED_*): Likewise.
2127 (CLEAR_CLASSTYPE_MARKED_*): Likewise.
2128 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
2129 (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.
2130 (TYPENAME_TYPE_FULLNAME): Use TYPE_BINFO rather than CLASSTYPE_SIZE.
2131 * class.c (class_cache_obstack): New variable.
2132 (class_cache_firstobj): Likewise.
2133 (finish_struct): Don't set CLASSTYPE_SOURCE_LINE.
2134 (pushclass): Free the cache, when appropriate.
2135 (popclass): Tidy.
2136 (maybe_push_cache_obstack): Use class_cache_obstack.
2137 * decl.c (include hash.h).
2138 (typename_hash): New function.
2139 (typename_compare): Likewise.
2140 (build_typename_type): Check the hash table to avoid creating
2141 duplicates.
2142 (build_ptrmemfunc_type): Use SET_IS_AGGR_TYPE.
2143 (grokdeclarator): Use CLASS_TYPE_P.
2144 (xref_basetypes): Likewise.
2145 (start_function): Likewise. Don't put current_class_ref on the
2146 permanent obstack.
2147 * error.c (dump_type_real): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO
2148 and TYPE_TI_ARGS.
2149 * lex.c (note_got_semicolon): Use CLASS_TYPE_P.
2150 (make_lang_type): Don't create TYPE_LANG_SPECIFIC and associated
2151 fields for types other than class types. Do clear TYPE_ALIAS_SET
2152 for types other than class types, though.
2153 * method.c (build_overload_identifier): Use CLASS_TYPE_P and
2154 TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2155 * pt.c (process_template_parm): Don't set
2156 CLASSTYPE_GOT_SEMICOLON.
2157 (lookup_template_class): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2158 Coerce arguments on the momentary obstack.
2159 (for_each_template_parm): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2160 (instantiate_class_template): Calculate template arguments on the
2161 momentary obstack. Tidy.
2162 (tsubst_template_arg_vector): Use make_temp_vec.
2163 (tsubst_aggr_type): Put template arguments on the momentary
2164 obstack.
2165 (tsubst_decl): Likewise.
2166 (tsubst): Copy the array bounds index to the permanent obstack
2167 before building index types. Use new macros.
2168 (unify): Use new macros.
2169 (do_type_instantiation): Likewise.
2170 * search.c (lookup_fnfields_1): Use new macros.
2171 (dfs_pushdecls): Build envelopes on the cache obstack.
2172 (dfs_compress_decls): Use new macros.
2173 (push_class_decls): Build on the cache obstack.
2174 * semantics.c (finish_typeof): Don't set CLASSTYPE_GOT_SEMICOLON.
2175 * sign.c (build_signature_pointer_or_reference_type): Use
2176 SET_IS_AGGR_TYPE.
2177 * tree.c (make_binfo): Check CLASS_TYPE_P.
2178 (copy_template_template_parm): Adjust.
2179 (make_temp_vec): Use push_expression_obstack.
2180 * typeck.c (complete_type): Use new macros.
2181 (comptypes): Likewise.
2182
2183 1998-11-17 Jason Merrill <jason@yorick.cygnus.com>
2184
2185 * pt.c (tsubst): Add diagnostics for invalid array, reference
2186 and pointer to member types.
2187
2188 1998-11-16 Jason Merrill <jason@yorick.cygnus.com>
2189
2190 * typeck2.c (my_friendly_abort): Don't fatal twice in a row.
2191
2192 * typeck.c (c_expand_start_case): Use build_expr_type_conversion.
2193 Simplify.
2194
2195 * parse.y (structsp): Fix cut-and-paste error.
2196
2197 * init.c (build_new): Complain about non-integral size.
2198
2199 * parse.y (unary_expr): Complain about defining types in sizeof.
2200
2201 * typeck.c (expr_sizeof): Complain about sizeof an overloaded fn.
2202
2203 * rtti.c (build_x_typeid): Complain about typeid without
2204 including <typeinfo>.
2205 (get_typeid): Likewise. Complain about typeid of incomplete type.
2206 (get_tinfo_fn_dynamic): Likewise.
2207 (get_typeid_1): Not static anymore.
2208 * except.c (build_eh_type_type): Use get_typeid_1.
2209
2210 * rtti.c (build_dynamic_cast_1): Give errors for dynamic_cast to
2211 ambiguous or private bases. Fix warning for reference cast.
2212
2213 1998-11-16 Mark Mitchell <mark@markmitchell.com>
2214
2215 * cp-tree.h (DECL_TEMPLATE_INSTANTIATED): New macro.
2216 * decl.c (duplicate_decls): Remove special-case code to deal with
2217 template friends, and just do the obvious thing.
2218 * pt.c (register_specialization): Tweak for clarity, and also to
2219 clear DECL_INITIAL for an instantiation before it is merged with a
2220 specialization.
2221 (check_explicit_specialization): Fix indentation.
2222 (tsubst_friend_function): Handle both definitions in friend
2223 declaration and outside friend declarations.
2224 (tsubst_decl): Don't clear DECL_INITIAL for an instantiation.
2225 (regenerate_decl_from_template): Tweak accordingly.
2226 (instantiate_decl): Likewise.
2227
2228 1998-11-16 Jason Merrill <jason@yorick.cygnus.com>
2229
2230 * decl.c (cplus_expand_expr_stmt): Promote warning about naked
2231 member function reference to error.
2232 * cvt.c (ocp_convert): Complain about converting an overloaded
2233 function to void.
2234
2235 * init.c (build_offset_ref): Just return a lone static member
2236 function.
2237
2238 * decl.c (cp_finish_decl): Only complain about real CONSTRUCTORs,
2239 not internal ones.
2240
2241 * typeck.c (build_binary_op_nodefault): Improve error handling.
2242
2243 * decl.c (grokfndecl): Complain about making 'main' a template.
2244
2245 * typeck.c (string_conv_p): Don't convert from wchar_t[] to char*.
2246
2247 * call.c (build_method_call): Handle a BIT_NOT_EXPR around a
2248 TYPE_DECL in a template.
2249
2250 1998-11-15 Jason Merrill <jason@yorick.cygnus.com>
2251
2252 * typeck2.c (my_friendly_abort): Add URL in the other case, too.
2253
2254 * decl.c (struct cp_function): Add named_label_uses.
2255 (push_cp_function_context): Save it.
2256 (pop_cp_function_context): Restore it.
2257 (define_label): Also complain about jumping into the scope of
2258 non-POD objects that don't have constructors.
2259 * tree.c (pod_type_p): New fn.
2260
2261 * pt.c (instantiate_class_template): Clear TYPE_BEING_DEFINED sooner.
2262 * rtti.c (synthesize_tinfo_fn): Call import_export_decl here.
2263 (get_tinfo_fn): Not here.
2264 * repo.c (repo_get_id): Abort if we get called for an incomplete
2265 type.
2266
2267 1998-11-13 Mark Mitchell <mark@markmitchell.com>
2268
2269 * except.c (expand_throw): Make sure first argument to
2270 __cp_push_exception is of type `void*' to avoid spurious error
2271 messages.
2272
2273 1998-11-11 Jason Merrill <jason@yorick.cygnus.com>
2274
2275 * pt.c (try_one_overload): Take orig_targs again. Only check for
2276 mismatches against them; we don't care what a previous call found.
2277 (resolve_overloaded_unification): Adjust.
2278
2279 * search.c (lookup_field): Don't return anything for a non-type
2280 field from a dependent type.
2281 * decl.c (grokdeclarator): Resolve SCOPE_REFs of the current class
2282 in an array declarator.
2283 (start_decl): Push into the class before looking for the field.
2284
2285 1998-11-08 Mark Mitchell <mark@markmitchell.com>
2286
2287 * method.c (build_overload_value): Handle REFERENCE_TYPE.
2288
2289 1998-11-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
2290
2291 * decl.c (grokdeclarator): Allow namespace-scoped members if they
2292 are friends.
2293
2294 1998-11-08 Jason Merrill <jason@yorick.cygnus.com>
2295
2296 * pt.c (tsubst_decl): Don't mess with the global value of an
2297 un-mangled DECL_ASSEMBLER_NAME.
2298
2299 1998-11-03 Christopher Faylor <cgf@cygnus.com>
2300
2301 * decl.c (init_decl_processing): Remove CYGWIN conditional
2302 since CYGWIN is now able to deal with trapping signals.
2303
2304 Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2305
2306 * cp-tree.h: Don't include gansidecl.h.
2307 * exception.cc: Include gansidecl.h (since we don't include config.h)
2308 * g++spec.c: Don't include gansidecl.h.
2309
2310 1998-11-06 Mark Mitchell <mark@markmitchell.com>
2311
2312 * cp-tree.h (lang_decl_flags): Add defined_in_class. Decrease
2313 size of dummy.
2314 (DECL_DEFINED_IN_CLASS_P): New macro.
2315 (TEMPLATE_PARMS_FOR_INLINE): Document.
2316 (check_static_variable_definition): New function.
2317 * decl.c (cp_finish_decl): Set DECL_DEFINED_IN_CLASS_P, if
2318 appropriate.
2319 (check_static_variable_definition): Split out from ...
2320 (grokdeclarator): Here.
2321 * pt.c (check_default_tmpl_args): New function, split out from ...
2322 (push_template_decl_real): Here.
2323 (instantiate_template): Fix comment.
2324
2325 1998-11-04 Mark Mitchell <mark@markmitchell.com>
2326
2327 * cp-tree.h (CP_TYPE_CONST_P): Make {0,1}-valued.
2328 (CP_TYPE_VOLATILE_P): Likewise.
2329 (CP_TYPE_RESTRICT_P): Likewise.
2330
2331 1998-11-03 Mark Mitchell <mark@markmitchell.com>
2332
2333 * pt.c (tsubst): Use build_index_type, not build_index_2_type.
2334
2335 1998-11-02 Jason Merrill <jason@yorick.cygnus.com>
2336
2337 * class.c (instantiate_type): Be more helpful.
2338
2339 * decl2.c (import_export_decl): Call import_export_class.
2340
2341 * cp-tree.h (EMPTY_CONSTRUCTOR_P): Check !TREE_HAS_CONSTRUCTOR.
2342 * decl2.c (build_expr_from_tree): Propagate TREE_HAS_CONSTRUCTOR.
2343 * pt.c (tsubst_copy): Likewise.
2344
2345 1998-11-02 Mark Mitchell <mark@markmitchell.com>
2346
2347 * init.c (expand_vec_init): Fix off-by-one error.
2348
2349 1998-11-02 Alexandre Oliva <oliva@dcc.unicamp.br>
2350
2351 * parse.y (apparent_template_type): New type.
2352 (named_complex_class_head_sans_basetype): Use it.
2353 * Makefile.in (CONFLICTS): One new conflict.
2354 * parse.c: Regenerated.
2355
2356 1998-11-01 Mark Mitchell <mark@markmitchell.com>
2357
2358 * cp-tree.h (COMPARE_STRICT): New macro.
2359 (COMPARE_BASE): Likewise.
2360 (COMPARE_RELAXED): Likewise.
2361 (COMPARE_REDECLARATION): Likewise.
2362 (same_type_p): Likewise.
2363 (same_or_base_type_p): Likewise.
2364 * call.c (standard_conversion): Use them, in place of comptypes
2365 with numeric arguments.
2366 (reference_binding): Likewise.
2367 (convert_like): Likewise.
2368 (build_over_call): Likewise.
2369 (is_subseq): Likewise.
2370 (is_properly_derived_from): Likewise.
2371 (compare_ics): Likewise.
2372 (joust): Likewise.
2373 * class.c (delete_duplicate_fields_1): Likewise.
2374 (resolves_to_fixed_type_p): Likewise.
2375 (instantiate_type): Likewise. Remove #if 0'd code.
2376 * decl.c (decls_match): Likewise. Use COMPARE_REDECLARATION here.
2377 (pushdecl): Likewise.
2378 (lookup_name_real): Likewise.
2379 (grokdeclarator): Likewise. Check for illegal array declarations.
2380 (grokparms): Likewise.
2381 (grok_op_properties): Likewise.
2382 * decl2.c (check_classfn): Likewise.
2383 * friend.c (is_friend): Likewise.
2384 (make_friend_class): Likewise.
2385 * init.c (expand_aggr_init): Likewise.
2386 (expand_vec_init): Likewise.
2387 * pt.c (is_member_template_class): Remove declaration.
2388 (is_specialization_of): Use COMPARE_* and new macros.
2389 (comp_template_parms): Likewise.
2390 (convert_nontype_argument): Likewise.
2391 (coerce_template_template_parms): Likewise.
2392 (template_args_equal): Likewise.
2393 (lookup_template_class): Likewise.
2394 (type_unification_real): Likewise.
2395 (unify): Likewise.
2396 (get_bindings_real): Likewise.
2397 * search.c (covariant_return_p): Likewise.
2398 (get_matching_virtual): Likewise.
2399 * sig.c (match_method_types): Likewise.
2400 * tree.c (vec_binfo_member): Likewise.
2401 (cp_tree_equal): Likewise.
2402 * typeck.c (common_type): Likewise.
2403 (comp_array_types): Likewise. Get issues involving unknown array
2404 bounds right.
2405 (comptypes): Update comments. Use new flags.
2406 (comp_target_types): Use new macros.
2407 (compparms): Likewise.
2408 (comp_target_parms): Likewise.
2409 (string_conv_p): Likewise.
2410 (build_component_ref): Likewise.
2411 (build_indirect_ref): Likewise.
2412 (build_conditional_expr): Likewise.
2413 (build_static_cast): Likewise.
2414 (build_reinterpret_cast): Likewise.
2415 (build_const_cast): Likewise.
2416 (build_modify_expr): Likewise.
2417 (convert_for_assignment): Likewise.
2418 (comp_ptr_ttypes_real): Likewise.
2419 (ptr_reasonably_similar): Likewise.
2420 (comp_ptr_ttypes_const): Likewise.
2421
2422 1998-10-31 Jason Merrill <jason@yorick.cygnus.com>
2423
2424 * rtti.c (build_dynamic_cast_1): Fix cut-and-paste error.
2425
2426 1998-10-30 Mark Mitchell <mark@markmitchell.com>
2427
2428 * decl2.c (delete_sanity): Pass integer_zero_node, not
2429 integer_two_node, to build_vec_delete.
2430 * init.c (build_array_eh_cleanup): Remove.
2431 (expand_vec_init_try_block): New function.
2432 (expand_vec_init_catch_clause): Likewise.
2433 (build_vec_delete_1): Don't deal with case that auto_delete_vec
2434 might be integer_two_node anymore.
2435 (expand_vec_init): Rework for initialization-correctness and
2436 exception-correctness.
2437 * typeck2.c (process_init_constructor): Make mutual exclusivity
2438 of cases more obvious.
2439
2440 1998-10-29 Jason Merrill <jason@yorick.cygnus.com>
2441
2442 * decl.c (lookup_name_real): OK, only warn if not lexing.
2443 Simplify suggested fix.
2444
2445 * cp-tree.h (IDENTIFIER_MARKED): New macro.
2446 * search.c (lookup_conversions): Use breadth_first_search.
2447 (add_conversions): Avoid adding two conversions to the same type.
2448 (breadth_first_search): Work with base binfos, rather
2449 than binfos and base indices.
2450 (get_virtual_destructor): Adjust.
2451 (tree_has_any_destructor_p): Adjust.
2452 (get_matching_virtual): Adjust.
2453
2454 * pt.c (push_template_decl_real): Generalize check for incorrect
2455 number of template parms.
2456 (is_member_template_class): #if 0.
2457
2458 1998-10-29 Richard Henderson <rth@cygnus.com>
2459
2460 * Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@,
2461 last.
2462
2463 1998-10-28 Zack Weinberg <zack@rabi.phys.columbia.edu>
2464
2465 * lex.c: Call check_newline from lang_init always. After
2466 calling cpp_start_read, set yy_cur and yy_lim to read from the
2467 cpplib token buffer.
2468
2469 1998-10-28 Jason Merrill <jason@yorick.cygnus.com>
2470
2471 * class.c (instantiate_type): Don't consider templates for a normal
2472 match.
2473
2474 * class.c (finish_struct_1): Don't complain about non-copy
2475 assignment ops in union members.
2476
2477 * class.c (build_vtable): Don't pass at_eof to import_export_vtable.
2478 (prepare_fresh_vtable): Likewise.
2479 (finish_struct_1): Don't call import_export_class.
2480 * decl2.c (finish_vtable_vardecl): Do import/export stuff.
2481 (finish_prevtable_vardecl): Lose.
2482 (finish_file): Don't call it.
2483 * pt.c (instantiate_class_template): Likewise.
2484 * cp-tree.h: Remove it.
2485
2486 * init.c (build_delete): Reset TYPE_HAS_DESTRUCTOR here.
2487 * decl.c (finish_function): Not here.
2488 (start_function): Do set DECL_INITIAL.
2489
2490 * pt.c (push_template_decl_real): Complain about default template
2491 args for enclosing classes.
2492
2493 * call.c (add_function_candidate): Treat conversion functions
2494 as coming from the argument's class.
2495 * cp-tree.h (DECL_CONV_FN_P): New fn.
2496 (DECL_DESTRUCTOR_P): Also check DECL_LANGUAGE.
2497 * class.c (add_method): Use DECL_CONV_FN_P.
2498 * decl2.c (check_classfn): Likewise.
2499 * error.c (dump_function_name): Likewise.
2500 (dump_function_decl): Likewise.
2501 * pt.c (fn_type_unification): Likewise.
2502 * search.c (add_conversions): Likewise.
2503
2504 1998-10-27 Jason Merrill <jason@yorick.cygnus.com>
2505
2506 * lex.c (do_identifier): Also generate LOOKUP_EXPR for RESULT_DECL.
2507 * method.c (hack_identifier): Also check for using RESULT_DECL
2508 from outer context.
2509
2510 1998-10-27 Mark Mitchell <mark@markmitchell.com>
2511
2512 * decl.c (grokdeclarator): Use type_quals, rather than constp,
2513 consistently.
2514
2515 1998-10-27 Jason Merrill <jason@yorick.cygnus.com>
2516
2517 * call.c (standard_conversion): instantiate_type here.
2518 (reference_binding): And here.
2519 (implicit_conversion): Not here.
2520 (build_op_delete_call): No need to cons up an OVERLOAD.
2521 * cvt.c (cp_convert_to_pointer): instantiate_type here.
2522 (convert_to_reference): And here.
2523 * decl.c (grok_reference_init): Not here.
2524 (grokparms): Or here.
2525 * typeck2.c (digest_init): Or here.
2526 * typeck.c (decay_conversion): Take the address of overloaded
2527 functions, too.
2528 (require_instantiated_type): Lose.
2529 (convert_arguments): Don't handle unknown types here.
2530 (build_c_cast): Likewise.
2531 (build_binary_op): Gut.
2532 (build_conditional_expr): Don't require_instantiated_type.
2533 (build_modify_expr): Likewise.
2534 (build_static_cast): Don't instantiate_type.
2535 (build_reinterpret_cast): Likewise.
2536 (build_const_cast): Likewise.
2537 (convert_for_initialization): Likewise.
2538 (build_ptrmemfunc): Use type_unknown_p.
2539 (convert_for_assignment): Also do default_conversion on overloaded
2540 functions. Hand them off to ocp_convert.
2541
2542 1998-10-26 Mark Mitchell <mark@markmitchell.com>
2543
2544 * error.c (dump_decl): Deal with TEMPLATE_DECLs that are
2545 VAR_DECLs. Handle vtables whose DECL_CONTEXT is not a type.
2546
2547 * class.c (finish_struct_1): Use build_cplus_array_type to build
2548 array types.
2549 * decl.c (init_decl_processing): Likewise.
2550 * except.c (expand_end_eh_spec): Likewise.
2551 * search.c (expand_upcast_fixups): Simplify very slightly.
2552
2553 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
2554
2555 * decl.c (grokdeclarator): Complain about a variable using
2556 constructor syntax coming back null from start_decl.
2557
2558 * friend.c (make_friend_class): Complain about trying to make
2559 a non-class type a friend.
2560
2561 * decl.c (grokfndecl): Set DECL_INITIAL for a defn here.
2562 (start_function): Not here.
2563
2564 1998-10-26 Brendan Kehoe <brendan@cygnus.com>
2565
2566 * decl.c (grokdeclarator): Disallow `explicit' in a friend declaration.
2567
2568 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
2569
2570 * typeck2.c (process_init_constructor): Only skip anonymous fields
2571 if they are bitfields.
2572
2573 * cp-tree.def (TYPEOF_TYPE): New code.
2574 * error.c (dump_type_real): Handle it.
2575 * pt.c (tsubst): Likewise.
2576 * tree.c (search_tree): Likewise.
2577 * semantics.c (finish_typeof): New fn.
2578 * parse.y (typespec): Use it.
2579 * cp-tree.h: Declare it.
2580
2581 1998-10-26 Manfred Hollstein <manfred@s-direktnet.de>
2582
2583 * cp-tree.h (FORMAT_VBASE_NAME): Make definition unconditional.
2584
2585 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
2586
2587 * typeck.c (convert_arguments): Don't handle pmf references
2588 specially.
2589
2590 * init.c (build_member_call): Don't try to convert to the base type
2591 if it's ambiguous or pedantic.
2592
2593 * typeck2.c (check_for_new_type): Only depend on pedantic for
2594 C-style casts.
2595
2596 1998-10-25 Mark Mitchell <mark@markmitchell.com>
2597
2598 * decl.c (grokdeclarator): Set DECL_NONCONVERTING_P for all
2599 non-converting constructors.
2600
2601 1998-10-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
2602
2603 * gxxint.texi: Correct documentation for n, N, Q, and B.
2604
2605 1998-10-23 Martin von Löwis <loewis@informatik.hu-berlin.de>
2606
2607 * parse.y (condition): Convert VAR_DECL from reference to indirect
2608 reference.
2609
2610 1998-10-23 Andrew MacLeod <amacleod@cygnus.com>
2611
2612 * exception.cc (__cp_pop_exception): Free the original exception
2613 value, not the potentially coerced one.
2614
2615 1998-10-23 Mark Mitchell <mark@markmitchell.com>
2616
2617 * Makefile.in (hash.h): Run gperf when necessary.
2618
2619 * cp-tree.h (CP_TYPE_READONLY): Remove.
2620 (CP_TYPE_VOLATILE): Likewise.
2621 (CP_TYPE_QUALS): New macro.
2622 (CP_TYPE_CONST_P): Likewise.
2623 (CP_TYPE_VOLATILE_P): Likewise.
2624 (CP_TYPE_RESTRICT_P): Likewise.
2625 (CP_TYPE_CONST_NON_VOLATILE_P): Likewise.
2626 (cp_build_type_variant): Rename to ...
2627 (cp_build_qualified_type): New function.
2628 (c_apply_type_quals_to_decl): Declare.
2629 (SIGNATURE_POINTER_NAME_FORMAT): Modify to allow `restrict'.
2630 (SIGNATURE_REFERENCE_NAME_FORMAT): Likewise.
2631 (cp_type_qual_from_rid): New function.
2632 (compparms): Remove unused parameter. All callers changed.
2633 (cp_type_quals): New function.
2634 (at_least_as_qualified_p): Likewise.
2635 (more_qualified_p): Likewise.
2636
2637 * call.c (standard_conversion): Replace calls to
2638 cp_build_type_variant with cp_build_qualified_type. Use
2639 CP_TYPE_QUALS to get qualifiers and at_least_as_qualified_p to
2640 compare them. Use CP_TYPE_* macros to check qualifiers.
2641 (reference_binding): Likewise.
2642 (implicit_conversion): Likewise.
2643 (add_builtin_candidates): Likewise.
2644 (build_over_call): Likewise.
2645 * class.c (overrides): Compare all qualifiers, not just `const',
2646 on method declarations.
2647 * cvt.c (convert_to_reference): More CP_TYPE_QUALS conversion, etc.
2648 (convert_pointer_to_real): Likewise.
2649 (type_promotes_to): Likewise.
2650 * decl.c (check_for_uninitialized_const_var): New function.
2651 (init_decl_processing): More CP_TYPE_QUALS conversion, etc.
2652 (cp_finish_decl): Use check_for_uninitialized_const_var.
2653 (grokdeclarator): More CP_TYPE_QUALS conversion, etc. Update to
2654 handle `restrict'.
2655 (grok_ctor_properties): Likewise.
2656 (grok_op_properties): Likewise.
2657 (start_function): Likewise.
2658 (rever_static_member_fn): Likewise.
2659 * decl2.c (grok_method_quals): Likewise.
2660 (grokfield): Likewise.
2661 * error.c (dump_readonly_or_volatile): Rename to ...
2662 (dump_qualifiers): New function. Handle `restrict'.
2663 (dump_type_real): Use it.
2664 (dump_aggr_type): Likewise.
2665 (dump_type_prefix): Likewise.
2666 (dump_type_suffix): Likewise.
2667 (dump_function_decl): Likewise.
2668 (cv_as_string): Likewise.
2669 * gxx.gperf: Add __restrict and __restrict__.
2670 * gxxint.texi: Document `u' as used for `__restrict', and a few
2671 other previously undocumented codes.
2672 * hash.h: Regenerated.
2673 * init.c (expand_aggr_init): More CP_TYPE_QUALS conversion, etc.
2674 (build_member_call): Likewise.
2675 (build_new_1): Likewise.
2676 * lex.c (init_parse): Add entry for RID_RESTRICT.
2677 (cons_up_default_function): More CP_TYPE_QUALS conversion, etc.
2678 (cp_type_qual_from_rid): Define.
2679 * lex.h (enum rid): Add RID_RESTRICT.
2680 * method.c (process_modifiers): Deal with `restrict'.
2681 * parse.y (primary): More CP_TYPE_QUALS conversion, etc.
2682 * parse.c: Regenerated.
2683 * pt.c (convert_nontype_argument): More CP_TYPE_QUALS conversion, etc.
2684 (tsubst_aggr_type): Likewise.
2685 (tsubst): Likewise.
2686 (check_cv_quals_for_unify): Likewise.
2687 (unify): Likewise.
2688 * rtti.c (init_rtti_processing): Likewise.
2689 (build_headof): Likewise.
2690 (get_tinfo_var): Likewise.
2691 (buidl_dynamic_cast_1): Likewise. Fix `volatile' handling.
2692 (expand_class_desc): Likewise.
2693 (expand_attr_desc): Likewise.
2694 (synthesize_tinfo_fn): Likewise.
2695 * search.c (covariant_return_p): Likewise. Fix `volatile' handling.
2696 (get_matching_virtual): Likewise.
2697 (expand_upcast_fixups): Likewise.
2698 * sig.c (build_signature_pointer_or_reference_name): Take
2699 type_quals, not constp and volatilep.
2700 (build_signature_pointer_or_reference_type): Likewise.
2701 (match_method_types): More CP_TYPE_QUALS conversion, etc.
2702 (build_signature_pointer_constructor): Likewise.
2703 (build_signature_method_call): Likewise.
2704 * tree.c (build_cplus_array_type): Likewise.
2705 (cp_build_type_variant): Rename to ...
2706 (cp_build_qualified_type): New function. Deal with `__restrict'.
2707 (canonical_type_variant): More CP_TYPE_QUALS conversion, etc.
2708 (build_exception_variant): Likewise.
2709 (mapcar): Likewise.
2710 * typeck.c (qualif_type): Likewise.
2711 (common_type): Likewise.
2712 (comptypes): Likewise.
2713 (comp_cv_target_types): Likewise.
2714 (at_least_as_qualified_p): Define.
2715 (more_qualified_p): Likewise.
2716 (comp_cv_qualification): More CP_TYPE_QUALS conversion, etc.
2717 (compparms): Likewise.
2718 (inline_conversion): Likewise.
2719 (string_conv_p): Likewise.
2720 (build_component_ref): Likewise.
2721 (build_indirect_ref): Likewise.
2722 (build_array_ref): Likewise.
2723 (build_unary_op): Likewise.
2724 (build_conditional_expr): Likewise.
2725 (build_static_cast): Likewise.
2726 (build_c_cast): Likewise.
2727 (build_modify_expr): Likewise.
2728 (convert_For_assignment): Likewise.
2729 (comp_ptr_ttypes_real): Likewise.
2730 (cp_type_quals): New function.
2731
2732 1998-10-23 Jason Merrill <jason@yorick.cygnus.com>
2733
2734 * cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays.
2735 (CP_TYPE_VOLATILE): Likewise.
2736 * decl.c (grokdeclarator): Use them.
2737 * tree.c (canonical_type_variant): Likewise.
2738
2739 1998-10-22 Martin von Löwis <loewis@informatik.hu-berlin.de>
2740
2741 * parse.y (named_class_head): Push into class while parsing the
2742 base class list.
2743 * decl2.c (push_scope, pop_scope): New functions.
2744 * cp-tree.h: Declare them.
2745 * init.c (build_new_1): Delay cleanup until end of full expression.
2746
2747 1998-10-21 Jason Merrill <jason@yorick.cygnus.com>
2748
2749 * typeck.c (build_component_ref): Use of a type here is an error.
2750
2751 1998-10-19 Jason Merrill <jason@yorick.cygnus.com>
2752
2753 Revamp references to member functions.
2754 * method.c (hack_identifier): Call build_component_ref for a
2755 reference to a member function.
2756 * typeck.c (build_component_ref): Only return a single function
2757 if it's static. Otherwise, return a COMPONENT_REF.
2758 (build_x_function_call): Handle a COMPONENT_REF.
2759 (build_unary_op): Handle all unknown-type things.
2760 * decl2.c (arg_assoc): Handle COMPONENT_REF.
2761 * class.c (instantiate_type): Complain if the function we get is a
2762 nonstatic member function. Remove code for finding "compatible"
2763 functions.
2764 * pt.c (tsubst_copy): Handle NOP_EXPR.
2765 * tree.c (build_dummy_object): New fn.
2766 (maybe_dummy_object): New fn.
2767 (is_dummy_object): New fn.
2768 * cp-tree.h: Declare them.
2769 * cvt.c (cp_convert_to_pointer): Use maybe_dummy_object.
2770 * error.c (dump_expr, case OFFSET_REF): Use is_dummy_object.
2771 * init.c (build_member_call): Use maybe_dummy_object and
2772 is_dummy_object.
2773 (build_offset_ref): Use maybe_dummy_object.
2774 (resolve_offset_ref): Use is_dummy_object.
2775 * typeck.c (build_x_function_call): Call build_dummy_object.
2776 (unary_complex_lvalue): Call is_dummy_object.
2777
2778 * typeck.c (build_component_addr): Make sure field is a field.
2779
2780 * call.c (build_new_op): Delete obsolete code.
2781
2782 * pt.c (tsubst, TEMPLATE*PARM*): Abort if we don't have any args.
2783
2784 1998-10-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
2785
2786 * decl2.c (validate_nonmember_using_decl): Fix using-directives of
2787 std if std is ignored.
2788
2789 1998-10-18 Jason Merrill <jason@yorick.cygnus.com>
2790
2791 * decl.c (grokvardecl): Fix thinko.
2792
2793 * decl.c (grokdeclarator): Embedded attrs bind to the right,
2794 not the left.
2795
2796 * parse.y (fn.def2): Fix 'attrs' format.
2797
2798 1998-10-18 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
2799
2800 * Makefile.in (CONFLICTS): Update.
2801 * parse.y (expr_or_declarator_intern): New rule.
2802 (expr_or_declarator, direct_notype_declarator, primary,
2803 functional_cast): Use it.
2804 (notype_declarator_intern): New rule.
2805 (notype_declarator, complex_notype_declarator): Use it.
2806
2807 1998-10-17 Jason Merrill <jason@yorick.cygnus.com>
2808
2809 * decl.c (grokfndecl): Set DECL_CONTEXT to namespace if appropriate.
2810 (grokvardecl): Likewise.
2811
2812 Sat Oct 17 23:27:20 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2813
2814 * class.c (make_method_vec): Cast 1st argument of `bzero' to (PTR).
2815 (add_method): Likewise for arguments 1 & 2 of `bcopy'.
2816
2817 * decl.c (signal_catch): Mark with ATTRIBUTE_NORETURN.
2818
2819 * pt.c (process_partial_specialization): Cast 1st argument of
2820 `bzero' to (PTR).
2821
2822 * tree.c (build_base_fields): Cast `base_align' to (int) when
2823 comparing against one.
2824
2825 1998-10-16 Mark Mitchell <mark@markmitchell.com>
2826
2827 * decl.c (lookup_name_real): Handle template parameters for member
2828 templates where said parameters have the same name as the
2829 surrounding class.
2830
2831 * decl.c (expand_static_init): Build cleanups before entering the
2832 anonymous function used to do them to avoid access-checking
2833 confusion.
2834
2835 * decl.c (grokfndecl): Add back call to cplus_decl_attributes
2836 accidentally removed by previous change, and make DECL_RTL here.
2837 * class.c (add_method): Don't make DECL_RTL here.
2838
2839 * pt.c (for_each_template_parm): Don't examine uninstantiated
2840 default arguments.
2841
2842 1998-10-16 Dave Brolley <brolley@cygnus.com>
2843
2844 * lex.c (real_yylex): Fix unaligned access of wchar_t.
2845
2846 1998-10-16 Mark Mitchell <mark@markmitchell.com>
2847
2848 * class.c (add_method): Fix documentation to reflect previous
2849 changes. Check for duplicate method declarations here.
2850 * decl.c (decls_match): Handle FUNCTION_DECL vs TEMPLATE_DECL
2851 correctly; such things never match.
2852 (grokfndecl): Don't look for duplicate methods here.
2853 * decl2.c (check_classfn): Don't assume names are mangled.
2854 Don't add bogus member function declarations to a class before the
2855 class type is complete.
2856 (grokfield): Reformat error message.
2857 * method.c (set_mangled_name_for_decl): Don't mangle names while
2858 processing_template_decl.
2859
2860 1998-10-16 Jason Merrill <jason@yorick.cygnus.com>
2861
2862 * typeck.c (build_indirect_ref): Complain about a pointer to data
2863 member, too.
2864 * typeck2.c (build_m_component_ref): Don't indirect a pointer to
2865 data member.
2866 * init.c (resolve_offset_ref): Don't undo the above.
2867
2868 * cp-tree.h (DECL_C_BIT_FIELD, SET_DECL_C_BIT_FIELD): New macros.
2869 (struct lang_decl_flags): Add `bitfield'.
2870 * class.c (finish_struct_1): Use DECL_C_BIT_FIELD instead of
2871 DECL_BIT_FIELD.
2872 * decl2.c (grokbitfield, grok_alignof): Likewise.
2873 * init.c (build_offset_ref): Likewise.
2874 * typeck.c (build_component_addr, expr_sizeof): Likewise.
2875 * cvt.c (build_up_reference): Don't crash if taking the address
2876 returns error_mark_node.
2877
2878 * decl.c (grokfndecl): Also check ctype when checking for ::main().
2879
2880 1998-10-15 Jason Merrill <jason@yorick.cygnus.com>
2881
2882 * decl.c (grokfndecl): ::main and __builtin_* get C linkage.
2883 Do mangling here.
2884 (grokdeclarator): Instead of here.
2885 * friend.c (do_friend): Lose special handling of ::main and
2886 __builtin_*.
2887 * cp-tree.h (DECL_MAIN_P): Check for C linkage.
2888
2889 * spew.c (yylex): Clear looking_for_typename if we got
2890 'enum { ... };'.
2891
2892 1998-10-15 Mark Mitchell <mark@markmitchell.com>
2893
2894 * class.c (maybe_warn_about_overly_private_class): Improve error
2895 messages for class with only private constructors.
2896
2897 * cp-tree.def (TYPENAME_TYPE): Add to documentation.
2898 * cp-tree.h (TYPENAME_TYPE_FULLNAME): Document.
2899 (build_typename_type): New function.
2900 * decl.c (build_typename_type): Broken out from ...
2901 (make_typename_type): Use it.
2902 * search.c (lookup_field): Likewise.
2903
2904 1998-10-14 Benjamin Kosnik <bkoz@rhino.cygnus.com>
2905
2906 * pt.c (convert_nontype_argument): Check against type_referred_to.
2907 * decl.c (grokvardecl): Check for declarator name before building
2908 DECL_ASSEMBLER_NAME.
2909
2910 1998-10-14 Mark Mitchell <mark@markmitchell.com>
2911
2912 * pt.c (lookup_template_class): Add comment.
2913 (instantiate_class_template): Don't mark the _TYPE node for
2914 member class templates as an instantiation.
2915
2916 1998-10-14 Jason Merrill <jason@yorick.cygnus.com>
2917
2918 * decl.c (grokfndecl): Fix my thinko.
2919
2920 1998-10-13 Jason Merrill <jason@yorick.cygnus.com>
2921
2922 * tinfo2.cc (fast_compare): Remove.
2923 (before): Just use strcmp.
2924 * tinfo.cc (operator==): Just use strcmp.
2925
2926 1998-10-13 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
2927
2928 * decl.c (grokfndecl): Don't check for linkage in `extern "C"'
2929 declarations.
2930
2931 1998-10-13 Mark Mitchell <mark@markmitchell.com>
2932
2933 * cp-tree.h (specializations_of_same_template_p): Remove.
2934 * search.c (get_template_base): Don't use it.
2935 (get_template_base_recursive): Likewise.
2936 * pt.c (specializations_of_same_template_p): Remove.
2937 (unify): Don't use it.
2938 (lookup_template_class): Find the correct parent when setting
2939 CLASSTYPE_TI_TEMPLATE.
2940
2941 1998-10-12 Jason Merrill <jason@yorick.cygnus.com>
2942
2943 * tinfo.cc (operator==): Always compare names.
2944
2945 1998-10-12 Herman ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2946
2947 * decl.c (start_function): Fix cut-and-paste error.
2948
2949 1998-10-12 Jason Merrill <jason@yorick.cygnus.com>
2950
2951 * inc/typeinfo: Add #pragma interface.
2952 (operator!=): Just call operator==.
2953 * tinfo.cc: Add #pragma implementation.
2954 (operator==): Move from inc/typeinfo and tinfo2.cc.
2955 Check __COMMON_UNRELIABLE instead of _WIN32.
2956
2957 * typeck2.c (my_friendly_abort): Add URL.
2958
2959 1998-10-12 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
2960
2961 * decl.c (start_method): Added extra parameter for attributes.
2962 * cp-tree.h (start_method): Update prototype.
2963 * parse.y (fn.def2): Update start_method parameter list.
2964
2965 1998-10-11 Mark Mitchell <mark@markmitchell.com>
2966
2967 * cp-tree.h (specializations_of_same_template_p): Declare.
2968 * pt.c (specializations_of_same_template_p): New function.
2969 (unify): Use it.
2970 * search.c (get_template_base): Use it.
2971 (get_template_base_recursive): Likewise.
2972
2973 1998-10-10 Manfred Hollstein <manfred@s-direktnet.de>
2974
2975 * decl2.c (start_objects): Add new variable `joiner' and
2976 initialize it properly.
2977
2978 1998-10-09 Mark Mitchell <mark@markmitchell.com>
2979
2980 * search.c (expand_upcast_fixups): Tweak to match 1998-10-07
2981 change to vtable types.
2982
2983 * cvt.c (ocp_convert): Avoid infinite recursion caused by
2984 1998-10-03 change.
2985
2986 1998-10-08 Jason Merrill <jason@yorick.cygnus.com>
2987
2988 * pt.c (resolve_overloaded_unification): New fn.
2989 (try_one_overload): Likewise.
2990 (unify): Don't fail on unknown type.
2991 (type_unification_real): Likewise. Use resolve_overloaded_unification
2992 to handle an overloaded argument.
2993 (template_args_equal): Split out...
2994 (comp_template_args): From here.
2995 (determine_specialization): Also allow a template with more
2996 parms than were explicitly specified.
2997 * cp-tree.h: Add template_args_equal.
2998 * call.c (resolve_args): Remove TEMPLATE_ID_EXPR code.
2999
3000 Thu Oct 8 15:58:30 1998 Anthony Green <green@cygnus.com>
3001
3002 * semantics.c (finish_asm_stmt): Revert my 1998-09-28
3003 change.
3004
3005 Thu Oct 8 06:00:19 1998 Jeffrey A Law (law@cygnus.com)
3006
3007 * typeck.c (unsigned_type): Only return TItype nodes when
3008 HOST_BITS_PER_WIDE_INT is >= 64 bits.
3009 (signed_type): Likewise.
3010 * decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
3011 when HOST_BITS_PER_WIDE_INT is >= 64 bits.
3012 (init_decl_processing): Only create TItype nodes when
3013 HOST_BITS_PER_WIDE_INT is >= 64 bits.
3014 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
3015 when HOST_BITS_PER_WIDE_INT is >= 64 bits.
3016
3017 Wed Oct 7 12:32:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3018
3019 * Makefile.in (hash.h): Add -L KR-C -F ', 0, 0' flags to gperf.
3020 (gxx.gperf): Update comments describing invocation flags.
3021 (hash.h): Regenerate using gperf 2.7.1 (19981006 egcs).
3022
3023 1998-10-07 Mark Mitchell <mark@markmitchell.com>
3024
3025 * class.c (finish_struct_1): Add commentary on previous change.
3026
3027 * cp-tree.h (vtbl_ptr_type_node): New variable.
3028 * class.c (build_vtbl_ref): Don't indirect through the vptr; it's
3029 already of the right type.
3030 (finish_struct_1): Make the vptr be of type vtbl_ptr_type_node.
3031 Simplify code to grow vtable.
3032 * decl.c (vtbl_ptr_type_node): Define.
3033 (init_decl_processing): Initialize it.
3034
3035 1998-10-06 Mark Mitchell <mark@markmitchell.com>
3036
3037 * cp-tree.def (PTRMEM_CST): New tree node.
3038 * cp-tree.h (ptrmem_cst): New type.
3039 (lang_type): Remove local_typedecls.
3040 (dummy): Increase to 12 bits from 11.
3041 (CLASSTYPE_LOCAL_TYPEDECLS): Remove.
3042 (PTRMEM_CST_CLASS): New macro.
3043 (PTRMEM_CST_MEMBER): Likewise.
3044 (current_access_specifier): New variable.
3045 (current_class_type): Remove duplicate declaration.
3046 (finish_struct): Change prototype.
3047 (unreverse_member_declarations): New function.
3048 (pushdecl_class_level): Change prototype.
3049 (grok_enum_decls): Remove.
3050 (fixup_anonymous_union): New function.
3051 (grok_x_components): Change prototype.
3052 (tsubst_chain): Remove.
3053 (finish_member_template_decl): Likewise.
3054 (check_explicit_specialization): Fix indentation.
3055 (finish_class_definition): Change prototype.
3056 (finish_member_class_template): Likewise.
3057 (finish_member_declaration): New function.
3058 (check_multiple_declarators): Likewise.
3059 * class.c (class_stack_node_t): New type.
3060 (current_class_base): Remove.
3061 (current_class_stack): Change type.
3062 (current_access_specifier): New variable.
3063 (grow_method): Remove.
3064 (check_member_decl_is_same_in_complete_scope): Break out from
3065 finish_struct.
3066 (make_method_vec): New function.
3067 (free_method_vec): Likewise.
3068 (add_implicitly_declared_members): Break out from finish_struct_1.
3069 (free_method_vecs): New variable.
3070 (add_method): Rework for direct use from parser.
3071 (handle_using_decl): Watch for NULL_TREE while iterating through
3072 CLASSTYPE_METHOD_VEC.
3073 (finish_struct_methods): Don't build CLASSTYPE_METHOD_VEC here;
3074 just do some error-checking.
3075 (warn_hidden): Change iteration through CLASSTYPE_METHOD_VEC.
3076 (finish_struct_1): Simplify. Use add_implicitly_declared_members.
3077 (finish_struct): Change prototype. Simplify; fields and methods
3078 are already set up at this point.
3079 (init_class_processing): Set up current_class_stack.
3080 (pushclass): Save current_access_specifier.
3081 (popclass): Restore it.
3082 (currently_open_class): Simplify.
3083 (build_self_reference): Remove use of CLASSTYPE_LOCAL_TYPEDECLS.
3084 * decl.c (saved_scope): Add access_specifier.
3085 (maybe_push_to_top_level): Save it.
3086 (pop_from_top_level): Restore it.
3087 (maybe_process_template_type_declaration): Use
3088 finish_member_declaration.
3089 (pushtag): Likewise.
3090 (pushdecl_class_level): Don't return a value.
3091 (fixup_anonymous_union): Break out from grok_x_components.
3092 (shadow_tag): Use it.
3093 (xref_tag): Complain about using an elaborated type specifier to
3094 reference a template type parameter or typedef name.
3095 (xref_basetypes): Don't set CLASSTYPE_LOCAL_TYPEDECLS.
3096 (current_local_enum): Remove.
3097 (build_enumerator): Call finish_member_declaration.
3098 (grok_enum_decls): Remove.
3099 * decl2.c (grok_x_components): Simplify.
3100 (check_classfn): Change iteration through CLASSTYPE_METHOD_VEC.
3101 (grokfield): Don't set CLASSTYPE_LOCAL_TYPEDECLS.
3102 (merge_functions): Add to comment.
3103 (arg_assoc_type): Prototype.
3104 (arg_assoc): Pass as many arguments as there are parameters.
3105 * error.c (dump_expr): Handle PTRMEM_CST. Improve handling of
3106 OFFSET_REF.
3107 * expr.c (cpls_expand_expr): Remove dead code. Handle
3108 PTRMEM_CST.
3109 * friend.c (do_friend): Lookup friends when in nested classes.
3110 Change comments.
3111 * init.c (build_offset_ref): Do lookup even for classes that are
3112 only partially defined.
3113 (decl_constant_value): Remove dead code.
3114 * method.c (build_overload_value): Remove hack where by TYPE was
3115 not a TYPE. Handle PTRMEM_CST.
3116 (build_template_parm_names): Don't pass a PARM_DECL where a TYPE
3117 should go.
3118 * parse.y (components, notype_components, component_decl,
3119 component_decl_1, component_declarator, component_declarator0):
3120 Now all are itype rather than ttype. Rework to add members to
3121 classes on the fly.
3122 (typesqpecqual_reserved): Use check_multiple_declarators.
3123 (structsp): Update class to finish_class_definition.
3124 (do_xref_defn): Unsplit into named_class_head.
3125 (access_specifier): Set current_access_specifier.
3126 * pt.c (set_current_access_from_decl): New function.
3127 (finish_member_template_decl): Don't take the parameters.
3128 (comp_template_args): Make more robust.
3129 (lookup_template_class): Don't use current_local_enum.
3130 (for_each_template_parm): Handle PTRMEM_CST.
3131 (instantiate_class_template): Use set_current_access_from_decl,
3132 finish_member_declaration and unreverse_member_declarations. Set
3133 lineno/input_filename before generating implicit member functions.
3134 (type_unification_real): Don't assume back-unification happens
3135 only for the last argument.
3136 (regenerate_decl_from_template): Call pushclass a bit earlier.
3137 (tsubst_chain): Remove.
3138 (tsubst_enum): Use set_current_access_from_decl.
3139 (set_mangled_name_for_template_decl): Fix indentation.
3140 * search.c (lookup_fnfields_1): Change iteration through
3141 CLASSTYPE_METHOD_VEC.
3142 (dfs_pushdecls): Likewise.
3143 (dfs_compress_decls): Likewise.
3144 (add_conversions): Likewise.
3145 * semantics.c (finish_class_definition): Don't take components.
3146 Change call to finish_struct.
3147 (finish_member_declaration): New function.
3148 (finish_member_class_template): Don't take template parameters.
3149 Change call to grok_x_components. Call finish_member_template_decl.
3150 (check_multiple_declarators): New function.
3151 * sig.c (append_signature_fields): Work from the TYPE_METHODS, not
3152 a passed in fieldlist.
3153 * tree.c (search_tree): Handle PTRMEM_CST.
3154 (mapcar): Likewise.
3155 * typeck.c (unary_complex_lvalue): Build PTRMEM_CSTs, not
3156 INTEGER_CSTs, for pointer-to-data members.
3157
3158 * call.c (resolve_args): Resolve template specializations, if
3159 possible.
3160
3161 Tue Oct 6 07:57:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3162
3163 * Makefile.in (spew.o): Depend on toplev.h.
3164
3165 * call.c (compare_ics): Initialize variables `deref_from_type2',
3166 `deref_to_type1' and `deref_to_type2'.
3167
3168 * except.c (get_eh_type): Hide prototype and definition.
3169 (process_start_catch_block_old): Remove unused static prototype.
3170
3171 * pt.c (tsubst_decl): Initialize variable `argvec'.
3172
3173 * spew.c: Include toplev.h.
3174
3175 1998-10-05 Jason Merrill <jason@yorick.cygnus.com>
3176
3177 * pt.c (instantiate_decl): Do save and restore file position.
3178
3179 1998-10-05 Martin von Löwis <loewis@informatik.hu-berlin.de>
3180
3181 * method.c (build_decl_overload_real): Clear
3182 numeric_output_need_bar after __.
3183
3184 1998-10-05 Nathan Sidwell <nathan@acm.org>
3185
3186 * call.c (build_new_method_call): Issue 'incomplete type' error,
3187 if class is not defined.
3188
3189 1998-10-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3190
3191 * call.c (build_object_call): Move declaration of variable
3192 `fn' into the scope where it is used. Don't access variable
3193 `fn' when it is uninitialized, instead use `fns'.
3194
3195 1998-10-04 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3196
3197 * errfn.c (cp_thing): Print buf as a string not as a printf format
3198 to avoid problems with the operator%. Consequently, `%%' sequences
3199 in format are copied as `%' in buf.
3200
3201 1998-10-04 Jason Merrill <jason@yorick.cygnus.com>
3202
3203 * pt.c (pop_tinst_level): Call extract_interface_info.
3204 (instantiate_decl): Don't save and restore file position.
3205
3206 * decl.c (cp_finish_decl): Make statics in extern inlines and
3207 templates common, if possible and the target doesn't support weak
3208 symbols.
3209
3210 * decl.c (grokdeclarator): Remove redundant calls to
3211 build_type_variant and some duplicated code.
3212 * sig.c (build_signature_reference_type): Only take the type parm.
3213 (build_signature_pointer_type): Likewise.
3214 * tree.c (build_cplus_method_type): Adjust.
3215 * cp-tree.h: Update.
3216
3217 1998-10-04 Mark Mitchell <mark@markmitchell.com>
3218
3219 * call.c (build_over_call): Make pedwarns about dropped qualifiers
3220 into full-fledged errors.
3221 * cvt.c (convert_to_reference): Likewise.
3222 * typeck.c (convert_for_assignment): Likewise.
3223
3224 * search.c (expand_upcast_vtables): In addition to unsetting
3225 TREE_READONLY, remove top-level const type qualifier.
3226
3227 1998-10-03 Mark Mitchell <mark@markmitchell.com>
3228
3229 * class.c (current_class_ptr, current_class_ref): Clarify
3230 documentation.
3231 * cvt.c (ocp_convert): Don't expect fold to remove all trivial
3232 NOP type conversions.
3233 * decl.c (decls_match): Use comptypes directly; ignore
3234 qualifiers on the DECL.
3235 (duplicate_decls): Remove qualifier checks on DECL.
3236 (grokdeclarator): Make the type built up include top-level
3237 qualifiers.
3238 * decl2.c (do_dtors): Fix spelling error.
3239 * error.c (dump_simple_decl): Don't look at qualifiers on the decl
3240 when printing type information.
3241 * init.c (build_new_1): Add documentation. Deal with the fact
3242 that type of allocated memory now contains qualifiers.
3243 * lex.c (is_global): Improve error-recovery.
3244 * sig.c (build_member_function_pointer): Don't cast away const
3245 on fields of sigtable_entry_type.
3246 * tree.c (lvalue_type): Don't look at top-level qualifiers on
3247 expressions.
3248 * typeck.c (decay_conversion): Likewise.
3249 (build_component_ref): Make sure the type of the COMPONENT_REF
3250 contains top-level qualifiers, as appropriate. Improve
3251 error-handling.
3252 (build_indirect_ref): Simplify. Don't strip top-level qualifiers.
3253 (build_array_ref): Likewise.
3254 (build_unary_op): Improve error-recovery.
3255 (unary_complex_lvalue): Make taking the address a bound member
3256 function an error, not a sorry.
3257 (build_conditional_expr): Look at the type qualifiers, not the
3258 qualifiers on the expression itself.
3259
3260 1998-10-03 Jason Merrill <jason@yorick.cygnus.com>
3261
3262 * decl2.c (merge_functions): Remove duplicates.
3263
3264 * decl2.c: Add -f{no-,}implicit-inline-templates.
3265 (import_export_decl): Check it.
3266
3267 * decl.c (lookup_name_real): Template parms also take precedence
3268 over implicit typename. Only warn if yylex.
3269
3270 * typeck.c (build_conditional_expr): Only fold if ifexp is an
3271 INTEGER_CST.
3272
3273 * decl2.c (finish_vtable_vardecl): Check DECL_INTERFACE_KNOWN
3274 instead of linkage.
3275
3276 1998-10-01 Jason Merrill <jason@yorick.cygnus.com>
3277
3278 * cp-tree.h (FORMAT_VBASE_NAME): New macro.
3279 * class.c (build_vbase_pointer): Use it.
3280 * rtti.c (expand_class_desc): Likewise.
3281 * tree.c (build_vbase_pointer_fields): Likewise.
3282
3283 Thu Oct 1 10:43:45 1998 Nick Clifton <nickc@cygnus.com>
3284
3285 * decl.c (start_decl): Add invocation of
3286 SET_DEFAULT_DECL_ATTRIBUTES, if defined.
3287 (start_function): Add invocation of
3288 SET_DEFAULT_DECL_ATTRIBUTES, if defined.
3289
3290 * lex.c: Replace occurrences of HANDLE_SYSV_PRAGMA with
3291 HANDLE_GENERIC_PRAGMAS.
3292
3293 1998-09-28 Anthony Green <green@cygnus.com>
3294
3295 * semantics.c (finish_asm_stmt): Always permit volatile asms.
3296
3297 1998-09-28 Mark Mitchell <mark@markmitchell.com>
3298
3299 * decl.c (grokdeclarator): Tighten checks for invalid
3300 destructors. Improve error-messages and error-recovery.
3301 * decl2.c (check_classfn): Don't assume that mangled destructor
3302 names contain type information.
3303
3304 1998-09-25 Jason Merrill <jason@yorick.cygnus.com>
3305
3306 * search.c (get_base_distance): Remove assert.
3307
3308 * decl2.c (build_anon_union_vars): Don't process a field with no
3309 name.
3310 (finish_anon_union): Also complain about local anon unions with no
3311 members.
3312
3313 1998-09-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
3314
3315 * decl.c (lookup_namespace_name): If the name is a namespace,
3316 return it immediately.
3317
3318 Fri Sep 25 11:45:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3319
3320 * cp-tree.h (define_case_label): Remove unused parameter.
3321 (check_java_method): Likewise.
3322 (grokclassfn): Likewise.
3323 (expand_aggr_init): Likewise.
3324 (build_x_delete): Likewise.
3325 (maybe_end_member_template_processing): Likewise.
3326 (unshare_base_binfos): Add prototype.
3327 (string_conv_p): Likewise.
3328 (my_friendly_abort): Mark with ATTRIBUTE_NORETURN.
3329
3330 * cvt.c (build_up_reference): Remove unused parameter
3331 `checkconst', all callers changed.
3332 (build_type_conversion): Mark parameter `code' with
3333 ATTRIBUTE_UNUSED.
3334 (build_expr_type_conversion): Initialize variable `conv'.
3335
3336 * decl.c (push_namespace): Initialize variable `d'.
3337 (define_case_label): Remove unused parameter `decl', all callers
3338 changed.
3339
3340 * decl2.c (lang_decode_option): If !USE_CPPLIB, mark parameter
3341 `argc' with ATTRIBUTE_UNUSED.
3342 (grokclassfn): Remove unused parameter `cname', all callers
3343 changed.
3344 (check_java_method): Likewise for parameter `ctype'.
3345 (copy_assignment_arg_p): Mark parameter `virtualp' with
3346 ATTRIBUTE_UNUSED.
3347 (finish_prevtable_vardecl): Likewise for parameter `prev'.
3348
3349 * expr.c (extract_init): Likewise for parameters `decl' and `init'.
3350
3351 * init.c (expand_aggr_init_1): Remove unused parameter
3352 `alias_this', all callers changed.
3353 (expand_aggr_init): Likewise.
3354 (expand_default_init): Likewise.
3355 (build_new_1): Initialize variable `susp'.
3356 (build_x_delete): Remove unused parameter `type', all callers
3357 changed.
3358
3359 * lex.c (set_typedecl_interface_info): Mark parameter `prev' with
3360 ATTRIBUTE_UNUSED.
3361 (readescape): Use (unsigned) value in shift.
3362 (real_yylex): Likewise. Likewise. Also cast `sizeof' to int when
3363 comparing to a signed quantity.
3364
3365 * pt.c (maybe_end_member_template_processing): Remove unused
3366 parameter `decl', all callers changed.
3367 (check_explicit_specialization): Add braces around empty body in
3368 an else-statement.
3369 (current_template_args): Initialize variable `args'.
3370 (lookup_template_class): Likewise for variable `prev_local_enum'.
3371 (tsubst_decl): Likewise for variable `r'.
3372 (set_mangled_name_for_template_decl): Initialize variable
3373 `context'.
3374
3375 * spew.c (scan_tokens): Change type of parameter `n' to unsigned.
3376 Likewise for variable `i'.
3377 (yylex): Initialize variable `trrr'.
3378
3379 * typeck.c (compparms): Mark variable `strict' with
3380 ATTRIBUTE_UNUSED.
3381
3382 * xref.c (simplify_type): Cast argument of ctype function to
3383 `unsigned char'.
3384
3385 1998-09-24 Mark Mitchell <mark@markmitchell.com>
3386
3387 * cp-tree.h (language_lvalue_valid): Remove.
3388 * decl.c (grokdeclarator): Don't disallow references to functions.
3389 * tree.c (lvalue_p_1): New function, combining duplicated
3390 code from ...
3391 (lvalue_p): Use it.
3392 (real_lvalue_p): Likewise.
3393 * typeck.c (language_lvalue_valid): Remove.
3394 (build_modify_expr): Treat FUNCTION_TYPEs as readonly, even though
3395 they don't have TREE_READONLY set.
3396 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.
3397
3398 1998-09-24 Benjamin Kosnik <bkoz@loony.cygnus.com>
3399
3400 * spew.c (yylex): Give diagnostic.
3401 * hash.h (is_reserved_word): Add export.
3402 * gxx.gperf: Likewise.
3403 * lex.h (rid): Add RID_EXPORT.
3404 * lex.c (init_parse): Likewise.
3405
3406 Tue Sep 22 21:01:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3407
3408 * friend.c (do_friend): Make warning a full sentence.
3409
3410 1998-09-22 Mark Mitchell <mark@markmitchell.com>
3411
3412 * parse.y (component_decl_list): Improve error-recovery.
3413
3414 1998-09-22 Benjamin Kosnik <bkoz@loony.cygnus.com>
3415
3416 * decl.c (make_typename_type): Move error to point where name
3417 variable can be used by dump_type.
3418
3419 1998-09-22 Mark Mitchell <mark@markmitchell.com>
3420
3421 * decl.c (grokfndecl): Improve error-recovery.
3422 * decl2.c (grokfield): Likewise.
3423 * pt.c (finish_member_template_decl): Likewise.
3424
3425 1998-09-20 Martin von Löwis <loewis@informatik.hu-berlin.de>
3426
3427 * method.c (hack_identifier): Finding multiple members is always
3428 an error.
3429
3430 1998-09-21 Per Bothner <bothner@cygnus.com>
3431
3432 * Make-lang.in (c++-filt): Link libiberty.a after cxxmain.o.
3433
3434 Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
3435
3436 * lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
3437
3438 1998-09-20 Mark Mitchell <mark@markmitchell.com>
3439
3440 * class.c (maybe_warn_about_overly_private_class): Reformat.
3441
3442 1998-09-17 Andrew MacLeod <amacleod@cygnus.com>
3443
3444 * exception.cc (__cplus_type_matcher): Realign some code.
3445
3446 1998-09-16 Mark Mitchell <mark@markmitchell.com>
3447
3448 * Make-lang.in (tinfo.o): Use CXXFLAGS when compiling.
3449 (tinfo2.o): Likewise.
3450 (exception.o): Likewise.
3451 (new.o): Likewise.
3452 (opnew.o): Likewise.
3453 (opnewnt.o): Likewise.
3454 (opvnew.o): Likewise.
3455 (opvnewnt.o): Likewise.
3456 (opdel.o): Likewise.
3457 (opdelnt.o): Likewise.
3458 (opvdel.o): Likewise.
3459 (opvdelnt.o): Likewise.
3460
3461 1998-09-16 Richard Henderson <rth@cygnus.com>
3462
3463 * decl.c (init_decl_processing): Kill __builtin_fp and __builtin_sp.
3464
3465 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
3466
3467 * call.c (build_field_call): Handle static data members too.
3468
3469 * typeck.c (comptypes): When comparing pointer types, check
3470 whether referred types match even in strictest modes.
3471
3472 1998-09-15 Mark Mitchell <mark@markmitchell.com>
3473
3474 * cp-tree.h: Revert previous change.
3475 (finish_struct_methods): Remove declaration.
3476 * class.c: Revert previous change.
3477 (maybe_warn_about_overly_private_class): New function.
3478 (finish_struct_methods): Declare here, and make static. Remove
3479 unnecessary parameters. Tidy slightly. Use
3480 maybe_warn_about_overly_private_class.
3481 (finish_struct_1): Adjust. Remove check for private constructors,
3482 now done elsewhere.
3483 (finish_struct): Adjust.
3484
3485 1998-09-15 Andrew MacLeod <amacleod@cygnus.com>
3486
3487 * except.c (expand_start_catch_block): No need to check for new
3488 exception model.
3489 (process_start_catch_block_old): Deleted.
3490 (process_start_catch_block): Add call to start_decl_1().
3491 (expand_end_catch_block): Add call to end_catch_handler().
3492 * exception.cc (__cplus_type_matcher): Only check the exception
3493 language if there is an exception table.
3494
3495 1998-09-15 Andrew MacLeod <amacleod@cygnus.com>
3496
3497 * search.c (expand_indirect_vtbls_init): Mark temporary stack slots
3498 as used to prevent conflicts with virtual function tables.
3499
3500 1998-09-14 Mark Mitchell <mark@markmitchell.com>
3501
3502 * cp-tree.h (lang_type): Add has_non_private_static_mem_fn.
3503 (CLASSTYPE_HAS_NON_PRIVATE_STATIC_MEM_FN): New macro, to access it.
3504 * class.c (maybe_class_too_private_p): New function.
3505 (finish_struct_methods): Use it.
3506 (finish_struct_1): Likewise.
3507 (finish_struct): Set CLASSTYPE_HAS_NON_PRIVATE_STATIC_MEM_FN if
3508 appropriate.
3509
3510 * pt.c (check_specialization_scope): Fix spelling error.
3511 (check_explicit_specialization): Remove code to handle explicit
3512 specializations in class scope; they are now correctly diagnosed
3513 as errors.
3514
3515 1998-09-10 Mark Mitchell <mark@markmitchell.com>
3516
3517 * decl.c (pushdecl): Don't copy types if the
3518 DECL_ABSTRACT_ORIGIN of the new decl matches the TYPE_NAME of the
3519 type.
3520
3521 1998-09-09 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
3522
3523 * class.c (get_enclosing_class): New function.
3524 (is_base_of_enclosing_class): Likewise.
3525 * cp-tree.h (get_enclosing_class): Declare.
3526 (is_base_of_enclosing_class): Likewise.
3527 * pt.c (coerce_template_parms): Use them.
3528
3529 1998-09-09 Jason Merrill <jason@yorick.cygnus.com>
3530
3531 * g++spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
3532 null to decide whether to use it.
3533
3534 * error.c (dump_type_real): Handle NAMESPACE_DECL.
3535 * parse.y (base_class.1): Avoid crash on error.
3536
3537 1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
3538
3539 * decl.c (make_typename_type): If context is a namespace, the code
3540 is in error.
3541
3542 1998-09-08 Mumit Khan <khan@xraylith.wisc.edu>
3543
3544 * parse.y (nomods_initdcl0): Set up the parser stack correctly.
3545
3546 1998-09-08 Mark Mitchell <mark@markmitchell.com>
3547
3548 * cp-tree.h (anonymous_namespace_name): Declare.
3549 * decl.c: Define it.
3550 (push_namespace): Use anonymous_namespace_name, rather than local
3551 static anon_name.
3552 * error.c (dump_decl): If a namespace is named
3553 anonymous_namespace_name, call it {anonymous}.
3554
3555 * decl.c (grokparms): Distinguish between references and pointers
3556 in error message.
3557
3558 1998-09-08 Richard Henderson <rth@cygnus.com>
3559 Mark Mitchell <mark@markmitchell.com>
3560
3561 * pt.c (process_partial_specialization): Consistently allocate
3562 and zero tpd.parms based on ntparms. Use tpd2.parms, not
3563 tpd.parms, where appropriate.
3564
3565 Sun Sep 6 00:00:51 1998 Jeffrey A Law (law@cygnus.com)
3566
3567 * Makefile.in (INCLUDES): Update after recent toplevel gcc
3568 reorganizations.
3569
3570 1998-09-05 Mark Mitchell <mark@markmitchell.com>
3571
3572 * cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove.
3573 * class.c (finish_struct): Remove hackery to deal with explicit
3574 specializations in class scope.
3575 * decl.c (grokfndecl): Improve error-recovery.
3576 * decl2.c (grokfield): Likewise.
3577 * pt.c (check_specialization_scope): New function.
3578 (begin_specialization): Call it.
3579 (process_partial_specialization): New function, split out from
3580 push_template_decl. Check partial specializations more
3581 stringently.
3582 (push_template_decl): Call it.
3583 (check_explicit_specialization): Don't attempt to handle explicit
3584 specializations in class scope.
3585 (template_parm_data): Document. Add current_arg and
3586 arg_uses_template_parms.
3587 (mark_template_parm): Set it.
3588 (tsubst_arg_types): Remove unused variable.
3589 * semantics.c (begin_class_definition): Tweak.
3590
3591 1998-09-04 Mark Mitchell <mark@markmitchell.com>
3592
3593 * inc/typeinfo (type_info::type_info(const char*)): Make
3594 `explicit'.
3595
3596 * cp-tree.h (hash_tree_cons_simple): New macro.
3597 * pt.c (tsubst_arg_types): New function. Use hash_tree_cons.
3598 (coerce_template_parms): Use make_temp_vec, instead of
3599 make_tree_vec. Document this behavior.
3600 (lookup_template_class): Likewise.
3601 (tsubst, cases METHOD_TYPE, FUNCTION_TYPE): Use tsubst_arg_types.
3602 Remove dead code (and add assertion to check its deadness). Fix
3603 bug w.r.t. exception specifications.
3604
3605 1998-09-03 Jason Merrill <jason@yorick.cygnus.com>
3606
3607 * decl2.c (import_export_vtable): Always make artificials comdat.
3608 (import_export_decl): Likewise.
3609 * pt.c (mark_decl_instantiated): Likewise.
3610
3611 1998-09-03 Mark Mitchell <mark@markmitchell.com>
3612
3613 * cp-tree.h (finish_globally_qualified_member_call_expr):
3614 Rename to ...
3615 (finish_qualified_call_expr).
3616 * semantics.c: Likewise.
3617 * parse.y (primary): Use it.
3618 * method.c (hack_identifier): Remove redundant code.
3619
3620 * init.c (resolve_offset_ref): Call convert_from_reference to
3621 handle members of reference type. Improve error recovery.
3622
3623 1998-09-03 Benjamin Kosnik <bkoz@cygnus.com>
3624
3625 * cp-tree.h: Declare warn_nontemplate_friend.
3626 * decl2.c (lang_decode_option): Set.
3627 * lang-options.h: Add -Wnon-template-friend.
3628 * friend.c (do_friend): Use to toggle non-template function warning.
3629
3630 1998-09-03 Mark Mitchell <mark@markmitchell.com>
3631
3632 * decl.c (finish_enum): Don't resolve CONST_DECLs to their
3633 corresponding INTEGER_CSTs when processing_template_decl.
3634 * pt.c (tsubst_enum): Tweak accordingly.
3635
3636 1998-09-03 Benjamin Kosnik <bkoz@rhino.cygnus.com>
3637
3638 * decl.c (pushdecl_class_level): Add warning here.
3639 (pushdecl): Tweak.
3640
3641 1998-09-02 Jason Merrill <jason@yorick.cygnus.com>
3642
3643 * cvt.c (convert_pointer_to_real): Tidy.
3644 * search.c (get_base_distance_recursive): Simplify.
3645 (get_base_distance): Likewise.
3646
3647 * pt.c (unify): Only special-case INTEGER_TYPE if it uses template
3648 parms.
3649
3650 Wed Sep 02 09:25:29 1998 Nick Clifton <nickc@cygnus.com>
3651
3652 * lex.c (check_newline): Call HANDLE_PRAGMA before
3653 HANDLE_SYSV_PRAGMA if both are defined. Generate warning messages
3654 if unknown pragmas are encountered.
3655 (handle_sysv_pragma): Interpret return code from
3656 handle_pragma_token (). Return success/failure indication rather
3657 than next unprocessed character.
3658 (pragma_getc): New function: retrieves characters from the
3659 input stream. Defined when HANDLE_PRAGMA is defined.
3660 (pragma_ungetc): New function: replaces characters back into the
3661 input stream. Defined when HANDLE_PRAGMA is defined.
3662
3663 1998-09-01 Jason Merrill <jason@yorick.cygnus.com>
3664
3665 * decl2.c (output_vtable_inherit): Use %cDIGIT in the operands.
3666 * class.c (build_vtable_entry_ref): Likewise.
3667
3668 1998-09-01 Mark Mitchell <mark@markmitchell.com>
3669
3670 * cp-tree.h (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION): New macro.
3671 * decl2.c (import_export_decl): Likewise.
3672 * pt.c (instantiate_decl): Use it.
3673
3674 1998-09-01 Jason Merrill <jason@yorick.cygnus.com>
3675
3676 * decl.c (lookup_name_real): Also do implicit typename thing for
3677 artificial TYPE_DECLs.
3678 * search.c (lookup_field): Likewise.
3679 (lookup_fnfields, lookup_field): Adjust for implicit typename kludge.
3680 * semantics.c (begin_constructor_declarator): Use enter_scope_of.
3681 (enter_scope_of): Extract type from implicit typename.
3682 (begin_class_definition): Likewise.
3683 * lex.c (identifier_type): Handle implicit typename when checking
3684 for SELFNAME.
3685
3686 * cp-tree.h: Declare flag_strict_prototype.
3687 * lex.c (do_scoped_id, do_identifier): Don't implicitly_declare if
3688 -fstrict-prototype.
3689 * decl.c (init_decl_processing): If -f{no,-}strict-prototype wasn't
3690 specified, set it to the value of pedantic.
3691
3692 1998-09-01 Mark Mitchell <mark@markmitchell.com>
3693
3694 * decl2.c (arg_assoc): Handle template-id expressions as arguments.
3695
3696 1998-08-31 Mark Mitchell <mark@markmitchell.com>
3697
3698 * decl.c (finish_enum): Handle member enums of classes declared in
3699 template functions.
3700
3701 * decl2.c (grok_x_components): Strip attributes before calling
3702 groktypename.
3703
3704 1998-08-31 Jason Merrill <jason@yorick.cygnus.com>
3705
3706 * cp-tree.h, decl2.c: Remove support for -fall-virtual,
3707 -fenum-int-equivalence and -fno-nonnull-objects.
3708 * class.c (check_for_override): Remove support for -fall-virtual.
3709 (finish_struct_1): Likewise.
3710 * call.c (build_new_op): Remove support for -fenum-int-equivalence.
3711 * typeck.c (build_binary_op_nodefault): Likewise.
3712 * cvt.c (ocp_convert): Likewise.
3713 * call.c (build_vfield_ref): Remove support for -fno-nonnull-objects.
3714 * class.c (build_vbase_path): Likewise.
3715
3716 Sun Aug 30 22:16:31 1998 H.J. Lu (hjl@gnu.org)
3717
3718 * Makefile.in (INTERFACE): New, set to 1.
3719
3720 1998-08-30 Mark Mitchell <mark@markmitchell.com>
3721
3722 * error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when
3723 comparing with global_namespace.
3724 (dump_aggr_type): Likewise.
3725
3726 * decl.c (grokfndecl): Issue error on declaration of friend
3727 templates with explicit template arguments.
3728
3729 * pt.c (convert_template_argument): New function, split out
3730 from...
3731 (coerce_template_parms): Here.
3732 (tsubst): Attempt better error-recovery.
3733
3734 1998-08-28 Benjamin Kosnik <bkoz@loony.cygnus.com>
3735
3736 * pt.c (decl_template_parm_p): Add checks for
3737 TEMPLATE_TEMPLATE_PARM.
3738
3739 1998-08-28 Mark Mitchell <mark@markmitchell.com>
3740
3741 * lex.c (do_identifier): Fix thinko in previous change.
3742
3743 1998-08-28 Jason Merrill <jason@yorick.cygnus.com>
3744
3745 * search.c (dfs_search, binfo_for_vtable, dfs_bfv_helper): New fns.
3746 * decl2.c (output_vtable_inherit): Call binfo_for_vtable.
3747
3748 1998-08-28 Richard Henderson <rth@cygnus.com>
3749
3750 Add support for discarding unused virtual functions.
3751 * lang-options.h: Add -fvtable-gc.
3752 * cp-tree.h: Add flag_vtable_gc.
3753 * decl2.c (output_vtable_inherit): New fn.
3754 (finish_vtable_vardecl): Call it.
3755 * class.c (build_vtable_entry_ref): New fn.
3756 (build_vtbl_ref): Call it.
3757
3758 1998-08-28 Mark Mitchell <mark@markmitchell.com>
3759
3760 * cp-tree.h (build_enumerator): Take the enumeration type as a
3761 parameter.
3762 * decl.c (finish_enum): Don't set the TREE_TYPE for the
3763 enumeration constant values if we're processing_template_decls.
3764 Don't set the type for the CONST_DECLs either; that's done in
3765 build_enumerator.
3766 (build_enumerator): Take the enumeration type as a
3767 parameter.
3768 * lex.c (do_identifier): Don't resolve enumeration constants while
3769 processing template declarations, even if they happen to be
3770 TEMPLATE_PARM_INDEXs.
3771
3772 * parse.y (current_enum_type): New variable.
3773 (primary): Don't allow statement-expression in local classes just
3774 as we don't in global classes.
3775 (structsp): Use current_enum_type.
3776 (enum_list): Likewise.
3777 * pt.c (tsubst_enum): Don't check for NOP_EXPRs introduced by
3778 finish_enum; they no longer occur.
3779
3780 * cp-tree.h (finish_base_specifier): New function.
3781 * parse.y (base_class): Use it.
3782 * semantics.c (finish_base_specifier): Define it.
3783
3784 * parse.y (structsp): Warn on use of typename outside of template
3785 declarations.
3786
3787 1998-08-27 Jason Merrill <jason@yorick.cygnus.com>
3788
3789 * lex.c (handle_cp_pragma): Remove #pragma vtable.
3790 * lang-options.h: Remove +e options.
3791 * decl2.c (lang_decode_option): Likewise.
3792 (import_export_vtable): Don't check write_virtuals.
3793 (finish_vtable_vardecl, finish_file): Likewise.
3794 * search.c (dfs_debug_mark): Likewise.
3795 * semantics.c (begin_class_definition): Likewise.
3796 * class.c (build_vtable, finish_vtbls, finish_struct_1): Likewise.
3797
3798 * call.c (build_over_call): Check flag_elide_constructors.
3799 * decl2.c: flag_elide_constructors defaults to 1.
3800 * typeck.c (convert_arguments): Remove return_loc parm.
3801 (build_function_call_real): Adjust.
3802
3803 * search.c: Tear out all mi_matrix and memoize code.
3804 (lookup_field, lookup_fnfields): Use scratch_tree_cons.
3805 * lang-options.h: Remove documentation for -fhandle-exceptions,
3806 -fmemoize-lookups and -fsave-memoized.
3807 * cp-tree.h: Lose mi_matrix and memoize support.
3808 * decl2.c: Ignore -fmemoize-lookups and -fsave-memoized.
3809 * class.c: Lose struct class_level.
3810 (pushclass, popclass): Lose memoize support.
3811 * init.c (build_offset_ref): Likewise.
3812
3813 Never change BINFO_INHERITANCE_CHAIN.
3814 * init.c (emit_base_init): Change modification of
3815 BINFO_INHERITANCE_CHAIN to an assert.
3816 * search.c (get_base_distance_recursive): Likewise.
3817 (get_base_distance): Likewise.
3818 (lookup_member): Likewise.
3819 (convert_pointer_to_single_level): Likewise.
3820 (lookup_field): Likewise. Lose setting TREE_VIA_* on TREE_LISTs.
3821 (lookup_fnfields): Likewise.
3822 * tree.c (propagate_binfo_offsets): Don't call unshare_base_binfos.
3823 (unshare_base_binfos): Don't call propagate_binfo_offsets.
3824 (layout_basetypes): Call propagate_binfo_offsets instead of
3825 unshare_base_binfos.
3826 * decl.c (xref_basetypes): Call unshare_base_binfos.
3827 * pt.c (instantiate_class_template): Likewise.
3828 * tree.c (reverse_path): Remove 'copy' parm; always make a
3829 temporary copy.
3830 * class.c (build_vbase_path): Just call it.
3831 * search.c (compute_access): Likewise. Don't re-reverse.
3832
3833 1998-08-27 Mark Mitchell <mark@markmitchell.com>
3834
3835 * class.c (build_vbase_path): Use reverse_path.
3836 (finish_base_struct): Move warnings for inaccessible bases to
3837 layout_basetypes.
3838 (modify_one_vtable): Remove check of TREE_USED (binfo).
3839 (fixup_vtable_deltas1): Likewise.
3840 * cp-tree.h (BINFO_INHERITANCE_CHAIN): Document here.
3841 (xref_tag): Remove binfos parameter.
3842 (make_binfo): Remove chain parameter.
3843 (reverse_path): Add copy parameter.
3844 * decl.c (init_decl_processing): Change calls to xref_tag.
3845 (xref_tag): Remove binfos parameter.
3846 (xref_basetypes): Change calls to make_binfo.
3847 * decl2.c (grok_x_components): Change calls to xref_tag.
3848 (handle_class_head): Likewise.
3849 * friend.c (do_friend): Likewise.
3850 * lex.c (make_lang_type): Change calls to make_binfo.
3851 * parse.y (structsp): Change calls to xref_tag.
3852 (named_complex_class_head_sans_basetype): Likewise.
3853 (named_class_head): Likewise.
3854 * rtti.c (init_rtti_processing): Likewise.
3855 * search.c (compute_access): Change calls to reverse_path.
3856 (dfs_get_vbase_types): Change calls to make_binfo.
3857 (get_vbase_types): Remove dead code.
3858 * tree.c (unshare_base_binfos): Change calls to make_binfo.
3859 (layout_basetypes): Warn here about inaccessible bases.
3860 (make_binfo): Remove chain parameter.
3861 (reverse_path): Add copy parameter.
3862
3863 1998-08-27 Jason Merrill <jason@yorick.cygnus.com>
3864
3865 * class.c: #if 0 complete_type_p.
3866 * init.c (build_java_class_ref, build_new_1): Remove unused locals.
3867 * method.c (process_overload_item): Likewise.
3868 * typeck.c (comp_target_types): Likewise.
3869
3870 Stop sharing binfos for indirect virtual bases.
3871 * tree.c (propagate_binfo_offsets): Unshare vbases, too.
3872 (layout_basetypes): Likewise.
3873 (unshare_base_binfos): Copy vbases, too.
3874 * cp-tree.h (BINFO_VIA_PUBLIC, BINFO_BASEINIT_MARKED,
3875 BINFO_VBASE_INIT_MARKED): Remove obsolete macros.
3876 (BINFO_PUSHDECLS_MARKED, SET_BINFO_PUSHDECLS_MARKED,
3877 CLEAR_BINFO_PUSHDECLS_MARKED): New macros.
3878 * search.c (lookup_field, lookup_fnfields, lookup_member): Remove
3879 reference to BINFO_VIA_PUBLIC.
3880 (marked_pushdecls_p, unmarked_pushdecls_p): New fns.
3881 (push_class_decls): Use them.
3882 (dfs_pushdecls): Use SET_BINFO_PUSHDECLS_MARKED.
3883 (dfs_compress_decls): Use CLEAR_BINFO_PUSHDECLS_MARKED.
3884
3885 1998-08-27 Mark Mitchell <mark@markmitchell.com>
3886
3887 * decl.c (build_enumerator): Set DECL_CONTEXT for the
3888 CONST_DECLs.
3889
3890 1998-08-26 Mark Mitchell <mark@markmitchell.com>
3891
3892 * cp-tree.h (finish_enum): Change prototype.
3893 * decl.c (finish_enum): Use TYPE_VALUES, rather than taking a
3894 VALUES parameter. Don't try to compute mins/maxs if
3895 processing_template_decl.
3896 * parse.y (structsp): Use new calling sequence for finish_enum.
3897 * pt.c (tsubst_enum): Likewise. Take the new type as input.
3898 (lookup_template_class): Remove unused variables. Tweak.
3899 Register enums on instantiation list before substituting
3900 enumeration constants.
3901 (tsubst_decl): Remove unused variables.
3902 (regenerate_decl_from_template): Likewise.
3903
3904 * decl.c (duplicate_decls): Don't obliterate the
3905 DECL_TEMPLATE_INFO for a template if we're not replacing it with
3906 anything.
3907
3908 * lex.c (do_identifier): Fix typo in comment.
3909
3910 Wed Aug 26 10:54:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3911
3912 * errfn.c: Remove stdarg.h/varargs.h.
3913 * tree.c: Likewise.
3914
3915 1998-08-25 Brendan Kehoe <brendan@cygnus.com>
3916
3917 * pt.c (tsubst_copy): Only do typename overloading on an
3918 IDENTIFIER_NODE that happens to look like a typename if it actually
3919 has a type for us to use.
3920
3921 1998-08-25 Jason Merrill <jason@yorick.cygnus.com>
3922
3923 * typeck.c (comp_cv_target_types): Split out...
3924 (comp_target_types): From here. Don't allow cv-qual changes under
3925 a pointer if nptrs == 0. Fix OFFSET_TYPE handling.
3926 (build_ptrmemfunc): Pass 1 to nptrs.
3927 * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
3928
3929 1998-08-25 Mark Mitchell <mark@markmitchell.com>
3930
3931 * search.c (dependent_base_p): Don't compare a binfo to
3932 current_class_type; use the TREE_TYPE of the binfo instead.
3933
3934 * cp-tree.h (CLASS_TYPE_P): Revise definition.
3935
3936 1998-08-25 Jason Merrill <jason@yorick.cygnus.com>
3937
3938 * decl.c (duplicate_decls): Don't complain about different
3939 exceptions from an internal decl even if pedantic.
3940
3941 * typeck.c (convert_for_assignment): Converting from pm of vbase
3942 to derived is an error, not a sorry.
3943
3944 * call.c (build_over_call): Use convert_pointer_to_real for 'this'.
3945 * class.c (fixed_type_or_null): Rename from
3946 resolves_to_fixed_type_p. Return the dynamic type of the
3947 expression, if fixed, or null.
3948 (resolves_to_fixed_type_p): Use it. Return 0 if the dynamic type
3949 does not match the static type.
3950 (build_vbase_path): Rename 'alias_this' to 'nonnull'. Use
3951 resolves_to_fixed_type_p again.
3952
3953 1998-08-24 Mark Mitchell <mark@markmitchell.com>
3954
3955 * pt.c (tsubst_decl): Move special case code for dealing with
3956 tricky friend templates here from ...
3957 (regenerate_decl_from_template): Here.
3958
3959 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
3960
3961 * decl.c (start_decl): Remove redundant linkage check.
3962
3963 1998-08-24 Gavin Romig-Koch <gavin@cygnus.com>
3964
3965 * typeck.c (c_expand_return): Handle the case that valtype
3966 is wider than the functions return type.
3967
3968 1998-08-24 Mark Mitchell <mark@markmitchell.com>
3969
3970 * cp-tree.h (CLASS_TYPE_P): New macro.
3971 * decl.c (grokdeclarator): Use it instead of IS_AGGR_TYPE.
3972 * pt.c (process_template_parm): Undo previous change.
3973
3974 1998-08-24 Benjamin Kosnik <bkoz@cygnus.com>
3975
3976 * cp-tree.h: Declare.
3977 * pt.c (decl_template_parm_p): New function.
3978 * decl.c (pushdecl): Check decls for redeclaring template parms.
3979 (xref_tag): Make redeclaration an error, print decl.
3980 * decl2.c (grokfield): Check field_decls for redeclaration as well.
3981
3982 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
3983
3984 * parse.y (primary): Fix up the type of string constants.
3985
3986 1998-08-24 Mark Mitchell <mark@markmitchell.com>
3987
3988 * typeck.c (convert_for_initialization): Move check for odd uses
3989 of NULL to avoid duplicate warnings.
3990
3991 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
3992
3993 * tree.c (lvalue_type): Fix for arrays.
3994 * typeck.c (string_conv_p): New fn.
3995 (convert_for_assignment): Use it.
3996 (build_unary_op): Use lvalue_type.
3997 * call.c (standard_conversion, convert_like): Use string_conv_p.
3998 (add_function_candidate): Use lvalue_type.
3999 * cvt.c (convert_to_reference): Likewise.
4000 * decl2.c (lang_decode_option): Ignore -traditional.
4001 * decl.c (init_decl_processing): flag_writable_strings inhibits
4002 flag_const_strings.
4003
4004 1998-08-24 Andrew MacLeod <amacleod@cygnus.com>
4005
4006 * lang-options.h (lang_options): Add fconst-strings to the list
4007 of valid options.
4008 * decl2.c (lang_f_options, lang_decode_option): Likewise.
4009
4010 1998-08-24 Nathan Sidwell <nathan@acm.org>
4011
4012 * lex.c (real_yylex): Don't warn about long long constants if
4013 we're allowing long long.
4014
4015 1998-08-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
4016
4017 * decl.c (pushdecl): Use IDENTIFIER_NAMESPACE_VALUE instead of
4018 accessing bindings directly.
4019
4020 * search.c (my_tree_cons): Reimplement.
4021
4022 * lang-specs.h: Remove __HONOR_STD.
4023 * inc/exception, inc/new, inc/new.h, inc/typeinfo: Likewise.
4024
4025 1998-08-23 Mark Mitchell <mark@markmitchell.com>
4026
4027 * decl.c (grokdeclarator): Complain about in-class initialization
4028 of aggregates and/or references.
4029 * pt.c (process_template_parm): Clear IS_AGGR_TYPE for
4030 TEMPLATE_TYPE_PARMs.
4031
4032 * decl2.c (grok_array_decl): Add comment.
4033 (mark_used): Don't instantiate an explicit instantiation.
4034 * friend.c (make_friend_class): Remove bogus comment. Fix check
4035 for partial specializations.
4036 * pt.c (check_explicit_specialization): Don't
4037 SET_DECL_EXPLICIT_INSTANTIATION here.
4038 (mark_decl_instantiated): Or here.
4039 (do_decl_instantiation): Do it here, instead. Add checks for
4040 duplicate explicit instantiations, etc. Tidy.
4041 (do_type_instantiation): Likewise.
4042 (instantiate_decl): Improve comments. Complain about explicit
4043 instantiations where no definition is available.
4044
4045 * cp-tree.h (ansi_null_node): Remove.
4046 * call.c (build_over_call): Warn about converting NULL to an
4047 arithmetic type.
4048 * cvt.c (build_expr_type_conversion): Likewise. Use
4049 null_ptr_cst_p instead of expanding it inline.
4050 * decl.c (ansi_null_node): Remove.
4051 (init_decl_processing): Make null_node always have integral type.
4052 * except.c (build_throw): Warn about converting NULL to an
4053 arithmetic type.
4054 * lex.c (init_parse): Remove handling of ansi_null_node.
4055 * pt.c (type_unification_real): Don't convert NULL to void* type.
4056 * typeck.c (build_binary_op_nodefault): Fix NULL warnings.
4057 (convert_for_assignment): Warn about converting NULL to an
4058 arithmetic type.
4059 (convert_for_initialization): Likewise.
4060
4061 1998-08-20 Jason Merrill <jason@yorick.cygnus.com>
4062
4063 * tree.c (search_tree, no_linkage_helper, no_linkage_check): New fn.
4064 * pt.c (coerce_template_parms): Use no_linkage_check.
4065 * decl.c (grokvardecl): Likewise.
4066 (grokfndecl): Likewise. Members of anonymous types have no linkage.
4067
4068 * method.c (process_overload_item): Remove useless code.
4069
4070 1998-08-20 Per Bothner <bothner@cygnus.com>
4071
4072 Handle new'ing of Java classes.
4073 * init.c (build_class_classref): New function.
4074 (build_new_1): If type is TYPE_FOR_JAVA: Call _Jv_AllocObject;
4075 constructor does not return this; don't need to exception-protect.
4076
4077 * pt.c (lookup_template_class): Copy TYPE_FOR_JAVA flag.
4078 * decl2.c (acceptable_java_type): Handle template-derived types.
4079
4080 1998-08-20 Per Bothner <bothner@cygnus.com>
4081
4082 * decl2.c (import_export_vtable): Suppress vtables for Java classes.
4083
4084 1998-08-20 Mark Mitchell <mark@markmitchell.com>
4085
4086 * decl.c (duplicate_decls): Always merge the old and new patterns
4087 for templates, regardless of whether or not the new one has
4088 DECL_INITIAL. Don't throw away specializations. Merge
4089 DECL_SAVED_TREE.
4090 * pt.c (tsubst_decl): Use the right pattern when calculating the
4091 complete args for a new template instance.
4092 (do_decl_instantiation): Fix typo in comment.
4093 (regenerate_decl_from_template): Deal with tricky friend template
4094 case.
4095 (instantiate_decl): Likewise.
4096
4097 Thu Aug 20 09:09:45 1998 Jeffrey A Law (law@cygnus.com)
4098
4099 * init.c (build_builtin_delete_call): Add missing assemble_external
4100 call.
4101
4102 1998-08-20 Jason Merrill <jason@yorick.cygnus.com>
4103
4104 * parse.y (notype_unqualified_id): Also accept ~A<int>.
4105
4106 1998-08-19 Mark Mitchell <mark@markmitchell.com>
4107
4108 * typeck.c (build_binary_op_nodefault): Warn on use of NULL in
4109 arithmetic.
4110 * except.c (build_throw): Warn when NULL is thrown, even with
4111 -ansi. Use ansi_null_node, rather than integer_zero_node, in the
4112 thrown expression.
4113
4114 * cp-tree.h (ansi_null_node): New variable.
4115 * decl.c (ansi_null_node): New variable.
4116 (init_decl_processing): Initialize its type.
4117 * lex.c (init_parse): Initialize its value. Use ansi_null_node
4118 for null_node in non-ANSI mode.
4119 * typeck.c (build_binary_op_nodefault): Use ansi_null_node in
4120 place of null_node to avoid spurious errors.
4121
4122 1998-08-17 Mark Mitchell <mark@markmitchell.com>
4123
4124 * cp-tree.h (enter_scope_of): New function.
4125 * parse.y (complex_direct_notype_declarator): Use it.
4126 * semantics.c (enter_scope_of): New function.
4127
4128 1998-08-17 Jason Merrill <jason@yorick.cygnus.com>
4129
4130 * decl.c (grokparms): No, here.
4131
4132 * decl.c (grokdeclarator): Catch parm with pointer to array of
4133 unknown bound here...
4134 * method.c (process_overload_item): ...not here.
4135
4136 * gxxint.texi: Remove obsolete documentation of overloading code.
4137
4138 * decl.c (finish_enum): Also set TYPE_SIZE_UNIT.
4139 * class.c (finish_struct_bits): Likewise.
4140
4141 * tree.c (lvalue_type): Fix for arrays.
4142 * typeck.c (build_unary_op): Use lvalue_type.
4143 * call.c (add_function_candidate): Likewise.
4144 * cvt.c (convert_to_reference): Likewise.
4145
4146 * decl2.c (lang_decode_option): Ignore -traditional.
4147
4148 * init.c (build_offset_ref): Don't mess with error_mark_node.
4149 * lex.c (do_scoped_id): Use cp_error.
4150
4151 * rtti.c (get_tinfo_fn): Don't mess with the context for now.
4152
4153 1998-08-17 Benjamin Kosnik <bkoz@loony.cygnus.com>
4154
4155 * decl.c (grokdeclarator): Allow anonymous types to be cv-qualified.
4156
4157 Mon Aug 17 10:40:18 1998 Jeffrey A Law (law@cygnus.com)
4158
4159 * cp-tree.h (set_identifier_local_value): Provide prototype.
4160
4161 * decl2.c (do_namespace_alias): Remove unused variables `binding'
4162 and `old'.
4163
4164 Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
4165
4166 * Makefile.in: Rename BBISON to BISON so that it can be properly
4167 inherited from the parent makefile.
4168
4169 1998-08-13 Jason Merrill <jason@yorick.cygnus.com>
4170
4171 * lang-options.h: Add -finit-priority.
4172 * decl2.c: Likewise. Check flag_init_priority instead of
4173 USE_INIT_PRIORITY.
4174
4175 * decl2.c (setup_initp): New fn.
4176 (start_objects, finish_objects, do_ctors): Handle init_priority.
4177 (do_dtors, finish_file): Likewise.
4178
4179 1998-08-13 Jason Merrill <jason@yorick.cygnus.com>
4180
4181 * pt.c (tsubst_copy): Hush warning.
4182
4183 * rtti.c (get_tinfo_fn): Also set DECL_IGNORED_P.
4184
4185 1998-08-12 Mark Mitchell <mark@markmitchell.com>
4186
4187 * pt.c (print_template_context): Don't abort when instantiating a
4188 synthesized method.
4189
4190 * decl.c (grokdeclarator): Issue errors on namespace qualified
4191 declarators in parameter lists or in class scope.
4192
4193 1998-08-09 Mark Mitchell <mark@markmitchell.com>
4194
4195 * pt.c (check_explicit_specialization): Don't abort on bogus
4196 explicit instantiations.
4197
4198 1998-08-07 Mark Mitchell <mark@markmitchell.com>
4199
4200 * typeck.c (require_complete_type): Use complete_type_or_else.
4201 (complete_type_or_else): Always return NULL_TREE on failure, as
4202 documented.
4203
4204 * pt.c (tsubst_aggr_type): Prototype.
4205 (tsubst_decl): New function, split out from tsubst. Set
4206 input_filename and lineno as appropriate.
4207 (pop_tinst_level): Restore the file and line number saved in
4208 push_tinst_level.
4209 (instantiate_class_template): Set input_filename and lineno as
4210 appropriate.
4211 (tsubst): Move _DECL processing to tsubst_decl. Make sure the
4212 context for a TYPENAME_TYPE is complete.
4213
4214 * decl2.c (grokbitfield): Issue errors on bitfields declared with
4215 function type.
4216 (do_dtors): As in do_ctors, pretend to be a member of the same
4217 class as a static data member while generating a call to its
4218 destructor.
4219
4220 * cvt.c (cp_convert_to_pointer): Handle NULL pointer
4221 conversions, even in complex virtual base class hierarchies.
4222
4223 1998-08-06 Mark Mitchell <mark@markmitchell.com>
4224
4225 * cp-tree.h (ENUM_TEMPLATE_INFO): New macro.
4226 (TYPE_TEMPLATE_INFO): Likewise.
4227 (SET_TYPE_TEMPLATE_INFO): Likewise.
4228 (ENUM_TI_TEMPLATE): Likewise.
4229 (ENUM_TI_ARGS): Likewise.
4230 (lookup_nested_type_by_name): Remove.
4231 * decl.c (maybe_process_template_type_declaration): Handle enums.
4232 (start_enum): Don't check for primary-template enum declarations
4233 here.
4234 (finish_enum): Clean up, document. Make sure template enum
4235 constants get the correct type.
4236 (build_enumerator): Copy initializers for template enumerations,
4237 too.
4238 (grok_enum_decls): Document.
4239 * lex.c (do_identifier): Document use of LOOKUP_EXPR a bit
4240 better. Build LOOKUP_EXPRs for local variables, even if they are
4241 TREE_PERMANENT.
4242 * pt.c (tsubst_enum): Remove field_chain parameter.
4243 (template_class_depth): Include the depth of surrounding function
4244 contexts.
4245 (push_template_decl): Check for primary-template enum declarations
4246 here. Deal with enumeration templates.
4247 (lookup_template_class): Likewise.
4248 (for_each_template_parm): Likewise.
4249 (instantiate_class_template): Don't call tsubst_enum directly,
4250 call tsubst instead, to instantiate enums. Deal with all
4251 field_chain issues here, not in tsubst_enum.
4252 (lookup_nested_type_by_name): Remove.
4253 (tsubst_aggr_type): Revise handling of enumeration types.
4254 (tsubst): Likewise.
4255 (tsubst_copy): Likewise.
4256 (tsubst_expr): Call tsubst, not tsubst_enum for TAG_DEFNs.
4257
4258 1998-08-04 Mark Mitchell <mark@markmitchell.com>
4259
4260 * decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it
4261 uses template parameters.
4262 * method.c (build_template_parm_names): Use the full set of
4263 template arguments for tsubst'ing.
4264 (build_overload_identifier): Pass the full set of template
4265 arguments to build_template_parm_names, not just the
4266 innermost_args.
4267 * pt.c (TMPL_ARGS_DEPTH): Define using
4268 TMPL_ARGS_HAVE_MULTIPLE_LEVELS, for clarity.
4269 (NUM_TMPL_ARGS): New macro.
4270 (add_outermost_template_args): Deal with the case where the outer
4271 args will be completely discarded.
4272 (coerce_template_parms): Use the full set of template arguments
4273 for tsubst'ing. Simplify. Add some asserts. Improve
4274 error messages.
4275 (lookup_template_class): Pass the full set of template arguments
4276 to coerce_template_parms.
4277 (tsubst): Add assertion.
4278 (do_type_instantiation): Don't instantiate member template
4279 classes.
4280
4281 * init.c (build_offset_ref): Deal with a TEMPLATE_ID_EXPR whose
4282 name is a LOOKUP_EXPR, rather than an IDENTIFIER_NODE.
4283
4284 1998-08-03 Jason Merrill <jason@yorick.cygnus.com>
4285
4286 * method.c (set_mangled_name_for_decl): Change return type to void.
4287
4288 * decl.c (lookup_name_real): A namespace-level decl takes priority
4289 over implicit typename. Avoid doing the same lookup twice.
4290
4291 * search.c (dependent_base_p): New fn.
4292 (dfs_pushdecls, dfs_compress_decls): Use it.
4293
4294 * typeck.c (get_member_function_from_ptrfunc): Don't try to handle
4295 virtual functions if the type doesn't have any.
4296
4297 1998-08-03 Mark Mitchell <mark@markmitchell.com>
4298
4299 * decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
4300 uses template parameters.
4301
4302 1998-08-02 Mark Mitchell <mark@markmitchell.com>
4303
4304 * cp-tree.def (LOOKUP_EXPR): Document. Remove second argument.
4305 * cp-tree.h (DECL_TI_TEMPLATE): Improve documentation.
4306 * lex.c (do_identifier): Don't use a second argument, or a type,
4307 when building LOOKUP_EXPRs.
4308 (do_identifier): Likewise.
4309 (do_scoped_id): Likewise.
4310 * method.c (hack_identifier): Improve error message.
4311 * pt.c (lookup_template_function): Don't needlessly call
4312 copy_to_permanent or build_min.
4313 (tsubst_copy): Remove #if 0'd code. tsubst into LOOKUP_EXPRs if
4314 necessary.
4315 (do_decl_instantiation): Improve error message.
4316 * tree.c (mapcar, case LOOKUP_EXPR): Don't be sorry; make a copy.
4317 (build_min): Copy the type to the permanent obstack, too.
4318
4319 1998-08-01 Jason Merrill <jason@yorick.cygnus.com>
4320
4321 * init.c (init_init_processing): Remove BI* handling.
4322 (build_builtin_call): Remove.
4323 (build_builtin_delete_call): New fn.
4324 (build_delete): Use it.
4325
4326 1998-07-31 Mark Mitchell <mark@markmitchell.com>
4327
4328 * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro.
4329 (maybe_check_template_type): New function.
4330 * decl.c (maybe_process_template_type_declaration): New function,
4331 split out from pushtag Call maybe_check_template_type.
4332 (pushtag): Use it. Use PROCESSING_REAL_TEMPLATE_DECL_P.
4333 (xref_tag): Use PROCESSING_REAL_TEMPLATE_DECL_P.
4334 * friend.c (do_friend): Use PROCESSING_REAL_TEMPLATE_DECL_P.
4335 * pt.c (template_class_depth_real): Generalization of ...
4336 (template_class_depth): Use it.
4337 (register_specialization): Use duplicate_decls for duplicate
4338 declarations of specializations.
4339 (maybe_check_template_type): New function.
4340 (push_template_decl_real): Fix comment.
4341 (convert_nontype_argument): Likewise.
4342 (lookup_template_class): Likewise. Avoid an infinite loop on
4343 erroneous code.
4344 (tsubst_friend_function): Fix comment.
4345 (tsubst, case FUNCTION_DECL): Deal with a DECL_TI_TEMPLATE that is
4346 an IDENTIFIER_NODE.
4347 * semantics.c (begin_function_definition): Use
4348 reset_specialization to note that template headers don't apply
4349 directly to declarations after the opening curly for a function.
4350
4351 1998-07-29 Jason Merrill <jason@yorick.cygnus.com>
4352
4353 * decl.c (push_overloaded_decl): Use current_namespace instead of
4354 DECL_CONTEXT (decl) to determine where we go.
4355
4356 * decl.c (lookup_name_real): Fix typo.
4357
4358 1998-07-28 Mark Mitchell <mark@markmitchell.com>
4359
4360 * friend.c (is_friend): Be lenient with member functions to deal
4361 with nested friends.
4362
4363 1998-07-28 Jason Merrill <jason@yorick.cygnus.com>
4364
4365 * class.c (finish_struct_1): Convert integer_zero_node to
4366 ssizetype before passing it to set_rtti_entry.
4367 * typeck2.c (initializer_constant_valid_p): Allow conversion of 0
4368 of any size to a pointer.
4369
4370 1998-07-27 Mark Mitchell <mark@markmitchell.com>
4371
4372 * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
4373 (build_template_decl_overload): Remove.
4374 (set_mangled_name_for_decl): New function.
4375 (innermost_args): Remove is_spec parameter.
4376 (most_specialized, most_specialized_class): Remove declarations.
4377 (lookup_template_class): Add entering_scope parameter.
4378 (maybe_process_partial_specialization): New function.
4379 (finish_template_decl): Likewise.
4380 (finish_template_type): Likewise.
4381 * class.c (finish_struct): Clean up processing of member template
4382 specializations.
4383 * decl.c (pushtag): Fix formatting.
4384 (lookup_tag): Improve handling of pseudo-global levels.
4385 (make_typename_type): Adjust call to lookup_template_class.
4386 (shadow_tag): Use maybe_process_partial_specialization.
4387 (xref_tag): Improve handling of member friends.
4388 (start_function): Call push_nested_class before
4389 push_template_decl. Don't call push_template_decl for
4390 specializations.
4391 * decl2.c (grok_x_components): Don't call xref_tag for
4392 template instantiations. Handle UNION_TYPEs like RECORD_TYPEs.
4393 (grokclassfn): Use set_mangled_name_for_decl.
4394 (arg_assoc_class): Adjust call to innermost_args.
4395 (mark_used): Don't call instantiate_decl for a TEMPLATE_DECL.
4396 * error.c (dump_function_name): Improve printing of template
4397 function names.
4398 * friend.c (is_friend): Don't compare types of decls to determine
4399 friendship, unless flag_guiding_decls.
4400 (make_friend_class): Partial specializations cannot be friends.
4401 (do_friend): Use set_mangled_name_for_decl. Call
4402 push_template_decl_real instead of push_template_decl.
4403 * method.c (build_decl_overload_real): Remove prototype. Give it
4404 external linkage.
4405 (build_overload_identififer): Adjust call to innermost_args.
4406 (build_template_decl_overload): Remove.
4407 (set_mangled_name_for_decl): New function.
4408 * parse.y (.finish_template_type): New non-terminal.
4409 (template_def): Use finish_template_decl. Use template_extdef
4410 instead of extdef.
4411 (template_extdef, template_datadef): New non-terminals, containing
4412 only those rules for things which can be templates.
4413 (datadef): Tidy.
4414 (template_type, self_template_type): Use .finish_template_type.
4415 (named_class_head): Use maybe_process_partial_specialization.
4416 * pt.c (mangle_class_name_for_template): Remove context parameter.
4417 (get_class_bindings): Remove outer_args parameter.
4418 (complete_template_args): Remove.
4419 (add_outermost_template_args): New function.
4420 (register_specialization): Return the specialization.
4421 (unregister_specialization): New function.
4422 (tsubst_template_parms): Likewise.
4423 (most_specialized, most_specialized_class): Prototype here as
4424 static.
4425 (original_template): Rename to most_general_template.
4426 (tsubst_template_parms): New function.
4427 (set_mangled_name_for_template_decl): Likewise.
4428 (TMPL_ARGS_DEPTH): New macro.
4429 (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Adjust.
4430 (TMPL_ARGS_LEVEL): New macro.
4431 (SET_TMPL_ARGS_LEVEL): Likewise.
4432 (TMPL_ARG): Likewise.
4433 (SET_TMPL_ARG): Likewise.
4434 (TMPL_ARGS_DEPTH): Likewise.
4435 (finish_member_template_decl): Use finish_template_decl.
4436 (maybe_process_partial_specialization): New function, split out
4437 from tsubst.
4438 (inline_needs_template_parms): Use TMPL_PARMS_DEPTH.
4439 (maybe_begin_member_template_processing): Use new macros.
4440 (is_member_template): Likewise.
4441 (is_member_template_class): Likewise.
4442 (add_to_template_args): Likewise. Deal with multiple levels of
4443 args.
4444 (maybe_process_partial_specialization): New function.
4445 (retrieve_specialization): Add consistency check.
4446 (determine_specialization): Return full argument list.
4447 (check_explicit_specialization): Tweak friend handling. Use full
4448 argument lists. Simplify.
4449 (current_template_args): Use new macros.
4450 (push_template_decl_real): Change ill-named mainargs to specargs.
4451 Check that a partial specialization actually specializes at least
4452 one parameter. Improve friend handling. Modify for full
4453 template arguments.
4454 (classtype_mangled_name): Don't mangle the names of
4455 specializations.
4456 (lookup_template_class): Add entering_scope parameter. Use it to
4457 avoid finding a template type when an instantiation is required.
4458 Simplify. Use full template arguments.
4459 (tsubst_friend_function): Use unregister_specialization. Use new
4460 macros. Use full template arguments.
4461 (tsubst_friend_class): Substitute, using tsubst_template_parms,
4462 into the template parameters before passing them to
4463 redeclare_class_template.
4464 (instantiate_class_template): Simplify. Use full template
4465 arguments. Adjust calls to get_class_bindings. Use
4466 SET_IDENTIFIER_TYPE_VALUE where needed. Improve friend handling.
4467 (innermost_args): Use new macros.
4468 (tsubst_aggr_type): New function, split out from tsubst.
4469 (tsubst): Use tsubst_aggr_type, tsubst_template_parms, new calling
4470 conventions for lookup_template_class. Refine handling of partial
4471 instantiations. Remove calls to complete_template_args.
4472 Simplify. Add consistency checks. Use set_mangled_name_for_decl
4473 and set_mangled_name_for_template_decl.
4474 (tsubst_copy): Use tsubst_aggr_type.
4475 (instantiate_template): Use full template arguments.
4476 (more_specialized): Improve formatting.
4477 (more_specialized_class): Adjust calls to get_class_bindings.
4478 (get_bindings_real): Don't call complete_template_args.
4479 (most_specialized): Don't overwrite input; create a new list.
4480 (most_specialized_class): Use most_general_template.
4481 (regenerate_decl_from_template): Use unregister_specialization.
4482 Use full template arguments.
4483 (instantiate_decl): Use full template arguments.
4484 (set_mangled_name_for_template_decl): New function.
4485 * semantics.c (begin_class_definition): Use
4486 maybe_process_partial_specialization.
4487 (finish_member_class_template): New function.
4488 (finish_template_decl): Likewise.
4489 (finish_template_type): Likewise.
4490 (typeck.c): Don't crash after issuing a compiler_error.
4491 * Makefile.in (CONFLICTS): Adjust; we removed a s/r conflict.
4492
4493 1998-07-27 Jason Merrill <jason@yorick.cygnus.com>
4494
4495 * typeck2.c (build_functional_cast): Handle default-initialization.
4496
4497 * call.c (build_over_call): Pass 1 to popclass.
4498
4499 * parse.y (direct_notype_declarator): Add precedence declaration
4500 to notype_unqualified_id case.
4501 * Makefile.in (EXPECT): Adjust.
4502
4503 * tree.c (ovl_member): Fix for single function in OVL.
4504
4505 1998-07-27 Dave Brolley <brolley@cygnus.com>
4506
4507 * c-lex.c (yylex): Fix boundary conditions in character literal and
4508 string literal loops.
4509
4510 1998-07-24 Jason Merrill <jason@yorick.cygnus.com>
4511
4512 * decl.c (lookup_name_real): OK, do return the from_obj value
4513 unless got_object depends on template parms.
4514
4515 * parse.y (nested_name_specifier_1): Pull out the TYPE_MAIN_VARIANT.
4516
4517 * pt.c (coerce_template_parms): Also complain about local enums.
4518
4519 * cp-tree.h: Add prototype for set_identifier_local_value.
4520 * decl.c (set_identifier_local_value_with_scope): Make static,
4521 prototype.
4522 * search.c (covariant_return_p): Likewise.
4523 * except.c (build_terminate_handler, alloc_eh_object): Likewise.
4524
4525 * call.c (build_method_call): Only pull out the type of a destructor
4526 if it's a template type parm.
4527 * decl.c (lookup_name_real): Never return the from_obj value.
4528
4529 1998-07-23 Jason Merrill <jason@yorick.cygnus.com>
4530
4531 * except.c (process_start_catch_block_old): Call start_decl_1 for
4532 catch parm.
4533 * decl.c (start_decl_1): Avoid duplicate error.
4534
4535 * init.c (expand_default_init): Only perform the initialization if
4536 it will do something.
4537
4538 1998-07-23 H.J. Lu (hjl@gnu.org)
4539
4540 * parse.y (base_class): Check for invalid base class.
4541
4542 1998-07-23 Jason Merrill <jason@yorick.cygnus.com>
4543
4544 * decl2.c (import_export_template): Fold in...
4545 (import_export_class): ...to here. Handle dllimport/export.
4546
4547 * class.c (build_vtable): Pass at_eof to import_export_vtable.
4548 (prepare_fresh_vtable): Likewise.
4549 * decl2.c (import_export_class): Split out...
4550 (finish_prevtable_vardecl): From here.
4551 * class.c (finish_struct_1): Call import_export_class if at_eof.
4552
4553 * decl.c (start_function): #if 0 mysterious code I wrote and have
4554 forgotten why.
4555 * rtti.c (get_tinfo_fn): If this is for a class type, set
4556 DECL_CONTEXT.
4557
4558 1998-07-22 Jason Merrill <jason@yorick.cygnus.com>
4559
4560 * inc/exception: Change terminate and unexpected to ().
4561
4562 * parse.y (named_class_head_sans_basetype_defn): A
4563 named_class_head_sans_basetype followed by '{' or ':' is a defn.
4564
4565 1998-07-21 Jason Merrill <jason@yorick.cygnus.com>
4566
4567 * tree.c (canonical_type_variant): New fn to handle arrays.
4568 * cp-tree.h (CANONICAL_TYPE_VARIANT): Remove.
4569 * pt.c (unify, default case): Also fold arg. Fix array bounds case.
4570 * method.c (process_overload_item): Use build_overload_value for
4571 arrays.
4572
4573 1998-07-20 Dave Brolley <brolley@cygnus.com>
4574
4575 * lex.c (mbchar.h): #include it.
4576 (GET_ENVIRONMENT): New macro.
4577 (init_parse): Set character set based on LANG environment variable.
4578 (real_yylex): Handle multibyte characters in character literals.
4579 (real_yylex): Handle multibyte characters in string literals.
4580
4581 1998-07-19 Jason Merrill <jason@yorick.cygnus.com>
4582
4583 * lex.c (do_identifier): Look for class value even if we don't
4584 have a global value. Do implicit declaration if parsing is 2.
4585 * semantics.c (finish_call_expr): Pass 2 if we're doing Koenig
4586 lookup.
4587
4588 1998-07-19 Mark Mitchell <mark@markmitchell.com>
4589
4590 * decl.c (pushtag): Revert previous change.
4591 * pt.c (lookup_template_class): Don't put out debugging
4592 information for types that use template parameters.
4593
4594 * decl.c (pushtag): Don't put out debugging information for
4595 compiler-generated typedefs.
4596
4597 * error.c (dump_type_real): Don't crash when presented with
4598 intQI_type_node or the like.
4599
4600 * semantics.c (finish_translation_unit): Fix spelling error in
4601 comment.
4602
4603 1998-07-17 Jason Merrill <jason@yorick.cygnus.com>
4604
4605 * decl.c (lookup_name_real): Pull out single function here.
4606 (select_decl): Not here.
4607 (unqualified_namespace_lookup): Use CP_DECL_CONTEXT.
4608
4609 * decl.c (qualify_lookup): Tweak again.
4610
4611 * pt.c (lookup_template_class): Don't mess with the context of the
4612 instantiation.
4613 * decl2.c (current_decl_namespace): Remove special handling for
4614 templates.
4615
4616 * pt.c (tsubst, case FUNCTION_DECL): Fix getting complete args for
4617 a member template specialization.
4618
4619 * tree.c (ovl_member): Use decls_match to compare functions.
4620 * decl.c (decls_match): Check the context of a function.
4621
4622 * parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER
4623 in Koenig lookup support rules.
4624 * semantics.c (finish_call_expr): Handle the new cases.
4625
4626 * typeck.c (build_x_function_call): Handle overloaded methods.
4627
4628 * decl.c (grokvardecl): Don't call build_static_name for extern "C".
4629
4630 1998-07-16 Mark Mitchell <mark@markmitchell.com>
4631
4632 * semantics.c (finish_object_call_expr): Revert previous change.
4633 * call.c (build_new_method_call): Likewise. Instead, convert
4634 TYPE_DECLs to IDENTIFIERs here, in the presence of templates.
4635
4636 1998-07-16 Jason Merrill <jason@yorick.cygnus.com>
4637
4638 * decl.c (qualify_lookup): Handle templates.
4639
4640 * decl2.c (do_using_directive): Don't pass ancestor.
4641 * decl.c (push_using_directive): Calculate ancestor.
4642
4643 * decl2.c (do_nonmember_using_decl): Allow for type shadowing.
4644 * decl.c (pushdecl): Move type shadowing handling from here...
4645 (duplicate_decls): ...to here.
4646 * decl.c (set_identifier_local_value_with_scope): New fn.
4647 (pushdecl): Use it.
4648 (set_identifier_local_value, lookup_type_current_level): New fns.
4649 * decl2.c (do_local_using_decl): Handle types and binding level
4650 stuff properly.
4651
4652 * init.c (build_offset_ref): Don't call mark_used on an OVERLOAD.
4653 * decl.c (select_decl): Extract a lone function from an OVERLOAD.
4654 (lookup_namespace_name): Likewise.
4655 * typeck.c (build_unary_op): Not here anymore.
4656
4657 * decl2.c (do_class_using_decl): Make sure we get an identifier.
4658 * class.c (handle_using_decl): Ignore TYPE_DECLs.
4659
4660 * decl.c (qualify_lookup): New fn.
4661 (lookup_name_real): Use it.
4662
4663 1998-07-16 Martin v. Loewis <loewis@informatik.hu-berlin.de>
4664
4665 * decl2.c (add_using_namespace): When directly using a namespace
4666 that was indirect before, promote it.
4667
4668 * cp-tree.h (LOOKUP_PREFER_TYPES, LOOKUP_PREFER_NAMESPACES,
4669 LOOKUP_PREFER_BOTH, LOOKUP_NAMESPACES_ONLY, LOOKUP_TYPES_ONLY,
4670 LOOKUP_QUALIFIERS_ONLY, LOOKUP_TEMPLATES_EXPECTED): New macros.
4671 * decl.c (select_decl): Replace two flag parameters by one.
4672 (unqualified_namespace_lookup): Likewise, pass flag.
4673 (lookup_flags): New function.
4674 (lookup_name_real): Compute flags, pass them.
4675 (lookup_namespace_name): Call with zero-flag.
4676 * decl2.c (ambiguous_decl): Add flag parameter, complain only
4677 according to flags.
4678 (lookup_using_namespace, qualified_lookup_using_namespace):
4679 Add flag parameter, pass them through.
4680 * lex.c (do_scoped_id): Call with zero-flag.
4681
4682 1998-07-16 Jason Merrill <jason@yorick.cygnus.com>
4683
4684 * typeck.c (convert_for_assignment): Use comptypes.
4685
4686 1998-07-16 Mark Mitchell <mark@markmitchell.com>
4687
4688 * semantics.c (finish_object_call_expr): Move test for the
4689 function called being a TYPE_DECL to ...
4690 * call.c (build_new_method_call): Here.
4691
4692 1998-07-15 Jason Merrill <jason@yorick.cygnus.com>
4693
4694 * decl2.c (arg_assoc_class): Also look at template arguments, if any.
4695 (arg_assoc): Handle error_mark_node and multiple levels of TREE_LIST.
4696
4697 * lex.c (looking_for_typename): Don't initialize.
4698
4699 * decl2.c (ambiguous_decl): Clarify error message.
4700
4701 * decl.c (push_using_directive): Iterate over namespaces used
4702 indirectly.
4703
4704 1998-07-15 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4705
4706 * decl2.c (add_using_namespace): Iterate over namespaces used
4707 indirectly.
4708
4709 * decl.c (lookup_name_real): Accept namespace aliases as locals.
4710 (cat_namespace_levels): Ignore aliases.
4711 (duplicate_decls): Ignore duplicate aliases.
4712 * decl2.c (do_namespace_alias): Process block level namespace
4713 aliases. Store alias with pushdecl. Remove odr errors.
4714 * parse.y (namespace_alias): New non-terminal.
4715 (extdef): Use it.
4716
4717 1998-07-15 Jason Merrill <jason@yorick.cygnus.com>
4718
4719 * decl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE.
4720 Handle TEMPLATE_TYPE_PARM.
4721 (arg_assoc): Rewrite.
4722
4723 * pt.c (complete_template_args): Don't look at the context unless
4724 we have to.
4725
4726 * method.c (build_decl_overload_real): Fix namespace handling.
4727
4728 * typeck.c (build_unary_op): Extract a lone function from an
4729 OVERLOAD.
4730
4731 * call.c (build_scoped_method_call): Handle getting a namespace
4732 for basetype in a destructor call.
4733 (check_dtor_name): Handle enums.
4734
4735 * parse.y (using_directive): New nonterminal.
4736 (extdef, simple_stmt): Use it.
4737
4738 1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
4739
4740 * decl2.c (add_function): Move error message ...
4741 (arg_assoc_namespace): ... from here.
4742
4743 1998-07-14 Jason Merrill <jason@yorick.cygnus.com>
4744
4745 * parse.y (namespace_qualifier): Fix multiple level handling.
4746 * decl2.c (namespace_ancestor): Use CP_DECL_CONTEXT.
4747 (arg_assoc): Don't skip the first argument of a function.
4748
4749 Tue Jul 14 20:09:22 1998 Jeffrey A Law (law@cygnus.com)
4750
4751 * search.c (my_tree_cons): Clean up.
4752
4753 1998-07-14 Jason Merrill <jason@yorick.cygnus.com>
4754
4755 * call.c (joust): Don't warn about "confusing" conversions to the
4756 same type.
4757
4758 1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
4759
4760 * class.c (push_nested_class): Complain about namespaces.
4761 * decl.c (start_decl): Enter the object's namespace.
4762 (cp_finish_decl): Leave it.
4763 (grokdeclarator): Likewise.
4764 * decl2.c (check_decl_namespace): New function.
4765 (finish_file): Call it.
4766 * parse.y (complex_direct_notype_declarator): Set complexity
4767 of namespace-qualified ids to -1, enter the namespace.
4768
4769 * method.c (build_template_decl_overload): Expect _DECL as first
4770 parameter. Put context temporarily into current_namespace.
4771 * pt.c (check_explicit_specialization): Change caller.
4772 (tsubst): Likewise.
4773
4774 * init.c (build_offset_ref): Call mark_used and
4775 convert_from_reference for namespace members.
4776
4777 Mon Jul 13 23:25:28 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
4778
4779 * search.c (my_tree_cons): The bitfield is at index 2.
4780
4781 Mon Jul 13 17:21:01 1998 Nick Clifton <nickc@cygnus.com>
4782
4783 * lang-options.h: Format changed to work with new --help support
4784 in gcc/toplev.c
4785
4786 1998-07-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
4787
4788 * decl2.c (build_expr_from_tree): Change calls of do_identifier.
4789 Do Koenig lookup in CALL_EXPR.
4790 (arg_assoc): Handle error_mark.
4791 * lex.c (is_global): New function.
4792 (do_identifier): Expect arguments for Koenig lookup.
4793 * parse.y (primary): Add rules for calls of unqualified function calls.
4794 (do_id): Change call of do_identifier.
4795 * pt.c (finish_stmt_expr): Likewise.
4796 * semantics.c (finish_id_expr): Likewise.
4797 (finish_call_expr): Add integer parameter to indicate
4798 argument-dependent lookup.
4799
4800 * decl.c (struct binding_level): New field using_directives.
4801 (push_using_decl): Not sorry anymore.
4802 (push_using_directive): New function.
4803 (lookup_tag): Use CP_DECL_CONTEXT to iterate.
4804 (unqualified_namespace_lookup): New function, code from ...
4805 (lookup_name_real): ... here.
4806 * decl2.c (lookup_using_namespace): Pass using list instead of
4807 initial scope.
4808 (validate_nonmember_using_decl): New function.
4809 (do_nonmember_using_decl): New function.
4810 (do_toplevel_using_decl): Use them.
4811 (do_local_using_decl): New function.
4812 (do_using_directive): Support block-level directives.
4813 * parse.y (simple_stmt): Support using declarations and
4814 directives.
4815 (namespace_qualifier, namespace_using_decl): New non-terminals.
4816
4817 * xref.c (classname): New function.
4818 (GNU_xref_hier): Change class and base parameters to tree.
4819 * decl.c (xref_baseypes): Change caller.
4820 * friend.c (make_friend_class): Likewise.
4821
4822 1998-07-12 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
4823
4824 * typeck.c (comptypes, case TEMPLATE_TEMPLATE_PARM): Add parameter
4825 comparison.
4826
4827 * pt.c (for_each_template_parm, case TEMPLATE_DECL): If it is a
4828 template template parameter, record its use.
4829 (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse
4830 its template arguments if exists.
4831
4832 * pt.c (coerce_template_template_parms): New function equivalent
4833 to coerce_template_parms when IS_TMPL_PARM is true.
4834 (coerce_template_parms): Use it. Remove the IS_TMPL_PARM parameter,
4835 all callers changed.
4836
4837 (coerce_template_parms): Access ARGLIST properly when creating a
4838 new vector. Only accept implicit TYPE_DECL as valid argument for
4839 a template template parameter when it is a base class of
4840 current_class_type. Don't display error message when COMPLAIN is
4841 false.
4842
4843 1998-07-12 Klaus Kaempf (kkaempf@progis.de)
4844
4845 * repo.c (get_base_filename): Use file_name_nondirectory.
4846 (open_repo_file): Likewise.
4847 * cp-tree.h (file_name_nondirectory): Add prototype.
4848
4849 1998-07-12 Jason Merrill <jason@yorick.cygnus.com>
4850
4851 * friend.c (do_friend): Pull the identifier out of declarator.
4852 Use cp_error and friends.
4853 * decl2.c (qualified_lookup_using_namespace): Fix call to
4854 purpose_member.
4855 * decl.c (lookup_name_real): Don't call complete_type on a namespace.
4856 (grokvardecl): Use DECL_CLASS_SCOPE_P.
4857 * cvt.c (convert_pointer_to_real): Check for error_mark_node sooner.
4858 * class.c (warn_hidden): Fix for OVERLOAD.
4859 From grahams@rcp.co.uk:
4860 * cp-tree.h (DEFARG_NODE_CHECK): New macro.
4861 (DEFARG_LENGTH, DEFARG_POINTER): Use it.
4862
4863 Sun Jul 12 01:20:57 1998 Jeffrey A Law (law@cygnus.com)
4864
4865 * g++.1 (-traditional): Remove duplicated documentation.
4866
4867 1998-07-11 Mark Mitchell <mark@markmitchell.com>
4868
4869 * method.c (flush_repeats): Add nrepeats parameter.
4870 (issue_nrepeats): Likewise.
4871 (is_back_referenceable_type): New function. Don't back-reference
4872 TEMPLATE_TYPE_PARMs as well as simple types like integers.
4873 (build_mangled_name_for_type): Likewise.
4874 (build_mangled_name_for_type_with_Gcode): Likewise.
4875 (lasttype): Remove.
4876 (nrepeats): Likewise.
4877 (Nrepeats): Likewise.
4878 (start_squangling): Don't clear the variables removed above.
4879 (end_squangling): Likewise.
4880 (flush_repeats): Tidy. Use nrepeats parameter rather than
4881 Nrepeats global.
4882 (issue_nrepeats): Likewise, but with nrepeats global. Use
4883 is_backreferenceable_type.
4884 (build_overload_nested_name): Tidy. Add comment. Use
4885 build_mangled_name_for_type.
4886 (build_underscore_int): Comment.
4887 (build_overload_scope_ref): Use build_mangled_name_for_type.
4888 (build_overload_int): Likewise.
4889 (build_template_template_parm_names): Tidy.
4890 (build_template_parm_names): Use build_mangled_name_for_type.
4891 (build_overload_identifier): Add comments.
4892 (build_mangled_name_for_type_with_Gcode): Split out from
4893 build_mangled_name.
4894 (build_mangled_name_for_type): Use it.
4895 (build_mangled_name): Rework to use build_mangled_name_for_type
4896 and to not use global nrepeats/Nrepeats. Tidy.
4897 (process_modifiers): Tidy.
4898 (check_btype): Use is_backreferenceable_type. Add comment.
4899 Rename `node' to `type'.
4900 (process_overload_item): Set numeric_output_need_bar here.
4901 Use build_mangled_name_for_type. Tidy.
4902 (build_decl_overload_real): Tidy. Don't use Nrepeats. Use
4903 build_mangled_name_for_type.
4904
4905 * pt.c (push_template_decl_real): Don't look at DECL_TEMPLATE_INFO
4906 for TYPE_DECLs.
4907
4908 1998-07-08 Vladimir N. Makarov <vmakarov@cygnus.com>
4909
4910 * cp-tree.h (warn_long_long): Define.
4911 * decl.c (grokdeclarator): Add flag `warn_long_long' as guard for
4912 warning "ANSI C++ does not support `long long'".
4913 * decl2.c (warn_long_long): Define.
4914 (lang_decode_option): Parse -Wlong-long, -Wno-long-long options.
4915
4916 1998-07-07 Jason Merrill <jason@yorick.cygnus.com>
4917
4918 * decl.c (xref_tag): Handle attributes between 'class' and name.
4919 * parse.y (aggr): Likewise.
4920 * semantics.c (finish_class_definition): Likewise.
4921 * Makefile.in (EXPECTED): Adjust.
4922
4923 * cp-tree.h: Declare flag_optional_diags and warn_multichar.
4924 * decl2.c: Define them.
4925 (lang_decode_option): Handle them.
4926 * lang-options.h: Add -foptional-diags.
4927 * class.c (finish_struct): Don't complain about multiple meanings of
4928 name if -fno-optional-diags.
4929 * decl.c (pushdecl_class_level): Likewise.
4930 * lex.c (real_yylex): Check warn_multichar.
4931
4932 1998-07-06 Jason Merrill <jason@yorick.cygnus.com>
4933
4934 * decl.c (lookup_tag): Use CP_DECL_CONTEXT.
4935
4936 * tree.c (make_binfo): Fix length.
4937
4938 1998-06-30 Benjamin Kosnik <bkoz@bliss.nabi.net>
4939
4940 * decl2.c (lang_decode_option): Remove warn_template_debugging.
4941 * lang-options.h: Likewise.
4942
4943 Mon Jun 29 20:17:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4944
4945 * except.c (build_eh_type_type_ref): Remove unused variable `susp'.
4946 (process_start_catch_block): Likewise for variables
4947 `false_label_rtx', `call_rtx' and `return_value_rtx'.
4948
4949 1998-06-29 Brendan Kehoe <brendan@cygnus.com>
4950
4951 * tree.c (build_srcloc): Make sure we allocate this node on the
4952 permanent obstack.
4953
4954 Sat Jun 27 23:34:18 1998 Fred Fish <fnf@ninemoons.com>
4955
4956 * g++spec.c (NEED_MATH_LIBRARY): Define to 1 if not already defined.
4957 (lang_specific_driver): Initialize need_math with NEED_MATH_LIBRARY.
4958 (lang_specific_driver): Only add -lm automatically if need_math is
4959 nonzero.
4960
4961 Sat Jun 27 12:22:56 1998 Jeffrey A Law (law@cygnus.com)
4962
4963 * Make-lang.in (g++): Depend on mkstemp.o. Link in mkstemp.o
4964
4965 Sat Jun 27 07:36:09 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4966
4967 * Makefile.in (EXPR_H): New dependency variable.
4968 (decl2.o): Depend on $(EXPR_H).
4969 (typeck.o): Likewise.
4970 (init.o): Likewise.
4971 (expr.o): Likewise.
4972
4973 1998-06-25 Benjamin Kosnik <bkoz@lisa.cygnus.com>
4974
4975 * decl.c (start_enum): Put local enums on permanent_obstack.
4976
4977 1998-06-25 Mark Mitchell <mark@markmitchell.com>
4978
4979 * cp-tree.h (c_get_alias_set): Declare.
4980 * decl.c (init_decl_processing): Set lang_get_alias_set.
4981
4982 1998-06-25 Andrew MacLeod <amacleod@cygnus.com>
4983
4984 * cp-tree.h (mark_all_runtime_matches): Add function prototype.
4985 * except.c (mark_all_runtime_matches): Set TREE_SYMBOL_REFERENCED
4986 flag for all function decls which are in the exception table.
4987 * exception.cc (__cplus_type_matcher): Check for CATCH_ALL_TYPE match.
4988 * decl2.c (finish_file): Call mark_all_runtime_matches to make sure
4989 code is emitted for any referenced rtti function.
4990
4991 1998-06-25 Dave Brolley <brolley@cygnus.com>
4992
4993 * lang-specs.h: Use new | syntax to eliminate
4994 string concatenation.
4995
4996 1998-06-25 Jason Merrill <jason@yorick.cygnus.com>
4997
4998 * cp-tree.h (CP_DECL_CONTEXT): New macro.
4999 * decl2.c (is_namespace_ancestor, lookup_using_namespace): Use it.
5000 * method.c (build_overload_nested_name): Likewise.
5001 * sig.c (build_signature_pointer_or_reference_type): Don't set
5002 DECL_CONTEXT.
5003
5004 1998-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5005
5006 Set DECL_CONTEXT for globals to NULL_TREE instead of global_namespace.
5007 * cp-tree.h (FROB_CONTEXT): New macro.
5008 (DECL_MAIN_P): ::main should have a DECL_CONTEXT of NULL_TREE.
5009 * decl.c (namespace_binding): Replace NULL_TREE with
5010 global_namespace.
5011 (set_namespace_binding, pop_namespace, lookup_name_real): Likewise.
5012 * decl2.c (is_namespace_ancestor, lookup_using_namespace):
5013 Likewise.
5014 * decl.c (pushtag): Use FROB_CONTEXT.
5015 (pushdecl, make_typename_type, define_function, grokdeclarator):
5016 Likewise.
5017 * decl2.c (set_decl_namespace, do_namespace_alias): Likewise.
5018 * pt.c (push_template_decl_real, lookup_template_class, tsubst):
5019 Likewise.
5020 * decl2.c (decl_namespace): Return global_namespace if no context.
5021 * method.c (build_overload_nested_name): Expect null as context.
5022 * pt.c (mangle_class_name_for_template): Do nothing for null
5023 contexts.
5024 (lookup_template_class): Allow for null id_context.
5025
5026 1998-06-25 Richard Henderson <rth@cygnus.com>
5027
5028 * method.c (emit_thunk): Set current_function_is_thunk for the
5029 ASM_OUTPUT_MI_THUNK case as well.
5030
5031 1998-06-23 Andrew MacLeod <amacleod@cygnus.com>
5032
5033 * exception.cc (__cplus_type_matcher): Get a match_info pointer
5034 instead of an exception table entry as a parameter.
5035
5036 1998-06-23 Andrew MacLeod <amacleod@cygnus.com>
5037
5038 * parse.y (function_try_block): Don't call start_catch_handler.
5039 * except.c (call_eh_info): Remove coerced field from declaration.
5040 (build_eh_type_type_ref): New function to create an address of a
5041 rtti function for the new style exception tables.
5042 (expand_start_catch_block): Split function, this contains the
5043 common part.
5044 (process_start_catch_block_old): New function to perform the rest
5045 of expand_start_catch_block under old style exceptions.
5046 (process_start_catch_block_old): New function to perform the rest
5047 of expand_start_catch_block under new style exceptions.
5048 (expand_end_catch_block): Only pop the false label off the stack under
5049 the old style of exceptions.
5050 * semantics.c (finish_try_block): Don't call start_catch_handler.
5051 * exception.cc (struct cp_eh_info): Add original_value field.
5052 (__cplus_type_matcher): Perform type matching on the original exception
5053 value, and if we have a match, set the current value.
5054 (__cp_push_exception): Set the original exception value.
5055
5056 1998-06-23 Jason Merrill <jason@yorick.cygnus.com>
5057
5058 * call.c (joust): Fix confusing conversion warning.
5059
5060 * call.c (build_op_delete_call): Add placement parm. Check
5061 LOOKUP_SPECULATIVELY.
5062 * cp-tree.h, decl2.c, init.c: Adjust.
5063 * decl.c (finish_function): Use it.
5064
5065 * pt.c (tsubst): Diagnose creating void fields or variables.
5066
5067 Mon Jun 22 08:50:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5068
5069 * call.c (build_scoped_method_call): Remove unused variable `tmp'.
5070
5071 * cp-tree.h (check_dtor_name): Add prototype.
5072
5073 * init.c (expand_member_init): Remove unused variables
5074 `ptr_type_node', `parm' and `rval'.
5075
5076 * ptree.c (print_lang_type): Use HOST_WIDE_INT_PRINT_DEC specifier
5077 in call to fprintf.
5078 (lang_print_xnode): Likewise.
5079
5080 * typeck2.c (enum_name_string): Cast argument to sprintf to long
5081 and use %ld specifier.
5082
5083 * xref.c (GNU_xref_end_scope): Use HOST_WIDE_INT_PRINT_DEC
5084 specifier in call to fprintf.
5085 (GNU_xref_member): Cast argument to sprintf to int.
5086
5087 Fri Jun 19 23:22:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
5088
5089 * typeck2.c (pop_init_level): Warn about implicit zero initialization
5090 of struct members.
5091
5092 Thu Jun 18 09:32:32 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5093
5094 * cp-tree.h: Prototype function `check_java_method'.
5095
5096 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
5097
5098 * class.c (finish_struct): Make conflicting use of id a pedwarn.
5099 * decl.c (pushdecl_class_level): Likewise.
5100
5101 1998-06-17 Mark Mitchell <mark@markmitchell.com>
5102
5103 * pt.c (convert_nontype_argument): Issue an error when presented
5104 with an integer (real) constant that cannot be simplified to an
5105 INT_CST (REAL_CST).
5106
5107 * cp-tree.h (c_get_alias_set): Remove declaration added in
5108 1998-06-13 change that should never have been checked in.
5109
5110 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
5111
5112 * typeck.c (build_binary_op_nodefault): Change % in format strings
5113 to %%.
5114
5115 * decl.c (grokvardecl): Don't build_static_name for decls that
5116 aren't at namespace scope.
5117
5118 * init.c (perform_member_init): Catch default-initialization of
5119 references.
5120
5121 1998-06-17 Mark Mitchell <mark@markmitchell.com>
5122
5123 * errfn.c (cp_thing): Handle the `%%' formatting sequence.
5124
5125 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
5126
5127 * method.c (hack_identifier): Complain about getting a namespace
5128 or class template.
5129 * typeck.c (decay_conversion): Remove check for namespaces.
5130 * typeck2.c (incomplete_type_error): Likewise.
5131 * parse.y (template_arg): Add PTYPENAME expansion.
5132
5133 1998-06-16 Andrew MacLeod <amacleod@cygnus.com>
5134
5135 * decl.c (grokvardecl): Don't build external assembler names for
5136 TYPENAMEs in other namespaces as there is no declarator.
5137 * error.c (cp_file_of, cp_line_of): Don't extract file or line number
5138 info from DECL_CONTEXT if it is NULL.
5139
5140 1998-06-16 Jason Merrill <jason@yorick.cygnus.com>
5141
5142 * call.c (check_dtor_name): Split out.
5143 (build_scoped_method_call): Use it.
5144 (build_method_call): Use it.
5145 * init.c (build_offset_ref): Use it.
5146
5147 * typeck.c (build_static_cast): Fix handling of pointers to members.
5148
5149 * decl.c (finish_function): Just return nothing from a constructor.
5150 * typeck.c (c_expand_return): Complain about returning a void
5151 expression from a destructor.
5152
5153 1998-06-13 Mark Mitchell <mark@markmitchell.com>
5154
5155 * class.c (alter_access): Accept a BINFO explaining how to get
5156 from the entity whose accessed is being altered to the type doing
5157 the altering.
5158 (handle_using_decl): New function containing code split out from ...
5159 (finish_struct_1): Here.
5160
5161 * cp-tree.h (complete_type_or_else): Declare.
5162 * init.c (build_new_1, build_delete): Use it.
5163 * typeck.c (require_complete_type): Use complete_type, rather than
5164 expanding it inline.
5165 (complete_type_or_else): New function.
5166 (build_component_ref): Use it.
5167 (pointer_int_sum): Make sure the type pointed to is complete.
5168 (pointer_diff): Likewise.
5169
5170 * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for
5171 types.
5172
5173 * search.c (get_matching_virtual): Note that member templates
5174 cannot override virtual functions.
5175
5176 1998-06-12 Brendan Kehoe <brendan@cygnus.com>
5177
5178 * pt.c (check_explicit_specialization): If DECLARATOR turned into
5179 an error_mark_node from lookup_template_function, return the same.
5180 (determine_specialization): Also make sure TEMPLATE_ID isn't an
5181 error_mark_node, before we try to read its operands.
5182 * decl.c (grokdeclarator): If we got an error_mark_node from
5183 check_explicit_specialization, just return it right back.
5184
5185 1998-06-12 Mark Mitchell <mark@markmitchell.com>
5186
5187 * class.c (instantiate_type): Don't treat template-ids that don't
5188 specify any template arguments as equivalent to ordinary
5189 identifiers. Use OFFSET_REF instead of SCOPE_REF to refer to
5190 pointer-to-members for member templates. Tidy slightly.
5191 * cp-tree.def (TEMPLATE_ID_EXPR): Revise documentation.
5192 * init.c (build_offset_ref): Handle template-ids like ordinary
5193 identifiers, for the most part, but store a TEMPLATE_ID_EXPR in the
5194 offset part of the OFFSET_REF.
5195 * typeck.c (build_unary_op): Change check for unknown types to
5196 look for OFFSET_REFs, not SCOPE_REFs.
5197
5198 1998-06-11 Mark Mitchell <mark@markmitchell.com>
5199
5200 * pt.c (is_member_template_class): New function.
5201 (push_template_decl_real): Use it.
5202
5203 1998-06-11 Benjamin Kosnik <bkoz@elmo.cygnus.com>
5204
5205 * friend.c (do_friend): Add support for nested classes using
5206 member functions of the enclosing class as friends.
5207
5208 1998-06-10 Mark Mitchell <mark@markmitchell.com>
5209
5210 * call.c (convert_default_arg): Make global, not static.
5211 (convert_arg_for_ellipsis): Split out from ...
5212 (build_over_call): Here.
5213 * cp-tree.h (convert_default_arg); Declare.
5214 (convert_arg_to_ellipsis): Likewise.
5215 (do_member_init): Remove.
5216 * init.c (do_member_init): Remove; this code is dead.
5217 (expand_member_init): Remove much of this code; it is dead.
5218 * typeck.c (convert_arguments): Use convert_default_arg and
5219 convert_arg_for_ellipsis, rather than duplicating here.
5220
5221 * call.c (convert_like): Don't fail silently if
5222 build_user_type_conversion fails. Always return error_mark_node
5223 for failure.
5224
5225 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
5226
5227 * search.c (covariant_return_p): Complain about ambiguous base.
5228
5229 * typeck.c (build_component_ref): Diagnose ref to nested type.
5230
5231 1998-06-10 Brendan Kehoe <brendan@cygnus.com>
5232
5233 * decl.c (grokparms): Check that INIT isn't an error_mark_node
5234 before giving error about invalid type for default arg.
5235
5236 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
5237
5238 * call.c (build_method_call): Fix thinko.
5239
5240 1998-06-10 Dave Brolley <brolley@cygnus.com>
5241
5242 * decl2.c (lang_decode_option): New argc/argv interface.
5243 * cp-tree.h (lang_decode_option): New argc/argv interface.
5244 * lang-specs.h (default_compilers): Only call cpp if -E, -M or -MM is
5245 specified for cpplib-enabled compilers.
5246 * lex.c (lang_init): Don't check_newline for cpplib.
5247 (init_parse): Don't initialize cpplib here.
5248
5249 1998-06-10 Brendan Kehoe <brendan@cygnus.com>
5250
5251 * typeck.c (build_component_ref): Make sure FIELD has a lang_specific
5252 piece before checking DECL_MUTABLE_P.
5253
5254 1998-06-10 John Carr <jfc@mit.edu>
5255
5256 * tree.c (debug_binfo): Make printf format match arguments.
5257
5258 * error.c (OB_PUTI): Make printf format match arguments.
5259
5260 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
5261
5262 * init.c (perform_member_init): Handle default-initialization.
5263
5264 * except.c (build_throw): Handle throwing NULL.
5265
5266 * typeck.c (build_x_function_call): Use resolve_offset_ref.
5267
5268 * search.c (compute_access): Only strip an anonymous union
5269 for a FIELD_DECL.
5270
5271 * call.c (add_builtin_candidates): Tweak.
5272
5273 * cvt.c (build_expr_type_conversion): Restore code for conversion
5274 from class types.
5275 * decl2.c (delete_sanity): Use it. Clean up.
5276
5277 * typeck.c (comp_ptr_ttypes_real): Fix cv-qual comparisons.
5278
5279 1998-06-10 Branko Cibej <branko.cibej@hermes.si>
5280
5281 * typeck.c (c_expand_return): Don't warn about void expressions on
5282 return statements in functions returning void.
5283
5284 1998-06-09 Mark Mitchell <mark@markmitchell.com>
5285
5286 * pt.c (fn_type_unification): Revise documentation. Tidy.
5287 (type_unification): Likewise.
5288
5289 1998-06-09 Andrew MacLeod <amacleod@cygnus.com>
5290
5291 * semantics.c (finish_try_block): Rename expand_start_catch, and delete
5292 expand_end_catch.
5293 * parse.y (function_try_block): Rename expand_start_catch, and delete
5294 expand_end_catch.
5295 * except.c (expand_end_eh_spec): Rename expand_start_catch, and delete
5296 expand_end_catch.
5297
5298 1998-06-09 Jason Merrill <jason@yorick.cygnus.com>
5299
5300 * search.c (lookup_member): New fn.
5301 * class.c (finish_struct_1): Use it.
5302 * decl.c (lookup_name_real): Use it.
5303
5304 Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5305
5306 * Makefile.in (decl2.o): Depend on dwarf2out.h and dwarfout.h.
5307
5308 * cp-tree.h: Add prototype for `maybe_print_template_context' and
5309 `maybe_make_one_only'.
5310
5311 * decl.c (auto_function): Remove unused variable `decl'.
5312
5313 * decl2.c: Include dwarf2out.h and dwarfout.h.
5314
5315 * lex.c: Remove redundant declarations of `set_float_handler' and
5316 `asm_out_file'.
5317
5318 1998-06-08 Andrew MacLeod <amacleod@cygnus.com>
5319
5320 * except.c (init_exception_processing): Remove NEW_EH_MODEL compile
5321 time flag. Call __cp_eh_info instead of __cp_exception_info.
5322 * exception.cc (struct cp_eh_info): Remove NEW_EH_MODEL flag.
5323 (__cp_exception_info): Return offset into cp_eh_info structure to
5324 match what use to be the start of this structure.
5325 (__cp_eh_info): New function to return a pointer to cp_eh_info struct.
5326 (__cplus_type_matcher, __cp_push_exception): Remove NEW_EH_MODEL
5327 compile time flag.
5328 (__uncatch_exception, __check_eh_spec, std::uncaught_exception): Call
5329 __cp_eh_info instead of __cp_exception_info.
5330
5331 1998-06-08 Jason Merrill <jason@yorick.cygnus.com>
5332
5333 * decl.c (cp_finish_decl): Disable inlining of extern inlines
5334 with static variables.
5335
5336 1998-06-08 Mark Mitchell <mark@markmitchell.com>
5337
5338 * init.c (build_offset_ref): Correct previous change to use build,
5339 not build_min.
5340
5341 1998-06-07 Mark Mitchell <mark@markmitchell.com>
5342
5343 * class.c (instantiate_type): Handle pointer-to-members where the
5344 member is a template.
5345 * init.c (build_offset_ref): Likewise.
5346 * typeck.c (build_unary_op): Likewise.
5347
5348 1998-06-07 Richard Henderson <rth@cygnus.com>
5349
5350 * lex.c (lang_init_options): New function.
5351 (lang_init): Remove flag_exceptions == 2 hack.
5352
5353 1998-06-05 Jason Merrill <jason@yorick.cygnus.com>
5354
5355 * search.c (envelope_add_decl): Tweak for implicit typename.
5356
5357 * call.c (joust): Also warn about confusing conversion op/constructor
5358 overload resolution.
5359
5360 * spew.c (yylex): Also return the TYPE_DECL if got_object.
5361 Don't clear got_object after '~'.
5362 * call.c (build_scoped_method_call): Tweak destructor handling.
5363 (build_method_call): Likewise.
5364 * pt.c (tsubst_copy, case METHOD_CALL_EXPR): Don't mess with
5365 TYPE_MAIN_VARIANT for destructors.
5366 * semantics.c (finish_object_call_expr): Complain about calling a
5367 TYPE_DECL.
5368
5369 1998-06-05 Per Bothner <bothner@cygnus.com>
5370
5371 * g++spec.c (lang_specific_pre_link, lang_specific_extra_ofiles):
5372 Define - update needed by gcc.c change.
5373
5374 1998-06-05 Jason Merrill <jason@yorick.cygnus.com>
5375
5376 * error.c (cp_printers): Use 'o' instead of '_' for the null entry.
5377
5378 1998-06-05 Martin v. Loewis <loewis@informatik.hu-berlin.de>
5379
5380 * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.
5381 * decl.c (lookup_name_real): Add namespaces_only parameter.
5382 If set, return only NAMESPACE_DECLs.
5383 (select_decl): Likewise.
5384 (identifier_type_value): Give additional parameter.
5385 (lookup_name_nonclass): Likewise.
5386 (lookup_name): Likewise.
5387 (find_binding): Skip namespace aliases.
5388 (binding_for_name): Likewise.
5389 (push_namespace): Check for namespace aliases.
5390 (lookup_name_namespace_only): New function.
5391 (begin_only_namespace_names, end_only_namespace_names): New functions.
5392 * decl2.c (set_decl_namespace): Skip namespace aliases.
5393 (do_using_directive): Likewise.
5394 (do_namespace_alias): Produce namespace aliases, fix alias
5395 redeclaration.
5396 * error.c (dump_decl): Support SCOPE_REF.
5397 * parse.y (extdef): Wrap lookup with namespace_only for namespace
5398 aliases and using declarations.
5399
5400 1998-06-04 Jason Merrill <jason@yorick.cygnus.com>
5401
5402 * tree.c (really_overloaded_fn): Only see through one TREE_LIST.
5403
5404 * error.c (dump_expr): Clean up NEW_EXPR case.
5405
5406 1998-06-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
5407
5408 Suggested by Brendan Kehoe
5409 * decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL,
5410 treat it as using ::decl.
5411
5412 * decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.
5413
5414 * tree.c (mapcar): Support NEW_EXPR.
5415
5416 * error.c (dump_expr): Support NEW_EXPR.
5417
5418 1998-06-03 Jason Merrill <jason@yorick.cygnus.com>
5419
5420 * method.c (make_thunk): Use overload machinery to make name.
5421 * search.c (covariant_return_p): New fn.
5422 (get_matching_virtual): Use it.
5423
5424 * init.c (build_new_1): Fix check for void.
5425
5426 1998-06-01 Per Bothner <bothner@cygnus.com>
5427
5428 * cp-tree.h (TYPE_FOR_JAVA): New macro.
5429 * decl.c, cp-tree.h (java_byte_type_node, java_short_type_node,
5430 java_int_type_node, java_long_type_node, java_float_type_node,
5431 java_double_type_node, java_char_type_node, java_boolean_type_node):
5432 New "primitive" types, with predefined names __java_byte etc.
5433 (record_builtin_java_type): New function.
5434 (init_decl_processing): Make Java types with record_builtin_java_type.
5435 (pushtag, grokdeclarator): Set TYPE_FOR_JAVA if in extern "JAVA".
5436 (xref_baseypes): If base class was TYPE_FOR_JAVA, so is this class.
5437 (grokfndecl): Call check_java_method for Java classes.
5438 * method.c (is_java_type): Removed. Replaced with TYPE_FOR_JAVA.
5439 (process_overload_item): Match types against specific
5440 java_XX_type_node types, rather than using is_java_type.
5441 * class.c (finish_struct_1): Don't add default copy constructor
5442 or operator= if TYPE_FOR_JAVA.
5443 (pop_lang_conext): Restore strict_prototyp proper if Java.
5444 * decl2.c (acceptable_java_type, check_java_method): New functions.
5445 * pt.c (instantiate_class_template): Copy TYPE_FOR_JAVA from pattern.
5446 (tsubst): Move common statement after if statement.
5447 * typeck.c (comptypes): If strict, TYPE_FOR_JAVA must match.
5448
5449 1998-06-01 Jason Merrill <jason@yorick.cygnus.com>
5450
5451 * pt.c (for_each_template_parm): Use first_rtl_op.
5452
5453 * tree.c (build_cplus_array_type_1): Also check index_type for
5454 template parms.
5455
5456 1998-05-31 Jason Merrill <jason@yorick.cygnus.com>
5457
5458 * pt.c (tsubst): Always copy BINFO_BASETYPES.
5459
5460 1998-05-29 scott snyder <snyder@d0sgif.fnal.gov>
5461
5462 * tree.c (layout_basetypes): If we change TYPE_SIZE, change
5463 TYPE_SIZE_UNIT too.
5464
5465 1998-05-29 Mark Mitchell <mark@markmitchell.com>
5466
5467 * decl.c (grokdeclarator): Don't complain about in-class
5468 initialization of static consts if we don't really know the type
5469 of the variable.
5470
5471 1998-05-29 Jason Merrill <jason@yorick.cygnus.com>
5472
5473 * cp-tree.h (DECL_DESTRUCTOR_P): New macro.
5474 * method.c (build_destructor_name): New fn.
5475 * decl2.c (maybe_retrofit_in_chrg): Split out...
5476 (grokclassfn): From here. Reorganize.
5477 * decl.c (grok_ctor_properties): Make sure ctors for types with
5478 vbases have the in_chrg parm.
5479 * pt.c (instantiate_class_template): Update
5480 TYPE_USES_VIRTUAL_BASECLASSES from tsubsted bases. Don't call
5481 grok_*_properties.
5482 (tsubst): Call grok_ctor_properties and maybe_retrofit_in_chrg.
5483
5484 1998-05-28 Mark Mitchell <mark@markmitchell.com>
5485
5486 * pt.c (instantiate_decl): Make test for whether or not static
5487 variables should be instantiated early match its comment.
5488
5489 1998-05-28 Jason Merrill <jason@yorick.cygnus.com>
5490
5491 * decl.c (start_decl): Always pedwarn about vacuously redeclaring
5492 a member.
5493 (start_function): Call check_default_args.
5494 * decl2.c (grokfield): Don't call check_default_args.
5495 (check_default_args): Use cp_error_at.
5496 * lex.c (do_pending_defargs): Call check_default_args.
5497
5498 1998-05-27 Brendan Kehoe <brendan@cygnus.com>
5499
5500 * call.c (build_method_call): Make sure get_type_value returns
5501 something before we try to use its TYPE_MAIN_VARIANT.
5502 (build_scoped_method_call): Likewise.
5503
5504 1998-05-27 Jason Merrill <jason@yorick.cygnus.com>
5505
5506 * typeck2.c (digest_init): Complain about getting a TREE_LIST to
5507 initialize an array.
5508
5509 * search.c (expand_upcast_fixups): Don't set DECL_CONTEXT and
5510 DECL_VIRTUAL_P.
5511
5512 * friend.c (do_friend): Clarify template warning.
5513
5514 1998-05-27 Mark Mitchell <mark@markmitchell.com>
5515
5516 * decl.c (shadow_label): Don't treat decls as identifiers.
5517 (maybe_push_to_top_level): Clear shadowed_labels.
5518
5519 * pt.c (instantiate_decl): Reset lineno and filename after calling
5520 regenerate_decl_from_template.
5521
5522 * decl.c (grokdeclarator): Don't try to use TYPE_OBSTACK on an
5523 error_mark_node.
5524
5525 1998-05-27 Kevin Buhr <buhr@stat.wisc.edu>
5526
5527 * parse.y (base_class): Use is_aggr_type, not IS_AGGR_TYPE.
5528
5529 1998-05-26 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
5530
5531 * pt.c (process_template_parm): Accept TYPENAME_TYPE nodes.
5532 (convert_nontype_argument): Handle cases when nontype template
5533 parameters become classes after substitution.
5534
5535 1998-05-26 Mark Mitchell <mark@markmitchell.com>
5536
5537 * friend.c (is_friend): Use comptypes, rather than == to compare
5538 types. Modify for new representation of template friends.
5539 (make_friend_class): Likewise.
5540 * pt.c (tsubst_friend_class): Undo 1998-05-21 change. Tweak.
5541 (instantiate_class_template): Deal with template friends.
5542
5543 * decl.c (store_parm_decls): Remove redundant call to
5544 expand_main_function.
5545
5546 1998-05-26 Benjamin Kosnik <bkoz@loony.cygnus.com>
5547
5548 * decl.c (start_decl): Check for DECL_LANG_SPECIFIC before
5549 DECL_USE_TEMPLATE.
5550
5551 1998-05-26 Per Bothner <bothner@cygnus.com>
5552
5553 * language_as_string: Handle lang_java.
5554
5555 1998-05-26 Jason Merrill <jason@yorick.cygnus.com>
5556
5557 * decl.c (pushdecl): Don't copy the type_decl.
5558
5559 1998-05-26 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5560
5561 * class.c (pushclass): Always store TYPE_MAIN_VARIANT in
5562 current_class_type.
5563 * decl.c (grokdeclarator): Put typedefs on the type's obstack.
5564
5565 * parse.y (complex_direct_notype_declarator): Use $1 to access
5566 scope of notype_qualified_id.
5567
5568 1998-05-26 Dave Brolley <brolley@cygnus.com>
5569
5570 * lex.c (parse_options,yy_cur,yy_lim): Add for cpplib.
5571 (init_parse): Initialize cpplib interface.
5572
5573 * Makefile.in (CXX_OBJS): Make sure dependencies never end with an
5574 empty continuation.
5575
5576 1998-05-26 Mark Mitchell <mark@markmitchell.com>
5577
5578 * decl.c (pushtag): Avoid crashing on erroneous input.
5579
5580 1998-05-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5581
5582 * decl.c (push_namespace): Only produce one unique name for
5583 anonymous namespaces.
5584 (get_unique_name): Remove.
5585
5586 1998-05-25 Mark Mitchell <mark@markmitchell.com>
5587
5588 * call.c (tourney): Don't do any extra comparisons.
5589
5590 * decl2.c (build_anon_union_vars): Don't crash on empty sub-unions.
5591
5592 * cp-tree.h (processing_template_parmlist): Declare.
5593 * decl.c (pushtag): Don't call push_template_decl when we
5594 shouldn't.
5595 * pt.c (processing_template_parmlist): New variable.
5596 (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): New macro.
5597 (complete_template_args): Use it.
5598 (add_to_template_args): Likewise.
5599 (innermost_args): Likewise.
5600 (tsubst): Likewise.
5601 (begin_template_parm_list): Use processing_template_parmlist.
5602 (end_template_parm_list): Likewise.
5603
5604 * cp-tree.h (ANON_UNION_TYPE_P): New macro.
5605 * decl.c (grokdeclarator): Use it.
5606 * decl2.c (grok_x_components): Likewise.
5607 * init.c (initializing_context): Likewise.
5608 * method.c (do_build_copy_constructor): Likewise.
5609 (do_build_assign_ref): Likewise.
5610 * search.c (compute_access): Likewise.
5611 * typeck.c (build_component_ref): Likewise.
5612
5613 * decl.c (grokdeclarator): Don't give a cv-qualified version of an
5614 unnamed type a typedef name "for linkage purposes".
5615
5616 * pt.c (lookup_template_class): Don't look at
5617 IDENTIFIER_CLASS_VALUE when there's no current_class_type.
5618
5619 * method.c (build_overload_int): Handle error cases gracefully.
5620
5621 * pt.c (instantiate_decl): Handle static member variables
5622 correctly.
5623
5624 * pt.c (tsubst): Use the tsubst'd type when producing new
5625 TEMPLATE_PARM_INDEX nodes.
5626
5627 1998-05-24 Mark Mitchell <mark@markmitchell.com>
5628
5629 * tree.c (cp_tree_equal): Handle pointers to member functions.
5630
5631 * call.c (maybe_handle_implicit_object): Handle QUAL_CONVs. Make
5632 sure the type of the REF_BIND is a reference type.
5633 (maybe_handle_ref_bind, compare_ics): Rename reference_type to
5634 target_type for clarity.
5635
5636 * parse.y (xcond): Move call to condition_conversion ...
5637 * semantics.c (finish_for_cond): Here.
5638 * parse.c: Regenerated.
5639
5640 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
5641
5642 * decl.c (push_namespace): Namespaces have type void.
5643 * typeck2.c (incomplete_type_error): Complain about namespace
5644 used as expression.
5645 * typeck.c (decay_conversion): Likewise.
5646
5647 1998-05-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
5648
5649 * error.c (dump_expr): Support namespaces.
5650
5651 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
5652
5653 * cp-tree.def: Add SRCLOC.
5654 * cp-tree.h: Add struct tree_srcloc and accessor macros.
5655 * tree.c (build_srcloc, build_srcloc_here): New fns.
5656 * pt.c (add_pending_template): Use build_srcloc_here.
5657 (push_tinst_level): Update last_template_error_tick before erroring.
5658 (instantiate_decl): Restore lineno and input_filename before
5659 calling add_pending_template.
5660 * decl2.c (finish_file): Set up lineno and input_filename for
5661 pending templates.
5662
5663 1998-05-22 Jason Merrill <jason@yorick.cygnus.com>
5664
5665 * decl.c (lang_print_error_function): New fn.
5666 (init_decl_processing): Set print_error_function to use it.
5667 * errfn.c (cp_thing): Don't call maybe_print_template_context here.
5668
5669 * call.c (maybe_handle_ref_bind): Propagate ICS_USER_FLAG and
5670 ICS_BAD_FLAG.
5671
5672 * cvt.c (ocp_convert): Don't set LOOKUP_NO_CONVERSION for
5673 copy-initialization.
5674
5675 * class.c (build_vtable_entry): Use int_fits_type_p.
5676 (build_vtable): Pass a signed offset to build_vtable_entry.
5677 (prepare_fresh_vtable, modify_one_vtable, fixup_vtable_deltas1,
5678 set_rtti_entry): Likewise.
5679
5680 1998-05-22 Per Bothner <bothner@cygnus.com>
5681
5682 * cp-tree.h: Add comments documenting which LANG_FLAGS are used.
5683 (C_TYPE_VARIABLE_SIZE, C_DECL_VARIABLE_SIZE): Removed, not used.
5684
5685 1998-05-22 Jason Merrill <jason@yorick.cygnus.com>
5686
5687 * pt.c (print_template_context): Use fprintf instead of cp_error.
5688
5689 * pt.c (determine_specialization): Just return an error_mark_node.
5690 Also print the decl we want in error messages. If we complain,
5691 return error_mark_node.
5692 (tsubst_friend_function): Set lineno and input_filename so
5693 error messages will be useful.
5694 (instantiate_template): Just return an error_mark_node.
5695 (check_explicit_specialization): Don't mess with a returned
5696 error_mark_node.
5697
5698 * pt.c (print_template_context): Add new argument.
5699 (maybe_print_template_context): New fn.
5700 (push_tinst_level): Increment tinst_level_tick.
5701 (pop_tinst_level): Likewise.
5702 * errfn.c (cp_thing): Call maybe_print_template_context. Use
5703 xrealloc instead of xmalloc.
5704
5705 * typeck.c (build_unary_op, CONVERT_EXPR): Propagate TREE_CONSTANT.
5706
5707 1998-05-21 Jason Merrill <jason@yorick.cygnus.com>
5708
5709 * pt.c (tsubst_friend_class): Don't call redeclare_class_template
5710 if the template we looked up is the same as the one we already
5711 have.
5712
5713 Thu May 21 11:54:44 1998 Dave Brolley <brolley@cygnus.com>
5714
5715 * lex.c: (handle_sysv_pragma): FILE* parameter not used.
5716 (cpp_reader,parse_in): Add for cpplib.
5717 (check_newline): Call handle_sysv_pragma with new interface.
5718 (check_newline): Call GET_DIRECTIVE_LINE, not get_directive_line.
5719
5720 * input.c: (yy_cur,yy_lim,yy_get_token,GETC): Add for cpplib.
5721 (sub_getch): Call GETC for cpplib.
5722
5723 * cp-tree.h: (get_directive_line): Different prototype for cpplib.
5724 (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
5725
5726 * Makefile.in (CXX_OBJS): Add @extra_cxx_objs@ for cpplib.
5727
5728 1998-05-21 Jason Merrill <jason@yorick.cygnus.com>
5729
5730 * decl2.c (maybe_make_one_only): New fn.
5731 (import_export_vtable): Use it.
5732 (import_export_decl): Likewise.
5733 * pt.c (mark_decl_instantiated): Likewise.
5734
5735 1998-05-21 Mark Mitchell <mmitchell@usa.net>
5736
5737 * decl2.c (find_representative_member): Rename to ...
5738 (build_anon_union_vars): New function.
5739 (finish_anon_union): Fix stupidity of previous change.
5740
5741 1998-05-20 Jason Merrill <jason@yorick.cygnus.com>
5742
5743 * decl.c (grokfndecl): Handle definition of specialization in
5744 friend declaration.
5745
5746 * error.c (dump_decl): Fix LOOKUP_EXPR handling.
5747
5748 1998-05-20 Mark Mitchell <mmitchell@usa.net>
5749
5750 * class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P
5751 to look for type declarations.
5752 (finish_struct): Deal with templates on the CLASSTYPE_TAGS list.
5753 * cp-tree.h (DECL_DECLARES_TYPE_P): New macro.
5754 (finish_member_class_template): Declare.
5755 * decl.c (pushtag): Put member class templates on the
5756 CLASSTYPE_TAGS list, just as for ordinary member classes.
5757 (pushdecl_class_level): Use DECL_DECLARES_TYPE_P.
5758 (lookup_tag): Look for IDENTIFIER_CLASS_VALUEs, just as with
5759 IDENTIFIER_NAMESPACE_VALUEs.
5760 * parse.y (component_decl): Move code to ...
5761 * semantics.c (finish_member_class_template): New function.
5762 Don't put member class templates on the list of components for a
5763 class.
5764 * parse.c: Regenerated.
5765 * pt.c (classtype_mangled_name): Don't try DECL_CONTEXT on types.
5766 In fact, don't use DECL_CONTEXT at all here.
5767
5768 1998-05-20 Martin von Loewis <loewis@informatik.hu-berlin.de>
5769
5770 * decl.c (record_unknown_type): New function.
5771 (init_decl_processing): Call it for the unknown and global type
5772 nodes.
5773
5774 1998-05-20 Mark Mitchell <mmitchell@usa.net>
5775
5776 * decl2.c (find_representative_member): New function.
5777 (finish_anon_union): Use it.
5778
5779 * cp-tree.h (MAIN_NAME_P): New macro.
5780 (DECL_MAIN_P): Likwise.
5781 * decl.c (pushdecl): Avoid crashing on redefinitions of `main'.
5782 (grokfndecl): Use the new macros.
5783 (grokdeclarator): Likewise.
5784 (start_function): Likewise.
5785 (store_parm_decls): Likewise.
5786 (finsh_function): Likewise.
5787 * friend.c (do_friend): Likewise.
5788 * typeck.c (build_function_call_real): Likewise.
5789 (build_unary_op): Likewise.
5790
5791 Wed May 20 02:16:01 1998 Jason Merrill <jason@yorick.cygnus.com>
5792
5793 * decl2.c (start_objects, finish_objects, do_dtors,
5794 do_ctors): Split out from...
5795 (finish_file): ...here.
5796
5797 Tue May 19 20:36:23 1998 Jason Merrill <jason@yorick.cygnus.com>
5798
5799 * tree.c (is_overloaded_fn): Don't abort on placeholders from
5800 push_class_decls.
5801
5802 Tue May 19 15:16:22 1998 Brendan Kehoe <brendan@cygnus.com>
5803
5804 * class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.
5805
5806 * error.c (dump_expr): Handle an ARROW_EXPR.
5807
5808 Tue May 19 15:13:39 1998 Mark Mitchell <mmitchell@usa.net>
5809
5810 * decl.c (saveable_obstack): Declare.
5811 (pushdecl): Copy TYPE_DECLs to the same obstack as the type they
5812 declare, if necessary.
5813
5814 Tue May 19 14:50:27 1998 Mark Mitchell <mmitchell@usa.net>
5815
5816 * call.c (compare_qual): Remove.
5817 (is_subseq): Tweak.
5818 (is_properly_derived_from): New function.
5819 (maybe_handle_ref_bind): Likewise.
5820 (maybe_handle_implicit_object): Likewise.
5821 (compare_ics): Modify substantially to bring into conformance with
5822 the standard.
5823 * cp-tree.h (TYPE_PTRMEMFUNC_OBJECT_TYPE): New macro.
5824 (comp_cv_qualification): Declare.
5825 (comp_cv_qual_signature): Likewise.
5826 * typeck.c (comp_cv_qualification): Likewise.
5827 (comp_cv_qual_signature): Likewise.
5828
5829 Tue May 19 10:05:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5830
5831 * Makefile.in (parse.o): Depend on toplev.h.
5832
5833 * class.c (typecode_p): Remove prototype and definition.
5834
5835 * cp-tree.h (currently_open_class, is_empty_class, member_p):
5836 Add prototype.
5837
5838 * decl.c (push_overloaded_decl_top_level): Remove prototype and
5839 definition.
5840
5841 * errfn.c (cp_error): Cast function pointer `error' to (errorfn *)
5842 in call to `cp_thing'.
5843 (cp_warning): Likewise for function pointer `warning'.
5844
5845 * except.c (do_function_call): Remove prototype and definition.
5846 (call_eh_info): Wrap variable `t1' in macro NEW_EH_MODEL.
5847
5848 * method.c (is_java_type): Add prototype and make it static.
5849
5850 * parse.y: Include toplev.h.
5851
5852 * pt.c (type_unification): Remove unused variable `arg'.
5853 (instantiate_decl): Likewise for `save_ti'.
5854
5855 * tree.c (propagate_binfo_offsets): Likewise for `base_binfos'.
5856
5857 Tue May 19 02:43:25 1998 Jason Merrill <jason@yorick.cygnus.com>
5858
5859 * init.c (build_member_call): Handle template_ids.
5860 * parse.y (primary): Add global_scope template_id.
5861
5862 Mon May 18 23:22:52 1998 Jason Merrill <jason@yorick.cygnus.com>
5863
5864 * decl2.c (get_sentry): Use end_temporary_allocation.
5865 Don't declare permanent_obstack.
5866
5867 Mon May 18 12:28:44 1998 Mark Mitchell <mmitchell@usa.net>
5868
5869 * parse.y (.finish_new_placement): New non-terminal.
5870 (unary_expr, new_type_id): Use it.
5871 * parse.c: Regenerated.
5872
5873 Mon May 18 12:20:27 1998 Brendan Kehoe <brendan@cygnus.com>
5874
5875 * pt.c (redeclare_class_template): Say where the original definition
5876 of the template-parameter's default argument appeared.
5877
5878 Mon May 18 03:00:57 1998 Jason Merrill <jason@yorick.cygnus.com>
5879
5880 * call.c (build_over_call): Tweak empty class handling.
5881
5882 * decl.c (make_typename_type): Use currently_open_class.
5883
5884 * class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.
5885
5886 Mon May 18 01:43:01 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
5887
5888 * decl.c (lookup_name_real): Don't look at IDENTIFIER_LOCAL_VALUE
5889 for a type unless it is one.
5890
5891 * class.c (finish_struct_1): Use OVL_CURRENT in error message.
5892
5893 Mon May 18 01:24:08 1998 Jeffrey A Law (law@cygnus.com)
5894
5895 * Makefile.in (program_transform_name, objdir): Define.
5896
5897 * Makefile.in (BISON): Use bison from the build tree if it exists.
5898 (FLEX): Likewise.
5899
5900 Sun May 17 14:52:08 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
5901
5902 * typeck.c (type_unknown_p): Return true for TREE_LIST also.
5903
5904 * call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs.
5905
5906 Sun May 17 14:51:41 1998 Jason Merrill <jason@yorick.cygnus.com>
5907
5908 * call.c (build_scoped_method_call): Likewise.
5909
5910 Sun May 17 13:53:48 1998 Mark Mitchell <mmitchell@usa.net>
5911
5912 * init.c (build_new_1): Call suspend_momentary around the creation
5913 of values that must be saved for exception handling.
5914 * parse.y (.build_new_placement): New non-terminal.
5915 (unary_expr, new_placement): Use it.
5916 * parse.c: Regenerated.
5917
5918 Sun May 17 12:32:08 1998 Jason Merrill <jason@yorick.cygnus.com>
5919
5920 * decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare
5921 old and new types.
5922
5923 * pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the
5924 canonical type.
5925
5926 * call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.
5927
5928 Fri May 15 20:28:00 1998 Jason Merrill <jason@yorick.cygnus.com>
5929
5930 * decl.c (start_decl): Revert problem change.
5931
5932 * Makefile.in (CONFLICTS): Fix.
5933
5934 Fri May 15 15:34:02 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
5935
5936 * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
5937
5938 Fri May 15 00:46:05 1998 Jason Merrill <jason@yorick.cygnus.com>
5939
5940 * class.c (finish_struct_1): Use BINFO_SIZE.
5941
5942 * decl.c (start_decl): Use 'tem'.
5943
5944 Thu May 14 16:30:47 1998 Andrew MacLeod <amacleod@cygnus.com>
5945
5946 * exception.cc: Include eh-common.h.
5947 (struct cp_eh_info): Add eh_info struct with NEW_EH_MODEL.
5948 (__cplus_type_matcher): First stab at new C++ runtime type matcher.
5949 (__cp_push_exception): Initialize eh_info struct as well.
5950 * except.c: Remove local structs and include eh-common.h.
5951 (init_exception_processing): Set language and version codes.
5952 (call_eh_info): Add presence of eh_info to runtime description of
5953 struct cp_eh_info.
5954 (expand_end_eh_spec): Call start_catch_block() and end_catch_block().
5955 * semantics.c (finish_try_block): Call start_catch_block() and
5956 end_catch_block().
5957 * parse.y (function_try_block): Call start_catch_block() and
5958 end_catch_block().
5959
5960 Thu May 14 12:27:34 1998 Brendan Kehoe <brendan@cygnus.com>
5961
5962 * typeck.c (original_type): New function.
5963 (common_type): Use it to get the DECL_ORIGINAL_TYPE for T1 and T2,
5964 to see if they're actually the same.
5965 * cp-tree.h (original_type): Declare.
5966
5967 Wed May 13 12:54:30 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5968
5969 * Makefile.in (lex.o): Depend on output.h.
5970
5971 * call.c (add_function_candidate): Remove unused variable `cand'.
5972 (add_conv_candidate): Likewise.
5973 (build_builtin_candidate): Likewise.
5974
5975 * cp-tree.h: Add prototype for `types_overlap_p'.
5976
5977 * decl.c (signal_catch): Mark parameter `sig' with ATTRIBUTE_UNUSED.
5978
5979 * decl2.c (merge_functions): Remove unused variables `tmp' and
5980 `tempn'.
5981
5982 * error.c (expr_as_string): Mark parameter `v' with ATTRIBUTE_UNUSED.
5983 (code_as_string): Likewise.
5984 (language_as_string): Likewise.
5985 (parm_as_string): Likewise.
5986 (op_as_string): Likewise.
5987 (assop_as_string): Likewise.
5988 (cv_as_string): Likewise.
5989
5990 * lex.c: Include output.h.
5991
5992 * pt.c (type_unification): Cast first argument of `bzero' to a char*.
5993
5994 * search.c (dfs_no_overlap_yet): Mark parameter `t' with
5995 ATTRIBUTE_UNUSED.
5996
5997 * tinfo.cc (__class_type_info::dcast): Change the type of variable
5998 `i' from int to size_t.
5999
6000 * typeck.c (language_lvalue_valid): Mark parameter `exp' with
6001 ATTRIBUTE_UNUSED.
6002
6003 Tue May 12 21:37:49 1998 Jason Merrill <jason@yorick.cygnus.com>
6004
6005 * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
6006 DECL_NAMESPACE_SCOPE_P.
6007 (lang_decl_name): Likewise.
6008 * pt.c (tsubst_friend_function, tsubst): Likewise.
6009 * decl.c (pushdecl, redeclaration_error_message, start_decl,
6010 cp_finish_decl, start_function): Likewise.
6011 * class.c (finish_struct_1): Likewise.
6012 * call.c (build_over_call): Likewise.
6013 (compare_ics): Use DERIVED_FROM_P.
6014
6015 Tue May 12 07:24:18 1998 Mark Mitchell <mmitchell@usa.net>
6016
6017 * cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.
6018 * method.c (build_mangled_name): Use it.
6019 (build_decl_overload_real): Likewise.
6020
6021 * error.c (dump_simple_decl): New function, broken out from ...
6022 (dump_decl): Use it.
6023
6024 Mon May 11 11:38:07 1998 Mark Mitchell <mmitchell@usa.net>
6025
6026 * ptree.c (lang_print_xnode): Add missing `break'.
6027
6028 * pt.c (tsubst): Remove duplicate check for IDENTIFIER_NODE.
6029
6030 * call.c (add_template_candidate): Adjust for changes to
6031 fn_type_unification.
6032 (add_template_candidate_real): Likewise.
6033 (add_template_conv_candidate): Likewise.
6034 (build_user_type_conversion_1): Likewise.
6035 (build_new_function_call): Likewise.
6036 (build_object_call): Likewise.
6037 (build_new_op): Likewise.
6038 (build_new_method_call): Likewise.
6039 * class.c (instantiate_type): Likewise.
6040 * cp-tree.h (unification_kind_t): New type.
6041 (fn_type_unification): Adjust prototype.
6042 (type_unificaiton): Likewise.
6043 * pt.c (UNIFY_ALLOW_NONE): New macro.
6044 (UNIFY_ALLOW_MORE_CV_QUAL): Likewise.
6045 (UNIFY_ALLOW_LESS_CV_QUAL): Likewise.
6046 (UNIFY_ALLOW_DERIVED): Likewise.
6047 (unify): Change prototype.
6048 (maybe_adjust_types_for_deduction): New function.
6049 (check_cv_quals_for_unify): Likewise.
6050 (determine_specialization): Adjust.
6051 (fn_type_unification): Likewise.
6052 (type_unification): Likewise.
6053 (type_unification_real): Likewise. Use
6054 maybe_adjust_types_for_deduction. Fix mishandling of
6055 back-unification of template functions passed as arguments. Pass
6056 appropriate combination of UNIFY_ALLOW_* to unify.
6057 (unify): Remove unused NTPARMS parameter. Use
6058 check_cv_quals_for_unify. Remove bogus code that allowed
6059 too-generous unification in order to adhere more closely to standard.
6060 (get_bindings_real): Adjust.
6061 (get_class_bindings): Likewise.
6062
6063 * method.c (build_overload_identifier): Only use the innermost
6064 template arguments when mangling.
6065 * pt.c (tsubst_template_argument_vector): New function.
6066 (complete_template_args): Deal with the situation where the
6067 extra_args contain more than one level of arguments.
6068 (lookup_template_class): Deal with member template classes, which
6069 may have more than one level of arguments.
6070 (tsubst): Don't tsbust into the TREE_TYPE of an IDENTIFIER_NODE.
6071 Improve handling of member template classes. Use
6072 DECL_PRIMARY_TEMPLATE instead of inline expansion. Use
6073 tsubst_template_argument_vector where appropriate.
6074 (regenerate_decl_from_template): Break out from ...
6075 (instantiate_decl): Here.
6076
6077 * lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
6078 * parse.h: Regenerated.
6079 * parse.c: Really regenerated.
6080
6081 * cp-tree.h (finish_unary_op_expr): New function.
6082 (finish_id_expr): Likewise.
6083 (begin_new_placement): Likewise.
6084 (finish_new_placement): Likewise.
6085 (finish_declarator): Likewise.
6086 (finish_translation_unit): Likewise.
6087 (finish_parmlist): Likewise.
6088 (begin_class_definition): Likewise.
6089 (finish_class_definition): Likewise.
6090 (finish_default_args): Likewise.
6091 (finish_inline_definitions): Likewise.
6092 * parse.y (GCC_ASM_KEYWORD): Remove.
6093 (TYPENAME_ELLIPSIS): Likewise.
6094 * parse.c: Regenerated.
6095 Use new functions in semantics.c in the actions for many rules.
6096 * gxx.gperf (GCC_ASM_KEYWORD): Just use ASM_KEYWORD.
6097 * hash.h: Regenerated.
6098 * semantics.c (finish_expr_stmt): Allow NULL expr.
6099 (finish_unary_op_expr): New function, containing
6100 code previously in parse.y.
6101 (finish_id_expr): Likewise.
6102 (begin_new_placement): Likewise.
6103 (finish_new_placement): Likewise.
6104 (finish_declarator): Likewise.
6105 (finish_translation_unit): Likewise.
6106 (finish_parmlist): Likewise.
6107 (begin_class_definition): Likewise.
6108 (finish_class_definition): Likewise.
6109 (finish_default_args): Likewise.
6110 (finish_inline_definitions): Likewise.
6111
6112 Sun May 10 23:43:13 1998 Mark Mitchell <mmitchell@usa.net>
6113
6114 * typeck.c (build_c_cast): Don't decay arrays and functions to
6115 pointer type when converting to a class type.
6116
6117 Sun May 10 22:53:56 1998 Jason Merrill <jason@yorick.cygnus.com>
6118
6119 * cp-tree.h (DECL_NAMESPACE_SCOPE_P): New macro.
6120 (DECL_CLASS_SCOPE_P): Likewise.
6121
6122 Sun May 10 22:48:22 1998 H.J. Lu (hjl@gnu.org)
6123
6124 * class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.
6125 * decl2.c (constructor_name_full): Likewise.
6126
6127 Sun May 10 22:48:12 1998 Mike Stump <mrs@wrs.com>
6128
6129 * tree.c (mapcar): Add OVERLOAD support.
6130
6131 * init.c (resolve_offset_ref): We must use basetype_path before we
6132 destroy it with a call to convert_pointer_to.
6133
6134 Sat May 9 14:44:37 1998 Jason Merrill <jason@yorick.cygnus.com>
6135
6136 * class.c (currently_open_class): New fn.
6137 * decl.c (lookup_name_real): Use it.
6138 * search.c (lookup_field): Likewise.
6139
6140 Fri May 8 23:32:42 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
6141
6142 * cp-tree.def (OVERLOAD): New node.
6143 * cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE,
6144 SET_IDENTIFIER_NAMESPACE_VALUE): Define.
6145 (NAMESPACE_BINDING): Remove.
6146 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_NAMESPACE_VALUE): Use
6147 namespace_binding.
6148 (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED):
6149 Define.
6150 (tree_overload): New struct.
6151 (IDENTIFIER_TYPE_VALUE): Use identifier_type_value.
6152 (REAL_IDENTIFIER_TYPE_VALUE): Define.
6153 (IDENTIFIER_HAS_TYPE_VALUE): Use IDENTIFIER_TYPE_VALUE.
6154 (lang_decl_flags): Remove in_namespace.
6155 (lang_decl): Remove chain.
6156 (DECL_CHAIN, DECL_NAMESPACE): Remove.
6157 (flag_honor_std): Declare extern.
6158 (identifier_type_value, pushdecl_namespace_level, push_using_decl,
6159 namespace_binding, set_namespace_binding,
6160 lookup_function_nonclass, cat_namespace_levels,
6161 set_decl_namespace, lookup_arg_dependent, binding_init, ovl_cons,
6162 scratch_ovl_cons, ovl_member, build_overload): Declare.
6163 (decl_list_length, get_namespace_id, current_namespace_id,
6164 overloaded_globals_p): Remove.
6165 (lookup_using_namespace, qualified_lookup_using_namespace): Change
6166 return type.
6167 (push_scratch_obstack): New macro.
6168 * call.c (add_function_candidate): Special-case type of OVERLOAD node.
6169 (build_user_conversions_1): Iterate using OVL_NEXT for ctors,
6170 convs, fns.
6171 (build_new_function_call): Iterate using OVL_CHAIN.
6172 Print DECL_NAME in when reporting ambiguities.
6173 (build_object_call): Iterate using OVL_NEXT for fns, convs.
6174 (build_new_op): Call lookup_function_nonclass.
6175 Iterate using OVL_NEXT.
6176 (build_op_delete_call): Change detection of members.
6177 Do not wrap TREE_LIST around fields and single global functions.
6178 (build_over_call): Don't push a class level if the context is a
6179 namespace.
6180 (build_new_method_call): Iterate using OVL_NEXT.
6181 * class.c (add_method): Chain overloaded members using
6182 build_overload. Remove copying of method.
6183 (grow_method): When iterating through the obstack, expect OVERLOAD
6184 nodes. Chain overload members.
6185 (finish_struct_methods): Chain overload members. Unpack OVERLOAD
6186 nodes in call to get_baselinks.
6187 (duplicate_tag_error): Expect OVERLOAD nodes when unchaining.
6188 (finish_struct_1): Iterate over ctor using OVL_NEXT. Handle
6189 fdecls that are OVERLOAD nodes.
6190 (validate_lhs): New function.
6191 (instantiate_type): Do not copy OVERLOAD nodes. Remove dead
6192 code. Use DECL_NAME in error messages. Split code between global
6193 and member function processing.
6194 * decl.c (global_type_node): New static variable.
6195 (in_std): New global.
6196 (struct binding_level): New field usings.
6197 (resume_binding_level): Assert that we are not in a class.
6198 (toplevel_bindings_p): Just check for namespace_p or
6199 pseudo_global.
6200 (resume_level): Remove.
6201 (find_binding): New function.
6202 (binding_for_name): Call it.
6203 (namespace_binding, set_namespace_binding): New functions.
6204 (push_namespace): Associate binding level with new namespace,
6205 resume_binding_level for existing namespace. Remove old code.
6206 Fake std by counting.
6207 (store_bindings): Use REAL_IDENTIFIER_TYPE_VALUE.
6208 (maybe_push_to_top_level): Save current namespace.
6209 (pop_from_top_level): Restore saved namespace.
6210 (pop_namespace): Call suspend_binding_level. Remove old code.
6211 (cat_namespace_levels): New function.
6212 (set_identifier_type_value_with_scope): For namespace bindings,
6213 set BINDING_TYPE, and use global_type_node.
6214 Use REAL_IDENTIFIER_TYPE_VALUE otherwise.
6215 (identifier_type_value): New function.
6216 (pushtag): If no context, use current_namespace.
6217 (duplicate_decls): Don't process DECL_CHAIN.
6218 (pushdecl): Set DECL_CONTEXT to current_namespace, if it is not
6219 already set. Never reset it to NULL_TREE. Lookup global variables
6220 in their namespace. Push overloaded templates if they are on
6221 namespace level.
6222 (pushdecl_namespace_level): New function.
6223 (pushdecl_top_level): Implement using pushdecl_namespace_level.
6224 (pushdecl_using_decl): New function.
6225 (overloaded_globals_p): Remove.
6226 (push_overloaded_decl): Create OVERLOAD nodes, and iterate through
6227 them. Use namespace_binding and set_namespace_value.
6228 (redeclaration_error_message): Complain if the declarations come
6229 from different namespaces.
6230 (lookup_tag): On namespace level, look in the BINDING_TYPE.
6231 (lookup_namespace_name): Pass tree_bindings from stack. Remove
6232 old code.
6233 (select_decl): New function.
6234 (lookup_name_real): Call it for qualified and unqualified lookup.
6235 Pass tree_bindings from the stack.
6236 If prefer_type is 1, also accept namespaces.
6237 (lookup_function_nonclass): New function.
6238 (init_decl_processing): Set the binding level of the global
6239 namespace to global_binding_level.
6240 Build a proper type list for __builtin_apply.
6241 Initialize std_node to "fake std" if flag_honor_std is set.
6242 Initialize global_type_node.
6243 Allocated bad_alloc in namespace std if flag_honor_std.
6244 (define_function): Set the DECL_CONTEXT to the current_namespace.
6245 (start_decl): A namespace is not considered as a context here. If
6246 the DECL_CONTEXT is a namespace, push the decl.
6247 (cp_finish_decl): Check for namespaces used as initializers.
6248 (grokfndecl): Add namespace parameter. Remove processing of
6249 DECL_CHAIN.
6250 (grokvardecl): Add namespace parameter.
6251 (grokdeclarator): Process SCOPEs that are namespaces. For
6252 mangling, temporarily set the DECL_CONTEXT on anonymous structs.
6253 (start_function): Check for contexts that are namespaces.
6254 Set context for declarations that have not been pushed.
6255 (store_parm_decls): Check for ::main only.
6256 (finish_function): Likewise.
6257 (start_method): Check for contexts that are namespaces.
6258 (start_method): Remove DECL_CHAIN processing.
6259 * decl2.c (flag_honor_std): Declare.
6260 (lang_decode_option): Set it if -fhonor-std or -fnew-abi is given.
6261 (decl_namespace_list): New static global.
6262 (grok_x_components): Ignore namespaces as type contexts.
6263 (check_classfn): Expect OVERLOAD nodes.
6264 (grokfield): Remove DECL_CHAIN processing.
6265 (finish_file): Call cat_namespace_levels.
6266 (merge_functions): New function.
6267 (ambiguous_decl): Rewrite.
6268 (lookup_using_namespace): Produce tree_bindings.
6269 (qualified_lookup_using_namespace): Likewise.
6270 (set_decl_namespace, decl_namespace, current_decl_namespace,
6271 push_decl_namespace, pop_decl_namespace): New functions.
6272 (arg_lookup): New struct.
6273 (add_function, arg_assoc_namespace, arg_assoc_class,
6274 arg_assoc_type, arg_assoc_args, arg_assoc, lookup_arg_dependent):
6275 New functions.
6276 (get_namespace_id, current_namespace_id): Remove.
6277 (do_toplevel_using_decl): Rewrite.
6278 (do_class_using_decl): Complain about namespace qualifiers.
6279 (do_using_directive): Sorry if not on namespace level. Complain
6280 about unknown namespaces.
6281 * error.c (dump_aggr_type): Check for namespace contexts.
6282 * except.c (init_exception_processing): Push terminate into std.
6283 * friend.c (is_friend): A namespace is not a context, here.
6284 * init.c (expand_member_init): Remove DECL_CHAIN processing.
6285 (build_offset_ref): Process OVERLOAD nodes.
6286 * lang-specs.h (__HONOR_STD): Define if -fnew-abi or -fhonor-std.
6287 * lex.c (identifier_type): Loop using OVL_CHAIN.
6288 (see_typename): Set looking_for_typename to 2.
6289 (real_yylex): Likewise.
6290 (do_identifier): Expect OVERLOAD nodes instead of TREE_LISTs.
6291 (do_scoped_id): Expect OVERLOAD nodes.
6292 Change calling convention for qualified_lookup_using_namespace.
6293 (build_lang_decl): Don't set in_namespace anymore.
6294 * method.c (typevec_size): New global.
6295 (build_overload_nested_name): Return if global_namespace.
6296 Otherwise, always expect a declaration context.
6297 (build_qualified_name): Likewise.
6298 Make sure we don't write beyond typevec_size.
6299 (build_decl_overload_real): Likewise.
6300 Allocate one extra slot for the namespace.
6301 (hack_identifier): Mark code dead.
6302 Process OVERLOAD and NAMESPACE_DECL nodes.
6303 * parse.y (program): Pop namespaces until in global namespace.
6304 (extdef): In a using-declaration, don't discard the identifier if
6305 there is no declaration.
6306 (left_curly): Ignore type contexts which are namespaces.
6307 (typename_sub2): Use IDENTIFIER_TYPE_VALUE to retrieve the type
6308 used as scope.
6309 * pt.c (template_class_depth): Expect types to be namespaces.
6310 (determine_specialization): Simplify by expecting OVERLOAD nodes.
6311 (push_template_decl): Push into namespace level.
6312 Reset ctx if it is a namespace.
6313 Set DECL_CONTEXT to current_namespace if not set already.
6314 Ignore real contexts that are namespaces.
6315 (mangle_class_name_for_template): Skip global_namespace.
6316 Mangle other namespaces as declarations.
6317 (lookup_template_function): Set type of OVERLOAD nodes to unknown.
6318 (lookup_template_class): Push into namespace of context.
6319 If the context is a namespace, set it to global_namespace.
6320 Use id_context for mangling.
6321 (for_each_template_parm): Handle OVERLOAD and NAMESPACE_DECL nodes.
6322 (tsubst_friend_function): Ignore namespace contexts.
6323 Push into namespace level.
6324 (tsubst): Handle NAMESPACE_DECL nodes.
6325 Remove DECL_CHAIN processing.
6326 (type_unification_real): Recognize OVERLOAD instead of TREE_LIST nodes.
6327 * ptree.c (print_lang_identifier): Print bindings.
6328 (lang_print_xnode): Print OVERLOAD nodes.
6329 * rtti.c (init_rtti_processing): Push type_info into std.
6330 * search.c (lookup_fnfields_here): Expect OVERLOAD nodes.
6331 (lookup_fnfields_1, get_virtuals_named_this, get_matching_virtual,
6332 dfs_debug_mark, dfs_pushdecls, dfs_compress_decls, add_conversions,
6333 lookup_fnfields_here): Likewise.
6334 Process all nodes, instead of going through TREE_CHAIN.
6335 * sig.c (build_signature_pointer_or_reference_type): Set context
6336 to global_namespace.
6337 (build_signature_table_constructor): Expect OVERLOAD nodes.
6338 * spew.c (yylex): Save old setting of looking_for_typename.
6339 * tree.c (decl_list_length): Remove.
6340 (binding_init): New function.
6341 (count_functions): Rewrite.
6342 (is_overloaded_fn): Expect OVERLOAD nodes.
6343 (really_overloaded_fn, get_first_fn, lvalue_type): Likewise.
6344 (ovl_cons, scratch_ovl_cons, build_overload, build_overload_after,
6345 ovl_member): New functions.
6346 * typeck.c (require_complete_type): Expect OVERLOAD nodes.
6347 (type_unknown_p): Likewise.
6348 (require_instantiated_type): Likewise.
6349 (build_component_ref): Declare code dead.
6350 (build_x_function_call): Create and expect OVERLOAD nodes.
6351 (build_function_call_real): Check for ::main only.
6352 (build_unary_op): Likewise. Expect OVERLOAD nodes.
6353 (convert_for_assignment): Check for TREE_LIST before accessing
6354 TREE_VALUE.
6355 * decl.c (duplicate_decls): Check for namespace bindings instead
6356 of global bindings.
6357 (pushdecl, push_overloaded_decl, lookup_tag, lookup_name_real,
6358 lookup_name_current_level, start_decl, xref_tag,
6359 finish_enum): Likewise.
6360 * init.c (build_offset_ref): Likewise.
6361 * search.c (lookup_field): Likewise.
6362 (lookup_fnfields): Likewise.
6363 (dfs_debug_mark): Likewise.
6364 * decl.c (poplevel): Use SET_IDENTIFIER_TYPE_VALUE.
6365 (poplevel_class, pop_from_top_level): Likewise.
6366 * decl2.c (finish_method): Likewise.
6367 * class.c (build_vtable): Use SET_IDENTIFIER_GLOBAL_VALUE.
6368 * decl.c (record_builtin_type): Likewise.
6369 (init_decl_processing, grokfndecl): Likewise.
6370 * lex.c (get_time_identifier, do_identifier, do_scoped_id): Likewise.
6371 (make_lang_type): Likewise.
6372 * parse.y (make_thunk): Likewise.
6373 * pt.c (tsubst): Likewise.
6374 * tree.c (debug_binfo): Likewise.
6375 * exception.cc, new.cc, new1.cc, new2.cc, tinfo.cc, tinfo.h,
6376 tinfo2.cc, inc/new.h: Add std qualifications.
6377 * inc/new: Wrap with namespace std if __HONOR_STD.
6378 * inc/typeinfo: Likewise.
6379
6380 Fri May 8 00:43:50 1998 Jason Merrill <jason@yorick.cygnus.com>
6381
6382 * call.c (build_user_type_conversion_1): Handle second_conv
6383 properly for templates.
6384
6385 Thu May 7 17:09:25 1998 Andrew MacLeod <amacleod@cygnus.com>
6386
6387 * method.c (build_decl_overload_real): Set TREE_USED flag to
6388 zero for build_type_variants nodes as well.
6389
6390 Wed May 6 19:27:09 1998 Jason Merrill <jason@yorick.cygnus.com>
6391
6392 * pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE.
6393
6394 Wed May 6 16:49:48 1998 Jim Wilson <wilson@cygnus.com>
6395
6396 * Makefile.in (call.o, class.o, decl.o, decl2.o, errfn.o, error.o,
6397 except.o, expr.o, friend.o, init.o, lex.o, method.o, pt.o, repo.o,
6398 rtti.o, search.o, semantics.o, sig.o, tree.o, typeck.o, typeck2.o,
6399 xref.o): Add toplev.h dependencies.
6400
6401 Wed May 6 16:44:58 1998 Jeffrey A Law (law@cygnus.com)
6402
6403 * errfn.c (cp_error, cp_warning): Remove declarations for
6404 error and warning respectively.
6405
6406 Wed May 6 14:28:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6407
6408 * error.c: Convert to using ctype macros defined in system.h.
6409 * method.c: Likewise.
6410 * xref.c: Likewise.
6411 * lex.c: Likewise. Also remove redundant system header stuff.
6412
6413 Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>
6414
6415 * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c,
6416 expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c,
6417 search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c,
6418 xref.c: Add include of toplev.h.
6419
6420 Wed May 6 02:33:39 1998 Jason Merrill <jason@yorick.cygnus.com>
6421
6422 * tree.c (perm_manip): Also regenerate the RTL of an extern.
6423 (copy_to_permanent): Use end_temporary_allocation.
6424
6425 Tue May 5 23:54:04 1998 Jason Merrill <jason@yorick.cygnus.com>
6426
6427 * init.c (expand_vec_init): The initialization of each array
6428 element is a full-expression.
6429
6430 Tue May 5 18:24:13 1998 Andrew MacLeod <amacleod@cygnus.com>
6431
6432 * method.c (build_mangled_name): Add a call to build_type_variant
6433 to get the right type.
6434
6435 Tue May 5 01:25:03 1998 Jason Merrill <jason@yorick.cygnus.com>
6436
6437 * Makefile.in: Add .SUFFIXES.
6438
6439 * cp-tree.def: Remove NAMESPACE_DECL.
6440
6441 Sun May 3 01:32:14 1998 Jason Merrill <jason@yorick.cygnus.com>
6442
6443 * call.c (build_over_call): Do evaluate arg even if it has empty
6444 class type.
6445 * decl.c (start_function): Don't push a member function.
6446
6447 Thu Apr 30 18:59:23 1998 Jim Wilson <wilson@cygnus.com>
6448
6449 * Makefile.in (g++FAQ.info): Put -o option before input file.
6450
6451 Thu Apr 30 13:05:33 1998 Andrew MacLeod <amacleod@cygnus.com>
6452
6453 * gxxint.texi: Add info for squangling codes K and B.
6454
6455 Tue Apr 28 13:22:01 1998 Mark Mitchell <mmitchell@usa.net>
6456
6457 * semantics.c (begin_stmt_expr): Avoid duplicating the effect of
6458 the expression in templates.
6459 (finish_stmt_expr): Likewise.
6460
6461 1998-04-28 Brendan Kehoe <brendan@cygnus.com>
6462
6463 * decl2.c (ambiguous_decl): Fix NAME parm to be a tree, not int.
6464
6465 Mon Apr 27 13:58:10 1998 Mark Mitchell <mmitchell@usa.net>
6466
6467 * decl.c (maybe_push_to_top_level): Always clear
6468 current_template_parms and processing_template_decl.
6469 (pushtag): Remove check of current_class_type and some comments,
6470 since maybe_push_to_top_level no longer creates confusion.
6471
6472 Sun Apr 26 12:10:18 1998 Mark Mitchell <mmitchell@usa.net>
6473
6474 * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
6475 (DECL_CLASS_TEMPLATE_P): Likewise.
6476 (DECL_PRIMARY_TEMPLATE): Likewise.
6477 (PRIMARY_TEMPLATE_P): Use it.
6478 (push_template_decl_real): New function.
6479 (redeclare_class_template): Take new template parameters as
6480 input.
6481 (is_specialization_of): New function.
6482 (comp_template_args): Declare.
6483 * decl.c (pushtag): Handle friend template classes.
6484 (xref_tag): Likewise. Use new calling convention for
6485 redeclare_class_template.
6486 * decl2.c (grok_x_components): Handle friend templates.
6487 * friend.c (is_friend): Use is_specialization_of where
6488 appropriate. Deal with friend class templates.
6489 (make_friend_class): Let a class template be friends with itself.
6490 * pt.c (comp_template_args): Remove declaration.
6491 (tsubst_friend_class): New function.
6492 (push_template_decl_real): New function.
6493 (push_template_decl): Use it.
6494 (redeclare_class_template): Adjust for new calling convention.
6495 (comp_template_args): Give it external linkage.
6496 (instantiate_class_type): Use tsubst_friend_class to deal
6497 with friend templates.
6498 * typeck.c (comptypes): Use comp_template_args, rather than
6499 expanding it inline.
6500 * parse.y (component_decl): Handle a nested template type
6501 like other component type declarations.
6502
6503 * pt.c (check_explicit_specialization): Handle overloaded
6504 constructors correctly.
6505
6506 * pt.c (mabybe_get_template_decl_from_type_decl): New function.
6507 (lookup_template_class): Use it.
6508
6509 Thu Apr 23 21:19:06 1998 Jason Merrill <jason@yorick.cygnus.com>
6510
6511 * cp-tree.def: Add WRAPPER. USER_CONV now only has two ops.
6512 * cp-tree.h: Add WRAPPER support.
6513 * call.c (add_candidate): Split out from add_*_candidate fns.
6514 (build_over_call): Take the candidate instead of function and args.
6515 Enforce access control here. Emit overload warnings here.
6516 (add_warning): New fn.
6517 (joust): Add WARN parm. If not set, call add_warning instead of
6518 printing a warning. Re-enable some warnings.
6519 (tourney): Pass it.
6520 (convert_like): Adjust.
6521 (build_new_op): Adjust.
6522 (build_new_function_call): Adjust.
6523 (build_user_type_conversion_1): Adjust.
6524 (USER_CONV_FN): Adjust.
6525 * tree.c (build_expr_wrapper, build_expr_ptr_wrapper,
6526 build_int_wrapper): New fns.
6527
6528 Thu Apr 23 18:27:53 1998 Mark P. Mitchell <mmitchell@usa.net>
6529
6530 * pt.c (unify): Fix typo in previous change.
6531
6532 Thu Apr 23 09:32:58 1998 Jason Merrill <jason@yorick.cygnus.com>
6533
6534 * error.c (dump_type_real): Declare canonical_name.
6535
6536 * typeck.c (comp_target_types): Fix PMFs.
6537
6538 Wed Apr 22 13:24:48 1998 Mark Mitchell <mmitchell@usa.net>
6539
6540 * class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for
6541 the DECL_RESULTs of a member TEMPLATE_DECL, not just the
6542 TEMPLATE_DECL.
6543
6544 * pt.c (tsubst): Decrease the template-level of
6545 TEMPLATE_TEMPLATE_PARMS. Likewise for the DECL_INITIAL of a
6546 TEMPLATE_PARM_INDEX.
6547 (template_decl_level): New function.
6548 (unify): Make sure to record unifications for template
6549 parameters, even when the parameters exactly match the arguments.
6550 Combine duplicated code for TEMPLATE_TEMPLATE_PARMs and
6551 TEMPLATE_TYPE_PARMS. Don't try to unify template parameters that
6552 aren't from the level we're currently working on.
6553
6554 Tue Apr 21 22:00:04 1998 Mark Mitchell <mmitchell@usa.net>
6555
6556 * errfn.c (cp_thing): Use xrealloc, not xmalloc, to copy memory.
6557
6558 * decl2.c (check_member_template): Set DECL_IGNORED for member
6559 class templates, too.
6560
6561 * decl2.c (grokfield): Remangle the name of a member TYPE_DECL.
6562
6563 Tue Apr 21 18:59:11 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
6564
6565 * decl.c (duplicate_decls): Only check DECL_FRIEND_P if function.
6566
6567 Tue Apr 21 14:22:00 1998 Jeffrey A Law (law@cygnus.com)
6568
6569 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare.
6570 * decl.c (intTI_type_node, unsigned_intTI_type_node): Define.
6571 (init_decl_processing): Handle TI types.
6572 * typeck.c (unsigned_type, signed_type): Handle TI types.
6573
6574 Sat Apr 18 15:25:21 1998 Jim Wilson <wilson@cygnus.com>
6575
6576 * g++spec.c (lang_specific_driver): New argument in_added_libraries.
6577 New local added_libraries. Increment count when add library to
6578 arglist.
6579
6580 Fri Apr 17 21:25:00 1998 Mark Mitchell <mmitchell@usa.net>
6581
6582 * cp-tree.h (type_as_string_real): New function.
6583 * pt.c (mangle_class_name_for_template): Use it.
6584 * error.c (dump_aggr_type): Change prototype.
6585 (dump_type_prefix): Likewise.
6586 (dump_type_suffix): Likewise.
6587 (dump_type_real): Convert from dump_type. If desired, the
6588 "canonica" name of a typedef, i.e., the name of the underlying
6589 type, can be printed.
6590 (dump_type): Call dump_type_real.
6591
6592 Fri Apr 17 14:30:45 1998 Jason Merrill <jason@yorick.cygnus.com>
6593
6594 * decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.
6595
6596 * typeck.c (comp_target_types): Tweak pedantic case.
6597 (comp_target_parms): Tweak pedantic case. Clean up somewhat.
6598 Return -1 or 1 instead of 1 or 2.
6599 (compparms): Remove STRICT handling.
6600 (convert_for_assignment): Fix handling of pmfs.
6601
6602 Fri Apr 17 14:04:16 1998 Mark Mitchell <mmitchell@usa.net>
6603
6604 * typeck.c (comp_target_types): Handle references like pointers.
6605 (comp_target_parms): Note that return code from comp_target_types
6606 can be negative to indicate failure.
6607
6608 Fri Apr 17 09:10:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6609
6610 * Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),
6611 which requires a working target compiler to build.
6612
6613 Fri Apr 17 08:57:35 1998 Jeffrey A Law (law@cygnus.com)
6614
6615 * tree.c (avoid_overlap): Add prototype.
6616
6617 * spew.c (num_tokens): Add prototype.
6618 (nth_noken, add_token, consume_token, debug_yychar): Likewise.
6619
6620 * search.c (dfs_check_overlap): Add prototype.
6621 (dfs_no_overlap_yet): Likewise.
6622
6623 * pt.c (original_template): Add prototype.
6624 (inline_needs_template_parms): Likewise.
6625 (push_inline_template_parms_recursive): Likewise.
6626 (retrieve_specialization, register_specialization): Likewise.
6627 (print_candidates, reduce_template_parm_level): Likewise.
6628 (build_template_decl, mark_template_parm): Likewise.
6629 (tsubst_friend_function, get_bindings_real): Likewise.
6630
6631 * method.c (start_squangling): Add prototype.
6632 (end_squangling, check_ktype, issue_ktype): Likewise.
6633 (build_overloaded_scope_ref, check_btype): Likewise.
6634 (build_mangled_template_parm_index): Likewise.
6635
6636 * lex.c (init_cpp_parse): Add prototype.
6637 (handle_cp_pragma, handle_sysv_pragma): Likewise.
6638 (reduce_cmp, token_cmp): Likewise.
6639
6640 * except.c (call_eh_info): Add prototype.
6641 (push_eh_info, get_eh_info, get_eh_value, get_eh_type): Likewise.
6642 (get_eh_caught, get_eh_handlers, do_pop_exception): Likewise.
6643
6644 * decl2.c (is_namespace_ancestor): Add prototype.
6645 (namespace_ancestor, add_using_namespace): Likewise.
6646 (ambiguous_decl): Likewise.
6647
6648 * decl.c (indent): Add prototype.
6649
6650 * call.c (add_template_candidate_real): Add prototype.
6651
6652 Fri Apr 17 01:57:12 1998 Jason Merrill <jason@yorick.cygnus.com>
6653
6654 * decl2.c (build_expr_from_tree): Just return a PMF.
6655
6656 Fri Apr 17 00:45:12 1998 Mark Mitchell <mmitchell@usa.net>
6657
6658 * typeck2.c (process_init_constructor): Don't strip cv-qualifiers
6659 when doing initializations.
6660
6661 * pt.c (unify): Use comptypes to compare type args.
6662
6663 Fri Apr 17 00:24:22 1998 Jason Merrill <jason@yorick.cygnus.com>
6664
6665 * decl.c (duplicate_decls): Fix check for when it's safe to free
6666 the new decl.
6667
6668 * pt.c (mangle_class_name_for_template): Don't pass a typedef type
6669 to type_as_string.
6670
6671 Thu Apr 16 17:47:30 1998 Jeffrey A Law (law@cygnus.com)
6672
6673 * pt.c (build_template_parm_index): Add prototype.
6674
6675 * search.c (my_tree_cons): Don't clear words outside the
6676 newly allocated node.
6677
6678 Wed Apr 15 15:34:44 1998 Dave Brolley <brolley@cygnus.com>
6679
6680 * lex.c (init_parse): Now returns char* containing the filename.
6681
6682 Wed Apr 15 13:20:06 1998 John Carr <jfc@mit.edu>
6683 Jeff Law <law@cygnus.com>
6684
6685 * errfn.c: Rework to avoid problems when HOST_WIDE_INT is longer
6686 than a pointer.
6687
6688 Sun Apr 12 22:31:19 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6689
6690 * cvt.c (cp_convert_to_pointer): Use TYPE_PRECISION.
6691
6692 Fri Apr 10 12:16:49 1998 Benjamin Kosnik <bkoz@loony.cygnus.com>
6693
6694 * decl.c (duplicate_decls): Don't warn for redundant decls if
6695 friend: let add_friend take care of it.
6696
6697 Thu Apr 9 02:40:48 1998 Jason Merrill <jason@yorick.cygnus.com>
6698
6699 * sig.c (build_signature_pointer_constructor): Don't set
6700 TREE_HAS_CONSTRUCTOR for a signature pointer.
6701 * cvt.c (ocp_convert): Don't force a temporary for internal structs.
6702 * init.c (resolve_offset_ref): Warn about implicit & on pmfs
6703 here, too.
6704 * typeck.c (build_unary_op): Only allow taking the address of a
6705 real constructor.
6706 * typeck2.c (digest_init): Simplify.
6707 (store_init_value): Don't pedwarn about using { } for pmfs.
6708
6709 Thu Apr 9 22:16:57 1998 Per Bothner <bothner@cygnus.com>
6710
6711 * cp-tree.h (start_decl): Update prototype.
6712 * decl.c (start_decl): Like the C version, new parameters
6713 for the attributes. Call cplus_decl_attributes here,
6714 (pushdecl): Like C version, do build_type_copy if TYPE_DECL,
6715 (grokdeclarator): Pass NULL for new start_decl arguments.
6716 * pt.c (tsubst_expr): Likewise.
6717 * parse.y: Merge cplus_decl_attribute calls into start_decl calls.
6718 * typeck.c (common_type): Check TYPE_MAIN_VARIANT.
6719 * lex.c (build_lang_decl): Add lang_name_java.
6720 * class.c (push_lang_context): Add lang_name_java.
6721 * method.c (build_mangled_name): Check for is_java_type.
6722
6723 Thu Apr 9 22:16:57 1998 Benjamin Kosnik <bkoz@loony.cygnus.com>
6724
6725 * decl.c (grokdeclarator): Check TYPE_MAIN_VARIANT.
6726 * call.c (build_scoped_method_call): Check for TREE_CODE for
6727 VOID_TYPE instead of type == void_type_node.
6728 (build_method_call): Likewise.
6729 * decl.c (lookup_name_real): Likewise.
6730 (grokdeclarator): Likewise.
6731 (start_decl): Likewise.
6732 (grokparms): Likewise.
6733 (start_function): Likewise.
6734 (finish_function): Likewise.
6735 (start_method): Likewise.
6736
6737 Thu Apr 9 00:18:44 1998 Dave Brolley (brolley@cygnus.com)
6738
6739 * lex.c (finput): New variable.
6740 (init_cpp_parse): Renamed from init_parse.
6741 (init_parse): Handle !USE_CPPLIB. Call init_cpp_parse when finished.
6742 (finish_parse): New function.
6743 * cp-tree.h (init_lex, init_parse): Remove declarations.
6744
6745 Mon Apr 6 02:25:05 1998 Jason Merrill <jason@yorick.cygnus.com>
6746
6747 * call.c (build_call): Still evaluate the actual argument.
6748 * class.c (is_empty_class): Update for -fnew-abi.
6749
6750 * decl2.c: -fnew-abi implies -fsquangle.
6751
6752 * method.c (do_build_assign_ref): Don't do anything to copy
6753 an empty class.
6754 (do_build_copy_constructor): Likewise.
6755 * call.c (build_over_call): Likewise.
6756
6757 Sat Apr 4 18:43:58 1998 Jason Merrill <jason@yorick.cygnus.com>
6758
6759 * tree.c (avoid_overlap): Return a value.
6760
6761 Sat Apr 4 12:52:35 1998 Jeffrey A Law (law@cygnus.com)
6762
6763 * method.c (check_btype): Add missing argument to xrealloc.
6764 (check_ktype): Likewise.
6765
6766 Fri Apr 3 02:22:59 1998 Jason Merrill <jason@yorick.cygnus.com>
6767
6768 Implement empty base optimization.
6769 * class.c (finish_struct_1): Add vbase fields earlier. Set
6770 CLASSTYPE_SIZE of an empty base to 0. Types with bases can be empty.
6771 * search.c (dfs_check_overlap, dfs_no_overlap_yet): New fns.
6772 (types_overlap_p): New fn.
6773 * tree.c (avoid_overlap): New fn.
6774 (build_base_fields): Use it to avoid overlapping empty bases.
6775 * cp-tree.h, decl2.c, lang-options.h: Add -fnew-abi.
6776
6777 * decl.c (cplus_expand_expr_stmt): Strip unused INDIRECT_REFs.
6778
6779 Re-implement allocation of base class subobjects.
6780 * tree.c (unshare_base_binfos): New fn.
6781 (layout_basetypes): Use it. Now handles offsets of both virtual and
6782 non-virtual bases, after layout_type.
6783 (layout_vbasetypes): Remove.
6784 (build_base_fields): Generate FIELD_DECLs for each non-virtual base.
6785 (build_vbase_pointer_fields): Split out from old layout_basetypes.
6786 * class.c (finish_base_struct): Lose offset handling code.
6787 Move nonvdtor warning here. Don't mess with t_binfo anymore.
6788 (finish_struct_1): Don't mess with t_binfo anymore. Use fns above.
6789 * cp-tree.h: Adjust.
6790
6791 Thu Apr 2 14:25:13 1998 Jason Merrill <jason@yorick.cygnus.com>
6792
6793 * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
6794 * decl.c, decl2.c, pt.c, ptree.c, lex.c: Likewise.
6795 * class.c (duplicate_tag_error): Likewise.
6796 (finish_struct_1): Set CLASSTYPE_SIZE, CLASSTYPE_MODE, CLASSTYPE_ALIGN.
6797 * tree.c (layout_vbasetypes): Update from layout_record, remove
6798 var_size support, use CLASSTYPE_SIZE instead of CLASSTYPE_VBASE_SIZE.
6799 (layout_basetypes): Likewise.
6800
6801 Wed Apr 1 18:22:25 1998 Jeffrey A Law (law@cygnus.com)
6802
6803 * class.c, Make sure system.h is included just after config.h.
6804 Delete lingering stdio and errno references too.
6805 * decl.c, errfn.c, parse.y, ptree.c search.c, xref.c: Likewise.
6806
6807 Wed Apr 1 15:38:36 1998 Jason Merrill <jason@yorick.cygnus.com>
6808
6809 * friend.c (is_friend): Fix access control for local classes.
6810
6811 * class.c (is_empty_class): New fn.
6812 * call.c (build_call): Don't pass empty class objects to a function.
6813
6814 Wed Apr 1 14:58:35 1998 Mark Mitchell <mmitchell@usa.net>
6815
6816 * call.c (build_over_call): Do name resolution for default
6817 arguments of function templates in the scope of the templates.
6818
6819 Tue Mar 31 13:43:57 1998 Jeffrey A Law (law@cygnus.com)
6820
6821 * call.c: Include system.h. Remove includes, declarations and
6822 defines provided by system.h.
6823 * class.c, cvt.c, decl.c, decl2.c, errfn.c error.c: Likewise.
6824 * except.c, expr.c friend.c, g++spec.c, init.c, input.c: Likewise.
6825 * lex.c, parse.y, pt.c, ptree.c repo.c rtti.c, search.c: Likewise.
6826 * semantics.c, sig.c, spew.c, tree.c, typeck.c: Likewise.
6827 * typeck2.c, xref.c: Likewise.
6828 * Makefile.in: Dependencies updated as appropriate.
6829 * Make-lang.in: Likewise.
6830
6831 Mon Mar 30 12:15:00 1998 Mark Mitchell <mmitchell@usa.net>
6832
6833 * pt.c (fn_type_unification): Allow incomplete unification without
6834 an immediate error message.
6835
6836 Mon Mar 30 08:55:42 1998 Jason Merrill <jason@yorick.cygnus.com>
6837
6838 * tree.c (member_p): New fn.
6839 * decl2.c (finish_file): Only set DECL_STATIC_FUNCTION_P for
6840 initializing class members.
6841
6842 * cp-tree.def (TEMPLATE_PARM_INDEX): Class 'x'.
6843 * ptree.c (lang_print_xnode): Handle TEMPLATE_PARM_INDEX.
6844
6845 * call.c (build_method_call): Handle non-scoped destructors, too.
6846 * pt.c (tsubst_copy): Likewise.
6847
6848 * pt.c (print_template_context): Split out...
6849 (push_tinst_level): ...from here.
6850
6851 * friend.c (is_friend): Don't pass a type to decl_function_context.
6852
6853 * typeck.c (convert_for_initialization): Always hand off
6854 conversions to class type.
6855
6856 Sun Mar 29 20:01:59 1998 Jason Merrill <jason@yorick.cygnus.com>
6857
6858 * friend.c (is_friend): Local classes have the same access as the
6859 enclosing function.
6860
6861 Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
6862
6863 * typeck.c (expand_target_expr): Delete dead function.
6864
6865 * search.c: Put various prototypes inside #ifdef MI_MATRIX.
6866
6867 * repo.c (save_string): Delete dead function.
6868
6869 * method.c (thunk_printable_name): Delete dead function.
6870
6871 * lex.c (yynextch): Delete dead function.
6872
6873 * expr.c (tree_extract_aggr_init): #if 0 out.
6874
6875 * except.c (do_unwind): Delete dead function.
6876 (easy_expand_asm): Likewise.
6877
6878 * cvt.c (build_conversion_type_1): Delete dead function.
6879
6880 * cp-tree.h (push_expression_obstack): Declare.
6881
6882 * call.c (source_type): #if 0 out.
6883
6884 * class.c (alter_access): Remove unused label. Add braces
6885 around empty else clause.
6886
6887 * lex.c (yyprint): Fix argument to printf.
6888
6889 Sat Mar 28 17:43:52 1998 Mark Mitchell <mmitchell@usa.net>
6890
6891 * pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
6892
6893 * pt.c (instantiate_class_template): Make sure template
6894 arguments are permanent.
6895 * init.c (resolve_offset_ref): Don't go looking around in
6896 template types.
6897
6898 * semantics.c: Add routines to handle expressions, and some
6899 declaration processing.
6900 * parse.y: Use them.
6901 (current_class_depth): Move declaration to cp-tree.h.
6902 * parse.c: Regenerated.
6903 * cp-tree.h: Use them.
6904 (current_class_depth): Declare.
6905 * pt.c (tsubst_copy): Use begin_stmt_expr and finish_stmt_expr.
6906
6907 Fri Mar 27 20:23:18 1998 Mark Mitchell <mmitchell@usa.net>
6908
6909 * error.c (dump_decl): Be a bit more explicit with template
6910 type arguments, when verbose.
6911
6912 Fri Mar 27 18:16:40 1998 Jason Merrill <jason@yorick.cygnus.com>
6913
6914 * inc/exception: Reorder closing braces.
6915
6916 Fri Mar 27 13:22:18 1998 Mark Mitchell <mmitchell@usa.net>
6917
6918 * pt.c (redeclare_class_template): New function.
6919 * cp_tree.h (redeclare_class_template): Declare it.
6920 * decl.c (xref_tag): Use it.
6921
6922 Thu Mar 26 11:16:30 1998 Jason Merrill <jason@yorick.cygnus.com>
6923
6924 * call.c (build_over_call): Check IS_AGGR_TYPE, not
6925 TYPE_LANG_SPECIFIC.
6926 * typeck.c (convert_arguments): Likewise.
6927
6928 * decl.c (grokdeclarator): Remove const and volatile from type after
6929 setting constp and volatilep.
6930
6931 * class.c (finish_struct_1): Don't warn about bool bitfield larger
6932 than one bit.
6933
6934 Thu Mar 26 10:25:52 1998 Mark Mitchell <mmitchell@usa.net>
6935
6936 * pt.c (convert_nontype_argument): STRIP_NOPS where appropriate.
6937
6938 Thu Mar 26 10:24:05 1998 Mark Mitchell <mmitchell@usa.net>
6939
6940 * call.c (build_object_call): Complain about ambiguous operator(),
6941 rather that crashing.
6942 (build_new_op): Likewise.
6943 (build_op_delete_call): Likewise.
6944
6945 Thu Mar 26 10:23:24 1998 Mark Mitchell <mmitchell@usa.net>
6946
6947 * cvt.c (perform_qualification_conversions): Use comp_target_types
6948 instead of comp_ptr_ttypes.
6949
6950 Wed Mar 25 16:10:50 1998 Mark Mitchell <mmitchell@usa.net>
6951
6952 * cp-tree.h (enforce_access): Declare.
6953 * call.c (enforce_access): Make it extern, not static.
6954 * class.c (alter_access): Use enforce_access; modify code for ISO
6955 compliance, rather than ARM rules.
6956
6957 Wed Mar 25 12:10:45 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
6958
6959 * cp-tree.h: Fix typo.
6960
6961 Wed Mar 25 02:01:02 1998 Jason Merrill <jason@yorick.cygnus.com>
6962
6963 * expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing
6964 if (aggregate_value_p (type)).
6965
6966 * decl2.c (constructor_name_full): Handle TYPENAME_TYPE.
6967
6968 Tue Mar 24 16:12:01 1998 Mark Mitchell <mmitchell@usa.net>
6969
6970 * tree.c (mapcar): When dealing with a DECL, use it's constant
6971 value, if any.
6972 * pt.c (lookup_template_class): Don't mangle the names of template
6973 classes whose arguments are unknown.
6974
6975 * pt.c (tsubst_expr): Handle GOTO_STMT correctly.
6976
6977 Tue Mar 24 12:21:55 1998 Benjamin Kosnik <bkoz@lisa.cygnus.com>
6978
6979 * decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1.
6980
6981 Tue Mar 24 12:21:48 1998 Jim Wilson <wilson@cygnus.com>
6982
6983 * decl.c (init_decl_processing): Initialize TYPE_MAX_VALUE for
6984 boolean_type_node to 1.
6985
6986 Tue Mar 24 10:23:47 1998 Mark Mitchell <mmitchell@usa.net>
6987
6988 * error.c (dump_expr): Remove unused variable `l'.
6989
6990 * pt.c (for_each_template_parm): New function, created by
6991 converting uses_template_parms.
6992 (tree_fn_t): New typedef.
6993 (uses_template_parms): Use it.
6994 (mark_template_parm): New function.
6995 (push_template_decl): Check that the argument list of a partial
6996 specialization uses all the template parameters.
6997
6998 * Make-lang.in (c++filt): Don't delete cxxmain.c after we're done
6999 with it; we might want it for debugging.
7000 * cp-tree.h (type_unification): Change interface.
7001 * class.c (finish_struct_1): Skip nested template types, just like
7002 ordinary nested types.
7003 (instantiate_type): Use new interface to type_unification.
7004 * lex.c (init_lex): Add __sz as opname for sizeof.
7005 * method.c (build_overload_scope_ref): New function.
7006 (build_overload_int): Handle complex expressions. Set
7007 numeric_output_need_bar if necessary.
7008 (build_overload_value): Handle non-PARM_DECL nodes; this
7009 routine is now used by build_overload_int. Remove some
7010 assignments to numeric_output_need_bar. Use
7011 build_overload_scope_ref.
7012 (build_qualified_name): Note that some template mangled names end
7013 with digits, and set numeric_output_need_bar appropriately. Use
7014 build_underscore_int.
7015 * pt.c (unify): Change interface.
7016 (type_unification_real): Likewise.
7017 (determine_specialization): Use new interfaces.
7018 (tsubst): Deal gracefully with situations in which the argument
7019 vector is not fully filled.
7020 (fn_type_unification): Use new interfaces.
7021 (type_unification): Likewise. Remove NOP_EXPR hack.
7022 (type_unification_real): Likewise.
7023 (unify): Likewise. Deal with unification of complex expressions.
7024
7025 Mon Mar 23 12:24:37 1998 Jason Merrill <jason@yorick.cygnus.com>
7026
7027 * pt.c (complete_template_args): Initialize skip properly.
7028
7029 * decl.c (make_typename_type): Revert.
7030 (make_implicit_typename): Remove.
7031 (lookup_name_real): Don't call it. Call lookup_field if we see a
7032 TYPE_DECL from a template base.
7033 * search.c (lookup_field): Do implicit typename stuff.
7034
7035 Sun Mar 22 00:50:42 1998 Nick Clifton <nickc@cygnus.com>
7036 Geoff Noer <noer@cygnus.com>
7037
7038 * Makefile.in: Various fixes for building cygwin32 native toolchains.
7039 * Make-lang.in: Likewise.
7040
7041 Fri Mar 20 18:07:39 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7042
7043 * pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
7044
7045 Fri Mar 20 10:42:07 1998 Jason Merrill <jason@yorick.cygnus.com>
7046
7047 * decl.c (make_implicit_typename): Rewrite removed code.
7048 (make_typename_type): Call it if the type we look up comes from
7049 a base that uses template parms.
7050
7051 * pt.c (complete_template_args): Rewrite.
7052 (tsubst, FUNCTION_DECL): Use it.
7053
7054 Fri Mar 20 08:12:43 1998 H.J. Lu (hjl@gnu.org)
7055
7056 * semantics.c (finish_asm_stmt): Fix combine strings. Call
7057 c_expand_asm_operands () if output_operands, input_operands or
7058 clobbers is not NULL_TREE.
7059
7060 Fri Mar 20 00:10:19 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7061
7062 * pt.c (complete_template_args): New function.
7063 (get_bindings): Deal with specializations of function templates
7064 with return type containing parameters from outer class
7065 templates.
7066 (tsubst, TEMPLATE_TEMPLATE_PARM): When reducing parameter level,
7067 substitute arguments and compose a new type.
7068
7069 Thu Mar 19 19:01:48 1998 Mark Mitchell <mmitchell@usa.net>
7070
7071 * pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new
7072 FUNCTION_DECLs.
7073
7074 Thu Mar 19 11:51:58 1998 Jason Merrill <jason@yorick.cygnus.com>
7075
7076 * decl.c (make_implicit_typename): Lose useless code.
7077
7078 * call.c (standard_conversion): Handle A* -> const A* properly.
7079
7080 * pt.c (get_bindings_real): Rename from get_bindings. Add
7081 check_rettype parm.
7082 (get_bindings): Pass 1.
7083 (get_bindings_overload): Pass 0.
7084
7085 Wed Mar 19 09:08:12 1998 Mark Mitchell <mmitchell@usa.net>
7086
7087 * pt.c (check_explicit_specialization): When reverting a static
7088 member function, also remove the `this' parameter from
7089 last_function_parms.
7090
7091 Thu Mar 19 02:27:48 1998 Jason Merrill <jason@yorick.cygnus.com>
7092
7093 * pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting
7094 a function context.
7095
7096 * decl.c (store_bindings): Use free_binding_vecs.
7097 (pop_from_top_level): Likewise.
7098
7099 Wed Mar 18 12:41:43 1998 Jason Merrill <jason@yorick.cygnus.com>
7100
7101 * decl.c (make_implicit_typename): Only change the type of a
7102 TYPENAME_TYPE.
7103
7104 Wed Mar 18 10:09:51 1998 Mark Mitchell <mmitchell@usa.net>
7105
7106 * semantics.c: New file, containing routines to perform the
7107 semantic phase of parsing.
7108 * parse.y: Use it.
7109 * pt.c (tsubst_expr): Likewise.
7110 * cp-tree.h: Declare the various functions in semantics.c.
7111 Provide macros to access _STMT tree nodes.
7112 * cp-tree.def: Add ASM_STMT tree node.
7113 * Makefile.in, Make-lang.in: Add dependencies on and for
7114 semantics.c.
7115
7116 Wed Mar 18 00:24:10 1998 Jason Merrill <jason@yorick.cygnus.com>
7117
7118 * pt.c (push_template_decl): Only check primary templates.
7119
7120 * pt.c (check_explicit_specialization): Complain about default args
7121 in explicit specialization.
7122
7123 * parse.y (nomods_initdcl0): Also call cp_finish_decl for a
7124 constructor_declarator.
7125
7126 Tue Mar 17 14:44:54 1998 Mark Mitchell <mmitchell@usa.net>
7127
7128 * typeck2.c (build_x_arrow): Don't crash when an aggregate type
7129 has no overloaded operator ->.
7130
7131 * call.c (build_field_call): Don't crash when presented with a
7132 field that is actually a nested type.
7133
7134 * decl.c (pushtag): Deal with friend class injection in local
7135 classes.
7136
7137 * call.c (build_object_call): Don't crash if OBJ is a
7138 pointer-to-member-function.
7139
7140 Tue Mar 17 11:40:26 1998 Jason Merrill <jason@yorick.cygnus.com>
7141
7142 * pt.c (push_template_decl): Complain about template with C linkage,
7143 anonymous template class.
7144
7145 Mon Mar 16 12:10:39 1998 Jason Merrill <jason@yorick.cygnus.com>
7146
7147 * class.c (pushclass): Only use the mi_matrix stuff #ifdef MI_MATRIX.
7148 * search.c: Likewise.
7149
7150 * lex.c (do_pending_defargs): Only call
7151 maybe_{begin,end}_member_template_processing for FUNCTION_DECLs.
7152
7153 * parse.y (initdcl0_innards): Move maybeasm back into initdcl0 et al.
7154
7155 Mon Mar 16 10:47:22 1998 Mark Mitchell <mmitchell@usa.net>
7156
7157 * parse.y: Deal with CONSTRUCTORS in new_initializers.
7158
7159 Mon Mar 16 10:54:21 1998 Mark Mitchell <mmitchell@usa.net>
7160
7161 * pt.c (tsubst_copy): Deal with BIND_EXPR in a way that more
7162 closely mimics the behavior in parse.y.
7163 (tsubst_expr): Return the resulting BLOCK when making a tsubst'ing
7164 into a compound statement.
7165
7166 Sun Mar 15 02:07:26 1998 Jason Merrill <jason@yorick.cygnus.com>
7167
7168 * cp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
7169 * pt.c (inline_needs_template_parms): New fn.
7170 (original_template): New fn.
7171 (push_inline_template_parms_recursive): New fn.
7172 (maybe_begin_member_template_processing): Use them.
7173 (maybe_end_member_template_processing): Likewise.
7174 (is_member_or_friend_template): Rename to is_member_template.
7175 Member functions of local classes are never member templates.
7176
7177 Sun Mar 15 01:14:22 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7178
7179 * lex.c (do_identifier): Handle TEMPLATE_DECL that was
7180 added in the class scope to catch redefinition error.
7181
7182 * pt.c (reduce_template_parm_level): Also copy
7183 the DECL_TEMPLATE_PARMS field.
7184
7185 Sun Mar 15 10:54:08 1998 Mark Mitchell <mmitchell@usa.net>
7186
7187 * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
7188 reduced-level template type parameter.
7189
7190 Sun Mar 15 12:26:02 1998 Manfred Hollstein <manfred@s-direktnet.de>
7191
7192 * cp-tree.h (struct lang_decl_flags): Add needs_final_overrider.
7193 (DECL_NEEDS_FINAL_OVERRIDER_P): New macro.
7194 * class.c (override_one_vtable): Set DECL_NEEDS_FINAL_OVERRIDER_P.
7195 * decl.c (duplicate_decls): Propagate it.
7196 * typeck2.c (abstract_virtuals_error): Use two loops to emit
7197 abstract virtual functions and virtual functions which need a
7198 final overrider separately.
7199
7200 Thu Mar 12 09:39:40 1998 Manfred Hollstein <manfred@s-direktnet.de>
7201
7202 * lang-specs.h: Properly put brackets around array elements in
7203 initializer.
7204
7205 * typeck.c (build_binary_op_nodefault): Correctly place parens around
7206 && and || in expression.
7207
7208 Thu Mar 12 09:26:04 1998 Manfred Hollstein <manfred@s-direktnet.de>
7209
7210 * call.c (default_parm_conversions): Remove prototype definition.
7211 (build_method_call): Remove unused variable result.
7212
7213 * cvt.c (ocp_convert): Remove unused variable conversion.
7214
7215 * decl2.c (ambiguous_decl): Add explicit parameter definition for name.
7216
7217 * except.c (do_unwind): #if 0 definition of unused variables fcall
7218 and next_pc.
7219
7220 * expr.c (extract_scalar_init): #if 0 prototype and function
7221 definition.
7222
7223 * init.c (expand_aggr_init_1): Remove unused variable init_type.
7224 (build_new_1): Remove unused variable t.
7225
7226 * pt.c (instantiate_class_template): Remove unused variable newtag;
7227 cast called function return value to void.
7228 (do_decl_instantiation): Remove unused variables name and fn.
7229
7230 * tree.c (get_type_decl): Add default return to shut up compiler from
7231 complaining control reaches end of non-void function.
7232
7233 * typeck.c (build_x_conditional_expr): Remove unused variable rval.
7234
7235 Thu Mar 12 09:12:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
7236
7237 * call.c (default_parm_conversions): Remove prototype definition.
7238 (build_method_call): Remove unused variable result.
7239 (build_over_call): Add default case in enumeration switch.
7240
7241 Thu Mar 12 08:39:13 1998 Manfred Hollstein <manfred@s-direktnet.de>
7242
7243 * decl2.c (lang_decode_option): Change j's type to size_t.
7244
7245 * tree.c (layout_vbasetypes): record_align and desired_align are of
7246 type unsigned int; const_size and nonvirtual_const_size likewise.
7247
7248 Wed Mar 11 07:25:20 1998 Mark Mitchell <mmitchell@usa.net>
7249
7250 * parse.y (new_initializer): Make sure all initializers are
7251 lists.
7252
7253 Tue Mar 10 07:32:36 1998 Mark Mitchell <mmitchell@usa.net>
7254
7255 * decl2.c (import_export_decl): Mark tinfo functions for
7256 cv-qualified versions of class types as DECL_NOT_REALLY_EXTERN.
7257
7258 Fri Mar 6 23:27:35 1998 Jeffrey A Law (law@cygnus.com)
7259
7260 * method.c: Fix typo.
7261
7262 Fri Mar 6 10:06:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7263
7264 * method.c: Include "system.h" to get stdlib.h, stdio.h,
7265 ctype.h, string.h, etc.
7266 (issue_nrepeats): Add default case in enumeration switch.
7267 (check_btype): Likewise.
7268 (process_overload_item): Likewise.
7269
7270 * Makefile.in (method.o): Depend on system.h.
7271
7272 Wed Mar 4 22:26:53 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7273
7274 * lex.c (do_scoped_id): Fix parenthesizing.
7275
7276 Wed Mar 4 12:11:53 1998 Michael Tiemann <tiemann@axon.cygnus.com>
7277
7278 * rtti.c (get_tinfo_fn_dynamic): If this function is called an
7279 FLAG_RTTI is unset, initialize type info machinery and continue
7280 with FLAG_RTTI enabled.
7281 (get_typeid): Likewise.
7282
7283 Wed Mar 4 11:47:55 1998 Jason Merrill <jason@yorick.cygnus.com>
7284
7285 * typeck.c (unary_complex_lvalue): &D::i has type B::* if i comes
7286 from B.
7287
7288 Wed Mar 4 11:28:08 1998 Mark Mitchell <mmitchell@usa.net>
7289
7290 * pt.c (finish_member_template_decl): Deal more gracefully with
7291 invalid declarations.
7292
7293 Tue Mar 3 01:38:17 1998 Jason Merrill <jason@yorick.cygnus.com>
7294
7295 * cvt.c, decl.c, decl2.c, init.c, rtti.c, typeck.c, typeck2.c,
7296 cp-tree.h: Clean up more old overloading code, old RTTI code, and
7297 some formatting quirks.
7298
7299 * call.c, class.c, cp-tree.h, cvt.c, decl.c, init.c, lex.c,
7300 method.c, pt.c, ptree.c, typeck.c: Remove support for
7301 -fno-ansi-overloading and overloading METHOD_CALL_EXPR.
7302 * class.h: Remove.
7303 * Makefile.in: Adjust.
7304
7305 * pt.c (unify): Don't allow reduced cv-quals when strict.
7306
7307 * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts parm from
7308 *type_unification* and unify.
7309
7310 Mon Mar 2 12:11:06 1998 Jason Merrill <jason@yorick.cygnus.com>
7311
7312 * parse.y (explicit_template_type): Remove TEMPLATE keyword.
7313 (nested_name_specifier): And add it before this use.
7314 (typename_sub0): And this use. Also add use without the keyword.
7315 (typename_sub1): Likewise.
7316 * pt.c (instantiate_class_template): Don't actually instantiate
7317 anything if our type uses template parms.
7318
7319 Mon Mar 2 11:04:59 1998 Jim Wilson <wilson@cygnus.com>
7320
7321 * decl.c (start_function): Don't call temporary_allocation for a
7322 nested function.
7323
7324 Sun Mar 1 21:06:37 1998 Jason Merrill <jason@yorick.cygnus.com>
7325
7326 * pt.c (instantiate_class_template): Don't mess with friends if
7327 our type uses template parms.
7328
7329 Sat Feb 28 12:06:44 1998 Jason Merrill <jason@yorick.cygnus.com>
7330
7331 * parse.y (nested_name_specifier): Use explicit_template_type.
7332 (typename_sub): Allow a template_type, an explicit_template_type,
7333 or an implicit template type at the end.
7334 * lex.c (yyprint): Handle a PTYPENAME being a TEMPLATE_DECL.
7335 * decl.c (make_typename_type): Handle template-id where the name
7336 is a TEMPLATE_DECL.
7337 * call.c (build_scoped_method_call): Handle member template
7338 destructor call.
7339 * pt.c (tsubst_copy, METHOD_CALL_EXPR): Don't assume a member
7340 destructor is represented by the type.
7341
7342 * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
7343 * parse.y (nested_name_specifier): Add 'template' case.
7344 (explicit_template_type): New rule.
7345 (typename_sub): Use it.
7346 * decl.c (make_typename_type): Handle getting a template-id for NAME.
7347 * pt.c (tsubst): Likewise.
7348
7349 Fri Feb 27 11:17:50 1998 Jason Merrill <jason@yorick.cygnus.com>
7350
7351 * pt.c (add_to_template_args): Fix thinko.
7352 (instantiate_class_template): Call it later.
7353
7354 * pt.c (get_class_bindings): Add outer_args parm.
7355 (most_specialized_class): Likewise.
7356 (instantiate_class_template): Pass it.
7357 (more_specialized_class): Likewise.
7358 (lookup_template_class): Get context from template if none
7359 was specified.
7360 (finish_member_template_decl): Don't do anything with a
7361 partial specialization.
7362 * decl2.c (check_member_template): Use IS_AGGR_TYPE instead of
7363 AGGREGATE_TYPE_P.
7364 * class.c (finish_struct): Member class templates have already been
7365 checked for name clashes.
7366 * decl.c (pushdecl_with_scope): Handle pushing at class level.
7367
7368 Fri Feb 27 02:25:16 1998 Jason Merrill <jason@yorick.cygnus.com>
7369
7370 * pt.c (tsubst, TEMPLATE_DECL): Support member class templates.
7371 (tsubst, *_PARM): Support multiple levels of template classes.
7372 (instantiate_class_template): Look up the pattern from the
7373 original template.
7374 (lookup_template_class): Handle getting a template for d1.
7375 (push_template_decl): Correct setting of 'primary'.
7376 (reduce_template_parm_level): Add 'levels' parm.
7377 (finish_member_template_decl): Support member class templates.
7378 (template_class_depth): Handle multiple levels.
7379 * parse.y (component_decl_1, fn.def2): Remove member template case.
7380 (component_decl): Add member template cases.
7381 * decl2.c (check_member_template): We now handle member template
7382 classes.
7383 * decl.c (pushtag): Handle member templates.
7384 * method.c (do_inline_function_hair): Don't touch
7385 IDENTIFIER_GLOBAL_VALUE.
7386 * init.c (build_offset_ref): If name isn't an identifier, just
7387 return it.
7388 * spew.c (yylex): Handle PTYPENAME like TYPENAME.
7389
7390 * typeck.c (get_delta_difference): Do adjust for conversions to
7391 and from virtual base.
7392
7393 Wed Feb 25 09:51:29 1998 Jason Merrill <jason@yorick.cygnus.com>
7394
7395 * typeck.c (get_delta_difference): Give hard error for conversion
7396 from virtual base.
7397
7398 * cp-tree.h: Tweak formatting.
7399
7400 Wed Feb 25 00:35:33 1998 Jason Merrill <jason@yorick.cygnus.com>
7401
7402 * decl.c (push_namespace): Handle redeclaration error.
7403
7404 * cp-tree.h (IDENTIFIER_NAMESPACE_VALUE): New macro.
7405 (IDENTIFIER_NAMESPACE_BINDINGS): New macro.
7406 (NAMESPACE_BINDING): New macro.
7407 (IDENTIFIER_GLOBAL_VALUE): Use NAMESPACE_BINDING.
7408 * *.c: Use them.
7409
7410 * pt.c (push_template_decl): Use innermost_args.
7411
7412 * decl.c (get_unique_name): Tweak from earlier in the name.
7413
7414 Tue Feb 24 22:15:04 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
7415
7416 * cp-tree.def: Add CPLUS_BINDING node.
7417 * cp-tree.h (tree_binding): New struct.
7418 (BINDING_SCOPE, BINDING_VALUE): New macros.
7419 (current_namespace, global_namespace): Declare extern.
7420 (struct lang_decl_flags): New field in_namespace.
7421 (DECL_NAMESPACE_USING, DECL_NAMESPACE_USERS): New macros.
7422 (DECL_NAMESPACE, SET_DECL_NAMESPACE): New macros.
7423 (TREE_INDIRECT_USING): New macro.
7424 * decl2.c (current_namespace, global_namespace): Declare. The
7425 value is a NAMESPACE_DECL now, not a TREE_LIST.
7426 (is_namespace_ancestor, namespace_ancestor): New static functions.
7427 (add_using_namespace, ambiguous_decl): Likewise.
7428 (lookup_using_namespace): New support function for lookup_name.
7429 (qualified_lookup_using_namespace): New support function for
7430 do_scoped_id and lookup_namespace_name.
7431 (get_namespace_id): Mark as obsolete.
7432 (current_namespace_id): Likewise.
7433 (do_namespace_alias): Implement.
7434 (do_using_directive): Implement as call to add_using_namespace.
7435 * decl.c (binding_for_name): New function.
7436 (push_namespace, pop_namespace): Implement.
7437 (push_decl): Don't install a FUNCTION_DECL in the global branch.
7438 (lookup_namespace_name): Implement using qualified lookup.
7439 (lookup_name_real): For global scoping, lookup in
7440 global_namespace. For namespace scoping, lookup in given
7441 namespace. For unscoped lookup, iterate over namespace,
7442 considering using directives.
7443 (init_decl_processing): Initialize global_namespace.
7444 (grokvardecl): Build assembler name as static name for globals.
7445 (grokdeclarator): Remove old namespace mangling.
7446 (xref_tag): When installing a global binding for the
7447 tag, make sure we have an identifier.
7448 * method.c (build_overload_nested_name): Mangle namespaces.
7449 (build_qualified_name): Likewise.
7450 (build_decl_overload_real): Likewise.
7451 * lex.c (build_lang_decl): Set namespace for new declaration to
7452 current_namespace.
7453 (do_scoped_id): Find global names in global or current
7454 namespace, or using qualified namespace lookup, depending on
7455 context.
7456 * init.c (build_member_call): When scope is namespace, use
7457 build_x_function_call instead.
7458 (build_offset_ref): When scope is namespace, collapse processing
7459 to lookup_namespace_name instead.
7460 * error.c (dump_decl): Support NAMESPACE_DECL.
7461 * decl.c (pushdecl): Bind globals to current namespace.
7462 (push_overloaded_decl): Likewise.
7463 (lookup_tag): Likewise.
7464 (lookup_name_current_level): Likewise.
7465 (xref_tag): Likewise.
7466 (start_function): Likewise.
7467 * lex.c (do_identifier): Likewise.
7468 (identifier_typedecl_value): Likewise.
7469 (real_yylex): Likewise.
7470 * method.c (do_inline_function_hair): Likewise.
7471 * parse.y (unscoped): Likewise.
7472 * pt.c (check_explicit_specialization): Likewise.
7473 (lookup_template_class): Likewise.
7474 * rtti.c (call_void_fn): Likewise.
7475 * sig.c (build_sigtable): Likewise.
7476 * ptree.c (lang_print_xnode): New function.
7477
7478 Tue Feb 24 01:40:24 1998 Jason Merrill <jason@yorick.cygnus.com>
7479
7480 * pt.c (instantiate_class_template): Don't instantiate if pedantic
7481 and the args use template parms.
7482
7483 * pt.c (push_tinst_level): If the instantiation uses template parms,
7484 fail silently.
7485 * decl.c (xref_basetypes): Do call complete_type for basetypes
7486 that involve template parameters.
7487
7488 Tue Feb 24 00:36:43 1998 Jason Merrill <jason@yorick.cygnus.com>
7489
7490 * typeck2.c (process_init_constructor): Fix labeled init check.
7491
7492 Mon Feb 23 05:08:55 1998 Jason Merrill <jason@yorick.cygnus.com>
7493
7494 * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS
7495 argument to tsubst and friends.
7496
7497 * pt.c (tsubst, FUNCTION_DECL): Tidy.
7498
7499 * typeck.c (build_x_function_call): Handle static member function
7500 templates like non-templates. Handle friend templates like normal
7501 function templates.
7502 * pt.c (tsubst, *_PARM): Don't use orig_level.
7503 (get_bindings): Don't call add_to_template_args.
7504 (instantiate_template): Likewise.
7505 (tsubst, FUNCTION_DECL): Call add_to_template_args as appropriate.
7506 * ptree.c (print_lang_type): Print index/level for template parms.
7507
7508 Mon Feb 23 02:52:29 1998 Mark Mitchell <mmitchell@usa.net>
7509
7510 * Make-lang.in (cc1plus): Note that cc1plus depends on
7511 cp/cp-tree.h and cp/cp-tree.def.
7512
7513 * cp-tree.def (TEMPLATE_CONST_PARM): Remove.
7514 (TEMPLATE_PARM_INDEX): New tree code, used to indicate a
7515 position in a template parameter list.
7516 * cp-tree.h (template_parm_index): New structure, used as the tree
7517 structure for a TEMPLATE_PARM_INDEX.
7518 (TEMPLATE_PARM_IDX): New macro.
7519 (TEMPLATE_PARM_LEVEL): Likewise.
7520 (TEMPLATE_PARM_DESCENDANTS): Likewise.
7521 (TEMPLATE_PARM_ORIG_LEVEL): Likewise.
7522 (TEMPLATE_PARM_DECL): Likewise.
7523 (TEMPLATE_TYPE_PARM_INDEX): Likewise.
7524 (TEMPLATE_TYPE_ORIG_LEVEL): Likewise.
7525 (TEMPLATE_TYPE_DECL): Likewise.
7526 (TEMPLATE_CONST_IDX): Remove.
7527 (TEMPLATE_CONST_LEVEL): Likewise.
7528 (TEMPLATE_CONST_SET_INFO): Likewise.
7529 (TEMPLATE_TYPE_SET_INFO): Likewise.
7530 (TEMPLATE_TYPE_IDX): Redefine in terms of TEMPLATE_PARM_INDEX
7531 node.
7532 (TEMPLATE_TYPE_LEVEL): Likewise.
7533 * decl.c (decls_match): Call comp_template_parms, rather than
7534 expanding it inline.
7535 (duplicate_decls): If two template declarations are being merged,
7536 then their TEMPLATE_INFOs should be merged as well.
7537 (grokfndecl): Save template-id information when declaring a friend
7538 with explicit template arguments. Pass arguments to
7539 check_explicit_specialization via correct convention; at some
7540 point check_explicit_specialization changed, but these call-sites
7541 did not.
7542 (grokdeclarator): Tidy up slightly.
7543 * decl2.c (check_classfn): Tidy up slightly. Don't assume that
7544 two template functions with the same DECL_ASSEMBLER_NAME the same,
7545 since the names are not yet mangled.
7546 * error.c (dump_decl): Use TEMPLATE_PARM_INDEX instead of
7547 TEMPLATE_CONST_PARM.
7548 (dump_expr): Likewise. Use the TEMPLATE_PARM_DECL to get at the
7549 decl for a non-type parameter, rather than printing `<tparm ...>'.
7550 * friend.c (is_friend): Handle TEMPLATE_DECL friends.
7551 (do_friend): Deal with template friends.
7552 * lex.c (do_pending_inlines): Call
7553 maybe_begin_member_template_processing, rather than
7554 conditionally calling begin_member_template_processing.
7555 (process_next_inline): Likewise. Call
7556 maybe_end_member_template_processing, rather than
7557 conditionally calling end_member_template_processing.
7558 (do_pending_defargs): Likewise.
7559 (do_identifier): Use TEMPLATE_PARM_INDEX instead of
7560 TEMPLATE_CONST_PARM.
7561 * method.c (build_mangled_template_parm_index): New function.
7562 (build_overload_value): Use it.
7563 (build_overload_name): Likewise.
7564 * pt.c (finish_member_template_decl): Allow friend declarations.
7565 (template_class_depth): New function.
7566 (is_member_template): Rename, and modify, to become...
7567 (is_member_or_friend_template): New function.
7568 (end_member_template_processing): Rename, and modify, to become...
7569 (maybe_end_member_template_processing).
7570 (build_template_parm_index): New function.
7571 (reduce_template_parm_level): New function.
7572 (process_template_parm): Modify to use build_template_parm_index.
7573 (push_template_decl): Deal with friend templates.
7574 (uses_template_parms): Use TEMPLATE_PARM_INDEX instead of
7575 TEMPLATE_CONST_PARM.
7576 (tsubst_friend_function): New function.
7577 (instantiate_class_template): Generate the DECL_FRIENDLIST
7578 for a new instantiation by using tsubst_friend_function rather
7579 than just tsubst.
7580 (tsubst): Don't tsubst into a type which is a TEMPLATE_DECL.
7581 Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM, and the
7582 appropriate new macros. Use reduce_template_parm_level to
7583 generate lower-level template parameters. Handle tsubst'ing into
7584 TEMPLATE_DECLS that declare TEMPLATE_TEMPLATE_PARMS. Don't forget
7585 to tsubst the DECL_CONTEXT and DECL_CLASS_CONTEXT of newly created
7586 templates. Similarly for the template parameters for a new
7587 template.
7588 (tsubst_copy): Tidy up slightly. Use TEMPLATE_PARM_INDEX instead
7589 of TEMPLATE_CONST_PARM. Handle TYPE_DECLs by tsubsting into them.
7590 (unify): Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM.
7591 (get_bindings): Call add_to_template_args if necessary.
7592 (instantiate_decl): Handle instantiations of friend templates.
7593 * search.c (lookup_field_1): Don't treat the TYPE_FIELDS of a
7594 TEMPLATE_TYPE_PARM as a list of fields; it's not!
7595 * spew.c (yylex): Do a little manual constant propagation to
7596 clarify the code.
7597
7598 Sun Feb 22 19:53:29 1998 Jeffrey A Law (law@cygnus.com)
7599
7600 * error.c: Include sys/types.h.
7601
7602 Thu Feb 19 14:49:09 1998 Jeffrey A Law (law@cygnus.com)
7603
7604 * method.c (build_mangled_name): Start CPP directives in column zero.
7605
7606 Thu Feb 19 10:36:48 1998 Jason Merrill <jason@yorick.cygnus.com>
7607
7608 * typeck2.c (process_init_constructor): Sorry about non-trivial
7609 labeled initializers.
7610 * parse.y (initlist): Re-enable labeled initializers.
7611
7612 Thu Feb 19 10:15:55 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7613
7614 * pt.c (coerce_template_parms): Add a new parameter, is_tmpl_parm,
7615 all callers changed. Rely on the new parameter instead of arg
7616 being a TREE_LIST when determine whether we are working inside
7617 template template parameter. Clean up is_type test.
7618
7619 Thu Feb 19 10:04:12 1998 Jason Merrill <jason@yorick.cygnus.com>
7620
7621 * cvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
7622 * typeck2.c (initializer_constant_valid_p): Allow conversions
7623 between pointers and references.
7624
7625 1998-02-19 Brendan Kehoe <brendan@cygnus.com>
7626
7627 * typeck.c (build_unary_op): Only warn about incr/decr a pointer
7628 if pedantic || warn_pointer_arith.
7629
7630 Thu Feb 19 09:37:21 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7631
7632 * pt.c (unify): Handle TEMPLATE_DECL.
7633
7634 1998-02-18 Brendan Kehoe <brendan@cygnus.com>
7635
7636 * cp-tree.h (strip_attrs): Remove decl.
7637
7638 1998-02-18 Doug Evans <devans@cygnus.com>
7639
7640 * decl.c (duplicate_decls): Call merge_machine_decl_attributes.
7641 Update olddecl's attributes too.
7642 (strip_attrs): Remove function.
7643 * typeck.c (common_type): Call merge_machine_type_attributes.
7644
7645 Tue Feb 17 14:07:52 1998 Mark Mitchell <mmitchell@usa.net>
7646
7647 * parse.y (initdcl0_innards): New grammar symbol.
7648 (nomods_initdecls, nomods_initdcl0): Change type from itype to
7649 none, since the resulting value is never used.
7650 (parse_decl): New function.
7651 (datadef): Remove redundant actions.
7652 (initdcl0, notype_initdcl0, nomods_initdcl0): Use initdcl0_innards.
7653 * parse.c: Regenerated.
7654
7655 Tue Feb 17 11:54:16 1998 Jason Merrill <jason@yorick.cygnus.com>
7656
7657 * parse.y (simple_stmt): Use getdecls() to check for decl.
7658
7659 Sat Feb 14 11:50:51 1998 Manfred Hollstein <manfred@s-direktnet.de>
7660
7661 * Make-lang.in (DEMANGLER_INSTALL_NAME, DEMANGLER_CROSS_NAME): New
7662 macros.
7663 (c++.install-common): Install c++filt properly as native or as cross
7664 variant.
7665 (c++.uninstall): Add c++filt.
7666
7667 Fri Feb 13 14:55:37 1998 Jason Merrill <jason@yorick.cygnus.com>
7668
7669 * call.c (standard_conversion): Fix multi-level ptr conversions.
7670
7671 Fri Feb 13 14:06:22 1998 Mike Stump <mrs@wrs.com>
7672
7673 * init.c (build_new): Propagate error_mark_node up.
7674
7675 Fri Feb 13 13:24:32 1998 Jason Merrill <jason@yorick.cygnus.com>
7676
7677 * parse.y (simple_stmt): If the condition isn't a declaration,
7678 start the controlled block after the test.
7679
7680 Fri Feb 13 02:26:10 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7681
7682 * call.c (build_over_call): Convert builtin abs, labs and fabs to
7683 tree-codes.
7684 * decl.c (init_decl_processing): Re-enable abs, labs and fabs as
7685 builtins.
7686
7687 Fri Feb 13 01:36:42 1998 Jason Merrill <jason@yorick.cygnus.com>
7688
7689 * call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV.
7690
7691 Fri Feb 13 00:21:59 1998 Jason Merrill <jason@yorick.cygnus.com>
7692
7693 * cp-tree.h: Add access_protected_virtual_node.
7694 * class.c (init_class_processing): Initialize it.
7695 * decl.c (xref_basetypes): Use it.
7696 * parse.y (base_class_access_list): Likewise.
7697
7698 * Make-lang.in (DEMANGLER_PROG): Add $(exeext).
7699 (c++.install-common): Install c++filt.
7700
7701 Thu Feb 12 12:46:51 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7702
7703 * decl.c (shadow_tag): Give error for typedef-ing built-in types.
7704
7705 Wed Feb 11 23:28:05 1998 Mark Mitchell <mmitchell@usa.net>
7706
7707 * call.c (reference_binding): Use comptypes when comparing
7708 TYPE_MAIN_VARIANTS to handle non-canonical array/index types.
7709
7710 Wed Feb 11 16:42:04 1998 Mark Mitchell <mmitchell@usa.net>
7711
7712 * tree.c (is_overloaded_fn): Use really_overloaded_fn.
7713 (really_overloaded_fn): Move check here from is_overloaded_fn.
7714 (get_first_fn): Use really_overloaded_fn and is_overloaded_fn.
7715
7716 Wed Feb 11 15:54:18 1998 Mark Mitchell <mmitchell@usa.net>
7717
7718 * typeck.c (build_ptrmemfunc): Type-check pointer-to-member
7719 conversions.
7720
7721 Mon Feb 9 22:23:31 1998 Mark Mitchell <mmitchell@usa.net>
7722
7723 * cp-tree.h (push_template_decl): Return the decl passed in, or an
7724 equivalent duplicate.
7725 * decl.c (pushtag): Use the return value from push_template_decl.
7726 (duplicate_decls): When duplicating a template declaration, merge
7727 the DECL_TEMPLATE_RESULTs as well.
7728 (make_implicit_typename): Don't try to dive into typename types to
7729 find a context for making a new implicit typename.
7730 (start_decl): Use the return value from push_template_decl.
7731 (grokdeclarator): Complain about declarations list `const operator
7732 int'. Since we don't correctly handle in-class initializations of
7733 non-static data members, complain about this (now illegal)
7734 practice. Issue an error for initializations of non-const statics
7735 since that is illegal as well, and since we don't handle that case
7736 correctly either.
7737 (start_function): Use the return value from push_template_decl.
7738 (start_method): Likewise.
7739 * decl2.c (grokfield): Likewise. Since the change to
7740 grokdeclarator ensures that all initialized fields are in fact
7741 static, remove a redundant test for TREE_PUBLIC.
7742 * parse.y (initlist): Disable labeled initializers since they do
7743 not work as per the documentation, and since they do not use the
7744 same syntax as the C front end.
7745 * pt.c (push_template_decl): Return the decl passed in, or an
7746 equivalent duplicate.
7747 (lookup_template_class): When searching in a nested context,
7748 use the right arguments.
7749 (uses_template_parms): Handle the DECL_INITIAL for a CONST_DECL.
7750 * typeck.c (build_component_ref): Assign the correct type to the
7751 result of build_vfn_ref.
7752
7753 Tue Feb 10 23:56:46 1998 Jason Merrill <jason@yorick.cygnus.com>
7754
7755 * pt.c (convert_nontype_argument): Fix typo.
7756 (check_explicit_specialization): Allow old-style specialization
7757 of class template members.
7758
7759 Tue Feb 10 20:36:52 1998 Jason Merrill <jason@yorick.cygnus.com>
7760 Manfred Hollstein <manfred@s-direktnet.de>
7761
7762 * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
7763 when deciding to override DECL_ASSEMBLER_NAME.
7764
7765 Tue Feb 10 15:30:55 1998 Andrew MacLeod <amacleod@torpedo.to.cygnus.com>
7766
7767 * decl2.c (lang_f_options): Add -fsquangle to option processing list.
7768 * cp-tree.h (flag_do_squangling): Add declaration.
7769 * lang-options.h: Add -fsquangle and -fno-squangle.
7770 * method.c: Add macros and static variables for squangling.
7771 (build_overload_name): Rename to build_mangled_name, add logic for B
7772 compression, and split into process_modifiers and
7773 process_overload_item.
7774 (process_modifiers): New function, to handle constant, reference,
7775 and pointer types.
7776 (process_overload_item): New function, handles issue of type codes.
7777 (build_overload_name): New function, start squangling and call
7778 build_mangled_name.
7779 (ALLOCATE_TYPEVEC, DEALLOCATE_TYPEVEC): Remove macro and expand inline.
7780 (start_squangling): New function to initialize squangling structs.
7781 (end_squangling): New function to destroy squangling structs.
7782 (nrepeats): Rename variable to Nrepeats.
7783 (issue_nrepeats): New function for issuing 'n' type repeats.
7784 (check_ktype): New function to check for type K name compression.
7785 (build_overload_nested_name): Add a check for K name compression.
7786 (build_qualified_name): Add a check for K name compression and don't
7787 use DECL_ASSEMBLER_NAME when squangling is on.
7788 (check_btype): New function, checks for B type compression.
7789 (build_static_name, build_decl_overload_real): Initiate squangling.
7790 (build_typename_overload, build_overload_with_type): Initiate
7791 squangling
7792
7793 Sun Feb 8 23:47:38 1998 scott snyder <sss@d0linux01.fnal.gov>
7794
7795 * method.c (make_thunk): Avoid name buffer overflow.
7796
7797 Sat Feb 7 16:48:54 1998 Jason Merrill <jason@yorick.cygnus.com>
7798
7799 * pt.c (instantiate_decl): Call cp_finish_decl for vars even if we
7800 don't define them yet.
7801
7802 * parse.y (nomods_initdcl0): Add constructor_declarator case.
7803
7804 Fri Feb 6 21:32:25 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7805
7806 * config-lang.in (diff_excludes): Use basename only.
7807
7808 Thu Feb 5 19:10:40 1998 Jason Merrill <jason@yorick.cygnus.com>
7809
7810 * tinfo2.cc: Add tinfo for signed char.
7811
7812 Thu Feb 5 14:38:23 1998 Mike Stump <mrs@wrs.com>
7813
7814 * search.c (compute_access): Handle protected constructors in derived
7815 classes as accessible.
7816
7817 Wed Feb 4 01:26:49 1998 Jason Merrill <jason@yorick.cygnus.com>
7818
7819 * expr.c (cplus_expand_expr, PCC_STATIC_STRUCT_RETURN code):
7820 Call convert_from_reference sooner.
7821
7822 Tue Feb 3 23:50:52 1998 Mark Mitchell <mmitchell@usa.net>
7823
7824 * cvt.c (ocp_convert): Obtain the constant values from constant
7825 decls even if the destination type is the same as the type of the
7826 decl.
7827
7828 * decl2.c (finish_file): Make sure that static inlines with
7829 definitions are not marked DECL_EXTERNAL before returning.
7830
7831 Tue Feb 3 22:43:42 1998 Jason Merrill <jason@yorick.cygnus.com>
7832
7833 * decl.c: Lose arg_looking_for_template.
7834 (lookup_name_real): Likewise.
7835 * parse.y: Lose processing_template_arg, template_arg1.
7836 (primary): Likewise.
7837 * spew.c (yylex): Set lastiddecl for PTYPENAMEs, too.
7838
7839 Tue Feb 3 22:04:01 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7840
7841 * error.c (dump_decl): Fix type of default arguments for template
7842 template parameters and nontype template parameters.
7843 * parse.y (template_parm): Handle invalid default template
7844 template arguments here.
7845
7846 * parse.y (template_parm): Use template_arg instead of PTYPENAME
7847 for default template template argument.
7848 * pt.c (coerce_template_parms): Merge default template argument
7849 codes. Can treat RECORD_TYPE as template name if it is implicitly
7850 created. Fix argument index in error message.
7851 * typeck.c (comptypes): Merge template argument comparison codes in
7852 TEMPLATE_TEMPLATE_PARM and RECORD_TYPE.
7853
7854 Tue Jan 6 01:42:44 1998 Mumit Khan <khan@xraylith.wisc.edu>
7855
7856 * lex.c (file_name_nondirectory): Also check for '/'.
7857
7858 Mon Feb 2 11:24:22 1998 Mark Mitchell <mmitchell@usa.net>
7859
7860 * parse.y (primary): Deal with statement-expressions in
7861 templates.
7862 * pt.c (tsubst_copy): Handle BIND_EXPR.
7863 * tree.c (mapcar): Likewise.
7864
7865 * call.c (add_template_candidate_real): Pass extra parameter to
7866 fn_type_unification.
7867 * cp-tree.h (fn_type_unification): Add parameter.
7868 * pt.c (fn_type_unification): Add additional parameter to deal with
7869 static member functions.
7870 (get_bindings): Deal with static member functions.
7871
7872 * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
7873 (revert_static_member_fn): Declare.
7874 * decl.c (revert_static_member_fn): Remove declaration. Change
7875 linkage from internal to external.
7876 (cp_finish_decl): Deal with virtual functions in classes local to
7877 template functions.
7878 * decl2.c (finish_file): Don't forget to emit increment/decrement
7879 expressions in initializers for file-scope variables.
7880 * parse.y (typename_sub2): If the typename doesn't names a
7881 template, rather than a type, issue an error message.
7882 * pt.c (check_explicit_specialization): Handle specializations of
7883 static member functions.
7884 (coerce_template_parms): Handle offset references to lists of
7885 member functions.
7886 * search.c (note_debug_info_needed): Don't crash when handed a
7887 type which is being defined.
7888 * typeck.c (complete_type): Don't crash when handed NULL_TREE;
7889 that can happen with some illegal code.
7890
7891 Mon Feb 2 00:57:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7892
7893 * call.c (user_harshness): Initialize `code' to 0.
7894 (build_method_call): Initialize `candidates', `cp' and `len' to 0.
7895 (null_ptr_cst_p): Add parentheses around && within ||.
7896 (standard_conversion): Likewise.
7897 (z_candidate): Likewise.
7898 (build_user_type_conversion_1): Initialize `args' to NULL_TREE.
7899 (build_object_call): Likewise for `mem_args'.
7900 (build_new_op): Likewise for `mem_arglist'. Add `return' from
7901 default case in enumeration switch.
7902
7903 * class.c (build_vtable_entry): Add explicit braces to avoid
7904 ambiguous `else'.
7905 (build_class_init_list): Likewise.
7906 (finish_struct_1): Initialize `width' to 0.
7907 (instantiate_type): Initialize `name' to NULL_TREE. Add
7908 explicit braces to avoid ambiguous `else'.
7909
7910 * cvt.c (convert_to_aggr): Add explicit braces to avoid ambiguous
7911 `else'.
7912
7913 * decl.c (grok_reference_init): Eliminate unused parameter, all
7914 callers changed.
7915 (record_builtin_type): Initialize `tdecl' to NULL_TREE.
7916 (init_decl_processing): Initialize `vb_off_identifier' to NULL_TREE.
7917 (cp_finish_decl): Initialize `ttype' to NULL_TREE.
7918 (grokdeclarator): Add parentheses around && within ||. Add
7919 explicit braces to avoid ambiguous `else'.
7920 (grokparms): Initialize `type' to NULL_TREE.
7921 (xref_tag): Remove unused label `just_return'.
7922 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
7923 (finish_function): Initialize `cond' and `thenclause' to NULL_TREE.
7924 (hack_incomplete_structures): Add parentheses around assignment
7925 used as truth value.
7926
7927 * decl2.c (coerce_delete_type): Hide definition of `e3'.
7928
7929 * error.c: Include <stdlib.h>.
7930 (dump_expr): Change the type of `i' to size_t. Remove unused
7931 label `error'.
7932
7933 * except.c (init_exception_processing): Remove unused variable `d'.
7934 (expand_throw): Likewise for `label'.
7935
7936 * friend.c (add_friends): Add explicit braces to avoid ambiguous
7937 `else'.
7938
7939 * init.c (sort_member_init): Initialize `last_field' to NULL_TREE.
7940 (sort_base_init): Likewise for `binfo'.
7941 (expand_member_init): Likewise for `rval'.
7942 (build_member_call): Add parentheses around assignment used as
7943 truth value.
7944 (build_offset_ref): Add explicit braces to avoid ambiguous `else'.
7945 (build_new): Initialize `nelts' to NULL_TREE. Initialize
7946 `old_immediate_size_expand' to 0.
7947 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
7948 (build_vec_delete_1): Remove unused variable `block'.
7949 (expand_vec_init): Initialize `itype' to NULL_TREE.
7950
7951 * lex.c: Include <strings.h> if we don't have <string.h>. Protect
7952 declaration of `index' and `rindex' with autoconf macros.
7953 (reinit_parse_for_expr): Remove unused variables
7954 `look_for_semicolon' and `look_for_lbrac'.
7955 (cons_up_default_function): Initialize `args' to NULL_TREE.
7956 (readescape): Initialize `firstdig' to 0.
7957 (real_yylex): Add parentheses around assignment used as truth value.
7958
7959 * method.c: Include <strings.h> if we don't have <string.h>.
7960 Protect declaration of `index' with autoconf macro.
7961
7962 * parse.y (primary): Add explicit braces to avoid ambiguous `else'.
7963 Initialize `type' to NULL_TREE.
7964 (structsp): Remove unused variable `id'.
7965
7966 * pt.c (coerce_template_parms): Add explicit braces to avoid
7967 ambiguous `else'.
7968 (lookup_template_class): Initialize `template' to NULL_TREE.
7969 (instantiate_class_template): Remove unused variable `name' and `e'.
7970 (tsubst): Likewise for `i'. Initialize `last' to NULL_TREE.
7971 (do_poplevel): Initialize `saved_warn_unused' to 0.
7972 (type_unification): Remove unused varable `parm'.
7973 (unify): Likewise for `j'.
7974
7975 * repo.c (init_repo): Add parentheses around assignment used as
7976 truth value.
7977 (finish_repo): Remove unused varable `p'.
7978
7979 * search.c (get_binfo): Initialize `type' to NULL_TREE.
7980 (get_base_distance): Likewise.
7981 (lookup_field): Initialize `rval_binfo_h', `type', `basetype_path'
7982 and `new_v' to NULL_TREE.
7983 (lookup_fnfields): Likewise for `rval_binfo_h'.
7984 (breadth_first_search): Add parentheses around assignment used as
7985 truth value.
7986 (get_template_base): Initialize `type' to NULL_TREE.
7987
7988 * sig.c (append_signature_fields): Initialize `last_mfptr' to
7989 NULL_TREE.
7990 (build_signature_table_constructor): Likewise for
7991 `last_rhs_field', `pfn' and `vt_off'.
7992 (build_sigtable): Likewise for `init'.
7993
7994 * tree.c (break_out_calls): Initialize `t2' to NULL_TREE.
7995 (propagate_binfo_offsets): Likewise for `delta'.
7996 (hash_tree_cons): Initialize hashcode to 0.
7997 (can_free): Likewise for `size'.
7998 (cp_tree_equal): Add explicit braces to avoid ambiguous `else'.
7999
8000 * typeck.c (convert_sequence): Hide prototype.
8001 (common_type): Add explicit braces to avoid ambiguous `else'.
8002 (comp_target_types): Likewise.
8003 (build_x_function_call): Initialize `ctypeptr' to NULL_TREE.
8004 (build_function_call_real): Add explicit braces to avoid ambiguous
8005 `else'.
8006 (convert_arguments): Initialize `called_thing' to 0.
8007 (convert_for_initialization): Initialize `savew' and `savee' to 0.
8008
8009 * typeck2.c (incomplete_type_error): Initialize `errmsg' to 0.
8010 (digest_init): Initialize `old_tail_contents' to NULL_TREE.
8011 (build_x_arrow): Likewise for `last_rval'.
8012
8013 * xref.c (GNU_xref_decl): Initialize `cls' to 0.
8014
8015 Sun Feb 1 12:45:34 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
8016
8017 * decl.c (init_decl_processing): Use set_sizetype.
8018 * decl2.c (sizetype): Don't declare.
8019 * typeck.c (c_sizeof): Convert result of *_DIV_EXPR to sizetype.
8020 (c_sizeof_nowarn, build_binary_op_nodefault): Likewise.
8021 (build_component_addr, unary_complex_lvalue): Likewise.
8022 * rtti.c (expand_class_desc): Likewise.
8023 * class.c (get_vfield_offset): Likewise.
8024
8025 Thu Jan 29 10:39:30 1998 Mark Mitchell <mmitchell@usa.net>
8026
8027 * pt.c (convert_nontype_argument): Move check for is_overloaded_fn
8028 early to avoid bogus error. Handle overloaded function
8029 names provided as template arguments correctly.
8030 (coerce_template_parms): Don't mishandle overloaded functions when
8031 dealing with template template parameters.
8032 (lookup_template_class): Issue an error message, rather than
8033 crashing, when the TYPE_DECL provided is not a template type.
8034
8035 Wed Jan 28 23:14:44 1998 Jason Merrill <jason@yorick.cygnus.com>
8036
8037 * class.c (instantiate_type): Don't just return a known type if
8038 it's wrong.
8039
8040 Wed Jan 28 11:04:07 1998 Mark Mitchell <mmitchell@usa.net>
8041
8042 * class.c (instantiate_type): Remove handling of FUNCTION_DECL
8043 since that code could never be reached.
8044
8045 * error.c (dump_decl): Avoid aborting in the midst of printing an
8046 error message about an illegal template declaration.
8047
8048 * parse.y (structsp): Print an error message, rather than crashing,
8049 when a class-head does not name a class.
8050
8051 * pt.c (convert_nontype_argument): Allow REAL_TYPE and COMPLEX_TYPE
8052 template arguments as a g++ extension.
8053
8054 * cp-tree.def (ALIGNOF_EXPR): New tree code.
8055 * decl2.c (grok_alignof): If processing_template_decl, just store
8056 the expression.
8057 * typeck.c (c_alignof): Likewise.
8058 * decl2.c (build_expr_from_tree): Handle ALIGNOF_EXPR.
8059 * error.c (dump_expr): Likewise.
8060 * pt.c (tsubst_copy): Likewise.
8061 * tree.c (cp_tree_equal): Likewise.
8062 * pt.c (uses_template_parms): Correctly determine whether or not a
8063 SIZEOF_EXPR/ALIGNOF_EXPR uses template parameters so that constant
8064 folding can be done.
8065
8066 * cp-tree.h (grok_enum_decls): Remove type parameter.
8067 * decl.c (grok_enum_decls): Likewise.
8068 * decl2.c (grok_x_components): Call grok_enum_decls
8069 unconditionally, since it will do nothing if there is no
8070 current_local_enum. Use the new calling sequence.
8071 * pt.c (tsubst_enum): Use the new calling sequence for
8072 grok_enum_decls.
8073
8074 * decl.c (start_function): Make member functions of local classes
8075 in extern inline functions have comdat linkage here...
8076 (grokdeclarator): Rather than here.
8077
8078 Wed Jan 28 10:55:47 1998 Jason Merrill <jason@yorick.cygnus.com>
8079
8080 * pt.c (convert_nontype_argument): Use decl_constant_value.
8081
8082 Tue Jan 27 16:42:21 1998 Mark Mitchell <mmitchell@usa.net>
8083
8084 * call.c (add_template_candidate_real): New function.
8085 (add_template_candidate): Use it.
8086 (add_template_conv_candidate): Likewise.
8087 (joust): Pass extra argument to more_specialized.
8088 * class.c (instantiate_type): Handle a single FUNCTION_DECL.
8089 (is_local_class): Remove.
8090 (finish_struct): Check TI_PENDING_SPECIALIZATION_FLAG.
8091 * cp-tree.h (is_local_class): Remove.
8092 (perform_array_to_pointer_conversion): Likewise.
8093 (finish_member_template_decl): Add.
8094 (check_explicit_specialization): Return a tree, not an int.
8095 (more_specialized): Take additional argument.
8096 (get_bindings): Likewise.
8097 (TI_PENDING_SPECIALIZATION_FLAG): New macro.
8098 * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
8099 (perform_array_to_pointer_conversion): Remove.
8100 * decl.c (saved_scope): Add processing_specialization,
8101 processing_explicit_instantiation fields.
8102 (maybe_push_to_top_level): Save them.
8103 (pop_from_top_level): Restore them.
8104 (grokfndecl): Use new return value from
8105 check_explicit_specialization.
8106 (start_decl): Don't check flag_guiding_decls before pushing
8107 decls.
8108 (cp_finish_decl): Remove previous (bogus) change.
8109 (grok_declarator): Use decl_function_context rather than
8110 is_local_class.
8111 * decl2.c (finish_file): Pass extra argument to get_bindings.
8112 (build_expr_from_tree): Let build_x_component_ref check
8113 validity of arguments rather than doing it here.
8114 * lex.c (cons_up_default_function): Remove code fooling with
8115 processing_specialization, processing_explicit_instantiation
8116 flags, as that is now done in {maybe_push_top,pop_from}_top_level.
8117 * method.c (build_overload_identifier): Mangle local classes in
8118 template functions correctly.
8119 * parse.y (finish_member_template_decl): Move to pt.c.
8120 * pt.c (finish_member_template_decl): Moved here from parse.y.
8121 (print_candidates): New function.
8122 (determine_specialization): Change interface. Properly look for
8123 most specialized versions of template candidates.
8124 (check_explicit_specialization): Fully process explicit
8125 instantiations.
8126 (push_template_decl): Avoid looking at CLASSTYPE fields in
8127 FUNCTION_DECLS.
8128 (determine_overloaded_function): Remove.
8129 (convert_nontype_argument): Change name from
8130 convert_nontype_parameter. Use determine_overloaded_function
8131 instead of instantiate_type.
8132 (mangle_class_name_for_template): Handle type contexts as well as
8133 function contexts.
8134 (classtype_mangled_name): Likewise.
8135 (lookup_template_class): Likewise.
8136 (tsubst): Likewise.
8137 (more_specialized): Take explict template arguments as a
8138 parameter.
8139 (most_specialized): Likewise.
8140 (get_bindings): Likewise. Check that return types match before
8141 proclaiming a function a match.
8142 (do_decl_instantiation): Remove code searching for function to
8143 instantiate; that is now done in check_explicit_specialization.
8144 (add_maybe_template): Pass extra argument to get_bindings.
8145 * tree.c (really_overloaded_fn): Use is_overloaded_fn to simplify
8146 implementation.
8147 * typeck.c (build_component_ref): Check for invalid arguments.
8148
8149 Tue Jan 27 01:44:02 1998 Jason Merrill <jason@yorick.cygnus.com>
8150
8151 * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that
8152 return_target and call_target are equivalent.
8153
8154 * pt.c (type_unification_real): Just accept function parms that
8155 don't use any template parms.
8156
8157 Sun Jan 25 03:30:00 1998 Jason Merrill <jason@yorick.cygnus.com>
8158
8159 * decl.c (cp_finish_decl): When bailing on a comdat variable, also
8160 unset DECL_NOT_REALLY_EXTERN.
8161
8162 * parse.y (typename_sub*): Fix std::.
8163
8164 Sat Jan 24 12:13:54 1998 Jason Merrill <jason@yorick.cygnus.com>
8165
8166 * error.c (dump_decl): Fix type default template args.
8167 (dump_type): Hand TEMPLATE_DECL off to dump_decl.
8168
8169 Fri Jan 23 18:34:37 1998 Mumit Khan <khan@xraylith.wisc.edu>
8170
8171 * lex.c (DIR_SEPARATOR): Define to be '/' if not already defined.
8172 (file_name_nondirectory): Use.
8173
8174 Wed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
8175
8176 * pt.c (coerce_template_parms): Don't access elements of ARGLIST
8177 that are not really present. Substitute default arguments in
8178 template template arguments. Correctly convert TEMPLATE_DECL to
8179 TEMPLATE_TEMPLATE_PARM.
8180 (comp_template_args): TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM
8181 are no longer treated specially here.
8182 * parse.y (template_template_parm): Fix copy error.
8183 * decl.c (grokdeclarator): Warn about missing `typename' for nested
8184 type created from template template parameters.
8185 * parse.y (bad_parm): Likewise
8186
8187 * class.c (finish_struct): Handle TEMPLATE_TEMPLATE_PARM.
8188 (push_nested_class): Likewise.
8189 * cp-tree.def (TEMPLATE_TEMPLATE_PARM): New tree code.
8190 * cp-tree.h (DECL_TEMPLATE_TEMPLATE_PARM_P): New macro.
8191 (copy_template_template_parm): Declare.
8192 * decl.c (arg_looking_for_template): New variable.
8193 (lookup_name_real): Handle TEMPLATE_TEMPLATE_PARM.
8194 Try to return TEMPLATE_DECL or TEMPLATE_TEMPLATE_PARM
8195 node if arg_looking_for_template is nonzero.
8196 (pushdecl): Handle TEMPLATE_TEMPLATE_PARM.
8197 (grok_op_properties, xref_tag, xref_basetypes): Likewise.
8198 (grokdeclarator): Handle TEMPLATE_DECL.
8199 * decl2.c (constructor_name_full): Handle TEMPLATE_TEMPLATE_PARM.
8200 * error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM.
8201 (dump_type_prefix, dump_type_suffix): Handle TEMPLATE_TEMPLATE_PARM.
8202 (dump_decl): Handle unnamed template type parameters.
8203 Handle template template parameters.
8204 (dump_function_name): Handle template template parameters.
8205 * init.c (is_aggr_typedef, is_aggr_type, get_aggr_from_typedef):
8206 Handle TEMPLATE_TEMPLATE_PARM.
8207 * method.c (build_template_template_parm_names): New function.
8208 (build_template_parm_names): Handle TEMPLATE_DECL.
8209 (build_overload_nested_name, build_overload_name):
8210 Handle TEMPLATE_TEMPLATE_PARM.
8211 * parse.y (maybe_identifier): New nonterminal.
8212 (template_type_parm): Use it.
8213 (template_template_parm, template_arg1): New nonterminal.
8214 (template_parm): Add template_template_parm rules.
8215 (template_arg): Set processing_template_arg.
8216 (template_arg1): Rules moved from template_arg.
8217 (primary, nonnested_type): Set arg_looking_for_template if we are
8218 processing template arguments.
8219 * pt.c (begin_member_template_processing): Handle TEMPLATE_DECL.
8220 (process_template_parm): Handle template template parameters.
8221 (coerce_template_parms, comp_template_args): Likewise.
8222 (mangle_class_name_for_template, lookup_template_class): Likewise.
8223 (uses_template_parms): Handle TEMPLATE_DECL and
8224 TEMPLATE_TEMPLATE_PARM.
8225 (current_template_args): Handle TEMPLATE_DECL.
8226 (tsubst, tsubst_copy, unify): Handle TEMPLATE_TEMPLATE_PARM.
8227 * search.c (dfs_walk, dfs_record_inheritance):
8228 Handle TEMPLATE_TEMPLATE_PARM.
8229 * tree.c (copy_template_template_parm): New function.
8230 (mapcar): Handle TEMPLATE_TEMPLATE_PARM.
8231 * typeck.c (comptypes): Handle TEMPLATE_TEMPLATE_PARM.
8232
8233 Mon Jan 19 22:40:03 1998 Mark Mitchell <mmitchell@usa.net>
8234
8235 * decl.c (start_decl): Don't allow duplicate definitions of static
8236 data members.
8237
8238 * call.c (build_user_type_conversion_1): Handle user-defined
8239 template conversion operators correctly.
8240
8241 * decl2.c (build_expr_from_tree): Issue an error message if the
8242 object in a COMPONENT_REF is a TEMPLATE_DECL.
8243
8244 * typeck.c (incomplete_type_error): Handle TEMPLATE_TYPE_PARMs.
8245
8246 * class.c (is_local_class): New function.
8247 * cp-tree.h (is_local_class): Declare it.
8248 (last_tree): Likewise.
8249 (begin_tree): Likewise.
8250 (end_tree): Likewise.
8251 (lookup_template_class): Change prototype.
8252 * decl.c (cp_finish_decl): Check for NULL where necessary.
8253 Consider FUNCTION_DECLS to declare objects with top-level binding,
8254 when calling make_decl_rtl.
8255 (grokdeclarator): Give members of local classes internal linkage.
8256 (start_function): Remove declaration of last_tree.
8257 (finish_function): Set flag_keep_inline_functions around call to
8258 rest_of_compilation if we are processing a member function in a
8259 local class.
8260 (start_method): Call push_template_decl for member functions of
8261 local classes in template functions.
8262 * decl2.c (import_export_decl): Don't give external linkage to
8263 instantiations of templates with internal linkage.
8264 * parse.y (last_tree): Remove declaration.
8265 (template_type): Pass extra parameter to lookup_template_class.
8266 (self_template_type): Likewise.
8267 (structsp): Move call to reset_specialization into left_curly.
8268 (left_curly): Call reset_specialization, and begin_tree.
8269 * pt.c (saved_trees): New variable.
8270 (mangle_class_name_for_template): Change prototype. Use
8271 additional function context to name local classes in templates
8272 correctly.
8273 (classtype_mangled_name): Pass the context.
8274 (push_template_decl): Handle local classes and templates, and
8275 member functions for such classes.
8276 (convert_nontype_parameter): Fix handling of pointer-to-member
8277 constants.
8278 (lookup_template_class): Handle local classes in templates.
8279 (tsubst): Likewise. Don't assume that template instantiations
8280 have external linkage; pay attention to the template declaration.
8281 (mark_decl_instantiated): Likewise.
8282 (begin_tree): New function.
8283 (end_tree): Likewise.
8284
8285 * decl.c (xref_basetypes): Don't call complete_type for basetypes
8286 that involve template parameters; that can lead to infinite
8287 recursion unnecessarily.
8288
8289 * pt.c (register_specialization): Do not register specializations
8290 that aren't ready to be registered yet.
8291 (check_explicit_specialization): Handle explicit specialization of
8292 constructors and destructors.
8293 (build_template_decl): New function.
8294 (push_template_delc): Handle out-of-class specializations of
8295 member templates.
8296
8297 * pt.c (check_explicit_specialization): Set up the template
8298 information before registering the specialization.
8299 (coerce_template_parms): Fix thinko.
8300 (tsubst): Handle specializations of member templates correctly.
8301
8302 * class.c (finish_struct_methods): Remove calls to
8303 check_explicit_specialization from here.
8304 (finish_struct): And insert them here.
8305 * cp-tree.h (perform_qualification_conversions): New function.
8306 (perform_array_to_pointer_conversion): Likewise.
8307 (begin_explicit_instantiation): Likewise.
8308 (end_explicit_instantiation): Likewise.
8309 (determine_specialization): Renamed from
8310 determine_explicit_specialization.
8311 (comp_template_parms): New function.
8312 (processing_explicit_instantiation): New variable.
8313 * cvt.c (perform_qualification_conversions): New function.
8314 (perform_array_to_pointer_conversion): Likewise.
8315 * decl.c (duplicate_decls): Don't consider template functions
8316 alike unless they have the same parameters. Refine handling of
8317 instantiation/specialization mismatches.
8318 (start_decl): Don't call pushdecl for template specializations,
8319 since they don't affect overloading.
8320 (start_function): Likewise.
8321 (grokfndecl): Call check_explicit_specialization a little later.
8322 Don't call duplicate_decls for memberm template specializations.
8323 (grokdeclarator): Don't update template_count for classes that are
8324 themselves specializations. Remove use of `2' as parameter to
8325 grokfndecl since that value isn't used.
8326 * lex.c (cons_up_default_function): Save and restore
8327 processing_explicit_instantiation around calls to grokfield.
8328 * parse.y (finish_member_template_decl): New function.
8329 (component_decl_1): Use it.
8330 (fn.def2): Likewise.
8331 (template_arg_list_opt): New nonterminal.
8332 (template_type): Use it.
8333 (self_template_type): Likewise.
8334 (template_id): Likewise.
8335 (object_template_id): Likewise.
8336 (notype_template_declarator): Likwise.
8337 (begin_explicit_instantiation): Likewise.
8338 (end_explicit_instantiation): Likewise.
8339 (explicit_instantiation): Use them.
8340 * pt.c (coerce_template_parms): Add parameters.
8341 (processing_explicit_instantiation): New variable.
8342 (convert_nontype_parameter): New function.
8343 (determine_overloaded_function): Likewise.
8344 (begin_explicit_instantiation): Likewise.
8345 (end_explicit_instantiation): Likewise.
8346 (retrieve_specialization): Likewise.
8347 (register_specialization): Likewise.
8348 (processing_explicit_specialization): Removed.
8349 (determine_specialization): Handle specializations of member
8350 functions of template class instantiations.
8351 (check_explicit_specialization): Refine to conform to standard.
8352 (comp_template_parms): New function.
8353 (coerce_template_parms): Call convert_nontype_parameter.
8354 (tsubst): Refine handling of member templates. Use
8355 register_specialization.
8356 (instantiate_template): Use retrieve_specialization.
8357 (do_decl_instantiation): Likewise.
8358 (instantiate_decl): Likewise.
8359 (type_unification): Improve handling of explict template
8360 arguments.
8361 * tree.c (mapcar): Return error_mark_node, rather than aborting,
8362 on VAR_DECLS, FUNCTION_DECLS, and CONST_DECLS.
8363 * typeck.c (build_unary_op): Call determine_specialization, rather
8364 than determine_explicit_specialization.
8365
8366 Mon Jan 19 13:18:51 1998 Jason Merrill <jason@yorick.cygnus.com>
8367
8368 * cvt.c (build_up_reference): A TARGET_EXPR has side effects.
8369
8370 Fri Jan 16 11:40:50 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8371
8372 * error.c (dump_decl): For enum tags, output the tag, not its value.
8373
8374 1998-01-13 Brendan Kehoe <brendan@cygnus.com>
8375
8376 * decl.c (init_decl_processing): Only call init_rtti_processing
8377 FLAG_RTTI is set.
8378
8379 Mon Jan 12 01:35:18 1998 Jason Merrill <jason@yorick.cygnus.com>
8380
8381 * init.c (build_new_1): Split out from build_new.
8382 (build_new): Just return a NEW_EXPR.
8383 * expr.c (cplus_expand_expr): Handle NEW_EXPR.
8384
8385 * decl2.c (get_temp_regvar): Tweak.
8386
8387 * cp-tree.h (TREE_CALLS_NEW): Comment out.
8388 * class.c (resolves_to_fixed_type_p): Remove use.
8389 * method.c (build_opfncall): Likewise.
8390 * call.c (build_new_op): Likewise.
8391
8392 Wed Jan 7 23:47:13 1998 Jason Merrill <jason@yorick.cygnus.com>
8393
8394 * exception.cc (__eh_alloc, __eh_free): New fns.
8395 (__cp_push_exception, __cp_pop_exception): Use them.
8396 (__uncatch_exception): Call terminate here if no exception.
8397 * except.c (build_terminate_handler): New fn.
8398 (expand_start_catch_block): Use it.
8399 (expand_exception_blocks): Likewise.
8400 (alloc_eh_object): New fn.
8401 (expand_throw): Use it. Protect exception init with terminate.
8402 * typeck.c (build_modify_expr): Remove code that ignores trivial
8403 methods.
8404
8405 Mon Dec 22 11:36:27 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8406
8407 * call.c (add_builtin_candidate): Add default case in enumeration
8408 switch.
8409 (build_new_op): Likewise.
8410 (convert_like): Likewise.
8411 * cvt.c (build_expr_type_conversion): Likewise.
8412 * tree.c (real_lvalue_p): Likewise.
8413 (lvalue_p): Likewise.
8414 (cp_tree_equal): Likewise.
8415 * typeck.c (comptypes): Likewise.
8416 (build_component_ref): Likewise.
8417 (build_function_call_real): Likewise.
8418 (build_binary_op_nodefault): Likewise.
8419 (build_unary_op): Likewise.
8420 (build_modify_expr): Likewise.
8421 * typeck2.c (initializer_constant_valid_p): Likewise.
8422
8423 Sun Dec 21 15:59:00 1997 Nick Clifton <nickc@cygnus.com>
8424
8425 * decl2.c (lang_decode_option): Add support for -Wunknown-pragmas.
8426
8427 Thu Dec 18 14:51:50 1997 Mark Mitchell <mmitchell@usa.net>
8428
8429 * pt.c (coerce_template_parms): Make sure to digest_init if
8430 possible.
8431
8432 * decl.c (duplicate_decls): Make the newdecl virtual if the
8433 olddecl was, just as is done with other attributes of olddecl.
8434
8435 Thu Dec 18 14:43:19 1997 Jason Merrill <jason@yorick.cygnus.com>
8436
8437 * typeck.c (unary_complex_lvalue): Ignore op0 when taking the
8438 address of an OFFSET_REF.
8439
8440 * cp-tree.def: Add AGGR_INIT_EXPR.
8441 * error.c, tree.c, typeck.c: Replace uses of NEW_EXPR with
8442 AGGR_INIT_EXPR where appropriate.
8443 * expr.c (cplus_expand_expr): Likewise. Simplify.
8444
8445 * decl2.c (finish_file): Remove call to register_exception_table.
8446
8447 Wed Dec 17 17:08:52 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
8448
8449 * pt.c (instantiate_class_template): Don't do injection when
8450 processing_template_decl is true, as pollutes current_binding_level
8451 for base classes.
8452
8453 Wed Dec 17 21:17:39 1997 Peter Schmid <schmid@ltoi.iap.physik.tu-darmstadt.de>
8454
8455 * pt.c (maybe_fold_nontype_arg): Add prototype.
8456
8457 Tue Dec 16 10:31:20 1997 Jason Merrill <jason@yorick.cygnus.com>
8458
8459 * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
8460 * error.c (dump_expr): Likewise.
8461
8462 Mon Dec 15 12:22:04 1997 Jason Merrill <jason@yorick.cygnus.com>
8463
8464 * typeck.c (build_function_call_real): Remove "inline called before
8465 definition" pedwarn.
8466
8467 * pt.c (coerce_template_parms): Use maybe_fold_nontype_arg.
8468
8469 Sun Dec 14 22:34:20 1997 Jason Merrill <jason@yorick.cygnus.com>
8470
8471 * cvt.c (cp_convert_to_pointer): Fix base conversion of pm's.
8472
8473 * pt.c (type_unification_real): Change __null to type void* with
8474 a warning.
8475
8476 Sun Dec 14 20:38:35 1997 Mark Mitchell <mmitchell@usa.net>
8477
8478 * call.c (implicit_conversion): Don't call
8479 build_user_type_conversion_1 with a NULL expr, since it will
8480 crash.
8481
8482 * pt.c (unify): Don't try to unify array bounds if either array is
8483 unbounded.
8484
8485 Fri Dec 12 16:09:14 1997 Jason Merrill <jason@yorick.cygnus.com>
8486
8487 * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at):
8488 Replace extern decls with casts.
8489
8490 * decl.c (expand_start_early_try_stmts): Don't mess with a sequence.
8491 Update last_parm_cleanup_insn.
8492 (store_after_parms): Remove.
8493 * cp-tree.h: Adjust.
8494
8495 Thu Dec 11 22:18:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8496
8497 * decl2.c (comdat_linkage): Also set DECL_COMDAT.
8498 (finish_file): Check DECL_COMDAT instead of weak|one_only.
8499 (import_export_vtable): Use make_decl_one_only instead of
8500 comdat_linkage for win32 tweak.
8501 (import_export_decl): Likewise.
8502 * pt.c (mark_decl_instantiated): Likewise.
8503
8504 * decl2.c (finish_file): Lose handling of templates in pending_statics.
8505
8506 Thu Dec 11 21:12:09 1997 Jason Merrill <jason@yorick.cygnus.com>
8507
8508 * decl2.c (finish_file): Lose call to expand_builtin_throw.
8509 * except.c (expand_builtin_throw): Remove.
8510 * cp-tree.h: Remove ptr_ptr_type_node.
8511 * decl.c: Likewise.
8512
8513 Thu Dec 11 20:43:33 1997 Teemu Torma <tot@trema.com>
8514
8515 * decl.c (ptr_ptr_type_node): Define.
8516 (init_decl_processing): Initialize it.
8517 * cp-tree.h: Declare it.
8518 * exception.cc (__cp_exception_info): Use __get_eh_info.
8519 (__cp_push_exception): Likewise.
8520 (__cp_pop_exception): Likewise.
8521
8522 From Scott Snyder <snyder@d0sgif.fnal.gov>:
8523 * except.c (expand_builtin_throw): Use get_saved_pc_ref instead of
8524 saved_pc.
8525 (init_exception_processing): Removed saved_pc initialization.
8526
8527 Wed Dec 10 11:04:45 1997 Jason Merrill <jason@yorick.cygnus.com>
8528
8529 * pt.c (instantiate_decl): Defer all templates but inline functions.
8530
8531 Mon Dec 8 23:17:13 1997 Jason Merrill <jason@yorick.cygnus.com>
8532
8533 * init.c (expand_vec_init): Don't fold a list of parameters.
8534
8535 * decl.c (copy_args_p): Handle copy elision for types with virtual
8536 bases.
8537 * call.c (build_over_call): Likewise.
8538
8539 Sun Dec 7 22:38:12 1997 Mark Mitchell <mmitchell@usa.net>
8540
8541 * pt.c (lookup_template_function): Copy the template arguments,
8542 not just the list containing them, to the permanent obstack.
8543
8544 Sun Dec 7 15:53:06 1997 Jason Merrill <jason@yorick.cygnus.com>
8545
8546 * except.c (expand_start_catch_block): suspend_momentary for the
8547 terminate handler.
8548
8549 * error.c (dump_decl): Handle LOOKUP_EXPR.
8550
8551 Sun Dec 7 15:45:07 1997 Mark Mitchell <mmitchell@usa.net>
8552
8553 * rtti.c (build_dynamic_cast): Copy the cast-to type to the
8554 permanent obstack if we are processing a template decl.
8555 * typeck.c (build_static_cast): Likewise.
8556 (build_const_cast): Likewise.
8557 (build_reinterpret_cast): Likewise.
8558
8559 * pt.c (coerce_template_parms): Coerce some expressions, even
8560 when processing_template_decl.
8561
8562 Sun Dec 7 01:46:33 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8563
8564 * typeck.c (build_binary_op_nodefault, pointer_diff): Symmetric
8565 handling of pointer difference expressions.
8566
8567 * typeck.c (comp_target_types): Comparison of function/method types
8568 is independent of nptrs.
8569
8570 Sun Dec 7 01:40:27 1997 Mark Mitchell <mmitchell@usa.net>
8571
8572 * pt.c (tsubst): Avoid creating pointer to reference and
8573 reference to reference types.
8574
8575 Sat Dec 6 01:29:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8576
8577 * parse.y (do_id): New nonterminal.
8578 (template_id): Use it.
8579
8580 Fri Dec 5 01:17:34 1997 Jason Merrill <jason@yorick.cygnus.com>
8581
8582 * parse.y (template_id): do_identifier for PFUNCNAMEs, too.
8583 * spew.c (yylex): Don't do_identifier here.
8584 * decl2.c (build_expr_from_tree): Revert last change.
8585
8586 * decl2.c (build_expr_from_tree): Expand the name for a method call.
8587 * parse.y (object_template_id): Don't try to take the DECL_NAME.
8588
8589 Wed Dec 3 20:02:39 1997 Jason Merrill <jason@yorick.cygnus.com>
8590
8591 * init.c (build_new): Use a TARGET_EXPR instead of SAVE_EXPR for
8592 alloc_expr.
8593 * call.c (build_op_delete_call): Adjust.
8594
8595 * except.c (expand_end_catch_block): Lose rethrow region.
8596 (expand_start_catch_block): Likewise.
8597 (expand_end_catch_block): Don't expand_leftover_cleanups.
8598
8599 Wed Dec 3 13:24:04 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
8600
8601 * pt.c (tsubst): Remove tree_cons call (places redundant info into
8602 DECL_TEMPLATE_INSTANTIATION).
8603
8604 Wed Dec 3 11:44:52 1997 Jason Merrill <jason@yorick.cygnus.com>
8605
8606 * tree.c (is_overloaded_fn): Handle getting a fn template.
8607 (really_overloaded_fn): Likewise.
8608 * error.c (dump_decl): Handle TEMPLATE_ID_EXPRs better.
8609 * pt.c (check_explicit_specialization): Tweak.
8610 (determine_explicit_specialization): Tweak.
8611
8612 * tree.c, cp-tree.h (get_target_expr): New fn.
8613
8614 Wed Dec 3 08:47:27 1997 Paul Eggert <eggert@twinsun.com>
8615
8616 * pt.c (check_explicit_specialization): Fix misspelling in
8617 diagnostic: `preceeded'.
8618 * typeck.c (get_delta_difference): Fix misspelling in diagnostic:
8619 `conversiona'.
8620
8621 1997-12-02 Mark Mitchell <mmitchell@usa.net>
8622
8623 * pt.c (determine_explicit_specialization): Avoid an internal
8624 error for bad specializations.
8625
8626 * method.c (build_overload_value): Handle SCOPE_REF.
8627
8628 Tue Dec 2 19:18:50 1997 Mike Stump <mrs@wrs.com>
8629
8630 * class.c (prepare_fresh_vtable): Enable even more complex MI
8631 vtable names.
8632
8633 Tue Dec 2 01:37:19 1997 Jason Merrill <jason@yorick.cygnus.com>
8634
8635 * exception.cc (__check_eh_spec): Optimize a bit.
8636
8637 * exception.cc (__cp_pop_exception): Lose handler arg.
8638 * except.c (do_pop_exception): Likewise.
8639 (push_eh_cleanup): Let the cleanup mechanism supply the handler.
8640 (expand_end_catch_block): Likewise.
8641
8642 Fri Nov 28 01:58:14 1997 Jason Merrill <jason@yorick.cygnus.com>
8643
8644 * pt.c (check_explicit_specialization): Complain about using a
8645 template-id for a non-specialization.
8646
8647 Fri Nov 28 12:35:19 1997 Scott Christley <scottc@net-community.com>
8648
8649 * repo.c: Prototype rindex only if needed.
8650 * xref.c: Likewise.
8651
8652 Fri Nov 28 01:56:35 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8653
8654 * error.c (dump_decl): Handle TEMPLATE_ID_EXPR.
8655
8656 Thu Nov 27 00:59:46 1997 Jason Merrill <jason@yorick.cygnus.com>
8657
8658 * typeck.c (build_const_cast): Handle references here instead of
8659 handing off to convert_to_reference.
8660
8661 * except.c: Lose Unexpected, SetTerminate, SetUnexpected,
8662 TerminateFunctionCall.
8663 (init_exception_processing): Likewise. Terminate et al are now
8664 the fns, not ADDR_EXPRs.
8665 (various): Lose redundant assemble_external calls.
8666 (do_unwind): s/BuiltinReturnAddress/builtin_return_address_fndecl/.
8667
8668 * cp-tree.h (struct lang_decl_flags): Add comdat.
8669 (DECL_COMDAT): New macro.
8670 * decl.c (duplicate_decls): Propagate it.
8671 (cp_finish_decl): Handle it.
8672 * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs.
8673
8674 * class.c: Remove static pending_hard_virtuals.
8675 (add_virtual_function): Take pointers to pending_virtuals
8676 and pending_hard_virtuals.
8677 (finish_struct_1): Pass them. Declare pending_hard_virtuals.
8678
8679 Wed Nov 26 20:28:49 1997 Jason Merrill <jason@yorick.cygnus.com>
8680
8681 * decl2.c (import_export_vtable): If we support one_only but not
8682 weak symbols, mark instantiated template vtables one_only.
8683 (import_export_decl): Likewise for tinfo functions.
8684 (finish_vtable_vardecl): Also write out vtables from explicitly
8685 instantiated template classes.
8686 * pt.c (mark_class_instantiated): Revert last change.
8687
8688 * except.c (expand_throw): Call mark_used on the destructor.
8689
8690 Wed Nov 26 15:13:48 1997 Jeffrey A Law (law@cygnus.com)
8691
8692 * lex.c (lang_init): Enable flag_exceptions by default if no
8693 command line switch was specified.
8694
8695 1997-11-26 Mark Mitchell <mmitchell@usa.net>
8696
8697 * pt.c (unify): Handle `void' template parameters in
8698 specializations.
8699
8700 Wed Nov 26 01:11:24 1997 Jason Merrill <jason@yorick.cygnus.com>
8701
8702 * rtti.c (build_dynamic_cast): Handle template case here.
8703 (build_dynamic_cast_1): Not here.
8704
8705 * typeck2.c (digest_init): Make copies where appropriate.
8706
8707 * decl2.c (delete_sanity): resolve_offset_ref.
8708
8709 * except.c: Call terminate without caching so many bits.
8710
8711 * except.c (expand_start_catch_block): Fix catching a reference
8712 to pointer.
8713
8714 Tue Nov 25 11:28:21 1997 Jason Merrill <jason@yorick.cygnus.com>
8715
8716 * init.c (build_new): Copy size to the saveable obstack.
8717
8718 * init.c (build_new): Stick a CLEANUP_POINT_EXPR inside the
8719 TRY_CATCH_EXPR for now.
8720
8721 Mon Nov 24 12:15:55 1997 Jason Merrill <jason@yorick.cygnus.com>
8722
8723 * typeck.c (mark_addressable): Don't assume a FUNCTION_DECL
8724 has DECL_LANG_SPECIFIC.
8725
8726 * exception.cc (struct cp_eh_info): Add handlers field.
8727 (__cp_push_exception): Initialize it.
8728 (__cp_pop_exception): Decrement it. Don't pop unless it's 0.
8729 (__throw_bad_exception): Remove.
8730 * except.c (call_eh_info): Add handlers field.
8731 (get_eh_handlers): New fn.
8732 (push_eh_cleanup): Increment handlers.
8733
8734 Fri Nov 21 12:22:07 1997 Jason Merrill <jason@yorick.cygnus.com>
8735
8736 * except.c (expand_start_eh_spec): Use the try/catch code.
8737 (expand_end_eh_spec): Likewise. Call __check_eh_spec instead of
8738 doing everything inline.
8739 (init_exception_processing): throw_type_match now takes
8740 const void pointers.
8741 * exception.cc (__check_eh_spec): New fn.
8742 * inc/exception: Neither terminate nor unexpected return.
8743 * decl.c: Make const_ptr_type_node public.
8744 * tinfo2.cc (__throw_type_match_rtti): Take the typeinfos constly.
8745
8746 * except.c (expand_start_catch_block): We only need the rethrow
8747 region for non-sjlj exceptions.
8748 (expand_end_catch_block): Likewise. Use outer_context_label_stack.
8749
8750 Thu Nov 20 14:40:17 1997 Jason Merrill <jason@yorick.cygnus.com>
8751
8752 * Make-lang.in (CXX_LIB2FUNCS): Add new op new and op delete objs.
8753 (various.o): Likewise.
8754 * inc/new: Add placement deletes. Add throw specs for default new.
8755 * new.cc (set_new_handler): Move here from libgcc2.
8756 * new1.cc (new (nothrow)): Catch a bad_alloc thrown from the handler.
8757 (new): Move from libgcc2. Throw bad_alloc.
8758 * new2.cc: Move the rest of the op news and op deletes from libgcc2.
8759 * decl.c (init_decl_processing): Update exception specs on new and
8760 delete.
8761
8762 * method.c (build_decl_overload_real): Don't mess with global
8763 placement delete.
8764
8765 * init.c (build_new): Check for null throw spec, not nothrow_t.
8766
8767 * decl.c (duplicate_decls): Don't complain about different exceptions
8768 from an internal declaration.
8769
8770 * call.c (build_op_delete_call): Fix check for member fns again.
8771
8772 * decl2.c (import_export_decl): Interface hackery affects
8773 virtual synthesized methods.
8774
8775 Wed Nov 19 18:24:14 1997 Jason Merrill <jason@yorick.cygnus.com>
8776
8777 * decl.c (start_decl): Don't just complain about a mismatched
8778 scope, fix it.
8779
8780 * decl.c (make_implicit_typename): Handle case where t is not
8781 actually from context.
8782 * tree.c (get_type_decl): Lose identifier case.
8783 * spew.c (yylex): Lose useless call to identifier_typedecl_value.
8784 * parse.y (nonnested_type): Just use lookup_name.
8785 (complex_type_name): Just use IDENTIFIER_GLOBAL_VALUE.
8786
8787 Wed Nov 19 11:45:07 1997 Michael Tiemann <tiemann@axon.cygnus.com>
8788
8789 * error.c (dump_function_name): Test DECL_LANG_SPECIFIC in case
8790 T was built in C language context (for example, by
8791 output_func_start_profiler).
8792
8793 Wed Nov 19 10:39:27 1997 Jason Merrill <jason@yorick.cygnus.com>
8794
8795 * decl.c (make_implicit_typename): New fn.
8796 (lookup_name_real): Use it. Use current_class_type as the context.
8797
8798 Mon Nov 17 23:42:03 1997 Bruno Haible <haible@ilog.fr>
8799
8800 * pt.c (do_poplevel): Don't prohibit jumps into this contour.
8801
8802 Mon Nov 17 02:01:28 1997 Jason Merrill <jason@yorick.cygnus.com>
8803
8804 * friend.c (do_friend): Warn about non-template friends in templates.
8805
8806 * call.c (build_op_delete_call): Fix handling of inherited delete.
8807
8808 * search.c (dfs_record_inheritance): Ignore template type parms.
8809
8810 Sat Nov 15 00:30:51 1997 Jason Merrill <jason@yorick.cygnus.com>
8811
8812 * call.c (build_new_op): Fix copy error.
8813 (build_op_new_call): New fn.
8814 (build_op_delete_call): New fn.
8815 * cp-tree.h: Declare them.
8816 * init.c (build_new): Use them. Support placement delete.
8817 (build_x_delete): Use build_op_delete_call.
8818 (build_delete): Likewise.
8819 * decl2.c (delete_sanity): Likewise.
8820 (coerce_delete_type): Don't complain about placement delete.
8821
8822 Thu Nov 13 01:52:36 1997 Jason Merrill <jason@yorick.cygnus.com>
8823
8824 * call.c (build_new_function_call): Remove unused 'obj' parm.
8825 * cp-tree.h, typeck.c: Adjust.
8826
8827 * init.c (build_new): Make the cleanup last longer.
8828 (expand_vec_init): Call do_pending_stack_adjust.
8829
8830 Wed Nov 12 11:04:33 1997 Jason Merrill <jason@yorick.cygnus.com>
8831
8832 * pt.c (do_type_instantiation): Fix typo.
8833 (mark_class_instantiated): If we support one_only but not weak
8834 symbols, don't mark this as known.
8835
8836 * init.c (build_new): Handle vec delete in EH cleanup.
8837
8838 Wed Nov 12 08:11:55 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
8839
8840 * call.c (build_method_call): Call complete_type before checking
8841 for destructor.
8842
8843 Sun Nov 9 01:29:55 1997 Jim Wilson (wilson@cygnus.com)
8844
8845 * decl.c (add_block_current_level): Delete.
8846 * init.c (build_vec_delete_1): Delete build_block and
8847 add_block_current_level calls.
8848
8849 Wed Nov 12 00:48:16 1997 Jason Merrill <jason@yorick.cygnus.com>
8850
8851 * init.c (build_new): Handle freeing allocated memory when the
8852 constructor throws.
8853
8854 * call.c (build_new_method_call): Fix flags arg.
8855
8856 * pt.c (do_type_instantiation): Don't try to instantiate
8857 member templates.
8858 (mark_decl_instantiated): If we support one_only but not
8859 weak symbols, mark this one_only.
8860 * decl2.c (import_export_vtable): Don't defer handling of vtables
8861 if MULTIPLE_SYMBOL_SPACES.
8862
8863 Tue Nov 11 12:02:12 1997 Jason Merrill <jason@yorick.cygnus.com>
8864
8865 * except.c (expand_end_catch_block): Lose call to __sjpopnthrow.
8866
8867 Tue Nov 11 02:53:44 1997 Jason Merrill <jason@lasher.cygnus.com>
8868
8869 * except.c (do_pop_exception): Return a value.
8870
8871 Mon Nov 10 20:25:31 1997 Jason Merrill <jason@yorick.cygnus.com>
8872
8873 * call.c (build_new_method_call): Handle getting a
8874 TEMPLATE_ID_EXPR around a TEMPLATE_DECL. Don't look for a field
8875 if we got template parms.
8876 * typeck.c (build_x_function_call): Remember the TEMPLATE_ID_EXPR,
8877 not just the args.
8878 * decl2.c (build_expr_from_tree): Tweak last change.
8879 * pt.c (tsubst_copy): Use get_first_fn instead of TREE_VALUE.
8880 (maybe_fold_nontype_arg): Split out from tsubst_copy.
8881 * tree.c (get_first_fn): Just return a TEMPLATE_ID_EXPR.
8882
8883 Mon Nov 10 20:08:38 1997 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
8884
8885 * pt.c (tsubst_copy): Handle explicit template arguments in
8886 function calls.
8887 * typeck.c (build_x_function_call): Likewise.
8888 * decl2.c (build_expr_from_tree): Lookup function name if it
8889 hasn't been done.
8890
8891 * pt.c (tsubst): Instantiate template functions properly when
8892 template parameter does not appear in function arguments and return
8893 type.
8894 (comp_template_args): Handle member templates required by tsubst.
8895
8896 Mon Nov 10 20:08:38 1997 Jason Merrill <jason@yorick.cygnus.com>
8897
8898 * decl.c (grokdeclarator): Tweak conditions for pedwarn in
8899 previous change.
8900
8901 Mon Nov 10 20:08:29 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8902
8903 * pt.c (coerce_template_parms): Tweak error message.
8904
8905 * decl.c (grokdeclarator): If -Wreturn-type, warn everytime a
8906 return type defaults to `int', even if there are storage-class
8907 specifiers.
8908
8909 Mon Nov 10 03:04:20 1997 Jason Merrill <jason@yorick.cygnus.com>
8910
8911 Complete nested exception support.
8912 * except.c (do_pop_exception): Split out...
8913 (push_eh_cleanup): From here. Handle the EH region by hand.
8914 (expand_start_catch_block): Add a new level for the catch parm.
8915 Move the rethrow region outside the two cleanup regions.
8916 Protect the initializer for the catch parm with terminate.
8917 (expand_end_catch_block): Likewise. End the region for the eh_cleanup.
8918 * exception.cc (__cp_pop_exception): Now takes two parms. Handle
8919 popping off the middle of the stack.
8920 * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR,
8921 WITH_CLEANUP_EXPR, and UNSAVE_EXPR.
8922 (build_cplus_new): Only wrap CALL_EXPRs.
8923 * init.c (expand_default_init): Handle a TRY_CATCH_EXPR around
8924 the constructor call.
8925
8926 Sun Nov 9 18:00:26 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8927
8928 * Make-lang.in (c++.distdir): Make inc subdirectory.
8929
8930 Fri Nov 7 11:57:28 1997 Jason Merrill <jason@yorick.cygnus.com>
8931
8932 * decl2.c (finish_file): Put back some code.
8933
8934 Thu Nov 6 11:28:14 1997 Jason Merrill <jason@yorick.cygnus.com>
8935
8936 * decl2.c (finish_file): Remove redundant code.
8937 * method.c (emit_thunk): Don't let the backend defer generic thunks.
8938
8939 Wed Nov 5 23:52:50 1997 Jason Merrill <jason@yorick.cygnus.com>
8940
8941 * except.c (call_eh_info): Split out...
8942 (push_eh_info): From here.
8943 (expand_builtin_throw): Use it.
8944 (expand_start_catch_block): Move region start back.
8945
8946 Tue Nov 4 13:45:10 1997 Doug Evans <devans@canuck.cygnus.com>
8947
8948 * lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
8949 (real_yylex): Record wide strings using target endianness, not host.
8950
8951 1997-11-03 Brendan Kehoe <brendan@lisa.cygnus.com>
8952
8953 * repo.c (rindex): Add decl unconditionally.
8954 (get_base_filename, open_repo_file): Don't cast rindex.
8955 * xref.c (rindex): Add decl unconditionally.
8956 (index): Remove unused decl.
8957 (open_xref_file): Don't cast rindex.
8958
8959 Sun Nov 2 15:04:12 1997 Jason Merrill <jason@yorick.cygnus.com>
8960
8961 * class.c (build_vbase_path): Propagate the result type properly.
8962
8963 1997-11-01 Brendan Kehoe <brendan@lisa.cygnus.com>
8964
8965 * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replace
8966 remaining use of saved_throw_type with a call to get_eh_type.
8967
8968 1997-10-31 Brendan Kehoe <brendan@lisa.cygnus.com>
8969
8970 * lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
8971 (file_name_nondirectory): New function, doing the same as the macro.
8972 (set_typedecl_interface_info): Use it instead of the macro.
8973 (check_newline): Likewise.
8974 (handle_cp_pragma): Likewise.
8975
8976 * repo.c (get_base_filename): Cast result of rindex to char*.
8977 (open_repo_file): Likewise.
8978 * xref.c (open_xref_file): Likewise.
8979 * error.c (dump_char): Make its arg int, not char.
8980
8981 * except.c (push_eh_info): Pass the number of fields - 1 down, not
8982 the exact number of fields.
8983
8984 Fri Oct 31 01:47:57 1997 Jason Merrill <jason@yorick.cygnus.com>
8985
8986 Support for nested exceptions.
8987 * tinfo2.cc (__is_pointer): New fn.
8988 * exception.cc (struct cp_eh_info): Define.
8989 (__cp_exception_info, __uncatch_exception): New fns.
8990 (__cp_push_exception, __cp_pop_exception): New fns.
8991 * except.c: Lose saved_throw_{type,value,cleanup,in_catch}.
8992 Lose empty_fndecl.
8993 (init_exception_processing): Likewise. __eh_pc is now external.
8994 (push_eh_info): New fn.
8995 (get_eh_{info,value,type,caught}): New fns.
8996 (push_eh_cleanup): Just call __cp_pop_exception.
8997 (expand_start_catch_block): Use push_eh_info. Start the eh region
8998 sooner.
8999 (expand_end_eh_spec): Use push_eh_info.
9000 (expand_throw): Call __cp_push_exception to set up the exception info.
9001 Just pass the destructor or 0 as the cleanup. Call __uncatch_exception
9002 when we rethrow.
9003 (expand_builtin_throw): Don't refer to empty_fndecl.
9004
9005 Thu Oct 23 02:01:30 1997 Jason Merrill <jason@yorick.cygnus.com>
9006
9007 * pt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATION on new decl.
9008
9009 1997-10-22 Brendan Kehoe <brendan@cygnus.com>
9010
9011 * method.c (build_template_parm_names, build_decl_overload_real):
9012 Add static to definitions.
9013 * pt.c (add_to_template_args, note_template_header,
9014 processing_explicit_specialization, type_unification_real): Likewise.
9015 ({determine,check}_explicit_specialization): Use a single string for
9016 error messages.
9017
9018 Mon Oct 20 12:06:34 1997 Jason Merrill <jason@yorick.cygnus.com>
9019
9020 * except.c (expand_exception_blocks): Call do_pending_stack_adjust.
9021 (expand_end_catch_block): Likewise.
9022 (expand_end_eh_spec): Likewise.
9023
9024 Mon Oct 20 11:44:20 1997 Mark Mitchell <mmitchell@usa.net>
9025
9026 * decl.c (duplicate_decls): Handle template specializations
9027 correctly.
9028 * error.c (dump_function_name): Fix printing of specializations of
9029 member functions that are not member templates.
9030 * cp-tree.h (processing_specialization): Make global.
9031 * pt.c (processing_specialization): Likewise.
9032 * lex.c (cons_up_default_function): Save and restore
9033 processing_specialization to avoid confusion.
9034
9035 Mon Oct 20 10:52:22 1997 Jason Merrill <jason@yorick.cygnus.com>
9036
9037 * decl.c (init_decl_processing): Give null_node unknown* type.
9038 * typeck.c (comp_target_types): Handle UNKNOWN_TYPE.
9039 (common_type): Likewise.
9040 * error.c (args_as_string): Recognize null_node.
9041
9042 Sun Oct 19 09:13:01 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9043
9044 * typeck.c (rationalize_conditional_expr): Handle {MIN,MAX}_EXPR.
9045 (unary_complex_lvalue): Call it for {MIN,MAX}_EXPR.
9046
9047 * decl.c (init_decl_processing): Call using_eh_for_cleanups.
9048
9049 * Make-lang.in (g++): Include prefix.o.
9050
9051 Thu Oct 16 15:31:09 1997 Judy Goldberg <judygold@sanwafp.com>
9052
9053 * pt.c (determine_explicit_specialization): Initialize "dummy"
9054 to keep Purify quiet.
9055
9056 Thu Oct 16 00:14:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9057
9058 * method.c (build_overload_value): Handle TEMPLATE_CONST_PARMs here.
9059 (build_overload_int): Not here.
9060
9061 Wed Oct 15 00:35:28 1997 Mike Stump <mrs@wrs.com>
9062
9063 * class.c (build_type_pathname): Remove.
9064 (prepare_fresh_vtable): Fix problem with complex MI vtable names.
9065
9066 1997-10-14 Brendan Kehoe <brendan@lisa.cygnus.com>
9067
9068 * parse.y (unary_expr): Give a pedwarn if someone tries to use the
9069 &&label GNU extension.
9070
9071 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
9072
9073 * decl.c (pushtag): Unset DECL_ASSEMBLER_NAME before setting it,
9074 so as to avoid incorrect manglings.
9075 * method.c (build_decl_overload_real): Don't mangle return types
9076 for constructors.
9077
9078 Tue Oct 14 11:46:14 1997 Jason Merrill <jason@yorick.cygnus.com>
9079
9080 * cp-tree.h (scratchalloc, build_scratch_list, make_scratch_vec,
9081 scratch_tree_cons): Define as macros for now.
9082 * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, expr.c, init.c,
9083 lex.c, method.c, parse.y, pt.c, rtti.c, search.c, tree.c, typeck.c,
9084 typeck2.c: Use them and the expression_obstack variants.
9085
9086 Mon Oct 13 17:41:26 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9087
9088 * decl.c (store_return_init): Allow classes with explicit ctors to
9089 be used with the named return values extension.
9090
9091 Fri Oct 10 12:21:11 1997 Jason Merrill <jason@yorick.cygnus.com>
9092
9093 * pt.c (instantiate_decl): Fix previous change.
9094
9095 Thu Oct 9 12:08:21 1997 Jason Merrill <jason@yorick.cygnus.com>
9096
9097 * pt.c (tsubst): Fix thinko.
9098 (instantiate_decl): Really use the original template.
9099
9100 * call.c (build_new_method_call): Use simple constructor_name for
9101 error messages.
9102
9103 Wed Oct 8 22:44:42 1997 Jeffrey A Law <law@cygnus.com>
9104
9105 * method.c (build_underscore_int): Don't use ANSI specific
9106 features.
9107
9108 Wed Oct 8 00:18:22 1997 Jason Merrill <jason@yorick.cygnus.com>
9109
9110 * decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN
9111 for our key method; it might have been inlined by -O3.
9112
9113 Tue Oct 7 23:00:12 1997 Mark Mitchell <mmitchell@usa.net>
9114
9115 * decl.c (make_typename_type): Do not try to call lookup_field for
9116 non-aggregate types.
9117
9118 Tue Oct 7 22:52:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9119
9120 * typeck.c (build_reinterpret_cast): Tweak.
9121
9122 Tue Oct 7 22:45:31 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9123
9124 * typeck.c (build_reinterpret_cast): Converting a void pointer
9125 to function pointer with a reinterpret_cast produces a warning
9126 if -pedantic is issued.
9127
9128 Tue Oct 7 22:43:43 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
9129
9130 * typeck.c (c_expand_return): Don't warn about returning a
9131 reference-type variable as a reference.
9132
9133 Tue Oct 7 21:11:22 1997 Jason Merrill <jason@yorick.cygnus.com>
9134
9135 * method.c (build_static_name): Fix typo.
9136
9137 1997-10-07 Brendan Kehoe <brendan@lisa.cygnus.com>
9138
9139 * decl.c (duplicate_decls): Make sure DECL_LANG_SPECIFIC is set on
9140 OLDDECL before we try to do DECL_USE_TEMPLATE.
9141
9142 Tue Oct 7 00:48:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9143
9144 * decl.c (duplicate_decls): Don't warn about template instances.
9145
9146 * typeck.c (mark_addressable): Lose ancient code that unsets
9147 DECL_EXTERNAL.
9148
9149 * pt.c (do_decl_instantiation): Lose support for instantiating
9150 non-templates.
9151
9152 * call.c (build_new_function_call): Fix handling of null explicit
9153 template args.
9154 (build_new_method_call): Likewise.
9155
9156 Mon Oct 6 23:44:34 1997 Mark Mitchell <mmitchell@usa.net>
9157
9158 * method.c (build_underscore_int): Fix typo.
9159
9160 1997-10-06 Brendan Kehoe <brendan@lisa.cygnus.com>
9161
9162 * tree.c (print_lang_statistics): #if 0 call to
9163 print_inline_obstack_statistics until its definition is checked in.
9164
9165 Mon Oct 6 09:27:29 1997 Jason Merrill <jason@yorick.cygnus.com>
9166
9167 * decl2.c (finish_file): Move dump_tree_statistics to end.
9168
9169 * pt.c (instantiate_decl): Look for the original template.
9170 (tsubst): Set DECL_IMPLICIT_INSTANTIATION on partial instantiations
9171 of member templates.
9172
9173 Wed Oct 1 08:41:38 1997 Jason Merrill <jason@yorick.cygnus.com>
9174
9175 * Makefile.in (g++FAQ.*): New rules.
9176 (CONFLICTS): Update.
9177 * g++FAQ.texi: Moved from libg++.
9178
9179 * parse.y (PFUNCNAME): Only specify the type once.
9180
9181 1997-10-01 Brendan Kehoe <brendan@lasher.cygnus.com>
9182
9183 * lex.c (real_yylex): Clean up the code to fully behave the way
9184 the c-lex.c parser does for complex and real numbers.
9185
9186 Tue Sep 30 08:51:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9187
9188 * method.c (build_decl_overload_real): Reformat.
9189
9190 Tue Sep 30 00:18:26 1997 Jason Merrill <jason@yorick.cygnus.com>
9191
9192 * method.c (synthesize_method): If at_eof, determine our linkage.
9193
9194 1997-09-29 Paul Eggert <eggert@twinsun.com>
9195
9196 * lex.c (real_yylex): Treat `$' just like `_', except issue a
9197 diagnostic if !dollars_in_ident or if pedantic.
9198
9199 * lang-specs.h (@c++): -ansi no longer implies -$.
9200
9201 * decl2.c (lang_decode_option):
9202 -traditional and -ansi now do not mess with
9203 dollars_in_ident.
9204
9205 Mon Sep 29 19:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9206
9207 * Makefile.in (parse.o, decl.o): Also depend on
9208 $(srcdir)/../except.h $(srcdir)/../output.h.
9209 (decl2.o): Also depend on $(srcdir)/../expr.h ../insn-codes.h
9210 $(srcdir)/../except.h $(srcdir)/../output.h.
9211 (typeck.o, init.o): Also depend on $(srcdir)/../expr.h
9212 ../insn-codes.h.
9213
9214 * call.c, cp-tree.h, decl.c, tree.c: Finish prototyping.
9215
9216 * expr.c (cplus_expand_expr): Make it static.
9217
9218 * decl2.c, init.c, typeck.c: Include "expr.h".
9219 (expand_expr): Use proper values when calling the function.
9220
9221 Mon Sep 29 11:05:54 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9222
9223 * lang-options.h: New -Wold-style-cast flag.
9224 * cp-tree.h (warn_old_style_cast): New variable.
9225 * decl2.c (warn_old_style_cast): Likewise..
9226 (lang_decode_option): Support -Wold-style-cast.
9227 (reparse_absdcl_as_casts): Produce old-style-cast warning.
9228
9229 Mon Sep 29 09:20:53 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9230
9231 * decl.c (cp_finish_decl): Allow expand_aggr_init to set
9232 TREE_USED, reset value based on already_used.
9233
9234 * init.c (expand_member_init): Revert change.
9235
9236 Mon Sep 29 08:57:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9237
9238 * cp-tree.h, decl.c, decl2.c, pt.c:
9239 Lose DECL_C_STATIC and DECL_PUBLIC. Don't pretend statics are public.
9240
9241 * decl2.c (lang_decode_option): Add missing ;.
9242
9243 Sat Sep 27 16:22:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9244
9245 * friend.c (do_friend): Disable injection for all template-derived
9246 decls.
9247 * decl2.c (lang_decode_option): Handle -fguiding-decls.
9248 * parse.y (notype_template_declarator): New nonterminal.
9249 (direct_notype_declarator): Use it.
9250 (complex_direct_notype_declarator): Likewise.
9251 (object_template_id): Accept any kind of identifier after TEMPLATE.
9252 (notype_qualified_id): Don't add template declarators here.
9253
9254 Sat Sep 27 16:21:58 1997 Mark Mitchell <mmitchell@usa.net>
9255
9256 * call.c (add_template_candidate): Add explicit_targs parameter.
9257 (build_scoped_method_call): Use it.
9258 (build_overload_call_real): Likewise.
9259 (build_user_type_conversion_1): Likewise.
9260 (build_new_function_call): Likewise.
9261 (build_object_call): Likewise.
9262 (build_new_op): Likewise.
9263 (build_new_method_call): Likewise.
9264 (build_new_function_call): Handle TEMPLATE_ID_EXPR.
9265 (build_new_method_call): Likewise.
9266
9267 * class.c (finish_struct_methods): Add specialization pass to
9268 determine which methods were specializing which other methods.
9269 (instantiate_type): Handle TEMPLATE_ID_EXPR.
9270
9271 * cp-tree.def (TEMPLATE_ID_EXPR): New tree code.
9272
9273 * cp-tree.h (name_mangling_version): New variable.
9274 (flag_guiding_decls): Likewise.
9275 (build_template_decl_overload): New function.
9276 (begin_specialization): Likewise.
9277 (reset_specialization): Likewise.
9278 (end_specialization): Likewise.
9279 (determine_explicit_specialization): Likewise.
9280 (check_explicit_specialization): Likewise.
9281 (lookup_template_function): Likewise.
9282 (fn_type_unification): Add explicit_targs parameter.
9283 (type_unification): Likewise.
9284
9285 * decl.c (duplicate_decls): Add smarts for explicit
9286 specializations.
9287 (grokdeclarator): Handle TEMPLATE_ID_EXPR, and function
9288 specializations.
9289 (grokfndecl): Call check_explicit_specialization.
9290
9291 * decl2.c (lang_decode_option): Handle -fname-mangling-version.
9292 (build_expr_from_tree): Handle TEMPLATE_ID_EXPR.
9293 (check_classfn): Handle specializations.
9294
9295 * error.c (dump_function_name): Print specialization arguments.
9296
9297 * friend.c (do_friend): Don't call pushdecl for template
9298 instantiations.
9299
9300 * init.c (build_member_call): Handle TEMPLATE_ID_EXPR.
9301
9302 * lang-options.h: Add -fname-mangling-version, -fguiding-decls,
9303 and -fno-guiding-decls.
9304
9305 * lex.c (identifier_type): Return PFUNCNAME for template function
9306 names.
9307
9308 * method.c (build_decl_overload_real): New function.
9309 (build_template_parm_names): New function.
9310 (build_overload_identifier): Use it.
9311 (build_underscore_int): New function.
9312 (build_overload_int): Use it. Add levels for template
9313 parameters.
9314 (build_overload_name): Likewise. Also, handle TYPENAME_TYPEs.
9315 (build_overload_nested_names): Handle template type parameters.
9316 (build_template_decl_overload): New function.
9317
9318 * parse.y (YYSTYPE): New ntype member.
9319 (nested_name_specifier): Use it.
9320 (nested_name_specifier_1): Likewise.
9321 (PFUNCNAME): New token.
9322 (template_id, object_template_id): New non-terminals.
9323 (template_parm_list): Note specializations.
9324 (template_def): Likewise.
9325 (structsp): Likewise.
9326 (fn.def2): Handle member template specializations.
9327 (component_decl_1): Likewise.
9328 (direct_notype_declarator): Handle template-ids.
9329 (component_decl_1): Likewise.
9330 (direct_notype_declarator): Handle template-ids.
9331 (primary): Handle TEMPLATE_ID_EXPR, and template-ids.
9332
9333 * pt.c (processing_specializations): New variable.
9334 (template_header_count): Likewise.
9335 (type_unification_real): New function.
9336 (processing_explicit_specialization): Likewise.
9337 (note_template_header): Likewise.
9338 (is_member_template): Handle specializations.
9339 (end_template_decl): Call reset_specialization.
9340 (push_template_decl): Handle member template specializations.
9341 (tsubst): Likewise.
9342 (tsubst_copy): Handle TEMPLATE_ID_EXPR.
9343 (instantiate_template): Handle specializations.
9344 (instantiate_decl): Likewise.
9345 (fn_type_unification): Handle explicit_targs.
9346 (type_unification): Likewise. Allow incomplete unification
9347 without an error message, if allow_incomplete.
9348 (get_bindings): Use new calling sequence for fn_type_unification.
9349
9350 * spew.c (yylex): Handle PFUNCNAME.
9351
9352 * tree.c (is_overloaded_fn): Handle TEMPLATE_ID_EXPR.
9353 (really_overloaded_fn): Likewise.
9354 (get_first_fn): Handle function templates.
9355
9356 * typeck.c (build_x_function_call): Use really_overloaded_fn.
9357 Handle TEMPLATE_ID_EXPR.
9358 (build_x_unary_op): Likewise.
9359 (build_unary_op): Likewise.
9360 (mark_addressable): Templates whose address is taken are marked
9361 as used.
9362
9363 1997-09-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9364
9365 * decl.c (init_decl_processing): Declare __builtin_constant_p as
9366 accepting any kind of type, not only int.
9367
9368 Fri Sep 26 00:22:56 1997 Jason Merrill <jason@yorick.cygnus.com>
9369
9370 * search.c (get_matching_virtual): Notice virtual bases when sorrying
9371 about covariant returns.
9372
9373 * parse.y (member_init): Also imply typename here. Remove ancient
9374 extension for initializing base members.
9375
9376 Thu Sep 25 11:11:13 1997 Jason Merrill <jason@yorick.cygnus.com>
9377
9378 Handle multi-level typenames and implicit typename in base list.
9379 * parse.y (typename_sub{,[0-2]}): New rules.
9380 (structsp, rule TYPENAME_KEYWORD): Use typename_sub.
9381 (nonnested_type): New rule.
9382 (complete_type_name): Use it.
9383 (base_class.1): Use typename_sub and nonnested_type.
9384 (nested_name_specifier): Don't elide std:: here.
9385 * decl.c (make_typename_type): Handle getting a type for NAME.
9386 (lookup_name_real): Turn std:: into :: here.
9387
9388 Rvalue conversions were removed in London.
9389 * call.c (is_subseq): Don't consider lvalue transformations.
9390 (build_conv): LVALUE_CONV and RVALUE_CONV get IDENTITY_RANK.
9391 (joust): Re-enable ?: kludge.
9392
9393 1997-09-22 Brendan Kehoe <brendan@lisa.cygnus.com>
9394
9395 * decl.c (start_function): Up warning of no return type to be a
9396 pedwarn.
9397
9398 Mon Sep 22 14:15:34 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9399
9400 * init.c (expand_member_init): Don't set TREE_USED.
9401 * decl.c (cp_finish_decl): Mark decls used if type has TREE_USED
9402 set,don't clear TREE_USED wholesale.
9403
9404 Sat Sep 20 15:31:00 1997 Jason Merrill <jason@yorick.cygnus.com>
9405
9406 * call.c (build_over_call): Do require_complete_type before
9407 build_cplus_new.
9408
9409 Thu Sep 18 16:47:52 1997 Jason Merrill <jason@yorick.cygnus.com>
9410
9411 * search.c (lookup_field): Call complete_type in all cases.
9412
9413 * decl.c (finish_function): Just warn about flowing off the end.
9414
9415 Wed Sep 17 10:31:25 1997 Jason Merrill <jason@yorick.cygnus.com>
9416
9417 * decl.c (grokparms): Don't bash a permanent list node if we're
9418 in a function.
9419
9420 1997-09-17 Brendan Kehoe <brendan@lisa.cygnus.com>
9421
9422 * Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
9423
9424 Tue Sep 16 14:06:56 1997 Jason Merrill <jason@yorick.cygnus.com>
9425
9426 * call.c (build_new_op): Give better error for syntactically
9427 correct, but semantically invalid, use of undeclared template.
9428
9429 * call.c (compare_qual): Handle pmfs.
9430
9431 * decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
9432 after the exception spec.
9433
9434 Mon Sep 15 11:52:13 1997 Jason Merrill <jason@yorick.cygnus.com>
9435
9436 * call.c (null_ptr_cst_p): Integer type, not integral type.
9437
9438 * call.c (joust): Disable warnings until they can be moved to the
9439 right place.
9440
9441 Fri Sep 12 16:11:13 1997 Per Bothner <bothner@cygnus.com>
9442
9443 * Makefile.in, config-lang.in: Convert to autoconf.
9444
9445 Thu Sep 11 17:14:55 1997 Jason Merrill <jason@yorick.cygnus.com>
9446
9447 * decl.c (lookup_name_real): Add implicit 'typename' to types from
9448 base classes.
9449
9450 * pt.c (most_specialized_class): Fix typo.
9451 (tsubst): Move constant folding to TREE_VEC case.
9452
9453 Thu Sep 11 10:08:45 1997 Mark Mitchell <mmitchell@usa.net>
9454
9455 * pt.c (do_poplevel): Don't warn about unused local variables
9456 while processing_template_decl since we don't always know whether
9457 or not they will need constructing/destructing.
9458
9459 * pt.c (uses_template_parms): Check the values of an enumeration
9460 type to make sure they don't depend on template parms.
9461
9462 * decl.c (make_typename_type): Don't lookup the field if the
9463 context uses template parms, even if we're not
9464 processing_template_decl at the moment.
9465
9466 * pt.c (coerce_template_parms): Avoid looking at the
9467 TYPE_LANG_DECL portion of a typename type, since there won't be
9468 one.
9469 (tsubst): Do constant folding as necessary to make sure that
9470 arguments passed to lookup_template_class really are constants.
9471
9472 Wed Sep 10 11:21:55 1997 Jason Merrill <jason@yorick.cygnus.com>
9473
9474 * except.c (expand_builtin_throw): #ifndef DWARF2_UNWIND_INFO.
9475 * decl2.c (finish_file): Only register exception tables if we
9476 need to.
9477
9478 * decl.c (init_decl_processing): Add __builtin_[fs]p.
9479
9480 Tue Sep 9 19:49:38 1997 Jason Merrill <jason@yorick.cygnus.com>
9481
9482 * pt.c (unify): Just return 0 for a TYPENAME_TYPE.
9483
9484 Tue Sep 9 17:57:25 1997 Mark Mitchell <mmitchell@usa.net>
9485
9486 * error.c (dump_decl): Avoid crashing when presented with a
9487 uninitialized constant, as can occur with a template parameter.
9488 (dump_expr): Make sure that there are enough levels of
9489 current_template_parms before we start diving through them.
9490
9491 1997-09-09 Brendan Kehoe <brendan@lisa.cygnus.com>
9492
9493 * typeck.c (build_indirect_ref): Heed FLAG_VOLATILE similar to
9494 c-typeck.c.
9495
9496 Tue Sep 9 09:36:39 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9497
9498 * except.c (expand_throw): Call build_delete for all
9499 exception types, not just objects with destructors.
9500
9501 Mon Sep 8 02:33:20 1997 Jody Goldberg <jodyg@idt.net>
9502
9503 * decl.c (current_local_enum): Remove static.
9504 * pt.c (tsubst_enum): Save and restore value of current_local_enum
9505 in case template is expanded in enum decl.
9506 (instantiate_class_template): Use new tsubst_enum signature.
9507 (tsubst_expr): Likewise.
9508
9509 Mon Sep 8 01:21:43 1997 Mark Mitchell <mmitchell@usa.net>
9510
9511 * pt.c (begin_member_template_processing): Take a function as
9512 argument, not a set of template arguments. Use the template
9513 parameters, rather than the arguments. Handle non-type parameters
9514 correctly. Push a binding level for the parameters so that multiple
9515 member templates using the same parameter names can be declared.
9516 (end_member_template_processing): Pop the binding level.
9517 (push_template_decl): Mark member templates as static when
9518 appropriate.
9519
9520 * lex.c (do_pending_inlines): Pass the function, not its template
9521 arguments, to begin_member_template_processing.
9522 (process_next_inline): Likewise.
9523 (do_pending_defargs): Likewise.
9524
9525 * error.c (dump_expr): Obtain the correct declaration for a
9526 TEMPLATE_CONST_PARM.
9527
9528 * call.c (add_template_conv_candidate): New function.
9529 (build_object_call): Handle member templates, as done in the other
9530 build_ functions.
9531
9532 Sat Sep 6 10:20:27 1997 Mark Mitchell <mmitchell@usa.net>
9533
9534 * decl.c (replace_defag): Undo previous change.
9535 * lex.c (do_pending_defargs): Deal with member templates.
9536
9537 * pt.c (is_member_template): Avoid crashing when passed a
9538 non-function argument.
9539
9540 Fri Sep 5 17:27:38 1997 Jason Merrill <jason@yorick.cygnus.com>
9541
9542 * class.c (grow_method): Remove check for redeclaration.
9543
9544 Fri Sep 5 01:37:17 1997 Mark Mitchell <mmitchell@usa.net>
9545
9546 * cp-tree.h (INNERMOST_TEMPLATE_PARMS): New macro.
9547 (DECL_INNERMOST_TEMPLATE_PARMS): Likewise.
9548 (PRIMARY_TEMPLATE_P): Use it.
9549 * call.c (build_overload_call_real): Use it.
9550 * class.c (instantiate_type): Likewise.
9551 * decl.c (decls_match): Likewise.
9552 * method.c (build_overload_identifier): Likewise.
9553 * pt.c (push_template_decl): Likewise.
9554 (classtype_mangled_name): Likewise.
9555 (lookup_template_class): Likewise.
9556
9557 * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to
9558 DECL_NTPARMS to conform to usage elsewhere.
9559 * call.c (add_template_candidate): Likewise.
9560 * class.c (instantiate_type): Likewise.
9561 * pt.c (instantiate_template): Likewise.
9562 (get_bindings): Likewise.
9563
9564 * class.c (grow_method): Use DECL_FUNCTION_TEMPLATE_P instead of
9565 is_member_template.
9566
9567 * pt.c (unify): Undo changes to allow multiple levels of template
9568 parameters.
9569 (type_unification): Likewise.
9570 (fn_type_unification): Likewise.
9571 (get_class_bindings): Likewise.
9572 * cp-tree.h (Likewise).
9573
9574 * decl.c (replace_defarg): Check that the type of the default
9575 parameter does not invlove a template type before complaining
9576 about the initialization.
9577
9578 * error.c (dump_expr): Deal with template constant parameters in
9579 member templates correctly.
9580
9581 * pt.c (is_member_template): Deal with class specializations
9582 correctly.
9583 (tsubst): Handle "partial instantiation" of member templates
9584 correctly.
9585
9586 Wed Sep 3 12:30:24 1997 Mark Mitchell <mmitchell@usa.net>
9587
9588 * pt.c (type_unification): Change calling sequence to allow for
9589 multiple levels of template parameters.
9590 (tsubst_expr): Likewise.
9591 (tsubst): Likewise.
9592 (tsubst_copy): Likewise.
9593 (instantiate_template): Likewise.
9594 (unify): Likewise.
9595 * call.c (build_overload_call_real): Use it.
9596 (add_builtin_candidate): Use it.
9597 (build_new_method_call): Use it.
9598 * class.c (instantiate_type): Use it.
9599 * decl.c (grokdeclarator): Use it.
9600 * decl2.c (finish_file): Use it.
9601 * method.c (build_overload_identifier): Use it.
9602
9603 * call.c (add_template_candidate): Add additional parameter for
9604 the function return type. Call fn_type_unification istead of
9605 type_unification.
9606 (build_user_type_conversion_1): Handle member templates.
9607 (build_new_function_call): Likewise.
9608 (build_new_op): Likewise.
9609 (build_new_method_call): Likewise.
9610
9611 * class.c (grow_method): Don't give an error message indicating
9612 that two member templates with the same name are ambiguous.
9613 (finish_struct): Treat member template functions just like member
9614 functions.
9615
9616 * cp-tree.h (check_member_template): Add declaration.
9617 (begin_member_template_processing): Likewise.
9618 (end_member_template_processing): Likewise.
9619 (fn_type_unification): Likewise.
9620 (is_member_template): Likewise.
9621 (tsubst): Change prototype.
9622 (tsubst_expr): Likewise.
9623 (tsubst_copy): Likewise.
9624 (instantiate_template): Likewise.
9625 (get_bindings): Likewise.
9626
9627 * decl.c (decls_match): Handle multiple levels of template
9628 parameters.
9629 (pushdecl): Handle template type params just like other type
9630 declarations.
9631 (push_class_level_binding): Return immediately if the
9632 class_binding_level is NULL.
9633 (grokfndecl): If check_classfn() returns a member_template, use
9634 the result of the template, not the template itself.
9635
9636 * decl2.c (check_member_template): New function. Check to see
9637 that the entity declared to be a member template can be one.
9638 (check_classfn): Allow redeclaration of member template functions
9639 with different types; the new functions can be specializations or
9640 explicit instantiations.
9641
9642 * error.c (dump_decl): Handle multiple levels of template
9643 parameters.
9644 (dump_function_decl): Update to handle function templates.
9645
9646 * lex.c (do_pending_inlines): Set up template parameter context
9647 for member templates.
9648 (process_next_inline): Likewise.
9649
9650 * method.c (build_overload_identifier): Adjust for multiple levels
9651 of template parameters.
9652
9653 * parse.y (fn.def2): Add member templates.
9654 (component_decl_1): Likewise.
9655
9656 * pt.c (begin_member_template_processing): New function.
9657 (end_member_template_processing): Likewise.
9658 (is_member_template): Likewise.
9659 (fn_type_unification): Likewise.
9660 (current_template_parms): Return a vector of all the template
9661 parms, not just the innermost level of parms.
9662 (push_template_decl): Deal with the possibility of member
9663 templates.
9664 (lookup_template_class): Likewise.
9665 (uses_template_parms): Likewise.
9666 (tsubst): Modify processing to TEMPLATE_TYPE_PARM and
9667 TEMPLATE_CONST_PARM to deal with multiple levels of template
9668 arguments. Add processing of TEMPLATE_DECL to produce new
9669 TEMPLATE_DECLs from old ones.
9670 (do_decl_instantiation): Handle member templates.
9671
9672 * search.c (lookup_fnfields_1): Handle member template conversion
9673 operators.
9674
9675 * tree.c (cp_tree_equal): Check the levels, as well as the
9676 indices, of TEMPLATE_CONST_PARMs.
9677
9678 * typeck.c (comptypes): Check the levels, as well as the indices,
9679 fo TEMPLATE_TYPE_PARMs.
9680 (build_x_function_call): Treat member templates like member
9681 functions.
9682
9683 Wed Sep 3 11:09:25 1997 Jason Merrill <jason@yorick.cygnus.com>
9684
9685 * typeck.c (c_expand_return): Always convert_for_initialization
9686 before checking for returning a pointer to local.
9687
9688 * pt.c (type_unification): If strict and the function parm doesn't
9689 use template parms, just compare types.
9690
9691 Wed Sep 3 10:35:49 1997 Klaus Espenlaub <kespenla@student.informatik.uni-ulm.de>
9692
9693 * method.c (build_overloaded_value): Replace direct call
9694 to the floating point emulator with REAL_VALUE_TO_DECIMAL macro.
9695
9696 Wed Sep 3 00:02:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9697
9698 * typeck.c (convert_arguments): Don't arbitrarily choose the first
9699 of a set of overloaded functions.
9700
9701 Tue Sep 2 12:09:13 1997 Jason Merrill <jason@yorick.cygnus.com>
9702
9703 * lex.c (real_yylex): Don't elide __FUNCTION__.
9704
9705 * method.c (build_overload_value): Add in_template parm.
9706 (build_overload_int): Likewise.
9707 (build_overload_identifier): Pass it.
9708
9709 * decl.c (duplicate_decls): Don't bash a previous template
9710 definition with a redeclaration.
9711
9712 * pt.c (unify): float doesn't match double.
9713
9714 * pt.c (do_type_instantiation): Handle getting a _TYPE or a
9715 TYPE_DECL. Handle getting non-template types.
9716 * parse.y (explicit_instantiation): Use typespec instead of
9717 aggr template_type.
9718
9719 Tue Sep 2 10:27:08 1997 Richard Henderson <rth@cygnus.com>
9720
9721 * typeck.c (build_ptrmemfunc1): Clean up ptr->int cast warnings.
9722
9723 Mon Sep 1 13:19:04 1997 Eugene Mamchits <eugin@ips.ras.ru>
9724
9725 * call.c (add_builtin_candidate): Add missing TREE_TYPE.
9726 (compare_ics): Likewise.
9727
9728 Mon Sep 1 13:19:04 1997 Jason Merrill <jason@yorick.cygnus.com>
9729
9730 * call.c (joust): Warn about choosing one conversion op over
9731 another because of 'this' argument when the other return type is
9732 better.
9733 (source_type): New fn.
9734
9735 * call.c (build_new_op): Strip leading REF_BIND from first operand
9736 to builtin operator.
9737
9738 * decl2.c (mark_vtable_entries): Mark abort_fndecl as used when we
9739 use its RTL.
9740
9741 Thu Aug 28 09:45:23 1997 Jason Merrill <jason@yorick.cygnus.com>
9742
9743 * call.c (null_ptr_cst_p): Remove support for (void*)0.
9744
9745 Wed Aug 27 02:03:34 1997 Jeffrey A Law <law@cygnus.com>
9746
9747 * typeck.c (expand_target_expr): Make definition match declaration.
9748
9749 * class.c (get_basefndecls): Make definition match declaration.
9750
9751 Mon Aug 25 14:30:02 1997 Jason Merrill <jason@yorick.cygnus.com>
9752
9753 * input.c (sub_getch): Eventually give up and release the input file.
9754
9755 * decl.c (cp_finish_decl): If #p i/i, put inline statics in the
9756 right place.
9757
9758 * call.c (joust): Tweak message.
9759
9760 Sat Aug 23 18:02:59 1997 Mark Mitchell <mmitchell@usa.net>
9761
9762 * error.c (type_as_string): Put const/volatile on template type
9763 parameters where appropriate.
9764
9765 Sat Aug 23 17:47:22 1997 Jeffrey A Law <law@cygnus.com>
9766
9767 * call.c (strictly_better): Make arguments unsigned ints.
9768
9769 Thu Aug 21 18:48:44 1997 Jason Merrill <jason@yorick.cygnus.com>
9770
9771 * lex.c (real_yylex): Refer to __complex instead of complex.
9772
9773 Thu Aug 21 22:25:46 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9774
9775 * lex.c (real_yylex): Don't use getc directly.
9776
9777 Wed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick.cygnus.com>
9778
9779 * call.c (is_subseq): Don't try to be clever.
9780
9781 Wed Aug 20 03:13:36 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9782
9783 * parse.y, pt.c: Include "except.h".
9784 * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c,
9785 error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c,
9786 lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c,
9787 sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish
9788 prototyping.
9789
9790 Wed Aug 20 01:34:40 1997 Jason Merrill <jason@yorick.cygnus.com>
9791
9792 * decl2.c (mark_vtable_entries): Instead of replacing pure
9793 virtuals with a reference to __pure_virtual, copy the decl and
9794 change the RTL.
9795
9796 Tue Aug 19 02:26:07 1997 Jason Merrill <jason@yorick.cygnus.com>
9797
9798 * pt.c (lookup_nested_type_by_name): Handle typedef wierdness.
9799
9800 * typeck2.c (my_friendly_abort): Report bugs to egcs-bugs@cygnus.com.
9801
9802 * pt.c (instantiate_class_template): Call repo_template_used
9803 before finish_prevtable_vardecl.
9804
9805 * call.c (is_subseq): New fn.
9806 (compare_ics): Use it.
9807
9808 * repo.c (finish_repo): Don't crash on no args.
9809
9810 * parse.y (named_complex_class_head_sans_basetype): Handle
9811 explicit global scope.
9812 * decl2.c (handle_class_head): New fn.
9813
9814 * pt.c (unify): Add CONST_DECL case.
9815
9816 Thu Aug 14 10:05:13 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9817
9818 * rtti.c (permanent_obstack): Fix decl to not be a pointer.
9819
9820 * cp-tree.h (report_type_mismatch): Add prototype.
9821 * call.c (build_overload_call_real): Remove erroneous fourth
9822 argument to report_type_mismatch.
9823 (build_user_type_conversion_1): Remove erroneous second arg to
9824 tourney.
9825 (build_new_function_call): Likewise.
9826 (build_object_call): Likewise.
9827 (build_new_op): Likewise.
9828 (build_new_method_call): Likewise.
9829
9830 Wed Aug 13 19:19:25 1997 Jason Merrill <jason@yorick.cygnus.com>
9831
9832 * error.c (dump_decl): Don't bother processing a function with no
9833 DECL_LANG_SPECIFIC.
9834
9835 * method.c (emit_thunk): Call init_function_start in the macro case.
9836
9837 Wed Aug 13 10:46:19 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9838
9839 * decl2.c (DEFAULT_VTABLE_THUNKS): Define to be 0 if not
9840 defined and used to set flag_vtable_thunks.
9841
9842 Tue Aug 12 20:13:57 1997 Jason Merrill <jason@yorick.cygnus.com>
9843
9844 * parse.y: Don't clear the inlines from their obstack until they've
9845 all been processed.
9846
9847 * decl.c (duplicate_decls): Don't complain about exception
9848 specification mismatch if flag_exceptions is off.
9849
9850 Mon Aug 11 15:01:56 1997 Marc Lehmann <pcg@goof.com>
9851
9852 * Make-lang.in (c++.distclean): Remove g++.c on make distclean.
9853
9854 Sun Aug 10 12:06:09 1997 Paul Eggert <eggert@twinsun.com>
9855
9856 * cp-tree.h: Replace STDIO_PROTO with PROTO in include files.
9857 * cvt.c, error.c, except.c, expr.c, friend.c, init.c, rtti.c:
9858 Include <stdio.h> before include files that formerly used STDIO_PROTO.
9859
9860 * decl.c, g++spec.c, lex.c, method.c, repo.c:
9861 Include "config.h" first, as per autoconf manual.
9862
9863 Fri Aug 8 11:47:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9864
9865 * decl.c (duplicate_decls): Tweak wording.
9866 * lex.c (do_pending_defargs): Don't die if we see a default arg
9867 that isn't a DEFAULT_ARG.
9868 * error.c (dump_expr): Handle DEFAULT_ARG.
9869
9870 * decl2.c (lang_decode_option): Handle -fhandle-exceptions.
9871 * lang-options.h: Add -fhandle-exceptions.
9872
9873 * class.c (build_vtable): Vtables are artificial.
9874 (prepare_fresh_vtable): Likewise.
9875
9876 Wed Aug 6 11:02:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9877
9878 * cvt.c (ocp_convert): After converting to the target type, set
9879 LOOKUP_NO_CONVERSION.
9880
9881 * call.c (joust): Warn about potentially confusing promotion rules
9882 with -Wsign-promo.
9883 * cp-tree.h, lang-options.h, decl2.c: Support -Wsign-promo.
9884
9885 Tue Aug 5 15:15:07 1997 Michael Meissner <meissner@cygnus.com>
9886
9887 * exception.cc: Declare __terminate_func with noreturn attribute.
9888
9889 Fri Aug 1 03:18:15 1997 Jason Merrill <jason@yorick.cygnus.com>
9890
9891 * parse.y: Break out eat_saved_input, handle errors.
9892 (function_try_block): Use compstmt instead of compstmt_or_error.
9893
9894 Thu Jul 31 17:14:04 1997 Jason Merrill <jason@yorick.cygnus.com>
9895
9896 * tree.c (build_cplus_new): Don't set TREE_ADDRESSABLE.
9897
9898 Fri Jul 4 01:45:16 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9899
9900 * Make-lang.in (cplib2.txt, cplib2.ready): Instead of checking for
9901 existence of cc1plus check whether $(LANGUAGES) contains C++.
9902
9903 Wed Jul 30 13:04:21 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9904
9905 * method.c (do_build_copy_constructor): When copying an anonymous
9906 union member loop around to handle nested anonymous unions. Use
9907 the offset of the member relative to the outer structure, not the
9908 union.
9909
9910 Tue Jul 29 21:17:29 1997 Jason Merrill <jason@yorick.cygnus.com>
9911
9912 * call.c (resolve_args): New fn.
9913 (build_new_function_call): Use it.
9914 (build_object_call): Likewise.
9915 (build_new_method_call): Likewise.
9916
9917 Mon Jul 28 16:02:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9918
9919 * call.c (build_over_call): tsubst all default parms from templates.
9920
9921 Wed Jul 23 13:36:25 1997 Jason Merrill <jason@yorick.cygnus.com>
9922
9923 * decl.c (struct cp_function): Add static_labelno.
9924 (push_cp_function_context): Save it.
9925 (pop_cp_function_context): Restore it.
9926
9927 Tue Jul 22 14:43:29 1997 Jason Merrill <jason@yorick.cygnus.com>
9928
9929 * typeck.c (build_component_ref_1): Convert from reference.
9930
9931 Tue Jul 22 11:06:23 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9932
9933 * parse.y (current_declspecs, prefix_attributes): Initialize to
9934 NULL_TREE.
9935
9936 * parse.y (initdcl0): Make sure CURRENT_DECLSPECS is non-nil
9937 before we try to force it to be a TREE_LIST.
9938 (decl): Make sure $1.t is non-nil.
9939
9940 Sun Jul 20 11:53:07 1997 Jason Merrill <jason@yorick.cygnus.com>
9941
9942 * pt.c (uses_template_parms): Handle template first-parse codes.
9943
9944 * decl.c (cp_finish_decl): Only warn about user-defined statics.
9945
9946 Fri Jul 18 17:56:08 1997 Jason Merrill <jason@yorick.cygnus.com>
9947
9948 * pt.c (unify): Handle BOOLEAN_TYPE.
9949
9950 * cp-tree.h: Lose PARM_DEFAULT_FROM_TEMPLATE.
9951 * pt.c (tsubst): Don't set it.
9952 * call.c (build_over_call): Use uses_template_parms.
9953
9954 Thu Jul 17 18:06:30 1997 Jason Merrill <jason@yorick.cygnus.com>
9955
9956 * method.c (build_overload_nested_name): Use static_labelno
9957 instead of var_labelno.
9958 (build_qualified_name): New fn.
9959 (build_overload_name): Split out from here.
9960 (build_static_name): Use build_qualified_name.
9961 * decl.c (cp_finish_decl): Statics in extern inline functions
9962 have comdat linkage.
9963 (start_function): Initialize static_labelno.
9964
9965 Thu Jul 17 11:20:17 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9966
9967 * class.c (finish_struct_methods): Add check of warn_ctor_dtor_privacy
9968 before "all member functions in class [] are private".
9969
9970 Wed Jul 16 23:47:08 1997 Jason Merrill <jason@yorick.cygnus.com>
9971
9972 * lex.c (do_scoped_id): convert_from_reference.
9973 * init.c (build_offset_ref): Likewise.
9974
9975 Wed Jul 16 12:34:29 1997 Benjamin Kosnik <bkoz@lisa.cygnus.com>
9976
9977 * error.c (dump_expr): Check TREE_OPERAND before dump_expr_list.
9978
9979 Mon Jul 14 03:23:46 1997 Jason Merrill <jason@yorick.cygnus.com>
9980
9981 * typeck.c (get_member_function_from_ptrfunc): Promote index
9982 before saving it.
9983
9984 Sun Jul 13 00:11:52 1997 Jason Merrill <jason@yorick.cygnus.com>
9985
9986 * tree.c (layout_basetypes): Move non-virtual destructor warning.
9987 * decl.c (xref_basetypes): Remove non-virtual destructor warning.
9988
9989 Sat Jul 12 12:47:12 1997 Jason Merrill <jason@yorick.cygnus.com>
9990
9991 * decl.c (grokdeclarator): Call add_defarg_fn for the function
9992 type, too.
9993 * lex.c (add_defarg_fn): Adjust.
9994 (do_pending_defargs): Adjust. Don't skip the first parm.
9995
9996 Fri Jul 11 01:39:50 1997 Jason Merrill <jason@yorick.cygnus.com>
9997
9998 * decl.c (build_enumerator): Global enumerators are also readonly.
9999
10000 * rtti.c (build_dynamic_cast_1): Renamed from build_dynamic_cast.
10001 (build_dynamic_cast): Call it and convert_from_reference.
10002
10003 * lex.c (add_defarg_fn): New fn.
10004 (snarf_defarg): Don't add to defarg_types.
10005 (do_pending_defargs): Lose defarg_types. All fns we process now
10006 have defargs.
10007 * decl.c (grokfndecl): Call add_defarg_fn.
10008
10009 * Makefile.in (CONFLICTS): Expect 18 s/r conflicts.
10010 * cp-tree.def: Add DEFAULT_ARG.
10011 * spew.c (yylex): Call snarf_defarg as appropriate.
10012 * parse.y: New tokens DEFARG and DEFARG_MARKER.
10013 (defarg_again, pending_defargs, defarg, defarg1): New rules.
10014 (structsp): Use pending_defargs.
10015 (parms, full_parm): Use defarg.
10016 * lex.c (init_lex): Initialize inline_text_firstobj.
10017 (do_pending_inlines): Never pass the obstack to feed_input.
10018 (process_next_inline): Call end_input instead of restore_pending_input.
10019 (clear_inline_text_obstack, reinit_parse_for_expr, do_pending_defargs,
10020 finish_defarg, feed_defarg, snarf_defarg, maybe_snarf_defarg): New fns.
10021 * input.c (end_input): New fn.
10022 (sub_getch): At the end of some fed input, just keep returning EOF
10023 until someone calls end_input.
10024 Remove 'obstack' field from struct input_source.
10025 * decl.c (grokparms): Handle DEFAULT_ARG.
10026 (replace_defarg): New fn.
10027 * cp-tree.h (DEFARG_LENGTH, DEFARG_POINTER): New macros.
10028
10029 Wed Jul 9 13:44:12 1997 Jason Merrill <jason@yorick.cygnus.com>
10030
10031 * call.c (implicit_conversion): If nothing else works, try binding
10032 an rvalue to a reference.
10033
10034 Wed Jul 9 13:04:38 1997 Geoffrey Noer <noer@cygnus.com>
10035
10036 * decl.c (init_decl_processing): Fix Jun 30 patch -- move
10037 ifndef for Cygwin32 to include SIGSEGV.
10038
10039 Thu Jul 3 01:44:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10040
10041 * class.c (finish_struct_1): Only complain about pointers without
10042 copy stuff if there are any constructors.
10043
10044 * rtti.c (build_dynamic_cast): Call complete_type on the types.
10045
10046 * decl.c (grokfndecl): If the function we chose doesn't actually
10047 match, die.
10048
10049 * decl2.c (grokclassfn): Don't specify 'const int' for the
10050 artificial destructor parm.
10051
10052 * pt.c (type_unification): If we are called recursively, nothing
10053 decays.
10054
10055 Mon Jun 30 17:53:21 1997 Geoffrey Noer <noer@cygnus.com>
10056
10057 * decl.c (init_decl_processing): Stop trying to catch signals
10058 other than SIGABRT since the Cygwin32 library doesn't support
10059 them correctly yet. This fixes a situation in which g++ causes
10060 a hang on SIGSEGVs and other such signals in our Win32-hosted
10061 tools.
10062
10063 Mon Jun 30 14:50:01 1997 Jason Merrill <jason@yorick.cygnus.com>
10064
10065 * tree.c (mapcar, case CALL_EXPR): Handle all the parse node data.
10066
10067 Fri Jun 27 15:18:49 1997 Jason Merrill <jason@yorick.cygnus.com>
10068
10069 * typeck2.c (store_init_value): Always return the value if our
10070 type needs constructing.
10071
10072 * method.c (hack_identifier): Convert class statics from
10073 reference, too.
10074
10075 Thu Jun 26 11:44:46 1997 Jason Merrill <jason@yorick.cygnus.com>
10076
10077 * Make-lang.in (cplib2.ready): Add $(LANGUAGES) dependency.
10078
10079 Thu Jun 19 16:49:28 1997 Mike Stump <mrs@cygnus.com>
10080
10081 * typeck.c (c_expand_return): Make sure we clean up temporaries at
10082 the end of return x;
10083
10084 Thu Jun 19 12:28:43 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10085
10086 * lex.c (check_for_missing_semicolon): Also check for CV_QUALIFIER.
10087
10088 Tue Jun 17 18:35:57 1997 Mike Stump <mrs@cygnus.com>
10089
10090 * except.c (expand_builtin_throw): Add support
10091 -fno-sjlj-exceptions -fPIC exception handling on the SPARC.
10092
10093 Mon Jun 16 01:24:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10094
10095 * repo.c (extract_string): Null-terminate.
10096
10097 * cp-tree.h (TI_SPEC_INFO): New macro.
10098 (CLASSTYPE_TI_SPEC_INFO): New macro.
10099 * pt.c (push_template_decl): Correctly determine # of template parms
10100 for partial specs.
10101
10102 * call.c (compare_ics): Really fix 'this' conversions.
10103
10104 * pt.c (do_decl_instantiation): Don't crash on explicit inst of
10105 non-template fn.
10106
10107 * pt.c (push_template_decl): Complain about mismatch in # of
10108 template parms between a class template and a member template.
10109
10110 Sun Jun 15 02:38:20 1997 Jason Merrill <jason@yorick.cygnus.com>
10111
10112 * method.c (synthesize_method): You can't call
10113 function_cannot_inline_p after finish_function.
10114 * decl.c (finish_function): Turn on flag_inline_functions and turn
10115 off DECL_INLINE before handing a synthesized method to the
10116 backend.
10117
10118 Thu Jun 12 17:35:28 1997 Jason Merrill <jason@yorick.cygnus.com>
10119
10120 * method.c (synthesize_method): Remove July 30 change to never set
10121 DECL_INLINE if at_eof.
10122
10123 Thu Jun 12 15:25:08 1997 Mike Stump <mrs@cygnus.com>
10124
10125 * xref.c (GNU_xref_member): Ensure that the node has a
10126 decl_lang_specific part before checking DECL_FRIEND_P.
10127
10128 Thu Jun 12 12:36:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10129
10130 * pt.c (instantiate_class_template): Diagnose non-class types used
10131 as bases.
10132
10133 Wed Jun 11 17:33:40 1997 Jason Merrill <jason@yorick.cygnus.com>
10134
10135 * typeck.c (build_conditional_expr): Use convert_for_initialization
10136 instead of convert_and_check.
10137
10138 Wed Jun 11 12:31:33 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10139
10140 * parse.y (typespec): Don't pedwarn for typeof.
10141
10142 Tue Jun 10 00:22:09 1997 Jason Merrill <jason@yorick.cygnus.com>
10143
10144 * repo.c (finish_repo): Only check changes if we would write a
10145 repo file.
10146
10147 * call.c (compare_ics): Fix handling of 'this' conversions.
10148
10149 * pt.c (do_decl_instantiation): Support static data too. Rename
10150 from do_function_instantiation.
10151 * cp-tree.h: Adjust.
10152 * parse.y: Adjust.
10153
10154 * repo.c (extract_string): New fn.
10155 (get_base_filename): Use it.
10156 (init_repo): Compare old args with current args.
10157
10158 Mon Jun 9 14:25:30 1997 Mike Stump <mrs@cygnus.com>
10159
10160 * Makefile.in, Make-lang.in: Protect C-ls with a comment
10161 character, idea from Paul Eggert <eggert@twinsun.com>.
10162
10163 Mon Jun 9 01:52:03 1997 Jason Merrill <jason@yorick.cygnus.com>
10164
10165 * typeck.c (c_expand_return): Be more persistent in looking for
10166 returned temps.
10167
10168 * cvt.c (build_up_reference): Use NOP_EXPR for switching from
10169 pointer to reference.
10170
10171 * class.c (build_vbase_path): Don't do anything if PATH has no steps.
10172
10173 Sun Jun 8 03:07:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10174
10175 * init.c (build_member_call, build_offset_ref):
10176 Use do_scoped_id instead of do_identifier.
10177
10178 * cvt.c (convert): Remove bogosity.
10179
10180 Sat Jun 7 20:50:17 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10181
10182 * cvt.c (build_up_reference): Do checks of ARGTYPE and
10183 TARGET_TYPE before trying to use get_binfo.
10184
10185 Fri Jun 6 17:36:39 1997 Jason Merrill <jason@yorick.cygnus.com>
10186
10187 * cvt.c (build_up_reference): Call get_binfo to get access control.
10188
10189 * decl2.c (import_export_decl): If we don't support weaks, leave
10190 statics undefined.
10191
10192 Fri Jun 6 15:55:49 1997 Mike Stump <mrs@cygnus.com>
10193
10194 * except.c (expand_builtin_throw): Add support for machines that
10195 cannot access globals after throw's epilogue when
10196 -fno-sjlj-exceptions is used.
10197
10198 Thu Jun 5 16:28:43 1997 Jason Merrill <jason@yorick.cygnus.com>
10199
10200 * parse.y: 'std::' becomes '::'.
10201 * lex.c (real_yylex): Remove 'namespace' warning.
10202 * init.c (build_member_call): Ignore 'std::'.
10203 (build_offset_ref): Likewise.
10204 * decl2.c (do_using_directive): Ignore 'using namespace std;'.
10205 (do_toplevel_using_decl): Ignore 'using std::whatever'.
10206 * decl.c (push_namespace): Just sorry.
10207 (pop_namespace): Nop.
10208 (init_decl_processing): Declare std namespace.
10209
10210 Tue Jun 3 18:08:23 1997 Jason Merrill <jason@yorick.cygnus.com>
10211
10212 * search.c (push_class_decls): A name which ambiguously refers to
10213 several instantiations of the same template just refers to the
10214 template.
10215
10216 Tue Jun 3 12:30:40 1997 Benjamin Kosnik <bkoz@cirdan.cygnus.com>
10217
10218 * decl.c (build_enumerator): Fix problem with unsigned long
10219 enumerated values being smashed to ints, causing overflow
10220 when computing next enumerated value (for enum values around
10221 MAX_VAL).
10222
10223 Mon Jun 2 17:40:56 1997 Jason Merrill <jason@yorick.cygnus.com>
10224
10225 * typeck.c (build_component_ref): Only call mark_used on a decl.
10226
10227 Thu May 29 15:54:17 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10228
10229 * typeck.c (build_c_cast): Make the check for a ptr to function
10230 more specific before possible default_conversion call.
10231
10232 Thu May 29 13:02:06 1997 Mike Stump <mrs@cygnus.com>
10233
10234 * except.c (expand_exception_blocks): Simplify and fix and make
10235 sure we don't end a region in a sequence, as expand_end_bindings
10236 doesn't like it.
10237
10238 Wed May 28 17:08:03 1997 Mike Stump <mrs@cygnus.com>
10239
10240 * except.c (init_exception_processing): Mark terminate as not
10241 returning so that the optimizer can optimize better.
10242
10243 Tue May 27 19:49:19 1997 Mike Stump <mrs@cygnus.com>
10244
10245 * cvt.c (convert): Don't do any extra work, if we can avoid it
10246 easily.
10247
10248 Tue May 27 18:21:47 1997 Mike Stump <mrs@cygnus.com>
10249
10250 * *.[chy]: Change cp_convert to ocp_convert, change convert to
10251 cp_convert. convert is now reserved for the backend, and doesn't
10252 have the semantics a frontend person should ever want.
10253
10254 Fri May 23 10:58:31 1997 Jason Merrill <jason@yorick.cygnus.com>
10255
10256 * lang-specs.h: Define __EXCEPTIONS if exceptions are enabled.
10257 Lose -traditional support.
10258
10259 Thu May 22 15:41:28 1997 Jason Merrill <jason@yorick.cygnus.com>
10260
10261 * rtti.c (get_tinfo_var): Use TYPE_PRECISION (sizetype).
10262
10263 * parse.y (self_reference): Do it for templates, too.
10264 * class.c (pushclass): Don't overload_template_name; the alias
10265 generated by build_self_reference serves the same purpose.
10266
10267 * tree.c (list_hash): Make static, take more args.
10268 (list_hash_lookup): Likewise.
10269 (list_hash_add): Make static.
10270 (list_hash_canon): Lose.
10271 (hash_tree_cons): Only build a new node if one isn't already in the
10272 hashtable.
10273 (hash_tree_chain): Use hash_tree_cons.
10274 * cp-tree.h: Adjust.
10275 * decl.c (grokfndecl): Just check IDENTIFIER_GLOBAL_VALUE instead
10276 of calling lookup_name.
10277
10278 Wed May 21 18:24:19 1997 Jason Merrill <jason@yorick.cygnus.com>
10279
10280 * pt.c (instantiate_class_template): TYPE_VALUES for an enum
10281 doesn't refer to the CONST_DECLs.
10282
10283 Tue May 20 21:09:32 1997 Bob Manson <manson@charmed.cygnus.com>
10284
10285 * rtti.c (get_tinfo_var): Either INT_TYPE_SIZE or 32, whichever
10286 is bigger.
10287 (expand_class_desc): Convert the last argument to a sizetype.
10288
10289 Tue May 20 13:55:57 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10290
10291 * gxx.gperf (__complex, __complex__, __imag, __imag__, __real,
10292 __real__): Add reswords.
10293 * hash.h: Regenerate.
10294 * lex.h (rid): Add RID_COMPLEX.
10295 (RID_LAST_MODIFIER): Set to RID_COMPLEX.
10296 * lex.c (init_lex): Add building of RID_COMPLEX.
10297 (real_yylex): General cleanup in line with what c-lex.c also has,
10298 sans the cruft for traditional; add handling of SPEC_IMAG, complex
10299 types, and imaginary numeric constants.
10300 * parse.y (REALPART, IMAGPART): Add tokens.
10301 (unary_expr): Add REALPART and IMAGPART rules.
10302 * cp-tree.h (complex_{integer,float,double,long}_type_node): Declare.
10303 * decl.c (complex_{integer,float,double,long}_type_node): Define
10304 types.
10305 (init_decl_processing): Set up the types.
10306 (grokdeclarator): Add handling of RID_COMPLEX. Set and use
10307 DEFAULTED_INT instead of EXPLICIT_INT when we default to int type.
10308 * call.c (build_new_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
10309 * cvt.c (cp_convert): Handle COMPLEX_TYPE.
10310 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
10311 COMPLEX_TYPE case.
10312 * method.c (build_overload_name): Add handling of the different
10313 COMPLEX_TYPEs, prefixing them with `J'.
10314 * pt.c (process_template_parm): Don't let them use a COMPLEX_TYPE
10315 as a template parm.
10316 (uses_template_parms, tsubst, unify): Add COMPLEX_TYPE case.
10317 * tree.c (lvalue_p): Add REALPART_EXPR and IMAGPART_EXPR cases.
10318 (mapcar): Handle COMPLEX_CST.
10319 * typeck.c (build_binary_op_nodefault): Handle COMPLEX_TYPE.
10320 (common_type): Add code for complex types.
10321 (build_unary_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
10322 (convert_for_assignment): Likewise.
10323 (mark_addressable): Add REALPART_EXPR and IMAGPART_EXPR cases.
10324
10325 Mon May 19 12:26:27 1997 Jason Merrill <jason@yorick.cygnus.com>
10326
10327 * pt.c (tsubst): Don't pass the MINUS_EXPR for an array domain to
10328 tsubst_expr, as it might try to do overload resolution.
10329
10330 Sat May 17 10:48:31 1997 Jason Merrill <jason@yorick.cygnus.com>
10331
10332 * pt.c (instantiate_class_template): Oops.
10333
10334 Fri May 16 14:23:57 1997 Jason Merrill <jason@yorick.cygnus.com>
10335
10336 * cp-tree.def: Add TAG_DEFN.
10337 * pt.c (tsubst_enum): New fn.
10338 (instantiate_class_template): Use it.
10339 (tsubst_expr): Support TAG_DEFN.
10340 (tsubst): Support local enums.
10341 (tsubst_copy): Likewise.
10342 * decl.c (finish_enum): Likewise.
10343 (start_enum): If this is a local enum, switch to permanent_obstack.
10344
10345 Wed May 14 19:08:28 1997 Mike Stump <mrs@cygnus.com>
10346
10347 * decl.c (store_parm_decls): Set last_parm_cleanup_insn here.
10348 (finish_function): Put the base init code for constructors just
10349 after the parm cleanup insns.
10350 (struct cp_function): Add last_parm_cleanup_insn.
10351 (push_cp_function_context): Likewise.
10352 (pop_cp_function_context): Likewise.
10353
10354 Tue May 13 15:51:20 1997 Jason Merrill <jason@yorick.cygnus.com>
10355
10356 * pt.c (tsubst_copy): Handle BIT_NOT_EXPR.
10357
10358 Wed May 7 11:17:59 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10359
10360 * method.c (emit_thunk) [ASM_OUTPUT_MI_THUNK]: Build up the RTL
10361 for THUNK_FNDECL before we switch to temporary allocation.
10362
10363 Mon May 5 14:46:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10364
10365 * call.c (build_new_op): Handle null arg2 for ?:.
10366
10367 Thu May 1 18:26:37 1997 Mike Stump <mrs@cygnus.com>
10368
10369 * except.c (expand_exception_blocks): Ensure that we flow through
10370 the end of the exception region for the exception specification.
10371 Move exception region for the exception specification in, so that
10372 it doesn't protect the parm cleanup. Remove some obsolete code.
10373 * decl.c (store_parm_decls): Likewise.
10374 (finish_function): Likewise.
10375
10376 Tue Apr 29 15:38:54 1997 Jason Merrill <jason@yorick.cygnus.com>
10377
10378 * init.c (build_new): Fix nothrow handling.
10379
10380 Tue Apr 29 14:29:50 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10381
10382 * init.c (emit_base_init): Don't warn about the initialization
10383 list for an artificial member.
10384
10385 Fri Apr 25 17:47:59 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10386
10387 * expr.c (do_case): Handle !START case for the error msg.
10388
10389 Fri Apr 25 11:55:23 1997 Jason Merrill <jason@yorick.cygnus.com>
10390
10391 * decl2.c, lang-options.h: New option -Weffc++.
10392 * class.c, decl.c, init.c, typeck.c: Move Effective C++ warnings
10393 to -Weffc++.
10394
10395 * decl2.c (finish_prevtable_vardecl): Change NO_LINKAGE_HEURISTICS
10396 to MULTIPLE_SYMBOL_SPACES.
10397
10398 Wed Apr 23 18:06:50 1997 Jason Merrill <jason@yorick.cygnus.com>
10399
10400 * method.c (emit_thunk, generic case): Set current_function_is_thunk.
10401
10402 * method.c (emit_thunk, macro case): Set up DECL_RESULT.
10403
10404 * typeck.c (c_expand_return): Don't complain about returning void
10405 to void in an artificial function.
10406 * method.c (make_thunk): Change settings of READONLY/VOLATILE,
10407 don't set DECL_RESULT, set DECL_ARTIFICIAL.
10408 (emit_thunk, generic code): Also set up DECL_LANG_SPECIFIC.
10409
10410 Wed Apr 23 14:43:06 1997 Mike Stump <mrs@cygnus.com>
10411
10412 * init.c (init_decl_processing): Add support for setjmp/longjmp based
10413 exception handling.
10414 * except.c (init_exception_processing): Likewise.
10415 (expand_end_catch_block): Likewise.
10416 (expand_exception_blocks): Likewise.
10417 (expand_throw): Likewise.
10418 * exception.cc (__default_terminate): Likewise.
10419
10420 * init.c (perform_member_init): Use new method of expr level
10421 cleanups, instead of cleanups_this_call and friends.
10422 (emit_base_init): Likewise.
10423 (expand_aggr_vbase_init_1): Likewise.
10424 (expand_vec_init): Likewise.
10425 * decl.c (cp_finish_decl): Likewise.
10426 (expand_static_init): Likewise.
10427 (store_parm_decls): Likewise.
10428 (cplus_expand_expr_stmt): Likewise.
10429 * decl2.c (finish_file): Likewise.
10430
10431 * Make-lang.in (exception.o): Ok to compile with -O now.
10432
10433 * decl.c (maybe_build_cleanup_1): We no longer have to unsave, as
10434 we know it will be done later by the backend.
10435
10436 * decl2.c (lang_f_options): Remove support for short temps.
10437 * lang-options.h: Likewise.
10438
10439 Wed Apr 23 04:12:06 1997 Jason Merrill <jason@yorick.cygnus.com>
10440
10441 * tree.c (varargs_function_p): New fn.
10442 * method.c (emit_thunk): Replace broken generic code with code to
10443 generate a heavyweight thunk function.
10444
10445 Tue Apr 22 02:45:18 1997 Jason Merrill <jason@yorick.cygnus.com>
10446
10447 * pt.c (process_template_parm): pedwarn about floating-point parms.
10448
10449 * decl.c (grokdeclarator): inline no longer implies static.
10450
10451 * spew.c (yylex): Always return the TYPE_DECL if we got a scope.
10452
10453 Mon Apr 21 15:42:27 1997 Jason Merrill <jason@yorick.cygnus.com>
10454
10455 * class.c (check_for_override): The signature of an overriding
10456 function is not changed.
10457
10458 * call.c (build_over_call): Move setting of conv into the loop.
10459 Note: this change, along with the related changes of the 18th thru
10460 the 20th of April, fix an infinite loop problem in conversions.
10461
10462 Sun Apr 20 16:24:29 1997 Jason Merrill <jason@yorick.cygnus.com>
10463
10464 * call.c (build_user_type_conversion_1): Really ignore rvalue
10465 conversions when looking for a REFERENCE_TYPE.
10466
10467 * cvt.c (build_up_reference): Eviscerate, use build_unary_op.
10468 * cp-tree.h (TREE_REFERENCE_EXPR): #if 0.
10469 * typeck.c (decay_conversion): Don't set TREE_REFERENCE_EXPR.
10470 (build_unary_op): Likewise.
10471 * call.c (build_over_call): See through a CONVERT_EXPR around the
10472 ADDR_EXPR for on a temporary.
10473 * typeck.c (c_expand_return): See through a CONVERT_EXPR around
10474 the ADDR_EXPR for a local variable.
10475
10476 Fri Apr 18 12:11:33 1997 Jason Merrill <jason@yorick.cygnus.com>
10477
10478 * call.c (build_user_type_conversion_1): If we're trying to
10479 convert to a REFERENCE_TYPE, only consider lvalue conversions.
10480 (build_new_function_call): Print candidates.
10481 (implicit_conversion): Try a temp binding if the lvalue conv is BAD.
10482 (reference_binding): Binding a temporary of a reference-related type
10483 is BAD.
10484
10485 Thu Apr 17 14:37:22 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10486
10487 * inc/typeinfo (type_info::before): Add cv-qualifier-seq.
10488 * tinfo2.cc (type_info::before): Likewise.
10489
10490 Mon Apr 14 12:38:17 1997 Jason Merrill <jason@yorick.cygnus.com>
10491
10492 * call.c (implicit_conversion): Oops.
10493
10494 Fri Apr 11 02:18:30 1997 Jason Merrill <jason@yorick.cygnus.com>
10495
10496 * call.c (implicit_conversion): Try to find a reference conversion
10497 before binding a const reference to a temporary.
10498
10499 Wed Apr 2 12:51:36 1997 Mike Stump <mrs@cygnus.com>
10500
10501 * exception.cc (__default_unexpected): Call terminate by default,
10502 so that if the user overrides terminate, the correct function will
10503 be called.
10504
10505 Wed Mar 19 14:14:45 1997 Mike Stump <mrs@cygnus.com>
10506
10507 * parse.y (left_curly): Avoid trying to use any fields of
10508 error_mark_node, as there aren't any.
10509
10510 Thu Mar 13 16:33:22 1997 Jason Merrill <jason@yorick.cygnus.com>
10511
10512 * lex.c (do_identifier): Avoid breaking on overloaded methods
10513 as default arguments.
10514
10515 Wed Mar 12 13:55:10 1997 Hans-Peter Nilsson <Hans-Peter.Nilsson@axis.se>
10516
10517 * call.c (add_template_candidate): Initialize the variable "dummy".
10518
10519 Mon Mar 10 15:13:14 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10520
10521 * decl.c (start_decl): Make sure TYPE isn't an error_mark_node
10522 before we try to use TYPE_SIZE and TREE_CONSTANT on it.
10523
10524 Fri Mar 7 13:19:36 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10525
10526 * cp-tree.h (comp_ptr_ttypes, more_specialized): Add decl.
10527 (debug_binfo): Delete decl, not needed.
10528
10529 * tree.c (fnaddr_from_vtable_entry, function_arg_chain,
10530 promotes_to_aggr_type): Delete fns.
10531 * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY,
10532 SET_FNADDR_FROM_VTABLE_ENTRY, FUNCTION_ARG_CHAIN,
10533 PROMOTES_TO_AGGR_TYPE): Delete alternates to #if 1.
10534
10535 * decl.c (pending_invalid_xref{,_file,_line}): Delete unused vars.
10536
10537 * friend.c (is_friend_type): Delete fn.
10538 * cp-tree.h (is_friend_type): Delete decl.
10539
10540 * decl.c (original_result_rtx, double_ftype_double,
10541 double_ftype_double_double, int_ftype_int, long_ftype_long,
10542 float_ftype_float, ldouble_ftype_ldouble, last_dtor_insn): Make static.
10543 * typeck.c (original_result_rtx, warn_synth): Delete extern decls.
10544
10545 * decl.c (push_overloaded_decl{,_top_level}): Make static, adding
10546 fwd decls.
10547 * cp-tree.h (push_overloaded_decl{,_top_level}): Delete decls.
10548
10549 * decl.c (pushdecl_nonclass_level): #if 0, unused.
10550 * cp-tree.h (pushdecl_nonclass_level): #if 0 decl.
10551
10552 * lex.c (reinit_lang_specific): #if 0, unused.
10553 * cp-tree.h (reinit_lang_specific): #if 0 decl.
10554
10555 * decl.c (revert_static_member_fn): Make static, adding fwd decl.
10556 * cp-tree.h (revert_static_member_fn): Delete decl.
10557
10558 * class.c (root_lang_context_p): Delete fn.
10559 * cp-tree.h (root_lang_context_p): Delete decl.
10560
10561 * decl.c (set_current_level_tags_transparency): #if 0, unused.
10562 * cp-tree.h (set_current_level_tags_transparency): #if 0 decl.
10563
10564 * lex.c (set_vardecl_interface_info): Make static.
10565 * cp-tree.h (set_vardecl_interface_info): Delete decl.
10566
10567 * call.c (find_scoped_type): Make static.
10568 * cp-tree.h (find_scoped_type): Delete decl.
10569
10570 * search.c (convert_pointer_to_vbase): Make static.
10571 * cp-tree.h (convert_pointer_to_vbase): Delete decl.
10572
10573 * decl.c (const_ptr_type_node): Likewise.
10574 * cp-tree.h (const_ptr_type_node): Delete decl.
10575
10576 * typeck.c (common_base_type): Make static.
10577 * cp-tree.h (common_base_types): Delete erroneous decl.
10578
10579 * pt.c (classtype_mangled_name): Make static.
10580 * cp-tree.h (classtype_mangled_name): Delete decl.
10581
10582 * lex.c (check_newline): Make static.
10583 * cp-tree.h (check_newline): Delete decl.
10584
10585 * typeck.c (build_x_array_ref): Delete fn, same idea as
10586 grok_array_decl.
10587 * cp-tree.h (build_x_array_ref): Delete decl.
10588
10589 * lex.c (copy_decl_lang_specific): Delete fn, same idea as
10590 copy_lang_decl.
10591 * cp-tree.h (copy_decl_lang_specific): #if 0 decl.
10592
10593 * class.c (build_vtable_entry): Make static.
10594 * cp-tree.h (build_vtable_entry): Delete decl.
10595
10596 * class.c (build_vbase_pointer): Make static.
10597 * cp-tree.h (build_vbase_pointer): Delete decl.
10598
10599 * sig.c (build_sptr_ref): Add forward decl and make static.
10600 * cp-tree.h (build_sptr_ref): Delete decl.
10601
10602 * call.c (build_new_method_call): Add forward decl and make static.
10603 * cp-tree.h (build_new_method_call): Delete decl.
10604
10605 * call.c (build_object_call): Make static.
10606 * class.c (check_for_override, complete_type_p, mark_overriders):
10607 Likewise.
10608 * decl.c (cp_function_chain): Likewise.
10609 * lex.c (set_typedecl_interface_info, reinit_parse_for_block):
10610 Likewise.
10611 * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
10612 Likewise.
10613 * tree.c (build_cplus_array_type_1): Likewise.
10614 * typeck.c (comp_ptr_ttypes_{const,real,reinterpret}): Likewise.
10615 (comp_target_parms): Likewise.
10616
10617 * init.c (build_builtin_call): Make static.
10618 * cp-tree.h (build_builtin_call): Delete decl.
10619
10620 * typeck.c (binary_op_error): Delete decl.
10621 * cp-tree.h (binary_op_error): Likewise.
10622
10623 Thu Mar 6 16:13:52 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10624
10625 * call.c (build_method_call): Compare against error_mark_node
10626 directly, rather than the ERROR_MARK tree code.
10627 * cvt.c (cp_convert): Likewise.
10628 * decl.c (print_binding_level): Likewise.
10629 (duplicate_decls): Likewise.
10630 (grokdeclarator): Likewise.
10631 (grokdeclarator): Likewise.
10632 * init.c (expand_aggr_init_1): Likewise.
10633 (decl_constant_value): Likewise.
10634 * method.c (build_opfncall): Likewise.
10635 (hack_identifier): Likewise.
10636 * typeck.c (build_modify_expr): Likewise.
10637
10638 * typeck.c (build_c_cast): Don't decl TYPE as register tree.
10639
10640 Sun Mar 2 02:54:36 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
10641
10642 * pt.c (unify): Strip NOP_EXPR wrappers before unifying integer values.
10643
10644 * pt.c (coerce_template_parms): Add new error message.
10645
10646 * method.c (build_overload_value): Implement name mangling for
10647 floating-point template arguments.
10648
10649 * method.c (build_overload_int, icat, dicat): Fix mangling of template
10650 arguments whose absolute value doesn't fit in a signed word.
10651
10652 Mon Mar 3 12:14:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10653
10654 * friend.c: New file; put all of the friend stuff in here.
10655 * init.c: Instead of here.
10656 * Makefile.in (CXX_OBJS): Add friend.o.
10657 (friend.o): Add dependencies.
10658 * Make-lang.in (CXX_SRCS): Add $(srcdir)/cp/friend.c.
10659
10660 Sun Mar 2 11:04:43 1997 Jason Merrill <jason@yorick.cygnus.com>
10661
10662 * call.c (build_scoped_method_call): Complain if the scope isn't a
10663 base.
10664
10665 Wed Feb 26 11:31:06 1997 Jason Merrill <jason@yorick.cygnus.com>
10666
10667 * parse.y (left_curly): Don't crash on erroneous type.
10668
10669 * init.c (build_delete): Fix type of ref.
10670
10671 Tue Feb 25 12:41:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10672
10673 * search.c (get_vbase_1): Renamed from get_vbase.
10674 (get_vbase): Wrapper, now non-static.
10675 (convert_pointer_to_vbase): Now static.
10676
10677 * call.c (build_scoped_method_call): Accept a binfo for BASETYPE.
10678 * init.c (build_delete): Pass one.
10679 (build_partial_cleanup_for): Use build_scoped_method_call.
10680 * decl.c (finish_function): Pass a binfo.
10681
10682 Mon Feb 24 15:00:12 1997 Jason Merrill <jason@yorick.cygnus.com>
10683
10684 * call.c (build_over_call): Only synthesize non-trivial copy ctors.
10685
10686 * typeck.c (build_c_cast): Lose other reference to flag.
10687
10688 * call.c (build_field_call): Don't look for [cd]tor_identifier.
10689 * decl2.c (delete_sanity): Remove meaningless use of
10690 LOOKUP_HAS_IN_CHARGE.
10691 * decl.c (finish_function): Use build_scoped_method_call instead
10692 of build_delete for running vbase dtors.
10693 * init.c (build_delete): Call overload resolution code instead of
10694 duplicating it badly.
10695
10696 Thu Feb 20 15:12:15 1997 Jason Merrill <jason@yorick.cygnus.com>
10697
10698 * call.c (build_over_call): Call mark_used before trying to elide
10699 the call.
10700
10701 * decl.c (implicitly_declare): Don't set DECL_ARTIFICIAL.
10702
10703 Wed Feb 19 11:18:53 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10704
10705 * typeck.c (build_modify_expr): Always pedwarn for a cast to
10706 non-reference used as an lvalue.
10707
10708 Wed Feb 19 10:35:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10709
10710 * cvt.c (cp_convert_to_pointer): Convert from 0 to a pmf properly.
10711
10712 Tue Feb 18 15:40:57 1997 Jason Merrill <jason@yorick.cygnus.com>
10713
10714 * parse.y (handler): Fix template typo.
10715
10716 Sun Feb 16 02:12:28 1997 Jason Merrill <jason@yorick.cygnus.com>
10717
10718 * error.c (lang_decl_name): New fn.
10719 * tree.c (lang_printable_name): Use it.
10720
10721 Fri Feb 14 16:57:05 1997 Mike Stump <mrs@cygnus.com>
10722
10723 * g++spec.c: Include config.h so that we can catch bzero #defines
10724 from the config file.
10725
10726 Tue Feb 11 13:50:48 1997 Mike Stump <mrs@cygnus.com>
10727
10728 * new1.cc: Include a declaration for malloc, to avoid warning, and
10729 avoid lossing on systems that require one (ones that define malloc
10730 in xm.h).
10731
10732 Mon Feb 10 22:51:13 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
10733
10734 * decl2.c (max_tinst_depth): New variable.
10735 (lang_decode_option): Parse "-ftemplate-depth-NN" command line
10736 option.
10737 * pt.c (max_tinst_depth): Variable moved.
10738 * lang-options.h: Declare "-ftemplate-depth-NN" command line option
10739 as legal.
10740
10741 Fri Feb 7 15:43:34 1997 Jason Merrill <jason@yorick.cygnus.com>
10742
10743 * decl.c (xref_basetypes): Allow a base class that depends on
10744 template parms to be incomplete.
10745
10746 * decl2.c (build_expr_from_tree): Support typeid(type).
10747 * rtti.c (get_typeid): Support templates.
10748 (expand_si_desc, expand_class_desc): Fix string length.
10749 (expand_ptr_desc, expand_attr_desc, expand_generic_desc): Likewise.
10750
10751 Tue Feb 4 11:28:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10752
10753 * pt.c (unify, case TEMPLATE_CONST_PARM): Use cp_tree_equal.
10754
10755 * pt.c (tsubst): Put it back for -fno-ansi-overloading.
10756
10757 Mon Feb 3 18:41:12 1997 Jason Merrill <jason@yorick.cygnus.com>
10758
10759 * pt.c (tsubst, case FUNCTION_DECL): Lose obsolete code that
10760 smashes together template and non-template decls of the same
10761 signature.
10762
10763 Thu Jan 30 19:18:00 1997 Jason Merrill <jason@yorick.cygnus.com>
10764
10765 * pt.c (tsubst): Don't recurse for the type of a TYPENAME_TYPE.
10766
10767 Wed Jan 29 11:40:35 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10768
10769 * decl.c (duplicate_decls): Next route, pedwarn about different
10770 exceptions if -pedantic *or* olddecl !DECL_IN_SYSTEM_HEADER.
10771
10772 Tue Jan 28 20:43:29 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10773
10774 * cp-tree.h (HAS_DEFAULT_IMPLEMENTATION): Delete macro.
10775 (struct lang_type): Delete has_default_implementation member.
10776 Increase dummy to 21.
10777 * decl.c (start_method): Delete usage.
10778
10779 * cp-tree.h (build_call, null_ptr_cst_p, in_function_p,
10780 store_after_parms, start_decl_1, auto_function): Add decls.
10781 (get_arglist_len_in_bytes, declare_implicit_exception,
10782 have_exceptions_p, make_type_decl, typedecl_for_tag,
10783 store_in_parms, pop_implicit_try_blocks, push_exception_cleanup,
10784 build_component_type_expr, cplus_exception_name,
10785 {make,clear}_anon_parm_name, dont_see_typename): Removed decls.
10786 * call.c (build_this): Make static.
10787 (is_complete): Likewise.
10788 (implicit_conversion): Likewise.
10789 (reference_binding): Likewise.
10790 (standard_conversion): Likewise.
10791 (strip_top_quals): Likewise.
10792 (non_reference): Likewise.
10793 (build_conv): Likewise.
10794 (user_harshness): Likewise.
10795 (rank_for_ideal): Likewise.
10796 * decl.c (start_decl_1): Delete forward decl.
10797 (push_decl_level): Make static.
10798 (resume_binding_level): Make static.
10799 (namespace_bindings_p): Make static.
10800 (declare_namespace_level): Make static.
10801 (lookup_name_real): Make static.
10802 (duplicate_decls): Make static. Take register off NEWDECL and
10803 OLDDECL parm decls.
10804 * decl2.c (get_sentry): Make static.
10805 (temp_name_p): Delete fn.
10806 * except.c (auto_function): Delete decl.
10807 * lex.c (handle_{cp,sysv}_pragma): Make static.
10808 (handle_sysv_pragma) [HANDLE_SYSV_PRAGMA]: Add forward decl.
10809 * method.c (do_build_{copy_constructor,assign_ref}): Make static.
10810 * pt.c (tsubst_expr_values): Make static.
10811 * rtti.c (combine_strings): Delete decl.
10812
10813 Tue Jan 28 16:40:40 1997 Jason Merrill <jason@yorick.cygnus.com>
10814
10815 * pt.c (push_template_decl): Handle getting a typedef.
10816
10817 * call.c (build_new_function_call): Complain about void arg.
10818
10819 Tue Jan 28 15:25:09 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10820
10821 * decl.c (duplicate_decls): Give pedwarn of different exceptions
10822 if -pedantic, instead of olddecl !DECL_IN_SYSTEM_HEADER.
10823
10824 Mon Jan 27 19:21:29 1997 Mike Stump <mrs@cygnus.com>
10825
10826 * except.c (expand_throw): Don't expand the cleanup tree here,
10827 since we are not going to write the rtl out. Fixes problem with
10828 -g -O on SPARC.
10829
10830 Mon Jan 27 16:24:35 1997 Sean McNeil <sean@mcneil.com>
10831
10832 * Make-lang.in: Add $(exeext) as necessary.
10833
10834 Mon Jan 27 13:20:39 1997 Mike Stump <mrs@cygnus.com>
10835
10836 * parse.y (handler_seq): Must have at least one catch clause.
10837
10838 Sat Jan 25 12:00:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10839
10840 * call.c (add_builtin_candidate): Restore ?: hack.
10841
10842 * decl.c (grok_op_properties): More warnings.
10843
10844 Sat Jan 25 08:50:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10845
10846 * decl.c (duplicate_decls): On second thought, do it as a pedwarn
10847 still but only if !DECL_IN_SYSTEM_HEADER (olddecl).
10848
10849 * decl.c (duplicate_decls): Scale back to a warning, and only do
10850 'em if -pedantic.
10851
10852 Fri Jan 24 17:52:54 1997 Mike Stump <mrs@cygnus.com>
10853
10854 * decl.c (duplicate_decls): pedwarn mismatched exception
10855 specifications.
10856
10857 Thu Jan 23 18:18:54 1997 Mike Stump <mrs@cygnus.com>
10858
10859 * call.c (build_new_method_call): Don't display the invisible
10860 argument for controlling virtual bases.
10861
10862 Thu Jan 23 16:48:10 1997 Mike Stump <mrs@cygnus.com>
10863
10864 * new: Add nothrow new and delete, bad_alloc and throw specifications
10865 for delete.
10866 * decl.c (init_decl_processing): Add throw specification for delete.
10867 * new.cc (nothrow): Define.
10868 * lex.c (real_yylex): Removing warning that throw and friends are
10869 keywords.
10870 * new1.cc (operator new (size_t sz, const nothrow_t&)): Define.
10871 * new2.cc (operator new[] (size_t sz, const nothrow_t&): Define.
10872 * Make-lang.in: Add new{1,2}.{cc,o}.
10873
10874 Thu Jan 23 16:39:06 1997 Jason Merrill <jason@yorick.cygnus.com>
10875
10876 * lex.c (cons_up_default_function): Fix return type of synth op=.
10877
10878 * init.c (emit_base_init): Add warnings for uninitialized members
10879 and bases.
10880
10881 * decl.c (xref_basetypes): Add warning for non-polymorphic type
10882 with destructor used as base type.
10883
10884 * decl.c (grok_op_properties): Add warning for op= returning void.
10885 * typeck.c (c_expand_return): Add warning for op= returning anything
10886 other than *this.
10887
10888 * class.c (finish_struct_1): Add warning for class with pointers
10889 but not copy ctor or copy op=.
10890
10891 * cp-tree.h (TI_PENDING_TEMPLATE_FLAG): New macro.
10892 * pt.c (add_pending_template): Use it instead of LANG_FLAG_0.
10893 (instantiate_template): If -fexternal-templates, add this
10894 instantiation to pending_templates.
10895
10896 * decl2.c (copy_assignment_arg_p): Disable old hack to support
10897 Booch components.
10898
10899 Tue Jan 21 18:32:04 1997 Mike Stump <mrs@cygnus.com>
10900
10901 * cvt.c (cp_convert): pedwarn enum to pointer conversions.
10902
10903 Mon Jan 20 17:59:51 1997 Jason Merrill <jason@yorick.cygnus.com>
10904
10905 * call.c (standard_conversion): Handle getting references. Tack
10906 on RVALUE_CONV here. Do it for non-class types, too.
10907 (reference_binding): Pass references to standard_conversion.
10908 (implicit_conversion): Likewise.
10909 (add_builtin_candidate): Disable one ?: kludge.
10910 (convert_like): Handle RVALUE_CONVs for non-class types.
10911 (joust): Disable the other ?: kludge.
10912
10913 Mon Jan 20 14:53:13 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10914
10915 * decl.c (init_decl_processing): Add code to build up common
10916 function types beforehand, to avoid creation then removal of
10917 things already in the hash table.
10918
10919 Mon Jan 20 14:43:49 1997 Jason Merrill <jason@yorick.cygnus.com>
10920
10921 * decl.c (finish_function): Also zero out DECL_INCOMING_RTL for
10922 the arguments.
10923
10924 * error.c (dump_expr, TEMPLATE_CONST_PARM): Don't require
10925 current_template_parms.
10926
10927 Fri Jan 17 10:25:42 1997 Jason Merrill <jason@yorick.cygnus.com>
10928
10929 * search.c (lookup_field): Don't return a function, check want_type.
10930
10931 Thu Jan 16 18:14:35 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10932
10933 * init.c (build_new): Make sure PLACEMENT has a type.
10934
10935 Thu Jan 16 17:40:28 1997 Jason Merrill <jason@yorick.cygnus.com>
10936
10937 * init.c (build_new): Support new (nothrow).
10938
10939 Wed Jan 15 12:38:14 1997 Jason Merrill <jason@yorick.cygnus.com>
10940
10941 * pt.c (instantiate_decl): Also do push_to_top_level before setting
10942 up DECL_INITIAL.
10943
10944 * cp-tree.h (PARM_DEFAULT_FROM_TEMPLATE): New macro.
10945 * pt.c (tsubst): Defer instantiation of default args.
10946 * call.c (build_over_call): Until here.
10947
10948 Wed Jan 15 10:08:10 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10949
10950 * search.c (lookup_field): Make sure we have an
10951 IDENTIFIER_CLASS_VALUE before we try to return it.
10952
10953 Thu Jan 9 07:19:01 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10954
10955 * call.c (build_method_call): Delete unused var PARM.
10956 (build_overload_call_real): Likewise.
10957 (build_object_call): Delete unused var P.
10958 (build_new_op): Likewise.
10959 * decl.c (builtin_type_tdescs_{arr, len, max}): #if 0 out static
10960 var definitions, which are never used.
10961 (shadow_tag): Delete unused var FN.
10962 * expr.c (cplus_expand_expr): Delete unused var ORIGINAL_TARGET.
10963 * init.c (build_new): Delete unused var ALLOC_TEMP.
10964 * method.c (hack_identifier): Delete unused var CONTEXT.
10965 (do_build_copy_constructor): Delete unused var NAME.
10966 (synthesize_method): Delete unused var BASE.
10967 * pt.c (lookup_template_class): Delete unused var CODE_TYPE_NODE.
10968 * rtti.c (build_headof): Delete unused var VPTR.
10969 (get_typeid): Delete unused var T.
10970 * typeck.c (build_conditional_expr): Delete unused vars ORIG_OP1
10971 and ORIG_OP2.
10972 (build_ptrmemfunc): Delete unused vars U and NINDEX.
10973 * typeck2.c (build_functional_cast): Delete unused var BINFO.
10974
10975 Wed Jan 8 13:09:54 1997 Jason Merrill <jason@yorick.cygnus.com>
10976
10977 * search.c (lookup_field): Use IDENTIFIER_CLASS_VALUE to look up
10978 things in a type being defined.
10979 * decl.c (finish_enum): Reverse the values so that they are in
10980 the correct order.
10981
10982 * pt.c (instantiate_class_template): Don't initialize
10983 BINFO_BASETYPES until the vector is filled out.
10984 (unify): Don't abort on conflicting bindings, just fail.
10985 (instantiate_decl): Do push_tinst_level before any tsubsting.
10986
10987 * method.c (build_overload_value): Handle getting a
10988 TEMPLATE_CONST_PARM for a pointer.
10989
10990 Tue Jan 7 14:00:58 1997 Jason Merrill <jason@yorick.cygnus.com>
10991
10992 * init.c (expand_member_init): Don't give 'not a base' error for
10993 templates.
10994
10995 * pt.c (instantiate_decl): Call import_export_decl later.
10996
10997 * pt.c (instantiate_class_template): Return a value.
10998
10999 * parse.y (extension): New rule for __extension__.
11000 (extdef, unary_expr, decl, component_decl): Use it.
11001
11002 Tue Jan 7 09:20:28 1997 Mike Stump <mrs@cygnus.com>
11003
11004 * class.c (base_binfo): Remove unused base_has_virtual member.
11005 (finish_base_struct): Likewise.
11006 (finish_struct_1): Likewise.
11007
11008 Tue Dec 31 20:25:50 1996 Mike Stump <mrs@cygnus.com>
11009
11010 * search.c (expand_upcast_fixups): Fix bogus code generation
11011 problem where the generated code uses the wrong index into the
11012 runtime built vtable on the stack. Old code could clobber random
11013 stack values.
11014
11015 Tue Dec 31 15:16:56 1996 Mike Stump <mrs@cygnus.com>
11016
11017 * init.c (perform_member_init): Make sure the partial EH cleanups
11018 live on the function_obstack.
11019
11020 Fri Dec 27 10:31:40 1996 Paul Eggert <eggert@twinsun.com>
11021
11022 * Make-lang.in (g++spec.o): Don't use $< with an explicit target;
11023 this isn't portable to some versions of `make' (e.g. Solaris 2.5.1).
11024
11025 Tue Dec 24 10:24:03 1996 Jeffrey A Law <law@cygnus.com>
11026
11027 * decl.c (grokvardecl): Avoid ANSI style initialization.
11028
11029 Sun Dec 22 04:22:06 1996 Jason Merrill <jason@yorick.cygnus.com>
11030
11031 * pt.c (tsubst): Tweak arg types for a FUNCTION_TYPE.
11032
11033 Fri Dec 20 17:09:25 1996 Jason Merrill <jason@yorick.cygnus.com>
11034
11035 * pt.c (instantiate_class_template): Call grok_{ctor,op}_properties.
11036
11037 Fri Dec 20 12:17:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11038
11039 * g++spec.c (lang_specific_driver): Put missing hyphen in front of
11040 arguments we compare against. Start the count of I at 1, not 0,
11041 since argv[0] is still the command.
11042
11043 Thu Dec 19 11:53:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11044
11045 * lang-specs.h: Accept .cp as an C++ extension.
11046
11047 Mon Dec 16 22:43:31 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11048
11049 * cp-tree.h (ptr_reasonably_similar): Add decl.
11050
11051 Thu Dec 12 15:00:35 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11052
11053 * decl.c (grokvardecl): Change SPECBITS parm to be the SPECBITS_IN
11054 pointer. New local SPECBITS with the parm's value.
11055 (grokdeclarator): Pass &specbits down.
11056
11057 * parse.y (expr_no_commas): Make sure $$ is not an error_mark_node
11058 before we try to do C_SET_EXP_ORIGINAL_CODE on it.
11059
11060 * search.c (envelope_add_decl): Check that the CLASSTYPE_CID of
11061 CONTEXT is not 0 before we try to use TYPE_DERIVES_FROM.
11062
11063 * decl.c (cplus_expand_expr_stmt): Only expand the expr if EXP is
11064 not an error_mark_node.
11065
11066 Sat Dec 7 17:20:22 1996 Jason Merrill <jason@yorick.cygnus.com>
11067
11068 * cp-tree.h (TYPE_MAIN_DECL): Use TYPE_STUB_DECL.
11069 * *.c: Use TYPE_MAIN_DECL instead of TYPE_NAME where appropriate.
11070
11071 Fri Dec 6 14:40:09 1996 Jason Merrill <jason@yorick.cygnus.com>
11072
11073 * decl.c (grokdeclarator): When giving an anonymous struct a name,
11074 replace TYPE_NAME instead of TYPE_IDENTIFIER (so TYPE_STUB_DECL is
11075 not affected).
11076
11077 * typeck2.c (build_m_component_ref): If component is a pointer
11078 to data member, resolve the OFFSET_REF now.
11079
11080 * call.c (convert_like): Don't go into infinite recursion.
11081
11082 * pt.c (coerce_template_parms): Use tsubst_expr for non-type args.
11083
11084 * class.c (finish_struct_1): Set DECL_ARTIFICIAL on the vptr.
11085 * tree.c (layout_basetypes): And on the vbase ptr.
11086
11087 Thu Dec 5 02:11:28 1996 Jason Merrill <jason@yorick.cygnus.com>
11088
11089 * decl.c (BOOL_TYPE_SIZE): Define in terms of POINTER_SIZE or
11090 CHAR_TYPE_SIZE so bool is always the same size as another type.
11091
11092 * decl.c (pushtag): Set DECL_IGNORED_P for DWARF, too.
11093
11094 Tue Dec 3 23:18:37 1996 Jason Merrill <jason@yorick.cygnus.com>
11095
11096 * decl2.c (grok_x_components): Remove synthesized methods from
11097 TYPE_METHODS of an anonymous union, complain about member
11098 functions.
11099 * decl.c (shadow_tag): Wipe out memory of synthesized methods in
11100 anonymous unions.
11101 (finish_function): Just clear the DECL_RTL of our arguments.
11102
11103 Fri Nov 29 21:54:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11104
11105 * decl2.c (finish_file): Emit DWARF debugging info for static data
11106 members.
11107
11108 * pt.c (tsubst): If t is a stub decl, return the stub decl for type.
11109
11110 Wed Nov 27 14:47:15 1996 Bob Manson <manson@charmed.cygnus.com>
11111
11112 * typeck.c (build_component_ref): Don't die if COMPONENT isn't a
11113 IDENTIFIER_NODE.
11114
11115 Wed Nov 27 16:05:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11116
11117 * Make-lang.in (g++-cross$(exeext)): Fix typo.
11118
11119 Wed Nov 27 08:14:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11120
11121 Make the g++ driver now be a standalone program, rather than one
11122 that tries to run the gcc driver after munging up the options.
11123 * Make-lang.in (g++.c, g++spec.o): New rules.
11124 (g++.o): New rule, based on gcc.o with -DLANG_SPECIFIC_DRIVER
11125 added.
11126 (g++$(exeext)): New rule, based on xgcc rule.
11127 (g++-cross$(exeext)): Now just copies g++$(exeext) over.
11128 * g++spec.c: New file.
11129 * g++.c: Removed file.
11130
11131 Tue Nov 26 19:01:09 1996 Mike Stump <mrs@cygnus.com>
11132
11133 * cvt.c (build_up_reference): Arrange for any temporary values
11134 that have been keep in registers until now to be put into memory.
11135
11136 Mon Nov 25 15:16:41 1996 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11137
11138 * Make-lang.in (c++.stage[1234]): Depend upon stage[1-4]-start, so
11139 that make -j3 bootstrap works better.
11140
11141 Sun Nov 24 02:09:39 1996 Jason Merrill <jason@yorick.cygnus.com>
11142
11143 * decl.c (pushtag): Do pushdecl for anon tags.
11144
11145 Thu Nov 21 16:30:24 1996 Jason Merrill <jason@yorick.cygnus.com>
11146
11147 * typeck.c (c_expand_return): Fix logic.
11148 (unary_complex_lvalue): Avoid unused warning on address of INIT_EXPR.
11149
11150 Wed Nov 20 18:47:31 1996 Bob Manson <manson@charmed.cygnus.com>
11151
11152 * g++.c (main): Make sure arglist has a final NULL entry. Add
11153 PEXECUTE_LAST to the flags passed to pexecute, as otherwise
11154 stdin/stdout of the invoked program are redirected to
11155 nowheresville.
11156
11157 Tue Nov 19 16:12:44 1996 Jason Merrill <jason@yorick.cygnus.com>
11158
11159 * decl.c (implicitly_declare): Set DECL_ARTIFICIAL.
11160
11161 Tue Nov 19 15:48:19 1996 Mike Stump <mrs@cygnus.com>
11162
11163 * init.c (resolve_offset_ref): Handle obj.vfn better.
11164 * typeck.c (build_component_ref): Set TREE_TYPE on result from
11165 build_vfn_ref.
11166
11167 Tue Nov 19 13:14:33 1996 Mike Stump <mrs@cygnus.com>
11168
11169 * typeck.c (convert_for_assignment): Also handle anachronistic
11170 implicit conversions from (::*)() to cv void*.
11171 * cvt.c (cp_convert_to_pointer): Likewise.
11172
11173 Mon Nov 18 17:05:26 1996 Jason Merrill <jason@yorick.cygnus.com>
11174
11175 * lex.c (handle_cp_pragma): Fix bogus warning.
11176
11177 Mon Nov 18 16:10:43 1996 Mike Stump <mrs@cygnus.com>
11178
11179 * cvt.c (cp_convert_to_pointer): Avoid thinking a POINTER_TYPE
11180 (METHOD_TYPE) is a TYPE_PTRMEMFUNC_P.
11181
11182 Thu Nov 14 23:18:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11183
11184 * class.c (finish_struct_1): Support DWARF2_DEBUG.
11185 * search.c (dfs_debug_mark): Likewise.
11186 * decl2.c (finish_vtable_vardecl): Likewise.
11187 * decl.c (pushtag, finish_enum): Likewise.
11188 * lex.c (check_newline): Use debug_* instead of calling *out
11189 functions directly.
11190
11191 Thu Nov 14 15:21:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11192
11193 * Make-lang.in (cplib2.ready): Add else clause to avoid problems
11194 on some picky hosts.
11195
11196 Wed Nov 13 12:32:07 1996 Jason Merrill <jason@yorick.cygnus.com>
11197
11198 * class.c (finish_struct_1): A class has a non-trivial copy
11199 constructor if it has virtual functions.
11200
11201 * cvt.c (cp_convert): Always call a constructor.
11202
11203 * call.c (reference_binding): Still tack on a REF_BIND
11204 for bad conversions.
11205 (build_user_type_conversion_1): Propagate ICS_BAD_FLAG.
11206
11207 * typeck.c (convert_arguments): Pass LOOKUP_ONLYCONVERTING.
11208 (c_expand_return): Likewise.
11209 * typeck2.c (digest_init): Likewise for { }.
11210 * init.c (expand_aggr_init_1): Keep the CONSTRUCTOR handling.
11211 * cvt.c (cp_convert): Handle failure better.
11212
11213 Wed Nov 13 11:51:20 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11214
11215 * g++.c (main): Also set PEXECUTE_SEARCH, to make the invocation
11216 of GCC be path-relative.
11217
11218 Wed Nov 13 11:27:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11219
11220 * Make-lang.in (g++-cross): G++-cross doesn't need version.o, but
11221 it does need choose-temp.o and pexecute.o.
11222
11223 Wed Nov 13 07:53:38 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11224
11225 * g++.c (error) [!HAVE_VPRINTF]: Put error back for the only time
11226 that we still use it.
11227 (P_tmpdir, R_OK, W_OK, X_OK) [__MSDOS__]: Delete unnecessary macros.
11228
11229 Wed Nov 13 02:00:26 1996 Jason Merrill <jason@yorick.cygnus.com>
11230
11231 * init.c (expand_default_init): Avoid calling constructors to
11232 initialize reference temps.
11233
11234 * cvt.c (convert_to_reference): Fix.
11235
11236 Tue Nov 12 19:10:07 1996 Jason Merrill <jason@yorick.cygnus.com>
11237
11238 * cvt.c (cp_convert): Simplify for flag_ansi_overloading.
11239 (convert_to_reference): Likewise.
11240 * typeck.c (convert_for_initialization): Likewise.
11241 * init.c (expand_default_init): Likewise.
11242 (expand_aggr_init_1): Likewise.
11243 * cp-tree.h (CONV_NONCONVERTING): Lose.
11244 * typeck.c (build_c_cast): Lose allow_nonconverting parm.
11245 * *.c: Adjust.
11246 * call.c (build_user_type_conversion_1): Assume LOOKUP_ONLYCONVERTING.
11247
11248 Tue Nov 12 16:29:04 1996 Brendan Kehoe <brendan@canuck.cygnus.com>
11249
11250 * pt.c (tsubst_expr): Reverse args to expand_start_catch_block.
11251
11252 Tue Nov 12 15:26:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11253
11254 * init.c (expand_aggr_init_1): Don't crash on non-constructor
11255 TARGET_EXPR.
11256
11257 Tue Nov 12 14:00:50 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11258
11259 * g++.c: Include gansidecl.h.
11260 (VPROTO, PVPROTO, VA_START): Delete.
11261 (choose_temp_base_try, choose_temp_base, perror_exec,
11262 run_dos) [__MSDOS__]: Delete fns.
11263 (pfatal_with_name): Delete fn.
11264 (temp_filename): Declare like in gcc.c.
11265 (pexecute, pwait, choose_temp_base): Declare from gcc.c.
11266 (error_count, signal_count): Define.
11267 (error): Delete both definitions.
11268 (PEXECUTE_{FIRST,LAST,SEARCH,VERBOSE}): Define from gcc.c.
11269 (pfatal_pexecute): Add fn from gcc.c.
11270 (main): Rename local VERBOSE var to VERBOSE_FLAG. Rewrite the
11271 code to use the pexecute stuff also used by gcc.c.
11272 (MIN_FATAL_STATUS): Define.
11273 * Make-lang.in (g++): Add dependency on and linking with
11274 choose-temp.o and pexecute.o.
11275
11276 * cp-tree.h: Include gansidecl.h.
11277 (STDIO_PROTO): Delete #undef/#define.
11278 * cvt.c (NULL): Delete #undef/#define.
11279 * expr.c (NULL): Likewise.
11280 * init.c (NULL): Likewise.
11281 * rtti.c (NULL): Likewise.
11282 * xref.c (NULL): Likewise.
11283
11284 * cp-tree.h (build_user_type_conversion): Add prototype.
11285 * call.c (build_user_type_conversion): Delete prototype. Correct
11286 decl of FLAGS arg to be an int.
11287 * cvt.c (build_user_type_conversion): Likewise.
11288
11289 Tue Nov 12 12:16:20 1996 Jason Merrill <jason@yorick.cygnus.com>
11290
11291 * cp-tree.def: Add TRY_BLOCK and HANDLER.
11292 * except.c (expand_start_catch_block): Support templates.
11293 * parse.y (try_block, handler_seq): Likewise.
11294 * pt.c (tsubst_expr): Support TRY_BLOCK and HANDLER.
11295
11296 Mon Nov 11 13:57:31 1996 Jason Merrill <jason@yorick.cygnus.com>
11297
11298 * pt.c (current_template_args): New fn.
11299 (push_template_decl): Use it.
11300 * decl.c (grokdeclarator): Use it.
11301
11302 * decl2.c (build_expr_from_tree): Dereference ref vars.
11303
11304 * decl.c (grokdeclarator): Generalize handling of TYPENAME_TYPEs in
11305 the decl-specifier-seq.
11306
11307 * decl.c (grok_op_properties): Don't force the type of a conversion
11308 op to be complete. Don't warn about converting to the same type
11309 for template instantiations.
11310
11311 * decl2.c (finish_file): Don't call instantiate_decl on synthesized
11312 methods.
11313
11314 Mon Nov 11 13:20:34 1996 Bob Manson <manson@charmed.cygnus.com>
11315
11316 * typeck.c (get_delta_difference): Remove previous bogusness.
11317 Don't give errors if force is set.
11318
11319 Fri Nov 8 17:38:44 1996 Jason Merrill <jason@yorick.cygnus.com>
11320
11321 * decl2.c (finish_file): Don't emit debug info.
11322 * decl.c (pushdecl): Lose obsolete code.
11323 (grokdeclarator): Still do the long long thing after complaining.
11324 * search.c (note_debug_info_needed): Don't do anything if we're in a
11325 template.
11326 * method.c (synthesize_method): For non-local classes,
11327 push_to_top_level first.
11328
11329 Fri Nov 8 11:52:28 1996 Bob Manson <manson@charmed.cygnus.com>
11330
11331 * typeck.c (get_delta_difference): Add no_error parameter.
11332 (build_ptrmemfunc): Call get_delta_difference with no_error set;
11333 we don't want error messages when converting unrelated
11334 pointer-to-member functions.
11335
11336 Thu Nov 7 11:16:24 1996 Mike Stump <mrs@cygnus.com>
11337
11338 * error.c (dump_expr): Improve the wording on error messages that
11339 involve pointer to member functions.
11340
11341 Tue Nov 5 17:12:05 1996 Mike Stump <mrs@cygnus.com>
11342
11343 * cvt.c (cp_convert_to_pointer): Move code for conversions from
11344 (::*)() to void* or (*)() up a bit, so that we can convert from
11345 METHOD_TYPEs as well.
11346
11347 Tue Nov 5 14:54:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11348
11349 * rtti.c (get_tinfo_fn): Make sure 'type' is permanent.
11350 There are no 'member' types.
11351 (get_tinfo_fn_dynamic): Diagnose typeid of overloaded fn.
11352 (build_x_typeid): Handle errors.
11353
11354 Mon Nov 4 17:43:12 1996 Mike Stump <mrs@cygnus.com>
11355
11356 * typeck.c (convert_for_assignment): Handle anachronistic implicit
11357 conversions from (::*)() to void* or (*)().
11358 * cvt.c (cp_convert_to_pointer): Likewise.
11359 (cp_convert_to_pointer_force): Remove cp_convert_to_pointer
11360 conversions from here.
11361 * decl2.c (lang_decode_option): Add -W{no-,}pmf-conversions.
11362 * lang-options.h: Likewise.
11363 * decl2.c (warn_pmf2ptr): Define.
11364 * cp-tree.h: Declare it.
11365 * typeck2.c (digest_init): Allow pmfs down into
11366 convert_for_initialization.
11367
11368 Sun Nov 3 09:43:00 1996 Jason Merrill <jason@yorick.cygnus.com>
11369
11370 * typeck.c (c_expand_return): Fix for returning overloaded fn.
11371
11372 Fri Nov 1 08:53:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11373
11374 * cp-tree.h (DIRECT_BIND): Change from INDIRECT_BIND.
11375 * decl.c (grok_reference_init): Pass DIRECT_BIND.
11376 * cvt.c (build_up_reference): Don't mark 'this' addressable. Use
11377 DIRECT_BIND.
11378 * call.c (convert_like): Don't pass INDIRECT_BIND.
11379 * typeck.c (convert_arguments): Likewise.
11380 * typeck.c (mark_addressable): Allow &this if flag_this_is_variable.
11381
11382 Thu Oct 31 17:08:49 1996 Jason Merrill <jason@yorick.cygnus.com>
11383
11384 * typeck.c (mark_addressable): Support TARGET_EXPR, unify with
11385 similar code in build_up_ref.
11386 * cvt.c (build_up_reference): Drastically simplify.
11387
11388 Mon Oct 28 12:45:05 1996 Jeffrey A Law <law@cygnus.com>
11389
11390 * typeck.c (signed_or_unsigned_type): If the given type already
11391 as the correct signedness, then just return it.
11392
11393 * typeck.c ({un,}signed_type): If can't do anything, call
11394 signed_or_unsigned_type.
11395
11396 Thu Oct 24 14:21:59 1996 Bob Manson <manson@charmed.cygnus.com>
11397
11398 * decl2.c (copy_assignment_arg_p): Don't buy the farm if
11399 current_class_type is NULL.
11400
11401 Wed Oct 23 00:43:10 1996 Jason Merrill <jason@gerbil.cygnus.com>
11402
11403 * class.c (finish_struct_1): Avoid empty structs by adding a field
11404 so layout_type gets the mode right.
11405
11406 * typeck.c (c_expand_return): Drastically simplify.
11407
11408 Mon Oct 21 22:34:02 1996 Jason Merrill <jason@yorick.cygnus.com>
11409
11410 * typeck.c (decay_conversion): Handle overloaded methods.
11411
11412 Fri Oct 18 16:03:48 1996 Jason Merrill <jason@yorick.cygnus.com>
11413
11414 * call.c (build_over_call): A TARGET_EXPR has side-effects.
11415
11416 Thu Oct 17 11:31:59 1996 Mike Stump <mrs@cygnus.com>
11417
11418 * cvt.c (convert_to_pointer_force): Add code to support pointer to
11419 member function to pointer to function conversions.
11420 * init.c (resolve_offset_ref): Add code to allow faked up objects,
11421 ignoring them if they are not used, and giving an error, if they
11422 are needed.
11423 * typeck.c (get_member_function_from_ptrfunc): Fold e1 to improve
11424 code, and so that we can give an error, if we needed an object,
11425 and one was not provided.
11426 (build_c_cast): Don't call default_conversion when we want to
11427 convert to pointer to function from a METHOD_TYPE.
11428
11429 Mon Oct 14 00:28:51 1996 Jason Merrill <jason@yorick.cygnus.com>
11430
11431 * Make-lang.in (cplib2.ready): Fix logic.
11432
11433 * decl.c (shadow_tag): Only complain about non-artificial function
11434 members.
11435
11436 * class.c (finish_struct_1): Add synthesized methods to TYPE_METHODS.
11437
11438 Fri Oct 11 16:12:40 1996 Jason Merrill <jason@yorick.cygnus.com>
11439
11440 * expr.c (cplus_expand_expr): Pre-tweak call_target like
11441 expand_inline_function would.
11442
11443 * pt.c (mark_decl_instantiated): If extern_p, call
11444 mark_inline_for_output.
11445
11446 Thu Oct 10 15:58:08 1996 Mike Stump <mrs@cygnus.com>
11447
11448 * typeck.c (unary_complex_lvalue): Add code to handle intermediate
11449 pmd conversions.
11450
11451 * typeck.c (get_delta_difference): Fix wording, as we can be used
11452 for pointer to data members.
11453
11454 Tue Oct 8 12:43:51 1996 Bob Manson <manson@charmed.cygnus.com>
11455
11456 * pt.c (tsubst): If the function decl isn't a member of this
11457 template, return a copy of the decl (including copying the
11458 lang-specific part) so we don't hose ourselves later.
11459
11460 Thu Oct 3 16:24:28 1996 Jason Merrill <jason@yorick.cygnus.com>
11461
11462 * class.c (finish_struct): Remove DWARF-specific tag handling.
11463 * decl.c (pushtag): Likewise.
11464 (finish_function): Always clear DECL_ARGUMENTS on function decls with
11465 no saved RTX.
11466 * decl2.c (finish_file): Emit DWARF debugging info for static data
11467 members.
11468
11469 Wed Oct 2 21:58:01 1996 Bob Manson <manson@charmed.cygnus.com>
11470
11471 * decl.c (duplicate_decls): Make sure the old DECL_LANG_SPECIFIC
11472 isn't the same as the new one before we whack it.
11473
11474 Mon Sep 30 13:38:24 1996 Jason Merrill <jason@yorick.cygnus.com>
11475
11476 * class.c, cp-tree.h, cvt.c, decl.c, decl2.c, gxx.gperf, hash.h,
11477 lex.c, method.c, parse.y, typeck.c, typeck2.c: Remove
11478 warn_traditional and warn_strict_prototypes; remove ancient
11479 'overload' code; remove references to flag_traditional.
11480
11481 Mon Sep 30 12:58:40 1996 Mike Stump <mrs@cygnus.com>
11482
11483 * input.c (sub_getch): Handle 8-bit characters in string literals.
11484
11485 Sun Sep 29 03:12:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11486
11487 * tree.c (mapcar): Handle CONSTRUCTORs.
11488 (copy_to_permanent): Handle expression_obstack properly.
11489
11490 * Make-lang.in (cplib2.txt): Also depend on the headers.
11491
11492 * rtti.c (get_tinfo_var): Don't assume that POINTER_SIZE ==
11493 INT_TYPE_SIZE.
11494 (expand_class_desc): Use USItype for offset field.
11495 * tinfo.h (struct __class_type_info): Likewise.
11496
11497 * method.c (build_overload_int): TYPE_PRECISION should be applied
11498 to types.
11499
11500 Sat Sep 28 14:44:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11501
11502 * call.c (build_new_op): A COND_EXPR involving void must be a
11503 builtin.
11504
11505 Fri Sep 27 16:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
11506
11507 * typeck.c (build_x_component_ref): New fn.
11508 (build_object_ref): Use it.
11509 * parse.y (primary): Use it.
11510 * decl2.c (build_expr_from_tree): Use it.
11511 * cp-tree.h: Declare it.
11512
11513 * decl.c (start_decl): Variable-sized arrays cannot be initialized.
11514 * error.c (dump_type_suffix): Handle variable arrays.
11515
11516 Fri Sep 27 13:14:05 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11517
11518 * Make-lang.in (exception.o): Put back compiling it with -fPIC.
11519
11520 Fri Sep 27 03:00:09 1996 Jason Merrill <jason@yorick.cygnus.com>
11521
11522 * decl.c (lookup_name_real): Don't try to look up anything in a
11523 TYPENAME_TYPE.
11524
11525 * tinfo2.cc (__throw_type_match_rtti): Oops.
11526
11527 Thu Sep 26 22:11:05 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11528
11529 * Make-lang.in (exception.o): Use -fno-PIC for now.
11530
11531 Thu Sep 26 10:59:00 1996 Jason Merrill <jason@yorick.cygnus.com>
11532
11533 * rtti.c (build_dynamic_cast): Pass tinfo fns rather than
11534 calling them.
11535 (get_tinfo_fn_dynamic): Extracted from build_typeid.
11536 * tinfo2.cc (__dynamic_cast): Adjust.
11537
11538 * rtti.c (build_typeid): Use resolves_to_fixed_type_p.
11539 (build_x_typeid): Likewise.
11540
11541 * parse.y: Call build_x_typeid instead of build_typeid.
11542 * cp-tree.def: Add TYPEID_EXPR.
11543 * pt.c (tsubst_copy): Handle typeid.
11544 * decl2.c (build_expr_from_tree): Likewise.
11545 * rtti.c (build_x_typeid): Throw bad_typeid from here.
11546 (build_typeid): Not here.
11547 * cp-tree.h: Declare build_x_typeid.
11548
11549 Wed Sep 25 17:26:16 1996 Jason Merrill <jason@yorick.cygnus.com>
11550
11551 * call.c (convert_like): Pull out constant values.
11552
11553 * tree.c (mapcar): Use build_cplus_array_type, not build_array_type.
11554
11555 Wed Sep 25 17:28:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11556
11557 * decl.c (init_decl_processing): Create short int types before
11558 creating size_t in case a machine description needs to use
11559 unsigned short for size_t.
11560
11561 Tue Sep 24 18:18:44 1996 Jason Merrill <jason@yorick.cygnus.com>
11562
11563 * Make-lang.in (exception.o): Turn off pic.
11564
11565 * tinfo2.cc (__throw_type_match_rtti): Fix cv-variants of the same
11566 type, multi-level ptr conversions.
11567
11568 * rtti.c (call_void_fn): Renamed and genericized from throw_bad_cast.
11569 (throw_bad_cast): Use it.
11570 (throw_bad_typeid): New fn.
11571 (build_typeid): Throw bad_typeid as needed.
11572 Use build_call.
11573 (synthesize_tinfo_fn): Handle functions and arrays before checking
11574 for cv-quals.
11575
11576 * Remove .h from standard C++ headers, add new.h, move into inc
11577 subdirectory.
11578
11579 * exception*: Remove pointer from object, constructors. Add
11580 default exception::what that uses type_info::name. Add
11581 __throw_bad_typeid.
11582
11583 * init.c (build_new): Don't add a cookie to new (void *) T[2].
11584
11585 Mon Sep 23 15:21:53 1996 Jason Merrill <jason@yorick.cygnus.com>
11586
11587 * Make-lang.in: Building C++ code depends on cc1plus.
11588
11589 Mon Sep 23 12:38:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11590
11591 * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
11592 a HOST_WIDE_INT, not a tree.
11593
11594 Mon Sep 23 12:36:02 1996 Jason Merrill <jason@yorick.cygnus.com>
11595
11596 * exception.cc: Don't include <stdlib.h>.
11597
11598 * Make-lang.in (c++.clean): Remove cplib2.*.
11599
11600 Mon Sep 23 09:42:19 1996 Doug Evans <dje@canuck.cygnus.com>
11601
11602 * parse.y (component_decl_1, component_costructor_declarator case):
11603 Pass attributes/prefix_attributes in tree list.
11604
11605 Mon Sep 23 01:18:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11606
11607 * tinfo{,2}.cc: #include <stddef.h> instead of <stdlib.h>.
11608
11609 Sun Sep 22 05:31:22 1996 Jason Merrill <jason@yorick.cygnus.com>
11610
11611 * lex.c (do_identifier): Don't do deferred lookup in a template
11612 header.
11613
11614 * typeck2.c (store_init_value): Oops.
11615
11616 * new.{h,cc}, exception.{h,cc}, typeinfo.h, tinfo{2.cc,.cc,.h}:
11617 New files for C++ lang-support library.
11618 * Make-lang.in (CXX_EXTRA_HEADERS): Define.
11619 (CXX_LIB2FUNCS): Define.
11620 And rules for building the C++ lang-support code.
11621 * config-lang.in (headers): Define.
11622 (lib2funcs): Define.
11623
11624 Sat Sep 21 19:17:28 1996 Jason Merrill <jason@yorick.cygnus.com>
11625
11626 * decl2.c (build_expr_from_tree): If CONSTRUCTOR has a type, call
11627 digest_init.
11628 * pt.c (tsubst_copy): Compute type for CONSTRUCTOR.
11629 * typeck2.c (store_init_value): Check for initializing pmf with { }
11630 here.
11631 (process_init_constructor): Not here.
11632
11633 Thu Sep 19 16:41:07 1996 Jason Merrill <jason@yorick.cygnus.com>
11634
11635 * pt.c (begin_template_parm_list): Increment
11636 processing_template_decl here.
11637 (end_template_parm_list): Not here.
11638 (process_template_parm): No need to add 1 to it now.
11639 * *.c: Use processing_template_decl instead of current_template_parms
11640 to check for being in a template.
11641
11642 * pt.c (uses_template_parms): Handle SCOPE_REF. Fix CONSTRUCTOR.
11643 (tsubst_copy): Handle CONSTRUCTOR.
11644 (instantiate_decl): Set up context properly for variables.
11645 * decl2.c (build_expr_from_tree): Handle CONSTRUCTOR.
11646 * class.c (finish_struct): Reverse CLASSTYPE_TAGS.
11647
11648 Wed Sep 18 13:30:20 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11649
11650 * lex.c (enum tree_node_kind) [GATHER_STATISTICS]: Put the enum back.
11651
11652 Wed Sep 18 04:24:07 1996 Jason Merrill <jason@yorick.cygnus.com>
11653
11654 * method.c (make_thunk): Call comdat_linkage before setting the
11655 TREE_CODE.
11656
11657 * decl2.c (comdat_linkage): Use make_decl_one_only.
11658 (import_export_decl): Likewise.
11659 * decl.c (init_decl_processing): Check supports_one_only instead of
11660 SUPPORTS_WEAK.
11661
11662 Sat Sep 14 08:34:41 1996 Jason Merrill <jason@yorick.cygnus.com>
11663
11664 * decl2.c (grokfield): Tighten checking for access decls.
11665
11666 * decl.c (make_typename_type): Resolve references to
11667 current_class_type. Set CLASSTYPE_GOT_SEMICOLON.
11668 (lookup_name_real): Types that depend on a template parameter get
11669 an implicit 'typename' unless they're in the current scope.
11670 (start_decl_1): We don't care about incomplete types that depend
11671 on a template parm.
11672 (grokdeclarator): Resolve 'typename's in the type specifier that
11673 refer to members of the current scope.
11674
11675 * call.c (build_over_call): Remove 'inline called before
11676 definition' diagnostic.
11677 (build_method_call): Likewise.
11678 * decl.c (duplicate_decls): Downgrade 'used before declared
11679 inline' to a warning, only with -Winline.
11680
11681 Fri Sep 13 17:31:40 1996 Stan Shebs <shebs@andros.cygnus.com>
11682
11683 * mpw-make.sed: Fix include paths, add @DASH_C_FLAG@ to compile.
11684
11685 Wed Sep 11 22:38:13 1996 Gerald Baumgartner <gb@cs.purdue.edu>
11686
11687 * call.c (build_method_call): When calling a signature
11688 default implementation, as in other cases, let instance_ptr simply
11689 be instance.
11690
11691 Wed Sep 11 22:14:44 1996 Mike Stump <mrs@cygnus.com>
11692
11693 * parse.y (simple_stmt): Cleanup and use do_poplevel ().
11694
11695 Wed Sep 11 22:10:48 1996 Mike Stump <mrs@cygnus.com>
11696
11697 * except.c (expand_start_catch_block): Add a pushlevel so that -g
11698 works on hppa and SPARC.
11699
11700 Wed Sep 11 10:18:06 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11701
11702 * typeck.c (build_indirect_ref): Catch PTR being an error_mark_node.
11703
11704 Mon Sep 9 19:51:14 1996 Gerald Baumgartner <gb@cs.purdue.edu>
11705
11706 * call.c (build_over_call): Check first whether DECL_CONTEXT exists
11707 before testing whether it's a signature.
11708
11709 Sun Sep 8 16:06:57 1996 Gerald Baumgartner <gb@cs.purdue.edu>
11710
11711 * call.c (build_new_method_call): Don't complain about signature
11712 pointers and references not being an aggr type.
11713 (build_this): If a signature pointer or reference was passed in,
11714 just return it.
11715 (build_new_method_call): If instance is a signature pointer, set
11716 basetype to the signature type of instance.
11717 * sig.c (build_signature_method_call): Deleted basetype and
11718 instance parameters, they can be found as the DECL_CONTEXT of
11719 function and as the first argument passed in.
11720 * cp-tree.h: Changed declaration of build_signature_method_call.
11721 * call.c (build_method_call): Deleted first two arguments in call
11722 of build_signature_method_call.
11723 (build_over_call): Added call to build_signature_method_call.
11724
11725 Thu Sep 5 16:51:28 1996 Jason Merrill <jason@yorick.cygnus.com>
11726
11727 * typeck.c (build_c_cast): Don't tack a non_lvalue_expr onto a
11728 target_expr.
11729
11730 Thu Sep 5 10:05:38 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11731
11732 * cvt.c (convert_to_reference): Use %#T, not %#D, for error.
11733
11734 Wed Sep 4 17:16:09 1996 Bob Manson <manson@charmed.cygnus.com>
11735
11736 * except.c (expand_start_try_stmts): Move to except.c in the backend.
11737 (expand_end_try_stmts): Remove.
11738
11739 * init.c (perform_member_init): Use add_partial_entry () instead
11740 of directly manipulating lists.
11741 (emit_base_init): Likewise.
11742
11743 Wed Sep 4 12:14:36 1996 Mike Stump <mrs@cygnus.com>
11744
11745 * except.c (expand_exception_blocks): Always make sure USE and
11746 CLOBBER insns that came at the end still do, the backend relies
11747 upon this.
11748
11749 Wed Sep 4 07:44:48 1996 Jason Merrill <jason@yorick.cygnus.com>
11750
11751 * call.c (build_over_call): We can only use a TARGET_EXPR of the
11752 right type.
11753
11754 Tue Sep 3 19:26:05 1996 Jason Merrill <jason@yorick.cygnus.com>
11755
11756 * cvt.c (convert_to_reference): Revert last change, don't complain
11757 about temp without target decl.
11758
11759 Tue Sep 3 10:22:56 1996 Mike Stump <mrs@cygnus.com>
11760
11761 * decl.c (grokdeclarator): Don't core dump when void() is given.
11762
11763 Tue Sep 3 02:38:56 1996 Jason Merrill <jason@yorick.cygnus.com>
11764
11765 * decl.c (copy_args_p): Don't crash.
11766
11767 Fri Aug 30 14:26:57 1996 Mike Stump <mrs@cygnus.com>
11768
11769 * pt.c (tsubst): And support template args inside the exception
11770 specification.
11771
11772 * pt.c (tsubst): Add support for exception specifications in
11773 template functions.
11774
11775 Fri Aug 30 10:01:55 1996 Mike Stump <mrs@cygnus.com>
11776
11777 * cp-tree.def (DECL_STMT): Eliminate the throw spec field, only 3
11778 fields now.
11779 * cp-tree.h (start_decl): Eliminate the throw spec parameter.
11780 (start_function): Likewise.
11781 (start_method): Likewise.
11782 (grokfield): Likewise.
11783 (make_call_declarator): Add throw spec parameter.
11784 (set_quals_and_spec): Add routine.
11785 * lex.c (set_quals_and_spec): Likewise.
11786 * decl.h (grokdeclarator): Eliminate the throw spec parameter.
11787 * decl.c (shadow_tag): Eliminate the throw spec parameter to
11788 grokdeclarator.
11789 (groktypename): Likewise.
11790 (start_decl): Eliminate the throw spec parameter. Eliminate the
11791 throw spec parameter to grokdeclarator. Eliminate the throw spec
11792 field in DECL_STMT.
11793 (cp_finish_decl): Eliminate the throw spec field in DECL_STMT.
11794 (grokfndecl): Remove useless set of raises.
11795 (grokdeclarator): Eliminate the throw spec parameter. Eliminate
11796 the throw spec parameter to start_decl. Pull the throw spec out
11797 of the call declarator.
11798 (grokparms): Eliminate the throw spec parameter to grokdeclarator.
11799 (start_function): Eliminate the throw spec parameter. Eliminate
11800 the throw spec parameter to grokdeclarator.
11801 (start_method): Likewise.
11802 * decl2.c (grokfield): Likewise.
11803 (grokbitfield): Eliminate the throw spec parameter to grokdeclarator.
11804 (grokoptypename): Likewise.
11805 (finish_file): Eliminate the throw spec parameter to
11806 start_function. Add throw spec to make_call_declarator.
11807 * except.c (init_exception_processing): Add throw spec to
11808 make_call_declarator. Eliminate the throw spec parameter to
11809 start_decl.
11810 (expand_start_catch_block): Eliminate the throw spec parameter to
11811 grokdeclarator.
11812 (expand_builtin_throw): Add throw spec to make_call_declarator.
11813 Eliminate the throw spec parameter to start_function.
11814 (start_anon_func): Likewise.
11815 * lex.c (make_call_declarator): Add throw spec parameter.
11816 (set_quals_and_spec): New routine.
11817 (cons_up_default_function): Add throw spec to make_call_declarator.
11818 Eliminate the throw spec parameter to grokfield.
11819 * method.c (synthesize_method): Eliminate the throw spec parameter
11820 to start_function.
11821 * pt.c (process_template_parm): Eliminate the throw spec parameter
11822 to grokdeclarator.
11823 (tsubst): Add throw spec to make_call_declarator.
11824 (tsubst_expr): Eliminate the throw spec parameter to start_decl.
11825 (do_function_instantiation): Eliminate the throw spec parameter to
11826 grokdeclarator. Eliminate the throw spec parameter to
11827 start_function.
11828 * rtti.c (synthesize_tinfo_fn): Eliminate the throw spec parameter
11829 to start_function.
11830 * parse.y (datadef): Remove non-winning optimization.
11831 (decl): Likewise.
11832 (fndef): Remove ambiguous error productions uncovered by grammar
11833 fixing.
11834 (constructor_declarator): Add exception_specification_opt here.
11835 (component_constructor_declarator): Likewise.
11836 (direct_after_type_declarator): Likewise.
11837 (complex_direct_notype_declarator): Likewise.
11838 (direct_abstract_declarator): Likewise.
11839 (fn.def1): Remove exception_specification_opt.
11840 (fn.def2): Likewise.
11841 (condition): Likewise.
11842 (initdcl0): Likewise.
11843 (initdcl): Likewise.
11844 (notype_initdcl0): Likewise.
11845 (nomods_initdcl0): Likewise.
11846 (component_decl_1): Likewise.
11847 (component_declarator): Likewise.
11848 (after_type_component_declarator0): Likewise.
11849 (after_type_component_declarator): Likewise.
11850 (notype_component_declarator): Likewise.
11851
11852 Wed Aug 28 01:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
11853
11854 * call.c (build_over_call): Also use an INIT_EXPR when
11855 initializing anything from an rvalue.
11856
11857 * call.c (build_over_call): Call stabilize_reference when building
11858 an INIT_EXPR instead of calling the copy ctor.
11859
11860 * call.c (joust): Extend the previous change to all comparisons.
11861
11862 * decl2.c, method.c, lex.c: Use MAKE_DECL_ONE_ONLY and
11863 NO_LINKAGE_HEURISTICS.
11864
11865 * decl2.c (finish_file): Emit any statics that weren't already.
11866
11867 * typeck.c (build_static_cast): Implement.
11868 * tree.c (build_cplus_new): Handle getting a TARGET_EXPR.
11869 * decl.c (grokparms): Use can_convert_arg instead of
11870 implicit_conversion directly.
11871 (copy_args_p): New fn.
11872 * cvt.c (convert_to_reference): Don't complain about temp with
11873 static_cast.
11874 (build_up_reference): Handle TARGET_EXPRs.
11875 * call.c (build_over_call): Elide unnecessary temps.
11876 (can_convert*): Use new overloading code.
11877
11878 Tue Aug 27 13:12:21 1996 Jason Merrill <jason@yorick.cygnus.com>
11879
11880 * call.c: Move TYPE_PTR*_MACROS ...
11881 * cp-tree.h: To here.
11882 * typeck.c (build_reinterpret_cast): Implement.
11883
11884 * call.c (add_builtin_candidate): Use TYPE_PTROB_P instead of
11885 ptr_complete_ob.
11886 (joust): If we're comparing a function to a builtin and the worst
11887 conversion for the builtin is worse than the worst conversion for the
11888 function, take the function.
11889
11890 * typeck.c (build_const_cast): Implement.
11891 (comp_ptr_ttypes_const): Like comp_ptr_ttypes, for const_cast.
11892 (comp_ptr_ttypes_reinterpret): Like cpt, for reinterpret_cast.
11893
11894 Tue Aug 27 13:14:58 1996 Bob Manson <manson@charmed.cygnus.com>
11895
11896 * rtti.c (build_dynamic_cast): Don't try to dereference exprtype
11897 too early. Make sure we explode if exprtype turns out to be a
11898 NULL_TREE when it shouldn't be.
11899
11900 Tue Aug 27 10:56:21 1996 Mike Stump <mrs@cygnus.com>
11901
11902 * cp-tree.h: New routine make_call_declarator.
11903 * lex.c (make_call_declarator): Define it.
11904 * except.c (init_exception_processing): Use it.
11905 (expand_builtin_throw): Likewise.
11906 (start_anon_func): Likewise.
11907 * decl2.c (finish_file): Likewise.
11908 * lex.c (cons_up_default_function): Likewise.
11909 * parse.y: Likewise.
11910 * pt.c (tsubst): Likewise.
11911
11912 Mon Aug 26 17:40:03 1996 Mike Stump <mrs@cygnus.com>
11913
11914 * decl2.c (groktypefield): Remove unused code.
11915
11916 Mon Aug 26 17:00:33 1996 Mike Stump <mrs@cygnus.com>
11917
11918 * gxx.gperf: Change TYPE_QUAL into CV_QUALIFIER.
11919 * parse.y: Likewise. Change maybe_type_qual into maybe_cv_qualifier.
11920 Change type_quals into cv_qualifiers. Change nonempty_type_quals into
11921 nonempty_cv_qualifiers.
11922 * hash.h: Rebuild.
11923
11924 * lex.c (make_pointer_declarator): Change type_quals into
11925 cv_qualifiers.
11926 (make_reference_declarator): Likewise.
11927
11928 Thu Aug 22 01:09:22 1996 Jason Merrill <jason@yorick.cygnus.com>
11929
11930 * decl.c (start_function): Only check interface_* for templates
11931 with flag_alt_external_templates.
11932
11933 * call.c (build_new_op): Check for comparison of different enum types.
11934 (build_over_call): Fix arg # output.
11935
11936 * typeck.c (build_component_ref): Handle pre-found TYPE_DECL.
11937
11938 Wed Aug 21 00:13:15 1996 Jason Merrill <jason@yorick.cygnus.com>
11939
11940 * call.c (build_new_op): Check for erroneous args.
11941
11942 * call.c (build_new_method_call): Add missing args to cp_error.
11943
11944 * tree.c (error_type): Don't print reference-to-array.
11945
11946 * typeck.c (convert_for_assignment): Don't say contravariance for
11947 removing const.
11948
11949 Tue Aug 20 13:23:00 1996 Jason Merrill <jason@yorick.cygnus.com>
11950
11951 * call.c (build_over_call): Diagnose bad convs for `this'.
11952
11953 * lex.c (cons_up_default_function): Set DECL_ARTIFICIAL
11954 on _ctor_arg.
11955
11956 * call.c (convert_like): Handle bad convs.
11957 (build_over_call): Handle bad convs better.
11958
11959 * decl2.c: -fansi-overloading is now the default.
11960
11961 * call.c (build_new_method_call): Check for erroneous args.
11962
11963 * pt.c (instantiate_class_template): Propagate
11964 TYPE_USES_MULTIPLE_INHERITANCE.
11965
11966 Tue Aug 20 13:09:57 1996 Mike Stump <mrs@cygnus.com>
11967
11968 * call.c (enforce_access): Add static to routine.
11969
11970 Sun Aug 18 14:35:54 1996 Jason Merrill <jason@yorick.cygnus.com>
11971
11972 * call.c (build_user_type_conversion_1): Fix bad handling.
11973 (compare_ics): Likewise.
11974
11975 Sat Aug 17 21:54:11 1996 Jason Merrill <jason@yorick.cygnus.com>
11976
11977 * call.c (standard_conversion): Oops.
11978
11979 Sat Aug 17 16:28:11 1996 Geoffrey Noer <noer@cygnus.com>
11980
11981 * g++.c: Update test for win32 (&& ! cygwin32).
11982
11983 Sat Aug 17 03:45:31 1996 Jason Merrill <jason@yorick.cygnus.com>
11984
11985 * typeck.c (comp_ptr_ttypes_real): Handle OFFSET_TYPEs properly.
11986 (ptr_reasonably_similar): New fn.
11987 * call.c (BAD_RANK): New rank.
11988 (ICS_BAD_FLAG): New macro.
11989 (standard_conversion): Handle almost-right pointer conversions.
11990 (reference_binding): Handle bad rvalue bindings.
11991 (add_*_candidate): Stuff.
11992 (build_over_call): Pass bad conversions to convert_for_initialization.
11993 (compare_ics): Handle bad convs.
11994 (joust): Likewise.
11995
11996 Fri Aug 16 15:02:19 1996 Bob Manson <manson@charmed.cygnus.com>
11997
11998 * init.c (expand_vec_init): Use ptrdiff_type_node instead of
11999 integer_type_node when computing pointer offsets.
12000
12001 Fri Aug 16 01:28:32 1996 Jason Merrill <jason@yorick.cygnus.com>
12002
12003 * tree.c (lvalue_type): New fn.
12004 (error_type): New fn.
12005 * call.c (op_error): Use error_type.
12006 (add_conv_candidate): Use lvalue_type.
12007 (add_builtin_candidates): Likewise.
12008 * error.c (args_as_string): Use error_type.
12009
12010 Thu Aug 15 17:27:13 1996 Jason Merrill <jason@yorick.cygnus.com>
12011
12012 * pt.c (instantiate_decl): Evaluate DECL_INITIAL of a VAR_DECL here.
12013 (tsubst): Not here.
12014
12015 * decl.c (init_decl_processing): With -ansi, __null's type is the
12016 signed integral type with the same number of bits as a pointer.
12017 Introduce a new variable null_node for it.
12018 * cp-tree.h: Adjust.
12019 * call.c (null_ptr_cst_p): Adjust.
12020
12021 Thu Aug 15 17:09:54 1996 Mike Stump <mrs@cygnus.com>
12022
12023 * except.c (do_unwind): Mark %i7 as used on the SPARC so we can
12024 optimize.
12025
12026 Thu Aug 15 01:36:49 1996 Jason Merrill <jason@yorick.cygnus.com>
12027
12028 * decl2.c (import_export_decl): Ignore #pragma interface for tinfo
12029 fns of classes without virtual functions.
12030
12031 * call.c (add_function_candidate): Handle `this' specially.
12032 (compare_ics): Likewise.
12033
12034 Tue Aug 13 12:16:10 1996 Jason Merrill <jason@yorick.cygnus.com>
12035
12036 * typeck.c (build_conditional_expr): Fix handling of __null.
12037
12038 * decl2.c (comdat_linkage): New fn.
12039 (import_export_vtable): Use it.
12040 (import_export_decl): Use it.
12041 * method.c (make_thunk): Use it.
12042
12043 Mon Aug 12 00:09:18 1996 Jason Merrill <jason@yorick.cygnus.com>
12044
12045 * pt.c (end_template_decl): If we don't actually have parms, return.
12046 * parse.y (template_header): Accept 'template <>'.
12047
12048 * errfn.c: Allow 5 args.
12049
12050 Sun Aug 11 15:20:58 1996 Jason Merrill <jason@yorick.cygnus.com>
12051
12052 * tree.c (make_temp_vec): New fn.
12053 * pt.c (push_template_decl): Handle partial specs.
12054 (instantiate_class_template): Likewise.
12055 (more_specialized): Use get_bindings.
12056 (more_specialized_class): New fn.
12057 (get_class_bindings): New fn.
12058 (most_specialized_class): New fn.
12059 (do_function_instantiation): List candidates for ambiguous case.
12060 * decl.c (duplicate_decls): Lose reference to DECL_TEMPLATE_MEMBERS.
12061 (shadow_tag): Call push_template_decl for partial specializations.
12062 * parse.y: Likewise.
12063 * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Replaces
12064 DECL_TEMPLATE_MEMBERS.
12065 * call.c (print_z_candidates): Reduce duplication.
12066
12067 Fri Aug 9 14:36:08 1996 Jason Merrill <jason@yorick.cygnus.com>
12068
12069 * decl2.c (lang_decode_option): Allow -fansi-overloading.
12070
12071 Thu Aug 8 17:04:18 1996 Jason Merrill <jason@yorick.cygnus.com>
12072
12073 * pt.c (get_bindings): New fn.
12074 (most_specialized): Likewise.
12075 (do_function_instantiation): Use them.
12076 (add_maybe_template): New fn.
12077 * cp-tree.h (DECL_MAYBE_TEMPLATE): New macro.
12078 * call.c (build_new_op): Handle guiding decls.
12079 (build_new_function_call): Likewise.
12080 * decl2.c (finish_file): Likewise.
12081
12082 * decl2.c (mark_used): Do synthesis here.
12083 * call.c (build_method_call): Not here.
12084 (build_over_call): Or here.
12085 * typeck.c (build_function_call_real): Or here.
12086 * tree.c (bot_manip): Call mark_used on functions used in default
12087 args.
12088
12089 Thu Aug 8 17:48:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12090
12091 * decl2.c (import_export_vtable): Delete code that disabled vtable
12092 heuristic on systems with ASM_OUTPUT_EXTERNAL.
12093
12094 Wed Aug 7 12:44:11 1996 Jason Merrill <jason@yorick.cygnus.com>
12095
12096 * typeck.c (build_x_function_call): Handle static call context
12097 better.
12098
12099 * decl.c (finish_function): Set the DECL_CONTEXT of the result to
12100 the function, not its outer block.
12101
12102 * call.c (build_field_call): Pass fields on to build_opfncall
12103 regardless of TYPE_OVERLOADS_CALL_EXPR.
12104 (build_method_call): Pass on to build_new_method_call sooner.
12105
12106 * typeck.c (build_ptrmemfunc): Just return what instantiate_type
12107 gives us.
12108 * class.c (instantiate_type): Don't put a POINTER_TYPE to
12109 METHOD_TYPE on an expression. Also make a copy of rhs instead of
12110 modifying it.
12111
12112 Tue Aug 6 12:58:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12113
12114 * call.c (compare_ics): Handle qual_conv after lvalue_conv.
12115 (add_builtin_candidate): Don't take enums for ++.
12116 (build_new_method_call): Handle non-aggregates and field calls.
12117 Move new overloading code from...
12118 * cvt.c: Here.
12119
12120 * decl.c (grokparms): Don't check default args in templates.
12121
12122 Mon Aug 5 17:17:06 1996 Jason Merrill <jason@yorick.cygnus.com>
12123
12124 * cvt.c (build_new_op): Fix args to build_unary_op.
12125 (add_builtin_candidates): Don't call type_promotes_to on float.
12126
12127 * decl.c (grokparms): Check the type of the default arg.
12128
12129 * cvt.c (build_new_op): Pass non-overloaded cases on rather than
12130 returning NULL_TREE.
12131
12132 * typeck.c (build_x_binary_op): Avoid doing extra work.
12133 (build_x_unary_op): Likewise.
12134 (build_x_conditional_expr): Likewise.
12135 * cvt.c (build_over_call): Return.
12136 (add_builtin_candidate): Fix MEMBER_REF.
12137 (build_new_op): Likewise.
12138
12139 Mon Aug 5 17:07:47 1996 Mike Stump <mrs@cygnus.com>
12140
12141 * method.c (build_overload_name): Put bug fix into code but leave
12142 disabled for now so we can be bug compatible with older releases
12143 that do repeats incorrectly. In the future, we can enable it.
12144
12145 Mon Aug 5 13:46:28 1996 Jason Merrill <jason@yorick.cygnus.com>
12146
12147 * cvt.c (convert_like): Don't call build_cplus_new twice.
12148
12149 * call.c, cp-tree.h, cvt.c, decl2.c, init.c, method.c, pt.c, typeck.c:
12150 Control new overloading code with -fansi-overloading.
12151
12152 Sun Aug 4 15:29:11 1996 Jason Merrill <jason@yorick.cygnus.com>
12153
12154 * cvt.c (build_over_call): Call build_cplus_new.
12155 * call.c (build_method_call): Likewise.
12156 * typeck.c (build_function_call_real): Likewise.
12157 (build_conditional_expr): If both operands are TARGET_EXPRs, wrap
12158 the COND_EXPR in a TARGET_EXPR so they use the same slot.
12159
12160 * cvt.c (build_up_reference): Propagate INDIRECT_BIND to
12161 recursive calls.
12162 * typeck.c (complete_type): Propagate
12163 TYPE_NEEDS_{CONSTRUCTING,DESTRUCTOR}.
12164
12165 Sat Aug 3 14:05:07 1996 Jason Merrill <jason@yorick.cygnus.com>
12166
12167 * cvt.c (joust): More ?: kludging. Sigh.
12168 (build_over_call): Don't try to synthesize global fns.
12169
12170 * search.c (lookup_conversions): Use binfo marking.
12171
12172 Sat Aug 3 12:33:42 1996 Bob Manson <manson@charmed.cygnus.com>
12173
12174 * search.c (build_mi_matrix): Use the correct value of cid
12175 when determining the new mi_size.
12176
12177 Sat Aug 3 01:27:41 1996 Jason Merrill <jason@yorick.cygnus.com>
12178
12179 * cvt.c (add_builtin_candidates): Do consider type conversion ops
12180 for the first parms of += et al.
12181 (strip_top_quals): New fn.
12182 (reference_binding): Use it instead of TYPE_MAIN_VARIANT.
12183 (implicit_conversion): Likewise.
12184 (add_builtin_candidates): Be careful about arrays.
12185 (build_new_method_call): Handle vtable optimization.
12186
12187 Fri Aug 2 01:26:59 1996 Jason Merrill <jason@yorick.cygnus.com>
12188
12189 * cp-tree.h (LOOKUP_NO_TEMP_BIND): New flag.
12190 * cvt.c (reference_binding): Use it.
12191 (implicit_conversion): Use it.
12192 (add_builtin_candidate, COND_EXPR): Use it.
12193
12194 * cvt.c (build_new_function_call): Check for error args.
12195
12196 * typeck.c (comptypes): Just check DERIVED_FROM_P, not UNIQUELY.
12197
12198 * gxx.gperf: Add __null.
12199 * hash.h: Regenerate.
12200 * lex.h: Add RID_NULL.
12201 * lex.c (init_lex): Create null_pointer_node here, stick it in
12202 RID_NULL.
12203 * decl.c (init_decl_processing): Still set its type here.
12204 * cvt.c (cp_convert_to_pointer): Don't produce null_pointer_node.
12205 (convert_to_pointer_force): Likewise.
12206 (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)0
12207 if (! pedantic).
12208 * call.c (convert_harshness): Use null_ptr_cst_p.
12209 * typeck.c (convert_for_assignment): Likewise. Don't produce
12210 null_pointer_node.
12211
12212 * error.c (args_as_string): Handle lists of actual args, too.
12213 * cvt.c (null_ptr_cst): Support (void*)0 for now.
12214 (build_user_type_conversion_1): Improve diagnostics.
12215 (build_new_function_call): Likewise.
12216 (build_object_call): Likewise.
12217 (build_new_method_call): Likewise. Move call before def diagnostic...
12218 (build_over_call): Here.
12219
12220 * cvt.c (build_new_method_call): Don't complain about no match if
12221 LOOKUP_SPECULATIVELY.
12222 (build_over_call): Fix 'this' for virtual fn.
12223 (build_new_method_call): Add diagnostic.
12224
12225 Thu Aug 1 16:45:09 1996 Jason Merrill <jason@yorick.cygnus.com>
12226
12227 * cvt.c (add_function_candidate): Expect 'this' and 'in_chrg' for
12228 constructors to be passed in.
12229 (build_over_call): Likewise.
12230 (build_user_type_conversion_1): Pass them in.
12231 (convert_like): Likewise.
12232 (build_object_call): Handle overloaded conversions.
12233 (build_over_call): Pass the right args to build_vfn_ref.
12234 (standard_conversion): Fix pmf convs.
12235 (joust): Handle comparing statics and non-statics.
12236 (build_new_method_call): New fn.
12237 * call.c (build_method_call): Call it if NEW_OVER.
12238
12239 Thu Aug 1 16:06:14 1996 Mike Stump <mrs@cygnus.com>
12240
12241 * lex.c (do_identifier): Don't use %O on IDENTIFIER_OPNAME_Ps, use
12242 %D instead.
12243
12244 Thu Aug 1 15:24:02 1996 Mike Stump <mrs@cygnus.com>
12245
12246 * except.c (expand_throw): Use maybe_build_cleanup_and_delete
12247 instead of just maybe_build_cleanup so that we deallocate the
12248 thrown object.
12249
12250 Thu Aug 1 15:18:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12251
12252 * decl2.c (finish_prevtable_vardecl): Make non-static for pt.c's use.
12253 * cp-tree.h (finish_prevtable_vardecl): Add decl.
12254
12255 Thu Aug 1 11:53:51 1996 Bob Manson <manson@charmed.cygnus.com>
12256
12257 * pt.c (instantiate_class_template): Call complete_type. Also, if
12258 we're at the end of the file and we just instantiated a template
12259 class with a vtable, call finish_prevtable_vardecl.
12260
12261 * error.c (dump_decl): Don't explode (or explode more gracefully
12262 as appropriate) if the object being dumped has a null type.
12263 (dump_expr): Likewise.
12264
12265 * search.c (build_mi_matrix): Ensure that mi_size is large enough,
12266 by counting the number of nodes that we'll need before allocating
12267 the array.
12268 (lookup_fnfields): Fix comment.
12269 (breadth_first_search): Fix comment.
12270
12271 Wed Jul 31 09:57:05 1996 Jason Merrill <jason@yorick.cygnus.com>
12272
12273 * pt.c (instantiate_class_template): Propagate TYPE_PACKED and
12274 TYPE_ALIGN.
12275 * class.c (finish_struct): Call cplus_decl_attributes here.
12276 (finish_struct_1): Not here.
12277 * cp-tree.h: Adjust.
12278
12279 * pt.c (type_unification): New parameter STRICT.
12280 (unify): If STRICT, don't allow cv addition or base deduction.
12281 * call.c, class.c, cvt.c, cp-tree.h: Adjust.
12282
12283 Tue Jul 30 13:06:13 1996 Jason Merrill <jason@yorick.cygnus.com>
12284
12285 * search.c (get_template_base{_recursive}): New fns.
12286 * pt.c (more_specialized): New fn.
12287 (do_function_instantiation): Use it.
12288 (unify): Handle base deduction.
12289 * cvt.c (joust): Use more_specialized.
12290 Don't arbitrarily choose between non-builtin candidates.
12291 (build_over_call): Call require_complete_type.
12292
12293 * decl.c (start_function): Statics are static even in a #pragma
12294 interface file.
12295
12296 * decl2.c (import_export_vtable): Disable vtable heuristic on
12297 systems with ASM_OUTPUT_EXTERNAL.
12298
12299 * cvt.c (compare_ics): Fix comparison of PMEM_CONV and BASE_CONV.
12300 (standard_conversion): No std conv to enum type.
12301
12302 * cvt.c (standard_conversion): Fix order of args to DERIVED_FROM_P
12303 for ptm's.
12304
12305 * cvt.c (reference_binding): Bind directly to a base subobject of
12306 a class rvalue.
12307
12308 * cvt.c (build_new_op): Enforce access control.
12309
12310 Tue Jul 30 09:22:53 1996 Bob Manson <manson@charmed.cygnus.com>
12311
12312 * typeck2.c (process_init_constructor): When scanning the
12313 union for a named field, skip things that aren't FIELD_DECLs.
12314
12315 * method.c (synthesize_method): Don't scan fndecl's rtl if
12316 we're at the end of the file; just assume the function can't
12317 be inlined.
12318
12319 Mon Jul 29 15:48:30 1996 Jason Merrill <jason@yorick.cygnus.com>
12320
12321 * cvt.c (build_builtin_candidate): Stick a dummy conversion in if
12322 it failed.
12323
12324 * cvt.c (build_user_type_conversion_1): Handle overloaded
12325 conversion ops.
12326
12327 * cvt.c (add_builtin_candidates): Don't consider type conversion
12328 operators for the first parameter of operator=.
12329
12330 Mon Jul 29 15:33:55 1996 Bob Manson <manson@charmed.cygnus.com>
12331
12332 * typeck.c (complete_type): Only call layout_type if we're not
12333 expanding a template.
12334
12335 Mon Jul 29 14:40:38 1996 Jason Merrill <jason@yorick.cygnus.com>
12336
12337 * cvt.c (compare_ics): Oops.
12338
12339 * cvt.c (op_error): Oops.
12340
12341 * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
12342 * cvt.c: Add IDENTITY_RANK before others. Use real_lvalue_p.
12343 (build_conv): Use them.
12344 (implicit_conversion): Use them.
12345 (convert_like): Handle them.
12346 (build_new_op): Handle builtin COND_EXPR again.
12347 (add_builtin_candidates): Strip cv-quals. Fix oops. Include enums
12348 in lists of types for COND_EXPR.
12349 (add_builtin_candidate): Add enum candidates for COND_EXPR.
12350
12351 Mon Jul 29 12:05:40 1996 Bob Manson <manson@charmed.cygnus.com>
12352
12353 * typeck.c (build_modify_expr): Always attempt to build a call to
12354 the assignment operator, even if we're using a default one.
12355 (convert_for_initialization): Call complete_type.
12356
12357 Mon Jul 29 11:25:08 1996 Jason Merrill <jason@yorick.cygnus.com>
12358
12359 * cvt.c (reference_binding): A REF_BIND gets the reference type.
12360 (implicit_conversion): Likewise.
12361 (convert_like): Likewise.
12362 (compare_ics): Likewise.
12363 (compare_qual): Likewise.
12364 (print_z_candidates): Handle no candidates.
12365 (build_new_op): Don't handle builtin COND_EXPR for now.
12366
12367 Sat Jul 27 11:27:47 1996 Stan Shebs <shebs@andros.cygnus.com>
12368
12369 * cvt.c (build_builtin_candidate): Init local var in an ANSI way.
12370
12371 Fri Jul 26 01:07:22 1996 Jason Merrill <jason@yorick.cygnus.com>
12372
12373 * cvt.c (joust): If the candidates are the same, arbitrarily pick one.
12374
12375 * cvt.c (build_builtin_candidate): Oops.
12376 (build_new_op): Oops.
12377
12378 * method.c (build_opfncall): Pass COND_EXPR on.
12379 * cvt.c (build_builtin_candidate): Reorganize, support COND_EXPR.
12380 (add_builtin_candidate{,s}): Likewise.
12381 (add_builtin_candidates): Likewise.
12382 (print_z_candidates, op_error, build_new_op): Likewise.
12383 (type_decays_to): New fn.
12384 * lex.c (init_lex): Just say ?: for COND_EXPR.
12385
12386 Thu Jul 25 09:33:33 1996 Jason Merrill <jason@yorick.cygnus.com>
12387
12388 * typeck.c (complete_type): Call layout_type rather than building
12389 a new array type.
12390
12391 * cvt.c (add_builtin_candidate): Pointer arithmetic candidates
12392 only use ptrdiff_t.
12393
12394 Wed Jul 24 12:45:08 1996 Jason Merrill <jason@yorick.cygnus.com>
12395
12396 * cvt.c: Always compile the new overloading code (but don't use it).
12397 (implicit_conversion): Add a BASE_CONV when converting to
12398 the same class type.
12399 (convert_like): Handle BASE_CONV.
12400
12401 Tue Jul 23 12:46:30 1996 Jason Merrill <jason@yorick.cygnus.com>
12402
12403 * cvt.c (build_new_op): Support {MAX,MIN}_EXPR.
12404 (add_builtin_candidate): Likewise.
12405
12406 NEW_OVER changes:
12407 * typeck.c (build_x_function_call): Try an operator function
12408 whenever we call an object of class type.
12409 * method.c (build_opfncall): Pass CALL_EXPRs through.
12410 * cvt.c (implicit_conversion): Do const-ref case first.
12411 (add_conv_candidate, build_object_call, op_error): New fns.
12412 (ptr_complete_ob, TYPE_PTROB_P): void is not an object type.
12413 ({add,build}_builtin_candidate{,s}, print_z_candidates): Display
12414 builtin candidates.
12415 (build_new_op): Handle CALL_EXPR. Don't try to decay void.
12416 Fall back on preincrement handling. Use op_error.
12417 Handle warn_synth.
12418 (convert_like): Pass INDIRECT_BIND. Don't try to do anything with
12419 an error_mark_node.
12420 (build_over_call): Handle PROMOTE_PROTOTYPES and ellipsis promotions
12421 properly.
12422
12423 Mon Jul 22 16:21:55 1996 Bob Manson <manson@charmed.cygnus.com>
12424
12425 * pt.c (tsubst_expr): Handle CONTINUE_STMT.
12426
12427 Mon Jul 22 15:38:58 1996 Mike Stump <mrs@cygnus.com>
12428
12429 * typeck.c (build_component_ref_1): Use build_component_ref
12430 instead of open coding it here.
12431
12432 Mon Jul 22 12:18:54 1996 Jason Merrill <jason@yorick.cygnus.com>
12433
12434 * g++.c (main): Don't link with -lg++.
12435
12436 NEW_OVER changes:
12437 * cvt.c (convert_to_reference): Don't use convert_from_reference on
12438 result of build_type_conversion.
12439 (cp_convert): Only call build_method_call for ctors if
12440 build_type_conversion failed.
12441 (ptr_complete_ob): New function.
12442 (TYPE_PTR{,OB,MEM}_P): New macros.
12443 ({add,build}_builtin_candidate{,s}): New functions.
12444 (print_z_candidates): Handle builtins.
12445 (build_user_type_conversion_1): Don't use conversion fns for
12446 converting to a base type.
12447 (build_user_type_conversion_1): Set ICS_USER_FLAG on AMBIG_CONVs.
12448 (build_user_type_conversion): Use convert_from_reference.
12449 (build_new_op): New function.
12450 (build_over_call): Fix handling of methods.
12451 (compare_ics): Handle AMBIG_CONV properly.
12452 * typeck2.c: Increment abort count.
12453 * method.c (build_opfncall): Forward most requests to build_new_op.
12454 * cp-tree.h (IS_OVERLOAD_TYPE): Tweak.
12455
12456 Fri Jul 19 17:59:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12457
12458 * error.c (dump_expr, case CONSTRUCTOR, case CAST_EXPR): Take out
12459 invalid second argument to dump_expr_list.
12460
12461 Fri Jul 19 14:04:05 1996 Mike Stump <mrs@cygnus.com>
12462
12463 * decl.c (lookup_name_real): Make sure we do obj->X::i correctly.
12464
12465 Thu Jul 18 14:48:23 1996 Bob Manson <manson@charmed.cygnus.com>
12466
12467 * decl2.c (import_export_vtable): ASM_OUTPUT_EXTERNAL, not
12468 ASSEMBLE_EXTERNAL.
12469
12470 Mon Jul 15 17:48:43 1996 Mike Stump <mrs@cygnus.com>
12471
12472 * typeck2.c (process_init_constructor): New pedwarn for using { }
12473 to initialize a pointer to member function.
12474 * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that
12475 we can avoid the new error.
12476
12477 Mon Jul 15 15:42:03 1996 Mike Stump <mrs@cygnus.com>
12478
12479 * typeck.c (build_ptrmemfunc1): New function to hide details of
12480 pointer to member functions better.
12481
12482 Mon Jul 15 14:23:02 1996 Mike Stump <mrs@cygnus.com>
12483
12484 * init.c (resolve_offset_ref): Resolve OFFSET_REFs that are
12485 methods into the actual method, as we know the implied object is
12486 not used.
12487
12488 Mon Jul 15 13:08:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12489
12490 * parse.y (maybecomma_warn): Only emit the pedwarn if we're not
12491 inside a system header.
12492
12493 Fri Jul 12 16:30:05 1996 Bob Manson <manson@charmed.cygnus.com>
12494
12495 * call.c (build_method_call): Call complete_type on the
12496 instance type.
12497
12498 Thu Jul 11 17:16:40 1996 Mike Stump <mrs@cygnus.com>
12499
12500 * typeck.c (build_component_ref): Always build up an OFFSET_REF
12501 for obj_ptr->func so that we can know which object to use in a
12502 method call.
12503
12504 Wed Jul 10 19:36:37 1996 Mike Stump <mrs@cygnus.com>
12505
12506 * typeck.c (build_ptrmemfunc): Remove sorry, now we can cast
12507 around things. Also improve maintainability.
12508
12509 Wed Jul 10 18:20:11 1996 Bob Manson <manson@charmed.cygnus.com>
12510
12511 * decl.c (grokdeclarator): Check for overflow when evaluating an
12512 array dimension.
12513
12514 Wed Jul 10 17:26:19 1996 Jason Merrill <jason@yorick.cygnus.com>
12515
12516 * cvt.c (cp_convert): Don't check for ambiguity with constructor
12517 if NEW_OVER.
12518
12519 * typeck.c (build_x_function_call): Pass function overload
12520 questions to new overloading code if NEW_OVER.
12521 * init.c (expand_aggr_init_1): Only check for type conversion ops
12522 if we're doing copy-initialization (i.e. LOOKUP_ONLYCONVERTING).
12523 Don't check for ambiguity with constructor if NEW_OVER.
12524 * cvt.c (convert_to_reference): Dereference the result of a type
12525 conversion operator.
12526 (build_conv): Propagate ICS_USER_FLAG.
12527 (implicit_conversion): Call instantiate_type.
12528 Pass LOOKUP_ONLYCONVERTING instead of LOOKUP_NORMAL.
12529 (add_function_candidate): Fix cv-quals on argtype.
12530 (print_z_candidates): New function.
12531 (build_new_function_call): Call it.
12532 (build_user_type_conversion_1): If LOOKUP_ONLYCONVERTING, don't
12533 consider non-converting constructors.
12534 Call print_z_candidates.
12535 Return an AMBIG_CONV for an ambiguous conversion.
12536 (build_user_type_conversion): Handle AMBIG_CONV.
12537 (convert_like): Fix test for building TARGET_EXPR.
12538 Call instantiate_type.
12539 Handle AMBIG_CONV and LVALUE_CONV.
12540 (build_over_call): Handle 0 args and ellipsis.
12541 * cp-tree.def: Add AMBIG_CONV.
12542
12543 Tue Jul 9 17:48:48 1996 Mike Stump <mrs@cygnus.com>
12544
12545 * decl.c (lookup_name_real): If we find mem in obj when parsing
12546 `obj->mem', make sure we return the right value.
12547
12548 Tue Jul 9 16:11:28 1996 Bob Manson <manson@charmed.cygnus.com>
12549
12550 * search.c (get_base_distance): Call complete_type.
12551
12552 Tue Jul 9 12:46:34 1996 Mike Stump <mrs@cygnus.com>
12553
12554 * decl.c (store_bindings): Make static.
12555
12556 Mon Jul 8 16:42:31 1996 Jason Merrill <jason@yorick.cygnus.com>
12557
12558 * init.c (expand_aggr_init_1): Don't check type conversions if
12559 NEW_OVER.
12560
12561 * cvt.c (z_candidate): Put back template field.
12562 (add_function_candidate): Set it.
12563 (add_template_candidate): Likewise.
12564 (joust): Use it.
12565 (compare_qual): Handle references and pointers to members.
12566 (compare_ics): Handle reference bindings.
12567
12568 * decl.c (duplicate_decls): Propagate DECL_ONE_ONLY.
12569
12570 Mon Jul 8 16:18:56 1996 Bob Manson <manson@charmed.cygnus.com>
12571
12572 * call.c (compute_conversion_costs): Call complete_type.
12573
12574 * tree.c (vec_binfo_member): Use comptypes instead of comparing
12575 pointers, so we can handle template parameters.
12576
12577 Fri Jul 5 16:51:53 1996 Bob Manson <manson@charmed.cygnus.com>
12578
12579 * cvt.c (cp_convert_to_pointer): We have to call complete_type
12580 here; let's make it explicit instead of a side effect of an
12581 error check.
12582
12583 Wed Jul 3 16:29:51 1996 Jason Merrill <jason@yorick.cygnus.com>
12584
12585 * cvt.c (z_candidate): Remove template field.
12586 (reference_binding): Handle binding to temporary.
12587 (implicit_conversion): Likewise.
12588 (add_function_candidate): Handle artificial constructor parms.
12589 Handle functions with too few parms.
12590 (add_template_candidate): New function.
12591 (build_user_type_conversion_1): Handle constructors.
12592 (convert_like): Likewise.
12593 (build_over_call): Likewise.
12594 (build_new_function_call): Support templates.
12595 (compare_ics): Fix reference, inheritance handling.
12596
12597 Mon Jul 1 22:58:18 1996 Bob Manson <manson@charmed.cygnus.com>
12598
12599 * decl.c: Add signed_size_zero_node.
12600 (init_decl_processing): Build it.
12601 * class.c (prepare_fresh_vtable): Use it instead of size_zero_node
12602 when we're trying to make a negative delta.
12603
12604 Mon Jul 1 17:56:19 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12605
12606 Stop doing this damn index==strchr variable name confusion.
12607 * class.c (add_virtual_function): Change local var INDEX to be
12608 named IDX.
12609 (add_method): Likewise.
12610 * lex.c (print_parse_statistics): Likewise.
12611 * search.c (make_memoized_table_entry): Likewise.
12612 (lookup_fnfields_here): Likewise.
12613 (lookup_field): Likewise.
12614 (lookup_fnfields): Likewise.
12615 (get_baselinks): Likewise.
12616 * sig.c (build_signature_table_constructor): Likewise.
12617 (build_signature_method_call): Likewise.
12618 * typeck.c (build_x_array_ref): Change INDEX parm to be named IDX.
12619 (get_member_function_from_ptrfunc): Likewise.
12620 (build_ptrmemfunc): Change local var INDEX to be IDX.
12621 (c_expand_start_case): Likewise.
12622
12623 Sat Jun 29 14:05:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12624
12625 * cvt.c (cp_convert_to_pointer): Move user-defined type conversion
12626 handling to before extraction of TYPE_PTRMEMFUNC_FN_TYPE.
12627 (convert_to_reference): Use build_type_conversion to convert to
12628 the reference type directly.
12629 (standard_conversion): Fix void* case, non-conversions.
12630 (reference_binding): Fix expr == 0 case, non-conversions.
12631 (convert_like): Support REF_BIND.
12632 (compare_qual): Split out from compare_ics.
12633 (compare_ics): Use it, handle icses with only a qual_conv.
12634
12635 * init.c (expand_vec_init): Don't crash if decl is NULL.
12636
12637 Fri Jun 28 11:52:51 1996 Stan Shebs <shebs@andros.cygnus.com>
12638
12639 * mpw-config.in: New file, configury for Mac MPW.
12640 * mpw-make.sed: New file, makefile editing for MPW.
12641
12642 Thu Jun 27 15:18:30 1996 Jason Merrill <jason@yorick.cygnus.com>
12643
12644 * pt.c (instantiate_class_template): Call repo_template_used.
12645
12646 * search.c (lookup_conversions): Only lookup conversions in
12647 complete types.
12648
12649 Thu Jun 27 12:59:53 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12650
12651 * cp-tree.def: Renamed from tree.def, to avoid confusion with
12652 gcc's tree.def.
12653 * cp-tree.h, lex.c: Include cp-tree.def.
12654 * Makefile.in (CXX_TREE_H): Reference cp-tree.def.
12655
12656 Wed Jun 26 18:29:47 1996 Bob Manson <manson@charmed.cygnus.com>
12657
12658 * init.c (build_vec_delete_1): Call complete_type.
12659
12660 Mon Jun 24 17:17:32 1996 Mike Stump <mrs@cygnus.com>
12661
12662 * except.c (start_anon_func): Make sure anonymous functions are
12663 never external.
12664
12665 Fri Jun 21 15:10:58 1996 Jason Merrill <jason@yorick.cygnus.com>
12666
12667 * decl.c (finish_function): If function_depth > 1, set nested.
12668
12669 * decl2.c (grokbitfield): Revert Bob's change.
12670 * class.c (finish_struct_1): Fix handling of named bitfield widths.
12671
12672 Thu Jun 20 23:35:38 1996 Jason Merrill <jason@yorick.cygnus.com>
12673
12674 * pt.c (add_pending_template): Handle types.
12675 (lookup_template_class): With -fexternal-templates, just add the class
12676 to pending_templates instead of instantiating it now.
12677 * decl2.c (finish_file): Handle types in pending_templates.
12678
12679 Thu Jun 20 14:08:40 1996 Bob Manson <manson@charmed.cygnus.com>
12680
12681 * decl2.c (grokbitfield): Handle constant decls appropriately.
12682 Give an appropriate error message now instead of spewing core
12683 later.
12684
12685 Thu Jun 20 13:01:51 1996 Jason Merrill <jason@yorick.cygnus.com>
12686
12687 * decl2.c: Don't turn on thunks by default for now.
12688
12689 Wed Jun 19 11:37:04 1996 Jason Merrill <jason@yorick.cygnus.com>
12690
12691 * typeck.c (complete_type): Handle error_mark_node.
12692 (common_type, OFFSET_TYPE): Handle template_type_parms.
12693
12694 Tue Jun 18 10:02:15 1996 Jason Merrill <jason@yorick.cygnus.com>
12695
12696 * pt.c (instantiate_decl): If at_eof, call import_export_decl
12697 regardless of DECL_INLINE.
12698
12699 * typeck.c (mark_addressable): Set TREE_ADDRESSABLE on CONSTRUCTORs.
12700
12701 * class.c (finish_struct_bits): Copy TYPE_SIZE.
12702
12703 * rtti.c (build_dynamic_cast): Support templates.
12704 * tree.def: Support DYNAMIC_CAST_EXPR.
12705 * pt.c (tsubst_copy): Likewise.
12706 * decl2.c (build_expr_from_tree): Likewise.
12707
12708 Mon Jun 17 15:23:36 1996 Jason Merrill <jason@yorick.cygnus.com>
12709
12710 * typeck.c (build_static_cast): Support templates.
12711 (build_const_cast): Likewise.
12712 * tree.def: Support CONST/STATIC_CAST_EXPR.
12713 * pt.c (tsubst_copy): Likewise.
12714 * decl2.c (build_expr_from_tree): Likewise.
12715
12716 Sun Jun 16 12:33:57 1996 Jason Merrill <jason@yorick.cygnus.com>
12717
12718 * decl2.c (finish_vtable_vardecl): Don't trust
12719 TREE_SYMBOL_REFERENCED for vtables of local classes.
12720
12721 Fri Jun 14 18:13:36 1996 Jason Merrill <jason@yorick.cygnus.com>
12722
12723 * pt.c (tsubst_copy): Handle operator T.
12724
12725 Wed Jun 12 17:52:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12726
12727 * init.c (build_delete): Move creation of PARMS inside test of
12728 TYPE_HAS_DESTRUCTOR, since it's never used outside of that block.
12729
12730 Tue Jun 11 15:09:18 1996 Bob Manson <manson@charmed.cygnus.com>
12731
12732 * typeck.c (build_conditional_expr): Don't assume that
12733 the arguments to ?: are always pointers or records.
12734
12735 Tue Jun 11 13:56:23 1996 Jason Merrill <jason@yorick.cygnus.com>
12736
12737 * decl2.c (import_export_decl): Still emit static/weak/comdat
12738 copies of inline template functions with -fno-implicit-templates.
12739
12740 Tue Jun 11 11:42:13 1996 Bob Manson <manson@charmed.cygnus.com>
12741
12742 * init.c (build_delete): Determine the complete basetype
12743 path to the destructor we're calling.
12744
12745 Fri Jun 7 15:30:10 1996 Bob Manson <manson@charmed.cygnus.com>
12746
12747 * decl.c (build_enumerator): Always copy the INTEGER_CST used to
12748 initialize the enum, because we really and truly don't know where
12749 it came from.
12750 (start_enum): Don't copy integer_zero_node because
12751 build_enumerator will do it.
12752
12753 Fri Jun 7 11:11:09 1996 Jason Merrill <jason@yorick.cygnus.com>
12754
12755 * decl.c (finish_function): Do access control on base destructors.
12756
12757 * pt.c (tsubst, case FUNCTION_DECL): Set up
12758 IDENTIFIER_GLOBAL_VALUE for member functions so pushdecl doesn't
12759 hose us.
12760
12761 Fri Jun 7 10:37:33 1996 Mike Stump <mrs@cygnus.com>
12762
12763 * cvt.c (build_up_reference): If we have already extended the
12764 lifetime of the temporary, don't try it again.
12765 * typeck.c (c_expand_return): Don't try and convert the return
12766 value twice when we want a reference, once is enough.
12767
12768 Tue Jun 4 15:41:45 1996 Jason Merrill <jason@yorick.cygnus.com>
12769
12770 * pt.c (tsubst_expr, case DECL_STMT): Don't pass
12771 LOOKUP_ONLYCONVERTING at all for now.
12772
12773 * search.c (add_conversions): Put the conversion function in
12774 TREE_VALUE, the basetype in TREE_PURPOSE.
12775 * cvt.c (build_type_conversion): Adjust.
12776 * cvt.c (build_expr_type_conversion): Adjust.
12777 * call.c (user_harshness): Adjust.
12778
12779 Mon Jun 3 15:30:52 1996 Jason Merrill <jason@yorick.cygnus.com>
12780
12781 * method.c (emit_thunk): Pretend this is a FUNCTION_DECL for the
12782 backend's benefit.
12783
12784 Mon Jun 10 18:58:19 1996 Mike Stump <mrs@cygnus.com>
12785
12786 * except.c (expand_start_catch_block): Add a dummy region, if we
12787 get an error, so that we can avoid core dumping later.
12788
12789 Fri May 31 14:56:13 1996 Mike Stump <mrs@cygnus.com>
12790
12791 * cp-tree.h (OFFSET_REF): Remove.
12792 * tree.def (CP_OFFSET_REF): Rename to OFFSET_REF.
12793 * expr.c (cplus_expand_expr): Cleanup callers of expand_expr.
12794 * init.c (expand_aggr_init_1): Likewise.
12795 (build_new): Likewise.
12796 * typeck.c (expand_target_expr): Likewise.
12797
12798 Fri May 31 14:22:08 1996 Jason Merrill <jason@yorick.cygnus.com>
12799
12800 * typeck.c (build_modify_expr): Don't use TREE_VALUE on a
12801 TARGET_EXPR.
12802
12803 Wed May 29 17:04:33 1996 Mike Stump <mrs@cygnus.com>
12804
12805 * cvt.c (build_up_reference): Redo how and when temporaries are
12806 created.
12807 * decl.c (grok_reference_init): Don't try and be smart about
12808 running cleanups.
12809
12810 Wed May 29 16:02:08 1996 Mike Stump <mrs@cygnus.com>
12811
12812 * cvt.c (build_up_reference): Add NULL_TREE to all calls to build
12813 (TARGET_EXPR...), now that it has 4 arguments.
12814 * tree.c (build_cplus_new): Likewise.
12815
12816 Thu May 23 16:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
12817
12818 * error.c (dump_expr, case CAST_EXPR): Handle T() properly.
12819
12820 * pt.c (instantiate_decl): Don't call push/pop_cp_function_context.
12821 * decl.c (struct saved_scope): Remove named_labels,
12822 {base,member}_init_list.
12823 (maybe_push_to_top_level): Don't set them. Call
12824 push_cp_function_context if appropriate.
12825 (pop_from_top_level): Likewise.
12826
12827 * method.c (do_build_assign_ref): Remove obsolete check of
12828 TYPE_HAS_ASSIGN_REF (basetype).
12829
12830 * decl.c (grokfndecl): Diagnose user definition of
12831 implicitly-declared methods.
12832
12833 Thu May 23 12:13:08 1996 Bob Manson <manson@charmed.cygnus.com>
12834
12835 * method.c (do_build_copy_constructor): Add code to give
12836 meaningful error messages instead of crashing.
12837 (do_build_assign_ref): Don't synthesize assignment operators for
12838 classes containing reference or const members.
12839
12840 * class.c (struct base_info): Remove cant_synth_copy_ctor
12841 and cant_synth_asn_ref.
12842 (finish_base_struct): Remove the code that tries to conditionalize
12843 synthesis of copy constructors & assignment operators based on
12844 access permissions. Instead, let it fail when it tries to
12845 synthesize the copy constructor. This will give meaningful error
12846 messages instead of silently generating code to perform a bitcopy.
12847
12848 Wed May 22 11:45:19 1996 Bob Manson <manson@charmed.cygnus.com>
12849
12850 * lex.c (real_yylex): Remove old-n-crufty #if 0 code for
12851 determining types for constant values.
12852
12853 * decl.c (struct named_label_list): Use instead of stuffing
12854 random items into a TREE_LIST node.
12855 (named_label_uses): Use the new struct.
12856 (poplevel): Likewise.
12857 (lookup_label): Likewise.
12858 (define_label): Add an error message to tell the user the line
12859 where the goto is located in addition to the destination of the
12860 goto.
12861 (init_decl_processing): Use NULL instead of NULL_TREE to initialize
12862 named_label_uses.
12863 (finish_function): Likewise.
12864
12865 (start_decl): Complain about defining a static data member
12866 in a different type from which it was declared.
12867
12868 Wed May 22 09:33:23 1996 Jason Merrill <jason@yorick.cygnus.com>
12869
12870 * cvt.c (build_expr_type_conversion): Adjust.
12871
12872 Tue May 21 11:21:56 1996 Jason Merrill <jason@yorick.cygnus.com>
12873
12874 * call.c (build_method_call): Always convert 'this' to the
12875 appropriate type.
12876
12877 * search.c (add_conversions): Put the conversion function in
12878 TREE_VALUE, the type in TREE_PURPOSE.
12879 * cvt.c (build_type_conversion): Adjust.
12880 * call.c (user_harshness): Adjust.
12881
12882 * method.c (emit_thunk): Call temporary_allocation and
12883 permanent_allocation around the ASM_OUTPUT_MI_THUNK case, too.
12884
12885 * tree.c (build_cplus_array_type): Handle tweaking of
12886 TYPE_MAIN_VARIANT here.
12887 * typeck.c (common_type): Not here.
12888
12889 * typeck.c (complete_type): Only try to complete an array type if
12890 it has a domain.
12891
12892 Mon May 20 14:55:59 1996 Jason Merrill <jason@yorick.cygnus.com>
12893
12894 * decl.c (grokvardecl): Call complete_type.
12895 (grokdeclarator): Call complete_type for PARM_DECLs.
12896
12897 Fri May 17 16:41:17 1996 Jason Merrill <jason@yorick.cygnus.com>
12898
12899 * pt.c (instantiate_class_template): Re-set
12900 CLASSTYPE_GOT_SEMICOLON after calling finish_struct_1.
12901
12902 Fri May 17 14:56:55 1996 Mike Stump <mrs@cygnus.com>
12903
12904 * cp-tree.h (cp_expand_decl_cleanup): Remove, the backend is now
12905 smart enough to do it right.
12906 * tree.c (cp_expand_decl_cleanup): Likewise.
12907 * decl.c (cp_finish_decl): Use expand_decl_cleanup instead of
12908 cp_expand_decl_cleanup.
12909 (store_parm_decls): Likewise.
12910 (hack_incomplete_structures): Likewise.
12911 * except.c (push_eh_cleanup): Likewise.
12912
12913 Fri May 17 13:13:51 1996 Mike Stump <mrs@cygnus.com>
12914
12915 * expr.c (expand_expr, cond UNSAVE_EXPR): Move from the C++
12916 frontend to the backend where it belongs.
12917 * tree.c (unsave_expr): Likewise.
12918 (unsave_expr_now): Likewise.
12919 * tree.def (UNSAVE_EXPR): Likewise.
12920 * cp-tree.h (unsave_expr): Likewise.
12921 (unsave_expr_now): Likewise.
12922
12923 Fri May 17 11:02:41 1996 Mike Stump <mrs@cygnus.com>
12924
12925 * init.c (emit_base_init): Make sure the partial EH cleanups live
12926 on the function_obstack.
12927
12928 Thu May 16 15:29:33 1996 Bob Manson <manson@charmed.cygnus.com>
12929
12930 * expr.c (do_case): Don't try to dereference null TREE_TYPEs
12931 when checking for pointer types.
12932
12933 Thu May 16 13:38:58 1996 Jason Merrill <jason@yorick.cygnus.com>
12934
12935 * pt.c (instantiate_class_template): Remove obsolete check for
12936 access declarations.
12937
12938 Thu May 16 13:34:15 1996 Mike Stump <mrs@cygnus.com>
12939
12940 * call.c (build_overload_call): Simplify calls to
12941 build_overload_call by removing last parameter.
12942 (build_method_call): Likewise.
12943 * cp-tree.h: Likewise.
12944 * method.c (build_opfncall): Likewise.
12945 * typeck.c (build_x_function_call): Likewise.
12946
12947 Thu May 16 13:15:43 1996 Mike Stump <mrs@cygnus.com>
12948
12949 * call.c (default_parm_conversions): Factor out common code.
12950 (build_method_call): Use it.
12951 (build_overload_call_real): Use it.
12952
12953 Wed May 15 14:46:14 1996 Mike Stump <mrs@cygnus.com>
12954
12955 * call.c (build_method_call): Allow implicit & on METHOD_TYPEs,
12956 but pedwarn as the code is bogus.
12957 * typeck.c (decay_conversion): Likewise.
12958 (build_function_call_real): Use build_addr_func instead of
12959 default_conversion. Don't allow pointer-to-method functions down
12960 here.
12961 (build_unary_op): Use real pointer-to-member functions instead of
12962 fake ones.
12963 (build_ptrmemfunc): Use build_addr_func instead of build_unary_op.
12964 (convert_for_assignment): Removed some obsolete code.
12965 * decl2.c (reparse_absdcl_as_expr): Pass current_class_ref to
12966 build_x_function_call instead of current_class_ptr. Only call
12967 digest_init once on an initializer, we do this just checking
12968 TREE_TYPE.
12969 (build_expr_from_tree): Pass current_class_ref to
12970 build_x_function_call instead of current_class_ptr.
12971 * init.c (build_member_call): Likewise.
12972 * pase.y: Likewise.
12973 * error.c (dump_expr): Handle OFFSET_REFs better.
12974 * pt.c (unify): Handle pointer-to-member functions better.
12975 * decl.c (finish_function): Clear out current_class_ref just like
12976 we do for current_class_ptr.
12977
12978 * typeck.c (get_delta_difference): Handle virtual bases better.
12979
12980 Tue May 14 16:37:37 1996 Jason Merrill <jason@yorick.cygnus.com>
12981
12982 * sig.c (build_signature_table_constructor): Use the delta for
12983 the original basetype for this virtual function with thunks.
12984 (build_signature_method_call): We still need to adjust 'this'
12985 with thunks.
12986
12987 Tue May 14 16:27:25 1996 Mike Stump <mrs@cygnus.com>
12988
12989 * call.c (build_addr_func): New routine. Used to get the `real'
12990 address of a function or a method. Needed to avoid getting a
12991 pointer-to-member function.
12992 (build_call): New routine to build CALL_EXPRs.
12993 (build_method_call): Use it.
12994 * cvt.c (convert_to_aggr): Likewise.
12995 * typeck.c (build_function_call_real): Likewise.
12996 * sig.c (build_signature_table_constructor): Use build_addr_func.
12997 * cp-tree.h (build_call, build_addr_func): Declare them.
12998
12999 Tue May 14 12:47:47 1996 Mike Stump <mrs@cygnus.com>
13000
13001 * cp-tree.h (LOOKUP_AGGR): Remove, unused.
13002 * parse.y: Remove uses of LOOKUP_AGGR.
13003
13004 Tue May 14 12:07:51 1996 Mike Stump <mrs@cygnus.com>
13005
13006 * *.[chy]: Rename current_class_decl to current_class_ptr, and
13007 C_C_D to current_class_ref.
13008
13009 Mon May 13 16:55:23 1996 Jason Merrill <jason@yorick.cygnus.com>
13010
13011 * call.c (convert_harshness): Tighten up pointer conversions.
13012
13013 Sat May 11 04:33:50 1996 Doug Evans <dje@canuck.cygnus.com>
13014
13015 * decl2.c (finish_vtable_vardecl): Surround DECL_ONE_ONLY with ifdef.
13016 (finish_file): Likewise.
13017
13018 Fri May 10 11:09:57 1996 Jason Merrill <jason@yorick.cygnus.com>
13019
13020 * cvt.c (convert_fn_ptr): We don't use thunks for pmfs.
13021
13022 * method.c (emit_thunk): Set flag_omit_frame_pointer in default
13023 code.
13024
13025 Thu May 9 18:18:30 1996 Jason Merrill <jason@yorick.cygnus.com>
13026
13027 * decl2.c: Turn on thunks by default where supported.
13028
13029 Tue May 7 20:39:57 1996 Mike Stump <mrs@cygnus.com>
13030
13031 * cp-tree.h (build_overload_call_maybe): Removed.
13032 * call.c (build_overload_call_real): Invert meaning of last arg to
13033 be require_complete.
13034 (build_overload_call): Likewise.
13035 * typeck.c (build_x_function_call): Use build_overload_call_real
13036 instead of build_overload_call_maybe.
13037
13038 Mon May 6 01:23:32 1996 Jason Merrill <jason@yorick.cygnus.com>
13039
13040 * decl2.c (finish_file): Don't try to emit functions that haven't
13041 been compiled.
13042
13043 Fri May 3 09:30:13 1996 Jason Merrill <jason@yorick.cygnus.com>
13044
13045 * decl2.c (finish_vtable_vardecl): Oops.
13046
13047 * decl.c (maybe_push_to_top_level): Do save previous_class_*.
13048 Also store the bindings from previous_class_values.
13049 (pop_from_top_level): Restore them.
13050
13051 Thu May 2 21:56:49 1996 Jason Merrill <jason@yorick.cygnus.com>
13052
13053 * decl2.c (finish_vtable_vardecl): Only write out vtable if its
13054 symbol has been referenced.
13055 (finish_file): Re-join synthesis/vtable loop with inline emission
13056 loop, disable inlining when an inline is output.
13057
13058 Thu May 2 17:20:02 1996 Mike Stump <mrs@cygnus.com>
13059
13060 * except.c (init_exception_processing): Setup saved_in_catch.
13061 (push_eh_cleanup): Reset __eh_in_catch.
13062 (expand_start_catch_block): Set __eh_in_catch.
13063
13064 Thu May 2 16:21:17 1996 Mike Stump <mrs@cygnus.com>
13065
13066 * except.c (push_eh_cleanup): Add tracking for whether or not we
13067 have an active exception object.
13068 (expand_builtin_throw): Use it to make sure a rethrow without an
13069 exception object is caught.
13070
13071 Thu May 2 11:26:41 1996 Jason Merrill <jason@yorick.cygnus.com>
13072
13073 * decl.c (maybe_push_to_top_level): Clear out class-level bindings
13074 cache.
13075
13076 Wed May 1 11:26:52 1996 Jason Merrill <jason@yorick.cygnus.com>
13077
13078 * decl2.c (finish_file): Also use sentries for vars with
13079 DECL_ONE_ONLY or DECL_WEAK set (should any such happen to be
13080 created).
13081
13082 * lex.c (handle_cp_pragma): Disable #pragma
13083 interface/implementation if SUPPORTS_ONE_ONLY > 1.
13084
13085 Tue Apr 30 11:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13086
13087 * method.c (emit_thunk): Wrap default case in
13088 temporary/permanent_allocation.
13089
13090 * method.c (make_thunk): Use DECL_ONE_ONLY.
13091 (emit_thunk): Call assemble_end_function.
13092
13093 Mon Apr 29 15:38:29 1996 Jason Merrill <jason@yorick.cygnus.com>
13094
13095 * decl2.c (import_export_vtable): Use DECL_ONE_ONLY.
13096 (import_export_decl): Likewise.
13097 (finish_prevtable_vardecl): Disable vtable hack if
13098 SUPPORTS_ONE_ONLY > 1.
13099
13100 Mon Apr 29 14:32:47 1996 Mike Stump <mrs@cygnus.com>
13101
13102 * typeck.c (build_modify_expr): PREINCREMENT_EXPR and
13103 PREDECREMENT_EXPRs take two arguments, not one.
13104
13105 Mon Apr 29 00:27:53 1996 Jason Merrill <jason@yorick.cygnus.com>
13106
13107 * class.c (build_vtable_entry): Don't build thunks for abstract
13108 virtuals.
13109
13110 * lex.c (real_yylex): Fix handling of __PRETTY_FUNCTION__ like C
13111 frontend.
13112
13113 Sat Apr 27 16:45:35 1996 Jason Merrill <jason@yorick.cygnus.com>
13114
13115 * class.c (set_rtti_entry): Use size_zero_node.
13116 (build_vtable): Likewise.
13117
13118 Sat Apr 27 14:48:57 1996 Jason Merrill <jason@phydeaux.cygnus.com>
13119
13120 * class.c (finish_struct_1): Pass size_zero_node to set_rtti_entry.
13121 (prepare_fresh_vtable): Likewise.
13122
13123 Fri Apr 26 13:14:14 1996 Jason Merrill <jason@yorick.cygnus.com>
13124
13125 * method.c (emit_thunk): Call mark_used on the target function.
13126
13127 * call.c (build_method_call): Don't warn about pending templates.
13128
13129 Thu Apr 25 14:55:44 1996 Jason Merrill <jason@yorick.cygnus.com>
13130
13131 * decl2.c (finish_file): Fix list walking logic.
13132
13133 * typeck2.c (check_for_new_type): Only warn if -pedantic.
13134
13135 Wed Apr 24 15:41:15 1996 Bob Manson <manson@charmed.cygnus.com>
13136
13137 * class.c (finish_struct_1): Remove old code for
13138 dont_allow_type_definitions.
13139 * cp-tree.h: Likewise.
13140 * spew.c: Make sure cp-tree.h is included before parse.h, so the
13141 definition of flagged_type_tree is found before it is used.
13142 * lex.c: Likewise.
13143 * parse.y: Added the ftype member to the type union, and changed a
13144 number of rules to use it instead of ttype. Added calls to
13145 check_for_new_type() as appropriate.
13146 * typeck2.c (check_for_new_type): New function for checking
13147 if a newly defined type appears in the specified tree.
13148 * cp-tree.h: Add new type flagged_type_tree. Add a prototype
13149 for check_for_new_type().
13150
13151 Wed Apr 24 00:36:21 1996 Jason Merrill <jason@yorick.cygnus.com>
13152
13153 * decl2.c (finish_file): Only use a sentry if the decl is public.
13154
13155 * pt.c (tsubst_expr, DECL_STMT): If we don't have an initializer,
13156 don't pass LOOKUP_ONLYCONVERTING.
13157
13158 Tue Apr 23 17:18:47 1996 Bob Manson <manson@charmed.cygnus.com>
13159
13160 * typeck.c (common_type): Fix the ARRAY_TYPE case so it
13161 properly keeps track of const and volatile type modifiers.
13162
13163 Tue Apr 23 10:52:56 1996 Jason Merrill <jason@yorick.cygnus.com>
13164
13165 * tree.c (cp_tree_equal): C++ version of simple_cst_equal.
13166 * pt.c (comp_template_args): Use it.
13167
13168 * rtti.c (get_tinfo_fn, build_dynamic_cast, expand_*_desc): Call
13169 assemble_external for artificial function decls.
13170
13171 * decl.c (cp_finish_decl): Oops.
13172
13173 Mon Apr 22 17:28:27 1996 Jason Merrill <jason@yorick.cygnus.com>
13174
13175 * decl2.c (import_export_decl): Put static data member templates
13176 into common storage, or make them weak, depending on whether they
13177 are dynamically or statically initialized.
13178 (get_sentry): New function.
13179 (finish_file): Do import_export_decl for static data members before
13180 building the init/fini functions. Don't init/fini a variable that's
13181 EXTERNAL. Use a sentry for variables in common. Fix mismatching
13182 push/pop_temp_slots.
13183 * decl.c (cp_finish_decl): If DECL_NOT_REALLY_EXTERN, do the
13184 expand_static_init thang.
13185 * method.c (get_id_2): New function.
13186
13187 Mon Apr 22 15:32:45 1996 Bob Manson <manson@charmed.cygnus.com>
13188
13189 * parse.y (empty_parms): Make sure we use C++-style prototypes
13190 when we're declaring member functions.
13191
13192 Sun Apr 21 10:08:22 1996 Jason Merrill <jason@yorick.cygnus.com>
13193
13194 * Makefile.in (CONFLICTS): 16 s/r conflicts.
13195 * parse.y (self_template_type): New nonterminal.
13196
13197 Thu Apr 18 08:56:54 1996 Jason Merrill <jason@yorick.cygnus.com>
13198
13199 * decl.c (make_typename_type): Handle getting a TYPE_DECL for a
13200 name.
13201 * parse.y (base_class.1): Allow 'typename foo::bar'.
13202
13203 * lex.c (check_newline): Remove #pragma code that plays with the
13204 input stream, since we now deal with tokens. Clear nextchar when
13205 we're done.
13206 (handle_cp_pragma): Use real_yylex.
13207 (handle_sysv_pragma): Don't do skipline here. Only call real_yylex
13208 in one place.
13209
13210 * lex.c (check_for_missing_semicolon): Handle SELFNAME.
13211
13212 * lex.c (handle_cp_pragma): Fix "#pragma implementation".
13213
13214 Wed Apr 17 16:51:33 1996 Jason Merrill <jason@yorick.cygnus.com>
13215
13216 * parse.y: New token SELFNAME for potential constructor.
13217 * spew.c (yylex): Handle it.
13218 * lex.c (identifier_type): Produce it.
13219
13220 * parse.y (complete_type_name): In :: case, don't push class binding.
13221 (complex_type_name): Likewise.
13222
13223 Wed Apr 17 15:02:40 1996 Mike Stump <mrs@cygnus.com>
13224
13225 * typeck.c (build_reinterpret_cast): Handle pointer to member
13226 functions.
13227
13228 Wed Apr 17 12:28:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13229
13230 * lex.c (handle_cp_pragma): New function, with decl, doing the cc1plus
13231 pragmas.
13232 (check_newline): Put the vtable/unit/implementation/interface pragma
13233 code into handle_cp_pragma, replacing it with a call.
13234 (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
13235 args. Get the next token after handling the pragma token.
13236
13237 Wed Apr 17 10:28:34 1996 Jason Merrill <jason@yorick.cygnus.com>
13238
13239 * cvt.c (cp_convert_to_pointer): Avoid doing base analysis on pmfs.
13240 (convert_to_pointer_force): Likewise.
13241
13242 * init.c (build_new): Fix array new without -fcheck-new.
13243
13244 Tue Apr 16 13:44:58 1996 Jason Merrill <jason@yorick.cygnus.com>
13245
13246 * cp-tree.h, call.c, class.c, decl.c, parse.y, pt.c, rtti.c,
13247 tree.c: Lose TYPE_NESTED_NAME.
13248
13249 * parse.y (nested_name_specifier_1): Don't treat non-identifiers
13250 as identifiers.
13251
13252 * tree.def: Add VEC_INIT_EXPR.
13253 * expr.c (cplus_expand_expr): Handle it.
13254 * init.c (build_new): Use it instead of the RTL_EXPR nastiness and
13255 the extra file-scope symbol nastiness.
13256
13257 Mon Apr 15 16:21:29 1996 Jason Merrill <jason@yorick.cygnus.com>
13258
13259 * method.c (make_thunk): Thunks are static.
13260 (emit_thunk): Use ASM_OUTPUT_MI_THUNK if it's defined.
13261
13262 * decl2.c (mark_vtable_entries): Emit thunks as needed.
13263 (finish_file): Don't emit them here.
13264
13265 Sun Apr 14 11:34:39 1996 Jason Merrill <jason@yorick.cygnus.com>
13266
13267 * rtti.c (build_dynamic_cast): Handle null pointers.
13268 (ifnonnull): New function.
13269
13270 Fri Apr 12 09:08:27 1996 Bob Manson <manson@charmed.cygnus.com>
13271
13272 * call.c (build_method_call): Remember the original basetype we
13273 were called with. Give an error message instead of trying
13274 (incorrectly) to call a non-static member function through a
13275 non-inherited class.
13276
13277 * search.c (expand_upcast_fixups): Mark the new fixup as
13278 DECL_ARTIFICIAL.
13279
13280 Thu Apr 11 03:57:09 1996 Jason Merrill <jason@yorick.cygnus.com>
13281
13282 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
13283
13284 * class.c (set_rtti_entry): Fix for thunks.
13285
13286 * decl2.c (import_export_decl): Still emit typeinfo fns for
13287 cv-variants of builtin types.
13288
13289 * rtti.c (expand_class_desc): Set up base_info_type_node here.
13290 (init_rtti_processing): Instead of here.
13291
13292 Wed Apr 10 14:17:13 1996 Jason Merrill <jason@yorick.cygnus.com>
13293
13294 * rtti.c (init_rtti_processing): Do init regardless of -frtti.
13295 (build_typeid): Only complain about taking dynamic typeid without
13296 -frtti.
13297
13298 * decl2.c: flag_rtti defaults to 1.
13299
13300 * rtti.c (get_tinfo_var): The general class case is now smaller.
13301 (init_rtti_processing): Pack the latter three fields of base_info
13302 into 32 bits.
13303
13304 Wed Apr 10 13:50:14 1996 Mike Stump <mrs@cygnus.com>
13305
13306 * init.c (expand_member_init): Don't dump if name is NULL_TREE.
13307
13308 Wed Apr 10 12:56:02 1996 Mike Stump <mrs@cygnus.com>
13309
13310 * search.c (make_memoized_table_entry): Undefer the pop, if necessary.
13311 (push_memoized_context): Split out code to undefer pop_type_level to
13312 (clear_memoized_cache): here.
13313 (pop_memoized_context): We can only handle one layer of deferral of
13314 pop_type_level so clear the cache, if there was a previous level.
13315
13316 Tue Apr 9 23:06:09 1996 Jason Merrill <jason@yorick.cygnus.com>
13317
13318 * rtti.c (init_rtti_processing): Build up base_info_type_node.
13319 (expand_class_desc): Use one pointer to an array of base_info
13320 structs, passed using a CONSTRUCTOR.
13321
13322 Tue Apr 9 14:20:57 1996 Mike Stump <mrs@cygnus.com>
13323
13324 * class.c (build_vbase_path): Remove block extern for
13325 flag_assume_nonnull_objects here.
13326 (build_vfn_ref): Split out functionality into build_vtbl_ref.
13327 (build_vtbl_ref): New routine.
13328 (build_vtable): Set up rtti info here.
13329 (add_virtual_function): Note in CLASSTYPE_RTTI the best
13330 place where we can get the rtti pointers from to avoid having to
13331 search around for a place.
13332 (finish_base_struct): Likewise.
13333 (finish_struct_1): Likewise. Never create totally new vtables
13334 with totally new vtable pointers for rtti. Disable code to layout
13335 vtable pointers better until we want to break binary
13336 compatibility.
13337 * rtti.c (build_headof_sub): New routine to convert down to a
13338 sub-object that has an rtti pointer in the vtable.
13339 (build_headof): Use it. Also, use build_vtbl_ref now to be more
13340 maintainable.
13341 (build_dynamic_cast): Make sure we have saved it, if we need to.
13342 * search.c (dfs_init_vbase_pointers): Disable code that deals with
13343 a more efficient vtable layout, enable later.
13344 * call.c (flag_assume_nonnull_objects): Moved declaration to
13345 * cp-tree.h: here. Declare build_vtbl_ref.
13346 * pt.c (instantiate_class_template): Use NULL_TREE instead of 0 in
13347 function calls that want a tree.
13348
13349 Tue Apr 9 12:10:26 1996 Jason Merrill <jason@yorick.cygnus.com>
13350
13351 * rtti.c (build_dynamic_cast): Handle downcasting to X* given
13352 other X subobjects in the most derived type. Ack.
13353
13354 * rtti.c (build_dynamic_cast): No need to strip cv-quals here,
13355 get_typeid will do it for us.
13356 (get_typeid_1): Break out call-building for expand_*_desc to use.
13357 (get_typeid): Call it.
13358 (expand_*_desc): Likewise.
13359 * decl.c (init_decl_processing): Don't set TYPE_BUILT_IN on char *
13360 and void *.
13361 (init_decl_processing): Lose builtin_type_tdescs lossage.
13362 * decl2.c (finish_vtable_vardecl): Remove obsolete code.
13363
13364 Mon Apr 8 17:23:23 1996 Bob Manson <manson@charmed.cygnus.com>
13365
13366 * pt.c (tsubst): When calling set_nested_typename, use
13367 TYPE_NESTED_NAME (current_class_type) instead of
13368 current_class_name.
13369
13370 * decl.c (pushdecl): Likewise.
13371 (pushdecl_class_level): Likewise.
13372 (grokdeclarator): Use NULL_TREE instead of 0 in the call to
13373 set_nested_typename.
13374
13375 Sun Apr 7 10:44:31 1996 Jason Merrill <jason@yorick.cygnus.com>
13376
13377 * rtti.c (synthesize_tinfo_fn): Handle arrays.
13378
13379 * cp-tree.h (DECL_REALLY_EXTERN): New macro.
13380
13381 Sat Apr 6 13:56:27 1996 Jason Merrill <jason@yorick.cygnus.com>
13382
13383 * rtti.c (throw_bad_cast): Use entry point __throw_bad_cast.
13384 (init_rtti_processing): Lose bad_cast_type.
13385 (build_dynamic_cast): Use throw_bad_cast.
13386
13387 * rtti.c (synthesize_tinfo_fn): Handle enums and pmfs.
13388
13389 * decl2.c (finish_file): Don't synthesize artificial functions
13390 that are external and not inline.
13391
13392 * rtti.c (get_tinfo_fn): If at_eof, call import_export_decl.
13393
13394 * decl2.c (finish_file): Handle having new inlines added to
13395 saved_inlines by synthesis.
13396
13397 * rtti.c (get_bad_cast_node): Don't require <typeinfo>.
13398
13399 Fri Apr 5 17:02:09 1996 Jason Merrill <jason@yorick.cygnus.com>
13400
13401 RTTI rewrite to initialize nodes as needed, not require that
13402 users #include <typeinfo>, complete functionality and reduce wasted
13403 space.
13404 * rtti.c (init_rtti_processing): New fn.
13405 (build_typeid): The vtable entry is now a function.
13406 (get_tinfo_var): New fn.
13407 (get_tinfo_fn): Likewise.
13408 (get_typeid): Use it.
13409 (build_dynamic_cast): Declare and use entry point __dynamic_cast.
13410 (build_*_desc): Rename to expand_*_desc and rewrite to use entry
13411 points __rtti_*.
13412 (add_uninstantiated_desc, get_def_to_follow, build_t_desc): Lose.
13413 (synthesize_tinfo_fn): New fn.
13414 * method.c (build_t_desc_overload): Lose.
13415 (build_overload_with_type): More generic.
13416 * decl.c (init_decl_processing): Call init_rtti_processing.
13417 * class.c (set_rtti_entry): Use get_tinfo_fn.
13418 * decl2.c (mark_vtable_entries): Mark the rtti function.
13419 (finish_prevtable_vardecl): Don't build_t_desc.
13420 (import_export_decl): Handle tinfo functions.
13421 (finish_file): Likewise.
13422 * typeck.c (inline_conversion): New fn.
13423 (build_function_call_real): Use it.
13424 * cp-tree.h: Add decls.
13425
13426 * method.c (hack_identifier): Also convert component_refs from
13427 references.
13428
13429 * lex.c (cons_up_default_function): Use the type, not the name, in
13430 declspecs.
13431
13432 * decl2.c (import_export_vtable): Fix weak vtables.
13433
13434 Fri Apr 5 13:30:17 1996 Bob Manson <manson@charmed.cygnus.com>
13435
13436 * search.c (get_base_distance_recursive): Fix access checks for
13437 protected bases.
13438
13439 Fri Apr 5 11:02:06 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13440
13441 * call.c (unary_complex_lvalue): Delete unneeded decl, it's in
13442 cp-tree.h.
13443 (convert_harshness): Add prototypes wrapped by PROTO.
13444 * decl2.c (grok_function_init): Likewise.
13445 (do_toplevel_using_decl): Change to void return type.
13446 * class.c (build_vtable_entry): Remove decl of make_thunk.
13447 (merge_overrides): Fix order of arg definitions.
13448 (finish_vtbls): Likewise.
13449 (fixup_vtable_deltas): Likewise.
13450 (modify_all_direct_vtables): Likewise.
13451 (modify_all_indirect_vtables): Likewise.
13452 * search.c (get_base_distance_recursive): Likewise.
13453 (get_abstract_virtuals_1): Likewise.
13454 (fixup_virtual_upcast_offsets): Likewise.
13455 (lookup_fnfields_1): Add prototypes wrapped by PROTO.
13456 * init.c (perform_member_init): Fix order of arg definitions.
13457 (expand_aggr_init_1): Add prototypes wrapped by PROTO.
13458 * cp-tree.h (make_thunk): Add decl.
13459 (overload_template_name, push_template_decl): Add decls.
13460 (do_toplevel_using_decl): Change to void return type.
13461 (vec_binfo_member): Add decl.
13462
13463 Thu Apr 4 13:33:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13464
13465 * typeck.c (mark_addressable, convert_for_assignment,
13466 convert_for_initialization, pointer_int_sum, pointer_diff,
13467 unary_complex_lvalue): Add prototypes wrapped by PROTO.
13468 (convert_sequence): #if 0 fn decl, since definition also is.
13469
13470 Thu Apr 4 11:00:53 1996 Mike Stump <mrs@cygnus.com>
13471
13472 * rtti.c (build_dynamic_cast): Make sure we strip qualifiers on
13473 cast to pointer types for type searching.
13474
13475 Wed Apr 3 17:10:57 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13476
13477 * typeck.c (get_delta_difference): Use cp_error, not error, in the
13478 case where BINFO == 0.
13479
13480 Wed Apr 3 12:01:02 1996 Mike Stump <mrs@cygnus.com>
13481
13482 * call.c (build_method_call): Fix wording of error messages so
13483 constructors come out right.
13484
13485 Tue Apr 2 16:06:59 1996 Bob Manson <manson@charmed.cygnus.com>
13486
13487 * decl.c (push_overloaded_decl): Don't warn about hidden
13488 constructors when both the type and the function are declared
13489 in a system header file.
13490
13491 Mon Apr 1 09:03:13 1996 Bob Manson <manson@charmed.cygnus.com>
13492
13493 * class.c (finish_struct_1): Propagate the TYPE_PACKED
13494 flag for the type to the type's fields.
13495
13496 Sat Mar 30 12:14:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13497
13498 * parse.y (complex_parmlist, ELLIPSES): Take out ARM-based warning.
13499
13500 Fri Mar 29 15:51:36 1996 Bob Manson <manson@charmed.cygnus.com>
13501
13502 * class.c (base_info, finish_base_struct): Replace
13503 needs_virtual_dtor with base_has_virtual.
13504
13505 (finish_struct_1): Remove the old code that tried to make default
13506 destructors virtual. Use base_has_virtual when checking if we need
13507 to add a vtable entry for the rtti code.
13508
13509 Fri Mar 29 14:02:36 1996 Jason Merrill <jason@yorick.cygnus.com>
13510
13511 * pt.c (push_template_decl): Complain about template decl with
13512 inappropriate declaration.
13513
13514 Fri Mar 29 12:15:35 1996 Bob Manson <manson@charmed.cygnus.com>
13515
13516 * typeck.c (build_x_unary_op): Remove bogus check for taking
13517 the address of a member function.
13518
13519 Fri Mar 29 11:56:02 1996 Jason Merrill <jason@yorick.cygnus.com>
13520
13521 * parse.y (constructor_declarator): Only push the class if
13522 we are not already in the class.
13523
13524 Fri Mar 29 09:41:02 1996 Jeffrey A. Law <law@cygnus.com>
13525
13526 * method.c (emit_thunk): Remove current_call_is_indirect nonsense.
13527 Add additional argument to INIT_CUMULATIVE_ARGS.
13528
13529 Thu Mar 28 16:41:39 1996 Jason Merrill <jason@yorick.cygnus.com>
13530
13531 * decl.c (shadow_tag): Fix error about anon union with methods.
13532
13533 * parse.y (self_reference): Only generate a self-reference if this
13534 is a non-template class.
13535 (opt.component_decl_list): Only use it if it was generated.
13536
13537 * parse.y (component_decl_1): Use constructor_declarator.
13538 (fn.def2): Likewise.
13539 (notype_component_declarator0): Likewise.
13540
13541 Thu Mar 28 15:11:35 1996 Bob Manson <manson@charmed.cygnus.com>
13542
13543 * typeck.c (build_x_unary_op): Add checks for taking the address
13544 of a TARGET_EXPR or of a member function, and give appropriate
13545 warnings.
13546
13547 Thu Mar 28 14:49:26 1996 Jason Merrill <jason@yorick.cygnus.com>
13548
13549 * pt.c (process_template_parm): Allow template type parms to be
13550 used as types for template const parms.
13551
13552 Wed Mar 27 15:51:19 1996 Mike Stump <mrs@cygnus.com>
13553
13554 * init.c (expand_vec_init): Ensure the eh cleanups are on the
13555 function_obstack.
13556
13557 Wed Mar 27 10:14:30 1996 Jason Merrill <jason@yorick.cygnus.com>
13558
13559 * decl.c (lookup_name_real): Be even more picky about the
13560 ambiguous lookup warning.
13561 (grokdeclarator): Tweak SCOPE_REF constructor declarators here.
13562 * parse.y (constructor_declarator): Rather than here.
13563
13564 * parse.y (constructor_declarator): New nonterminal.
13565 (fn.def1): Use it.
13566 (explicit_instantiation): Likewise.
13567
13568 Tue Mar 26 13:41:33 1996 Jason Merrill <jason@yorick.cygnus.com>
13569
13570 Add implicit declaration of class name at class scope.
13571 * decl.c (lookup_name_real): Restrict pedwarn about ambiguous lookup.
13572 * parse.y (self_reference): New nonterminal.
13573 (opt.component_decl_list): Use it.
13574 (fn.def1): Add nested_name_specifier type_name cases.
13575 * class.c (build_self_reference): New function.
13576 (finish_struct): Handle access_default later, move self-reference
13577 decl to the end.
13578 * pt.c (lookup_template_class): Handle getting a TYPE_DECL.
13579 * cp-tree.h: Adjust.
13580
13581 * pt.c (do_function_instantiation): Separate handling of member
13582 functions and non-member functions properly.
13583
13584 Mon Mar 25 14:23:22 1996 Jason Merrill <jason@yorick.cygnus.com>
13585
13586 * pt.c (process_template_parm): Improve error for 'volatile class K'.
13587
13588 * class.c (finish_struct_1): Check the right slot for destructors.
13589
13590 * decl.c (start_enum): Complain about enum templates.
13591
13592 Mon Mar 25 13:25:31 1996 Mike Stump <mrs@cygnus.com>
13593
13594 * init.c (resolve_offset_ref): Offset pointers to member data by one.
13595 * typeck.c (unary_complex_lvalue): Likewise.
13596
13597 Mon Mar 25 13:30:42 1996 Bob Manson <manson@charmed.cygnus.com>
13598
13599 * typeck.c (c_expand_return): Check for a returned local
13600 array name, similar to the check for an ADDR_EXPR.
13601
13602 Mon Mar 25 13:07:19 1996 Jason Merrill <jason@yorick.cygnus.com>
13603
13604 * decl.c (cp_finish_decl): Don't build cleanups for static
13605 variables here.
13606
13607 Fri Mar 22 17:57:55 1996 Mike Stump <mrs@cygnus.com>
13608
13609 * typeck.c (build_modify_expr): Fix error messages to be more
13610 accurate.
13611 * cp-tree.h (assop_as_string): Parallel to op_as_string, but for
13612 assignment operators.
13613 * error.c (assop_as_string): Likewise. Add support for `%Q' for
13614 assignment operators.
13615
13616 Fri Mar 22 13:48:29 1996 Jason Merrill <jason@yorick.cygnus.com>
13617
13618 * decl.c (grokdeclarator): Call bad_specifiers for typedefs. Also
13619 give an error if initialized. pedwarn about nested type with the
13620 same name as its enclosing class.
13621
13622 * pt.c (tsubst, case TYPE_DECL): Set DECL_CONTEXT.
13623
13624 * typeck.c (require_complete_type): Be sure to instantiate the
13625 MAIN_VARIANT of the type.
13626
13627 * decl2.c (finish_file): Instantiate pending templates before
13628 processing static constructors and destructors.
13629
13630 * pt.c (instantiate_decl): Don't instantiate functions at toplevel
13631 unless at_eof.
13632
13633 Fri Mar 22 09:30:17 1996 Bob Manson <manson@beauty.cygnus.com>
13634
13635 * decl2.c (delete_sanity): If error_mark_node is passed
13636 in as an expression, quit while we're ahead.
13637
13638 * decl.c (grokdeclarator): Give an error message if `friend'
13639 is combined with any storage class specifiers.
13640
13641 Wed Mar 20 14:51:55 1996 Jason Merrill <jason@yorick.cygnus.com>
13642
13643 * parse.y (named_complex_class_head_sans_basetype): Don't crash on
13644 definition of nonexistent nested type.
13645
13646 * error.c (dump_decl, case TYPE_DECL): Fix decision for whether or
13647 not to say 'typedef'.
13648
13649 Wed Mar 20 00:11:47 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13650
13651 * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
13652 * search.c (dfs_walk, dfs_init_vbase_pointers,
13653 expand_upcast_fixups): Remove cast of CLASSTYPE_SEARCH_SLOT.
13654 (dfs_find_vbases): Remove cast for CLASSTYPE_SEARCH_SLOT init.
13655
13656 Tue Mar 19 17:56:03 1996 Jason Merrill <jason@yorick.cygnus.com>
13657
13658 * except.c (build_throw): Support minimal parse.
13659 * pt.c (tsubst_copy): Support THROW_EXPR.
13660 * decl2.c (build_expr_from_tree): Likewise.
13661
13662 * pt.c (mangle_class_name_for_template): Always allocate
13663 scratch_firstobj.
13664
13665 Tue Mar 19 16:34:31 1996 Bob Manson <manson@beauty.cygnus.com>
13666
13667 * cvt.c (cp_convert_to_pointer): Give an appropriate error
13668 when trying to cast from an incomplete type.
13669
13670 Tue Mar 19 16:00:33 1996 Jason Merrill <jason@yorick.cygnus.com>
13671
13672 * pt.c (instantiate_class_template): Don't bother setting up
13673 CLASSTYPE_TAGS explicitly, as the nested types will add
13674 themselves.
13675
13676 Tue Mar 19 15:48:43 1996 Bob Manson <manson@beauty.cygnus.com>
13677
13678 * decl.c (shadow_tag): Remove old error check for usage of
13679 an enum without a previous declaration.
13680 (xref_tag): Add error message about usage of enums without a
13681 previous declaration.
13682
13683 Tue Mar 19 09:21:35 1996 Jason Merrill <jason@yorick.cygnus.com>
13684
13685 * lex.c (do_identifier): Only do name consistency check if we're
13686 parsing.
13687
13688 * pt.c (push_template_decl): Don't crash if we get a member defn
13689 that doesn't match.
13690
13691 * decl.c (xref_tag_from_type): New function to do an xref without
13692 always having to figure out code_type_node.
13693 * cp-tree.h: Declare it.
13694 * pt.c (instantiate_class_template): Use it for friend classes.
13695 (lookup_template_class): Use it.
13696
13697 * typeck2.c (build_functional_cast): Pull out a single parm before
13698 passing it to build_c_cast.
13699
13700 Tue Mar 19 09:07:15 1996 Bob Manson <manson@beauty.cygnus.com>
13701
13702 * expr.c (do_case): Give an error message if a pointer is
13703 given as a case value.
13704
13705 Mon Mar 18 21:57:54 1996 Jason Merrill <jason@yorick.cygnus.com>
13706
13707 * typeck.c (build_c_cast): Don't pull single TEMPLATE_DECL out of
13708 an overload list.
13709
13710 * lex.c (cons_up_default_function): Really, now, interface hackery
13711 does not apply to synthesized methods.
13712
13713 Mon Mar 18 18:20:57 1996 Mike Stump <mrs@cygnus.com>
13714
13715 * call.c (build_method_call): Ctors and dtors now have special names
13716 with respect to lookups.
13717 * class.c (add_method): Likewise.
13718 (grow_method): Likewise.
13719 (finish_struct_methods): Likewise.
13720 (warn_hidden): Likewise.
13721 (finish_struct_1): Likewise.
13722 * cvt.c (convert_to_reference): Likewise.
13723 (convert_to_aggr): Likewise.
13724 (cp_convert): Likewise.
13725 * decl2.c (check_classfn): Likewise.
13726 * init.c (expand_member_init): Likewise.
13727 (expand_default_init): Likewise.
13728 (expand_aggr_init_1): Likewise.
13729 (build_offset_ref): Likewise.
13730 (build_new): Likewise.
13731 (build_delete): Likewise.
13732 * lex.c (do_inline_function_hair): Likewise.
13733 * search.c (lookup_field_1): Likewise.
13734 (lookup_fnfields_here): Likewise.
13735 (lookup_field): Likewise.
13736 (lookup_fnfields): Likewise.
13737 (get_virtual_destructor): Likewise.
13738 (dfs_debug_mark): Likewise.
13739 (dfs_pushdecls): Likewise.
13740 (dfs_compress_decls): Likewise.
13741 * tree.c (layout_basetypes): Likewise.
13742 * typeck.c (build_component_ref): Likewise.
13743 (build_x_function_call): Likewise.
13744 (build_modify_expr): Likewise.
13745 (convert_for_initialization): Likewise.
13746 (build_functional_cast): Likewise.
13747 * cp-tree.h (CLASSTYPE_FIRST_CONVERSION): Likewise.
13748 (CTOR_NAME): New.
13749 (DTOR_NAME): New.
13750 * decl.c (ctor_identifier): New.
13751 (dtor_identifier): New.
13752 (init_decl_processing): Set them.
13753
13754 Mon Mar 18 18:00:51 1996 Mike Stump <mrs@cygnus.com>
13755
13756 * typeck.c (build_component_ref): Don't get confused by fields whose
13757 context has no type name, like pointer to member functions.
13758
13759 Mon Mar 18 13:19:03 1996 Jason Merrill <jason@yorick.cygnus.com>
13760
13761 * decl.c (grokdeclarator): Handle typedef without declarator.
13762
13763 * pt.c (tsubst): Handle SCOPE_REF in declarator.
13764
13765 * parse.y (bad_parm): Catch another case of missing `typename'.
13766
13767 * lex.c (yyprint): Handle TYPE_DECLs.
13768
13769 * decl.c (start_function): Don't try to be clever.
13770
13771 * lex.c: Lose compiler_error_with_decl.
13772 * typeck2.c: Lose error_with_aggr_type.
13773 (incomplete_type_error): Use cp_* instead of old functions.
13774 (readonly_error): Likewise.
13775 * typeck.c (convert_arguments): Likewise.
13776 * search.c (lookup_nested_field): Likewise.
13777 * method.c (make_thunk): Likewise.
13778 * decl.c (grokparms): Likewise.
13779 * cp-tree.h: Update.
13780
13781 * tree.c (min_tree_cons): Call copy_to_permanent for the purpose
13782 and value.
13783
13784 Mon Mar 18 11:25:52 1996 Bob Manson <manson@beauty.cygnus.com>
13785
13786 * method.c (build_opfncall): When deleting a pointer to an
13787 array, build a new pointer to the tree past any ARRAY_TYPE
13788 nodes.
13789
13790 Mon Mar 18 10:11:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13791
13792 * decl.c (lookup_name_real): Initialize local var TYPE to NULL_TREE.
13793
13794 Fri Mar 15 11:03:57 1996 Jason Merrill <jason@yorick.cygnus.com>
13795
13796 * pt.c (instantiate_decl): Only call import_export_decl if at_eof
13797 and ! DECL_INLINE.
13798
13799 * decl.c (finish_function): Don't set nested based on
13800 hack_decl_function_context.
13801 * parse.y (function_try_block): Check for nested function.
13802 (pending_inlines): Likewise.
13803
13804 * decl2.c (build_expr_from_tree): If a unary op already has a
13805 type, just return it.
13806
13807 * decl2.c (finish_prevtable_vardecl): Use ADJUST_VTABLE_LINKAGE.
13808
13809 * decl2.c (walk_vtables): vardecl_fn returns int; return 1 if it does.
13810 (finish_file): Check the return value of walk_vtables.
13811 (finish_prevtable_vardecl): Return int.
13812 (finish_vtable_vardecl): Likewise.
13813 (prune_vtable_vardecl): Likewise.
13814 * lex.c (set_vardecl_interface_info): Likewise.
13815 * cp-tree.h: Adjust return types.
13816
13817 * class.c (delete_duplicate_fields_1): Don't complain about
13818 duplicate nested types if they're the same type.
13819 (finish_struct): Remove check for duplicate.
13820 * decl2.c (grokfield): Don't check for typedef of anonymous type.
13821
13822 Thu Mar 14 10:00:19 1996 Jason Merrill <jason@yorick.cygnus.com>
13823
13824 * cp-tree.h: Lose SIGNATURE_GROKKING_TYPEDEF.
13825
13826 * decl.c (grokdeclarator): Lose special handling of class-level
13827 typedef. Lose SIGNATURE_GROKKING_TYPEDEF. Set
13828 SIGNATURE_HAS_OPAQUE_TYPEDECLS later.
13829
13830 * cvt.c (convert_pointer_to_real): Retain cv-quals in conversion.
13831
13832 * pt.c (tsubst_copy): Strip cv-quals from destructor name types.
13833
13834 * search.c (compute_access): Fix handling of anonymous union
13835 members.
13836 * class.c (finish_struct_anon): Propagate TREE_{PRIVATE,PROTECTED}
13837 from anonymous unions to their members.
13838
13839 * typeck.c (build_x_function_call): For static member functions,
13840 hand off to build_member_call.
13841
13842 Wed Mar 13 14:03:34 1996 Jason Merrill <jason@yorick.cygnus.com>
13843
13844 * typeck.c (build_component_ref): Handle OFFSET_REFs.
13845
13846 * init.c (expand_vec_init): Fix init == 0 case.
13847
13848 Tue Mar 12 14:36:02 1996 Jason Merrill <jason@yorick.cygnus.com>
13849
13850 * init.c (build_new): pedwarn about init and array new.
13851 (expand_vec_init): Handle lists, use convert_for_initialization.
13852
13853 * typeck.c (convert_for_initialization): Pass LOOKUP_NO_CONVERSION
13854 when converting to an aggregate type.
13855 * cvt.c (cp_convert): Pass it through.
13856
13857 * typeck.c (build_conditional_expr): Handle user-defined
13858 conversions to slightly different types.
13859
13860 * decl.c (grokdeclarator): Force an array type in a parm to be
13861 permanent.
13862
13863 * decl2.c (do_using_directive): Sorry.
13864 (do_namespace_alias): Likewise.
13865 * lex.c (real_yylex): Warn about using the `namespace' keyword.
13866
13867 Sun Mar 10 22:26:09 1996 Jason Merrill <jason@yorick.cygnus.com>
13868
13869 * parse.y (datadef): Move call to note_list_got_semicolon up.
13870
13871 Fri Mar 8 11:47:26 1996 Mike Stump <mrs@cygnus.com>
13872
13873 * tree.c (unsave_expr): Don't unsave, UNSAVE_EXPRs.
13874
13875 Fri Mar 8 11:29:06 1996 Mike Stump <mrs@cygnus.com>
13876
13877 * decl.c (cp_finish_decl): The exception regions have to be
13878 nested, not overlapping. We start the exception region for a
13879 decl, after it has been fully built, and all temporaries for it
13880 have been cleaned up.
13881
13882 Thu Mar 7 17:46:06 1996 Mike Stump <mrs@cygnus.com>
13883
13884 * tree.c (vec_binfo_member): Don't core dump if we have no bases.
13885
13886 Thu Mar 7 14:11:49 1996 Jason Merrill <jason@yorick.cygnus.com>
13887
13888 * tree.def: Add RETURN_INIT.
13889 * pt.c (instantiate_decl): Handle RETURN_INIT.
13890 * decl.c (store_return_init): Handle minimal_parse_mode.
13891
13892 * tree.c (cp_build_type_variant): Just return an error_mark_node.
13893 * decl.c (make_typename_type): Don't try to get the file and line
13894 of an identifier.
13895 * typeck.c (comptypes): Handle TYPENAME_TYPE.
13896
13897 Wed Mar 6 18:47:50 1996 Per Bothner <bothner@kalessin.cygnus.com>
13898
13899 * decl.c (poplevel): Make sure we clear out and restore old local
13900 non-VAR_DECL values by default when they go out of scope.
13901
13902 Wed Mar 6 09:57:36 1996 Jason Merrill <jason@yorick.cygnus.com>
13903
13904 * method.c (build_overload_value): Use DECL_ASSEMBLER_NAME in
13905 referring to addresses of variables and functions.
13906
13907 * error.c (dump_expr): Support SIZEOF_EXPR.
13908
13909 * init.c (do_friend): Use the return value of check_classfn.
13910
13911 * typeck.c (convert_arguments): Call complete_type.
13912
13913 * method.c (hack_identifier): After giving an error, set value to
13914 error_mark_node.
13915
13916 Tue Mar 5 16:00:15 1996 Jason Merrill <jason@yorick.cygnus.com>
13917
13918 * tree.c (hack_decl_function_context): Kludge around DECL_CONTEXT
13919 lossage for local classes.
13920 * cp-tree.h: Declare it.
13921 * decl.c (lookup_name_real): Evil, painful hack for local classes.
13922 (grokfndecl): Set DECL_CLASS_CONTEXT and DECL_NO_STATIC_CHAIN here.
13923 Use hack_decl_function_context.
13924 (grokdeclarator): Don't set DECL_NO_STATIC_CHAIN here.
13925 (start_function): Use hack_decl_function_context.
13926 (finish_function): Likewise.
13927 * method.c (synthesize_method): Likewise.
13928 * lex.c (process_next_inline): Likewise.
13929 (do_pending_inlines): Likewise.
13930 * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
13931 done with it.
13932
13933 Mon Mar 4 22:38:39 1996 Gerald Baumgartner <gb@alexander.cs.purdue.edu>
13934
13935 * sig.c (build_signature_pointer_or_reference_type): Align
13936 signature pointers/references on 8-byte boundaries so they can be
13937 grabbed 2 words at a time on a Sparc.
13938
13939 Tue Mar 5 10:21:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13940
13941 * method.c (hack_identifier): Requiring a static chain is now a
13942 hard error.
13943 * decl.c (grokdeclarator): Set DECL_NO_STATIC_CHAIN on nested
13944 functions.
13945
13946 Mon Mar 4 20:03:33 1996 Jason Merrill <jason@yorick.cygnus.com>
13947
13948 * init.c (build_offset_ref): Call complete_type.
13949
13950 * decl.c (pop_from_top_level): Always pop previous_class_type.
13951
13952 * parse.y: Handle multiple decls in a for-init-statement.
13953 * pt.c (tsubst_expr): Likewise.
13954
13955 * pt.c (tsubst): Use tsubst_expr for the second operand of an
13956 ARRAY_REF.
13957
13958 * decl.c (maybe_push_to_top_level): Don't save previous_class_type.
13959 (poplevel_class): Set it here.
13960 (pop_from_top_level): Pop it here if we're returning to class scope.
13961 * class.c (pushclass): Don't set it here.
13962
13963 * decl.c (maybe_push_to_top_level): Save current_template_parms,
13964 and clear it if !pseudo.
13965 (pop_from_top_level): Restore it.
13966
13967 * decl2.c (finish_file): Push the dummy each time we walk the list
13968 of vtables.
13969
13970 * error.c (dump_expr): Support LOOKUP_EXPR and actually do
13971 something for CAST_EXPR.
13972
13973 Mon Feb 19 14:49:18 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
13974
13975 * cvt.c (cp_convert): Warn about implicit conversion of the
13976 address of a function to bool, as it is always true.
13977
13978 Fri Feb 23 23:06:01 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
13979
13980 * typeck.c (c_expand_return): Fix warning for local externs returned.
13981
13982 Mon Mar 4 15:03:11 1996 Jason Merrill <jason@yorick.cygnus.com>
13983
13984 * tree.c (mapcar): Propagate const and volatile properly.
13985
13986 * typeck.c (complete_type): Be sure to instantiate the
13987 MAIN_VARIANT of the type.
13988
13989 * method.c (synthesize_method): Class interface hackery does not
13990 apply to synthesized methods.
13991
13992 Mon Mar 4 14:05:23 1996 Jason Merrill <jason@yorick.cygnus.com>
13993
13994 * pt.c (comp_template_args): Use comptypes rather than just
13995 checking for TEMPLATE_TYPE_PARM equivalence.
13996
13997 * typeck.c (build_x_function_call): Call complete_type before
13998 checking TYPE_OVERLOADS_CALL_EXPR.
13999
14000 Mon Mar 4 18:48:30 1996 Manfred Hollstein <manfred@lts.sel.alcatel.de>
14001
14002 * g++.c (main): Check also for new define ALT_LIBM.
14003
14004 Fri Mar 1 13:09:33 1996 Jason Merrill <jason@yorick.cygnus.com>
14005
14006 * pt.c (instantiate_class_template): If we don't have a pattern
14007 yet, that's OK.
14008 (coerce_template_parms): If we see a local class, bail.
14009
14010 * decl.c (grok_reference_init): Make sure there's a type before
14011 checking its code.
14012
14013 * pt.c (do_function_instantiation): Avoid crashing on invalid decls.
14014 (push_template_decl): Likewise.
14015
14016 * parse.y (named_class_head): Set
14017 CLASSTYPE_TEMPLATE_SPECIALIZATION here if we have basetypes.
14018
14019 * decl.c (xref_tag): Diagnose redeclaration of template
14020 type-parameter name.
14021
14022 * error.c (dump_type): Handle anonymous template type parms.
14023
14024 * pt.c (instantiate_template): Use TYPE_MAIN_DECL instead of
14025 TYPE_STUB_DECL.
14026 (coerce_template_parms): Likewise.
14027
14028 Thu Feb 29 16:26:01 1996 Mike Stump <mrs@cygnus.com>
14029
14030 * class.c (instantiate_type, case {ARRAY,INDIRECT}_REF,
14031 case ADDR_EXPR): Don't modify rhs if a subinstantiation fails.
14032
14033 Thu Feb 29 08:20:25 1996 Jason Merrill <jason@yorick.cygnus.com>
14034
14035 * pt.c (instantiate_template): Take the MAIN_VARIANT of the type
14036 before trying to get its STUB_DECL.
14037 (coerce_template_parms): Likewise.
14038
14039 * parse.y (template_type_parm): If they didn't use 'class',
14040 pretend they did after giving an error.
14041
14042 * pt.c (coerce_template_parms): Diagnose use of local class.
14043
14044 * decl.c (grok_reference_init): Use instantiate_type.
14045
14046 * error.c (dump_expr): Handle TEMPLATE_DECLs.
14047
14048 * parse.y (named_class_head): Diagnose mismatching types and tags.
14049
14050 * decl.c (pushdecl): Type decls and class templates clash with
14051 artificial type decls, not hide them.
14052
14053 * decl.c (redeclaration_error_message): Diagnose redefinition of
14054 templates properly.
14055 (duplicate_decls): Diagnose disallowed overloads for template
14056 functions, too.
14057
14058 * decl.c (start_decl): Call complete_type before checking for a
14059 destructor.
14060
14061 * pt.c (tsubst): Use tsubst_expr on the elts of a VEC.
14062
14063 * decl.c (xref_tag): A TEMPLATE_TYPE_PARM is a match.
14064
14065 Wed Feb 28 09:28:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14066
14067 * decl.c (grok_op_properties): Don't check for operator++(int) in
14068 a template.
14069
14070 * tree.c (perm_manip): Return a copy of variable and function
14071 decls with external linkage.
14072
14073 * tree.def: Change some of the min tree codes to type "1".
14074 * pt.c (uses_template_parms): Handle 'e's, return 1 for LOOKUP_EXPRs.
14075 * method.c (build_overload_int): Emit something arbitrary for
14076 anything but an INTEGER_CST if we're in a template.
14077
14078 * decl.c (cp_finish_decl): Call complete_type before deciding
14079 whether or not to lay out the decl.
14080
14081 * lex.c (do_identifier): Check for DECL_INITIAL before using it.
14082
14083 Tue Feb 27 16:35:32 1996 Jason Merrill <jason@yorick.cygnus.com>
14084
14085 * typeck2.c (build_x_arrow): Call complete_type.
14086
14087 * pt.c (add_pending_template): Broken out.
14088 (lookup_template_class): If -fexternal-templates, call it for all
14089 the methods of implemented types.
14090 (instantiate_class_template): Instead of instantiating them here.
14091 (instantiate_decl): Handle -fexternal-templates earlier.
14092
14093 Tue Feb 27 15:51:32 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14094
14095 * search.c, lex.c, decl.c, class.c, cp-tree.h: Don't wrap the
14096 memoized lookup stuff inside GATHER_STATISTICS.
14097
14098 Tue Feb 27 10:38:08 1996 Jason Merrill <jason@yorick.cygnus.com>
14099
14100 * decl.c (start_decl): Complain about array of incomplete type
14101 here.
14102 (grokdeclarator): Not here.
14103
14104 * parse.y (template_parm): Expand full_parm inline so we can set
14105 the rule's precedence.
14106
14107 * pt.c (tsubst_expr): If we're in a template, just do tsubst_copy.
14108 (tsubst): tsubst_expr the DECL_INITIAL of FIELD_DECLs.
14109 * decl2.c (grokbitfield): Don't check for integer constant here.
14110 * class.c (finish_struct_1): Check here.
14111
14112 * decl.c (define_label): Make the min decl go on permanent_obstack.
14113
14114 * pt.c (unify): Don't handle CONST_DECLs.
14115 (uses_template_parms): Don't check DECL_INITIAL on a CONST_DECL.
14116 (tsubst_copy): Likewise.
14117
14118 * lex.c (do_identifier): Do pull the DECL_INITIAL out of a
14119 CONST_DECL for a template parm.
14120
14121 Mon Feb 26 12:48:18 1996 Jason Merrill <jason@yorick.cygnus.com>
14122
14123 * decl.c (grokdeclarator): Complain about array of incomplete type
14124 here.
14125 (start_decl_1): Not here.
14126
14127 * pt.c (tsubst): Handle pointer-to-function declarators.
14128
14129 * method.c (hack_identifier): If pedantic, diagnose local class
14130 methods that require a static chain.
14131
14132 * decl.c (grok_op_properties): No longer static.
14133 * cp-tree.h: Declare it.
14134 * pt.c (tsubst): Call it for operators.
14135 Use tsubst_copy for TREE_VECs.
14136
14137 * parse.y (template_arg): The expr has precedence like '>'.
14138
14139 Fri Feb 23 14:51:52 1996 Jason Merrill <jason@yorick.cygnus.com>
14140
14141 * pt.c (coerce_template_parms): Don't coerce an expression using
14142 template parms.
14143 (uses_template_parms): Also check DECL_INITIAL in CONST_DECLs.
14144 (tsubst): Don't use build_index_2_type if the max_value uses template
14145 parms.
14146 * method.c (build_overload_int): Emit something arbitrary for an
14147 expression using template parms.
14148
14149 * parse.y (template_close_bracket): New non-terminal to catch use
14150 of '>>' instead of '> >' in template class names.
14151 (template_type): Use it.
14152 * Makefile.in (CONFLICTS): Causes one more r/r conflict.
14153
14154 * tree.def: Add CAST_EXPR.
14155 * typeck2.c (build_functional_cast): Use CAST_EXPR instead of
14156 CONVERT_EXPR for minimal_parse_mode.
14157 * typeck.c (build_c_cast): Likewise.
14158 * pt.c (tsubst_copy): Likewise.
14159 * decl2.c (build_expr_from_tree): Likewise.
14160 * error.c (dump_expr): Likewise.
14161
14162 Fri Feb 23 10:36:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14163
14164 * except.c (SetTerminate, SetUnexpected): Put back global vars.
14165 (init_exception_processing): Put back decl/init of
14166 set_unexpected_fndecl and set_terminate_fndecl, needed to get the
14167 fns from libstdc++.
14168
14169 * decl.c (struct binding_level): Delete ACCEPT_ANY bitfield.
14170 (declare_uninstantiated_type_level, uninstantiated_type_level_p):
14171 Delete unused fns.
14172 * cp-tree.h (declare_uninstantiated_type_level,
14173 uninstantiated_type_level_p): Delete prototypes.
14174
14175 Thu Feb 22 19:36:15 1996 Jason Merrill <jason@yorick.cygnus.com>
14176
14177 * pt.c (tsubst_expr): Add default return.
14178
14179 Thu Feb 22 16:47:24 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14180
14181 * error.c (fndecl_as_string): Delete unused arg CNAME.
14182 * sig.c (build_signature_table_constructor,
14183 build_signature_method_call): Fix calls.
14184
14185 * class.c (the_null_vtable_entry): Delete var definition.
14186 (init_class_processing): Delete tree the_null_vtable_entry init.
14187 * decl.c (no_print_{functions, builtins}): Declare as static.
14188 (__tp_desc_type_node): #if 0 var definition.
14189 (init_type_desc): #if 0 init of __tp_desc_type_node.
14190 (vb_off_identifier): Move var decl into init_decl_processing.
14191 (current_function_assigns_this): Declare as static.
14192 (int_ftype_ptr_ptr_int, void_ftype_ptr_int_int): Delete var decls.
14193 (init_decl_processing): Delete init of void_ftype_ptr_ptr_int.
14194 Move decls of string_ftype_ptr_ptr and int_ftype_string_string here.
14195 * decl2.c (delete_sanity): Delete definition/mod of local var ELT_SIZE.
14196 * init.c (BI_header_type, BI_header_size): Declare as static.
14197 * pt.c (template_classes): Delete unused var.
14198 (add_pending_template): Delete decl for non-existent fn.
14199 (lookup_template_class): Delete vars CODE and TAG_CODE.
14200 (instantiate_template): Delete unused var TARGS.
14201 * cp-tree.h (vb_off_identifier, current_function_assigns_this):
14202 Delete decls.
14203 (__tp_desc_type_node): #if 0 var decl.
14204 (fndecl_as_string): Fix prototype.
14205
14206 Thu Feb 22 15:56:19 1996 Jason Merrill <jason@yorick.cygnus.com>
14207
14208 * tree.def: Add GOTO_STMT.
14209 * pt.c (tsubst_expr): Support goto and labels.
14210 * decl.c (define_label): Support minimal parsing.
14211 * parse.y (simple_stmt): Likewise.
14212
14213 Thu Feb 22 15:30:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14214
14215 * xref.c (GNU_xref_member): Only define/set var I if
14216 XREF_SHORT_MEMBER_NAMES is defined, to match when it's actually
14217 used.
14218 (GNU_xref_end_scope): Delete unused fifth arg TRNS.
14219 (GNU_xref_end): Fix call.
14220 * decl.c (poplevel, poplevel_class, finish_method): Fix calls.
14221 * cp-tree.h (GNU_xref_end_scope): Fix prototype.
14222
14223 * tree.c (build_exception_variant): Delete unused vars I, A, T,
14224 T2, and CNAME.
14225 (layout_vbasetypes): Delete unused var NONVIRTUAL_VAR_SIZE.
14226 (mapcar): Delete unused var CODE.
14227 (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
14228 (break_out_cleanups): Fix call.
14229 (bot_manip): Likewise.
14230 * call.c (build_method_call): Likewise.
14231 * cvt.c (build_up_reference, convert_to_reference, cp_convert):
14232 Likewise.
14233 * typeck.c (unary_complex_lvalue, build_modify_expr,
14234 convert_for_initialization): Likewise.
14235 * typeck2.c (build_functional_cast): Likewise.
14236 * cp-tree.h (build_cplus_new): Fix prototype.
14237
14238 * repo.c (open_repo_file): Delete unused var Q.
14239 (repo_compile_flags, repo_template_declared,
14240 repo_template_defined, repo_class_defined, repo_inline_used,
14241 repo_vtable_used, repo_tinfo_used): #if 0 unused fns.
14242 (repo_get_id, repo_vtable_used): Declare as static.
14243 * cp-tree.h (mark_{decl,class}_instantiated, finish_repo): Add
14244 prototypes.
14245
14246 Thu Feb 22 14:53:35 1996 Jason Merrill <jason@yorick.cygnus.com>
14247
14248 * parse.y (pending_inlines): Add function_try_block case.
14249
14250 * pt.c (unify): Fix for template const parms.
14251
14252 Thu Feb 22 13:24:15 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14253
14254 * lex.c (extract_interface_info): Delete forward decl.
14255 (default_copy_constructor_body, default_assign_ref_body): Delete
14256 decls for non-existent functions.
14257 (synth_firstobj, inline_text_firstobjs): Delete unused vars.
14258 (init_lex): Delete setting them.
14259 (cons_up_default_function): Delete unused vars FUNC_BUF,
14260 FUNC_LEN, and COMPLEX. Delete code setting COMPLEX. Delete old
14261 #if 0'd synth code.
14262 (toplevel, expression_obstack): Delete unused extern decls.
14263 (tree_node_kind): Delete unused enum.
14264 (tree_node_counts, tree_node_sizes): Wrap with #ifdef
14265 GATHER_STATISTICS.
14266 (tree_node_kind_names): Delete unused extern decl.
14267 (synth_obstack): Delete unused var.
14268 (init_lex): Don't set it.
14269 (init_parse): Add decl before use.
14270 (reduce_count): Only define #ifdef GATHER_STATISTICS && REDUCE_LENGTH.
14271 (current_unit_{name, language}): Delete unused vars.
14272 (check_newline): Don't bother setting them, just accept the #pragma.
14273 * cp-tree.h (init_repo, peek_yylex): Add prototypes.
14274 (current_unit_{name, language}): Delete decls.
14275
14276 * search.c: Wrap all of the memoized functions, macros, and
14277 variables inside #ifdef GATHER_STATISTICS.
14278 (lookup_field, lookup_fnfields): Likewise.
14279 (init_search_processing): Likewise.
14280 (reinit_search_statistics): Wrap whole function.
14281 * lex.c (reinit_lang_specific): Wrap call to reinit_search_statistics.
14282
14283 * decl.c (finish_function): Only call pop_memoized_context if
14284 GATHER_STATISTICS is defined.
14285 (start_function): Likewise for push_memoized_context.
14286 * class.c (pushclass, popclass): Likewise.
14287
14288 * cp-tree.h (CLASSTYPE_MTABLE_ENTRY): Move definition from here...
14289 * search.c (CLASSTYPE_MTABLE_ENTRY): ... to here.
14290
14291 * cvt.c (cp_convert): Delete unused local var FORM.
14292 * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
14293 prototypes.
14294
14295 Thu Feb 22 13:19:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14296
14297 * pt.c (do_poplevel): Oops; really return what we get from
14298 poplevel this time.
14299
14300 Thu Feb 22 11:41:44 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14301
14302 * cp-tree.h (is_aggr_type): Add prototype.
14303
14304 * cp-tree.h ({push,pop}_cp_function_context): Add decls.
14305 * method.c ({push,pop}_cp_function_context): Delete decls.
14306 * except.c (start_eh_unwinder, end_eh_unwinder): Declare as void.
14307 (SetUnexpected, SetTerminate): Delete unused vars.
14308 (init_exception_processing): Don't set SetUnexpected or
14309 SetTerminate. Don't set SET_UNEXPECTED_FNDECL or SET_TERMINATE_FNDECL.
14310 (output_exception_table_entry): Delete unused array LABEL.
14311 (expand_internal_throw): Delete unused var PARAMS.
14312 (expand_start_catch_block): Delete unused var CLEANUP.
14313 (emit_exception_table): Delete unused var EH_NODE_DECL.
14314 (expand_builtin_throw): Delete unused vars UNWIND_AND_THROW and
14315 GOTO_UNWIND_AND_THROW. Don't set them.
14316 (end_eh_unwinder): Add top decl.
14317 (pop_rtl_from_perm): Delete unused decl of PERMANENT_OBSTACK.
14318 (exception_section, push_rtl_perm, do_function_call,
14319 lang_interim_eh, push_eh_cleanup, eh_outer_context,
14320 expand_end_eh_spec, end_eh_unwinder): Declare as static.
14321 (saved_pc, saved_throw_type, saved_throw_value, saved_cleanup,
14322 throw_used): Likewise.
14323 * cp-tree.h (expand_end_eh_spec): Delete prototype.
14324
14325 * search.c (dfs_mark, dfs_mark_vtable_path,
14326 dfs_unmark_vtable_path, dfs_mark_new_vtable,
14327 dfs_unmark_new_vtable, dfs_clear_search_slot,
14328 dfs_search_slot_nonempty_p, bfs_markedp, bfs_unmarkedp,
14329 bfs_marked_vtable_pathp, bfs_unmarked_vtable_pathp,
14330 bfs_marked_new_vtablep, bfs_unmarked_new_vtablep): #if 0 unused
14331 functions.
14332 (n_fields_searched, n_calls_lookup_field, n_calls_lookup_field_1,
14333 n_calls_lookup_fnfields, n_calls_lookup_fnfields_1,
14334 n_calls_get_base_type, n_outer_fields_searched, n_contexts_saved):
14335 Only define #ifdef GATHER_STATISTICS.
14336 (reinit_search_statistics): Only init some vars if GATHER_STATISTICS
14337 is defined.
14338 (vbase_decl): Delete var definition.
14339 (init_search): Delete old decl.
14340 (init_vbase_pointers): Delete building of VBASE_DECL, since it's
14341 never actually used.
14342 (expand_indirect_vtbls_init): Delete init of VBASE_DECL.
14343 (get_base_distance_recursive): Delete unused fourth arg
14344 BASETYPE_PATH. Fix call .
14345 (get_base_distance): Fix call.
14346 (push_class_decls): Delete unused var ID.
14347 (make_memoized_table_entry): Declare as static.
14348 (breadth_first_search): Declare as static.
14349 (tree_has_any_destructor_p): Declare as static.
14350 (pop_class_decls): Delete unused arg pop_class_decls.
14351 * class.c (popclass): Fix call to pop_class_decls.
14352 * cp-tree.h (make_memoized_table_entry, breadth_first_search,
14353 tree_has_any_destructor_p): Delete prototypes.
14354
14355 * rtti.c (build_ptmf_desc): Delete unused arg TYPE.
14356 (build_t_desc): Fix call. Delete unused vars ELEMS and TT.
14357 (build_dynamic_cast): Delete unused local vars TMP1 and RETVAL.
14358 (build_user_desc): Delete unused var T.
14359 (build_class_desc): Delete unused vars T and OFF.
14360 (build_t_desc): Delete unused var NAME_STRING.
14361 (build_headof): Make static.
14362 (get_bad_cast_node): Likewise.
14363 (get_def_to_follow): Likewise.
14364 * cp-tree.h (init_type_desc): Add prototype.
14365 (build_headof): Remove prototype.
14366
14367 Thu Feb 22 00:54:22 1996 Jason Merrill <jason@yorick.cygnus.com>
14368
14369 * pt.c (tsubst): Only look for matching decls at file scope for
14370 non-member functions.
14371
14372 * call.c (build_scoped_method_call): Handle scoped destructor
14373 calls in templates.
14374
14375 * decl.c (*_top_level): Also save previous_class_values.
14376
14377 * pt.c (tsubst_expr): Support do {} while loops.
14378 * parse.y (simple_stmt): Likewise.
14379 * tree.def: Likewise.
14380
14381 * method.c (build_overload_identifier): For a class nested in a
14382 template class, don't mangle in the template parms from our
14383 context.
14384
14385 * lex.c, cp-tree.h: Remove support for template instantiations in
14386 the pending_inlines code.
14387 * pt.c: Remove dead functions and unused arguments.
14388 (uses_template_parms): TYPENAME_TYPEs always use template parms.
14389 * parse.y: Stop passing anything to end_template_decl.
14390 * tree.c (print_lang_statistics): Only print tinst info #ifdef
14391 GATHER_STATISTICS.
14392
14393 Wed Feb 21 16:57:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14394
14395 * init.c (expand_recursive_init{,_1}): Delete decls.
14396 (sort_member_init): Delete unused var INIT.
14397 (emit_base_init): Delete unused var X.
14398 (build_offset_ref): Delete unused var CNAME.
14399 (sort_member_init): Delete unused var FIELDS_TO_UNMARK.
14400 (emit_base_init): Delete unused local var BASE. Delete extern
14401 decl of IN_CHARGE_IDENTIFIER.
14402 (build_delete): Delete unused local var VIRTUAL_SIZE.
14403
14404 * init.c (build_vec_delete): Delete unused third arg ELT_SIZE.
14405 (build_delete): Fix call.
14406 * decl2.c (delete_sanity): Likewise.
14407 * cp-tree.h (build_vec_delete): Update prototype.
14408
14409 * typeck.c (common_base_type): Delete unused var TMP.
14410 (build_binary_op): Delete local var ARGS_SAVE.
14411 (build_array_ref): Delete unused var ITYPE.
14412 (c_expand_return): Delete unused var USE_TEMP.
14413
14414 * typeck.c (compexcepttypes): Delete unused arg STRICT.
14415 (comptypes): Fix calls.
14416 * decl.c (duplicate_decls): Likewise.
14417 * cp-tree.h (compexcepttypes): Delete extra arg.
14418
14419 * decl2.c (check_classfn): Delete unused second arg CNAME.
14420 * decl.c (start_decl, grokfndecl): Fix calls.
14421 * init.c (do_friend): Likewise.
14422 * cp-tree.h (check_classfn): Update prototype.
14423
14424 * cp-tree.h (signature_error, import_export_vtable,
14425 append_signature_fields, id_in_current_class, mark_used,
14426 copy_assignment_arg_p): Add decls.
14427 * decl2.c (mark_used): Delete decl.
14428
14429 * class.c (n_*): Wrap with #ifdef GATHER_STATISTICS.
14430
14431 * class.c (get_vtable_entry): Disable unused function.
14432 (doing_hard_virtuals): Delete unused static global var.
14433 (finish_struct_1): Don't init DOING_HARD_VIRTUALS.
14434 (prepare_fresh_vtable): Delete unused vars PATH and RESULT.
14435 (overrides): Delete unused vars RETTYPE and BASE_RETTYPE.
14436 (modify_one_vtable): Delete unused var OLD_RTTI.
14437 (finish_struct_anon): Delete unused vars OFFSET and X.
14438 (finish_struct_bits): Delete unused var METHOD_VEC.
14439 (get_basefndecls): Delete unused var PURPOSE. Delete unused
14440 for-scope local variable METHODS.
14441
14442 * call.c (user_harshness): Delete unused/unneeded arg PARM.
14443 (ideal_candidate): Delete unused args BASETYPE and PARMS.
14444 (build_method_call): Delete unused args passed into ideal_candidate.
14445 (build_overload_call_real): Likewise. Delete unused var OVERLOAD_NAME.
14446 * cp-tree.h (synthesize_method): Add decl.
14447
14448 * decl.c (note_level_for_for): Give void return type.
14449 (pushdecl_nonclass_level): Likewise.
14450 (finish_function): Delete unused vars VFIELDS and ALLOCATED_THIS.
14451 (poplevel): Delete unused var IMPLICIT_TRY_BLOCK.
14452 (suspend_binding_level): Delete unused var LEVEL.
14453 (duplicate_decls): Delete unused var CTYPE.
14454 (duplicate_decls): Delete unused var PREVIOUS_C_DECL.
14455 (init_decl_processing): Delete unused vars FLOAT_ENDLINK and
14456 PTR_ENDLINK.
14457 (grokdeclarator): Delete unused var C.
14458 (grokdeclarator): Delete unused var SIZE_VARIES.
14459 (grokparms): Delete unused var SAW_VOID.
14460 (start_function): Delete unused var OLDDECL.
14461 (cplus_expand_expr_stmt): Delete unused var
14462 REMOVE_IMPLICIT_IMMEDIATELY.
14463
14464 * cp-tree.h (pushdecl_nonclass_level): Fix prototype.
14465
14466 * Makefile.in (CONFLICTS): Update to 12 shift/reduce.
14467
14468 Wed Feb 21 00:06:17 1996 Jason Merrill <jason@yorick.cygnus.com>
14469
14470 * tree.c (build_min): Set TREE_COMPLEXITY to lineno.
14471 (build_min_nt): Likewise.
14472 * pt.c (do_pushlevel): Emit line note.
14473 (do_poplevel): Return what we get from poplevel.
14474 (tsubst_expr): Set lineno from TREE_COMPLEXITY in stmt nodes.
14475 * parse.y: Use do_pushlevel and do_poplevel.
14476 * cp-tree.h: Declare do_poplevel.
14477
14478 * cp-tree.h: Declare at_eof.
14479 * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
14480 * decl2.c (import_export_decl): Renamed from import_export_inline.
14481 (finish_file): Call it to do interface handling for statics.
14482 * pt.c (tsubst_copy): Call mark_used on variables and functions
14483 used here.
14484
14485 * decl2.c (finish_file): Don't emit statics we can't generate.
14486 * pt.c (instantiate_decl): Don't set interface on instantiations
14487 we can't generate.
14488
14489 * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
14490 * tree.c (print_lang_statistics): Print max template depth.
14491 * pt.c (push_tinst_level): Dump entire instantiation context.
14492 (instantiate_class_template): Use it and pop_tinst_level.
14493 (instantiate_decl): Likewise.
14494
14495 * call.c class.c cp-tree.h decl.c decl2.c error.c lex.c method.c
14496 pt.c ptree.c tree.def: Remove all traces of UNINSTANTIATED_P_TYPE.
14497
14498 Tue Feb 20 18:21:51 1996 Jason Merrill <jason@yorick.cygnus.com>
14499
14500 * call.c class.c cp-tree.h cvt.c decl.c decl2.c error.c expr.c
14501 init.c lex.c method.c parse.y pt.c repo.c search.c spew.c tree.c
14502 tree.def typeck.c typeck2.c xref.c: Massive, systemic changes for
14503 the new template implementation.
14504
14505 Tue Feb 20 17:14:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14506
14507 * decl2.c (check_cp_case_value): Use STRIP_TYPE_NOPS.
14508
14509 Thu Feb 15 18:44:42 1996 Mike Stump <mrs@cygnus.com>
14510
14511 * decl.c (cp_finish_decl): Delay emitting the debug information for
14512 a typedef that has been installed as the canonical typedef, if the
14513 type has not yet been defined.
14514
14515 Thu Feb 15 09:39:08 1996 Jason Merrill <jason@yorick.cygnus.com>
14516
14517 * decl2.c (grokfield): Still call pop_nested_class for access decls.
14518
14519 Wed Feb 14 17:30:04 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14520
14521 * decl.c (lookup_label): Call label_rtx.
14522
14523 * decl.c (make_binding_level): New function.
14524 (pushlevel, pushlevel_class): Call it instead of explicit
14525 duplicate calls to xmalloc.
14526
14527 * decl.c (init_decl_processing): Delete useless build_pointer_type
14528 call.
14529
14530 * decl.c (float_ftype_float, ldouble_ftype_ldouble): Add definitions.
14531 (sizet_ftype_string): Delete variable.
14532 (init_decl_processing): Add built-in functions fabsf, fabsl,
14533 sqrtf, sqrtl, sinf, sin, sinl, cosf, cos, cosl. New local
14534 variable strlen_ftype, used for strlen.
14535
14536 Wed Feb 14 16:21:25 1996 Jason Merrill <jason@yorick.cygnus.com>
14537
14538 * decl.c (push_to_top_level): Start from current_binding_level
14539 again for now; the stl hacks depend on g++ being broken in this
14540 way, and it'll be fixed in the template rewrite.
14541
14542 * tree.def: Add USING_DECL.
14543 * decl2.c (do_class_using_decl): Implement.
14544 (grokfield): Pass access decls off to do_class_using_decl instead of
14545 grokdeclarator.
14546 * error.c (dump_decl): Handle USING_DECLs.
14547 * decl.c (grokdeclarator): Remove code for handling access decls.
14548 * class.c (finish_struct_1): Adjust accordingly, treat using-decls
14549 as access decls for now.
14550 (finish_struct): Don't check USING_DECLs for other uses of the name.
14551
14552 * search.c (get_matching_virtual): Use cp_error_at.
14553
14554 Wed Feb 14 10:36:58 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14555
14556 * typeck.c (comptypes): Default COMP_TYPE_ATTRIBUTES to 1, to
14557 match c-typeck.c.
14558 (self_promoting_args_p): Move the check that TYPE is non-nil
14559 before trying to look at its main variant.
14560 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
14561
14562 * cp-tree.h (DECL_WAITING_FRIENDS, SET_DECL_WAITING_FRIENDS):
14563 Delete macros.
14564 * init.c (xref_friend, embrace_waiting_friends): Delete functions.
14565 (do_friend): Delete call to xref_friend.
14566 * class.c (finish_struct_1): Delete call to embrace_waiting_friends.
14567
14568 * typeck.c (convert_sequence): #if 0 unused function.
14569
14570 * cp-tree.h (DECL_IN_MEMORY_P): New macro w/ the check that used to
14571 be in decl_in_memory_p.
14572 (decl_in_memory_p): Delete decl.
14573 * expr.c (decl_in_memory_p): Delete fn.
14574 * typeck.c (mark_addressable): Use DECL_IN_MEMORY_P.
14575
14576 * decl.c (cp_finish_decl): Use DECL_IN_MEMORY_P.
14577
14578 Tue Feb 13 12:51:21 1996 Jason Merrill <jason@yorick.cygnus.com>
14579
14580 * class.c (finish_struct_1): Check for a pure-specifier on a
14581 non-virtual function here.
14582
14583 * decl2.c (grok_function_init): Don't check whether the function
14584 is virtual here.
14585 (grokfield): Don't call check_for_override here.
14586
14587 * decl.c (push_to_top_level): Start from inner_binding_level,
14588 check class_shadowed in class levels.
14589
14590 Mon Feb 12 17:46:59 1996 Mike Stump <mrs@cygnus.com>
14591
14592 * decl.c (resume_level): Ignore things that don't have names, instead
14593 of core dumping.
14594
14595 Mon Feb 12 15:47:44 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14596
14597 * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs.
14598
14599 Sat Feb 10 17:59:45 1996 Jason Merrill <jason@yorick.cygnus.com>
14600
14601 * class.c (finish_struct_1): Set DECL_VINDEX properly on a
14602 synthesized dtor.
14603
14604 * parse.y (complete_type_name): Bind global_scope earlier.
14605 (complex_type_name): Likewise.
14606 (qualified_type_name): Remove.
14607
14608 Thu Feb 8 15:15:14 1996 Jason Merrill <jason@yorick.cygnus.com>
14609
14610 * decl.c (grokfndecl): Move code that looks for virtuals in base
14611 classes...
14612 * class.c (check_for_override): ... to a new function.
14613 (finish_struct_1): Call it.
14614
14615 * cp-tree.h: Declare warn_sign_compare.
14616
14617 * typeck.c (build_binary_op_nodefault): Check warn_sign_compare
14618 rather than extra_warnings to decide whether to warn about
14619 comparison of signed and unsigned.
14620
14621 * decl2.c (lang_decode_option): Handle warn_sign_compare. -Wall
14622 implies -Wsign-compare. -Wall doesn't imply -W.
14623
14624 Wed Feb 7 15:27:57 1996 Mike Stump <mrs@cygnus.com>
14625
14626 * typeck.c (build_component_ref): Fix to handle anon unions in base
14627 classes as well.
14628
14629 Wed Feb 7 14:29:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14630
14631 * class.c (resolves_to_fixed_type_p): Delete code dealing with
14632 a WITH_CLEANUP_EXPR, since we don't generate them any more.
14633 * cvt.c (build_up_reference): Likewise.
14634 * decl.c (grok_reference_init): Likewise.
14635 (cp_finish_decl): Likewise.
14636 * error.c (dump_expr): Likewise.
14637 * tree.c (real_lvalue_p): Likewise.
14638 (lvalue_p): Likewise.
14639 (build_cplus_new): Likewise.
14640 (unsave_expr_now): Likewise.
14641 * typeck.c (unary_complex_lvalue, build_modify_expr,
14642 c_expand_return): Likewise.
14643
14644 Tue Feb 6 13:39:22 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14645
14646 Make the C++ front-end pay attention to attributes for structures.
14647 * class.c (finish_struct): New argument ATTRIBUTES, passed down into
14648 finish_struct_1.
14649 (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
14650 Take out old round_up_size use and setting the DECL_ALIGN possibly
14651 using it. Take out setting of TYPE_ALIGN to round_up_size, which
14652 can override what the attribute set.
14653 * cp-tree.h (finish_struct): Update prototype.
14654 * parse.y (template_instantiate_once): Pass a NULL_TREE for the
14655 attributes to finish_struct.
14656 (structsp): For a CLASS decl, add maybe_attribute to rule and pass that
14657 value down into finish_struct.
14658 * Makefile.in (CONFLICTS): Switch to 7 shift/reduce conflicts.
14659
14660 Tue Feb 6 13:12:15 1996 Per Bothner <bothner@kalessin.cygnus.com>
14661
14662 * decl.c (poplevel): Re-word dead for local handling.
14663 (pushdecl): Remove useless DECL_DEAD_FOR_LOCAL test.
14664 (cp_finish_decl): If is_for_scope, check for duplicates so
14665 we can disable is_for_scope. Otherwise, preserve_temp_slots.
14666
14667 * lex.c (do_identifier): Use global binding in preference of
14668 dead for local variable.
14669
14670 Mon Feb 5 17:46:46 1996 Mike Stump <mrs@cygnus.com>
14671
14672 * init.c (initializing_context): Handle anon union changes, the
14673 context where fields of anon unions can be initialized now has to be
14674 found by walking up the TYPE_CONTEXT chain.
14675
14676 Fri Feb 2 14:54:04 1996 Doug Evans <dje@charmed.cygnus.com>
14677
14678 * decl.c (start_decl): #ifdef out code to set DECL_COMMON
14679 if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
14680 (obscure_complex_init): If bss is supported, always set
14681 DECL_INITIAL to error_mark_node.
14682
14683 Thu Feb 1 16:19:56 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14684
14685 * init.c (is_friend): Make sure there's a context before we see if
14686 it's an aggr type.
14687
14688 Thu Feb 1 15:44:53 1996 Mike Stump <mrs@cygnus.com>
14689
14690 * init.c (is_friend): Classes are not friendly with nested classes.
14691
14692 Thu Feb 1 15:27:37 1996 Doug Evans <dje@charmed.cygnus.com>
14693
14694 * lex.c (check_newline): Pass last character read to HANDLE_PRAGMA,
14695 and record its result.
14696
14697 Thu Feb 1 09:27:01 1996 Mike Stump <mrs@cygnus.com>
14698
14699 * class.c (finish_struct_anon): Switch around code to not move anon
14700 union elements around, nor mess up their contexts, nor offsets,
14701 instead we now build up the right number of COMPONENT_REFs for all
14702 the anon unions that may be present at build_component_ref time.
14703 * typeck.c (lookup_anon_field): New routine to handle field lookup
14704 on fields without names. We find them, based upon their unique type
14705 instead.
14706 * typeck.c (build_component_ref): Allow FIELD_DECL components.
14707 Handle finding components in anonymous unions, and ensure that a
14708 COMPONENT_REF is built for each level as necessary.
14709
14710 Tue Jan 30 18:18:23 1996 Mike Stump <mrs@cygnus.com>
14711
14712 * cvt.c (build_up_reference): Make the INDIRECT_BIND case come after
14713 code that ensures that copy ctors are used if appropriate.
14714
14715 Tue Jan 30 17:35:14 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14716
14717 * init.c (build_vec_delete): Only give an error if base isn't an
14718 error_mark_node.
14719
14720 Mon Jan 29 17:09:06 1996 Mike Stump <mrs@cygnus.com>
14721
14722 * spew.c (do_aggr): `new struct S;' isn't a forward declaration.
14723 (yylex): If we see `new', keep slurping.
14724
14725 Thu Jan 25 18:31:36 1996 Mike Stump <mrs@cygnus.com>
14726
14727 * class.c (finish_struct_1): Move code for handling anon unions...
14728 (finish_struct_anon): to here. Fixup so that we do the offset
14729 calculations right, and so that the fields are physically moved to
14730 the containers's chain.
14731
14732 Thu Jan 25 18:27:37 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14733
14734 * decl.c (grokdeclarator): Avoid trying to get an operand off an
14735 identifier node.
14736
14737 Wed Jan 24 11:25:30 1996 Jim Wilson <wilson@chestnut.cygnus.com>
14738
14739 * typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not
14740 POINTER_SIZE to agree with expr.c.
14741
14742 Thu Jan 25 13:01:23 1996 Mike Stump <mrs@cygnus.com>
14743
14744 * search.c (lookup_field): Don't report ambiguities if protect is 0,
14745 instead return NULL_TREE.
14746
14747 Wed Jan 24 13:01:26 1996 Mike Stump <mrs@cygnus.com>
14748
14749 * class.c (finish_struct_1): Call warn_hidden if we want warnings
14750 about overloaded virtual functions.
14751 (warn_hidden): New routine to warn of virtual functions that are
14752 hidden by other virtual functions, that are not overridden.
14753 (get_basefndecls): New routine, used by warn_hidden.
14754 (mark_overriders): New routine, used by warn_hidden.
14755 * search.c (get_matching_virtual): Remove old warning that just
14756 isn't very useful.
14757
14758 Tue Jan 23 12:26:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14759
14760 * decl.c (output_builtin_tdesc_entries): #if 0 the function definition.
14761
14762 * typeck.c (null_ptr_cst_p): Delete unused fn.
14763 (build_function_call_maybe): Delete unused fn.
14764
14765 * expr.c (extract_init): #if 0 the code after unconditional return 0
14766 for now.
14767
14768 Delete old cadillac code.
14769 * edsel.c: Remove file.
14770 * Make-lang.in (CXX_SRCS): Take edsel.c off the list.
14771 * Makefile.in (CXX_OBJS): Delete edsel.o.
14772 (edsel.o): Delete rule.
14773 * cp-tree.h (flag_cadillac): Delete var decl.
14774 * lang-options.h: Delete "-fcadillac" and "-fno-cadillac".
14775 * decl2.c (flag_cadillac): Delete var definition.
14776 (lang_decode_option): Delete handling of -fcadillac and -fno-cadillac.
14777 (grokfield): Delete code depending on flag_cadillac.
14778 (finish_anon_union): Likewise.
14779 * class.c (finish_struct_1): Likewise.
14780 (pushclass): Likewise.
14781 (popclass): Likewise.
14782 (push_lang_context): Likewise.
14783 (pop_lang_context): Likewise.
14784 * decl.c (init_decl_processing): Likewise.
14785 (start_decl): Likewise.
14786 (cp_finish_decl): Likewise.
14787 (xref_tag): Likewise.
14788 (finish_enum): Likewise.
14789 (start_function): Likewise.
14790 (finish_function): Likewise.
14791 (finish_stmt): Likewise.
14792 * lex.c (lang_init): Likewise.
14793 (check_newline): Likewise.
14794
14795 * lex.c (do_pending_inlines): Delete synthesized method kludge.
14796
14797 Delete defunct, ancient garbage collection implementation.
14798 * rtti.c: New file with the RTTI stuff from gc.c.
14799 * gc.c: Removed file (moved the remaining stuff into rtti.c).
14800 * Makefile.in (CXX_OBJS): Replace gc.o with rtti.o.
14801 (rtti.o): New rule, replacing gc.o.
14802 * Make-lang.in (CXX_SRCS): Replace gc.c with rtti.c.
14803 * cp-tree.h: Delete gc-related fn decls.
14804 (DECL_GC_OFFSET): Delete macro.
14805 (flag_gc): Delete extern decl.
14806 * decl.c (current_function_obstack_index): Delete var decl.
14807 (current_function_obstack_usage): Delete var decl.
14808 (start_function): Delete clearing of current_function_obstack_index
14809 and current_function_obstack_usage.
14810 (init_decl_processing): Delete code relying on -fgc.
14811 Delete call to init_gc_processing.
14812 (cp_finish_decl): Delete calls to build_static_gc_entry and
14813 type_needs_gc_entry. Delete gc code setting DECL_GC_OFFSET.
14814 (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup
14815 and to expand_expr of a __gc_main call.
14816 (maybe_gc_cleanup): Delete var decl.
14817 (finish_function): Delete call to expand_gc_prologue_and_epilogue.
14818 * decl2.c (flag_gc): Delete var decl.
14819 (lang_f_options): Delete offering of -fgc.
14820 (lang_decode_option): Delete -fgc and -fno-gc handling.
14821 (get_temp_regvar): Delete gc code.
14822 * init.c (build_new): Delete gc code.
14823 * lex.c (init_lex): Delete checking of flag_gc.
14824
14825 * typeck.c (convert_arguments): Delete gc code.
14826 (build_component_addr): Delete -fgc warning.
14827 (build_modify_expr): Delete gc code.
14828
14829 * decl2.c (build_push_scope): Delete fn.
14830 * cp-tree.h (build_push_scope): Delete decl.
14831
14832 * search.c (clear_search_slots): Delete fn.
14833 * cp-tree.h (clear_search_slots): Delete decl.
14834
14835 * search.c (tree_needs_constructor_p): Delete fn.
14836 * cp-tree.h (tree_needs_constructor_p): Delete decl.
14837
14838 * tree.c (id_cmp): Delete fn.
14839
14840 * tree.c (set_fnaddr_from_vtable_entry): Delete fn.
14841 * cp-tree.h (set_fnaddr_from_vtable_entry): Delete decl.
14842
14843 * tree.c (decl_value_member): Delete fn.
14844 * cp-tree.h (decl_value_member): Delete decl.
14845
14846 * tree.c (list_hash_lookup_or_cons): Delete fn.
14847 * cp-tree.h (list_hash_lookup_or_cons): Delete decl.
14848
14849 * method.c (cplus_exception_name): Delete fn.
14850 (EXCEPTION_NAME_{PREFIX, LENGTH}): Delete macros.
14851
14852 * spew.c (shift_tokens): Delete fn.
14853
14854 Mon Jan 22 17:49:33 1996 Jason Merrill <jason@yorick.cygnus.com>
14855
14856 * except.c (init_exception_processing): Pass 1 to needs_pop in calls
14857 to cp_finish_decl.
14858 * parse.y: Likewise.
14859
14860 Mon Jan 22 17:34:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14861
14862 * tree.c (build_cplus_staticfn_type): Delete function definition;
14863 never used.
14864 * cp-tree.h (build_cplus_staticfn_type): Delete decl.
14865
14866 * tree.c (virtual_member): Delete function definition; never used.
14867 * cp-tree.h (virtual_member): Delete decl.
14868
14869 Fri Jan 19 18:03:14 1996 Mike Stump <mrs@cygnus.com>
14870
14871 * typeck.c (build_component_ref): Handle getting vbase pointers
14872 out of complex multiple inheritance better.
14873
14874 Fri Jan 19 16:27:40 1996 Mike Stump <mrs@cygnus.com>
14875
14876 * typeck.c (build_object_ref): Make sure we use the real type, not
14877 any reference type.
14878
14879 Fri Jan 19 16:01:47 1996 Mike Stump <mrs@cygnus.com>
14880
14881 * tree.c (build_exception_variant): Don't create new types if we
14882 don't have to, also build new types on the right obstack.
14883
14884 Fri Jan 19 14:09:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14885
14886 * decl.c (store_bindings): Split out from push_to_top_level.
14887 (push_to_top_level): Call it for b->type_shadowed on class binding
14888 levels.
14889
14890 Fri Jan 19 13:53:14 1996 Mike Stump <mrs@cygnus.com>
14891
14892 * search.c (expand_upcast_fixups): Fix so that offsets stored in
14893 vbase_offsets are always right. Fixes a problem where virtual base
14894 upcasting and downcasting could be wrong during conversions on this
14895 during virtual function dispatch at ctor/dtor time when dynamic
14896 vtable fixups for deltas are needed. This only sounds easier than
14897 it is. :-)
14898 (fixup_virtual_upcast_offsets): Change to reflect new calling
14899 convention for expand_upcast_fixups.
14900
14901 Fri Jan 19 12:23:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14902
14903 * decl2.c (grokbitfield): Strip the NOPs from WIDTH before we
14904 check that it's usable as the bitfield width.
14905
14906 Wed Jan 17 21:22:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14907
14908 * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
14909 Pass a null tree to grokdeclarator for its ATTRLIST arg, since it's
14910 only ever used for functions in it.
14911
14912 Wed Jan 17 12:10:38 1996 Jason Merrill <jason@yorick.cygnus.com>
14913
14914 * parse.y (qualified_type_name): Use the TYPE_DECL, not the type.
14915 (nested_type): Likewise.
14916 (nested_name_specifier): Use lastiddecl.
14917
14918 * decl.c (grokdeclarator): Adjust accordingly.
14919 * init.c (expand_member_init): Likewise.
14920 * parse.y (base_class): Likewise.
14921 * typeck2.c (build_functional_cast): Likewise.
14922
14923 * typeck2.c (build_functional_cast): Fill in name after we've
14924 checked for non-aggr type.
14925
14926 Wed Jan 17 10:18:01 1996 Mike Stump <mrs@cygnus.com>
14927
14928 * decl2.c (warn_pointer_arith): Default to on.
14929
14930 Tue Jan 16 12:45:38 1996 Jason Merrill <jason@yorick.cygnus.com>
14931
14932 * lex.c (is_rid): New function.
14933 * decl.c (grokdeclarator): Diagnose reserved words used as
14934 declarator-ids.
14935
14936 Tue Jan 16 11:39:40 1996 Jason Merrill <jason@yorick.cygnus.com>
14937
14938 * tree.c (get_decl_list): Don't lose cv-quals.
14939
14940 * decl.c (grokdeclarator): Fix SCOPE_REF handling and diagnose
14941 typespecs used as declarator-ids.
14942
14943 Tue Jan 16 11:09:42 1996 Mike Stump <mrs@cygnus.com>
14944
14945 * decl.c (poplevel): When poping a level, don't give a warning for
14946 any subblocks that already exist.
14947
14948 Tue Jan 16 00:25:33 1996 Jason Merrill <jason@yorick.cygnus.com>
14949
14950 * typeck.c (build_object_ref): Finish what I started.
14951
14952 * parse.y (qualified_type_name): Don't check TYPE_BUILT_IN.
14953
14954 * decl2.c (constructor_name_full): Handle TEMPLATE_TYPE_PARMs.
14955
14956 * decl.c (grokdeclarator): Also accept TEMPLATE_TYPE_PARM as a
14957 scope.
14958
14959 Mon Jan 15 16:19:32 1996 Jason Merrill <jason@yorick.cygnus.com>
14960
14961 * decl.c (xref_tag): Handle passing a type in directly.
14962
14963 * parse.y (qualified_type_name): Pull out the type.
14964 (nested_type): Likewise.
14965 Take types directly instead of as identifiers.
14966 * call.c (build_scoped_method_call): Take types directly instead of
14967 as identifiers.
14968 * decl.c (xref_basetypes): Likewise.
14969 * init.c (expand_member_init): Likewise.
14970 (build_member_call): Likewise.
14971 (build_offset_ref): Likewise.
14972 * typeck2.c (build_scoped_ref): Likewise, remove bogus code.
14973 * method.c (do_build_assign_ref): Likewise.
14974 * decl.c (grokdeclarator): Handle a type appearing as the
14975 declarator-id for constructors.
14976 * method.c (do_build_copy_constructor): current_base_init_list now
14977 uses the types directly, not their names.
14978 * init.c (sort_base_init): Likewise.
14979 (expand_member_init): Likewise.
14980 * init.c (is_aggr_type): New function, like is_aggr_typedef.
14981
14982 Mon Jan 15 08:45:01 1996 Jeffrey A Law <law@cygnus.com>
14983
14984 * tree.c (layout_basetypes): Call build_lang_field_decl instead
14985 of build_lang_decl if first arg is a FIELD_DECL.
14986
14987 Thu Jan 11 14:55:07 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14988
14989 * decl.c (cp_finish_decl): Only clear TREE_USED if DECL_NAME is
14990 non-empty.
14991 * except.c (expand_start_catch_block): Set TREE_USED to avoid
14992 warnings about the catch handler.
14993
14994 Mon Jan 8 17:35:12 1996 Jason Merrill <jason@yorick.cygnus.com>
14995
14996 * typeck.c (build_modify_expr): Use a COMPOUND_EXPR instead of
14997 expand_target_expr.
14998
14999 Thu Jan 4 12:30:32 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15000
15001 Fix access control to use trees rather than integers.
15002 * class.c (access_{default, public, protected, private,
15003 default_virtual, public_virtual, private_virtual}_node): Add
15004 definitions.
15005 (init_class_processing): Do creation of those nodes.
15006 * cp-tree.h (access_type): Delete enum decl.
15007 (access_{default, public, protected, private, default_virtual,
15008 public_virtual, private_virtual}_node): Add decls.
15009 (compute_access): Change return type.
15010 * search.c (compute_access): Have tree return type, instead of enum.
15011 (lookup_field): Declare THIS_V and NEW_V to be tree nodes.
15012 * lex.c (real_yylex): Use yylval.ttype for giving the value of the
15013 access_* node for each of RID_{PUBLIC, PRIVATE, PROTECTED}.
15014 * parse.y (VISSPEC): Make ttype rather than itype.
15015 (base_class_access_list): Likewise.
15016 * *.[cy]: Change all refs of `access_public' to `access_public_node',
15017 etc.
15018 * call.c (build_method_call): Make ACCESS be a tree.
15019 * class.c (alter_access, finish_struct_1, filter_struct): Likewise.
15020 * cvt.c (convert_to_aggr): Likewise.
15021 * init.c (build_offset_ref, resolve_offset_ref, build_delete):
15022 Likewise.
15023 * method.c (hack_identifier): Likewise.
15024 * typeck.c (build_component_ref_1, build_component_ref): ): Likewise.
15025
15026 Thu Jan 4 11:02:20 1996 Mike Stump <mrs@cygnus.com>
15027
15028 * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
15029 frontend, and make it more consistent with respect to
15030 warn_pointer_arith.
15031
15032 Tue Jan 2 00:13:38 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
15033
15034 * decl.c (pushdecl): Check for duplicate parameter names.
15035
15036 Wed Jan 3 09:25:48 1996 Mike Stump <mrs@cygnus.com>
15037
15038 * decl.c (expand_static_init): Call assemble_external for atexit.
15039
15040 Wed Jan 3 07:55:19 1996 Mike Stump <mrs@cygnus.com>
15041
15042 * except.c (do_unwind): Remove some generated dead code.
15043 (eh_outer_context): New routine, factor out some common code from
15044 expand_builtin_throw and end_eh_unwinder. Add code to do return
15045 address masking for the PA.
15046 (expand_builtin_throw): Use eh_outer_context instead of open coding
15047 it here.
15048 (end_eh_unwinder): Likewise.
15049
15050 Tue Jan 2 17:00:56 1996 Mike Stump <mrs@cygnus.com>
15051
15052 * except.c (expand_throw): Call assemble_external for __empty, if we
15053 use it.
15054
15055 Thu Dec 28 11:13:15 1995 Mike Stump <mrs@cygnus.com>
15056
15057 * except.c (expand_builtin_throw): Use RETURN_ADDR_OFFSET instead of
15058 NORMAL_RETURN_ADDR_OFFSET.
15059 (end_eh_unwinder): Likewise.
15060
15061 Wed Dec 27 22:18:16 1995 Mike Stump <mrs@cygnus.com>
15062
15063 * gc.c (build_dynamic_cast): Make sure we don't cast away const
15064 when dealing with references, and make sure we handle dynamic
15065 casting to a cv qualified reference.
15066
15067 Thu Dec 21 23:50:35 1995 Mike Stump <mrs@cygnus.com>
15068
15069 * except.c (struct eh_context): New structure top hold eh context
15070 information.
15071 (push_eh_context): New routine.
15072 (pop_eh_context): Likewise.
15073 * decl.c (push_cp_function_context): Use them.
15074 (pop_cp_function_context): Likewise.
15075
15076 Wed Dec 20 12:42:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15077
15078 * decl2.c (finish_file): Also prune uninteresting functions in the
15079 inline emission loop.
15080
15081 Wed Dec 20 02:32:07 1995 Jeffrey A Law <law@cygnus.com>
15082
15083 * sig.c (build_signature_table_constructor): Mark functions
15084 in the signature as referenced.
15085
15086 Tue Dec 19 22:36:56 1995 Jason Merrill <jason@yorick.cygnus.com>
15087
15088 * decl2.c (finish_file): Do all the vtable/synthesis stuff before
15089 the inline emission stuff.
15090
15091 Mon Dec 18 15:51:33 1995 Jason Merrill <jason@yorick.cygnus.com>
15092
15093 * cp-tree.h, decl2.c (flag_weak): New flag to control the use of
15094 weak symbols.
15095 * lang-options.h: Add -f{no-,}weak.
15096 * decl.c (init_decl_processing): If the target does not support weak
15097 symbols, don't use them.
15098 * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
15099
15100 Sun Dec 17 21:13:23 1995 Rusty Russell <rusty@adelaide.maptek.com.au>
15101
15102 * init.c (expand_member_init): warning for base init after members.
15103
15104 Fri Dec 15 15:32:18 1995 Jason Merrill <jason@yorick.cygnus.com>
15105
15106 * cvt.c (build_expr_type_conversion): Don't convert to a reference
15107 type.
15108
15109 Thu Dec 14 16:05:58 1995 Mike Stump <mrs@cygnus.com>
15110
15111 * method.c (report_type_mismatch): Improve wording for volatile
15112 mismatches.
15113
15114 Thu Dec 14 14:16:26 1995 Mike Stump <mrs@cygnus.com>
15115
15116 * init.c (expand_aggr_init_1): Use expand_aggr_init_1 instead of
15117 expand_assignment, as the later doesn't handle things that have
15118 copy constructors well. The compiler would do bitwise copying,
15119 instead of ctor calling in some cases.
15120
15121 Wed Dec 13 17:05:54 1995 Paul Eggert <eggert@twinsun.com>
15122
15123 * g++.c (my_strerror): Return "cannot access" if errno is 0.
15124 (pfatal_with_name, perror_exec): Don't assume that
15125 the returned value from my_strerror contains no '%'s.
15126 (concat): Remove.
15127 (sys_nerror): Declare only if HAVE_STRERROR is not defined.
15128
15129 Wed Dec 13 16:22:38 1995 Jason Merrill <jason@yorick.cygnus.com>
15130
15131 Lose CLASSTYPE_METHODS/DECL_NEXT_METHOD chain; make
15132 TYPE_METHODS/TREE_CHAIN mean what they used to.
15133 * decl2.c (constructor_name_full): Refer to CLASSTYPE_METHOD_VEC
15134 instead of TYPE_METHODS.
15135 * decl.c (duplicate_decls): Lose references to DECL_NEXT_METHOD.
15136 * tree.c (tree_copy_lang_decl_for_deferred_output): Likewise.
15137 * cp-tree.h (CLASSTYPE_METHODS): Lose.
15138 (CLASSTYPE_METHOD_VEC): Point to lang_spec->methods instead of
15139 TYPE_METHODS.
15140 (struct lang_decl): Lose next_method field.
15141 (DECL_NEXT_METHOD): Lose.
15142 * class.c (finish_struct_methods): Don't mess with TYPE_METHODS.
15143 (finish_struct): Just use TYPE_METHODS; we don't need fn_fields
15144 anymore.
15145 (finish_struct_methods): Don't mess with the TREE_CHAINs in
15146 fn_fields.
15147
15148 * search.c (add_conversions): Don't use TREE_CHAIN to traverse method
15149 vector.
15150
15151 * call.c (build_method_call): Synthesize here even when not inlining.
15152 * typeck.c (build_function_call_real): Likewise.
15153
15154 Wed Dec 13 15:02:39 1995 Ian Lance Taylor <ian@cygnus.com>
15155
15156 * cp/lex.c (check_newline): If DBX_DEBUGGING_INFO and write_symbols
15157 == DBX_DEBUG, call dbxout_start_new_source_file and
15158 dbxout_resume_previous_source_file when appropriate.
15159
15160 Tue Dec 12 20:38:55 1995 Mike Stump <mrs@cygnus.com>
15161
15162 * except.c (start_anon_func): Push to the top level.
15163 (end_anon_func): Pop from the top level.
15164
15165 Mon Dec 11 18:56:14 1995 Mike Stump <mrs@cygnus.com>
15166
15167 * cp-tree.h (build_cleanup): New routine to build cleanups.
15168 * decl.c (expand_static_init): Use build_cleanup to build a cleanup
15169 call at ctor time and use atexit to run it later.
15170 * decl2.c (build_cleanup): New routine, taken from finish_file.
15171 (finish_file): Use build_cleanup instead, and don't put function
15172 local statics in global dtor list.
15173
15174 Wed Dec 6 14:34:29 1995 Mike Stump <mrs@cygnus.com>
15175
15176 * except.c (expand_throw): Ensure that we have cleanups, if we try
15177 and expand cleanups.
15178
15179 Wed Dec 6 11:48:21 1995 Mike Stump <mrs@cygnus.com>
15180
15181 * except.c (expand_throw): Add logic to manage dynamic cleanups for
15182 the EH object.
15183 (expand_end_catch_block): Use the magic of expand_goto, instead of
15184 emit_jump so that we get the cleanup for any catch clause parameter
15185 and the cleanup for the exception object. Update to reflect label
15186 changes.
15187 (push_eh_cleanup): New routine to register a cleanup for an
15188 exception object.
15189 (empty_fndecl): Used to default cleanup actions to
15190 nothing.
15191 (init_exception_processing): Setup empty_fndecl. Setup
15192 saved_cleanup.
15193 (expand_start_catch_block): Update to reflect label changes. Call
15194 push_eh_object to register the cleanup for the EH object.
15195 (start_anon_func): New routine to start building lambda expressions
15196 from trees.
15197 (end_anon_func): New routine to end them.
15198 (struct labelNode): Change so that we can use tree labels, or rtx
15199 labels.
15200 (saved_cleanup): Object to check for dynamic cleanups for the
15201 exception handling object.
15202 (push_label_entry): Change so that we can use tree labels, or rtx
15203 labels.
15204 (pop_label_entry): Likewise.
15205 (top_label_entry): Likewise.
15206 (expand_start_all_catch): Use tree label instead of rtx label, so
15207 that we can get the magic of expand_goto.
15208 (expand_end_all_catch): Update to reflect label changes.
15209
15210 * class.c (build_vfn_ref): Remove building_cleanup logic, as we now
15211 use UNSAVE_EXPRs.
15212 * typeck.c (get_member_function_from_ptrfunc): Remove remnants of
15213 building_cleanup logic, as we now use UNSAVE_EXPRs.
15214 * cp-tree.h (unsave_expr): Declare it.
15215 * decl.c (building_cleanup): Remove.
15216 (maybe_build_cleanup): Remove building_cleanup logic, and use
15217 UNSAVE_EXPR instead.
15218
15219 Sun Dec 3 01:34:58 1995 Mike Stump <mrs@cygnus.com>
15220
15221 * gc.c (build_t_desc): Update error message to say <typeinfo>.
15222
15223 Thu Nov 30 12:30:05 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15224
15225 * decl.c (pushdecl): Only warn about shadowing a local variable if
15226 warn_shadow is true.
15227
15228 Sun Nov 26 16:06:55 1995 Rusty Russell <rusty@adelaide.maptek.com.au>
15229
15230 * typeck.c (build_binary_op_nodefault): Added warning about
15231 comparisons between different enum types with -Wall, unless
15232 -fenum-int-equiv set.
15233
15234 Wed Nov 22 15:44:02 1995 Mike Stump <mrs@cygnus.com>
15235
15236 * class.c (finish_struct_1): Skip down to the inner type in
15237 multidimensional arrays. Ensures ctors will be made for types that
15238 need constructing.
15239
15240 Wed Nov 22 14:19:22 1995 Mike Stump <mrs@cygnus.com>
15241
15242 * decl.c (last_dtor_insn): New to track the last compiler generated
15243 insn in a dtor.
15244 (store_parm_decls): Set it.
15245 (finish_function): Use it to see if the dtor is empty. Avoid doing
15246 vtable setup all the time, if we can.
15247 (struct cp_function): Add last_dtor_insn.
15248 (push_cp_function_context): Save it.
15249 (pop_cp_function_context): Restore it.
15250
15251 Wed Nov 22 11:52:19 1995 Paul Russell <Rusty.Russell@adelaide.maptek.com.au>
15252
15253 * typeck.c (build_unary_op): Set TREE_NO_UNUSED_WARNING to avoid
15254 warnings.
15255
15256 Tue Nov 21 17:15:23 1995 Mike Stump <mrs@cygnus.com>
15257
15258 * typeck.c (expand_target_expr): Make sure targets get put into the
15259 current temp_slot_level, so that the free_temp_slots call will reuse
15260 them.
15261
15262 Tue Nov 21 13:32:03 1995 Mike Stump <mrs@cygnus.com>
15263
15264 * class.c (finish_struct_1): Delay delta fixups for virtual bases
15265 until after we have done the hard virtuals, to avoid a bogus `every
15266 virtual function must have a unique final overrider' for virtual
15267 functions that are only overridden by hard virtuals.
15268
15269 Thu Nov 9 13:35:30 1995 Jason Merrill <jason@yorick.cygnus.com>
15270
15271 * pt.c (do_function_instantiation): Don't try to find a file-scope
15272 template for a member function.
15273
15274 Tue Nov 14 06:20:35 1995 Mike Stump <mrs@cygnus.com>
15275
15276 * g++.c (main): Add handling of -nodefaultlibs.
15277
15278 Mon Nov 13 15:45:34 1995 Mike Stump <mrs@cygnus.com>
15279
15280 * cp-tree.h (INDIRECT_BIND): Add a way for the frontend to
15281 distinguish between direct bindings of reference variables, and
15282 indirect bindings of reference variables.
15283 * cvt.c (build_up_reference): Use it.
15284 * typeck.c (convert_arguments): Use it to indicate this is an
15285 indirect binding.
15286 * decl.c (cp_finish_decl): Ensure that we reuse stack slots as fast
15287 as they are unused.
15288 (expand_static_init): Likewise.
15289 (cplus_expand_expr_stmt): Likewise.
15290 * decl2.c (finish_file): Likewise.
15291 * init.c (perform_member_init): Likewise.
15292 (emit_base_init): Likewise.
15293 (expand_aggr_vbase_init_1): Likewise.
15294
15295 Fri Nov 10 09:18:09 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15296
15297 * decl.c (push_namespace): Rewrite to use build_lang_decl, so we
15298 get a DECL_LANG_SPECIFIC node.
15299 * cp-tree.h (lang_decl_flags): Add new member `level'.
15300 (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
15301 decl_flags level member.
15302
15303 Mon Nov 6 18:36:13 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15304
15305 * call.c (build_method_call): Make sure instance has a
15306 TYPE_LANG_SPECIFIC node before we dive into it.
15307
15308 Sat Nov 4 20:01:52 1995 Jason Molenda <crash@phydeaux.cygnus.com>
15309
15310 * method.c (make_thunk): Use TREE_SET_CODE to set thunk's tree code.
15311
15312 Thu Nov 2 17:56:57 1995 Mike Stump <mrs@cygnus.com>
15313
15314 * decl.c (duplicate_decls): When smashing decls, smash staticness in
15315 the usual way.
15316
15317 Thu Nov 2 16:44:02 1995 Mike Stump <mrs@cygnus.com>
15318
15319 * decl.c (poplevel): Handle the merging of subblocks of cleanups
15320 when finishing blocks that have already been created (usually due to
15321 the fixup goto code). Fixes bad debugging information.
15322
15323 Wed Nov 1 12:33:53 1995 Jason Merrill <jason@yorick.cygnus.com>
15324
15325 * method.c (hack_identifier): Don't abort when we get a TREE_LIST
15326 that's not a list of overloaded functions.
15327
15328 Wed Nov 1 11:38:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15329
15330 * decl2.c (mark_vtable_entries): Check DECL_LANG_SPECIFIC on fn
15331 before trying to use DECL_ABSTRACT_VIRTUAL_P.
15332
15333 Tue Oct 31 11:56:55 1995 Jason Merrill <jason@yorick.cygnus.com>
15334
15335 * decl2.c (mark_used): New function for hooking into setting of
15336 TREE_USED on decls.
15337 * call.c (build_method_call): Use it.
15338 * class.c (instantiate_type): Likewise.
15339 * init.c (build_offset_ref): Likewise. Don't call assemble_external
15340 for all like-named functions.
15341 * method.c (hack_identifier): Likewise.
15342 (emit_thunk): Don't call assemble_external.
15343 (make_thunk): Create thunk as a FUNCTION_DECL so that it
15344 gets the right mode and ENCODE_SECTION_INFO works.
15345
15346 * parse.y: Use mark_used. Pass operator names to do_identifier.
15347 * lex.c (do_identifier): Handle operator names.
15348
15349 * decl2.c (grokclassfn): Tweak __in_chrg attributes.
15350
15351 Thu Oct 26 16:45:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15352
15353 * errfn.c: Include stdio.h.
15354 (cp_sprintf): Take out decl of sprintf, and cast sprintf to errorfn*.
15355
15356 Wed Oct 25 18:58:41 1995 Mike Stump <mrs@cygnus.com>
15357
15358 * typeck2.c (digest_init): Always convert initializers to the
15359 right type.
15360
15361 Wed Oct 25 13:25:24 1995 Mike Stump <mrs@cygnus.com>
15362
15363 * init.c (member_init_ok_or_else): Don't allow member initializers
15364 for indirect members, as it is invalid.
15365
15366 Wed Oct 25 11:35:28 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15367
15368 * decl.c (grokdeclarator): Don't allow `friend signed ()'.
15369
15370 Fri Oct 20 10:30:59 1995 Mike Stump <mrs@cygnus.com>
15371
15372 * parse.y (for.init.statement): Catch compound statements inside for
15373 initializations, if we're being pedantic.
15374
15375 Fri Oct 20 10:03:42 1995 Mike Stump <mrs@cygnus.com>
15376
15377 * decl.c (lookup_tag): Return NULL_TREE if we don't find what we are
15378 looking for.
15379
15380 Thu Oct 19 14:26:10 1995 Mike Stump <mrs@cygnus.com>
15381
15382 * error.c (dump_expr): Don't core dump when a boolean expression is
15383 used as a default argument.
15384
15385 Thu Oct 19 10:36:30 1995 Jason Merrill <jason@yorick.cygnus.com>
15386
15387 * class.c (finish_struct_bits): Check aggregate_value_p instead of
15388 RETURN_IN_MEMORY.
15389
15390 Wed Oct 18 18:12:32 1995 Jason Merrill <jason@yorick.cygnus.com>
15391
15392 * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE on a
15393 BLKmode type that would otherwise be returned in registers.
15394
15395 Mon Oct 16 12:32:19 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15396
15397 * g++.c (WITHLIBC): New macro.
15398 (main): Declare saw_libc. Use WITHLIBC if `-lc' was used; set
15399 saw_libc and pass it at the end if it was set.
15400
15401 Wed Oct 11 16:30:34 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15402
15403 * parse.y (fn.def1): Call split_specs_attrs in
15404 declmods notype_declarator case.
This page took 0.680396 seconds and 6 git commands to generate.