]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/cp/ChangeLog
cp-tree.h (language_function): Rename expanding_p to x_expanding_p.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
1 1999-09-10 Mark Mitchell <mark@codesourcery.com>
2
3 * cp-tree.h (language_function): Rename expanding_p to
4 x_expanding_p. Rename named_label_uses to x_named_label_uses.
5 (expanding_p): Adjust accordingly.
6 (TREE_VIA_PRIVATE): Fix typo in comment.
7 (DECL_REFERENCE_SLOT): Remove.
8 (SET_DECL_REFERENCE_SLOT): Likewise.
9 * decl.c (named_label_uses): Adjust. Remove chicken comment.
10 (push_overloaded_decl): Don't truncate the chain of bindings when
11 adding an overloaded function.
12 (grok_reference_init): Don't use DECL_REFERENCE_SLOT.
13 (initialize_local_var): Fix typo in comment.
14 (store_parm_decls): Don't set DECL_REFERENCE_SLOT. Tidy up.
15 * decl2.c (start_objects): Make the fact that we are expanding
16 the generated function right away explicit.
17 (start_static_storage_duration_function): Likewise.
18 (finish_file): Fix typo in comment.
19 * init.c (build_vec_init): Correct bugs in handling cleanups.
20 * semantics.c (maybe_convert_cond): New function.
21 (FINISH_COND): Always store the condition, even if there's
22 a declaration.
23 (finish_if_stmt_cond): Use maybe_convert_cond.
24 (finish_while_stmt_cond): Likewise.
25 (finish_do_stmt): Likewise.
26 (finish_for_cond): Likewise.
27 (expand_cond): Adjust.
28
29 * cp-tree.h (FN_TRY_BLOCK_P): New macro.
30 * init.c (perform_member_init): Remove obstack machinations.
31 (expand_cleanup_for_base): Likewise.
32 (finish_init_stmts): Mark the statement-expression as used.
33 * method.c (emit_thunk): Use tree-generating functions, not
34 RTL.
35 (do_build_copy_constructor): Likewise.
36 (do_build_assign_ref): Likewise.
37 (synthesize_method): Likewise. Keep track of line numbers.
38 * pt.c (tsubst_expr): Handle various kinds of try blocks.
39 * semantics.c (expand_stmts): Remove.
40 (begin_function_try_block): Set FN_TRY_BLOCK_P.
41 (finish_function_try_block): Be careful rechaining
42 function try blocks.
43 (expand_stmt): Loop through all the statements at a given level.
44 (exapnd_body): Be careful with line-numbers here too. Prepare for
45 being called directly from the parser.
46
47 * cp-tree.h (finish_function): Adjust prototype.
48 * decl.c (finish_function): Return the function compiled.
49 * pt.c (instantiate_decl): Don't play games with obstacks.
50 * tree.c (mapcar): Handle OFFSET_REF and BIT_FIELD_REF.
51 (search_tree): Likewise.
52 * typeck.c: Fix typo in comment.
53 * typeck2.c (store_init_value): Add comment.
54
55 * cp-tree.h (CPTI_ATEXIT): New macro.
56 (atexit_node): Likewise.
57 * decl.c (destroy_local_static): New function, broken out from ...
58 (expand_static_init): Here.
59
60 * rtti.c (get_tinfo_var): These should always be global
61 (expand_si_desc): Use tree, not RTL, functions to generate code.
62 (expand_class_desc): Likewise.
63 (expand_ptr_desc): Likewise.
64 (expand_attr_desc): Likewise.
65 (expand_generic_desc): Likewise.
66 (synthesize_tinfo_fn): Likewise.
67
68 1999-09-09 Mark Mitchell <mark@codesourcery.com>
69
70 * semantics.c (RECHAIN_STMTS): Remove `last' parameter.
71 (RECHAIN_STMTS_FROM_LAST): Remove. Replace all uses with
72 RECHAIN_STMTS.
73 (RECHAIN_STMST_FROM_CHAIN): Likewise.
74
75 * parse.y (simple_stmt): Fix typo in last change.
76
77 * cp-tree.h (EXPR_STMT_ASSIGNS_THIS): New macro.
78 (STMT_IS_FULL_EXPR_P): Likewise.
79 (STMT_LINENO_FOR_FN_P): Likewise.
80 (prep_stmt): New function.
81 (building_stmt_tree): Tweak for safety.
82 * pt.c (tsubst_expr): Use prep_stmt throughout.
83 (add_tree): Move it to semantics.c
84 * semantics.c (add_tree): Move it here.
85 (finish_expr_stmt_real): New function.
86 (finish_expr_stmt): Use it.
87 (finish_if_stmt_cond): Use FINISH_COND.
88 (finish_while_stmt_cond): Likewise.
89 (finish_for_cond): Likewise.
90 (finish_stmt_tree): Tweak line-number handling.
91 (prep_stmt): New function.
92 (expand_stmt): Use it.
93
94 * cp-tree.h (begin_switch_stmt): Adjust prototype.
95 (finish_switch_cond): Likewise.
96 * parse.y (simple_stmt): Adjust accordingly.
97 * parse.c: Regenerated.
98 * pt.c (tsubst_expr): Adjust accordingly.
99 * semantics.c (expand_cond): New function.
100 (FINISH_COND): New macro.
101 (begin_switch_stmt): Build the SWITCH_STMT here.
102 (finish_switch_stmt_cond): Not here.
103 (expand_stmt): Adjust calls to begin_switch_stmt and
104 finish_switch_cond. Use expand_cond throughout.
105
106 * dump.c (dequeue_and_dump): Dump types for constants.
107 Describe DECL_ARG_TYPE more intuitively.
108 Handle ARRAY_REF.
109
110 * decl.c (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
111 (lang_cleanup_tree): Remove.
112 * lex.c (make_lang_type): Use ggc_alloc to allocate
113 TYPE_LANG_SPECIFIC.
114
115 Reorganize per-function data.
116 * cp-tree.h (saved_scope): Add function_decl, bindings.
117 (language_function): Rename binding_level to bindings.
118 (cp_function_chain): Use the current_function, not the
119 outer_function_chain.
120 (current_class_ptr): Make it work, even when there's no
121 current function.
122 (current_class_ref): Likewise.
123 (SF_DEFAULT, SF_PRE_PARSED, SF_INCLASS_INLINE, SF_EXPAND): New
124 macros.
125 (clear_temp_name): Remove.
126 * decl.c (check_function_type): New function, broken out from
127 start_function.
128 (current_binding_level): Adjust definition.
129 (pushlevel): Simplify.
130 (poplevel): Don't use named_label_uses when we're outside
131 a function scope.
132 (mark_saved_scope): Mark function_decl and bindings.
133 (maybe_push_to_top_level): Don't unconditionally push a new
134 function context. Save bindings and the current_function_decl.
135 Don't clear named_labels.
136 (pop_from_top_level): Pop function context if appropriate.
137 (init_decl_processing): Set init_lang_status and free_lang_status,
138 rather than save_lang_status and restore_lang_status.
139 (start_function): Take SF_* flags. Don't clear per-function data.
140 Reorder and simplify to use new per-function data code. Add
141 asserts.
142 (store_parm_decls): Don't call init_function_start here.
143 (finish_function): Adjust for new handling of per-function data.
144 (push_cp_function_context): Simplify.
145 (mark_cp_function_context): Change binding_level to bindings.
146 * decl2.c (clear_temp_name): Remove.
147 (start_objects): Use SF flags to start_function.
148 (start_static_storage_duration_function): Likewise.
149 * except.c (start_anon_func): Remove redundant calls to
150 push_function_context_to. Use SF flags to start function.
151 (end_anon_func): Remove redundant call to pop_function_context
152 from.
153 * lex.c (reinit_parse_for_function): Don't initialize per-function
154 data.
155 * method.c (emit_thunk): Clear current_function after calling
156 assemble_end_function. Use SF flags for start_function.
157 (synthesize_method): Use SF flags for start_function.
158 * parse.c: Regenerated.
159 * parse.y (fn.defpen): Likewise.
160 (pending_inline): Clear current_function, even if something goes
161 wrong.
162 * pt.c (instantiate_decl): Use SF flags to start_function.
163 Don't save and restore expanding_p.
164 (add_tree): Handle the case where we are outside any function.
165 (end_tree): Likewise.
166 * rtti.c (sythesize_tinfo_fn): Use SF flags to start_function.
167 * semantics.c (begin_function_definition): Likewise.
168 (expand_body): Likewise.
169
170 1999-09-09 Nathan Sidwell <nathan@acm.org>
171
172 * cp-tree.h (convert_to_void): Prototype new function.
173 (require_complete_type_in_void): Remove prototype.
174 * cvt.c (convert_to_void): New function.
175 (ocp_convert): Use convert_to_void.
176 * decl.c (cplus_expand_expr_stmt): Likewise, for complete
177 expressions.
178 * typeck.c (require_complete_type_in_void): Remove function.
179 (build_compound_expr): Use convert_to_void.
180 (build_static_cast): Likewise.
181 (build_c_cast): Likewise.
182 * semantics.c (finish_expr_stmt): Do not decay full expressions.
183
184 * typeck.c (build_x_compound_expr): Add FIXME.
185
186 1999-09-08 Mark Mitchell <mark@codesourcery.com>
187
188 * cp-tree.h (scratch_tree_cons): Remove.
189 * call.c: Replace all uses of expr_tree_cons, saveable_tree_cons,
190 and perm_tree_cons with plain tree_cons.
191 * class.c: Likewise.
192 * decl.c: Likewise.
193 * decl2.c: Likewise.
194 * except.c: Likewise.
195 * expr.c: Likewise.
196 * init.c: Likewise.
197 * lex.c: Likewise.
198 * method.c: Likewise.
199 * parse.y: Likewise.
200 * pt.c: Likewise.
201 * repo.c: Likewise.
202 * rtti.c: Likewise.
203 * search.c: Likewise.
204 * typeck.c: Likewise.
205 * parse.c: Regenerated.
206 * tree.c (build_srcloc): Simplify.
207
208 1999-09-08 Mark Mitchell <mark@codesourcery.com>
209
210 * cp-tree.h (lang_decl_flags): Remove permanent_attr.
211 Remove next.
212 (LANG_DECL_PERMANENT): Remove.
213 * decl.c (duplicate_decls): Don't mess about with obstacks trying
214 to free memory.
215 (lang_mark_tree): Mark DECL_LANG_SPECIFIC.
216 * lex.c (free_lang_decl_chain): Remove.
217 (build_lang_decl): Don't use obstacks.
218 (retrofit_lang_decl): Likewise.
219 (copy_lang_decl): Likewise.
220
221 * cp-tree.h (saved_scope): Remove old_binding_level and
222 function_decl. Tidy up.
223 * decl.c (mark_saved_scope): Don't set them.
224 (maybe_push_to_top_level): Clear memory.
225
226 * decl.c (layout_var_decl): Change prototype. Don't complete
227 types for external objects.
228 (check_initializer): Likewise. Tidy.
229 (initialize_local_var): Complete types here.
230 (cp_finish_decl): Not here. Reorganize a little.
231 (grokvardecl): Don't complete types here.
232
233 * decl.c (start_function): Clear last_dtor_insn and
234 last_parm_cleanup_insn.
235 (push_cp_function_context): Just copy over a little of
236 the old context, not all of it.
237
238 * cp-tree.h (copy_to_permanent): Remove.
239 (permanent_p): Likewise.
240 * decl.c (building_typename_type): Don't use copy_to_permanent.
241 (start_decl): Likewise.
242 (grok_reference_init): Likewise.
243 (cp_finish_decl): Likewise.
244 * init.c (build_new_1): Don't use mapcar.
245 (build_vec_delete_1): Don't use copy_to_permanent.
246 (build_vec_init): Likewise.
247 * parse.y (primary): Likewise.
248 * parse.c: Regenerated.
249 * pt.c (push_template_decl_real): Don't use copy_to_permanent.
250 (lookup_template_class): Likewise.
251 (tsubst_friend_function): Likewise.
252 (instantiate_class_template): Likewise.
253 (tsubst_decl): Likewise.
254 (tsubst): Likewise.
255 (instantiate_template): Likewise.
256 (unify): Likewise.
257 * rtti.c (get_tinfo_fn): Likewise.
258 (build_dynamic_cast): Likewise.
259 * semantics.c (finish_if_stmt_cond): Likewise.
260 (finish_while_stmt_cond): Likewise.
261 (finish_do_stmt): Likewise.
262 (finish_for_cond): Likewise.
263 (finish_for_expr): Likewise.
264 (finish_cleanup): Likewise.
265 (add_decl_stmt): Likewise.
266 (finish_named_return_value): Likewise.
267 (finish_qualified_call_expr): Likewise.
268 * tree.c (perm_manip): Remove.
269 (build_exception_variant): Don't use copy_to_permanent.
270 (permanent_p): Remove.
271 (copy_to_permament): Remove.
272 (build_min_nt): Don't use copy_to_permanent.
273 (build_min): Likewise.
274 (min_tree_cons): Likewise.
275 * typeckc.c (build_static_cast): Likewise.
276 (build_reinterpret_cast): Likewise.
277 (build_const_cast): Likewise.
278
279 1999-09-07 Mark Mitchell <mark@codesourcery.com>
280
281 * decl.c (ggc_p): Set it to 1.
282 (mark_saved_scope): Add prototype.
283
284 1999-09-07 Richard Henderson <rth@cygnus.com>
285
286 * cp-tree.h (C_PROMOTING_INTEGER_TYPE_P): Delete.
287 * typeck.c (self_promoting_args_p): Delete.
288
289 1999-09-07 Jason Merrill <jason@yorick.cygnus.com>
290
291 * search.c (binfo_for_vtable): Use CLASSTYPE_VFIELD_PARENT.
292 (dfs_bfv_queue_p, dfs_bfv_helper, struct bfv_info): Remove.
293
294 1999-09-07 Mark Mitchell <mark@codesourcery.com>
295
296 * Makefile.in (tree.o): Depend on ggc.h.
297 * class.c (make_method_vec): Remove.
298 (free_method_vec): Likewise.
299 (free_method_vecs): Remove.
300 (add_method): Don't use them.
301 * cp-tree.def (PTRMEM_CST): Make it longer.
302 (TEMPLATE_PARM_INDEX): Make it shorter.
303 * cp-tree.h (BINDING_HAS_LEVEL_P): New macro.
304 (template_parm_index): Remove RTL field.
305 (ptrmem_cst): Add RTL field.
306 (finish_function): Removed parameter.
307 (process_next_inline): Change prototype.
308 (init_cplus_unsave): Rename to init_tree.
309 (binding_init): Remove.
310 * decl.c (free_binding_nodes): Remove.
311 (push_binding): Don't use them. Set BINDING_HAS_LEVEL_P.
312 (pop_binding): Don't use free_binding_nodes.
313 (free_binding_vecs): Remove.
314 (store_bindings): Don't use them.
315 (pop_from_top_level): Likewise.
316 (lookup_namespace_name): Simplify.
317 (build_typename_type): Don't use obstack_free.
318 (unqualified_namespace_lookup): Simplify.
319 (lookup_name_real): Simplify.
320 (start_function): Remove comment about leaks.
321 (finish_function): Removed nested parameter. Call
322 expand_end_bindings even when building_stmt_tree.
323 Call ggc_push_context and ggc_pop_context around
324 rest_of_compilation, if necessary.
325 (mark_cp_function_context): Handle a NULL language-context.
326 (lang_mark_false_label_stack): Fix typo.
327 (lang_mark_tree): Handle CPLUS_BINDING, OVERLOAD,
328 TEMPLATE_PARM_INDEX. Handle the funny TYPE_LANG_SPECIFIC on
329 pointer to method types.
330 (lang_cleanup_tree): Use free to free TYPE_LANG_SPECIFIC.
331 * decl2.c (finish_objects): Adjust call to finish_function.
332 (finish_static_store_duration_function): Likewise.
333 (do_nonmember_using_decl): Remove call to binding_init.
334 * except.c (end_anon_func): Adjust call to finish_function.
335 * lex.c (mark_impl_file_chain): New function.
336 (init_parse): Call init_tree, not init_cplus_unsave.
337 Add GC roots.
338 (cp_pramga_interface): Use xmalloc, not permalloc.
339 (cp_pragma_implementation): Likewise.
340 (begin_definition_of_inclass_inline): Simplify.
341 (process_next_inline): Adjust prototype.
342 (do_scoped_id): Don't call binding_init.
343 (make_lang_type): Allocate TYPE_LANG_SPECIFIC with xmalloc.
344 * method.c (emit_thunk): Adjust call to finish_function.
345 (synthesize_method): Likewise.
346 * parse.y (%union): Add a new `pi' variant.
347 (PRE_PARSED_FUNCTION_DECL): Use it.
348 (fn.defpen): Likewise.
349 (fndef): Adjust call to finish_function.
350 * pt.c (instantiate_decl): Likewise.
351 * rtti.c (syntheisze_tinfo_fn): Likewise.
352 * semantics.c (expand_body): Likewise.
353 * tree.c: Include ggc.h.
354 (mark_list_hash): New function.
355 (binding_init): Remove.
356 (init_cplus_unsave): Rename to ...
357 (init_tree): This. Add GC roots.
358
359 1999-09-05 Mark Mitchell <mark@codesourcery.com>
360
361 Get ready for garbage collection.
362 * Makefile.in (CXX_TREE_H): Add varray.h
363 (lex.o): Depend on ggc.h.
364 (decl.o): Likewise.
365 (decl2.o): Likewise.
366 (method.o): Likewise.
367 (search.o): Likewise.
368 (pt.o): Likewise.
369 (repo.o): Likewise.
370 * class.c: Include ggc.h.
371 (current_class_name): Remove.
372 (current_class_type): Likewise.
373 (current_access_specifier): Likewise.
374 (previous_class_type): Likewise.
375 (previous_class_values): Likewise.
376 (class_cache_firstobj): Likewise.
377 (current_lang_base): Likewise.
378 (current_lang_stack): Likewise.
379 (current_lang_stacksize): Likewise.
380 (lang_name_c): Likewise.
381 (lang_name_cplusplus): Likewise.
382 (lang_name_java): Likewise.
383 (current_lang_name): Likewise.
384 (base_layout_decl): Likewise.
385 (access_default_node): Likewise.
386 (access_public_node): Likewise.
387 (access_protected_node): Likewise.
388 (access_private_node): Likewise.
389 (access_default_virtual_node): Likewise.
390 (access_public_virtual_node): Likewise.
391 (access_protected_virtual_node): Likewise.
392 (access_private_virtual_node): Likewise.
393 (signed_zero_node): Likewise.
394 (init_class_processing): Don't build base_layout_decl.
395 (push_lang_context): Adjust now that current_lang_base is a varray.
396 (pop_lang_context): Likewise.
397 * cp-tree.h: Include varray.h.
398 (cp_global_trees): Add access_default, access_public,
399 access_protected, access_private, access_default_virtual,
400 access_public_virtual, access_protected_virtual,
401 access_private_virtual, ctor_identifier, delta2_identifier,
402 delta_identifier, dtor_identifier, in_charge_identifier,
403 index_identifier, nelts_identifier, this_identifier,
404 pfn_identifier, pfn_or_delta2_identifier, vptr_identifier,
405 lang_name_c, lang_name_cplusplus, lang_name_java,
406 empty_except_spec, null, jclass, minus_one, terminate.
407 (saved_scope): Move here from decl.c. Define globals in terms of
408 saved_scope: current_namespace, current_class_name,
409 current_class_type, current_access_specifier, current_lang_stack,
410 current_lang_base, current_lang_name, current_function_parms,
411 current_template_parms, processing_template_decl,
412 processing_specialization, processing_explicit_instantiation,
413 previous_class_type, previous_class_values, class_cache_firstobj.
414 (scope_chain): New variable.
415 (init_pt): New function.
416 * decl.c (current_namespace): Remove.
417 (this_identifier, in_charge_identifier, ctor_identifier): Likewise.
418 (dtor_identifier, pfn_identifier, index_identifier): Likewise.
419 (delta_identifier, delta2_identifier): Likewise.
420 (pfn_or_delta2_identifier, tag_identifier): Likewise
421 (vt_off_identifier, empty_except_spec, null_node): Likewise.
422 (current_function_parms, current_lang_base): Remove.
423 (current_lang_stack, previous_class_values): Remove.
424 (class_binding_level): Macroize.
425 (saved_scope): Remove.
426 (current_saved_scope): Rename to scope_chain.
427 (mark_saved_scope): Adjust for new scope structure.
428 (maybe_push_to_top_level): Likewise.
429 (pop_from_top_level): Likewise.
430 (duplicate_decls): Adjust now that current_lang_base is a varray.
431 (build_typename_type): Call ggc_add_tree_hash_table_root.
432 (init_decl_processing): Call init_pt. Call push_to_top_level to
433 set up globals. Add GC roots.
434 (xref_basetypes): Adjust now that current_lang_base is a varray.
435 * decl.h (this_identifier): Remove.
436 (in_charge_identifier): Likewise.
437 * decl2.c: Don't include varray.h.
438 (current_namespace): Remove.
439 (init_decl2): Add GC roots.
440 * except.c (Terminate): Remove.
441 (init_exception_processing): Use terminate_node instead.
442 (build_terminate_handler): Likewise.
443 * init.c (nc_nelts_field_id): Remove.
444 (minus_one): Likewise.
445 (init_init_processing): Use minus_one_node and nelts_identifier
446 instead. Add GC roots.
447 (jclass_node): Remove.
448 (build_new_1): Use nelts_identifier.
449 (build_vec_init): Likewise.
450 (build_vec_delete): Likewise.
451 * lex.c: Include ggc.h.
452 (defarg_fn): Move declaration early.
453 (defarg_parms): Likewise.
454 (init_parse): Add GC roots.
455 (handle_cp_pragma): Remove redundant declaration of
456 pending_vtables.
457 * method.c: Include ggc.h.
458 (btypelist): Make it a varray. All uses changed.
459 (ktypelist): Likewise.
460 (init_method): Add GC roots.
461 * pt.c: Don't include varray.h. Include ggc.h.
462 (current_template_parms): Remove.
463 (processing_template_decl): Likewise.
464 (processing_specialization): Likewise.
465 (processing_explicit_instantiation): Likewise.
466 (init_pt): New function.
467 * repo.c: Include ggc.h.
468 (init_repo): Add GC roots.
469 * search.c: Don't include varray.h.
470 (_vptr_name): Remove.
471 (lookup_field_1): Use vtpr_identifier instead.
472 (expand_indirect_vtbls_init): Remove redundant declaration of
473 in_charge_identifier.
474 (init_search_processing): Use vptr_identifier.
475
476 1999-09-05 Richard Henderson <rth@cygnus.com>
477 Bernd Schmidt <bernds@cygnus.co.uk>
478 Mark Mitchell <mark@codesourcery.com>
479
480 * Makefile.in (parse.o): Depend on ggc.h.
481 (decl2.o): Depend on ggc.h.
482 (init.o): Depend on ggc.h.
483 * cp-tree.h (init_decl2): Declare.
484 (cp_parse_init): Likewise.
485 * decl.c (ggc_p): Define to zero.
486 (mark_saved_scope): New function.
487 (init_decl_processing): Call cp_parse_init, and cp_decl2.
488 Register GC roots.
489 (expand_static_init): Add GC roots.
490 * decl2.c: Include ggc.h.
491 (init_decl2): New function.
492 * init.c: Include ggc.h.
493 (init_init_processing): Add GC roots.
494 * parse.y: Include ggc.h.
495 (cp_parse_init): New function.
496
497 1999-09-04 Mark Mitchell <mark@codesourcery.com>
498
499 * decl.c (init_decl_processing): Set mark_lang_status.
500 (lang_mark_false_label_stack): Adjust prototype.
501 * decl2.c (grok_function_init): Remove extraneous declaration of
502 abort_fndecl.
503
504 * Make-lang.in (cc1plus): Remove dependency on GGC.
505 * Makefile.in (OBJS): Don't mention ggc-simple.o.
506 (OBJDEPS): Don't mention ggc-simple.o.
507
508 * Make-lang.in (cc1plus): Depend on $(GGC).
509 * Makefile.in (OBJS): Add ggc-simple.o.
510 (OBJDEPS): Likewise.
511 * cp-tree.h (language_function): Rename members to `x_' versions;
512 we now have x_named_labels, x_ctor_label, x_dtor_label,
513 x_base_init_list, x_member_init_list, x_base_init_expr,
514 x_current_class_ptr, x_current_class_ref, x_last_tree,
515 x_last_expr_type, x_last_dtor_insn, x_last_parm_cleanup_insn, and
516 x_result_rtx.
517 (dtor_label, ctor_label, current_base_init_list,
518 current_member_init_list, base_init_expr, current_class_ptr,
519 current_class_ref, last_tree, last_expr_type): Adjust accordingly.
520 * decl.c: Include ggc.h.
521 (last_dtor_insn): Adjust to use x_ names.
522 (last_parm_cleanup_insn): Likewise.
523 (original_result_rtx): Likewise.
524 (named_labels): Likewise.
525 (mark_binding_level): New function.
526 (mark_cp_function_context): Likewise.
527 (mark_false_label_stack): Likewise.
528 (lang_mark_tree): Likewise.
529 (lang_cleanup_tree): Likewise.
530
531 1999-09-03 Mark Mitchell <mark@codesourcery.com>
532
533 * Makefile.in (CXX_TREE_H): Include function.h.
534 (decl.o): Don't depend on function.h.
535 (decl2.o): Likewise.
536 (typeck.o): Likewise.
537 (init.o): Likewise.
538 (method.o): Likewise.
539 * cp-tree.h: Include function.h.
540 (cp_function): Rename to language_function. Remove next.
541 (cp_function_chain): Make it a macro, not a variable.
542 (push_cp_function_context): Don't declare.
543 (pop_cp_function_context): Likewise.
544 * decl.c: Don't include function.h.
545 (push_cp_function_context): Make it static. Make it suitable for
546 a save_lang_status callback.
547 (pop_cp_function_context): Likewise.
548 (maybe_push_to_top_level): Call push_function_context_to, not
549 push_cp_function_context.
550 (pop_from_top_level): Call pop_function_context_from, not
551 pop_cp_function_context.
552 (init_decl_processing): Set save_lang_status and
553 restore_lang_status. Call push_function_context_to, not
554 push_cp_function_context.
555 (cp_function_chain): Remove.
556 * decl2.c: Don't include function.h.
557 * except.c: Don't include function.h.
558 (start_anon_func): Call push_function_context_to, not
559 push_cp_function_context.
560 (end_anon_func): Call pop_function_context_from, not
561 pop_cp_function_context.
562 * init.c: Don't include function.h.
563 * lex.c (begin_definition_of_inclass_inline): Call
564 push_function_context_to, not push_cp_function_context.
565 (process_next_inline): Call pop_function_context_from, not
566 pop_cp_function_context.
567 * method.c: Don't include function.h.
568 (synthesize_method): Call push_function_context_to, not
569 push_cp_function_context. Call pop_function_context_from, not
570 pop_cp_function_context.
571 * typeck.c: Don't include function.h.
572
573 * decl.c (expand_static_init): Tweak handling of static
574 initializations for objects without constructors.
575
576 1999-09-03 Nathan Sidwell <nathan@acm.org>
577
578 * typeck.c (build_indirect_ref): Reject dereference of pointer to
579 void.
580
581 1999-09-02 Mark Mitchell <mark@codesourcery.com>
582
583 * cp-tree.h (cp_function): Move here, from decl.c.
584 (cp_function_chain): Declare.
585 (dtor_label): New macro, instead of variable.
586 (ctor_label): Likewise.
587 (current_base_init_list): Likewise.
588 (current_member_init_list): Likewise.
589 (base_init_expr): Likewise.
590 (current_class_ptr): Likewise.
591 (current_class_ref): Likewise.
592 (last_tree): Likewise.
593 (last_expr_type): Likewise.
594 (current_function_returns_value): Likewise.
595 (current_function_returns_null): Likewise.
596 (current_function_just_assigned_this): Likewise.
597 (current_function_parms_stored): Likewise.
598 (temp_name_counter): Likewise.
599 (static_labelno): Likewise.
600 (expanding_p): Likewise.
601 (stmts_are_full_exprs_p): Likewise.
602 (in_function_try_handler): Likewise.
603 (lang_type): Remove nested type_flags. All uses changed.
604 * call.c (ctor_label): Remove.
605 (dtor_label): Likewise.
606 * class.c (current_class_ptr): Remove.
607 (current_class_ref): Likewise.
608 * decl.c (static_labelno): Remove.
609 (dtor_label): Likewise.
610 (last_dtor_insn): New macro, instead of variable.
611 (last_parm_cleanup_insn): Likewise.
612 (original_result_rtx): Likewise.
613 (in_function_try_handler): Remove.
614 (named_label_uses): New macro, instead of variable.
615 (named_labels): Likewise.
616 (current_function_returns_value): Remove.
617 (current_function_returns_null): Likewise.
618 (current_function_assigns_this): New macro, instead of variable.
619 (current_function_just_assigned_this): Likewise.
620 (current_binding_level): Likewise.
621 (init_decl_processing): Call push_cp_function_context.
622 (cp_function): Move to cp-tree.h
623 (cp_function_chain): Make it global.
624 (temp_name_counter): Remove.
625 (push_cp_function_context): Simplify.
626 (pop_cp_function_context): Likewise.
627 * decl2.c (temp_name_counter): Remove.
628 * init_c (current_base_init_list): Likewise.
629 (current_member_init_list): Likewise.
630 (base_init_expr): Likewise.
631 * method.c (static_labelno): Likewise.
632 * pt.c (last_tree): Likewise.
633 * semantics.c (expanding_p): Likewise.
634 (stmts_are_full_exprs_p): Likewise.
635 (last_expr_type): Likewise.
636 * typeck.c (dtor_label): Likewise.
637 (ctor_label): Likewise.
638
639 1999-09-01 Alex Samuel <samuel@codesourcery.com>
640
641 * decl2.c (arg_assoc_template_arg): New prototype. New function.
642 (arg_assoc_class): Use arg_assoc_template_arg for template
643 arguments.
644 (arg_assoc): Likewise.
645 * pt.c (mangle_class_name_for_template): Allow member template
646 template arguments.
647
648 1999-09-02 Nathan Sidwell <nathan@acm.org>
649
650 * call.c (build_conditional_expr): Warn on enum mismatches.
651 (convert_arg_to_ellipsis): Move non-pod check to after
652 conversion.
653
654 1999-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
655
656 * gxx.gperf (hash, is_reserved_word): Add prototypes.
657
658 * init.c (build_vec_init): Initialize variable `try_block'.
659
660 * lex.c (init_parse): Call memcpy, not bcopy, to avoid casts.
661 Likewise for bzero/memset.
662 (token_getch, token_put_back): Add static prototypes. Remove
663 `inline' from the definitions.
664 (retrofit_lang_decl): Call memset, not bzero, to avoid casts.
665
666 1999-09-01 Mark Mitchell <mark@codesourcery.com>
667
668 * cp-tree.h (lang_type): Move align into type_flags.
669 (CLASSTYPE_ALIGN): Adjust accordingly.
670 * call.c (direct_reference_binding): Remove misleading comment.
671
672 1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
673
674 * parse.y (language_string): Constify.
675
676 1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
677
678 * repo.c (getpwd): Don't prototype.
679 * xref.c (getpwd): Likewise
680
681 1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
682
683 * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
684 Remove hacks for stuff which now comes from libiberty.
685
686 1999-08-30 Jason Merrill <jason@yorick.cygnus.com>
687
688 * cp-tree.h (IS_AGGR_TYPE_2): Fix typo.
689
690 1999-08-30 Mark Mitchell <mark@codesourcery.com>
691
692 * cp-tree.h (begin_init_stmts): Declare.
693 (finish_init_stmts): Likewise.
694 * cvt.c (build_up_reference): Wrap the declaration of a temporary
695 in a statement-expression so that we will see it when expanding
696 tree structure later.
697 * init.c (begin_init_stmts): Don't make it static.
698 (finish_init_stmts): Likewise.
699
700 * cp-tree.h (start_handler_parms): New function.
701 (expand_start_catch_block): Take only one parameter.
702 (start_handler_parms): New function.
703 * decl.c (start_handler_parms): Define it.
704 * except.c (process_start_catch_block): Take only one parameter.
705 Don't call grokdeclarator here.
706 (expand_start_catch_block): Don't call grokdeclarator here,
707 either.
708 * parse.y (handler_args): Adjust call to
709 expand_start_catch_block. Use start_handler_parms.
710 * pt.c (push_template_decl_real): Make permanent lists have
711 permanent elements.
712 (tsubst_expr): Adjust calls to expand_start_catch_block
713 appropriately.
714 * semantics.c (expand_stmt): Likewise.
715
716 1999-08-29 Alex Samuel <samuel@codesourcery.com>
717
718 * pt.c (push_template_decl_real): Use template declaration from
719 class type if it exists.
720
721 1999-08-29 Mark Mitchell <mark@codesourcery.com>
722
723 * cp-tree.h (TYPE_NEEDS_CONSTRUCTING): Remove #if 0'd definition.
724 (maybe_inject_for_scope_var): Declare it.
725 (initialize_local_var): Likewise.
726 * decl.c (maybe_inject_for_scope_var): Make it global.
727 (initialize_local_var): Likewise. Move cleanup handling here,
728 from cp_finish_decl.
729 (make_rtl_for_nonlocal_decl): Use
730 push_obstacks_nochange/pop_obstacks, rather than
731 end_temporary_allocation/resume_temporary_allocation.
732 (cp_finish_decl): Try to complete the type of a variable when it
733 is declared. Move cleanup-handling to initialize_local_var.
734 (expand_static_init): Use tree-building code, rather than
735 RTL-building code.
736 * decl2.c (get_temp_name): Assert non-initializedness of
737 temporaries.
738 * init.c (create_temporary_var): Move RTL-assigning code to ...
739 (get_temp_regvar): Here.
740 * pt.c (tsbust_expr): Fix indentation. Call cp_finish_decl here.
741 * semantics.c (expand_stmt): Don't call cp_finish_decl here. Just
742 call initialize_local_var to generate initialization code.
743
744 1999-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
745
746 * cp-tree.h (fndecl_as_string, type_as_string,
747 type_as_string_real, args_as_string, decl_as_string,
748 expr_as_string, code_as_string, language_as_string,
749 parm_as_string, op_as_string, assop_as_string, cv_as_string,
750 lang_decl_name, cp_file_of, lang_printable_name): Constify a char*.
751
752 * errfn.c (cp_printer): Likewise.
753
754 * error.c (cp_printer, fndecl_as_string, type_as_string_real,
755 type_as_string, expr_as_string, decl_as_string, lang_decl_name,
756 cp_file_of, code_as_string, language_as_string, parm_as_string,
757 op_as_string, assop_as_string, args_as_string, cv_as_string):
758 Likewise.
759
760 * tree.c (lang_printable_name): Likewise.
761
762 1999-08-28 Richard Henderson <rth@cygnus.com>
763
764 * decl2.c (arg_assoc_class): Bail if the class is a builtin type.
765
766 1999-08-28 Mark Mitchell <mark@codesourcery.com>
767
768 * cp-tree.h (strip_array_types): New function.
769 * decl.c (maybe_deduce_size_from_array_init): New function, split
770 out from cp_finish_decl.
771 (layout_var_decl): Likewise.
772 (maybe_commonize_var): Likewise.
773 (maybe_inject_for_scope_var): Likewise.
774 (initialize_local_var): Likewise.
775 (build_cleanup_on_safe_obstack): Likewise.
776 (check_initializer): Likewise.
777 (make_rtl_for_nonlocal_decl): Likewise.
778 (cp_finish_decl): Use them.
779 * typeck.c (strip_array_types): New function.
780
781 * cp-tree.def (LABEL_STMT): New tree node.
782 * cp-tree.h (LABEL_STMT_LABEL): New macro.
783 (shadow_label): Remove.
784 (declare_local_label): New function.
785 (finish_label_decl): Likewise.
786 * decl.c (make_label_decl): New function, split out from
787 lookup_label.
788 (shadowed_labels): Remove.
789 (binding_level): Add shadowed_labels.
790 (clear_binding_level): Remove.
791 (push_binding_level): Just bzero the new binding level.
792 (pushlevel): Fix indentation.
793 (pop_label): New function.
794 (pop_labels): Likewise, split out from poplevel.
795 (poplevel): Pop local labels. Use pop_labels.
796 (maybe_push_to_top_level): Don't clear shadowed_labels.
797 (lookup_label): Use make_label_decl.
798 (shadow_label): Remove.
799 (declare_local_label): New function.
800 (define_label): Simplify.
801 (start_function): Don't clear shadowed_labels.
802 (cp_function): Remove shadowed_labels.
803 (push_cp_function_context): Don't save shadowed_labels.
804 (pop_cp_function_context): Don't restore it.
805 * dump.c (dequeue_and_dump): Handle LABEL_STMT.
806 * parse.y (label_decl): Use finish_label_decl.
807 * pt.c (tsubst_expr): Handle LABEL_STMTs, and local label
808 declarations.
809 * semantics.c (finish_label_stmt): Add a LABEL_STMT when
810 building_stmt_tree.
811 (finish_label_decl): New function.
812 (expand_stmt): Handle LABEL_STMTs and local label declarations.
813
814 1999-08-26 Mark Mitchell <mark@codesourcery.com>
815
816 * decl.c (lookup_label): Build labels on the permanent obstack
817 when building statement trees. Don't build RTL for labels when
818 building statement trees.
819 * semantics.c (finish_goto_stmt): Use LABEL_DECLs even when
820 building statement trees.
821 (finish_label_stmt): Likewise.
822 (expand_stmt): Adjust accordingly.
823 * pt.c (tsubst_expr); Likewise.
824 (do_decl_instantiation): Robustify.
825
826 * cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.
827 * tree.c (build_cplus_new): Set it.
828 * expr.c (cplus_expand_expr): Use it.
829 * dump.c (deque_and_dump): Handle AGGR_INIT_EXPR.
830
831 * decl.c (store_parm_decls): Reset immediate_size_expand.
832 (finish_function): Likewise.
833
834 * tree.c (cplus_unsave_expr_now): Don't return a value.
835
836 * semantics.c (do_poplevel): Always initialize the return value.
837
838 1999-08-26 Gavin Romig-Koch <gavin@cygnus.com>
839
840 * cp-tree.h (cplus_unsave_expr_now) : Correct return type.
841 * tree.h (cplus_unsave_expr_now) : Same.
842
843 1999-08-25 Mark Mitchell <mark@codesourcery.com>
844
845 * decl.c (grokdeclarator): Amend comment.
846 * except.c (expand_start_catch_block): Call push_template_decl for
847 catch-block parameters.
848 * method.c (synthesize_method): Build an empty compound statement
849 for the body of a constructor.
850
851 1999-08-25 Jason Merrill <jason@yorick.cygnus.com>
852
853 * tree.c (cp_build_qualified_type_real): If we're asking for the
854 same quals we already have, just return.
855
856 1999-08-25 Mark Mitchell <mark@codesourcery.com>
857
858 * cp-tree.def (SUBOBJECT): New tree node.
859 * cp-tree.h (CLEANUP_P): New macro.
860 (SUBOBJECT_CLEANUP): Likewise.
861 (keep_next_level): Add parameter.
862 (get_temp_regvar): Don't declare.
863 (emit_base_init): Remove parameter.
864 (expand_aggr_init): Rename to build_aggr_init.
865 (expand_vec_init): Rename to build_vec_init.
866 (do_pushlevel): Remove.
867 (do_poplevel): Likewise.
868 (finish_cleanup): New function.
869 (finish_subobject): Likewise.
870 (stmts_are_full_exprs_p): New variable.
871 * decl.c (keep_next_level): Add parameter.
872 (cp_finish_decl): Use build_aggr_init, not
873 expand_aggr_init. Use finish_expr_stmt to expand the code.
874 (expand_static_init): Use tree-generating, not RTL-generating,
875 functions to handle the initialization.
876 (start_function): Remove dead code. Always have a momentary
877 obstack inside the function, even before hitting the first curly
878 brace.
879 (cplus_expand_expr_stmt): Move calls to
880 expand_{start,end}_target_temps into semantics.c.
881 (cp_function): Add stmts_are_full_exprs_p.
882 (push_cp_function_context): Save it.
883 (pop_cp_function_context): Restore it.
884 * decl2.c (get_temp_regvar): Move to init.c.
885 (do_static_initialization): Use build_{aggr,vec}_init.
886 (do_static_destruction): Fix typo in comment.
887 * dump.c (dequeue_and_dump): Handle INIT_EXPR.
888 * except.c (expand_throw): Use create_temporary_var.
889 * expr.c (cplus_expand_expr): Use build_{aggr,vec}_init.
890 * init.c (expand_vec_init_try_block): Remove.
891 (expand_vec_init_catch_clause): Likewise.
892 (get_temp_regvar): New function.
893 (begin_init_stmts): Likewise.
894 (finish_init_stmts): Likewise.
895 (perform_member_init): Use build_{aggr,vec}_init. Build up tree
896 structure here.
897 (emit_base_init): Likewise. Remove unused parameter.
898 (expand_virtual_init): Likewise.
899 (expand_cleanup_for_base): Use finish_subobject.
900 (expand_aggr_vbase_init_1): Simplify.
901 (construct_virtual_bases): Use tree-generating functions to build
902 up initialization.
903 (expand_aggr_init): Likewise. Rename to build_aggr_init.
904 (expand_default_init): Likewise.
905 (expand_aggr_init_1): Likewise.
906 (expand_vec_init): Rename to build_vec_init.
907 * method.c (do_build_copy_constructor): Use tree-generating
908 functions. Don't call clear_last_expr.
909 (do_build_assign_ref): Likewise.
910 (synthesize_method): Call clear_last_expr here.
911 * parse.y (base_init): Don't call clear_last_expr here.
912 (nodecls): Likewise.
913 * pt.c (tsubst_expr): Handle a TRY_BLOCK with CLEANUP_P set.
914 * semantics.c (do_pushlevel): Move to here.
915 (do_poplevel): Likewise.
916 (stmts_are_full_exprs_p): New variable.
917 (finish_expr_stmt): Handle logic for temoprary cleanup here.
918 (finish_for_stmt): Use finish_expr_stmt.
919 (finish_cleanup): New function.
920 (finish_function_try_block): Fix indentation.
921 (finish_subobject): New function.
922 (setup_vtbl_ptr): Call keep_next_level here.
923 (finish_stmt_expr): Handle a block with no scope inside the
924 statement-expression.
925 (expand_stmt): Handle a TRY_BLOCK with CLEANUP_P set. Handle
926 SUBOBJECT.
927 * tree.c (search_tree): Handle INIT_EXPR.
928 (mapcar): Likewise.
929 * typeck.c (build_modify_expr): Don't build an RTL_EXPR.
930 * typeck2.c (store_init_value): Change expand_aggr_init to
931 build_aggr_init in comment.
932
933 1999-08-25 Mark Mitchell <mark@codesourcery.com>
934
935 * dump.c (dequeue_and_dump): Dump TARGET_EXPRs.
936
937 1999-08-25 Nathan Sidwell <nathan@acm.org>
938
939 * decl2.c (handle_class_head): Be graceful about additional
940 scope qualifiers. Adjust comments to reflect reality.
941
942 1999-08-24 Jason Merrill <jason@yorick.cygnus.com>
943
944 * call.c (build_conditional_expr): Fix typo.
945 * typeck.c (build_modify_expr, COND_EXPR): Make sure we've got an
946 lvalue before trying to mess with the sides.
947
948 * error.c (dump_expr, CONVERT_EXPR): Handle (void) properly.
949
950 Mon Aug 23 22:17:20 1999 Mumit Khan <khan@xraylith.wisc.edu>
951
952 * g++spec.c (lang_specific_driver): Add room for NULL in arglist.
953
954 1999-08-23 Jason Merrill <jason@yorick.cygnus.com>
955
956 * exception.cc (__cplus_type_matcher): Call __throw_type_match_rtti_2.
957 Return arbitrary pointer or NULL.
958 (check_eh_spec): Call __throw_type_match_rtti_2.
959 * tinfo.h (*::dcast): Return int. Add valp parm.
960 * tinfo.cc (*::dcast): Likewise. Adjust to allow for null pointers.
961 * tinfo2.cc (__throw_type_match_rtti_2): Likewise.
962 (__throw_type_match_rtti): Now just a wrapper.
963
964 * except.c: Lose CatchMatch, FirstExceptionMatch, and Unwind.
965 (init_exception_processing): Don't initialize them.
966
967 1999-08-23 Paul Burchard <burchard@pobox.com>
968
969 * decl.c (check_default_argument): Fix typo.
970
971 1999-08-22 Mark Mitchell <mark@codesourcery.com>
972
973 * cp-tree.def (STMT_EXPR): Fix typo in node name.
974
975 * dump.c (dump_next_stmt): New function.
976 (dequeue_and_dump): Use it.
977
978 * pt.c (tsubst_copy): Make sure to initialize return value for a
979 STMT_EXPR, even when processing_template_decl.
980 * semantics.c (finish_stmt_expr): A statement-expression whose
981 last statement is not an expression-statement has type `void'.
982
983 1999-08-20 Mark Mitchell <mark@codesourcery.com>
984
985 * semantics.c (finish_stmt_expr): Fix typo in comment.
986 * tree.c (search_tree): Handle EXIT_EXPR, LOOP_EXPR.
987 (mapcar): Likewise.
988 * init.c (build_vec_delete_1): Make the children of a permanent
989 BIND_EXPR permanent.
990 * pt.c (register_specialization): Don't register a specialization
991 more than once.
992
993 1999-08-18 Andrew Haley <aph@cygnus.com>
994
995 * method.c (process_overload_item): Call build_mangled_C9x_name ()
996 for all integer parameter types larger than long long.
997
998 1999-08-19 Mark Mitchell <mark@codesourcery.com>
999
1000 * pt.c (redeclare_class_template): Merge default template
1001 arguments in both directions.
1002
1003 * typeck.c (common_type): Undo 1999-08-18 change. Remove
1004 compiler_error message.
1005
1006 1999-08-19 Jason Merrill <jason@yorick.cygnus.com>
1007
1008 * cp-tree.h: Declare flag_use_repository.
1009 * pt.c (do_decl_instantiation): Don't complain about duplicate
1010 instantiation with -frepo.
1011 (do_type_instantiation): Likewise.
1012
1013 * pt.c (push_template_decl_real): Complain about everything
1014 that isn't a valid template.
1015
1016 * decl2.c (import_export_decl): If -fnew-abi, class linkage doesn't
1017 affect inlines.
1018
1019 1999-08-19 Mark Mitchell <mark@codesourcery.com>
1020
1021 * cp-tree.def (PSEUDO_DTOR_EXPR): New tree code.
1022 * decl2.c (build_expr_from_tree): Handle it.
1023 * error.c (dump_expr): Likewise.
1024 * pt.c (for_each_template_parm): Likewise.
1025 (tsubst_copy): Likewise.
1026 * tree.c (search_tree): Likewise.
1027 * semantics.c (finish_pseudo_destructor_call): Create it.
1028
1029 1999-08-18 Mark Mitchell <mark@codesourcery.com>
1030
1031 * search.c (setup_class_bindings): Robustify.
1032 * typeck.c (common_type): Use same_type_p, not pointer equality,
1033 to compare types.
1034
1035 * cp-tree.h (build_lang_field_decl): Remove.
1036 * class.c (build_vtable): Replace calls to build_lang_field_decl
1037 with build_lang_decl.
1038 (prepare_fresh_vtable): Likewise.
1039 (finish_struct_1): Likewise.
1040 (init_class_processing): Likewise.
1041 * decl.c (push_using_decl): Likewise.
1042 (init_decl_processsing): Likewise.
1043 (grokvardecl): Likewise.
1044 (build_ptrmemfunc_type): Likewise.
1045 (grokdeclarator): Likewise.
1046 (build_enumerator): Likewise.
1047 * decl2.c (grok_x_components): Likewise.
1048 (do_class_using_decl): Likewise.
1049 * except.c (call_eh_info): Likewise.
1050 * init.c (init_init_processing): Likewise.
1051 * rtti.c (expand_class_decl): Likewise.
1052 * tree.c (build_base_fields): Likewise.
1053 (build_vbase_pointer_fields): Likewise.
1054 * lex.c (build_lang_decl): Build declarations on the permanent
1055 obstack if we're building statmeent trees.
1056 (retrofit_lang_decl): Handle both the full lang_decl and also the
1057 smaller lang_decl_flags here.
1058 (build_lang_field_decl): Remove.
1059 * pt.c (push_template_decl_real): Issue errors for variable
1060 declarations that are not static members.
1061
1062 1999-08-18 Richard Henderson <rth@cygnus.com>
1063
1064 * tree.c (search_tree): Handle TRUTH_{AND,OR,XOR}_EXPR too.
1065 (mapcar): Likewise.
1066
1067 1999-08-17 Mark Mitchell <mark@codesourcery.com>
1068
1069 * cp-tree.h (back_end_hook): New variable.
1070 * decl2.c (back_end_hook): Define it.
1071 (finish_file): If it's non-NULL, call it.
1072
1073 * decl.c (add_decl_to_level): New function.
1074 (push_local_binding): Use it.
1075 (find_binding): Fix typo in comment.
1076 (pushdecl): Use add_decl_to_level. Put templates on the
1077 corresponding namespace-scope binding levels.
1078 * dump.c (dequeue_and_dump): Print the specializations of a
1079 template.
1080 * pt.c (push_template_decl_real): Don't push a template multiple
1081 times.
1082
1083 1999-08-17 Mark Mitchell <mark@codesourcery.com>
1084
1085 * cp-tree.h (CALL_DECLARATOR_PARMS): New macro.
1086 (CALL_DECLARATOR_QUALS): Likewise.
1087 (CALL_DECARATOR_EXCEPTION_SPEC): Likewise.
1088 * decl.c (grokdeclarator): Adjust to use them.
1089 * decl2.c (grokfield): Likewise.
1090 (reparse_absdcl_as_casts): Likewise.
1091 * lex.c (make_call_declarator): Likewise.
1092 (set_quals_and_spec): Likewise.
1093 * pt.c (tsubst): Likewise.
1094 * tree.c (mapcar): Remove special hack to handle third operand of
1095 a CALL_EXPR.
1096
1097 1999-08-16 Mark Mitchell <mark@codesourcery.com>
1098
1099 * cp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.
1100 * class.c (build_vtable): Use build_lang_field_decl to build the
1101 VAR_DECLs for vtables.
1102 (prepare_fresh_vtable): Likewise.
1103 * decl.c (duplicate_decls): Only copy DECL_SAVED_TREE if
1104 CAN_HAVE_FULL_LANG_DECL_P.
1105 (push_using_decl): Use build_lang_decl to build USING_DECLs.
1106 (grokdeclarator): Use build_lang_decl to build TYPE_DECLs.
1107 * lex.c (retrofit_lang_decl): Check CAN_HAVE_FULL_LANG_DECL_P.
1108 (build_lang_field_decl): Likewise.
1109 (copy_lang_decl): Use CAN_HAVE_FULLLANG_DECL_P to decide how much
1110 to copy.
1111
1112 * cp-tree.def (STMT_EXPR): New tree node.
1113 * cp-tree.h (STMT_EXPR_STMT): New macro.
1114 (store_return_init): Change prototype.
1115 (finish_named_return_value): New function.
1116 (expand_stmt): Likewise.
1117 (expand_body): Likewise.
1118 (begin_stmt_tree): Likewise.
1119 (finish_stmt_tree): Likewise.
1120 (expanding_p): New variable.
1121 (last_expr_type): Likewise.
1122 (building_stmt_tree): New macro.
1123 * decl.c (start_function): Use building_stmt_tree, not
1124 processing_template_decl, where appropriate.
1125 (store_parm_decls): Likewise.
1126 (store_return_init): Move most of the body to semantics.c.
1127 (finish_function): Use building_stmt_tree.
1128 (finish_stmt): Clear last_expr_type here.
1129 (cp_function): Add expanding_p, last_tree, last_expr_type.
1130 (push_cp_function_context): Save them.
1131 (pop_cp_function_context): Restore them.
1132 * decl2.c (setup_vtbl_ptr): Move to semantics.c.
1133 * error.c (dump_expr): Handle STMT_EXPR.
1134 * except.c (expand_start_catch_block): Use building_stmt_tree.
1135 Use add_decl_stmt.
1136 * expr.c (cplus_expand_expr): Handle STMT_EXPR.
1137 (do_case): Move add_tree call to semantics.c.
1138 * parse.y (return_init): Use finish_named_return_value.
1139 (for.init.statement): Use finish_expr_stmt.
1140 * parse.c: Regenerated.
1141 * pt.c (do_pushlevel): Move to semantics.c.
1142 (do_poplevel): Likewise.
1143 (tsubst_copy): Handle STMT_EXPR instead of BIND_EXPR.
1144 (tsubst_expr): Don't expand all the way to RTL here. Handle
1145 RETURN_INIT and CTOR_INITIALIZER.
1146 (instantiate_decl): Call expand_body after tsubst'ing into
1147 DECL_SAVED_TREE.
1148 * semantics.c (expand_stmts): New function.
1149 (expanding_p): New variable.
1150 (last_expr_type): Likewise.
1151 (finish_expr_stmt): Use building_stmt_tree.
1152 (begin_if_stmt): Likewise.
1153 (finish_if_stmt_cond): Likewise.
1154 (finish_then_clause): Likewise.
1155 (begin_else_clause): Likewise.
1156 (finish_else_clause): Likewise.
1157 (begin_while_stmt): Likewise.
1158 (finish_while_stmt_cond): Likewise.
1159 (finish_while_stmt): Likewise.
1160 (finish_do_body): Likewise.
1161 (finish_do_stmt): Likewise.
1162 (finish_return_stmt): Likewise.
1163 (begin_for_stmt): Likewise.
1164 (fnish_for_init_stmt): Likewise.
1165 (finish_for_cond): Likewise.
1166 (finish_for_expr): Likewise.
1167 (finish_for_stmt): Likewise.
1168 (finish_break_stmt): Likewise.
1169 (finish_continue_stmt): Likewise.
1170 (finish_switch_cond): Likewise.
1171 (finish_switch_stmt): Likewise.
1172 (finish_case_label): Call add_tree here if necessary.
1173 (finish_goto_statement): Use building_stmt_tree.
1174 (begin_try_block): Likewise.
1175 (begin_function_try_block): Likewise.
1176 (finish_try_block): Likewise.
1177 (finish_function_try_block): Likewise.
1178 (finish_handler_sequence): Likewise.
1179 (finish_function_handler_sequence): Likewise.
1180 (begin_handler): Likewise.
1181 (finish_handler_parms): Likewise.
1182 (finish_handler): Likewise.
1183 (begin_compound_stmt): Likewise.
1184 (finish_compound_stmt): Likewise.
1185 (finish_asm_stmt): Likewise.
1186 (finish_label_stmt): Likewise.
1187 (finish_named_return_value): New function.
1188 (setup_vtbl_ptr): Moved here from decl2.c.
1189 (do_pushlevel): Moved here from pt.c.
1190 (do_poplevel): Likewise.
1191 (begin_stmt_expr): Use building_stmt_tree.
1192 (finish_stmt_expr): Likewise. Build a STMT_EXPR, not a BIND_EXPR,
1193 when building_stmt_tree.
1194 (begin_stmt_tree): New function.
1195 (finish_stmt_tree): Likewise.
1196 (expand_stmt): Likewise.
1197 (expand_body): Likewise.
1198 * tree.c (build_cplus_method_type): Make sure the argument types
1199 end up on the same obstack as the METHOD_TYPE.
1200 (search_tree): Handle COMPOUND_EXPR, MODIFY_EXPR,
1201 THROW_EXPR, STMT_EXPR.
1202 (mapcar): Break out common cases. Handle COMPOUND_EXPR,
1203 MODIFY_EXPR, THROW_EXPR, STMT_EXPR, RTL_EXPR. Abort, rather than
1204 sorry, if an unsupported node is encountered.
1205 * typeck.c (require_complete_type_in_void): Handle BIND_EXPR.
1206 (c_expand_return): Don't call add_tree here.
1207
1208 1999-08-15 Mark Mitchell <mark@codesourcery.com>
1209
1210 * pt.c (check_default_tmpl_args): Don't check in local scopes.
1211 (tsubst_decl): Make sure the declaration is on a saveable
1212 obstack. Clear DECL_DEAD_FOR_LOCAL when making a copy of a local
1213 variable.
1214 (tsubst_expr): Adjust now that DECL_STMTs really contain DECLs.
1215
1216 1999-08-14 Jason Merrill <jason@yorick.cygnus.com>
1217
1218 Speed up Koenig lookup.
1219 * decl.c (unqualified_namespace_lookup): Nonstatic. Add spacep parm
1220 to return namespaces we've looked at.
1221 * decl2.c (lookup_using_namespace): Likewise.
1222 (add_function): Don't call ovl_member.
1223 (lookup_arg_dependent): Initialize k.namespaces to the list of
1224 namespaces seen in unqualified lookup.
1225 * call.c (equal_functions): Move here from tree.c.
1226 (joust): Use it to handle duplicate candidates.
1227 * tree.c (ovl_member): Use ==.
1228
1229 1999-08-13 Mark Mitchell <mark@codesourcery.com>
1230
1231 * cp-tree.def (DECL_STMT): Make it smaller.
1232 * cp-tree.h (lang_decl_flags): Move saved_tree to ...
1233 (lang_decl): ... here. Add next.
1234 (DECL_SAVED_TREE): Adjust accordingly.
1235 (DECL_IMPLICIT_TYPEDEF_P): New macro.
1236 (SET_DECL_IMPLICIT_TYPEDEF_P): Likewise.
1237 (DECL_STMT_DECL): Likewise.
1238 (create_implicit_typedef): New function.
1239 (maybe_push_decl): Likewise.
1240 (tsubst_default_argument): New function.
1241 (at_function_scope_p): Likewise.
1242 (add_decl_stmt): Likewise.
1243 (push_permanent_obstack): Likewise.
1244 * call.c (convert_default_arg): Use tsubst_default_argument.
1245 * class.c (add_method): Use push_permanent_obstack.
1246 (build_self_reference): Create a TEMPLATE_DECL for the
1247 self-reference, if necessary.
1248 * decl.c (pseudo_global_level_p): Only look at the current binding
1249 level.
1250 (push_binding): Use push_permanent_obstack.
1251 (create_implicit_typedef): New function.
1252 (pushtag): Use it.
1253 (duplicate_decls): Use push_permanent_obstack.
1254 (maybe_push_decl): New function.
1255 (start_decl): Use it. Remove dead code. Use add_decl_stmt.
1256 (start_decl_1): Remove dead code.
1257 (cp_finish_decl): Remove DECL_STMT handling here. Don't use
1258 pseudo_global_level_p.
1259 (grokvardecl): Create DECL_LANG_SPECIFIC for a VAR_DECL in a
1260 template.
1261 (grokdeclarator): Likewise, for TYPE_DECLs. Don't use
1262 pseudo_global_level_p.
1263 * decl2.c (grokfield): Call push_template_decl for a TYPE_DECL in
1264 a template.
1265 (get_sentry): Use push_permanent_obstack.
1266 * dump.c (dequeue_and_dump): Enable DECL_STMT.
1267 * except.c (call_eh_info): Use push_permanent_obstack.
1268 (build_eh_type_ref): Likewise.
1269 (do_pop_exception): Likewise.
1270 (expand_eh_spec): Likewise.
1271 (alloc_eh_object): Likewise.
1272 (expand_throw): Likewise.
1273 * init.c (build_java_class_ref): Likewise.
1274 * lex.c (get_time_identifier): Likewise.
1275 (free_lang_decl_chain): Correct type.
1276 (retrofit_lang_decl): Adjust accordingly.
1277 (build_lang_field_decl): Likewise.
1278 * lex.h (free_lang_decl_chain): Likewise.
1279 * parse.y (lang_extdef): Don't use pseudo_global_level_p.
1280 * parse.c: Regenerated.
1281 * pt.c (tsubst_default_arguments): New function.
1282 (retrieve_local_specialization): Likewise.
1283 (register_local_specialization): Likewise.
1284 (push_template_decl_real): Use DECL_IMPLICIT_TYPEDEF_P. Just use
1285 pseudo_global_level_p to determine whether or not a template is
1286 primary.
1287 (lookup_template_class): Likewise. Use create_implicit_typedef.
1288 (instantiate_class_template): Call tsubst_default_arguments for
1289 member functions, if appropriate.
1290 (tsubst_default_argument): New function.
1291 (tsubst_decl): Use it. Change TYPE_DECL handling to match VAR_DECLs.
1292 * search.c (at_function_scope_p): New function.
1293 * semantics.c (finish_asm_stmt): Use push_permanent_obstack.
1294 (finish_label_stmt): Likewise.
1295 (add_decl_stmt): New function.
1296 (begin_class_definition): Likewise.
1297 (finish_typeof): Likewise.
1298 * tree.c (copy_template_template_parm): Likewise.
1299 (copy_to_permanent): Likewise.
1300 (push_permanent_obstack): Define.
1301 (mark_addressable): Use it.
1302 * typeck.c (mark_addressable): Likewise.
1303
1304 1999-08-13 Gavin Romig-Koch <gavin@cygnus.com>
1305
1306 * cp-tree.h (init_cplus_unsave): New.
1307 (cplus_unsave_expr_now): New.
1308 * lex.c (init_parse): Call init_cplus_unsave.
1309 * tree.c (init_cplus_unsave): New.
1310 (cplus_unsave_expr_now): New.
1311
1312 1999-08-13 Mark Mitchell <mark@codesourcery.com>
1313
1314 * pt.c (tsubst): Back out 1999-08-06 patch. Use fold and
1315 decl_constant_value to simplify array bounds.
1316
1317 1999-08-11 Jason Merrill <jason@yorick.cygnus.com>
1318
1319 * lang-options.h: Add -fms-extensions.
1320 * cp-tree.h: Declare flag_ms_extensions.
1321 * decl2.c: Define it.
1322 * class.c (instantiate_type): Don't complain about taking the address
1323 of a bound member function if -fms-extensions.
1324 * typeck.c (build_unary_op): Likewise.
1325 * decl.c (grokdeclarator): Or about implicit int.
1326 * init.c (resolve_offset_ref): Or about implicit '&'.
1327
1328 1999-08-11 Mark Mitchell <mark@codesourcery.com>
1329
1330 * cp-tree.h (minimal_parse_mode): Remove.
1331 (finish_label_stmt): New function.
1332 * decl.c (saved_scope): Remove minimal parse mode.
1333 (maybe_push_to_top_level): Don't save it.
1334 (pop_from_top_level): Don't restore it.
1335 (define_label): Split out template-handling code to semantics.c.
1336 (start_decl): Don't use minimal_parse_mode.
1337 (cp_finish_decl): Likewise.
1338 (start_function): Don't increment it.
1339 (store_return_init): Don't use it.
1340 (finish_function): Don't decrement it.
1341 * parse.y (label_colon): Use finish_label_stmt throughout.
1342 * parse.c: Regenerated.
1343 * pt.c (minimal_parse_mode): Don't define it.
1344 (tsubst_expr): Use finish_label_stmt.
1345 * semantics.c (finish_label_stmt): New function.
1346
1347 * dump.c (queue): Be careful when computing bitmasks.
1348 (dequeue_and_dump): Describe binfos as binfos, not as
1349 vectors.
1350
1351 * parse.y (pedantic): Give it itype. Adjust usage accordingly
1352 throughout.
1353 * parse.c: Regenerated.
1354
1355 * Make-lang.in (CXX_SRCS): Remove sig.c.
1356 * Makefile.in (CXX_OBJS): Remove sig.o.
1357 (sig.o): Remove.
1358 * cp-tree.h (CPTI_OPAQUE_TYPE): Remove.
1359 (CPTI_SIGNATURE_TYPE): Likewise.
1360 (CPTI_SIGTABLE_ENTRY_TYPE): Likewise.
1361 (opaque_type_node): Likewise.
1362 (signature_type_node): Likewise.
1363 (sigtable_entry_type): Likewise.
1364 (flag_handle_signatures): Likewise.
1365 (lang_type): Remove is_signature, is_signature_pointer,
1366 is_signature_reference, has_opaque_typedecls,
1367 sigtables_has_been_generated. Adjust dummy. Remove signature,
1368 signature_pointer_to, signature_reference_to.
1369 (IS_SIGNATURE): Remove.
1370 (SET_SIGNATURE): Remove.
1371 (CLEAR_SIGNATURE): Remove.
1372 (IS_SIGNATURE_POINTER): Remove.
1373 (IS_SIGNATURE_REFERENCE): Remove.
1374 (SIGNATURE_HAS_OPAQUE_TYPEDECLS): Remove.
1375 (SIGTABLE_HAS_BEEN_GENERATED): Remove.
1376 (CLASSTYPE_SIGNATURE): Remove.
1377 (SIGNATURE_TYPE): Remove.
1378 (SIGNATURE_METHOD_VEC): Remove.
1379 (SIGNATURE_POINTER_TO): Remove.
1380 (SIGNATURE_REFERENCE_TO): Remove.
1381 (lang_decl_flags): Remove is_default_implementation. Rename
1382 memfunc_pointer_to to saved_tree.
1383 (IS_DEFAULT_IMPLEMENTATION): Remove.
1384 (DECL_MEMFUNC_POINTER_TO): Remove.
1385 (DECL_MEMFUNC_POINTING_TO): Remove.
1386 (DECL_SAVED_TREE): Adjust definition.
1387 (tag_types): Remove signature_type_node.
1388 (SIGNATURE_FIELD_NAME): Remove.
1389 (SIGNATURE_FIELD_NAME_FORMAT): Likewise.
1390 (SIGNATURE_OPTR_NAME): Likewise.
1391 (SIGNATURE_SPTR_NAME): Likewise.
1392 (SIGNATURE_POINTER_NAME): Likewise.
1393 (SIGNATURE_POINTER_NAME_FORMAT): Likewise.
1394 (SIGNATURE_REFERENCE_NAME): Likewise.
1395 (SIGNATURE_REFERNECE_NAME_FORMAT): Likewise.
1396 (SIGTABLE_PTR_TYPE): Likewise.
1397 (SIGTABLE_NAME_FORMAT): Likewise.
1398 (SIGTABLE_NAME_FORMAT_LONG): Likewise.
1399 (SIGTABLE_TAG_NAME): Likewise.
1400 (SIGTABLE_VB_OFF_NAME): Likewise.
1401 (SIGTABLE_VT_OFF_NAME): Likewise.
1402 (finish_base_specifiers): Change prototype.
1403 (build_signature_pointer_type): Remove.
1404 (build_signature_reference_type): Remove.
1405 (build_signature_pointer_constructor): Remove.
1406 (build_signature_method_call): Remove.
1407 (build_optr_ref): Likewise.
1408 (append_signature_fields): Likewise.
1409 (signature_error): Likewise.
1410 * call.c (build_this): Remove signature support.
1411 (build_over_call): Likewise.
1412 (build_new_method_call): Likewise.
1413 * class.c (add_implicitly_declared_members): Likewise.
1414 (finish_struct_1): Likewise.
1415 (finish_struct): Likewise.
1416 * cvt.c (cp_convert_to_pointer): Likewise.
1417 (convert_to_pointer_force): Likewise.
1418 (ocp_convert): Likewise.
1419 * decl.c (sigtable_decl_p): Remove.
1420 (init_decl_processing): Remove support for signatures.
1421 (cp_finish_decl): Likewise.
1422 (grokdeclarator): Likewise.
1423 (grokparms): Likewise.
1424 (xref_tag): Likewise.
1425 (start_function): Likewise.
1426 (start_method): Likewise.
1427 * decl2.c (finish_sigtable_vardecl): Remove.
1428 (flag_handle_signatures): Remove.
1429 (lang_f_options): Remove handle-signatures.
1430 (grokfield): Remove support for signatures.
1431 (grokbitfield): Likewise.
1432 (finish_file): Likewise.
1433 (reparse_absdcl_as_casts): Likewise.
1434 * error.c (dump_type_real): Likewise.
1435 (dump_function_decl): Likewise.
1436 * friend.c (make_friend_class): Likewise.
1437 * gxx.gperf: Remove __signature__, signature, __sigof__, sigof.
1438 * hash.h: Regenerated.
1439 * init.c (build_new_1): Remove support for signatures.
1440 * lang-options.h: Remove -fhandle-signatures,
1441 -fno-handle-signatures.
1442 * lex.c (init_parse): Remove support for signatures.
1443 (yyprint): Likewise.
1444 * lex.h (rid): Remove RID_SIGNATURE.
1445 * method.c (build_decl_overload_real): Remove support for
1446 signatures.
1447 (hack_identifier): Likewise.
1448 * parse.y (base_class): Likewise.
1449 (base_class.1): Likewise.
1450 (access_specifier): Likewise.
1451 * search.c (lookup_member): Likewise.
1452 * semantics.c (finish_qualified_object_call_expr): Likewise.
1453 (finish_template_type_parm): Likewise.
1454 (begin_class_definition): Likewise.
1455 (finish_base_specifier): Likewise.
1456 * sig.c: Remove.
1457 * tree.c (build_cplus_method_type): Remove support for signatures.
1458 * typeck.c (require_complete_type): Likewise.
1459 (c_sizeof): Likewise.
1460 (c_alignof): Likewise.
1461 (build_object_ref): Likewise.
1462 (build_component_ref): Likewise.
1463 (build_indirect_ref): Likewise.
1464 (build_c_cast): Likewise.
1465 (build_modify_expr): Likewise.
1466 (convert_for_initialization): Likewise.
1467 * typeck2.c (signature_error): Remove.
1468 (store_init_value): Remove support for signatures.
1469 (digest_init): Likewise.
1470 (build_x_arrow): Likewise.
1471 (build_functional_cast): Likewise.
1472 * xref.c (GNU_xref_decl): Likewise.
1473
1474 1999-08-10 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
1475
1476 * lex.c (do_identifier): Remove unnecessary lookup of class field.
1477
1478 1999-08-09 Martin v. Loewis <martin@mira.isdn.cs.tu-berlin.de>
1479
1480 * decl2.c (set_decl_namespace): Do not complain about non-matching
1481 decls if processing a template.
1482
1483 1999-08-09 Mark Mitchell <mark@codesourcery.com>
1484
1485 * decl.c (build_ptrmemfunc_type): Handle qualified
1486 pointer-to-member types here.
1487 * tree.c (cp_build_qualified_type_real): Simplify handling here.
1488
1489 1999-08-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1490
1491 * lex.c (lang_identify): Likewise.
1492
1493 1999-08-09 Bernd Schmidt <bernds@cygnus.co.uk>
1494
1495 * Makefile.in: Update dependencies.
1496 * class.c (finish_struct_1): Don't initialize DECL_SAVED_INSNS with
1497 NULL_RTX.
1498 * decl.c: Include "function.h"
1499 (cleanup_label, return_label): Delete declarations.
1500 (store_parm_decls): Don't initialize DECL_SAVED_INSNS with NULL_RTX.
1501 (finish_function): Rename last_parm_insn variable to
1502 fn_last_parm_insn. Don't compare DECL_SAVED_INSNS to NULL_RTX.
1503 * decl2.c: Include "function.h".
1504 (rtl_expr_chain): Delete declaration.
1505 * method.c: Include "function.h"
1506 * tree.c (build_vbase_pointer_fields): Don't initialize
1507 DECL_SAVED_INSNS with NULL_RTX.
1508 * typeck.c: Include "function.h"
1509
1510 1999-08-09 Jason Merrill <jason@yorick.cygnus.com>
1511
1512 * semantics.c (begin_function_try_block, finish_function_try_block,
1513 finish_function_handler_sequence): New fns.
1514 * parse.y (function_try_block): Use them.
1515 * pt.c (instantiate_decl): Likewise.
1516
1517 * cp-tree.h: Declare in_function_try_handler.
1518 * decl.c: Define it.
1519 (start_function): Clear it.
1520 (struct cp_function, push_cp_function_context): Save it.
1521 (pop_cp_function_context): Restore it.
1522 * parse.y (function_try_block): Set and clear it.
1523 * except.c (expand_end_catch_block): Rethrow if we reach the end
1524 of a function-try-block handler in a ctor or dtor.
1525 * typeck.c (c_expand_return): Complain about returning from a
1526 function-try-block handler of a ctor.
1527
1528 * parse.y (function_try_block): Call end_protect_partials
1529 before expand_start_all_catch.
1530
1531 1999-08-08 Jason Merrill <jason@yorick.cygnus.com>
1532
1533 * decl.c (struct binding_level): Add eh_region field.
1534 (push_binding_level): Set it.
1535 (define_label): Complain about jumping into an EH block.
1536
1537 * ptree.c (print_lang_type): Print the real type of a PMF.
1538 Print what exceptions a fn type throws.
1539
1540 1999-08-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1541
1542 * class.c (count_fields, add_fields_to_vec): Add static prototype.
1543
1544 * cp-tree.h (opname_tab, assignop_tab, operator_name_string,
1545 get_id_2, composite_pointer_type, dump_node_to_file): Constify a
1546 char*.
1547
1548 * decl.c (named_label_list, cp_finish_decl, grokdeclarator):
1549 Constify a char*.
1550
1551 * decl2.c (finish_static_data_member_decl, grokfield): Constify a
1552 char*.
1553
1554 * dump.c (queue_and_dump_index, dump_int, dump_string,
1555 dump_string_field, dequeue_and_dump, dump_node_to_file): Constify
1556 a char*.
1557 (dump_stmt): Add static prototype.
1558
1559 * errfn.c (cp_thing): Constify a char*.
1560
1561 * error.c (dump_unary_op, dump_binary_op, aggr_variety,
1562 dump_aggr_type, dump_global_iord, dump_decl, dump_function_name,
1563 dump_expr): Constify a char*.
1564
1565 * lex.c (extend_token_buffer_to, pragma_getc, pragma_ungetc,
1566 read_line_number): Add static prototype.
1567 (opname_tab, assignop_tab, operator_name_string): Constify a char*.
1568 (real_yylex): Move label `letter' into the scope where it is used.
1569
1570 * method.c (build_mangled_template_parm_index, build_overload_int,
1571 build_decl_overload_real, get_id_2): Constify a char*.
1572
1573 * search.c (check_final_overrider): Make static.
1574
1575 * typeck.c (composite_pointer_type): Constify a char*.
1576
1577 1999-08-06 Jason Merrill <jason@yorick.cygnus.com>
1578
1579 * pt.c (maybe_get_template_decl_from_type_decl): Make sure that
1580 we're looking at a class.
1581
1582 * decl.c (lookup_name_real): Set the complain flag if we're
1583 looking for a namespace member.
1584
1585 * lex.c (real_yylex): We can have a number with no digits.
1586
1587 * cvt.c (cp_convert_to_pointer): Don't force pmf conversions.
1588
1589 * search.c (binfo_from_vbase): New fn.
1590 * cp-tree.h: Declare it.
1591 * cvt.c (cp_convert_to_pointer): Use it to diagnose conversion
1592 from pointer to member of virtual base.
1593 * typeck.c (get_delta_difference): Likewise.
1594
1595 1999-08-06 Alexandre Oliva <oliva@dcc.unicamp.br>
1596
1597 * pt.c (tsubst): Use build_index_type to build in-template array
1598 index type. Fixes g++.oliva/dwarf1.C.
1599 * decl.c (grokdeclarator): Likewise, just for consistency, as it
1600 doesn't seem to trigger the bug without it.
1601
1602 1999-08-06 Jason Merrill <jason@yorick.cygnus.com>
1603
1604 * typeck2.c (add_exception_specifier): Use complete_type.
1605
1606 1999-08-06 Mark Mitchell <mark@codesourcery.com>
1607
1608 * error.c (dump_expr): Handle EXACT_DIV_EXPR.
1609 (dump_binary_op): Bulletproof.
1610 * lex.c (init_parse): Set opname_tab[EXACT_DIV_EXPR].
1611 * tree.c (search_tree): Don't enumerate all the nodes of classes
1612 `1', `2', and `<'; handle them generically. Don't be sorry about
1613 "unrecognized tree codes"; just abort.
1614 (no_linkage_check): Don't do linkage checks for templates.
1615
1616 * tree.c (cp_build_qualified_type_real): Handle
1617 pointer-to-member-function types correctly.
1618
1619 1999-08-05 Jason Merrill <jason@yorick.cygnus.com>
1620
1621 * decl.c (pushdecl): Only give an error for shadowing a parm
1622 from *this* function.
1623
1624 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
1625
1626 * typeck2.c: Update URLs and mail addresses.
1627
1628 1999-08-04 Nathan Sidwell <nathan@acm.org>
1629
1630 * cp-tree.h (empty_except_spec): New global var.
1631 (compexcepttypes): Remove prototype.
1632 (comp_except_specs): Prototype new global function.
1633 (add_exception_specifier): Prototype new global function.
1634 * decl.c (empty_except_spec): Define new global var.
1635 (duplicate_decls): Use comp_except_specs, reword error message.
1636 (init_decl_processing): Initialize empty_except_spec.
1637 Adjust build_exception_variant calls.
1638 * parse.y (exception_specification_opt): Use empty_except_spec.
1639 (ansi_raise_identifier): Call check_for_new_type.
1640 (ansi_raise_identifiers): Use add_exception_specifier.
1641 * pt.c (tsubst): Use add_exception_specifier to build exception
1642 specifier.
1643 * search.c (check_final_overrider): New static function, broken
1644 out of get_matching_virtual. Check throw specifiers, reword
1645 diagnostics.
1646 (get_matching_virtual): Use check_final_overrider.
1647 * tree.c (build_exception_variant): Use comp_except_specs.
1648 * typeck.c (compexcepttypes): Remove.
1649 (comp_except_types): New static function, helper for
1650 comp_except_specs. Compare two types as exception specifiers.
1651 (comp_except_specs): New global function, compare two exception
1652 specifiers.
1653 (comptypes): Adjust for comp_except_specs.
1654 * typeck2.c (add_exception_specifier): New global function.
1655
1656 * class.c (check_for_override): Reword error message.
1657
1658 1999-08-03 Nathan Sidwell <nathan@acm.org>
1659
1660 * call.c (convert_arg_to_ellipsis): Use pod_type_p.
1661 * cp-tree.h (struct lang_type): Added non_pod_class flag.
1662 (CLASSTYPE_NON_POD_P): New macro to access it.
1663 * class.c (finish_struct_1): Determine non-PODness.
1664 Check for arrays of pointers (-Weffc++).
1665 Remove array inspection duplicated code.
1666 * tree.c (pod_type_p): Detect non-pod non-aggregate types.
1667 Use CLASSTYPE_NON_POD_P.
1668
1669 1999-08-03 Nathan Sidwell <nathan@acm.org>
1670
1671 * class.c (duplicate_tag_error): Preserve template information.
1672
1673 1999-08-03 Nathan Sidwell <nathan@acm.org>
1674
1675 * decl.c (start_enum): Show location of previous definition.
1676 * parse.y (enumlist_opt): New reduction.
1677 (structsp): Simplify enum rules to use enumlist_opt.
1678
1679 1999-08-03 Jason Merrill <jason@yorick.cygnus.com>
1680
1681 * lex.c (yyprint): Handle PFUNCNAME.
1682
1683 * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Only
1684 build_expr_from_tree on the args of a TEMPLATE_ID_EXPR.
1685
1686 1999-08-03 Mumit Khan <khan@xraylith.wisc.edu>
1687
1688 * decl.c (start_decl): Set attributes before duplicate_decls call.
1689
1690 1999-08-02 Mark Mitchell <mark@codesourcery.com>
1691
1692 * Make-lang.in (CXX_SRCS): Add dump.c.
1693 * Makefile.in (CXX_OBJS): Add dump.o.
1694 (dump.o): New target.
1695 * cp-tree.h (DECL_CONV_FN_P): Document.
1696 (DECL_OVERLOADED_OPERATOR_P): New function.
1697 (TYPE_PTRMEM_CLASS_TYPE): New macro.
1698 (TYPE_PTRMEM_POINTED_TO_TYPE): Likewise.
1699 (PTRMEM_CST_CLASS): Use TYPE_PTRMEM_CLASS_TYPE.
1700 (ASM_VOLATILE_P): New macro.
1701 (STMT_LINENO): Likewise.
1702 (cp_namespace_decls): New function.
1703 (dump_node_to_file): New function.
1704 * decl.c (cp_namespace_decls): New function.
1705 (walk_namespaces_r): Use it.
1706 (wrapup_globals_for_namespace): Likewise.
1707 * decl2.c (flag_dump_translation_unit): New variable.
1708 (lang_decode_option): Handle -fdump-translation-unit.
1709 (finish_file): If flag_dump_translation_unit is set, dump the
1710 translation unit.
1711 * dump.c: New file.
1712 * lang-options.h: Add -fdump-translation-unit.
1713 * pt.c (tsubst_template_parms): Robustify.
1714 (tsubst_decl): Use DECL_OVERLOADED_OPERATOR_P.
1715 (tsubst_expr): Use STMT_LINENO.
1716 * semantics.c (finish_asm_stmt): Eliminate duplicate code. Check
1717 for invalid cv-qualifiers even while building templates.
1718
1719 1999-08-02 Richard Henderson <rth@cygnus.com>
1720
1721 * call.c: Include defaults.h instead of expr.h.
1722 * decl.c: Likewise.
1723 * pt.c: Likewise.
1724 * typeck.c: Include defaults.h.
1725
1726 1999-08-02 Mark Mitchell <mark@codesourcery.com>
1727
1728 * lex.c (errorcount, sorrycount): Don't declare.
1729 * repo.c (errorcount, sorrycount): Likewise.
1730 * typeck2.c (errorcount, sorrycount): Likewise.
1731
1732 1999-08-02 Jakub Jelinek <jj@ultra.linux.cz>
1733
1734 * call.c (convert_default_arg, build_over_call): Change all uses of
1735 PROMOTE_PROTOTYPES, so that it tests it as a C expression.
1736 Ensure expr.h is included.
1737 * decl.c (grokparams): Ditto.
1738 * pt.c (tsubst_decl): Ditto.
1739 * typeck.c (convert_arguments): Ditto.
1740
1741 1999-08-02 Jason Merrill <jason@yorick.cygnus.com>
1742
1743 * class.c (mark_overriders): Fix order of args to overrides.
1744 (warn_hidden): Likewise. Fix for having virtual and non-virtual
1745 functions with the same name.
1746
1747 1999-08-02 Richard Henderson <rth@cygnus.com>
1748
1749 * cp-tree.h (TYPE_PTRMEMFUNC_P): Check TYPE_LANG_SPECIFIC non-null.
1750
1751 1999-08-01 Mark Mitchell <mark@codesourcery.com>
1752
1753 * call.c (build_conditional_expr): Fix typo in comment.
1754
1755 1999-08-01 Bernd Schmidt <bernds@cygnus.co.uk>
1756
1757 * decl.c (finish_stmt): Don't declare and test cond_stack, loop_stack,
1758 case_stack; use in_control_zone_p.
1759 * typeck.c (c_expand_return): Likewise.
1760
1761 1999-07-31 Bernd Schmidt <bernds@cygnus.co.uk>
1762
1763 * except.c (catch_clauses): Delete declaration.
1764
1765 1999-07-30 Mark Mitchell <mark@codesourcery.com>
1766
1767 * call.c (build_conditional_expr): Call convert_from_reference to
1768 avoid reference/non-reference type confusion. Fix typo.
1769
1770 1999-07-30 Richard Henderson <rth@cygnus.com>
1771
1772 * typeck2.c (initializer_constant_valid_p): Moved to c-common.c.
1773 * cp-tree.h (initializer_constant_valid_p): Remove.
1774
1775 1999-07-28 Mark Mitchell <mark@codesourcery.com>
1776
1777 * call.c (conditional_conversion): Don't build BASE_CONVs for
1778 conversions between things that have the same type.
1779 (build_conditional_expr): Tweak.
1780 (convert_like): Some BASE_CONVs really do require the generation
1781 of code.
1782
1783 * init.c (perform_member_init): Don't go through build_modify_expr
1784 for simple initializations.
1785
1786 1999-07-27 Jason Merrill <jason@yorick.cygnus.com>
1787
1788 * cp-tree.h (DECL_VIRTUAL_CONTEXT): New macro.
1789 * typeck.c (expand_ptrmemfunc_cst): Calculate delta correctly for
1790 virtual functions and MI. Simplify.
1791
1792 * method.c: Remove prototype for largest_union_member.
1793 * pt.c (determine_specialization): Fix uninitialized warning.
1794 * lex.c (real_yylex): Likewise.
1795
1796 1999-07-27 Mark Mitchell <mark@codesourcery.com>
1797
1798 * class.c (override_one_vtable): Adjust the use of BINFO_VIRTUALS
1799 here too.
1800
1801 * cp-tree.h (BINFO_VIRTUALS): Document new format.
1802 * class.c (modify_one_vtable): Change prototype accordingly.
1803 (modify_all_vtables): Likewise.
1804 (modify_all_direct_vtables): Likewise.
1805 (modify_all_indirect_vtables): Likewise.
1806 (build_vtable_entry_for_fn): New function.
1807 (set_rtti_entry): Simplify for new BINFO_VIRTUALS format.
1808 (modify_vtable_entry): Likewise.
1809 (add_virtual_function): Likewise.
1810 (build_vtbl_initializer): New function.
1811 (finish_vtbls): Simplify for new BINFO_VIRTUALS format.
1812 (fixup_vtable_deltas1): Likewise.
1813 (fixup_vtable_deltas): Likewise.
1814 (override_one_vtable): Likewise.
1815 (finish_struct_1): Likewise.
1816
1817 * error.c (dump_expr): Likewise.
1818 * search.c (get_abstract_virtuals_1): Likewise.
1819 (get_abstract_virtuals): Likewise.
1820 (expand_upcast_fixups): Likewise.
1821 * tree.c (debug_binfo): Likewise.
1822 * decl2.c (mark_vtable_entries): Don't bash abstract virtuals to
1823 __pure_virtual here.
1824
1825 1999-07-26 Mark Mitchell <mark@codesourcery.com>
1826
1827 * tree.c (build_cplus_new): Adjust call to abstract_virtuals_error
1828 as per 1999-07-26 change.
1829
1830 * typeck.c (c_sizeof): Don't allow non-static data members.
1831 (expr_sizeof): Likewise.
1832
1833 1999-07-26 Jason Merrill <jason@yorick.cygnus.com>
1834
1835 * input.c (feed_input): Only touch lineno and input_filename
1836 if !USE_CPPLIB. Save the old values before setting the new ones.
1837
1838 * input.c (feed_input): Add file, line parms.
1839 * lex.c (begin_definition_of_inclass_inline, feed_defarg): Adjust.
1840 (real_yylex): Check linemode before input_redirected().
1841
1842 * typeck.c (c_expand_return): Downgrade pedwarn about returning NULL
1843 from op new to warning.
1844
1845 1999-07-26 Mark Mitchell <mark@codesourcery.com>
1846
1847 * cp-tree.h (ncp_convert): Rename to perform_implicit_conversion.
1848 * call.c: All uses changed.
1849 * typeck.c: Likewise.
1850
1851 1999-07-26 Nathan Sidwell <nathan@acm.org>
1852
1853 * exception.cc (__cplus_type_matcher): Match __eh_matcher
1854 prototype.
1855
1856 1999-07-26 Mark Mitchell <mark@codesourcery.com>
1857
1858 * cp-tree.h (CP_INTEGRAL_TYPE_P): New macro.
1859 (ARITHMETIC_TYPE_P): Adjust definition for standard conformance.
1860 (strip_top_quals): Declare.
1861 (ncp_convert): Likewise.
1862 (type_after_usual_arithmetic_converions): Likewise.
1863 (composite_pointer_type): Likewise.
1864 * call.c (strip_top_quals): Don't make it static.
1865 (promoted_arithmetic_type_p): New function.
1866 (conditional_conversion): Likewise.
1867 (null_ptr_cst_p): Allow `false' as a NULL pointer constant.
1868 (standard_conversion): Use same_type_p. Don't build BASE_CONVs
1869 for converting a type to itself.
1870 (reference_binding): Honor LOOKUP_NO_TEMP_BIND.
1871 (implicit_conversion): Make sure the from and to types are
1872 complete.
1873 (add_builtin_candidate): Correct handling of ?: operator.
1874 (add_builtin_candidates): Improve documentation.
1875 (build_conditional_expr): New function.
1876 (can_convert): Implement in terms of can_convert_arg.
1877 (ncp_convert): New function.
1878 * typeck.c (type_after_usual_arithmetic_conversions): New
1879 function, split out from common_type.
1880 (composite_pointer_type): New function, split out from
1881 build_conditional_expr.
1882 (common_type): Use type_after_usual_arithmetic_conversions.
1883 Remove redundant attribute merging.
1884 (comptypes): Tidy. Handle COMPLEX_TYPE.
1885 (build_binary_op_nodefault): Use null_ptr_cst_p.
1886 (build_conditional_expr): Remove.
1887 (convert_for_assignment): Use new conversion functions.
1888
1889 * cp-tree.h (abstract_virtuals_error): Change declaration.
1890 * typeck2.c (abstract_virtuals_error): Check to see if an error
1891 ocurred, and return a boolean value accordingly.
1892 (build_functional_cast): Adjust accordingly.
1893 * class.c (finish_struct_1): Likewise.
1894 * cvt.c (ocp_convert): Likewise.
1895 * decl.c (cp_finish_decl): Likewise.
1896 (grokparams): Likewise.
1897 (grok_op_properties): Likewise.
1898 (start_function): Likewise.
1899 * init.c (build_new_1): Likewise.
1900
1901 * pt.c (unify): Don't get confused by pointers-to-member functions.
1902
1903 * search.c (build_cplus_new): Robustify.
1904
1905 1999-07-24 Richard Henderson <rth@cygnus.com>
1906
1907 * gxx.gperf (__builtin_va_arg): New.
1908 * parse.y (VA_ARG): New token.
1909 (unary_expr): Recognize it.
1910
1911 Sun Jul 25 15:24:21 1999 Jeffrey A Law (law@cygnus.com)
1912
1913 * g++FAQ.texi: Deleted per Joe Buck's request.
1914 * Makefile.in: Corresponding changes.
1915
1916 1999-07-23 Jason Merrill <jason@yorick.cygnus.com>
1917
1918 * lex.c: Sync with C frontend.
1919 (whitespace_cr): New fn.
1920 (skip_white_space): Use it.
1921 (init_parse): Reorder.
1922 (yyprint): Support CONSTANT.
1923 (pragma_getc, pragma_ungetc): Bring back.
1924 (read_line_number): Change in_system_header directly.
1925 (handle_generic_pragma, handle_cp_pragma, yyerror): Move up in file.
1926 (parse_float): Update to C version.
1927 (yylex): Handle '$' under the letter case.
1928 Remove looking_for_typename handling.
1929 Support hex floating point constants.
1930 Follow C's lead for choosing type of integer constants.
1931 Rearrange stuff to match C frontend.
1932 (yyungetc, reinit_parse_for_block, yylex): Support indent_level.
1933 * spew.c (yylex): Clear looking_for_typename if we see a TYPESPEC.
1934
1935 1999-07-23 Mark Mitchell <mark@codesourcery.com>
1936
1937 * call.c (reference_binding): Tweak.
1938 (mayble_handle_implicit_object): Use direct_reference_binding to
1939 create the right implicit conversion sequence.
1940
1941 1999-07-22 Mark Mitchell <mark@codesourcery.com>
1942
1943 * pt.c (convert_nontype_argument): Don't call decl_constant_value
1944 if we're converting to a reference type.
1945
1946 * call.c (NEED_TEMPORARY_P): New macro.
1947 (standard_conversion): Set it, for derived-to-base conversions.
1948 (reference_related_p): New function.
1949 (reference_compatible_p): Likewise.
1950 (convert_class_to_reference): Likewise.
1951 (direct_reference_binding): Likewise.
1952 (reference_binding): Rework for standards-compliance.
1953 (convert_like): Adjust accordingly.
1954 (maybe_handle_ref_bind): Simplify; the right conversion sequences
1955 are now built up in reference_binding.
1956 (initialize_reference): New function.
1957 * cp-tree.h (ICS_USER_FLAG): Document.
1958 (ICS_THIS_FLAG): Likewise.
1959 (ICS_BAD_FLAG): Likewise.
1960 (NEED_TEMPORARY_P): Likewise.
1961 (cp_lvalue_kind): New type.
1962 (real_lvalue_p): Return it.
1963 * error.c (dump_expr): Provide more accurate representation for
1964 AGGR_INIT_EXPRs.
1965 * init.c (expand_default_init): Do not try to perform implicit
1966 conversions for a brace-enclosed initializer.
1967 * search.c (lookup_conversions): Document.
1968 * tree.c (lvalue_p_1): Return a cp_lvalue_kind. Calculate
1969 appropriately.
1970 (real_lvalue_p): Adjust accordingly.
1971 (lvalue_p): Likewise.
1972 (build_cplus_new): Don't allow the creation of an abstract class.
1973 * typeck.c (convert_for_initialization): Use initialize_reference.
1974
1975 1999-07-21 Gavin Romig-Koch <gavin@cygnus.com>
1976
1977 * lex.c (real_yylex) : Correct the test for overflow when lexing
1978 integer literals.
1979
1980 1999-07-20 Jason Merrill <jason@yorick.cygnus.com>
1981
1982 * decl.c (warn_extern_redeclared_static): Check DECL_ARTIFICIAL,
1983 not DECL_BUILT_IN, to determine if a function is internally declared.
1984 (duplicate_decls): Likewise. Improve handling of builtins.
1985 (push_overloaded_decl): Remove special handling of builtins.
1986
1987 * cp-tree.h (ANON_AGGR_TYPE_P): Use CLASS_TYPE_P.
1988
1989 * decl.c (grokdeclarator): Pull out decl_constant_value in
1990 templates, too.
1991
1992 * class.c (finish_struct, finish_struct_1): Remove 'warn_anon' parm.
1993 * cp-tree.h, pt.c, semantics.c: Adjust.
1994 * method.c (largest_union_member): Remove.
1995
1996 * lang-specs.h (c++-cpp-output): Pass -fpreprocessed.
1997
1998 * lex.c (token_getch, token_put_back): New fns.
1999 (real_yylex): Use them.
2000
2001 * lex.c (lang_init): Generalize.
2002 (lang_init_options): Tell cpplib this is C++.
2003 (nextchar): Remove. Replace uses with put_back.
2004 (skip_white_space): Handle linemode here. Optimize for cpplib.
2005 (extend_token_buffer_to): New fn.
2006 (extend_token_buffer): Use it.
2007 (read_line_number, check_newline): Just deal with tokens.
2008 (real_yylex): More cpplib optimizations. Simplify. Don't produce
2009 EXTERN_LANG_STRING, LEFT_RIGHT or PAREN_STAR_PAREN here.
2010 * spew.c (yylex): Produce LEFT_RIGHT and EXTERN_LANG_STRING.
2011 * parse.y (PAREN_STAR_PAREN): Remove.
2012 * input.c: Don't use the putback machinery with cpplib.
2013 (sub_getch): Fold back into getch.
2014 (getch): Don't handle linemode here.
2015 (feed_input): Unget any text in the token buffer.
2016
2017 * lex.c (set_typedecl_interface_info, set_vardecl_interface_info,
2018 nextyychar, nextyylval): Remove.
2019
2020 1999-07-20 Michael Tiemann <tiemann@holodeck.cygnus.com>
2021 Jason Merrill <jason@yorick.cygnus.com>
2022
2023 * lex.c (indent_level): New variable.
2024 (init_parse): Set cpp_token to CPP_DIRECTIVE.
2025 (consume_string): Make this smart about USE_CPPLIB.
2026 (yyungetc): Use put_back function.
2027 (pragma_getc, pragma_ungetc): Functions deleted.
2028 (check_newline): Rewrite to be intelligent about USE_CPPLIB.
2029 Also, call HANDLE_PRAGMA with getch, yyungetc, not pragma_getc and
2030 pragma_ungetc.
2031 (real_yylex): Rewrite to be intelligent about USE_CPPLIB.
2032 Also, clean up cases where we redundantly set token_buffer[0].
2033 (read_line_number): New fn.
2034 * input.c (feed_input): Use integrated cpplib if USE_CPPLIB.
2035 (end_input): Call cpp_pop_buffer if USE_CPPLIB.
2036 (sub_getch): Conditionalize out code that's not appropriate if
2037 USE_CPPLIB.
2038 (put_back): Rewrite in case USE_CPPLIB is defined.
2039 (input_redirected): Ditto.
2040
2041 Tue Jul 20 11:24:19 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2042
2043 * cp-tree.h: Delete lots of declarations of tree nodes; replaced by
2044 c_global_trees and accessor macros defined in c-common.h.
2045 (cp_tree_index): New enumeration.
2046 (cp_global_trees): Declare new array. Add accessor macros for it, and
2047 delete declarations of tree nodes replaced by it.
2048 (builtin_function): Delete macro, add declaration for new function.
2049 Include c-common.h.
2050 * decl.c: Delete definitions for tree nodes that were replaced by
2051 cp_global_trees and c_global_trees.
2052 (init_decl_processing): Call c_common_nodes_and_builtins; delete code
2053 to generate the common builtins here.
2054 (builtin_function): New function.
2055 * decl2.c (abort_fndecl): Delete declaration.
2056 * except.c (expand_builtin_return_address): Delete declaration.
2057 (builtin_return_address_fndecl): Delete variable.
2058 (const_ptr_type_node): Delete declaration.
2059 * lex.c (cons_up_default_function): Delete declaration of
2060 void_list_node.
2061 * parse.y (void_list_node): Delete declaration.
2062 * rtti.c (type_info_type_node, tinfo_fn_id, tinfo_fn_type):
2063 Delete variables.
2064 (const_string_type_node): Delete declaration.
2065 * search.c (abort_fndecl): Delete declaration.
2066 * Makefile.in: Update dependencies.
2067
2068 1999-07-19 Mark Mitchell <mark@codesourcery.com>
2069
2070 * pt.c (check_default_tmpl_args): Move test for missing default
2071 arguments here, from ...
2072 (end_template_parm_list): Here.
2073
2074 1999-07-18 Mark Mitchell <mark@codesourcery.com>
2075
2076 * decl.c (lookup_nested_type): Remove.
2077 (pushtag): Don't call it.
2078
2079 Sat Jul 17 23:51:30 1999 Jeffrey A Law (law@cygnus.com)
2080
2081 * Makefile.in (INTERFACE): Bump to 2.
2082
2083 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
2084
2085 * typeck2.c (my_friendly_abort): Updated URL with bug reporting
2086 instructions to gcc.gnu.org. Removed e-mail address.
2087
2088 1999-07-17 Mark Mitchell <mark@codesourcery.com>
2089
2090 * pt.c (determine_specialization): Tighten error-checking.
2091 (end_template_parm_list): Likewise.
2092
2093 1999-07-14 Mark Mitchell <mark@codesourcery.com>
2094
2095 * pt.c (check_default_tmpl_args): Handle friends defined in the
2096 class just like member functions defined in the class.
2097
2098 1999-07-09 Michael Tiemann <tiemann@happy.cygnus.com>
2099 Jason Merrill <jason@yorick.cygnus.com>
2100
2101 * cp-tree.h (struct lang_decl): Added field for storing sorted
2102 FIELD_DECLs (used in TYPE_DECLs).
2103 (DECL_PENDING_INLINE_INFO): Adjusted to use 'u' union.
2104 (DECL_SORTED_FIELDS): New macro.
2105 * class.c (method_name_cmp): New function.
2106 (finish_struct_methods): Modified to support sorting and searching
2107 methods.
2108 (finish_struct_anon): Changed code in inner loop to use ELT rather
2109 than UELT (which required an extra indirection for every reference).
2110 (field_decl_cmp): New function to support sorting FIELD_DECLs.
2111 (finish_struct_1): Sort fields.
2112 * search.c (lookup_field_1): Use DECL_SORTED_FIELDS if we have them.
2113 (lookup_fnfields_1): Search sorted methods in METHOD_VEC.
2114 Also, switch to using array indexing rather than a changing pointer.
2115 * ptree.c (print_lang_decl): Handle TYPE_DECLs that have
2116 DECL_SORTED_FIELDS.
2117
2118 1999-07-09 Jason Merrill <jason@yorick.cygnus.com>
2119
2120 * decl2.c (reparse_absdcl_as_casts): Don't warn about old-style
2121 casts in system headers or extern "C" blocks.
2122
2123 * pt.c (do_decl_instantiation): Downgrade duplicate instantiation
2124 errors to pedwarn.
2125
2126 1999-07-09 Michael Tiemann <tiemann@happy.cygnus.com>
2127
2128 * decl2.c (write_virtuals): Deleted declaration.
2129 * cp-tree.h (write_virtuals): Deleted extern declaration.
2130 * class.c (finish_struct_1): Removed #if 0'd code that mentions
2131 write_virtuals.
2132 * semantics.c (begin_class_definition): Rewrite code to not depend
2133 on write_virtuals.
2134
2135 * lex.c (cp_pragma_interface): New function.
2136 (cp_pragma_implementation): Likewise.
2137 (handle_cp_pragma): Call them.
2138
2139 * typeck.c (comptypes): Simplify C code in look_hard.
2140
2141 * xref.c (PALLOC): Use xcalloc, not calloc.
2142 (SALLOC): Use xmalloc, not malloc.
2143
2144 * rtti.c (synthesize_tinfo_fn): Add missing call to pop_momentary.
2145
2146 * search.c (note_debug_info_needed): Don't search if WRITE_SYMBOLS
2147 is NO_DEBUG.
2148
2149 * decl.c (duplicate_decls): If a redeclaration doesn't match the
2150 initial declaration, then don't save the inline info and by all
2151 means don't mark the function as a builtin function.
2152
2153 * decl.c (lookup_name_real): Set NONCLASS to 1 if
2154 CURRENT_CLASS_TYPE is 0.
2155
2156 * class.c (duplicate_tag_error): Set TYPE_NONCOPIED_PARTS to
2157 NULL_TREE.
2158
2159 * ptree.c (print_lang_type): Added vtable-needs-writing.
2160
2161 Wed Jul 7 01:26:47 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
2162
2163 * decl2.c (mark_vtable_entries): Fix check for rtti offset.
2164
2165 1999-07-06 Gavin Romig-Koch <gavin@cygnus.com>
2166
2167 * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
2168 Merged into c-common.
2169
2170 1999-07-05 Dave Brolley <brolley@cygnus.com>
2171
2172 * lex.c (errorcount): Declare it.
2173 (finish_parse): Update errorcount for when using CPPLIB.
2174
2175 1999-07-05 Mark Mitchell <mark@codesourcery.com>
2176
2177 * cp-tree.h (IS_AGGR_TYPE): Include instantiated template template
2178 parameters.
2179 (IMPLICIT_TYPENAME_TYPE_DECL_P): New macro.
2180 * decl.c (push_class_binding): Use it.
2181 (lookup_name_real): Likewise.
2182
2183 1999-07-02 Gavin Romig-Koch <gavin@cygnus.com>
2184
2185 * cp-tree.h (widest_integer_literal_type_node,
2186 widest_unsigned_literal_type) : New.
2187 * decl.c (widest_integer_literal_type_node,
2188 widest_unsigned_literal_type) : New.
2189 (init_decl_processing): Handle/use the two new types.
2190 * lex.c (real_yylex): Same.
2191 * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
2192 Same.
2193
2194 1999-07-01 Mark Mitchell <mark@codesourcery.com>
2195
2196 * decl.c (grokdeclarator): Don't give names "for linkage purposes"
2197 to anonymous cv-qualified types.
2198
2199 1999-07-01 Gavin Romig-Koch <gavin@cygnus.com>
2200
2201 * lex.c (real_yylex) : Change integer literal overflow handling to
2202 be like c-lex.c.
2203
2204 * lex.c (real_yylex): Improve 'integer constant out of range' messages.
2205
2206 1999-06-28 Richard Henderson <rth@cygnus.com>
2207
2208 * decl.c (cp_finish_decl): Fix typo in cp_warning_at call.
2209
2210 1999-06-28 Jason Merrill <jason@yorick.cygnus.com>
2211
2212 * error.c (dump_type_real): Handle TREE_LIST again.
2213
2214 * typeck.c (comp_target_parms): Don't complain about
2215 converting from () to (...) if !flag_strict_prototype.
2216
2217 * decl.c (grokdeclarator): Update the names of all variants when
2218 de-anonymizing.
2219
2220 1999-06-21 Mark Mitchell <mark@codesourcery.com>
2221
2222 * init.c (expand_aggr_vbase_init): Rename to
2223 construct_virtual_bases. Conditionalize construction here,
2224 rather than ...
2225 (emit_base_init): Here.
2226
2227 1999-06-19 Mark Mitchell <mark@codesourcery.com>
2228
2229 * semantics.c (finish_asm_statement): Apply decay conversions to
2230 input operands.
2231
2232 * decl.c (expand_static_init): When building an anonymous function
2233 for use with atexit, compute its body before and after entering
2234 the function.
2235
2236 * error.c (dump_expr): Handle BIND_EXPR, LOOP_EXPR, and
2237 EXIT_EXPR.
2238
2239 1999-06-18 Mark Mitchell <mark@codesourcery.com>
2240
2241 * init.c (expand_aggr_vbase_init): Add flag parameter.
2242 (build_partial_cleanup_for): Remove, inlining into ..
2243 (expand_cleanup_for_base): ... here. Take flag parameter.
2244 (emit_base_init): Pass the in_chrg parameter to
2245 emit_aggr_vbase_init.
2246 (emit_aggr_vbase_init): Pass it to expand_cleanup_for_base.
2247
2248 1999-06-16 Mark Mitchell <mark@codesourcery.com>
2249
2250 * decl2.c (import_export_decl): Use same_type_p, rather than
2251 relying on pointer-equality for types.
2252
2253 * method.c (do_build_copy_constructor): Simplify.
2254
2255 * call.c (build_method_call): Remove bogus code for two-argument
2256 delete.
2257 * init.c (build_new_1): Expand on comment, and remove dead code.
2258
2259 * init.c (expand_cleanup_for_base): New function, split out
2260 from ...
2261 (emit_base_init): Here.
2262 (expand_aggr_vbase_init): Use it.
2263
2264 1999-06-15 Mark Mitchell <mark@codesourcery.com>
2265
2266 * cp-tree.h (class_cache_firstobj): Declare.
2267 (maybe_push_cache_obstack): Rename to push_cache_obstack.
2268 * class.c (permanent_obstack): Remove declaration.
2269 (class_cache_firstobj): Make it global.
2270 (add_method): Don't use permanent_obstack directly.
2271 (pushclass): Only free the class_cache_obstack if we know how far
2272 back to free it.
2273 (maybe_push_cache_obstack): Rename to push_cache_obstack.
2274 * decl.c: Remove dead comment.
2275 (saved_scope): Add class_cache_firstobj.
2276 (push_to_top_level): Save it.
2277 (pop_from_top_level): Restore it.
2278 (push_class_level_binding): Use push_cache_obstack, not
2279 maybe_push_cache_obstack.
2280 * search.c (push_class_decls): Likewise.
2281
2282 1999-06-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
2283
2284 * pt.c (tsubst_friend_function): Push into namespace of friend
2285 function before pushdecl'ing it.
2286
2287 1999-06-14 Nathan Sidwell <nathan@acm.org>
2288
2289 * call.c (build_new_op): Remove REF_BIND from all operands.
2290
2291 1999-06-13 Alexandre Oliva <oliva@dcc.unicamp.br>
2292
2293 * init.c (build_new_1): Look up operator delete even if there was
2294 no explicit new placement.
2295
2296 1999-06-08 Nathan Sidwell <nathan@acm.org>
2297
2298 * except.c (complete_ptr_ref_or_void_ptr_p): New function, broken out
2299 of ...
2300 (build_throw): ... here. Call it.
2301 (process_start_catch_block): Call it.
2302
2303 1999-06-07 Mark Mitchell <mark@codesourcery.com>
2304
2305 * search.c (convert_pointer_to_single_level): Reimplement without
2306 using get_binfo.
2307
2308 1999-06-06 Mark Mitchell <mark@codesourcery.com>
2309
2310 * method.c (is_back_referenceable_type): Back-reference bools when
2311 not squangling.
2312
2313 1999-06-07 Dave Brolley <brolley@cygnus.com>
2314
2315 * lex.c (real_yylex): Replace unused bytes from bad multibyte char.
2316 * input.c (putback_buffer): New structure type.
2317 (putback): Replaces putback_char member.
2318 (putback): Replaces putback_char static variable.
2319 (feed_input): Use putback.
2320 (end_input): Use putback.
2321 (sub_getch): Use putback.
2322 (put_back): Use putback.
2323
2324 1999-06-05 Mark Mitchell <mark@codesourcery.com>
2325
2326 * decl.c (grokdeclarator): Fix typo in last change.
2327
2328 1999-06-04 Jason Merrill <jason@yorick.cygnus.com>
2329
2330 * semantics.c (finish_if_stmt_cond): Copy cond to permanent_obstack.
2331 (finish_while_stmt_cond, finish_do_stmt, finish_for_cond): Likewise.
2332
2333 1999-06-04 Nathan Sidwell <nathan@acm.org>
2334
2335 * except.c (build_throw): Check throw expression validity.
2336
2337 1999-06-03 Mark Mitchell <mark@codesourcery.com>
2338
2339 * decl.c (grokdeclarator): Don't treat arbitrary types as unsigned
2340 just because flag_signed_bitfields is false.
2341
2342 1999-06-03 Nathan Sidwell <nathan@acm.org>
2343
2344 * semantics.c (begin_class_definition): Update the struct's
2345 location here ...
2346 * class.c (finish_struct): ... rather than here.
2347
2348 * decl.c (make_typename_type): Don't rely on uninitialized
2349 variable.
2350
2351 1999-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2352
2353 * Makefile.in (ALL_CFLAGS): Add '-W -Wall'.
2354
2355 1999-05-31 Mark Mitchell <mark@codesourcery.com>
2356
2357 * tree.c (build_cplus_array_type_1): Use push_obstacks_nochange
2358 and friends rather than messing with current_obstack directly.
2359 (cp_build_qualified_type_real): Rework ARRAY_TYPE
2360 allocation to match practice throughout the rest of the
2361 compiler.
2362
2363 1999-05-30 Mark Mitchell <mark@codesourcery.com>
2364
2365 * lex.c (make_lang_type): Create TYPE_BINFO for
2366 TEMPLATE_TYPE_PARMs just like for non-template types.
2367
2368 * decl.c (start_decl): Move checks on initialization to ...
2369 (cp_finish_decl): Here. Tidy formatting slightly.
2370
2371 1999-05-28 Mark Mitchell <mark@codesourcery.com>
2372
2373 * decl.c (add_binding): Don't complain about a redeclaration of a
2374 semantically identical typedef in a local scope.
2375
2376 1999-05-28 Nathan Sidwell <nathan@acm.org>
2377
2378 * decl.c (complete_array_type): Allocate off same obstack. Fix
2379 DO_DEFAULT comment to match reality.
2380
2381 * friend.c (make_friend_class): Fix diagnostic typo.
2382
2383 1999-05-28 Mark Mitchell <mark@codesourcery.com>
2384
2385 * decl.c (lookup_namespace_name): Handle getting a
2386 TEMPLATE_ID_EXPR.
2387 (expand_static_init): Don't call pushdecl for implicitly declared
2388 `atexit' used to register destructors.
2389
2390 1999-05-25 Mark Mitchell <mark@codesourcery.com>
2391
2392 * class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it to
2393 intialize a vtable.
2394
2395 * cp-tree.h (NAMESPACE_LEVEL): Reformat.
2396 (lang_decl_flags): Document MEMFUNC_POINTER_TO. Save four bytes
2397 by combining TEMPLATE_INFO and LEVEL into a single union.
2398 (DECL_TEMPLATE_INFO): Reformat.
2399 (DECL_SAVED_TREE): Document.
2400 (DECL_TEMPLATE_INJECT): Remove.
2401 * class.c (finish_struct): Remove code to deal with
2402 DECL_TEMPLATE_INJECT.
2403
2404 * decl.c (maybe_process_template_type_declaration): Handle all new
2405 types in templates uniformly.
2406 * method.c (bulid_overload_identifier): Use CP_DECL_CONTEXT, not
2407 DECL_CONTEXT.
2408 * pt.c (lookup_template_class): Inject template instantiations of
2409 forward-declarations.
2410 (instantiate_class_template): Remove code processing
2411 DECL_TEMPLATE_INJECT.
2412
2413 * pt.c (lookup_template_class): Tweak lookup to find member
2414 templates.
2415
2416 * pt.c (tsubst_expr, case ASM_STMT): Don't tsubst into
2417 ASM_CV_QUAL.
2418 * semantics.c (finish_asm_stmt): Make strings permanent if they're
2419 used in a template.
2420
2421 1999-05-25 Jason Merrill <jason@yorick.cygnus.com>
2422
2423 * typeck.c (casts_away_constness, casts_away_constness_r): Strip both
2424 parts of pointer to data member types.
2425
2426 1999-05-24 Mark Mitchell <mark@codesourcery.com>
2427
2428 * decl2.c (mark_vtable_entries): Don't make a copy of a function,
2429 and then make it look like `abort'. Just use `abort' instead.
2430
2431 * typeck.c (build_static_cast): Don't allow static_casts that cast
2432 away constness.
2433 (casts_away_constness_r): New function.
2434 (casts_away_constness): Likewise.
2435
2436 * decl.c (lookup_tag): Remove code no longer needed after
2437 name-lookup improvements.
2438 * decl2.c (handle_class_head): Make error-recovery more robust.
2439 * friend.c (make_friend_class): Reject templated typename types.
2440 * lex.c (is_global): A template parameter isn't global.
2441 * parse.y (class_head): Robustify.
2442 * parse.c: Regenerated.
2443
2444 1999-05-22 Mark Mitchell <mark@codesourcery.com>
2445
2446 * pt.c (for_each_template_parm): Walk into TYPENAME_TYPEs,
2447 INDIRECT_REFs, and COMPONENT_REFs. Handle FIELD_DECLs.
2448
2449 * cp-tree.h (push_nested_namespace): Declare.
2450 (pop_nested_namespace): Likewise.
2451 * decl.c (push_nested_namespace): New function.
2452 (pop_nested_namespace): Likewise.
2453 * pt.c (instantiate_class_template): Use them.
2454
2455 * tree.c (mapcar): Handle NON_LVALUE_EXPR.
2456
2457 * cp-tree.h (cplus_expand_constant): Declare.
2458 * cvt.c (convert_to_pointer): Expand PTRMEM_CSTs when they're
2459 converted from one pointer-to-object type to another.
2460 * expr.c (cplus_expand_constant): Don't make it static.
2461 * typeck.c (build_component_ref): Don't crash when presented with
2462 a component which is a TEMPLATE_DECL.
2463 (build_ptrmemfunc): Tidy. Clarify comment. Make sure that even a
2464 cast from a pointer-to-member constant to its own type does not
2465 result in a valid non-type template argument.
2466
2467 1999-05-21 Mark Mitchell <mark@codesourcery.com>
2468 Nathan Sidwell <nathan@acm.org>
2469
2470 * Make-lang.in (cc1plus): Make it depend on gxx.gperf.
2471 * cp-tree.h: Fix typo in documentation on pointers-to-members.
2472 (cp_build_qualified_type): Make it a macro.
2473 (cp_build_qualified_type_real): Declare.
2474 * decl.c (grokdeclarator): Remove misleading comment. Avoid
2475 problem with template parameters and restrict-qualification.
2476 * gxx.gperf: Replace NORID with RID_UNUSED throughout.
2477 * hash.h: Regenerated.
2478 * lex.h (rid): Move RID_FIRST_MODIFIER and RID_LAST_MODIFIER into
2479 the enumeration.
2480 (NORID): Remove definition.
2481 * pt.c (tsubst_aggr_type): Use cp_build_qualified_type_real.
2482 (tsubst): Likewise. Remove special handling for FUNCTION_TYPEs.
2483 (fn_type_unification): Check that the function type resulting from
2484 the deduction is legal.
2485 (check_cv_quals_for_unify): Don't handle FUNCTION_TYPEs specially.
2486 (unify): Use cp_build_qualified_type_real.
2487 * tree.c (build_cplus_array_type_1): Handle error_marks as inputs.
2488 (cp_build_qualified_type): Rename to ...
2489 (cp_build_qualified_type_real): Add additional COMPLAIN parameter
2490 and modify appropriately.
2491
2492 * typeck.c (build_ptrmemfunc): Handle PTRMEM_CSTs carefully to
2493 reveal optimization opportunities.
2494
2495 * pt.c (tsubst): Don't issue error messages when we're not
2496 complaining, even if we see a qualified function type.
2497 (check_cv_quals_for_unify): Don't allow a qualified function
2498 type.
2499
2500 1999-05-20 Jason Merrill <jason@yorick.cygnus.com>
2501
2502 * class.c (instantiate_type): Downgrade errors for object-dependent
2503 memfn refs to pedwarn.
2504
2505 1999-05-20 Mark Mitchell <mark@codesourcery.com>
2506
2507 * decl.c (grokdeclarator): Don't treat [] as indicating a
2508 zero-sized array in a typedef.
2509
2510 * call.c (build_object_call): Don't look at DECL_NAME for a type.
2511 (pt.c): Or CP_TYPE_QUALS for an ERROR_MARK.
2512 (typeck.c): Or TYPE_MAIN_VARIANT for a type.
2513
2514 * pt.c (for_each_template_parm): Rework to match documentation.
2515 Don't be fooled by a COMPONENT_REF with no TREE_TYPE.
2516
2517 1999-05-20 Jason Merrill <jason@yorick.cygnus.com>
2518
2519 * class.c (finish_struct_1): Still check for ANON_AGGR_TYPE_P.
2520
2521 * class.c (finish_base_struct): Allow non-COM bases for COM classes
2522 except at the leftmost position.
2523 (modify_one_vtable, fixup_vtable_deltas1, override_one_vtable):
2524 Pass the binfo's class, not the most derived, to skip_rtti_stuff.
2525 * search.c (get_abstract_virtuals, expand_upcast_fixups): Likewise.
2526
2527 * tree.c (lvalue_p_1): A NOP_EXPR can be an lvalue.
2528 (build_cplus_new): Make sure that what we return is of the right type.
2529
2530 1999-05-20 Mark Mitchell <mark@codesourcery.com>
2531
2532 * cp-tree.h (make_ptrmem_cst): New function.
2533 * expr.c (cplus_expand_constant): Split out from ...
2534 (cplus_expand_expr): Here. Use cplus_expand_constant.
2535 (init_cplus_expand): Set lang_expand_constant.
2536 * pt.c (convert_nontype_argument): Use make_ptrmem_cst.
2537
2538 * tree.c (make_ptrmem_cst): Define.
2539 * typeck.c (unary_complex_lvalue): Use make_ptrmem_cst.
2540 * typeck2.c (initializer_constant_valid_p): Use make_ptrmem_cst.
2541
2542 1999-05-19 Mark Mitchell <mark@codesourcery.com>
2543
2544 * pt.c (build_template_decl): Copy DECL_NONCONVERTING_P.
2545
2546 * decl2.c (start_static_storage_duration_function): Fix comment.
2547 (finish_file): Create static storage duration functions lazily.
2548
2549 1999-05-19 Jason Merrill <jason@yorick.cygnus.com>
2550
2551 Implement anonymous structs.
2552 * cp-tree.h (ANON_AGGR_TYPE_P): Rename from ANON_UNION_TYPE_P.
2553 * class.c, decl.c, decl2.c, init.c, pt.c, search.c, typeck.c: Adjust.
2554 * class.c (finish_struct_1): Remove redundant check for anon struct.
2555 * decl.c (fixup_anonymous_aggr): Renamed from fixup_anonymous_union.
2556 (check_tag_decl): Check for anonymous struct here.
2557 * decl2.c (build_anon_union_vars): Catch anon struct at file scope.
2558 * init.c (sort_member_init, emit_base_init): Handle getting fields
2559 as well as names in current_member_init_list.
2560 (perform_member_init): Handle getting an anon aggr.
2561 * method.c (do_build_assign_ref): Don't descend into anon aggrs.
2562 (do_build_copy_constructor): Likewise.
2563
2564 1999-05-19 Mark Mitchell <mark@codesourcery.com>
2565
2566 * tree.c (cp_build_qualified_type): Don't allow qualified function
2567 types.
2568
2569 Wed May 19 02:50:53 1999 Arvind Sankar <arvinds@mit.edu>
2570
2571 * gxxint.texi: Fix typo.
2572
2573 1999-05-19 Jason Merrill <jason@yorick.cygnus.com>
2574
2575 * call.c (find_scoped_type, resolve_scope_to_name): Lose.
2576 * class.c (finish_struct_1): Use CLASS_TYPE_P.
2577 * ptree.c (print_lang_type): Likewise.
2578 * typeck.c (build_modify_expr, c_expand_asm_operands): Use
2579 IS_AGGR_TYPE_CODE.
2580 * typeck2.c (digest_init): Likewise.
2581
2582 1999-05-18 Jason Merrill <jason@yorick.cygnus.com>
2583
2584 * call.c (joust): Compare the types of the conv ops, not the
2585 target types of the conversions.
2586
2587 Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
2588
2589 * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
2590 was not given.
2591
2592 1999-05-17 Mark Mitchell <mark@codesourcery.com>
2593
2594 * cp-tree.def (TEMPLATE_ID_EXPR): Update documentation.
2595 * decl.c (grokfndecl): Don't allow inline declarations of friend
2596 template specializations, or friend template specializations with
2597 default arguments.
2598 * pt.c (tsubst): Handle substitution into array types that does
2599 not yield a fixed upper bound, even when not processing a
2600 template.
2601 (tsubst_copy): Deal with the fact that the second operand to a
2602 TEMPLATE_ID_EXPR may be NULL_TREE, a TREE_LIST, or a TREE_VEC.
2603 * search.c (marked_pushdecls_p): Don't descend into
2604 TEMPLATE_TYPE_PARMs and the like.
2605 (unmarked_pushdecls_p): Likewise.
2606
2607 * call.c (build_over_call): Don't throw away
2608 initializations/copies of empty classes; use MODIFY_EXPR and
2609 INIT_EXPR as for non-empty classes.
2610 * class.c (finish_struct_1): Put the padding byte for an empty
2611 class on the TYPE_NONCOPIED_PARTS list for the class.
2612
2613 1999-05-16 Mark Mitchell <mark@codesourcery.com>
2614
2615 * decl2.c (build_expr_from_tree): Handle COMPONENT_REFs that
2616 indicate a reference to a field that is a qualified name.
2617
2618 1999-05-16 Jason Merrill <jason@yorick.cygnus.com>
2619
2620 * decl2.c (finish_objects): Don't use .?tors.* if we don't have
2621 ASM_OUTPUT_CONSTRUCTOR.
2622
2623 * friend.c (do_friend): Add attrlist arg. Remove support for
2624 getting a non-decl as 'decl'.
2625 * decl.c (grokfndecl): Remove attrlist arg. Don't set attrs or
2626 rtl.
2627 (grokdeclarator): Adjust.
2628 * cp-tree.h: Adjust.
2629
2630 1999-05-16 Mark Mitchell <mark@codesourcery.com>
2631
2632 * cp-tree.h (permanent_p): New function.
2633 * init.c (build_new_1): Use mapcar, not copy_node, to copy a
2634 possibly complex tree node.
2635 * tree.c (mapcar): Adjust comments, and follow coding standards in
2636 conditional.
2637 (permanent_p): New function.
2638
2639 1999-05-13 Per Bothner <bothner@cygnus.com>
2640
2641 * class.c (push_lang_context): Turn off DECL_IGNORED_P for
2642 primitive Java types, if we actually see `extern "Java"'.
2643
2644 1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2645
2646 * lang-specs.h: Pass -$ to the preprocessor.
2647
2648 1999-05-10 Jason Merrill <jason@yorick.cygnus.com>
2649
2650 * init.c (build_offset_ref): Wrap baselinks in OFFSET_REF, too.
2651 Don't bother wrapping an OFFSET_TYPE around unknown_type_node.
2652 (resolve_offset_ref): Don't handle a raw baselink.
2653 * cvt.c (build_expr_type_conversion): Likewise.
2654 * typeck.c (decay_conversion, build_c_cast, convert_for_assignment,
2655 convert_for_initialization): Likewise.
2656 * class.c (instantiate_type): Handle seeing a baselink under an
2657 OFFSET_REF.
2658 * error.c (dump_expr): Likewise.
2659 * pt.c (for_each_template_parm): Likewise.
2660 (resolve_overloaded_unification): Likewise.
2661 * tree.c (is_overloaded_fn, really_overloaded_fn): Likewise.
2662 * typeck.c (expr_sizeof): Also complain about other permutations
2663 of overloaded functions.
2664
2665 1999-05-07 Jason Merrill <jason@yorick.cygnus.com>
2666
2667 * init.c (resolve_offset_ref): Don't return a raw method.
2668 Use BASELINK_P.
2669 * typeck.c (decay_conversion): Don't handle a raw method.
2670 Resolve all OFFSET_REFs.
2671 (get_member_function_from_ptrfunc): 0 is a valid vtable index.
2672 (build_binary_op_nodefault): Handle resolving overloaded fns. Use
2673 same_type_p for pmf bits. Don't use build_binary_op to compare
2674 raw pointers to methods.
2675 (convert_for_assignment): Check for OFFSET_REF, not OFFSET_TYPE,
2676 to decide when to call resolve_offset_ref.
2677 (build_c_cast, convert_for_initialization): Likewise.
2678 * cvt.c (build_expr_type_conversion): Likewise.
2679
2680 1999-05-06 Nathan Sidwell <nathan@acm.org>
2681
2682 * call.c (build_new_method_call): Use TYPE_MAIN_VARIANT of class.
2683
2684 1999-05-05 Mark Mitchell <mark@codesourcery.com>
2685
2686 * decl2.c (start_objects): Don't let static constructors and
2687 destructors get inlined.
2688
2689 * parse.y (nested_name_specifier): Make sure ordinary types are
2690 complete, just like template types.
2691 * parse.c: Regenerated.
2692
2693 * pt.c (check_explicit_specialization): Improve error messages.
2694
2695 1999-05-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
2696
2697 * typeck.c (string_conv_p): Use same_type_p to check whether we
2698 try to convert between char and wchar_t.
2699
2700 1999-05-03 Mark Mitchell <mark@codesourcery.com>
2701
2702 * search.c (lookup_field_r): Set the TREE_TYPE of an ambiguous
2703 lookup to error_mark_node here.
2704 (lookup_member): Revise documentation. Add comments. Don't set
2705 the TREE_TYPE to error_mark_node here, and don't build up an extra
2706 TREE_LIST for ambiguous lookups.
2707 (setup_class_bindings): Adjust accordingly.
2708 (push_class_decls): Revise out-of-date comments.
2709
2710 * typeck.c (build_const_cast): Tighten checks for legality.
2711
2712 1999-05-02 Martin von Löwis <loewis@informatik.hu-berlin.de>
2713
2714 * init.c (build_member_call): Lookup names coming from
2715 namespace-scoped LOOKUP_EXPR.
2716
2717 1999-05-03 Jim Blandy <jimb@zwingli.cygnus.com>
2718
2719 * gxxint.texi: Add documentation for 'I'.
2720
2721 1999-05-02 Martin von Löwis <loewis@informatik.hu-berlin.de>
2722
2723 * tinfo.cc (operator==): Qualify type_info with std::.
2724
2725 1999-05-02 Mark Mitchell <mark@codesourcery.com>
2726
2727 * cp-tree.h (lang_decl_flags): Remove comdat. Updated dummy.
2728 (DECL_COMDAT): Remove definition.
2729
2730 1999-05-01 Mark Mitchell <mark@codesourcery.com>
2731
2732 * decl.c (wrapup_globals_for_namespace): Fix thinko in previous
2733 change.
2734
2735 1999-04-30 Mark Mitchell <mark@codesourcery.com>
2736
2737 * class.c (build_vtable): Use build_lang_decl when building
2738 vtables, not just build_decl.
2739 (prepare_fresh_vtable): Likewise.
2740 * decl.c (wrapup_globals_for_namespace): Mark vtables as
2741 DECL_EXTERNAL when calling wrapup_global_declarations.
2742 * decl2.c (priority_info_s): Add initializations_p and
2743 destructions_p members.
2744 (finish_vtable_vardecl): Use TREE_SYMBOL_REFERENCED, not TREE_USED,
2745 when deciding what vtables to write out.
2746 (ssdf_decls): New variable.
2747 (ssdf_decls_used): Likewise.
2748 (start_static_storage_duration_function): Deal with being called
2749 multiple times. Avoid inlining this function.
2750 (generate_inits_for_priority): Deal with reuse of priority map.
2751 (get_priority_info): Clear initializations_p and destructions_p.
2752 (do_static_initialization): Tweak comment.
2753 (do_static_destruction): Likewise. Fix condition on sentries for
2754 destruction.
2755 (generate_ctor_or_dtor_function): Call all of the static storage
2756 duration functions.
2757 (generate_ctor_or_dtor_function_for_priority): Check
2758 initializations_p and destructions_p to see what priorities need
2759 initialization functions.
2760 (finish_file): Rework to generate multiple static storage duration
2761 functions, rather than just one.
2762
2763 * typeck.c (build_const_cast): Tweak last change to handle
2764 templates correctly.
2765
2766 * typeck.c (build_const_cast): Disallow use of const_cast to
2767 anything but a pointer or reference type.
2768
2769 1999-04-30 Nathan Sidwell <nathan@acm.org>
2770
2771 * decl.c (cp_finish_decl): Don't permit arrays of abstract or
2772 signature type.
2773
2774 1999-04-29 Mark Mitchell <mark@codesourcery.com>
2775
2776 * decl2.c (do_static_destruction): Remove obsolete FIXME comment.
2777 (finish_file): Indent comments properly.
2778
2779 1999-04-29 Richard Henderson <rth@cygnus.com>
2780
2781 * decl2.c (do_static_initialization): Call do_pending_stack_adjust.
2782 (do_static_destruction): Likewise.
2783
2784 1999-04-29 Nathan Sidwell <nathan@acm.org>
2785
2786 * cp-tree.h (TYPE_NOTHROW_P): New macro.
2787 * decl2.c (delete_sanity): Warn on deleting void *.
2788 * init.c (build_new_1): Use TYPE_NOTHROW_P.
2789 * typeck.c (c_expand_return): cp_pedwarn on returning NULL from
2790 throwing operator new.
2791
2792 1999-04-28 Nathan Sidwell <nathan@acm.org>
2793
2794 * cp-tree.h (build_component_addr): Remove prototype.
2795 * typeck.c (build_component_addr): Make static. Remove MSG
2796 argument.
2797 (build_component_addr): Remove MSG parameter, clean up
2798 comment.
2799 (build_x_function_call): Use cp_error.
2800 (build_unary_op): Adjust call of build_component_addr.
2801
2802 1999-04-28 Mark Mitchell <mark@codesourcery.com>
2803
2804 * pt.c (tsubst_friend_class): Check for NULL.
2805
2806 Wed Apr 28 11:42:22 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2807
2808 * search.c (binfo_for_vtable): Initialize bfvi.var.
2809
2810 1999-04-27 Nathan Sidwell <nathan@acm.org>
2811
2812 * rtti.c (build_x_typeid): Check rtti is enabled.
2813
2814 1999-04-26 Mark Mitchell <mark@codesourcery.com>
2815
2816 * search.c (is_subobject_of_p): Make sure we're looking at the
2817 right baseclasses.
2818
2819 1999-04-26 Marc Espie <espie@cvs.openbsd.org>
2820
2821 * Make-lang.in (cplib2.ready): Don't depend on phony targets.
2822
2823 1999-04-23 Mark Mitchell <mark@codesourcery.com>
2824
2825 * decl2.c (finish_file): Tweak handling of extern inlines so that
2826 they are not unnecessarily put out.
2827
2828 * search.c (is_subobject_of_p): Handle TEMPLATE_TYPE_PARMs and
2829 such as base classes.
2830
2831 1999-04-22 Brendan Kehoe <brendan@cygnus.com>
2832
2833 * tree.c (build_exception_variant): Fix typo: use the chain of U,
2834 not trying V, while cycling through U.
2835
2836 1999-04-22 Mark Mitchell <mark@codesourcery.com>
2837
2838 * cp-tree.h (lang_decl_flags): Remove returns_first_arg and
2839 preserves_first_arg. Enlarge dummy accordingly.
2840 (DECL_TINFO_FN_P): New macro.
2841 (SET_DECL_TINFO_FN_P): Likeiwse.
2842 (DECL_RETURNS_FIRST_ARG): Remove.
2843 (DECL_PRESERVES_THIS): Likewise.
2844 (DECL_INIT_PRIORITY): New macro.
2845 (finish_struct_1): Change prototype.
2846 (cat_namespace_levels): Remove prototype.
2847 (vtable_decl_p): New prototype.
2848 (vtype_decl_p): Likewise.
2849 (sigtable_decl_p): Likewise.
2850 (walk_globals_pred): New typedef.
2851 (walk_globals_fn): Likewise.
2852 (walk_globals): New prototype.
2853 (walk_namespaces_fn): New typedef.
2854 (walk_namespaces): New prototype.
2855 (wrapup_globals_for_namespace): Likewise.
2856 (walk_vtables): Remove prototype.
2857 (walk_sigtables): Likewise.
2858 (instantiate_pending_templates): New prototype.
2859 * class.c (finish_struct_1): Don't return a value.
2860 * decl.h (pending_statics): Remove declaration.
2861 * decl.c (walk_namespaces_r): New function.
2862 (walk_globals_r): Likewise.
2863 (vtable_decl_p): Likewise.
2864 (vtype_decl_p): Likewise.
2865 (sigtable_decl_p): Likewise.
2866 (walk_namespaces): Likewise.
2867 (walk_globals_data): New type.
2868 (walk_globals): New function.
2869 (wrapup_globals_for_namespace): Likewise.
2870 (expand_static_init): Remove assertion. Remove redundancy in
2871 conditional. Don't put static data members in static_aggregates
2872 Tidy.
2873 (finish_function): Remove redundancy in conditional. Don't set
2874 DECL_RETURNS_FIRST_ARG.
2875 (cat_namespace_levels): Remove.
2876 * decl2.c: Include splay-tree.h and varray.h.
2877 (priority_info_s): New structure.
2878 (finish_vtable_vardecl): Change prototype. Adjust for new calling
2879 conventions.
2880 (prune_vtable_vardecl): Likewise.
2881 (finish_sigtable_vardecl): Likewise.
2882 (setup_initp): Remove.
2883 (do_dtors): Remove.
2884 (do_ctors): Remove.
2885 (start_static_storage_duration_function): New function.
2886 (generate_inits_for_priority): Likewise.
2887 (finish_static_storage_duration_function): Likewise.
2888 (get_priority_info): Likewise.
2889 (do_static_initialization): Likewise.
2890 (do_static_destruction): Likewise.
2891 (do_static_initialization_and_destruction): Likewise.
2892 (generate_ctor_or_dtor_function): Likewise.
2893 (generate_ctor_and_dtor_functions_for_priority): Likewise.
2894 (pending_statics): Make it a varray.
2895 (pending_statics_used): New variable.
2896 (saved_inlines): Make it a varray.
2897 (saved_inlines_used): New variable.
2898 (finish_static_data_member): Change method of updating
2899 pending_statics.
2900 (mark_inline_for_output): Remove #if 0'd code. Change method of
2901 updating saved_inlines.
2902 (walk_vtables): Remove.
2903 (walk_sigtables): Likewise.
2904 (import_export_decl): Use DECL_TINFO_FN_P.
2905 (pending_templates): Remove declaration.
2906 (maybe_templates): Likewise.
2907 (static_aggregates_initp): Likewise.
2908 (setup_initp): Likewise.
2909 (finish_objects): Simplify.
2910 (INITIALIZE_P_IDENTIFIER): New macro.
2911 (PRIORITY_IDENTIFIER): New macro.
2912 (SSDF_IDENTIFIER): New macro.
2913 (initialize_p_decl): New variable.
2914 (priority_decl): Likewise.
2915 (ssdf_decl): Likewise.
2916 (priority_info_map): Likewise.
2917 (finish_file): Recode output of static intializers and other
2918 file-scope finalization tasks.
2919 * error.c (OB_END_TEMPLATE_ID): New macro.
2920 (dump_type_real): Use it.
2921 (dump_decl): Likewise.
2922 (dump_function_name): Likewise.
2923 * lex.c (set_typedecl_interface_info): Adjust for new walk_globals
2924 interface.
2925 (check_newline): Use walk_globals, not walk_vtables.
2926 * pt.c (pending_tempalte_expansions): Remove.
2927 (set_vardecl_interface_info): Likewise.
2928 (pending_templates): Make static.
2929 (maybe_templates): Likewise.
2930 (instantiate_class_template): Adjust call to finish_struct_1.
2931 (instantiate_pending_templates): New function.
2932 * rtti.c (get_tinfo_fn): Use SET_DECL_TINFO_FN_P.
2933 * tree.c (static_aggregates_initp): Remove.
2934 (cp_valid_lang_attribute): Don't use it; use DECL_INIT_PRIORITY
2935 instead.
2936 * Makefile.in (decl2.o): Depend on varray.h and splay-tree.h.
2937
2938 * gxx.gperf (RETURN): Rename to RETURN_KEYWORD to avoid clashes
2939 with the RTL code RETURN.
2940 * hash.h: Regenerated.
2941 * lex.c (reinit_parse_for_block): Use RETURN_KEYWORD.
2942 * parse.y: Replace RETURN with RETURN_KEYWORD throughout.
2943 * parse.c: Regenerated.
2944 * pt.c: Include varray.h. Include rtl.h since varray.h requires
2945 it.
2946 (inline_parm_levels): New variable.
2947 (inline_parm_levels_used): Likewise.
2948 (maybe_begin_member_template_processing): Update them.
2949 (maybe_end_member_template_processing): Use them, rather than
2950 guessing how many levels to pop.
2951
2952 * decl.c (make_typename_type): Tighten error-checking.
2953
2954 1999-04-20 Mark Mitchell <mark@codesourcery.com>
2955
2956 * cp-tree.h (build_binary_op): Remove unneeded parameter.
2957 * class.c (build_vrable_entry_ref): Adjust call to
2958 build_binary_op.
2959 * decl.c (expand_static_init): Likewise.
2960 (grokdeclarator): Likewise.
2961 (finish_function): Likewise.
2962 * decl2.c (delete_sanity): Likewise.
2963 (do_dtors): Likewise.
2964 (do_ctors): Likewise.
2965 * error.c (dump_type_suffix): Likewise.
2966 * expr.c (cplus_expand_expr): Likewise.
2967 * init.c (resolve_offset_ref): Likewise.
2968 (build_new): Likewise.
2969 (build_new_1): Likewise.
2970 (build_vec_delete_1): Likewise.
2971 (expand_vec_init_catch_clause): Likewise.
2972 (build_delete): Likewise.
2973 * pt.c (tsubst): Likewise.
2974 * rtti.c (synthesize_tinfo_fn): Likewise.
2975 * search.c (expand_upcast_fixups): Likewise.
2976 (expand_direct_vtbls_init): Likewise.
2977 * typeck.c (get_member_function_from_ptrfunc): Likewise.
2978 (build_binary_op_nodefault): Likewise.
2979 (point_int_sum): Likewise.
2980 (pointer_diff): Likewise.
2981 (build_unary_op): Likewise.
2982 (build_modify_expr): Likewise.
2983 (get_delta_difference): Likewise.
2984 (build_ptrmemfunc): Likewise.
2985 (expand_ptrmemfunc_cst): Likewise.
2986
2987 1999-04-20 Jason Merrill <jason@yorick.cygnus.com>
2988
2989 * decl.c (grokfndecl): Always call cplus_decl_attributes.
2990 * decl2.c (grokfield): Pass attrlist to grokdeclarator.
2991
2992 1999-04-19 Mark Mitchell <mark@codesourcery.com>
2993
2994 * cp-tree.h (finish_static_data_member_decl): New function.
2995 * decl2.c (finish_static_data_member_decl): Split out from ...
2996 (grokfield): Here.
2997 * pt.c (instantiate_class_template): Use it here instead of
2998 trying to fake it.
2999 (tsubst_decl): Don't set DECL_ASSEMBLER_NAME;
3000 finish_static_data_member_decl will do that. Explicit set
3001 DECL_EXTERNAL to match non-template processing.
3002
3003 1999-04-18 Mark Mitchell <mark@codesourcery.com>
3004
3005 * cp-tree.h (finish_class_definition): Add parameter.
3006 * parse.y (structsp): Use it. Don't call pop_scope here.
3007 * parse.c: Regenerated.
3008 * semantics.c (finish_class_definition): Pop it here.
3009
3010 1999-04-17 Mark Mitchell <mark@codesourcery.com>
3011
3012 * decl.c (xref_tag): Revise handling of nested template
3013 declarations.
3014 * pt.c (check_explicit_specialization): Tweak handling of friend
3015 templates in template classes.
3016 (tsubst_friend_class): Handle friend declarations for nested
3017 member template classes.
3018
3019 1999-04-16 Mark Mitchell <mark@codesourcery.com>
3020
3021 * class.c (finish_struct): Remove unused variable.
3022 (pushclass): Likewise.
3023 (invalidate_class_lookup_cache): Likewise.
3024 * cp-tree.def (TYPENAME_TYPE): Improve documentation.
3025 * decl.c (build_typename_type): Make sure TYPENAME_TYPE_FULLNAME
3026 doesn't get obliterated.
3027 (make_typename_type): Handle template classes correctly.
3028
3029 * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.
3030 (storetags): Declare.
3031 * class.c (finish_struct): Don't use TREE_NONLOCAL_FLAG.
3032 (pushclass): Likewise. Use storetags to install tag declarations,
3033 not pushtag.
3034 (invalidate_class_lookup_cache): Don't use TREE_NONLOCAL_FLAG.
3035 * decl.c (storetags): Make it global.
3036 (push_class_binding): Set INHERITED_VALUE_BINDING_P for an
3037 implicit typename declaration.
3038 (pushtag): Tidy. Don't use TREE_NONLOCAL_FLAG.
3039 * method.c (hack_identifier): Likewise.
3040 * search.c (lookup_member): Likewise.
3041
3042 * decl.c (warn_about_implicit_typename_lookup): New function.
3043 (lookup_name_real): Use it. Rework handling of implicit typename
3044 extension.
3045
3046 1999-04-15 Mark Mitchell <mark@codesourcery.com>
3047
3048 * cp-tree.h (lookup_nested_field): Remove.
3049 * class.c (push_nested_class): Handle UNION_TYPEs.
3050 (pop_nested_class): Likewise.
3051 * decl.c (lookup_name_real): Don't call lookup_nested_field.
3052 (start_decl): Use push_nested_class, not just pushclass.
3053 (cp_finish_decl): Use pop_nested_class, not just popclass.
3054 * search.c (lookup_nested_field): Remove.
3055
3056 * cp-tree.h (lang_type): Add documentation.
3057 * decl2.c (handle_class_head): Create template declarations here,
3058 as appropriate.
3059 * parse.y (class_head): Return whether or not we entered a new
3060 scope, as well as the type named.
3061 (named_class_head): Likewise.
3062 (named_complex_class_head_sans_basetype): Likewise.
3063 (structsp): Adjust accordingly. Pop scope when required.
3064 * parse.c: Regenerated.
3065 * pt.c (check_default_tmpl_args): Robustify.
3066 (redeclare_class_template): Likewise.
3067 (instantiate_class_template): An instantiation of an
3068 anonymous union is itself an anonymous union.
3069 * semantics.c (begin_class_definition): Don't create template
3070 declarations here.
3071
3072 1999-04-15 Jason Merrill <jason@yorick.cygnus.com>
3073
3074 * parse.y (after_type_declarator_intern): New nonterminal.
3075 (after_type_declarator): Use it.
3076 (direct_after_type_declarator): Likewise. Move above
3077 nonnested_type to fix reduce/reduce conflict resolution.
3078 (declmods): Reducing from just 'attributes' has EMPTY precedence.
3079 * Makefile.in (CONFLICTS): Update.
3080
3081 * decl.c (define_label): Downgrade error for jumping over a
3082 non-POD decl to pedwarn.
3083
3084 1999-04-14 Mark Mitchell <mark@codesourcery.com>
3085
3086 * cp-tree.h (popclass): Change declaration.
3087 (pop_nested_class): Likewise.
3088 (poplevel_class): Remove declaration.
3089 * call.c (convert_default_argument): Pass no arguments to
3090 popclass.
3091 * class.c (finish_struct_1): Likewise.
3092 (finish_struct): Likewise.
3093 (popclass): Remove argument. Simplify code accordingly.
3094 (pop_nested_class): Likewise.
3095 * decl.c (poplevel_class): Declare it here, and make it static.
3096 (poplevel): Handle class scopes.
3097 (poplevel_class): Don't take an rgument. Simplify.
3098 (pop_everything): Pass no arguments to pop_nested_class.
3099 (cp_finish_decl): Pass no arguments to popclass.
3100 (grokdeclarator): Pass no arguments to pop_nested_class.
3101 (finish_function): Likewise.
3102 * decl2.c (grokfield): Likewise.
3103 (pop_scope): Pass no arguments to popclass.
3104 * lex.c (do_pending_defargs): Pass no arguments to pop_nested_class.
3105 * pt.c (instantiate_class_template): Move call to pushclass, and
3106 document. Pass no arguments to popclass.
3107 (regenerate_decl_from_template): Likewise.
3108
3109 1999-04-14 Jason Merrill <jason@yorick.cygnus.com>
3110
3111 * typeck.c (build_unary_op): Handle taking the address of a unique
3112 bound non-static member function.
3113
3114 1999-04-13 Martin von Loewis <loewis@informatik.hu-berlin.de>
3115
3116 * lang-options.h (-Wdeprecated): New flag.
3117 * decl2.c (warn_deprecated): New flag.
3118 (lang_decode_option): Deprecated this-is-variable,
3119 external-templates, alt-external-templates.
3120 Support -Wdeprecated.
3121 * errfn.c (cp_deprecated): New function.
3122
3123 1999-04-13 Jason Merrill <jason@yorick.cygnus.com>
3124
3125 * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME instead
3126 of the decls themselves.
3127
3128 * pt.c (tsubst_function_type): Copy attributes over.
3129
3130 * tree.c (cp_valid_lang_attribute): New fn. Handle init_priority
3131 and com_interface.
3132 * cp-tree.h: Add prototype.
3133 * decl.c (init_decl_processing): Set valid_lang_attribute.
3134
3135 1999-04-13 Mark Mitchell <mark@codesourcery.com>
3136
3137 * class.c (finish_struct_1): Look at the const-ness of the field's
3138 type, not the TREE_READONLY-ness of the declaration.
3139 * method.c (synthesize_method): Likewise.
3140 * pt.c (tsubst_decl): Call c_apply_type_quals_to_decl when
3141 creating new declarations.
3142
3143 1999-04-13 Mike Stump <mrs@wrs.com>
3144
3145 * decl2.c (import_export_decl): Because vtables always reference
3146 virtual functions, even if they are inlined, don't allow
3147 -fno-implement-inlines to not emit them, instead, emit them with
3148 the vtable.
3149 * decl.c (start_function): Likewise.
3150
3151 1999-04-12 Jason Merrill <jason@yorick.cygnus.com>
3152
3153 * cp-tree.h (struct lang_type): Add com_interface.
3154 (CLASSTYPE_COM_INTERFACE): New macro.
3155 * class.c (set_rtti_entry): COM interface classes have no RTTI
3156 entries in their vtables; adjust.
3157 (add_virtual_function, finish_base_struct, skip_rtti_stuff,
3158 modify_one_vtable, fixup_vtable_deltas1, override_one_vtable,
3159 finish_struct_1): Likewise.
3160 * decl2.c (mark_vtable_entries): Likewise.
3161 * rtti.c (build_headof, get_tinfo_fn_dynamic): Likewise.
3162 * search.c (get_abstract_virtuals_1, get_abstract_virtuals,
3163 expand_upcast_fixups): Likewise.
3164 * tree.c (debug_binfo): Likewise.
3165
3166 * cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
3167 * typeck.c (comptypes): If we get it, ignore attributes.
3168 * class.c (instantiate_type): Use BASELINK_P. Change complain
3169 parameter to flags; 2 means ignore attributes.
3170 * call.c (build_op_delete_call): Pass it.
3171
3172 * decl.c (xref_tag): Only complain once about using a typedef-name
3173 with 'struct'. Downgrade to pedwarn.
3174
3175 * decl.c (grokdeclarator): Allow [] syntax for zero-length array.
3176
3177 * parse.y (absdcl_intern): New nonterminal.
3178 (absdcl, direct_abstract_declarator): Use it.
3179
3180 * pt.c (lookup_template_class): Look through implict typename.
3181
3182 1999-04-11 Mark Mitchell <mark@codesourcery.com>
3183
3184 * friend.c (add_friend): Deal gracefully with error_mark_node.
3185 * method.c (build_overload_value): Handle pointers-to-members as
3186 template parameters.
3187
3188 * decl.c (push_binding): Fix typo in comment.
3189
3190 1999-04-10 Mark Mitchell <mark@codesourcery.com>
3191
3192 * error.c (dump_type_real): If a typename is a template-id, put
3193 out the template arguments.
3194 (dump_expr): Handle TEMPLATE_ID_EXPR.
3195 * pt.c (lookup_template_class): Now that full arguments are
3196 available everywhere, remove code that tried to guess them.
3197
3198 1999-04-09 Mark Mitchell <mark@codesourcery.com>
3199
3200 * decl.c (make_typename_type): Complain if we don't find a type
3201 when trying to make a typename type for a non-template type.
3202
3203 1999-04-09 Jason Merrill <jason@yorick.cygnus.com>
3204
3205 * decl.c (start_decl): Pass attributes to grokdeclarator.
3206 (grokdeclarator): Handle attributes on constructor-syntax
3207 initializers.
3208
3209 1999-04-08 Mark Mitchell <mark@codesourcery.com>
3210
3211 * error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands
3212 don't have types.
3213
3214 * search.c (template_self_reference_p): Tweak.
3215
3216 1999-04-07 Mark Mitchell <mark@codesourcery.com>
3217
3218 * init.c (build_offset_ref): Don't build yet another weird data
3219 structure to describe overloaded functions.
3220
3221 1999-04-06 Mark Mitchell <mark@codesourcery.com>
3222
3223 * cp-tree.h (BASELINK_P): New macro.
3224 (SET_BASELINK_P): Likewise.
3225 * init.c (build_member_call): Remove needless assignment in if
3226 statement.
3227 * search.c (lookup_field_r): Fix handling when we are looking
3228 specifically for a type; these are not hidden by functions and
3229 variables.
3230 (lookup_member): Use SET_BASELINK_P.
3231 * tree.c (is_overloaded_fn): Use BASELINK_P.
3232 (really_overloaed_fn): Likewise.
3233 (get_first_fn): Likewise.
3234
3235 1999-04-05 Mark Mitchell <mark@codesourcery.com>
3236
3237 * decl.c (lookup_name_current_level): Tweak, and improve
3238 documentation.
3239
3240 * class.c (maybe_fixup_vptrs): Remove declaration.
3241 (build_class_init_list): Likewise.
3242 * decl.c (pushdecl_class_level): Call check_template_shadow here
3243 ...
3244 (push_class_level_binding): ... not here.
3245 * search.c (dfs_push_type_decls): Only avoid
3246 template-self-reference TYPE_DECLs if they are from base classes.
3247
3248 1999-04-04 Mark Mitchell <mark@codesourcery.com>
3249
3250 * pt.c (check_template_shadow): Don't treat OVERLOADs as _DECL
3251 nodes. Tidy.
3252
3253 1999-04-03 Jason Merrill <jason@yorick.cygnus.com>
3254
3255 * class.c (maybe_fixup_vptrs, build_class_init_list): Lose.
3256 (finish_struct_1): Don't call build_class_init_list.
3257
3258 1999-04-02 Mark Mitchell <mark@codesourcery.com>
3259
3260 * tinfo.h (__class_type_info): Fix illegal declaration.
3261
3262 * cp-tree.def (TEMPLATE_ID_EXPR): Update comment.
3263 * cp-tree.h (INHERITED_VALUE_BINDING_P): New macro.
3264 (IDENTIFIER_CLASS_VALUE): Improve documentation.
3265 (is_properly_derived_from): Declare.
3266 (invalidate_class_lookup_cache): Likewise.
3267 (maybe_maybe_note_name_used_in_class): Likewise.
3268 (note_name_declared_in_class): Likewise.
3269 (push_using_decl): Remove duplicate declaration.
3270 (id_in_current_class): Remove declaration.
3271 (push_class_binding): Change prototype.
3272 (clear_identitifer_class_values): Declare.
3273 * call.c (is_properly_derived_from): Make it global.
3274 (build_new_function_call): Be careful about updating candidates.
3275 (build_new_method_call): Handle COMPONENT_REFs. Don't crash when
3276 asked to make illegal calls.
3277 * class.c: Include splay-tree.h.
3278 (class_stack_node): Add names_used slot.
3279 (check_member_decl_is_same_in_complete_scope): Remove.
3280 (add_method): Fix comment. Push the declaration into class
3281 scope.
3282 (finish_struct_1): When popping the class, pop the bindings too.
3283 Remove check for data member/function member conflict.
3284 (finish_struct): Remove calls to
3285 check_member_decl_is_same_in_complete_scope. Change calls to
3286 popclass.
3287 (pushclass): Clear names_used in the class stack entry.
3288 Use invalidate_class_lookup_cache to remove cached entries, rather
3289 than magic values with popclass. Clear IDENTIFIER_CLASS_VALUE
3290 before entering a new class. Remove dead code. Don't mess with
3291 current_function_decl when pushing declarations.
3292 (invalidate_class_lookup_cache): New function, split out from ...
3293 (popclass): Here. Clean up names_used on our way out.
3294 (instantiate_type): Adjust.
3295 (build_self_reference): Don't push the declaration here.
3296 (maybe_note_name_used_in_class): New function.
3297 (note_name_declared_in_class): Likewise.
3298 * decl.c (add_binding): Change prototype.
3299 (find_class_binding_level): New function.
3300 (innermost_nonclass_level): Likewise.
3301 (current_binding_level): Update documentation.
3302 (inner_binding_level): Remove. Replace with current_binding_level
3303 throughout.
3304 (push_binding_level): Remove special handling of
3305 class_binding_level.
3306 (pop_binding_level): Likewise. Use find_class_binding_level.
3307 (suspend_binding_level): Likewise.
3308 (global_bindings_p): Use innermost_nonclass_level.
3309 (toplevel_bindings_p): Likewise.
3310 (namespace_bindings_p): Likewise.
3311 (pseudo_global_level_p): Likewise.
3312 (push_binding): Clear INHERITED_VALUE_BINDING_P.
3313 (add_binding): Check for illegal multiple declarations. Return a
3314 value indicating whether or not the new binding was legal.
3315 (push_local_binding): Skip over class binding levels. Check
3316 return value from add_binding.
3317 (push_class_binding): Set INHERITED_VALUE_BINDING_P. Call
3318 note_name_declared_in_class.
3319 (pushlevel_class): Remove "fake out the rest of the compiler"
3320 code.
3321 (poplevel_class): Reset IDENTIFIER_CLASS_VALUEs.
3322 (clear_identifier_class_values): New function.
3323 (pop_from_top_level): Use it.
3324 (pop_everything): Tweak.
3325 (maybe_process_template_type_declaration): Don't push the
3326 declaration for the template here.
3327 (pushtag): Don't push tag declarations into class scope here.
3328 (pushdecl): Apply DeMorgan's law for readability.
3329 (pushdecl_class_level): Remove special-case code for
3330 TYPE_BEING_DEFINED. Handle OVERLOADs and anonymous unions.
3331 (push_class_level_bindng): Deal with inherited bindings.
3332 (lookup_name_real): Remove special-case code for
3333 TYPE_BEING_DEFINED, and some implicit typename magic.
3334 (grokdeclarator): Handle COMPONENT_REF for a template function.
3335 (build_enumerator): Don't call pushdecl_class_level here.
3336 (id_in_current_class): Remove.
3337 * decl2.c (grokfield): Don't call pushdecl_class_level or
3338 check_template_shadow.
3339 * errfn.c (cp_file_of): Don't declare.
3340 (cp_line_of): Likewise.
3341 * error.c (dump_decl): Handle an OVERLOAD.
3342 (cp_file_of): Likewise.
3343 (cp_line_of): Likewise.
3344 * init.c (build_member_call): Handle a COMPONENT_REF.
3345 * lex.c (do_identifier): Call maybe_note_name_used_in_class, not
3346 pushdecl_class_level.
3347 * method.c (hack_identifier): Build COMPONENT_REFs for references
3348 to member templates as well as member functions. Remove dead
3349 code.
3350 * parse.y (left_curly): Remove.
3351 (nonnested_type): Call maybe_note_name_used_in_class, not
3352 pushdecl_class_level.
3353 * parse.c: Regenerated.
3354 (nested_name_specifier_1): Likewise.
3355 * pt.c (check_explicit_specialization): Adjust, for robustness.
3356 (check_template_shadow): Handle OVERLOADs.
3357 (build_template_decl): Set DECL_CONSTRUCTOR_P on the
3358 TEMPLATE_DECL, if appropriate.
3359 * search.c (envelope_add_decl): Remove.
3360 (dfs_pushdecls): Likewise.
3361 (dfs_compress_decls): Likewise.
3362 (dfs_push_decls): New function.
3363 (dfs_push_type_decls): Likewise.
3364 (setup_class_bindings): Likewise.
3365 (template_self_reference_p): Likewise.
3366 (lookup_field_r): Use it.
3367 (looup_member): Remove old comment. Deal with ambiguity.
3368 (push_class_decls): Use dfs_push_decls and dfs_push_type_decls,
3369 and remove envelope processing.
3370 * semantics.c (begin_class_definition): Let pushclass push
3371 declarations for base classes.
3372 (finish_member_declaration): Push declarations into class scope.
3373 * typeck.c (build_component_ref): Just put an OVERLOAD into the
3374 COMPONENT_REF, not a TREE_LIST of an OVERLOAD.
3375 (build_x_function_call): Deal with OVERLOAD. Handle template-ids.
3376 * Makefile.in (class.o): Depend on splay-tree.h.
3377
3378 Wed Mar 31 11:30:43 1999 Nathan Sidwell <nathan@acm.org>
3379
3380 * cvt.c (convert_pointer_to_real): Use same_type_p.
3381 * typeck.c (comp_target_types): Use same_type_p.
3382
3383 1999-03-31 Jason Merrill <jason@yorick.cygnus.com>
3384
3385 * semantics.c (begin_inline_definitions,
3386 finish_inline_definitions): Rename from finish_default_args and
3387 begin_inline_definitions, respectively, to something that isn't a
3388 total lie. :)
3389 * parse.y (structsp): Adjust.
3390
3391 * tree.c (hash_tree_cons): Remove obsolete via_* parms.
3392 (list_hash_lookup): Likewise.
3393 (hash_tree_chain): Adjust.
3394 * pt.c (tsubst): Adjust.
3395 (tsubst_arg_types): Use plain hash_tree_cons.
3396 * cp-tree.h (hash_tree_cons_simple): Lose.
3397 * parse.y (declmods, nonempty_cv_qualifiers): Use hash_tree_cons.
3398
3399 Wed Mar 31 10:48:29 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3400
3401 * Makefile.in (hash.h): Generate using gperf language 'C', not
3402 'KR-C', so gperf uses the `const' keyword on strings.
3403
3404 * gxx.gperf (resword): Const-ify a char*.
3405
3406 1999-03-30 Jason Merrill <jason@yorick.cygnus.com>
3407
3408 * cp-tree.h (IDENTIFIER_AS_DESC, IDENTIFIER_AS_LIST,
3409 CLASSTYPE_BASELINK_VEC, CLASSTYPE_N_SUPERCLASSES,
3410 CLASSTYPE_N_BASECLASSES, CLASSTYPE_MAX_DEPTH,
3411 CLASSTYPE_BASE_INIT_LIST, CLASSTYPE_AS_LIST, CLASSTYPE_ID_AS_LIST,
3412 CLASSTYPE_BINFO_AS_LIST): Remove cruft.
3413 * class.c, lex.c, parse.y, ptree.c, search.c, semantics.c,
3414 tree.c: Adjust.
3415
3416 1999-03-29 Jason Merrill <jason@yorick.cygnus.com>
3417
3418 * decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.
3419
3420 1999-03-28 Jason Merrill <jason@yorick.cygnus.com>
3421
3422 * pt.c (fn_type_unification): Ignore 'this' parm from conversion ops.
3423
3424 1999-03-27 Mark Mitchell <mark@codesourcery.com>
3425
3426 * cp-tree.h (add_friend): Declare.
3427 (add_friends): Likewise.
3428 * friend.c (add_friend): Make it global. Don't add to
3429 DECL_BEFRIENDING_CLASSES if the befriending class is a template.
3430 (add_friends): Make it global.
3431 (make_friend_class): Don't add to DECL_BEFRIENDING_CLASSES if the
3432 befriending class is a template.
3433 * parse.y (component_decl_1): Fix typo in comment.
3434 * parse.c: Regenerated.
3435 * pt.c (instantiate_class_template): Use add_friend and
3436 add_friends rather that duplicating some of their functionality
3437 here.
3438
3439 1999-03-27 Jason Merrill <jason@yorick.cygnus.com>
3440
3441 * call.c (build_field_call): Unify 'this' and non-'this' cases.
3442
3443 * typeck.c (build_indirect_ref): Check for 'this' sooner.
3444
3445 Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3446
3447 * call.c (op_error): Const-ify a char*.
3448 (add_candidate, source_type, add_warning): Add static prototype.
3449 (print_z_candidates): Const-ify a char*.
3450
3451 * class.c (resolve_address_of_overloaded_function,
3452 fixed_type_or_null, build_vtable_entry_ref): Add static prototype.
3453 (get_vtable_name, finish_struct_1): Const-ify a char*.
3454
3455 * cvt.c (convert_to_reference): Likewise.
3456
3457 * decl.c (redeclaration_error_message, record_builtin_type,
3458 record_unknown_type, member_function_or_else, bad_specifiers):
3459 Likewise.
3460 (find_binding, select_decl, unqualified_namespace_lookup,
3461 lookup_flags, qualify_lookup, record_builtin_java_type, tag_name):
3462 Add static prototype.
3463 (warn_extern_redeclared_static, duplicate_decls, pushdecl,
3464 implicitly_declare, record_builtin_java_type, define_function,
3465 grok_op_properties, tag_name): Const-ify a char*.
3466
3467 * cp-tree.h (FORMAT_VBASE_NAME): Allow parameter `BUF' to be const.
3468 (define_function, finish_builtin_type): Const-ify a char*.
3469 (cp_error, cp_error_at, cp_warning, cp_warning_at, cp_pedwarn,
3470 cp_pedwarn_at, cp_compiler_error, cp_sprintf): Add prototype args.
3471 (file_name_nondirectory): Const-ify a char*.
3472 (init_filename_times): Don't prototype.
3473 (compiler_error): Prototype.
3474 (yyerror, init_repo): Const-ify a char*.
3475 (build_srcloc): Don't prototype.
3476 (build_x_indirect_ref, build_indirect_ref, build_component_addr):
3477 Const-ify a char*.
3478 (warn_for_assignment): Don't prototype.
3479 (convert_for_initialization, readonly_error, check_for_new_type,
3480 GNU_xref_begin, GNU_xref_file, GNU_xref_ref, GNU_xref_call):
3481 Const-ify a char*.
3482
3483 * decl2.c (acceptable_java_type, output_vtable_inherit,
3484 setup_initp, start_objects, finish_objects, do_dtors, do_ctors,
3485 merge_functions, decl_namespace, validate_nonmember_using_decl,
3486 do_nonmember_using_decl): Add static prototype.
3487 (lang_f_options): Const-ify a char*.
3488 (finish_builtin_type): Likewise.
3489 (add_function, arg_assoc_namespace, arg_assoc_class): Add static
3490 prototype.
3491
3492 * errfn.c: Include cp-tree.h.
3493 (cp_thing): Add static prototype.
3494 (compiler_error): Don't protoptype.
3495 (cp_compiler_error): Cast `compiler_error' to `errorfn' before
3496 passing it to `cp_thing'.
3497
3498 * error.c (interesting_scope_p): Add static prototype.
3499
3500 * except.c (build_eh_type_type, build_eh_type_type_ref): Const-ify
3501 a char*.
3502
3503 * init.c (compiler_error): Don't prototype.
3504 (member_init_ok_or_else): Const-ify a char*.
3505 (build_java_class_ref): Add static prototype.
3506
3507 * lex.c (compiler_error): Don't prototype.
3508 (get_time_identifier, interface_strcmp, extend_token_buffer,
3509 handle_cp_pragma): Const-ify a char*.
3510 (is_global, init_filename_times): Add static prototype.
3511 (file_name_nondirectory, cplus_tree_code_name): Const-ify a char*.
3512 (compiler_error): Change from fixed args to variable args.
3513 (yyerror): Const-ify a char*.
3514
3515 * parse.y (cond_stmt_keyword): Const-ify a char*.
3516 (parse_decl): Add static prototype.
3517
3518 * pt.c (template_args_equal, print_template_context): Likewise.
3519 (print_candidates, check_default_tmpl_args): Const-ify a char*.
3520 (instantiate_class_template): Likewise.
3521
3522 * repo.c (get_base_filename, open_repo_file, init_repo): Likewise.
3523
3524 * rtti.c (call_void_fn, expand_generic_desc, expand_si_desc,
3525 expand_class_desc, expand_ptr_desc, expand_attr_desc): Likewise.
3526
3527 * search.c (lookup_field_info, lookup_member): Likewise.
3528 (lookup_member): Cast the first argument of `bzero' to a PTR.
3529
3530 * sig.c (compiler_error): Don't prototype.
3531 (build_signature_pointer_or_reference_nam): Const-ify a char*.
3532 (get_sigtable_name, build_member_function_pointer): Likewise.
3533
3534 * tree.c (compiler_error): Don't prototype.
3535 (no_linkage_helper, build_srcloc): Add static prototype.
3536 (build_vbase_pointer_fields): Const-ify a char*.
3537 (__eprintf): Don't unnecessarily handle `const' when !__STDC__.
3538
3539 * typeck.c (compiler_error): Don't prototype.
3540 (convert_for_assignment): Const-ify a char*.
3541 (comp_cv_target_types): Add static prototype.
3542 (build_x_indirect_ref, build_indirect_ref, convert_arguments,
3543 build_component_addr, build_unary_op, convert_for_initialization):
3544 Const-ify a char*.
3545
3546 * typeck2.c (ack): Add static prototype and change from fixed args
3547 to variable args.
3548 (readonly_error, check_for_new_type): Const-ify a char*.
3549
3550 * xref.c (_XREF_FILE, find_file, filename, fctname, declname,
3551 fixname, open_xref_file, classname, GNU_xref_begin): Likewise.
3552 (GNU_xref_file): Likewise. Also use `xmalloc' instead of `malloc'.
3553 (GNU_xref_end_scope, GNU_xref_ref, GNU_xref_decl, GNU_xref_call,
3554 gen_assign, GNU_xref_member): Const-ify a char*.
3555
3556 1999-03-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
3557
3558 * gxxint.texi: Remove old discussion on copying virtual bases.
3559
3560 1999-03-25 Zack Weinberg <zack@rabi.columbia.edu>
3561
3562 * Make-lang.in: Remove all references to g++.o/g++.c.
3563 Link g++ from gcc.o.
3564
3565 1999-03-25 Jason Merrill <jason@yorick.cygnus.com>
3566
3567 * decl2.c (comdat_linkage): Treat vtables like functions.
3568
3569 1999-03-25 Mark Mitchell <mark@codesourcery.com>
3570
3571 * pt.c (tsubst_decl): tsubst into DECL_BEFRIENDING_CLASSES.
3572
3573 1999-03-25 Nathan Sidwell <nathan@acm.org>
3574
3575 * decl.c (init_decl_processing): Add `signed' type as a synonym
3576 for `int'.
3577
3578 1999-03-25 Jason Merrill <jason@yorick.cygnus.com>
3579
3580 * typeck.c (common_type): Handle cv-qual unification for pointers
3581 to members.
3582
3583 * decl.c (unqualified_namespace_lookup): Return error_mark_node
3584 on error.
3585 (lookup_name_real): Set LOOKUP_COMPLAIN when *not* parsing.
3586 * lex.c (do_identifier): If we got error_mark_node, call
3587 lookup_name again.
3588
3589 1999-03-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
3590
3591 * class.c (finish_struct_1): Always reset TYPE_FIELDS for empty
3592 classes.
3593
3594 1999-03-24 Jason Merrill <jason@yorick.cygnus.com>
3595
3596 * decl.c (lookup_name_real): Do nested field lookup regardless of
3597 TYPE_BEING_DEFINED.
3598
3599 1999-03-24 Mark Mitchell <mark@codesourcery.com>
3600
3601 * cp-tree.h (lang_type): Remove has_assignment and
3602 has_real_assignment. Add befriending_classes.
3603 (TYPE_HAS_ASSIGNMENT): Remove.
3604 (TYPE_HAS_REAL_ASSIGNMENT): Likewise.
3605 (CLASSTYPE_BEFRIENDING_CLASSES): New macro.
3606 (lang_decl): Document.
3607 (DECL_BEFRIENDING_CLASSES): New macro.
3608 (FRIEND_NAME): Move declaration to more obvious location.
3609 (FRIEND_DECLS): Likewise.
3610 * class.c (finish_struct_1): Don't use TYPE_HAS_REAL_ASSIGNMENT.
3611 * decl.c (duplicate_decls): Copy DECL_BEFRIENDING_CLASSES.
3612 (fixup_anonymous_union): Don't use TYPE_HAS_ASSIGNMENT.
3613 (grok_op_properties): Likewise.
3614 * friend.c (is_friend): Use FRIEND_NAME and FRIEND_DECLS.
3615 (add_friend): Likewise. Don't do weird things with assignment
3616 operators. Update DECL_BEFRIENDING_CLASSES.
3617 (add_friends): Don't do weird things with assignment operators.
3618 (make_friend_class): Likewise. Update
3619 CLASSTYPE_BEFRIENDING_CLASSES.
3620 * pt.c (instantiate_class_template): Don't set
3621 TYPE_HAS_ASSIGNMENT.
3622 (tsubst_copy): Substitute the TREE_TYPE for more unary
3623 expressions.
3624 * ptree.c (print_lang_type): Don't look at TYPE_HAS_ASSIGNMENT.
3625 * search.c (protected_accessible_p): New function.
3626 (friend_accessible_p): Likewise.
3627 (accessible_p): Use them.
3628
3629 1999-03-23 Mark Mitchell <mark@codesourcery.com>
3630
3631 * pt.c (convert_nontype_argument): Don't create things that aren't
3632 PTRMEM_CSTs when applying a qualification conversion to a
3633 PTRMEM_CST.
3634
3635 1999-03-23 Mark Mitchell <mark@codesourcery.com>
3636
3637 * Makefile.in (OBJS): Don't mention hash.o.
3638 (OBJDEPS): Likewise.
3639
3640 1999-03-23 Jason Merrill <jason@yorick.cygnus.com>
3641
3642 * decl2.c (finish_file): Set at_eof to 2 after expanding ctors.
3643 * decl.c (expand_static_init): Make sure we don't add any after
3644 then.
3645
3646 * decl.c (cp_finish_decl): Move intelligence about handling
3647 DECL_COMDAT for variables from here...
3648 * decl2.c (comdat_linkage): ...to here.
3649 (maybe_make_one_only): Tweak.
3650 (import_export_decl): Call comdat_linkage for variables, too.
3651 (finish_file): Handle template statics properly.
3652
3653 1999-03-22 Mark Mitchell <mark@codesourcery.com>
3654
3655 * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
3656 Document internals of pointer-to-member-functions.
3657 (DELTA2_FROM_PTRMEMFUNC): Make it call delta2_from_ptrmemfunc.
3658 (PFN_FROM_PTRMEMFUNC): Likewise.
3659 (build_type_conversion): Remove unused parameter.
3660 (build_ptrmemfunc1): Declare.
3661 (expand_ptrmemfunc_cst): New function.
3662 (delta2_from_ptrmemfunc): Likewise.
3663 (pfn_from_ptrmemfunc): Likewise.
3664 * cvt.c (cp_convert_to_pointer): Remove unused parameter to
3665 build_type_conversion. Use TYPE_PTRMEM_P for readability.
3666 (convert_to_reference): Remove unused parameter to
3667 build_type_conversion.
3668 (ocp_convert): Likewise.
3669 (build_user_type_conversion): Likewise.
3670 * error.c (dump_expr): Handle NULL pointer-to-member functions.
3671 * expr.c (cplus_expand_expr): Handle PTRMEM_CSTs for functions.
3672 * method.c (build_overload_value): Don't go splitting CONSTRUCTORs
3673 open when handling pointer-to-member functions.
3674 * pt.c (convert_nontype_argument): Clean up error messages. Be
3675 more stringent with pointers-to-members.
3676 * typeck.c (build_ptrmemfunc1): Don't declare. Make it global.
3677 (build_unary_op): Tidy ever-so-slightly.
3678 (build_conditional_expr): Remove extra parameter to
3679 build_type_conversion.
3680 (build_ptrmemfunc): Build PTRMEM_CSTs if we know what function
3681 we're using.
3682 (expand_ptrmemfunc_cst): Define.
3683 (delta2_from_ptrmemfunc): Likewise.
3684 (pfn_from_ptrmemfunc): Likewise.
3685
3686 1999-03-19 Mark Mitchell <mark@codesourcery.com>
3687
3688 * init.c (build_member_call): Handle template-id expressions
3689 correctly.
3690 * typeck.c (build_x_function_call): Likewise.
3691
3692 1999-03-19 Chip Salzenberg <chip@perlsupport.com>
3693
3694 * friend.c (make_friend_class): Avoid core dump when
3695 not-yet-defined friend type lacks TYPE_LANG_SPECIFIC().
3696
3697 1999-03-18 Jason Merrill <jason@yorick.cygnus.com>
3698
3699 * decl.c (start_function): Suppress normal linkage heuristics
3700 for #pragma interface under MULTIPLE_SYMBOL_SPACES.
3701
3702 1999-03-19 Alexandre Oliva <oliva@dcc.unicamp.br>
3703
3704 * Make-lang.in: ($(INTL_TARGETS)): Depend on cp/parse.c.
3705 ($(srcdir)/cp/parse.c): Moved from ../Makefile.in.
3706
3707 1999-03-17 Martin von Löwis <loewis@informatik.hu-berlin.de>
3708
3709 * parse.y (named_complex_class_head_sans_basetype):
3710 Do not push a scope for error_mark_node.
3711 (maybe_base_class_list): Likewise.
3712
3713 * decl.c (start_decl): Check for error_mark_node as a type.
3714 Detected by g++.brendan/array-refs.C.
3715 (start_decl_1): Likewise. Detected by g++.bugs/900322_01.C.
3716 (maybe_build_cleanup_1): Likewise. Detected by
3717 g++.jason/incomplete1.C.
3718
3719 * tree.c (build_dummy_object): Use void_zero_node instead of the
3720 error_mark_node.
3721 (is_dummy_object): Check for such a node.
3722 Detected by g++.bob/inherit1.C
3723
3724 1999-03-16 Jason Merrill <jason@yorick.cygnus.com>
3725
3726 * method.c (old_backref_index): Split out...
3727 (flush_repeats): From here. Rename back from try_old_backref.
3728 (build_mangled_name): Put back some old-style repeat handling.
3729
3730 Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3731
3732 * lex.c: Don't include setjmp.h.
3733 (parse_float): New static function.
3734 (pf_args): New struct.
3735 (real_yylex): Use them in call to `do_float_handler'.
3736
3737 1999-03-15 Mark Mitchell <mark@markmitchell.com>
3738
3739 * decl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES here.
3740 * tree.c (layout_basetypes): Not here.
3741 * search.c (dfs_search): Remove; no longer used.
3742
3743 1999-03-12 Mark Mitchell <mark@markmitchell.com>
3744
3745 * decl2.c (validate_nonmember_using_decl): Issue sensible
3746 error-messages on bogus qualifiers.
3747
3748 1999-03-14 Jason Merrill <jason@yorick.cygnus.com>
3749
3750 * call.c (add_function_candidate): Fix uninitialized variable.
3751
3752 * Makefile.in (search.o): Add dependency on varray.h.
3753
3754 1999-03-13 Jason Merrill <jason@yorick.cygnus.com>
3755
3756 * decl.c (duplicate_decls): Use same_type_p.
3757 * method.c (try_old_backref): Renamed from flush_repeats. Use
3758 same_type_p. Don't try to handle repeats. Return success.
3759 (is_back_referenceable_type): Return 0 if TYPE_FOR_JAVA. Support
3760 calls from old-style code, too.
3761 (check_ktype): Use same_type_p.
3762 (check_btype): Use same_type_p. Don't pull out TYPE_MAIN_VARIANT.
3763 (build_qualified_name): Simplify logic.
3764 (process_overload_item): Strip typedefs and quals at the top.
3765 (build_mangled_name_for_type_with_Gcode): Remove call to
3766 type_canonical_variant.
3767 (build_mangled_name): Likewise. Remove support for old-style
3768 repeats, which have been disabled since 2.7.2. Don't mess with
3769 TREE_USED.
3770 (build_decl_overload_real): Don't mess with TREE_USED.
3771
3772 1999-03-13 Nathan Sidwell <nathan@acm.org>
3773
3774 * error.c (cp_printers): Add 'F' escape character.
3775 (dump_type_real): Remove TREE_LIST (fnargs) printing.
3776 Functionality moved to dump_parameters.
3777 (dump_type_suffix): Use dump_parameters and dump_exception_spec.
3778 (dump_function_decl): Extend meaning of V parameter. Use
3779 dump_parameters and dump_exception_spec.
3780 (dump_parameters): New static function.
3781 (dump_exception_spec): New static function.
3782 (fndecl_as_string): Change argument semantics. Use
3783 dump_function_decl directly.
3784
3785 * sig.c (build_signature_table_constructor): Use cp_error.
3786
3787 1999-03-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
3788
3789 * semantics.c (finish_switch_cond): Handle error cases gracefully.
3790 Detected by g++.law/enum5.C.
3791
3792 * typeck.c (build_modify_expr): Check for errors after resolving
3793 offsets. Detected by g++.brendan/static1.C.
3794
3795 * decl.c (complete_array_type): Ignore initial_value if it is an
3796 error. Detected by g++.benjamin/17930.C.
3797
3798 * typeck2.c (process_init_constructor): Return error if one argument
3799 is in error. Detected by g++.benjamin/13478.C.
3800
3801 1999-03-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
3802
3803 * decl.c (select_decl): Allow class templates when we need types.
3804 * decl2.c (ambiguous_decl): Likewise.
3805
3806 1999-03-12 Mark Mitchell <mark@markmitchell.com>
3807
3808 * lex.c (do_identifier): Correct call to enforce_access.
3809 * search.c (accessible_p): Tweak comment.
3810
3811 1999-03-10 Mark Mitchell <mark@markmitchell.com>
3812
3813 * semantics.c (begin_class_definition): Call build_self_reference.
3814 (finish_member_declaration): Set DECL_CONTEXT for TYPE_DECLs.
3815
3816 * search.c (assert_canonical_unmarked): Fix typo in prototype.
3817
3818 * search.c (dfs_canonical_queue): New function.
3819 (dfs_assert_unmarked_p): Likewise.
3820 (assert_canonical_unmarked): Likewise.
3821 (access_in_type): Use it.
3822 (accessible_p): Likewise. Walk the whole tree when umarking.
3823
3824 * sig.c (build_signature_table_constructor): Use accessible_p
3825 instead of compute_access.
3826
3827 1999-03-09 Jason Merrill <jason@yorick.cygnus.com>
3828
3829 * call.c (add_builtin_candidates): Handle overloaded conversion ops.
3830
3831 1999-03-09 Mark Mitchell <mark@markmitchell.com>
3832
3833 * cp-tree.h (flag_access_control): Declare.
3834 (TREE_VIA_PPUBLIC): Document.
3835 (DECL_NONSTATIC_MEMBER_P): New macro.
3836 (enforce_access): Return an indication of whether or not access
3837 was permitted.
3838 (build_self_reference): Change prototype.
3839 (compute_access): Replace with ...
3840 (accessible_p): New function.
3841 (dfs_walk): Change prototype.
3842 (dfs_unmark): Likewise.
3843 (markedp): Likewise.
3844 * call.c (enforce_access): Use accessible_p.
3845 * class.c (build_self_reference): Insert the declaration into the
3846 list of members for this type, and make it public.
3847 * decl.c (xref_basetypes): Avoid ill-timed recursion.
3848 * init.c (build_offset_ref): Use lookup_member, not three separate
3849 name-lookups. Call enforce_access rather than checking for
3850 illegal accesses here.
3851 (resolve_offset_ref): Likewise.
3852 * lex.c (do_identifier): Likewise.
3853 * method.c (hack_identifier): Likewise.
3854 * parse.y (self_reference): Remove.
3855 (opt_component_decl_list): Don't use it.
3856 * parse.c: Regenerated.
3857 * pt.c (print_candidates): Generalize to handle lists of
3858 overloaded functions.
3859 (instantiate_class_template): Don't rely on TREE_VIA_PRIVATE; it's
3860 not set.
3861 (get_template_base): Use new calling convention for dfs_walk.
3862 * search.c: Include varray.h. Add prototypes.
3863 (dfs_walk): Accept a data pointer to pass to the work functions.
3864 All callers changed. All work functions changed.
3865 (breadth_first_search): Rename to bfs_walk, and make consistent
3866 with dfs_walk.
3867 (dfs_walk_real): New function.
3868 (canonical_binfo): New function.
3869 (context_for_name_lookup): Likewise.
3870 (shared_marked_p): Likewise.
3871 (shared_unmarked_p): Likewise.
3872 (lokup_field_queue_p): Likewise.
3873 (lookup_field_r): Generalize to handle both functions and fields.
3874 (lookup_field): Just call lookup_member.
3875 (lookup_fnfields): Likewise.
3876 (lookup_member): Move body of lookup_field here and generalize.
3877 (dfs_accessible_queue_p): Likewise.
3878 (dfs_accessible_p): Likewise.
3879 (dfs_access_in_type): Likewise.
3880 (access_in_type): Likewise.
3881 (compute_access): Remove, and replace with ...
3882 (accessible_p): New function.
3883 (vbase_types): Remove.
3884 (vbase_decl_ptr_intermediate): Likewise.
3885 (vbase_decl_ptr): Likewise.
3886 (vbase_init_result): Likewise.
3887 (closed_envelopes): Likewise.
3888 (bvtable): Likewise.
3889
3890 1999-03-09 Jason Merrill <jason@yorick.cygnus.com>
3891
3892 * call.c (add_function_candidate): Check for proper number of args
3893 before checking the validity of those args.
3894
3895 1999-03-06 Jason Merrill <jason@yorick.cygnus.com>
3896
3897 * cp-tree.h (struct lang_type): Add anon_union field.
3898 (ANON_UNION_TYPE_P): Use it instead of examining type.
3899 (SET_ANON_UNION_TYPE_P): New macro.
3900 * decl.c (check_tag_decl): Use it.
3901
3902 * search.c (compute_access): Handle non-type contexts earlier, and
3903 handle NULL_TREE.
3904
3905 * tree.c (build_exception_variant): Use copy_to_permanent.
3906
3907 * decl2.c (setup_initp): Give statics with no priority the default
3908 priority here.
3909 (do_dtors, do_ctors, finish_file): Remove special handling of
3910 non-prioritized statics.
3911
3912 1999-03-05 Mark Mitchell <mark@markmitchell.com>
3913
3914 * cp-tree.h (ANON_UNION_TYPE_P): Robustify.
3915 * decl.c (make_typename_type): Don't issue an error if an
3916 immediate lookup fails; it migt be resolved later.
3917 * friend.c (is_friend): Add comment.
3918 * search.c (breadth_first_search): Add POSTFN and DATA
3919 parameters. Tidy. All callers changed.
3920 (lookup_field_queue_p): New function.
3921 (lookup_field_r): Likewise.
3922 (lookup_field_post): Likewise.
3923 (lookup_field): Use them, via breadth_first_search, instead of
3924 duplicating logic.
3925 (compute_access): Robustify.
3926 (lookup_fnfield_info): New structure.
3927
3928 1999-03-05 Jason Merrill <jason@yorick.cygnus.com>
3929
3930 * pt.c (tsubst, case ARRAY_REF): Use tsubst_expr again.
3931
3932 1999-03-03 Jason Merrill <jason@yorick.cygnus.com>
3933
3934 * class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4
3935 cc happy.
3936
3937 * decl2.c (import_export_class): Also return if
3938 CLASSTYPE_INTERFACE_ONLY is set.
3939
3940 1999-03-03 Martin von Löwis <loewis@informatik.hu-berlin.de>
3941
3942 * decl.c (push_overloaded_decl): Only overwrite the old binding if
3943 there was one.
3944 * decl2.c (do_local_using_decl): Fix loop termination.
3945
3946 1999-03-02 Mark Mitchell <mark@markmitchell.com>
3947
3948 * cp-tree.h (determine_specialization): Don't declare.
3949 * pt.c (determine_specialization): Make it static. Eliminate
3950 complain parameter. Note that decl is always non-NULL now, and
3951 simplify accordingly.
3952
3953 * decl.c (maybe_push_to_top_level): Always call
3954 push_cp_function_context.
3955 (pop_from_top_level): Always call pop_cp_function_context.
3956
3957 1999-02-26 Nathan Sidwell <nathan@acm.org>
3958
3959 * typeck.c (complete_type_or_else): Add VALUE arg, for helpful
3960 diagnostics.
3961 * cp-tree.h (complete_type_or_else): Added VALUE parameter.
3962 * init.c (build_new_1): Extra arg to complete_type_or_else.
3963 (build_delete): Likewise.
3964 * typeck.c (require_complete_type): Likewise.
3965 (pointer_int_sum): Likewise.
3966 (pointer_diff): Likewise.
3967 (build_component_ref): Likewise.
3968
3969 * typeck2.c (incomplete_type_error): Always use cp_error.
3970 Show declaration of undefined type, if appropriate.
3971 Deal with UNKNOWN_TYPE nodes.
3972
3973 * typeck.c (require_complete_type): Use TYPE_SIZE as
3974 size_zero_node to mean incomplete type.
3975 (require_complete_type_in_void): New function.
3976 (build_compound_expr): Call complete_type_in_void for LHS.
3977 (build_c_cast): Call complete_type_in_void for void cast.
3978 * cvt.c (ocp_convert): Call complete_type_in_void for void cast.
3979 * decl.c (cplus_expand_expr_stmt): Void expression checks moved to
3980 require_complete_type_in_void. Call it.
3981 * cp-tree.h (require_complete_type_in_void): Prototype new function.
3982
3983 * typeck.c (convert_arguments): Use alternative format for
3984 function decls. Don't require_complete_type here. Simplify
3985 diagnostic printing.
3986 (convert_for_initialization): Don't require_complete_type on RHS yet.
3987 * call.c (convert_arg_to_ellipsis): Call require_complete_type.
3988
3989 * call.c (build_over_call): Cope with qualified void return type.
3990 * semantics.c (finish_call_expr): Likewise.
3991 * typeck.c (build_function_call_real): Likewise.
3992 (c_expand_return): Likewise.
3993 * decl2.c (reparse_absdcl_as_expr): Cope with qualified void type.
3994
3995 * call.c (print_z_candidates): Use alternate print format, to be
3996 consistent with (pt.c) print_candidates.
3997 * method.c (hack_identifier): List candidate members.
3998 * search.c (lookup_field): Build ambiguous list, and show it, if
3999 ambiguous.
4000
4001 1999-02-26 Mark Mitchell <mark@markmitchell.com>
4002
4003 * typeck.c (decay_conversion): Don't confuse constant array
4004 variables with their initializers.
4005
4006 * decl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIATED when
4007 merging decls.
4008 * pt.c (regenerate_decl_from_template): Tweak for clarity.
4009 (instantiate_decl): Mark a decl instantiated before regenerating
4010 it to avoid recursion.
4011 * tree.c (mapcar): Don't call decl_constant_value unless we know
4012 something is TREE_READONLY_DECL_P.
4013
4014 * class.c (check_for_override): Don't stop checking when we find
4015 the first overridden function. Delete #if 0'd code.
4016 * search.c (get_matching_virtual): Likewise.
4017
4018 1999-02-25 Richard Henderson <rth@cygnus.com>
4019
4020 * lang-specs.h: Define __FAST_MATH__ when appropriate.
4021
4022 1999-02-24 Mike Stump <mrs@wrs.com>
4023
4024 * typeck.c (convert_for_assignment): Allow boolean integral constant
4025 expressions to convert to null pointer.
4026
4027 1999-02-24 Martin von Loewis <loewis@informatik.hu-berlin.de>
4028
4029 * decl.c (lookup_namespace_name): Resolve namespace aliases.
4030
4031 * class.c (push_nested_class): Allow namespaces.
4032
4033 * decl2.c (set_decl_namespace): Add friendp parameter.
4034 * decl.c (grokfndecl): Pass it.
4035 (grokvardecl): Likewise.
4036 * cp-tree.h: Change declaration.
4037
4038 1999-02-24 Jason Merrill <jason@yorick.cygnus.com>
4039
4040 * pt.c (tsubst): Allow an array of explicit size zero.
4041
4042 1999-02-23 Jason Merrill <jason@yorick.cygnus.com>
4043
4044 * errfn.c: Change varargs code to look like toplev.c.
4045
4046 * method.c (process_modifiers): Don't prepend 'U' for char or
4047 wchar_t.
4048
4049 1999-02-20 Craig Burley <craig@jcb-sc.com>
4050
4051 * Make-lang.in (cplib2.ready): Don't consider updating
4052 cplib2 stuff if the current directory isn't writable, as
4053 it won't work (such as during a `make install').
4054
4055 Sun Feb 21 20:38:00 1999 H.J. Lu (hjl@gnu.org)
4056
4057 * decl2.c (start_objects): Make file scope constructors and
4058 destructors local to the file if ASM_OUTPUT_CONSTRUCTOR and
4059 ASM_OUTPUT_DESTRUCTOR are defined.
4060
4061 1999-02-19 Mark Mitchell <mark@markmitchell.com>
4062
4063 * cp-tree.h (CLASSTYPE_METHOD_VEC): Adjust comment.
4064 (fn_type_unification): Adjust prototype.
4065 (lookup_fnfields_1): Declare.
4066 * call.c (add_template_candidate_real): Adjust call to
4067 fn_type_unification.
4068 * class.c (add_method): Don't allow duplicate declarations of
4069 constructors or destructors.
4070 (resolve_address_of_overloaded_function): Remove unused variable.
4071 Adjust call to fn_type_unification.
4072 * decl.c (grokfndecl): Be more robust in the face of illegal
4073 specializations.
4074 * decl2.c (check_classfn): Remove hokey handling of member
4075 templates.
4076 * pt.c (determine_specialization): Improve comments. Adjust to
4077 handle template argument deduction as per the standard.
4078 (check_explicit_specialization): Fix comment spacing. Handle
4079 type-conversion operators correctly. Improve error-recovery.
4080 (fn_type_unification): Remove EXTRA_FN_ARG parameter.
4081 (get_bindings_real): Simplify handling of static members.
4082 * search.c (lookup_fnfields_1): Make it have external linkage.
4083 * typeck.c (compparms): Fix comment.
4084 (build_unary_op): Don't try to figure out which template
4085 specialization is being referred to when when the address-of
4086 operator is used with a template function.
4087
4088 Thu Feb 18 23:40:01 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4089
4090 * cp-tree.h (lvalue_or_else): Qualify a char* with the `const'
4091 keyword to match an analogous change at the top level.
4092
4093 * tree.c (lvalue_or_else): Likewise.
4094
4095 1999-02-17 Mark Mitchell <mark@markmitchell.com>
4096
4097 * decl.c (xref_basetypes): Comment.
4098 * pt.c (instantiate_class_template): Use xref_basetypes.
4099
4100 1999-02-16 Mark Mitchell <mark@markmitchell.com>
4101
4102 * cp-tree.h (tsubst): Change prototype.
4103 (tsubst_expr): Likewise.
4104 (tsubst_copy): Likewise.
4105 (type_unification): Remove prototype.
4106 * call.c (convert_default_arg): Adjust call to tsubst_expr.
4107 * class.c (resolve_address_of_overloaded_function): Just use
4108 fn_type_unification.
4109 * decl.c (grokdeclarator): Adjust call to tsubst.
4110 * method.c (build_template_parm_names): Likewise.
4111 * pt.c (GTB_VIA_VIRTUAL): New macro.
4112 (GTB_IGNORE_TYPE): Likewise.
4113 (resolve_overloaded_unification): Add `complain' parameter.
4114 (try_one_overload): Likewise.
4115 (tsubst_template_arg_vector): Likewise.
4116 (tsubst_template_parms): Likewise.
4117 (tsubst_aggr_type): Likewise.
4118 (tsubst_arg_types): Likewise.
4119 (tsubst_call_declarator_parms): Likewise.
4120 (unify): Remove explicit_mask.
4121 (type_unification_real): Likewise.
4122 (get_template_base_recursive): Likewise.
4123 (coerce_template_template_parms): Provide prototype.
4124 (tsubst_function_type): Likewise.
4125 (try_class_unification): New function.
4126 All callers changed to use new complain parameter.
4127 (get_template_base): Use try_class_unification.
4128 (unify): Adjust handling of classes derived from template types.
4129 (fn_type_unification): Substitute explicit arguments before
4130 unification.
4131
4132 1999-02-16 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
4133
4134 * decl.c (pushdecl): Remove dead code.
4135
4136 1999-02-16 Jason Merrill <jason@yorick.cygnus.com>
4137
4138 * decl2.c (finish_objects): Fix code I missed in previous change.
4139
4140 1999-02-13 Jason Merrill <jason@yorick.cygnus.com>
4141
4142 * decl.c (grokfndecl): Return NULL_TREE instead of error_mark_node.
4143 (grokdeclarator): Don't expect error_mark_node from grokfndecl.
4144
4145 * pt.c (maybe_process_partial_specialization): Complain about
4146 'template <>' on non-specialization.
4147
4148 1999-02-10 Jason Merrill <jason@yorick.cygnus.com>
4149
4150 * decl.c (grokdeclarator): Catch wierd declarators.
4151 * decl2.c (finish_file): Don't abort because of namespace parsing
4152 failure.
4153 (check_decl_namespace): Remove.
4154
4155 1999-02-09 Mark Mitchell <mark@markmitchell.com>
4156
4157 * cp-tree.h (get_template_base): Don't declare.
4158 (dfs_walk): Declare.
4159 (dfs_unmark): Likewise.
4160 (markedp): Likewise.
4161 * pt.c (unify): Remove duplicate declaration. Pass tparms and
4162 targs to get_template_base.
4163 (get_template_base_recursive): Move here from search.c. Check to
4164 see that the base found can be instantiated to form the desired
4165 type.
4166 (get_template_base): Likewise.
4167 (get_class_bindings): Simplify.
4168 * search.c (get_template_base_recursive): Move to pt.c.
4169 (get_template_base): Likewise.
4170 (markedp): Make it global.
4171 (dfs_walk): Likewise.
4172 (dfs_unmark): Likewise.
4173
4174 1999-02-07 Jason Merrill <jason@yorick.cygnus.com>
4175
4176 * pt.c (maybe_process_partial_specialization): Complain about
4177 specialization in wrong namespace.
4178 * tree.c (decl_namespace_context): New fn.
4179
4180 1999-02-06 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
4181
4182 * decl2.c (arg_assoc_type): Handle TEMPLATE_TEMPLATE_PARM.
4183 * pt.c (coerce_template_template_parms): Handle nested
4184 template template parameters.
4185
4186 Sat Feb 6 18:08:40 1999 Jeffrey A Law (law@cygnus.com)
4187
4188 * typeck2.c: Update email addresses.
4189
4190 1999-02-04 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
4191
4192 * pt.c (unify): Call coerce_template_parms with the COMPLAIN flag
4193 turned off.
4194
4195 1999-02-04 Jason Merrill <jason@yorick.cygnus.com>
4196
4197 * lex.c (retrofit_lang_decl): Split out...
4198 (build_lang_decl): From here.
4199 * decl.c (pushdecl): Call it for functions generated by the middle
4200 end that don't have DECL_LANG_SPECIFIC.
4201 * cp-tree.h: Declare it.
4202
4203 * decl2.c: Remove flag_init_priority. Always enable initp stuff.
4204 (start_objects, finish_objects): Only use special
4205 init_priority code if the user specified a priority.
4206 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
4207 objects.
4208
4209 Wed Feb 3 22:50:17 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
4210
4211 * Make-lang.in (GXX_OBJS): Remove choose-temp.o, pexecute.o and
4212 mkstemp.o. Get them from libiberty now.
4213 (DEMANGLER_PROG): Simlarly, remove getopt.o getopt1.o.
4214
4215 Tue Feb 2 22:38:48 1999 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4216
4217 * decl2.c (lang_decode_option): Use read_integral_parameter.
4218
4219 1999-02-01 Mark Mitchell <mark@markmitchell.com>
4220
4221 * pt.c (tsubst, case TYPENAME_TYPE): Check TYPE_BEING_DEFINED
4222 before calling complete_type_or_else.
4223
4224 Mon Feb 1 09:49:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4225
4226 * input.c (inline): Don't define, its handled by system.h.
4227
4228 Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
4229
4230 * decl2.c: Don't define flag_no_ident here. Don't process
4231 -f(no-)ident here.
4232 * cp-tree.h: Don't declare flag_no_ident here.
4233 * lang-specs.h: Map -Qn to -fno-ident.
4234
4235 1999-01-28 Jason Merrill <jason@yorick.cygnus.com>
4236
4237 * cp-tree.h (struct tree_binding): Replace scope field with a union.
4238 (BINDING_SCOPE): Adjust.
4239 * decl.c (BINDING_LEVEL): Adjust.
4240
4241 1999-01-26 Jason Merrill <jason@yorick.cygnus.com>
4242
4243 * pt.c (instantiate_class_template): Set up the DECL_INITIAL of
4244 member constants.
4245
4246 * init.c (expand_member_init): Pull out TYPE_MAIN_VARIANT in
4247 a ctor initializer.
4248
4249 * tree.c (equal_functions): Fix name in prototype.
4250
4251 * decl.c (push_local_binding): Add FLAGS argument.
4252 (pushdecl, push_overloaded_decl): Pass it.
4253 * decl2.c (do_local_using_decl): Likewise.
4254 * cp-tree.h: Adjust prototype.
4255 * decl.c (poplevel): Fix logic.
4256
4257 * decl.c (push_local_binding): Also wrap used decls in a TREE_LIST.
4258 (poplevel): Handle that. Fix logic for removing TREE_LISTs.
4259 (cat_namespace_levels): Don't loop forever.
4260
4261 1999-01-25 Richard Henderson <rth@cygnus.com>
4262
4263 * typeck.c (build_reinterpret_cast): Fix typo in duplicated test.
4264
4265 1999-01-25 Jason Merrill <jason@yorick.cygnus.com>
4266
4267 * class.c (resolve_address_of_overloaded_function): Mark the
4268 chosen function used.
4269
4270 * call.c (build_call): Make sure that a function coming in has
4271 been marked used already.
4272 * decl.c (expand_static_init): Call mark_used instead of
4273 assemble_external.
4274 * except.c (call_eh_info, do_pop_exception, expand_end_eh_spec,
4275 alloc_eh_object, expand_throw): Likewise.
4276 * init.c (build_builtin_delete_call): Likewise.
4277 * rtti.c (call_void_fn, get_tinfo_fn, build_dynamic_cast_1,
4278 expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
4279 expand_generic_desc): Likewise.
4280
4281 1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
4282
4283 * tree.c (equal_functions): New function.
4284 (ovl_member): Call it.
4285
4286 1999-01-24 Jason Merrill <jason@yorick.cygnus.com>
4287
4288 * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.
4289
4290 1999-01-25 Martin von Loewis <loewis@informatik.hu-berlin.de>
4291
4292 * decl.c (decls_match): Return 1 if old and new are identical.
4293 (push_overloaded_decl): Set OVL_USED when PUSH_USING.
4294
4295 1999-01-24 Jason Merrill <jason@yorick.cygnus.com>
4296
4297 * decl.c (start_function): Make member functions one_only on windows.
4298 * decl2.c (import_export_decl): Likewise.
4299
4300 * decl.c (grokdeclarator): Don't complain about implicit int in
4301 a system header. Change same-name field check to not complain in
4302 a system header instead of within extern "C".
4303
4304 1999-01-21 Mark Mitchell <mark@markmitchell.com>
4305
4306 * cp-tree.h (PUSH_GLOBAL): New macro.
4307 (PUSH_LOCAL): Likewise.
4308 (PUSH_USING): Likewise.
4309 (namespace_bindings_p): Declare.
4310 (push_overloaded_decl): Likewise.
4311 * decl.c (push_overloaded_decl): Don't make it static. Check for
4312 illegal declarations after using declarations here.
4313 (namespace_bindings_p): Likewise.
4314 (duplicate_decls): Don't consider declarations from different
4315 namespaces to be the same.
4316 (pushdecl): Use symbolic PUSH_ constants in calls to
4317 push_overloaded_decl.
4318 (push_overloaded_decl_1): Likewise.
4319 * decl2.c (validate_nonmember_using_decl): Tweak `std' handling.
4320 (do_nonmember_using_decl): Check for illegal using declarations
4321 after ordinary declarations here.
4322 (do_local_using_decl): Call pushdecl to insert declarations.
4323
4324 1999-01-21 Jason Merrill <jason@yorick.cygnus.com>
4325
4326 * decl.c (grokdeclarator): Fix lang_c -> lang_name_c typo.
4327
4328 1999-01-21 Mark Mitchell <mark@markmitchell.com>
4329
4330 * tree.c (build_cplus_array_type_1): Don't call build_array_type
4331 for types involving template parameters.
4332
4333 * cp-tree.h (PARM_DECL_EXPR): Delete.
4334 (convert_default_arg): Change prototype.
4335 (check_default_argument): Declare.
4336 (search_tree): Likewise.
4337 * call.c (convert_default_arg): Take the function to which the
4338 default argument belongs as a parameter, and do any necessary
4339 instantiation here, instead of ...
4340 (build_over_call): Here.
4341 * decl.c (local_variable_p): New function.
4342 (check_default_argument): Likewise, split out and tidied from ...
4343 (grokparms): Here.
4344 * error.c (dump_expr): Don't set PARM_DECL_EXPR.
4345 * pt.c (tsubst_call_declarator_parms): New function.
4346 (for_each_template_parm): Handle ARRAY_REFs. Do the obvious thing
4347 with CALL_EXPRs, rather than trying to be clever.
4348 (tsubst): Use tsubst_call_declarator_parms.
4349 * tree.c (search_tree): Don't make it static.
4350 * typeck.c (convert_arguments): Use new interface to
4351 convert_default_arg.
4352
4353 1999-01-20 Mark Mitchell <mark@markmitchell.com>
4354
4355 * error.c (dump_function_decl): Don't print the argument types for
4356 a function when the verbosity level is negative.
4357
4358 * call.c (build_over_call): Check format attributes at call-time.
4359
4360 * pt.c (tsubst_copy): Fix comment.
4361 (unify): Don't allow unification with variable-sized arrays.
4362
4363 * semantics.c (finish_stmt_expr): When processing a template make
4364 the BIND_EXPR long-lived.
4365
4366 1999-01-19 Jason Merrill <jason@yorick.cygnus.com>
4367
4368 * decl2.c (finish_vtable_vardecl): Make vtables comdat here.
4369 (import_export_vtable): Not here.
4370
4371 1999-01-18 Jason Merrill <jason@yorick.cygnus.com>
4372
4373 * typeck.c (build_component_ref): Wrap an OVERLOAD around a unique
4374 non-static member function.
4375
4376 1999-01-18 Nathan Sidwell <nathan@acm.org>
4377
4378 * class.c (instantiate_type): Only diagnose illegal address of member
4379 function if complaining.
4380
4381 * decl.c (lookup_name_real): Remove duplicate code.
4382
4383 1999-01-18 Jason Merrill <jason@yorick.cygnus.com>
4384
4385 * tree.c (copy_template_template_parm): Use permanent_obstack.
4386
4387 1999-01-18 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
4388
4389 * pt.c (unify): Remove restrictions on deduction of argument
4390 of template template parameters.
4391
4392 1999-01-18 Nathan Sidwell <nathan@acm.org>
4393
4394 * rtti.c (build_dynamic_cast_1): Resolve OFFSET_REF exprs.
4395
4396 * class.c (resolve_address_of_overloaded_function): Show list of
4397 all candidates, when none of them match.
4398
4399 1999-01-18 Chip Salzenberg <chip@perlsupport.com>
4400
4401 * typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tighten up
4402 definition of 'casting away const' in reinterpret_cast<>.
4403
4404 1999-01-18 Graham <grahams@rcp.co.uk>
4405
4406 * cvt.c: Add include for decl.h, remove extern for
4407 static_aggregates which is now provided by decl.h.
4408
4409 * Makefile.in (cvt.o): Add dependency for decl.h and missing
4410 dependencies for convert.h and flags.h.
4411
4412 1999-01-18 Nathan Sidwell <nathan@acm.org>
4413
4414 * decl2.c (do_dtors): Set current location to that of the
4415 decl, for sensible diagnostics and debugging.
4416 (check_classfn): Issue `incomplete type' error, if
4417 class is not defined.
4418
4419 1999-01-16 Jason Merrill <jason@yorick.cygnus.com>
4420
4421 * cp-tree.h: Add prototype for bound_pmf_p.
4422
4423 1999-01-16 Jason Merrill <jason@yorick.cygnus.com>
4424 Manfred Hollstein <manfred@s-direktnet.de>
4425
4426 * decl.c (grokdeclarator): Don't make 'main(){}' an error with only
4427 -Wreturn-type.
4428
4429 1999-01-16 Nathan Sidwell <nathan@acm.org>
4430
4431 * cp-tree.h (struct lang_type): Added has_mutable flag.
4432 (CLASSTYPE_HAS_MUTABLE): New macro to access it.
4433 (TYPE_HAS_MUTABLE_P): New macro to read it.
4434 (cp_has_mutable_p): Prototype for new function.
4435 * class.c (finish_struct_1): Set has_mutable from members.
4436 * decl.c (cp_finish_decl): Clear decl's TREE_READONLY flag, if
4437 it contains a mutable.
4438 * typeck.c (cp_has_mutable_p): New function.
4439
4440 1999-01-15 Mark Mitchell <mark@markmitchell.com>
4441
4442 * pt.c (process_template_parm): Ignore top-level qualifiers on
4443 non-type parameters.
4444
4445 * decl.c (start_function): Use current_function_parms in the call
4446 to require_complete_type_for_parms, not the probably empty
4447 DECL_ARGUMENTS.
4448
4449 1999-01-14 Jason Merrill <jason@yorick.cygnus.com>
4450
4451 * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.
4452
4453 * decl2.c (import_export_class): MULTIPLE_SYMBOL_SPACES only means
4454 that we don't suppress the other copies.
4455 * lex.c (handle_cp_pragma): Likewise.
4456
4457 1999-01-13 Mark Mitchell <mark@markmitchell.com>
4458
4459 * decl.c (grokdeclarator): Undo 1998-12-14 change.
4460 * tree.c (build_cplus_array_type_1): Likewise.
4461 * pt.c (instantiate_class_template): Remove misleading comment.
4462 (tsubst_aggr_type): Substitute if there are template parameters,
4463 regardless of whether or not they use template arguments.
4464 (unify): Likewise, but for unification.
4465
4466 1999-01-12 Richard Henderson <rth@cygnus.com>
4467
4468 * cp-tree.h (flag_permissive): Declare extern.
4469
4470 1999-01-06 Mark Mitchell <mark@markmitchell.com>
4471
4472 * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT
4473 here.
4474 (lang_type): Add is_partial_instantiation. Decrease width of
4475 dummy.
4476 (PARTIAL_INSTANTIATION_P): New macro.
4477 (OPERATOR_TYPENAME_P): Remove.
4478 * decl.c (unary_op_p): Use IDENTIFIER_TYPENAME_P, not
4479 OPERATOR_TYPENAME_P.
4480 (grok_op_properties): Likewise.
4481 * friend.c (do_friend): Handle friends that are member functions
4482 correctly.
4483 * lex.c (init_parse): Use OPERATOR_TYPENAME_FORMAT.
4484 * pt.c (instantiate_class_template): Rework for clarity. Avoid
4485 leaving TYPE_BEING_DEFINED set in obscure cases. Don't do
4486 any more partial instantiation than is absolutely necessary for
4487 implicit typename. Set PARTIAL_INSTANTIATION_P.
4488 (tsubst_decl): Use IDENTIFIER_TYPENAME_P.
4489 * semantics.c (begin_class_definition): Handle partial
4490 specializations of a type that was previously partially
4491 instantiated.
4492
4493 Wed Jan 6 03:18:53 1999 Mark Elbrecht <snowball3@usa.net.
4494
4495 * g++spec.c (LIBSTDCXX): Provide default definition.
4496 (lang_specific_driver): Use LIBSTDCXX instead of "-lstdc++".
4497
4498 Tue Jan 5 22:11:25 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4499
4500 * Make-lang.in (g++.o): Depend on prefix.h.
4501
4502 1999-01-04 Jason Merrill <jason@yorick.cygnus.com>
4503
4504 * tree.c (bound_pmf_p): New fn.
4505 * typeck.c (build_c_cast): Use it.
4506
4507 * decl.c (grok_op_properties): Use same_type_p.
4508
4509 Tue Dec 22 15:09:25 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4510
4511 * Makefile.in (cvt.o): Depend on toplev.h.
4512
4513 * cp-tree.h (check_template_shadow, pod_type_p): Add prototypes.
4514
4515 * cvt.c: Include toplev.h.
4516
4517 * except.c (get_eh_caught, get_eh_handlers): Hide prototypes and
4518 definitions.
4519
4520 * init.c (expand_vec_init): Initialize variable `itype'.
4521
4522 * lex.c (yyerror): Cast the argument passed to a ctype function to
4523 an unsigned char.
4524
4525 * method.c (build_mangled_C9x_name): Wrap prototype and definition
4526 in "HOST_BITS_PER_WIDE_INT >= 64".
4527
4528 * typeck.c (build_binary_op): Mark parameter `convert_p' with
4529 ATTRIBUTE_UNUSED.
4530
4531 1998-12-22 Mark Mitchell <mark@markmitchell.com>
4532
4533 * cp-tree.h (TYPE_RAISES_EXCEPTIONS): Improve documentation.
4534 * tree.c (build_exception_variant): Don't crash on empty throw
4535 specs.
4536
4537 1998-12-18 DJ Delorie <dj@cygnus.com>
4538
4539 * cvt.c (convert_to_reference): Check for both error_mark_node
4540 and NULL_NODE after call to convert_for_initialization.
4541
4542 1998-12-17 Jason Merrill <jason@yorick.cygnus.com>
4543
4544 * error.c (interesting_scope_p): New fn.
4545 (dump_simple_decl): Use it.
4546 (dump_expr, case CONSTRUCTOR): Force a & for a PMF.
4547 (dump_expr, case OFFSET_REF): Print ->* if appropriate.
4548
4549 1998-12-16 Mark Mitchell <mark@markmitchell.com>
4550
4551 * class.c (resolve_address_of_overloaded_function): Do conversion
4552 to correct type here, rather than ...
4553 (instantiate_type): Here.
4554
4555 * cp-tree.h (DECL_TEMPLATE_PARM_P): New macro.
4556 (DECL_TEMPLATE_TEMPLATE_PARM_P): Use it.
4557 (decl_template_parm_p): Remove.
4558 * decl.c (pushdecl): Don't set DECL_CONTEXT for a template
4559 parameter.
4560 * lex.c (do_identifier): Use DECL_TEMPLATE_PARM_P.
4561 * pt.c (push_inline_template_parms_recursive): Set it.
4562 (decl_template_parm_p): Remove.
4563 (check_template_shadow): Use DECL_TEMPLATE_PARM_P.
4564 (process_template_parm): Set it.
4565
4566 Wed Dec 16 16:33:58 1998 Dave Brolley <brolley@cygnus.com>
4567
4568 * lang-specs.h (default_compilers): Pass -MD, -MMD and -MG to cc1plus
4569 if configured with cpplib.
4570
4571 1998-12-15 Mark Mitchell <mark@markmitchell.com>
4572
4573 * decl.c (poplevel): Make sure ns_binding is initialized.
4574
4575 * decl.c (finish_function): Undo inadvertent change in previous
4576 patch.
4577
4578 1998-12-14 Mark Mitchell <mark@markmitchell.com>
4579
4580 * class.c (pushclass): Tweak handling of class-level bindings.
4581 (resolve_address_of_overloaded_function): Update pointer-to-member
4582 handling.
4583 (instantiate_type): Likewise.
4584 * cvt.c (cp_convert_to_pointer): Likewise.
4585 * decl.c (pop_binding): Take the DECL to pop, not just the name.
4586 Deal with `struct stat' hack.
4587 (binding_level): Add to documentation.
4588 (push_binding): Clear BINDING_TYPE.
4589 (add_binding): New function.
4590 (push_local_binding): Use it.
4591 (push_class_binding): Likewise.
4592 (poplevel): Adjust calls to pop_binding.
4593 (poplevel_class): Likewise.
4594 (pushdecl): Adjust handling of TYPE_DECLs; add bindings for hidden
4595 declarations to current binding level.
4596 (push_class_level_binding): Likewise.
4597 (push_overloaded_decl): Adjust handling of OVERLOADs in local
4598 bindings.
4599 (lookup_namespace_name): Don't crash when confronted with a
4600 TEMPLATE_DECL.
4601 (lookup_name_real): Do `struct stat' hack in local binding
4602 contexts.
4603 (build_ptrmemfunc_type): Adjust documentation.
4604 (grokdeclarator): Don't avoid building real array types when
4605 processing templates unless really necessary.
4606 (finish_method): Adjust calls to pop_binding.
4607 * decl2.c (reparse_absdcl_as_expr): Recursively call ourselves,
4608 not reparse_decl_as_expr.
4609 (build_expr_from_tree): Deal with a template-id as the function to
4610 call in a METHOD_CALL_EXPR.
4611 * pt.c (convert_nontype_argument): Tweak pointer-to-member handling.
4612 (maybe_adjust_types_For_deduction): Don't do peculiar things with
4613 METHOD_TYPEs here.
4614 (resolve_overloaded_unification): Handle COMPONENT_REFs. Build
4615 pointer-to-member types where necessary.
4616 * tree.c (build_cplus_array_type_1): Don't avoid building real
4617 array types when processing templates unless really necessary.
4618 (build_exception_variant): Compare the exception lists correctly.
4619
4620 1998-12-13 Mark Mitchell <mark@markmitchell.com>
4621
4622 * cp-tree.def (CPLUS_BINDING): Update documentation.
4623 * cp-tree.h (LOCAL_BINDING_P): New macro.
4624 (lang_identifier): Rename local_value to bindings.
4625 (tree_binding): Make `scope' of type `void*', not `tree'.
4626 (BINDING_SCOPE): Update documentation.
4627 (IDENTIFIER_LOCAL_VALUE): Remove.
4628 (IDENTIFIER_CLASS_VALUE): Document.
4629 (IDENTIFIER_BINDING): New macro.
4630 (IDENTIFIER_VALUE): Likewise.
4631 (TIME_IDENTIFIER_TIME): Likewise.
4632 (TIME_IDENTIFIER_FILEINFO): Likewise.
4633 (IMPLICIT_TYPENAME_P): Likewise.
4634 (set_identifier_local_value): Remove.
4635 (push_local_binding): New function.
4636 (push_class_binding): Likewise.
4637 * class.c (pushclass): Update comments; use push_class_binding.
4638 * decl.c (set_identifier_local_value_with_scope): Remove.
4639 (set_identifier_local_value): Likewise.
4640 (push_binding): New function.
4641 (pop_binding): Likewise.
4642 (binding_level): Update documentation. Remove shadowed.
4643 (BINDING_LEVEL): New macro.
4644 (free_binding_nodes): New variable.
4645 (poplevel): Adjust for new name-lookup scheme. Don't mess up
4646 BLOCK_VARs when doing for-scope extension. Remove effectively
4647 dead code.
4648 (pushlevel_class): Tweak formatting.
4649 (poplevel_class): Adjust for new name-lookup scheme.
4650 (print_binding_level): Likewise.
4651 (store_bindings): Likewise.
4652 (pushdecl): Likewise.
4653 (pushdecl_class_level): Likewise.
4654 (push_class_level_binding): Likewise.
4655 (push_overloaded_decl): Update comments. Adjust for new
4656 name-lookup scheme.
4657 (lookup_name_real): Likewise.
4658 (lookup_name_current_level): Likewise.
4659 (cp_finish_decl): Likewise.
4660 (require_complete_types_for_parms): Likewise. Remove misleading
4661 #if 0'd code.
4662 (grok_parms): Likewise. Don't call
4663 require_complete_types_for_parms here.
4664 (grok_ctor_properties): Don't treat templates as copy
4665 constructors.
4666 (grop_op_properties): Or as assignment operators.
4667 (start_function): Document. Adjust for new name-lookup scheme.
4668 (finish_function): Likewise.
4669 * decl2.c (do_local_using_decl): Use push_local_binding.
4670 * lex.c (begin_definition_of_inclass_inline): New function, split
4671 out from ...
4672 (do_pending_inlines): Here, and ...
4673 (process_next_inline): Here.
4674 (get_time_identifier): Use TIME_IDENTIFIER_* macros.
4675 (init_filename_times): Likewise.
4676 (extract_interface_info): Likewise.
4677 (ste_typedecl_interface_info): Likewise.
4678 (check_newline): Likewise.
4679 (dump_time_statistics): Likewise.
4680 (handle_cp_pragma): Likewise.
4681 (do_identifier): Adjust for new name-lookup scheme.
4682 * parse.y (function_try_block): Return ctor_initializer_opt value.
4683 (fndef): Use it.
4684 (fn.defpen): Pass appropriate values to start_function.
4685 (pending_inline): Use functor_try_block value, and pass
4686 appropriate values to finish_function.
4687 * pt.c (is_member_template): Update documentation; remove handling
4688 of FUNCTION_DECLs. As per name, this function should deal only in
4689 TEMPLATE_DECLs.
4690 (decl_template_parm_p): Change name of olddecl parameter to decl.
4691 (check_template_shadow): Adjust for new name-lookup scheme.
4692 (lookup_template_class): Likewise.
4693 (tsubst_decl): Tweak so as not to confuse member templates with
4694 copy constructors and assignment operators.
4695 (unify): Handle UNION_TYPEs.
4696 * ptree.c (print_lang_identifier): Adjust for new name-lookup scheme.
4697 (lang_print_xnode): Adjust for new name-lookup scheme.
4698 * typeck.c (mark_addressable): Likewise.
4699 (c_expand_return): Likewise.
4700
4701 1998-12-08 Jason Merrill <jason@yorick.cygnus.com>
4702
4703 * decl.c (grokdeclarator): Allow field with same name as class
4704 in extern "C".
4705
4706 * decl.c (lookup_name_real): Don't limit field lookup to types.
4707 * class.c (check_member_decl_is_same_in_complete_scope): No error
4708 if icv and x are the same.
4709 * lex.c (do_identifier): Tweak error message.
4710
4711 1998-12-10 Mark Mitchell <mark@markmitchell.com>
4712
4713 * decl.c (start_enum): Use push_obstacks, not
4714 end_temporary_allocation.
4715 (finish_enum): Call pop_obstacks.
4716
4717 1998-12-10 Mark Mitchell <mark@markmitchell.com>
4718
4719 * class.c (instantiate_type): Return error_mark_node rather than
4720 junk.
4721
4722 1998-12-09 Mark Mitchell <mark@markmitchell.com>
4723
4724 * cp-tree.h (most_specialized_instantiation): New function.
4725 (print_candidates): Likewise.
4726 * class.c (validate_lhs): Remove.
4727 (resolve_address_of_overloaded_function): New function, split out
4728 and then substantially reworked, from ...
4729 (instantiate_type): Use it. Simplify.
4730 * cvt.c (convert_to_reference): Complain when caller has indicated
4731 that's the right thing to do. Don't crash if instantiate_type
4732 fails.
4733 * pt.c: Substitute `parameters' for `paramters' throughout.
4734 (print_candidates): Don't make it static.
4735 (most_specialized_instantiation): Split out from ...
4736 (most_specialized): Here.
4737
4738 Wed Dec 9 15:33:01 1998 Dave Brolley <brolley@cygnus.com>
4739
4740 * lex.c (lang_init_options): Initialize cpplib.
4741 * decl2.c (parse_options,cpp_initialized): Removed.
4742 (lang_decode_option): Move initialization of cpplib to
4743 lang_init_options.
4744
4745 1998-12-09 Mark Mitchell <mark@markmitchell.com>
4746
4747 * decl.c (grokdeclarator): Update the name of the TEMPLATE_DECL, as
4748 well as the TYPE_DECL, when a typedef name is assigned to a
4749 previously anonymous type.
4750
4751 1998-12-08 Andrew MacLeod <amacleod@cygnus.com>
4752
4753 * cp/except.c (call_eh_info): Use __start_cp_handler instead of
4754 __cp_eh_info for getting the eh info pointer. Add table_index to
4755 field list.
4756 (push_eh_cleanup): Don't increment 'handlers' data field.
4757 (process_start_catch_block): Don't set the 'caught' field.
4758
4759 * cp/exception.cc (CP_EH_INFO): New macro for getting the
4760 exception info pointer within library routines.
4761 (__cp_eh_info): Use CP_EH_INFO.
4762 (__start_cp_handler): Get exception info pointer, set caught field,
4763 and increment the handlers field. Avoids this being done by handlers.
4764 (__uncatch_exception, __check_eh_spec): Use CP_EH_INFO macro.
4765 (uncaught_exception): Use CP_EH_INFO macro.
4766
4767 Tue Dec 8 10:48:21 1998 Jeffrey A Law (law@cygnus.com)
4768
4769 * Make-lang.in (cxxmain.o): Depend on $(DEMANGLE_H), not demangle.h
4770
4771 Mon Dec 7 17:56:06 1998 Mike Stump <mrs@wrs.com>
4772
4773 * lex.c (check_newline): Add support for \ as `natural'
4774 characters in file names in #line to be consistent with #include
4775 handling. We support escape processing in the # 1 "..." version of
4776 the command. See also support in cp/lex.c.
4777
4778 1998-12-07 Zack Weinberg <zack@rabi.phys.columbia.edu>
4779
4780 * cp/decl2.c: s/data/opts/ when initializing cpp_reader
4781 structure.
4782
4783 1998-12-07 Jason Merrill <jason@yorick.cygnus.com>
4784
4785 * decl.c (build_typename_type): Set DECL_ARTIFICIAL.
4786
4787 * error.c (dump_simple_decl): Also print namespace context.
4788 (dump_function_decl): Likewise.
4789
4790 * decl2.c (ambiguous_decl): Don't print old value if it's
4791 error_mark_node.
4792
4793 * decl.c (lookup_name_real): Fix handling of local types shadowed
4794 by a non-type decl. Remove obsolete code.
4795 * cp-tree.h (DECL_FUNCTION_SCOPE_P): New macro.
4796
4797 * lang-options.h: Add -fpermissive.
4798 * decl2.c: Likewise.
4799 * cp-tree.h: Add flag_permissive.
4800 * decl.c (init_decl_processing): If neither -fpermissive or -pedantic
4801 were specified, set flag_pedantic_errors.
4802 * call.c (build_over_call): Turn dropped qualifier messages
4803 back into pedwarns.
4804 * cvt.c (convert_to_reference): Likewise.
4805 * typeck.c (convert_for_assignment): Likewise.
4806
4807 1998-12-05 Jason Merrill <jason@yorick.cygnus.com>
4808
4809 * decl2.c (coerce_new_type): Use same_type_p.
4810 (coerce_delete_type): Likewise.
4811
4812 * call.c (check_dtor_name): Return 1, not error_mark_node.
4813
4814 1998-12-04 Jason Merrill <jason@yorick.cygnus.com>
4815
4816 * lex.c (handle_cp_pragma): Disable #pragma interface/implementation
4817 if MULTIPLE_SYMBOL_SPACES.
4818
4819 * pt.c (check_template_shadow): New fn.
4820 * decl2.c (grokfield): Use it.
4821 * decl.c (pushdecl): Likewise.
4822 (pushdecl_class_level): Likewise.
4823 (start_method): Likewise.
4824 (xref_tag): Don't try to use 't' if we're defining.
4825
4826 * call.c (check_dtor_name): Just return an error_mark_node.
4827 * pt.c (lookup_template_class): Complain about using non-template here.
4828 * parse.y (apparent_template_type): Not here.
4829
4830 * pt.c (check_explicit_specialization): Complain about specialization
4831 with C linkage.
4832
4833 * lang-options.h: Add -f{no-,}implicit-inline-templates.
4834
4835 * pt.c (convert_nontype_argument): Don't assume that any integer
4836 argument is intended to be a constant-expression.
4837
4838 1998-12-03 Mark Mitchell <mark@markmitchell.com>
4839
4840 * class.c (handle_using_decl): Fix comment. Don't lookup
4841 constructors in base classes.
4842 (validate_lhs): Fix typo in comment.
4843 * search.c (lookup_field_1): Don't return a USING_DECL.
4844
4845 * cp-tree.h (DECL_ACCESS): Improve documentation.
4846
4847 * decl.c (expand_static_init): Don't set the initialization-done
4848 flag until the initialization is done.
4849
4850 1998-12-02 Mark Mitchell <mark@markmitchell.com>
4851
4852 * decl2.c (validate_nonmember_using_decl): Complain about using
4853 declarations for class members.
4854
4855 1998-11-29 Jason Merrill <jason@yorick.cygnus.com>
4856
4857 * typeck2.c (process_init_constructor): Use same_type_p.
4858
4859 * decl.c (check_tag_decl): Don't warn about null decl inside a
4860 class.
4861
4862 * pt.c (unify, case OFFSET_TYPE): Pass down 'strict' rather than
4863 UNIFY_ALLOW_NONE.
4864 (convert_nontype_argument): Use TYPE_PTRMEMFUNC_FN_TYPE.
4865 (resolve_overloaded_unification): Strip baselinks.
4866
4867 Fri Nov 27 13:07:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4868
4869 * g++spec.c: Don't prototype xmalloc.
4870
4871 1998-11-25 Jason Merrill <jason@yorick.cygnus.com>
4872
4873 * except.c (expand_throw): Use TYPE_PTR_P to check for pointers.
4874
4875 * decl.c (check_tag_decl): Do complain about null friend decl at
4876 file scope.
4877
4878 1998-11-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4879
4880 * lex.c (make_lang_type): Clear the whole struct lang_type, not
4881 only the first multiple of sizeof (int).
4882
4883 1998-11-24 Jason Merrill <jason@yorick.cygnus.com>
4884
4885 * decl.c (start_decl): An explicit specialization of a static data
4886 member is only a definition if it has an initializer.
4887
4888 * except.c (expand_throw): Use cp_finish_decl for the throw temp.
4889 * cvt.c (build_up_reference): Pass DIRECT_BIND down into
4890 cp_finish_decl.
4891 * init.c (expand_default_init): Check for DIRECT_BIND instead of
4892 DECL_ARTIFICIAL.
4893
4894 * call.c (build_over_call): Use build_decl.
4895
4896 * except.c (expand_throw): Just use convert, not
4897 build_reinterpret_cast.
4898
4899 * lex.c (handle_generic_pragma): Use token_buffer.
4900
4901 * decl.c (check_tag_decl): Don't complain about null friend decl.
4902
4903 1998-11-24 Dave Pitts <dpitts@cozx.com>
4904
4905 * Make-lang.in (DEMANGLER_PROG): Move the output arguments to the
4906 first position.
4907 * lex.c (check_newline): Use ISALPHA.
4908 (readescape): Use ISGRAPH.
4909 (yyerror): Use ISGRAPH.
4910
4911 1998-11-24 Nathan Sidwell <nathan@acm.org>
4912
4913 * search.c (get_abstract_virtuals): Do not use initial
4914 CLASSTYPE_ABSTRACT_VIRTUALS.
4915 * typeck2.c (abstract_virtuals_error): Show location of abstract
4916 declaration.
4917 * call.c (build_new_method_call): Use
4918 CLASSTYPE_ABSTRACT_VIRTUAL, rather than recalculate.
4919 * class.c (finish_struct_bits): Don't bother working out whether
4920 get_abstract_virtuals will do anything, just do it.
4921
4922 1998-11-24 Graham <grahams@rcp.co.uk>
4923
4924 * typeck.c (build_component_ref): Remove unused statement.
4925
4926 1998-11-24 Jason Merrill <jason@yorick.cygnus.com>
4927
4928 * class.c (add_method): Catch invalid overloads.
4929
4930 * class.c (add_method): Build up OVERLOADs properly for conversion ops.
4931 * search.c (lookup_conversions): Handle getting real OVERLOADs.
4932 (add_conversions): Likewise. Revert last change.
4933 * call.c (add_conv_candidate): Pass totype to add_candidate instead
4934 of fn. Don't add a new candidate if the last one was for the same
4935 type.
4936 (print_z_candidates): Handle getting a type as a function.
4937 (joust): If we got two conversion candidates to the same type,
4938 just pick one.
4939 (build_object_call): Lose 'templates'.
4940 (build_user_type_conversion_1): Handle getting real OVERLOADs.
4941
4942 1998-11-23 Jason Merrill <jason@yorick.cygnus.com>
4943
4944 * typeck2.c (process_init_constructor): If there are elements
4945 that don't have initializers and they need to have constructors
4946 run, supply them with initializers.
4947
4948 * class.c (finish_struct_1): A class with a 0-width bitfield is
4949 still empty.
4950
4951 1998-11-23 Mark Mitchell <mark@markmitchell.com>
4952
4953 * pt.c (instantiate_class_template): Don't try to figure out what
4954 specialization to use for a partial instantiation. Correct
4955 typos in a couple of comments. Avoid calling uses_template_parms
4956 multiple times.
4957
4958 1998-11-23 Benjamin Kosnik <bkoz@cygnus.com>
4959
4960 * method.c (process_overload_item): Add call to
4961 build_mangled_C9x_name for intTI_type_nodes.
4962 (build_mangled_C9x_name): Add prototype, define.
4963 * decl.c (init_decl_processing): Add names for
4964 TImode_type_node.
4965
4966 1998-11-23 Jason Merrill <jason@yorick.cygnus.com>
4967
4968 * parse.y (named_class_head): Update CLASSTYPE_DECLARED_CLASS.
4969
4970 * class.c (finish_struct_1): Set things up for 0-width bitfields
4971 like we do for others.
4972
4973 * decl.c (check_tag_decl): New fn.
4974 (shadow_tag): Split out from here.
4975 * decl2.c (grok_x_components): Call it.
4976
4977 1998-11-22 Jason Merrill <jason@yorick.cygnus.com>
4978
4979 * decl.c: Lose warn_about_return_type.
4980 (grokdeclarator): Always complain about implicit int, except for
4981 `main () { ... }'.
4982
4983 * decl.c (tag_name): New fn.
4984 (xref_tag): Complain about using typedef-name after class-key.
4985
4986 * init.c (expand_vec_init): Also keep going if from_array.
4987
4988 * tree.c (is_overloaded_fn): Also handle the output of
4989 build_offset_ref.
4990
4991 * decl.c (grokdeclarator): Use constructor_name when comparing
4992 field name against enclosing class.
4993 * class.c (finish_struct_anon): Likewise.
4994
4995 1998-11-22 Mark Mitchell <mark@markmitchell.com>
4996
4997 * decl.c (poplevel): Remove code to handle KEEP == 2.
4998 (finish_function): Don't confuse BLOCK-order when
4999 processing a destructor.
5000
5001 1998-11-21 Jason Merrill <jason@yorick.cygnus.com>
5002
5003 * decl.c (require_complete_types_for_parms): Call layout_decl
5004 after we've completed the type.
5005
5006 1998-11-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
5007
5008 * decl2.c (validate_nonmember_using_decl): Allow using templates
5009 from the global namespace.
5010
5011 1998-11-21 Jason Merrill <jason@yorick.cygnus.com>
5012
5013 Handle specifying template args to member function templates.
5014 * tree.c (build_overload): Always create an OVERLOAD for a template.
5015 * search.c (add_conversions): Handle finding an OVERLOAD.
5016 * decl2.c (check_classfn): Likewise.
5017 * lex.c (identifier_type): See through a baselink.
5018 * parse.y (do_id): Don't call do_identifier if we got a baselink.
5019 * class.c (instantiate_type, case TREE_LIST): Recurse.
5020
5021 * decl.c (grokdeclarator): Allow a boolean constant for array
5022 bounds, odd as that sounds.
5023
5024 * pt.c (unify): Be more strict about non-type parms, except for
5025 array bounds.
5026 (UNIFY_ALLOW_INTEGER): New macro.
5027
5028 1998-11-19 Manfred Hollstein <manfred@s-direktnet.de>
5029
5030 * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
5031
5032 1998-11-19 Jason Merrill <jason@yorick.cygnus.com>
5033
5034 * semantics.c (begin_class_definition): Call
5035 maybe_process_partial_specialization before push_template_decl.
5036 Don't call push_template_decl for a specialization.
5037 * search.c (lookup_field): Do return a member template class.
5038 * decl2.c (handle_class_head): Handle member template classes.
5039
5040 * decl.c (grokdeclarator): A parm type need not be complete.
5041
5042 * pt.c (convert_nontype_argument): Fix thinko.
5043
5044 1998-11-18 Mark Mitchell <mark@markmitchell.com>
5045
5046 * cp-tree.h (PTRMEM_CST_CLASS): Fix typo.
5047 (global_delete_fndecl): New variable.
5048 * decl.c (global_delete_fndecl): Define it.
5049 (init_decl_processing): Set it.
5050 * init.c (build_builtin_delete_call): Use it.
5051 * tree.c (mapcar): Recursively call mapcar for the type of EXPR
5052 nodes.
5053
5054 1998-11-18 Jason Merrill <jason@yorick.cygnus.com>
5055
5056 * decl.c (cplus_expand_expr_stmt): Always complain about unresolved
5057 type.
5058
5059 * tree.c (lvalue_p_1): An INDIRECT_REF to a function is an lvalue.
5060 * call.c (build_object_call): Also support references to functions.
5061 * typeck.c (convert_for_initialization): Don't decay a function
5062 if the target is a reference to function.
5063
5064 * search.c (add_conversions): Get all the overloads from a class.
5065
5066 * decl.c (grok_ctor_properties): Complain about any constructor
5067 that will take a single arg of the class type by value.
5068
5069 * typeck2.c (build_functional_cast): Can't create objects of
5070 abstract classes this way.
5071 * cvt.c (ocp_convert): Likewise.
5072
5073 * decl.c (grokfndecl): Member functions of local classes are not
5074 public.
5075
5076 1998-11-18 Mark Mitchell <mark@markmitchell.com>
5077
5078 * Make-lang.in (cc1plus): Add dependency on hash.o.
5079
5080 1998-11-18 Jason Merrill <jason@yorick.cygnus.com>
5081
5082 * search.c (get_abstract_virtuals): Complain about virtuals with
5083 no final overrider.
5084 * typeck2.c (abstract_virtuals_error): Remove handling for virtuals
5085 with no final overrider.
5086 * class.c (override_one_vtable): Don't set DECL_ABSTRACT_VIRTUAL_P
5087 on virtuals with no final overrider.
5088
5089 * lex.c (reinit_parse_for_block): Add a space after the initial ':'.
5090
5091 * class.c (finish_struct_1): Don't remove zero-width bit-fields until
5092 after layout_type.
5093
5094 * friend.c (do_friend): Don't set_mangled_name_for_decl.
5095
5096 * class.c (finish_struct_anon): Complain about non-fields.
5097 * decl2.c (build_anon_union_vars): Likewise.
5098
5099 * decl.c (grokdeclarator): Normal data members can't have the same
5100 name as the class, either.
5101 * class.c (finish_struct_anon): Neither can members of an
5102 anonymous union.
5103
5104 1998-11-17 Mark Mitchell <mark@markmitchell.com>
5105
5106 * cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.
5107 (TYPE_BINFO): Likewise.
5108 (IS_AGGR_TYPE): Tweak.
5109 (SET_IS_AGGR_TYPE): New macro.
5110 (CLASS_TYPE_P): Tweak.
5111 (lang_type): Group mark bitfields together. Remove linenum.
5112 (CLASSTYPE_SOURCE_LINE): Remove macro.
5113 (CLASSTYPE_MARKED_N): New macro.
5114 (SET_CLASSTYPE_MARKED_N): Likewise.
5115 (CLEAR_CLASSTYPE_MARKED_N): Likewise.
5116 (CLASS_TYPE_MARKED_*): Use them.
5117 (SET_CLASSTYPE_MARKED_*): Likewise.
5118 (CLEAR_CLASSTYPE_MARKED_*): Likewise.
5119 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
5120 (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.
5121 (TYPENAME_TYPE_FULLNAME): Use TYPE_BINFO rather than CLASSTYPE_SIZE.
5122 * class.c (class_cache_obstack): New variable.
5123 (class_cache_firstobj): Likewise.
5124 (finish_struct): Don't set CLASSTYPE_SOURCE_LINE.
5125 (pushclass): Free the cache, when appropriate.
5126 (popclass): Tidy.
5127 (maybe_push_cache_obstack): Use class_cache_obstack.
5128 * decl.c (include hash.h).
5129 (typename_hash): New function.
5130 (typename_compare): Likewise.
5131 (build_typename_type): Check the hash table to avoid creating
5132 duplicates.
5133 (build_ptrmemfunc_type): Use SET_IS_AGGR_TYPE.
5134 (grokdeclarator): Use CLASS_TYPE_P.
5135 (xref_basetypes): Likewise.
5136 (start_function): Likewise. Don't put current_class_ref on the
5137 permanent obstack.
5138 * error.c (dump_type_real): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO
5139 and TYPE_TI_ARGS.
5140 * lex.c (note_got_semicolon): Use CLASS_TYPE_P.
5141 (make_lang_type): Don't create TYPE_LANG_SPECIFIC and associated
5142 fields for types other than class types. Do clear TYPE_ALIAS_SET
5143 for types other than class types, though.
5144 * method.c (build_overload_identifier): Use CLASS_TYPE_P and
5145 TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
5146 * pt.c (process_template_parm): Don't set
5147 CLASSTYPE_GOT_SEMICOLON.
5148 (lookup_template_class): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
5149 Coerce arguments on the momentary obstack.
5150 (for_each_template_parm): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
5151 (instantiate_class_template): Calculate template arguments on the
5152 momentary obstack. Tidy.
5153 (tsubst_template_arg_vector): Use make_temp_vec.
5154 (tsubst_aggr_type): Put template arguments on the momentary
5155 obstack.
5156 (tsubst_decl): Likewise.
5157 (tsubst): Copy the array bounds index to the permanent obstack
5158 before building index types. Use new macros.
5159 (unify): Use new macros.
5160 (do_type_instantiation): Likewise.
5161 * search.c (lookup_fnfields_1): Use new macros.
5162 (dfs_pushdecls): Build envelopes on the cache obstack.
5163 (dfs_compress_decls): Use new macros.
5164 (push_class_decls): Build on the cache obstack.
5165 * semantics.c (finish_typeof): Don't set CLASSTYPE_GOT_SEMICOLON.
5166 * sign.c (build_signature_pointer_or_reference_type): Use
5167 SET_IS_AGGR_TYPE.
5168 * tree.c (make_binfo): Check CLASS_TYPE_P.
5169 (copy_template_template_parm): Adjust.
5170 (make_temp_vec): Use push_expression_obstack.
5171 * typeck.c (complete_type): Use new macros.
5172 (comptypes): Likewise.
5173
5174 1998-11-17 Jason Merrill <jason@yorick.cygnus.com>
5175
5176 * pt.c (tsubst): Add diagnostics for invalid array, reference
5177 and pointer to member types.
5178
5179 1998-11-16 Jason Merrill <jason@yorick.cygnus.com>
5180
5181 * typeck2.c (my_friendly_abort): Don't fatal twice in a row.
5182
5183 * typeck.c (c_expand_start_case): Use build_expr_type_conversion.
5184 Simplify.
5185
5186 * parse.y (structsp): Fix cut-and-paste error.
5187
5188 * init.c (build_new): Complain about non-integral size.
5189
5190 * parse.y (unary_expr): Complain about defining types in sizeof.
5191
5192 * typeck.c (expr_sizeof): Complain about sizeof an overloaded fn.
5193
5194 * rtti.c (build_x_typeid): Complain about typeid without
5195 including <typeinfo>.
5196 (get_typeid): Likewise. Complain about typeid of incomplete type.
5197 (get_tinfo_fn_dynamic): Likewise.
5198 (get_typeid_1): Not static anymore.
5199 * except.c (build_eh_type_type): Use get_typeid_1.
5200
5201 * rtti.c (build_dynamic_cast_1): Give errors for dynamic_cast to
5202 ambiguous or private bases. Fix warning for reference cast.
5203
5204 1998-11-16 Mark Mitchell <mark@markmitchell.com>
5205
5206 * cp-tree.h (DECL_TEMPLATE_INSTANTIATED): New macro.
5207 * decl.c (duplicate_decls): Remove special-case code to deal with
5208 template friends, and just do the obvious thing.
5209 * pt.c (register_specialization): Tweak for clarity, and also to
5210 clear DECL_INITIAL for an instantiation before it is merged with a
5211 specialization.
5212 (check_explicit_specialization): Fix indentation.
5213 (tsubst_friend_function): Handle both definitions in friend
5214 declaration and outside friend declarations.
5215 (tsubst_decl): Don't clear DECL_INITIAL for an instantiation.
5216 (regenerate_decl_from_template): Tweak accordingly.
5217 (instantiate_decl): Likewise.
5218
5219 1998-11-16 Jason Merrill <jason@yorick.cygnus.com>
5220
5221 * decl.c (cplus_expand_expr_stmt): Promote warning about naked
5222 member function reference to error.
5223 * cvt.c (ocp_convert): Complain about converting an overloaded
5224 function to void.
5225
5226 * init.c (build_offset_ref): Just return a lone static member
5227 function.
5228
5229 * decl.c (cp_finish_decl): Only complain about real CONSTRUCTORs,
5230 not internal ones.
5231
5232 * typeck.c (build_binary_op_nodefault): Improve error handling.
5233
5234 * decl.c (grokfndecl): Complain about making 'main' a template.
5235
5236 * typeck.c (string_conv_p): Don't convert from wchar_t[] to char*.
5237
5238 * call.c (build_method_call): Handle a BIT_NOT_EXPR around a
5239 TYPE_DECL in a template.
5240
5241 1998-11-15 Jason Merrill <jason@yorick.cygnus.com>
5242
5243 * typeck2.c (my_friendly_abort): Add URL in the other case, too.
5244
5245 * decl.c (struct cp_function): Add named_label_uses.
5246 (push_cp_function_context): Save it.
5247 (pop_cp_function_context): Restore it.
5248 (define_label): Also complain about jumping into the scope of
5249 non-POD objects that don't have constructors.
5250 * tree.c (pod_type_p): New fn.
5251
5252 * pt.c (instantiate_class_template): Clear TYPE_BEING_DEFINED sooner.
5253 * rtti.c (synthesize_tinfo_fn): Call import_export_decl here.
5254 (get_tinfo_fn): Not here.
5255 * repo.c (repo_get_id): Abort if we get called for an incomplete
5256 type.
5257
5258 1998-11-13 Mark Mitchell <mark@markmitchell.com>
5259
5260 * except.c (expand_throw): Make sure first argument to
5261 __cp_push_exception is of type `void*' to avoid spurious error
5262 messages.
5263
5264 1998-11-11 Jason Merrill <jason@yorick.cygnus.com>
5265
5266 * pt.c (try_one_overload): Take orig_targs again. Only check for
5267 mismatches against them; we don't care what a previous call found.
5268 (resolve_overloaded_unification): Adjust.
5269
5270 * search.c (lookup_field): Don't return anything for a non-type
5271 field from a dependent type.
5272 * decl.c (grokdeclarator): Resolve SCOPE_REFs of the current class
5273 in an array declarator.
5274 (start_decl): Push into the class before looking for the field.
5275
5276 1998-11-08 Mark Mitchell <mark@markmitchell.com>
5277
5278 * method.c (build_overload_value): Handle REFERENCE_TYPE.
5279
5280 1998-11-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
5281
5282 * decl.c (grokdeclarator): Allow namespace-scoped members if they
5283 are friends.
5284
5285 1998-11-08 Jason Merrill <jason@yorick.cygnus.com>
5286
5287 * pt.c (tsubst_decl): Don't mess with the global value of an
5288 un-mangled DECL_ASSEMBLER_NAME.
5289
5290 1998-11-03 Christopher Faylor <cgf@cygnus.com>
5291
5292 * decl.c (init_decl_processing): Remove CYGWIN conditional
5293 since CYGWIN is now able to deal with trapping signals.
5294
5295 Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5296
5297 * cp-tree.h: Don't include gansidecl.h.
5298 * exception.cc: Include gansidecl.h (since we don't include config.h)
5299 * g++spec.c: Don't include gansidecl.h.
5300
5301 1998-11-06 Mark Mitchell <mark@markmitchell.com>
5302
5303 * cp-tree.h (lang_decl_flags): Add defined_in_class. Decrease
5304 size of dummy.
5305 (DECL_DEFINED_IN_CLASS_P): New macro.
5306 (TEMPLATE_PARMS_FOR_INLINE): Document.
5307 (check_static_variable_definition): New function.
5308 * decl.c (cp_finish_decl): Set DECL_DEFINED_IN_CLASS_P, if
5309 appropriate.
5310 (check_static_variable_definition): Split out from ...
5311 (grokdeclarator): Here.
5312 * pt.c (check_default_tmpl_args): New function, split out from ...
5313 (push_template_decl_real): Here.
5314 (instantiate_template): Fix comment.
5315
5316 1998-11-04 Mark Mitchell <mark@markmitchell.com>
5317
5318 * cp-tree.h (CP_TYPE_CONST_P): Make {0,1}-valued.
5319 (CP_TYPE_VOLATILE_P): Likewise.
5320 (CP_TYPE_RESTRICT_P): Likewise.
5321
5322 1998-11-03 Mark Mitchell <mark@markmitchell.com>
5323
5324 * pt.c (tsubst): Use build_index_type, not build_index_2_type.
5325
5326 1998-11-02 Jason Merrill <jason@yorick.cygnus.com>
5327
5328 * class.c (instantiate_type): Be more helpful.
5329
5330 * decl2.c (import_export_decl): Call import_export_class.
5331
5332 * cp-tree.h (EMPTY_CONSTRUCTOR_P): Check !TREE_HAS_CONSTRUCTOR.
5333 * decl2.c (build_expr_from_tree): Propagate TREE_HAS_CONSTRUCTOR.
5334 * pt.c (tsubst_copy): Likewise.
5335
5336 1998-11-02 Mark Mitchell <mark@markmitchell.com>
5337
5338 * init.c (expand_vec_init): Fix off-by-one error.
5339
5340 1998-11-02 Alexandre Oliva <oliva@dcc.unicamp.br>
5341
5342 * parse.y (apparent_template_type): New type.
5343 (named_complex_class_head_sans_basetype): Use it.
5344 * Makefile.in (CONFLICTS): One new conflict.
5345 * parse.c: Regenerated.
5346
5347 1998-11-01 Mark Mitchell <mark@markmitchell.com>
5348
5349 * cp-tree.h (COMPARE_STRICT): New macro.
5350 (COMPARE_BASE): Likewise.
5351 (COMPARE_RELAXED): Likewise.
5352 (COMPARE_REDECLARATION): Likewise.
5353 (same_type_p): Likewise.
5354 (same_or_base_type_p): Likewise.
5355 * call.c (standard_conversion): Use them, in place of comptypes
5356 with numeric arguments.
5357 (reference_binding): Likewise.
5358 (convert_like): Likewise.
5359 (build_over_call): Likewise.
5360 (is_subseq): Likewise.
5361 (is_properly_derived_from): Likewise.
5362 (compare_ics): Likewise.
5363 (joust): Likewise.
5364 * class.c (delete_duplicate_fields_1): Likewise.
5365 (resolves_to_fixed_type_p): Likewise.
5366 (instantiate_type): Likewise. Remove #if 0'd code.
5367 * decl.c (decls_match): Likewise. Use COMPARE_REDECLARATION here.
5368 (pushdecl): Likewise.
5369 (lookup_name_real): Likewise.
5370 (grokdeclarator): Likewise. Check for illegal array declarations.
5371 (grokparms): Likewise.
5372 (grok_op_properties): Likewise.
5373 * decl2.c (check_classfn): Likewise.
5374 * friend.c (is_friend): Likewise.
5375 (make_friend_class): Likewise.
5376 * init.c (expand_aggr_init): Likewise.
5377 (expand_vec_init): Likewise.
5378 * pt.c (is_member_template_class): Remove declaration.
5379 (is_specialization_of): Use COMPARE_* and new macros.
5380 (comp_template_parms): Likewise.
5381 (convert_nontype_argument): Likewise.
5382 (coerce_template_template_parms): Likewise.
5383 (template_args_equal): Likewise.
5384 (lookup_template_class): Likewise.
5385 (type_unification_real): Likewise.
5386 (unify): Likewise.
5387 (get_bindings_real): Likewise.
5388 * search.c (covariant_return_p): Likewise.
5389 (get_matching_virtual): Likewise.
5390 * sig.c (match_method_types): Likewise.
5391 * tree.c (vec_binfo_member): Likewise.
5392 (cp_tree_equal): Likewise.
5393 * typeck.c (common_type): Likewise.
5394 (comp_array_types): Likewise. Get issues involving unknown array
5395 bounds right.
5396 (comptypes): Update comments. Use new flags.
5397 (comp_target_types): Use new macros.
5398 (compparms): Likewise.
5399 (comp_target_parms): Likewise.
5400 (string_conv_p): Likewise.
5401 (build_component_ref): Likewise.
5402 (build_indirect_ref): Likewise.
5403 (build_conditional_expr): Likewise.
5404 (build_static_cast): Likewise.
5405 (build_reinterpret_cast): Likewise.
5406 (build_const_cast): Likewise.
5407 (build_modify_expr): Likewise.
5408 (convert_for_assignment): Likewise.
5409 (comp_ptr_ttypes_real): Likewise.
5410 (ptr_reasonably_similar): Likewise.
5411 (comp_ptr_ttypes_const): Likewise.
5412
5413 1998-10-31 Jason Merrill <jason@yorick.cygnus.com>
5414
5415 * rtti.c (build_dynamic_cast_1): Fix cut-and-paste error.
5416
5417 1998-10-30 Mark Mitchell <mark@markmitchell.com>
5418
5419 * decl2.c (delete_sanity): Pass integer_zero_node, not
5420 integer_two_node, to build_vec_delete.
5421 * init.c (build_array_eh_cleanup): Remove.
5422 (expand_vec_init_try_block): New function.
5423 (expand_vec_init_catch_clause): Likewise.
5424 (build_vec_delete_1): Don't deal with case that auto_delete_vec
5425 might be integer_two_node anymore.
5426 (expand_vec_init): Rework for initialization-correctness and
5427 exception-correctness.
5428 * typeck2.c (process_init_constructor): Make mutual exclusivity
5429 of cases more obvious.
5430
5431 1998-10-29 Jason Merrill <jason@yorick.cygnus.com>
5432
5433 * decl.c (lookup_name_real): OK, only warn if not lexing.
5434 Simplify suggested fix.
5435
5436 * cp-tree.h (IDENTIFIER_MARKED): New macro.
5437 * search.c (lookup_conversions): Use breadth_first_search.
5438 (add_conversions): Avoid adding two conversions to the same type.
5439 (breadth_first_search): Work with base binfos, rather
5440 than binfos and base indices.
5441 (get_virtual_destructor): Adjust.
5442 (tree_has_any_destructor_p): Adjust.
5443 (get_matching_virtual): Adjust.
5444
5445 * pt.c (push_template_decl_real): Generalize check for incorrect
5446 number of template parms.
5447 (is_member_template_class): #if 0.
5448
5449 1998-10-29 Richard Henderson <rth@cygnus.com>
5450
5451 * Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@,
5452 last.
5453
5454 1998-10-28 Zack Weinberg <zack@rabi.phys.columbia.edu>
5455
5456 * lex.c: Call check_newline from lang_init always. After
5457 calling cpp_start_read, set yy_cur and yy_lim to read from the
5458 cpplib token buffer.
5459
5460 1998-10-28 Jason Merrill <jason@yorick.cygnus.com>
5461
5462 * class.c (instantiate_type): Don't consider templates for a normal
5463 match.
5464
5465 * class.c (finish_struct_1): Don't complain about non-copy
5466 assignment ops in union members.
5467
5468 * class.c (build_vtable): Don't pass at_eof to import_export_vtable.
5469 (prepare_fresh_vtable): Likewise.
5470 (finish_struct_1): Don't call import_export_class.
5471 * decl2.c (finish_vtable_vardecl): Do import/export stuff.
5472 (finish_prevtable_vardecl): Lose.
5473 (finish_file): Don't call it.
5474 * pt.c (instantiate_class_template): Likewise.
5475 * cp-tree.h: Remove it.
5476
5477 * init.c (build_delete): Reset TYPE_HAS_DESTRUCTOR here.
5478 * decl.c (finish_function): Not here.
5479 (start_function): Do set DECL_INITIAL.
5480
5481 * pt.c (push_template_decl_real): Complain about default template
5482 args for enclosing classes.
5483
5484 * call.c (add_function_candidate): Treat conversion functions
5485 as coming from the argument's class.
5486 * cp-tree.h (DECL_CONV_FN_P): New fn.
5487 (DECL_DESTRUCTOR_P): Also check DECL_LANGUAGE.
5488 * class.c (add_method): Use DECL_CONV_FN_P.
5489 * decl2.c (check_classfn): Likewise.
5490 * error.c (dump_function_name): Likewise.
5491 (dump_function_decl): Likewise.
5492 * pt.c (fn_type_unification): Likewise.
5493 * search.c (add_conversions): Likewise.
5494
5495 1998-10-27 Jason Merrill <jason@yorick.cygnus.com>
5496
5497 * lex.c (do_identifier): Also generate LOOKUP_EXPR for RESULT_DECL.
5498 * method.c (hack_identifier): Also check for using RESULT_DECL
5499 from outer context.
5500
5501 1998-10-27 Mark Mitchell <mark@markmitchell.com>
5502
5503 * decl.c (grokdeclarator): Use type_quals, rather than constp,
5504 consistently.
5505
5506 1998-10-27 Jason Merrill <jason@yorick.cygnus.com>
5507
5508 * call.c (standard_conversion): instantiate_type here.
5509 (reference_binding): And here.
5510 (implicit_conversion): Not here.
5511 (build_op_delete_call): No need to cons up an OVERLOAD.
5512 * cvt.c (cp_convert_to_pointer): instantiate_type here.
5513 (convert_to_reference): And here.
5514 * decl.c (grok_reference_init): Not here.
5515 (grokparms): Or here.
5516 * typeck2.c (digest_init): Or here.
5517 * typeck.c (decay_conversion): Take the address of overloaded
5518 functions, too.
5519 (require_instantiated_type): Lose.
5520 (convert_arguments): Don't handle unknown types here.
5521 (build_c_cast): Likewise.
5522 (build_binary_op): Gut.
5523 (build_conditional_expr): Don't require_instantiated_type.
5524 (build_modify_expr): Likewise.
5525 (build_static_cast): Don't instantiate_type.
5526 (build_reinterpret_cast): Likewise.
5527 (build_const_cast): Likewise.
5528 (convert_for_initialization): Likewise.
5529 (build_ptrmemfunc): Use type_unknown_p.
5530 (convert_for_assignment): Also do default_conversion on overloaded
5531 functions. Hand them off to ocp_convert.
5532
5533 1998-10-26 Mark Mitchell <mark@markmitchell.com>
5534
5535 * error.c (dump_decl): Deal with TEMPLATE_DECLs that are
5536 VAR_DECLs. Handle vtables whose DECL_CONTEXT is not a type.
5537
5538 * class.c (finish_struct_1): Use build_cplus_array_type to build
5539 array types.
5540 * decl.c (init_decl_processing): Likewise.
5541 * except.c (expand_end_eh_spec): Likewise.
5542 * search.c (expand_upcast_fixups): Simplify very slightly.
5543
5544 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
5545
5546 * decl.c (grokdeclarator): Complain about a variable using
5547 constructor syntax coming back null from start_decl.
5548
5549 * friend.c (make_friend_class): Complain about trying to make
5550 a non-class type a friend.
5551
5552 * decl.c (grokfndecl): Set DECL_INITIAL for a defn here.
5553 (start_function): Not here.
5554
5555 1998-10-26 Brendan Kehoe <brendan@cygnus.com>
5556
5557 * decl.c (grokdeclarator): Disallow `explicit' in a friend declaration.
5558
5559 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
5560
5561 * typeck2.c (process_init_constructor): Only skip anonymous fields
5562 if they are bitfields.
5563
5564 * cp-tree.def (TYPEOF_TYPE): New code.
5565 * error.c (dump_type_real): Handle it.
5566 * pt.c (tsubst): Likewise.
5567 * tree.c (search_tree): Likewise.
5568 * semantics.c (finish_typeof): New fn.
5569 * parse.y (typespec): Use it.
5570 * cp-tree.h: Declare it.
5571
5572 1998-10-26 Manfred Hollstein <manfred@s-direktnet.de>
5573
5574 * cp-tree.h (FORMAT_VBASE_NAME): Make definition unconditional.
5575
5576 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
5577
5578 * typeck.c (convert_arguments): Don't handle pmf references
5579 specially.
5580
5581 * init.c (build_member_call): Don't try to convert to the base type
5582 if it's ambiguous or pedantic.
5583
5584 * typeck2.c (check_for_new_type): Only depend on pedantic for
5585 C-style casts.
5586
5587 1998-10-25 Mark Mitchell <mark@markmitchell.com>
5588
5589 * decl.c (grokdeclarator): Set DECL_NONCONVERTING_P for all
5590 non-converting constructors.
5591
5592 1998-10-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
5593
5594 * gxxint.texi: Correct documentation for n, N, Q, and B.
5595
5596 1998-10-23 Martin von Löwis <loewis@informatik.hu-berlin.de>
5597
5598 * parse.y (condition): Convert VAR_DECL from reference to indirect
5599 reference.
5600
5601 1998-10-23 Andrew MacLeod <amacleod@cygnus.com>
5602
5603 * exception.cc (__cp_pop_exception): Free the original exception
5604 value, not the potentially coerced one.
5605
5606 1998-10-23 Mark Mitchell <mark@markmitchell.com>
5607
5608 * Makefile.in (hash.h): Run gperf when necessary.
5609
5610 * cp-tree.h (CP_TYPE_READONLY): Remove.
5611 (CP_TYPE_VOLATILE): Likewise.
5612 (CP_TYPE_QUALS): New macro.
5613 (CP_TYPE_CONST_P): Likewise.
5614 (CP_TYPE_VOLATILE_P): Likewise.
5615 (CP_TYPE_RESTRICT_P): Likewise.
5616 (CP_TYPE_CONST_NON_VOLATILE_P): Likewise.
5617 (cp_build_type_variant): Rename to ...
5618 (cp_build_qualified_type): New function.
5619 (c_apply_type_quals_to_decl): Declare.
5620 (SIGNATURE_POINTER_NAME_FORMAT): Modify to allow `restrict'.
5621 (SIGNATURE_REFERENCE_NAME_FORMAT): Likewise.
5622 (cp_type_qual_from_rid): New function.
5623 (compparms): Remove unused parameter. All callers changed.
5624 (cp_type_quals): New function.
5625 (at_least_as_qualified_p): Likewise.
5626 (more_qualified_p): Likewise.
5627
5628 * call.c (standard_conversion): Replace calls to
5629 cp_build_type_variant with cp_build_qualified_type. Use
5630 CP_TYPE_QUALS to get qualifiers and at_least_as_qualified_p to
5631 compare them. Use CP_TYPE_* macros to check qualifiers.
5632 (reference_binding): Likewise.
5633 (implicit_conversion): Likewise.
5634 (add_builtin_candidates): Likewise.
5635 (build_over_call): Likewise.
5636 * class.c (overrides): Compare all qualifiers, not just `const',
5637 on method declarations.
5638 * cvt.c (convert_to_reference): More CP_TYPE_QUALS conversion, etc.
5639 (convert_pointer_to_real): Likewise.
5640 (type_promotes_to): Likewise.
5641 * decl.c (check_for_uninitialized_const_var): New function.
5642 (init_decl_processing): More CP_TYPE_QUALS conversion, etc.
5643 (cp_finish_decl): Use check_for_uninitialized_const_var.
5644 (grokdeclarator): More CP_TYPE_QUALS conversion, etc. Update to
5645 handle `restrict'.
5646 (grok_ctor_properties): Likewise.
5647 (grok_op_properties): Likewise.
5648 (start_function): Likewise.
5649 (rever_static_member_fn): Likewise.
5650 * decl2.c (grok_method_quals): Likewise.
5651 (grokfield): Likewise.
5652 * error.c (dump_readonly_or_volatile): Rename to ...
5653 (dump_qualifiers): New function. Handle `restrict'.
5654 (dump_type_real): Use it.
5655 (dump_aggr_type): Likewise.
5656 (dump_type_prefix): Likewise.
5657 (dump_type_suffix): Likewise.
5658 (dump_function_decl): Likewise.
5659 (cv_as_string): Likewise.
5660 * gxx.gperf: Add __restrict and __restrict__.
5661 * gxxint.texi: Document `u' as used for `__restrict', and a few
5662 other previously undocumented codes.
5663 * hash.h: Regenerated.
5664 * init.c (expand_aggr_init): More CP_TYPE_QUALS conversion, etc.
5665 (build_member_call): Likewise.
5666 (build_new_1): Likewise.
5667 * lex.c (init_parse): Add entry for RID_RESTRICT.
5668 (cons_up_default_function): More CP_TYPE_QUALS conversion, etc.
5669 (cp_type_qual_from_rid): Define.
5670 * lex.h (enum rid): Add RID_RESTRICT.
5671 * method.c (process_modifiers): Deal with `restrict'.
5672 * parse.y (primary): More CP_TYPE_QUALS conversion, etc.
5673 * parse.c: Regenerated.
5674 * pt.c (convert_nontype_argument): More CP_TYPE_QUALS conversion, etc.
5675 (tsubst_aggr_type): Likewise.
5676 (tsubst): Likewise.
5677 (check_cv_quals_for_unify): Likewise.
5678 (unify): Likewise.
5679 * rtti.c (init_rtti_processing): Likewise.
5680 (build_headof): Likewise.
5681 (get_tinfo_var): Likewise.
5682 (buidl_dynamic_cast_1): Likewise. Fix `volatile' handling.
5683 (expand_class_desc): Likewise.
5684 (expand_attr_desc): Likewise.
5685 (synthesize_tinfo_fn): Likewise.
5686 * search.c (covariant_return_p): Likewise. Fix `volatile' handling.
5687 (get_matching_virtual): Likewise.
5688 (expand_upcast_fixups): Likewise.
5689 * sig.c (build_signature_pointer_or_reference_name): Take
5690 type_quals, not constp and volatilep.
5691 (build_signature_pointer_or_reference_type): Likewise.
5692 (match_method_types): More CP_TYPE_QUALS conversion, etc.
5693 (build_signature_pointer_constructor): Likewise.
5694 (build_signature_method_call): Likewise.
5695 * tree.c (build_cplus_array_type): Likewise.
5696 (cp_build_type_variant): Rename to ...
5697 (cp_build_qualified_type): New function. Deal with `__restrict'.
5698 (canonical_type_variant): More CP_TYPE_QUALS conversion, etc.
5699 (build_exception_variant): Likewise.
5700 (mapcar): Likewise.
5701 * typeck.c (qualif_type): Likewise.
5702 (common_type): Likewise.
5703 (comptypes): Likewise.
5704 (comp_cv_target_types): Likewise.
5705 (at_least_as_qualified_p): Define.
5706 (more_qualified_p): Likewise.
5707 (comp_cv_qualification): More CP_TYPE_QUALS conversion, etc.
5708 (compparms): Likewise.
5709 (inline_conversion): Likewise.
5710 (string_conv_p): Likewise.
5711 (build_component_ref): Likewise.
5712 (build_indirect_ref): Likewise.
5713 (build_array_ref): Likewise.
5714 (build_unary_op): Likewise.
5715 (build_conditional_expr): Likewise.
5716 (build_static_cast): Likewise.
5717 (build_c_cast): Likewise.
5718 (build_modify_expr): Likewise.
5719 (convert_For_assignment): Likewise.
5720 (comp_ptr_ttypes_real): Likewise.
5721 (cp_type_quals): New function.
5722
5723 1998-10-23 Jason Merrill <jason@yorick.cygnus.com>
5724
5725 * cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays.
5726 (CP_TYPE_VOLATILE): Likewise.
5727 * decl.c (grokdeclarator): Use them.
5728 * tree.c (canonical_type_variant): Likewise.
5729
5730 1998-10-22 Martin von Löwis <loewis@informatik.hu-berlin.de>
5731
5732 * parse.y (named_class_head): Push into class while parsing the
5733 base class list.
5734 * decl2.c (push_scope, pop_scope): New functions.
5735 * cp-tree.h: Declare them.
5736 * init.c (build_new_1): Delay cleanup until end of full expression.
5737
5738 1998-10-21 Jason Merrill <jason@yorick.cygnus.com>
5739
5740 * typeck.c (build_component_ref): Use of a type here is an error.
5741
5742 1998-10-19 Jason Merrill <jason@yorick.cygnus.com>
5743
5744 Revamp references to member functions.
5745 * method.c (hack_identifier): Call build_component_ref for a
5746 reference to a member function.
5747 * typeck.c (build_component_ref): Only return a single function
5748 if it's static. Otherwise, return a COMPONENT_REF.
5749 (build_x_function_call): Handle a COMPONENT_REF.
5750 (build_unary_op): Handle all unknown-type things.
5751 * decl2.c (arg_assoc): Handle COMPONENT_REF.
5752 * class.c (instantiate_type): Complain if the function we get is a
5753 nonstatic member function. Remove code for finding "compatible"
5754 functions.
5755 * pt.c (tsubst_copy): Handle NOP_EXPR.
5756 * tree.c (build_dummy_object): New fn.
5757 (maybe_dummy_object): New fn.
5758 (is_dummy_object): New fn.
5759 * cp-tree.h: Declare them.
5760 * cvt.c (cp_convert_to_pointer): Use maybe_dummy_object.
5761 * error.c (dump_expr, case OFFSET_REF): Use is_dummy_object.
5762 * init.c (build_member_call): Use maybe_dummy_object and
5763 is_dummy_object.
5764 (build_offset_ref): Use maybe_dummy_object.
5765 (resolve_offset_ref): Use is_dummy_object.
5766 * typeck.c (build_x_function_call): Call build_dummy_object.
5767 (unary_complex_lvalue): Call is_dummy_object.
5768
5769 * typeck.c (build_component_addr): Make sure field is a field.
5770
5771 * call.c (build_new_op): Delete obsolete code.
5772
5773 * pt.c (tsubst, TEMPLATE*PARM*): Abort if we don't have any args.
5774
5775 1998-10-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
5776
5777 * decl2.c (validate_nonmember_using_decl): Fix using-directives of
5778 std if std is ignored.
5779
5780 1998-10-18 Jason Merrill <jason@yorick.cygnus.com>
5781
5782 * decl.c (grokvardecl): Fix thinko.
5783
5784 * decl.c (grokdeclarator): Embedded attrs bind to the right,
5785 not the left.
5786
5787 * parse.y (fn.def2): Fix 'attrs' format.
5788
5789 1998-10-18 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
5790
5791 * Makefile.in (CONFLICTS): Update.
5792 * parse.y (expr_or_declarator_intern): New rule.
5793 (expr_or_declarator, direct_notype_declarator, primary,
5794 functional_cast): Use it.
5795 (notype_declarator_intern): New rule.
5796 (notype_declarator, complex_notype_declarator): Use it.
5797
5798 1998-10-17 Jason Merrill <jason@yorick.cygnus.com>
5799
5800 * decl.c (grokfndecl): Set DECL_CONTEXT to namespace if appropriate.
5801 (grokvardecl): Likewise.
5802
5803 Sat Oct 17 23:27:20 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5804
5805 * class.c (make_method_vec): Cast 1st argument of `bzero' to (PTR).
5806 (add_method): Likewise for arguments 1 & 2 of `bcopy'.
5807
5808 * decl.c (signal_catch): Mark with ATTRIBUTE_NORETURN.
5809
5810 * pt.c (process_partial_specialization): Cast 1st argument of
5811 `bzero' to (PTR).
5812
5813 * tree.c (build_base_fields): Cast `base_align' to (int) when
5814 comparing against one.
5815
5816 1998-10-16 Mark Mitchell <mark@markmitchell.com>
5817
5818 * decl.c (lookup_name_real): Handle template parameters for member
5819 templates where said parameters have the same name as the
5820 surrounding class.
5821
5822 * decl.c (expand_static_init): Build cleanups before entering the
5823 anonymous function used to do them to avoid access-checking
5824 confusion.
5825
5826 * decl.c (grokfndecl): Add back call to cplus_decl_attributes
5827 accidentally removed by previous change, and make DECL_RTL here.
5828 * class.c (add_method): Don't make DECL_RTL here.
5829
5830 * pt.c (for_each_template_parm): Don't examine uninstantiated
5831 default arguments.
5832
5833 1998-10-16 Dave Brolley <brolley@cygnus.com>
5834
5835 * lex.c (real_yylex): Fix unaligned access of wchar_t.
5836
5837 1998-10-16 Mark Mitchell <mark@markmitchell.com>
5838
5839 * class.c (add_method): Fix documentation to reflect previous
5840 changes. Check for duplicate method declarations here.
5841 * decl.c (decls_match): Handle FUNCTION_DECL vs TEMPLATE_DECL
5842 correctly; such things never match.
5843 (grokfndecl): Don't look for duplicate methods here.
5844 * decl2.c (check_classfn): Don't assume names are mangled.
5845 Don't add bogus member function declarations to a class before the
5846 class type is complete.
5847 (grokfield): Reformat error message.
5848 * method.c (set_mangled_name_for_decl): Don't mangle names while
5849 processing_template_decl.
5850
5851 1998-10-16 Jason Merrill <jason@yorick.cygnus.com>
5852
5853 * typeck.c (build_indirect_ref): Complain about a pointer to data
5854 member, too.
5855 * typeck2.c (build_m_component_ref): Don't indirect a pointer to
5856 data member.
5857 * init.c (resolve_offset_ref): Don't undo the above.
5858
5859 * cp-tree.h (DECL_C_BIT_FIELD, SET_DECL_C_BIT_FIELD): New macros.
5860 (struct lang_decl_flags): Add `bitfield'.
5861 * class.c (finish_struct_1): Use DECL_C_BIT_FIELD instead of
5862 DECL_BIT_FIELD.
5863 * decl2.c (grokbitfield, grok_alignof): Likewise.
5864 * init.c (build_offset_ref): Likewise.
5865 * typeck.c (build_component_addr, expr_sizeof): Likewise.
5866 * cvt.c (build_up_reference): Don't crash if taking the address
5867 returns error_mark_node.
5868
5869 * decl.c (grokfndecl): Also check ctype when checking for ::main().
5870
5871 1998-10-15 Jason Merrill <jason@yorick.cygnus.com>
5872
5873 * decl.c (grokfndecl): ::main and __builtin_* get C linkage.
5874 Do mangling here.
5875 (grokdeclarator): Instead of here.
5876 * friend.c (do_friend): Lose special handling of ::main and
5877 __builtin_*.
5878 * cp-tree.h (DECL_MAIN_P): Check for C linkage.
5879
5880 * spew.c (yylex): Clear looking_for_typename if we got
5881 'enum { ... };'.
5882
5883 1998-10-15 Mark Mitchell <mark@markmitchell.com>
5884
5885 * class.c (maybe_warn_about_overly_private_class): Improve error
5886 messages for class with only private constructors.
5887
5888 * cp-tree.def (TYPENAME_TYPE): Add to documentation.
5889 * cp-tree.h (TYPENAME_TYPE_FULLNAME): Document.
5890 (build_typename_type): New function.
5891 * decl.c (build_typename_type): Broken out from ...
5892 (make_typename_type): Use it.
5893 * search.c (lookup_field): Likewise.
5894
5895 1998-10-14 Benjamin Kosnik <bkoz@rhino.cygnus.com>
5896
5897 * pt.c (convert_nontype_argument): Check against type_referred_to.
5898 * decl.c (grokvardecl): Check for declarator name before building
5899 DECL_ASSEMBLER_NAME.
5900
5901 1998-10-14 Mark Mitchell <mark@markmitchell.com>
5902
5903 * pt.c (lookup_template_class): Add comment.
5904 (instantiate_class_template): Don't mark the _TYPE node for
5905 member class templates as an instantiation.
5906
5907 1998-10-14 Jason Merrill <jason@yorick.cygnus.com>
5908
5909 * decl.c (grokfndecl): Fix my thinko.
5910
5911 1998-10-13 Jason Merrill <jason@yorick.cygnus.com>
5912
5913 * tinfo2.cc (fast_compare): Remove.
5914 (before): Just use strcmp.
5915 * tinfo.cc (operator==): Just use strcmp.
5916
5917 1998-10-13 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
5918
5919 * decl.c (grokfndecl): Don't check for linkage in `extern "C"'
5920 declarations.
5921
5922 1998-10-13 Mark Mitchell <mark@markmitchell.com>
5923
5924 * cp-tree.h (specializations_of_same_template_p): Remove.
5925 * search.c (get_template_base): Don't use it.
5926 (get_template_base_recursive): Likewise.
5927 * pt.c (specializations_of_same_template_p): Remove.
5928 (unify): Don't use it.
5929 (lookup_template_class): Find the correct parent when setting
5930 CLASSTYPE_TI_TEMPLATE.
5931
5932 1998-10-12 Jason Merrill <jason@yorick.cygnus.com>
5933
5934 * tinfo.cc (operator==): Always compare names.
5935
5936 1998-10-12 Herman ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5937
5938 * decl.c (start_function): Fix cut-and-paste error.
5939
5940 1998-10-12 Jason Merrill <jason@yorick.cygnus.com>
5941
5942 * inc/typeinfo: Add #pragma interface.
5943 (operator!=): Just call operator==.
5944 * tinfo.cc: Add #pragma implementation.
5945 (operator==): Move from inc/typeinfo and tinfo2.cc.
5946 Check __COMMON_UNRELIABLE instead of _WIN32.
5947
5948 * typeck2.c (my_friendly_abort): Add URL.
5949
5950 1998-10-12 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
5951
5952 * decl.c (start_method): Added extra parameter for attributes.
5953 * cp-tree.h (start_method): Update prototype.
5954 * parse.y (fn.def2): Update start_method parameter list.
5955
5956 1998-10-11 Mark Mitchell <mark@markmitchell.com>
5957
5958 * cp-tree.h (specializations_of_same_template_p): Declare.
5959 * pt.c (specializations_of_same_template_p): New function.
5960 (unify): Use it.
5961 * search.c (get_template_base): Use it.
5962 (get_template_base_recursive): Likewise.
5963
5964 1998-10-10 Manfred Hollstein <manfred@s-direktnet.de>
5965
5966 * decl2.c (start_objects): Add new variable `joiner' and
5967 initialize it properly.
5968
5969 1998-10-09 Mark Mitchell <mark@markmitchell.com>
5970
5971 * search.c (expand_upcast_fixups): Tweak to match 1998-10-07
5972 change to vtable types.
5973
5974 * cvt.c (ocp_convert): Avoid infinite recursion caused by
5975 1998-10-03 change.
5976
5977 1998-10-08 Jason Merrill <jason@yorick.cygnus.com>
5978
5979 * pt.c (resolve_overloaded_unification): New fn.
5980 (try_one_overload): Likewise.
5981 (unify): Don't fail on unknown type.
5982 (type_unification_real): Likewise. Use resolve_overloaded_unification
5983 to handle an overloaded argument.
5984 (template_args_equal): Split out...
5985 (comp_template_args): From here.
5986 (determine_specialization): Also allow a template with more
5987 parms than were explicitly specified.
5988 * cp-tree.h: Add template_args_equal.
5989 * call.c (resolve_args): Remove TEMPLATE_ID_EXPR code.
5990
5991 Thu Oct 8 15:58:30 1998 Anthony Green <green@cygnus.com>
5992
5993 * semantics.c (finish_asm_stmt): Revert my 1998-09-28
5994 change.
5995
5996 Thu Oct 8 06:00:19 1998 Jeffrey A Law (law@cygnus.com)
5997
5998 * typeck.c (unsigned_type): Only return TItype nodes when
5999 HOST_BITS_PER_WIDE_INT is >= 64 bits.
6000 (signed_type): Likewise.
6001 * decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
6002 when HOST_BITS_PER_WIDE_INT is >= 64 bits.
6003 (init_decl_processing): Only create TItype nodes when
6004 HOST_BITS_PER_WIDE_INT is >= 64 bits.
6005 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
6006 when HOST_BITS_PER_WIDE_INT is >= 64 bits.
6007
6008 Wed Oct 7 12:32:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6009
6010 * Makefile.in (hash.h): Add -L KR-C -F ', 0, 0' flags to gperf.
6011 (gxx.gperf): Update comments describing invocation flags.
6012 (hash.h): Regenerate using gperf 2.7.1 (19981006 egcs).
6013
6014 1998-10-07 Mark Mitchell <mark@markmitchell.com>
6015
6016 * class.c (finish_struct_1): Add commentary on previous change.
6017
6018 * cp-tree.h (vtbl_ptr_type_node): New variable.
6019 * class.c (build_vtbl_ref): Don't indirect through the vptr; it's
6020 already of the right type.
6021 (finish_struct_1): Make the vptr be of type vtbl_ptr_type_node.
6022 Simplify code to grow vtable.
6023 * decl.c (vtbl_ptr_type_node): Define.
6024 (init_decl_processing): Initialize it.
6025
6026 1998-10-06 Mark Mitchell <mark@markmitchell.com>
6027
6028 * cp-tree.def (PTRMEM_CST): New tree node.
6029 * cp-tree.h (ptrmem_cst): New type.
6030 (lang_type): Remove local_typedecls.
6031 (dummy): Increase to 12 bits from 11.
6032 (CLASSTYPE_LOCAL_TYPEDECLS): Remove.
6033 (PTRMEM_CST_CLASS): New macro.
6034 (PTRMEM_CST_MEMBER): Likewise.
6035 (current_access_specifier): New variable.
6036 (current_class_type): Remove duplicate declaration.
6037 (finish_struct): Change prototype.
6038 (unreverse_member_declarations): New function.
6039 (pushdecl_class_level): Change prototype.
6040 (grok_enum_decls): Remove.
6041 (fixup_anonymous_union): New function.
6042 (grok_x_components): Change prototype.
6043 (tsubst_chain): Remove.
6044 (finish_member_template_decl): Likewise.
6045 (check_explicit_specialization): Fix indentation.
6046 (finish_class_definition): Change prototype.
6047 (finish_member_class_template): Likewise.
6048 (finish_member_declaration): New function.
6049 (check_multiple_declarators): Likewise.
6050 * class.c (class_stack_node_t): New type.
6051 (current_class_base): Remove.
6052 (current_class_stack): Change type.
6053 (current_access_specifier): New variable.
6054 (grow_method): Remove.
6055 (check_member_decl_is_same_in_complete_scope): Break out from
6056 finish_struct.
6057 (make_method_vec): New function.
6058 (free_method_vec): Likewise.
6059 (add_implicitly_declared_members): Break out from finish_struct_1.
6060 (free_method_vecs): New variable.
6061 (add_method): Rework for direct use from parser.
6062 (handle_using_decl): Watch for NULL_TREE while iterating through
6063 CLASSTYPE_METHOD_VEC.
6064 (finish_struct_methods): Don't build CLASSTYPE_METHOD_VEC here;
6065 just do some error-checking.
6066 (warn_hidden): Change iteration through CLASSTYPE_METHOD_VEC.
6067 (finish_struct_1): Simplify. Use add_implicitly_declared_members.
6068 (finish_struct): Change prototype. Simplify; fields and methods
6069 are already set up at this point.
6070 (init_class_processing): Set up current_class_stack.
6071 (pushclass): Save current_access_specifier.
6072 (popclass): Restore it.
6073 (currently_open_class): Simplify.
6074 (build_self_reference): Remove use of CLASSTYPE_LOCAL_TYPEDECLS.
6075 * decl.c (saved_scope): Add access_specifier.
6076 (maybe_push_to_top_level): Save it.
6077 (pop_from_top_level): Restore it.
6078 (maybe_process_template_type_declaration): Use
6079 finish_member_declaration.
6080 (pushtag): Likewise.
6081 (pushdecl_class_level): Don't return a value.
6082 (fixup_anonymous_union): Break out from grok_x_components.
6083 (shadow_tag): Use it.
6084 (xref_tag): Complain about using an elaborated type specifier to
6085 reference a template type parameter or typedef name.
6086 (xref_basetypes): Don't set CLASSTYPE_LOCAL_TYPEDECLS.
6087 (current_local_enum): Remove.
6088 (build_enumerator): Call finish_member_declaration.
6089 (grok_enum_decls): Remove.
6090 * decl2.c (grok_x_components): Simplify.
6091 (check_classfn): Change iteration through CLASSTYPE_METHOD_VEC.
6092 (grokfield): Don't set CLASSTYPE_LOCAL_TYPEDECLS.
6093 (merge_functions): Add to comment.
6094 (arg_assoc_type): Prototype.
6095 (arg_assoc): Pass as many arguments as there are parameters.
6096 * error.c (dump_expr): Handle PTRMEM_CST. Improve handling of
6097 OFFSET_REF.
6098 * expr.c (cpls_expand_expr): Remove dead code. Handle
6099 PTRMEM_CST.
6100 * friend.c (do_friend): Lookup friends when in nested classes.
6101 Change comments.
6102 * init.c (build_offset_ref): Do lookup even for classes that are
6103 only partially defined.
6104 (decl_constant_value): Remove dead code.
6105 * method.c (build_overload_value): Remove hack where by TYPE was
6106 not a TYPE. Handle PTRMEM_CST.
6107 (build_template_parm_names): Don't pass a PARM_DECL where a TYPE
6108 should go.
6109 * parse.y (components, notype_components, component_decl,
6110 component_decl_1, component_declarator, component_declarator0):
6111 Now all are itype rather than ttype. Rework to add members to
6112 classes on the fly.
6113 (typesqpecqual_reserved): Use check_multiple_declarators.
6114 (structsp): Update class to finish_class_definition.
6115 (do_xref_defn): Unsplit into named_class_head.
6116 (access_specifier): Set current_access_specifier.
6117 * pt.c (set_current_access_from_decl): New function.
6118 (finish_member_template_decl): Don't take the parameters.
6119 (comp_template_args): Make more robust.
6120 (lookup_template_class): Don't use current_local_enum.
6121 (for_each_template_parm): Handle PTRMEM_CST.
6122 (instantiate_class_template): Use set_current_access_from_decl,
6123 finish_member_declaration and unreverse_member_declarations. Set
6124 lineno/input_filename before generating implicit member functions.
6125 (type_unification_real): Don't assume back-unification happens
6126 only for the last argument.
6127 (regenerate_decl_from_template): Call pushclass a bit earlier.
6128 (tsubst_chain): Remove.
6129 (tsubst_enum): Use set_current_access_from_decl.
6130 (set_mangled_name_for_template_decl): Fix indentation.
6131 * search.c (lookup_fnfields_1): Change iteration through
6132 CLASSTYPE_METHOD_VEC.
6133 (dfs_pushdecls): Likewise.
6134 (dfs_compress_decls): Likewise.
6135 (add_conversions): Likewise.
6136 * semantics.c (finish_class_definition): Don't take components.
6137 Change call to finish_struct.
6138 (finish_member_declaration): New function.
6139 (finish_member_class_template): Don't take template parameters.
6140 Change call to grok_x_components. Call finish_member_template_decl.
6141 (check_multiple_declarators): New function.
6142 * sig.c (append_signature_fields): Work from the TYPE_METHODS, not
6143 a passed in fieldlist.
6144 * tree.c (search_tree): Handle PTRMEM_CST.
6145 (mapcar): Likewise.
6146 * typeck.c (unary_complex_lvalue): Build PTRMEM_CSTs, not
6147 INTEGER_CSTs, for pointer-to-data members.
6148
6149 * call.c (resolve_args): Resolve template specializations, if
6150 possible.
6151
6152 Tue Oct 6 07:57:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6153
6154 * Makefile.in (spew.o): Depend on toplev.h.
6155
6156 * call.c (compare_ics): Initialize variables `deref_from_type2',
6157 `deref_to_type1' and `deref_to_type2'.
6158
6159 * except.c (get_eh_type): Hide prototype and definition.
6160 (process_start_catch_block_old): Remove unused static prototype.
6161
6162 * pt.c (tsubst_decl): Initialize variable `argvec'.
6163
6164 * spew.c: Include toplev.h.
6165
6166 1998-10-05 Jason Merrill <jason@yorick.cygnus.com>
6167
6168 * pt.c (instantiate_decl): Do save and restore file position.
6169
6170 1998-10-05 Martin von Löwis <loewis@informatik.hu-berlin.de>
6171
6172 * method.c (build_decl_overload_real): Clear
6173 numeric_output_need_bar after __.
6174
6175 1998-10-05 Nathan Sidwell <nathan@acm.org>
6176
6177 * call.c (build_new_method_call): Issue 'incomplete type' error,
6178 if class is not defined.
6179
6180 1998-10-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6181
6182 * call.c (build_object_call): Move declaration of variable
6183 `fn' into the scope where it is used. Don't access variable
6184 `fn' when it is uninitialized, instead use `fns'.
6185
6186 1998-10-04 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6187
6188 * errfn.c (cp_thing): Print buf as a string not as a printf format
6189 to avoid problems with the operator%. Consequently, `%%' sequences
6190 in format are copied as `%' in buf.
6191
6192 1998-10-04 Jason Merrill <jason@yorick.cygnus.com>
6193
6194 * pt.c (pop_tinst_level): Call extract_interface_info.
6195 (instantiate_decl): Don't save and restore file position.
6196
6197 * decl.c (cp_finish_decl): Make statics in extern inlines and
6198 templates common, if possible and the target doesn't support weak
6199 symbols.
6200
6201 * decl.c (grokdeclarator): Remove redundant calls to
6202 build_type_variant and some duplicated code.
6203 * sig.c (build_signature_reference_type): Only take the type parm.
6204 (build_signature_pointer_type): Likewise.
6205 * tree.c (build_cplus_method_type): Adjust.
6206 * cp-tree.h: Update.
6207
6208 1998-10-04 Mark Mitchell <mark@markmitchell.com>
6209
6210 * call.c (build_over_call): Make pedwarns about dropped qualifiers
6211 into full-fledged errors.
6212 * cvt.c (convert_to_reference): Likewise.
6213 * typeck.c (convert_for_assignment): Likewise.
6214
6215 * search.c (expand_upcast_vtables): In addition to unsetting
6216 TREE_READONLY, remove top-level const type qualifier.
6217
6218 1998-10-03 Mark Mitchell <mark@markmitchell.com>
6219
6220 * class.c (current_class_ptr, current_class_ref): Clarify
6221 documentation.
6222 * cvt.c (ocp_convert): Don't expect fold to remove all trivial
6223 NOP type conversions.
6224 * decl.c (decls_match): Use comptypes directly; ignore
6225 qualifiers on the DECL.
6226 (duplicate_decls): Remove qualifier checks on DECL.
6227 (grokdeclarator): Make the type built up include top-level
6228 qualifiers.
6229 * decl2.c (do_dtors): Fix spelling error.
6230 * error.c (dump_simple_decl): Don't look at qualifiers on the decl
6231 when printing type information.
6232 * init.c (build_new_1): Add documentation. Deal with the fact
6233 that type of allocated memory now contains qualifiers.
6234 * lex.c (is_global): Improve error-recovery.
6235 * sig.c (build_member_function_pointer): Don't cast away const
6236 on fields of sigtable_entry_type.
6237 * tree.c (lvalue_type): Don't look at top-level qualifiers on
6238 expressions.
6239 * typeck.c (decay_conversion): Likewise.
6240 (build_component_ref): Make sure the type of the COMPONENT_REF
6241 contains top-level qualifiers, as appropriate. Improve
6242 error-handling.
6243 (build_indirect_ref): Simplify. Don't strip top-level qualifiers.
6244 (build_array_ref): Likewise.
6245 (build_unary_op): Improve error-recovery.
6246 (unary_complex_lvalue): Make taking the address a bound member
6247 function an error, not a sorry.
6248 (build_conditional_expr): Look at the type qualifiers, not the
6249 qualifiers on the expression itself.
6250
6251 1998-10-03 Jason Merrill <jason@yorick.cygnus.com>
6252
6253 * decl2.c (merge_functions): Remove duplicates.
6254
6255 * decl2.c: Add -f{no-,}implicit-inline-templates.
6256 (import_export_decl): Check it.
6257
6258 * decl.c (lookup_name_real): Template parms also take precedence
6259 over implicit typename. Only warn if yylex.
6260
6261 * typeck.c (build_conditional_expr): Only fold if ifexp is an
6262 INTEGER_CST.
6263
6264 * decl2.c (finish_vtable_vardecl): Check DECL_INTERFACE_KNOWN
6265 instead of linkage.
6266
6267 1998-10-01 Jason Merrill <jason@yorick.cygnus.com>
6268
6269 * cp-tree.h (FORMAT_VBASE_NAME): New macro.
6270 * class.c (build_vbase_pointer): Use it.
6271 * rtti.c (expand_class_desc): Likewise.
6272 * tree.c (build_vbase_pointer_fields): Likewise.
6273
6274 Thu Oct 1 10:43:45 1998 Nick Clifton <nickc@cygnus.com>
6275
6276 * decl.c (start_decl): Add invocation of
6277 SET_DEFAULT_DECL_ATTRIBUTES, if defined.
6278 (start_function): Add invocation of
6279 SET_DEFAULT_DECL_ATTRIBUTES, if defined.
6280
6281 * lex.c: Replace occurrences of HANDLE_SYSV_PRAGMA with
6282 HANDLE_GENERIC_PRAGMAS.
6283
6284 1998-09-28 Anthony Green <green@cygnus.com>
6285
6286 * semantics.c (finish_asm_stmt): Always permit volatile asms.
6287
6288 1998-09-28 Mark Mitchell <mark@markmitchell.com>
6289
6290 * decl.c (grokdeclarator): Tighten checks for invalid
6291 destructors. Improve error-messages and error-recovery.
6292 * decl2.c (check_classfn): Don't assume that mangled destructor
6293 names contain type information.
6294
6295 1998-09-25 Jason Merrill <jason@yorick.cygnus.com>
6296
6297 * search.c (get_base_distance): Remove assert.
6298
6299 * decl2.c (build_anon_union_vars): Don't process a field with no
6300 name.
6301 (finish_anon_union): Also complain about local anon unions with no
6302 members.
6303
6304 1998-09-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
6305
6306 * decl.c (lookup_namespace_name): If the name is a namespace,
6307 return it immediately.
6308
6309 Fri Sep 25 11:45:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6310
6311 * cp-tree.h (define_case_label): Remove unused parameter.
6312 (check_java_method): Likewise.
6313 (grokclassfn): Likewise.
6314 (expand_aggr_init): Likewise.
6315 (build_x_delete): Likewise.
6316 (maybe_end_member_template_processing): Likewise.
6317 (unshare_base_binfos): Add prototype.
6318 (string_conv_p): Likewise.
6319 (my_friendly_abort): Mark with ATTRIBUTE_NORETURN.
6320
6321 * cvt.c (build_up_reference): Remove unused parameter
6322 `checkconst', all callers changed.
6323 (build_type_conversion): Mark parameter `code' with
6324 ATTRIBUTE_UNUSED.
6325 (build_expr_type_conversion): Initialize variable `conv'.
6326
6327 * decl.c (push_namespace): Initialize variable `d'.
6328 (define_case_label): Remove unused parameter `decl', all callers
6329 changed.
6330
6331 * decl2.c (lang_decode_option): If !USE_CPPLIB, mark parameter
6332 `argc' with ATTRIBUTE_UNUSED.
6333 (grokclassfn): Remove unused parameter `cname', all callers
6334 changed.
6335 (check_java_method): Likewise for parameter `ctype'.
6336 (copy_assignment_arg_p): Mark parameter `virtualp' with
6337 ATTRIBUTE_UNUSED.
6338 (finish_prevtable_vardecl): Likewise for parameter `prev'.
6339
6340 * expr.c (extract_init): Likewise for parameters `decl' and `init'.
6341
6342 * init.c (expand_aggr_init_1): Remove unused parameter
6343 `alias_this', all callers changed.
6344 (expand_aggr_init): Likewise.
6345 (expand_default_init): Likewise.
6346 (build_new_1): Initialize variable `susp'.
6347 (build_x_delete): Remove unused parameter `type', all callers
6348 changed.
6349
6350 * lex.c (set_typedecl_interface_info): Mark parameter `prev' with
6351 ATTRIBUTE_UNUSED.
6352 (readescape): Use (unsigned) value in shift.
6353 (real_yylex): Likewise. Likewise. Also cast `sizeof' to int when
6354 comparing to a signed quantity.
6355
6356 * pt.c (maybe_end_member_template_processing): Remove unused
6357 parameter `decl', all callers changed.
6358 (check_explicit_specialization): Add braces around empty body in
6359 an else-statement.
6360 (current_template_args): Initialize variable `args'.
6361 (lookup_template_class): Likewise for variable `prev_local_enum'.
6362 (tsubst_decl): Likewise for variable `r'.
6363 (set_mangled_name_for_template_decl): Initialize variable
6364 `context'.
6365
6366 * spew.c (scan_tokens): Change type of parameter `n' to unsigned.
6367 Likewise for variable `i'.
6368 (yylex): Initialize variable `trrr'.
6369
6370 * typeck.c (compparms): Mark variable `strict' with
6371 ATTRIBUTE_UNUSED.
6372
6373 * xref.c (simplify_type): Cast argument of ctype function to
6374 `unsigned char'.
6375
6376 1998-09-24 Mark Mitchell <mark@markmitchell.com>
6377
6378 * cp-tree.h (language_lvalue_valid): Remove.
6379 * decl.c (grokdeclarator): Don't disallow references to functions.
6380 * tree.c (lvalue_p_1): New function, combining duplicated
6381 code from ...
6382 (lvalue_p): Use it.
6383 (real_lvalue_p): Likewise.
6384 * typeck.c (language_lvalue_valid): Remove.
6385 (build_modify_expr): Treat FUNCTION_TYPEs as readonly, even though
6386 they don't have TREE_READONLY set.
6387 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.
6388
6389 1998-09-24 Benjamin Kosnik <bkoz@loony.cygnus.com>
6390
6391 * spew.c (yylex): Give diagnostic.
6392 * hash.h (is_reserved_word): Add export.
6393 * gxx.gperf: Likewise.
6394 * lex.h (rid): Add RID_EXPORT.
6395 * lex.c (init_parse): Likewise.
6396
6397 Tue Sep 22 21:01:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6398
6399 * friend.c (do_friend): Make warning a full sentence.
6400
6401 1998-09-22 Mark Mitchell <mark@markmitchell.com>
6402
6403 * parse.y (component_decl_list): Improve error-recovery.
6404
6405 1998-09-22 Benjamin Kosnik <bkoz@loony.cygnus.com>
6406
6407 * decl.c (make_typename_type): Move error to point where name
6408 variable can be used by dump_type.
6409
6410 1998-09-22 Mark Mitchell <mark@markmitchell.com>
6411
6412 * decl.c (grokfndecl): Improve error-recovery.
6413 * decl2.c (grokfield): Likewise.
6414 * pt.c (finish_member_template_decl): Likewise.
6415
6416 1998-09-20 Martin von Löwis <loewis@informatik.hu-berlin.de>
6417
6418 * method.c (hack_identifier): Finding multiple members is always
6419 an error.
6420
6421 1998-09-21 Per Bothner <bothner@cygnus.com>
6422
6423 * Make-lang.in (c++-filt): Link libiberty.a after cxxmain.o.
6424
6425 Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
6426
6427 * lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
6428
6429 1998-09-20 Mark Mitchell <mark@markmitchell.com>
6430
6431 * class.c (maybe_warn_about_overly_private_class): Reformat.
6432
6433 1998-09-17 Andrew MacLeod <amacleod@cygnus.com>
6434
6435 * exception.cc (__cplus_type_matcher): Realign some code.
6436
6437 1998-09-16 Mark Mitchell <mark@markmitchell.com>
6438
6439 * Make-lang.in (tinfo.o): Use CXXFLAGS when compiling.
6440 (tinfo2.o): Likewise.
6441 (exception.o): Likewise.
6442 (new.o): Likewise.
6443 (opnew.o): Likewise.
6444 (opnewnt.o): Likewise.
6445 (opvnew.o): Likewise.
6446 (opvnewnt.o): Likewise.
6447 (opdel.o): Likewise.
6448 (opdelnt.o): Likewise.
6449 (opvdel.o): Likewise.
6450 (opvdelnt.o): Likewise.
6451
6452 1998-09-16 Richard Henderson <rth@cygnus.com>
6453
6454 * decl.c (init_decl_processing): Kill __builtin_fp and __builtin_sp.
6455
6456 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
6457
6458 * call.c (build_field_call): Handle static data members too.
6459
6460 * typeck.c (comptypes): When comparing pointer types, check
6461 whether referred types match even in strictest modes.
6462
6463 1998-09-15 Mark Mitchell <mark@markmitchell.com>
6464
6465 * cp-tree.h: Revert previous change.
6466 (finish_struct_methods): Remove declaration.
6467 * class.c: Revert previous change.
6468 (maybe_warn_about_overly_private_class): New function.
6469 (finish_struct_methods): Declare here, and make static. Remove
6470 unnecessary parameters. Tidy slightly. Use
6471 maybe_warn_about_overly_private_class.
6472 (finish_struct_1): Adjust. Remove check for private constructors,
6473 now done elsewhere.
6474 (finish_struct): Adjust.
6475
6476 1998-09-15 Andrew MacLeod <amacleod@cygnus.com>
6477
6478 * except.c (expand_start_catch_block): No need to check for new
6479 exception model.
6480 (process_start_catch_block_old): Deleted.
6481 (process_start_catch_block): Add call to start_decl_1().
6482 (expand_end_catch_block): Add call to end_catch_handler().
6483 * exception.cc (__cplus_type_matcher): Only check the exception
6484 language if there is an exception table.
6485
6486 1998-09-15 Andrew MacLeod <amacleod@cygnus.com>
6487
6488 * search.c (expand_indirect_vtbls_init): Mark temporary stack slots
6489 as used to prevent conflicts with virtual function tables.
6490
6491 1998-09-14 Mark Mitchell <mark@markmitchell.com>
6492
6493 * cp-tree.h (lang_type): Add has_non_private_static_mem_fn.
6494 (CLASSTYPE_HAS_NON_PRIVATE_STATIC_MEM_FN): New macro, to access it.
6495 * class.c (maybe_class_too_private_p): New function.
6496 (finish_struct_methods): Use it.
6497 (finish_struct_1): Likewise.
6498 (finish_struct): Set CLASSTYPE_HAS_NON_PRIVATE_STATIC_MEM_FN if
6499 appropriate.
6500
6501 * pt.c (check_specialization_scope): Fix spelling error.
6502 (check_explicit_specialization): Remove code to handle explicit
6503 specializations in class scope; they are now correctly diagnosed
6504 as errors.
6505
6506 1998-09-10 Mark Mitchell <mark@markmitchell.com>
6507
6508 * decl.c (pushdecl): Don't copy types if the
6509 DECL_ABSTRACT_ORIGIN of the new decl matches the TYPE_NAME of the
6510 type.
6511
6512 1998-09-09 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
6513
6514 * class.c (get_enclosing_class): New function.
6515 (is_base_of_enclosing_class): Likewise.
6516 * cp-tree.h (get_enclosing_class): Declare.
6517 (is_base_of_enclosing_class): Likewise.
6518 * pt.c (coerce_template_parms): Use them.
6519
6520 1998-09-09 Jason Merrill <jason@yorick.cygnus.com>
6521
6522 * g++spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
6523 null to decide whether to use it.
6524
6525 * error.c (dump_type_real): Handle NAMESPACE_DECL.
6526 * parse.y (base_class.1): Avoid crash on error.
6527
6528 1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
6529
6530 * decl.c (make_typename_type): If context is a namespace, the code
6531 is in error.
6532
6533 1998-09-08 Mumit Khan <khan@xraylith.wisc.edu>
6534
6535 * parse.y (nomods_initdcl0): Set up the parser stack correctly.
6536
6537 1998-09-08 Mark Mitchell <mark@markmitchell.com>
6538
6539 * cp-tree.h (anonymous_namespace_name): Declare.
6540 * decl.c: Define it.
6541 (push_namespace): Use anonymous_namespace_name, rather than local
6542 static anon_name.
6543 * error.c (dump_decl): If a namespace is named
6544 anonymous_namespace_name, call it {anonymous}.
6545
6546 * decl.c (grokparms): Distinguish between references and pointers
6547 in error message.
6548
6549 1998-09-08 Richard Henderson <rth@cygnus.com>
6550 Mark Mitchell <mark@markmitchell.com>
6551
6552 * pt.c (process_partial_specialization): Consistently allocate
6553 and zero tpd.parms based on ntparms. Use tpd2.parms, not
6554 tpd.parms, where appropriate.
6555
6556 Sun Sep 6 00:00:51 1998 Jeffrey A Law (law@cygnus.com)
6557
6558 * Makefile.in (INCLUDES): Update after recent toplevel gcc
6559 reorganizations.
6560
6561 1998-09-05 Mark Mitchell <mark@markmitchell.com>
6562
6563 * cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove.
6564 * class.c (finish_struct): Remove hackery to deal with explicit
6565 specializations in class scope.
6566 * decl.c (grokfndecl): Improve error-recovery.
6567 * decl2.c (grokfield): Likewise.
6568 * pt.c (check_specialization_scope): New function.
6569 (begin_specialization): Call it.
6570 (process_partial_specialization): New function, split out from
6571 push_template_decl. Check partial specializations more
6572 stringently.
6573 (push_template_decl): Call it.
6574 (check_explicit_specialization): Don't attempt to handle explicit
6575 specializations in class scope.
6576 (template_parm_data): Document. Add current_arg and
6577 arg_uses_template_parms.
6578 (mark_template_parm): Set it.
6579 (tsubst_arg_types): Remove unused variable.
6580 * semantics.c (begin_class_definition): Tweak.
6581
6582 1998-09-04 Mark Mitchell <mark@markmitchell.com>
6583
6584 * inc/typeinfo (type_info::type_info(const char*)): Make
6585 `explicit'.
6586
6587 * cp-tree.h (hash_tree_cons_simple): New macro.
6588 * pt.c (tsubst_arg_types): New function. Use hash_tree_cons.
6589 (coerce_template_parms): Use make_temp_vec, instead of
6590 make_tree_vec. Document this behavior.
6591 (lookup_template_class): Likewise.
6592 (tsubst, cases METHOD_TYPE, FUNCTION_TYPE): Use tsubst_arg_types.
6593 Remove dead code (and add assertion to check its deadness). Fix
6594 bug w.r.t. exception specifications.
6595
6596 1998-09-03 Jason Merrill <jason@yorick.cygnus.com>
6597
6598 * decl2.c (import_export_vtable): Always make artificials comdat.
6599 (import_export_decl): Likewise.
6600 * pt.c (mark_decl_instantiated): Likewise.
6601
6602 1998-09-03 Mark Mitchell <mark@markmitchell.com>
6603
6604 * cp-tree.h (finish_globally_qualified_member_call_expr):
6605 Rename to ...
6606 (finish_qualified_call_expr).
6607 * semantics.c: Likewise.
6608 * parse.y (primary): Use it.
6609 * method.c (hack_identifier): Remove redundant code.
6610
6611 * init.c (resolve_offset_ref): Call convert_from_reference to
6612 handle members of reference type. Improve error recovery.
6613
6614 1998-09-03 Benjamin Kosnik <bkoz@cygnus.com>
6615
6616 * cp-tree.h: Declare warn_nontemplate_friend.
6617 * decl2.c (lang_decode_option): Set.
6618 * lang-options.h: Add -Wnon-template-friend.
6619 * friend.c (do_friend): Use to toggle non-template function warning.
6620
6621 1998-09-03 Mark Mitchell <mark@markmitchell.com>
6622
6623 * decl.c (finish_enum): Don't resolve CONST_DECLs to their
6624 corresponding INTEGER_CSTs when processing_template_decl.
6625 * pt.c (tsubst_enum): Tweak accordingly.
6626
6627 1998-09-03 Benjamin Kosnik <bkoz@rhino.cygnus.com>
6628
6629 * decl.c (pushdecl_class_level): Add warning here.
6630 (pushdecl): Tweak.
6631
6632 1998-09-02 Jason Merrill <jason@yorick.cygnus.com>
6633
6634 * cvt.c (convert_pointer_to_real): Tidy.
6635 * search.c (get_base_distance_recursive): Simplify.
6636 (get_base_distance): Likewise.
6637
6638 * pt.c (unify): Only special-case INTEGER_TYPE if it uses template
6639 parms.
6640
6641 Wed Sep 02 09:25:29 1998 Nick Clifton <nickc@cygnus.com>
6642
6643 * lex.c (check_newline): Call HANDLE_PRAGMA before
6644 HANDLE_SYSV_PRAGMA if both are defined. Generate warning messages
6645 if unknown pragmas are encountered.
6646 (handle_sysv_pragma): Interpret return code from
6647 handle_pragma_token (). Return success/failure indication rather
6648 than next unprocessed character.
6649 (pragma_getc): New function: retrieves characters from the
6650 input stream. Defined when HANDLE_PRAGMA is defined.
6651 (pragma_ungetc): New function: replaces characters back into the
6652 input stream. Defined when HANDLE_PRAGMA is defined.
6653
6654 1998-09-01 Jason Merrill <jason@yorick.cygnus.com>
6655
6656 * decl2.c (output_vtable_inherit): Use %cDIGIT in the operands.
6657 * class.c (build_vtable_entry_ref): Likewise.
6658
6659 1998-09-01 Mark Mitchell <mark@markmitchell.com>
6660
6661 * cp-tree.h (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION): New macro.
6662 * decl2.c (import_export_decl): Likewise.
6663 * pt.c (instantiate_decl): Use it.
6664
6665 1998-09-01 Jason Merrill <jason@yorick.cygnus.com>
6666
6667 * decl.c (lookup_name_real): Also do implicit typename thing for
6668 artificial TYPE_DECLs.
6669 * search.c (lookup_field): Likewise.
6670 (lookup_fnfields, lookup_field): Adjust for implicit typename kludge.
6671 * semantics.c (begin_constructor_declarator): Use enter_scope_of.
6672 (enter_scope_of): Extract type from implicit typename.
6673 (begin_class_definition): Likewise.
6674 * lex.c (identifier_type): Handle implicit typename when checking
6675 for SELFNAME.
6676
6677 * cp-tree.h: Declare flag_strict_prototype.
6678 * lex.c (do_scoped_id, do_identifier): Don't implicitly_declare if
6679 -fstrict-prototype.
6680 * decl.c (init_decl_processing): If -f{no,-}strict-prototype wasn't
6681 specified, set it to the value of pedantic.
6682
6683 1998-09-01 Mark Mitchell <mark@markmitchell.com>
6684
6685 * decl2.c (arg_assoc): Handle template-id expressions as arguments.
6686
6687 1998-08-31 Mark Mitchell <mark@markmitchell.com>
6688
6689 * decl.c (finish_enum): Handle member enums of classes declared in
6690 template functions.
6691
6692 * decl2.c (grok_x_components): Strip attributes before calling
6693 groktypename.
6694
6695 1998-08-31 Jason Merrill <jason@yorick.cygnus.com>
6696
6697 * cp-tree.h, decl2.c: Remove support for -fall-virtual,
6698 -fenum-int-equivalence and -fno-nonnull-objects.
6699 * class.c (check_for_override): Remove support for -fall-virtual.
6700 (finish_struct_1): Likewise.
6701 * call.c (build_new_op): Remove support for -fenum-int-equivalence.
6702 * typeck.c (build_binary_op_nodefault): Likewise.
6703 * cvt.c (ocp_convert): Likewise.
6704 * call.c (build_vfield_ref): Remove support for -fno-nonnull-objects.
6705 * class.c (build_vbase_path): Likewise.
6706
6707 Sun Aug 30 22:16:31 1998 H.J. Lu (hjl@gnu.org)
6708
6709 * Makefile.in (INTERFACE): New, set to 1.
6710
6711 1998-08-30 Mark Mitchell <mark@markmitchell.com>
6712
6713 * error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when
6714 comparing with global_namespace.
6715 (dump_aggr_type): Likewise.
6716
6717 * decl.c (grokfndecl): Issue error on declaration of friend
6718 templates with explicit template arguments.
6719
6720 * pt.c (convert_template_argument): New function, split out
6721 from...
6722 (coerce_template_parms): Here.
6723 (tsubst): Attempt better error-recovery.
6724
6725 1998-08-28 Benjamin Kosnik <bkoz@loony.cygnus.com>
6726
6727 * pt.c (decl_template_parm_p): Add checks for
6728 TEMPLATE_TEMPLATE_PARM.
6729
6730 1998-08-28 Mark Mitchell <mark@markmitchell.com>
6731
6732 * lex.c (do_identifier): Fix thinko in previous change.
6733
6734 1998-08-28 Jason Merrill <jason@yorick.cygnus.com>
6735
6736 * search.c (dfs_search, binfo_for_vtable, dfs_bfv_helper): New fns.
6737 * decl2.c (output_vtable_inherit): Call binfo_for_vtable.
6738
6739 1998-08-28 Richard Henderson <rth@cygnus.com>
6740
6741 Add support for discarding unused virtual functions.
6742 * lang-options.h: Add -fvtable-gc.
6743 * cp-tree.h: Add flag_vtable_gc.
6744 * decl2.c (output_vtable_inherit): New fn.
6745 (finish_vtable_vardecl): Call it.
6746 * class.c (build_vtable_entry_ref): New fn.
6747 (build_vtbl_ref): Call it.
6748
6749 1998-08-28 Mark Mitchell <mark@markmitchell.com>
6750
6751 * cp-tree.h (build_enumerator): Take the enumeration type as a
6752 parameter.
6753 * decl.c (finish_enum): Don't set the TREE_TYPE for the
6754 enumeration constant values if we're processing_template_decls.
6755 Don't set the type for the CONST_DECLs either; that's done in
6756 build_enumerator.
6757 (build_enumerator): Take the enumeration type as a
6758 parameter.
6759 * lex.c (do_identifier): Don't resolve enumeration constants while
6760 processing template declarations, even if they happen to be
6761 TEMPLATE_PARM_INDEXs.
6762
6763 * parse.y (current_enum_type): New variable.
6764 (primary): Don't allow statement-expression in local classes just
6765 as we don't in global classes.
6766 (structsp): Use current_enum_type.
6767 (enum_list): Likewise.
6768 * pt.c (tsubst_enum): Don't check for NOP_EXPRs introduced by
6769 finish_enum; they no longer occur.
6770
6771 * cp-tree.h (finish_base_specifier): New function.
6772 * parse.y (base_class): Use it.
6773 * semantics.c (finish_base_specifier): Define it.
6774
6775 * parse.y (structsp): Warn on use of typename outside of template
6776 declarations.
6777
6778 1998-08-27 Jason Merrill <jason@yorick.cygnus.com>
6779
6780 * lex.c (handle_cp_pragma): Remove #pragma vtable.
6781 * lang-options.h: Remove +e options.
6782 * decl2.c (lang_decode_option): Likewise.
6783 (import_export_vtable): Don't check write_virtuals.
6784 (finish_vtable_vardecl, finish_file): Likewise.
6785 * search.c (dfs_debug_mark): Likewise.
6786 * semantics.c (begin_class_definition): Likewise.
6787 * class.c (build_vtable, finish_vtbls, finish_struct_1): Likewise.
6788
6789 * call.c (build_over_call): Check flag_elide_constructors.
6790 * decl2.c: flag_elide_constructors defaults to 1.
6791 * typeck.c (convert_arguments): Remove return_loc parm.
6792 (build_function_call_real): Adjust.
6793
6794 * search.c: Tear out all mi_matrix and memoize code.
6795 (lookup_field, lookup_fnfields): Use scratch_tree_cons.
6796 * lang-options.h: Remove documentation for -fhandle-exceptions,
6797 -fmemoize-lookups and -fsave-memoized.
6798 * cp-tree.h: Lose mi_matrix and memoize support.
6799 * decl2.c: Ignore -fmemoize-lookups and -fsave-memoized.
6800 * class.c: Lose struct class_level.
6801 (pushclass, popclass): Lose memoize support.
6802 * init.c (build_offset_ref): Likewise.
6803
6804 Never change BINFO_INHERITANCE_CHAIN.
6805 * init.c (emit_base_init): Change modification of
6806 BINFO_INHERITANCE_CHAIN to an assert.
6807 * search.c (get_base_distance_recursive): Likewise.
6808 (get_base_distance): Likewise.
6809 (lookup_member): Likewise.
6810 (convert_pointer_to_single_level): Likewise.
6811 (lookup_field): Likewise. Lose setting TREE_VIA_* on TREE_LISTs.
6812 (lookup_fnfields): Likewise.
6813 * tree.c (propagate_binfo_offsets): Don't call unshare_base_binfos.
6814 (unshare_base_binfos): Don't call propagate_binfo_offsets.
6815 (layout_basetypes): Call propagate_binfo_offsets instead of
6816 unshare_base_binfos.
6817 * decl.c (xref_basetypes): Call unshare_base_binfos.
6818 * pt.c (instantiate_class_template): Likewise.
6819 * tree.c (reverse_path): Remove 'copy' parm; always make a
6820 temporary copy.
6821 * class.c (build_vbase_path): Just call it.
6822 * search.c (compute_access): Likewise. Don't re-reverse.
6823
6824 1998-08-27 Mark Mitchell <mark@markmitchell.com>
6825
6826 * class.c (build_vbase_path): Use reverse_path.
6827 (finish_base_struct): Move warnings for inaccessible bases to
6828 layout_basetypes.
6829 (modify_one_vtable): Remove check of TREE_USED (binfo).
6830 (fixup_vtable_deltas1): Likewise.
6831 * cp-tree.h (BINFO_INHERITANCE_CHAIN): Document here.
6832 (xref_tag): Remove binfos parameter.
6833 (make_binfo): Remove chain parameter.
6834 (reverse_path): Add copy parameter.
6835 * decl.c (init_decl_processing): Change calls to xref_tag.
6836 (xref_tag): Remove binfos parameter.
6837 (xref_basetypes): Change calls to make_binfo.
6838 * decl2.c (grok_x_components): Change calls to xref_tag.
6839 (handle_class_head): Likewise.
6840 * friend.c (do_friend): Likewise.
6841 * lex.c (make_lang_type): Change calls to make_binfo.
6842 * parse.y (structsp): Change calls to xref_tag.
6843 (named_complex_class_head_sans_basetype): Likewise.
6844 (named_class_head): Likewise.
6845 * rtti.c (init_rtti_processing): Likewise.
6846 * search.c (compute_access): Change calls to reverse_path.
6847 (dfs_get_vbase_types): Change calls to make_binfo.
6848 (get_vbase_types): Remove dead code.
6849 * tree.c (unshare_base_binfos): Change calls to make_binfo.
6850 (layout_basetypes): Warn here about inaccessible bases.
6851 (make_binfo): Remove chain parameter.
6852 (reverse_path): Add copy parameter.
6853
6854 1998-08-27 Jason Merrill <jason@yorick.cygnus.com>
6855
6856 * class.c: #if 0 complete_type_p.
6857 * init.c (build_java_class_ref, build_new_1): Remove unused locals.
6858 * method.c (process_overload_item): Likewise.
6859 * typeck.c (comp_target_types): Likewise.
6860
6861 Stop sharing binfos for indirect virtual bases.
6862 * tree.c (propagate_binfo_offsets): Unshare vbases, too.
6863 (layout_basetypes): Likewise.
6864 (unshare_base_binfos): Copy vbases, too.
6865 * cp-tree.h (BINFO_VIA_PUBLIC, BINFO_BASEINIT_MARKED,
6866 BINFO_VBASE_INIT_MARKED): Remove obsolete macros.
6867 (BINFO_PUSHDECLS_MARKED, SET_BINFO_PUSHDECLS_MARKED,
6868 CLEAR_BINFO_PUSHDECLS_MARKED): New macros.
6869 * search.c (lookup_field, lookup_fnfields, lookup_member): Remove
6870 reference to BINFO_VIA_PUBLIC.
6871 (marked_pushdecls_p, unmarked_pushdecls_p): New fns.
6872 (push_class_decls): Use them.
6873 (dfs_pushdecls): Use SET_BINFO_PUSHDECLS_MARKED.
6874 (dfs_compress_decls): Use CLEAR_BINFO_PUSHDECLS_MARKED.
6875
6876 1998-08-27 Mark Mitchell <mark@markmitchell.com>
6877
6878 * decl.c (build_enumerator): Set DECL_CONTEXT for the
6879 CONST_DECLs.
6880
6881 1998-08-26 Mark Mitchell <mark@markmitchell.com>
6882
6883 * cp-tree.h (finish_enum): Change prototype.
6884 * decl.c (finish_enum): Use TYPE_VALUES, rather than taking a
6885 VALUES parameter. Don't try to compute mins/maxs if
6886 processing_template_decl.
6887 * parse.y (structsp): Use new calling sequence for finish_enum.
6888 * pt.c (tsubst_enum): Likewise. Take the new type as input.
6889 (lookup_template_class): Remove unused variables. Tweak.
6890 Register enums on instantiation list before substituting
6891 enumeration constants.
6892 (tsubst_decl): Remove unused variables.
6893 (regenerate_decl_from_template): Likewise.
6894
6895 * decl.c (duplicate_decls): Don't obliterate the
6896 DECL_TEMPLATE_INFO for a template if we're not replacing it with
6897 anything.
6898
6899 * lex.c (do_identifier): Fix typo in comment.
6900
6901 Wed Aug 26 10:54:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6902
6903 * errfn.c: Remove stdarg.h/varargs.h.
6904 * tree.c: Likewise.
6905
6906 1998-08-25 Brendan Kehoe <brendan@cygnus.com>
6907
6908 * pt.c (tsubst_copy): Only do typename overloading on an
6909 IDENTIFIER_NODE that happens to look like a typename if it actually
6910 has a type for us to use.
6911
6912 1998-08-25 Jason Merrill <jason@yorick.cygnus.com>
6913
6914 * typeck.c (comp_cv_target_types): Split out...
6915 (comp_target_types): From here. Don't allow cv-qual changes under
6916 a pointer if nptrs == 0. Fix OFFSET_TYPE handling.
6917 (build_ptrmemfunc): Pass 1 to nptrs.
6918 * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
6919
6920 1998-08-25 Mark Mitchell <mark@markmitchell.com>
6921
6922 * search.c (dependent_base_p): Don't compare a binfo to
6923 current_class_type; use the TREE_TYPE of the binfo instead.
6924
6925 * cp-tree.h (CLASS_TYPE_P): Revise definition.
6926
6927 1998-08-25 Jason Merrill <jason@yorick.cygnus.com>
6928
6929 * decl.c (duplicate_decls): Don't complain about different
6930 exceptions from an internal decl even if pedantic.
6931
6932 * typeck.c (convert_for_assignment): Converting from pm of vbase
6933 to derived is an error, not a sorry.
6934
6935 * call.c (build_over_call): Use convert_pointer_to_real for 'this'.
6936 * class.c (fixed_type_or_null): Rename from
6937 resolves_to_fixed_type_p. Return the dynamic type of the
6938 expression, if fixed, or null.
6939 (resolves_to_fixed_type_p): Use it. Return 0 if the dynamic type
6940 does not match the static type.
6941 (build_vbase_path): Rename 'alias_this' to 'nonnull'. Use
6942 resolves_to_fixed_type_p again.
6943
6944 1998-08-24 Mark Mitchell <mark@markmitchell.com>
6945
6946 * pt.c (tsubst_decl): Move special case code for dealing with
6947 tricky friend templates here from ...
6948 (regenerate_decl_from_template): Here.
6949
6950 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
6951
6952 * decl.c (start_decl): Remove redundant linkage check.
6953
6954 1998-08-24 Gavin Romig-Koch <gavin@cygnus.com>
6955
6956 * typeck.c (c_expand_return): Handle the case that valtype
6957 is wider than the functions return type.
6958
6959 1998-08-24 Mark Mitchell <mark@markmitchell.com>
6960
6961 * cp-tree.h (CLASS_TYPE_P): New macro.
6962 * decl.c (grokdeclarator): Use it instead of IS_AGGR_TYPE.
6963 * pt.c (process_template_parm): Undo previous change.
6964
6965 1998-08-24 Benjamin Kosnik <bkoz@cygnus.com>
6966
6967 * cp-tree.h: Declare.
6968 * pt.c (decl_template_parm_p): New function.
6969 * decl.c (pushdecl): Check decls for redeclaring template parms.
6970 (xref_tag): Make redeclaration an error, print decl.
6971 * decl2.c (grokfield): Check field_decls for redeclaration as well.
6972
6973 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
6974
6975 * parse.y (primary): Fix up the type of string constants.
6976
6977 1998-08-24 Mark Mitchell <mark@markmitchell.com>
6978
6979 * typeck.c (convert_for_initialization): Move check for odd uses
6980 of NULL to avoid duplicate warnings.
6981
6982 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
6983
6984 * tree.c (lvalue_type): Fix for arrays.
6985 * typeck.c (string_conv_p): New fn.
6986 (convert_for_assignment): Use it.
6987 (build_unary_op): Use lvalue_type.
6988 * call.c (standard_conversion, convert_like): Use string_conv_p.
6989 (add_function_candidate): Use lvalue_type.
6990 * cvt.c (convert_to_reference): Likewise.
6991 * decl2.c (lang_decode_option): Ignore -traditional.
6992 * decl.c (init_decl_processing): flag_writable_strings inhibits
6993 flag_const_strings.
6994
6995 1998-08-24 Andrew MacLeod <amacleod@cygnus.com>
6996
6997 * lang-options.h (lang_options): Add fconst-strings to the list
6998 of valid options.
6999 * decl2.c (lang_f_options, lang_decode_option): Likewise.
7000
7001 1998-08-24 Nathan Sidwell <nathan@acm.org>
7002
7003 * lex.c (real_yylex): Don't warn about long long constants if
7004 we're allowing long long.
7005
7006 1998-08-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
7007
7008 * decl.c (pushdecl): Use IDENTIFIER_NAMESPACE_VALUE instead of
7009 accessing bindings directly.
7010
7011 * search.c (my_tree_cons): Reimplement.
7012
7013 * lang-specs.h: Remove __HONOR_STD.
7014 * inc/exception, inc/new, inc/new.h, inc/typeinfo: Likewise.
7015
7016 1998-08-23 Mark Mitchell <mark@markmitchell.com>
7017
7018 * decl.c (grokdeclarator): Complain about in-class initialization
7019 of aggregates and/or references.
7020 * pt.c (process_template_parm): Clear IS_AGGR_TYPE for
7021 TEMPLATE_TYPE_PARMs.
7022
7023 * decl2.c (grok_array_decl): Add comment.
7024 (mark_used): Don't instantiate an explicit instantiation.
7025 * friend.c (make_friend_class): Remove bogus comment. Fix check
7026 for partial specializations.
7027 * pt.c (check_explicit_specialization): Don't
7028 SET_DECL_EXPLICIT_INSTANTIATION here.
7029 (mark_decl_instantiated): Or here.
7030 (do_decl_instantiation): Do it here, instead. Add checks for
7031 duplicate explicit instantiations, etc. Tidy.
7032 (do_type_instantiation): Likewise.
7033 (instantiate_decl): Improve comments. Complain about explicit
7034 instantiations where no definition is available.
7035
7036 * cp-tree.h (ansi_null_node): Remove.
7037 * call.c (build_over_call): Warn about converting NULL to an
7038 arithmetic type.
7039 * cvt.c (build_expr_type_conversion): Likewise. Use
7040 null_ptr_cst_p instead of expanding it inline.
7041 * decl.c (ansi_null_node): Remove.
7042 (init_decl_processing): Make null_node always have integral type.
7043 * except.c (build_throw): Warn about converting NULL to an
7044 arithmetic type.
7045 * lex.c (init_parse): Remove handling of ansi_null_node.
7046 * pt.c (type_unification_real): Don't convert NULL to void* type.
7047 * typeck.c (build_binary_op_nodefault): Fix NULL warnings.
7048 (convert_for_assignment): Warn about converting NULL to an
7049 arithmetic type.
7050 (convert_for_initialization): Likewise.
7051
7052 1998-08-20 Jason Merrill <jason@yorick.cygnus.com>
7053
7054 * tree.c (search_tree, no_linkage_helper, no_linkage_check): New fn.
7055 * pt.c (coerce_template_parms): Use no_linkage_check.
7056 * decl.c (grokvardecl): Likewise.
7057 (grokfndecl): Likewise. Members of anonymous types have no linkage.
7058
7059 * method.c (process_overload_item): Remove useless code.
7060
7061 1998-08-20 Per Bothner <bothner@cygnus.com>
7062
7063 Handle new'ing of Java classes.
7064 * init.c (build_class_classref): New function.
7065 (build_new_1): If type is TYPE_FOR_JAVA: Call _Jv_AllocObject;
7066 constructor does not return this; don't need to exception-protect.
7067
7068 * pt.c (lookup_template_class): Copy TYPE_FOR_JAVA flag.
7069 * decl2.c (acceptable_java_type): Handle template-derived types.
7070
7071 1998-08-20 Per Bothner <bothner@cygnus.com>
7072
7073 * decl2.c (import_export_vtable): Suppress vtables for Java classes.
7074
7075 1998-08-20 Mark Mitchell <mark@markmitchell.com>
7076
7077 * decl.c (duplicate_decls): Always merge the old and new patterns
7078 for templates, regardless of whether or not the new one has
7079 DECL_INITIAL. Don't throw away specializations. Merge
7080 DECL_SAVED_TREE.
7081 * pt.c (tsubst_decl): Use the right pattern when calculating the
7082 complete args for a new template instance.
7083 (do_decl_instantiation): Fix typo in comment.
7084 (regenerate_decl_from_template): Deal with tricky friend template
7085 case.
7086 (instantiate_decl): Likewise.
7087
7088 Thu Aug 20 09:09:45 1998 Jeffrey A Law (law@cygnus.com)
7089
7090 * init.c (build_builtin_delete_call): Add missing assemble_external
7091 call.
7092
7093 1998-08-20 Jason Merrill <jason@yorick.cygnus.com>
7094
7095 * parse.y (notype_unqualified_id): Also accept ~A<int>.
7096
7097 1998-08-19 Mark Mitchell <mark@markmitchell.com>
7098
7099 * typeck.c (build_binary_op_nodefault): Warn on use of NULL in
7100 arithmetic.
7101 * except.c (build_throw): Warn when NULL is thrown, even with
7102 -ansi. Use ansi_null_node, rather than integer_zero_node, in the
7103 thrown expression.
7104
7105 * cp-tree.h (ansi_null_node): New variable.
7106 * decl.c (ansi_null_node): New variable.
7107 (init_decl_processing): Initialize its type.
7108 * lex.c (init_parse): Initialize its value. Use ansi_null_node
7109 for null_node in non-ANSI mode.
7110 * typeck.c (build_binary_op_nodefault): Use ansi_null_node in
7111 place of null_node to avoid spurious errors.
7112
7113 1998-08-17 Mark Mitchell <mark@markmitchell.com>
7114
7115 * cp-tree.h (enter_scope_of): New function.
7116 * parse.y (complex_direct_notype_declarator): Use it.
7117 * semantics.c (enter_scope_of): New function.
7118
7119 1998-08-17 Jason Merrill <jason@yorick.cygnus.com>
7120
7121 * decl.c (grokparms): No, here.
7122
7123 * decl.c (grokdeclarator): Catch parm with pointer to array of
7124 unknown bound here...
7125 * method.c (process_overload_item): ...not here.
7126
7127 * gxxint.texi: Remove obsolete documentation of overloading code.
7128
7129 * decl.c (finish_enum): Also set TYPE_SIZE_UNIT.
7130 * class.c (finish_struct_bits): Likewise.
7131
7132 * tree.c (lvalue_type): Fix for arrays.
7133 * typeck.c (build_unary_op): Use lvalue_type.
7134 * call.c (add_function_candidate): Likewise.
7135 * cvt.c (convert_to_reference): Likewise.
7136
7137 * decl2.c (lang_decode_option): Ignore -traditional.
7138
7139 * init.c (build_offset_ref): Don't mess with error_mark_node.
7140 * lex.c (do_scoped_id): Use cp_error.
7141
7142 * rtti.c (get_tinfo_fn): Don't mess with the context for now.
7143
7144 1998-08-17 Benjamin Kosnik <bkoz@loony.cygnus.com>
7145
7146 * decl.c (grokdeclarator): Allow anonymous types to be cv-qualified.
7147
7148 Mon Aug 17 10:40:18 1998 Jeffrey A Law (law@cygnus.com)
7149
7150 * cp-tree.h (set_identifier_local_value): Provide prototype.
7151
7152 * decl2.c (do_namespace_alias): Remove unused variables `binding'
7153 and `old'.
7154
7155 Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
7156
7157 * Makefile.in: Rename BBISON to BISON so that it can be properly
7158 inherited from the parent makefile.
7159
7160 1998-08-13 Jason Merrill <jason@yorick.cygnus.com>
7161
7162 * lang-options.h: Add -finit-priority.
7163 * decl2.c: Likewise. Check flag_init_priority instead of
7164 USE_INIT_PRIORITY.
7165
7166 * decl2.c (setup_initp): New fn.
7167 (start_objects, finish_objects, do_ctors): Handle init_priority.
7168 (do_dtors, finish_file): Likewise.
7169
7170 1998-08-13 Jason Merrill <jason@yorick.cygnus.com>
7171
7172 * pt.c (tsubst_copy): Hush warning.
7173
7174 * rtti.c (get_tinfo_fn): Also set DECL_IGNORED_P.
7175
7176 1998-08-12 Mark Mitchell <mark@markmitchell.com>
7177
7178 * pt.c (print_template_context): Don't abort when instantiating a
7179 synthesized method.
7180
7181 * decl.c (grokdeclarator): Issue errors on namespace qualified
7182 declarators in parameter lists or in class scope.
7183
7184 1998-08-09 Mark Mitchell <mark@markmitchell.com>
7185
7186 * pt.c (check_explicit_specialization): Don't abort on bogus
7187 explicit instantiations.
7188
7189 1998-08-07 Mark Mitchell <mark@markmitchell.com>
7190
7191 * typeck.c (require_complete_type): Use complete_type_or_else.
7192 (complete_type_or_else): Always return NULL_TREE on failure, as
7193 documented.
7194
7195 * pt.c (tsubst_aggr_type): Prototype.
7196 (tsubst_decl): New function, split out from tsubst. Set
7197 input_filename and lineno as appropriate.
7198 (pop_tinst_level): Restore the file and line number saved in
7199 push_tinst_level.
7200 (instantiate_class_template): Set input_filename and lineno as
7201 appropriate.
7202 (tsubst): Move _DECL processing to tsubst_decl. Make sure the
7203 context for a TYPENAME_TYPE is complete.
7204
7205 * decl2.c (grokbitfield): Issue errors on bitfields declared with
7206 function type.
7207 (do_dtors): As in do_ctors, pretend to be a member of the same
7208 class as a static data member while generating a call to its
7209 destructor.
7210
7211 * cvt.c (cp_convert_to_pointer): Handle NULL pointer
7212 conversions, even in complex virtual base class hierarchies.
7213
7214 1998-08-06 Mark Mitchell <mark@markmitchell.com>
7215
7216 * cp-tree.h (ENUM_TEMPLATE_INFO): New macro.
7217 (TYPE_TEMPLATE_INFO): Likewise.
7218 (SET_TYPE_TEMPLATE_INFO): Likewise.
7219 (ENUM_TI_TEMPLATE): Likewise.
7220 (ENUM_TI_ARGS): Likewise.
7221 (lookup_nested_type_by_name): Remove.
7222 * decl.c (maybe_process_template_type_declaration): Handle enums.
7223 (start_enum): Don't check for primary-template enum declarations
7224 here.
7225 (finish_enum): Clean up, document. Make sure template enum
7226 constants get the correct type.
7227 (build_enumerator): Copy initializers for template enumerations,
7228 too.
7229 (grok_enum_decls): Document.
7230 * lex.c (do_identifier): Document use of LOOKUP_EXPR a bit
7231 better. Build LOOKUP_EXPRs for local variables, even if they are
7232 TREE_PERMANENT.
7233 * pt.c (tsubst_enum): Remove field_chain parameter.
7234 (template_class_depth): Include the depth of surrounding function
7235 contexts.
7236 (push_template_decl): Check for primary-template enum declarations
7237 here. Deal with enumeration templates.
7238 (lookup_template_class): Likewise.
7239 (for_each_template_parm): Likewise.
7240 (instantiate_class_template): Don't call tsubst_enum directly,
7241 call tsubst instead, to instantiate enums. Deal with all
7242 field_chain issues here, not in tsubst_enum.
7243 (lookup_nested_type_by_name): Remove.
7244 (tsubst_aggr_type): Revise handling of enumeration types.
7245 (tsubst): Likewise.
7246 (tsubst_copy): Likewise.
7247 (tsubst_expr): Call tsubst, not tsubst_enum for TAG_DEFNs.
7248
7249 1998-08-04 Mark Mitchell <mark@markmitchell.com>
7250
7251 * decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it
7252 uses template parameters.
7253 * method.c (build_template_parm_names): Use the full set of
7254 template arguments for tsubst'ing.
7255 (build_overload_identifier): Pass the full set of template
7256 arguments to build_template_parm_names, not just the
7257 innermost_args.
7258 * pt.c (TMPL_ARGS_DEPTH): Define using
7259 TMPL_ARGS_HAVE_MULTIPLE_LEVELS, for clarity.
7260 (NUM_TMPL_ARGS): New macro.
7261 (add_outermost_template_args): Deal with the case where the outer
7262 args will be completely discarded.
7263 (coerce_template_parms): Use the full set of template arguments
7264 for tsubst'ing. Simplify. Add some asserts. Improve
7265 error messages.
7266 (lookup_template_class): Pass the full set of template arguments
7267 to coerce_template_parms.
7268 (tsubst): Add assertion.
7269 (do_type_instantiation): Don't instantiate member template
7270 classes.
7271
7272 * init.c (build_offset_ref): Deal with a TEMPLATE_ID_EXPR whose
7273 name is a LOOKUP_EXPR, rather than an IDENTIFIER_NODE.
7274
7275 1998-08-03 Jason Merrill <jason@yorick.cygnus.com>
7276
7277 * method.c (set_mangled_name_for_decl): Change return type to void.
7278
7279 * decl.c (lookup_name_real): A namespace-level decl takes priority
7280 over implicit typename. Avoid doing the same lookup twice.
7281
7282 * search.c (dependent_base_p): New fn.
7283 (dfs_pushdecls, dfs_compress_decls): Use it.
7284
7285 * typeck.c (get_member_function_from_ptrfunc): Don't try to handle
7286 virtual functions if the type doesn't have any.
7287
7288 1998-08-03 Mark Mitchell <mark@markmitchell.com>
7289
7290 * decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
7291 uses template parameters.
7292
7293 1998-08-02 Mark Mitchell <mark@markmitchell.com>
7294
7295 * cp-tree.def (LOOKUP_EXPR): Document. Remove second argument.
7296 * cp-tree.h (DECL_TI_TEMPLATE): Improve documentation.
7297 * lex.c (do_identifier): Don't use a second argument, or a type,
7298 when building LOOKUP_EXPRs.
7299 (do_identifier): Likewise.
7300 (do_scoped_id): Likewise.
7301 * method.c (hack_identifier): Improve error message.
7302 * pt.c (lookup_template_function): Don't needlessly call
7303 copy_to_permanent or build_min.
7304 (tsubst_copy): Remove #if 0'd code. tsubst into LOOKUP_EXPRs if
7305 necessary.
7306 (do_decl_instantiation): Improve error message.
7307 * tree.c (mapcar, case LOOKUP_EXPR): Don't be sorry; make a copy.
7308 (build_min): Copy the type to the permanent obstack, too.
7309
7310 1998-08-01 Jason Merrill <jason@yorick.cygnus.com>
7311
7312 * init.c (init_init_processing): Remove BI* handling.
7313 (build_builtin_call): Remove.
7314 (build_builtin_delete_call): New fn.
7315 (build_delete): Use it.
7316
7317 1998-07-31 Mark Mitchell <mark@markmitchell.com>
7318
7319 * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro.
7320 (maybe_check_template_type): New function.
7321 * decl.c (maybe_process_template_type_declaration): New function,
7322 split out from pushtag Call maybe_check_template_type.
7323 (pushtag): Use it. Use PROCESSING_REAL_TEMPLATE_DECL_P.
7324 (xref_tag): Use PROCESSING_REAL_TEMPLATE_DECL_P.
7325 * friend.c (do_friend): Use PROCESSING_REAL_TEMPLATE_DECL_P.
7326 * pt.c (template_class_depth_real): Generalization of ...
7327 (template_class_depth): Use it.
7328 (register_specialization): Use duplicate_decls for duplicate
7329 declarations of specializations.
7330 (maybe_check_template_type): New function.
7331 (push_template_decl_real): Fix comment.
7332 (convert_nontype_argument): Likewise.
7333 (lookup_template_class): Likewise. Avoid an infinite loop on
7334 erroneous code.
7335 (tsubst_friend_function): Fix comment.
7336 (tsubst, case FUNCTION_DECL): Deal with a DECL_TI_TEMPLATE that is
7337 an IDENTIFIER_NODE.
7338 * semantics.c (begin_function_definition): Use
7339 reset_specialization to note that template headers don't apply
7340 directly to declarations after the opening curly for a function.
7341
7342 1998-07-29 Jason Merrill <jason@yorick.cygnus.com>
7343
7344 * decl.c (push_overloaded_decl): Use current_namespace instead of
7345 DECL_CONTEXT (decl) to determine where we go.
7346
7347 * decl.c (lookup_name_real): Fix typo.
7348
7349 1998-07-28 Mark Mitchell <mark@markmitchell.com>
7350
7351 * friend.c (is_friend): Be lenient with member functions to deal
7352 with nested friends.
7353
7354 1998-07-28 Jason Merrill <jason@yorick.cygnus.com>
7355
7356 * class.c (finish_struct_1): Convert integer_zero_node to
7357 ssizetype before passing it to set_rtti_entry.
7358 * typeck2.c (initializer_constant_valid_p): Allow conversion of 0
7359 of any size to a pointer.
7360
7361 1998-07-27 Mark Mitchell <mark@markmitchell.com>
7362
7363 * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
7364 (build_template_decl_overload): Remove.
7365 (set_mangled_name_for_decl): New function.
7366 (innermost_args): Remove is_spec parameter.
7367 (most_specialized, most_specialized_class): Remove declarations.
7368 (lookup_template_class): Add entering_scope parameter.
7369 (maybe_process_partial_specialization): New function.
7370 (finish_template_decl): Likewise.
7371 (finish_template_type): Likewise.
7372 * class.c (finish_struct): Clean up processing of member template
7373 specializations.
7374 * decl.c (pushtag): Fix formatting.
7375 (lookup_tag): Improve handling of pseudo-global levels.
7376 (make_typename_type): Adjust call to lookup_template_class.
7377 (shadow_tag): Use maybe_process_partial_specialization.
7378 (xref_tag): Improve handling of member friends.
7379 (start_function): Call push_nested_class before
7380 push_template_decl. Don't call push_template_decl for
7381 specializations.
7382 * decl2.c (grok_x_components): Don't call xref_tag for
7383 template instantiations. Handle UNION_TYPEs like RECORD_TYPEs.
7384 (grokclassfn): Use set_mangled_name_for_decl.
7385 (arg_assoc_class): Adjust call to innermost_args.
7386 (mark_used): Don't call instantiate_decl for a TEMPLATE_DECL.
7387 * error.c (dump_function_name): Improve printing of template
7388 function names.
7389 * friend.c (is_friend): Don't compare types of decls to determine
7390 friendship, unless flag_guiding_decls.
7391 (make_friend_class): Partial specializations cannot be friends.
7392 (do_friend): Use set_mangled_name_for_decl. Call
7393 push_template_decl_real instead of push_template_decl.
7394 * method.c (build_decl_overload_real): Remove prototype. Give it
7395 external linkage.
7396 (build_overload_identififer): Adjust call to innermost_args.
7397 (build_template_decl_overload): Remove.
7398 (set_mangled_name_for_decl): New function.
7399 * parse.y (.finish_template_type): New non-terminal.
7400 (template_def): Use finish_template_decl. Use template_extdef
7401 instead of extdef.
7402 (template_extdef, template_datadef): New non-terminals, containing
7403 only those rules for things which can be templates.
7404 (datadef): Tidy.
7405 (template_type, self_template_type): Use .finish_template_type.
7406 (named_class_head): Use maybe_process_partial_specialization.
7407 * pt.c (mangle_class_name_for_template): Remove context parameter.
7408 (get_class_bindings): Remove outer_args parameter.
7409 (complete_template_args): Remove.
7410 (add_outermost_template_args): New function.
7411 (register_specialization): Return the specialization.
7412 (unregister_specialization): New function.
7413 (tsubst_template_parms): Likewise.
7414 (most_specialized, most_specialized_class): Prototype here as
7415 static.
7416 (original_template): Rename to most_general_template.
7417 (tsubst_template_parms): New function.
7418 (set_mangled_name_for_template_decl): Likewise.
7419 (TMPL_ARGS_DEPTH): New macro.
7420 (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Adjust.
7421 (TMPL_ARGS_LEVEL): New macro.
7422 (SET_TMPL_ARGS_LEVEL): Likewise.
7423 (TMPL_ARG): Likewise.
7424 (SET_TMPL_ARG): Likewise.
7425 (TMPL_ARGS_DEPTH): Likewise.
7426 (finish_member_template_decl): Use finish_template_decl.
7427 (maybe_process_partial_specialization): New function, split out
7428 from tsubst.
7429 (inline_needs_template_parms): Use TMPL_PARMS_DEPTH.
7430 (maybe_begin_member_template_processing): Use new macros.
7431 (is_member_template): Likewise.
7432 (is_member_template_class): Likewise.
7433 (add_to_template_args): Likewise. Deal with multiple levels of
7434 args.
7435 (maybe_process_partial_specialization): New function.
7436 (retrieve_specialization): Add consistency check.
7437 (determine_specialization): Return full argument list.
7438 (check_explicit_specialization): Tweak friend handling. Use full
7439 argument lists. Simplify.
7440 (current_template_args): Use new macros.
7441 (push_template_decl_real): Change ill-named mainargs to specargs.
7442 Check that a partial specialization actually specializes at least
7443 one parameter. Improve friend handling. Modify for full
7444 template arguments.
7445 (classtype_mangled_name): Don't mangle the names of
7446 specializations.
7447 (lookup_template_class): Add entering_scope parameter. Use it to
7448 avoid finding a template type when an instantiation is required.
7449 Simplify. Use full template arguments.
7450 (tsubst_friend_function): Use unregister_specialization. Use new
7451 macros. Use full template arguments.
7452 (tsubst_friend_class): Substitute, using tsubst_template_parms,
7453 into the template parameters before passing them to
7454 redeclare_class_template.
7455 (instantiate_class_template): Simplify. Use full template
7456 arguments. Adjust calls to get_class_bindings. Use
7457 SET_IDENTIFIER_TYPE_VALUE where needed. Improve friend handling.
7458 (innermost_args): Use new macros.
7459 (tsubst_aggr_type): New function, split out from tsubst.
7460 (tsubst): Use tsubst_aggr_type, tsubst_template_parms, new calling
7461 conventions for lookup_template_class. Refine handling of partial
7462 instantiations. Remove calls to complete_template_args.
7463 Simplify. Add consistency checks. Use set_mangled_name_for_decl
7464 and set_mangled_name_for_template_decl.
7465 (tsubst_copy): Use tsubst_aggr_type.
7466 (instantiate_template): Use full template arguments.
7467 (more_specialized): Improve formatting.
7468 (more_specialized_class): Adjust calls to get_class_bindings.
7469 (get_bindings_real): Don't call complete_template_args.
7470 (most_specialized): Don't overwrite input; create a new list.
7471 (most_specialized_class): Use most_general_template.
7472 (regenerate_decl_from_template): Use unregister_specialization.
7473 Use full template arguments.
7474 (instantiate_decl): Use full template arguments.
7475 (set_mangled_name_for_template_decl): New function.
7476 * semantics.c (begin_class_definition): Use
7477 maybe_process_partial_specialization.
7478 (finish_member_class_template): New function.
7479 (finish_template_decl): Likewise.
7480 (finish_template_type): Likewise.
7481 (typeck.c): Don't crash after issuing a compiler_error.
7482 * Makefile.in (CONFLICTS): Adjust; we removed a s/r conflict.
7483
7484 1998-07-27 Jason Merrill <jason@yorick.cygnus.com>
7485
7486 * typeck2.c (build_functional_cast): Handle default-initialization.
7487
7488 * call.c (build_over_call): Pass 1 to popclass.
7489
7490 * parse.y (direct_notype_declarator): Add precedence declaration
7491 to notype_unqualified_id case.
7492 * Makefile.in (EXPECT): Adjust.
7493
7494 * tree.c (ovl_member): Fix for single function in OVL.
7495
7496 1998-07-27 Dave Brolley <brolley@cygnus.com>
7497
7498 * c-lex.c (yylex): Fix boundary conditions in character literal and
7499 string literal loops.
7500
7501 1998-07-24 Jason Merrill <jason@yorick.cygnus.com>
7502
7503 * decl.c (lookup_name_real): OK, do return the from_obj value
7504 unless got_object depends on template parms.
7505
7506 * parse.y (nested_name_specifier_1): Pull out the TYPE_MAIN_VARIANT.
7507
7508 * pt.c (coerce_template_parms): Also complain about local enums.
7509
7510 * cp-tree.h: Add prototype for set_identifier_local_value.
7511 * decl.c (set_identifier_local_value_with_scope): Make static,
7512 prototype.
7513 * search.c (covariant_return_p): Likewise.
7514 * except.c (build_terminate_handler, alloc_eh_object): Likewise.
7515
7516 * call.c (build_method_call): Only pull out the type of a destructor
7517 if it's a template type parm.
7518 * decl.c (lookup_name_real): Never return the from_obj value.
7519
7520 1998-07-23 Jason Merrill <jason@yorick.cygnus.com>
7521
7522 * except.c (process_start_catch_block_old): Call start_decl_1 for
7523 catch parm.
7524 * decl.c (start_decl_1): Avoid duplicate error.
7525
7526 * init.c (expand_default_init): Only perform the initialization if
7527 it will do something.
7528
7529 1998-07-23 H.J. Lu (hjl@gnu.org)
7530
7531 * parse.y (base_class): Check for invalid base class.
7532
7533 1998-07-23 Jason Merrill <jason@yorick.cygnus.com>
7534
7535 * decl2.c (import_export_template): Fold in...
7536 (import_export_class): ...to here. Handle dllimport/export.
7537
7538 * class.c (build_vtable): Pass at_eof to import_export_vtable.
7539 (prepare_fresh_vtable): Likewise.
7540 * decl2.c (import_export_class): Split out...
7541 (finish_prevtable_vardecl): From here.
7542 * class.c (finish_struct_1): Call import_export_class if at_eof.
7543
7544 * decl.c (start_function): #if 0 mysterious code I wrote and have
7545 forgotten why.
7546 * rtti.c (get_tinfo_fn): If this is for a class type, set
7547 DECL_CONTEXT.
7548
7549 1998-07-22 Jason Merrill <jason@yorick.cygnus.com>
7550
7551 * inc/exception: Change terminate and unexpected to ().
7552
7553 * parse.y (named_class_head_sans_basetype_defn): A
7554 named_class_head_sans_basetype followed by '{' or ':' is a defn.
7555
7556 1998-07-21 Jason Merrill <jason@yorick.cygnus.com>
7557
7558 * tree.c (canonical_type_variant): New fn to handle arrays.
7559 * cp-tree.h (CANONICAL_TYPE_VARIANT): Remove.
7560 * pt.c (unify, default case): Also fold arg. Fix array bounds case.
7561 * method.c (process_overload_item): Use build_overload_value for
7562 arrays.
7563
7564 1998-07-20 Dave Brolley <brolley@cygnus.com>
7565
7566 * lex.c (mbchar.h): #include it.
7567 (GET_ENVIRONMENT): New macro.
7568 (init_parse): Set character set based on LANG environment variable.
7569 (real_yylex): Handle multibyte characters in character literals.
7570 (real_yylex): Handle multibyte characters in string literals.
7571
7572 1998-07-19 Jason Merrill <jason@yorick.cygnus.com>
7573
7574 * lex.c (do_identifier): Look for class value even if we don't
7575 have a global value. Do implicit declaration if parsing is 2.
7576 * semantics.c (finish_call_expr): Pass 2 if we're doing Koenig
7577 lookup.
7578
7579 1998-07-19 Mark Mitchell <mark@markmitchell.com>
7580
7581 * decl.c (pushtag): Revert previous change.
7582 * pt.c (lookup_template_class): Don't put out debugging
7583 information for types that use template parameters.
7584
7585 * decl.c (pushtag): Don't put out debugging information for
7586 compiler-generated typedefs.
7587
7588 * error.c (dump_type_real): Don't crash when presented with
7589 intQI_type_node or the like.
7590
7591 * semantics.c (finish_translation_unit): Fix spelling error in
7592 comment.
7593
7594 1998-07-17 Jason Merrill <jason@yorick.cygnus.com>
7595
7596 * decl.c (lookup_name_real): Pull out single function here.
7597 (select_decl): Not here.
7598 (unqualified_namespace_lookup): Use CP_DECL_CONTEXT.
7599
7600 * decl.c (qualify_lookup): Tweak again.
7601
7602 * pt.c (lookup_template_class): Don't mess with the context of the
7603 instantiation.
7604 * decl2.c (current_decl_namespace): Remove special handling for
7605 templates.
7606
7607 * pt.c (tsubst, case FUNCTION_DECL): Fix getting complete args for
7608 a member template specialization.
7609
7610 * tree.c (ovl_member): Use decls_match to compare functions.
7611 * decl.c (decls_match): Check the context of a function.
7612
7613 * parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER
7614 in Koenig lookup support rules.
7615 * semantics.c (finish_call_expr): Handle the new cases.
7616
7617 * typeck.c (build_x_function_call): Handle overloaded methods.
7618
7619 * decl.c (grokvardecl): Don't call build_static_name for extern "C".
7620
7621 1998-07-16 Mark Mitchell <mark@markmitchell.com>
7622
7623 * semantics.c (finish_object_call_expr): Revert previous change.
7624 * call.c (build_new_method_call): Likewise. Instead, convert
7625 TYPE_DECLs to IDENTIFIERs here, in the presence of templates.
7626
7627 1998-07-16 Jason Merrill <jason@yorick.cygnus.com>
7628
7629 * decl.c (qualify_lookup): Handle templates.
7630
7631 * decl2.c (do_using_directive): Don't pass ancestor.
7632 * decl.c (push_using_directive): Calculate ancestor.
7633
7634 * decl2.c (do_nonmember_using_decl): Allow for type shadowing.
7635 * decl.c (pushdecl): Move type shadowing handling from here...
7636 (duplicate_decls): ...to here.
7637 * decl.c (set_identifier_local_value_with_scope): New fn.
7638 (pushdecl): Use it.
7639 (set_identifier_local_value, lookup_type_current_level): New fns.
7640 * decl2.c (do_local_using_decl): Handle types and binding level
7641 stuff properly.
7642
7643 * init.c (build_offset_ref): Don't call mark_used on an OVERLOAD.
7644 * decl.c (select_decl): Extract a lone function from an OVERLOAD.
7645 (lookup_namespace_name): Likewise.
7646 * typeck.c (build_unary_op): Not here anymore.
7647
7648 * decl2.c (do_class_using_decl): Make sure we get an identifier.
7649 * class.c (handle_using_decl): Ignore TYPE_DECLs.
7650
7651 * decl.c (qualify_lookup): New fn.
7652 (lookup_name_real): Use it.
7653
7654 1998-07-16 Martin v. Loewis <loewis@informatik.hu-berlin.de>
7655
7656 * decl2.c (add_using_namespace): When directly using a namespace
7657 that was indirect before, promote it.
7658
7659 * cp-tree.h (LOOKUP_PREFER_TYPES, LOOKUP_PREFER_NAMESPACES,
7660 LOOKUP_PREFER_BOTH, LOOKUP_NAMESPACES_ONLY, LOOKUP_TYPES_ONLY,
7661 LOOKUP_QUALIFIERS_ONLY, LOOKUP_TEMPLATES_EXPECTED): New macros.
7662 * decl.c (select_decl): Replace two flag parameters by one.
7663 (unqualified_namespace_lookup): Likewise, pass flag.
7664 (lookup_flags): New function.
7665 (lookup_name_real): Compute flags, pass them.
7666 (lookup_namespace_name): Call with zero-flag.
7667 * decl2.c (ambiguous_decl): Add flag parameter, complain only
7668 according to flags.
7669 (lookup_using_namespace, qualified_lookup_using_namespace):
7670 Add flag parameter, pass them through.
7671 * lex.c (do_scoped_id): Call with zero-flag.
7672
7673 1998-07-16 Jason Merrill <jason@yorick.cygnus.com>
7674
7675 * typeck.c (convert_for_assignment): Use comptypes.
7676
7677 1998-07-16 Mark Mitchell <mark@markmitchell.com>
7678
7679 * semantics.c (finish_object_call_expr): Move test for the
7680 function called being a TYPE_DECL to ...
7681 * call.c (build_new_method_call): Here.
7682
7683 1998-07-15 Jason Merrill <jason@yorick.cygnus.com>
7684
7685 * decl2.c (arg_assoc_class): Also look at template arguments, if any.
7686 (arg_assoc): Handle error_mark_node and multiple levels of TREE_LIST.
7687
7688 * lex.c (looking_for_typename): Don't initialize.
7689
7690 * decl2.c (ambiguous_decl): Clarify error message.
7691
7692 * decl.c (push_using_directive): Iterate over namespaces used
7693 indirectly.
7694
7695 1998-07-15 Martin v. Löwis <loewis@informatik.hu-berlin.de>
7696
7697 * decl2.c (add_using_namespace): Iterate over namespaces used
7698 indirectly.
7699
7700 * decl.c (lookup_name_real): Accept namespace aliases as locals.
7701 (cat_namespace_levels): Ignore aliases.
7702 (duplicate_decls): Ignore duplicate aliases.
7703 * decl2.c (do_namespace_alias): Process block level namespace
7704 aliases. Store alias with pushdecl. Remove odr errors.
7705 * parse.y (namespace_alias): New non-terminal.
7706 (extdef): Use it.
7707
7708 1998-07-15 Jason Merrill <jason@yorick.cygnus.com>
7709
7710 * decl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE.
7711 Handle TEMPLATE_TYPE_PARM.
7712 (arg_assoc): Rewrite.
7713
7714 * pt.c (complete_template_args): Don't look at the context unless
7715 we have to.
7716
7717 * method.c (build_decl_overload_real): Fix namespace handling.
7718
7719 * typeck.c (build_unary_op): Extract a lone function from an
7720 OVERLOAD.
7721
7722 * call.c (build_scoped_method_call): Handle getting a namespace
7723 for basetype in a destructor call.
7724 (check_dtor_name): Handle enums.
7725
7726 * parse.y (using_directive): New nonterminal.
7727 (extdef, simple_stmt): Use it.
7728
7729 1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
7730
7731 * decl2.c (add_function): Move error message ...
7732 (arg_assoc_namespace): ... from here.
7733
7734 1998-07-14 Jason Merrill <jason@yorick.cygnus.com>
7735
7736 * parse.y (namespace_qualifier): Fix multiple level handling.
7737 * decl2.c (namespace_ancestor): Use CP_DECL_CONTEXT.
7738 (arg_assoc): Don't skip the first argument of a function.
7739
7740 Tue Jul 14 20:09:22 1998 Jeffrey A Law (law@cygnus.com)
7741
7742 * search.c (my_tree_cons): Clean up.
7743
7744 1998-07-14 Jason Merrill <jason@yorick.cygnus.com>
7745
7746 * call.c (joust): Don't warn about "confusing" conversions to the
7747 same type.
7748
7749 1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
7750
7751 * class.c (push_nested_class): Complain about namespaces.
7752 * decl.c (start_decl): Enter the object's namespace.
7753 (cp_finish_decl): Leave it.
7754 (grokdeclarator): Likewise.
7755 * decl2.c (check_decl_namespace): New function.
7756 (finish_file): Call it.
7757 * parse.y (complex_direct_notype_declarator): Set complexity
7758 of namespace-qualified ids to -1, enter the namespace.
7759
7760 * method.c (build_template_decl_overload): Expect _DECL as first
7761 parameter. Put context temporarily into current_namespace.
7762 * pt.c (check_explicit_specialization): Change caller.
7763 (tsubst): Likewise.
7764
7765 * init.c (build_offset_ref): Call mark_used and
7766 convert_from_reference for namespace members.
7767
7768 Mon Jul 13 23:25:28 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
7769
7770 * search.c (my_tree_cons): The bitfield is at index 2.
7771
7772 Mon Jul 13 17:21:01 1998 Nick Clifton <nickc@cygnus.com>
7773
7774 * lang-options.h: Format changed to work with new --help support
7775 in gcc/toplev.c
7776
7777 1998-07-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
7778
7779 * decl2.c (build_expr_from_tree): Change calls of do_identifier.
7780 Do Koenig lookup in CALL_EXPR.
7781 (arg_assoc): Handle error_mark.
7782 * lex.c (is_global): New function.
7783 (do_identifier): Expect arguments for Koenig lookup.
7784 * parse.y (primary): Add rules for calls of unqualified function calls.
7785 (do_id): Change call of do_identifier.
7786 * pt.c (finish_stmt_expr): Likewise.
7787 * semantics.c (finish_id_expr): Likewise.
7788 (finish_call_expr): Add integer parameter to indicate
7789 argument-dependent lookup.
7790
7791 * decl.c (struct binding_level): New field using_directives.
7792 (push_using_decl): Not sorry anymore.
7793 (push_using_directive): New function.
7794 (lookup_tag): Use CP_DECL_CONTEXT to iterate.
7795 (unqualified_namespace_lookup): New function, code from ...
7796 (lookup_name_real): ... here.
7797 * decl2.c (lookup_using_namespace): Pass using list instead of
7798 initial scope.
7799 (validate_nonmember_using_decl): New function.
7800 (do_nonmember_using_decl): New function.
7801 (do_toplevel_using_decl): Use them.
7802 (do_local_using_decl): New function.
7803 (do_using_directive): Support block-level directives.
7804 * parse.y (simple_stmt): Support using declarations and
7805 directives.
7806 (namespace_qualifier, namespace_using_decl): New non-terminals.
7807
7808 * xref.c (classname): New function.
7809 (GNU_xref_hier): Change class and base parameters to tree.
7810 * decl.c (xref_baseypes): Change caller.
7811 * friend.c (make_friend_class): Likewise.
7812
7813 1998-07-12 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
7814
7815 * typeck.c (comptypes, case TEMPLATE_TEMPLATE_PARM): Add parameter
7816 comparison.
7817
7818 * pt.c (for_each_template_parm, case TEMPLATE_DECL): If it is a
7819 template template parameter, record its use.
7820 (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse
7821 its template arguments if exists.
7822
7823 * pt.c (coerce_template_template_parms): New function equivalent
7824 to coerce_template_parms when IS_TMPL_PARM is true.
7825 (coerce_template_parms): Use it. Remove the IS_TMPL_PARM parameter,
7826 all callers changed.
7827
7828 (coerce_template_parms): Access ARGLIST properly when creating a
7829 new vector. Only accept implicit TYPE_DECL as valid argument for
7830 a template template parameter when it is a base class of
7831 current_class_type. Don't display error message when COMPLAIN is
7832 false.
7833
7834 1998-07-12 Klaus Kaempf (kkaempf@progis.de)
7835
7836 * repo.c (get_base_filename): Use file_name_nondirectory.
7837 (open_repo_file): Likewise.
7838 * cp-tree.h (file_name_nondirectory): Add prototype.
7839
7840 1998-07-12 Jason Merrill <jason@yorick.cygnus.com>
7841
7842 * friend.c (do_friend): Pull the identifier out of declarator.
7843 Use cp_error and friends.
7844 * decl2.c (qualified_lookup_using_namespace): Fix call to
7845 purpose_member.
7846 * decl.c (lookup_name_real): Don't call complete_type on a namespace.
7847 (grokvardecl): Use DECL_CLASS_SCOPE_P.
7848 * cvt.c (convert_pointer_to_real): Check for error_mark_node sooner.
7849 * class.c (warn_hidden): Fix for OVERLOAD.
7850 From grahams@rcp.co.uk:
7851 * cp-tree.h (DEFARG_NODE_CHECK): New macro.
7852 (DEFARG_LENGTH, DEFARG_POINTER): Use it.
7853
7854 Sun Jul 12 01:20:57 1998 Jeffrey A Law (law@cygnus.com)
7855
7856 * g++.1 (-traditional): Remove duplicated documentation.
7857
7858 1998-07-11 Mark Mitchell <mark@markmitchell.com>
7859
7860 * method.c (flush_repeats): Add nrepeats parameter.
7861 (issue_nrepeats): Likewise.
7862 (is_back_referenceable_type): New function. Don't back-reference
7863 TEMPLATE_TYPE_PARMs as well as simple types like integers.
7864 (build_mangled_name_for_type): Likewise.
7865 (build_mangled_name_for_type_with_Gcode): Likewise.
7866 (lasttype): Remove.
7867 (nrepeats): Likewise.
7868 (Nrepeats): Likewise.
7869 (start_squangling): Don't clear the variables removed above.
7870 (end_squangling): Likewise.
7871 (flush_repeats): Tidy. Use nrepeats parameter rather than
7872 Nrepeats global.
7873 (issue_nrepeats): Likewise, but with nrepeats global. Use
7874 is_backreferenceable_type.
7875 (build_overload_nested_name): Tidy. Add comment. Use
7876 build_mangled_name_for_type.
7877 (build_underscore_int): Comment.
7878 (build_overload_scope_ref): Use build_mangled_name_for_type.
7879 (build_overload_int): Likewise.
7880 (build_template_template_parm_names): Tidy.
7881 (build_template_parm_names): Use build_mangled_name_for_type.
7882 (build_overload_identifier): Add comments.
7883 (build_mangled_name_for_type_with_Gcode): Split out from
7884 build_mangled_name.
7885 (build_mangled_name_for_type): Use it.
7886 (build_mangled_name): Rework to use build_mangled_name_for_type
7887 and to not use global nrepeats/Nrepeats. Tidy.
7888 (process_modifiers): Tidy.
7889 (check_btype): Use is_backreferenceable_type. Add comment.
7890 Rename `node' to `type'.
7891 (process_overload_item): Set numeric_output_need_bar here.
7892 Use build_mangled_name_for_type. Tidy.
7893 (build_decl_overload_real): Tidy. Don't use Nrepeats. Use
7894 build_mangled_name_for_type.
7895
7896 * pt.c (push_template_decl_real): Don't look at DECL_TEMPLATE_INFO
7897 for TYPE_DECLs.
7898
7899 1998-07-08 Vladimir N. Makarov <vmakarov@cygnus.com>
7900
7901 * cp-tree.h (warn_long_long): Define.
7902 * decl.c (grokdeclarator): Add flag `warn_long_long' as guard for
7903 warning "ANSI C++ does not support `long long'".
7904 * decl2.c (warn_long_long): Define.
7905 (lang_decode_option): Parse -Wlong-long, -Wno-long-long options.
7906
7907 1998-07-07 Jason Merrill <jason@yorick.cygnus.com>
7908
7909 * decl.c (xref_tag): Handle attributes between 'class' and name.
7910 * parse.y (aggr): Likewise.
7911 * semantics.c (finish_class_definition): Likewise.
7912 * Makefile.in (EXPECTED): Adjust.
7913
7914 * cp-tree.h: Declare flag_optional_diags and warn_multichar.
7915 * decl2.c: Define them.
7916 (lang_decode_option): Handle them.
7917 * lang-options.h: Add -foptional-diags.
7918 * class.c (finish_struct): Don't complain about multiple meanings of
7919 name if -fno-optional-diags.
7920 * decl.c (pushdecl_class_level): Likewise.
7921 * lex.c (real_yylex): Check warn_multichar.
7922
7923 1998-07-06 Jason Merrill <jason@yorick.cygnus.com>
7924
7925 * decl.c (lookup_tag): Use CP_DECL_CONTEXT.
7926
7927 * tree.c (make_binfo): Fix length.
7928
7929 1998-06-30 Benjamin Kosnik <bkoz@bliss.nabi.net>
7930
7931 * decl2.c (lang_decode_option): Remove warn_template_debugging.
7932 * lang-options.h: Likewise.
7933
7934 Mon Jun 29 20:17:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7935
7936 * except.c (build_eh_type_type_ref): Remove unused variable `susp'.
7937 (process_start_catch_block): Likewise for variables
7938 `false_label_rtx', `call_rtx' and `return_value_rtx'.
7939
7940 1998-06-29 Brendan Kehoe <brendan@cygnus.com>
7941
7942 * tree.c (build_srcloc): Make sure we allocate this node on the
7943 permanent obstack.
7944
7945 Sat Jun 27 23:34:18 1998 Fred Fish <fnf@ninemoons.com>
7946
7947 * g++spec.c (NEED_MATH_LIBRARY): Define to 1 if not already defined.
7948 (lang_specific_driver): Initialize need_math with NEED_MATH_LIBRARY.
7949 (lang_specific_driver): Only add -lm automatically if need_math is
7950 nonzero.
7951
7952 Sat Jun 27 12:22:56 1998 Jeffrey A Law (law@cygnus.com)
7953
7954 * Make-lang.in (g++): Depend on mkstemp.o. Link in mkstemp.o
7955
7956 Sat Jun 27 07:36:09 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7957
7958 * Makefile.in (EXPR_H): New dependency variable.
7959 (decl2.o): Depend on $(EXPR_H).
7960 (typeck.o): Likewise.
7961 (init.o): Likewise.
7962 (expr.o): Likewise.
7963
7964 1998-06-25 Benjamin Kosnik <bkoz@lisa.cygnus.com>
7965
7966 * decl.c (start_enum): Put local enums on permanent_obstack.
7967
7968 1998-06-25 Mark Mitchell <mark@markmitchell.com>
7969
7970 * cp-tree.h (c_get_alias_set): Declare.
7971 * decl.c (init_decl_processing): Set lang_get_alias_set.
7972
7973 1998-06-25 Andrew MacLeod <amacleod@cygnus.com>
7974
7975 * cp-tree.h (mark_all_runtime_matches): Add function prototype.
7976 * except.c (mark_all_runtime_matches): Set TREE_SYMBOL_REFERENCED
7977 flag for all function decls which are in the exception table.
7978 * exception.cc (__cplus_type_matcher): Check for CATCH_ALL_TYPE match.
7979 * decl2.c (finish_file): Call mark_all_runtime_matches to make sure
7980 code is emitted for any referenced rtti function.
7981
7982 1998-06-25 Dave Brolley <brolley@cygnus.com>
7983
7984 * lang-specs.h: Use new | syntax to eliminate
7985 string concatenation.
7986
7987 1998-06-25 Jason Merrill <jason@yorick.cygnus.com>
7988
7989 * cp-tree.h (CP_DECL_CONTEXT): New macro.
7990 * decl2.c (is_namespace_ancestor, lookup_using_namespace): Use it.
7991 * method.c (build_overload_nested_name): Likewise.
7992 * sig.c (build_signature_pointer_or_reference_type): Don't set
7993 DECL_CONTEXT.
7994
7995 1998-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
7996
7997 Set DECL_CONTEXT for globals to NULL_TREE instead of global_namespace.
7998 * cp-tree.h (FROB_CONTEXT): New macro.
7999 (DECL_MAIN_P): ::main should have a DECL_CONTEXT of NULL_TREE.
8000 * decl.c (namespace_binding): Replace NULL_TREE with
8001 global_namespace.
8002 (set_namespace_binding, pop_namespace, lookup_name_real): Likewise.
8003 * decl2.c (is_namespace_ancestor, lookup_using_namespace):
8004 Likewise.
8005 * decl.c (pushtag): Use FROB_CONTEXT.
8006 (pushdecl, make_typename_type, define_function, grokdeclarator):
8007 Likewise.
8008 * decl2.c (set_decl_namespace, do_namespace_alias): Likewise.
8009 * pt.c (push_template_decl_real, lookup_template_class, tsubst):
8010 Likewise.
8011 * decl2.c (decl_namespace): Return global_namespace if no context.
8012 * method.c (build_overload_nested_name): Expect null as context.
8013 * pt.c (mangle_class_name_for_template): Do nothing for null
8014 contexts.
8015 (lookup_template_class): Allow for null id_context.
8016
8017 1998-06-25 Richard Henderson <rth@cygnus.com>
8018
8019 * method.c (emit_thunk): Set current_function_is_thunk for the
8020 ASM_OUTPUT_MI_THUNK case as well.
8021
8022 1998-06-23 Andrew MacLeod <amacleod@cygnus.com>
8023
8024 * exception.cc (__cplus_type_matcher): Get a match_info pointer
8025 instead of an exception table entry as a parameter.
8026
8027 1998-06-23 Andrew MacLeod <amacleod@cygnus.com>
8028
8029 * parse.y (function_try_block): Don't call start_catch_handler.
8030 * except.c (call_eh_info): Remove coerced field from declaration.
8031 (build_eh_type_type_ref): New function to create an address of a
8032 rtti function for the new style exception tables.
8033 (expand_start_catch_block): Split function, this contains the
8034 common part.
8035 (process_start_catch_block_old): New function to perform the rest
8036 of expand_start_catch_block under old style exceptions.
8037 (process_start_catch_block_old): New function to perform the rest
8038 of expand_start_catch_block under new style exceptions.
8039 (expand_end_catch_block): Only pop the false label off the stack under
8040 the old style of exceptions.
8041 * semantics.c (finish_try_block): Don't call start_catch_handler.
8042 * exception.cc (struct cp_eh_info): Add original_value field.
8043 (__cplus_type_matcher): Perform type matching on the original exception
8044 value, and if we have a match, set the current value.
8045 (__cp_push_exception): Set the original exception value.
8046
8047 1998-06-23 Jason Merrill <jason@yorick.cygnus.com>
8048
8049 * call.c (joust): Fix confusing conversion warning.
8050
8051 * call.c (build_op_delete_call): Add placement parm. Check
8052 LOOKUP_SPECULATIVELY.
8053 * cp-tree.h, decl2.c, init.c: Adjust.
8054 * decl.c (finish_function): Use it.
8055
8056 * pt.c (tsubst): Diagnose creating void fields or variables.
8057
8058 Mon Jun 22 08:50:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8059
8060 * call.c (build_scoped_method_call): Remove unused variable `tmp'.
8061
8062 * cp-tree.h (check_dtor_name): Add prototype.
8063
8064 * init.c (expand_member_init): Remove unused variables
8065 `ptr_type_node', `parm' and `rval'.
8066
8067 * ptree.c (print_lang_type): Use HOST_WIDE_INT_PRINT_DEC specifier
8068 in call to fprintf.
8069 (lang_print_xnode): Likewise.
8070
8071 * typeck2.c (enum_name_string): Cast argument to sprintf to long
8072 and use %ld specifier.
8073
8074 * xref.c (GNU_xref_end_scope): Use HOST_WIDE_INT_PRINT_DEC
8075 specifier in call to fprintf.
8076 (GNU_xref_member): Cast argument to sprintf to int.
8077
8078 Fri Jun 19 23:22:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8079
8080 * typeck2.c (pop_init_level): Warn about implicit zero initialization
8081 of struct members.
8082
8083 Thu Jun 18 09:32:32 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8084
8085 * cp-tree.h: Prototype function `check_java_method'.
8086
8087 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
8088
8089 * class.c (finish_struct): Make conflicting use of id a pedwarn.
8090 * decl.c (pushdecl_class_level): Likewise.
8091
8092 1998-06-17 Mark Mitchell <mark@markmitchell.com>
8093
8094 * pt.c (convert_nontype_argument): Issue an error when presented
8095 with an integer (real) constant that cannot be simplified to an
8096 INT_CST (REAL_CST).
8097
8098 * cp-tree.h (c_get_alias_set): Remove declaration added in
8099 1998-06-13 change that should never have been checked in.
8100
8101 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
8102
8103 * typeck.c (build_binary_op_nodefault): Change % in format strings
8104 to %%.
8105
8106 * decl.c (grokvardecl): Don't build_static_name for decls that
8107 aren't at namespace scope.
8108
8109 * init.c (perform_member_init): Catch default-initialization of
8110 references.
8111
8112 1998-06-17 Mark Mitchell <mark@markmitchell.com>
8113
8114 * errfn.c (cp_thing): Handle the `%%' formatting sequence.
8115
8116 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
8117
8118 * method.c (hack_identifier): Complain about getting a namespace
8119 or class template.
8120 * typeck.c (decay_conversion): Remove check for namespaces.
8121 * typeck2.c (incomplete_type_error): Likewise.
8122 * parse.y (template_arg): Add PTYPENAME expansion.
8123
8124 1998-06-16 Andrew MacLeod <amacleod@cygnus.com>
8125
8126 * decl.c (grokvardecl): Don't build external assembler names for
8127 TYPENAMEs in other namespaces as there is no declarator.
8128 * error.c (cp_file_of, cp_line_of): Don't extract file or line number
8129 info from DECL_CONTEXT if it is NULL.
8130
8131 1998-06-16 Jason Merrill <jason@yorick.cygnus.com>
8132
8133 * call.c (check_dtor_name): Split out.
8134 (build_scoped_method_call): Use it.
8135 (build_method_call): Use it.
8136 * init.c (build_offset_ref): Use it.
8137
8138 * typeck.c (build_static_cast): Fix handling of pointers to members.
8139
8140 * decl.c (finish_function): Just return nothing from a constructor.
8141 * typeck.c (c_expand_return): Complain about returning a void
8142 expression from a destructor.
8143
8144 1998-06-13 Mark Mitchell <mark@markmitchell.com>
8145
8146 * class.c (alter_access): Accept a BINFO explaining how to get
8147 from the entity whose accessed is being altered to the type doing
8148 the altering.
8149 (handle_using_decl): New function containing code split out from ...
8150 (finish_struct_1): Here.
8151
8152 * cp-tree.h (complete_type_or_else): Declare.
8153 * init.c (build_new_1, build_delete): Use it.
8154 * typeck.c (require_complete_type): Use complete_type, rather than
8155 expanding it inline.
8156 (complete_type_or_else): New function.
8157 (build_component_ref): Use it.
8158 (pointer_int_sum): Make sure the type pointed to is complete.
8159 (pointer_diff): Likewise.
8160
8161 * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for
8162 types.
8163
8164 * search.c (get_matching_virtual): Note that member templates
8165 cannot override virtual functions.
8166
8167 1998-06-12 Brendan Kehoe <brendan@cygnus.com>
8168
8169 * pt.c (check_explicit_specialization): If DECLARATOR turned into
8170 an error_mark_node from lookup_template_function, return the same.
8171 (determine_specialization): Also make sure TEMPLATE_ID isn't an
8172 error_mark_node, before we try to read its operands.
8173 * decl.c (grokdeclarator): If we got an error_mark_node from
8174 check_explicit_specialization, just return it right back.
8175
8176 1998-06-12 Mark Mitchell <mark@markmitchell.com>
8177
8178 * class.c (instantiate_type): Don't treat template-ids that don't
8179 specify any template arguments as equivalent to ordinary
8180 identifiers. Use OFFSET_REF instead of SCOPE_REF to refer to
8181 pointer-to-members for member templates. Tidy slightly.
8182 * cp-tree.def (TEMPLATE_ID_EXPR): Revise documentation.
8183 * init.c (build_offset_ref): Handle template-ids like ordinary
8184 identifiers, for the most part, but store a TEMPLATE_ID_EXPR in the
8185 offset part of the OFFSET_REF.
8186 * typeck.c (build_unary_op): Change check for unknown types to
8187 look for OFFSET_REFs, not SCOPE_REFs.
8188
8189 1998-06-11 Mark Mitchell <mark@markmitchell.com>
8190
8191 * pt.c (is_member_template_class): New function.
8192 (push_template_decl_real): Use it.
8193
8194 1998-06-11 Benjamin Kosnik <bkoz@elmo.cygnus.com>
8195
8196 * friend.c (do_friend): Add support for nested classes using
8197 member functions of the enclosing class as friends.
8198
8199 1998-06-10 Mark Mitchell <mark@markmitchell.com>
8200
8201 * call.c (convert_default_arg): Make global, not static.
8202 (convert_arg_for_ellipsis): Split out from ...
8203 (build_over_call): Here.
8204 * cp-tree.h (convert_default_arg); Declare.
8205 (convert_arg_to_ellipsis): Likewise.
8206 (do_member_init): Remove.
8207 * init.c (do_member_init): Remove; this code is dead.
8208 (expand_member_init): Remove much of this code; it is dead.
8209 * typeck.c (convert_arguments): Use convert_default_arg and
8210 convert_arg_for_ellipsis, rather than duplicating here.
8211
8212 * call.c (convert_like): Don't fail silently if
8213 build_user_type_conversion fails. Always return error_mark_node
8214 for failure.
8215
8216 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
8217
8218 * search.c (covariant_return_p): Complain about ambiguous base.
8219
8220 * typeck.c (build_component_ref): Diagnose ref to nested type.
8221
8222 1998-06-10 Brendan Kehoe <brendan@cygnus.com>
8223
8224 * decl.c (grokparms): Check that INIT isn't an error_mark_node
8225 before giving error about invalid type for default arg.
8226
8227 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
8228
8229 * call.c (build_method_call): Fix thinko.
8230
8231 1998-06-10 Dave Brolley <brolley@cygnus.com>
8232
8233 * decl2.c (lang_decode_option): New argc/argv interface.
8234 * cp-tree.h (lang_decode_option): New argc/argv interface.
8235 * lang-specs.h (default_compilers): Only call cpp if -E, -M or -MM is
8236 specified for cpplib-enabled compilers.
8237 * lex.c (lang_init): Don't check_newline for cpplib.
8238 (init_parse): Don't initialize cpplib here.
8239
8240 1998-06-10 Brendan Kehoe <brendan@cygnus.com>
8241
8242 * typeck.c (build_component_ref): Make sure FIELD has a lang_specific
8243 piece before checking DECL_MUTABLE_P.
8244
8245 1998-06-10 John Carr <jfc@mit.edu>
8246
8247 * tree.c (debug_binfo): Make printf format match arguments.
8248
8249 * error.c (OB_PUTI): Make printf format match arguments.
8250
8251 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
8252
8253 * init.c (perform_member_init): Handle default-initialization.
8254
8255 * except.c (build_throw): Handle throwing NULL.
8256
8257 * typeck.c (build_x_function_call): Use resolve_offset_ref.
8258
8259 * search.c (compute_access): Only strip an anonymous union
8260 for a FIELD_DECL.
8261
8262 * call.c (add_builtin_candidates): Tweak.
8263
8264 * cvt.c (build_expr_type_conversion): Restore code for conversion
8265 from class types.
8266 * decl2.c (delete_sanity): Use it. Clean up.
8267
8268 * typeck.c (comp_ptr_ttypes_real): Fix cv-qual comparisons.
8269
8270 1998-06-10 Branko Cibej <branko.cibej@hermes.si>
8271
8272 * typeck.c (c_expand_return): Don't warn about void expressions on
8273 return statements in functions returning void.
8274
8275 1998-06-09 Mark Mitchell <mark@markmitchell.com>
8276
8277 * pt.c (fn_type_unification): Revise documentation. Tidy.
8278 (type_unification): Likewise.
8279
8280 1998-06-09 Andrew MacLeod <amacleod@cygnus.com>
8281
8282 * semantics.c (finish_try_block): Rename expand_start_catch, and delete
8283 expand_end_catch.
8284 * parse.y (function_try_block): Rename expand_start_catch, and delete
8285 expand_end_catch.
8286 * except.c (expand_end_eh_spec): Rename expand_start_catch, and delete
8287 expand_end_catch.
8288
8289 1998-06-09 Jason Merrill <jason@yorick.cygnus.com>
8290
8291 * search.c (lookup_member): New fn.
8292 * class.c (finish_struct_1): Use it.
8293 * decl.c (lookup_name_real): Use it.
8294
8295 Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8296
8297 * Makefile.in (decl2.o): Depend on dwarf2out.h and dwarfout.h.
8298
8299 * cp-tree.h: Add prototype for `maybe_print_template_context' and
8300 `maybe_make_one_only'.
8301
8302 * decl.c (auto_function): Remove unused variable `decl'.
8303
8304 * decl2.c: Include dwarf2out.h and dwarfout.h.
8305
8306 * lex.c: Remove redundant declarations of `set_float_handler' and
8307 `asm_out_file'.
8308
8309 1998-06-08 Andrew MacLeod <amacleod@cygnus.com>
8310
8311 * except.c (init_exception_processing): Remove NEW_EH_MODEL compile
8312 time flag. Call __cp_eh_info instead of __cp_exception_info.
8313 * exception.cc (struct cp_eh_info): Remove NEW_EH_MODEL flag.
8314 (__cp_exception_info): Return offset into cp_eh_info structure to
8315 match what use to be the start of this structure.
8316 (__cp_eh_info): New function to return a pointer to cp_eh_info struct.
8317 (__cplus_type_matcher, __cp_push_exception): Remove NEW_EH_MODEL
8318 compile time flag.
8319 (__uncatch_exception, __check_eh_spec, std::uncaught_exception): Call
8320 __cp_eh_info instead of __cp_exception_info.
8321
8322 1998-06-08 Jason Merrill <jason@yorick.cygnus.com>
8323
8324 * decl.c (cp_finish_decl): Disable inlining of extern inlines
8325 with static variables.
8326
8327 1998-06-08 Mark Mitchell <mark@markmitchell.com>
8328
8329 * init.c (build_offset_ref): Correct previous change to use build,
8330 not build_min.
8331
8332 1998-06-07 Mark Mitchell <mark@markmitchell.com>
8333
8334 * class.c (instantiate_type): Handle pointer-to-members where the
8335 member is a template.
8336 * init.c (build_offset_ref): Likewise.
8337 * typeck.c (build_unary_op): Likewise.
8338
8339 1998-06-07 Richard Henderson <rth@cygnus.com>
8340
8341 * lex.c (lang_init_options): New function.
8342 (lang_init): Remove flag_exceptions == 2 hack.
8343
8344 1998-06-05 Jason Merrill <jason@yorick.cygnus.com>
8345
8346 * search.c (envelope_add_decl): Tweak for implicit typename.
8347
8348 * call.c (joust): Also warn about confusing conversion op/constructor
8349 overload resolution.
8350
8351 * spew.c (yylex): Also return the TYPE_DECL if got_object.
8352 Don't clear got_object after '~'.
8353 * call.c (build_scoped_method_call): Tweak destructor handling.
8354 (build_method_call): Likewise.
8355 * pt.c (tsubst_copy, case METHOD_CALL_EXPR): Don't mess with
8356 TYPE_MAIN_VARIANT for destructors.
8357 * semantics.c (finish_object_call_expr): Complain about calling a
8358 TYPE_DECL.
8359
8360 1998-06-05 Per Bothner <bothner@cygnus.com>
8361
8362 * g++spec.c (lang_specific_pre_link, lang_specific_extra_ofiles):
8363 Define - update needed by gcc.c change.
8364
8365 1998-06-05 Jason Merrill <jason@yorick.cygnus.com>
8366
8367 * error.c (cp_printers): Use 'o' instead of '_' for the null entry.
8368
8369 1998-06-05 Martin v. Loewis <loewis@informatik.hu-berlin.de>
8370
8371 * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.
8372 * decl.c (lookup_name_real): Add namespaces_only parameter.
8373 If set, return only NAMESPACE_DECLs.
8374 (select_decl): Likewise.
8375 (identifier_type_value): Give additional parameter.
8376 (lookup_name_nonclass): Likewise.
8377 (lookup_name): Likewise.
8378 (find_binding): Skip namespace aliases.
8379 (binding_for_name): Likewise.
8380 (push_namespace): Check for namespace aliases.
8381 (lookup_name_namespace_only): New function.
8382 (begin_only_namespace_names, end_only_namespace_names): New functions.
8383 * decl2.c (set_decl_namespace): Skip namespace aliases.
8384 (do_using_directive): Likewise.
8385 (do_namespace_alias): Produce namespace aliases, fix alias
8386 redeclaration.
8387 * error.c (dump_decl): Support SCOPE_REF.
8388 * parse.y (extdef): Wrap lookup with namespace_only for namespace
8389 aliases and using declarations.
8390
8391 1998-06-04 Jason Merrill <jason@yorick.cygnus.com>
8392
8393 * tree.c (really_overloaded_fn): Only see through one TREE_LIST.
8394
8395 * error.c (dump_expr): Clean up NEW_EXPR case.
8396
8397 1998-06-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
8398
8399 Suggested by Brendan Kehoe
8400 * decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL,
8401 treat it as using ::decl.
8402
8403 * decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.
8404
8405 * tree.c (mapcar): Support NEW_EXPR.
8406
8407 * error.c (dump_expr): Support NEW_EXPR.
8408
8409 1998-06-03 Jason Merrill <jason@yorick.cygnus.com>
8410
8411 * method.c (make_thunk): Use overload machinery to make name.
8412 * search.c (covariant_return_p): New fn.
8413 (get_matching_virtual): Use it.
8414
8415 * init.c (build_new_1): Fix check for void.
8416
8417 1998-06-01 Per Bothner <bothner@cygnus.com>
8418
8419 * cp-tree.h (TYPE_FOR_JAVA): New macro.
8420 * decl.c, cp-tree.h (java_byte_type_node, java_short_type_node,
8421 java_int_type_node, java_long_type_node, java_float_type_node,
8422 java_double_type_node, java_char_type_node, java_boolean_type_node):
8423 New "primitive" types, with predefined names __java_byte etc.
8424 (record_builtin_java_type): New function.
8425 (init_decl_processing): Make Java types with record_builtin_java_type.
8426 (pushtag, grokdeclarator): Set TYPE_FOR_JAVA if in extern "JAVA".
8427 (xref_baseypes): If base class was TYPE_FOR_JAVA, so is this class.
8428 (grokfndecl): Call check_java_method for Java classes.
8429 * method.c (is_java_type): Removed. Replaced with TYPE_FOR_JAVA.
8430 (process_overload_item): Match types against specific
8431 java_XX_type_node types, rather than using is_java_type.
8432 * class.c (finish_struct_1): Don't add default copy constructor
8433 or operator= if TYPE_FOR_JAVA.
8434 (pop_lang_conext): Restore strict_prototyp proper if Java.
8435 * decl2.c (acceptable_java_type, check_java_method): New functions.
8436 * pt.c (instantiate_class_template): Copy TYPE_FOR_JAVA from pattern.
8437 (tsubst): Move common statement after if statement.
8438 * typeck.c (comptypes): If strict, TYPE_FOR_JAVA must match.
8439
8440 1998-06-01 Jason Merrill <jason@yorick.cygnus.com>
8441
8442 * pt.c (for_each_template_parm): Use first_rtl_op.
8443
8444 * tree.c (build_cplus_array_type_1): Also check index_type for
8445 template parms.
8446
8447 1998-05-31 Jason Merrill <jason@yorick.cygnus.com>
8448
8449 * pt.c (tsubst): Always copy BINFO_BASETYPES.
8450
8451 1998-05-29 scott snyder <snyder@d0sgif.fnal.gov>
8452
8453 * tree.c (layout_basetypes): If we change TYPE_SIZE, change
8454 TYPE_SIZE_UNIT too.
8455
8456 1998-05-29 Mark Mitchell <mark@markmitchell.com>
8457
8458 * decl.c (grokdeclarator): Don't complain about in-class
8459 initialization of static consts if we don't really know the type
8460 of the variable.
8461
8462 1998-05-29 Jason Merrill <jason@yorick.cygnus.com>
8463
8464 * cp-tree.h (DECL_DESTRUCTOR_P): New macro.
8465 * method.c (build_destructor_name): New fn.
8466 * decl2.c (maybe_retrofit_in_chrg): Split out...
8467 (grokclassfn): From here. Reorganize.
8468 * decl.c (grok_ctor_properties): Make sure ctors for types with
8469 vbases have the in_chrg parm.
8470 * pt.c (instantiate_class_template): Update
8471 TYPE_USES_VIRTUAL_BASECLASSES from tsubsted bases. Don't call
8472 grok_*_properties.
8473 (tsubst): Call grok_ctor_properties and maybe_retrofit_in_chrg.
8474
8475 1998-05-28 Mark Mitchell <mark@markmitchell.com>
8476
8477 * pt.c (instantiate_decl): Make test for whether or not static
8478 variables should be instantiated early match its comment.
8479
8480 1998-05-28 Jason Merrill <jason@yorick.cygnus.com>
8481
8482 * decl.c (start_decl): Always pedwarn about vacuously redeclaring
8483 a member.
8484 (start_function): Call check_default_args.
8485 * decl2.c (grokfield): Don't call check_default_args.
8486 (check_default_args): Use cp_error_at.
8487 * lex.c (do_pending_defargs): Call check_default_args.
8488
8489 1998-05-27 Brendan Kehoe <brendan@cygnus.com>
8490
8491 * call.c (build_method_call): Make sure get_type_value returns
8492 something before we try to use its TYPE_MAIN_VARIANT.
8493 (build_scoped_method_call): Likewise.
8494
8495 1998-05-27 Jason Merrill <jason@yorick.cygnus.com>
8496
8497 * typeck2.c (digest_init): Complain about getting a TREE_LIST to
8498 initialize an array.
8499
8500 * search.c (expand_upcast_fixups): Don't set DECL_CONTEXT and
8501 DECL_VIRTUAL_P.
8502
8503 * friend.c (do_friend): Clarify template warning.
8504
8505 1998-05-27 Mark Mitchell <mark@markmitchell.com>
8506
8507 * decl.c (shadow_label): Don't treat decls as identifiers.
8508 (maybe_push_to_top_level): Clear shadowed_labels.
8509
8510 * pt.c (instantiate_decl): Reset lineno and filename after calling
8511 regenerate_decl_from_template.
8512
8513 * decl.c (grokdeclarator): Don't try to use TYPE_OBSTACK on an
8514 error_mark_node.
8515
8516 1998-05-27 Kevin Buhr <buhr@stat.wisc.edu>
8517
8518 * parse.y (base_class): Use is_aggr_type, not IS_AGGR_TYPE.
8519
8520 1998-05-26 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
8521
8522 * pt.c (process_template_parm): Accept TYPENAME_TYPE nodes.
8523 (convert_nontype_argument): Handle cases when nontype template
8524 parameters become classes after substitution.
8525
8526 1998-05-26 Mark Mitchell <mark@markmitchell.com>
8527
8528 * friend.c (is_friend): Use comptypes, rather than == to compare
8529 types. Modify for new representation of template friends.
8530 (make_friend_class): Likewise.
8531 * pt.c (tsubst_friend_class): Undo 1998-05-21 change. Tweak.
8532 (instantiate_class_template): Deal with template friends.
8533
8534 * decl.c (store_parm_decls): Remove redundant call to
8535 expand_main_function.
8536
8537 1998-05-26 Benjamin Kosnik <bkoz@loony.cygnus.com>
8538
8539 * decl.c (start_decl): Check for DECL_LANG_SPECIFIC before
8540 DECL_USE_TEMPLATE.
8541
8542 1998-05-26 Per Bothner <bothner@cygnus.com>
8543
8544 * language_as_string: Handle lang_java.
8545
8546 1998-05-26 Jason Merrill <jason@yorick.cygnus.com>
8547
8548 * decl.c (pushdecl): Don't copy the type_decl.
8549
8550 1998-05-26 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8551
8552 * class.c (pushclass): Always store TYPE_MAIN_VARIANT in
8553 current_class_type.
8554 * decl.c (grokdeclarator): Put typedefs on the type's obstack.
8555
8556 * parse.y (complex_direct_notype_declarator): Use $1 to access
8557 scope of notype_qualified_id.
8558
8559 1998-05-26 Dave Brolley <brolley@cygnus.com>
8560
8561 * lex.c (parse_options,yy_cur,yy_lim): Add for cpplib.
8562 (init_parse): Initialize cpplib interface.
8563
8564 * Makefile.in (CXX_OBJS): Make sure dependencies never end with an
8565 empty continuation.
8566
8567 1998-05-26 Mark Mitchell <mark@markmitchell.com>
8568
8569 * decl.c (pushtag): Avoid crashing on erroneous input.
8570
8571 1998-05-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8572
8573 * decl.c (push_namespace): Only produce one unique name for
8574 anonymous namespaces.
8575 (get_unique_name): Remove.
8576
8577 1998-05-25 Mark Mitchell <mark@markmitchell.com>
8578
8579 * call.c (tourney): Don't do any extra comparisons.
8580
8581 * decl2.c (build_anon_union_vars): Don't crash on empty sub-unions.
8582
8583 * cp-tree.h (processing_template_parmlist): Declare.
8584 * decl.c (pushtag): Don't call push_template_decl when we
8585 shouldn't.
8586 * pt.c (processing_template_parmlist): New variable.
8587 (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): New macro.
8588 (complete_template_args): Use it.
8589 (add_to_template_args): Likewise.
8590 (innermost_args): Likewise.
8591 (tsubst): Likewise.
8592 (begin_template_parm_list): Use processing_template_parmlist.
8593 (end_template_parm_list): Likewise.
8594
8595 * cp-tree.h (ANON_UNION_TYPE_P): New macro.
8596 * decl.c (grokdeclarator): Use it.
8597 * decl2.c (grok_x_components): Likewise.
8598 * init.c (initializing_context): Likewise.
8599 * method.c (do_build_copy_constructor): Likewise.
8600 (do_build_assign_ref): Likewise.
8601 * search.c (compute_access): Likewise.
8602 * typeck.c (build_component_ref): Likewise.
8603
8604 * decl.c (grokdeclarator): Don't give a cv-qualified version of an
8605 unnamed type a typedef name "for linkage purposes".
8606
8607 * pt.c (lookup_template_class): Don't look at
8608 IDENTIFIER_CLASS_VALUE when there's no current_class_type.
8609
8610 * method.c (build_overload_int): Handle error cases gracefully.
8611
8612 * pt.c (instantiate_decl): Handle static member variables
8613 correctly.
8614
8615 * pt.c (tsubst): Use the tsubst'd type when producing new
8616 TEMPLATE_PARM_INDEX nodes.
8617
8618 1998-05-24 Mark Mitchell <mark@markmitchell.com>
8619
8620 * tree.c (cp_tree_equal): Handle pointers to member functions.
8621
8622 * call.c (maybe_handle_implicit_object): Handle QUAL_CONVs. Make
8623 sure the type of the REF_BIND is a reference type.
8624 (maybe_handle_ref_bind, compare_ics): Rename reference_type to
8625 target_type for clarity.
8626
8627 * parse.y (xcond): Move call to condition_conversion ...
8628 * semantics.c (finish_for_cond): Here.
8629 * parse.c: Regenerated.
8630
8631 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
8632
8633 * decl.c (push_namespace): Namespaces have type void.
8634 * typeck2.c (incomplete_type_error): Complain about namespace
8635 used as expression.
8636 * typeck.c (decay_conversion): Likewise.
8637
8638 1998-05-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
8639
8640 * error.c (dump_expr): Support namespaces.
8641
8642 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
8643
8644 * cp-tree.def: Add SRCLOC.
8645 * cp-tree.h: Add struct tree_srcloc and accessor macros.
8646 * tree.c (build_srcloc, build_srcloc_here): New fns.
8647 * pt.c (add_pending_template): Use build_srcloc_here.
8648 (push_tinst_level): Update last_template_error_tick before erroring.
8649 (instantiate_decl): Restore lineno and input_filename before
8650 calling add_pending_template.
8651 * decl2.c (finish_file): Set up lineno and input_filename for
8652 pending templates.
8653
8654 1998-05-22 Jason Merrill <jason@yorick.cygnus.com>
8655
8656 * decl.c (lang_print_error_function): New fn.
8657 (init_decl_processing): Set print_error_function to use it.
8658 * errfn.c (cp_thing): Don't call maybe_print_template_context here.
8659
8660 * call.c (maybe_handle_ref_bind): Propagate ICS_USER_FLAG and
8661 ICS_BAD_FLAG.
8662
8663 * cvt.c (ocp_convert): Don't set LOOKUP_NO_CONVERSION for
8664 copy-initialization.
8665
8666 * class.c (build_vtable_entry): Use int_fits_type_p.
8667 (build_vtable): Pass a signed offset to build_vtable_entry.
8668 (prepare_fresh_vtable, modify_one_vtable, fixup_vtable_deltas1,
8669 set_rtti_entry): Likewise.
8670
8671 1998-05-22 Per Bothner <bothner@cygnus.com>
8672
8673 * cp-tree.h: Add comments documenting which LANG_FLAGS are used.
8674 (C_TYPE_VARIABLE_SIZE, C_DECL_VARIABLE_SIZE): Removed, not used.
8675
8676 1998-05-22 Jason Merrill <jason@yorick.cygnus.com>
8677
8678 * pt.c (print_template_context): Use fprintf instead of cp_error.
8679
8680 * pt.c (determine_specialization): Just return an error_mark_node.
8681 Also print the decl we want in error messages. If we complain,
8682 return error_mark_node.
8683 (tsubst_friend_function): Set lineno and input_filename so
8684 error messages will be useful.
8685 (instantiate_template): Just return an error_mark_node.
8686 (check_explicit_specialization): Don't mess with a returned
8687 error_mark_node.
8688
8689 * pt.c (print_template_context): Add new argument.
8690 (maybe_print_template_context): New fn.
8691 (push_tinst_level): Increment tinst_level_tick.
8692 (pop_tinst_level): Likewise.
8693 * errfn.c (cp_thing): Call maybe_print_template_context. Use
8694 xrealloc instead of xmalloc.
8695
8696 * typeck.c (build_unary_op, CONVERT_EXPR): Propagate TREE_CONSTANT.
8697
8698 1998-05-21 Jason Merrill <jason@yorick.cygnus.com>
8699
8700 * pt.c (tsubst_friend_class): Don't call redeclare_class_template
8701 if the template we looked up is the same as the one we already
8702 have.
8703
8704 Thu May 21 11:54:44 1998 Dave Brolley <brolley@cygnus.com>
8705
8706 * lex.c: (handle_sysv_pragma): FILE* parameter not used.
8707 (cpp_reader,parse_in): Add for cpplib.
8708 (check_newline): Call handle_sysv_pragma with new interface.
8709 (check_newline): Call GET_DIRECTIVE_LINE, not get_directive_line.
8710
8711 * input.c: (yy_cur,yy_lim,yy_get_token,GETC): Add for cpplib.
8712 (sub_getch): Call GETC for cpplib.
8713
8714 * cp-tree.h: (get_directive_line): Different prototype for cpplib.
8715 (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
8716
8717 * Makefile.in (CXX_OBJS): Add @extra_cxx_objs@ for cpplib.
8718
8719 1998-05-21 Jason Merrill <jason@yorick.cygnus.com>
8720
8721 * decl2.c (maybe_make_one_only): New fn.
8722 (import_export_vtable): Use it.
8723 (import_export_decl): Likewise.
8724 * pt.c (mark_decl_instantiated): Likewise.
8725
8726 1998-05-21 Mark Mitchell <mmitchell@usa.net>
8727
8728 * decl2.c (find_representative_member): Rename to ...
8729 (build_anon_union_vars): New function.
8730 (finish_anon_union): Fix stupidity of previous change.
8731
8732 1998-05-20 Jason Merrill <jason@yorick.cygnus.com>
8733
8734 * decl.c (grokfndecl): Handle definition of specialization in
8735 friend declaration.
8736
8737 * error.c (dump_decl): Fix LOOKUP_EXPR handling.
8738
8739 1998-05-20 Mark Mitchell <mmitchell@usa.net>
8740
8741 * class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P
8742 to look for type declarations.
8743 (finish_struct): Deal with templates on the CLASSTYPE_TAGS list.
8744 * cp-tree.h (DECL_DECLARES_TYPE_P): New macro.
8745 (finish_member_class_template): Declare.
8746 * decl.c (pushtag): Put member class templates on the
8747 CLASSTYPE_TAGS list, just as for ordinary member classes.
8748 (pushdecl_class_level): Use DECL_DECLARES_TYPE_P.
8749 (lookup_tag): Look for IDENTIFIER_CLASS_VALUEs, just as with
8750 IDENTIFIER_NAMESPACE_VALUEs.
8751 * parse.y (component_decl): Move code to ...
8752 * semantics.c (finish_member_class_template): New function.
8753 Don't put member class templates on the list of components for a
8754 class.
8755 * parse.c: Regenerated.
8756 * pt.c (classtype_mangled_name): Don't try DECL_CONTEXT on types.
8757 In fact, don't use DECL_CONTEXT at all here.
8758
8759 1998-05-20 Martin von Loewis <loewis@informatik.hu-berlin.de>
8760
8761 * decl.c (record_unknown_type): New function.
8762 (init_decl_processing): Call it for the unknown and global type
8763 nodes.
8764
8765 1998-05-20 Mark Mitchell <mmitchell@usa.net>
8766
8767 * decl2.c (find_representative_member): New function.
8768 (finish_anon_union): Use it.
8769
8770 * cp-tree.h (MAIN_NAME_P): New macro.
8771 (DECL_MAIN_P): Likwise.
8772 * decl.c (pushdecl): Avoid crashing on redefinitions of `main'.
8773 (grokfndecl): Use the new macros.
8774 (grokdeclarator): Likewise.
8775 (start_function): Likewise.
8776 (store_parm_decls): Likewise.
8777 (finsh_function): Likewise.
8778 * friend.c (do_friend): Likewise.
8779 * typeck.c (build_function_call_real): Likewise.
8780 (build_unary_op): Likewise.
8781
8782 Wed May 20 02:16:01 1998 Jason Merrill <jason@yorick.cygnus.com>
8783
8784 * decl2.c (start_objects, finish_objects, do_dtors,
8785 do_ctors): Split out from...
8786 (finish_file): ...here.
8787
8788 Tue May 19 20:36:23 1998 Jason Merrill <jason@yorick.cygnus.com>
8789
8790 * tree.c (is_overloaded_fn): Don't abort on placeholders from
8791 push_class_decls.
8792
8793 Tue May 19 15:16:22 1998 Brendan Kehoe <brendan@cygnus.com>
8794
8795 * class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.
8796
8797 * error.c (dump_expr): Handle an ARROW_EXPR.
8798
8799 Tue May 19 15:13:39 1998 Mark Mitchell <mmitchell@usa.net>
8800
8801 * decl.c (saveable_obstack): Declare.
8802 (pushdecl): Copy TYPE_DECLs to the same obstack as the type they
8803 declare, if necessary.
8804
8805 Tue May 19 14:50:27 1998 Mark Mitchell <mmitchell@usa.net>
8806
8807 * call.c (compare_qual): Remove.
8808 (is_subseq): Tweak.
8809 (is_properly_derived_from): New function.
8810 (maybe_handle_ref_bind): Likewise.
8811 (maybe_handle_implicit_object): Likewise.
8812 (compare_ics): Modify substantially to bring into conformance with
8813 the standard.
8814 * cp-tree.h (TYPE_PTRMEMFUNC_OBJECT_TYPE): New macro.
8815 (comp_cv_qualification): Declare.
8816 (comp_cv_qual_signature): Likewise.
8817 * typeck.c (comp_cv_qualification): Likewise.
8818 (comp_cv_qual_signature): Likewise.
8819
8820 Tue May 19 10:05:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8821
8822 * Makefile.in (parse.o): Depend on toplev.h.
8823
8824 * class.c (typecode_p): Remove prototype and definition.
8825
8826 * cp-tree.h (currently_open_class, is_empty_class, member_p):
8827 Add prototype.
8828
8829 * decl.c (push_overloaded_decl_top_level): Remove prototype and
8830 definition.
8831
8832 * errfn.c (cp_error): Cast function pointer `error' to (errorfn *)
8833 in call to `cp_thing'.
8834 (cp_warning): Likewise for function pointer `warning'.
8835
8836 * except.c (do_function_call): Remove prototype and definition.
8837 (call_eh_info): Wrap variable `t1' in macro NEW_EH_MODEL.
8838
8839 * method.c (is_java_type): Add prototype and make it static.
8840
8841 * parse.y: Include toplev.h.
8842
8843 * pt.c (type_unification): Remove unused variable `arg'.
8844 (instantiate_decl): Likewise for `save_ti'.
8845
8846 * tree.c (propagate_binfo_offsets): Likewise for `base_binfos'.
8847
8848 Tue May 19 02:43:25 1998 Jason Merrill <jason@yorick.cygnus.com>
8849
8850 * init.c (build_member_call): Handle template_ids.
8851 * parse.y (primary): Add global_scope template_id.
8852
8853 Mon May 18 23:22:52 1998 Jason Merrill <jason@yorick.cygnus.com>
8854
8855 * decl2.c (get_sentry): Use end_temporary_allocation.
8856 Don't declare permanent_obstack.
8857
8858 Mon May 18 12:28:44 1998 Mark Mitchell <mmitchell@usa.net>
8859
8860 * parse.y (.finish_new_placement): New non-terminal.
8861 (unary_expr, new_type_id): Use it.
8862 * parse.c: Regenerated.
8863
8864 Mon May 18 12:20:27 1998 Brendan Kehoe <brendan@cygnus.com>
8865
8866 * pt.c (redeclare_class_template): Say where the original definition
8867 of the template-parameter's default argument appeared.
8868
8869 Mon May 18 03:00:57 1998 Jason Merrill <jason@yorick.cygnus.com>
8870
8871 * call.c (build_over_call): Tweak empty class handling.
8872
8873 * decl.c (make_typename_type): Use currently_open_class.
8874
8875 * class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.
8876
8877 Mon May 18 01:43:01 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
8878
8879 * decl.c (lookup_name_real): Don't look at IDENTIFIER_LOCAL_VALUE
8880 for a type unless it is one.
8881
8882 * class.c (finish_struct_1): Use OVL_CURRENT in error message.
8883
8884 Mon May 18 01:24:08 1998 Jeffrey A Law (law@cygnus.com)
8885
8886 * Makefile.in (program_transform_name, objdir): Define.
8887
8888 * Makefile.in (BISON): Use bison from the build tree if it exists.
8889 (FLEX): Likewise.
8890
8891 Sun May 17 14:52:08 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
8892
8893 * typeck.c (type_unknown_p): Return true for TREE_LIST also.
8894
8895 * call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs.
8896
8897 Sun May 17 14:51:41 1998 Jason Merrill <jason@yorick.cygnus.com>
8898
8899 * call.c (build_scoped_method_call): Likewise.
8900
8901 Sun May 17 13:53:48 1998 Mark Mitchell <mmitchell@usa.net>
8902
8903 * init.c (build_new_1): Call suspend_momentary around the creation
8904 of values that must be saved for exception handling.
8905 * parse.y (.build_new_placement): New non-terminal.
8906 (unary_expr, new_placement): Use it.
8907 * parse.c: Regenerated.
8908
8909 Sun May 17 12:32:08 1998 Jason Merrill <jason@yorick.cygnus.com>
8910
8911 * decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare
8912 old and new types.
8913
8914 * pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the
8915 canonical type.
8916
8917 * call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.
8918
8919 Fri May 15 20:28:00 1998 Jason Merrill <jason@yorick.cygnus.com>
8920
8921 * decl.c (start_decl): Revert problem change.
8922
8923 * Makefile.in (CONFLICTS): Fix.
8924
8925 Fri May 15 15:34:02 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
8926
8927 * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
8928
8929 Fri May 15 00:46:05 1998 Jason Merrill <jason@yorick.cygnus.com>
8930
8931 * class.c (finish_struct_1): Use BINFO_SIZE.
8932
8933 * decl.c (start_decl): Use 'tem'.
8934
8935 Thu May 14 16:30:47 1998 Andrew MacLeod <amacleod@cygnus.com>
8936
8937 * exception.cc: Include eh-common.h.
8938 (struct cp_eh_info): Add eh_info struct with NEW_EH_MODEL.
8939 (__cplus_type_matcher): First stab at new C++ runtime type matcher.
8940 (__cp_push_exception): Initialize eh_info struct as well.
8941 * except.c: Remove local structs and include eh-common.h.
8942 (init_exception_processing): Set language and version codes.
8943 (call_eh_info): Add presence of eh_info to runtime description of
8944 struct cp_eh_info.
8945 (expand_end_eh_spec): Call start_catch_block() and end_catch_block().
8946 * semantics.c (finish_try_block): Call start_catch_block() and
8947 end_catch_block().
8948 * parse.y (function_try_block): Call start_catch_block() and
8949 end_catch_block().
8950
8951 Thu May 14 12:27:34 1998 Brendan Kehoe <brendan@cygnus.com>
8952
8953 * typeck.c (original_type): New function.
8954 (common_type): Use it to get the DECL_ORIGINAL_TYPE for T1 and T2,
8955 to see if they're actually the same.
8956 * cp-tree.h (original_type): Declare.
8957
8958 Wed May 13 12:54:30 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8959
8960 * Makefile.in (lex.o): Depend on output.h.
8961
8962 * call.c (add_function_candidate): Remove unused variable `cand'.
8963 (add_conv_candidate): Likewise.
8964 (build_builtin_candidate): Likewise.
8965
8966 * cp-tree.h: Add prototype for `types_overlap_p'.
8967
8968 * decl.c (signal_catch): Mark parameter `sig' with ATTRIBUTE_UNUSED.
8969
8970 * decl2.c (merge_functions): Remove unused variables `tmp' and
8971 `tempn'.
8972
8973 * error.c (expr_as_string): Mark parameter `v' with ATTRIBUTE_UNUSED.
8974 (code_as_string): Likewise.
8975 (language_as_string): Likewise.
8976 (parm_as_string): Likewise.
8977 (op_as_string): Likewise.
8978 (assop_as_string): Likewise.
8979 (cv_as_string): Likewise.
8980
8981 * lex.c: Include output.h.
8982
8983 * pt.c (type_unification): Cast first argument of `bzero' to a char*.
8984
8985 * search.c (dfs_no_overlap_yet): Mark parameter `t' with
8986 ATTRIBUTE_UNUSED.
8987
8988 * tinfo.cc (__class_type_info::dcast): Change the type of variable
8989 `i' from int to size_t.
8990
8991 * typeck.c (language_lvalue_valid): Mark parameter `exp' with
8992 ATTRIBUTE_UNUSED.
8993
8994 Tue May 12 21:37:49 1998 Jason Merrill <jason@yorick.cygnus.com>
8995
8996 * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
8997 DECL_NAMESPACE_SCOPE_P.
8998 (lang_decl_name): Likewise.
8999 * pt.c (tsubst_friend_function, tsubst): Likewise.
9000 * decl.c (pushdecl, redeclaration_error_message, start_decl,
9001 cp_finish_decl, start_function): Likewise.
9002 * class.c (finish_struct_1): Likewise.
9003 * call.c (build_over_call): Likewise.
9004 (compare_ics): Use DERIVED_FROM_P.
9005
9006 Tue May 12 07:24:18 1998 Mark Mitchell <mmitchell@usa.net>
9007
9008 * cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.
9009 * method.c (build_mangled_name): Use it.
9010 (build_decl_overload_real): Likewise.
9011
9012 * error.c (dump_simple_decl): New function, broken out from ...
9013 (dump_decl): Use it.
9014
9015 Mon May 11 11:38:07 1998 Mark Mitchell <mmitchell@usa.net>
9016
9017 * ptree.c (lang_print_xnode): Add missing `break'.
9018
9019 * pt.c (tsubst): Remove duplicate check for IDENTIFIER_NODE.
9020
9021 * call.c (add_template_candidate): Adjust for changes to
9022 fn_type_unification.
9023 (add_template_candidate_real): Likewise.
9024 (add_template_conv_candidate): Likewise.
9025 (build_user_type_conversion_1): Likewise.
9026 (build_new_function_call): Likewise.
9027 (build_object_call): Likewise.
9028 (build_new_op): Likewise.
9029 (build_new_method_call): Likewise.
9030 * class.c (instantiate_type): Likewise.
9031 * cp-tree.h (unification_kind_t): New type.
9032 (fn_type_unification): Adjust prototype.
9033 (type_unificaiton): Likewise.
9034 * pt.c (UNIFY_ALLOW_NONE): New macro.
9035 (UNIFY_ALLOW_MORE_CV_QUAL): Likewise.
9036 (UNIFY_ALLOW_LESS_CV_QUAL): Likewise.
9037 (UNIFY_ALLOW_DERIVED): Likewise.
9038 (unify): Change prototype.
9039 (maybe_adjust_types_for_deduction): New function.
9040 (check_cv_quals_for_unify): Likewise.
9041 (determine_specialization): Adjust.
9042 (fn_type_unification): Likewise.
9043 (type_unification): Likewise.
9044 (type_unification_real): Likewise. Use
9045 maybe_adjust_types_for_deduction. Fix mishandling of
9046 back-unification of template functions passed as arguments. Pass
9047 appropriate combination of UNIFY_ALLOW_* to unify.
9048 (unify): Remove unused NTPARMS parameter. Use
9049 check_cv_quals_for_unify. Remove bogus code that allowed
9050 too-generous unification in order to adhere more closely to standard.
9051 (get_bindings_real): Adjust.
9052 (get_class_bindings): Likewise.
9053
9054 * method.c (build_overload_identifier): Only use the innermost
9055 template arguments when mangling.
9056 * pt.c (tsubst_template_argument_vector): New function.
9057 (complete_template_args): Deal with the situation where the
9058 extra_args contain more than one level of arguments.
9059 (lookup_template_class): Deal with member template classes, which
9060 may have more than one level of arguments.
9061 (tsubst): Don't tsbust into the TREE_TYPE of an IDENTIFIER_NODE.
9062 Improve handling of member template classes. Use
9063 DECL_PRIMARY_TEMPLATE instead of inline expansion. Use
9064 tsubst_template_argument_vector where appropriate.
9065 (regenerate_decl_from_template): Break out from ...
9066 (instantiate_decl): Here.
9067
9068 * lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
9069 * parse.h: Regenerated.
9070 * parse.c: Really regenerated.
9071
9072 * cp-tree.h (finish_unary_op_expr): New function.
9073 (finish_id_expr): Likewise.
9074 (begin_new_placement): Likewise.
9075 (finish_new_placement): Likewise.
9076 (finish_declarator): Likewise.
9077 (finish_translation_unit): Likewise.
9078 (finish_parmlist): Likewise.
9079 (begin_class_definition): Likewise.
9080 (finish_class_definition): Likewise.
9081 (finish_default_args): Likewise.
9082 (finish_inline_definitions): Likewise.
9083 * parse.y (GCC_ASM_KEYWORD): Remove.
9084 (TYPENAME_ELLIPSIS): Likewise.
9085 * parse.c: Regenerated.
9086 Use new functions in semantics.c in the actions for many rules.
9087 * gxx.gperf (GCC_ASM_KEYWORD): Just use ASM_KEYWORD.
9088 * hash.h: Regenerated.
9089 * semantics.c (finish_expr_stmt): Allow NULL expr.
9090 (finish_unary_op_expr): New function, containing
9091 code previously in parse.y.
9092 (finish_id_expr): Likewise.
9093 (begin_new_placement): Likewise.
9094 (finish_new_placement): Likewise.
9095 (finish_declarator): Likewise.
9096 (finish_translation_unit): Likewise.
9097 (finish_parmlist): Likewise.
9098 (begin_class_definition): Likewise.
9099 (finish_class_definition): Likewise.
9100 (finish_default_args): Likewise.
9101 (finish_inline_definitions): Likewise.
9102
9103 Sun May 10 23:43:13 1998 Mark Mitchell <mmitchell@usa.net>
9104
9105 * typeck.c (build_c_cast): Don't decay arrays and functions to
9106 pointer type when converting to a class type.
9107
9108 Sun May 10 22:53:56 1998 Jason Merrill <jason@yorick.cygnus.com>
9109
9110 * cp-tree.h (DECL_NAMESPACE_SCOPE_P): New macro.
9111 (DECL_CLASS_SCOPE_P): Likewise.
9112
9113 Sun May 10 22:48:22 1998 H.J. Lu (hjl@gnu.org)
9114
9115 * class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.
9116 * decl2.c (constructor_name_full): Likewise.
9117
9118 Sun May 10 22:48:12 1998 Mike Stump <mrs@wrs.com>
9119
9120 * tree.c (mapcar): Add OVERLOAD support.
9121
9122 * init.c (resolve_offset_ref): We must use basetype_path before we
9123 destroy it with a call to convert_pointer_to.
9124
9125 Sat May 9 14:44:37 1998 Jason Merrill <jason@yorick.cygnus.com>
9126
9127 * class.c (currently_open_class): New fn.
9128 * decl.c (lookup_name_real): Use it.
9129 * search.c (lookup_field): Likewise.
9130
9131 Fri May 8 23:32:42 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
9132
9133 * cp-tree.def (OVERLOAD): New node.
9134 * cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE,
9135 SET_IDENTIFIER_NAMESPACE_VALUE): Define.
9136 (NAMESPACE_BINDING): Remove.
9137 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_NAMESPACE_VALUE): Use
9138 namespace_binding.
9139 (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED):
9140 Define.
9141 (tree_overload): New struct.
9142 (IDENTIFIER_TYPE_VALUE): Use identifier_type_value.
9143 (REAL_IDENTIFIER_TYPE_VALUE): Define.
9144 (IDENTIFIER_HAS_TYPE_VALUE): Use IDENTIFIER_TYPE_VALUE.
9145 (lang_decl_flags): Remove in_namespace.
9146 (lang_decl): Remove chain.
9147 (DECL_CHAIN, DECL_NAMESPACE): Remove.
9148 (flag_honor_std): Declare extern.
9149 (identifier_type_value, pushdecl_namespace_level, push_using_decl,
9150 namespace_binding, set_namespace_binding,
9151 lookup_function_nonclass, cat_namespace_levels,
9152 set_decl_namespace, lookup_arg_dependent, binding_init, ovl_cons,
9153 scratch_ovl_cons, ovl_member, build_overload): Declare.
9154 (decl_list_length, get_namespace_id, current_namespace_id,
9155 overloaded_globals_p): Remove.
9156 (lookup_using_namespace, qualified_lookup_using_namespace): Change
9157 return type.
9158 (push_scratch_obstack): New macro.
9159 * call.c (add_function_candidate): Special-case type of OVERLOAD node.
9160 (build_user_conversions_1): Iterate using OVL_NEXT for ctors,
9161 convs, fns.
9162 (build_new_function_call): Iterate using OVL_CHAIN.
9163 Print DECL_NAME in when reporting ambiguities.
9164 (build_object_call): Iterate using OVL_NEXT for fns, convs.
9165 (build_new_op): Call lookup_function_nonclass.
9166 Iterate using OVL_NEXT.
9167 (build_op_delete_call): Change detection of members.
9168 Do not wrap TREE_LIST around fields and single global functions.
9169 (build_over_call): Don't push a class level if the context is a
9170 namespace.
9171 (build_new_method_call): Iterate using OVL_NEXT.
9172 * class.c (add_method): Chain overloaded members using
9173 build_overload. Remove copying of method.
9174 (grow_method): When iterating through the obstack, expect OVERLOAD
9175 nodes. Chain overload members.
9176 (finish_struct_methods): Chain overload members. Unpack OVERLOAD
9177 nodes in call to get_baselinks.
9178 (duplicate_tag_error): Expect OVERLOAD nodes when unchaining.
9179 (finish_struct_1): Iterate over ctor using OVL_NEXT. Handle
9180 fdecls that are OVERLOAD nodes.
9181 (validate_lhs): New function.
9182 (instantiate_type): Do not copy OVERLOAD nodes. Remove dead
9183 code. Use DECL_NAME in error messages. Split code between global
9184 and member function processing.
9185 * decl.c (global_type_node): New static variable.
9186 (in_std): New global.
9187 (struct binding_level): New field usings.
9188 (resume_binding_level): Assert that we are not in a class.
9189 (toplevel_bindings_p): Just check for namespace_p or
9190 pseudo_global.
9191 (resume_level): Remove.
9192 (find_binding): New function.
9193 (binding_for_name): Call it.
9194 (namespace_binding, set_namespace_binding): New functions.
9195 (push_namespace): Associate binding level with new namespace,
9196 resume_binding_level for existing namespace. Remove old code.
9197 Fake std by counting.
9198 (store_bindings): Use REAL_IDENTIFIER_TYPE_VALUE.
9199 (maybe_push_to_top_level): Save current namespace.
9200 (pop_from_top_level): Restore saved namespace.
9201 (pop_namespace): Call suspend_binding_level. Remove old code.
9202 (cat_namespace_levels): New function.
9203 (set_identifier_type_value_with_scope): For namespace bindings,
9204 set BINDING_TYPE, and use global_type_node.
9205 Use REAL_IDENTIFIER_TYPE_VALUE otherwise.
9206 (identifier_type_value): New function.
9207 (pushtag): If no context, use current_namespace.
9208 (duplicate_decls): Don't process DECL_CHAIN.
9209 (pushdecl): Set DECL_CONTEXT to current_namespace, if it is not
9210 already set. Never reset it to NULL_TREE. Lookup global variables
9211 in their namespace. Push overloaded templates if they are on
9212 namespace level.
9213 (pushdecl_namespace_level): New function.
9214 (pushdecl_top_level): Implement using pushdecl_namespace_level.
9215 (pushdecl_using_decl): New function.
9216 (overloaded_globals_p): Remove.
9217 (push_overloaded_decl): Create OVERLOAD nodes, and iterate through
9218 them. Use namespace_binding and set_namespace_value.
9219 (redeclaration_error_message): Complain if the declarations come
9220 from different namespaces.
9221 (lookup_tag): On namespace level, look in the BINDING_TYPE.
9222 (lookup_namespace_name): Pass tree_bindings from stack. Remove
9223 old code.
9224 (select_decl): New function.
9225 (lookup_name_real): Call it for qualified and unqualified lookup.
9226 Pass tree_bindings from the stack.
9227 If prefer_type is 1, also accept namespaces.
9228 (lookup_function_nonclass): New function.
9229 (init_decl_processing): Set the binding level of the global
9230 namespace to global_binding_level.
9231 Build a proper type list for __builtin_apply.
9232 Initialize std_node to "fake std" if flag_honor_std is set.
9233 Initialize global_type_node.
9234 Allocated bad_alloc in namespace std if flag_honor_std.
9235 (define_function): Set the DECL_CONTEXT to the current_namespace.
9236 (start_decl): A namespace is not considered as a context here. If
9237 the DECL_CONTEXT is a namespace, push the decl.
9238 (cp_finish_decl): Check for namespaces used as initializers.
9239 (grokfndecl): Add namespace parameter. Remove processing of
9240 DECL_CHAIN.
9241 (grokvardecl): Add namespace parameter.
9242 (grokdeclarator): Process SCOPEs that are namespaces. For
9243 mangling, temporarily set the DECL_CONTEXT on anonymous structs.
9244 (start_function): Check for contexts that are namespaces.
9245 Set context for declarations that have not been pushed.
9246 (store_parm_decls): Check for ::main only.
9247 (finish_function): Likewise.
9248 (start_method): Check for contexts that are namespaces.
9249 (start_method): Remove DECL_CHAIN processing.
9250 * decl2.c (flag_honor_std): Declare.
9251 (lang_decode_option): Set it if -fhonor-std or -fnew-abi is given.
9252 (decl_namespace_list): New static global.
9253 (grok_x_components): Ignore namespaces as type contexts.
9254 (check_classfn): Expect OVERLOAD nodes.
9255 (grokfield): Remove DECL_CHAIN processing.
9256 (finish_file): Call cat_namespace_levels.
9257 (merge_functions): New function.
9258 (ambiguous_decl): Rewrite.
9259 (lookup_using_namespace): Produce tree_bindings.
9260 (qualified_lookup_using_namespace): Likewise.
9261 (set_decl_namespace, decl_namespace, current_decl_namespace,
9262 push_decl_namespace, pop_decl_namespace): New functions.
9263 (arg_lookup): New struct.
9264 (add_function, arg_assoc_namespace, arg_assoc_class,
9265 arg_assoc_type, arg_assoc_args, arg_assoc, lookup_arg_dependent):
9266 New functions.
9267 (get_namespace_id, current_namespace_id): Remove.
9268 (do_toplevel_using_decl): Rewrite.
9269 (do_class_using_decl): Complain about namespace qualifiers.
9270 (do_using_directive): Sorry if not on namespace level. Complain
9271 about unknown namespaces.
9272 * error.c (dump_aggr_type): Check for namespace contexts.
9273 * except.c (init_exception_processing): Push terminate into std.
9274 * friend.c (is_friend): A namespace is not a context, here.
9275 * init.c (expand_member_init): Remove DECL_CHAIN processing.
9276 (build_offset_ref): Process OVERLOAD nodes.
9277 * lang-specs.h (__HONOR_STD): Define if -fnew-abi or -fhonor-std.
9278 * lex.c (identifier_type): Loop using OVL_CHAIN.
9279 (see_typename): Set looking_for_typename to 2.
9280 (real_yylex): Likewise.
9281 (do_identifier): Expect OVERLOAD nodes instead of TREE_LISTs.
9282 (do_scoped_id): Expect OVERLOAD nodes.
9283 Change calling convention for qualified_lookup_using_namespace.
9284 (build_lang_decl): Don't set in_namespace anymore.
9285 * method.c (typevec_size): New global.
9286 (build_overload_nested_name): Return if global_namespace.
9287 Otherwise, always expect a declaration context.
9288 (build_qualified_name): Likewise.
9289 Make sure we don't write beyond typevec_size.
9290 (build_decl_overload_real): Likewise.
9291 Allocate one extra slot for the namespace.
9292 (hack_identifier): Mark code dead.
9293 Process OVERLOAD and NAMESPACE_DECL nodes.
9294 * parse.y (program): Pop namespaces until in global namespace.
9295 (extdef): In a using-declaration, don't discard the identifier if
9296 there is no declaration.
9297 (left_curly): Ignore type contexts which are namespaces.
9298 (typename_sub2): Use IDENTIFIER_TYPE_VALUE to retrieve the type
9299 used as scope.
9300 * pt.c (template_class_depth): Expect types to be namespaces.
9301 (determine_specialization): Simplify by expecting OVERLOAD nodes.
9302 (push_template_decl): Push into namespace level.
9303 Reset ctx if it is a namespace.
9304 Set DECL_CONTEXT to current_namespace if not set already.
9305 Ignore real contexts that are namespaces.
9306 (mangle_class_name_for_template): Skip global_namespace.
9307 Mangle other namespaces as declarations.
9308 (lookup_template_function): Set type of OVERLOAD nodes to unknown.
9309 (lookup_template_class): Push into namespace of context.
9310 If the context is a namespace, set it to global_namespace.
9311 Use id_context for mangling.
9312 (for_each_template_parm): Handle OVERLOAD and NAMESPACE_DECL nodes.
9313 (tsubst_friend_function): Ignore namespace contexts.
9314 Push into namespace level.
9315 (tsubst): Handle NAMESPACE_DECL nodes.
9316 Remove DECL_CHAIN processing.
9317 (type_unification_real): Recognize OVERLOAD instead of TREE_LIST nodes.
9318 * ptree.c (print_lang_identifier): Print bindings.
9319 (lang_print_xnode): Print OVERLOAD nodes.
9320 * rtti.c (init_rtti_processing): Push type_info into std.
9321 * search.c (lookup_fnfields_here): Expect OVERLOAD nodes.
9322 (lookup_fnfields_1, get_virtuals_named_this, get_matching_virtual,
9323 dfs_debug_mark, dfs_pushdecls, dfs_compress_decls, add_conversions,
9324 lookup_fnfields_here): Likewise.
9325 Process all nodes, instead of going through TREE_CHAIN.
9326 * sig.c (build_signature_pointer_or_reference_type): Set context
9327 to global_namespace.
9328 (build_signature_table_constructor): Expect OVERLOAD nodes.
9329 * spew.c (yylex): Save old setting of looking_for_typename.
9330 * tree.c (decl_list_length): Remove.
9331 (binding_init): New function.
9332 (count_functions): Rewrite.
9333 (is_overloaded_fn): Expect OVERLOAD nodes.
9334 (really_overloaded_fn, get_first_fn, lvalue_type): Likewise.
9335 (ovl_cons, scratch_ovl_cons, build_overload, build_overload_after,
9336 ovl_member): New functions.
9337 * typeck.c (require_complete_type): Expect OVERLOAD nodes.
9338 (type_unknown_p): Likewise.
9339 (require_instantiated_type): Likewise.
9340 (build_component_ref): Declare code dead.
9341 (build_x_function_call): Create and expect OVERLOAD nodes.
9342 (build_function_call_real): Check for ::main only.
9343 (build_unary_op): Likewise. Expect OVERLOAD nodes.
9344 (convert_for_assignment): Check for TREE_LIST before accessing
9345 TREE_VALUE.
9346 * decl.c (duplicate_decls): Check for namespace bindings instead
9347 of global bindings.
9348 (pushdecl, push_overloaded_decl, lookup_tag, lookup_name_real,
9349 lookup_name_current_level, start_decl, xref_tag,
9350 finish_enum): Likewise.
9351 * init.c (build_offset_ref): Likewise.
9352 * search.c (lookup_field): Likewise.
9353 (lookup_fnfields): Likewise.
9354 (dfs_debug_mark): Likewise.
9355 * decl.c (poplevel): Use SET_IDENTIFIER_TYPE_VALUE.
9356 (poplevel_class, pop_from_top_level): Likewise.
9357 * decl2.c (finish_method): Likewise.
9358 * class.c (build_vtable): Use SET_IDENTIFIER_GLOBAL_VALUE.
9359 * decl.c (record_builtin_type): Likewise.
9360 (init_decl_processing, grokfndecl): Likewise.
9361 * lex.c (get_time_identifier, do_identifier, do_scoped_id): Likewise.
9362 (make_lang_type): Likewise.
9363 * parse.y (make_thunk): Likewise.
9364 * pt.c (tsubst): Likewise.
9365 * tree.c (debug_binfo): Likewise.
9366 * exception.cc, new.cc, new1.cc, new2.cc, tinfo.cc, tinfo.h,
9367 tinfo2.cc, inc/new.h: Add std qualifications.
9368 * inc/new: Wrap with namespace std if __HONOR_STD.
9369 * inc/typeinfo: Likewise.
9370
9371 Fri May 8 00:43:50 1998 Jason Merrill <jason@yorick.cygnus.com>
9372
9373 * call.c (build_user_type_conversion_1): Handle second_conv
9374 properly for templates.
9375
9376 Thu May 7 17:09:25 1998 Andrew MacLeod <amacleod@cygnus.com>
9377
9378 * method.c (build_decl_overload_real): Set TREE_USED flag to
9379 zero for build_type_variants nodes as well.
9380
9381 Wed May 6 19:27:09 1998 Jason Merrill <jason@yorick.cygnus.com>
9382
9383 * pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE.
9384
9385 Wed May 6 16:49:48 1998 Jim Wilson <wilson@cygnus.com>
9386
9387 * Makefile.in (call.o, class.o, decl.o, decl2.o, errfn.o, error.o,
9388 except.o, expr.o, friend.o, init.o, lex.o, method.o, pt.o, repo.o,
9389 rtti.o, search.o, semantics.o, sig.o, tree.o, typeck.o, typeck2.o,
9390 xref.o): Add toplev.h dependencies.
9391
9392 Wed May 6 16:44:58 1998 Jeffrey A Law (law@cygnus.com)
9393
9394 * errfn.c (cp_error, cp_warning): Remove declarations for
9395 error and warning respectively.
9396
9397 Wed May 6 14:28:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9398
9399 * error.c: Convert to using ctype macros defined in system.h.
9400 * method.c: Likewise.
9401 * xref.c: Likewise.
9402 * lex.c: Likewise. Also remove redundant system header stuff.
9403
9404 Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>
9405
9406 * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c,
9407 expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c,
9408 search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c,
9409 xref.c: Add include of toplev.h.
9410
9411 Wed May 6 02:33:39 1998 Jason Merrill <jason@yorick.cygnus.com>
9412
9413 * tree.c (perm_manip): Also regenerate the RTL of an extern.
9414 (copy_to_permanent): Use end_temporary_allocation.
9415
9416 Tue May 5 23:54:04 1998 Jason Merrill <jason@yorick.cygnus.com>
9417
9418 * init.c (expand_vec_init): The initialization of each array
9419 element is a full-expression.
9420
9421 Tue May 5 18:24:13 1998 Andrew MacLeod <amacleod@cygnus.com>
9422
9423 * method.c (build_mangled_name): Add a call to build_type_variant
9424 to get the right type.
9425
9426 Tue May 5 01:25:03 1998 Jason Merrill <jason@yorick.cygnus.com>
9427
9428 * Makefile.in: Add .SUFFIXES.
9429
9430 * cp-tree.def: Remove NAMESPACE_DECL.
9431
9432 Sun May 3 01:32:14 1998 Jason Merrill <jason@yorick.cygnus.com>
9433
9434 * call.c (build_over_call): Do evaluate arg even if it has empty
9435 class type.
9436 * decl.c (start_function): Don't push a member function.
9437
9438 Thu Apr 30 18:59:23 1998 Jim Wilson <wilson@cygnus.com>
9439
9440 * Makefile.in (g++FAQ.info): Put -o option before input file.
9441
9442 Thu Apr 30 13:05:33 1998 Andrew MacLeod <amacleod@cygnus.com>
9443
9444 * gxxint.texi: Add info for squangling codes K and B.
9445
9446 Tue Apr 28 13:22:01 1998 Mark Mitchell <mmitchell@usa.net>
9447
9448 * semantics.c (begin_stmt_expr): Avoid duplicating the effect of
9449 the expression in templates.
9450 (finish_stmt_expr): Likewise.
9451
9452 1998-04-28 Brendan Kehoe <brendan@cygnus.com>
9453
9454 * decl2.c (ambiguous_decl): Fix NAME parm to be a tree, not int.
9455
9456 Mon Apr 27 13:58:10 1998 Mark Mitchell <mmitchell@usa.net>
9457
9458 * decl.c (maybe_push_to_top_level): Always clear
9459 current_template_parms and processing_template_decl.
9460 (pushtag): Remove check of current_class_type and some comments,
9461 since maybe_push_to_top_level no longer creates confusion.
9462
9463 Sun Apr 26 12:10:18 1998 Mark Mitchell <mmitchell@usa.net>
9464
9465 * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
9466 (DECL_CLASS_TEMPLATE_P): Likewise.
9467 (DECL_PRIMARY_TEMPLATE): Likewise.
9468 (PRIMARY_TEMPLATE_P): Use it.
9469 (push_template_decl_real): New function.
9470 (redeclare_class_template): Take new template parameters as
9471 input.
9472 (is_specialization_of): New function.
9473 (comp_template_args): Declare.
9474 * decl.c (pushtag): Handle friend template classes.
9475 (xref_tag): Likewise. Use new calling convention for
9476 redeclare_class_template.
9477 * decl2.c (grok_x_components): Handle friend templates.
9478 * friend.c (is_friend): Use is_specialization_of where
9479 appropriate. Deal with friend class templates.
9480 (make_friend_class): Let a class template be friends with itself.
9481 * pt.c (comp_template_args): Remove declaration.
9482 (tsubst_friend_class): New function.
9483 (push_template_decl_real): New function.
9484 (push_template_decl): Use it.
9485 (redeclare_class_template): Adjust for new calling convention.
9486 (comp_template_args): Give it external linkage.
9487 (instantiate_class_type): Use tsubst_friend_class to deal
9488 with friend templates.
9489 * typeck.c (comptypes): Use comp_template_args, rather than
9490 expanding it inline.
9491 * parse.y (component_decl): Handle a nested template type
9492 like other component type declarations.
9493
9494 * pt.c (check_explicit_specialization): Handle overloaded
9495 constructors correctly.
9496
9497 * pt.c (mabybe_get_template_decl_from_type_decl): New function.
9498 (lookup_template_class): Use it.
9499
9500 Thu Apr 23 21:19:06 1998 Jason Merrill <jason@yorick.cygnus.com>
9501
9502 * cp-tree.def: Add WRAPPER. USER_CONV now only has two ops.
9503 * cp-tree.h: Add WRAPPER support.
9504 * call.c (add_candidate): Split out from add_*_candidate fns.
9505 (build_over_call): Take the candidate instead of function and args.
9506 Enforce access control here. Emit overload warnings here.
9507 (add_warning): New fn.
9508 (joust): Add WARN parm. If not set, call add_warning instead of
9509 printing a warning. Re-enable some warnings.
9510 (tourney): Pass it.
9511 (convert_like): Adjust.
9512 (build_new_op): Adjust.
9513 (build_new_function_call): Adjust.
9514 (build_user_type_conversion_1): Adjust.
9515 (USER_CONV_FN): Adjust.
9516 * tree.c (build_expr_wrapper, build_expr_ptr_wrapper,
9517 build_int_wrapper): New fns.
9518
9519 Thu Apr 23 18:27:53 1998 Mark P. Mitchell <mmitchell@usa.net>
9520
9521 * pt.c (unify): Fix typo in previous change.
9522
9523 Thu Apr 23 09:32:58 1998 Jason Merrill <jason@yorick.cygnus.com>
9524
9525 * error.c (dump_type_real): Declare canonical_name.
9526
9527 * typeck.c (comp_target_types): Fix PMFs.
9528
9529 Wed Apr 22 13:24:48 1998 Mark Mitchell <mmitchell@usa.net>
9530
9531 * class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for
9532 the DECL_RESULTs of a member TEMPLATE_DECL, not just the
9533 TEMPLATE_DECL.
9534
9535 * pt.c (tsubst): Decrease the template-level of
9536 TEMPLATE_TEMPLATE_PARMS. Likewise for the DECL_INITIAL of a
9537 TEMPLATE_PARM_INDEX.
9538 (template_decl_level): New function.
9539 (unify): Make sure to record unifications for template
9540 parameters, even when the parameters exactly match the arguments.
9541 Combine duplicated code for TEMPLATE_TEMPLATE_PARMs and
9542 TEMPLATE_TYPE_PARMS. Don't try to unify template parameters that
9543 aren't from the level we're currently working on.
9544
9545 Tue Apr 21 22:00:04 1998 Mark Mitchell <mmitchell@usa.net>
9546
9547 * errfn.c (cp_thing): Use xrealloc, not xmalloc, to copy memory.
9548
9549 * decl2.c (check_member_template): Set DECL_IGNORED for member
9550 class templates, too.
9551
9552 * decl2.c (grokfield): Remangle the name of a member TYPE_DECL.
9553
9554 Tue Apr 21 18:59:11 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9555
9556 * decl.c (duplicate_decls): Only check DECL_FRIEND_P if function.
9557
9558 Tue Apr 21 14:22:00 1998 Jeffrey A Law (law@cygnus.com)
9559
9560 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare.
9561 * decl.c (intTI_type_node, unsigned_intTI_type_node): Define.
9562 (init_decl_processing): Handle TI types.
9563 * typeck.c (unsigned_type, signed_type): Handle TI types.
9564
9565 Sat Apr 18 15:25:21 1998 Jim Wilson <wilson@cygnus.com>
9566
9567 * g++spec.c (lang_specific_driver): New argument in_added_libraries.
9568 New local added_libraries. Increment count when add library to
9569 arglist.
9570
9571 Fri Apr 17 21:25:00 1998 Mark Mitchell <mmitchell@usa.net>
9572
9573 * cp-tree.h (type_as_string_real): New function.
9574 * pt.c (mangle_class_name_for_template): Use it.
9575 * error.c (dump_aggr_type): Change prototype.
9576 (dump_type_prefix): Likewise.
9577 (dump_type_suffix): Likewise.
9578 (dump_type_real): Convert from dump_type. If desired, the
9579 "canonica" name of a typedef, i.e., the name of the underlying
9580 type, can be printed.
9581 (dump_type): Call dump_type_real.
9582
9583 Fri Apr 17 14:30:45 1998 Jason Merrill <jason@yorick.cygnus.com>
9584
9585 * decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.
9586
9587 * typeck.c (comp_target_types): Tweak pedantic case.
9588 (comp_target_parms): Tweak pedantic case. Clean up somewhat.
9589 Return -1 or 1 instead of 1 or 2.
9590 (compparms): Remove STRICT handling.
9591 (convert_for_assignment): Fix handling of pmfs.
9592
9593 Fri Apr 17 14:04:16 1998 Mark Mitchell <mmitchell@usa.net>
9594
9595 * typeck.c (comp_target_types): Handle references like pointers.
9596 (comp_target_parms): Note that return code from comp_target_types
9597 can be negative to indicate failure.
9598
9599 Fri Apr 17 09:10:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9600
9601 * Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),
9602 which requires a working target compiler to build.
9603
9604 Fri Apr 17 08:57:35 1998 Jeffrey A Law (law@cygnus.com)
9605
9606 * tree.c (avoid_overlap): Add prototype.
9607
9608 * spew.c (num_tokens): Add prototype.
9609 (nth_noken, add_token, consume_token, debug_yychar): Likewise.
9610
9611 * search.c (dfs_check_overlap): Add prototype.
9612 (dfs_no_overlap_yet): Likewise.
9613
9614 * pt.c (original_template): Add prototype.
9615 (inline_needs_template_parms): Likewise.
9616 (push_inline_template_parms_recursive): Likewise.
9617 (retrieve_specialization, register_specialization): Likewise.
9618 (print_candidates, reduce_template_parm_level): Likewise.
9619 (build_template_decl, mark_template_parm): Likewise.
9620 (tsubst_friend_function, get_bindings_real): Likewise.
9621
9622 * method.c (start_squangling): Add prototype.
9623 (end_squangling, check_ktype, issue_ktype): Likewise.
9624 (build_overloaded_scope_ref, check_btype): Likewise.
9625 (build_mangled_template_parm_index): Likewise.
9626
9627 * lex.c (init_cpp_parse): Add prototype.
9628 (handle_cp_pragma, handle_sysv_pragma): Likewise.
9629 (reduce_cmp, token_cmp): Likewise.
9630
9631 * except.c (call_eh_info): Add prototype.
9632 (push_eh_info, get_eh_info, get_eh_value, get_eh_type): Likewise.
9633 (get_eh_caught, get_eh_handlers, do_pop_exception): Likewise.
9634
9635 * decl2.c (is_namespace_ancestor): Add prototype.
9636 (namespace_ancestor, add_using_namespace): Likewise.
9637 (ambiguous_decl): Likewise.
9638
9639 * decl.c (indent): Add prototype.
9640
9641 * call.c (add_template_candidate_real): Add prototype.
9642
9643 Fri Apr 17 01:57:12 1998 Jason Merrill <jason@yorick.cygnus.com>
9644
9645 * decl2.c (build_expr_from_tree): Just return a PMF.
9646
9647 Fri Apr 17 00:45:12 1998 Mark Mitchell <mmitchell@usa.net>
9648
9649 * typeck2.c (process_init_constructor): Don't strip cv-qualifiers
9650 when doing initializations.
9651
9652 * pt.c (unify): Use comptypes to compare type args.
9653
9654 Fri Apr 17 00:24:22 1998 Jason Merrill <jason@yorick.cygnus.com>
9655
9656 * decl.c (duplicate_decls): Fix check for when it's safe to free
9657 the new decl.
9658
9659 * pt.c (mangle_class_name_for_template): Don't pass a typedef type
9660 to type_as_string.
9661
9662 Thu Apr 16 17:47:30 1998 Jeffrey A Law (law@cygnus.com)
9663
9664 * pt.c (build_template_parm_index): Add prototype.
9665
9666 * search.c (my_tree_cons): Don't clear words outside the
9667 newly allocated node.
9668
9669 Wed Apr 15 15:34:44 1998 Dave Brolley <brolley@cygnus.com>
9670
9671 * lex.c (init_parse): Now returns char* containing the filename.
9672
9673 Wed Apr 15 13:20:06 1998 John Carr <jfc@mit.edu>
9674 Jeff Law <law@cygnus.com>
9675
9676 * errfn.c: Rework to avoid problems when HOST_WIDE_INT is longer
9677 than a pointer.
9678
9679 Sun Apr 12 22:31:19 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9680
9681 * cvt.c (cp_convert_to_pointer): Use TYPE_PRECISION.
9682
9683 Fri Apr 10 12:16:49 1998 Benjamin Kosnik <bkoz@loony.cygnus.com>
9684
9685 * decl.c (duplicate_decls): Don't warn for redundant decls if
9686 friend: let add_friend take care of it.
9687
9688 Thu Apr 9 02:40:48 1998 Jason Merrill <jason@yorick.cygnus.com>
9689
9690 * sig.c (build_signature_pointer_constructor): Don't set
9691 TREE_HAS_CONSTRUCTOR for a signature pointer.
9692 * cvt.c (ocp_convert): Don't force a temporary for internal structs.
9693 * init.c (resolve_offset_ref): Warn about implicit & on pmfs
9694 here, too.
9695 * typeck.c (build_unary_op): Only allow taking the address of a
9696 real constructor.
9697 * typeck2.c (digest_init): Simplify.
9698 (store_init_value): Don't pedwarn about using { } for pmfs.
9699
9700 Thu Apr 9 22:16:57 1998 Per Bothner <bothner@cygnus.com>
9701
9702 * cp-tree.h (start_decl): Update prototype.
9703 * decl.c (start_decl): Like the C version, new parameters
9704 for the attributes. Call cplus_decl_attributes here,
9705 (pushdecl): Like C version, do build_type_copy if TYPE_DECL,
9706 (grokdeclarator): Pass NULL for new start_decl arguments.
9707 * pt.c (tsubst_expr): Likewise.
9708 * parse.y: Merge cplus_decl_attribute calls into start_decl calls.
9709 * typeck.c (common_type): Check TYPE_MAIN_VARIANT.
9710 * lex.c (build_lang_decl): Add lang_name_java.
9711 * class.c (push_lang_context): Add lang_name_java.
9712 * method.c (build_mangled_name): Check for is_java_type.
9713
9714 Thu Apr 9 22:16:57 1998 Benjamin Kosnik <bkoz@loony.cygnus.com>
9715
9716 * decl.c (grokdeclarator): Check TYPE_MAIN_VARIANT.
9717 * call.c (build_scoped_method_call): Check for TREE_CODE for
9718 VOID_TYPE instead of type == void_type_node.
9719 (build_method_call): Likewise.
9720 * decl.c (lookup_name_real): Likewise.
9721 (grokdeclarator): Likewise.
9722 (start_decl): Likewise.
9723 (grokparms): Likewise.
9724 (start_function): Likewise.
9725 (finish_function): Likewise.
9726 (start_method): Likewise.
9727
9728 Thu Apr 9 00:18:44 1998 Dave Brolley (brolley@cygnus.com)
9729
9730 * lex.c (finput): New variable.
9731 (init_cpp_parse): Renamed from init_parse.
9732 (init_parse): Handle !USE_CPPLIB. Call init_cpp_parse when finished.
9733 (finish_parse): New function.
9734 * cp-tree.h (init_lex, init_parse): Remove declarations.
9735
9736 Mon Apr 6 02:25:05 1998 Jason Merrill <jason@yorick.cygnus.com>
9737
9738 * call.c (build_call): Still evaluate the actual argument.
9739 * class.c (is_empty_class): Update for -fnew-abi.
9740
9741 * decl2.c: -fnew-abi implies -fsquangle.
9742
9743 * method.c (do_build_assign_ref): Don't do anything to copy
9744 an empty class.
9745 (do_build_copy_constructor): Likewise.
9746 * call.c (build_over_call): Likewise.
9747
9748 Sat Apr 4 18:43:58 1998 Jason Merrill <jason@yorick.cygnus.com>
9749
9750 * tree.c (avoid_overlap): Return a value.
9751
9752 Sat Apr 4 12:52:35 1998 Jeffrey A Law (law@cygnus.com)
9753
9754 * method.c (check_btype): Add missing argument to xrealloc.
9755 (check_ktype): Likewise.
9756
9757 Fri Apr 3 02:22:59 1998 Jason Merrill <jason@yorick.cygnus.com>
9758
9759 Implement empty base optimization.
9760 * class.c (finish_struct_1): Add vbase fields earlier. Set
9761 CLASSTYPE_SIZE of an empty base to 0. Types with bases can be empty.
9762 * search.c (dfs_check_overlap, dfs_no_overlap_yet): New fns.
9763 (types_overlap_p): New fn.
9764 * tree.c (avoid_overlap): New fn.
9765 (build_base_fields): Use it to avoid overlapping empty bases.
9766 * cp-tree.h, decl2.c, lang-options.h: Add -fnew-abi.
9767
9768 * decl.c (cplus_expand_expr_stmt): Strip unused INDIRECT_REFs.
9769
9770 Re-implement allocation of base class subobjects.
9771 * tree.c (unshare_base_binfos): New fn.
9772 (layout_basetypes): Use it. Now handles offsets of both virtual and
9773 non-virtual bases, after layout_type.
9774 (layout_vbasetypes): Remove.
9775 (build_base_fields): Generate FIELD_DECLs for each non-virtual base.
9776 (build_vbase_pointer_fields): Split out from old layout_basetypes.
9777 * class.c (finish_base_struct): Lose offset handling code.
9778 Move nonvdtor warning here. Don't mess with t_binfo anymore.
9779 (finish_struct_1): Don't mess with t_binfo anymore. Use fns above.
9780 * cp-tree.h: Adjust.
9781
9782 Thu Apr 2 14:25:13 1998 Jason Merrill <jason@yorick.cygnus.com>
9783
9784 * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
9785 * decl.c, decl2.c, pt.c, ptree.c, lex.c: Likewise.
9786 * class.c (duplicate_tag_error): Likewise.
9787 (finish_struct_1): Set CLASSTYPE_SIZE, CLASSTYPE_MODE, CLASSTYPE_ALIGN.
9788 * tree.c (layout_vbasetypes): Update from layout_record, remove
9789 var_size support, use CLASSTYPE_SIZE instead of CLASSTYPE_VBASE_SIZE.
9790 (layout_basetypes): Likewise.
9791
9792 Wed Apr 1 18:22:25 1998 Jeffrey A Law (law@cygnus.com)
9793
9794 * class.c, Make sure system.h is included just after config.h.
9795 Delete lingering stdio and errno references too.
9796 * decl.c, errfn.c, parse.y, ptree.c search.c, xref.c: Likewise.
9797
9798 Wed Apr 1 15:38:36 1998 Jason Merrill <jason@yorick.cygnus.com>
9799
9800 * friend.c (is_friend): Fix access control for local classes.
9801
9802 * class.c (is_empty_class): New fn.
9803 * call.c (build_call): Don't pass empty class objects to a function.
9804
9805 Wed Apr 1 14:58:35 1998 Mark Mitchell <mmitchell@usa.net>
9806
9807 * call.c (build_over_call): Do name resolution for default
9808 arguments of function templates in the scope of the templates.
9809
9810 Tue Mar 31 13:43:57 1998 Jeffrey A Law (law@cygnus.com)
9811
9812 * call.c: Include system.h. Remove includes, declarations and
9813 defines provided by system.h.
9814 * class.c, cvt.c, decl.c, decl2.c, errfn.c error.c: Likewise.
9815 * except.c, expr.c friend.c, g++spec.c, init.c, input.c: Likewise.
9816 * lex.c, parse.y, pt.c, ptree.c repo.c rtti.c, search.c: Likewise.
9817 * semantics.c, sig.c, spew.c, tree.c, typeck.c: Likewise.
9818 * typeck2.c, xref.c: Likewise.
9819 * Makefile.in: Dependencies updated as appropriate.
9820 * Make-lang.in: Likewise.
9821
9822 Mon Mar 30 12:15:00 1998 Mark Mitchell <mmitchell@usa.net>
9823
9824 * pt.c (fn_type_unification): Allow incomplete unification without
9825 an immediate error message.
9826
9827 Mon Mar 30 08:55:42 1998 Jason Merrill <jason@yorick.cygnus.com>
9828
9829 * tree.c (member_p): New fn.
9830 * decl2.c (finish_file): Only set DECL_STATIC_FUNCTION_P for
9831 initializing class members.
9832
9833 * cp-tree.def (TEMPLATE_PARM_INDEX): Class 'x'.
9834 * ptree.c (lang_print_xnode): Handle TEMPLATE_PARM_INDEX.
9835
9836 * call.c (build_method_call): Handle non-scoped destructors, too.
9837 * pt.c (tsubst_copy): Likewise.
9838
9839 * pt.c (print_template_context): Split out...
9840 (push_tinst_level): ...from here.
9841
9842 * friend.c (is_friend): Don't pass a type to decl_function_context.
9843
9844 * typeck.c (convert_for_initialization): Always hand off
9845 conversions to class type.
9846
9847 Sun Mar 29 20:01:59 1998 Jason Merrill <jason@yorick.cygnus.com>
9848
9849 * friend.c (is_friend): Local classes have the same access as the
9850 enclosing function.
9851
9852 Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
9853
9854 * typeck.c (expand_target_expr): Delete dead function.
9855
9856 * search.c: Put various prototypes inside #ifdef MI_MATRIX.
9857
9858 * repo.c (save_string): Delete dead function.
9859
9860 * method.c (thunk_printable_name): Delete dead function.
9861
9862 * lex.c (yynextch): Delete dead function.
9863
9864 * expr.c (tree_extract_aggr_init): #if 0 out.
9865
9866 * except.c (do_unwind): Delete dead function.
9867 (easy_expand_asm): Likewise.
9868
9869 * cvt.c (build_conversion_type_1): Delete dead function.
9870
9871 * cp-tree.h (push_expression_obstack): Declare.
9872
9873 * call.c (source_type): #if 0 out.
9874
9875 * class.c (alter_access): Remove unused label. Add braces
9876 around empty else clause.
9877
9878 * lex.c (yyprint): Fix argument to printf.
9879
9880 Sat Mar 28 17:43:52 1998 Mark Mitchell <mmitchell@usa.net>
9881
9882 * pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
9883
9884 * pt.c (instantiate_class_template): Make sure template
9885 arguments are permanent.
9886 * init.c (resolve_offset_ref): Don't go looking around in
9887 template types.
9888
9889 * semantics.c: Add routines to handle expressions, and some
9890 declaration processing.
9891 * parse.y: Use them.
9892 (current_class_depth): Move declaration to cp-tree.h.
9893 * parse.c: Regenerated.
9894 * cp-tree.h: Use them.
9895 (current_class_depth): Declare.
9896 * pt.c (tsubst_copy): Use begin_stmt_expr and finish_stmt_expr.
9897
9898 Fri Mar 27 20:23:18 1998 Mark Mitchell <mmitchell@usa.net>
9899
9900 * error.c (dump_decl): Be a bit more explicit with template
9901 type arguments, when verbose.
9902
9903 Fri Mar 27 18:16:40 1998 Jason Merrill <jason@yorick.cygnus.com>
9904
9905 * inc/exception: Reorder closing braces.
9906
9907 Fri Mar 27 13:22:18 1998 Mark Mitchell <mmitchell@usa.net>
9908
9909 * pt.c (redeclare_class_template): New function.
9910 * cp_tree.h (redeclare_class_template): Declare it.
9911 * decl.c (xref_tag): Use it.
9912
9913 Thu Mar 26 11:16:30 1998 Jason Merrill <jason@yorick.cygnus.com>
9914
9915 * call.c (build_over_call): Check IS_AGGR_TYPE, not
9916 TYPE_LANG_SPECIFIC.
9917 * typeck.c (convert_arguments): Likewise.
9918
9919 * decl.c (grokdeclarator): Remove const and volatile from type after
9920 setting constp and volatilep.
9921
9922 * class.c (finish_struct_1): Don't warn about bool bitfield larger
9923 than one bit.
9924
9925 Thu Mar 26 10:25:52 1998 Mark Mitchell <mmitchell@usa.net>
9926
9927 * pt.c (convert_nontype_argument): STRIP_NOPS where appropriate.
9928
9929 Thu Mar 26 10:24:05 1998 Mark Mitchell <mmitchell@usa.net>
9930
9931 * call.c (build_object_call): Complain about ambiguous operator(),
9932 rather that crashing.
9933 (build_new_op): Likewise.
9934 (build_op_delete_call): Likewise.
9935
9936 Thu Mar 26 10:23:24 1998 Mark Mitchell <mmitchell@usa.net>
9937
9938 * cvt.c (perform_qualification_conversions): Use comp_target_types
9939 instead of comp_ptr_ttypes.
9940
9941 Wed Mar 25 16:10:50 1998 Mark Mitchell <mmitchell@usa.net>
9942
9943 * cp-tree.h (enforce_access): Declare.
9944 * call.c (enforce_access): Make it extern, not static.
9945 * class.c (alter_access): Use enforce_access; modify code for ISO
9946 compliance, rather than ARM rules.
9947
9948 Wed Mar 25 12:10:45 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
9949
9950 * cp-tree.h: Fix typo.
9951
9952 Wed Mar 25 02:01:02 1998 Jason Merrill <jason@yorick.cygnus.com>
9953
9954 * expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing
9955 if (aggregate_value_p (type)).
9956
9957 * decl2.c (constructor_name_full): Handle TYPENAME_TYPE.
9958
9959 Tue Mar 24 16:12:01 1998 Mark Mitchell <mmitchell@usa.net>
9960
9961 * tree.c (mapcar): When dealing with a DECL, use it's constant
9962 value, if any.
9963 * pt.c (lookup_template_class): Don't mangle the names of template
9964 classes whose arguments are unknown.
9965
9966 * pt.c (tsubst_expr): Handle GOTO_STMT correctly.
9967
9968 Tue Mar 24 12:21:55 1998 Benjamin Kosnik <bkoz@lisa.cygnus.com>
9969
9970 * decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1.
9971
9972 Tue Mar 24 12:21:48 1998 Jim Wilson <wilson@cygnus.com>
9973
9974 * decl.c (init_decl_processing): Initialize TYPE_MAX_VALUE for
9975 boolean_type_node to 1.
9976
9977 Tue Mar 24 10:23:47 1998 Mark Mitchell <mmitchell@usa.net>
9978
9979 * error.c (dump_expr): Remove unused variable `l'.
9980
9981 * pt.c (for_each_template_parm): New function, created by
9982 converting uses_template_parms.
9983 (tree_fn_t): New typedef.
9984 (uses_template_parms): Use it.
9985 (mark_template_parm): New function.
9986 (push_template_decl): Check that the argument list of a partial
9987 specialization uses all the template parameters.
9988
9989 * Make-lang.in (c++filt): Don't delete cxxmain.c after we're done
9990 with it; we might want it for debugging.
9991 * cp-tree.h (type_unification): Change interface.
9992 * class.c (finish_struct_1): Skip nested template types, just like
9993 ordinary nested types.
9994 (instantiate_type): Use new interface to type_unification.
9995 * lex.c (init_lex): Add __sz as opname for sizeof.
9996 * method.c (build_overload_scope_ref): New function.
9997 (build_overload_int): Handle complex expressions. Set
9998 numeric_output_need_bar if necessary.
9999 (build_overload_value): Handle non-PARM_DECL nodes; this
10000 routine is now used by build_overload_int. Remove some
10001 assignments to numeric_output_need_bar. Use
10002 build_overload_scope_ref.
10003 (build_qualified_name): Note that some template mangled names end
10004 with digits, and set numeric_output_need_bar appropriately. Use
10005 build_underscore_int.
10006 * pt.c (unify): Change interface.
10007 (type_unification_real): Likewise.
10008 (determine_specialization): Use new interfaces.
10009 (tsubst): Deal gracefully with situations in which the argument
10010 vector is not fully filled.
10011 (fn_type_unification): Use new interfaces.
10012 (type_unification): Likewise. Remove NOP_EXPR hack.
10013 (type_unification_real): Likewise.
10014 (unify): Likewise. Deal with unification of complex expressions.
10015
10016 Mon Mar 23 12:24:37 1998 Jason Merrill <jason@yorick.cygnus.com>
10017
10018 * pt.c (complete_template_args): Initialize skip properly.
10019
10020 * decl.c (make_typename_type): Revert.
10021 (make_implicit_typename): Remove.
10022 (lookup_name_real): Don't call it. Call lookup_field if we see a
10023 TYPE_DECL from a template base.
10024 * search.c (lookup_field): Do implicit typename stuff.
10025
10026 Sun Mar 22 00:50:42 1998 Nick Clifton <nickc@cygnus.com>
10027 Geoff Noer <noer@cygnus.com>
10028
10029 * Makefile.in: Various fixes for building cygwin32 native toolchains.
10030 * Make-lang.in: Likewise.
10031
10032 Fri Mar 20 18:07:39 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
10033
10034 * pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
10035
10036 Fri Mar 20 10:42:07 1998 Jason Merrill <jason@yorick.cygnus.com>
10037
10038 * decl.c (make_implicit_typename): Rewrite removed code.
10039 (make_typename_type): Call it if the type we look up comes from
10040 a base that uses template parms.
10041
10042 * pt.c (complete_template_args): Rewrite.
10043 (tsubst, FUNCTION_DECL): Use it.
10044
10045 Fri Mar 20 08:12:43 1998 H.J. Lu (hjl@gnu.org)
10046
10047 * semantics.c (finish_asm_stmt): Fix combine strings. Call
10048 c_expand_asm_operands () if output_operands, input_operands or
10049 clobbers is not NULL_TREE.
10050
10051 Fri Mar 20 00:10:19 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
10052
10053 * pt.c (complete_template_args): New function.
10054 (get_bindings): Deal with specializations of function templates
10055 with return type containing parameters from outer class
10056 templates.
10057 (tsubst, TEMPLATE_TEMPLATE_PARM): When reducing parameter level,
10058 substitute arguments and compose a new type.
10059
10060 Thu Mar 19 19:01:48 1998 Mark Mitchell <mmitchell@usa.net>
10061
10062 * pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new
10063 FUNCTION_DECLs.
10064
10065 Thu Mar 19 11:51:58 1998 Jason Merrill <jason@yorick.cygnus.com>
10066
10067 * decl.c (make_implicit_typename): Lose useless code.
10068
10069 * call.c (standard_conversion): Handle A* -> const A* properly.
10070
10071 * pt.c (get_bindings_real): Rename from get_bindings. Add
10072 check_rettype parm.
10073 (get_bindings): Pass 1.
10074 (get_bindings_overload): Pass 0.
10075
10076 Wed Mar 19 09:08:12 1998 Mark Mitchell <mmitchell@usa.net>
10077
10078 * pt.c (check_explicit_specialization): When reverting a static
10079 member function, also remove the `this' parameter from
10080 last_function_parms.
10081
10082 Thu Mar 19 02:27:48 1998 Jason Merrill <jason@yorick.cygnus.com>
10083
10084 * pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting
10085 a function context.
10086
10087 * decl.c (store_bindings): Use free_binding_vecs.
10088 (pop_from_top_level): Likewise.
10089
10090 Wed Mar 18 12:41:43 1998 Jason Merrill <jason@yorick.cygnus.com>
10091
10092 * decl.c (make_implicit_typename): Only change the type of a
10093 TYPENAME_TYPE.
10094
10095 Wed Mar 18 10:09:51 1998 Mark Mitchell <mmitchell@usa.net>
10096
10097 * semantics.c: New file, containing routines to perform the
10098 semantic phase of parsing.
10099 * parse.y: Use it.
10100 * pt.c (tsubst_expr): Likewise.
10101 * cp-tree.h: Declare the various functions in semantics.c.
10102 Provide macros to access _STMT tree nodes.
10103 * cp-tree.def: Add ASM_STMT tree node.
10104 * Makefile.in, Make-lang.in: Add dependencies on and for
10105 semantics.c.
10106
10107 Wed Mar 18 00:24:10 1998 Jason Merrill <jason@yorick.cygnus.com>
10108
10109 * pt.c (push_template_decl): Only check primary templates.
10110
10111 * pt.c (check_explicit_specialization): Complain about default args
10112 in explicit specialization.
10113
10114 * parse.y (nomods_initdcl0): Also call cp_finish_decl for a
10115 constructor_declarator.
10116
10117 Tue Mar 17 14:44:54 1998 Mark Mitchell <mmitchell@usa.net>
10118
10119 * typeck2.c (build_x_arrow): Don't crash when an aggregate type
10120 has no overloaded operator ->.
10121
10122 * call.c (build_field_call): Don't crash when presented with a
10123 field that is actually a nested type.
10124
10125 * decl.c (pushtag): Deal with friend class injection in local
10126 classes.
10127
10128 * call.c (build_object_call): Don't crash if OBJ is a
10129 pointer-to-member-function.
10130
10131 Tue Mar 17 11:40:26 1998 Jason Merrill <jason@yorick.cygnus.com>
10132
10133 * pt.c (push_template_decl): Complain about template with C linkage,
10134 anonymous template class.
10135
10136 Mon Mar 16 12:10:39 1998 Jason Merrill <jason@yorick.cygnus.com>
10137
10138 * class.c (pushclass): Only use the mi_matrix stuff #ifdef MI_MATRIX.
10139 * search.c: Likewise.
10140
10141 * lex.c (do_pending_defargs): Only call
10142 maybe_{begin,end}_member_template_processing for FUNCTION_DECLs.
10143
10144 * parse.y (initdcl0_innards): Move maybeasm back into initdcl0 et al.
10145
10146 Mon Mar 16 10:47:22 1998 Mark Mitchell <mmitchell@usa.net>
10147
10148 * parse.y: Deal with CONSTRUCTORS in new_initializers.
10149
10150 Mon Mar 16 10:54:21 1998 Mark Mitchell <mmitchell@usa.net>
10151
10152 * pt.c (tsubst_copy): Deal with BIND_EXPR in a way that more
10153 closely mimics the behavior in parse.y.
10154 (tsubst_expr): Return the resulting BLOCK when making a tsubst'ing
10155 into a compound statement.
10156
10157 Sun Mar 15 02:07:26 1998 Jason Merrill <jason@yorick.cygnus.com>
10158
10159 * cp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
10160 * pt.c (inline_needs_template_parms): New fn.
10161 (original_template): New fn.
10162 (push_inline_template_parms_recursive): New fn.
10163 (maybe_begin_member_template_processing): Use them.
10164 (maybe_end_member_template_processing): Likewise.
10165 (is_member_or_friend_template): Rename to is_member_template.
10166 Member functions of local classes are never member templates.
10167
10168 Sun Mar 15 01:14:22 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
10169
10170 * lex.c (do_identifier): Handle TEMPLATE_DECL that was
10171 added in the class scope to catch redefinition error.
10172
10173 * pt.c (reduce_template_parm_level): Also copy
10174 the DECL_TEMPLATE_PARMS field.
10175
10176 Sun Mar 15 10:54:08 1998 Mark Mitchell <mmitchell@usa.net>
10177
10178 * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
10179 reduced-level template type parameter.
10180
10181 Sun Mar 15 12:26:02 1998 Manfred Hollstein <manfred@s-direktnet.de>
10182
10183 * cp-tree.h (struct lang_decl_flags): Add needs_final_overrider.
10184 (DECL_NEEDS_FINAL_OVERRIDER_P): New macro.
10185 * class.c (override_one_vtable): Set DECL_NEEDS_FINAL_OVERRIDER_P.
10186 * decl.c (duplicate_decls): Propagate it.
10187 * typeck2.c (abstract_virtuals_error): Use two loops to emit
10188 abstract virtual functions and virtual functions which need a
10189 final overrider separately.
10190
10191 Thu Mar 12 09:39:40 1998 Manfred Hollstein <manfred@s-direktnet.de>
10192
10193 * lang-specs.h: Properly put brackets around array elements in
10194 initializer.
10195
10196 * typeck.c (build_binary_op_nodefault): Correctly place parens around
10197 && and || in expression.
10198
10199 Thu Mar 12 09:26:04 1998 Manfred Hollstein <manfred@s-direktnet.de>
10200
10201 * call.c (default_parm_conversions): Remove prototype definition.
10202 (build_method_call): Remove unused variable result.
10203
10204 * cvt.c (ocp_convert): Remove unused variable conversion.
10205
10206 * decl2.c (ambiguous_decl): Add explicit parameter definition for name.
10207
10208 * except.c (do_unwind): #if 0 definition of unused variables fcall
10209 and next_pc.
10210
10211 * expr.c (extract_scalar_init): #if 0 prototype and function
10212 definition.
10213
10214 * init.c (expand_aggr_init_1): Remove unused variable init_type.
10215 (build_new_1): Remove unused variable t.
10216
10217 * pt.c (instantiate_class_template): Remove unused variable newtag;
10218 cast called function return value to void.
10219 (do_decl_instantiation): Remove unused variables name and fn.
10220
10221 * tree.c (get_type_decl): Add default return to shut up compiler from
10222 complaining control reaches end of non-void function.
10223
10224 * typeck.c (build_x_conditional_expr): Remove unused variable rval.
10225
10226 Thu Mar 12 09:12:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
10227
10228 * call.c (default_parm_conversions): Remove prototype definition.
10229 (build_method_call): Remove unused variable result.
10230 (build_over_call): Add default case in enumeration switch.
10231
10232 Thu Mar 12 08:39:13 1998 Manfred Hollstein <manfred@s-direktnet.de>
10233
10234 * decl2.c (lang_decode_option): Change j's type to size_t.
10235
10236 * tree.c (layout_vbasetypes): record_align and desired_align are of
10237 type unsigned int; const_size and nonvirtual_const_size likewise.
10238
10239 Wed Mar 11 07:25:20 1998 Mark Mitchell <mmitchell@usa.net>
10240
10241 * parse.y (new_initializer): Make sure all initializers are
10242 lists.
10243
10244 Tue Mar 10 07:32:36 1998 Mark Mitchell <mmitchell@usa.net>
10245
10246 * decl2.c (import_export_decl): Mark tinfo functions for
10247 cv-qualified versions of class types as DECL_NOT_REALLY_EXTERN.
10248
10249 Fri Mar 6 23:27:35 1998 Jeffrey A Law (law@cygnus.com)
10250
10251 * method.c: Fix typo.
10252
10253 Fri Mar 6 10:06:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10254
10255 * method.c: Include "system.h" to get stdlib.h, stdio.h,
10256 ctype.h, string.h, etc.
10257 (issue_nrepeats): Add default case in enumeration switch.
10258 (check_btype): Likewise.
10259 (process_overload_item): Likewise.
10260
10261 * Makefile.in (method.o): Depend on system.h.
10262
10263 Wed Mar 4 22:26:53 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10264
10265 * lex.c (do_scoped_id): Fix parenthesizing.
10266
10267 Wed Mar 4 12:11:53 1998 Michael Tiemann <tiemann@axon.cygnus.com>
10268
10269 * rtti.c (get_tinfo_fn_dynamic): If this function is called an
10270 FLAG_RTTI is unset, initialize type info machinery and continue
10271 with FLAG_RTTI enabled.
10272 (get_typeid): Likewise.
10273
10274 Wed Mar 4 11:47:55 1998 Jason Merrill <jason@yorick.cygnus.com>
10275
10276 * typeck.c (unary_complex_lvalue): &D::i has type B::* if i comes
10277 from B.
10278
10279 Wed Mar 4 11:28:08 1998 Mark Mitchell <mmitchell@usa.net>
10280
10281 * pt.c (finish_member_template_decl): Deal more gracefully with
10282 invalid declarations.
10283
10284 Tue Mar 3 01:38:17 1998 Jason Merrill <jason@yorick.cygnus.com>
10285
10286 * cvt.c, decl.c, decl2.c, init.c, rtti.c, typeck.c, typeck2.c,
10287 cp-tree.h: Clean up more old overloading code, old RTTI code, and
10288 some formatting quirks.
10289
10290 * call.c, class.c, cp-tree.h, cvt.c, decl.c, init.c, lex.c,
10291 method.c, pt.c, ptree.c, typeck.c: Remove support for
10292 -fno-ansi-overloading and overloading METHOD_CALL_EXPR.
10293 * class.h: Remove.
10294 * Makefile.in: Adjust.
10295
10296 * pt.c (unify): Don't allow reduced cv-quals when strict.
10297
10298 * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts parm from
10299 *type_unification* and unify.
10300
10301 Mon Mar 2 12:11:06 1998 Jason Merrill <jason@yorick.cygnus.com>
10302
10303 * parse.y (explicit_template_type): Remove TEMPLATE keyword.
10304 (nested_name_specifier): And add it before this use.
10305 (typename_sub0): And this use. Also add use without the keyword.
10306 (typename_sub1): Likewise.
10307 * pt.c (instantiate_class_template): Don't actually instantiate
10308 anything if our type uses template parms.
10309
10310 Mon Mar 2 11:04:59 1998 Jim Wilson <wilson@cygnus.com>
10311
10312 * decl.c (start_function): Don't call temporary_allocation for a
10313 nested function.
10314
10315 Sun Mar 1 21:06:37 1998 Jason Merrill <jason@yorick.cygnus.com>
10316
10317 * pt.c (instantiate_class_template): Don't mess with friends if
10318 our type uses template parms.
10319
10320 Sat Feb 28 12:06:44 1998 Jason Merrill <jason@yorick.cygnus.com>
10321
10322 * parse.y (nested_name_specifier): Use explicit_template_type.
10323 (typename_sub): Allow a template_type, an explicit_template_type,
10324 or an implicit template type at the end.
10325 * lex.c (yyprint): Handle a PTYPENAME being a TEMPLATE_DECL.
10326 * decl.c (make_typename_type): Handle template-id where the name
10327 is a TEMPLATE_DECL.
10328 * call.c (build_scoped_method_call): Handle member template
10329 destructor call.
10330 * pt.c (tsubst_copy, METHOD_CALL_EXPR): Don't assume a member
10331 destructor is represented by the type.
10332
10333 * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
10334 * parse.y (nested_name_specifier): Add 'template' case.
10335 (explicit_template_type): New rule.
10336 (typename_sub): Use it.
10337 * decl.c (make_typename_type): Handle getting a template-id for NAME.
10338 * pt.c (tsubst): Likewise.
10339
10340 Fri Feb 27 11:17:50 1998 Jason Merrill <jason@yorick.cygnus.com>
10341
10342 * pt.c (add_to_template_args): Fix thinko.
10343 (instantiate_class_template): Call it later.
10344
10345 * pt.c (get_class_bindings): Add outer_args parm.
10346 (most_specialized_class): Likewise.
10347 (instantiate_class_template): Pass it.
10348 (more_specialized_class): Likewise.
10349 (lookup_template_class): Get context from template if none
10350 was specified.
10351 (finish_member_template_decl): Don't do anything with a
10352 partial specialization.
10353 * decl2.c (check_member_template): Use IS_AGGR_TYPE instead of
10354 AGGREGATE_TYPE_P.
10355 * class.c (finish_struct): Member class templates have already been
10356 checked for name clashes.
10357 * decl.c (pushdecl_with_scope): Handle pushing at class level.
10358
10359 Fri Feb 27 02:25:16 1998 Jason Merrill <jason@yorick.cygnus.com>
10360
10361 * pt.c (tsubst, TEMPLATE_DECL): Support member class templates.
10362 (tsubst, *_PARM): Support multiple levels of template classes.
10363 (instantiate_class_template): Look up the pattern from the
10364 original template.
10365 (lookup_template_class): Handle getting a template for d1.
10366 (push_template_decl): Correct setting of 'primary'.
10367 (reduce_template_parm_level): Add 'levels' parm.
10368 (finish_member_template_decl): Support member class templates.
10369 (template_class_depth): Handle multiple levels.
10370 * parse.y (component_decl_1, fn.def2): Remove member template case.
10371 (component_decl): Add member template cases.
10372 * decl2.c (check_member_template): We now handle member template
10373 classes.
10374 * decl.c (pushtag): Handle member templates.
10375 * method.c (do_inline_function_hair): Don't touch
10376 IDENTIFIER_GLOBAL_VALUE.
10377 * init.c (build_offset_ref): If name isn't an identifier, just
10378 return it.
10379 * spew.c (yylex): Handle PTYPENAME like TYPENAME.
10380
10381 * typeck.c (get_delta_difference): Do adjust for conversions to
10382 and from virtual base.
10383
10384 Wed Feb 25 09:51:29 1998 Jason Merrill <jason@yorick.cygnus.com>
10385
10386 * typeck.c (get_delta_difference): Give hard error for conversion
10387 from virtual base.
10388
10389 * cp-tree.h: Tweak formatting.
10390
10391 Wed Feb 25 00:35:33 1998 Jason Merrill <jason@yorick.cygnus.com>
10392
10393 * decl.c (push_namespace): Handle redeclaration error.
10394
10395 * cp-tree.h (IDENTIFIER_NAMESPACE_VALUE): New macro.
10396 (IDENTIFIER_NAMESPACE_BINDINGS): New macro.
10397 (NAMESPACE_BINDING): New macro.
10398 (IDENTIFIER_GLOBAL_VALUE): Use NAMESPACE_BINDING.
10399 * *.c: Use them.
10400
10401 * pt.c (push_template_decl): Use innermost_args.
10402
10403 * decl.c (get_unique_name): Tweak from earlier in the name.
10404
10405 Tue Feb 24 22:15:04 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
10406
10407 * cp-tree.def: Add CPLUS_BINDING node.
10408 * cp-tree.h (tree_binding): New struct.
10409 (BINDING_SCOPE, BINDING_VALUE): New macros.
10410 (current_namespace, global_namespace): Declare extern.
10411 (struct lang_decl_flags): New field in_namespace.
10412 (DECL_NAMESPACE_USING, DECL_NAMESPACE_USERS): New macros.
10413 (DECL_NAMESPACE, SET_DECL_NAMESPACE): New macros.
10414 (TREE_INDIRECT_USING): New macro.
10415 * decl2.c (current_namespace, global_namespace): Declare. The
10416 value is a NAMESPACE_DECL now, not a TREE_LIST.
10417 (is_namespace_ancestor, namespace_ancestor): New static functions.
10418 (add_using_namespace, ambiguous_decl): Likewise.
10419 (lookup_using_namespace): New support function for lookup_name.
10420 (qualified_lookup_using_namespace): New support function for
10421 do_scoped_id and lookup_namespace_name.
10422 (get_namespace_id): Mark as obsolete.
10423 (current_namespace_id): Likewise.
10424 (do_namespace_alias): Implement.
10425 (do_using_directive): Implement as call to add_using_namespace.
10426 * decl.c (binding_for_name): New function.
10427 (push_namespace, pop_namespace): Implement.
10428 (push_decl): Don't install a FUNCTION_DECL in the global branch.
10429 (lookup_namespace_name): Implement using qualified lookup.
10430 (lookup_name_real): For global scoping, lookup in
10431 global_namespace. For namespace scoping, lookup in given
10432 namespace. For unscoped lookup, iterate over namespace,
10433 considering using directives.
10434 (init_decl_processing): Initialize global_namespace.
10435 (grokvardecl): Build assembler name as static name for globals.
10436 (grokdeclarator): Remove old namespace mangling.
10437 (xref_tag): When installing a global binding for the
10438 tag, make sure we have an identifier.
10439 * method.c (build_overload_nested_name): Mangle namespaces.
10440 (build_qualified_name): Likewise.
10441 (build_decl_overload_real): Likewise.
10442 * lex.c (build_lang_decl): Set namespace for new declaration to
10443 current_namespace.
10444 (do_scoped_id): Find global names in global or current
10445 namespace, or using qualified namespace lookup, depending on
10446 context.
10447 * init.c (build_member_call): When scope is namespace, use
10448 build_x_function_call instead.
10449 (build_offset_ref): When scope is namespace, collapse processing
10450 to lookup_namespace_name instead.
10451 * error.c (dump_decl): Support NAMESPACE_DECL.
10452 * decl.c (pushdecl): Bind globals to current namespace.
10453 (push_overloaded_decl): Likewise.
10454 (lookup_tag): Likewise.
10455 (lookup_name_current_level): Likewise.
10456 (xref_tag): Likewise.
10457 (start_function): Likewise.
10458 * lex.c (do_identifier): Likewise.
10459 (identifier_typedecl_value): Likewise.
10460 (real_yylex): Likewise.
10461 * method.c (do_inline_function_hair): Likewise.
10462 * parse.y (unscoped): Likewise.
10463 * pt.c (check_explicit_specialization): Likewise.
10464 (lookup_template_class): Likewise.
10465 * rtti.c (call_void_fn): Likewise.
10466 * sig.c (build_sigtable): Likewise.
10467 * ptree.c (lang_print_xnode): New function.
10468
10469 Tue Feb 24 01:40:24 1998 Jason Merrill <jason@yorick.cygnus.com>
10470
10471 * pt.c (instantiate_class_template): Don't instantiate if pedantic
10472 and the args use template parms.
10473
10474 * pt.c (push_tinst_level): If the instantiation uses template parms,
10475 fail silently.
10476 * decl.c (xref_basetypes): Do call complete_type for basetypes
10477 that involve template parameters.
10478
10479 Tue Feb 24 00:36:43 1998 Jason Merrill <jason@yorick.cygnus.com>
10480
10481 * typeck2.c (process_init_constructor): Fix labeled init check.
10482
10483 Mon Feb 23 05:08:55 1998 Jason Merrill <jason@yorick.cygnus.com>
10484
10485 * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS
10486 argument to tsubst and friends.
10487
10488 * pt.c (tsubst, FUNCTION_DECL): Tidy.
10489
10490 * typeck.c (build_x_function_call): Handle static member function
10491 templates like non-templates. Handle friend templates like normal
10492 function templates.
10493 * pt.c (tsubst, *_PARM): Don't use orig_level.
10494 (get_bindings): Don't call add_to_template_args.
10495 (instantiate_template): Likewise.
10496 (tsubst, FUNCTION_DECL): Call add_to_template_args as appropriate.
10497 * ptree.c (print_lang_type): Print index/level for template parms.
10498
10499 Mon Feb 23 02:52:29 1998 Mark Mitchell <mmitchell@usa.net>
10500
10501 * Make-lang.in (cc1plus): Note that cc1plus depends on
10502 cp/cp-tree.h and cp/cp-tree.def.
10503
10504 * cp-tree.def (TEMPLATE_CONST_PARM): Remove.
10505 (TEMPLATE_PARM_INDEX): New tree code, used to indicate a
10506 position in a template parameter list.
10507 * cp-tree.h (template_parm_index): New structure, used as the tree
10508 structure for a TEMPLATE_PARM_INDEX.
10509 (TEMPLATE_PARM_IDX): New macro.
10510 (TEMPLATE_PARM_LEVEL): Likewise.
10511 (TEMPLATE_PARM_DESCENDANTS): Likewise.
10512 (TEMPLATE_PARM_ORIG_LEVEL): Likewise.
10513 (TEMPLATE_PARM_DECL): Likewise.
10514 (TEMPLATE_TYPE_PARM_INDEX): Likewise.
10515 (TEMPLATE_TYPE_ORIG_LEVEL): Likewise.
10516 (TEMPLATE_TYPE_DECL): Likewise.
10517 (TEMPLATE_CONST_IDX): Remove.
10518 (TEMPLATE_CONST_LEVEL): Likewise.
10519 (TEMPLATE_CONST_SET_INFO): Likewise.
10520 (TEMPLATE_TYPE_SET_INFO): Likewise.
10521 (TEMPLATE_TYPE_IDX): Redefine in terms of TEMPLATE_PARM_INDEX
10522 node.
10523 (TEMPLATE_TYPE_LEVEL): Likewise.
10524 * decl.c (decls_match): Call comp_template_parms, rather than
10525 expanding it inline.
10526 (duplicate_decls): If two template declarations are being merged,
10527 then their TEMPLATE_INFOs should be merged as well.
10528 (grokfndecl): Save template-id information when declaring a friend
10529 with explicit template arguments. Pass arguments to
10530 check_explicit_specialization via correct convention; at some
10531 point check_explicit_specialization changed, but these call-sites
10532 did not.
10533 (grokdeclarator): Tidy up slightly.
10534 * decl2.c (check_classfn): Tidy up slightly. Don't assume that
10535 two template functions with the same DECL_ASSEMBLER_NAME the same,
10536 since the names are not yet mangled.
10537 * error.c (dump_decl): Use TEMPLATE_PARM_INDEX instead of
10538 TEMPLATE_CONST_PARM.
10539 (dump_expr): Likewise. Use the TEMPLATE_PARM_DECL to get at the
10540 decl for a non-type parameter, rather than printing `<tparm ...>'.
10541 * friend.c (is_friend): Handle TEMPLATE_DECL friends.
10542 (do_friend): Deal with template friends.
10543 * lex.c (do_pending_inlines): Call
10544 maybe_begin_member_template_processing, rather than
10545 conditionally calling begin_member_template_processing.
10546 (process_next_inline): Likewise. Call
10547 maybe_end_member_template_processing, rather than
10548 conditionally calling end_member_template_processing.
10549 (do_pending_defargs): Likewise.
10550 (do_identifier): Use TEMPLATE_PARM_INDEX instead of
10551 TEMPLATE_CONST_PARM.
10552 * method.c (build_mangled_template_parm_index): New function.
10553 (build_overload_value): Use it.
10554 (build_overload_name): Likewise.
10555 * pt.c (finish_member_template_decl): Allow friend declarations.
10556 (template_class_depth): New function.
10557 (is_member_template): Rename, and modify, to become...
10558 (is_member_or_friend_template): New function.
10559 (end_member_template_processing): Rename, and modify, to become...
10560 (maybe_end_member_template_processing).
10561 (build_template_parm_index): New function.
10562 (reduce_template_parm_level): New function.
10563 (process_template_parm): Modify to use build_template_parm_index.
10564 (push_template_decl): Deal with friend templates.
10565 (uses_template_parms): Use TEMPLATE_PARM_INDEX instead of
10566 TEMPLATE_CONST_PARM.
10567 (tsubst_friend_function): New function.
10568 (instantiate_class_template): Generate the DECL_FRIENDLIST
10569 for a new instantiation by using tsubst_friend_function rather
10570 than just tsubst.
10571 (tsubst): Don't tsubst into a type which is a TEMPLATE_DECL.
10572 Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM, and the
10573 appropriate new macros. Use reduce_template_parm_level to
10574 generate lower-level template parameters. Handle tsubst'ing into
10575 TEMPLATE_DECLS that declare TEMPLATE_TEMPLATE_PARMS. Don't forget
10576 to tsubst the DECL_CONTEXT and DECL_CLASS_CONTEXT of newly created
10577 templates. Similarly for the template parameters for a new
10578 template.
10579 (tsubst_copy): Tidy up slightly. Use TEMPLATE_PARM_INDEX instead
10580 of TEMPLATE_CONST_PARM. Handle TYPE_DECLs by tsubsting into them.
10581 (unify): Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM.
10582 (get_bindings): Call add_to_template_args if necessary.
10583 (instantiate_decl): Handle instantiations of friend templates.
10584 * search.c (lookup_field_1): Don't treat the TYPE_FIELDS of a
10585 TEMPLATE_TYPE_PARM as a list of fields; it's not!
10586 * spew.c (yylex): Do a little manual constant propagation to
10587 clarify the code.
10588
10589 Sun Feb 22 19:53:29 1998 Jeffrey A Law (law@cygnus.com)
10590
10591 * error.c: Include sys/types.h.
10592
10593 Thu Feb 19 14:49:09 1998 Jeffrey A Law (law@cygnus.com)
10594
10595 * method.c (build_mangled_name): Start CPP directives in column zero.
10596
10597 Thu Feb 19 10:36:48 1998 Jason Merrill <jason@yorick.cygnus.com>
10598
10599 * typeck2.c (process_init_constructor): Sorry about non-trivial
10600 labeled initializers.
10601 * parse.y (initlist): Re-enable labeled initializers.
10602
10603 Thu Feb 19 10:15:55 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
10604
10605 * pt.c (coerce_template_parms): Add a new parameter, is_tmpl_parm,
10606 all callers changed. Rely on the new parameter instead of arg
10607 being a TREE_LIST when determine whether we are working inside
10608 template template parameter. Clean up is_type test.
10609
10610 Thu Feb 19 10:04:12 1998 Jason Merrill <jason@yorick.cygnus.com>
10611
10612 * cvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
10613 * typeck2.c (initializer_constant_valid_p): Allow conversions
10614 between pointers and references.
10615
10616 1998-02-19 Brendan Kehoe <brendan@cygnus.com>
10617
10618 * typeck.c (build_unary_op): Only warn about incr/decr a pointer
10619 if pedantic || warn_pointer_arith.
10620
10621 Thu Feb 19 09:37:21 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
10622
10623 * pt.c (unify): Handle TEMPLATE_DECL.
10624
10625 1998-02-18 Brendan Kehoe <brendan@cygnus.com>
10626
10627 * cp-tree.h (strip_attrs): Remove decl.
10628
10629 1998-02-18 Doug Evans <devans@cygnus.com>
10630
10631 * decl.c (duplicate_decls): Call merge_machine_decl_attributes.
10632 Update olddecl's attributes too.
10633 (strip_attrs): Remove function.
10634 * typeck.c (common_type): Call merge_machine_type_attributes.
10635
10636 Tue Feb 17 14:07:52 1998 Mark Mitchell <mmitchell@usa.net>
10637
10638 * parse.y (initdcl0_innards): New grammar symbol.
10639 (nomods_initdecls, nomods_initdcl0): Change type from itype to
10640 none, since the resulting value is never used.
10641 (parse_decl): New function.
10642 (datadef): Remove redundant actions.
10643 (initdcl0, notype_initdcl0, nomods_initdcl0): Use initdcl0_innards.
10644 * parse.c: Regenerated.
10645
10646 Tue Feb 17 11:54:16 1998 Jason Merrill <jason@yorick.cygnus.com>
10647
10648 * parse.y (simple_stmt): Use getdecls() to check for decl.
10649
10650 Sat Feb 14 11:50:51 1998 Manfred Hollstein <manfred@s-direktnet.de>
10651
10652 * Make-lang.in (DEMANGLER_INSTALL_NAME, DEMANGLER_CROSS_NAME): New
10653 macros.
10654 (c++.install-common): Install c++filt properly as native or as cross
10655 variant.
10656 (c++.uninstall): Add c++filt.
10657
10658 Fri Feb 13 14:55:37 1998 Jason Merrill <jason@yorick.cygnus.com>
10659
10660 * call.c (standard_conversion): Fix multi-level ptr conversions.
10661
10662 Fri Feb 13 14:06:22 1998 Mike Stump <mrs@wrs.com>
10663
10664 * init.c (build_new): Propagate error_mark_node up.
10665
10666 Fri Feb 13 13:24:32 1998 Jason Merrill <jason@yorick.cygnus.com>
10667
10668 * parse.y (simple_stmt): If the condition isn't a declaration,
10669 start the controlled block after the test.
10670
10671 Fri Feb 13 02:26:10 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10672
10673 * call.c (build_over_call): Convert builtin abs, labs and fabs to
10674 tree-codes.
10675 * decl.c (init_decl_processing): Re-enable abs, labs and fabs as
10676 builtins.
10677
10678 Fri Feb 13 01:36:42 1998 Jason Merrill <jason@yorick.cygnus.com>
10679
10680 * call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV.
10681
10682 Fri Feb 13 00:21:59 1998 Jason Merrill <jason@yorick.cygnus.com>
10683
10684 * cp-tree.h: Add access_protected_virtual_node.
10685 * class.c (init_class_processing): Initialize it.
10686 * decl.c (xref_basetypes): Use it.
10687 * parse.y (base_class_access_list): Likewise.
10688
10689 * Make-lang.in (DEMANGLER_PROG): Add $(exeext).
10690 (c++.install-common): Install c++filt.
10691
10692 Thu Feb 12 12:46:51 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
10693
10694 * decl.c (shadow_tag): Give error for typedef-ing built-in types.
10695
10696 Wed Feb 11 23:28:05 1998 Mark Mitchell <mmitchell@usa.net>
10697
10698 * call.c (reference_binding): Use comptypes when comparing
10699 TYPE_MAIN_VARIANTS to handle non-canonical array/index types.
10700
10701 Wed Feb 11 16:42:04 1998 Mark Mitchell <mmitchell@usa.net>
10702
10703 * tree.c (is_overloaded_fn): Use really_overloaded_fn.
10704 (really_overloaded_fn): Move check here from is_overloaded_fn.
10705 (get_first_fn): Use really_overloaded_fn and is_overloaded_fn.
10706
10707 Wed Feb 11 15:54:18 1998 Mark Mitchell <mmitchell@usa.net>
10708
10709 * typeck.c (build_ptrmemfunc): Type-check pointer-to-member
10710 conversions.
10711
10712 Mon Feb 9 22:23:31 1998 Mark Mitchell <mmitchell@usa.net>
10713
10714 * cp-tree.h (push_template_decl): Return the decl passed in, or an
10715 equivalent duplicate.
10716 * decl.c (pushtag): Use the return value from push_template_decl.
10717 (duplicate_decls): When duplicating a template declaration, merge
10718 the DECL_TEMPLATE_RESULTs as well.
10719 (make_implicit_typename): Don't try to dive into typename types to
10720 find a context for making a new implicit typename.
10721 (start_decl): Use the return value from push_template_decl.
10722 (grokdeclarator): Complain about declarations list `const operator
10723 int'. Since we don't correctly handle in-class initializations of
10724 non-static data members, complain about this (now illegal)
10725 practice. Issue an error for initializations of non-const statics
10726 since that is illegal as well, and since we don't handle that case
10727 correctly either.
10728 (start_function): Use the return value from push_template_decl.
10729 (start_method): Likewise.
10730 * decl2.c (grokfield): Likewise. Since the change to
10731 grokdeclarator ensures that all initialized fields are in fact
10732 static, remove a redundant test for TREE_PUBLIC.
10733 * parse.y (initlist): Disable labeled initializers since they do
10734 not work as per the documentation, and since they do not use the
10735 same syntax as the C front end.
10736 * pt.c (push_template_decl): Return the decl passed in, or an
10737 equivalent duplicate.
10738 (lookup_template_class): When searching in a nested context,
10739 use the right arguments.
10740 (uses_template_parms): Handle the DECL_INITIAL for a CONST_DECL.
10741 * typeck.c (build_component_ref): Assign the correct type to the
10742 result of build_vfn_ref.
10743
10744 Tue Feb 10 23:56:46 1998 Jason Merrill <jason@yorick.cygnus.com>
10745
10746 * pt.c (convert_nontype_argument): Fix typo.
10747 (check_explicit_specialization): Allow old-style specialization
10748 of class template members.
10749
10750 Tue Feb 10 20:36:52 1998 Jason Merrill <jason@yorick.cygnus.com>
10751 Manfred Hollstein <manfred@s-direktnet.de>
10752
10753 * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
10754 when deciding to override DECL_ASSEMBLER_NAME.
10755
10756 Tue Feb 10 15:30:55 1998 Andrew MacLeod <amacleod@torpedo.to.cygnus.com>
10757
10758 * decl2.c (lang_f_options): Add -fsquangle to option processing list.
10759 * cp-tree.h (flag_do_squangling): Add declaration.
10760 * lang-options.h: Add -fsquangle and -fno-squangle.
10761 * method.c: Add macros and static variables for squangling.
10762 (build_overload_name): Rename to build_mangled_name, add logic for B
10763 compression, and split into process_modifiers and
10764 process_overload_item.
10765 (process_modifiers): New function, to handle constant, reference,
10766 and pointer types.
10767 (process_overload_item): New function, handles issue of type codes.
10768 (build_overload_name): New function, start squangling and call
10769 build_mangled_name.
10770 (ALLOCATE_TYPEVEC, DEALLOCATE_TYPEVEC): Remove macro and expand inline.
10771 (start_squangling): New function to initialize squangling structs.
10772 (end_squangling): New function to destroy squangling structs.
10773 (nrepeats): Rename variable to Nrepeats.
10774 (issue_nrepeats): New function for issuing 'n' type repeats.
10775 (check_ktype): New function to check for type K name compression.
10776 (build_overload_nested_name): Add a check for K name compression.
10777 (build_qualified_name): Add a check for K name compression and don't
10778 use DECL_ASSEMBLER_NAME when squangling is on.
10779 (check_btype): New function, checks for B type compression.
10780 (build_static_name, build_decl_overload_real): Initiate squangling.
10781 (build_typename_overload, build_overload_with_type): Initiate
10782 squangling
10783
10784 Sun Feb 8 23:47:38 1998 scott snyder <sss@d0linux01.fnal.gov>
10785
10786 * method.c (make_thunk): Avoid name buffer overflow.
10787
10788 Sat Feb 7 16:48:54 1998 Jason Merrill <jason@yorick.cygnus.com>
10789
10790 * pt.c (instantiate_decl): Call cp_finish_decl for vars even if we
10791 don't define them yet.
10792
10793 * parse.y (nomods_initdcl0): Add constructor_declarator case.
10794
10795 Fri Feb 6 21:32:25 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10796
10797 * config-lang.in (diff_excludes): Use basename only.
10798
10799 Thu Feb 5 19:10:40 1998 Jason Merrill <jason@yorick.cygnus.com>
10800
10801 * tinfo2.cc: Add tinfo for signed char.
10802
10803 Thu Feb 5 14:38:23 1998 Mike Stump <mrs@wrs.com>
10804
10805 * search.c (compute_access): Handle protected constructors in derived
10806 classes as accessible.
10807
10808 Wed Feb 4 01:26:49 1998 Jason Merrill <jason@yorick.cygnus.com>
10809
10810 * expr.c (cplus_expand_expr, PCC_STATIC_STRUCT_RETURN code):
10811 Call convert_from_reference sooner.
10812
10813 Tue Feb 3 23:50:52 1998 Mark Mitchell <mmitchell@usa.net>
10814
10815 * cvt.c (ocp_convert): Obtain the constant values from constant
10816 decls even if the destination type is the same as the type of the
10817 decl.
10818
10819 * decl2.c (finish_file): Make sure that static inlines with
10820 definitions are not marked DECL_EXTERNAL before returning.
10821
10822 Tue Feb 3 22:43:42 1998 Jason Merrill <jason@yorick.cygnus.com>
10823
10824 * decl.c: Lose arg_looking_for_template.
10825 (lookup_name_real): Likewise.
10826 * parse.y: Lose processing_template_arg, template_arg1.
10827 (primary): Likewise.
10828 * spew.c (yylex): Set lastiddecl for PTYPENAMEs, too.
10829
10830 Tue Feb 3 22:04:01 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
10831
10832 * error.c (dump_decl): Fix type of default arguments for template
10833 template parameters and nontype template parameters.
10834 * parse.y (template_parm): Handle invalid default template
10835 template arguments here.
10836
10837 * parse.y (template_parm): Use template_arg instead of PTYPENAME
10838 for default template template argument.
10839 * pt.c (coerce_template_parms): Merge default template argument
10840 codes. Can treat RECORD_TYPE as template name if it is implicitly
10841 created. Fix argument index in error message.
10842 * typeck.c (comptypes): Merge template argument comparison codes in
10843 TEMPLATE_TEMPLATE_PARM and RECORD_TYPE.
10844
10845 Tue Jan 6 01:42:44 1998 Mumit Khan <khan@xraylith.wisc.edu>
10846
10847 * lex.c (file_name_nondirectory): Also check for '/'.
10848
10849 Mon Feb 2 11:24:22 1998 Mark Mitchell <mmitchell@usa.net>
10850
10851 * parse.y (primary): Deal with statement-expressions in
10852 templates.
10853 * pt.c (tsubst_copy): Handle BIND_EXPR.
10854 * tree.c (mapcar): Likewise.
10855
10856 * call.c (add_template_candidate_real): Pass extra parameter to
10857 fn_type_unification.
10858 * cp-tree.h (fn_type_unification): Add parameter.
10859 * pt.c (fn_type_unification): Add additional parameter to deal with
10860 static member functions.
10861 (get_bindings): Deal with static member functions.
10862
10863 * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
10864 (revert_static_member_fn): Declare.
10865 * decl.c (revert_static_member_fn): Remove declaration. Change
10866 linkage from internal to external.
10867 (cp_finish_decl): Deal with virtual functions in classes local to
10868 template functions.
10869 * decl2.c (finish_file): Don't forget to emit increment/decrement
10870 expressions in initializers for file-scope variables.
10871 * parse.y (typename_sub2): If the typename doesn't names a
10872 template, rather than a type, issue an error message.
10873 * pt.c (check_explicit_specialization): Handle specializations of
10874 static member functions.
10875 (coerce_template_parms): Handle offset references to lists of
10876 member functions.
10877 * search.c (note_debug_info_needed): Don't crash when handed a
10878 type which is being defined.
10879 * typeck.c (complete_type): Don't crash when handed NULL_TREE;
10880 that can happen with some illegal code.
10881
10882 Mon Feb 2 00:57:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10883
10884 * call.c (user_harshness): Initialize `code' to 0.
10885 (build_method_call): Initialize `candidates', `cp' and `len' to 0.
10886 (null_ptr_cst_p): Add parentheses around && within ||.
10887 (standard_conversion): Likewise.
10888 (z_candidate): Likewise.
10889 (build_user_type_conversion_1): Initialize `args' to NULL_TREE.
10890 (build_object_call): Likewise for `mem_args'.
10891 (build_new_op): Likewise for `mem_arglist'. Add `return' from
10892 default case in enumeration switch.
10893
10894 * class.c (build_vtable_entry): Add explicit braces to avoid
10895 ambiguous `else'.
10896 (build_class_init_list): Likewise.
10897 (finish_struct_1): Initialize `width' to 0.
10898 (instantiate_type): Initialize `name' to NULL_TREE. Add
10899 explicit braces to avoid ambiguous `else'.
10900
10901 * cvt.c (convert_to_aggr): Add explicit braces to avoid ambiguous
10902 `else'.
10903
10904 * decl.c (grok_reference_init): Eliminate unused parameter, all
10905 callers changed.
10906 (record_builtin_type): Initialize `tdecl' to NULL_TREE.
10907 (init_decl_processing): Initialize `vb_off_identifier' to NULL_TREE.
10908 (cp_finish_decl): Initialize `ttype' to NULL_TREE.
10909 (grokdeclarator): Add parentheses around && within ||. Add
10910 explicit braces to avoid ambiguous `else'.
10911 (grokparms): Initialize `type' to NULL_TREE.
10912 (xref_tag): Remove unused label `just_return'.
10913 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
10914 (finish_function): Initialize `cond' and `thenclause' to NULL_TREE.
10915 (hack_incomplete_structures): Add parentheses around assignment
10916 used as truth value.
10917
10918 * decl2.c (coerce_delete_type): Hide definition of `e3'.
10919
10920 * error.c: Include <stdlib.h>.
10921 (dump_expr): Change the type of `i' to size_t. Remove unused
10922 label `error'.
10923
10924 * except.c (init_exception_processing): Remove unused variable `d'.
10925 (expand_throw): Likewise for `label'.
10926
10927 * friend.c (add_friends): Add explicit braces to avoid ambiguous
10928 `else'.
10929
10930 * init.c (sort_member_init): Initialize `last_field' to NULL_TREE.
10931 (sort_base_init): Likewise for `binfo'.
10932 (expand_member_init): Likewise for `rval'.
10933 (build_member_call): Add parentheses around assignment used as
10934 truth value.
10935 (build_offset_ref): Add explicit braces to avoid ambiguous `else'.
10936 (build_new): Initialize `nelts' to NULL_TREE. Initialize
10937 `old_immediate_size_expand' to 0.
10938 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
10939 (build_vec_delete_1): Remove unused variable `block'.
10940 (expand_vec_init): Initialize `itype' to NULL_TREE.
10941
10942 * lex.c: Include <strings.h> if we don't have <string.h>. Protect
10943 declaration of `index' and `rindex' with autoconf macros.
10944 (reinit_parse_for_expr): Remove unused variables
10945 `look_for_semicolon' and `look_for_lbrac'.
10946 (cons_up_default_function): Initialize `args' to NULL_TREE.
10947 (readescape): Initialize `firstdig' to 0.
10948 (real_yylex): Add parentheses around assignment used as truth value.
10949
10950 * method.c: Include <strings.h> if we don't have <string.h>.
10951 Protect declaration of `index' with autoconf macro.
10952
10953 * parse.y (primary): Add explicit braces to avoid ambiguous `else'.
10954 Initialize `type' to NULL_TREE.
10955 (structsp): Remove unused variable `id'.
10956
10957 * pt.c (coerce_template_parms): Add explicit braces to avoid
10958 ambiguous `else'.
10959 (lookup_template_class): Initialize `template' to NULL_TREE.
10960 (instantiate_class_template): Remove unused variable `name' and `e'.
10961 (tsubst): Likewise for `i'. Initialize `last' to NULL_TREE.
10962 (do_poplevel): Initialize `saved_warn_unused' to 0.
10963 (type_unification): Remove unused varable `parm'.
10964 (unify): Likewise for `j'.
10965
10966 * repo.c (init_repo): Add parentheses around assignment used as
10967 truth value.
10968 (finish_repo): Remove unused varable `p'.
10969
10970 * search.c (get_binfo): Initialize `type' to NULL_TREE.
10971 (get_base_distance): Likewise.
10972 (lookup_field): Initialize `rval_binfo_h', `type', `basetype_path'
10973 and `new_v' to NULL_TREE.
10974 (lookup_fnfields): Likewise for `rval_binfo_h'.
10975 (breadth_first_search): Add parentheses around assignment used as
10976 truth value.
10977 (get_template_base): Initialize `type' to NULL_TREE.
10978
10979 * sig.c (append_signature_fields): Initialize `last_mfptr' to
10980 NULL_TREE.
10981 (build_signature_table_constructor): Likewise for
10982 `last_rhs_field', `pfn' and `vt_off'.
10983 (build_sigtable): Likewise for `init'.
10984
10985 * tree.c (break_out_calls): Initialize `t2' to NULL_TREE.
10986 (propagate_binfo_offsets): Likewise for `delta'.
10987 (hash_tree_cons): Initialize hashcode to 0.
10988 (can_free): Likewise for `size'.
10989 (cp_tree_equal): Add explicit braces to avoid ambiguous `else'.
10990
10991 * typeck.c (convert_sequence): Hide prototype.
10992 (common_type): Add explicit braces to avoid ambiguous `else'.
10993 (comp_target_types): Likewise.
10994 (build_x_function_call): Initialize `ctypeptr' to NULL_TREE.
10995 (build_function_call_real): Add explicit braces to avoid ambiguous
10996 `else'.
10997 (convert_arguments): Initialize `called_thing' to 0.
10998 (convert_for_initialization): Initialize `savew' and `savee' to 0.
10999
11000 * typeck2.c (incomplete_type_error): Initialize `errmsg' to 0.
11001 (digest_init): Initialize `old_tail_contents' to NULL_TREE.
11002 (build_x_arrow): Likewise for `last_rval'.
11003
11004 * xref.c (GNU_xref_decl): Initialize `cls' to 0.
11005
11006 Sun Feb 1 12:45:34 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
11007
11008 * decl.c (init_decl_processing): Use set_sizetype.
11009 * decl2.c (sizetype): Don't declare.
11010 * typeck.c (c_sizeof): Convert result of *_DIV_EXPR to sizetype.
11011 (c_sizeof_nowarn, build_binary_op_nodefault): Likewise.
11012 (build_component_addr, unary_complex_lvalue): Likewise.
11013 * rtti.c (expand_class_desc): Likewise.
11014 * class.c (get_vfield_offset): Likewise.
11015
11016 Thu Jan 29 10:39:30 1998 Mark Mitchell <mmitchell@usa.net>
11017
11018 * pt.c (convert_nontype_argument): Move check for is_overloaded_fn
11019 early to avoid bogus error. Handle overloaded function
11020 names provided as template arguments correctly.
11021 (coerce_template_parms): Don't mishandle overloaded functions when
11022 dealing with template template parameters.
11023 (lookup_template_class): Issue an error message, rather than
11024 crashing, when the TYPE_DECL provided is not a template type.
11025
11026 Wed Jan 28 23:14:44 1998 Jason Merrill <jason@yorick.cygnus.com>
11027
11028 * class.c (instantiate_type): Don't just return a known type if
11029 it's wrong.
11030
11031 Wed Jan 28 11:04:07 1998 Mark Mitchell <mmitchell@usa.net>
11032
11033 * class.c (instantiate_type): Remove handling of FUNCTION_DECL
11034 since that code could never be reached.
11035
11036 * error.c (dump_decl): Avoid aborting in the midst of printing an
11037 error message about an illegal template declaration.
11038
11039 * parse.y (structsp): Print an error message, rather than crashing,
11040 when a class-head does not name a class.
11041
11042 * pt.c (convert_nontype_argument): Allow REAL_TYPE and COMPLEX_TYPE
11043 template arguments as a g++ extension.
11044
11045 * cp-tree.def (ALIGNOF_EXPR): New tree code.
11046 * decl2.c (grok_alignof): If processing_template_decl, just store
11047 the expression.
11048 * typeck.c (c_alignof): Likewise.
11049 * decl2.c (build_expr_from_tree): Handle ALIGNOF_EXPR.
11050 * error.c (dump_expr): Likewise.
11051 * pt.c (tsubst_copy): Likewise.
11052 * tree.c (cp_tree_equal): Likewise.
11053 * pt.c (uses_template_parms): Correctly determine whether or not a
11054 SIZEOF_EXPR/ALIGNOF_EXPR uses template parameters so that constant
11055 folding can be done.
11056
11057 * cp-tree.h (grok_enum_decls): Remove type parameter.
11058 * decl.c (grok_enum_decls): Likewise.
11059 * decl2.c (grok_x_components): Call grok_enum_decls
11060 unconditionally, since it will do nothing if there is no
11061 current_local_enum. Use the new calling sequence.
11062 * pt.c (tsubst_enum): Use the new calling sequence for
11063 grok_enum_decls.
11064
11065 * decl.c (start_function): Make member functions of local classes
11066 in extern inline functions have comdat linkage here...
11067 (grokdeclarator): Rather than here.
11068
11069 Wed Jan 28 10:55:47 1998 Jason Merrill <jason@yorick.cygnus.com>
11070
11071 * pt.c (convert_nontype_argument): Use decl_constant_value.
11072
11073 Tue Jan 27 16:42:21 1998 Mark Mitchell <mmitchell@usa.net>
11074
11075 * call.c (add_template_candidate_real): New function.
11076 (add_template_candidate): Use it.
11077 (add_template_conv_candidate): Likewise.
11078 (joust): Pass extra argument to more_specialized.
11079 * class.c (instantiate_type): Handle a single FUNCTION_DECL.
11080 (is_local_class): Remove.
11081 (finish_struct): Check TI_PENDING_SPECIALIZATION_FLAG.
11082 * cp-tree.h (is_local_class): Remove.
11083 (perform_array_to_pointer_conversion): Likewise.
11084 (finish_member_template_decl): Add.
11085 (check_explicit_specialization): Return a tree, not an int.
11086 (more_specialized): Take additional argument.
11087 (get_bindings): Likewise.
11088 (TI_PENDING_SPECIALIZATION_FLAG): New macro.
11089 * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
11090 (perform_array_to_pointer_conversion): Remove.
11091 * decl.c (saved_scope): Add processing_specialization,
11092 processing_explicit_instantiation fields.
11093 (maybe_push_to_top_level): Save them.
11094 (pop_from_top_level): Restore them.
11095 (grokfndecl): Use new return value from
11096 check_explicit_specialization.
11097 (start_decl): Don't check flag_guiding_decls before pushing
11098 decls.
11099 (cp_finish_decl): Remove previous (bogus) change.
11100 (grok_declarator): Use decl_function_context rather than
11101 is_local_class.
11102 * decl2.c (finish_file): Pass extra argument to get_bindings.
11103 (build_expr_from_tree): Let build_x_component_ref check
11104 validity of arguments rather than doing it here.
11105 * lex.c (cons_up_default_function): Remove code fooling with
11106 processing_specialization, processing_explicit_instantiation
11107 flags, as that is now done in {maybe_push_top,pop_from}_top_level.
11108 * method.c (build_overload_identifier): Mangle local classes in
11109 template functions correctly.
11110 * parse.y (finish_member_template_decl): Move to pt.c.
11111 * pt.c (finish_member_template_decl): Moved here from parse.y.
11112 (print_candidates): New function.
11113 (determine_specialization): Change interface. Properly look for
11114 most specialized versions of template candidates.
11115 (check_explicit_specialization): Fully process explicit
11116 instantiations.
11117 (push_template_decl): Avoid looking at CLASSTYPE fields in
11118 FUNCTION_DECLS.
11119 (determine_overloaded_function): Remove.
11120 (convert_nontype_argument): Change name from
11121 convert_nontype_parameter. Use determine_overloaded_function
11122 instead of instantiate_type.
11123 (mangle_class_name_for_template): Handle type contexts as well as
11124 function contexts.
11125 (classtype_mangled_name): Likewise.
11126 (lookup_template_class): Likewise.
11127 (tsubst): Likewise.
11128 (more_specialized): Take explict template arguments as a
11129 parameter.
11130 (most_specialized): Likewise.
11131 (get_bindings): Likewise. Check that return types match before
11132 proclaiming a function a match.
11133 (do_decl_instantiation): Remove code searching for function to
11134 instantiate; that is now done in check_explicit_specialization.
11135 (add_maybe_template): Pass extra argument to get_bindings.
11136 * tree.c (really_overloaded_fn): Use is_overloaded_fn to simplify
11137 implementation.
11138 * typeck.c (build_component_ref): Check for invalid arguments.
11139
11140 Tue Jan 27 01:44:02 1998 Jason Merrill <jason@yorick.cygnus.com>
11141
11142 * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that
11143 return_target and call_target are equivalent.
11144
11145 * pt.c (type_unification_real): Just accept function parms that
11146 don't use any template parms.
11147
11148 Sun Jan 25 03:30:00 1998 Jason Merrill <jason@yorick.cygnus.com>
11149
11150 * decl.c (cp_finish_decl): When bailing on a comdat variable, also
11151 unset DECL_NOT_REALLY_EXTERN.
11152
11153 * parse.y (typename_sub*): Fix std::.
11154
11155 Sat Jan 24 12:13:54 1998 Jason Merrill <jason@yorick.cygnus.com>
11156
11157 * error.c (dump_decl): Fix type default template args.
11158 (dump_type): Hand TEMPLATE_DECL off to dump_decl.
11159
11160 Fri Jan 23 18:34:37 1998 Mumit Khan <khan@xraylith.wisc.edu>
11161
11162 * lex.c (DIR_SEPARATOR): Define to be '/' if not already defined.
11163 (file_name_nondirectory): Use.
11164
11165 Wed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
11166
11167 * pt.c (coerce_template_parms): Don't access elements of ARGLIST
11168 that are not really present. Substitute default arguments in
11169 template template arguments. Correctly convert TEMPLATE_DECL to
11170 TEMPLATE_TEMPLATE_PARM.
11171 (comp_template_args): TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM
11172 are no longer treated specially here.
11173 * parse.y (template_template_parm): Fix copy error.
11174 * decl.c (grokdeclarator): Warn about missing `typename' for nested
11175 type created from template template parameters.
11176 * parse.y (bad_parm): Likewise
11177
11178 * class.c (finish_struct): Handle TEMPLATE_TEMPLATE_PARM.
11179 (push_nested_class): Likewise.
11180 * cp-tree.def (TEMPLATE_TEMPLATE_PARM): New tree code.
11181 * cp-tree.h (DECL_TEMPLATE_TEMPLATE_PARM_P): New macro.
11182 (copy_template_template_parm): Declare.
11183 * decl.c (arg_looking_for_template): New variable.
11184 (lookup_name_real): Handle TEMPLATE_TEMPLATE_PARM.
11185 Try to return TEMPLATE_DECL or TEMPLATE_TEMPLATE_PARM
11186 node if arg_looking_for_template is nonzero.
11187 (pushdecl): Handle TEMPLATE_TEMPLATE_PARM.
11188 (grok_op_properties, xref_tag, xref_basetypes): Likewise.
11189 (grokdeclarator): Handle TEMPLATE_DECL.
11190 * decl2.c (constructor_name_full): Handle TEMPLATE_TEMPLATE_PARM.
11191 * error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM.
11192 (dump_type_prefix, dump_type_suffix): Handle TEMPLATE_TEMPLATE_PARM.
11193 (dump_decl): Handle unnamed template type parameters.
11194 Handle template template parameters.
11195 (dump_function_name): Handle template template parameters.
11196 * init.c (is_aggr_typedef, is_aggr_type, get_aggr_from_typedef):
11197 Handle TEMPLATE_TEMPLATE_PARM.
11198 * method.c (build_template_template_parm_names): New function.
11199 (build_template_parm_names): Handle TEMPLATE_DECL.
11200 (build_overload_nested_name, build_overload_name):
11201 Handle TEMPLATE_TEMPLATE_PARM.
11202 * parse.y (maybe_identifier): New nonterminal.
11203 (template_type_parm): Use it.
11204 (template_template_parm, template_arg1): New nonterminal.
11205 (template_parm): Add template_template_parm rules.
11206 (template_arg): Set processing_template_arg.
11207 (template_arg1): Rules moved from template_arg.
11208 (primary, nonnested_type): Set arg_looking_for_template if we are
11209 processing template arguments.
11210 * pt.c (begin_member_template_processing): Handle TEMPLATE_DECL.
11211 (process_template_parm): Handle template template parameters.
11212 (coerce_template_parms, comp_template_args): Likewise.
11213 (mangle_class_name_for_template, lookup_template_class): Likewise.
11214 (uses_template_parms): Handle TEMPLATE_DECL and
11215 TEMPLATE_TEMPLATE_PARM.
11216 (current_template_args): Handle TEMPLATE_DECL.
11217 (tsubst, tsubst_copy, unify): Handle TEMPLATE_TEMPLATE_PARM.
11218 * search.c (dfs_walk, dfs_record_inheritance):
11219 Handle TEMPLATE_TEMPLATE_PARM.
11220 * tree.c (copy_template_template_parm): New function.
11221 (mapcar): Handle TEMPLATE_TEMPLATE_PARM.
11222 * typeck.c (comptypes): Handle TEMPLATE_TEMPLATE_PARM.
11223
11224 Mon Jan 19 22:40:03 1998 Mark Mitchell <mmitchell@usa.net>
11225
11226 * decl.c (start_decl): Don't allow duplicate definitions of static
11227 data members.
11228
11229 * call.c (build_user_type_conversion_1): Handle user-defined
11230 template conversion operators correctly.
11231
11232 * decl2.c (build_expr_from_tree): Issue an error message if the
11233 object in a COMPONENT_REF is a TEMPLATE_DECL.
11234
11235 * typeck.c (incomplete_type_error): Handle TEMPLATE_TYPE_PARMs.
11236
11237 * class.c (is_local_class): New function.
11238 * cp-tree.h (is_local_class): Declare it.
11239 (last_tree): Likewise.
11240 (begin_tree): Likewise.
11241 (end_tree): Likewise.
11242 (lookup_template_class): Change prototype.
11243 * decl.c (cp_finish_decl): Check for NULL where necessary.
11244 Consider FUNCTION_DECLS to declare objects with top-level binding,
11245 when calling make_decl_rtl.
11246 (grokdeclarator): Give members of local classes internal linkage.
11247 (start_function): Remove declaration of last_tree.
11248 (finish_function): Set flag_keep_inline_functions around call to
11249 rest_of_compilation if we are processing a member function in a
11250 local class.
11251 (start_method): Call push_template_decl for member functions of
11252 local classes in template functions.
11253 * decl2.c (import_export_decl): Don't give external linkage to
11254 instantiations of templates with internal linkage.
11255 * parse.y (last_tree): Remove declaration.
11256 (template_type): Pass extra parameter to lookup_template_class.
11257 (self_template_type): Likewise.
11258 (structsp): Move call to reset_specialization into left_curly.
11259 (left_curly): Call reset_specialization, and begin_tree.
11260 * pt.c (saved_trees): New variable.
11261 (mangle_class_name_for_template): Change prototype. Use
11262 additional function context to name local classes in templates
11263 correctly.
11264 (classtype_mangled_name): Pass the context.
11265 (push_template_decl): Handle local classes and templates, and
11266 member functions for such classes.
11267 (convert_nontype_parameter): Fix handling of pointer-to-member
11268 constants.
11269 (lookup_template_class): Handle local classes in templates.
11270 (tsubst): Likewise. Don't assume that template instantiations
11271 have external linkage; pay attention to the template declaration.
11272 (mark_decl_instantiated): Likewise.
11273 (begin_tree): New function.
11274 (end_tree): Likewise.
11275
11276 * decl.c (xref_basetypes): Don't call complete_type for basetypes
11277 that involve template parameters; that can lead to infinite
11278 recursion unnecessarily.
11279
11280 * pt.c (register_specialization): Do not register specializations
11281 that aren't ready to be registered yet.
11282 (check_explicit_specialization): Handle explicit specialization of
11283 constructors and destructors.
11284 (build_template_decl): New function.
11285 (push_template_delc): Handle out-of-class specializations of
11286 member templates.
11287
11288 * pt.c (check_explicit_specialization): Set up the template
11289 information before registering the specialization.
11290 (coerce_template_parms): Fix thinko.
11291 (tsubst): Handle specializations of member templates correctly.
11292
11293 * class.c (finish_struct_methods): Remove calls to
11294 check_explicit_specialization from here.
11295 (finish_struct): And insert them here.
11296 * cp-tree.h (perform_qualification_conversions): New function.
11297 (perform_array_to_pointer_conversion): Likewise.
11298 (begin_explicit_instantiation): Likewise.
11299 (end_explicit_instantiation): Likewise.
11300 (determine_specialization): Renamed from
11301 determine_explicit_specialization.
11302 (comp_template_parms): New function.
11303 (processing_explicit_instantiation): New variable.
11304 * cvt.c (perform_qualification_conversions): New function.
11305 (perform_array_to_pointer_conversion): Likewise.
11306 * decl.c (duplicate_decls): Don't consider template functions
11307 alike unless they have the same parameters. Refine handling of
11308 instantiation/specialization mismatches.
11309 (start_decl): Don't call pushdecl for template specializations,
11310 since they don't affect overloading.
11311 (start_function): Likewise.
11312 (grokfndecl): Call check_explicit_specialization a little later.
11313 Don't call duplicate_decls for memberm template specializations.
11314 (grokdeclarator): Don't update template_count for classes that are
11315 themselves specializations. Remove use of `2' as parameter to
11316 grokfndecl since that value isn't used.
11317 * lex.c (cons_up_default_function): Save and restore
11318 processing_explicit_instantiation around calls to grokfield.
11319 * parse.y (finish_member_template_decl): New function.
11320 (component_decl_1): Use it.
11321 (fn.def2): Likewise.
11322 (template_arg_list_opt): New nonterminal.
11323 (template_type): Use it.
11324 (self_template_type): Likewise.
11325 (template_id): Likewise.
11326 (object_template_id): Likewise.
11327 (notype_template_declarator): Likwise.
11328 (begin_explicit_instantiation): Likewise.
11329 (end_explicit_instantiation): Likewise.
11330 (explicit_instantiation): Use them.
11331 * pt.c (coerce_template_parms): Add parameters.
11332 (processing_explicit_instantiation): New variable.
11333 (convert_nontype_parameter): New function.
11334 (determine_overloaded_function): Likewise.
11335 (begin_explicit_instantiation): Likewise.
11336 (end_explicit_instantiation): Likewise.
11337 (retrieve_specialization): Likewise.
11338 (register_specialization): Likewise.
11339 (processing_explicit_specialization): Removed.
11340 (determine_specialization): Handle specializations of member
11341 functions of template class instantiations.
11342 (check_explicit_specialization): Refine to conform to standard.
11343 (comp_template_parms): New function.
11344 (coerce_template_parms): Call convert_nontype_parameter.
11345 (tsubst): Refine handling of member templates. Use
11346 register_specialization.
11347 (instantiate_template): Use retrieve_specialization.
11348 (do_decl_instantiation): Likewise.
11349 (instantiate_decl): Likewise.
11350 (type_unification): Improve handling of explict template
11351 arguments.
11352 * tree.c (mapcar): Return error_mark_node, rather than aborting,
11353 on VAR_DECLS, FUNCTION_DECLS, and CONST_DECLS.
11354 * typeck.c (build_unary_op): Call determine_specialization, rather
11355 than determine_explicit_specialization.
11356
11357 Mon Jan 19 13:18:51 1998 Jason Merrill <jason@yorick.cygnus.com>
11358
11359 * cvt.c (build_up_reference): A TARGET_EXPR has side effects.
11360
11361 Fri Jan 16 11:40:50 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
11362
11363 * error.c (dump_decl): For enum tags, output the tag, not its value.
11364
11365 1998-01-13 Brendan Kehoe <brendan@cygnus.com>
11366
11367 * decl.c (init_decl_processing): Only call init_rtti_processing
11368 FLAG_RTTI is set.
11369
11370 Mon Jan 12 01:35:18 1998 Jason Merrill <jason@yorick.cygnus.com>
11371
11372 * init.c (build_new_1): Split out from build_new.
11373 (build_new): Just return a NEW_EXPR.
11374 * expr.c (cplus_expand_expr): Handle NEW_EXPR.
11375
11376 * decl2.c (get_temp_regvar): Tweak.
11377
11378 * cp-tree.h (TREE_CALLS_NEW): Comment out.
11379 * class.c (resolves_to_fixed_type_p): Remove use.
11380 * method.c (build_opfncall): Likewise.
11381 * call.c (build_new_op): Likewise.
11382
11383 Wed Jan 7 23:47:13 1998 Jason Merrill <jason@yorick.cygnus.com>
11384
11385 * exception.cc (__eh_alloc, __eh_free): New fns.
11386 (__cp_push_exception, __cp_pop_exception): Use them.
11387 (__uncatch_exception): Call terminate here if no exception.
11388 * except.c (build_terminate_handler): New fn.
11389 (expand_start_catch_block): Use it.
11390 (expand_exception_blocks): Likewise.
11391 (alloc_eh_object): New fn.
11392 (expand_throw): Use it. Protect exception init with terminate.
11393 * typeck.c (build_modify_expr): Remove code that ignores trivial
11394 methods.
11395
11396 Mon Dec 22 11:36:27 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11397
11398 * call.c (add_builtin_candidate): Add default case in enumeration
11399 switch.
11400 (build_new_op): Likewise.
11401 (convert_like): Likewise.
11402 * cvt.c (build_expr_type_conversion): Likewise.
11403 * tree.c (real_lvalue_p): Likewise.
11404 (lvalue_p): Likewise.
11405 (cp_tree_equal): Likewise.
11406 * typeck.c (comptypes): Likewise.
11407 (build_component_ref): Likewise.
11408 (build_function_call_real): Likewise.
11409 (build_binary_op_nodefault): Likewise.
11410 (build_unary_op): Likewise.
11411 (build_modify_expr): Likewise.
11412 * typeck2.c (initializer_constant_valid_p): Likewise.
11413
11414 Sun Dec 21 15:59:00 1997 Nick Clifton <nickc@cygnus.com>
11415
11416 * decl2.c (lang_decode_option): Add support for -Wunknown-pragmas.
11417
11418 Thu Dec 18 14:51:50 1997 Mark Mitchell <mmitchell@usa.net>
11419
11420 * pt.c (coerce_template_parms): Make sure to digest_init if
11421 possible.
11422
11423 * decl.c (duplicate_decls): Make the newdecl virtual if the
11424 olddecl was, just as is done with other attributes of olddecl.
11425
11426 Thu Dec 18 14:43:19 1997 Jason Merrill <jason@yorick.cygnus.com>
11427
11428 * typeck.c (unary_complex_lvalue): Ignore op0 when taking the
11429 address of an OFFSET_REF.
11430
11431 * cp-tree.def: Add AGGR_INIT_EXPR.
11432 * error.c, tree.c, typeck.c: Replace uses of NEW_EXPR with
11433 AGGR_INIT_EXPR where appropriate.
11434 * expr.c (cplus_expand_expr): Likewise. Simplify.
11435
11436 * decl2.c (finish_file): Remove call to register_exception_table.
11437
11438 Wed Dec 17 17:08:52 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
11439
11440 * pt.c (instantiate_class_template): Don't do injection when
11441 processing_template_decl is true, as pollutes current_binding_level
11442 for base classes.
11443
11444 Wed Dec 17 21:17:39 1997 Peter Schmid <schmid@ltoi.iap.physik.tu-darmstadt.de>
11445
11446 * pt.c (maybe_fold_nontype_arg): Add prototype.
11447
11448 Tue Dec 16 10:31:20 1997 Jason Merrill <jason@yorick.cygnus.com>
11449
11450 * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
11451 * error.c (dump_expr): Likewise.
11452
11453 Mon Dec 15 12:22:04 1997 Jason Merrill <jason@yorick.cygnus.com>
11454
11455 * typeck.c (build_function_call_real): Remove "inline called before
11456 definition" pedwarn.
11457
11458 * pt.c (coerce_template_parms): Use maybe_fold_nontype_arg.
11459
11460 Sun Dec 14 22:34:20 1997 Jason Merrill <jason@yorick.cygnus.com>
11461
11462 * cvt.c (cp_convert_to_pointer): Fix base conversion of pm's.
11463
11464 * pt.c (type_unification_real): Change __null to type void* with
11465 a warning.
11466
11467 Sun Dec 14 20:38:35 1997 Mark Mitchell <mmitchell@usa.net>
11468
11469 * call.c (implicit_conversion): Don't call
11470 build_user_type_conversion_1 with a NULL expr, since it will
11471 crash.
11472
11473 * pt.c (unify): Don't try to unify array bounds if either array is
11474 unbounded.
11475
11476 Fri Dec 12 16:09:14 1997 Jason Merrill <jason@yorick.cygnus.com>
11477
11478 * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at):
11479 Replace extern decls with casts.
11480
11481 * decl.c (expand_start_early_try_stmts): Don't mess with a sequence.
11482 Update last_parm_cleanup_insn.
11483 (store_after_parms): Remove.
11484 * cp-tree.h: Adjust.
11485
11486 Thu Dec 11 22:18:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11487
11488 * decl2.c (comdat_linkage): Also set DECL_COMDAT.
11489 (finish_file): Check DECL_COMDAT instead of weak|one_only.
11490 (import_export_vtable): Use make_decl_one_only instead of
11491 comdat_linkage for win32 tweak.
11492 (import_export_decl): Likewise.
11493 * pt.c (mark_decl_instantiated): Likewise.
11494
11495 * decl2.c (finish_file): Lose handling of templates in pending_statics.
11496
11497 Thu Dec 11 21:12:09 1997 Jason Merrill <jason@yorick.cygnus.com>
11498
11499 * decl2.c (finish_file): Lose call to expand_builtin_throw.
11500 * except.c (expand_builtin_throw): Remove.
11501 * cp-tree.h: Remove ptr_ptr_type_node.
11502 * decl.c: Likewise.
11503
11504 Thu Dec 11 20:43:33 1997 Teemu Torma <tot@trema.com>
11505
11506 * decl.c (ptr_ptr_type_node): Define.
11507 (init_decl_processing): Initialize it.
11508 * cp-tree.h: Declare it.
11509 * exception.cc (__cp_exception_info): Use __get_eh_info.
11510 (__cp_push_exception): Likewise.
11511 (__cp_pop_exception): Likewise.
11512
11513 From Scott Snyder <snyder@d0sgif.fnal.gov>:
11514 * except.c (expand_builtin_throw): Use get_saved_pc_ref instead of
11515 saved_pc.
11516 (init_exception_processing): Removed saved_pc initialization.
11517
11518 Wed Dec 10 11:04:45 1997 Jason Merrill <jason@yorick.cygnus.com>
11519
11520 * pt.c (instantiate_decl): Defer all templates but inline functions.
11521
11522 Mon Dec 8 23:17:13 1997 Jason Merrill <jason@yorick.cygnus.com>
11523
11524 * init.c (expand_vec_init): Don't fold a list of parameters.
11525
11526 * decl.c (copy_args_p): Handle copy elision for types with virtual
11527 bases.
11528 * call.c (build_over_call): Likewise.
11529
11530 Sun Dec 7 22:38:12 1997 Mark Mitchell <mmitchell@usa.net>
11531
11532 * pt.c (lookup_template_function): Copy the template arguments,
11533 not just the list containing them, to the permanent obstack.
11534
11535 Sun Dec 7 15:53:06 1997 Jason Merrill <jason@yorick.cygnus.com>
11536
11537 * except.c (expand_start_catch_block): suspend_momentary for the
11538 terminate handler.
11539
11540 * error.c (dump_decl): Handle LOOKUP_EXPR.
11541
11542 Sun Dec 7 15:45:07 1997 Mark Mitchell <mmitchell@usa.net>
11543
11544 * rtti.c (build_dynamic_cast): Copy the cast-to type to the
11545 permanent obstack if we are processing a template decl.
11546 * typeck.c (build_static_cast): Likewise.
11547 (build_const_cast): Likewise.
11548 (build_reinterpret_cast): Likewise.
11549
11550 * pt.c (coerce_template_parms): Coerce some expressions, even
11551 when processing_template_decl.
11552
11553 Sun Dec 7 01:46:33 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
11554
11555 * typeck.c (build_binary_op_nodefault, pointer_diff): Symmetric
11556 handling of pointer difference expressions.
11557
11558 * typeck.c (comp_target_types): Comparison of function/method types
11559 is independent of nptrs.
11560
11561 Sun Dec 7 01:40:27 1997 Mark Mitchell <mmitchell@usa.net>
11562
11563 * pt.c (tsubst): Avoid creating pointer to reference and
11564 reference to reference types.
11565
11566 Sat Dec 6 01:29:37 1997 Jason Merrill <jason@yorick.cygnus.com>
11567
11568 * parse.y (do_id): New nonterminal.
11569 (template_id): Use it.
11570
11571 Fri Dec 5 01:17:34 1997 Jason Merrill <jason@yorick.cygnus.com>
11572
11573 * parse.y (template_id): do_identifier for PFUNCNAMEs, too.
11574 * spew.c (yylex): Don't do_identifier here.
11575 * decl2.c (build_expr_from_tree): Revert last change.
11576
11577 * decl2.c (build_expr_from_tree): Expand the name for a method call.
11578 * parse.y (object_template_id): Don't try to take the DECL_NAME.
11579
11580 Wed Dec 3 20:02:39 1997 Jason Merrill <jason@yorick.cygnus.com>
11581
11582 * init.c (build_new): Use a TARGET_EXPR instead of SAVE_EXPR for
11583 alloc_expr.
11584 * call.c (build_op_delete_call): Adjust.
11585
11586 * except.c (expand_end_catch_block): Lose rethrow region.
11587 (expand_start_catch_block): Likewise.
11588 (expand_end_catch_block): Don't expand_leftover_cleanups.
11589
11590 Wed Dec 3 13:24:04 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
11591
11592 * pt.c (tsubst): Remove tree_cons call (places redundant info into
11593 DECL_TEMPLATE_INSTANTIATION).
11594
11595 Wed Dec 3 11:44:52 1997 Jason Merrill <jason@yorick.cygnus.com>
11596
11597 * tree.c (is_overloaded_fn): Handle getting a fn template.
11598 (really_overloaded_fn): Likewise.
11599 * error.c (dump_decl): Handle TEMPLATE_ID_EXPRs better.
11600 * pt.c (check_explicit_specialization): Tweak.
11601 (determine_explicit_specialization): Tweak.
11602
11603 * tree.c, cp-tree.h (get_target_expr): New fn.
11604
11605 Wed Dec 3 08:47:27 1997 Paul Eggert <eggert@twinsun.com>
11606
11607 * pt.c (check_explicit_specialization): Fix misspelling in
11608 diagnostic: `preceeded'.
11609 * typeck.c (get_delta_difference): Fix misspelling in diagnostic:
11610 `conversiona'.
11611
11612 1997-12-02 Mark Mitchell <mmitchell@usa.net>
11613
11614 * pt.c (determine_explicit_specialization): Avoid an internal
11615 error for bad specializations.
11616
11617 * method.c (build_overload_value): Handle SCOPE_REF.
11618
11619 Tue Dec 2 19:18:50 1997 Mike Stump <mrs@wrs.com>
11620
11621 * class.c (prepare_fresh_vtable): Enable even more complex MI
11622 vtable names.
11623
11624 Tue Dec 2 01:37:19 1997 Jason Merrill <jason@yorick.cygnus.com>
11625
11626 * exception.cc (__check_eh_spec): Optimize a bit.
11627
11628 * exception.cc (__cp_pop_exception): Lose handler arg.
11629 * except.c (do_pop_exception): Likewise.
11630 (push_eh_cleanup): Let the cleanup mechanism supply the handler.
11631 (expand_end_catch_block): Likewise.
11632
11633 Fri Nov 28 01:58:14 1997 Jason Merrill <jason@yorick.cygnus.com>
11634
11635 * pt.c (check_explicit_specialization): Complain about using a
11636 template-id for a non-specialization.
11637
11638 Fri Nov 28 12:35:19 1997 Scott Christley <scottc@net-community.com>
11639
11640 * repo.c: Prototype rindex only if needed.
11641 * xref.c: Likewise.
11642
11643 Fri Nov 28 01:56:35 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
11644
11645 * error.c (dump_decl): Handle TEMPLATE_ID_EXPR.
11646
11647 Thu Nov 27 00:59:46 1997 Jason Merrill <jason@yorick.cygnus.com>
11648
11649 * typeck.c (build_const_cast): Handle references here instead of
11650 handing off to convert_to_reference.
11651
11652 * except.c: Lose Unexpected, SetTerminate, SetUnexpected,
11653 TerminateFunctionCall.
11654 (init_exception_processing): Likewise. Terminate et al are now
11655 the fns, not ADDR_EXPRs.
11656 (various): Lose redundant assemble_external calls.
11657 (do_unwind): s/BuiltinReturnAddress/builtin_return_address_fndecl/.
11658
11659 * cp-tree.h (struct lang_decl_flags): Add comdat.
11660 (DECL_COMDAT): New macro.
11661 * decl.c (duplicate_decls): Propagate it.
11662 (cp_finish_decl): Handle it.
11663 * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs.
11664
11665 * class.c: Remove static pending_hard_virtuals.
11666 (add_virtual_function): Take pointers to pending_virtuals
11667 and pending_hard_virtuals.
11668 (finish_struct_1): Pass them. Declare pending_hard_virtuals.
11669
11670 Wed Nov 26 20:28:49 1997 Jason Merrill <jason@yorick.cygnus.com>
11671
11672 * decl2.c (import_export_vtable): If we support one_only but not
11673 weak symbols, mark instantiated template vtables one_only.
11674 (import_export_decl): Likewise for tinfo functions.
11675 (finish_vtable_vardecl): Also write out vtables from explicitly
11676 instantiated template classes.
11677 * pt.c (mark_class_instantiated): Revert last change.
11678
11679 * except.c (expand_throw): Call mark_used on the destructor.
11680
11681 Wed Nov 26 15:13:48 1997 Jeffrey A Law (law@cygnus.com)
11682
11683 * lex.c (lang_init): Enable flag_exceptions by default if no
11684 command line switch was specified.
11685
11686 1997-11-26 Mark Mitchell <mmitchell@usa.net>
11687
11688 * pt.c (unify): Handle `void' template parameters in
11689 specializations.
11690
11691 Wed Nov 26 01:11:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11692
11693 * rtti.c (build_dynamic_cast): Handle template case here.
11694 (build_dynamic_cast_1): Not here.
11695
11696 * typeck2.c (digest_init): Make copies where appropriate.
11697
11698 * decl2.c (delete_sanity): resolve_offset_ref.
11699
11700 * except.c: Call terminate without caching so many bits.
11701
11702 * except.c (expand_start_catch_block): Fix catching a reference
11703 to pointer.
11704
11705 Tue Nov 25 11:28:21 1997 Jason Merrill <jason@yorick.cygnus.com>
11706
11707 * init.c (build_new): Copy size to the saveable obstack.
11708
11709 * init.c (build_new): Stick a CLEANUP_POINT_EXPR inside the
11710 TRY_CATCH_EXPR for now.
11711
11712 Mon Nov 24 12:15:55 1997 Jason Merrill <jason@yorick.cygnus.com>
11713
11714 * typeck.c (mark_addressable): Don't assume a FUNCTION_DECL
11715 has DECL_LANG_SPECIFIC.
11716
11717 * exception.cc (struct cp_eh_info): Add handlers field.
11718 (__cp_push_exception): Initialize it.
11719 (__cp_pop_exception): Decrement it. Don't pop unless it's 0.
11720 (__throw_bad_exception): Remove.
11721 * except.c (call_eh_info): Add handlers field.
11722 (get_eh_handlers): New fn.
11723 (push_eh_cleanup): Increment handlers.
11724
11725 Fri Nov 21 12:22:07 1997 Jason Merrill <jason@yorick.cygnus.com>
11726
11727 * except.c (expand_start_eh_spec): Use the try/catch code.
11728 (expand_end_eh_spec): Likewise. Call __check_eh_spec instead of
11729 doing everything inline.
11730 (init_exception_processing): throw_type_match now takes
11731 const void pointers.
11732 * exception.cc (__check_eh_spec): New fn.
11733 * inc/exception: Neither terminate nor unexpected return.
11734 * decl.c: Make const_ptr_type_node public.
11735 * tinfo2.cc (__throw_type_match_rtti): Take the typeinfos constly.
11736
11737 * except.c (expand_start_catch_block): We only need the rethrow
11738 region for non-sjlj exceptions.
11739 (expand_end_catch_block): Likewise. Use outer_context_label_stack.
11740
11741 Thu Nov 20 14:40:17 1997 Jason Merrill <jason@yorick.cygnus.com>
11742
11743 * Make-lang.in (CXX_LIB2FUNCS): Add new op new and op delete objs.
11744 (various.o): Likewise.
11745 * inc/new: Add placement deletes. Add throw specs for default new.
11746 * new.cc (set_new_handler): Move here from libgcc2.
11747 * new1.cc (new (nothrow)): Catch a bad_alloc thrown from the handler.
11748 (new): Move from libgcc2. Throw bad_alloc.
11749 * new2.cc: Move the rest of the op news and op deletes from libgcc2.
11750 * decl.c (init_decl_processing): Update exception specs on new and
11751 delete.
11752
11753 * method.c (build_decl_overload_real): Don't mess with global
11754 placement delete.
11755
11756 * init.c (build_new): Check for null throw spec, not nothrow_t.
11757
11758 * decl.c (duplicate_decls): Don't complain about different exceptions
11759 from an internal declaration.
11760
11761 * call.c (build_op_delete_call): Fix check for member fns again.
11762
11763 * decl2.c (import_export_decl): Interface hackery affects
11764 virtual synthesized methods.
11765
11766 Wed Nov 19 18:24:14 1997 Jason Merrill <jason@yorick.cygnus.com>
11767
11768 * decl.c (start_decl): Don't just complain about a mismatched
11769 scope, fix it.
11770
11771 * decl.c (make_implicit_typename): Handle case where t is not
11772 actually from context.
11773 * tree.c (get_type_decl): Lose identifier case.
11774 * spew.c (yylex): Lose useless call to identifier_typedecl_value.
11775 * parse.y (nonnested_type): Just use lookup_name.
11776 (complex_type_name): Just use IDENTIFIER_GLOBAL_VALUE.
11777
11778 Wed Nov 19 11:45:07 1997 Michael Tiemann <tiemann@axon.cygnus.com>
11779
11780 * error.c (dump_function_name): Test DECL_LANG_SPECIFIC in case
11781 T was built in C language context (for example, by
11782 output_func_start_profiler).
11783
11784 Wed Nov 19 10:39:27 1997 Jason Merrill <jason@yorick.cygnus.com>
11785
11786 * decl.c (make_implicit_typename): New fn.
11787 (lookup_name_real): Use it. Use current_class_type as the context.
11788
11789 Mon Nov 17 23:42:03 1997 Bruno Haible <haible@ilog.fr>
11790
11791 * pt.c (do_poplevel): Don't prohibit jumps into this contour.
11792
11793 Mon Nov 17 02:01:28 1997 Jason Merrill <jason@yorick.cygnus.com>
11794
11795 * friend.c (do_friend): Warn about non-template friends in templates.
11796
11797 * call.c (build_op_delete_call): Fix handling of inherited delete.
11798
11799 * search.c (dfs_record_inheritance): Ignore template type parms.
11800
11801 Sat Nov 15 00:30:51 1997 Jason Merrill <jason@yorick.cygnus.com>
11802
11803 * call.c (build_new_op): Fix copy error.
11804 (build_op_new_call): New fn.
11805 (build_op_delete_call): New fn.
11806 * cp-tree.h: Declare them.
11807 * init.c (build_new): Use them. Support placement delete.
11808 (build_x_delete): Use build_op_delete_call.
11809 (build_delete): Likewise.
11810 * decl2.c (delete_sanity): Likewise.
11811 (coerce_delete_type): Don't complain about placement delete.
11812
11813 Thu Nov 13 01:52:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11814
11815 * call.c (build_new_function_call): Remove unused 'obj' parm.
11816 * cp-tree.h, typeck.c: Adjust.
11817
11818 * init.c (build_new): Make the cleanup last longer.
11819 (expand_vec_init): Call do_pending_stack_adjust.
11820
11821 Wed Nov 12 11:04:33 1997 Jason Merrill <jason@yorick.cygnus.com>
11822
11823 * pt.c (do_type_instantiation): Fix typo.
11824 (mark_class_instantiated): If we support one_only but not weak
11825 symbols, don't mark this as known.
11826
11827 * init.c (build_new): Handle vec delete in EH cleanup.
11828
11829 Wed Nov 12 08:11:55 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
11830
11831 * call.c (build_method_call): Call complete_type before checking
11832 for destructor.
11833
11834 Sun Nov 9 01:29:55 1997 Jim Wilson (wilson@cygnus.com)
11835
11836 * decl.c (add_block_current_level): Delete.
11837 * init.c (build_vec_delete_1): Delete build_block and
11838 add_block_current_level calls.
11839
11840 Wed Nov 12 00:48:16 1997 Jason Merrill <jason@yorick.cygnus.com>
11841
11842 * init.c (build_new): Handle freeing allocated memory when the
11843 constructor throws.
11844
11845 * call.c (build_new_method_call): Fix flags arg.
11846
11847 * pt.c (do_type_instantiation): Don't try to instantiate
11848 member templates.
11849 (mark_decl_instantiated): If we support one_only but not
11850 weak symbols, mark this one_only.
11851 * decl2.c (import_export_vtable): Don't defer handling of vtables
11852 if MULTIPLE_SYMBOL_SPACES.
11853
11854 Tue Nov 11 12:02:12 1997 Jason Merrill <jason@yorick.cygnus.com>
11855
11856 * except.c (expand_end_catch_block): Lose call to __sjpopnthrow.
11857
11858 Tue Nov 11 02:53:44 1997 Jason Merrill <jason@lasher.cygnus.com>
11859
11860 * except.c (do_pop_exception): Return a value.
11861
11862 Mon Nov 10 20:25:31 1997 Jason Merrill <jason@yorick.cygnus.com>
11863
11864 * call.c (build_new_method_call): Handle getting a
11865 TEMPLATE_ID_EXPR around a TEMPLATE_DECL. Don't look for a field
11866 if we got template parms.
11867 * typeck.c (build_x_function_call): Remember the TEMPLATE_ID_EXPR,
11868 not just the args.
11869 * decl2.c (build_expr_from_tree): Tweak last change.
11870 * pt.c (tsubst_copy): Use get_first_fn instead of TREE_VALUE.
11871 (maybe_fold_nontype_arg): Split out from tsubst_copy.
11872 * tree.c (get_first_fn): Just return a TEMPLATE_ID_EXPR.
11873
11874 Mon Nov 10 20:08:38 1997 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
11875
11876 * pt.c (tsubst_copy): Handle explicit template arguments in
11877 function calls.
11878 * typeck.c (build_x_function_call): Likewise.
11879 * decl2.c (build_expr_from_tree): Lookup function name if it
11880 hasn't been done.
11881
11882 * pt.c (tsubst): Instantiate template functions properly when
11883 template parameter does not appear in function arguments and return
11884 type.
11885 (comp_template_args): Handle member templates required by tsubst.
11886
11887 Mon Nov 10 20:08:38 1997 Jason Merrill <jason@yorick.cygnus.com>
11888
11889 * decl.c (grokdeclarator): Tweak conditions for pedwarn in
11890 previous change.
11891
11892 Mon Nov 10 20:08:29 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
11893
11894 * pt.c (coerce_template_parms): Tweak error message.
11895
11896 * decl.c (grokdeclarator): If -Wreturn-type, warn everytime a
11897 return type defaults to `int', even if there are storage-class
11898 specifiers.
11899
11900 Mon Nov 10 03:04:20 1997 Jason Merrill <jason@yorick.cygnus.com>
11901
11902 Complete nested exception support.
11903 * except.c (do_pop_exception): Split out...
11904 (push_eh_cleanup): From here. Handle the EH region by hand.
11905 (expand_start_catch_block): Add a new level for the catch parm.
11906 Move the rethrow region outside the two cleanup regions.
11907 Protect the initializer for the catch parm with terminate.
11908 (expand_end_catch_block): Likewise. End the region for the eh_cleanup.
11909 * exception.cc (__cp_pop_exception): Now takes two parms. Handle
11910 popping off the middle of the stack.
11911 * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR,
11912 WITH_CLEANUP_EXPR, and UNSAVE_EXPR.
11913 (build_cplus_new): Only wrap CALL_EXPRs.
11914 * init.c (expand_default_init): Handle a TRY_CATCH_EXPR around
11915 the constructor call.
11916
11917 Sun Nov 9 18:00:26 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11918
11919 * Make-lang.in (c++.distdir): Make inc subdirectory.
11920
11921 Fri Nov 7 11:57:28 1997 Jason Merrill <jason@yorick.cygnus.com>
11922
11923 * decl2.c (finish_file): Put back some code.
11924
11925 Thu Nov 6 11:28:14 1997 Jason Merrill <jason@yorick.cygnus.com>
11926
11927 * decl2.c (finish_file): Remove redundant code.
11928 * method.c (emit_thunk): Don't let the backend defer generic thunks.
11929
11930 Wed Nov 5 23:52:50 1997 Jason Merrill <jason@yorick.cygnus.com>
11931
11932 * except.c (call_eh_info): Split out...
11933 (push_eh_info): From here.
11934 (expand_builtin_throw): Use it.
11935 (expand_start_catch_block): Move region start back.
11936
11937 Tue Nov 4 13:45:10 1997 Doug Evans <devans@canuck.cygnus.com>
11938
11939 * lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
11940 (real_yylex): Record wide strings using target endianness, not host.
11941
11942 1997-11-03 Brendan Kehoe <brendan@lisa.cygnus.com>
11943
11944 * repo.c (rindex): Add decl unconditionally.
11945 (get_base_filename, open_repo_file): Don't cast rindex.
11946 * xref.c (rindex): Add decl unconditionally.
11947 (index): Remove unused decl.
11948 (open_xref_file): Don't cast rindex.
11949
11950 Sun Nov 2 15:04:12 1997 Jason Merrill <jason@yorick.cygnus.com>
11951
11952 * class.c (build_vbase_path): Propagate the result type properly.
11953
11954 1997-11-01 Brendan Kehoe <brendan@lisa.cygnus.com>
11955
11956 * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replace
11957 remaining use of saved_throw_type with a call to get_eh_type.
11958
11959 1997-10-31 Brendan Kehoe <brendan@lisa.cygnus.com>
11960
11961 * lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
11962 (file_name_nondirectory): New function, doing the same as the macro.
11963 (set_typedecl_interface_info): Use it instead of the macro.
11964 (check_newline): Likewise.
11965 (handle_cp_pragma): Likewise.
11966
11967 * repo.c (get_base_filename): Cast result of rindex to char*.
11968 (open_repo_file): Likewise.
11969 * xref.c (open_xref_file): Likewise.
11970 * error.c (dump_char): Make its arg int, not char.
11971
11972 * except.c (push_eh_info): Pass the number of fields - 1 down, not
11973 the exact number of fields.
11974
11975 Fri Oct 31 01:47:57 1997 Jason Merrill <jason@yorick.cygnus.com>
11976
11977 Support for nested exceptions.
11978 * tinfo2.cc (__is_pointer): New fn.
11979 * exception.cc (struct cp_eh_info): Define.
11980 (__cp_exception_info, __uncatch_exception): New fns.
11981 (__cp_push_exception, __cp_pop_exception): New fns.
11982 * except.c: Lose saved_throw_{type,value,cleanup,in_catch}.
11983 Lose empty_fndecl.
11984 (init_exception_processing): Likewise. __eh_pc is now external.
11985 (push_eh_info): New fn.
11986 (get_eh_{info,value,type,caught}): New fns.
11987 (push_eh_cleanup): Just call __cp_pop_exception.
11988 (expand_start_catch_block): Use push_eh_info. Start the eh region
11989 sooner.
11990 (expand_end_eh_spec): Use push_eh_info.
11991 (expand_throw): Call __cp_push_exception to set up the exception info.
11992 Just pass the destructor or 0 as the cleanup. Call __uncatch_exception
11993 when we rethrow.
11994 (expand_builtin_throw): Don't refer to empty_fndecl.
11995
11996 Thu Oct 23 02:01:30 1997 Jason Merrill <jason@yorick.cygnus.com>
11997
11998 * pt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATION on new decl.
11999
12000 1997-10-22 Brendan Kehoe <brendan@cygnus.com>
12001
12002 * method.c (build_template_parm_names, build_decl_overload_real):
12003 Add static to definitions.
12004 * pt.c (add_to_template_args, note_template_header,
12005 processing_explicit_specialization, type_unification_real): Likewise.
12006 ({determine,check}_explicit_specialization): Use a single string for
12007 error messages.
12008
12009 Mon Oct 20 12:06:34 1997 Jason Merrill <jason@yorick.cygnus.com>
12010
12011 * except.c (expand_exception_blocks): Call do_pending_stack_adjust.
12012 (expand_end_catch_block): Likewise.
12013 (expand_end_eh_spec): Likewise.
12014
12015 Mon Oct 20 11:44:20 1997 Mark Mitchell <mmitchell@usa.net>
12016
12017 * decl.c (duplicate_decls): Handle template specializations
12018 correctly.
12019 * error.c (dump_function_name): Fix printing of specializations of
12020 member functions that are not member templates.
12021 * cp-tree.h (processing_specialization): Make global.
12022 * pt.c (processing_specialization): Likewise.
12023 * lex.c (cons_up_default_function): Save and restore
12024 processing_specialization to avoid confusion.
12025
12026 Mon Oct 20 10:52:22 1997 Jason Merrill <jason@yorick.cygnus.com>
12027
12028 * decl.c (init_decl_processing): Give null_node unknown* type.
12029 * typeck.c (comp_target_types): Handle UNKNOWN_TYPE.
12030 (common_type): Likewise.
12031 * error.c (args_as_string): Recognize null_node.
12032
12033 Sun Oct 19 09:13:01 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12034
12035 * typeck.c (rationalize_conditional_expr): Handle {MIN,MAX}_EXPR.
12036 (unary_complex_lvalue): Call it for {MIN,MAX}_EXPR.
12037
12038 * decl.c (init_decl_processing): Call using_eh_for_cleanups.
12039
12040 * Make-lang.in (g++): Include prefix.o.
12041
12042 Thu Oct 16 15:31:09 1997 Judy Goldberg <judygold@sanwafp.com>
12043
12044 * pt.c (determine_explicit_specialization): Initialize "dummy"
12045 to keep Purify quiet.
12046
12047 Thu Oct 16 00:14:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12048
12049 * method.c (build_overload_value): Handle TEMPLATE_CONST_PARMs here.
12050 (build_overload_int): Not here.
12051
12052 Wed Oct 15 00:35:28 1997 Mike Stump <mrs@wrs.com>
12053
12054 * class.c (build_type_pathname): Remove.
12055 (prepare_fresh_vtable): Fix problem with complex MI vtable names.
12056
12057 1997-10-14 Brendan Kehoe <brendan@lisa.cygnus.com>
12058
12059 * parse.y (unary_expr): Give a pedwarn if someone tries to use the
12060 &&label GNU extension.
12061
12062 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
12063
12064 * decl.c (pushtag): Unset DECL_ASSEMBLER_NAME before setting it,
12065 so as to avoid incorrect manglings.
12066 * method.c (build_decl_overload_real): Don't mangle return types
12067 for constructors.
12068
12069 Tue Oct 14 11:46:14 1997 Jason Merrill <jason@yorick.cygnus.com>
12070
12071 * cp-tree.h (scratchalloc, build_scratch_list, make_scratch_vec,
12072 scratch_tree_cons): Define as macros for now.
12073 * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, expr.c, init.c,
12074 lex.c, method.c, parse.y, pt.c, rtti.c, search.c, tree.c, typeck.c,
12075 typeck2.c: Use them and the expression_obstack variants.
12076
12077 Mon Oct 13 17:41:26 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
12078
12079 * decl.c (store_return_init): Allow classes with explicit ctors to
12080 be used with the named return values extension.
12081
12082 Fri Oct 10 12:21:11 1997 Jason Merrill <jason@yorick.cygnus.com>
12083
12084 * pt.c (instantiate_decl): Fix previous change.
12085
12086 Thu Oct 9 12:08:21 1997 Jason Merrill <jason@yorick.cygnus.com>
12087
12088 * pt.c (tsubst): Fix thinko.
12089 (instantiate_decl): Really use the original template.
12090
12091 * call.c (build_new_method_call): Use simple constructor_name for
12092 error messages.
12093
12094 Wed Oct 8 22:44:42 1997 Jeffrey A Law <law@cygnus.com>
12095
12096 * method.c (build_underscore_int): Don't use ANSI specific
12097 features.
12098
12099 Wed Oct 8 00:18:22 1997 Jason Merrill <jason@yorick.cygnus.com>
12100
12101 * decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN
12102 for our key method; it might have been inlined by -O3.
12103
12104 Tue Oct 7 23:00:12 1997 Mark Mitchell <mmitchell@usa.net>
12105
12106 * decl.c (make_typename_type): Do not try to call lookup_field for
12107 non-aggregate types.
12108
12109 Tue Oct 7 22:52:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12110
12111 * typeck.c (build_reinterpret_cast): Tweak.
12112
12113 Tue Oct 7 22:45:31 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12114
12115 * typeck.c (build_reinterpret_cast): Converting a void pointer
12116 to function pointer with a reinterpret_cast produces a warning
12117 if -pedantic is issued.
12118
12119 Tue Oct 7 22:43:43 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
12120
12121 * typeck.c (c_expand_return): Don't warn about returning a
12122 reference-type variable as a reference.
12123
12124 Tue Oct 7 21:11:22 1997 Jason Merrill <jason@yorick.cygnus.com>
12125
12126 * method.c (build_static_name): Fix typo.
12127
12128 1997-10-07 Brendan Kehoe <brendan@lisa.cygnus.com>
12129
12130 * decl.c (duplicate_decls): Make sure DECL_LANG_SPECIFIC is set on
12131 OLDDECL before we try to do DECL_USE_TEMPLATE.
12132
12133 Tue Oct 7 00:48:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12134
12135 * decl.c (duplicate_decls): Don't warn about template instances.
12136
12137 * typeck.c (mark_addressable): Lose ancient code that unsets
12138 DECL_EXTERNAL.
12139
12140 * pt.c (do_decl_instantiation): Lose support for instantiating
12141 non-templates.
12142
12143 * call.c (build_new_function_call): Fix handling of null explicit
12144 template args.
12145 (build_new_method_call): Likewise.
12146
12147 Mon Oct 6 23:44:34 1997 Mark Mitchell <mmitchell@usa.net>
12148
12149 * method.c (build_underscore_int): Fix typo.
12150
12151 1997-10-06 Brendan Kehoe <brendan@lisa.cygnus.com>
12152
12153 * tree.c (print_lang_statistics): #if 0 call to
12154 print_inline_obstack_statistics until its definition is checked in.
12155
12156 Mon Oct 6 09:27:29 1997 Jason Merrill <jason@yorick.cygnus.com>
12157
12158 * decl2.c (finish_file): Move dump_tree_statistics to end.
12159
12160 * pt.c (instantiate_decl): Look for the original template.
12161 (tsubst): Set DECL_IMPLICIT_INSTANTIATION on partial instantiations
12162 of member templates.
12163
12164 Wed Oct 1 08:41:38 1997 Jason Merrill <jason@yorick.cygnus.com>
12165
12166 * Makefile.in (g++FAQ.*): New rules.
12167 (CONFLICTS): Update.
12168 * g++FAQ.texi: Moved from libg++.
12169
12170 * parse.y (PFUNCNAME): Only specify the type once.
12171
12172 1997-10-01 Brendan Kehoe <brendan@lasher.cygnus.com>
12173
12174 * lex.c (real_yylex): Clean up the code to fully behave the way
12175 the c-lex.c parser does for complex and real numbers.
12176
12177 Tue Sep 30 08:51:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12178
12179 * method.c (build_decl_overload_real): Reformat.
12180
12181 Tue Sep 30 00:18:26 1997 Jason Merrill <jason@yorick.cygnus.com>
12182
12183 * method.c (synthesize_method): If at_eof, determine our linkage.
12184
12185 1997-09-29 Paul Eggert <eggert@twinsun.com>
12186
12187 * lex.c (real_yylex): Treat `$' just like `_', except issue a
12188 diagnostic if !dollars_in_ident or if pedantic.
12189
12190 * lang-specs.h (@c++): -ansi no longer implies -$.
12191
12192 * decl2.c (lang_decode_option):
12193 -traditional and -ansi now do not mess with
12194 dollars_in_ident.
12195
12196 Mon Sep 29 19:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12197
12198 * Makefile.in (parse.o, decl.o): Also depend on
12199 $(srcdir)/../except.h $(srcdir)/../output.h.
12200 (decl2.o): Also depend on $(srcdir)/../expr.h ../insn-codes.h
12201 $(srcdir)/../except.h $(srcdir)/../output.h.
12202 (typeck.o, init.o): Also depend on $(srcdir)/../expr.h
12203 ../insn-codes.h.
12204
12205 * call.c, cp-tree.h, decl.c, tree.c: Finish prototyping.
12206
12207 * expr.c (cplus_expand_expr): Make it static.
12208
12209 * decl2.c, init.c, typeck.c: Include "expr.h".
12210 (expand_expr): Use proper values when calling the function.
12211
12212 Mon Sep 29 11:05:54 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12213
12214 * lang-options.h: New -Wold-style-cast flag.
12215 * cp-tree.h (warn_old_style_cast): New variable.
12216 * decl2.c (warn_old_style_cast): Likewise.
12217 (lang_decode_option): Support -Wold-style-cast.
12218 (reparse_absdcl_as_casts): Produce old-style-cast warning.
12219
12220 Mon Sep 29 09:20:53 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
12221
12222 * decl.c (cp_finish_decl): Allow expand_aggr_init to set
12223 TREE_USED, reset value based on already_used.
12224
12225 * init.c (expand_member_init): Revert change.
12226
12227 Mon Sep 29 08:57:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12228
12229 * cp-tree.h, decl.c, decl2.c, pt.c:
12230 Lose DECL_C_STATIC and DECL_PUBLIC. Don't pretend statics are public.
12231
12232 * decl2.c (lang_decode_option): Add missing ;.
12233
12234 Sat Sep 27 16:22:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12235
12236 * friend.c (do_friend): Disable injection for all template-derived
12237 decls.
12238 * decl2.c (lang_decode_option): Handle -fguiding-decls.
12239 * parse.y (notype_template_declarator): New nonterminal.
12240 (direct_notype_declarator): Use it.
12241 (complex_direct_notype_declarator): Likewise.
12242 (object_template_id): Accept any kind of identifier after TEMPLATE.
12243 (notype_qualified_id): Don't add template declarators here.
12244
12245 Sat Sep 27 16:21:58 1997 Mark Mitchell <mmitchell@usa.net>
12246
12247 * call.c (add_template_candidate): Add explicit_targs parameter.
12248 (build_scoped_method_call): Use it.
12249 (build_overload_call_real): Likewise.
12250 (build_user_type_conversion_1): Likewise.
12251 (build_new_function_call): Likewise.
12252 (build_object_call): Likewise.
12253 (build_new_op): Likewise.
12254 (build_new_method_call): Likewise.
12255 (build_new_function_call): Handle TEMPLATE_ID_EXPR.
12256 (build_new_method_call): Likewise.
12257
12258 * class.c (finish_struct_methods): Add specialization pass to
12259 determine which methods were specializing which other methods.
12260 (instantiate_type): Handle TEMPLATE_ID_EXPR.
12261
12262 * cp-tree.def (TEMPLATE_ID_EXPR): New tree code.
12263
12264 * cp-tree.h (name_mangling_version): New variable.
12265 (flag_guiding_decls): Likewise.
12266 (build_template_decl_overload): New function.
12267 (begin_specialization): Likewise.
12268 (reset_specialization): Likewise.
12269 (end_specialization): Likewise.
12270 (determine_explicit_specialization): Likewise.
12271 (check_explicit_specialization): Likewise.
12272 (lookup_template_function): Likewise.
12273 (fn_type_unification): Add explicit_targs parameter.
12274 (type_unification): Likewise.
12275
12276 * decl.c (duplicate_decls): Add smarts for explicit
12277 specializations.
12278 (grokdeclarator): Handle TEMPLATE_ID_EXPR, and function
12279 specializations.
12280 (grokfndecl): Call check_explicit_specialization.
12281
12282 * decl2.c (lang_decode_option): Handle -fname-mangling-version.
12283 (build_expr_from_tree): Handle TEMPLATE_ID_EXPR.
12284 (check_classfn): Handle specializations.
12285
12286 * error.c (dump_function_name): Print specialization arguments.
12287
12288 * friend.c (do_friend): Don't call pushdecl for template
12289 instantiations.
12290
12291 * init.c (build_member_call): Handle TEMPLATE_ID_EXPR.
12292
12293 * lang-options.h: Add -fname-mangling-version, -fguiding-decls,
12294 and -fno-guiding-decls.
12295
12296 * lex.c (identifier_type): Return PFUNCNAME for template function
12297 names.
12298
12299 * method.c (build_decl_overload_real): New function.
12300 (build_template_parm_names): New function.
12301 (build_overload_identifier): Use it.
12302 (build_underscore_int): New function.
12303 (build_overload_int): Use it. Add levels for template
12304 parameters.
12305 (build_overload_name): Likewise. Also, handle TYPENAME_TYPEs.
12306 (build_overload_nested_names): Handle template type parameters.
12307 (build_template_decl_overload): New function.
12308
12309 * parse.y (YYSTYPE): New ntype member.
12310 (nested_name_specifier): Use it.
12311 (nested_name_specifier_1): Likewise.
12312 (PFUNCNAME): New token.
12313 (template_id, object_template_id): New non-terminals.
12314 (template_parm_list): Note specializations.
12315 (template_def): Likewise.
12316 (structsp): Likewise.
12317 (fn.def2): Handle member template specializations.
12318 (component_decl_1): Likewise.
12319 (direct_notype_declarator): Handle template-ids.
12320 (component_decl_1): Likewise.
12321 (direct_notype_declarator): Handle template-ids.
12322 (primary): Handle TEMPLATE_ID_EXPR, and template-ids.
12323
12324 * pt.c (processing_specializations): New variable.
12325 (template_header_count): Likewise.
12326 (type_unification_real): New function.
12327 (processing_explicit_specialization): Likewise.
12328 (note_template_header): Likewise.
12329 (is_member_template): Handle specializations.
12330 (end_template_decl): Call reset_specialization.
12331 (push_template_decl): Handle member template specializations.
12332 (tsubst): Likewise.
12333 (tsubst_copy): Handle TEMPLATE_ID_EXPR.
12334 (instantiate_template): Handle specializations.
12335 (instantiate_decl): Likewise.
12336 (fn_type_unification): Handle explicit_targs.
12337 (type_unification): Likewise. Allow incomplete unification
12338 without an error message, if allow_incomplete.
12339 (get_bindings): Use new calling sequence for fn_type_unification.
12340
12341 * spew.c (yylex): Handle PFUNCNAME.
12342
12343 * tree.c (is_overloaded_fn): Handle TEMPLATE_ID_EXPR.
12344 (really_overloaded_fn): Likewise.
12345 (get_first_fn): Handle function templates.
12346
12347 * typeck.c (build_x_function_call): Use really_overloaded_fn.
12348 Handle TEMPLATE_ID_EXPR.
12349 (build_x_unary_op): Likewise.
12350 (build_unary_op): Likewise.
12351 (mark_addressable): Templates whose address is taken are marked
12352 as used.
12353
12354 1997-09-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12355
12356 * decl.c (init_decl_processing): Declare __builtin_constant_p as
12357 accepting any kind of type, not only int.
12358
12359 Fri Sep 26 00:22:56 1997 Jason Merrill <jason@yorick.cygnus.com>
12360
12361 * search.c (get_matching_virtual): Notice virtual bases when sorrying
12362 about covariant returns.
12363
12364 * parse.y (member_init): Also imply typename here. Remove ancient
12365 extension for initializing base members.
12366
12367 Thu Sep 25 11:11:13 1997 Jason Merrill <jason@yorick.cygnus.com>
12368
12369 Handle multi-level typenames and implicit typename in base list.
12370 * parse.y (typename_sub{,[0-2]}): New rules.
12371 (structsp, rule TYPENAME_KEYWORD): Use typename_sub.
12372 (nonnested_type): New rule.
12373 (complete_type_name): Use it.
12374 (base_class.1): Use typename_sub and nonnested_type.
12375 (nested_name_specifier): Don't elide std:: here.
12376 * decl.c (make_typename_type): Handle getting a type for NAME.
12377 (lookup_name_real): Turn std:: into :: here.
12378
12379 Rvalue conversions were removed in London.
12380 * call.c (is_subseq): Don't consider lvalue transformations.
12381 (build_conv): LVALUE_CONV and RVALUE_CONV get IDENTITY_RANK.
12382 (joust): Re-enable ?: kludge.
12383
12384 1997-09-22 Brendan Kehoe <brendan@lisa.cygnus.com>
12385
12386 * decl.c (start_function): Up warning of no return type to be a
12387 pedwarn.
12388
12389 Mon Sep 22 14:15:34 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
12390
12391 * init.c (expand_member_init): Don't set TREE_USED.
12392 * decl.c (cp_finish_decl): Mark decls used if type has TREE_USED
12393 set,don't clear TREE_USED wholesale.
12394
12395 Sat Sep 20 15:31:00 1997 Jason Merrill <jason@yorick.cygnus.com>
12396
12397 * call.c (build_over_call): Do require_complete_type before
12398 build_cplus_new.
12399
12400 Thu Sep 18 16:47:52 1997 Jason Merrill <jason@yorick.cygnus.com>
12401
12402 * search.c (lookup_field): Call complete_type in all cases.
12403
12404 * decl.c (finish_function): Just warn about flowing off the end.
12405
12406 Wed Sep 17 10:31:25 1997 Jason Merrill <jason@yorick.cygnus.com>
12407
12408 * decl.c (grokparms): Don't bash a permanent list node if we're
12409 in a function.
12410
12411 1997-09-17 Brendan Kehoe <brendan@lisa.cygnus.com>
12412
12413 * Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
12414
12415 Tue Sep 16 14:06:56 1997 Jason Merrill <jason@yorick.cygnus.com>
12416
12417 * call.c (build_new_op): Give better error for syntactically
12418 correct, but semantically invalid, use of undeclared template.
12419
12420 * call.c (compare_qual): Handle pmfs.
12421
12422 * decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
12423 after the exception spec.
12424
12425 Mon Sep 15 11:52:13 1997 Jason Merrill <jason@yorick.cygnus.com>
12426
12427 * call.c (null_ptr_cst_p): Integer type, not integral type.
12428
12429 * call.c (joust): Disable warnings until they can be moved to the
12430 right place.
12431
12432 Fri Sep 12 16:11:13 1997 Per Bothner <bothner@cygnus.com>
12433
12434 * Makefile.in, config-lang.in: Convert to autoconf.
12435
12436 Thu Sep 11 17:14:55 1997 Jason Merrill <jason@yorick.cygnus.com>
12437
12438 * decl.c (lookup_name_real): Add implicit 'typename' to types from
12439 base classes.
12440
12441 * pt.c (most_specialized_class): Fix typo.
12442 (tsubst): Move constant folding to TREE_VEC case.
12443
12444 Thu Sep 11 10:08:45 1997 Mark Mitchell <mmitchell@usa.net>
12445
12446 * pt.c (do_poplevel): Don't warn about unused local variables
12447 while processing_template_decl since we don't always know whether
12448 or not they will need constructing/destructing.
12449
12450 * pt.c (uses_template_parms): Check the values of an enumeration
12451 type to make sure they don't depend on template parms.
12452
12453 * decl.c (make_typename_type): Don't lookup the field if the
12454 context uses template parms, even if we're not
12455 processing_template_decl at the moment.
12456
12457 * pt.c (coerce_template_parms): Avoid looking at the
12458 TYPE_LANG_DECL portion of a typename type, since there won't be
12459 one.
12460 (tsubst): Do constant folding as necessary to make sure that
12461 arguments passed to lookup_template_class really are constants.
12462
12463 Wed Sep 10 11:21:55 1997 Jason Merrill <jason@yorick.cygnus.com>
12464
12465 * except.c (expand_builtin_throw): #ifndef DWARF2_UNWIND_INFO.
12466 * decl2.c (finish_file): Only register exception tables if we
12467 need to.
12468
12469 * decl.c (init_decl_processing): Add __builtin_[fs]p.
12470
12471 Tue Sep 9 19:49:38 1997 Jason Merrill <jason@yorick.cygnus.com>
12472
12473 * pt.c (unify): Just return 0 for a TYPENAME_TYPE.
12474
12475 Tue Sep 9 17:57:25 1997 Mark Mitchell <mmitchell@usa.net>
12476
12477 * error.c (dump_decl): Avoid crashing when presented with a
12478 uninitialized constant, as can occur with a template parameter.
12479 (dump_expr): Make sure that there are enough levels of
12480 current_template_parms before we start diving through them.
12481
12482 1997-09-09 Brendan Kehoe <brendan@lisa.cygnus.com>
12483
12484 * typeck.c (build_indirect_ref): Heed FLAG_VOLATILE similar to
12485 c-typeck.c.
12486
12487 Tue Sep 9 09:36:39 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
12488
12489 * except.c (expand_throw): Call build_delete for all
12490 exception types, not just objects with destructors.
12491
12492 Mon Sep 8 02:33:20 1997 Jody Goldberg <jodyg@idt.net>
12493
12494 * decl.c (current_local_enum): Remove static.
12495 * pt.c (tsubst_enum): Save and restore value of current_local_enum
12496 in case template is expanded in enum decl.
12497 (instantiate_class_template): Use new tsubst_enum signature.
12498 (tsubst_expr): Likewise.
12499
12500 Mon Sep 8 01:21:43 1997 Mark Mitchell <mmitchell@usa.net>
12501
12502 * pt.c (begin_member_template_processing): Take a function as
12503 argument, not a set of template arguments. Use the template
12504 parameters, rather than the arguments. Handle non-type parameters
12505 correctly. Push a binding level for the parameters so that multiple
12506 member templates using the same parameter names can be declared.
12507 (end_member_template_processing): Pop the binding level.
12508 (push_template_decl): Mark member templates as static when
12509 appropriate.
12510
12511 * lex.c (do_pending_inlines): Pass the function, not its template
12512 arguments, to begin_member_template_processing.
12513 (process_next_inline): Likewise.
12514 (do_pending_defargs): Likewise.
12515
12516 * error.c (dump_expr): Obtain the correct declaration for a
12517 TEMPLATE_CONST_PARM.
12518
12519 * call.c (add_template_conv_candidate): New function.
12520 (build_object_call): Handle member templates, as done in the other
12521 build_ functions.
12522
12523 Sat Sep 6 10:20:27 1997 Mark Mitchell <mmitchell@usa.net>
12524
12525 * decl.c (replace_defag): Undo previous change.
12526 * lex.c (do_pending_defargs): Deal with member templates.
12527
12528 * pt.c (is_member_template): Avoid crashing when passed a
12529 non-function argument.
12530
12531 Fri Sep 5 17:27:38 1997 Jason Merrill <jason@yorick.cygnus.com>
12532
12533 * class.c (grow_method): Remove check for redeclaration.
12534
12535 Fri Sep 5 01:37:17 1997 Mark Mitchell <mmitchell@usa.net>
12536
12537 * cp-tree.h (INNERMOST_TEMPLATE_PARMS): New macro.
12538 (DECL_INNERMOST_TEMPLATE_PARMS): Likewise.
12539 (PRIMARY_TEMPLATE_P): Use it.
12540 * call.c (build_overload_call_real): Use it.
12541 * class.c (instantiate_type): Likewise.
12542 * decl.c (decls_match): Likewise.
12543 * method.c (build_overload_identifier): Likewise.
12544 * pt.c (push_template_decl): Likewise.
12545 (classtype_mangled_name): Likewise.
12546 (lookup_template_class): Likewise.
12547
12548 * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to
12549 DECL_NTPARMS to conform to usage elsewhere.
12550 * call.c (add_template_candidate): Likewise.
12551 * class.c (instantiate_type): Likewise.
12552 * pt.c (instantiate_template): Likewise.
12553 (get_bindings): Likewise.
12554
12555 * class.c (grow_method): Use DECL_FUNCTION_TEMPLATE_P instead of
12556 is_member_template.
12557
12558 * pt.c (unify): Undo changes to allow multiple levels of template
12559 parameters.
12560 (type_unification): Likewise.
12561 (fn_type_unification): Likewise.
12562 (get_class_bindings): Likewise.
12563 * cp-tree.h (Likewise).
12564
12565 * decl.c (replace_defarg): Check that the type of the default
12566 parameter does not invlove a template type before complaining
12567 about the initialization.
12568
12569 * error.c (dump_expr): Deal with template constant parameters in
12570 member templates correctly.
12571
12572 * pt.c (is_member_template): Deal with class specializations
12573 correctly.
12574 (tsubst): Handle "partial instantiation" of member templates
12575 correctly.
12576
12577 Wed Sep 3 12:30:24 1997 Mark Mitchell <mmitchell@usa.net>
12578
12579 * pt.c (type_unification): Change calling sequence to allow for
12580 multiple levels of template parameters.
12581 (tsubst_expr): Likewise.
12582 (tsubst): Likewise.
12583 (tsubst_copy): Likewise.
12584 (instantiate_template): Likewise.
12585 (unify): Likewise.
12586 * call.c (build_overload_call_real): Use it.
12587 (add_builtin_candidate): Use it.
12588 (build_new_method_call): Use it.
12589 * class.c (instantiate_type): Use it.
12590 * decl.c (grokdeclarator): Use it.
12591 * decl2.c (finish_file): Use it.
12592 * method.c (build_overload_identifier): Use it.
12593
12594 * call.c (add_template_candidate): Add additional parameter for
12595 the function return type. Call fn_type_unification istead of
12596 type_unification.
12597 (build_user_type_conversion_1): Handle member templates.
12598 (build_new_function_call): Likewise.
12599 (build_new_op): Likewise.
12600 (build_new_method_call): Likewise.
12601
12602 * class.c (grow_method): Don't give an error message indicating
12603 that two member templates with the same name are ambiguous.
12604 (finish_struct): Treat member template functions just like member
12605 functions.
12606
12607 * cp-tree.h (check_member_template): Add declaration.
12608 (begin_member_template_processing): Likewise.
12609 (end_member_template_processing): Likewise.
12610 (fn_type_unification): Likewise.
12611 (is_member_template): Likewise.
12612 (tsubst): Change prototype.
12613 (tsubst_expr): Likewise.
12614 (tsubst_copy): Likewise.
12615 (instantiate_template): Likewise.
12616 (get_bindings): Likewise.
12617
12618 * decl.c (decls_match): Handle multiple levels of template
12619 parameters.
12620 (pushdecl): Handle template type params just like other type
12621 declarations.
12622 (push_class_level_binding): Return immediately if the
12623 class_binding_level is NULL.
12624 (grokfndecl): If check_classfn() returns a member_template, use
12625 the result of the template, not the template itself.
12626
12627 * decl2.c (check_member_template): New function. Check to see
12628 that the entity declared to be a member template can be one.
12629 (check_classfn): Allow redeclaration of member template functions
12630 with different types; the new functions can be specializations or
12631 explicit instantiations.
12632
12633 * error.c (dump_decl): Handle multiple levels of template
12634 parameters.
12635 (dump_function_decl): Update to handle function templates.
12636
12637 * lex.c (do_pending_inlines): Set up template parameter context
12638 for member templates.
12639 (process_next_inline): Likewise.
12640
12641 * method.c (build_overload_identifier): Adjust for multiple levels
12642 of template parameters.
12643
12644 * parse.y (fn.def2): Add member templates.
12645 (component_decl_1): Likewise.
12646
12647 * pt.c (begin_member_template_processing): New function.
12648 (end_member_template_processing): Likewise.
12649 (is_member_template): Likewise.
12650 (fn_type_unification): Likewise.
12651 (current_template_parms): Return a vector of all the template
12652 parms, not just the innermost level of parms.
12653 (push_template_decl): Deal with the possibility of member
12654 templates.
12655 (lookup_template_class): Likewise.
12656 (uses_template_parms): Likewise.
12657 (tsubst): Modify processing to TEMPLATE_TYPE_PARM and
12658 TEMPLATE_CONST_PARM to deal with multiple levels of template
12659 arguments. Add processing of TEMPLATE_DECL to produce new
12660 TEMPLATE_DECLs from old ones.
12661 (do_decl_instantiation): Handle member templates.
12662
12663 * search.c (lookup_fnfields_1): Handle member template conversion
12664 operators.
12665
12666 * tree.c (cp_tree_equal): Check the levels, as well as the
12667 indices, of TEMPLATE_CONST_PARMs.
12668
12669 * typeck.c (comptypes): Check the levels, as well as the indices,
12670 fo TEMPLATE_TYPE_PARMs.
12671 (build_x_function_call): Treat member templates like member
12672 functions.
12673
12674 Wed Sep 3 11:09:25 1997 Jason Merrill <jason@yorick.cygnus.com>
12675
12676 * typeck.c (c_expand_return): Always convert_for_initialization
12677 before checking for returning a pointer to local.
12678
12679 * pt.c (type_unification): If strict and the function parm doesn't
12680 use template parms, just compare types.
12681
12682 Wed Sep 3 10:35:49 1997 Klaus Espenlaub <kespenla@student.informatik.uni-ulm.de>
12683
12684 * method.c (build_overloaded_value): Replace direct call
12685 to the floating point emulator with REAL_VALUE_TO_DECIMAL macro.
12686
12687 Wed Sep 3 00:02:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12688
12689 * typeck.c (convert_arguments): Don't arbitrarily choose the first
12690 of a set of overloaded functions.
12691
12692 Tue Sep 2 12:09:13 1997 Jason Merrill <jason@yorick.cygnus.com>
12693
12694 * lex.c (real_yylex): Don't elide __FUNCTION__.
12695
12696 * method.c (build_overload_value): Add in_template parm.
12697 (build_overload_int): Likewise.
12698 (build_overload_identifier): Pass it.
12699
12700 * decl.c (duplicate_decls): Don't bash a previous template
12701 definition with a redeclaration.
12702
12703 * pt.c (unify): float doesn't match double.
12704
12705 * pt.c (do_type_instantiation): Handle getting a _TYPE or a
12706 TYPE_DECL. Handle getting non-template types.
12707 * parse.y (explicit_instantiation): Use typespec instead of
12708 aggr template_type.
12709
12710 Tue Sep 2 10:27:08 1997 Richard Henderson <rth@cygnus.com>
12711
12712 * typeck.c (build_ptrmemfunc1): Clean up ptr->int cast warnings.
12713
12714 Mon Sep 1 13:19:04 1997 Eugene Mamchits <eugin@ips.ras.ru>
12715
12716 * call.c (add_builtin_candidate): Add missing TREE_TYPE.
12717 (compare_ics): Likewise.
12718
12719 Mon Sep 1 13:19:04 1997 Jason Merrill <jason@yorick.cygnus.com>
12720
12721 * call.c (joust): Warn about choosing one conversion op over
12722 another because of 'this' argument when the other return type is
12723 better.
12724 (source_type): New fn.
12725
12726 * call.c (build_new_op): Strip leading REF_BIND from first operand
12727 to builtin operator.
12728
12729 * decl2.c (mark_vtable_entries): Mark abort_fndecl as used when we
12730 use its RTL.
12731
12732 Thu Aug 28 09:45:23 1997 Jason Merrill <jason@yorick.cygnus.com>
12733
12734 * call.c (null_ptr_cst_p): Remove support for (void*)0.
12735
12736 Wed Aug 27 02:03:34 1997 Jeffrey A Law <law@cygnus.com>
12737
12738 * typeck.c (expand_target_expr): Make definition match declaration.
12739
12740 * class.c (get_basefndecls): Make definition match declaration.
12741
12742 Mon Aug 25 14:30:02 1997 Jason Merrill <jason@yorick.cygnus.com>
12743
12744 * input.c (sub_getch): Eventually give up and release the input file.
12745
12746 * decl.c (cp_finish_decl): If #p i/i, put inline statics in the
12747 right place.
12748
12749 * call.c (joust): Tweak message.
12750
12751 Sat Aug 23 18:02:59 1997 Mark Mitchell <mmitchell@usa.net>
12752
12753 * error.c (type_as_string): Put const/volatile on template type
12754 parameters where appropriate.
12755
12756 Sat Aug 23 17:47:22 1997 Jeffrey A Law <law@cygnus.com>
12757
12758 * call.c (strictly_better): Make arguments unsigned ints.
12759
12760 Thu Aug 21 18:48:44 1997 Jason Merrill <jason@yorick.cygnus.com>
12761
12762 * lex.c (real_yylex): Refer to __complex instead of complex.
12763
12764 Thu Aug 21 22:25:46 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
12765
12766 * lex.c (real_yylex): Don't use getc directly.
12767
12768 Wed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick.cygnus.com>
12769
12770 * call.c (is_subseq): Don't try to be clever.
12771
12772 Wed Aug 20 03:13:36 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12773
12774 * parse.y, pt.c: Include "except.h".
12775 * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c,
12776 error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c,
12777 lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c,
12778 sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish
12779 prototyping.
12780
12781 Wed Aug 20 01:34:40 1997 Jason Merrill <jason@yorick.cygnus.com>
12782
12783 * decl2.c (mark_vtable_entries): Instead of replacing pure
12784 virtuals with a reference to __pure_virtual, copy the decl and
12785 change the RTL.
12786
12787 Tue Aug 19 02:26:07 1997 Jason Merrill <jason@yorick.cygnus.com>
12788
12789 * pt.c (lookup_nested_type_by_name): Handle typedef wierdness.
12790
12791 * typeck2.c (my_friendly_abort): Report bugs to egcs-bugs@cygnus.com.
12792
12793 * pt.c (instantiate_class_template): Call repo_template_used
12794 before finish_prevtable_vardecl.
12795
12796 * call.c (is_subseq): New fn.
12797 (compare_ics): Use it.
12798
12799 * repo.c (finish_repo): Don't crash on no args.
12800
12801 * parse.y (named_complex_class_head_sans_basetype): Handle
12802 explicit global scope.
12803 * decl2.c (handle_class_head): New fn.
12804
12805 * pt.c (unify): Add CONST_DECL case.
12806
12807 Thu Aug 14 10:05:13 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12808
12809 * rtti.c (permanent_obstack): Fix decl to not be a pointer.
12810
12811 * cp-tree.h (report_type_mismatch): Add prototype.
12812 * call.c (build_overload_call_real): Remove erroneous fourth
12813 argument to report_type_mismatch.
12814 (build_user_type_conversion_1): Remove erroneous second arg to
12815 tourney.
12816 (build_new_function_call): Likewise.
12817 (build_object_call): Likewise.
12818 (build_new_op): Likewise.
12819 (build_new_method_call): Likewise.
12820
12821 Wed Aug 13 19:19:25 1997 Jason Merrill <jason@yorick.cygnus.com>
12822
12823 * error.c (dump_decl): Don't bother processing a function with no
12824 DECL_LANG_SPECIFIC.
12825
12826 * method.c (emit_thunk): Call init_function_start in the macro case.
12827
12828 Wed Aug 13 10:46:19 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12829
12830 * decl2.c (DEFAULT_VTABLE_THUNKS): Define to be 0 if not
12831 defined and used to set flag_vtable_thunks.
12832
12833 Tue Aug 12 20:13:57 1997 Jason Merrill <jason@yorick.cygnus.com>
12834
12835 * parse.y: Don't clear the inlines from their obstack until they've
12836 all been processed.
12837
12838 * decl.c (duplicate_decls): Don't complain about exception
12839 specification mismatch if flag_exceptions is off.
12840
12841 Mon Aug 11 15:01:56 1997 Marc Lehmann <pcg@goof.com>
12842
12843 * Make-lang.in (c++.distclean): Remove g++.c on make distclean.
12844
12845 Sun Aug 10 12:06:09 1997 Paul Eggert <eggert@twinsun.com>
12846
12847 * cp-tree.h: Replace STDIO_PROTO with PROTO in include files.
12848 * cvt.c, error.c, except.c, expr.c, friend.c, init.c, rtti.c:
12849 Include <stdio.h> before include files that formerly used STDIO_PROTO.
12850
12851 * decl.c, g++spec.c, lex.c, method.c, repo.c:
12852 Include "config.h" first, as per autoconf manual.
12853
12854 Fri Aug 8 11:47:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12855
12856 * decl.c (duplicate_decls): Tweak wording.
12857 * lex.c (do_pending_defargs): Don't die if we see a default arg
12858 that isn't a DEFAULT_ARG.
12859 * error.c (dump_expr): Handle DEFAULT_ARG.
12860
12861 * decl2.c (lang_decode_option): Handle -fhandle-exceptions.
12862 * lang-options.h: Add -fhandle-exceptions.
12863
12864 * class.c (build_vtable): Vtables are artificial.
12865 (prepare_fresh_vtable): Likewise.
12866
12867 Wed Aug 6 11:02:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12868
12869 * cvt.c (ocp_convert): After converting to the target type, set
12870 LOOKUP_NO_CONVERSION.
12871
12872 * call.c (joust): Warn about potentially confusing promotion rules
12873 with -Wsign-promo.
12874 * cp-tree.h, lang-options.h, decl2.c: Support -Wsign-promo.
12875
12876 Tue Aug 5 15:15:07 1997 Michael Meissner <meissner@cygnus.com>
12877
12878 * exception.cc: Declare __terminate_func with noreturn attribute.
12879
12880 Fri Aug 1 03:18:15 1997 Jason Merrill <jason@yorick.cygnus.com>
12881
12882 * parse.y: Break out eat_saved_input, handle errors.
12883 (function_try_block): Use compstmt instead of compstmt_or_error.
12884
12885 Thu Jul 31 17:14:04 1997 Jason Merrill <jason@yorick.cygnus.com>
12886
12887 * tree.c (build_cplus_new): Don't set TREE_ADDRESSABLE.
12888
12889 Fri Jul 4 01:45:16 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12890
12891 * Make-lang.in (cplib2.txt, cplib2.ready): Instead of checking for
12892 existence of cc1plus check whether $(LANGUAGES) contains C++.
12893
12894 Wed Jul 30 13:04:21 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12895
12896 * method.c (do_build_copy_constructor): When copying an anonymous
12897 union member loop around to handle nested anonymous unions. Use
12898 the offset of the member relative to the outer structure, not the
12899 union.
12900
12901 Tue Jul 29 21:17:29 1997 Jason Merrill <jason@yorick.cygnus.com>
12902
12903 * call.c (resolve_args): New fn.
12904 (build_new_function_call): Use it.
12905 (build_object_call): Likewise.
12906 (build_new_method_call): Likewise.
12907
12908 Mon Jul 28 16:02:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12909
12910 * call.c (build_over_call): tsubst all default parms from templates.
12911
12912 Wed Jul 23 13:36:25 1997 Jason Merrill <jason@yorick.cygnus.com>
12913
12914 * decl.c (struct cp_function): Add static_labelno.
12915 (push_cp_function_context): Save it.
12916 (pop_cp_function_context): Restore it.
12917
12918 Tue Jul 22 14:43:29 1997 Jason Merrill <jason@yorick.cygnus.com>
12919
12920 * typeck.c (build_component_ref_1): Convert from reference.
12921
12922 Tue Jul 22 11:06:23 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12923
12924 * parse.y (current_declspecs, prefix_attributes): Initialize to
12925 NULL_TREE.
12926
12927 * parse.y (initdcl0): Make sure CURRENT_DECLSPECS is non-nil
12928 before we try to force it to be a TREE_LIST.
12929 (decl): Make sure $1.t is non-nil.
12930
12931 Sun Jul 20 11:53:07 1997 Jason Merrill <jason@yorick.cygnus.com>
12932
12933 * pt.c (uses_template_parms): Handle template first-parse codes.
12934
12935 * decl.c (cp_finish_decl): Only warn about user-defined statics.
12936
12937 Fri Jul 18 17:56:08 1997 Jason Merrill <jason@yorick.cygnus.com>
12938
12939 * pt.c (unify): Handle BOOLEAN_TYPE.
12940
12941 * cp-tree.h: Lose PARM_DEFAULT_FROM_TEMPLATE.
12942 * pt.c (tsubst): Don't set it.
12943 * call.c (build_over_call): Use uses_template_parms.
12944
12945 Thu Jul 17 18:06:30 1997 Jason Merrill <jason@yorick.cygnus.com>
12946
12947 * method.c (build_overload_nested_name): Use static_labelno
12948 instead of var_labelno.
12949 (build_qualified_name): New fn.
12950 (build_overload_name): Split out from here.
12951 (build_static_name): Use build_qualified_name.
12952 * decl.c (cp_finish_decl): Statics in extern inline functions
12953 have comdat linkage.
12954 (start_function): Initialize static_labelno.
12955
12956 Thu Jul 17 11:20:17 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
12957
12958 * class.c (finish_struct_methods): Add check of warn_ctor_dtor_privacy
12959 before "all member functions in class [] are private".
12960
12961 Wed Jul 16 23:47:08 1997 Jason Merrill <jason@yorick.cygnus.com>
12962
12963 * lex.c (do_scoped_id): convert_from_reference.
12964 * init.c (build_offset_ref): Likewise.
12965
12966 Wed Jul 16 12:34:29 1997 Benjamin Kosnik <bkoz@lisa.cygnus.com>
12967
12968 * error.c (dump_expr): Check TREE_OPERAND before dump_expr_list.
12969
12970 Mon Jul 14 03:23:46 1997 Jason Merrill <jason@yorick.cygnus.com>
12971
12972 * typeck.c (get_member_function_from_ptrfunc): Promote index
12973 before saving it.
12974
12975 Sun Jul 13 00:11:52 1997 Jason Merrill <jason@yorick.cygnus.com>
12976
12977 * tree.c (layout_basetypes): Move non-virtual destructor warning.
12978 * decl.c (xref_basetypes): Remove non-virtual destructor warning.
12979
12980 Sat Jul 12 12:47:12 1997 Jason Merrill <jason@yorick.cygnus.com>
12981
12982 * decl.c (grokdeclarator): Call add_defarg_fn for the function
12983 type, too.
12984 * lex.c (add_defarg_fn): Adjust.
12985 (do_pending_defargs): Adjust. Don't skip the first parm.
12986
12987 Fri Jul 11 01:39:50 1997 Jason Merrill <jason@yorick.cygnus.com>
12988
12989 * decl.c (build_enumerator): Global enumerators are also readonly.
12990
12991 * rtti.c (build_dynamic_cast_1): Renamed from build_dynamic_cast.
12992 (build_dynamic_cast): Call it and convert_from_reference.
12993
12994 * lex.c (add_defarg_fn): New fn.
12995 (snarf_defarg): Don't add to defarg_types.
12996 (do_pending_defargs): Lose defarg_types. All fns we process now
12997 have defargs.
12998 * decl.c (grokfndecl): Call add_defarg_fn.
12999
13000 * Makefile.in (CONFLICTS): Expect 18 s/r conflicts.
13001 * cp-tree.def: Add DEFAULT_ARG.
13002 * spew.c (yylex): Call snarf_defarg as appropriate.
13003 * parse.y: New tokens DEFARG and DEFARG_MARKER.
13004 (defarg_again, pending_defargs, defarg, defarg1): New rules.
13005 (structsp): Use pending_defargs.
13006 (parms, full_parm): Use defarg.
13007 * lex.c (init_lex): Initialize inline_text_firstobj.
13008 (do_pending_inlines): Never pass the obstack to feed_input.
13009 (process_next_inline): Call end_input instead of restore_pending_input.
13010 (clear_inline_text_obstack, reinit_parse_for_expr, do_pending_defargs,
13011 finish_defarg, feed_defarg, snarf_defarg, maybe_snarf_defarg): New fns.
13012 * input.c (end_input): New fn.
13013 (sub_getch): At the end of some fed input, just keep returning EOF
13014 until someone calls end_input.
13015 Remove 'obstack' field from struct input_source.
13016 * decl.c (grokparms): Handle DEFAULT_ARG.
13017 (replace_defarg): New fn.
13018 * cp-tree.h (DEFARG_LENGTH, DEFARG_POINTER): New macros.
13019
13020 Wed Jul 9 13:44:12 1997 Jason Merrill <jason@yorick.cygnus.com>
13021
13022 * call.c (implicit_conversion): If nothing else works, try binding
13023 an rvalue to a reference.
13024
13025 Wed Jul 9 13:04:38 1997 Geoffrey Noer <noer@cygnus.com>
13026
13027 * decl.c (init_decl_processing): Fix Jun 30 patch -- move
13028 ifndef for Cygwin32 to include SIGSEGV.
13029
13030 Thu Jul 3 01:44:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13031
13032 * class.c (finish_struct_1): Only complain about pointers without
13033 copy stuff if there are any constructors.
13034
13035 * rtti.c (build_dynamic_cast): Call complete_type on the types.
13036
13037 * decl.c (grokfndecl): If the function we chose doesn't actually
13038 match, die.
13039
13040 * decl2.c (grokclassfn): Don't specify 'const int' for the
13041 artificial destructor parm.
13042
13043 * pt.c (type_unification): If we are called recursively, nothing
13044 decays.
13045
13046 Mon Jun 30 17:53:21 1997 Geoffrey Noer <noer@cygnus.com>
13047
13048 * decl.c (init_decl_processing): Stop trying to catch signals
13049 other than SIGABRT since the Cygwin32 library doesn't support
13050 them correctly yet. This fixes a situation in which g++ causes
13051 a hang on SIGSEGVs and other such signals in our Win32-hosted
13052 tools.
13053
13054 Mon Jun 30 14:50:01 1997 Jason Merrill <jason@yorick.cygnus.com>
13055
13056 * tree.c (mapcar, case CALL_EXPR): Handle all the parse node data.
13057
13058 Fri Jun 27 15:18:49 1997 Jason Merrill <jason@yorick.cygnus.com>
13059
13060 * typeck2.c (store_init_value): Always return the value if our
13061 type needs constructing.
13062
13063 * method.c (hack_identifier): Convert class statics from
13064 reference, too.
13065
13066 Thu Jun 26 11:44:46 1997 Jason Merrill <jason@yorick.cygnus.com>
13067
13068 * Make-lang.in (cplib2.ready): Add $(LANGUAGES) dependency.
13069
13070 Thu Jun 19 16:49:28 1997 Mike Stump <mrs@cygnus.com>
13071
13072 * typeck.c (c_expand_return): Make sure we clean up temporaries at
13073 the end of return x;
13074
13075 Thu Jun 19 12:28:43 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13076
13077 * lex.c (check_for_missing_semicolon): Also check for CV_QUALIFIER.
13078
13079 Tue Jun 17 18:35:57 1997 Mike Stump <mrs@cygnus.com>
13080
13081 * except.c (expand_builtin_throw): Add support
13082 -fno-sjlj-exceptions -fPIC exception handling on the SPARC.
13083
13084 Mon Jun 16 01:24:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13085
13086 * repo.c (extract_string): Null-terminate.
13087
13088 * cp-tree.h (TI_SPEC_INFO): New macro.
13089 (CLASSTYPE_TI_SPEC_INFO): New macro.
13090 * pt.c (push_template_decl): Correctly determine # of template parms
13091 for partial specs.
13092
13093 * call.c (compare_ics): Really fix 'this' conversions.
13094
13095 * pt.c (do_decl_instantiation): Don't crash on explicit inst of
13096 non-template fn.
13097
13098 * pt.c (push_template_decl): Complain about mismatch in # of
13099 template parms between a class template and a member template.
13100
13101 Sun Jun 15 02:38:20 1997 Jason Merrill <jason@yorick.cygnus.com>
13102
13103 * method.c (synthesize_method): You can't call
13104 function_cannot_inline_p after finish_function.
13105 * decl.c (finish_function): Turn on flag_inline_functions and turn
13106 off DECL_INLINE before handing a synthesized method to the
13107 backend.
13108
13109 Thu Jun 12 17:35:28 1997 Jason Merrill <jason@yorick.cygnus.com>
13110
13111 * method.c (synthesize_method): Remove July 30 change to never set
13112 DECL_INLINE if at_eof.
13113
13114 Thu Jun 12 15:25:08 1997 Mike Stump <mrs@cygnus.com>
13115
13116 * xref.c (GNU_xref_member): Ensure that the node has a
13117 decl_lang_specific part before checking DECL_FRIEND_P.
13118
13119 Thu Jun 12 12:36:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13120
13121 * pt.c (instantiate_class_template): Diagnose non-class types used
13122 as bases.
13123
13124 Wed Jun 11 17:33:40 1997 Jason Merrill <jason@yorick.cygnus.com>
13125
13126 * typeck.c (build_conditional_expr): Use convert_for_initialization
13127 instead of convert_and_check.
13128
13129 Wed Jun 11 12:31:33 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13130
13131 * parse.y (typespec): Don't pedwarn for typeof.
13132
13133 Tue Jun 10 00:22:09 1997 Jason Merrill <jason@yorick.cygnus.com>
13134
13135 * repo.c (finish_repo): Only check changes if we would write a
13136 repo file.
13137
13138 * call.c (compare_ics): Fix handling of 'this' conversions.
13139
13140 * pt.c (do_decl_instantiation): Support static data too. Rename
13141 from do_function_instantiation.
13142 * cp-tree.h: Adjust.
13143 * parse.y: Adjust.
13144
13145 * repo.c (extract_string): New fn.
13146 (get_base_filename): Use it.
13147 (init_repo): Compare old args with current args.
13148
13149 Mon Jun 9 14:25:30 1997 Mike Stump <mrs@cygnus.com>
13150
13151 * Makefile.in, Make-lang.in: Protect C-ls with a comment
13152 character, idea from Paul Eggert <eggert@twinsun.com>.
13153
13154 Mon Jun 9 01:52:03 1997 Jason Merrill <jason@yorick.cygnus.com>
13155
13156 * typeck.c (c_expand_return): Be more persistent in looking for
13157 returned temps.
13158
13159 * cvt.c (build_up_reference): Use NOP_EXPR for switching from
13160 pointer to reference.
13161
13162 * class.c (build_vbase_path): Don't do anything if PATH has no steps.
13163
13164 Sun Jun 8 03:07:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13165
13166 * init.c (build_member_call, build_offset_ref):
13167 Use do_scoped_id instead of do_identifier.
13168
13169 * cvt.c (convert): Remove bogosity.
13170
13171 Sat Jun 7 20:50:17 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13172
13173 * cvt.c (build_up_reference): Do checks of ARGTYPE and
13174 TARGET_TYPE before trying to use get_binfo.
13175
13176 Fri Jun 6 17:36:39 1997 Jason Merrill <jason@yorick.cygnus.com>
13177
13178 * cvt.c (build_up_reference): Call get_binfo to get access control.
13179
13180 * decl2.c (import_export_decl): If we don't support weaks, leave
13181 statics undefined.
13182
13183 Fri Jun 6 15:55:49 1997 Mike Stump <mrs@cygnus.com>
13184
13185 * except.c (expand_builtin_throw): Add support for machines that
13186 cannot access globals after throw's epilogue when
13187 -fno-sjlj-exceptions is used.
13188
13189 Thu Jun 5 16:28:43 1997 Jason Merrill <jason@yorick.cygnus.com>
13190
13191 * parse.y: 'std::' becomes '::'.
13192 * lex.c (real_yylex): Remove 'namespace' warning.
13193 * init.c (build_member_call): Ignore 'std::'.
13194 (build_offset_ref): Likewise.
13195 * decl2.c (do_using_directive): Ignore 'using namespace std;'.
13196 (do_toplevel_using_decl): Ignore 'using std::whatever'.
13197 * decl.c (push_namespace): Just sorry.
13198 (pop_namespace): Nop.
13199 (init_decl_processing): Declare std namespace.
13200
13201 Tue Jun 3 18:08:23 1997 Jason Merrill <jason@yorick.cygnus.com>
13202
13203 * search.c (push_class_decls): A name which ambiguously refers to
13204 several instantiations of the same template just refers to the
13205 template.
13206
13207 Tue Jun 3 12:30:40 1997 Benjamin Kosnik <bkoz@cirdan.cygnus.com>
13208
13209 * decl.c (build_enumerator): Fix problem with unsigned long
13210 enumerated values being smashed to ints, causing overflow
13211 when computing next enumerated value (for enum values around
13212 MAX_VAL).
13213
13214 Mon Jun 2 17:40:56 1997 Jason Merrill <jason@yorick.cygnus.com>
13215
13216 * typeck.c (build_component_ref): Only call mark_used on a decl.
13217
13218 Thu May 29 15:54:17 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13219
13220 * typeck.c (build_c_cast): Make the check for a ptr to function
13221 more specific before possible default_conversion call.
13222
13223 Thu May 29 13:02:06 1997 Mike Stump <mrs@cygnus.com>
13224
13225 * except.c (expand_exception_blocks): Simplify and fix and make
13226 sure we don't end a region in a sequence, as expand_end_bindings
13227 doesn't like it.
13228
13229 Wed May 28 17:08:03 1997 Mike Stump <mrs@cygnus.com>
13230
13231 * except.c (init_exception_processing): Mark terminate as not
13232 returning so that the optimizer can optimize better.
13233
13234 Tue May 27 19:49:19 1997 Mike Stump <mrs@cygnus.com>
13235
13236 * cvt.c (convert): Don't do any extra work, if we can avoid it
13237 easily.
13238
13239 Tue May 27 18:21:47 1997 Mike Stump <mrs@cygnus.com>
13240
13241 * *.[chy]: Change cp_convert to ocp_convert, change convert to
13242 cp_convert. convert is now reserved for the backend, and doesn't
13243 have the semantics a frontend person should ever want.
13244
13245 Fri May 23 10:58:31 1997 Jason Merrill <jason@yorick.cygnus.com>
13246
13247 * lang-specs.h: Define __EXCEPTIONS if exceptions are enabled.
13248 Lose -traditional support.
13249
13250 Thu May 22 15:41:28 1997 Jason Merrill <jason@yorick.cygnus.com>
13251
13252 * rtti.c (get_tinfo_var): Use TYPE_PRECISION (sizetype).
13253
13254 * parse.y (self_reference): Do it for templates, too.
13255 * class.c (pushclass): Don't overload_template_name; the alias
13256 generated by build_self_reference serves the same purpose.
13257
13258 * tree.c (list_hash): Make static, take more args.
13259 (list_hash_lookup): Likewise.
13260 (list_hash_add): Make static.
13261 (list_hash_canon): Lose.
13262 (hash_tree_cons): Only build a new node if one isn't already in the
13263 hashtable.
13264 (hash_tree_chain): Use hash_tree_cons.
13265 * cp-tree.h: Adjust.
13266 * decl.c (grokfndecl): Just check IDENTIFIER_GLOBAL_VALUE instead
13267 of calling lookup_name.
13268
13269 Wed May 21 18:24:19 1997 Jason Merrill <jason@yorick.cygnus.com>
13270
13271 * pt.c (instantiate_class_template): TYPE_VALUES for an enum
13272 doesn't refer to the CONST_DECLs.
13273
13274 Tue May 20 21:09:32 1997 Bob Manson <manson@charmed.cygnus.com>
13275
13276 * rtti.c (get_tinfo_var): Either INT_TYPE_SIZE or 32, whichever
13277 is bigger.
13278 (expand_class_desc): Convert the last argument to a sizetype.
13279
13280 Tue May 20 13:55:57 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13281
13282 * gxx.gperf (__complex, __complex__, __imag, __imag__, __real,
13283 __real__): Add reswords.
13284 * hash.h: Regenerate.
13285 * lex.h (rid): Add RID_COMPLEX.
13286 (RID_LAST_MODIFIER): Set to RID_COMPLEX.
13287 * lex.c (init_lex): Add building of RID_COMPLEX.
13288 (real_yylex): General cleanup in line with what c-lex.c also has,
13289 sans the cruft for traditional; add handling of SPEC_IMAG, complex
13290 types, and imaginary numeric constants.
13291 * parse.y (REALPART, IMAGPART): Add tokens.
13292 (unary_expr): Add REALPART and IMAGPART rules.
13293 * cp-tree.h (complex_{integer,float,double,long}_type_node): Declare.
13294 * decl.c (complex_{integer,float,double,long}_type_node): Define
13295 types.
13296 (init_decl_processing): Set up the types.
13297 (grokdeclarator): Add handling of RID_COMPLEX. Set and use
13298 DEFAULTED_INT instead of EXPLICIT_INT when we default to int type.
13299 * call.c (build_new_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
13300 * cvt.c (cp_convert): Handle COMPLEX_TYPE.
13301 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
13302 COMPLEX_TYPE case.
13303 * method.c (build_overload_name): Add handling of the different
13304 COMPLEX_TYPEs, prefixing them with `J'.
13305 * pt.c (process_template_parm): Don't let them use a COMPLEX_TYPE
13306 as a template parm.
13307 (uses_template_parms, tsubst, unify): Add COMPLEX_TYPE case.
13308 * tree.c (lvalue_p): Add REALPART_EXPR and IMAGPART_EXPR cases.
13309 (mapcar): Handle COMPLEX_CST.
13310 * typeck.c (build_binary_op_nodefault): Handle COMPLEX_TYPE.
13311 (common_type): Add code for complex types.
13312 (build_unary_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
13313 (convert_for_assignment): Likewise.
13314 (mark_addressable): Add REALPART_EXPR and IMAGPART_EXPR cases.
13315
13316 Mon May 19 12:26:27 1997 Jason Merrill <jason@yorick.cygnus.com>
13317
13318 * pt.c (tsubst): Don't pass the MINUS_EXPR for an array domain to
13319 tsubst_expr, as it might try to do overload resolution.
13320
13321 Sat May 17 10:48:31 1997 Jason Merrill <jason@yorick.cygnus.com>
13322
13323 * pt.c (instantiate_class_template): Oops.
13324
13325 Fri May 16 14:23:57 1997 Jason Merrill <jason@yorick.cygnus.com>
13326
13327 * cp-tree.def: Add TAG_DEFN.
13328 * pt.c (tsubst_enum): New fn.
13329 (instantiate_class_template): Use it.
13330 (tsubst_expr): Support TAG_DEFN.
13331 (tsubst): Support local enums.
13332 (tsubst_copy): Likewise.
13333 * decl.c (finish_enum): Likewise.
13334 (start_enum): If this is a local enum, switch to permanent_obstack.
13335
13336 Wed May 14 19:08:28 1997 Mike Stump <mrs@cygnus.com>
13337
13338 * decl.c (store_parm_decls): Set last_parm_cleanup_insn here.
13339 (finish_function): Put the base init code for constructors just
13340 after the parm cleanup insns.
13341 (struct cp_function): Add last_parm_cleanup_insn.
13342 (push_cp_function_context): Likewise.
13343 (pop_cp_function_context): Likewise.
13344
13345 Tue May 13 15:51:20 1997 Jason Merrill <jason@yorick.cygnus.com>
13346
13347 * pt.c (tsubst_copy): Handle BIT_NOT_EXPR.
13348
13349 Wed May 7 11:17:59 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13350
13351 * method.c (emit_thunk) [ASM_OUTPUT_MI_THUNK]: Build up the RTL
13352 for THUNK_FNDECL before we switch to temporary allocation.
13353
13354 Mon May 5 14:46:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13355
13356 * call.c (build_new_op): Handle null arg2 for ?:.
13357
13358 Thu May 1 18:26:37 1997 Mike Stump <mrs@cygnus.com>
13359
13360 * except.c (expand_exception_blocks): Ensure that we flow through
13361 the end of the exception region for the exception specification.
13362 Move exception region for the exception specification in, so that
13363 it doesn't protect the parm cleanup. Remove some obsolete code.
13364 * decl.c (store_parm_decls): Likewise.
13365 (finish_function): Likewise.
13366
13367 Tue Apr 29 15:38:54 1997 Jason Merrill <jason@yorick.cygnus.com>
13368
13369 * init.c (build_new): Fix nothrow handling.
13370
13371 Tue Apr 29 14:29:50 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13372
13373 * init.c (emit_base_init): Don't warn about the initialization
13374 list for an artificial member.
13375
13376 Fri Apr 25 17:47:59 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13377
13378 * expr.c (do_case): Handle !START case for the error msg.
13379
13380 Fri Apr 25 11:55:23 1997 Jason Merrill <jason@yorick.cygnus.com>
13381
13382 * decl2.c, lang-options.h: New option -Weffc++.
13383 * class.c, decl.c, init.c, typeck.c: Move Effective C++ warnings
13384 to -Weffc++.
13385
13386 * decl2.c (finish_prevtable_vardecl): Change NO_LINKAGE_HEURISTICS
13387 to MULTIPLE_SYMBOL_SPACES.
13388
13389 Wed Apr 23 18:06:50 1997 Jason Merrill <jason@yorick.cygnus.com>
13390
13391 * method.c (emit_thunk, generic case): Set current_function_is_thunk.
13392
13393 * method.c (emit_thunk, macro case): Set up DECL_RESULT.
13394
13395 * typeck.c (c_expand_return): Don't complain about returning void
13396 to void in an artificial function.
13397 * method.c (make_thunk): Change settings of READONLY/VOLATILE,
13398 don't set DECL_RESULT, set DECL_ARTIFICIAL.
13399 (emit_thunk, generic code): Also set up DECL_LANG_SPECIFIC.
13400
13401 Wed Apr 23 14:43:06 1997 Mike Stump <mrs@cygnus.com>
13402
13403 * init.c (init_decl_processing): Add support for setjmp/longjmp based
13404 exception handling.
13405 * except.c (init_exception_processing): Likewise.
13406 (expand_end_catch_block): Likewise.
13407 (expand_exception_blocks): Likewise.
13408 (expand_throw): Likewise.
13409 * exception.cc (__default_terminate): Likewise.
13410
13411 * init.c (perform_member_init): Use new method of expr level
13412 cleanups, instead of cleanups_this_call and friends.
13413 (emit_base_init): Likewise.
13414 (expand_aggr_vbase_init_1): Likewise.
13415 (expand_vec_init): Likewise.
13416 * decl.c (cp_finish_decl): Likewise.
13417 (expand_static_init): Likewise.
13418 (store_parm_decls): Likewise.
13419 (cplus_expand_expr_stmt): Likewise.
13420 * decl2.c (finish_file): Likewise.
13421
13422 * Make-lang.in (exception.o): Ok to compile with -O now.
13423
13424 * decl.c (maybe_build_cleanup_1): We no longer have to unsave, as
13425 we know it will be done later by the backend.
13426
13427 * decl2.c (lang_f_options): Remove support for short temps.
13428 * lang-options.h: Likewise.
13429
13430 Wed Apr 23 04:12:06 1997 Jason Merrill <jason@yorick.cygnus.com>
13431
13432 * tree.c (varargs_function_p): New fn.
13433 * method.c (emit_thunk): Replace broken generic code with code to
13434 generate a heavyweight thunk function.
13435
13436 Tue Apr 22 02:45:18 1997 Jason Merrill <jason@yorick.cygnus.com>
13437
13438 * pt.c (process_template_parm): pedwarn about floating-point parms.
13439
13440 * decl.c (grokdeclarator): inline no longer implies static.
13441
13442 * spew.c (yylex): Always return the TYPE_DECL if we got a scope.
13443
13444 Mon Apr 21 15:42:27 1997 Jason Merrill <jason@yorick.cygnus.com>
13445
13446 * class.c (check_for_override): The signature of an overriding
13447 function is not changed.
13448
13449 * call.c (build_over_call): Move setting of conv into the loop.
13450 Note: this change, along with the related changes of the 18th thru
13451 the 20th of April, fix an infinite loop problem in conversions.
13452
13453 Sun Apr 20 16:24:29 1997 Jason Merrill <jason@yorick.cygnus.com>
13454
13455 * call.c (build_user_type_conversion_1): Really ignore rvalue
13456 conversions when looking for a REFERENCE_TYPE.
13457
13458 * cvt.c (build_up_reference): Eviscerate, use build_unary_op.
13459 * cp-tree.h (TREE_REFERENCE_EXPR): #if 0.
13460 * typeck.c (decay_conversion): Don't set TREE_REFERENCE_EXPR.
13461 (build_unary_op): Likewise.
13462 * call.c (build_over_call): See through a CONVERT_EXPR around the
13463 ADDR_EXPR for on a temporary.
13464 * typeck.c (c_expand_return): See through a CONVERT_EXPR around
13465 the ADDR_EXPR for a local variable.
13466
13467 Fri Apr 18 12:11:33 1997 Jason Merrill <jason@yorick.cygnus.com>
13468
13469 * call.c (build_user_type_conversion_1): If we're trying to
13470 convert to a REFERENCE_TYPE, only consider lvalue conversions.
13471 (build_new_function_call): Print candidates.
13472 (implicit_conversion): Try a temp binding if the lvalue conv is BAD.
13473 (reference_binding): Binding a temporary of a reference-related type
13474 is BAD.
13475
13476 Thu Apr 17 14:37:22 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13477
13478 * inc/typeinfo (type_info::before): Add cv-qualifier-seq.
13479 * tinfo2.cc (type_info::before): Likewise.
13480
13481 Mon Apr 14 12:38:17 1997 Jason Merrill <jason@yorick.cygnus.com>
13482
13483 * call.c (implicit_conversion): Oops.
13484
13485 Fri Apr 11 02:18:30 1997 Jason Merrill <jason@yorick.cygnus.com>
13486
13487 * call.c (implicit_conversion): Try to find a reference conversion
13488 before binding a const reference to a temporary.
13489
13490 Wed Apr 2 12:51:36 1997 Mike Stump <mrs@cygnus.com>
13491
13492 * exception.cc (__default_unexpected): Call terminate by default,
13493 so that if the user overrides terminate, the correct function will
13494 be called.
13495
13496 Wed Mar 19 14:14:45 1997 Mike Stump <mrs@cygnus.com>
13497
13498 * parse.y (left_curly): Avoid trying to use any fields of
13499 error_mark_node, as there aren't any.
13500
13501 Thu Mar 13 16:33:22 1997 Jason Merrill <jason@yorick.cygnus.com>
13502
13503 * lex.c (do_identifier): Avoid breaking on overloaded methods
13504 as default arguments.
13505
13506 Wed Mar 12 13:55:10 1997 Hans-Peter Nilsson <Hans-Peter.Nilsson@axis.se>
13507
13508 * call.c (add_template_candidate): Initialize the variable "dummy".
13509
13510 Mon Mar 10 15:13:14 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13511
13512 * decl.c (start_decl): Make sure TYPE isn't an error_mark_node
13513 before we try to use TYPE_SIZE and TREE_CONSTANT on it.
13514
13515 Fri Mar 7 13:19:36 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13516
13517 * cp-tree.h (comp_ptr_ttypes, more_specialized): Add decl.
13518 (debug_binfo): Delete decl, not needed.
13519
13520 * tree.c (fnaddr_from_vtable_entry, function_arg_chain,
13521 promotes_to_aggr_type): Delete fns.
13522 * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY,
13523 SET_FNADDR_FROM_VTABLE_ENTRY, FUNCTION_ARG_CHAIN,
13524 PROMOTES_TO_AGGR_TYPE): Delete alternates to #if 1.
13525
13526 * decl.c (pending_invalid_xref{,_file,_line}): Delete unused vars.
13527
13528 * friend.c (is_friend_type): Delete fn.
13529 * cp-tree.h (is_friend_type): Delete decl.
13530
13531 * decl.c (original_result_rtx, double_ftype_double,
13532 double_ftype_double_double, int_ftype_int, long_ftype_long,
13533 float_ftype_float, ldouble_ftype_ldouble, last_dtor_insn): Make static.
13534 * typeck.c (original_result_rtx, warn_synth): Delete extern decls.
13535
13536 * decl.c (push_overloaded_decl{,_top_level}): Make static, adding
13537 fwd decls.
13538 * cp-tree.h (push_overloaded_decl{,_top_level}): Delete decls.
13539
13540 * decl.c (pushdecl_nonclass_level): #if 0, unused.
13541 * cp-tree.h (pushdecl_nonclass_level): #if 0 decl.
13542
13543 * lex.c (reinit_lang_specific): #if 0, unused.
13544 * cp-tree.h (reinit_lang_specific): #if 0 decl.
13545
13546 * decl.c (revert_static_member_fn): Make static, adding fwd decl.
13547 * cp-tree.h (revert_static_member_fn): Delete decl.
13548
13549 * class.c (root_lang_context_p): Delete fn.
13550 * cp-tree.h (root_lang_context_p): Delete decl.
13551
13552 * decl.c (set_current_level_tags_transparency): #if 0, unused.
13553 * cp-tree.h (set_current_level_tags_transparency): #if 0 decl.
13554
13555 * lex.c (set_vardecl_interface_info): Make static.
13556 * cp-tree.h (set_vardecl_interface_info): Delete decl.
13557
13558 * call.c (find_scoped_type): Make static.
13559 * cp-tree.h (find_scoped_type): Delete decl.
13560
13561 * search.c (convert_pointer_to_vbase): Make static.
13562 * cp-tree.h (convert_pointer_to_vbase): Delete decl.
13563
13564 * decl.c (const_ptr_type_node): Likewise.
13565 * cp-tree.h (const_ptr_type_node): Delete decl.
13566
13567 * typeck.c (common_base_type): Make static.
13568 * cp-tree.h (common_base_types): Delete erroneous decl.
13569
13570 * pt.c (classtype_mangled_name): Make static.
13571 * cp-tree.h (classtype_mangled_name): Delete decl.
13572
13573 * lex.c (check_newline): Make static.
13574 * cp-tree.h (check_newline): Delete decl.
13575
13576 * typeck.c (build_x_array_ref): Delete fn, same idea as
13577 grok_array_decl.
13578 * cp-tree.h (build_x_array_ref): Delete decl.
13579
13580 * lex.c (copy_decl_lang_specific): Delete fn, same idea as
13581 copy_lang_decl.
13582 * cp-tree.h (copy_decl_lang_specific): #if 0 decl.
13583
13584 * class.c (build_vtable_entry): Make static.
13585 * cp-tree.h (build_vtable_entry): Delete decl.
13586
13587 * class.c (build_vbase_pointer): Make static.
13588 * cp-tree.h (build_vbase_pointer): Delete decl.
13589
13590 * sig.c (build_sptr_ref): Add forward decl and make static.
13591 * cp-tree.h (build_sptr_ref): Delete decl.
13592
13593 * call.c (build_new_method_call): Add forward decl and make static.
13594 * cp-tree.h (build_new_method_call): Delete decl.
13595
13596 * call.c (build_object_call): Make static.
13597 * class.c (check_for_override, complete_type_p, mark_overriders):
13598 Likewise.
13599 * decl.c (cp_function_chain): Likewise.
13600 * lex.c (set_typedecl_interface_info, reinit_parse_for_block):
13601 Likewise.
13602 * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
13603 Likewise.
13604 * tree.c (build_cplus_array_type_1): Likewise.
13605 * typeck.c (comp_ptr_ttypes_{const,real,reinterpret}): Likewise.
13606 (comp_target_parms): Likewise.
13607
13608 * init.c (build_builtin_call): Make static.
13609 * cp-tree.h (build_builtin_call): Delete decl.
13610
13611 * typeck.c (binary_op_error): Delete decl.
13612 * cp-tree.h (binary_op_error): Likewise.
13613
13614 Thu Mar 6 16:13:52 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13615
13616 * call.c (build_method_call): Compare against error_mark_node
13617 directly, rather than the ERROR_MARK tree code.
13618 * cvt.c (cp_convert): Likewise.
13619 * decl.c (print_binding_level): Likewise.
13620 (duplicate_decls): Likewise.
13621 (grokdeclarator): Likewise.
13622 (grokdeclarator): Likewise.
13623 * init.c (expand_aggr_init_1): Likewise.
13624 (decl_constant_value): Likewise.
13625 * method.c (build_opfncall): Likewise.
13626 (hack_identifier): Likewise.
13627 * typeck.c (build_modify_expr): Likewise.
13628
13629 * typeck.c (build_c_cast): Don't decl TYPE as register tree.
13630
13631 Sun Mar 2 02:54:36 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
13632
13633 * pt.c (unify): Strip NOP_EXPR wrappers before unifying integer values.
13634
13635 * pt.c (coerce_template_parms): Add new error message.
13636
13637 * method.c (build_overload_value): Implement name mangling for
13638 floating-point template arguments.
13639
13640 * method.c (build_overload_int, icat, dicat): Fix mangling of template
13641 arguments whose absolute value doesn't fit in a signed word.
13642
13643 Mon Mar 3 12:14:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13644
13645 * friend.c: New file; put all of the friend stuff in here.
13646 * init.c: Instead of here.
13647 * Makefile.in (CXX_OBJS): Add friend.o.
13648 (friend.o): Add dependencies.
13649 * Make-lang.in (CXX_SRCS): Add $(srcdir)/cp/friend.c.
13650
13651 Sun Mar 2 11:04:43 1997 Jason Merrill <jason@yorick.cygnus.com>
13652
13653 * call.c (build_scoped_method_call): Complain if the scope isn't a
13654 base.
13655
13656 Wed Feb 26 11:31:06 1997 Jason Merrill <jason@yorick.cygnus.com>
13657
13658 * parse.y (left_curly): Don't crash on erroneous type.
13659
13660 * init.c (build_delete): Fix type of ref.
13661
13662 Tue Feb 25 12:41:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13663
13664 * search.c (get_vbase_1): Renamed from get_vbase.
13665 (get_vbase): Wrapper, now non-static.
13666 (convert_pointer_to_vbase): Now static.
13667
13668 * call.c (build_scoped_method_call): Accept a binfo for BASETYPE.
13669 * init.c (build_delete): Pass one.
13670 (build_partial_cleanup_for): Use build_scoped_method_call.
13671 * decl.c (finish_function): Pass a binfo.
13672
13673 Mon Feb 24 15:00:12 1997 Jason Merrill <jason@yorick.cygnus.com>
13674
13675 * call.c (build_over_call): Only synthesize non-trivial copy ctors.
13676
13677 * typeck.c (build_c_cast): Lose other reference to flag.
13678
13679 * call.c (build_field_call): Don't look for [cd]tor_identifier.
13680 * decl2.c (delete_sanity): Remove meaningless use of
13681 LOOKUP_HAS_IN_CHARGE.
13682 * decl.c (finish_function): Use build_scoped_method_call instead
13683 of build_delete for running vbase dtors.
13684 * init.c (build_delete): Call overload resolution code instead of
13685 duplicating it badly.
13686
13687 Thu Feb 20 15:12:15 1997 Jason Merrill <jason@yorick.cygnus.com>
13688
13689 * call.c (build_over_call): Call mark_used before trying to elide
13690 the call.
13691
13692 * decl.c (implicitly_declare): Don't set DECL_ARTIFICIAL.
13693
13694 Wed Feb 19 11:18:53 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13695
13696 * typeck.c (build_modify_expr): Always pedwarn for a cast to
13697 non-reference used as an lvalue.
13698
13699 Wed Feb 19 10:35:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13700
13701 * cvt.c (cp_convert_to_pointer): Convert from 0 to a pmf properly.
13702
13703 Tue Feb 18 15:40:57 1997 Jason Merrill <jason@yorick.cygnus.com>
13704
13705 * parse.y (handler): Fix template typo.
13706
13707 Sun Feb 16 02:12:28 1997 Jason Merrill <jason@yorick.cygnus.com>
13708
13709 * error.c (lang_decl_name): New fn.
13710 * tree.c (lang_printable_name): Use it.
13711
13712 Fri Feb 14 16:57:05 1997 Mike Stump <mrs@cygnus.com>
13713
13714 * g++spec.c: Include config.h so that we can catch bzero #defines
13715 from the config file.
13716
13717 Tue Feb 11 13:50:48 1997 Mike Stump <mrs@cygnus.com>
13718
13719 * new1.cc: Include a declaration for malloc, to avoid warning, and
13720 avoid lossing on systems that require one (ones that define malloc
13721 in xm.h).
13722
13723 Mon Feb 10 22:51:13 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
13724
13725 * decl2.c (max_tinst_depth): New variable.
13726 (lang_decode_option): Parse "-ftemplate-depth-NN" command line
13727 option.
13728 * pt.c (max_tinst_depth): Variable moved.
13729 * lang-options.h: Declare "-ftemplate-depth-NN" command line option
13730 as legal.
13731
13732 Fri Feb 7 15:43:34 1997 Jason Merrill <jason@yorick.cygnus.com>
13733
13734 * decl.c (xref_basetypes): Allow a base class that depends on
13735 template parms to be incomplete.
13736
13737 * decl2.c (build_expr_from_tree): Support typeid(type).
13738 * rtti.c (get_typeid): Support templates.
13739 (expand_si_desc, expand_class_desc): Fix string length.
13740 (expand_ptr_desc, expand_attr_desc, expand_generic_desc): Likewise.
13741
13742 Tue Feb 4 11:28:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13743
13744 * pt.c (unify, case TEMPLATE_CONST_PARM): Use cp_tree_equal.
13745
13746 * pt.c (tsubst): Put it back for -fno-ansi-overloading.
13747
13748 Mon Feb 3 18:41:12 1997 Jason Merrill <jason@yorick.cygnus.com>
13749
13750 * pt.c (tsubst, case FUNCTION_DECL): Lose obsolete code that
13751 smashes together template and non-template decls of the same
13752 signature.
13753
13754 Thu Jan 30 19:18:00 1997 Jason Merrill <jason@yorick.cygnus.com>
13755
13756 * pt.c (tsubst): Don't recurse for the type of a TYPENAME_TYPE.
13757
13758 Wed Jan 29 11:40:35 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13759
13760 * decl.c (duplicate_decls): Next route, pedwarn about different
13761 exceptions if -pedantic *or* olddecl !DECL_IN_SYSTEM_HEADER.
13762
13763 Tue Jan 28 20:43:29 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13764
13765 * cp-tree.h (HAS_DEFAULT_IMPLEMENTATION): Delete macro.
13766 (struct lang_type): Delete has_default_implementation member.
13767 Increase dummy to 21.
13768 * decl.c (start_method): Delete usage.
13769
13770 * cp-tree.h (build_call, null_ptr_cst_p, in_function_p,
13771 store_after_parms, start_decl_1, auto_function): Add decls.
13772 (get_arglist_len_in_bytes, declare_implicit_exception,
13773 have_exceptions_p, make_type_decl, typedecl_for_tag,
13774 store_in_parms, pop_implicit_try_blocks, push_exception_cleanup,
13775 build_component_type_expr, cplus_exception_name,
13776 {make,clear}_anon_parm_name, dont_see_typename): Removed decls.
13777 * call.c (build_this): Make static.
13778 (is_complete): Likewise.
13779 (implicit_conversion): Likewise.
13780 (reference_binding): Likewise.
13781 (standard_conversion): Likewise.
13782 (strip_top_quals): Likewise.
13783 (non_reference): Likewise.
13784 (build_conv): Likewise.
13785 (user_harshness): Likewise.
13786 (rank_for_ideal): Likewise.
13787 * decl.c (start_decl_1): Delete forward decl.
13788 (push_decl_level): Make static.
13789 (resume_binding_level): Make static.
13790 (namespace_bindings_p): Make static.
13791 (declare_namespace_level): Make static.
13792 (lookup_name_real): Make static.
13793 (duplicate_decls): Make static. Take register off NEWDECL and
13794 OLDDECL parm decls.
13795 * decl2.c (get_sentry): Make static.
13796 (temp_name_p): Delete fn.
13797 * except.c (auto_function): Delete decl.
13798 * lex.c (handle_{cp,sysv}_pragma): Make static.
13799 (handle_sysv_pragma) [HANDLE_SYSV_PRAGMA]: Add forward decl.
13800 * method.c (do_build_{copy_constructor,assign_ref}): Make static.
13801 * pt.c (tsubst_expr_values): Make static.
13802 * rtti.c (combine_strings): Delete decl.
13803
13804 Tue Jan 28 16:40:40 1997 Jason Merrill <jason@yorick.cygnus.com>
13805
13806 * pt.c (push_template_decl): Handle getting a typedef.
13807
13808 * call.c (build_new_function_call): Complain about void arg.
13809
13810 Tue Jan 28 15:25:09 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13811
13812 * decl.c (duplicate_decls): Give pedwarn of different exceptions
13813 if -pedantic, instead of olddecl !DECL_IN_SYSTEM_HEADER.
13814
13815 Mon Jan 27 19:21:29 1997 Mike Stump <mrs@cygnus.com>
13816
13817 * except.c (expand_throw): Don't expand the cleanup tree here,
13818 since we are not going to write the rtl out. Fixes problem with
13819 -g -O on SPARC.
13820
13821 Mon Jan 27 16:24:35 1997 Sean McNeil <sean@mcneil.com>
13822
13823 * Make-lang.in: Add $(exeext) as necessary.
13824
13825 Mon Jan 27 13:20:39 1997 Mike Stump <mrs@cygnus.com>
13826
13827 * parse.y (handler_seq): Must have at least one catch clause.
13828
13829 Sat Jan 25 12:00:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13830
13831 * call.c (add_builtin_candidate): Restore ?: hack.
13832
13833 * decl.c (grok_op_properties): More warnings.
13834
13835 Sat Jan 25 08:50:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13836
13837 * decl.c (duplicate_decls): On second thought, do it as a pedwarn
13838 still but only if !DECL_IN_SYSTEM_HEADER (olddecl).
13839
13840 * decl.c (duplicate_decls): Scale back to a warning, and only do
13841 'em if -pedantic.
13842
13843 Fri Jan 24 17:52:54 1997 Mike Stump <mrs@cygnus.com>
13844
13845 * decl.c (duplicate_decls): pedwarn mismatched exception
13846 specifications.
13847
13848 Thu Jan 23 18:18:54 1997 Mike Stump <mrs@cygnus.com>
13849
13850 * call.c (build_new_method_call): Don't display the invisible
13851 argument for controlling virtual bases.
13852
13853 Thu Jan 23 16:48:10 1997 Mike Stump <mrs@cygnus.com>
13854
13855 * new: Add nothrow new and delete, bad_alloc and throw specifications
13856 for delete.
13857 * decl.c (init_decl_processing): Add throw specification for delete.
13858 * new.cc (nothrow): Define.
13859 * lex.c (real_yylex): Removing warning that throw and friends are
13860 keywords.
13861 * new1.cc (operator new (size_t sz, const nothrow_t&)): Define.
13862 * new2.cc (operator new[] (size_t sz, const nothrow_t&): Define.
13863 * Make-lang.in: Add new{1,2}.{cc,o}.
13864
13865 Thu Jan 23 16:39:06 1997 Jason Merrill <jason@yorick.cygnus.com>
13866
13867 * lex.c (cons_up_default_function): Fix return type of synth op=.
13868
13869 * init.c (emit_base_init): Add warnings for uninitialized members
13870 and bases.
13871
13872 * decl.c (xref_basetypes): Add warning for non-polymorphic type
13873 with destructor used as base type.
13874
13875 * decl.c (grok_op_properties): Add warning for op= returning void.
13876 * typeck.c (c_expand_return): Add warning for op= returning anything
13877 other than *this.
13878
13879 * class.c (finish_struct_1): Add warning for class with pointers
13880 but not copy ctor or copy op=.
13881
13882 * cp-tree.h (TI_PENDING_TEMPLATE_FLAG): New macro.
13883 * pt.c (add_pending_template): Use it instead of LANG_FLAG_0.
13884 (instantiate_template): If -fexternal-templates, add this
13885 instantiation to pending_templates.
13886
13887 * decl2.c (copy_assignment_arg_p): Disable old hack to support
13888 Booch components.
13889
13890 Tue Jan 21 18:32:04 1997 Mike Stump <mrs@cygnus.com>
13891
13892 * cvt.c (cp_convert): pedwarn enum to pointer conversions.
13893
13894 Mon Jan 20 17:59:51 1997 Jason Merrill <jason@yorick.cygnus.com>
13895
13896 * call.c (standard_conversion): Handle getting references. Tack
13897 on RVALUE_CONV here. Do it for non-class types, too.
13898 (reference_binding): Pass references to standard_conversion.
13899 (implicit_conversion): Likewise.
13900 (add_builtin_candidate): Disable one ?: kludge.
13901 (convert_like): Handle RVALUE_CONVs for non-class types.
13902 (joust): Disable the other ?: kludge.
13903
13904 Mon Jan 20 14:53:13 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13905
13906 * decl.c (init_decl_processing): Add code to build up common
13907 function types beforehand, to avoid creation then removal of
13908 things already in the hash table.
13909
13910 Mon Jan 20 14:43:49 1997 Jason Merrill <jason@yorick.cygnus.com>
13911
13912 * decl.c (finish_function): Also zero out DECL_INCOMING_RTL for
13913 the arguments.
13914
13915 * error.c (dump_expr, TEMPLATE_CONST_PARM): Don't require
13916 current_template_parms.
13917
13918 Fri Jan 17 10:25:42 1997 Jason Merrill <jason@yorick.cygnus.com>
13919
13920 * search.c (lookup_field): Don't return a function, check want_type.
13921
13922 Thu Jan 16 18:14:35 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13923
13924 * init.c (build_new): Make sure PLACEMENT has a type.
13925
13926 Thu Jan 16 17:40:28 1997 Jason Merrill <jason@yorick.cygnus.com>
13927
13928 * init.c (build_new): Support new (nothrow).
13929
13930 Wed Jan 15 12:38:14 1997 Jason Merrill <jason@yorick.cygnus.com>
13931
13932 * pt.c (instantiate_decl): Also do push_to_top_level before setting
13933 up DECL_INITIAL.
13934
13935 * cp-tree.h (PARM_DEFAULT_FROM_TEMPLATE): New macro.
13936 * pt.c (tsubst): Defer instantiation of default args.
13937 * call.c (build_over_call): Until here.
13938
13939 Wed Jan 15 10:08:10 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13940
13941 * search.c (lookup_field): Make sure we have an
13942 IDENTIFIER_CLASS_VALUE before we try to return it.
13943
13944 Thu Jan 9 07:19:01 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13945
13946 * call.c (build_method_call): Delete unused var PARM.
13947 (build_overload_call_real): Likewise.
13948 (build_object_call): Delete unused var P.
13949 (build_new_op): Likewise.
13950 * decl.c (builtin_type_tdescs_{arr, len, max}): #if 0 out static
13951 var definitions, which are never used.
13952 (shadow_tag): Delete unused var FN.
13953 * expr.c (cplus_expand_expr): Delete unused var ORIGINAL_TARGET.
13954 * init.c (build_new): Delete unused var ALLOC_TEMP.
13955 * method.c (hack_identifier): Delete unused var CONTEXT.
13956 (do_build_copy_constructor): Delete unused var NAME.
13957 (synthesize_method): Delete unused var BASE.
13958 * pt.c (lookup_template_class): Delete unused var CODE_TYPE_NODE.
13959 * rtti.c (build_headof): Delete unused var VPTR.
13960 (get_typeid): Delete unused var T.
13961 * typeck.c (build_conditional_expr): Delete unused vars ORIG_OP1
13962 and ORIG_OP2.
13963 (build_ptrmemfunc): Delete unused vars U and NINDEX.
13964 * typeck2.c (build_functional_cast): Delete unused var BINFO.
13965
13966 Wed Jan 8 13:09:54 1997 Jason Merrill <jason@yorick.cygnus.com>
13967
13968 * search.c (lookup_field): Use IDENTIFIER_CLASS_VALUE to look up
13969 things in a type being defined.
13970 * decl.c (finish_enum): Reverse the values so that they are in
13971 the correct order.
13972
13973 * pt.c (instantiate_class_template): Don't initialize
13974 BINFO_BASETYPES until the vector is filled out.
13975 (unify): Don't abort on conflicting bindings, just fail.
13976 (instantiate_decl): Do push_tinst_level before any tsubsting.
13977
13978 * method.c (build_overload_value): Handle getting a
13979 TEMPLATE_CONST_PARM for a pointer.
13980
13981 Tue Jan 7 14:00:58 1997 Jason Merrill <jason@yorick.cygnus.com>
13982
13983 * init.c (expand_member_init): Don't give 'not a base' error for
13984 templates.
13985
13986 * pt.c (instantiate_decl): Call import_export_decl later.
13987
13988 * pt.c (instantiate_class_template): Return a value.
13989
13990 * parse.y (extension): New rule for __extension__.
13991 (extdef, unary_expr, decl, component_decl): Use it.
13992
13993 Tue Jan 7 09:20:28 1997 Mike Stump <mrs@cygnus.com>
13994
13995 * class.c (base_binfo): Remove unused base_has_virtual member.
13996 (finish_base_struct): Likewise.
13997 (finish_struct_1): Likewise.
13998
13999 Tue Dec 31 20:25:50 1996 Mike Stump <mrs@cygnus.com>
14000
14001 * search.c (expand_upcast_fixups): Fix bogus code generation
14002 problem where the generated code uses the wrong index into the
14003 runtime built vtable on the stack. Old code could clobber random
14004 stack values.
14005
14006 Tue Dec 31 15:16:56 1996 Mike Stump <mrs@cygnus.com>
14007
14008 * init.c (perform_member_init): Make sure the partial EH cleanups
14009 live on the function_obstack.
14010
14011 Fri Dec 27 10:31:40 1996 Paul Eggert <eggert@twinsun.com>
14012
14013 * Make-lang.in (g++spec.o): Don't use $< with an explicit target;
14014 this isn't portable to some versions of `make' (e.g. Solaris 2.5.1).
14015
14016 Tue Dec 24 10:24:03 1996 Jeffrey A Law <law@cygnus.com>
14017
14018 * decl.c (grokvardecl): Avoid ANSI style initialization.
14019
14020 Sun Dec 22 04:22:06 1996 Jason Merrill <jason@yorick.cygnus.com>
14021
14022 * pt.c (tsubst): Tweak arg types for a FUNCTION_TYPE.
14023
14024 Fri Dec 20 17:09:25 1996 Jason Merrill <jason@yorick.cygnus.com>
14025
14026 * pt.c (instantiate_class_template): Call grok_{ctor,op}_properties.
14027
14028 Fri Dec 20 12:17:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14029
14030 * g++spec.c (lang_specific_driver): Put missing hyphen in front of
14031 arguments we compare against. Start the count of I at 1, not 0,
14032 since argv[0] is still the command.
14033
14034 Thu Dec 19 11:53:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14035
14036 * lang-specs.h: Accept .cp as an C++ extension.
14037
14038 Mon Dec 16 22:43:31 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14039
14040 * cp-tree.h (ptr_reasonably_similar): Add decl.
14041
14042 Thu Dec 12 15:00:35 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14043
14044 * decl.c (grokvardecl): Change SPECBITS parm to be the SPECBITS_IN
14045 pointer. New local SPECBITS with the parm's value.
14046 (grokdeclarator): Pass &specbits down.
14047
14048 * parse.y (expr_no_commas): Make sure $$ is not an error_mark_node
14049 before we try to do C_SET_EXP_ORIGINAL_CODE on it.
14050
14051 * search.c (envelope_add_decl): Check that the CLASSTYPE_CID of
14052 CONTEXT is not 0 before we try to use TYPE_DERIVES_FROM.
14053
14054 * decl.c (cplus_expand_expr_stmt): Only expand the expr if EXP is
14055 not an error_mark_node.
14056
14057 Sat Dec 7 17:20:22 1996 Jason Merrill <jason@yorick.cygnus.com>
14058
14059 * cp-tree.h (TYPE_MAIN_DECL): Use TYPE_STUB_DECL.
14060 * *.c: Use TYPE_MAIN_DECL instead of TYPE_NAME where appropriate.
14061
14062 Fri Dec 6 14:40:09 1996 Jason Merrill <jason@yorick.cygnus.com>
14063
14064 * decl.c (grokdeclarator): When giving an anonymous struct a name,
14065 replace TYPE_NAME instead of TYPE_IDENTIFIER (so TYPE_STUB_DECL is
14066 not affected).
14067
14068 * typeck2.c (build_m_component_ref): If component is a pointer
14069 to data member, resolve the OFFSET_REF now.
14070
14071 * call.c (convert_like): Don't go into infinite recursion.
14072
14073 * pt.c (coerce_template_parms): Use tsubst_expr for non-type args.
14074
14075 * class.c (finish_struct_1): Set DECL_ARTIFICIAL on the vptr.
14076 * tree.c (layout_basetypes): And on the vbase ptr.
14077
14078 Thu Dec 5 02:11:28 1996 Jason Merrill <jason@yorick.cygnus.com>
14079
14080 * decl.c (BOOL_TYPE_SIZE): Define in terms of POINTER_SIZE or
14081 CHAR_TYPE_SIZE so bool is always the same size as another type.
14082
14083 * decl.c (pushtag): Set DECL_IGNORED_P for DWARF, too.
14084
14085 Tue Dec 3 23:18:37 1996 Jason Merrill <jason@yorick.cygnus.com>
14086
14087 * decl2.c (grok_x_components): Remove synthesized methods from
14088 TYPE_METHODS of an anonymous union, complain about member
14089 functions.
14090 * decl.c (shadow_tag): Wipe out memory of synthesized methods in
14091 anonymous unions.
14092 (finish_function): Just clear the DECL_RTL of our arguments.
14093
14094 Fri Nov 29 21:54:17 1996 Jason Merrill <jason@yorick.cygnus.com>
14095
14096 * decl2.c (finish_file): Emit DWARF debugging info for static data
14097 members.
14098
14099 * pt.c (tsubst): If t is a stub decl, return the stub decl for type.
14100
14101 Wed Nov 27 14:47:15 1996 Bob Manson <manson@charmed.cygnus.com>
14102
14103 * typeck.c (build_component_ref): Don't die if COMPONENT isn't a
14104 IDENTIFIER_NODE.
14105
14106 Wed Nov 27 16:05:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14107
14108 * Make-lang.in (g++-cross$(exeext)): Fix typo.
14109
14110 Wed Nov 27 08:14:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14111
14112 Make the g++ driver now be a standalone program, rather than one
14113 that tries to run the gcc driver after munging up the options.
14114 * Make-lang.in (g++.c, g++spec.o): New rules.
14115 (g++.o): New rule, based on gcc.o with -DLANG_SPECIFIC_DRIVER
14116 added.
14117 (g++$(exeext)): New rule, based on xgcc rule.
14118 (g++-cross$(exeext)): Now just copies g++$(exeext) over.
14119 * g++spec.c: New file.
14120 * g++.c: Removed file.
14121
14122 Tue Nov 26 19:01:09 1996 Mike Stump <mrs@cygnus.com>
14123
14124 * cvt.c (build_up_reference): Arrange for any temporary values
14125 that have been keep in registers until now to be put into memory.
14126
14127 Mon Nov 25 15:16:41 1996 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14128
14129 * Make-lang.in (c++.stage[1234]): Depend upon stage[1-4]-start, so
14130 that make -j3 bootstrap works better.
14131
14132 Sun Nov 24 02:09:39 1996 Jason Merrill <jason@yorick.cygnus.com>
14133
14134 * decl.c (pushtag): Do pushdecl for anon tags.
14135
14136 Thu Nov 21 16:30:24 1996 Jason Merrill <jason@yorick.cygnus.com>
14137
14138 * typeck.c (c_expand_return): Fix logic.
14139 (unary_complex_lvalue): Avoid unused warning on address of INIT_EXPR.
14140
14141 Wed Nov 20 18:47:31 1996 Bob Manson <manson@charmed.cygnus.com>
14142
14143 * g++.c (main): Make sure arglist has a final NULL entry. Add
14144 PEXECUTE_LAST to the flags passed to pexecute, as otherwise
14145 stdin/stdout of the invoked program are redirected to
14146 nowheresville.
14147
14148 Tue Nov 19 16:12:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14149
14150 * decl.c (implicitly_declare): Set DECL_ARTIFICIAL.
14151
14152 Tue Nov 19 15:48:19 1996 Mike Stump <mrs@cygnus.com>
14153
14154 * init.c (resolve_offset_ref): Handle obj.vfn better.
14155 * typeck.c (build_component_ref): Set TREE_TYPE on result from
14156 build_vfn_ref.
14157
14158 Tue Nov 19 13:14:33 1996 Mike Stump <mrs@cygnus.com>
14159
14160 * typeck.c (convert_for_assignment): Also handle anachronistic
14161 implicit conversions from (::*)() to cv void*.
14162 * cvt.c (cp_convert_to_pointer): Likewise.
14163
14164 Mon Nov 18 17:05:26 1996 Jason Merrill <jason@yorick.cygnus.com>
14165
14166 * lex.c (handle_cp_pragma): Fix bogus warning.
14167
14168 Mon Nov 18 16:10:43 1996 Mike Stump <mrs@cygnus.com>
14169
14170 * cvt.c (cp_convert_to_pointer): Avoid thinking a POINTER_TYPE
14171 (METHOD_TYPE) is a TYPE_PTRMEMFUNC_P.
14172
14173 Thu Nov 14 23:18:17 1996 Jason Merrill <jason@yorick.cygnus.com>
14174
14175 * class.c (finish_struct_1): Support DWARF2_DEBUG.
14176 * search.c (dfs_debug_mark): Likewise.
14177 * decl2.c (finish_vtable_vardecl): Likewise.
14178 * decl.c (pushtag, finish_enum): Likewise.
14179 * lex.c (check_newline): Use debug_* instead of calling *out
14180 functions directly.
14181
14182 Thu Nov 14 15:21:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14183
14184 * Make-lang.in (cplib2.ready): Add else clause to avoid problems
14185 on some picky hosts.
14186
14187 Wed Nov 13 12:32:07 1996 Jason Merrill <jason@yorick.cygnus.com>
14188
14189 * class.c (finish_struct_1): A class has a non-trivial copy
14190 constructor if it has virtual functions.
14191
14192 * cvt.c (cp_convert): Always call a constructor.
14193
14194 * call.c (reference_binding): Still tack on a REF_BIND
14195 for bad conversions.
14196 (build_user_type_conversion_1): Propagate ICS_BAD_FLAG.
14197
14198 * typeck.c (convert_arguments): Pass LOOKUP_ONLYCONVERTING.
14199 (c_expand_return): Likewise.
14200 * typeck2.c (digest_init): Likewise for { }.
14201 * init.c (expand_aggr_init_1): Keep the CONSTRUCTOR handling.
14202 * cvt.c (cp_convert): Handle failure better.
14203
14204 Wed Nov 13 11:51:20 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14205
14206 * g++.c (main): Also set PEXECUTE_SEARCH, to make the invocation
14207 of GCC be path-relative.
14208
14209 Wed Nov 13 11:27:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14210
14211 * Make-lang.in (g++-cross): G++-cross doesn't need version.o, but
14212 it does need choose-temp.o and pexecute.o.
14213
14214 Wed Nov 13 07:53:38 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14215
14216 * g++.c (error) [!HAVE_VPRINTF]: Put error back for the only time
14217 that we still use it.
14218 (P_tmpdir, R_OK, W_OK, X_OK) [__MSDOS__]: Delete unnecessary macros.
14219
14220 Wed Nov 13 02:00:26 1996 Jason Merrill <jason@yorick.cygnus.com>
14221
14222 * init.c (expand_default_init): Avoid calling constructors to
14223 initialize reference temps.
14224
14225 * cvt.c (convert_to_reference): Fix.
14226
14227 Tue Nov 12 19:10:07 1996 Jason Merrill <jason@yorick.cygnus.com>
14228
14229 * cvt.c (cp_convert): Simplify for flag_ansi_overloading.
14230 (convert_to_reference): Likewise.
14231 * typeck.c (convert_for_initialization): Likewise.
14232 * init.c (expand_default_init): Likewise.
14233 (expand_aggr_init_1): Likewise.
14234 * cp-tree.h (CONV_NONCONVERTING): Lose.
14235 * typeck.c (build_c_cast): Lose allow_nonconverting parm.
14236 * *.c: Adjust.
14237 * call.c (build_user_type_conversion_1): Assume LOOKUP_ONLYCONVERTING.
14238
14239 Tue Nov 12 16:29:04 1996 Brendan Kehoe <brendan@canuck.cygnus.com>
14240
14241 * pt.c (tsubst_expr): Reverse args to expand_start_catch_block.
14242
14243 Tue Nov 12 15:26:17 1996 Jason Merrill <jason@yorick.cygnus.com>
14244
14245 * init.c (expand_aggr_init_1): Don't crash on non-constructor
14246 TARGET_EXPR.
14247
14248 Tue Nov 12 14:00:50 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14249
14250 * g++.c: Include gansidecl.h.
14251 (VPROTO, PVPROTO, VA_START): Delete.
14252 (choose_temp_base_try, choose_temp_base, perror_exec,
14253 run_dos) [__MSDOS__]: Delete fns.
14254 (pfatal_with_name): Delete fn.
14255 (temp_filename): Declare like in gcc.c.
14256 (pexecute, pwait, choose_temp_base): Declare from gcc.c.
14257 (error_count, signal_count): Define.
14258 (error): Delete both definitions.
14259 (PEXECUTE_{FIRST,LAST,SEARCH,VERBOSE}): Define from gcc.c.
14260 (pfatal_pexecute): Add fn from gcc.c.
14261 (main): Rename local VERBOSE var to VERBOSE_FLAG. Rewrite the
14262 code to use the pexecute stuff also used by gcc.c.
14263 (MIN_FATAL_STATUS): Define.
14264 * Make-lang.in (g++): Add dependency on and linking with
14265 choose-temp.o and pexecute.o.
14266
14267 * cp-tree.h: Include gansidecl.h.
14268 (STDIO_PROTO): Delete #undef/#define.
14269 * cvt.c (NULL): Delete #undef/#define.
14270 * expr.c (NULL): Likewise.
14271 * init.c (NULL): Likewise.
14272 * rtti.c (NULL): Likewise.
14273 * xref.c (NULL): Likewise.
14274
14275 * cp-tree.h (build_user_type_conversion): Add prototype.
14276 * call.c (build_user_type_conversion): Delete prototype. Correct
14277 decl of FLAGS arg to be an int.
14278 * cvt.c (build_user_type_conversion): Likewise.
14279
14280 Tue Nov 12 12:16:20 1996 Jason Merrill <jason@yorick.cygnus.com>
14281
14282 * cp-tree.def: Add TRY_BLOCK and HANDLER.
14283 * except.c (expand_start_catch_block): Support templates.
14284 * parse.y (try_block, handler_seq): Likewise.
14285 * pt.c (tsubst_expr): Support TRY_BLOCK and HANDLER.
14286
14287 Mon Nov 11 13:57:31 1996 Jason Merrill <jason@yorick.cygnus.com>
14288
14289 * pt.c (current_template_args): New fn.
14290 (push_template_decl): Use it.
14291 * decl.c (grokdeclarator): Use it.
14292
14293 * decl2.c (build_expr_from_tree): Dereference ref vars.
14294
14295 * decl.c (grokdeclarator): Generalize handling of TYPENAME_TYPEs in
14296 the decl-specifier-seq.
14297
14298 * decl.c (grok_op_properties): Don't force the type of a conversion
14299 op to be complete. Don't warn about converting to the same type
14300 for template instantiations.
14301
14302 * decl2.c (finish_file): Don't call instantiate_decl on synthesized
14303 methods.
14304
14305 Mon Nov 11 13:20:34 1996 Bob Manson <manson@charmed.cygnus.com>
14306
14307 * typeck.c (get_delta_difference): Remove previous bogusness.
14308 Don't give errors if force is set.
14309
14310 Fri Nov 8 17:38:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14311
14312 * decl2.c (finish_file): Don't emit debug info.
14313 * decl.c (pushdecl): Lose obsolete code.
14314 (grokdeclarator): Still do the long long thing after complaining.
14315 * search.c (note_debug_info_needed): Don't do anything if we're in a
14316 template.
14317 * method.c (synthesize_method): For non-local classes,
14318 push_to_top_level first.
14319
14320 Fri Nov 8 11:52:28 1996 Bob Manson <manson@charmed.cygnus.com>
14321
14322 * typeck.c (get_delta_difference): Add no_error parameter.
14323 (build_ptrmemfunc): Call get_delta_difference with no_error set;
14324 we don't want error messages when converting unrelated
14325 pointer-to-member functions.
14326
14327 Thu Nov 7 11:16:24 1996 Mike Stump <mrs@cygnus.com>
14328
14329 * error.c (dump_expr): Improve the wording on error messages that
14330 involve pointer to member functions.
14331
14332 Tue Nov 5 17:12:05 1996 Mike Stump <mrs@cygnus.com>
14333
14334 * cvt.c (cp_convert_to_pointer): Move code for conversions from
14335 (::*)() to void* or (*)() up a bit, so that we can convert from
14336 METHOD_TYPEs as well.
14337
14338 Tue Nov 5 14:54:17 1996 Jason Merrill <jason@yorick.cygnus.com>
14339
14340 * rtti.c (get_tinfo_fn): Make sure 'type' is permanent.
14341 There are no 'member' types.
14342 (get_tinfo_fn_dynamic): Diagnose typeid of overloaded fn.
14343 (build_x_typeid): Handle errors.
14344
14345 Mon Nov 4 17:43:12 1996 Mike Stump <mrs@cygnus.com>
14346
14347 * typeck.c (convert_for_assignment): Handle anachronistic implicit
14348 conversions from (::*)() to void* or (*)().
14349 * cvt.c (cp_convert_to_pointer): Likewise.
14350 (cp_convert_to_pointer_force): Remove cp_convert_to_pointer
14351 conversions from here.
14352 * decl2.c (lang_decode_option): Add -W{no-,}pmf-conversions.
14353 * lang-options.h: Likewise.
14354 * decl2.c (warn_pmf2ptr): Define.
14355 * cp-tree.h: Declare it.
14356 * typeck2.c (digest_init): Allow pmfs down into
14357 convert_for_initialization.
14358
14359 Sun Nov 3 09:43:00 1996 Jason Merrill <jason@yorick.cygnus.com>
14360
14361 * typeck.c (c_expand_return): Fix for returning overloaded fn.
14362
14363 Fri Nov 1 08:53:17 1996 Jason Merrill <jason@yorick.cygnus.com>
14364
14365 * cp-tree.h (DIRECT_BIND): Change from INDIRECT_BIND.
14366 * decl.c (grok_reference_init): Pass DIRECT_BIND.
14367 * cvt.c (build_up_reference): Don't mark 'this' addressable. Use
14368 DIRECT_BIND.
14369 * call.c (convert_like): Don't pass INDIRECT_BIND.
14370 * typeck.c (convert_arguments): Likewise.
14371 * typeck.c (mark_addressable): Allow &this if flag_this_is_variable.
14372
14373 Thu Oct 31 17:08:49 1996 Jason Merrill <jason@yorick.cygnus.com>
14374
14375 * typeck.c (mark_addressable): Support TARGET_EXPR, unify with
14376 similar code in build_up_ref.
14377 * cvt.c (build_up_reference): Drastically simplify.
14378
14379 Mon Oct 28 12:45:05 1996 Jeffrey A Law <law@cygnus.com>
14380
14381 * typeck.c (signed_or_unsigned_type): If the given type already
14382 as the correct signedness, then just return it.
14383
14384 * typeck.c ({un,}signed_type): If can't do anything, call
14385 signed_or_unsigned_type.
14386
14387 Thu Oct 24 14:21:59 1996 Bob Manson <manson@charmed.cygnus.com>
14388
14389 * decl2.c (copy_assignment_arg_p): Don't buy the farm if
14390 current_class_type is NULL.
14391
14392 Wed Oct 23 00:43:10 1996 Jason Merrill <jason@gerbil.cygnus.com>
14393
14394 * class.c (finish_struct_1): Avoid empty structs by adding a field
14395 so layout_type gets the mode right.
14396
14397 * typeck.c (c_expand_return): Drastically simplify.
14398
14399 Mon Oct 21 22:34:02 1996 Jason Merrill <jason@yorick.cygnus.com>
14400
14401 * typeck.c (decay_conversion): Handle overloaded methods.
14402
14403 Fri Oct 18 16:03:48 1996 Jason Merrill <jason@yorick.cygnus.com>
14404
14405 * call.c (build_over_call): A TARGET_EXPR has side-effects.
14406
14407 Thu Oct 17 11:31:59 1996 Mike Stump <mrs@cygnus.com>
14408
14409 * cvt.c (convert_to_pointer_force): Add code to support pointer to
14410 member function to pointer to function conversions.
14411 * init.c (resolve_offset_ref): Add code to allow faked up objects,
14412 ignoring them if they are not used, and giving an error, if they
14413 are needed.
14414 * typeck.c (get_member_function_from_ptrfunc): Fold e1 to improve
14415 code, and so that we can give an error, if we needed an object,
14416 and one was not provided.
14417 (build_c_cast): Don't call default_conversion when we want to
14418 convert to pointer to function from a METHOD_TYPE.
14419
14420 Mon Oct 14 00:28:51 1996 Jason Merrill <jason@yorick.cygnus.com>
14421
14422 * Make-lang.in (cplib2.ready): Fix logic.
14423
14424 * decl.c (shadow_tag): Only complain about non-artificial function
14425 members.
14426
14427 * class.c (finish_struct_1): Add synthesized methods to TYPE_METHODS.
14428
14429 Fri Oct 11 16:12:40 1996 Jason Merrill <jason@yorick.cygnus.com>
14430
14431 * expr.c (cplus_expand_expr): Pre-tweak call_target like
14432 expand_inline_function would.
14433
14434 * pt.c (mark_decl_instantiated): If extern_p, call
14435 mark_inline_for_output.
14436
14437 Thu Oct 10 15:58:08 1996 Mike Stump <mrs@cygnus.com>
14438
14439 * typeck.c (unary_complex_lvalue): Add code to handle intermediate
14440 pmd conversions.
14441
14442 * typeck.c (get_delta_difference): Fix wording, as we can be used
14443 for pointer to data members.
14444
14445 Tue Oct 8 12:43:51 1996 Bob Manson <manson@charmed.cygnus.com>
14446
14447 * pt.c (tsubst): If the function decl isn't a member of this
14448 template, return a copy of the decl (including copying the
14449 lang-specific part) so we don't hose ourselves later.
14450
14451 Thu Oct 3 16:24:28 1996 Jason Merrill <jason@yorick.cygnus.com>
14452
14453 * class.c (finish_struct): Remove DWARF-specific tag handling.
14454 * decl.c (pushtag): Likewise.
14455 (finish_function): Always clear DECL_ARGUMENTS on function decls with
14456 no saved RTX.
14457 * decl2.c (finish_file): Emit DWARF debugging info for static data
14458 members.
14459
14460 Wed Oct 2 21:58:01 1996 Bob Manson <manson@charmed.cygnus.com>
14461
14462 * decl.c (duplicate_decls): Make sure the old DECL_LANG_SPECIFIC
14463 isn't the same as the new one before we whack it.
14464
14465 Mon Sep 30 13:38:24 1996 Jason Merrill <jason@yorick.cygnus.com>
14466
14467 * class.c, cp-tree.h, cvt.c, decl.c, decl2.c, gxx.gperf, hash.h,
14468 lex.c, method.c, parse.y, typeck.c, typeck2.c: Remove
14469 warn_traditional and warn_strict_prototypes; remove ancient
14470 'overload' code; remove references to flag_traditional.
14471
14472 Mon Sep 30 12:58:40 1996 Mike Stump <mrs@cygnus.com>
14473
14474 * input.c (sub_getch): Handle 8-bit characters in string literals.
14475
14476 Sun Sep 29 03:12:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14477
14478 * tree.c (mapcar): Handle CONSTRUCTORs.
14479 (copy_to_permanent): Handle expression_obstack properly.
14480
14481 * Make-lang.in (cplib2.txt): Also depend on the headers.
14482
14483 * rtti.c (get_tinfo_var): Don't assume that POINTER_SIZE ==
14484 INT_TYPE_SIZE.
14485 (expand_class_desc): Use USItype for offset field.
14486 * tinfo.h (struct __class_type_info): Likewise.
14487
14488 * method.c (build_overload_int): TYPE_PRECISION should be applied
14489 to types.
14490
14491 Sat Sep 28 14:44:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14492
14493 * call.c (build_new_op): A COND_EXPR involving void must be a
14494 builtin.
14495
14496 Fri Sep 27 16:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
14497
14498 * typeck.c (build_x_component_ref): New fn.
14499 (build_object_ref): Use it.
14500 * parse.y (primary): Use it.
14501 * decl2.c (build_expr_from_tree): Use it.
14502 * cp-tree.h: Declare it.
14503
14504 * decl.c (start_decl): Variable-sized arrays cannot be initialized.
14505 * error.c (dump_type_suffix): Handle variable arrays.
14506
14507 Fri Sep 27 13:14:05 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14508
14509 * Make-lang.in (exception.o): Put back compiling it with -fPIC.
14510
14511 Fri Sep 27 03:00:09 1996 Jason Merrill <jason@yorick.cygnus.com>
14512
14513 * decl.c (lookup_name_real): Don't try to look up anything in a
14514 TYPENAME_TYPE.
14515
14516 * tinfo2.cc (__throw_type_match_rtti): Oops.
14517
14518 Thu Sep 26 22:11:05 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14519
14520 * Make-lang.in (exception.o): Use -fno-PIC for now.
14521
14522 Thu Sep 26 10:59:00 1996 Jason Merrill <jason@yorick.cygnus.com>
14523
14524 * rtti.c (build_dynamic_cast): Pass tinfo fns rather than
14525 calling them.
14526 (get_tinfo_fn_dynamic): Extracted from build_typeid.
14527 * tinfo2.cc (__dynamic_cast): Adjust.
14528
14529 * rtti.c (build_typeid): Use resolves_to_fixed_type_p.
14530 (build_x_typeid): Likewise.
14531
14532 * parse.y: Call build_x_typeid instead of build_typeid.
14533 * cp-tree.def: Add TYPEID_EXPR.
14534 * pt.c (tsubst_copy): Handle typeid.
14535 * decl2.c (build_expr_from_tree): Likewise.
14536 * rtti.c (build_x_typeid): Throw bad_typeid from here.
14537 (build_typeid): Not here.
14538 * cp-tree.h: Declare build_x_typeid.
14539
14540 Wed Sep 25 17:26:16 1996 Jason Merrill <jason@yorick.cygnus.com>
14541
14542 * call.c (convert_like): Pull out constant values.
14543
14544 * tree.c (mapcar): Use build_cplus_array_type, not build_array_type.
14545
14546 Wed Sep 25 17:28:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14547
14548 * decl.c (init_decl_processing): Create short int types before
14549 creating size_t in case a machine description needs to use
14550 unsigned short for size_t.
14551
14552 Tue Sep 24 18:18:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14553
14554 * Make-lang.in (exception.o): Turn off pic.
14555
14556 * tinfo2.cc (__throw_type_match_rtti): Fix cv-variants of the same
14557 type, multi-level ptr conversions.
14558
14559 * rtti.c (call_void_fn): Renamed and genericized from throw_bad_cast.
14560 (throw_bad_cast): Use it.
14561 (throw_bad_typeid): New fn.
14562 (build_typeid): Throw bad_typeid as needed.
14563 Use build_call.
14564 (synthesize_tinfo_fn): Handle functions and arrays before checking
14565 for cv-quals.
14566
14567 * Remove .h from standard C++ headers, add new.h, move into inc
14568 subdirectory.
14569
14570 * exception*: Remove pointer from object, constructors. Add
14571 default exception::what that uses type_info::name. Add
14572 __throw_bad_typeid.
14573
14574 * init.c (build_new): Don't add a cookie to new (void *) T[2].
14575
14576 Mon Sep 23 15:21:53 1996 Jason Merrill <jason@yorick.cygnus.com>
14577
14578 * Make-lang.in: Building C++ code depends on cc1plus.
14579
14580 Mon Sep 23 12:38:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14581
14582 * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
14583 a HOST_WIDE_INT, not a tree.
14584
14585 Mon Sep 23 12:36:02 1996 Jason Merrill <jason@yorick.cygnus.com>
14586
14587 * exception.cc: Don't include <stdlib.h>.
14588
14589 * Make-lang.in (c++.clean): Remove cplib2.*.
14590
14591 Mon Sep 23 09:42:19 1996 Doug Evans <dje@canuck.cygnus.com>
14592
14593 * parse.y (component_decl_1, component_costructor_declarator case):
14594 Pass attributes/prefix_attributes in tree list.
14595
14596 Mon Sep 23 01:18:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14597
14598 * tinfo{,2}.cc: #include <stddef.h> instead of <stdlib.h>.
14599
14600 Sun Sep 22 05:31:22 1996 Jason Merrill <jason@yorick.cygnus.com>
14601
14602 * lex.c (do_identifier): Don't do deferred lookup in a template
14603 header.
14604
14605 * typeck2.c (store_init_value): Oops.
14606
14607 * new.{h,cc}, exception.{h,cc}, typeinfo.h, tinfo{2.cc,.cc,.h}:
14608 New files for C++ lang-support library.
14609 * Make-lang.in (CXX_EXTRA_HEADERS): Define.
14610 (CXX_LIB2FUNCS): Define.
14611 And rules for building the C++ lang-support code.
14612 * config-lang.in (headers): Define.
14613 (lib2funcs): Define.
14614
14615 Sat Sep 21 19:17:28 1996 Jason Merrill <jason@yorick.cygnus.com>
14616
14617 * decl2.c (build_expr_from_tree): If CONSTRUCTOR has a type, call
14618 digest_init.
14619 * pt.c (tsubst_copy): Compute type for CONSTRUCTOR.
14620 * typeck2.c (store_init_value): Check for initializing pmf with { }
14621 here.
14622 (process_init_constructor): Not here.
14623
14624 Thu Sep 19 16:41:07 1996 Jason Merrill <jason@yorick.cygnus.com>
14625
14626 * pt.c (begin_template_parm_list): Increment
14627 processing_template_decl here.
14628 (end_template_parm_list): Not here.
14629 (process_template_parm): No need to add 1 to it now.
14630 * *.c: Use processing_template_decl instead of current_template_parms
14631 to check for being in a template.
14632
14633 * pt.c (uses_template_parms): Handle SCOPE_REF. Fix CONSTRUCTOR.
14634 (tsubst_copy): Handle CONSTRUCTOR.
14635 (instantiate_decl): Set up context properly for variables.
14636 * decl2.c (build_expr_from_tree): Handle CONSTRUCTOR.
14637 * class.c (finish_struct): Reverse CLASSTYPE_TAGS.
14638
14639 Wed Sep 18 13:30:20 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14640
14641 * lex.c (enum tree_node_kind) [GATHER_STATISTICS]: Put the enum back.
14642
14643 Wed Sep 18 04:24:07 1996 Jason Merrill <jason@yorick.cygnus.com>
14644
14645 * method.c (make_thunk): Call comdat_linkage before setting the
14646 TREE_CODE.
14647
14648 * decl2.c (comdat_linkage): Use make_decl_one_only.
14649 (import_export_decl): Likewise.
14650 * decl.c (init_decl_processing): Check supports_one_only instead of
14651 SUPPORTS_WEAK.
14652
14653 Sat Sep 14 08:34:41 1996 Jason Merrill <jason@yorick.cygnus.com>
14654
14655 * decl2.c (grokfield): Tighten checking for access decls.
14656
14657 * decl.c (make_typename_type): Resolve references to
14658 current_class_type. Set CLASSTYPE_GOT_SEMICOLON.
14659 (lookup_name_real): Types that depend on a template parameter get
14660 an implicit 'typename' unless they're in the current scope.
14661 (start_decl_1): We don't care about incomplete types that depend
14662 on a template parm.
14663 (grokdeclarator): Resolve 'typename's in the type specifier that
14664 refer to members of the current scope.
14665
14666 * call.c (build_over_call): Remove 'inline called before
14667 definition' diagnostic.
14668 (build_method_call): Likewise.
14669 * decl.c (duplicate_decls): Downgrade 'used before declared
14670 inline' to a warning, only with -Winline.
14671
14672 Fri Sep 13 17:31:40 1996 Stan Shebs <shebs@andros.cygnus.com>
14673
14674 * mpw-make.sed: Fix include paths, add @DASH_C_FLAG@ to compile.
14675
14676 Wed Sep 11 22:38:13 1996 Gerald Baumgartner <gb@cs.purdue.edu>
14677
14678 * call.c (build_method_call): When calling a signature
14679 default implementation, as in other cases, let instance_ptr simply
14680 be instance.
14681
14682 Wed Sep 11 22:14:44 1996 Mike Stump <mrs@cygnus.com>
14683
14684 * parse.y (simple_stmt): Cleanup and use do_poplevel ().
14685
14686 Wed Sep 11 22:10:48 1996 Mike Stump <mrs@cygnus.com>
14687
14688 * except.c (expand_start_catch_block): Add a pushlevel so that -g
14689 works on hppa and SPARC.
14690
14691 Wed Sep 11 10:18:06 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14692
14693 * typeck.c (build_indirect_ref): Catch PTR being an error_mark_node.
14694
14695 Mon Sep 9 19:51:14 1996 Gerald Baumgartner <gb@cs.purdue.edu>
14696
14697 * call.c (build_over_call): Check first whether DECL_CONTEXT exists
14698 before testing whether it's a signature.
14699
14700 Sun Sep 8 16:06:57 1996 Gerald Baumgartner <gb@cs.purdue.edu>
14701
14702 * call.c (build_new_method_call): Don't complain about signature
14703 pointers and references not being an aggr type.
14704 (build_this): If a signature pointer or reference was passed in,
14705 just return it.
14706 (build_new_method_call): If instance is a signature pointer, set
14707 basetype to the signature type of instance.
14708 * sig.c (build_signature_method_call): Deleted basetype and
14709 instance parameters, they can be found as the DECL_CONTEXT of
14710 function and as the first argument passed in.
14711 * cp-tree.h: Changed declaration of build_signature_method_call.
14712 * call.c (build_method_call): Deleted first two arguments in call
14713 of build_signature_method_call.
14714 (build_over_call): Added call to build_signature_method_call.
14715
14716 Thu Sep 5 16:51:28 1996 Jason Merrill <jason@yorick.cygnus.com>
14717
14718 * typeck.c (build_c_cast): Don't tack a non_lvalue_expr onto a
14719 target_expr.
14720
14721 Thu Sep 5 10:05:38 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14722
14723 * cvt.c (convert_to_reference): Use %#T, not %#D, for error.
14724
14725 Wed Sep 4 17:16:09 1996 Bob Manson <manson@charmed.cygnus.com>
14726
14727 * except.c (expand_start_try_stmts): Move to except.c in the backend.
14728 (expand_end_try_stmts): Remove.
14729
14730 * init.c (perform_member_init): Use add_partial_entry () instead
14731 of directly manipulating lists.
14732 (emit_base_init): Likewise.
14733
14734 Wed Sep 4 12:14:36 1996 Mike Stump <mrs@cygnus.com>
14735
14736 * except.c (expand_exception_blocks): Always make sure USE and
14737 CLOBBER insns that came at the end still do, the backend relies
14738 upon this.
14739
14740 Wed Sep 4 07:44:48 1996 Jason Merrill <jason@yorick.cygnus.com>
14741
14742 * call.c (build_over_call): We can only use a TARGET_EXPR of the
14743 right type.
14744
14745 Tue Sep 3 19:26:05 1996 Jason Merrill <jason@yorick.cygnus.com>
14746
14747 * cvt.c (convert_to_reference): Revert last change, don't complain
14748 about temp without target decl.
14749
14750 Tue Sep 3 10:22:56 1996 Mike Stump <mrs@cygnus.com>
14751
14752 * decl.c (grokdeclarator): Don't core dump when void() is given.
14753
14754 Tue Sep 3 02:38:56 1996 Jason Merrill <jason@yorick.cygnus.com>
14755
14756 * decl.c (copy_args_p): Don't crash.
14757
14758 Fri Aug 30 14:26:57 1996 Mike Stump <mrs@cygnus.com>
14759
14760 * pt.c (tsubst): And support template args inside the exception
14761 specification.
14762
14763 * pt.c (tsubst): Add support for exception specifications in
14764 template functions.
14765
14766 Fri Aug 30 10:01:55 1996 Mike Stump <mrs@cygnus.com>
14767
14768 * cp-tree.def (DECL_STMT): Eliminate the throw spec field, only 3
14769 fields now.
14770 * cp-tree.h (start_decl): Eliminate the throw spec parameter.
14771 (start_function): Likewise.
14772 (start_method): Likewise.
14773 (grokfield): Likewise.
14774 (make_call_declarator): Add throw spec parameter.
14775 (set_quals_and_spec): Add routine.
14776 * lex.c (set_quals_and_spec): Likewise.
14777 * decl.h (grokdeclarator): Eliminate the throw spec parameter.
14778 * decl.c (shadow_tag): Eliminate the throw spec parameter to
14779 grokdeclarator.
14780 (groktypename): Likewise.
14781 (start_decl): Eliminate the throw spec parameter. Eliminate the
14782 throw spec parameter to grokdeclarator. Eliminate the throw spec
14783 field in DECL_STMT.
14784 (cp_finish_decl): Eliminate the throw spec field in DECL_STMT.
14785 (grokfndecl): Remove useless set of raises.
14786 (grokdeclarator): Eliminate the throw spec parameter. Eliminate
14787 the throw spec parameter to start_decl. Pull the throw spec out
14788 of the call declarator.
14789 (grokparms): Eliminate the throw spec parameter to grokdeclarator.
14790 (start_function): Eliminate the throw spec parameter. Eliminate
14791 the throw spec parameter to grokdeclarator.
14792 (start_method): Likewise.
14793 * decl2.c (grokfield): Likewise.
14794 (grokbitfield): Eliminate the throw spec parameter to grokdeclarator.
14795 (grokoptypename): Likewise.
14796 (finish_file): Eliminate the throw spec parameter to
14797 start_function. Add throw spec to make_call_declarator.
14798 * except.c (init_exception_processing): Add throw spec to
14799 make_call_declarator. Eliminate the throw spec parameter to
14800 start_decl.
14801 (expand_start_catch_block): Eliminate the throw spec parameter to
14802 grokdeclarator.
14803 (expand_builtin_throw): Add throw spec to make_call_declarator.
14804 Eliminate the throw spec parameter to start_function.
14805 (start_anon_func): Likewise.
14806 * lex.c (make_call_declarator): Add throw spec parameter.
14807 (set_quals_and_spec): New routine.
14808 (cons_up_default_function): Add throw spec to make_call_declarator.
14809 Eliminate the throw spec parameter to grokfield.
14810 * method.c (synthesize_method): Eliminate the throw spec parameter
14811 to start_function.
14812 * pt.c (process_template_parm): Eliminate the throw spec parameter
14813 to grokdeclarator.
14814 (tsubst): Add throw spec to make_call_declarator.
14815 (tsubst_expr): Eliminate the throw spec parameter to start_decl.
14816 (do_function_instantiation): Eliminate the throw spec parameter to
14817 grokdeclarator. Eliminate the throw spec parameter to
14818 start_function.
14819 * rtti.c (synthesize_tinfo_fn): Eliminate the throw spec parameter
14820 to start_function.
14821 * parse.y (datadef): Remove non-winning optimization.
14822 (decl): Likewise.
14823 (fndef): Remove ambiguous error productions uncovered by grammar
14824 fixing.
14825 (constructor_declarator): Add exception_specification_opt here.
14826 (component_constructor_declarator): Likewise.
14827 (direct_after_type_declarator): Likewise.
14828 (complex_direct_notype_declarator): Likewise.
14829 (direct_abstract_declarator): Likewise.
14830 (fn.def1): Remove exception_specification_opt.
14831 (fn.def2): Likewise.
14832 (condition): Likewise.
14833 (initdcl0): Likewise.
14834 (initdcl): Likewise.
14835 (notype_initdcl0): Likewise.
14836 (nomods_initdcl0): Likewise.
14837 (component_decl_1): Likewise.
14838 (component_declarator): Likewise.
14839 (after_type_component_declarator0): Likewise.
14840 (after_type_component_declarator): Likewise.
14841 (notype_component_declarator): Likewise.
14842
14843 Wed Aug 28 01:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
14844
14845 * call.c (build_over_call): Also use an INIT_EXPR when
14846 initializing anything from an rvalue.
14847
14848 * call.c (build_over_call): Call stabilize_reference when building
14849 an INIT_EXPR instead of calling the copy ctor.
14850
14851 * call.c (joust): Extend the previous change to all comparisons.
14852
14853 * decl2.c, method.c, lex.c: Use MAKE_DECL_ONE_ONLY and
14854 NO_LINKAGE_HEURISTICS.
14855
14856 * decl2.c (finish_file): Emit any statics that weren't already.
14857
14858 * typeck.c (build_static_cast): Implement.
14859 * tree.c (build_cplus_new): Handle getting a TARGET_EXPR.
14860 * decl.c (grokparms): Use can_convert_arg instead of
14861 implicit_conversion directly.
14862 (copy_args_p): New fn.
14863 * cvt.c (convert_to_reference): Don't complain about temp with
14864 static_cast.
14865 (build_up_reference): Handle TARGET_EXPRs.
14866 * call.c (build_over_call): Elide unnecessary temps.
14867 (can_convert*): Use new overloading code.
14868
14869 Tue Aug 27 13:12:21 1996 Jason Merrill <jason@yorick.cygnus.com>
14870
14871 * call.c: Move TYPE_PTR*_MACROS ...
14872 * cp-tree.h: To here.
14873 * typeck.c (build_reinterpret_cast): Implement.
14874
14875 * call.c (add_builtin_candidate): Use TYPE_PTROB_P instead of
14876 ptr_complete_ob.
14877 (joust): If we're comparing a function to a builtin and the worst
14878 conversion for the builtin is worse than the worst conversion for the
14879 function, take the function.
14880
14881 * typeck.c (build_const_cast): Implement.
14882 (comp_ptr_ttypes_const): Like comp_ptr_ttypes, for const_cast.
14883 (comp_ptr_ttypes_reinterpret): Like cpt, for reinterpret_cast.
14884
14885 Tue Aug 27 13:14:58 1996 Bob Manson <manson@charmed.cygnus.com>
14886
14887 * rtti.c (build_dynamic_cast): Don't try to dereference exprtype
14888 too early. Make sure we explode if exprtype turns out to be a
14889 NULL_TREE when it shouldn't be.
14890
14891 Tue Aug 27 10:56:21 1996 Mike Stump <mrs@cygnus.com>
14892
14893 * cp-tree.h: New routine make_call_declarator.
14894 * lex.c (make_call_declarator): Define it.
14895 * except.c (init_exception_processing): Use it.
14896 (expand_builtin_throw): Likewise.
14897 (start_anon_func): Likewise.
14898 * decl2.c (finish_file): Likewise.
14899 * lex.c (cons_up_default_function): Likewise.
14900 * parse.y: Likewise.
14901 * pt.c (tsubst): Likewise.
14902
14903 Mon Aug 26 17:40:03 1996 Mike Stump <mrs@cygnus.com>
14904
14905 * decl2.c (groktypefield): Remove unused code.
14906
14907 Mon Aug 26 17:00:33 1996 Mike Stump <mrs@cygnus.com>
14908
14909 * gxx.gperf: Change TYPE_QUAL into CV_QUALIFIER.
14910 * parse.y: Likewise. Change maybe_type_qual into maybe_cv_qualifier.
14911 Change type_quals into cv_qualifiers. Change nonempty_type_quals into
14912 nonempty_cv_qualifiers.
14913 * hash.h: Rebuild.
14914
14915 * lex.c (make_pointer_declarator): Change type_quals into
14916 cv_qualifiers.
14917 (make_reference_declarator): Likewise.
14918
14919 Thu Aug 22 01:09:22 1996 Jason Merrill <jason@yorick.cygnus.com>
14920
14921 * decl.c (start_function): Only check interface_* for templates
14922 with flag_alt_external_templates.
14923
14924 * call.c (build_new_op): Check for comparison of different enum types.
14925 (build_over_call): Fix arg # output.
14926
14927 * typeck.c (build_component_ref): Handle pre-found TYPE_DECL.
14928
14929 Wed Aug 21 00:13:15 1996 Jason Merrill <jason@yorick.cygnus.com>
14930
14931 * call.c (build_new_op): Check for erroneous args.
14932
14933 * call.c (build_new_method_call): Add missing args to cp_error.
14934
14935 * tree.c (error_type): Don't print reference-to-array.
14936
14937 * typeck.c (convert_for_assignment): Don't say contravariance for
14938 removing const.
14939
14940 Tue Aug 20 13:23:00 1996 Jason Merrill <jason@yorick.cygnus.com>
14941
14942 * call.c (build_over_call): Diagnose bad convs for `this'.
14943
14944 * lex.c (cons_up_default_function): Set DECL_ARTIFICIAL
14945 on _ctor_arg.
14946
14947 * call.c (convert_like): Handle bad convs.
14948 (build_over_call): Handle bad convs better.
14949
14950 * decl2.c: -fansi-overloading is now the default.
14951
14952 * call.c (build_new_method_call): Check for erroneous args.
14953
14954 * pt.c (instantiate_class_template): Propagate
14955 TYPE_USES_MULTIPLE_INHERITANCE.
14956
14957 Tue Aug 20 13:09:57 1996 Mike Stump <mrs@cygnus.com>
14958
14959 * call.c (enforce_access): Add static to routine.
14960
14961 Sun Aug 18 14:35:54 1996 Jason Merrill <jason@yorick.cygnus.com>
14962
14963 * call.c (build_user_type_conversion_1): Fix bad handling.
14964 (compare_ics): Likewise.
14965
14966 Sat Aug 17 21:54:11 1996 Jason Merrill <jason@yorick.cygnus.com>
14967
14968 * call.c (standard_conversion): Oops.
14969
14970 Sat Aug 17 16:28:11 1996 Geoffrey Noer <noer@cygnus.com>
14971
14972 * g++.c: Update test for win32 (&& ! cygwin32).
14973
14974 Sat Aug 17 03:45:31 1996 Jason Merrill <jason@yorick.cygnus.com>
14975
14976 * typeck.c (comp_ptr_ttypes_real): Handle OFFSET_TYPEs properly.
14977 (ptr_reasonably_similar): New fn.
14978 * call.c (BAD_RANK): New rank.
14979 (ICS_BAD_FLAG): New macro.
14980 (standard_conversion): Handle almost-right pointer conversions.
14981 (reference_binding): Handle bad rvalue bindings.
14982 (add_*_candidate): Stuff.
14983 (build_over_call): Pass bad conversions to convert_for_initialization.
14984 (compare_ics): Handle bad convs.
14985 (joust): Likewise.
14986
14987 Fri Aug 16 15:02:19 1996 Bob Manson <manson@charmed.cygnus.com>
14988
14989 * init.c (expand_vec_init): Use ptrdiff_type_node instead of
14990 integer_type_node when computing pointer offsets.
14991
14992 Fri Aug 16 01:28:32 1996 Jason Merrill <jason@yorick.cygnus.com>
14993
14994 * tree.c (lvalue_type): New fn.
14995 (error_type): New fn.
14996 * call.c (op_error): Use error_type.
14997 (add_conv_candidate): Use lvalue_type.
14998 (add_builtin_candidates): Likewise.
14999 * error.c (args_as_string): Use error_type.
15000
15001 Thu Aug 15 17:27:13 1996 Jason Merrill <jason@yorick.cygnus.com>
15002
15003 * pt.c (instantiate_decl): Evaluate DECL_INITIAL of a VAR_DECL here.
15004 (tsubst): Not here.
15005
15006 * decl.c (init_decl_processing): With -ansi, __null's type is the
15007 signed integral type with the same number of bits as a pointer.
15008 Introduce a new variable null_node for it.
15009 * cp-tree.h: Adjust.
15010 * call.c (null_ptr_cst_p): Adjust.
15011
15012 Thu Aug 15 17:09:54 1996 Mike Stump <mrs@cygnus.com>
15013
15014 * except.c (do_unwind): Mark %i7 as used on the SPARC so we can
15015 optimize.
15016
15017 Thu Aug 15 01:36:49 1996 Jason Merrill <jason@yorick.cygnus.com>
15018
15019 * decl2.c (import_export_decl): Ignore #pragma interface for tinfo
15020 fns of classes without virtual functions.
15021
15022 * call.c (add_function_candidate): Handle `this' specially.
15023 (compare_ics): Likewise.
15024
15025 Tue Aug 13 12:16:10 1996 Jason Merrill <jason@yorick.cygnus.com>
15026
15027 * typeck.c (build_conditional_expr): Fix handling of __null.
15028
15029 * decl2.c (comdat_linkage): New fn.
15030 (import_export_vtable): Use it.
15031 (import_export_decl): Use it.
15032 * method.c (make_thunk): Use it.
15033
15034 Mon Aug 12 00:09:18 1996 Jason Merrill <jason@yorick.cygnus.com>
15035
15036 * pt.c (end_template_decl): If we don't actually have parms, return.
15037 * parse.y (template_header): Accept 'template <>'.
15038
15039 * errfn.c: Allow 5 args.
15040
15041 Sun Aug 11 15:20:58 1996 Jason Merrill <jason@yorick.cygnus.com>
15042
15043 * tree.c (make_temp_vec): New fn.
15044 * pt.c (push_template_decl): Handle partial specs.
15045 (instantiate_class_template): Likewise.
15046 (more_specialized): Use get_bindings.
15047 (more_specialized_class): New fn.
15048 (get_class_bindings): New fn.
15049 (most_specialized_class): New fn.
15050 (do_function_instantiation): List candidates for ambiguous case.
15051 * decl.c (duplicate_decls): Lose reference to DECL_TEMPLATE_MEMBERS.
15052 (shadow_tag): Call push_template_decl for partial specializations.
15053 * parse.y: Likewise.
15054 * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Replaces
15055 DECL_TEMPLATE_MEMBERS.
15056 * call.c (print_z_candidates): Reduce duplication.
15057
15058 Fri Aug 9 14:36:08 1996 Jason Merrill <jason@yorick.cygnus.com>
15059
15060 * decl2.c (lang_decode_option): Allow -fansi-overloading.
15061
15062 Thu Aug 8 17:04:18 1996 Jason Merrill <jason@yorick.cygnus.com>
15063
15064 * pt.c (get_bindings): New fn.
15065 (most_specialized): Likewise.
15066 (do_function_instantiation): Use them.
15067 (add_maybe_template): New fn.
15068 * cp-tree.h (DECL_MAYBE_TEMPLATE): New macro.
15069 * call.c (build_new_op): Handle guiding decls.
15070 (build_new_function_call): Likewise.
15071 * decl2.c (finish_file): Likewise.
15072
15073 * decl2.c (mark_used): Do synthesis here.
15074 * call.c (build_method_call): Not here.
15075 (build_over_call): Or here.
15076 * typeck.c (build_function_call_real): Or here.
15077 * tree.c (bot_manip): Call mark_used on functions used in default
15078 args.
15079
15080 Thu Aug 8 17:48:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15081
15082 * decl2.c (import_export_vtable): Delete code that disabled vtable
15083 heuristic on systems with ASM_OUTPUT_EXTERNAL.
15084
15085 Wed Aug 7 12:44:11 1996 Jason Merrill <jason@yorick.cygnus.com>
15086
15087 * typeck.c (build_x_function_call): Handle static call context
15088 better.
15089
15090 * decl.c (finish_function): Set the DECL_CONTEXT of the result to
15091 the function, not its outer block.
15092
15093 * call.c (build_field_call): Pass fields on to build_opfncall
15094 regardless of TYPE_OVERLOADS_CALL_EXPR.
15095 (build_method_call): Pass on to build_new_method_call sooner.
15096
15097 * typeck.c (build_ptrmemfunc): Just return what instantiate_type
15098 gives us.
15099 * class.c (instantiate_type): Don't put a POINTER_TYPE to
15100 METHOD_TYPE on an expression. Also make a copy of rhs instead of
15101 modifying it.
15102
15103 Tue Aug 6 12:58:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15104
15105 * call.c (compare_ics): Handle qual_conv after lvalue_conv.
15106 (add_builtin_candidate): Don't take enums for ++.
15107 (build_new_method_call): Handle non-aggregates and field calls.
15108 Move new overloading code from...
15109 * cvt.c: Here.
15110
15111 * decl.c (grokparms): Don't check default args in templates.
15112
15113 Mon Aug 5 17:17:06 1996 Jason Merrill <jason@yorick.cygnus.com>
15114
15115 * cvt.c (build_new_op): Fix args to build_unary_op.
15116 (add_builtin_candidates): Don't call type_promotes_to on float.
15117
15118 * decl.c (grokparms): Check the type of the default arg.
15119
15120 * cvt.c (build_new_op): Pass non-overloaded cases on rather than
15121 returning NULL_TREE.
15122
15123 * typeck.c (build_x_binary_op): Avoid doing extra work.
15124 (build_x_unary_op): Likewise.
15125 (build_x_conditional_expr): Likewise.
15126 * cvt.c (build_over_call): Return.
15127 (add_builtin_candidate): Fix MEMBER_REF.
15128 (build_new_op): Likewise.
15129
15130 Mon Aug 5 17:07:47 1996 Mike Stump <mrs@cygnus.com>
15131
15132 * method.c (build_overload_name): Put bug fix into code but leave
15133 disabled for now so we can be bug compatible with older releases
15134 that do repeats incorrectly. In the future, we can enable it.
15135
15136 Mon Aug 5 13:46:28 1996 Jason Merrill <jason@yorick.cygnus.com>
15137
15138 * cvt.c (convert_like): Don't call build_cplus_new twice.
15139
15140 * call.c, cp-tree.h, cvt.c, decl2.c, init.c, method.c, pt.c, typeck.c:
15141 Control new overloading code with -fansi-overloading.
15142
15143 Sun Aug 4 15:29:11 1996 Jason Merrill <jason@yorick.cygnus.com>
15144
15145 * cvt.c (build_over_call): Call build_cplus_new.
15146 * call.c (build_method_call): Likewise.
15147 * typeck.c (build_function_call_real): Likewise.
15148 (build_conditional_expr): If both operands are TARGET_EXPRs, wrap
15149 the COND_EXPR in a TARGET_EXPR so they use the same slot.
15150
15151 * cvt.c (build_up_reference): Propagate INDIRECT_BIND to
15152 recursive calls.
15153 * typeck.c (complete_type): Propagate
15154 TYPE_NEEDS_{CONSTRUCTING,DESTRUCTOR}.
15155
15156 Sat Aug 3 14:05:07 1996 Jason Merrill <jason@yorick.cygnus.com>
15157
15158 * cvt.c (joust): More ?: kludging. Sigh.
15159 (build_over_call): Don't try to synthesize global fns.
15160
15161 * search.c (lookup_conversions): Use binfo marking.
15162
15163 Sat Aug 3 12:33:42 1996 Bob Manson <manson@charmed.cygnus.com>
15164
15165 * search.c (build_mi_matrix): Use the correct value of cid
15166 when determining the new mi_size.
15167
15168 Sat Aug 3 01:27:41 1996 Jason Merrill <jason@yorick.cygnus.com>
15169
15170 * cvt.c (add_builtin_candidates): Do consider type conversion ops
15171 for the first parms of += et al.
15172 (strip_top_quals): New fn.
15173 (reference_binding): Use it instead of TYPE_MAIN_VARIANT.
15174 (implicit_conversion): Likewise.
15175 (add_builtin_candidates): Be careful about arrays.
15176 (build_new_method_call): Handle vtable optimization.
15177
15178 Fri Aug 2 01:26:59 1996 Jason Merrill <jason@yorick.cygnus.com>
15179
15180 * cp-tree.h (LOOKUP_NO_TEMP_BIND): New flag.
15181 * cvt.c (reference_binding): Use it.
15182 (implicit_conversion): Use it.
15183 (add_builtin_candidate, COND_EXPR): Use it.
15184
15185 * cvt.c (build_new_function_call): Check for error args.
15186
15187 * typeck.c (comptypes): Just check DERIVED_FROM_P, not UNIQUELY.
15188
15189 * gxx.gperf: Add __null.
15190 * hash.h: Regenerate.
15191 * lex.h: Add RID_NULL.
15192 * lex.c (init_lex): Create null_pointer_node here, stick it in
15193 RID_NULL.
15194 * decl.c (init_decl_processing): Still set its type here.
15195 * cvt.c (cp_convert_to_pointer): Don't produce null_pointer_node.
15196 (convert_to_pointer_force): Likewise.
15197 (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)0
15198 if (! pedantic).
15199 * call.c (convert_harshness): Use null_ptr_cst_p.
15200 * typeck.c (convert_for_assignment): Likewise. Don't produce
15201 null_pointer_node.
15202
15203 * error.c (args_as_string): Handle lists of actual args, too.
15204 * cvt.c (null_ptr_cst): Support (void*)0 for now.
15205 (build_user_type_conversion_1): Improve diagnostics.
15206 (build_new_function_call): Likewise.
15207 (build_object_call): Likewise.
15208 (build_new_method_call): Likewise. Move call before def diagnostic...
15209 (build_over_call): Here.
15210
15211 * cvt.c (build_new_method_call): Don't complain about no match if
15212 LOOKUP_SPECULATIVELY.
15213 (build_over_call): Fix 'this' for virtual fn.
15214 (build_new_method_call): Add diagnostic.
15215
15216 Thu Aug 1 16:45:09 1996 Jason Merrill <jason@yorick.cygnus.com>
15217
15218 * cvt.c (add_function_candidate): Expect 'this' and 'in_chrg' for
15219 constructors to be passed in.
15220 (build_over_call): Likewise.
15221 (build_user_type_conversion_1): Pass them in.
15222 (convert_like): Likewise.
15223 (build_object_call): Handle overloaded conversions.
15224 (build_over_call): Pass the right args to build_vfn_ref.
15225 (standard_conversion): Fix pmf convs.
15226 (joust): Handle comparing statics and non-statics.
15227 (build_new_method_call): New fn.
15228 * call.c (build_method_call): Call it if NEW_OVER.
15229
15230 Thu Aug 1 16:06:14 1996 Mike Stump <mrs@cygnus.com>
15231
15232 * lex.c (do_identifier): Don't use %O on IDENTIFIER_OPNAME_Ps, use
15233 %D instead.
15234
15235 Thu Aug 1 15:24:02 1996 Mike Stump <mrs@cygnus.com>
15236
15237 * except.c (expand_throw): Use maybe_build_cleanup_and_delete
15238 instead of just maybe_build_cleanup so that we deallocate the
15239 thrown object.
15240
15241 Thu Aug 1 15:18:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15242
15243 * decl2.c (finish_prevtable_vardecl): Make non-static for pt.c's use.
15244 * cp-tree.h (finish_prevtable_vardecl): Add decl.
15245
15246 Thu Aug 1 11:53:51 1996 Bob Manson <manson@charmed.cygnus.com>
15247
15248 * pt.c (instantiate_class_template): Call complete_type. Also, if
15249 we're at the end of the file and we just instantiated a template
15250 class with a vtable, call finish_prevtable_vardecl.
15251
15252 * error.c (dump_decl): Don't explode (or explode more gracefully
15253 as appropriate) if the object being dumped has a null type.
15254 (dump_expr): Likewise.
15255
15256 * search.c (build_mi_matrix): Ensure that mi_size is large enough,
15257 by counting the number of nodes that we'll need before allocating
15258 the array.
15259 (lookup_fnfields): Fix comment.
15260 (breadth_first_search): Fix comment.
15261
15262 Wed Jul 31 09:57:05 1996 Jason Merrill <jason@yorick.cygnus.com>
15263
15264 * pt.c (instantiate_class_template): Propagate TYPE_PACKED and
15265 TYPE_ALIGN.
15266 * class.c (finish_struct): Call cplus_decl_attributes here.
15267 (finish_struct_1): Not here.
15268 * cp-tree.h: Adjust.
15269
15270 * pt.c (type_unification): New parameter STRICT.
15271 (unify): If STRICT, don't allow cv addition or base deduction.
15272 * call.c, class.c, cvt.c, cp-tree.h: Adjust.
15273
15274 Tue Jul 30 13:06:13 1996 Jason Merrill <jason@yorick.cygnus.com>
15275
15276 * search.c (get_template_base{_recursive}): New fns.
15277 * pt.c (more_specialized): New fn.
15278 (do_function_instantiation): Use it.
15279 (unify): Handle base deduction.
15280 * cvt.c (joust): Use more_specialized.
15281 Don't arbitrarily choose between non-builtin candidates.
15282 (build_over_call): Call require_complete_type.
15283
15284 * decl.c (start_function): Statics are static even in a #pragma
15285 interface file.
15286
15287 * decl2.c (import_export_vtable): Disable vtable heuristic on
15288 systems with ASM_OUTPUT_EXTERNAL.
15289
15290 * cvt.c (compare_ics): Fix comparison of PMEM_CONV and BASE_CONV.
15291 (standard_conversion): No std conv to enum type.
15292
15293 * cvt.c (standard_conversion): Fix order of args to DERIVED_FROM_P
15294 for ptm's.
15295
15296 * cvt.c (reference_binding): Bind directly to a base subobject of
15297 a class rvalue.
15298
15299 * cvt.c (build_new_op): Enforce access control.
15300
15301 Tue Jul 30 09:22:53 1996 Bob Manson <manson@charmed.cygnus.com>
15302
15303 * typeck2.c (process_init_constructor): When scanning the
15304 union for a named field, skip things that aren't FIELD_DECLs.
15305
15306 * method.c (synthesize_method): Don't scan fndecl's rtl if
15307 we're at the end of the file; just assume the function can't
15308 be inlined.
15309
15310 Mon Jul 29 15:48:30 1996 Jason Merrill <jason@yorick.cygnus.com>
15311
15312 * cvt.c (build_builtin_candidate): Stick a dummy conversion in if
15313 it failed.
15314
15315 * cvt.c (build_user_type_conversion_1): Handle overloaded
15316 conversion ops.
15317
15318 * cvt.c (add_builtin_candidates): Don't consider type conversion
15319 operators for the first parameter of operator=.
15320
15321 Mon Jul 29 15:33:55 1996 Bob Manson <manson@charmed.cygnus.com>
15322
15323 * typeck.c (complete_type): Only call layout_type if we're not
15324 expanding a template.
15325
15326 Mon Jul 29 14:40:38 1996 Jason Merrill <jason@yorick.cygnus.com>
15327
15328 * cvt.c (compare_ics): Oops.
15329
15330 * cvt.c (op_error): Oops.
15331
15332 * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
15333 * cvt.c: Add IDENTITY_RANK before others. Use real_lvalue_p.
15334 (build_conv): Use them.
15335 (implicit_conversion): Use them.
15336 (convert_like): Handle them.
15337 (build_new_op): Handle builtin COND_EXPR again.
15338 (add_builtin_candidates): Strip cv-quals. Fix oops. Include enums
15339 in lists of types for COND_EXPR.
15340 (add_builtin_candidate): Add enum candidates for COND_EXPR.
15341
15342 Mon Jul 29 12:05:40 1996 Bob Manson <manson@charmed.cygnus.com>
15343
15344 * typeck.c (build_modify_expr): Always attempt to build a call to
15345 the assignment operator, even if we're using a default one.
15346 (convert_for_initialization): Call complete_type.
15347
15348 Mon Jul 29 11:25:08 1996 Jason Merrill <jason@yorick.cygnus.com>
15349
15350 * cvt.c (reference_binding): A REF_BIND gets the reference type.
15351 (implicit_conversion): Likewise.
15352 (convert_like): Likewise.
15353 (compare_ics): Likewise.
15354 (compare_qual): Likewise.
15355 (print_z_candidates): Handle no candidates.
15356 (build_new_op): Don't handle builtin COND_EXPR for now.
15357
15358 Sat Jul 27 11:27:47 1996 Stan Shebs <shebs@andros.cygnus.com>
15359
15360 * cvt.c (build_builtin_candidate): Init local var in an ANSI way.
15361
15362 Fri Jul 26 01:07:22 1996 Jason Merrill <jason@yorick.cygnus.com>
15363
15364 * cvt.c (joust): If the candidates are the same, arbitrarily pick one.
15365
15366 * cvt.c (build_builtin_candidate): Oops.
15367 (build_new_op): Oops.
15368
15369 * method.c (build_opfncall): Pass COND_EXPR on.
15370 * cvt.c (build_builtin_candidate): Reorganize, support COND_EXPR.
15371 (add_builtin_candidate{,s}): Likewise.
15372 (add_builtin_candidates): Likewise.
15373 (print_z_candidates, op_error, build_new_op): Likewise.
15374 (type_decays_to): New fn.
15375 * lex.c (init_lex): Just say ?: for COND_EXPR.
15376
15377 Thu Jul 25 09:33:33 1996 Jason Merrill <jason@yorick.cygnus.com>
15378
15379 * typeck.c (complete_type): Call layout_type rather than building
15380 a new array type.
15381
15382 * cvt.c (add_builtin_candidate): Pointer arithmetic candidates
15383 only use ptrdiff_t.
15384
15385 Wed Jul 24 12:45:08 1996 Jason Merrill <jason@yorick.cygnus.com>
15386
15387 * cvt.c: Always compile the new overloading code (but don't use it).
15388 (implicit_conversion): Add a BASE_CONV when converting to
15389 the same class type.
15390 (convert_like): Handle BASE_CONV.
15391
15392 Tue Jul 23 12:46:30 1996 Jason Merrill <jason@yorick.cygnus.com>
15393
15394 * cvt.c (build_new_op): Support {MAX,MIN}_EXPR.
15395 (add_builtin_candidate): Likewise.
15396
15397 NEW_OVER changes:
15398 * typeck.c (build_x_function_call): Try an operator function
15399 whenever we call an object of class type.
15400 * method.c (build_opfncall): Pass CALL_EXPRs through.
15401 * cvt.c (implicit_conversion): Do const-ref case first.
15402 (add_conv_candidate, build_object_call, op_error): New fns.
15403 (ptr_complete_ob, TYPE_PTROB_P): void is not an object type.
15404 ({add,build}_builtin_candidate{,s}, print_z_candidates): Display
15405 builtin candidates.
15406 (build_new_op): Handle CALL_EXPR. Don't try to decay void.
15407 Fall back on preincrement handling. Use op_error.
15408 Handle warn_synth.
15409 (convert_like): Pass INDIRECT_BIND. Don't try to do anything with
15410 an error_mark_node.
15411 (build_over_call): Handle PROMOTE_PROTOTYPES and ellipsis promotions
15412 properly.
15413
15414 Mon Jul 22 16:21:55 1996 Bob Manson <manson@charmed.cygnus.com>
15415
15416 * pt.c (tsubst_expr): Handle CONTINUE_STMT.
15417
15418 Mon Jul 22 15:38:58 1996 Mike Stump <mrs@cygnus.com>
15419
15420 * typeck.c (build_component_ref_1): Use build_component_ref
15421 instead of open coding it here.
15422
15423 Mon Jul 22 12:18:54 1996 Jason Merrill <jason@yorick.cygnus.com>
15424
15425 * g++.c (main): Don't link with -lg++.
15426
15427 NEW_OVER changes:
15428 * cvt.c (convert_to_reference): Don't use convert_from_reference on
15429 result of build_type_conversion.
15430 (cp_convert): Only call build_method_call for ctors if
15431 build_type_conversion failed.
15432 (ptr_complete_ob): New function.
15433 (TYPE_PTR{,OB,MEM}_P): New macros.
15434 ({add,build}_builtin_candidate{,s}): New functions.
15435 (print_z_candidates): Handle builtins.
15436 (build_user_type_conversion_1): Don't use conversion fns for
15437 converting to a base type.
15438 (build_user_type_conversion_1): Set ICS_USER_FLAG on AMBIG_CONVs.
15439 (build_user_type_conversion): Use convert_from_reference.
15440 (build_new_op): New function.
15441 (build_over_call): Fix handling of methods.
15442 (compare_ics): Handle AMBIG_CONV properly.
15443 * typeck2.c: Increment abort count.
15444 * method.c (build_opfncall): Forward most requests to build_new_op.
15445 * cp-tree.h (IS_OVERLOAD_TYPE): Tweak.
15446
15447 Fri Jul 19 17:59:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15448
15449 * error.c (dump_expr, case CONSTRUCTOR, case CAST_EXPR): Take out
15450 invalid second argument to dump_expr_list.
15451
15452 Fri Jul 19 14:04:05 1996 Mike Stump <mrs@cygnus.com>
15453
15454 * decl.c (lookup_name_real): Make sure we do obj->X::i correctly.
15455
15456 Thu Jul 18 14:48:23 1996 Bob Manson <manson@charmed.cygnus.com>
15457
15458 * decl2.c (import_export_vtable): ASM_OUTPUT_EXTERNAL, not
15459 ASSEMBLE_EXTERNAL.
15460
15461 Mon Jul 15 17:48:43 1996 Mike Stump <mrs@cygnus.com>
15462
15463 * typeck2.c (process_init_constructor): New pedwarn for using { }
15464 to initialize a pointer to member function.
15465 * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that
15466 we can avoid the new error.
15467
15468 Mon Jul 15 15:42:03 1996 Mike Stump <mrs@cygnus.com>
15469
15470 * typeck.c (build_ptrmemfunc1): New function to hide details of
15471 pointer to member functions better.
15472
15473 Mon Jul 15 14:23:02 1996 Mike Stump <mrs@cygnus.com>
15474
15475 * init.c (resolve_offset_ref): Resolve OFFSET_REFs that are
15476 methods into the actual method, as we know the implied object is
15477 not used.
15478
15479 Mon Jul 15 13:08:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15480
15481 * parse.y (maybecomma_warn): Only emit the pedwarn if we're not
15482 inside a system header.
15483
15484 Fri Jul 12 16:30:05 1996 Bob Manson <manson@charmed.cygnus.com>
15485
15486 * call.c (build_method_call): Call complete_type on the
15487 instance type.
15488
15489 Thu Jul 11 17:16:40 1996 Mike Stump <mrs@cygnus.com>
15490
15491 * typeck.c (build_component_ref): Always build up an OFFSET_REF
15492 for obj_ptr->func so that we can know which object to use in a
15493 method call.
15494
15495 Wed Jul 10 19:36:37 1996 Mike Stump <mrs@cygnus.com>
15496
15497 * typeck.c (build_ptrmemfunc): Remove sorry, now we can cast
15498 around things. Also improve maintainability.
15499
15500 Wed Jul 10 18:20:11 1996 Bob Manson <manson@charmed.cygnus.com>
15501
15502 * decl.c (grokdeclarator): Check for overflow when evaluating an
15503 array dimension.
15504
15505 Wed Jul 10 17:26:19 1996 Jason Merrill <jason@yorick.cygnus.com>
15506
15507 * cvt.c (cp_convert): Don't check for ambiguity with constructor
15508 if NEW_OVER.
15509
15510 * typeck.c (build_x_function_call): Pass function overload
15511 questions to new overloading code if NEW_OVER.
15512 * init.c (expand_aggr_init_1): Only check for type conversion ops
15513 if we're doing copy-initialization (i.e. LOOKUP_ONLYCONVERTING).
15514 Don't check for ambiguity with constructor if NEW_OVER.
15515 * cvt.c (convert_to_reference): Dereference the result of a type
15516 conversion operator.
15517 (build_conv): Propagate ICS_USER_FLAG.
15518 (implicit_conversion): Call instantiate_type.
15519 Pass LOOKUP_ONLYCONVERTING instead of LOOKUP_NORMAL.
15520 (add_function_candidate): Fix cv-quals on argtype.
15521 (print_z_candidates): New function.
15522 (build_new_function_call): Call it.
15523 (build_user_type_conversion_1): If LOOKUP_ONLYCONVERTING, don't
15524 consider non-converting constructors.
15525 Call print_z_candidates.
15526 Return an AMBIG_CONV for an ambiguous conversion.
15527 (build_user_type_conversion): Handle AMBIG_CONV.
15528 (convert_like): Fix test for building TARGET_EXPR.
15529 Call instantiate_type.
15530 Handle AMBIG_CONV and LVALUE_CONV.
15531 (build_over_call): Handle 0 args and ellipsis.
15532 * cp-tree.def: Add AMBIG_CONV.
15533
15534 Tue Jul 9 17:48:48 1996 Mike Stump <mrs@cygnus.com>
15535
15536 * decl.c (lookup_name_real): If we find mem in obj when parsing
15537 `obj->mem', make sure we return the right value.
15538
15539 Tue Jul 9 16:11:28 1996 Bob Manson <manson@charmed.cygnus.com>
15540
15541 * search.c (get_base_distance): Call complete_type.
15542
15543 Tue Jul 9 12:46:34 1996 Mike Stump <mrs@cygnus.com>
15544
15545 * decl.c (store_bindings): Make static.
15546
15547 Mon Jul 8 16:42:31 1996 Jason Merrill <jason@yorick.cygnus.com>
15548
15549 * init.c (expand_aggr_init_1): Don't check type conversions if
15550 NEW_OVER.
15551
15552 * cvt.c (z_candidate): Put back template field.
15553 (add_function_candidate): Set it.
15554 (add_template_candidate): Likewise.
15555 (joust): Use it.
15556 (compare_qual): Handle references and pointers to members.
15557 (compare_ics): Handle reference bindings.
15558
15559 * decl.c (duplicate_decls): Propagate DECL_ONE_ONLY.
15560
15561 Mon Jul 8 16:18:56 1996 Bob Manson <manson@charmed.cygnus.com>
15562
15563 * call.c (compute_conversion_costs): Call complete_type.
15564
15565 * tree.c (vec_binfo_member): Use comptypes instead of comparing
15566 pointers, so we can handle template parameters.
15567
15568 Fri Jul 5 16:51:53 1996 Bob Manson <manson@charmed.cygnus.com>
15569
15570 * cvt.c (cp_convert_to_pointer): We have to call complete_type
15571 here; let's make it explicit instead of a side effect of an
15572 error check.
15573
15574 Wed Jul 3 16:29:51 1996 Jason Merrill <jason@yorick.cygnus.com>
15575
15576 * cvt.c (z_candidate): Remove template field.
15577 (reference_binding): Handle binding to temporary.
15578 (implicit_conversion): Likewise.
15579 (add_function_candidate): Handle artificial constructor parms.
15580 Handle functions with too few parms.
15581 (add_template_candidate): New function.
15582 (build_user_type_conversion_1): Handle constructors.
15583 (convert_like): Likewise.
15584 (build_over_call): Likewise.
15585 (build_new_function_call): Support templates.
15586 (compare_ics): Fix reference, inheritance handling.
15587
15588 Mon Jul 1 22:58:18 1996 Bob Manson <manson@charmed.cygnus.com>
15589
15590 * decl.c: Add signed_size_zero_node.
15591 (init_decl_processing): Build it.
15592 * class.c (prepare_fresh_vtable): Use it instead of size_zero_node
15593 when we're trying to make a negative delta.
15594
15595 Mon Jul 1 17:56:19 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15596
15597 Stop doing this damn index==strchr variable name confusion.
15598 * class.c (add_virtual_function): Change local var INDEX to be
15599 named IDX.
15600 (add_method): Likewise.
15601 * lex.c (print_parse_statistics): Likewise.
15602 * search.c (make_memoized_table_entry): Likewise.
15603 (lookup_fnfields_here): Likewise.
15604 (lookup_field): Likewise.
15605 (lookup_fnfields): Likewise.
15606 (get_baselinks): Likewise.
15607 * sig.c (build_signature_table_constructor): Likewise.
15608 (build_signature_method_call): Likewise.
15609 * typeck.c (build_x_array_ref): Change INDEX parm to be named IDX.
15610 (get_member_function_from_ptrfunc): Likewise.
15611 (build_ptrmemfunc): Change local var INDEX to be IDX.
15612 (c_expand_start_case): Likewise.
15613
15614 Sat Jun 29 14:05:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15615
15616 * cvt.c (cp_convert_to_pointer): Move user-defined type conversion
15617 handling to before extraction of TYPE_PTRMEMFUNC_FN_TYPE.
15618 (convert_to_reference): Use build_type_conversion to convert to
15619 the reference type directly.
15620 (standard_conversion): Fix void* case, non-conversions.
15621 (reference_binding): Fix expr == 0 case, non-conversions.
15622 (convert_like): Support REF_BIND.
15623 (compare_qual): Split out from compare_ics.
15624 (compare_ics): Use it, handle icses with only a qual_conv.
15625
15626 * init.c (expand_vec_init): Don't crash if decl is NULL.
15627
15628 Fri Jun 28 11:52:51 1996 Stan Shebs <shebs@andros.cygnus.com>
15629
15630 * mpw-config.in: New file, configury for Mac MPW.
15631 * mpw-make.sed: New file, makefile editing for MPW.
15632
15633 Thu Jun 27 15:18:30 1996 Jason Merrill <jason@yorick.cygnus.com>
15634
15635 * pt.c (instantiate_class_template): Call repo_template_used.
15636
15637 * search.c (lookup_conversions): Only lookup conversions in
15638 complete types.
15639
15640 Thu Jun 27 12:59:53 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15641
15642 * cp-tree.def: Renamed from tree.def, to avoid confusion with
15643 gcc's tree.def.
15644 * cp-tree.h, lex.c: Include cp-tree.def.
15645 * Makefile.in (CXX_TREE_H): Reference cp-tree.def.
15646
15647 Wed Jun 26 18:29:47 1996 Bob Manson <manson@charmed.cygnus.com>
15648
15649 * init.c (build_vec_delete_1): Call complete_type.
15650
15651 Mon Jun 24 17:17:32 1996 Mike Stump <mrs@cygnus.com>
15652
15653 * except.c (start_anon_func): Make sure anonymous functions are
15654 never external.
15655
15656 Fri Jun 21 15:10:58 1996 Jason Merrill <jason@yorick.cygnus.com>
15657
15658 * decl.c (finish_function): If function_depth > 1, set nested.
15659
15660 * decl2.c (grokbitfield): Revert Bob's change.
15661 * class.c (finish_struct_1): Fix handling of named bitfield widths.
15662
15663 Thu Jun 20 23:35:38 1996 Jason Merrill <jason@yorick.cygnus.com>
15664
15665 * pt.c (add_pending_template): Handle types.
15666 (lookup_template_class): With -fexternal-templates, just add the class
15667 to pending_templates instead of instantiating it now.
15668 * decl2.c (finish_file): Handle types in pending_templates.
15669
15670 Thu Jun 20 14:08:40 1996 Bob Manson <manson@charmed.cygnus.com>
15671
15672 * decl2.c (grokbitfield): Handle constant decls appropriately.
15673 Give an appropriate error message now instead of spewing core
15674 later.
15675
15676 Thu Jun 20 13:01:51 1996 Jason Merrill <jason@yorick.cygnus.com>
15677
15678 * decl2.c: Don't turn on thunks by default for now.
15679
15680 Wed Jun 19 11:37:04 1996 Jason Merrill <jason@yorick.cygnus.com>
15681
15682 * typeck.c (complete_type): Handle error_mark_node.
15683 (common_type, OFFSET_TYPE): Handle template_type_parms.
15684
15685 Tue Jun 18 10:02:15 1996 Jason Merrill <jason@yorick.cygnus.com>
15686
15687 * pt.c (instantiate_decl): If at_eof, call import_export_decl
15688 regardless of DECL_INLINE.
15689
15690 * typeck.c (mark_addressable): Set TREE_ADDRESSABLE on CONSTRUCTORs.
15691
15692 * class.c (finish_struct_bits): Copy TYPE_SIZE.
15693
15694 * rtti.c (build_dynamic_cast): Support templates.
15695 * tree.def: Support DYNAMIC_CAST_EXPR.
15696 * pt.c (tsubst_copy): Likewise.
15697 * decl2.c (build_expr_from_tree): Likewise.
15698
15699 Mon Jun 17 15:23:36 1996 Jason Merrill <jason@yorick.cygnus.com>
15700
15701 * typeck.c (build_static_cast): Support templates.
15702 (build_const_cast): Likewise.
15703 * tree.def: Support CONST/STATIC_CAST_EXPR.
15704 * pt.c (tsubst_copy): Likewise.
15705 * decl2.c (build_expr_from_tree): Likewise.
15706
15707 Sun Jun 16 12:33:57 1996 Jason Merrill <jason@yorick.cygnus.com>
15708
15709 * decl2.c (finish_vtable_vardecl): Don't trust
15710 TREE_SYMBOL_REFERENCED for vtables of local classes.
15711
15712 Fri Jun 14 18:13:36 1996 Jason Merrill <jason@yorick.cygnus.com>
15713
15714 * pt.c (tsubst_copy): Handle operator T.
15715
15716 Wed Jun 12 17:52:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15717
15718 * init.c (build_delete): Move creation of PARMS inside test of
15719 TYPE_HAS_DESTRUCTOR, since it's never used outside of that block.
15720
15721 Tue Jun 11 15:09:18 1996 Bob Manson <manson@charmed.cygnus.com>
15722
15723 * typeck.c (build_conditional_expr): Don't assume that
15724 the arguments to ?: are always pointers or records.
15725
15726 Tue Jun 11 13:56:23 1996 Jason Merrill <jason@yorick.cygnus.com>
15727
15728 * decl2.c (import_export_decl): Still emit static/weak/comdat
15729 copies of inline template functions with -fno-implicit-templates.
15730
15731 Tue Jun 11 11:42:13 1996 Bob Manson <manson@charmed.cygnus.com>
15732
15733 * init.c (build_delete): Determine the complete basetype
15734 path to the destructor we're calling.
15735
15736 Fri Jun 7 15:30:10 1996 Bob Manson <manson@charmed.cygnus.com>
15737
15738 * decl.c (build_enumerator): Always copy the INTEGER_CST used to
15739 initialize the enum, because we really and truly don't know where
15740 it came from.
15741 (start_enum): Don't copy integer_zero_node because
15742 build_enumerator will do it.
15743
15744 Fri Jun 7 11:11:09 1996 Jason Merrill <jason@yorick.cygnus.com>
15745
15746 * decl.c (finish_function): Do access control on base destructors.
15747
15748 * pt.c (tsubst, case FUNCTION_DECL): Set up
15749 IDENTIFIER_GLOBAL_VALUE for member functions so pushdecl doesn't
15750 hose us.
15751
15752 Fri Jun 7 10:37:33 1996 Mike Stump <mrs@cygnus.com>
15753
15754 * cvt.c (build_up_reference): If we have already extended the
15755 lifetime of the temporary, don't try it again.
15756 * typeck.c (c_expand_return): Don't try and convert the return
15757 value twice when we want a reference, once is enough.
15758
15759 Tue Jun 4 15:41:45 1996 Jason Merrill <jason@yorick.cygnus.com>
15760
15761 * pt.c (tsubst_expr, case DECL_STMT): Don't pass
15762 LOOKUP_ONLYCONVERTING at all for now.
15763
15764 * search.c (add_conversions): Put the conversion function in
15765 TREE_VALUE, the basetype in TREE_PURPOSE.
15766 * cvt.c (build_type_conversion): Adjust.
15767 * cvt.c (build_expr_type_conversion): Adjust.
15768 * call.c (user_harshness): Adjust.
15769
15770 Mon Jun 3 15:30:52 1996 Jason Merrill <jason@yorick.cygnus.com>
15771
15772 * method.c (emit_thunk): Pretend this is a FUNCTION_DECL for the
15773 backend's benefit.
15774
15775 Mon Jun 10 18:58:19 1996 Mike Stump <mrs@cygnus.com>
15776
15777 * except.c (expand_start_catch_block): Add a dummy region, if we
15778 get an error, so that we can avoid core dumping later.
15779
15780 Fri May 31 14:56:13 1996 Mike Stump <mrs@cygnus.com>
15781
15782 * cp-tree.h (OFFSET_REF): Remove.
15783 * tree.def (CP_OFFSET_REF): Rename to OFFSET_REF.
15784 * expr.c (cplus_expand_expr): Cleanup callers of expand_expr.
15785 * init.c (expand_aggr_init_1): Likewise.
15786 (build_new): Likewise.
15787 * typeck.c (expand_target_expr): Likewise.
15788
15789 Fri May 31 14:22:08 1996 Jason Merrill <jason@yorick.cygnus.com>
15790
15791 * typeck.c (build_modify_expr): Don't use TREE_VALUE on a
15792 TARGET_EXPR.
15793
15794 Wed May 29 17:04:33 1996 Mike Stump <mrs@cygnus.com>
15795
15796 * cvt.c (build_up_reference): Redo how and when temporaries are
15797 created.
15798 * decl.c (grok_reference_init): Don't try and be smart about
15799 running cleanups.
15800
15801 Wed May 29 16:02:08 1996 Mike Stump <mrs@cygnus.com>
15802
15803 * cvt.c (build_up_reference): Add NULL_TREE to all calls to build
15804 (TARGET_EXPR...), now that it has 4 arguments.
15805 * tree.c (build_cplus_new): Likewise.
15806
15807 Thu May 23 16:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
15808
15809 * error.c (dump_expr, case CAST_EXPR): Handle T() properly.
15810
15811 * pt.c (instantiate_decl): Don't call push/pop_cp_function_context.
15812 * decl.c (struct saved_scope): Remove named_labels,
15813 {base,member}_init_list.
15814 (maybe_push_to_top_level): Don't set them. Call
15815 push_cp_function_context if appropriate.
15816 (pop_from_top_level): Likewise.
15817
15818 * method.c (do_build_assign_ref): Remove obsolete check of
15819 TYPE_HAS_ASSIGN_REF (basetype).
15820
15821 * decl.c (grokfndecl): Diagnose user definition of
15822 implicitly-declared methods.
15823
15824 Thu May 23 12:13:08 1996 Bob Manson <manson@charmed.cygnus.com>
15825
15826 * method.c (do_build_copy_constructor): Add code to give
15827 meaningful error messages instead of crashing.
15828 (do_build_assign_ref): Don't synthesize assignment operators for
15829 classes containing reference or const members.
15830
15831 * class.c (struct base_info): Remove cant_synth_copy_ctor
15832 and cant_synth_asn_ref.
15833 (finish_base_struct): Remove the code that tries to conditionalize
15834 synthesis of copy constructors & assignment operators based on
15835 access permissions. Instead, let it fail when it tries to
15836 synthesize the copy constructor. This will give meaningful error
15837 messages instead of silently generating code to perform a bitcopy.
15838
15839 Wed May 22 11:45:19 1996 Bob Manson <manson@charmed.cygnus.com>
15840
15841 * lex.c (real_yylex): Remove old-n-crufty #if 0 code for
15842 determining types for constant values.
15843
15844 * decl.c (struct named_label_list): Use instead of stuffing
15845 random items into a TREE_LIST node.
15846 (named_label_uses): Use the new struct.
15847 (poplevel): Likewise.
15848 (lookup_label): Likewise.
15849 (define_label): Add an error message to tell the user the line
15850 where the goto is located in addition to the destination of the
15851 goto.
15852 (init_decl_processing): Use NULL instead of NULL_TREE to initialize
15853 named_label_uses.
15854 (finish_function): Likewise.
15855
15856 (start_decl): Complain about defining a static data member
15857 in a different type from which it was declared.
15858
15859 Wed May 22 09:33:23 1996 Jason Merrill <jason@yorick.cygnus.com>
15860
15861 * cvt.c (build_expr_type_conversion): Adjust.
15862
15863 Tue May 21 11:21:56 1996 Jason Merrill <jason@yorick.cygnus.com>
15864
15865 * call.c (build_method_call): Always convert 'this' to the
15866 appropriate type.
15867
15868 * search.c (add_conversions): Put the conversion function in
15869 TREE_VALUE, the type in TREE_PURPOSE.
15870 * cvt.c (build_type_conversion): Adjust.
15871 * call.c (user_harshness): Adjust.
15872
15873 * method.c (emit_thunk): Call temporary_allocation and
15874 permanent_allocation around the ASM_OUTPUT_MI_THUNK case, too.
15875
15876 * tree.c (build_cplus_array_type): Handle tweaking of
15877 TYPE_MAIN_VARIANT here.
15878 * typeck.c (common_type): Not here.
15879
15880 * typeck.c (complete_type): Only try to complete an array type if
15881 it has a domain.
15882
15883 Mon May 20 14:55:59 1996 Jason Merrill <jason@yorick.cygnus.com>
15884
15885 * decl.c (grokvardecl): Call complete_type.
15886 (grokdeclarator): Call complete_type for PARM_DECLs.
15887
15888 Fri May 17 16:41:17 1996 Jason Merrill <jason@yorick.cygnus.com>
15889
15890 * pt.c (instantiate_class_template): Re-set
15891 CLASSTYPE_GOT_SEMICOLON after calling finish_struct_1.
15892
15893 Fri May 17 14:56:55 1996 Mike Stump <mrs@cygnus.com>
15894
15895 * cp-tree.h (cp_expand_decl_cleanup): Remove, the backend is now
15896 smart enough to do it right.
15897 * tree.c (cp_expand_decl_cleanup): Likewise.
15898 * decl.c (cp_finish_decl): Use expand_decl_cleanup instead of
15899 cp_expand_decl_cleanup.
15900 (store_parm_decls): Likewise.
15901 (hack_incomplete_structures): Likewise.
15902 * except.c (push_eh_cleanup): Likewise.
15903
15904 Fri May 17 13:13:51 1996 Mike Stump <mrs@cygnus.com>
15905
15906 * expr.c (expand_expr, cond UNSAVE_EXPR): Move from the C++
15907 frontend to the backend where it belongs.
15908 * tree.c (unsave_expr): Likewise.
15909 (unsave_expr_now): Likewise.
15910 * tree.def (UNSAVE_EXPR): Likewise.
15911 * cp-tree.h (unsave_expr): Likewise.
15912 (unsave_expr_now): Likewise.
15913
15914 Fri May 17 11:02:41 1996 Mike Stump <mrs@cygnus.com>
15915
15916 * init.c (emit_base_init): Make sure the partial EH cleanups live
15917 on the function_obstack.
15918
15919 Thu May 16 15:29:33 1996 Bob Manson <manson@charmed.cygnus.com>
15920
15921 * expr.c (do_case): Don't try to dereference null TREE_TYPEs
15922 when checking for pointer types.
15923
15924 Thu May 16 13:38:58 1996 Jason Merrill <jason@yorick.cygnus.com>
15925
15926 * pt.c (instantiate_class_template): Remove obsolete check for
15927 access declarations.
15928
15929 Thu May 16 13:34:15 1996 Mike Stump <mrs@cygnus.com>
15930
15931 * call.c (build_overload_call): Simplify calls to
15932 build_overload_call by removing last parameter.
15933 (build_method_call): Likewise.
15934 * cp-tree.h: Likewise.
15935 * method.c (build_opfncall): Likewise.
15936 * typeck.c (build_x_function_call): Likewise.
15937
15938 Thu May 16 13:15:43 1996 Mike Stump <mrs@cygnus.com>
15939
15940 * call.c (default_parm_conversions): Factor out common code.
15941 (build_method_call): Use it.
15942 (build_overload_call_real): Use it.
15943
15944 Wed May 15 14:46:14 1996 Mike Stump <mrs@cygnus.com>
15945
15946 * call.c (build_method_call): Allow implicit & on METHOD_TYPEs,
15947 but pedwarn as the code is bogus.
15948 * typeck.c (decay_conversion): Likewise.
15949 (build_function_call_real): Use build_addr_func instead of
15950 default_conversion. Don't allow pointer-to-method functions down
15951 here.
15952 (build_unary_op): Use real pointer-to-member functions instead of
15953 fake ones.
15954 (build_ptrmemfunc): Use build_addr_func instead of build_unary_op.
15955 (convert_for_assignment): Removed some obsolete code.
15956 * decl2.c (reparse_absdcl_as_expr): Pass current_class_ref to
15957 build_x_function_call instead of current_class_ptr. Only call
15958 digest_init once on an initializer, we do this just checking
15959 TREE_TYPE.
15960 (build_expr_from_tree): Pass current_class_ref to
15961 build_x_function_call instead of current_class_ptr.
15962 * init.c (build_member_call): Likewise.
15963 * pase.y: Likewise.
15964 * error.c (dump_expr): Handle OFFSET_REFs better.
15965 * pt.c (unify): Handle pointer-to-member functions better.
15966 * decl.c (finish_function): Clear out current_class_ref just like
15967 we do for current_class_ptr.
15968
15969 * typeck.c (get_delta_difference): Handle virtual bases better.
15970
15971 Tue May 14 16:37:37 1996 Jason Merrill <jason@yorick.cygnus.com>
15972
15973 * sig.c (build_signature_table_constructor): Use the delta for
15974 the original basetype for this virtual function with thunks.
15975 (build_signature_method_call): We still need to adjust 'this'
15976 with thunks.
15977
15978 Tue May 14 16:27:25 1996 Mike Stump <mrs@cygnus.com>
15979
15980 * call.c (build_addr_func): New routine. Used to get the `real'
15981 address of a function or a method. Needed to avoid getting a
15982 pointer-to-member function.
15983 (build_call): New routine to build CALL_EXPRs.
15984 (build_method_call): Use it.
15985 * cvt.c (convert_to_aggr): Likewise.
15986 * typeck.c (build_function_call_real): Likewise.
15987 * sig.c (build_signature_table_constructor): Use build_addr_func.
15988 * cp-tree.h (build_call, build_addr_func): Declare them.
15989
15990 Tue May 14 12:47:47 1996 Mike Stump <mrs@cygnus.com>
15991
15992 * cp-tree.h (LOOKUP_AGGR): Remove, unused.
15993 * parse.y: Remove uses of LOOKUP_AGGR.
15994
15995 Tue May 14 12:07:51 1996 Mike Stump <mrs@cygnus.com>
15996
15997 * *.[chy]: Rename current_class_decl to current_class_ptr, and
15998 C_C_D to current_class_ref.
15999
16000 Mon May 13 16:55:23 1996 Jason Merrill <jason@yorick.cygnus.com>
16001
16002 * call.c (convert_harshness): Tighten up pointer conversions.
16003
16004 Sat May 11 04:33:50 1996 Doug Evans <dje@canuck.cygnus.com>
16005
16006 * decl2.c (finish_vtable_vardecl): Surround DECL_ONE_ONLY with ifdef.
16007 (finish_file): Likewise.
16008
16009 Fri May 10 11:09:57 1996 Jason Merrill <jason@yorick.cygnus.com>
16010
16011 * cvt.c (convert_fn_ptr): We don't use thunks for pmfs.
16012
16013 * method.c (emit_thunk): Set flag_omit_frame_pointer in default
16014 code.
16015
16016 Thu May 9 18:18:30 1996 Jason Merrill <jason@yorick.cygnus.com>
16017
16018 * decl2.c: Turn on thunks by default where supported.
16019
16020 Tue May 7 20:39:57 1996 Mike Stump <mrs@cygnus.com>
16021
16022 * cp-tree.h (build_overload_call_maybe): Removed.
16023 * call.c (build_overload_call_real): Invert meaning of last arg to
16024 be require_complete.
16025 (build_overload_call): Likewise.
16026 * typeck.c (build_x_function_call): Use build_overload_call_real
16027 instead of build_overload_call_maybe.
16028
16029 Mon May 6 01:23:32 1996 Jason Merrill <jason@yorick.cygnus.com>
16030
16031 * decl2.c (finish_file): Don't try to emit functions that haven't
16032 been compiled.
16033
16034 Fri May 3 09:30:13 1996 Jason Merrill <jason@yorick.cygnus.com>
16035
16036 * decl2.c (finish_vtable_vardecl): Oops.
16037
16038 * decl.c (maybe_push_to_top_level): Do save previous_class_*.
16039 Also store the bindings from previous_class_values.
16040 (pop_from_top_level): Restore them.
16041
16042 Thu May 2 21:56:49 1996 Jason Merrill <jason@yorick.cygnus.com>
16043
16044 * decl2.c (finish_vtable_vardecl): Only write out vtable if its
16045 symbol has been referenced.
16046 (finish_file): Re-join synthesis/vtable loop with inline emission
16047 loop, disable inlining when an inline is output.
16048
16049 Thu May 2 17:20:02 1996 Mike Stump <mrs@cygnus.com>
16050
16051 * except.c (init_exception_processing): Setup saved_in_catch.
16052 (push_eh_cleanup): Reset __eh_in_catch.
16053 (expand_start_catch_block): Set __eh_in_catch.
16054
16055 Thu May 2 16:21:17 1996 Mike Stump <mrs@cygnus.com>
16056
16057 * except.c (push_eh_cleanup): Add tracking for whether or not we
16058 have an active exception object.
16059 (expand_builtin_throw): Use it to make sure a rethrow without an
16060 exception object is caught.
16061
16062 Thu May 2 11:26:41 1996 Jason Merrill <jason@yorick.cygnus.com>
16063
16064 * decl.c (maybe_push_to_top_level): Clear out class-level bindings
16065 cache.
16066
16067 Wed May 1 11:26:52 1996 Jason Merrill <jason@yorick.cygnus.com>
16068
16069 * decl2.c (finish_file): Also use sentries for vars with
16070 DECL_ONE_ONLY or DECL_WEAK set (should any such happen to be
16071 created).
16072
16073 * lex.c (handle_cp_pragma): Disable #pragma
16074 interface/implementation if SUPPORTS_ONE_ONLY > 1.
16075
16076 Tue Apr 30 11:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16077
16078 * method.c (emit_thunk): Wrap default case in
16079 temporary/permanent_allocation.
16080
16081 * method.c (make_thunk): Use DECL_ONE_ONLY.
16082 (emit_thunk): Call assemble_end_function.
16083
16084 Mon Apr 29 15:38:29 1996 Jason Merrill <jason@yorick.cygnus.com>
16085
16086 * decl2.c (import_export_vtable): Use DECL_ONE_ONLY.
16087 (import_export_decl): Likewise.
16088 (finish_prevtable_vardecl): Disable vtable hack if
16089 SUPPORTS_ONE_ONLY > 1.
16090
16091 Mon Apr 29 14:32:47 1996 Mike Stump <mrs@cygnus.com>
16092
16093 * typeck.c (build_modify_expr): PREINCREMENT_EXPR and
16094 PREDECREMENT_EXPRs take two arguments, not one.
16095
16096 Mon Apr 29 00:27:53 1996 Jason Merrill <jason@yorick.cygnus.com>
16097
16098 * class.c (build_vtable_entry): Don't build thunks for abstract
16099 virtuals.
16100
16101 * lex.c (real_yylex): Fix handling of __PRETTY_FUNCTION__ like C
16102 frontend.
16103
16104 Sat Apr 27 16:45:35 1996 Jason Merrill <jason@yorick.cygnus.com>
16105
16106 * class.c (set_rtti_entry): Use size_zero_node.
16107 (build_vtable): Likewise.
16108
16109 Sat Apr 27 14:48:57 1996 Jason Merrill <jason@phydeaux.cygnus.com>
16110
16111 * class.c (finish_struct_1): Pass size_zero_node to set_rtti_entry.
16112 (prepare_fresh_vtable): Likewise.
16113
16114 Fri Apr 26 13:14:14 1996 Jason Merrill <jason@yorick.cygnus.com>
16115
16116 * method.c (emit_thunk): Call mark_used on the target function.
16117
16118 * call.c (build_method_call): Don't warn about pending templates.
16119
16120 Thu Apr 25 14:55:44 1996 Jason Merrill <jason@yorick.cygnus.com>
16121
16122 * decl2.c (finish_file): Fix list walking logic.
16123
16124 * typeck2.c (check_for_new_type): Only warn if -pedantic.
16125
16126 Wed Apr 24 15:41:15 1996 Bob Manson <manson@charmed.cygnus.com>
16127
16128 * class.c (finish_struct_1): Remove old code for
16129 dont_allow_type_definitions.
16130 * cp-tree.h: Likewise.
16131 * spew.c: Make sure cp-tree.h is included before parse.h, so the
16132 definition of flagged_type_tree is found before it is used.
16133 * lex.c: Likewise.
16134 * parse.y: Added the ftype member to the type union, and changed a
16135 number of rules to use it instead of ttype. Added calls to
16136 check_for_new_type() as appropriate.
16137 * typeck2.c (check_for_new_type): New function for checking
16138 if a newly defined type appears in the specified tree.
16139 * cp-tree.h: Add new type flagged_type_tree. Add a prototype
16140 for check_for_new_type().
16141
16142 Wed Apr 24 00:36:21 1996 Jason Merrill <jason@yorick.cygnus.com>
16143
16144 * decl2.c (finish_file): Only use a sentry if the decl is public.
16145
16146 * pt.c (tsubst_expr, DECL_STMT): If we don't have an initializer,
16147 don't pass LOOKUP_ONLYCONVERTING.
16148
16149 Tue Apr 23 17:18:47 1996 Bob Manson <manson@charmed.cygnus.com>
16150
16151 * typeck.c (common_type): Fix the ARRAY_TYPE case so it
16152 properly keeps track of const and volatile type modifiers.
16153
16154 Tue Apr 23 10:52:56 1996 Jason Merrill <jason@yorick.cygnus.com>
16155
16156 * tree.c (cp_tree_equal): C++ version of simple_cst_equal.
16157 * pt.c (comp_template_args): Use it.
16158
16159 * rtti.c (get_tinfo_fn, build_dynamic_cast, expand_*_desc): Call
16160 assemble_external for artificial function decls.
16161
16162 * decl.c (cp_finish_decl): Oops.
16163
16164 Mon Apr 22 17:28:27 1996 Jason Merrill <jason@yorick.cygnus.com>
16165
16166 * decl2.c (import_export_decl): Put static data member templates
16167 into common storage, or make them weak, depending on whether they
16168 are dynamically or statically initialized.
16169 (get_sentry): New function.
16170 (finish_file): Do import_export_decl for static data members before
16171 building the init/fini functions. Don't init/fini a variable that's
16172 EXTERNAL. Use a sentry for variables in common. Fix mismatching
16173 push/pop_temp_slots.
16174 * decl.c (cp_finish_decl): If DECL_NOT_REALLY_EXTERN, do the
16175 expand_static_init thang.
16176 * method.c (get_id_2): New function.
16177
16178 Mon Apr 22 15:32:45 1996 Bob Manson <manson@charmed.cygnus.com>
16179
16180 * parse.y (empty_parms): Make sure we use C++-style prototypes
16181 when we're declaring member functions.
16182
16183 Sun Apr 21 10:08:22 1996 Jason Merrill <jason@yorick.cygnus.com>
16184
16185 * Makefile.in (CONFLICTS): 16 s/r conflicts.
16186 * parse.y (self_template_type): New nonterminal.
16187
16188 Thu Apr 18 08:56:54 1996 Jason Merrill <jason@yorick.cygnus.com>
16189
16190 * decl.c (make_typename_type): Handle getting a TYPE_DECL for a
16191 name.
16192 * parse.y (base_class.1): Allow 'typename foo::bar'.
16193
16194 * lex.c (check_newline): Remove #pragma code that plays with the
16195 input stream, since we now deal with tokens. Clear nextchar when
16196 we're done.
16197 (handle_cp_pragma): Use real_yylex.
16198 (handle_sysv_pragma): Don't do skipline here. Only call real_yylex
16199 in one place.
16200
16201 * lex.c (check_for_missing_semicolon): Handle SELFNAME.
16202
16203 * lex.c (handle_cp_pragma): Fix "#pragma implementation".
16204
16205 Wed Apr 17 16:51:33 1996 Jason Merrill <jason@yorick.cygnus.com>
16206
16207 * parse.y: New token SELFNAME for potential constructor.
16208 * spew.c (yylex): Handle it.
16209 * lex.c (identifier_type): Produce it.
16210
16211 * parse.y (complete_type_name): In :: case, don't push class binding.
16212 (complex_type_name): Likewise.
16213
16214 Wed Apr 17 15:02:40 1996 Mike Stump <mrs@cygnus.com>
16215
16216 * typeck.c (build_reinterpret_cast): Handle pointer to member
16217 functions.
16218
16219 Wed Apr 17 12:28:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16220
16221 * lex.c (handle_cp_pragma): New function, with decl, doing the cc1plus
16222 pragmas.
16223 (check_newline): Put the vtable/unit/implementation/interface pragma
16224 code into handle_cp_pragma, replacing it with a call.
16225 (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
16226 args. Get the next token after handling the pragma token.
16227
16228 Wed Apr 17 10:28:34 1996 Jason Merrill <jason@yorick.cygnus.com>
16229
16230 * cvt.c (cp_convert_to_pointer): Avoid doing base analysis on pmfs.
16231 (convert_to_pointer_force): Likewise.
16232
16233 * init.c (build_new): Fix array new without -fcheck-new.
16234
16235 Tue Apr 16 13:44:58 1996 Jason Merrill <jason@yorick.cygnus.com>
16236
16237 * cp-tree.h, call.c, class.c, decl.c, parse.y, pt.c, rtti.c,
16238 tree.c: Lose TYPE_NESTED_NAME.
16239
16240 * parse.y (nested_name_specifier_1): Don't treat non-identifiers
16241 as identifiers.
16242
16243 * tree.def: Add VEC_INIT_EXPR.
16244 * expr.c (cplus_expand_expr): Handle it.
16245 * init.c (build_new): Use it instead of the RTL_EXPR nastiness and
16246 the extra file-scope symbol nastiness.
16247
16248 Mon Apr 15 16:21:29 1996 Jason Merrill <jason@yorick.cygnus.com>
16249
16250 * method.c (make_thunk): Thunks are static.
16251 (emit_thunk): Use ASM_OUTPUT_MI_THUNK if it's defined.
16252
16253 * decl2.c (mark_vtable_entries): Emit thunks as needed.
16254 (finish_file): Don't emit them here.
16255
16256 Sun Apr 14 11:34:39 1996 Jason Merrill <jason@yorick.cygnus.com>
16257
16258 * rtti.c (build_dynamic_cast): Handle null pointers.
16259 (ifnonnull): New function.
16260
16261 Fri Apr 12 09:08:27 1996 Bob Manson <manson@charmed.cygnus.com>
16262
16263 * call.c (build_method_call): Remember the original basetype we
16264 were called with. Give an error message instead of trying
16265 (incorrectly) to call a non-static member function through a
16266 non-inherited class.
16267
16268 * search.c (expand_upcast_fixups): Mark the new fixup as
16269 DECL_ARTIFICIAL.
16270
16271 Thu Apr 11 03:57:09 1996 Jason Merrill <jason@yorick.cygnus.com>
16272
16273 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
16274
16275 * class.c (set_rtti_entry): Fix for thunks.
16276
16277 * decl2.c (import_export_decl): Still emit typeinfo fns for
16278 cv-variants of builtin types.
16279
16280 * rtti.c (expand_class_desc): Set up base_info_type_node here.
16281 (init_rtti_processing): Instead of here.
16282
16283 Wed Apr 10 14:17:13 1996 Jason Merrill <jason@yorick.cygnus.com>
16284
16285 * rtti.c (init_rtti_processing): Do init regardless of -frtti.
16286 (build_typeid): Only complain about taking dynamic typeid without
16287 -frtti.
16288
16289 * decl2.c: flag_rtti defaults to 1.
16290
16291 * rtti.c (get_tinfo_var): The general class case is now smaller.
16292 (init_rtti_processing): Pack the latter three fields of base_info
16293 into 32 bits.
16294
16295 Wed Apr 10 13:50:14 1996 Mike Stump <mrs@cygnus.com>
16296
16297 * init.c (expand_member_init): Don't dump if name is NULL_TREE.
16298
16299 Wed Apr 10 12:56:02 1996 Mike Stump <mrs@cygnus.com>
16300
16301 * search.c (make_memoized_table_entry): Undefer the pop, if necessary.
16302 (push_memoized_context): Split out code to undefer pop_type_level to
16303 (clear_memoized_cache): here.
16304 (pop_memoized_context): We can only handle one layer of deferral of
16305 pop_type_level so clear the cache, if there was a previous level.
16306
16307 Tue Apr 9 23:06:09 1996 Jason Merrill <jason@yorick.cygnus.com>
16308
16309 * rtti.c (init_rtti_processing): Build up base_info_type_node.
16310 (expand_class_desc): Use one pointer to an array of base_info
16311 structs, passed using a CONSTRUCTOR.
16312
16313 Tue Apr 9 14:20:57 1996 Mike Stump <mrs@cygnus.com>
16314
16315 * class.c (build_vbase_path): Remove block extern for
16316 flag_assume_nonnull_objects here.
16317 (build_vfn_ref): Split out functionality into build_vtbl_ref.
16318 (build_vtbl_ref): New routine.
16319 (build_vtable): Set up rtti info here.
16320 (add_virtual_function): Note in CLASSTYPE_RTTI the best
16321 place where we can get the rtti pointers from to avoid having to
16322 search around for a place.
16323 (finish_base_struct): Likewise.
16324 (finish_struct_1): Likewise. Never create totally new vtables
16325 with totally new vtable pointers for rtti. Disable code to layout
16326 vtable pointers better until we want to break binary
16327 compatibility.
16328 * rtti.c (build_headof_sub): New routine to convert down to a
16329 sub-object that has an rtti pointer in the vtable.
16330 (build_headof): Use it. Also, use build_vtbl_ref now to be more
16331 maintainable.
16332 (build_dynamic_cast): Make sure we have saved it, if we need to.
16333 * search.c (dfs_init_vbase_pointers): Disable code that deals with
16334 a more efficient vtable layout, enable later.
16335 * call.c (flag_assume_nonnull_objects): Moved declaration to
16336 * cp-tree.h: here. Declare build_vtbl_ref.
16337 * pt.c (instantiate_class_template): Use NULL_TREE instead of 0 in
16338 function calls that want a tree.
16339
16340 Tue Apr 9 12:10:26 1996 Jason Merrill <jason@yorick.cygnus.com>
16341
16342 * rtti.c (build_dynamic_cast): Handle downcasting to X* given
16343 other X subobjects in the most derived type. Ack.
16344
16345 * rtti.c (build_dynamic_cast): No need to strip cv-quals here,
16346 get_typeid will do it for us.
16347 (get_typeid_1): Break out call-building for expand_*_desc to use.
16348 (get_typeid): Call it.
16349 (expand_*_desc): Likewise.
16350 * decl.c (init_decl_processing): Don't set TYPE_BUILT_IN on char *
16351 and void *.
16352 (init_decl_processing): Lose builtin_type_tdescs lossage.
16353 * decl2.c (finish_vtable_vardecl): Remove obsolete code.
16354
16355 Mon Apr 8 17:23:23 1996 Bob Manson <manson@charmed.cygnus.com>
16356
16357 * pt.c (tsubst): When calling set_nested_typename, use
16358 TYPE_NESTED_NAME (current_class_type) instead of
16359 current_class_name.
16360
16361 * decl.c (pushdecl): Likewise.
16362 (pushdecl_class_level): Likewise.
16363 (grokdeclarator): Use NULL_TREE instead of 0 in the call to
16364 set_nested_typename.
16365
16366 Sun Apr 7 10:44:31 1996 Jason Merrill <jason@yorick.cygnus.com>
16367
16368 * rtti.c (synthesize_tinfo_fn): Handle arrays.
16369
16370 * cp-tree.h (DECL_REALLY_EXTERN): New macro.
16371
16372 Sat Apr 6 13:56:27 1996 Jason Merrill <jason@yorick.cygnus.com>
16373
16374 * rtti.c (throw_bad_cast): Use entry point __throw_bad_cast.
16375 (init_rtti_processing): Lose bad_cast_type.
16376 (build_dynamic_cast): Use throw_bad_cast.
16377
16378 * rtti.c (synthesize_tinfo_fn): Handle enums and pmfs.
16379
16380 * decl2.c (finish_file): Don't synthesize artificial functions
16381 that are external and not inline.
16382
16383 * rtti.c (get_tinfo_fn): If at_eof, call import_export_decl.
16384
16385 * decl2.c (finish_file): Handle having new inlines added to
16386 saved_inlines by synthesis.
16387
16388 * rtti.c (get_bad_cast_node): Don't require <typeinfo>.
16389
16390 Fri Apr 5 17:02:09 1996 Jason Merrill <jason@yorick.cygnus.com>
16391
16392 RTTI rewrite to initialize nodes as needed, not require that
16393 users #include <typeinfo>, complete functionality and reduce wasted
16394 space.
16395 * rtti.c (init_rtti_processing): New fn.
16396 (build_typeid): The vtable entry is now a function.
16397 (get_tinfo_var): New fn.
16398 (get_tinfo_fn): Likewise.
16399 (get_typeid): Use it.
16400 (build_dynamic_cast): Declare and use entry point __dynamic_cast.
16401 (build_*_desc): Rename to expand_*_desc and rewrite to use entry
16402 points __rtti_*.
16403 (add_uninstantiated_desc, get_def_to_follow, build_t_desc): Lose.
16404 (synthesize_tinfo_fn): New fn.
16405 * method.c (build_t_desc_overload): Lose.
16406 (build_overload_with_type): More generic.
16407 * decl.c (init_decl_processing): Call init_rtti_processing.
16408 * class.c (set_rtti_entry): Use get_tinfo_fn.
16409 * decl2.c (mark_vtable_entries): Mark the rtti function.
16410 (finish_prevtable_vardecl): Don't build_t_desc.
16411 (import_export_decl): Handle tinfo functions.
16412 (finish_file): Likewise.
16413 * typeck.c (inline_conversion): New fn.
16414 (build_function_call_real): Use it.
16415 * cp-tree.h: Add decls.
16416
16417 * method.c (hack_identifier): Also convert component_refs from
16418 references.
16419
16420 * lex.c (cons_up_default_function): Use the type, not the name, in
16421 declspecs.
16422
16423 * decl2.c (import_export_vtable): Fix weak vtables.
16424
16425 Fri Apr 5 13:30:17 1996 Bob Manson <manson@charmed.cygnus.com>
16426
16427 * search.c (get_base_distance_recursive): Fix access checks for
16428 protected bases.
16429
16430 Fri Apr 5 11:02:06 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16431
16432 * call.c (unary_complex_lvalue): Delete unneeded decl, it's in
16433 cp-tree.h.
16434 (convert_harshness): Add prototypes wrapped by PROTO.
16435 * decl2.c (grok_function_init): Likewise.
16436 (do_toplevel_using_decl): Change to void return type.
16437 * class.c (build_vtable_entry): Remove decl of make_thunk.
16438 (merge_overrides): Fix order of arg definitions.
16439 (finish_vtbls): Likewise.
16440 (fixup_vtable_deltas): Likewise.
16441 (modify_all_direct_vtables): Likewise.
16442 (modify_all_indirect_vtables): Likewise.
16443 * search.c (get_base_distance_recursive): Likewise.
16444 (get_abstract_virtuals_1): Likewise.
16445 (fixup_virtual_upcast_offsets): Likewise.
16446 (lookup_fnfields_1): Add prototypes wrapped by PROTO.
16447 * init.c (perform_member_init): Fix order of arg definitions.
16448 (expand_aggr_init_1): Add prototypes wrapped by PROTO.
16449 * cp-tree.h (make_thunk): Add decl.
16450 (overload_template_name, push_template_decl): Add decls.
16451 (do_toplevel_using_decl): Change to void return type.
16452 (vec_binfo_member): Add decl.
16453
16454 Thu Apr 4 13:33:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16455
16456 * typeck.c (mark_addressable, convert_for_assignment,
16457 convert_for_initialization, pointer_int_sum, pointer_diff,
16458 unary_complex_lvalue): Add prototypes wrapped by PROTO.
16459 (convert_sequence): #if 0 fn decl, since definition also is.
16460
16461 Thu Apr 4 11:00:53 1996 Mike Stump <mrs@cygnus.com>
16462
16463 * rtti.c (build_dynamic_cast): Make sure we strip qualifiers on
16464 cast to pointer types for type searching.
16465
16466 Wed Apr 3 17:10:57 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16467
16468 * typeck.c (get_delta_difference): Use cp_error, not error, in the
16469 case where BINFO == 0.
16470
16471 Wed Apr 3 12:01:02 1996 Mike Stump <mrs@cygnus.com>
16472
16473 * call.c (build_method_call): Fix wording of error messages so
16474 constructors come out right.
16475
16476 Tue Apr 2 16:06:59 1996 Bob Manson <manson@charmed.cygnus.com>
16477
16478 * decl.c (push_overloaded_decl): Don't warn about hidden
16479 constructors when both the type and the function are declared
16480 in a system header file.
16481
16482 Mon Apr 1 09:03:13 1996 Bob Manson <manson@charmed.cygnus.com>
16483
16484 * class.c (finish_struct_1): Propagate the TYPE_PACKED
16485 flag for the type to the type's fields.
16486
16487 Sat Mar 30 12:14:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16488
16489 * parse.y (complex_parmlist, ELLIPSES): Take out ARM-based warning.
16490
16491 Fri Mar 29 15:51:36 1996 Bob Manson <manson@charmed.cygnus.com>
16492
16493 * class.c (base_info, finish_base_struct): Replace
16494 needs_virtual_dtor with base_has_virtual.
16495
16496 (finish_struct_1): Remove the old code that tried to make default
16497 destructors virtual. Use base_has_virtual when checking if we need
16498 to add a vtable entry for the rtti code.
16499
16500 Fri Mar 29 14:02:36 1996 Jason Merrill <jason@yorick.cygnus.com>
16501
16502 * pt.c (push_template_decl): Complain about template decl with
16503 inappropriate declaration.
16504
16505 Fri Mar 29 12:15:35 1996 Bob Manson <manson@charmed.cygnus.com>
16506
16507 * typeck.c (build_x_unary_op): Remove bogus check for taking
16508 the address of a member function.
16509
16510 Fri Mar 29 11:56:02 1996 Jason Merrill <jason@yorick.cygnus.com>
16511
16512 * parse.y (constructor_declarator): Only push the class if
16513 we are not already in the class.
16514
16515 Fri Mar 29 09:41:02 1996 Jeffrey A. Law <law@cygnus.com>
16516
16517 * method.c (emit_thunk): Remove current_call_is_indirect nonsense.
16518 Add additional argument to INIT_CUMULATIVE_ARGS.
16519
16520 Thu Mar 28 16:41:39 1996 Jason Merrill <jason@yorick.cygnus.com>
16521
16522 * decl.c (shadow_tag): Fix error about anon union with methods.
16523
16524 * parse.y (self_reference): Only generate a self-reference if this
16525 is a non-template class.
16526 (opt.component_decl_list): Only use it if it was generated.
16527
16528 * parse.y (component_decl_1): Use constructor_declarator.
16529 (fn.def2): Likewise.
16530 (notype_component_declarator0): Likewise.
16531
16532 Thu Mar 28 15:11:35 1996 Bob Manson <manson@charmed.cygnus.com>
16533
16534 * typeck.c (build_x_unary_op): Add checks for taking the address
16535 of a TARGET_EXPR or of a member function, and give appropriate
16536 warnings.
16537
16538 Thu Mar 28 14:49:26 1996 Jason Merrill <jason@yorick.cygnus.com>
16539
16540 * pt.c (process_template_parm): Allow template type parms to be
16541 used as types for template const parms.
16542
16543 Wed Mar 27 15:51:19 1996 Mike Stump <mrs@cygnus.com>
16544
16545 * init.c (expand_vec_init): Ensure the eh cleanups are on the
16546 function_obstack.
16547
16548 Wed Mar 27 10:14:30 1996 Jason Merrill <jason@yorick.cygnus.com>
16549
16550 * decl.c (lookup_name_real): Be even more picky about the
16551 ambiguous lookup warning.
16552 (grokdeclarator): Tweak SCOPE_REF constructor declarators here.
16553 * parse.y (constructor_declarator): Rather than here.
16554
16555 * parse.y (constructor_declarator): New nonterminal.
16556 (fn.def1): Use it.
16557 (explicit_instantiation): Likewise.
16558
16559 Tue Mar 26 13:41:33 1996 Jason Merrill <jason@yorick.cygnus.com>
16560
16561 Add implicit declaration of class name at class scope.
16562 * decl.c (lookup_name_real): Restrict pedwarn about ambiguous lookup.
16563 * parse.y (self_reference): New nonterminal.
16564 (opt.component_decl_list): Use it.
16565 (fn.def1): Add nested_name_specifier type_name cases.
16566 * class.c (build_self_reference): New function.
16567 (finish_struct): Handle access_default later, move self-reference
16568 decl to the end.
16569 * pt.c (lookup_template_class): Handle getting a TYPE_DECL.
16570 * cp-tree.h: Adjust.
16571
16572 * pt.c (do_function_instantiation): Separate handling of member
16573 functions and non-member functions properly.
16574
16575 Mon Mar 25 14:23:22 1996 Jason Merrill <jason@yorick.cygnus.com>
16576
16577 * pt.c (process_template_parm): Improve error for 'volatile class K'.
16578
16579 * class.c (finish_struct_1): Check the right slot for destructors.
16580
16581 * decl.c (start_enum): Complain about enum templates.
16582
16583 Mon Mar 25 13:25:31 1996 Mike Stump <mrs@cygnus.com>
16584
16585 * init.c (resolve_offset_ref): Offset pointers to member data by one.
16586 * typeck.c (unary_complex_lvalue): Likewise.
16587
16588 Mon Mar 25 13:30:42 1996 Bob Manson <manson@charmed.cygnus.com>
16589
16590 * typeck.c (c_expand_return): Check for a returned local
16591 array name, similar to the check for an ADDR_EXPR.
16592
16593 Mon Mar 25 13:07:19 1996 Jason Merrill <jason@yorick.cygnus.com>
16594
16595 * decl.c (cp_finish_decl): Don't build cleanups for static
16596 variables here.
16597
16598 Fri Mar 22 17:57:55 1996 Mike Stump <mrs@cygnus.com>
16599
16600 * typeck.c (build_modify_expr): Fix error messages to be more
16601 accurate.
16602 * cp-tree.h (assop_as_string): Parallel to op_as_string, but for
16603 assignment operators.
16604 * error.c (assop_as_string): Likewise. Add support for `%Q' for
16605 assignment operators.
16606
16607 Fri Mar 22 13:48:29 1996 Jason Merrill <jason@yorick.cygnus.com>
16608
16609 * decl.c (grokdeclarator): Call bad_specifiers for typedefs. Also
16610 give an error if initialized. pedwarn about nested type with the
16611 same name as its enclosing class.
16612
16613 * pt.c (tsubst, case TYPE_DECL): Set DECL_CONTEXT.
16614
16615 * typeck.c (require_complete_type): Be sure to instantiate the
16616 MAIN_VARIANT of the type.
16617
16618 * decl2.c (finish_file): Instantiate pending templates before
16619 processing static constructors and destructors.
16620
16621 * pt.c (instantiate_decl): Don't instantiate functions at toplevel
16622 unless at_eof.
16623
16624 Fri Mar 22 09:30:17 1996 Bob Manson <manson@beauty.cygnus.com>
16625
16626 * decl2.c (delete_sanity): If error_mark_node is passed
16627 in as an expression, quit while we're ahead.
16628
16629 * decl.c (grokdeclarator): Give an error message if `friend'
16630 is combined with any storage class specifiers.
16631
16632 Wed Mar 20 14:51:55 1996 Jason Merrill <jason@yorick.cygnus.com>
16633
16634 * parse.y (named_complex_class_head_sans_basetype): Don't crash on
16635 definition of nonexistent nested type.
16636
16637 * error.c (dump_decl, case TYPE_DECL): Fix decision for whether or
16638 not to say 'typedef'.
16639
16640 Wed Mar 20 00:11:47 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16641
16642 * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
16643 * search.c (dfs_walk, dfs_init_vbase_pointers,
16644 expand_upcast_fixups): Remove cast of CLASSTYPE_SEARCH_SLOT.
16645 (dfs_find_vbases): Remove cast for CLASSTYPE_SEARCH_SLOT init.
16646
16647 Tue Mar 19 17:56:03 1996 Jason Merrill <jason@yorick.cygnus.com>
16648
16649 * except.c (build_throw): Support minimal parse.
16650 * pt.c (tsubst_copy): Support THROW_EXPR.
16651 * decl2.c (build_expr_from_tree): Likewise.
16652
16653 * pt.c (mangle_class_name_for_template): Always allocate
16654 scratch_firstobj.
16655
16656 Tue Mar 19 16:34:31 1996 Bob Manson <manson@beauty.cygnus.com>
16657
16658 * cvt.c (cp_convert_to_pointer): Give an appropriate error
16659 when trying to cast from an incomplete type.
16660
16661 Tue Mar 19 16:00:33 1996 Jason Merrill <jason@yorick.cygnus.com>
16662
16663 * pt.c (instantiate_class_template): Don't bother setting up
16664 CLASSTYPE_TAGS explicitly, as the nested types will add
16665 themselves.
16666
16667 Tue Mar 19 15:48:43 1996 Bob Manson <manson@beauty.cygnus.com>
16668
16669 * decl.c (shadow_tag): Remove old error check for usage of
16670 an enum without a previous declaration.
16671 (xref_tag): Add error message about usage of enums without a
16672 previous declaration.
16673
16674 Tue Mar 19 09:21:35 1996 Jason Merrill <jason@yorick.cygnus.com>
16675
16676 * lex.c (do_identifier): Only do name consistency check if we're
16677 parsing.
16678
16679 * pt.c (push_template_decl): Don't crash if we get a member defn
16680 that doesn't match.
16681
16682 * decl.c (xref_tag_from_type): New function to do an xref without
16683 always having to figure out code_type_node.
16684 * cp-tree.h: Declare it.
16685 * pt.c (instantiate_class_template): Use it for friend classes.
16686 (lookup_template_class): Use it.
16687
16688 * typeck2.c (build_functional_cast): Pull out a single parm before
16689 passing it to build_c_cast.
16690
16691 Tue Mar 19 09:07:15 1996 Bob Manson <manson@beauty.cygnus.com>
16692
16693 * expr.c (do_case): Give an error message if a pointer is
16694 given as a case value.
16695
16696 Mon Mar 18 21:57:54 1996 Jason Merrill <jason@yorick.cygnus.com>
16697
16698 * typeck.c (build_c_cast): Don't pull single TEMPLATE_DECL out of
16699 an overload list.
16700
16701 * lex.c (cons_up_default_function): Really, now, interface hackery
16702 does not apply to synthesized methods.
16703
16704 Mon Mar 18 18:20:57 1996 Mike Stump <mrs@cygnus.com>
16705
16706 * call.c (build_method_call): Ctors and dtors now have special names
16707 with respect to lookups.
16708 * class.c (add_method): Likewise.
16709 (grow_method): Likewise.
16710 (finish_struct_methods): Likewise.
16711 (warn_hidden): Likewise.
16712 (finish_struct_1): Likewise.
16713 * cvt.c (convert_to_reference): Likewise.
16714 (convert_to_aggr): Likewise.
16715 (cp_convert): Likewise.
16716 * decl2.c (check_classfn): Likewise.
16717 * init.c (expand_member_init): Likewise.
16718 (expand_default_init): Likewise.
16719 (expand_aggr_init_1): Likewise.
16720 (build_offset_ref): Likewise.
16721 (build_new): Likewise.
16722 (build_delete): Likewise.
16723 * lex.c (do_inline_function_hair): Likewise.
16724 * search.c (lookup_field_1): Likewise.
16725 (lookup_fnfields_here): Likewise.
16726 (lookup_field): Likewise.
16727 (lookup_fnfields): Likewise.
16728 (get_virtual_destructor): Likewise.
16729 (dfs_debug_mark): Likewise.
16730 (dfs_pushdecls): Likewise.
16731 (dfs_compress_decls): Likewise.
16732 * tree.c (layout_basetypes): Likewise.
16733 * typeck.c (build_component_ref): Likewise.
16734 (build_x_function_call): Likewise.
16735 (build_modify_expr): Likewise.
16736 (convert_for_initialization): Likewise.
16737 (build_functional_cast): Likewise.
16738 * cp-tree.h (CLASSTYPE_FIRST_CONVERSION): Likewise.
16739 (CTOR_NAME): New.
16740 (DTOR_NAME): New.
16741 * decl.c (ctor_identifier): New.
16742 (dtor_identifier): New.
16743 (init_decl_processing): Set them.
16744
16745 Mon Mar 18 18:00:51 1996 Mike Stump <mrs@cygnus.com>
16746
16747 * typeck.c (build_component_ref): Don't get confused by fields whose
16748 context has no type name, like pointer to member functions.
16749
16750 Mon Mar 18 13:19:03 1996 Jason Merrill <jason@yorick.cygnus.com>
16751
16752 * decl.c (grokdeclarator): Handle typedef without declarator.
16753
16754 * pt.c (tsubst): Handle SCOPE_REF in declarator.
16755
16756 * parse.y (bad_parm): Catch another case of missing `typename'.
16757
16758 * lex.c (yyprint): Handle TYPE_DECLs.
16759
16760 * decl.c (start_function): Don't try to be clever.
16761
16762 * lex.c: Lose compiler_error_with_decl.
16763 * typeck2.c: Lose error_with_aggr_type.
16764 (incomplete_type_error): Use cp_* instead of old functions.
16765 (readonly_error): Likewise.
16766 * typeck.c (convert_arguments): Likewise.
16767 * search.c (lookup_nested_field): Likewise.
16768 * method.c (make_thunk): Likewise.
16769 * decl.c (grokparms): Likewise.
16770 * cp-tree.h: Update.
16771
16772 * tree.c (min_tree_cons): Call copy_to_permanent for the purpose
16773 and value.
16774
16775 Mon Mar 18 11:25:52 1996 Bob Manson <manson@beauty.cygnus.com>
16776
16777 * method.c (build_opfncall): When deleting a pointer to an
16778 array, build a new pointer to the tree past any ARRAY_TYPE
16779 nodes.
16780
16781 Mon Mar 18 10:11:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16782
16783 * decl.c (lookup_name_real): Initialize local var TYPE to NULL_TREE.
16784
16785 Fri Mar 15 11:03:57 1996 Jason Merrill <jason@yorick.cygnus.com>
16786
16787 * pt.c (instantiate_decl): Only call import_export_decl if at_eof
16788 and ! DECL_INLINE.
16789
16790 * decl.c (finish_function): Don't set nested based on
16791 hack_decl_function_context.
16792 * parse.y (function_try_block): Check for nested function.
16793 (pending_inlines): Likewise.
16794
16795 * decl2.c (build_expr_from_tree): If a unary op already has a
16796 type, just return it.
16797
16798 * decl2.c (finish_prevtable_vardecl): Use ADJUST_VTABLE_LINKAGE.
16799
16800 * decl2.c (walk_vtables): vardecl_fn returns int; return 1 if it does.
16801 (finish_file): Check the return value of walk_vtables.
16802 (finish_prevtable_vardecl): Return int.
16803 (finish_vtable_vardecl): Likewise.
16804 (prune_vtable_vardecl): Likewise.
16805 * lex.c (set_vardecl_interface_info): Likewise.
16806 * cp-tree.h: Adjust return types.
16807
16808 * class.c (delete_duplicate_fields_1): Don't complain about
16809 duplicate nested types if they're the same type.
16810 (finish_struct): Remove check for duplicate.
16811 * decl2.c (grokfield): Don't check for typedef of anonymous type.
16812
16813 Thu Mar 14 10:00:19 1996 Jason Merrill <jason@yorick.cygnus.com>
16814
16815 * cp-tree.h: Lose SIGNATURE_GROKKING_TYPEDEF.
16816
16817 * decl.c (grokdeclarator): Lose special handling of class-level
16818 typedef. Lose SIGNATURE_GROKKING_TYPEDEF. Set
16819 SIGNATURE_HAS_OPAQUE_TYPEDECLS later.
16820
16821 * cvt.c (convert_pointer_to_real): Retain cv-quals in conversion.
16822
16823 * pt.c (tsubst_copy): Strip cv-quals from destructor name types.
16824
16825 * search.c (compute_access): Fix handling of anonymous union
16826 members.
16827 * class.c (finish_struct_anon): Propagate TREE_{PRIVATE,PROTECTED}
16828 from anonymous unions to their members.
16829
16830 * typeck.c (build_x_function_call): For static member functions,
16831 hand off to build_member_call.
16832
16833 Wed Mar 13 14:03:34 1996 Jason Merrill <jason@yorick.cygnus.com>
16834
16835 * typeck.c (build_component_ref): Handle OFFSET_REFs.
16836
16837 * init.c (expand_vec_init): Fix init == 0 case.
16838
16839 Tue Mar 12 14:36:02 1996 Jason Merrill <jason@yorick.cygnus.com>
16840
16841 * init.c (build_new): pedwarn about init and array new.
16842 (expand_vec_init): Handle lists, use convert_for_initialization.
16843
16844 * typeck.c (convert_for_initialization): Pass LOOKUP_NO_CONVERSION
16845 when converting to an aggregate type.
16846 * cvt.c (cp_convert): Pass it through.
16847
16848 * typeck.c (build_conditional_expr): Handle user-defined
16849 conversions to slightly different types.
16850
16851 * decl.c (grokdeclarator): Force an array type in a parm to be
16852 permanent.
16853
16854 * decl2.c (do_using_directive): Sorry.
16855 (do_namespace_alias): Likewise.
16856 * lex.c (real_yylex): Warn about using the `namespace' keyword.
16857
16858 Sun Mar 10 22:26:09 1996 Jason Merrill <jason@yorick.cygnus.com>
16859
16860 * parse.y (datadef): Move call to note_list_got_semicolon up.
16861
16862 Fri Mar 8 11:47:26 1996 Mike Stump <mrs@cygnus.com>
16863
16864 * tree.c (unsave_expr): Don't unsave, UNSAVE_EXPRs.
16865
16866 Fri Mar 8 11:29:06 1996 Mike Stump <mrs@cygnus.com>
16867
16868 * decl.c (cp_finish_decl): The exception regions have to be
16869 nested, not overlapping. We start the exception region for a
16870 decl, after it has been fully built, and all temporaries for it
16871 have been cleaned up.
16872
16873 Thu Mar 7 17:46:06 1996 Mike Stump <mrs@cygnus.com>
16874
16875 * tree.c (vec_binfo_member): Don't core dump if we have no bases.
16876
16877 Thu Mar 7 14:11:49 1996 Jason Merrill <jason@yorick.cygnus.com>
16878
16879 * tree.def: Add RETURN_INIT.
16880 * pt.c (instantiate_decl): Handle RETURN_INIT.
16881 * decl.c (store_return_init): Handle minimal_parse_mode.
16882
16883 * tree.c (cp_build_type_variant): Just return an error_mark_node.
16884 * decl.c (make_typename_type): Don't try to get the file and line
16885 of an identifier.
16886 * typeck.c (comptypes): Handle TYPENAME_TYPE.
16887
16888 Wed Mar 6 18:47:50 1996 Per Bothner <bothner@kalessin.cygnus.com>
16889
16890 * decl.c (poplevel): Make sure we clear out and restore old local
16891 non-VAR_DECL values by default when they go out of scope.
16892
16893 Wed Mar 6 09:57:36 1996 Jason Merrill <jason@yorick.cygnus.com>
16894
16895 * method.c (build_overload_value): Use DECL_ASSEMBLER_NAME in
16896 referring to addresses of variables and functions.
16897
16898 * error.c (dump_expr): Support SIZEOF_EXPR.
16899
16900 * init.c (do_friend): Use the return value of check_classfn.
16901
16902 * typeck.c (convert_arguments): Call complete_type.
16903
16904 * method.c (hack_identifier): After giving an error, set value to
16905 error_mark_node.
16906
16907 Tue Mar 5 16:00:15 1996 Jason Merrill <jason@yorick.cygnus.com>
16908
16909 * tree.c (hack_decl_function_context): Kludge around DECL_CONTEXT
16910 lossage for local classes.
16911 * cp-tree.h: Declare it.
16912 * decl.c (lookup_name_real): Evil, painful hack for local classes.
16913 (grokfndecl): Set DECL_CLASS_CONTEXT and DECL_NO_STATIC_CHAIN here.
16914 Use hack_decl_function_context.
16915 (grokdeclarator): Don't set DECL_NO_STATIC_CHAIN here.
16916 (start_function): Use hack_decl_function_context.
16917 (finish_function): Likewise.
16918 * method.c (synthesize_method): Likewise.
16919 * lex.c (process_next_inline): Likewise.
16920 (do_pending_inlines): Likewise.
16921 * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
16922 done with it.
16923
16924 Mon Mar 4 22:38:39 1996 Gerald Baumgartner <gb@alexander.cs.purdue.edu>
16925
16926 * sig.c (build_signature_pointer_or_reference_type): Align
16927 signature pointers/references on 8-byte boundaries so they can be
16928 grabbed 2 words at a time on a Sparc.
16929
16930 Tue Mar 5 10:21:01 1996 Jason Merrill <jason@yorick.cygnus.com>
16931
16932 * method.c (hack_identifier): Requiring a static chain is now a
16933 hard error.
16934 * decl.c (grokdeclarator): Set DECL_NO_STATIC_CHAIN on nested
16935 functions.
16936
16937 Mon Mar 4 20:03:33 1996 Jason Merrill <jason@yorick.cygnus.com>
16938
16939 * init.c (build_offset_ref): Call complete_type.
16940
16941 * decl.c (pop_from_top_level): Always pop previous_class_type.
16942
16943 * parse.y: Handle multiple decls in a for-init-statement.
16944 * pt.c (tsubst_expr): Likewise.
16945
16946 * pt.c (tsubst): Use tsubst_expr for the second operand of an
16947 ARRAY_REF.
16948
16949 * decl.c (maybe_push_to_top_level): Don't save previous_class_type.
16950 (poplevel_class): Set it here.
16951 (pop_from_top_level): Pop it here if we're returning to class scope.
16952 * class.c (pushclass): Don't set it here.
16953
16954 * decl.c (maybe_push_to_top_level): Save current_template_parms,
16955 and clear it if !pseudo.
16956 (pop_from_top_level): Restore it.
16957
16958 * decl2.c (finish_file): Push the dummy each time we walk the list
16959 of vtables.
16960
16961 * error.c (dump_expr): Support LOOKUP_EXPR and actually do
16962 something for CAST_EXPR.
16963
16964 Mon Feb 19 14:49:18 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
16965
16966 * cvt.c (cp_convert): Warn about implicit conversion of the
16967 address of a function to bool, as it is always true.
16968
16969 Fri Feb 23 23:06:01 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
16970
16971 * typeck.c (c_expand_return): Fix warning for local externs returned.
16972
16973 Mon Mar 4 15:03:11 1996 Jason Merrill <jason@yorick.cygnus.com>
16974
16975 * tree.c (mapcar): Propagate const and volatile properly.
16976
16977 * typeck.c (complete_type): Be sure to instantiate the
16978 MAIN_VARIANT of the type.
16979
16980 * method.c (synthesize_method): Class interface hackery does not
16981 apply to synthesized methods.
16982
16983 Mon Mar 4 14:05:23 1996 Jason Merrill <jason@yorick.cygnus.com>
16984
16985 * pt.c (comp_template_args): Use comptypes rather than just
16986 checking for TEMPLATE_TYPE_PARM equivalence.
16987
16988 * typeck.c (build_x_function_call): Call complete_type before
16989 checking TYPE_OVERLOADS_CALL_EXPR.
16990
16991 Mon Mar 4 18:48:30 1996 Manfred Hollstein <manfred@lts.sel.alcatel.de>
16992
16993 * g++.c (main): Check also for new define ALT_LIBM.
16994
16995 Fri Mar 1 13:09:33 1996 Jason Merrill <jason@yorick.cygnus.com>
16996
16997 * pt.c (instantiate_class_template): If we don't have a pattern
16998 yet, that's OK.
16999 (coerce_template_parms): If we see a local class, bail.
17000
17001 * decl.c (grok_reference_init): Make sure there's a type before
17002 checking its code.
17003
17004 * pt.c (do_function_instantiation): Avoid crashing on invalid decls.
17005 (push_template_decl): Likewise.
17006
17007 * parse.y (named_class_head): Set
17008 CLASSTYPE_TEMPLATE_SPECIALIZATION here if we have basetypes.
17009
17010 * decl.c (xref_tag): Diagnose redeclaration of template
17011 type-parameter name.
17012
17013 * error.c (dump_type): Handle anonymous template type parms.
17014
17015 * pt.c (instantiate_template): Use TYPE_MAIN_DECL instead of
17016 TYPE_STUB_DECL.
17017 (coerce_template_parms): Likewise.
17018
17019 Thu Feb 29 16:26:01 1996 Mike Stump <mrs@cygnus.com>
17020
17021 * class.c (instantiate_type, case {ARRAY,INDIRECT}_REF,
17022 case ADDR_EXPR): Don't modify rhs if a subinstantiation fails.
17023
17024 Thu Feb 29 08:20:25 1996 Jason Merrill <jason@yorick.cygnus.com>
17025
17026 * pt.c (instantiate_template): Take the MAIN_VARIANT of the type
17027 before trying to get its STUB_DECL.
17028 (coerce_template_parms): Likewise.
17029
17030 * parse.y (template_type_parm): If they didn't use 'class',
17031 pretend they did after giving an error.
17032
17033 * pt.c (coerce_template_parms): Diagnose use of local class.
17034
17035 * decl.c (grok_reference_init): Use instantiate_type.
17036
17037 * error.c (dump_expr): Handle TEMPLATE_DECLs.
17038
17039 * parse.y (named_class_head): Diagnose mismatching types and tags.
17040
17041 * decl.c (pushdecl): Type decls and class templates clash with
17042 artificial type decls, not hide them.
17043
17044 * decl.c (redeclaration_error_message): Diagnose redefinition of
17045 templates properly.
17046 (duplicate_decls): Diagnose disallowed overloads for template
17047 functions, too.
17048
17049 * decl.c (start_decl): Call complete_type before checking for a
17050 destructor.
17051
17052 * pt.c (tsubst): Use tsubst_expr on the elts of a VEC.
17053
17054 * decl.c (xref_tag): A TEMPLATE_TYPE_PARM is a match.
17055
17056 Wed Feb 28 09:28:44 1996 Jason Merrill <jason@yorick.cygnus.com>
17057
17058 * decl.c (grok_op_properties): Don't check for operator++(int) in
17059 a template.
17060
17061 * tree.c (perm_manip): Return a copy of variable and function
17062 decls with external linkage.
17063
17064 * tree.def: Change some of the min tree codes to type "1".
17065 * pt.c (uses_template_parms): Handle 'e's, return 1 for LOOKUP_EXPRs.
17066 * method.c (build_overload_int): Emit something arbitrary for
17067 anything but an INTEGER_CST if we're in a template.
17068
17069 * decl.c (cp_finish_decl): Call complete_type before deciding
17070 whether or not to lay out the decl.
17071
17072 * lex.c (do_identifier): Check for DECL_INITIAL before using it.
17073
17074 Tue Feb 27 16:35:32 1996 Jason Merrill <jason@yorick.cygnus.com>
17075
17076 * typeck2.c (build_x_arrow): Call complete_type.
17077
17078 * pt.c (add_pending_template): Broken out.
17079 (lookup_template_class): If -fexternal-templates, call it for all
17080 the methods of implemented types.
17081 (instantiate_class_template): Instead of instantiating them here.
17082 (instantiate_decl): Handle -fexternal-templates earlier.
17083
17084 Tue Feb 27 15:51:32 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17085
17086 * search.c, lex.c, decl.c, class.c, cp-tree.h: Don't wrap the
17087 memoized lookup stuff inside GATHER_STATISTICS.
17088
17089 Tue Feb 27 10:38:08 1996 Jason Merrill <jason@yorick.cygnus.com>
17090
17091 * decl.c (start_decl): Complain about array of incomplete type
17092 here.
17093 (grokdeclarator): Not here.
17094
17095 * parse.y (template_parm): Expand full_parm inline so we can set
17096 the rule's precedence.
17097
17098 * pt.c (tsubst_expr): If we're in a template, just do tsubst_copy.
17099 (tsubst): tsubst_expr the DECL_INITIAL of FIELD_DECLs.
17100 * decl2.c (grokbitfield): Don't check for integer constant here.
17101 * class.c (finish_struct_1): Check here.
17102
17103 * decl.c (define_label): Make the min decl go on permanent_obstack.
17104
17105 * pt.c (unify): Don't handle CONST_DECLs.
17106 (uses_template_parms): Don't check DECL_INITIAL on a CONST_DECL.
17107 (tsubst_copy): Likewise.
17108
17109 * lex.c (do_identifier): Do pull the DECL_INITIAL out of a
17110 CONST_DECL for a template parm.
17111
17112 Mon Feb 26 12:48:18 1996 Jason Merrill <jason@yorick.cygnus.com>
17113
17114 * decl.c (grokdeclarator): Complain about array of incomplete type
17115 here.
17116 (start_decl_1): Not here.
17117
17118 * pt.c (tsubst): Handle pointer-to-function declarators.
17119
17120 * method.c (hack_identifier): If pedantic, diagnose local class
17121 methods that require a static chain.
17122
17123 * decl.c (grok_op_properties): No longer static.
17124 * cp-tree.h: Declare it.
17125 * pt.c (tsubst): Call it for operators.
17126 Use tsubst_copy for TREE_VECs.
17127
17128 * parse.y (template_arg): The expr has precedence like '>'.
17129
17130 Fri Feb 23 14:51:52 1996 Jason Merrill <jason@yorick.cygnus.com>
17131
17132 * pt.c (coerce_template_parms): Don't coerce an expression using
17133 template parms.
17134 (uses_template_parms): Also check DECL_INITIAL in CONST_DECLs.
17135 (tsubst): Don't use build_index_2_type if the max_value uses template
17136 parms.
17137 * method.c (build_overload_int): Emit something arbitrary for an
17138 expression using template parms.
17139
17140 * parse.y (template_close_bracket): New non-terminal to catch use
17141 of '>>' instead of '> >' in template class names.
17142 (template_type): Use it.
17143 * Makefile.in (CONFLICTS): Causes one more r/r conflict.
17144
17145 * tree.def: Add CAST_EXPR.
17146 * typeck2.c (build_functional_cast): Use CAST_EXPR instead of
17147 CONVERT_EXPR for minimal_parse_mode.
17148 * typeck.c (build_c_cast): Likewise.
17149 * pt.c (tsubst_copy): Likewise.
17150 * decl2.c (build_expr_from_tree): Likewise.
17151 * error.c (dump_expr): Likewise.
17152
17153 Fri Feb 23 10:36:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17154
17155 * except.c (SetTerminate, SetUnexpected): Put back global vars.
17156 (init_exception_processing): Put back decl/init of
17157 set_unexpected_fndecl and set_terminate_fndecl, needed to get the
17158 fns from libstdc++.
17159
17160 * decl.c (struct binding_level): Delete ACCEPT_ANY bitfield.
17161 (declare_uninstantiated_type_level, uninstantiated_type_level_p):
17162 Delete unused fns.
17163 * cp-tree.h (declare_uninstantiated_type_level,
17164 uninstantiated_type_level_p): Delete prototypes.
17165
17166 Thu Feb 22 19:36:15 1996 Jason Merrill <jason@yorick.cygnus.com>
17167
17168 * pt.c (tsubst_expr): Add default return.
17169
17170 Thu Feb 22 16:47:24 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17171
17172 * error.c (fndecl_as_string): Delete unused arg CNAME.
17173 * sig.c (build_signature_table_constructor,
17174 build_signature_method_call): Fix calls.
17175
17176 * class.c (the_null_vtable_entry): Delete var definition.
17177 (init_class_processing): Delete tree the_null_vtable_entry init.
17178 * decl.c (no_print_{functions, builtins}): Declare as static.
17179 (__tp_desc_type_node): #if 0 var definition.
17180 (init_type_desc): #if 0 init of __tp_desc_type_node.
17181 (vb_off_identifier): Move var decl into init_decl_processing.
17182 (current_function_assigns_this): Declare as static.
17183 (int_ftype_ptr_ptr_int, void_ftype_ptr_int_int): Delete var decls.
17184 (init_decl_processing): Delete init of void_ftype_ptr_ptr_int.
17185 Move decls of string_ftype_ptr_ptr and int_ftype_string_string here.
17186 * decl2.c (delete_sanity): Delete definition/mod of local var ELT_SIZE.
17187 * init.c (BI_header_type, BI_header_size): Declare as static.
17188 * pt.c (template_classes): Delete unused var.
17189 (add_pending_template): Delete decl for non-existent fn.
17190 (lookup_template_class): Delete vars CODE and TAG_CODE.
17191 (instantiate_template): Delete unused var TARGS.
17192 * cp-tree.h (vb_off_identifier, current_function_assigns_this):
17193 Delete decls.
17194 (__tp_desc_type_node): #if 0 var decl.
17195 (fndecl_as_string): Fix prototype.
17196
17197 Thu Feb 22 15:56:19 1996 Jason Merrill <jason@yorick.cygnus.com>
17198
17199 * tree.def: Add GOTO_STMT.
17200 * pt.c (tsubst_expr): Support goto and labels.
17201 * decl.c (define_label): Support minimal parsing.
17202 * parse.y (simple_stmt): Likewise.
17203
17204 Thu Feb 22 15:30:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17205
17206 * xref.c (GNU_xref_member): Only define/set var I if
17207 XREF_SHORT_MEMBER_NAMES is defined, to match when it's actually
17208 used.
17209 (GNU_xref_end_scope): Delete unused fifth arg TRNS.
17210 (GNU_xref_end): Fix call.
17211 * decl.c (poplevel, poplevel_class, finish_method): Fix calls.
17212 * cp-tree.h (GNU_xref_end_scope): Fix prototype.
17213
17214 * tree.c (build_exception_variant): Delete unused vars I, A, T,
17215 T2, and CNAME.
17216 (layout_vbasetypes): Delete unused var NONVIRTUAL_VAR_SIZE.
17217 (mapcar): Delete unused var CODE.
17218 (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
17219 (break_out_cleanups): Fix call.
17220 (bot_manip): Likewise.
17221 * call.c (build_method_call): Likewise.
17222 * cvt.c (build_up_reference, convert_to_reference, cp_convert):
17223 Likewise.
17224 * typeck.c (unary_complex_lvalue, build_modify_expr,
17225 convert_for_initialization): Likewise.
17226 * typeck2.c (build_functional_cast): Likewise.
17227 * cp-tree.h (build_cplus_new): Fix prototype.
17228
17229 * repo.c (open_repo_file): Delete unused var Q.
17230 (repo_compile_flags, repo_template_declared,
17231 repo_template_defined, repo_class_defined, repo_inline_used,
17232 repo_vtable_used, repo_tinfo_used): #if 0 unused fns.
17233 (repo_get_id, repo_vtable_used): Declare as static.
17234 * cp-tree.h (mark_{decl,class}_instantiated, finish_repo): Add
17235 prototypes.
17236
17237 Thu Feb 22 14:53:35 1996 Jason Merrill <jason@yorick.cygnus.com>
17238
17239 * parse.y (pending_inlines): Add function_try_block case.
17240
17241 * pt.c (unify): Fix for template const parms.
17242
17243 Thu Feb 22 13:24:15 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17244
17245 * lex.c (extract_interface_info): Delete forward decl.
17246 (default_copy_constructor_body, default_assign_ref_body): Delete
17247 decls for non-existent functions.
17248 (synth_firstobj, inline_text_firstobjs): Delete unused vars.
17249 (init_lex): Delete setting them.
17250 (cons_up_default_function): Delete unused vars FUNC_BUF,
17251 FUNC_LEN, and COMPLEX. Delete code setting COMPLEX. Delete old
17252 #if 0'd synth code.
17253 (toplevel, expression_obstack): Delete unused extern decls.
17254 (tree_node_kind): Delete unused enum.
17255 (tree_node_counts, tree_node_sizes): Wrap with #ifdef
17256 GATHER_STATISTICS.
17257 (tree_node_kind_names): Delete unused extern decl.
17258 (synth_obstack): Delete unused var.
17259 (init_lex): Don't set it.
17260 (init_parse): Add decl before use.
17261 (reduce_count): Only define #ifdef GATHER_STATISTICS && REDUCE_LENGTH.
17262 (current_unit_{name, language}): Delete unused vars.
17263 (check_newline): Don't bother setting them, just accept the #pragma.
17264 * cp-tree.h (init_repo, peek_yylex): Add prototypes.
17265 (current_unit_{name, language}): Delete decls.
17266
17267 * search.c: Wrap all of the memoized functions, macros, and
17268 variables inside #ifdef GATHER_STATISTICS.
17269 (lookup_field, lookup_fnfields): Likewise.
17270 (init_search_processing): Likewise.
17271 (reinit_search_statistics): Wrap whole function.
17272 * lex.c (reinit_lang_specific): Wrap call to reinit_search_statistics.
17273
17274 * decl.c (finish_function): Only call pop_memoized_context if
17275 GATHER_STATISTICS is defined.
17276 (start_function): Likewise for push_memoized_context.
17277 * class.c (pushclass, popclass): Likewise.
17278
17279 * cp-tree.h (CLASSTYPE_MTABLE_ENTRY): Move definition from here...
17280 * search.c (CLASSTYPE_MTABLE_ENTRY): ... to here.
17281
17282 * cvt.c (cp_convert): Delete unused local var FORM.
17283 * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
17284 prototypes.
17285
17286 Thu Feb 22 13:19:44 1996 Jason Merrill <jason@yorick.cygnus.com>
17287
17288 * pt.c (do_poplevel): Oops; really return what we get from
17289 poplevel this time.
17290
17291 Thu Feb 22 11:41:44 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17292
17293 * cp-tree.h (is_aggr_type): Add prototype.
17294
17295 * cp-tree.h ({push,pop}_cp_function_context): Add decls.
17296 * method.c ({push,pop}_cp_function_context): Delete decls.
17297 * except.c (start_eh_unwinder, end_eh_unwinder): Declare as void.
17298 (SetUnexpected, SetTerminate): Delete unused vars.
17299 (init_exception_processing): Don't set SetUnexpected or
17300 SetTerminate. Don't set SET_UNEXPECTED_FNDECL or SET_TERMINATE_FNDECL.
17301 (output_exception_table_entry): Delete unused array LABEL.
17302 (expand_internal_throw): Delete unused var PARAMS.
17303 (expand_start_catch_block): Delete unused var CLEANUP.
17304 (emit_exception_table): Delete unused var EH_NODE_DECL.
17305 (expand_builtin_throw): Delete unused vars UNWIND_AND_THROW and
17306 GOTO_UNWIND_AND_THROW. Don't set them.
17307 (end_eh_unwinder): Add top decl.
17308 (pop_rtl_from_perm): Delete unused decl of PERMANENT_OBSTACK.
17309 (exception_section, push_rtl_perm, do_function_call,
17310 lang_interim_eh, push_eh_cleanup, eh_outer_context,
17311 expand_end_eh_spec, end_eh_unwinder): Declare as static.
17312 (saved_pc, saved_throw_type, saved_throw_value, saved_cleanup,
17313 throw_used): Likewise.
17314 * cp-tree.h (expand_end_eh_spec): Delete prototype.
17315
17316 * search.c (dfs_mark, dfs_mark_vtable_path,
17317 dfs_unmark_vtable_path, dfs_mark_new_vtable,
17318 dfs_unmark_new_vtable, dfs_clear_search_slot,
17319 dfs_search_slot_nonempty_p, bfs_markedp, bfs_unmarkedp,
17320 bfs_marked_vtable_pathp, bfs_unmarked_vtable_pathp,
17321 bfs_marked_new_vtablep, bfs_unmarked_new_vtablep): #if 0 unused
17322 functions.
17323 (n_fields_searched, n_calls_lookup_field, n_calls_lookup_field_1,
17324 n_calls_lookup_fnfields, n_calls_lookup_fnfields_1,
17325 n_calls_get_base_type, n_outer_fields_searched, n_contexts_saved):
17326 Only define #ifdef GATHER_STATISTICS.
17327 (reinit_search_statistics): Only init some vars if GATHER_STATISTICS
17328 is defined.
17329 (vbase_decl): Delete var definition.
17330 (init_search): Delete old decl.
17331 (init_vbase_pointers): Delete building of VBASE_DECL, since it's
17332 never actually used.
17333 (expand_indirect_vtbls_init): Delete init of VBASE_DECL.
17334 (get_base_distance_recursive): Delete unused fourth arg
17335 BASETYPE_PATH. Fix call .
17336 (get_base_distance): Fix call.
17337 (push_class_decls): Delete unused var ID.
17338 (make_memoized_table_entry): Declare as static.
17339 (breadth_first_search): Declare as static.
17340 (tree_has_any_destructor_p): Declare as static.
17341 (pop_class_decls): Delete unused arg pop_class_decls.
17342 * class.c (popclass): Fix call to pop_class_decls.
17343 * cp-tree.h (make_memoized_table_entry, breadth_first_search,
17344 tree_has_any_destructor_p): Delete prototypes.
17345
17346 * rtti.c (build_ptmf_desc): Delete unused arg TYPE.
17347 (build_t_desc): Fix call. Delete unused vars ELEMS and TT.
17348 (build_dynamic_cast): Delete unused local vars TMP1 and RETVAL.
17349 (build_user_desc): Delete unused var T.
17350 (build_class_desc): Delete unused vars T and OFF.
17351 (build_t_desc): Delete unused var NAME_STRING.
17352 (build_headof): Make static.
17353 (get_bad_cast_node): Likewise.
17354 (get_def_to_follow): Likewise.
17355 * cp-tree.h (init_type_desc): Add prototype.
17356 (build_headof): Remove prototype.
17357
17358 Thu Feb 22 00:54:22 1996 Jason Merrill <jason@yorick.cygnus.com>
17359
17360 * pt.c (tsubst): Only look for matching decls at file scope for
17361 non-member functions.
17362
17363 * call.c (build_scoped_method_call): Handle scoped destructor
17364 calls in templates.
17365
17366 * decl.c (*_top_level): Also save previous_class_values.
17367
17368 * pt.c (tsubst_expr): Support do {} while loops.
17369 * parse.y (simple_stmt): Likewise.
17370 * tree.def: Likewise.
17371
17372 * method.c (build_overload_identifier): For a class nested in a
17373 template class, don't mangle in the template parms from our
17374 context.
17375
17376 * lex.c, cp-tree.h: Remove support for template instantiations in
17377 the pending_inlines code.
17378 * pt.c: Remove dead functions and unused arguments.
17379 (uses_template_parms): TYPENAME_TYPEs always use template parms.
17380 * parse.y: Stop passing anything to end_template_decl.
17381 * tree.c (print_lang_statistics): Only print tinst info #ifdef
17382 GATHER_STATISTICS.
17383
17384 Wed Feb 21 16:57:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17385
17386 * init.c (expand_recursive_init{,_1}): Delete decls.
17387 (sort_member_init): Delete unused var INIT.
17388 (emit_base_init): Delete unused var X.
17389 (build_offset_ref): Delete unused var CNAME.
17390 (sort_member_init): Delete unused var FIELDS_TO_UNMARK.
17391 (emit_base_init): Delete unused local var BASE. Delete extern
17392 decl of IN_CHARGE_IDENTIFIER.
17393 (build_delete): Delete unused local var VIRTUAL_SIZE.
17394
17395 * init.c (build_vec_delete): Delete unused third arg ELT_SIZE.
17396 (build_delete): Fix call.
17397 * decl2.c (delete_sanity): Likewise.
17398 * cp-tree.h (build_vec_delete): Update prototype.
17399
17400 * typeck.c (common_base_type): Delete unused var TMP.
17401 (build_binary_op): Delete local var ARGS_SAVE.
17402 (build_array_ref): Delete unused var ITYPE.
17403 (c_expand_return): Delete unused var USE_TEMP.
17404
17405 * typeck.c (compexcepttypes): Delete unused arg STRICT.
17406 (comptypes): Fix calls.
17407 * decl.c (duplicate_decls): Likewise.
17408 * cp-tree.h (compexcepttypes): Delete extra arg.
17409
17410 * decl2.c (check_classfn): Delete unused second arg CNAME.
17411 * decl.c (start_decl, grokfndecl): Fix calls.
17412 * init.c (do_friend): Likewise.
17413 * cp-tree.h (check_classfn): Update prototype.
17414
17415 * cp-tree.h (signature_error, import_export_vtable,
17416 append_signature_fields, id_in_current_class, mark_used,
17417 copy_assignment_arg_p): Add decls.
17418 * decl2.c (mark_used): Delete decl.
17419
17420 * class.c (n_*): Wrap with #ifdef GATHER_STATISTICS.
17421
17422 * class.c (get_vtable_entry): Disable unused function.
17423 (doing_hard_virtuals): Delete unused static global var.
17424 (finish_struct_1): Don't init DOING_HARD_VIRTUALS.
17425 (prepare_fresh_vtable): Delete unused vars PATH and RESULT.
17426 (overrides): Delete unused vars RETTYPE and BASE_RETTYPE.
17427 (modify_one_vtable): Delete unused var OLD_RTTI.
17428 (finish_struct_anon): Delete unused vars OFFSET and X.
17429 (finish_struct_bits): Delete unused var METHOD_VEC.
17430 (get_basefndecls): Delete unused var PURPOSE. Delete unused
17431 for-scope local variable METHODS.
17432
17433 * call.c (user_harshness): Delete unused/unneeded arg PARM.
17434 (ideal_candidate): Delete unused args BASETYPE and PARMS.
17435 (build_method_call): Delete unused args passed into ideal_candidate.
17436 (build_overload_call_real): Likewise. Delete unused var OVERLOAD_NAME.
17437 * cp-tree.h (synthesize_method): Add decl.
17438
17439 * decl.c (note_level_for_for): Give void return type.
17440 (pushdecl_nonclass_level): Likewise.
17441 (finish_function): Delete unused vars VFIELDS and ALLOCATED_THIS.
17442 (poplevel): Delete unused var IMPLICIT_TRY_BLOCK.
17443 (suspend_binding_level): Delete unused var LEVEL.
17444 (duplicate_decls): Delete unused var CTYPE.
17445 (duplicate_decls): Delete unused var PREVIOUS_C_DECL.
17446 (init_decl_processing): Delete unused vars FLOAT_ENDLINK and
17447 PTR_ENDLINK.
17448 (grokdeclarator): Delete unused var C.
17449 (grokdeclarator): Delete unused var SIZE_VARIES.
17450 (grokparms): Delete unused var SAW_VOID.
17451 (start_function): Delete unused var OLDDECL.
17452 (cplus_expand_expr_stmt): Delete unused var
17453 REMOVE_IMPLICIT_IMMEDIATELY.
17454
17455 * cp-tree.h (pushdecl_nonclass_level): Fix prototype.
17456
17457 * Makefile.in (CONFLICTS): Update to 12 shift/reduce.
17458
17459 Wed Feb 21 00:06:17 1996 Jason Merrill <jason@yorick.cygnus.com>
17460
17461 * tree.c (build_min): Set TREE_COMPLEXITY to lineno.
17462 (build_min_nt): Likewise.
17463 * pt.c (do_pushlevel): Emit line note.
17464 (do_poplevel): Return what we get from poplevel.
17465 (tsubst_expr): Set lineno from TREE_COMPLEXITY in stmt nodes.
17466 * parse.y: Use do_pushlevel and do_poplevel.
17467 * cp-tree.h: Declare do_poplevel.
17468
17469 * cp-tree.h: Declare at_eof.
17470 * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
17471 * decl2.c (import_export_decl): Renamed from import_export_inline.
17472 (finish_file): Call it to do interface handling for statics.
17473 * pt.c (tsubst_copy): Call mark_used on variables and functions
17474 used here.
17475
17476 * decl2.c (finish_file): Don't emit statics we can't generate.
17477 * pt.c (instantiate_decl): Don't set interface on instantiations
17478 we can't generate.
17479
17480 * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
17481 * tree.c (print_lang_statistics): Print max template depth.
17482 * pt.c (push_tinst_level): Dump entire instantiation context.
17483 (instantiate_class_template): Use it and pop_tinst_level.
17484 (instantiate_decl): Likewise.
17485
17486 * call.c class.c cp-tree.h decl.c decl2.c error.c lex.c method.c
17487 pt.c ptree.c tree.def: Remove all traces of UNINSTANTIATED_P_TYPE.
17488
17489 Tue Feb 20 18:21:51 1996 Jason Merrill <jason@yorick.cygnus.com>
17490
17491 * call.c class.c cp-tree.h cvt.c decl.c decl2.c error.c expr.c
17492 init.c lex.c method.c parse.y pt.c repo.c search.c spew.c tree.c
17493 tree.def typeck.c typeck2.c xref.c: Massive, systemic changes for
17494 the new template implementation.
17495
17496 Tue Feb 20 17:14:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17497
17498 * decl2.c (check_cp_case_value): Use STRIP_TYPE_NOPS.
17499
17500 Thu Feb 15 18:44:42 1996 Mike Stump <mrs@cygnus.com>
17501
17502 * decl.c (cp_finish_decl): Delay emitting the debug information for
17503 a typedef that has been installed as the canonical typedef, if the
17504 type has not yet been defined.
17505
17506 Thu Feb 15 09:39:08 1996 Jason Merrill <jason@yorick.cygnus.com>
17507
17508 * decl2.c (grokfield): Still call pop_nested_class for access decls.
17509
17510 Wed Feb 14 17:30:04 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17511
17512 * decl.c (lookup_label): Call label_rtx.
17513
17514 * decl.c (make_binding_level): New function.
17515 (pushlevel, pushlevel_class): Call it instead of explicit
17516 duplicate calls to xmalloc.
17517
17518 * decl.c (init_decl_processing): Delete useless build_pointer_type
17519 call.
17520
17521 * decl.c (float_ftype_float, ldouble_ftype_ldouble): Add definitions.
17522 (sizet_ftype_string): Delete variable.
17523 (init_decl_processing): Add built-in functions fabsf, fabsl,
17524 sqrtf, sqrtl, sinf, sin, sinl, cosf, cos, cosl. New local
17525 variable strlen_ftype, used for strlen.
17526
17527 Wed Feb 14 16:21:25 1996 Jason Merrill <jason@yorick.cygnus.com>
17528
17529 * decl.c (push_to_top_level): Start from current_binding_level
17530 again for now; the stl hacks depend on g++ being broken in this
17531 way, and it'll be fixed in the template rewrite.
17532
17533 * tree.def: Add USING_DECL.
17534 * decl2.c (do_class_using_decl): Implement.
17535 (grokfield): Pass access decls off to do_class_using_decl instead of
17536 grokdeclarator.
17537 * error.c (dump_decl): Handle USING_DECLs.
17538 * decl.c (grokdeclarator): Remove code for handling access decls.
17539 * class.c (finish_struct_1): Adjust accordingly, treat using-decls
17540 as access decls for now.
17541 (finish_struct): Don't check USING_DECLs for other uses of the name.
17542
17543 * search.c (get_matching_virtual): Use cp_error_at.
17544
17545 Wed Feb 14 10:36:58 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17546
17547 * typeck.c (comptypes): Default COMP_TYPE_ATTRIBUTES to 1, to
17548 match c-typeck.c.
17549 (self_promoting_args_p): Move the check that TYPE is non-nil
17550 before trying to look at its main variant.
17551 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
17552
17553 * cp-tree.h (DECL_WAITING_FRIENDS, SET_DECL_WAITING_FRIENDS):
17554 Delete macros.
17555 * init.c (xref_friend, embrace_waiting_friends): Delete functions.
17556 (do_friend): Delete call to xref_friend.
17557 * class.c (finish_struct_1): Delete call to embrace_waiting_friends.
17558
17559 * typeck.c (convert_sequence): #if 0 unused function.
17560
17561 * cp-tree.h (DECL_IN_MEMORY_P): New macro w/ the check that used to
17562 be in decl_in_memory_p.
17563 (decl_in_memory_p): Delete decl.
17564 * expr.c (decl_in_memory_p): Delete fn.
17565 * typeck.c (mark_addressable): Use DECL_IN_MEMORY_P.
17566
17567 * decl.c (cp_finish_decl): Use DECL_IN_MEMORY_P.
17568
17569 Tue Feb 13 12:51:21 1996 Jason Merrill <jason@yorick.cygnus.com>
17570
17571 * class.c (finish_struct_1): Check for a pure-specifier on a
17572 non-virtual function here.
17573
17574 * decl2.c (grok_function_init): Don't check whether the function
17575 is virtual here.
17576 (grokfield): Don't call check_for_override here.
17577
17578 * decl.c (push_to_top_level): Start from inner_binding_level,
17579 check class_shadowed in class levels.
17580
17581 Mon Feb 12 17:46:59 1996 Mike Stump <mrs@cygnus.com>
17582
17583 * decl.c (resume_level): Ignore things that don't have names, instead
17584 of core dumping.
17585
17586 Mon Feb 12 15:47:44 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17587
17588 * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs.
17589
17590 Sat Feb 10 17:59:45 1996 Jason Merrill <jason@yorick.cygnus.com>
17591
17592 * class.c (finish_struct_1): Set DECL_VINDEX properly on a
17593 synthesized dtor.
17594
17595 * parse.y (complete_type_name): Bind global_scope earlier.
17596 (complex_type_name): Likewise.
17597 (qualified_type_name): Remove.
17598
17599 Thu Feb 8 15:15:14 1996 Jason Merrill <jason@yorick.cygnus.com>
17600
17601 * decl.c (grokfndecl): Move code that looks for virtuals in base
17602 classes...
17603 * class.c (check_for_override): ... to a new function.
17604 (finish_struct_1): Call it.
17605
17606 * cp-tree.h: Declare warn_sign_compare.
17607
17608 * typeck.c (build_binary_op_nodefault): Check warn_sign_compare
17609 rather than extra_warnings to decide whether to warn about
17610 comparison of signed and unsigned.
17611
17612 * decl2.c (lang_decode_option): Handle warn_sign_compare. -Wall
17613 implies -Wsign-compare. -Wall doesn't imply -W.
17614
17615 Wed Feb 7 15:27:57 1996 Mike Stump <mrs@cygnus.com>
17616
17617 * typeck.c (build_component_ref): Fix to handle anon unions in base
17618 classes as well.
17619
17620 Wed Feb 7 14:29:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17621
17622 * class.c (resolves_to_fixed_type_p): Delete code dealing with
17623 a WITH_CLEANUP_EXPR, since we don't generate them any more.
17624 * cvt.c (build_up_reference): Likewise.
17625 * decl.c (grok_reference_init): Likewise.
17626 (cp_finish_decl): Likewise.
17627 * error.c (dump_expr): Likewise.
17628 * tree.c (real_lvalue_p): Likewise.
17629 (lvalue_p): Likewise.
17630 (build_cplus_new): Likewise.
17631 (unsave_expr_now): Likewise.
17632 * typeck.c (unary_complex_lvalue, build_modify_expr,
17633 c_expand_return): Likewise.
17634
17635 Tue Feb 6 13:39:22 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17636
17637 Make the C++ front-end pay attention to attributes for structures.
17638 * class.c (finish_struct): New argument ATTRIBUTES, passed down into
17639 finish_struct_1.
17640 (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
17641 Take out old round_up_size use and setting the DECL_ALIGN possibly
17642 using it. Take out setting of TYPE_ALIGN to round_up_size, which
17643 can override what the attribute set.
17644 * cp-tree.h (finish_struct): Update prototype.
17645 * parse.y (template_instantiate_once): Pass a NULL_TREE for the
17646 attributes to finish_struct.
17647 (structsp): For a CLASS decl, add maybe_attribute to rule and pass that
17648 value down into finish_struct.
17649 * Makefile.in (CONFLICTS): Switch to 7 shift/reduce conflicts.
17650
17651 Tue Feb 6 13:12:15 1996 Per Bothner <bothner@kalessin.cygnus.com>
17652
17653 * decl.c (poplevel): Re-word dead for local handling.
17654 (pushdecl): Remove useless DECL_DEAD_FOR_LOCAL test.
17655 (cp_finish_decl): If is_for_scope, check for duplicates so
17656 we can disable is_for_scope. Otherwise, preserve_temp_slots.
17657
17658 * lex.c (do_identifier): Use global binding in preference of
17659 dead for local variable.
17660
17661 Mon Feb 5 17:46:46 1996 Mike Stump <mrs@cygnus.com>
17662
17663 * init.c (initializing_context): Handle anon union changes, the
17664 context where fields of anon unions can be initialized now has to be
17665 found by walking up the TYPE_CONTEXT chain.
17666
17667 Fri Feb 2 14:54:04 1996 Doug Evans <dje@charmed.cygnus.com>
17668
17669 * decl.c (start_decl): #ifdef out code to set DECL_COMMON
17670 if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
17671 (obscure_complex_init): If bss is supported, always set
17672 DECL_INITIAL to error_mark_node.
17673
17674 Thu Feb 1 16:19:56 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17675
17676 * init.c (is_friend): Make sure there's a context before we see if
17677 it's an aggr type.
17678
17679 Thu Feb 1 15:44:53 1996 Mike Stump <mrs@cygnus.com>
17680
17681 * init.c (is_friend): Classes are not friendly with nested classes.
17682
17683 Thu Feb 1 15:27:37 1996 Doug Evans <dje@charmed.cygnus.com>
17684
17685 * lex.c (check_newline): Pass last character read to HANDLE_PRAGMA,
17686 and record its result.
17687
17688 Thu Feb 1 09:27:01 1996 Mike Stump <mrs@cygnus.com>
17689
17690 * class.c (finish_struct_anon): Switch around code to not move anon
17691 union elements around, nor mess up their contexts, nor offsets,
17692 instead we now build up the right number of COMPONENT_REFs for all
17693 the anon unions that may be present at build_component_ref time.
17694 * typeck.c (lookup_anon_field): New routine to handle field lookup
17695 on fields without names. We find them, based upon their unique type
17696 instead.
17697 * typeck.c (build_component_ref): Allow FIELD_DECL components.
17698 Handle finding components in anonymous unions, and ensure that a
17699 COMPONENT_REF is built for each level as necessary.
17700
17701 Tue Jan 30 18:18:23 1996 Mike Stump <mrs@cygnus.com>
17702
17703 * cvt.c (build_up_reference): Make the INDIRECT_BIND case come after
17704 code that ensures that copy ctors are used if appropriate.
17705
17706 Tue Jan 30 17:35:14 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17707
17708 * init.c (build_vec_delete): Only give an error if base isn't an
17709 error_mark_node.
17710
17711 Mon Jan 29 17:09:06 1996 Mike Stump <mrs@cygnus.com>
17712
17713 * spew.c (do_aggr): `new struct S;' isn't a forward declaration.
17714 (yylex): If we see `new', keep slurping.
17715
17716 Thu Jan 25 18:31:36 1996 Mike Stump <mrs@cygnus.com>
17717
17718 * class.c (finish_struct_1): Move code for handling anon unions...
17719 (finish_struct_anon): to here. Fixup so that we do the offset
17720 calculations right, and so that the fields are physically moved to
17721 the containers's chain.
17722
17723 Thu Jan 25 18:27:37 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17724
17725 * decl.c (grokdeclarator): Avoid trying to get an operand off an
17726 identifier node.
17727
17728 Wed Jan 24 11:25:30 1996 Jim Wilson <wilson@chestnut.cygnus.com>
17729
17730 * typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not
17731 POINTER_SIZE to agree with expr.c.
17732
17733 Thu Jan 25 13:01:23 1996 Mike Stump <mrs@cygnus.com>
17734
17735 * search.c (lookup_field): Don't report ambiguities if protect is 0,
17736 instead return NULL_TREE.
17737
17738 Wed Jan 24 13:01:26 1996 Mike Stump <mrs@cygnus.com>
17739
17740 * class.c (finish_struct_1): Call warn_hidden if we want warnings
17741 about overloaded virtual functions.
17742 (warn_hidden): New routine to warn of virtual functions that are
17743 hidden by other virtual functions, that are not overridden.
17744 (get_basefndecls): New routine, used by warn_hidden.
17745 (mark_overriders): New routine, used by warn_hidden.
17746 * search.c (get_matching_virtual): Remove old warning that just
17747 isn't very useful.
17748
17749 Tue Jan 23 12:26:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17750
17751 * decl.c (output_builtin_tdesc_entries): #if 0 the function definition.
17752
17753 * typeck.c (null_ptr_cst_p): Delete unused fn.
17754 (build_function_call_maybe): Delete unused fn.
17755
17756 * expr.c (extract_init): #if 0 the code after unconditional return 0
17757 for now.
17758
17759 Delete old cadillac code.
17760 * edsel.c: Remove file.
17761 * Make-lang.in (CXX_SRCS): Take edsel.c off the list.
17762 * Makefile.in (CXX_OBJS): Delete edsel.o.
17763 (edsel.o): Delete rule.
17764 * cp-tree.h (flag_cadillac): Delete var decl.
17765 * lang-options.h: Delete "-fcadillac" and "-fno-cadillac".
17766 * decl2.c (flag_cadillac): Delete var definition.
17767 (lang_decode_option): Delete handling of -fcadillac and -fno-cadillac.
17768 (grokfield): Delete code depending on flag_cadillac.
17769 (finish_anon_union): Likewise.
17770 * class.c (finish_struct_1): Likewise.
17771 (pushclass): Likewise.
17772 (popclass): Likewise.
17773 (push_lang_context): Likewise.
17774 (pop_lang_context): Likewise.
17775 * decl.c (init_decl_processing): Likewise.
17776 (start_decl): Likewise.
17777 (cp_finish_decl): Likewise.
17778 (xref_tag): Likewise.
17779 (finish_enum): Likewise.
17780 (start_function): Likewise.
17781 (finish_function): Likewise.
17782 (finish_stmt): Likewise.
17783 * lex.c (lang_init): Likewise.
17784 (check_newline): Likewise.
17785
17786 * lex.c (do_pending_inlines): Delete synthesized method kludge.
17787
17788 Delete defunct, ancient garbage collection implementation.
17789 * rtti.c: New file with the RTTI stuff from gc.c.
17790 * gc.c: Removed file (moved the remaining stuff into rtti.c).
17791 * Makefile.in (CXX_OBJS): Replace gc.o with rtti.o.
17792 (rtti.o): New rule, replacing gc.o.
17793 * Make-lang.in (CXX_SRCS): Replace gc.c with rtti.c.
17794 * cp-tree.h: Delete gc-related fn decls.
17795 (DECL_GC_OFFSET): Delete macro.
17796 (flag_gc): Delete extern decl.
17797 * decl.c (current_function_obstack_index): Delete var decl.
17798 (current_function_obstack_usage): Delete var decl.
17799 (start_function): Delete clearing of current_function_obstack_index
17800 and current_function_obstack_usage.
17801 (init_decl_processing): Delete code relying on -fgc.
17802 Delete call to init_gc_processing.
17803 (cp_finish_decl): Delete calls to build_static_gc_entry and
17804 type_needs_gc_entry. Delete gc code setting DECL_GC_OFFSET.
17805 (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup
17806 and to expand_expr of a __gc_main call.
17807 (maybe_gc_cleanup): Delete var decl.
17808 (finish_function): Delete call to expand_gc_prologue_and_epilogue.
17809 * decl2.c (flag_gc): Delete var decl.
17810 (lang_f_options): Delete offering of -fgc.
17811 (lang_decode_option): Delete -fgc and -fno-gc handling.
17812 (get_temp_regvar): Delete gc code.
17813 * init.c (build_new): Delete gc code.
17814 * lex.c (init_lex): Delete checking of flag_gc.
17815
17816 * typeck.c (convert_arguments): Delete gc code.
17817 (build_component_addr): Delete -fgc warning.
17818 (build_modify_expr): Delete gc code.
17819
17820 * decl2.c (build_push_scope): Delete fn.
17821 * cp-tree.h (build_push_scope): Delete decl.
17822
17823 * search.c (clear_search_slots): Delete fn.
17824 * cp-tree.h (clear_search_slots): Delete decl.
17825
17826 * search.c (tree_needs_constructor_p): Delete fn.
17827 * cp-tree.h (tree_needs_constructor_p): Delete decl.
17828
17829 * tree.c (id_cmp): Delete fn.
17830
17831 * tree.c (set_fnaddr_from_vtable_entry): Delete fn.
17832 * cp-tree.h (set_fnaddr_from_vtable_entry): Delete decl.
17833
17834 * tree.c (decl_value_member): Delete fn.
17835 * cp-tree.h (decl_value_member): Delete decl.
17836
17837 * tree.c (list_hash_lookup_or_cons): Delete fn.
17838 * cp-tree.h (list_hash_lookup_or_cons): Delete decl.
17839
17840 * method.c (cplus_exception_name): Delete fn.
17841 (EXCEPTION_NAME_{PREFIX, LENGTH}): Delete macros.
17842
17843 * spew.c (shift_tokens): Delete fn.
17844
17845 Mon Jan 22 17:49:33 1996 Jason Merrill <jason@yorick.cygnus.com>
17846
17847 * except.c (init_exception_processing): Pass 1 to needs_pop in calls
17848 to cp_finish_decl.
17849 * parse.y: Likewise.
17850
17851 Mon Jan 22 17:34:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17852
17853 * tree.c (build_cplus_staticfn_type): Delete function definition;
17854 never used.
17855 * cp-tree.h (build_cplus_staticfn_type): Delete decl.
17856
17857 * tree.c (virtual_member): Delete function definition; never used.
17858 * cp-tree.h (virtual_member): Delete decl.
17859
17860 Fri Jan 19 18:03:14 1996 Mike Stump <mrs@cygnus.com>
17861
17862 * typeck.c (build_component_ref): Handle getting vbase pointers
17863 out of complex multiple inheritance better.
17864
17865 Fri Jan 19 16:27:40 1996 Mike Stump <mrs@cygnus.com>
17866
17867 * typeck.c (build_object_ref): Make sure we use the real type, not
17868 any reference type.
17869
17870 Fri Jan 19 16:01:47 1996 Mike Stump <mrs@cygnus.com>
17871
17872 * tree.c (build_exception_variant): Don't create new types if we
17873 don't have to, also build new types on the right obstack.
17874
17875 Fri Jan 19 14:09:44 1996 Jason Merrill <jason@yorick.cygnus.com>
17876
17877 * decl.c (store_bindings): Split out from push_to_top_level.
17878 (push_to_top_level): Call it for b->type_shadowed on class binding
17879 levels.
17880
17881 Fri Jan 19 13:53:14 1996 Mike Stump <mrs@cygnus.com>
17882
17883 * search.c (expand_upcast_fixups): Fix so that offsets stored in
17884 vbase_offsets are always right. Fixes a problem where virtual base
17885 upcasting and downcasting could be wrong during conversions on this
17886 during virtual function dispatch at ctor/dtor time when dynamic
17887 vtable fixups for deltas are needed. This only sounds easier than
17888 it is. :-)
17889 (fixup_virtual_upcast_offsets): Change to reflect new calling
17890 convention for expand_upcast_fixups.
17891
17892 Fri Jan 19 12:23:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17893
17894 * decl2.c (grokbitfield): Strip the NOPs from WIDTH before we
17895 check that it's usable as the bitfield width.
17896
17897 Wed Jan 17 21:22:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17898
17899 * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
17900 Pass a null tree to grokdeclarator for its ATTRLIST arg, since it's
17901 only ever used for functions in it.
17902
17903 Wed Jan 17 12:10:38 1996 Jason Merrill <jason@yorick.cygnus.com>
17904
17905 * parse.y (qualified_type_name): Use the TYPE_DECL, not the type.
17906 (nested_type): Likewise.
17907 (nested_name_specifier): Use lastiddecl.
17908
17909 * decl.c (grokdeclarator): Adjust accordingly.
17910 * init.c (expand_member_init): Likewise.
17911 * parse.y (base_class): Likewise.
17912 * typeck2.c (build_functional_cast): Likewise.
17913
17914 * typeck2.c (build_functional_cast): Fill in name after we've
17915 checked for non-aggr type.
17916
17917 Wed Jan 17 10:18:01 1996 Mike Stump <mrs@cygnus.com>
17918
17919 * decl2.c (warn_pointer_arith): Default to on.
17920
17921 Tue Jan 16 12:45:38 1996 Jason Merrill <jason@yorick.cygnus.com>
17922
17923 * lex.c (is_rid): New function.
17924 * decl.c (grokdeclarator): Diagnose reserved words used as
17925 declarator-ids.
17926
17927 Tue Jan 16 11:39:40 1996 Jason Merrill <jason@yorick.cygnus.com>
17928
17929 * tree.c (get_decl_list): Don't lose cv-quals.
17930
17931 * decl.c (grokdeclarator): Fix SCOPE_REF handling and diagnose
17932 typespecs used as declarator-ids.
17933
17934 Tue Jan 16 11:09:42 1996 Mike Stump <mrs@cygnus.com>
17935
17936 * decl.c (poplevel): When poping a level, don't give a warning for
17937 any subblocks that already exist.
17938
17939 Tue Jan 16 00:25:33 1996 Jason Merrill <jason@yorick.cygnus.com>
17940
17941 * typeck.c (build_object_ref): Finish what I started.
17942
17943 * parse.y (qualified_type_name): Don't check TYPE_BUILT_IN.
17944
17945 * decl2.c (constructor_name_full): Handle TEMPLATE_TYPE_PARMs.
17946
17947 * decl.c (grokdeclarator): Also accept TEMPLATE_TYPE_PARM as a
17948 scope.
17949
17950 Mon Jan 15 16:19:32 1996 Jason Merrill <jason@yorick.cygnus.com>
17951
17952 * decl.c (xref_tag): Handle passing a type in directly.
17953
17954 * parse.y (qualified_type_name): Pull out the type.
17955 (nested_type): Likewise.
17956 Take types directly instead of as identifiers.
17957 * call.c (build_scoped_method_call): Take types directly instead of
17958 as identifiers.
17959 * decl.c (xref_basetypes): Likewise.
17960 * init.c (expand_member_init): Likewise.
17961 (build_member_call): Likewise.
17962 (build_offset_ref): Likewise.
17963 * typeck2.c (build_scoped_ref): Likewise, remove bogus code.
17964 * method.c (do_build_assign_ref): Likewise.
17965 * decl.c (grokdeclarator): Handle a type appearing as the
17966 declarator-id for constructors.
17967 * method.c (do_build_copy_constructor): current_base_init_list now
17968 uses the types directly, not their names.
17969 * init.c (sort_base_init): Likewise.
17970 (expand_member_init): Likewise.
17971 * init.c (is_aggr_type): New function, like is_aggr_typedef.
17972
17973 Mon Jan 15 08:45:01 1996 Jeffrey A Law <law@cygnus.com>
17974
17975 * tree.c (layout_basetypes): Call build_lang_field_decl instead
17976 of build_lang_decl if first arg is a FIELD_DECL.
17977
17978 Thu Jan 11 14:55:07 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17979
17980 * decl.c (cp_finish_decl): Only clear TREE_USED if DECL_NAME is
17981 non-empty.
17982 * except.c (expand_start_catch_block): Set TREE_USED to avoid
17983 warnings about the catch handler.
17984
17985 Mon Jan 8 17:35:12 1996 Jason Merrill <jason@yorick.cygnus.com>
17986
17987 * typeck.c (build_modify_expr): Use a COMPOUND_EXPR instead of
17988 expand_target_expr.
17989
17990 Thu Jan 4 12:30:32 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17991
17992 Fix access control to use trees rather than integers.
17993 * class.c (access_{default, public, protected, private,
17994 default_virtual, public_virtual, private_virtual}_node): Add
17995 definitions.
17996 (init_class_processing): Do creation of those nodes.
17997 * cp-tree.h (access_type): Delete enum decl.
17998 (access_{default, public, protected, private, default_virtual,
17999 public_virtual, private_virtual}_node): Add decls.
18000 (compute_access): Change return type.
18001 * search.c (compute_access): Have tree return type, instead of enum.
18002 (lookup_field): Declare THIS_V and NEW_V to be tree nodes.
18003 * lex.c (real_yylex): Use yylval.ttype for giving the value of the
18004 access_* node for each of RID_{PUBLIC, PRIVATE, PROTECTED}.
18005 * parse.y (VISSPEC): Make ttype rather than itype.
18006 (base_class_access_list): Likewise.
18007 * *.[cy]: Change all refs of `access_public' to `access_public_node',
18008 etc.
18009 * call.c (build_method_call): Make ACCESS be a tree.
18010 * class.c (alter_access, finish_struct_1, filter_struct): Likewise.
18011 * cvt.c (convert_to_aggr): Likewise.
18012 * init.c (build_offset_ref, resolve_offset_ref, build_delete):
18013 Likewise.
18014 * method.c (hack_identifier): Likewise.
18015 * typeck.c (build_component_ref_1, build_component_ref): ): Likewise.
18016
18017 Thu Jan 4 11:02:20 1996 Mike Stump <mrs@cygnus.com>
18018
18019 * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
18020 frontend, and make it more consistent with respect to
18021 warn_pointer_arith.
18022
18023 Tue Jan 2 00:13:38 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
18024
18025 * decl.c (pushdecl): Check for duplicate parameter names.
18026
18027 Wed Jan 3 09:25:48 1996 Mike Stump <mrs@cygnus.com>
18028
18029 * decl.c (expand_static_init): Call assemble_external for atexit.
18030
18031 Wed Jan 3 07:55:19 1996 Mike Stump <mrs@cygnus.com>
18032
18033 * except.c (do_unwind): Remove some generated dead code.
18034 (eh_outer_context): New routine, factor out some common code from
18035 expand_builtin_throw and end_eh_unwinder. Add code to do return
18036 address masking for the PA.
18037 (expand_builtin_throw): Use eh_outer_context instead of open coding
18038 it here.
18039 (end_eh_unwinder): Likewise.
18040
18041 Tue Jan 2 17:00:56 1996 Mike Stump <mrs@cygnus.com>
18042
18043 * except.c (expand_throw): Call assemble_external for __empty, if we
18044 use it.
18045
18046 Thu Dec 28 11:13:15 1995 Mike Stump <mrs@cygnus.com>
18047
18048 * except.c (expand_builtin_throw): Use RETURN_ADDR_OFFSET instead of
18049 NORMAL_RETURN_ADDR_OFFSET.
18050 (end_eh_unwinder): Likewise.
18051
18052 Wed Dec 27 22:18:16 1995 Mike Stump <mrs@cygnus.com>
18053
18054 * gc.c (build_dynamic_cast): Make sure we don't cast away const
18055 when dealing with references, and make sure we handle dynamic
18056 casting to a cv qualified reference.
18057
18058 Thu Dec 21 23:50:35 1995 Mike Stump <mrs@cygnus.com>
18059
18060 * except.c (struct eh_context): New structure top hold eh context
18061 information.
18062 (push_eh_context): New routine.
18063 (pop_eh_context): Likewise.
18064 * decl.c (push_cp_function_context): Use them.
18065 (pop_cp_function_context): Likewise.
18066
18067 Wed Dec 20 12:42:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18068
18069 * decl2.c (finish_file): Also prune uninteresting functions in the
18070 inline emission loop.
18071
18072 Wed Dec 20 02:32:07 1995 Jeffrey A Law <law@cygnus.com>
18073
18074 * sig.c (build_signature_table_constructor): Mark functions
18075 in the signature as referenced.
18076
18077 Tue Dec 19 22:36:56 1995 Jason Merrill <jason@yorick.cygnus.com>
18078
18079 * decl2.c (finish_file): Do all the vtable/synthesis stuff before
18080 the inline emission stuff.
18081
18082 Mon Dec 18 15:51:33 1995 Jason Merrill <jason@yorick.cygnus.com>
18083
18084 * cp-tree.h, decl2.c (flag_weak): New flag to control the use of
18085 weak symbols.
18086 * lang-options.h: Add -f{no-,}weak.
18087 * decl.c (init_decl_processing): If the target does not support weak
18088 symbols, don't use them.
18089 * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
18090
18091 Sun Dec 17 21:13:23 1995 Rusty Russell <rusty@adelaide.maptek.com.au>
18092
18093 * init.c (expand_member_init): warning for base init after members.
18094
18095 Fri Dec 15 15:32:18 1995 Jason Merrill <jason@yorick.cygnus.com>
18096
18097 * cvt.c (build_expr_type_conversion): Don't convert to a reference
18098 type.
18099
18100 Thu Dec 14 16:05:58 1995 Mike Stump <mrs@cygnus.com>
18101
18102 * method.c (report_type_mismatch): Improve wording for volatile
18103 mismatches.
18104
18105 Thu Dec 14 14:16:26 1995 Mike Stump <mrs@cygnus.com>
18106
18107 * init.c (expand_aggr_init_1): Use expand_aggr_init_1 instead of
18108 expand_assignment, as the later doesn't handle things that have
18109 copy constructors well. The compiler would do bitwise copying,
18110 instead of ctor calling in some cases.
18111
18112 Wed Dec 13 17:05:54 1995 Paul Eggert <eggert@twinsun.com>
18113
18114 * g++.c (my_strerror): Return "cannot access" if errno is 0.
18115 (pfatal_with_name, perror_exec): Don't assume that
18116 the returned value from my_strerror contains no '%'s.
18117 (concat): Remove.
18118 (sys_nerror): Declare only if HAVE_STRERROR is not defined.
18119
18120 Wed Dec 13 16:22:38 1995 Jason Merrill <jason@yorick.cygnus.com>
18121
18122 Lose CLASSTYPE_METHODS/DECL_NEXT_METHOD chain; make
18123 TYPE_METHODS/TREE_CHAIN mean what they used to.
18124 * decl2.c (constructor_name_full): Refer to CLASSTYPE_METHOD_VEC
18125 instead of TYPE_METHODS.
18126 * decl.c (duplicate_decls): Lose references to DECL_NEXT_METHOD.
18127 * tree.c (tree_copy_lang_decl_for_deferred_output): Likewise.
18128 * cp-tree.h (CLASSTYPE_METHODS): Lose.
18129 (CLASSTYPE_METHOD_VEC): Point to lang_spec->methods instead of
18130 TYPE_METHODS.
18131 (struct lang_decl): Lose next_method field.
18132 (DECL_NEXT_METHOD): Lose.
18133 * class.c (finish_struct_methods): Don't mess with TYPE_METHODS.
18134 (finish_struct): Just use TYPE_METHODS; we don't need fn_fields
18135 anymore.
18136 (finish_struct_methods): Don't mess with the TREE_CHAINs in
18137 fn_fields.
18138
18139 * search.c (add_conversions): Don't use TREE_CHAIN to traverse method
18140 vector.
18141
18142 * call.c (build_method_call): Synthesize here even when not inlining.
18143 * typeck.c (build_function_call_real): Likewise.
18144
18145 Wed Dec 13 15:02:39 1995 Ian Lance Taylor <ian@cygnus.com>
18146
18147 * cp/lex.c (check_newline): If DBX_DEBUGGING_INFO and write_symbols
18148 == DBX_DEBUG, call dbxout_start_new_source_file and
18149 dbxout_resume_previous_source_file when appropriate.
18150
18151 Tue Dec 12 20:38:55 1995 Mike Stump <mrs@cygnus.com>
18152
18153 * except.c (start_anon_func): Push to the top level.
18154 (end_anon_func): Pop from the top level.
18155
18156 Mon Dec 11 18:56:14 1995 Mike Stump <mrs@cygnus.com>
18157
18158 * cp-tree.h (build_cleanup): New routine to build cleanups.
18159 * decl.c (expand_static_init): Use build_cleanup to build a cleanup
18160 call at ctor time and use atexit to run it later.
18161 * decl2.c (build_cleanup): New routine, taken from finish_file.
18162 (finish_file): Use build_cleanup instead, and don't put function
18163 local statics in global dtor list.
18164
18165 Wed Dec 6 14:34:29 1995 Mike Stump <mrs@cygnus.com>
18166
18167 * except.c (expand_throw): Ensure that we have cleanups, if we try
18168 and expand cleanups.
18169
18170 Wed Dec 6 11:48:21 1995 Mike Stump <mrs@cygnus.com>
18171
18172 * except.c (expand_throw): Add logic to manage dynamic cleanups for
18173 the EH object.
18174 (expand_end_catch_block): Use the magic of expand_goto, instead of
18175 emit_jump so that we get the cleanup for any catch clause parameter
18176 and the cleanup for the exception object. Update to reflect label
18177 changes.
18178 (push_eh_cleanup): New routine to register a cleanup for an
18179 exception object.
18180 (empty_fndecl): Used to default cleanup actions to
18181 nothing.
18182 (init_exception_processing): Setup empty_fndecl. Setup
18183 saved_cleanup.
18184 (expand_start_catch_block): Update to reflect label changes. Call
18185 push_eh_object to register the cleanup for the EH object.
18186 (start_anon_func): New routine to start building lambda expressions
18187 from trees.
18188 (end_anon_func): New routine to end them.
18189 (struct labelNode): Change so that we can use tree labels, or rtx
18190 labels.
18191 (saved_cleanup): Object to check for dynamic cleanups for the
18192 exception handling object.
18193 (push_label_entry): Change so that we can use tree labels, or rtx
18194 labels.
18195 (pop_label_entry): Likewise.
18196 (top_label_entry): Likewise.
18197 (expand_start_all_catch): Use tree label instead of rtx label, so
18198 that we can get the magic of expand_goto.
18199 (expand_end_all_catch): Update to reflect label changes.
18200
18201 * class.c (build_vfn_ref): Remove building_cleanup logic, as we now
18202 use UNSAVE_EXPRs.
18203 * typeck.c (get_member_function_from_ptrfunc): Remove remnants of
18204 building_cleanup logic, as we now use UNSAVE_EXPRs.
18205 * cp-tree.h (unsave_expr): Declare it.
18206 * decl.c (building_cleanup): Remove.
18207 (maybe_build_cleanup): Remove building_cleanup logic, and use
18208 UNSAVE_EXPR instead.
18209
18210 Sun Dec 3 01:34:58 1995 Mike Stump <mrs@cygnus.com>
18211
18212 * gc.c (build_t_desc): Update error message to say <typeinfo>.
18213
18214 Thu Nov 30 12:30:05 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18215
18216 * decl.c (pushdecl): Only warn about shadowing a local variable if
18217 warn_shadow is true.
18218
18219 Sun Nov 26 16:06:55 1995 Rusty Russell <rusty@adelaide.maptek.com.au>
18220
18221 * typeck.c (build_binary_op_nodefault): Added warning about
18222 comparisons between different enum types with -Wall, unless
18223 -fenum-int-equiv set.
18224
18225 Wed Nov 22 15:44:02 1995 Mike Stump <mrs@cygnus.com>
18226
18227 * class.c (finish_struct_1): Skip down to the inner type in
18228 multidimensional arrays. Ensures ctors will be made for types that
18229 need constructing.
18230
18231 Wed Nov 22 14:19:22 1995 Mike Stump <mrs@cygnus.com>
18232
18233 * decl.c (last_dtor_insn): New to track the last compiler generated
18234 insn in a dtor.
18235 (store_parm_decls): Set it.
18236 (finish_function): Use it to see if the dtor is empty. Avoid doing
18237 vtable setup all the time, if we can.
18238 (struct cp_function): Add last_dtor_insn.
18239 (push_cp_function_context): Save it.
18240 (pop_cp_function_context): Restore it.
18241
18242 Wed Nov 22 11:52:19 1995 Paul Russell <Rusty.Russell@adelaide.maptek.com.au>
18243
18244 * typeck.c (build_unary_op): Set TREE_NO_UNUSED_WARNING to avoid
18245 warnings.
18246
18247 Tue Nov 21 17:15:23 1995 Mike Stump <mrs@cygnus.com>
18248
18249 * typeck.c (expand_target_expr): Make sure targets get put into the
18250 current temp_slot_level, so that the free_temp_slots call will reuse
18251 them.
18252
18253 Tue Nov 21 13:32:03 1995 Mike Stump <mrs@cygnus.com>
18254
18255 * class.c (finish_struct_1): Delay delta fixups for virtual bases
18256 until after we have done the hard virtuals, to avoid a bogus `every
18257 virtual function must have a unique final overrider' for virtual
18258 functions that are only overridden by hard virtuals.
18259
18260 Thu Nov 9 13:35:30 1995 Jason Merrill <jason@yorick.cygnus.com>
18261
18262 * pt.c (do_function_instantiation): Don't try to find a file-scope
18263 template for a member function.
18264
18265 Tue Nov 14 06:20:35 1995 Mike Stump <mrs@cygnus.com>
18266
18267 * g++.c (main): Add handling of -nodefaultlibs.
18268
18269 Mon Nov 13 15:45:34 1995 Mike Stump <mrs@cygnus.com>
18270
18271 * cp-tree.h (INDIRECT_BIND): Add a way for the frontend to
18272 distinguish between direct bindings of reference variables, and
18273 indirect bindings of reference variables.
18274 * cvt.c (build_up_reference): Use it.
18275 * typeck.c (convert_arguments): Use it to indicate this is an
18276 indirect binding.
18277 * decl.c (cp_finish_decl): Ensure that we reuse stack slots as fast
18278 as they are unused.
18279 (expand_static_init): Likewise.
18280 (cplus_expand_expr_stmt): Likewise.
18281 * decl2.c (finish_file): Likewise.
18282 * init.c (perform_member_init): Likewise.
18283 (emit_base_init): Likewise.
18284 (expand_aggr_vbase_init_1): Likewise.
18285
18286 Fri Nov 10 09:18:09 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18287
18288 * decl.c (push_namespace): Rewrite to use build_lang_decl, so we
18289 get a DECL_LANG_SPECIFIC node.
18290 * cp-tree.h (lang_decl_flags): Add new member `level'.
18291 (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
18292 decl_flags level member.
18293
18294 Mon Nov 6 18:36:13 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18295
18296 * call.c (build_method_call): Make sure instance has a
18297 TYPE_LANG_SPECIFIC node before we dive into it.
18298
18299 Sat Nov 4 20:01:52 1995 Jason Molenda <crash@phydeaux.cygnus.com>
18300
18301 * method.c (make_thunk): Use TREE_SET_CODE to set thunk's tree code.
18302
18303 Thu Nov 2 17:56:57 1995 Mike Stump <mrs@cygnus.com>
18304
18305 * decl.c (duplicate_decls): When smashing decls, smash staticness in
18306 the usual way.
18307
18308 Thu Nov 2 16:44:02 1995 Mike Stump <mrs@cygnus.com>
18309
18310 * decl.c (poplevel): Handle the merging of subblocks of cleanups
18311 when finishing blocks that have already been created (usually due to
18312 the fixup goto code). Fixes bad debugging information.
18313
18314 Wed Nov 1 12:33:53 1995 Jason Merrill <jason@yorick.cygnus.com>
18315
18316 * method.c (hack_identifier): Don't abort when we get a TREE_LIST
18317 that's not a list of overloaded functions.
18318
18319 Wed Nov 1 11:38:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18320
18321 * decl2.c (mark_vtable_entries): Check DECL_LANG_SPECIFIC on fn
18322 before trying to use DECL_ABSTRACT_VIRTUAL_P.
18323
18324 Tue Oct 31 11:56:55 1995 Jason Merrill <jason@yorick.cygnus.com>
18325
18326 * decl2.c (mark_used): New function for hooking into setting of
18327 TREE_USED on decls.
18328 * call.c (build_method_call): Use it.
18329 * class.c (instantiate_type): Likewise.
18330 * init.c (build_offset_ref): Likewise. Don't call assemble_external
18331 for all like-named functions.
18332 * method.c (hack_identifier): Likewise.
18333 (emit_thunk): Don't call assemble_external.
18334 (make_thunk): Create thunk as a FUNCTION_DECL so that it
18335 gets the right mode and ENCODE_SECTION_INFO works.
18336
18337 * parse.y: Use mark_used. Pass operator names to do_identifier.
18338 * lex.c (do_identifier): Handle operator names.
18339
18340 * decl2.c (grokclassfn): Tweak __in_chrg attributes.
18341
18342 Thu Oct 26 16:45:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18343
18344 * errfn.c: Include stdio.h.
18345 (cp_sprintf): Take out decl of sprintf, and cast sprintf to errorfn*.
18346
18347 Wed Oct 25 18:58:41 1995 Mike Stump <mrs@cygnus.com>
18348
18349 * typeck2.c (digest_init): Always convert initializers to the
18350 right type.
18351
18352 Wed Oct 25 13:25:24 1995 Mike Stump <mrs@cygnus.com>
18353
18354 * init.c (member_init_ok_or_else): Don't allow member initializers
18355 for indirect members, as it is invalid.
18356
18357 Wed Oct 25 11:35:28 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18358
18359 * decl.c (grokdeclarator): Don't allow `friend signed ()'.
18360
18361 Fri Oct 20 10:30:59 1995 Mike Stump <mrs@cygnus.com>
18362
18363 * parse.y (for.init.statement): Catch compound statements inside for
18364 initializations, if we're being pedantic.
18365
18366 Fri Oct 20 10:03:42 1995 Mike Stump <mrs@cygnus.com>
18367
18368 * decl.c (lookup_tag): Return NULL_TREE if we don't find what we are
18369 looking for.
18370
18371 Thu Oct 19 14:26:10 1995 Mike Stump <mrs@cygnus.com>
18372
18373 * error.c (dump_expr): Don't core dump when a boolean expression is
18374 used as a default argument.
18375
18376 Thu Oct 19 10:36:30 1995 Jason Merrill <jason@yorick.cygnus.com>
18377
18378 * class.c (finish_struct_bits): Check aggregate_value_p instead of
18379 RETURN_IN_MEMORY.
18380
18381 Wed Oct 18 18:12:32 1995 Jason Merrill <jason@yorick.cygnus.com>
18382
18383 * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE on a
18384 BLKmode type that would otherwise be returned in registers.
18385
18386 Mon Oct 16 12:32:19 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18387
18388 * g++.c (WITHLIBC): New macro.
18389 (main): Declare saw_libc. Use WITHLIBC if `-lc' was used; set
18390 saw_libc and pass it at the end if it was set.
18391
18392 Wed Oct 11 16:30:34 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18393
18394 * parse.y (fn.def1): Call split_specs_attrs in
18395 declmods notype_declarator case.