]> gcc.gnu.org Git - gcc.git/blob - gcc/cp/ChangeLog
cp-tree.h (build_binary_op): Remove unneeded parameter.
[gcc.git] / gcc / cp / ChangeLog
1 1999-04-20 Mark Mitchell <mark@codesourcery.com>
2
3 * cp-tree.h (build_binary_op): Remove unneeded parameter.
4 * class.c (build_vrable_entry_ref): Adjust call to
5 build_binary_op.
6 * decl.c (expand_static_init): Likewise.
7 (grokdeclarator): Likewise.
8 (finish_function): Likewise.
9 * decl2.c (delete_sanity): Likewise.
10 (do_dtors): Likewise.
11 (do_ctors): Likewise.
12 * error.c (dump_type_suffix): Likewise.
13 * expr.c (cplus_expand_expr): Likewise.
14 * init.c (resolve_offset_ref): Likewise.
15 (build_new): Likewise.
16 (build_new_1): Likewise.
17 (build_vec_delete_1): Likewise.
18 (expand_vec_init_catch_clause): Likewise.
19 (build_delete): Likewise.
20 * pt.c (tsubst): Likewise.
21 * rtti.c (synthesize_tinfo_fn): Likewise.
22 * search.c (expand_upcast_fixups): Likewise.
23 (expand_direct_vtbls_init): Likewise.
24 * typeck.c (get_member_function_from_ptrfunc): Likewise.
25 (build_binary_op_nodefault): Likewise.
26 (point_int_sum): Likewise.
27 (pointer_diff): Likewise.
28 (build_unary_op): Likewise.
29 (build_modify_expr): Likewise.
30 (get_delta_difference): Likewise.
31 (build_ptrmemfunc): Likewise.
32 (expand_ptrmemfunc_cst): Likewise.
33
34 1999-04-20 Jason Merrill <jason@yorick.cygnus.com>
35
36 * decl.c (grokfndecl): Always call cplus_decl_attributes.
37 * decl2.c (grokfield): Pass attrlist to grokdeclarator.
38
39 1999-04-19 Mark Mitchell <mark@codesourcery.com>
40
41 * cp-tree.h (finish_static_data_member_decl): New function.
42 * decl2.c (finish_static_data_member_decl): Split out from ...
43 (grokfield): Here.
44 * pt.c (instantiate_class_template): Use it here instead of
45 trying to fake it.
46 (tsubst_decl): Don't set DECL_ASSEMBLER_NAME;
47 finish_static_data_member_decl will do that. Explicit set
48 DECL_EXTERNAL to match non-template processing.
49
50 1999-04-18 Mark Mitchell <mark@codesourcery.com>
51
52 * cp-tree.h (finish_class_definition): Add parameter.
53 * parse.y (structsp): Use it. Don't call pop_scope here.
54 * parse.c: Regenerated.
55 * semantics.c (finish_class_definition): Pop it here.
56
57 1999-04-17 Mark Mitchell <mark@codesourcery.com>
58
59 * decl.c (xref_tag): Revise handling of nested template
60 declarations.
61 * pt.c (check_explicit_specialization): Tweak handling of friend
62 templates in template classes.
63 (tsubst_friend_class): Handle friend declarations for nested
64 member template classes.
65
66 1999-04-16 Mark Mitchell <mark@codesourcery.com>
67
68 * class.c (finish_struct): Remove unused variable.
69 (pushclass): Likewise.
70 (invalidate_class_lookup_cache): Likewise.
71 * cp-tree.def (TYPENAME_TYPE): Improve documentation.
72 * decl.c (build_typename_type): Make sure TYPENAME_TYPE_FULLNAME
73 doesn't get obliterated.
74 (make_typename_type): Handle template classes correctly.
75
76 * cp-tree.h (TREE_NONLOCAL_FLAG): Remove.
77 (storetags): Declare.
78 * class.c (finish_struct): Don't use TREE_NONLOCAL_FLAG.
79 (pushclass): Likewise. Use storetags to install tag declarations,
80 not pushtag.
81 (invalidate_class_lookup_cache): Don't use TREE_NONLOCAL_FLAG.
82 * decl.c (storetags): Make it global.
83 (push_class_binding): Set INHERITED_VALUE_BINDING_P for an
84 implicit typename declaration.
85 (pushtag): Tidy. Don't use TREE_NONLOCAL_FLAG.
86 * method.c (hack_identifier): Likewise.
87 * search.c (lookup_member): Likewise.
88
89 * decl.c (warn_about_implicit_typename_lookup): New function.
90 (lookup_name_real): Use it. Rework handling of implicit typename
91 extension.
92
93 1999-04-15 Mark Mitchell <mark@codesourcery.com>
94
95 * cp-tree.h (lookup_nested_field): Remove.
96 * class.c (push_nested_class): Handle UNION_TYPEs.
97 (pop_nested_class): Likewise.
98 * decl.c (lookup_name_real): Don't call lookup_nested_field.
99 (start_decl): Use push_nested_class, not just pushclass.
100 (cp_finish_decl): Use pop_nested_class, not just popclass.
101 * search.c (lookup_nested_field): Remove.
102
103 * cp-tree.h (lang_type): Add documentation.
104 * decl2.c (handle_class_head): Create template declarations here,
105 as appropriate.
106 * parse.y (class_head): Return whether or not we entered a new
107 scope, as well as the type named.
108 (named_class_head): Likewise.
109 (named_complex_class_head_sans_basetype): Likewise.
110 (structsp): Adjust accordingly. Pop scope when required.
111 * parse.c: Regenerated.
112 * pt.c (check_default_tmpl_args): Robustify.
113 (redeclare_class_template): Likewise.
114 (instantiate_class_template): An instantiation of an
115 anonymous union is itself an anonymous union.
116 * semantics.c (begin_class_definition): Don't create template
117 declarations here.
118
119 1999-04-15 Jason Merrill <jason@yorick.cygnus.com>
120
121 * parse.y (after_type_declarator_intern): New nonterminal.
122 (after_type_declarator): Use it.
123 (direct_after_type_declarator): Likewise. Move above
124 nonnested_type to fix reduce/reduce conflict resolution.
125 (declmods): Reducing from just 'attributes' has EMPTY precedence.
126 * Makefile.in (CONFLICTS): Update.
127
128 * decl.c (define_label): Downgrade error for jumping over a
129 non-POD decl to pedwarn.
130
131 1999-04-14 Mark Mitchell <mark@codesourcery.com>
132
133 * cp-tree.h (popclass): Change declaration.
134 (pop_nested_class): Likewise.
135 (poplevel_class): Remove declaration.
136 * call.c (convert_default_argument): Pass no arguments to
137 popclass.
138 * class.c (finish_struct_1): Likewise.
139 (finish_struct): Likewise.
140 (popclass): Remove argument. Simplify code accordingly.
141 (pop_nested_class): Likewise.
142 * decl.c (poplevel_class): Declare it here, and make it static.
143 (poplevel): Handle class scopes.
144 (poplevel_class): Don't take an rgument. Simplify.
145 (pop_everything): Pass no arguments to pop_nested_class.
146 (cp_finish_decl): Pass no arguments to popclass.
147 (grokdeclarator): Pass no arguments to pop_nested_class.
148 (finish_function): Likewise.
149 * decl2.c (grokfield): Likewise.
150 (pop_scope): Pass no arguments to popclass.
151 * lex.c (do_pending_defargs): Pass no arguments to pop_nested_class.
152 * pt.c (instantiate_class_template): Move call to pushclass, and
153 document. Pass no arguments to popclass.
154 (regenerate_decl_from_template): Likewise.
155
156 1999-04-14 Jason Merrill <jason@yorick.cygnus.com>
157
158 * typeck.c (build_unary_op): Handle taking the address of a unique
159 bound non-static member function.
160
161 1999-04-13 Martin von Loewis <loewis@informatik.hu-berlin.de>
162
163 * lang-options.h (-Wdeprecated): New flag.
164 * decl2.c (warn_deprecated): New flag.
165 (lang_decode_option): Deprecated this-is-variable,
166 external-templates, alt-external-templates.
167 Support -Wdeprecated.
168 * errfn.c (cp_deprecated): New function.
169
170 1999-04-13 Jason Merrill <jason@yorick.cygnus.com>
171
172 * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME instead
173 of the decls themselves.
174
175 * pt.c (tsubst_function_type): Copy attributes over.
176
177 * tree.c (cp_valid_lang_attribute): New fn. Handle init_priority
178 and com_interface.
179 * cp-tree.h: Add prototype.
180 * decl.c (init_decl_processing): Set valid_lang_attribute.
181
182 1999-04-13 Mark Mitchell <mark@codesourcery.com>
183
184 * class.c (finish_struct_1): Look at the const-ness of the field's
185 type, not the TREE_READONLY-ness of the declaration.
186 * method.c (synthesize_method): Likewise.
187 * pt.c (tsubst_decl): Call c_apply_type_quals_to_decl when
188 creating new declarations.
189
190 1999-04-13 Mike Stump <mrs@wrs.com>
191
192 * decl2.c (import_export_decl): Because vtables always reference
193 virtual functions, even if they are inlined, don't allow
194 -fno-implement-inlines to not emit them, instead, emit them with
195 the vtable.
196 * decl.c (start_function): Likewise.
197
198 1999-04-12 Jason Merrill <jason@yorick.cygnus.com>
199
200 * cp-tree.h (struct lang_type): Add com_interface.
201 (CLASSTYPE_COM_INTERFACE): New macro.
202 * class.c (set_rtti_entry): COM interface classes have no RTTI
203 entries in their vtables; adjust.
204 (add_virtual_function, finish_base_struct, skip_rtti_stuff,
205 modify_one_vtable, fixup_vtable_deltas1, override_one_vtable,
206 finish_struct_1): Likewise.
207 * decl2.c (mark_vtable_entries): Likewise.
208 * rtti.c (build_headof, get_tinfo_fn_dynamic): Likewise.
209 * search.c (get_abstract_virtuals_1, get_abstract_virtuals,
210 expand_upcast_fixups): Likewise.
211 * tree.c (debug_binfo): Likewise.
212
213 * cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
214 * typeck.c (comptypes): If we get it, ignore attributes.
215 * class.c (instantiate_type): Use BASELINK_P. Change complain
216 parameter to flags; 2 means ignore attributes.
217 * call.c (build_op_delete_call): Pass it.
218
219 * decl.c (xref_tag): Only complain once about using a typedef-name
220 with 'struct'. Downgrade to pedwarn.
221
222 * decl.c (grokdeclarator): Allow [] syntax for zero-length array.
223
224 * parse.y (absdcl_intern): New nonterminal.
225 (absdcl, direct_abstract_declarator): Use it.
226
227 * pt.c (lookup_template_class): Look through implict typename.
228
229 1999-04-11 Mark Mitchell <mark@codesourcery.com>
230
231 * friend.c (add_friend): Deal gracefully with error_mark_node.
232 * method.c (build_overload_value): Handle pointers-to-members as
233 template parameters.
234
235 * decl.c (push_binding): Fix typo in comment.
236
237 1999-04-10 Mark Mitchell <mark@codesourcery.com>
238
239 * error.c (dump_type_real): If a typename is a template-id, put
240 out the template arguments.
241 (dump_expr): Handle TEMPLATE_ID_EXPR.
242 * pt.c (lookup_template_class): Now that full arguments are
243 available everywhere, remove code that tried to guess them.
244
245 1999-04-09 Mark Mitchell <mark@codesourcery.com>
246
247 * decl.c (make_typename_type): Complain if we don't find a type
248 when trying to make a typename type for a non-template type.
249
250 1999-04-09 Jason Merrill <jason@yorick.cygnus.com>
251
252 * decl.c (start_decl): Pass attributes to grokdeclarator.
253 (grokdeclarator): Handle attributes on constructor-syntax
254 initializers.
255
256 1999-04-08 Mark Mitchell <mark@codesourcery.com>
257
258 * error.c (dump_expr): Don't crash on INDIRECT_REFs whose operands
259 don't have types.
260
261 * search.c (template_self_reference_p): Tweak.
262
263 1999-04-07 Mark Mitchell <mark@codesourcery.com>
264
265 * init.c (build_offset_ref): Don't build yet another weird data
266 structure to describe overloaded functions.
267
268 1999-04-06 Mark Mitchell <mark@codesourcery.com>
269
270 * cp-tree.h (BASELINK_P): New macro.
271 (SET_BASELINK_P): Likewise.
272 * init.c (build_member_call): Remove needless assignment in if
273 statement.
274 * search.c (lookup_field_r): Fix handling when we are looking
275 specifically for a type; these are not hidden by functions and
276 variables.
277 (lookup_member): Use SET_BASELINK_P.
278 * tree.c (is_overloaded_fn): Use BASELINK_P.
279 (really_overloaed_fn): Likewise.
280 (get_first_fn): Likewise.
281
282 1999-04-05 Mark Mitchell <mark@codesourcery.com>
283
284 * decl.c (lookup_name_current_level): Tweak, and improve
285 documentation.
286
287 * class.c (maybe_fixup_vptrs): Remove declaration.
288 (build_class_init_list): Likewise.
289 * decl.c (pushdecl_class_level): Call check_template_shadow here
290 ...
291 (push_class_level_binding): ... not here.
292 * search.c (dfs_push_type_decls): Only avoid
293 template-self-reference TYPE_DECLs if they are from base classes.
294
295 1999-04-04 Mark Mitchell <mark@codesourcery.com>
296
297 * pt.c (check_template_shadow): Don't treat OVERLOADs as _DECL
298 nodes. Tidy.
299
300 1999-04-03 Jason Merrill <jason@yorick.cygnus.com>
301
302 * class.c (maybe_fixup_vptrs, build_class_init_list): Lose.
303 (finish_struct_1): Don't call build_class_init_list.
304
305 1999-04-02 Mark Mitchell <mark@codesourcery.com>
306
307 * tinfo.h (__class_type_info): Fix illegal declaration.
308
309 * cp-tree.def (TEMPLATE_ID_EXPR): Update comment.
310 * cp-tree.h (INHERITED_VALUE_BINDING_P): New macro.
311 (IDENTIFIER_CLASS_VALUE): Improve documentation.
312 (is_properly_derived_from): Declare.
313 (invalidate_class_lookup_cache): Likewise.
314 (maybe_maybe_note_name_used_in_class): Likewise.
315 (note_name_declared_in_class): Likewise.
316 (push_using_decl): Remove duplicate declaration.
317 (id_in_current_class): Remove declaration.
318 (push_class_binding): Change prototype.
319 (clear_identitifer_class_values): Declare.
320 * call.c (is_properly_derived_from): Make it global.
321 (build_new_function_call): Be careful about updating candidates.
322 (build_new_method_call): Handle COMPONENT_REFs. Don't crash when
323 asked to make illegal calls.
324 * class.c: Include splay-tree.h.
325 (class_stack_node): Add names_used slot.
326 (check_member_decl_is_same_in_complete_scope): Remove.
327 (add_method): Fix comment. Push the declaration into class
328 scope.
329 (finish_struct_1): When popping the class, pop the bindings too.
330 Remove check for data member/function member conflict.
331 (finish_struct): Remove calls to
332 check_member_decl_is_same_in_complete_scope. Change calls to
333 popclass.
334 (pushclass): Clear names_used in the class stack entry.
335 Use invalidate_class_lookup_cache to remove cached entries, rather
336 than magic values with popclass. Clear IDENTIFIER_CLASS_VALUE
337 before entering a new class. Remove dead code. Don't mess with
338 current_function_decl when pushing declarations.
339 (invalidate_class_lookup_cache): New function, split out from ...
340 (popclass): Here. Clean up names_used on our way out.
341 (instantiate_type): Adjust.
342 (build_self_reference): Don't push the declaration here.
343 (maybe_note_name_used_in_class): New function.
344 (note_name_declared_in_class): Likewise.
345 * decl.c (add_binding): Change prototype.
346 (find_class_binding_level): New function.
347 (innermost_nonclass_level): Likewise.
348 (current_binding_level): Update documentation.
349 (inner_binding_level): Remove. Replace with current_binding_level
350 throughout.
351 (push_binding_level): Remove special handling of
352 class_binding_level.
353 (pop_binding_level): Likewise. Use find_class_binding_level.
354 (suspend_binding_level): Likewise.
355 (global_bindings_p): Use innermost_nonclass_level.
356 (toplevel_bindings_p): Likewise.
357 (namespace_bindings_p): Likewise.
358 (pseudo_global_level_p): Likewise.
359 (push_binding): Clear INHERITED_VALUE_BINDING_P.
360 (add_binding): Check for illegal multiple declarations. Return a
361 value indicating whether or not the new binding was legal.
362 (push_local_binding): Skip over class binding levels. Check
363 return value from add_binding.
364 (push_class_binding): Set INHERITED_VALUE_BINDING_P. Call
365 note_name_declared_in_class.
366 (pushlevel_class): Remove "fake out the rest of the compiler"
367 code.
368 (poplevel_class): Reset IDENTIFIER_CLASS_VALUEs.
369 (clear_identifier_class_values): New function.
370 (pop_from_top_level): Use it.
371 (pop_everything): Tweak.
372 (maybe_process_template_type_declaration): Don't push the
373 declaration for the template here.
374 (pushtag): Don't push tag declarations into class scope here.
375 (pushdecl): Apply DeMorgan's law for readability.
376 (pushdecl_class_level): Remove special-case code for
377 TYPE_BEING_DEFINED. Handle OVERLOADs and anonymous unions.
378 (push_class_level_bindng): Deal with inherited bindings.
379 (lookup_name_real): Remove special-case code for
380 TYPE_BEING_DEFINED, and some implicit typename magic.
381 (grokdeclarator): Handle COMPONENT_REF for a template function.
382 (build_enumerator): Don't call pushdecl_class_level here.
383 (id_in_current_class): Remove.
384 * decl2.c (grokfield): Don't call pushdecl_class_level or
385 check_template_shadow.
386 * errfn.c (cp_file_of): Don't declare.
387 (cp_line_of): Likewise.
388 * error.c (dump_decl): Handle an OVERLOAD.
389 (cp_file_of): Likewise.
390 (cp_line_of): Likewise.
391 * init.c (build_member_call): Handle a COMPONENT_REF.
392 * lex.c (do_identifier): Call maybe_note_name_used_in_class, not
393 pushdecl_class_level.
394 * method.c (hack_identifier): Build COMPONENT_REFs for references
395 to member templates as well as member functions. Remove dead
396 code.
397 * parse.y (left_curly): Remove.
398 (nonnested_type): Call maybe_note_name_used_in_class, not
399 pushdecl_class_level.
400 * parse.c: Regenerated.
401 (nested_name_specifier_1): Likewise.
402 * pt.c (check_explicit_specialization): Adjust, for robustness.
403 (check_template_shadow): Handle OVERLOADs.
404 (build_template_decl): Set DECL_CONSTRUCTOR_P on the
405 TEMPLATE_DECL, if appropriate.
406 * search.c (envelope_add_decl): Remove.
407 (dfs_pushdecls): Likewise.
408 (dfs_compress_decls): Likewise.
409 (dfs_push_decls): New function.
410 (dfs_push_type_decls): Likewise.
411 (setup_class_bindings): Likewise.
412 (template_self_reference_p): Likewise.
413 (lookup_field_r): Use it.
414 (looup_member): Remove old comment. Deal with ambiguity.
415 (push_class_decls): Use dfs_push_decls and dfs_push_type_decls,
416 and remove envelope processing.
417 * semantics.c (begin_class_definition): Let pushclass push
418 declarations for base classes.
419 (finish_member_declaration): Push declarations into class scope.
420 * typeck.c (build_component_ref): Just put an OVERLOAD into the
421 COMPONENT_REF, not a TREE_LIST of an OVERLOAD.
422 (build_x_function_call): Deal with OVERLOAD. Handle template-ids.
423 * Makefile.in (class.o): Depend on splay-tree.h.
424
425 Wed Mar 31 11:30:43 1999 Nathan Sidwell <nathan@acm.org>
426
427 * cvt.c (convert_pointer_to_real): Use same_type_p.
428 * typeck.c (comp_target_types): Use same_type_p.
429
430 1999-03-31 Jason Merrill <jason@yorick.cygnus.com>
431
432 * semantics.c (begin_inline_definitions,
433 finish_inline_definitions): Rename from finish_default_args and
434 begin_inline_definitions, respectively, to something that isn't a
435 total lie. :)
436 * parse.y (structsp): Adjust.
437
438 * tree.c (hash_tree_cons): Remove obsolete via_* parms.
439 (list_hash_lookup): Likewise.
440 (hash_tree_chain): Adjust.
441 * pt.c (tsubst): Adjust.
442 (tsubst_arg_types): Use plain hash_tree_cons.
443 * cp-tree.h (hash_tree_cons_simple): Lose.
444 * parse.y (declmods, nonempty_cv_qualifiers): Use hash_tree_cons.
445
446 Wed Mar 31 10:48:29 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
447
448 * Makefile.in (hash.h): Generate using gperf language 'C', not
449 'KR-C', so gperf uses the `const' keyword on strings.
450
451 * gxx.gperf (resword): Const-ify a char*.
452
453 1999-03-30 Jason Merrill <jason@yorick.cygnus.com>
454
455 * cp-tree.h (IDENTIFIER_AS_DESC, IDENTIFIER_AS_LIST,
456 CLASSTYPE_BASELINK_VEC, CLASSTYPE_N_SUPERCLASSES,
457 CLASSTYPE_N_BASECLASSES, CLASSTYPE_MAX_DEPTH,
458 CLASSTYPE_BASE_INIT_LIST, CLASSTYPE_AS_LIST, CLASSTYPE_ID_AS_LIST,
459 CLASSTYPE_BINFO_AS_LIST): Remove cruft.
460 * class.c, lex.c, parse.y, ptree.c, search.c, semantics.c,
461 tree.c: Adjust.
462
463 1999-03-29 Jason Merrill <jason@yorick.cygnus.com>
464
465 * decl2.c (lang_decode_option): Remove -Wsign-promo from -Wall.
466
467 1999-03-28 Jason Merrill <jason@yorick.cygnus.com>
468
469 * pt.c (fn_type_unification): Ignore 'this' parm from conversion ops.
470
471 1999-03-27 Mark Mitchell <mark@codesourcery.com>
472
473 * cp-tree.h (add_friend): Declare.
474 (add_friends): Likewise.
475 * friend.c (add_friend): Make it global. Don't add to
476 DECL_BEFRIENDING_CLASSES if the befriending class is a template.
477 (add_friends): Make it global.
478 (make_friend_class): Don't add to DECL_BEFRIENDING_CLASSES if the
479 befriending class is a template.
480 * parse.y (component_decl_1): Fix typo in comment.
481 * parse.c: Regenerated.
482 * pt.c (instantiate_class_template): Use add_friend and
483 add_friends rather that duplicating some of their functionality
484 here.
485
486 1999-03-27 Jason Merrill <jason@yorick.cygnus.com>
487
488 * call.c (build_field_call): Unify 'this' and non-'this' cases.
489
490 * typeck.c (build_indirect_ref): Check for 'this' sooner.
491
492 Fri Mar 26 10:20:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
493
494 * call.c (op_error): Const-ify a char*.
495 (add_candidate, source_type, add_warning): Add static prototype.
496 (print_z_candidates): Const-ify a char*.
497
498 * class.c (resolve_address_of_overloaded_function,
499 fixed_type_or_null, build_vtable_entry_ref): Add static prototype.
500 (get_vtable_name, finish_struct_1): Const-ify a char*.
501
502 * cvt.c (convert_to_reference): Likewise.
503
504 * decl.c (redeclaration_error_message, record_builtin_type,
505 record_unknown_type, member_function_or_else, bad_specifiers):
506 Likewise.
507 (find_binding, select_decl, unqualified_namespace_lookup,
508 lookup_flags, qualify_lookup, record_builtin_java_type, tag_name):
509 Add static prototype.
510 (warn_extern_redeclared_static, duplicate_decls, pushdecl,
511 implicitly_declare, record_builtin_java_type, define_function,
512 grok_op_properties, tag_name): Const-ify a char*.
513
514 * cp-tree.h (FORMAT_VBASE_NAME): Allow parameter `BUF' to be const.
515 (define_function, finish_builtin_type): Const-ify a char*.
516 (cp_error, cp_error_at, cp_warning, cp_warning_at, cp_pedwarn,
517 cp_pedwarn_at, cp_compiler_error, cp_sprintf): Add prototype args.
518 (file_name_nondirectory): Const-ify a char*.
519 (init_filename_times): Don't prototype.
520 (compiler_error): Prototype.
521 (yyerror, init_repo): Const-ify a char*.
522 (build_srcloc): Don't prototype.
523 (build_x_indirect_ref, build_indirect_ref, build_component_addr):
524 Const-ify a char*.
525 (warn_for_assignment): Don't prototype.
526 (convert_for_initialization, readonly_error, check_for_new_type,
527 GNU_xref_begin, GNU_xref_file, GNU_xref_ref, GNU_xref_call):
528 Const-ify a char*.
529
530 * decl2.c (acceptable_java_type, output_vtable_inherit,
531 setup_initp, start_objects, finish_objects, do_dtors, do_ctors,
532 merge_functions, decl_namespace, validate_nonmember_using_decl,
533 do_nonmember_using_decl): Add static prototype.
534 (lang_f_options): Const-ify a char*.
535 (finish_builtin_type): Likewise.
536 (add_function, arg_assoc_namespace, arg_assoc_class): Add static
537 prototype.
538
539 * errfn.c: Include cp-tree.h.
540 (cp_thing): Add static prototype.
541 (compiler_error): Don't protoptype.
542 (cp_compiler_error): Cast `compiler_error' to `errorfn' before
543 passing it to `cp_thing'.
544
545 * error.c (interesting_scope_p): Add static prototype.
546
547 * except.c (build_eh_type_type, build_eh_type_type_ref): Const-ify
548 a char*.
549
550 * init.c (compiler_error): Don't prototype.
551 (member_init_ok_or_else): Const-ify a char*.
552 (build_java_class_ref): Add static prototype.
553
554 * lex.c (compiler_error): Don't prototype.
555 (get_time_identifier, interface_strcmp, extend_token_buffer,
556 handle_cp_pragma): Const-ify a char*.
557 (is_global, init_filename_times): Add static prototype.
558 (file_name_nondirectory, cplus_tree_code_name): Const-ify a char*.
559 (compiler_error): Change from fixed args to variable args.
560 (yyerror): Const-ify a char*.
561
562 * parse.y (cond_stmt_keyword): Const-ify a char*.
563 (parse_decl): Add static prototype.
564
565 * pt.c (template_args_equal, print_template_context): Likewise.
566 (print_candidates, check_default_tmpl_args): Const-ify a char*.
567 (instantiate_class_template): Likewise.
568
569 * repo.c (get_base_filename, open_repo_file, init_repo): Likewise.
570
571 * rtti.c (call_void_fn, expand_generic_desc, expand_si_desc,
572 expand_class_desc, expand_ptr_desc, expand_attr_desc): Likewise.
573
574 * search.c (lookup_field_info, lookup_member): Likewise.
575 (lookup_member): Cast the first argument of `bzero' to a PTR.
576
577 * sig.c (compiler_error): Don't prototype.
578 (build_signature_pointer_or_reference_nam): Const-ify a char*.
579 (get_sigtable_name, build_member_function_pointer): Likewise.
580
581 * tree.c (compiler_error): Don't prototype.
582 (no_linkage_helper, build_srcloc): Add static prototype.
583 (build_vbase_pointer_fields): Const-ify a char*.
584 (__eprintf): Don't unnecessarily handle `const' when !__STDC__.
585
586 * typeck.c (compiler_error): Don't prototype.
587 (convert_for_assignment): Const-ify a char*.
588 (comp_cv_target_types): Add static prototype.
589 (build_x_indirect_ref, build_indirect_ref, convert_arguments,
590 build_component_addr, build_unary_op, convert_for_initialization):
591 Const-ify a char*.
592
593 * typeck2.c (ack): Add static prototype and change from fixed args
594 to variable args.
595 (readonly_error, check_for_new_type): Const-ify a char*.
596
597 * xref.c (_XREF_FILE, find_file, filename, fctname, declname,
598 fixname, open_xref_file, classname, GNU_xref_begin): Likewise.
599 (GNU_xref_file): Likewise. Also use `xmalloc' instead of `malloc'.
600 (GNU_xref_end_scope, GNU_xref_ref, GNU_xref_decl, GNU_xref_call,
601 gen_assign, GNU_xref_member): Const-ify a char*.
602
603 1999-03-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
604
605 * gxxint.texi: Remove old discussion on copying virtual bases.
606
607 1999-03-25 Zack Weinberg <zack@rabi.columbia.edu>
608
609 * Make-lang.in: Remove all references to g++.o/g++.c.
610 Link g++ from gcc.o.
611
612 1999-03-25 Jason Merrill <jason@yorick.cygnus.com>
613
614 * decl2.c (comdat_linkage): Treat vtables like functions.
615
616 1999-03-25 Mark Mitchell <mark@codesourcery.com>
617
618 * pt.c (tsubst_decl): tsubst into DECL_BEFRIENDING_CLASSES.
619
620 1999-03-25 Nathan Sidwell <nathan@acm.org>
621
622 * decl.c (init_decl_processing): Add `signed' type as a synonym
623 for `int'.
624
625 1999-03-25 Jason Merrill <jason@yorick.cygnus.com>
626
627 * typeck.c (common_type): Handle cv-qual unification for pointers
628 to members.
629
630 * decl.c (unqualified_namespace_lookup): Return error_mark_node
631 on error.
632 (lookup_name_real): Set LOOKUP_COMPLAIN when *not* parsing.
633 * lex.c (do_identifier): If we got error_mark_node, call
634 lookup_name again.
635
636 1999-03-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
637
638 * class.c (finish_struct_1): Always reset TYPE_FIELDS for empty
639 classes.
640
641 1999-03-24 Jason Merrill <jason@yorick.cygnus.com>
642
643 * decl.c (lookup_name_real): Do nested field lookup regardless of
644 TYPE_BEING_DEFINED.
645
646 1999-03-24 Mark Mitchell <mark@codesourcery.com>
647
648 * cp-tree.h (lang_type): Remove has_assignment and
649 has_real_assignment. Add befriending_classes.
650 (TYPE_HAS_ASSIGNMENT): Remove.
651 (TYPE_HAS_REAL_ASSIGNMENT): Likewise.
652 (CLASSTYPE_BEFRIENDING_CLASSES): New macro.
653 (lang_decl): Document.
654 (DECL_BEFRIENDING_CLASSES): New macro.
655 (FRIEND_NAME): Move declaration to more obvious location.
656 (FRIEND_DECLS): Likewise.
657 * class.c (finish_struct_1): Don't use TYPE_HAS_REAL_ASSIGNMENT.
658 * decl.c (duplicate_decls): Copy DECL_BEFRIENDING_CLASSES.
659 (fixup_anonymous_union): Don't use TYPE_HAS_ASSIGNMENT.
660 (grok_op_properties): Likewise.
661 * friend.c (is_friend): Use FRIEND_NAME and FRIEND_DECLS.
662 (add_friend): Likewise. Don't do weird things with assignment
663 operators. Update DECL_BEFRIENDING_CLASSES.
664 (add_friends): Don't do weird things with assignment operators.
665 (make_friend_class): Likewise. Update
666 CLASSTYPE_BEFRIENDING_CLASSES.
667 * pt.c (instantiate_class_template): Don't set
668 TYPE_HAS_ASSIGNMENT.
669 (tsubst_copy): Substitute the TREE_TYPE for more unary
670 expressions.
671 * ptree.c (print_lang_type): Don't look at TYPE_HAS_ASSIGNMENT.
672 * search.c (protected_accessible_p): New function.
673 (friend_accessible_p): Likewise.
674 (accessible_p): Use them.
675
676 1999-03-23 Mark Mitchell <mark@codesourcery.com>
677
678 * pt.c (convert_nontype_argument): Don't create things that aren't
679 PTRMEM_CSTs when applying a qualification conversion to a
680 PTRMEM_CST.
681
682 1999-03-23 Mark Mitchell <mark@codesourcery.com>
683
684 * Makefile.in (OBJS): Don't mention hash.o.
685 (OBJDEPS): Likewise.
686
687 1999-03-23 Jason Merrill <jason@yorick.cygnus.com>
688
689 * decl2.c (finish_file): Set at_eof to 2 after expanding ctors.
690 * decl.c (expand_static_init): Make sure we don't add any after
691 then.
692
693 * decl.c (cp_finish_decl): Move intelligence about handling
694 DECL_COMDAT for variables from here...
695 * decl2.c (comdat_linkage): ...to here.
696 (maybe_make_one_only): Tweak.
697 (import_export_decl): Call comdat_linkage for variables, too.
698 (finish_file): Handle template statics properly.
699
700 1999-03-22 Mark Mitchell <mark@codesourcery.com>
701
702 * cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.
703 Document internals of pointer-to-member-functions.
704 (DELTA2_FROM_PTRMEMFUNC): Make it call delta2_from_ptrmemfunc.
705 (PFN_FROM_PTRMEMFUNC): Likewise.
706 (build_type_conversion): Remove unused parameter.
707 (build_ptrmemfunc1): Declare.
708 (expand_ptrmemfunc_cst): New function.
709 (delta2_from_ptrmemfunc): Likewise.
710 (pfn_from_ptrmemfunc): Likewise.
711 * cvt.c (cp_convert_to_pointer): Remove unused parameter to
712 build_type_conversion. Use TYPE_PTRMEM_P for readability.
713 (convert_to_reference): Remove unused parameter to
714 build_type_conversion.
715 (ocp_convert): Likewise.
716 (build_user_type_conversion): Likewise.
717 * error.c (dump_expr): Handle NULL pointer-to-member functions.
718 * expr.c (cplus_expand_expr): Handle PTRMEM_CSTs for functions.
719 * method.c (build_overload_value): Don't go splitting CONSTRUCTORs
720 open when handling pointer-to-member functions.
721 * pt.c (convert_nontype_argument): Clean up error messages. Be
722 more stringent with pointers-to-members.
723 * typeck.c (build_ptrmemfunc1): Don't declare. Make it global.
724 (build_unary_op): Tidy ever-so-slightly.
725 (build_conditional_expr): Remove extra parameter to
726 build_type_conversion.
727 (build_ptrmemfunc): Build PTRMEM_CSTs if we know what function
728 we're using.
729 (expand_ptrmemfunc_cst): Define.
730 (delta2_from_ptrmemfunc): Likewise.
731 (pfn_from_ptrmemfunc): Likewise.
732
733 1999-03-19 Mark Mitchell <mark@codesourcery.com>
734
735 * init.c (build_member_call): Handle template-id expressions
736 correctly.
737 * typeck.c (build_x_function_call): Likewise.
738
739 1999-03-19 Chip Salzenberg <chip@perlsupport.com>
740
741 * friend.c (make_friend_class): Avoid core dump when
742 not-yet-defined friend type lacks TYPE_LANG_SPECIFIC().
743
744 1999-03-18 Jason Merrill <jason@yorick.cygnus.com>
745
746 * decl.c (start_function): Suppress normal linkage heuristics
747 for #pragma interface under MULTIPLE_SYMBOL_SPACES.
748
749 1999-03-19 Alexandre Oliva <oliva@dcc.unicamp.br>
750
751 * Make-lang.in: ($(INTL_TARGETS)): Depend on cp/parse.c.
752 ($(srcdir)/cp/parse.c): Moved from ../Makefile.in.
753
754 1999-03-17 Martin von Löwis <loewis@informatik.hu-berlin.de>
755
756 * parse.y (named_complex_class_head_sans_basetype):
757 Do not push a scope for error_mark_node.
758 (maybe_base_class_list): Likewise.
759
760 * decl.c (start_decl): Check for error_mark_node as a type.
761 Detected by g++.brendan/array-refs.C.
762 (start_decl_1): Likewise. Detected by g++.bugs/900322_01.C.
763 (maybe_build_cleanup_1): Likewise. Detected by
764 g++.jason/incomplete1.C.
765
766 * tree.c (build_dummy_object): Use void_zero_node instead of the
767 error_mark_node.
768 (is_dummy_object): Check for such a node.
769 Detected by g++.bob/inherit1.C
770
771 1999-03-16 Jason Merrill <jason@yorick.cygnus.com>
772
773 * method.c (old_backref_index): Split out...
774 (flush_repeats): From here. Rename back from try_old_backref.
775 (build_mangled_name): Put back some old-style repeat handling.
776
777 Mon Mar 15 21:57:16 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
778
779 * lex.c: Don't include setjmp.h.
780 (parse_float): New static function.
781 (pf_args): New struct.
782 (real_yylex): Use them in call to `do_float_handler'.
783
784 1999-03-15 Mark Mitchell <mark@markmitchell.com>
785
786 * decl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES here.
787 * tree.c (layout_basetypes): Not here.
788 * search.c (dfs_search): Remove; no longer used.
789
790 1999-03-12 Mark Mitchell <mark@markmitchell.com>
791
792 * decl2.c (validate_nonmember_using_decl): Issue sensible
793 error-messages on bogus qualifiers.
794
795 1999-03-14 Jason Merrill <jason@yorick.cygnus.com>
796
797 * call.c (add_function_candidate): Fix uninitialized variable.
798
799 * Makefile.in (search.o): Add dependency on varray.h.
800
801 1999-03-13 Jason Merrill <jason@yorick.cygnus.com>
802
803 * decl.c (duplicate_decls): Use same_type_p.
804 * method.c (try_old_backref): Renamed from flush_repeats. Use
805 same_type_p. Don't try to handle repeats. Return success.
806 (is_back_referenceable_type): Return 0 if TYPE_FOR_JAVA. Support
807 calls from old-style code, too.
808 (check_ktype): Use same_type_p.
809 (check_btype): Use same_type_p. Don't pull out TYPE_MAIN_VARIANT.
810 (build_qualified_name): Simplify logic.
811 (process_overload_item): Strip typedefs and quals at the top.
812 (build_mangled_name_for_type_with_Gcode): Remove call to
813 type_canonical_variant.
814 (build_mangled_name): Likewise. Remove support for old-style
815 repeats, which have been disabled since 2.7.2. Don't mess with
816 TREE_USED.
817 (build_decl_overload_real): Don't mess with TREE_USED.
818
819 1999-03-13 Nathan Sidwell <nathan@acm.org>
820
821 * error.c (cp_printers): Add 'F' escape character.
822 (dump_type_real): Remove TREE_LIST (fnargs) printing.
823 Functionality moved to dump_parameters.
824 (dump_type_suffix): Use dump_parameters and dump_exception_spec.
825 (dump_function_decl): Extend meaning of V parameter. Use
826 dump_parameters and dump_exception_spec.
827 (dump_parameters): New static function.
828 (dump_exception_spec): New static function.
829 (fndecl_as_string): Change argument semantics. Use
830 dump_function_decl directly.
831
832 * sig.c (build_signature_table_constructor): Use cp_error.
833
834 1999-03-13 Martin von Löwis <loewis@informatik.hu-berlin.de>
835
836 * semantics.c (finish_switch_cond): Handle error cases gracefully.
837 Detected by g++.law/enum5.C.
838
839 * typeck.c (build_modify_expr): Check for errors after resolving
840 offsets. Detected by g++.brendan/static1.C.
841
842 * decl.c (complete_array_type): Ignore initial_value if it is an
843 error. Detected by g++.benjamin/17930.C.
844
845 * typeck2.c (process_init_constructor): Return error if one argument
846 is in error. Detected by g++.benjamin/13478.C.
847
848 1999-03-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
849
850 * decl.c (select_decl): Allow class templates when we need types.
851 * decl2.c (ambiguous_decl): Likewise.
852
853 1999-03-12 Mark Mitchell <mark@markmitchell.com>
854
855 * lex.c (do_identifier): Correct call to enforce_access.
856 * search.c (accessible_p): Tweak comment.
857
858 1999-03-10 Mark Mitchell <mark@markmitchell.com>
859
860 * semantics.c (begin_class_definition): Call build_self_reference.
861 (finish_member_declaration): Set DECL_CONTEXT for TYPE_DECLs.
862
863 * search.c (assert_canonical_unmarked): Fix typo in prototype.
864
865 * search.c (dfs_canonical_queue): New function.
866 (dfs_assert_unmarked_p): Likewise.
867 (assert_canonical_unmarked): Likewise.
868 (access_in_type): Use it.
869 (accessible_p): Likewise. Walk the whole tree when umarking.
870
871 * sig.c (build_signature_table_constructor): Use accessible_p
872 instead of compute_access.
873
874 1999-03-09 Jason Merrill <jason@yorick.cygnus.com>
875
876 * call.c (add_builtin_candidates): Handle overloaded conversion ops.
877
878 1999-03-09 Mark Mitchell <mark@markmitchell.com>
879
880 * cp-tree.h (flag_access_control): Declare.
881 (TREE_VIA_PPUBLIC): Document.
882 (DECL_NONSTATIC_MEMBER_P): New macro.
883 (enforce_access): Return an indication of whether or not access
884 was permitted.
885 (build_self_reference): Change prototype.
886 (compute_access): Replace with ...
887 (accessible_p): New function.
888 (dfs_walk): Change prototype.
889 (dfs_unmark): Likewise.
890 (markedp): Likewise.
891 * call.c (enforce_access): Use accessible_p.
892 * class.c (build_self_reference): Insert the declaration into the
893 list of members for this type, and make it public.
894 * decl.c (xref_basetypes): Avoid ill-timed recursion.
895 * init.c (build_offset_ref): Use lookup_member, not three separate
896 name-lookups. Call enforce_access rather than checking for
897 illegal accesses here.
898 (resolve_offset_ref): Likewise.
899 * lex.c (do_identifier): Likewise.
900 * method.c (hack_identifier): Likewise.
901 * parse.y (self_reference): Remove.
902 (opt_component_decl_list): Don't use it.
903 * parse.c: Regenerated.
904 * pt.c (print_candidates): Generalize to handle lists of
905 overloaded functions.
906 (instantiate_class_template): Don't rely on TREE_VIA_PRIVATE; it's
907 not set.
908 (get_template_base): Use new calling convention for dfs_walk.
909 * search.c: Include varray.h. Add prototypes.
910 (dfs_walk): Accept a data pointer to pass to the work functions.
911 All callers changed. All work functions changed.
912 (breadth_first_search): Rename to bfs_walk, and make consistent
913 with dfs_walk.
914 (dfs_walk_real): New function.
915 (canonical_binfo): New function.
916 (context_for_name_lookup): Likewise.
917 (shared_marked_p): Likewise.
918 (shared_unmarked_p): Likewise.
919 (lokup_field_queue_p): Likewise.
920 (lookup_field_r): Generalize to handle both functions and fields.
921 (lookup_field): Just call lookup_member.
922 (lookup_fnfields): Likewise.
923 (lookup_member): Move body of lookup_field here and generalize.
924 (dfs_accessible_queue_p): Likewise.
925 (dfs_accessible_p): Likewise.
926 (dfs_access_in_type): Likewise.
927 (access_in_type): Likewise.
928 (compute_access): Remove, and replace with ...
929 (accessible_p): New function.
930 (vbase_types): Remove.
931 (vbase_decl_ptr_intermediate): Likewise.
932 (vbase_decl_ptr): Likewise.
933 (vbase_init_result): Likewise.
934 (closed_envelopes): Likewise.
935 (bvtable): Likewise.
936
937 1999-03-09 Jason Merrill <jason@yorick.cygnus.com>
938
939 * call.c (add_function_candidate): Check for proper number of args
940 before checking the validity of those args.
941
942 1999-03-06 Jason Merrill <jason@yorick.cygnus.com>
943
944 * cp-tree.h (struct lang_type): Add anon_union field.
945 (ANON_UNION_TYPE_P): Use it instead of examining type.
946 (SET_ANON_UNION_TYPE_P): New macro.
947 * decl.c (check_tag_decl): Use it.
948
949 * search.c (compute_access): Handle non-type contexts earlier, and
950 handle NULL_TREE.
951
952 * tree.c (build_exception_variant): Use copy_to_permanent.
953
954 * decl2.c (setup_initp): Give statics with no priority the default
955 priority here.
956 (do_dtors, do_ctors, finish_file): Remove special handling of
957 non-prioritized statics.
958
959 1999-03-05 Mark Mitchell <mark@markmitchell.com>
960
961 * cp-tree.h (ANON_UNION_TYPE_P): Robustify.
962 * decl.c (make_typename_type): Don't issue an error if an
963 immediate lookup fails; it migt be resolved later.
964 * friend.c (is_friend): Add comment.
965 * search.c (breadth_first_search): Add POSTFN and DATA
966 parameters. Tidy. All callers changed.
967 (lookup_field_queue_p): New function.
968 (lookup_field_r): Likewise.
969 (lookup_field_post): Likewise.
970 (lookup_field): Use them, via breadth_first_search, instead of
971 duplicating logic.
972 (compute_access): Robustify.
973 (lookup_fnfield_info): New structure.
974
975 1999-03-05 Jason Merrill <jason@yorick.cygnus.com>
976
977 * pt.c (tsubst, case ARRAY_REF): Use tsubst_expr again.
978
979 1999-03-03 Jason Merrill <jason@yorick.cygnus.com>
980
981 * class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4
982 cc happy.
983
984 * decl2.c (import_export_class): Also return if
985 CLASSTYPE_INTERFACE_ONLY is set.
986
987 1999-03-03 Martin von Löwis <loewis@informatik.hu-berlin.de>
988
989 * decl.c (push_overloaded_decl): Only overwrite the old binding if
990 there was one.
991 * decl2.c (do_local_using_decl): Fix loop termination.
992
993 1999-03-02 Mark Mitchell <mark@markmitchell.com>
994
995 * cp-tree.h (determine_specialization): Don't declare.
996 * pt.c (determine_specialization): Make it static. Eliminate
997 complain parameter. Note that decl is always non-NULL now, and
998 simplify accordingly.
999
1000 * decl.c (maybe_push_to_top_level): Always call
1001 push_cp_function_context.
1002 (pop_from_top_level): Always call pop_cp_function_context.
1003
1004 1999-02-26 Nathan Sidwell <nathan@acm.org>
1005
1006 * typeck.c (complete_type_or_else): Add VALUE arg, for helpful
1007 diagnostics.
1008 * cp-tree.h (complete_type_or_else): Added VALUE parameter.
1009 * init.c (build_new_1): Extra arg to complete_type_or_else.
1010 (build_delete): Likewise.
1011 * typeck.c (require_complete_type): Likewise.
1012 (pointer_int_sum): Likewise.
1013 (pointer_diff): Likewise.
1014 (build_component_ref): Likewise.
1015
1016 * typeck2.c (incomplete_type_error): Always use cp_error.
1017 Show declaration of undefined type, if appropriate.
1018 Deal with UNKNOWN_TYPE nodes.
1019
1020 * typeck.c (require_complete_type): Use TYPE_SIZE as
1021 size_zero_node to mean incomplete type.
1022 (require_complete_type_in_void): New function.
1023 (build_compound_expr): Call complete_type_in_void for LHS.
1024 (build_c_cast): Call complete_type_in_void for void cast.
1025 * cvt.c (ocp_convert): Call complete_type_in_void for void cast.
1026 * decl.c (cplus_expand_expr_stmt): Void expression checks moved to
1027 require_complete_type_in_void. Call it.
1028 * cp-tree.h (require_complete_type_in_void): Prototype new function.
1029
1030 * typeck.c (convert_arguments): Use alternative format for
1031 function decls. Don't require_complete_type here. Simplify
1032 diagnostic printing.
1033 (convert_for_initialization): Don't require_complete_type on RHS yet.
1034 * call.c (convert_arg_to_ellipsis): Call require_complete_type.
1035
1036 * call.c (build_over_call): Cope with qualified void return type.
1037 * semantics.c (finish_call_expr): Likewise.
1038 * typeck.c (build_function_call_real): Likewise.
1039 (c_expand_return): Likewise.
1040 * decl2.c (reparse_absdcl_as_expr): Cope with qualified void type.
1041
1042 * call.c (print_z_candidates): Use alternate print format, to be
1043 consistent with (pt.c) print_candidates.
1044 * method.c (hack_identifier): List candidate members.
1045 * search.c (lookup_field): Build ambiguous list, and show it, if
1046 ambiguous.
1047
1048 1999-02-26 Mark Mitchell <mark@markmitchell.com>
1049
1050 * typeck.c (decay_conversion): Don't confuse constant array
1051 variables with their initializers.
1052
1053 * decl.c (duplicate_decls): Copy DECL_TEMPLATE_INSTANTIATED when
1054 merging decls.
1055 * pt.c (regenerate_decl_from_template): Tweak for clarity.
1056 (instantiate_decl): Mark a decl instantiated before regenerating
1057 it to avoid recursion.
1058 * tree.c (mapcar): Don't call decl_constant_value unless we know
1059 something is TREE_READONLY_DECL_P.
1060
1061 * class.c (check_for_override): Don't stop checking when we find
1062 the first overridden function. Delete #if 0'd code.
1063 * search.c (get_matching_virtual): Likewise.
1064
1065 1999-02-25 Richard Henderson <rth@cygnus.com>
1066
1067 * lang-specs.h: Define __FAST_MATH__ when appropriate.
1068
1069 1999-02-24 Mike Stump <mrs@wrs.com>
1070
1071 * typeck.c (convert_for_assignment): Allow boolean integral constant
1072 expressions to convert to null pointer.
1073
1074 1999-02-24 Martin von Loewis <loewis@informatik.hu-berlin.de>
1075
1076 * decl.c (lookup_namespace_name): Resolve namespace aliases.
1077
1078 * class.c (push_nested_class): Allow namespaces.
1079
1080 * decl2.c (set_decl_namespace): Add friendp parameter.
1081 * decl.c (grokfndecl): Pass it.
1082 (grokvardecl): Likewise.
1083 * cp-tree.h: Change declaration.
1084
1085 1999-02-24 Jason Merrill <jason@yorick.cygnus.com>
1086
1087 * pt.c (tsubst): Allow an array of explicit size zero.
1088
1089 1999-02-23 Jason Merrill <jason@yorick.cygnus.com>
1090
1091 * errfn.c: Change varargs code to look like toplev.c.
1092
1093 * method.c (process_modifiers): Don't prepend 'U' for char or
1094 wchar_t.
1095
1096 1999-02-20 Craig Burley <craig@jcb-sc.com>
1097
1098 * Make-lang.in (cplib2.ready): Don't consider updating
1099 cplib2 stuff if the current directory isn't writable, as
1100 it won't work (such as during a `make install').
1101
1102 Sun Feb 21 20:38:00 1999 H.J. Lu (hjl@gnu.org)
1103
1104 * decl2.c (start_objects): Make file scope constructors and
1105 destructors local to the file if ASM_OUTPUT_CONSTRUCTOR and
1106 ASM_OUTPUT_DESTRUCTOR are defined.
1107
1108 1999-02-19 Mark Mitchell <mark@markmitchell.com>
1109
1110 * cp-tree.h (CLASSTYPE_METHOD_VEC): Adjust comment.
1111 (fn_type_unification): Adjust prototype.
1112 (lookup_fnfields_1): Declare.
1113 * call.c (add_template_candidate_real): Adjust call to
1114 fn_type_unification.
1115 * class.c (add_method): Don't allow duplicate declarations of
1116 constructors or destructors.
1117 (resolve_address_of_overloaded_function): Remove unused variable.
1118 Adjust call to fn_type_unification.
1119 * decl.c (grokfndecl): Be more robust in the face of illegal
1120 specializations.
1121 * decl2.c (check_classfn): Remove hokey handling of member
1122 templates.
1123 * pt.c (determine_specialization): Improve comments. Adjust to
1124 handle template argument deduction as per the standard.
1125 (check_explicit_specialization): Fix comment spacing. Handle
1126 type-conversion operators correctly. Improve error-recovery.
1127 (fn_type_unification): Remove EXTRA_FN_ARG parameter.
1128 (get_bindings_real): Simplify handling of static members.
1129 * search.c (lookup_fnfields_1): Make it have external linkage.
1130 * typeck.c (compparms): Fix comment.
1131 (build_unary_op): Don't try to figure out which template
1132 specialization is being referred to when when the address-of
1133 operator is used with a template function.
1134
1135 Thu Feb 18 23:40:01 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1136
1137 * cp-tree.h (lvalue_or_else): Qualify a char* with the `const'
1138 keyword to match an analogous change at the top level.
1139
1140 * tree.c (lvalue_or_else): Likewise.
1141
1142 1999-02-17 Mark Mitchell <mark@markmitchell.com>
1143
1144 * decl.c (xref_basetypes): Comment.
1145 * pt.c (instantiate_class_template): Use xref_basetypes.
1146
1147 1999-02-16 Mark Mitchell <mark@markmitchell.com>
1148
1149 * cp-tree.h (tsubst): Change prototype.
1150 (tsubst_expr): Likewise.
1151 (tsubst_copy): Likewise.
1152 (type_unification): Remove prototype.
1153 * call.c (convert_default_arg): Adjust call to tsubst_expr.
1154 * class.c (resolve_address_of_overloaded_function): Just use
1155 fn_type_unification.
1156 * decl.c (grokdeclarator): Adjust call to tsubst.
1157 * method.c (build_template_parm_names): Likewise.
1158 * pt.c (GTB_VIA_VIRTUAL): New macro.
1159 (GTB_IGNORE_TYPE): Likewise.
1160 (resolve_overloaded_unification): Add `complain' parameter.
1161 (try_one_overload): Likewise.
1162 (tsubst_template_arg_vector): Likewise.
1163 (tsubst_template_parms): Likewise.
1164 (tsubst_aggr_type): Likewise.
1165 (tsubst_arg_types): Likewise.
1166 (tsubst_call_declarator_parms): Likewise.
1167 (unify): Remove explicit_mask.
1168 (type_unification_real): Likewise.
1169 (get_template_base_recursive): Likewise.
1170 (coerce_template_template_parms): Provide prototype.
1171 (tsubst_function_type): Likewise.
1172 (try_class_unification): New function.
1173 All callers changed to use new complain parameter.
1174 (get_template_base): Use try_class_unification.
1175 (unify): Adjust handling of classes derived from template types.
1176 (fn_type_unification): Substitute explicit arguments before
1177 unification.
1178
1179 1999-02-16 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1180
1181 * decl.c (pushdecl): Remove dead code.
1182
1183 1999-02-16 Jason Merrill <jason@yorick.cygnus.com>
1184
1185 * decl2.c (finish_objects): Fix code I missed in previous change.
1186
1187 1999-02-13 Jason Merrill <jason@yorick.cygnus.com>
1188
1189 * decl.c (grokfndecl): Return NULL_TREE instead of error_mark_node.
1190 (grokdeclarator): Don't expect error_mark_node from grokfndecl.
1191
1192 * pt.c (maybe_process_partial_specialization): Complain about
1193 'template <>' on non-specialization.
1194
1195 1999-02-10 Jason Merrill <jason@yorick.cygnus.com>
1196
1197 * decl.c (grokdeclarator): Catch wierd declarators.
1198 * decl2.c (finish_file): Don't abort because of namespace parsing
1199 failure.
1200 (check_decl_namespace): Remove.
1201
1202 1999-02-09 Mark Mitchell <mark@markmitchell.com>
1203
1204 * cp-tree.h (get_template_base): Don't declare.
1205 (dfs_walk): Declare.
1206 (dfs_unmark): Likewise.
1207 (markedp): Likewise.
1208 * pt.c (unify): Remove duplicate declaration. Pass tparms and
1209 targs to get_template_base.
1210 (get_template_base_recursive): Move here from search.c. Check to
1211 see that the base found can be instantiated to form the desired
1212 type.
1213 (get_template_base): Likewise.
1214 (get_class_bindings): Simplify.
1215 * search.c (get_template_base_recursive): Move to pt.c.
1216 (get_template_base): Likewise.
1217 (markedp): Make it global.
1218 (dfs_walk): Likewise.
1219 (dfs_unmark): Likewise.
1220
1221 1999-02-07 Jason Merrill <jason@yorick.cygnus.com>
1222
1223 * pt.c (maybe_process_partial_specialization): Complain about
1224 specialization in wrong namespace.
1225 * tree.c (decl_namespace_context): New fn.
1226
1227 1999-02-06 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1228
1229 * decl2.c (arg_assoc_type): Handle TEMPLATE_TEMPLATE_PARM.
1230 * pt.c (coerce_template_template_parms): Handle nested
1231 template template parameters.
1232
1233 Sat Feb 6 18:08:40 1999 Jeffrey A Law (law@cygnus.com)
1234
1235 * typeck2.c: Update email addresses.
1236
1237 1999-02-04 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1238
1239 * pt.c (unify): Call coerce_template_parms with the COMPLAIN flag
1240 turned off.
1241
1242 1999-02-04 Jason Merrill <jason@yorick.cygnus.com>
1243
1244 * lex.c (retrofit_lang_decl): Split out...
1245 (build_lang_decl): From here.
1246 * decl.c (pushdecl): Call it for functions generated by the middle
1247 end that don't have DECL_LANG_SPECIFIC.
1248 * cp-tree.h: Declare it.
1249
1250 * decl2.c: Remove flag_init_priority. Always enable initp stuff.
1251 (start_objects, finish_objects): Only use special
1252 init_priority code if the user specified a priority.
1253 (do_ctors, do_dtors): Use DEFAULT_INIT_PRIORITY for the non-initp
1254 objects.
1255
1256 Wed Feb 3 22:50:17 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
1257
1258 * Make-lang.in (GXX_OBJS): Remove choose-temp.o, pexecute.o and
1259 mkstemp.o. Get them from libiberty now.
1260 (DEMANGLER_PROG): Simlarly, remove getopt.o getopt1.o.
1261
1262 Tue Feb 2 22:38:48 1999 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1263
1264 * decl2.c (lang_decode_option): Use read_integral_parameter.
1265
1266 1999-02-01 Mark Mitchell <mark@markmitchell.com>
1267
1268 * pt.c (tsubst, case TYPENAME_TYPE): Check TYPE_BEING_DEFINED
1269 before calling complete_type_or_else.
1270
1271 Mon Feb 1 09:49:52 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1272
1273 * input.c (inline): Don't define, its handled by system.h.
1274
1275 Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
1276
1277 * decl2.c: Don't define flag_no_ident here. Don't process
1278 -f(no-)ident here.
1279 * cp-tree.h: Don't declare flag_no_ident here.
1280 * lang-specs.h: Map -Qn to -fno-ident.
1281
1282 1999-01-28 Jason Merrill <jason@yorick.cygnus.com>
1283
1284 * cp-tree.h (struct tree_binding): Replace scope field with a union.
1285 (BINDING_SCOPE): Adjust.
1286 * decl.c (BINDING_LEVEL): Adjust.
1287
1288 1999-01-26 Jason Merrill <jason@yorick.cygnus.com>
1289
1290 * pt.c (instantiate_class_template): Set up the DECL_INITIAL of
1291 member constants.
1292
1293 * init.c (expand_member_init): Pull out TYPE_MAIN_VARIANT in
1294 a ctor initializer.
1295
1296 * tree.c (equal_functions): Fix name in prototype.
1297
1298 * decl.c (push_local_binding): Add FLAGS argument.
1299 (pushdecl, push_overloaded_decl): Pass it.
1300 * decl2.c (do_local_using_decl): Likewise.
1301 * cp-tree.h: Adjust prototype.
1302 * decl.c (poplevel): Fix logic.
1303
1304 * decl.c (push_local_binding): Also wrap used decls in a TREE_LIST.
1305 (poplevel): Handle that. Fix logic for removing TREE_LISTs.
1306 (cat_namespace_levels): Don't loop forever.
1307
1308 1999-01-25 Richard Henderson <rth@cygnus.com>
1309
1310 * typeck.c (build_reinterpret_cast): Fix typo in duplicated test.
1311
1312 1999-01-25 Jason Merrill <jason@yorick.cygnus.com>
1313
1314 * class.c (resolve_address_of_overloaded_function): Mark the
1315 chosen function used.
1316
1317 * call.c (build_call): Make sure that a function coming in has
1318 been marked used already.
1319 * decl.c (expand_static_init): Call mark_used instead of
1320 assemble_external.
1321 * except.c (call_eh_info, do_pop_exception, expand_end_eh_spec,
1322 alloc_eh_object, expand_throw): Likewise.
1323 * init.c (build_builtin_delete_call): Likewise.
1324 * rtti.c (call_void_fn, get_tinfo_fn, build_dynamic_cast_1,
1325 expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
1326 expand_generic_desc): Likewise.
1327
1328 1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
1329
1330 * tree.c (equal_functions): New function.
1331 (ovl_member): Call it.
1332
1333 1999-01-24 Jason Merrill <jason@yorick.cygnus.com>
1334
1335 * cvt.c (cp_convert_to_pointer): Fix conversion of 0 to pmf.
1336
1337 1999-01-25 Martin von Loewis <loewis@informatik.hu-berlin.de>
1338
1339 * decl.c (decls_match): Return 1 if old and new are identical.
1340 (push_overloaded_decl): Set OVL_USED when PUSH_USING.
1341
1342 1999-01-24 Jason Merrill <jason@yorick.cygnus.com>
1343
1344 * decl.c (start_function): Make member functions one_only on windows.
1345 * decl2.c (import_export_decl): Likewise.
1346
1347 * decl.c (grokdeclarator): Don't complain about implicit int in
1348 a system header. Change same-name field check to not complain in
1349 a system header instead of within extern "C".
1350
1351 1999-01-21 Mark Mitchell <mark@markmitchell.com>
1352
1353 * cp-tree.h (PUSH_GLOBAL): New macro.
1354 (PUSH_LOCAL): Likewise.
1355 (PUSH_USING): Likewise.
1356 (namespace_bindings_p): Declare.
1357 (push_overloaded_decl): Likewise.
1358 * decl.c (push_overloaded_decl): Don't make it static. Check for
1359 illegal declarations after using declarations here.
1360 (namespace_bindings_p): Likewise.
1361 (duplicate_decls): Don't consider declarations from different
1362 namespaces to be the same.
1363 (pushdecl): Use symbolic PUSH_ constants in calls to
1364 push_overloaded_decl.
1365 (push_overloaded_decl_1): Likewise.
1366 * decl2.c (validate_nonmember_using_decl): Tweak `std' handling.
1367 (do_nonmember_using_decl): Check for illegal using declarations
1368 after ordinary declarations here.
1369 (do_local_using_decl): Call pushdecl to insert declarations.
1370
1371 1999-01-21 Jason Merrill <jason@yorick.cygnus.com>
1372
1373 * decl.c (grokdeclarator): Fix lang_c -> lang_name_c typo.
1374
1375 1999-01-21 Mark Mitchell <mark@markmitchell.com>
1376
1377 * tree.c (build_cplus_array_type_1): Don't call build_array_type
1378 for types involving template parameters.
1379
1380 * cp-tree.h (PARM_DECL_EXPR): Delete.
1381 (convert_default_arg): Change prototype.
1382 (check_default_argument): Declare.
1383 (search_tree): Likewise.
1384 * call.c (convert_default_arg): Take the function to which the
1385 default argument belongs as a parameter, and do any necessary
1386 instantiation here, instead of ...
1387 (build_over_call): Here.
1388 * decl.c (local_variable_p): New function.
1389 (check_default_argument): Likewise, split out and tidied from ...
1390 (grokparms): Here.
1391 * error.c (dump_expr): Don't set PARM_DECL_EXPR.
1392 * pt.c (tsubst_call_declarator_parms): New function.
1393 (for_each_template_parm): Handle ARRAY_REFs. Do the obvious thing
1394 with CALL_EXPRs, rather than trying to be clever.
1395 (tsubst): Use tsubst_call_declarator_parms.
1396 * tree.c (search_tree): Don't make it static.
1397 * typeck.c (convert_arguments): Use new interface to
1398 convert_default_arg.
1399
1400 1999-01-20 Mark Mitchell <mark@markmitchell.com>
1401
1402 * error.c (dump_function_decl): Don't print the argument types for
1403 a function when the verbosity level is negative.
1404
1405 * call.c (build_over_call): Check format attributes at call-time.
1406
1407 * pt.c (tsubst_copy): Fix comment.
1408 (unify): Don't allow unification with variable-sized arrays.
1409
1410 * semantics.c (finish_stmt_expr): When processing a template make
1411 the BIND_EXPR long-lived.
1412
1413 1999-01-19 Jason Merrill <jason@yorick.cygnus.com>
1414
1415 * decl2.c (finish_vtable_vardecl): Make vtables comdat here.
1416 (import_export_vtable): Not here.
1417
1418 1999-01-18 Jason Merrill <jason@yorick.cygnus.com>
1419
1420 * typeck.c (build_component_ref): Wrap an OVERLOAD around a unique
1421 non-static member function.
1422
1423 1999-01-18 Nathan Sidwell <nathan@acm.org>
1424
1425 * class.c (instantiate_type): Only diagnose illegal address of member
1426 function if complaining.
1427
1428 * decl.c (lookup_name_real): Remove duplicate code.
1429
1430 1999-01-18 Jason Merrill <jason@yorick.cygnus.com>
1431
1432 * tree.c (copy_template_template_parm): Use permanent_obstack.
1433
1434 1999-01-18 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
1435
1436 * pt.c (unify): Remove restrictions on deduction of argument
1437 of template template parameters.
1438
1439 1999-01-18 Nathan Sidwell <nathan@acm.org>
1440
1441 * rtti.c (build_dynamic_cast_1): Resolve OFFSET_REF exprs.
1442
1443 * class.c (resolve_address_of_overloaded_function): Show list of
1444 all candidates, when none of them match.
1445
1446 1999-01-18 Chip Salzenberg <chip@perlsupport.com>
1447
1448 * typeck.c (comp_ptr_ttypes_reinterpret): Per ANSI, tighten up
1449 definition of 'casting away const' in reinterpret_cast<>.
1450
1451 1999-01-18 Graham <grahams@rcp.co.uk>
1452
1453 * cvt.c: Add include for decl.h, remove extern for
1454 static_aggregates which is now provided by decl.h.
1455
1456 * Makefile.in (cvt.o): Add dependency for decl.h and missing
1457 dependencies for convert.h and flags.h.
1458
1459 1999-01-18 Nathan Sidwell <nathan@acm.org>
1460
1461 * decl2.c (do_dtors): Set current location to that of the
1462 decl, for sensible diagnostics and debugging.
1463 (check_classfn): Issue `incomplete type' error, if
1464 class is not defined.
1465
1466 1999-01-16 Jason Merrill <jason@yorick.cygnus.com>
1467
1468 * cp-tree.h: Add prototype for bound_pmf_p.
1469
1470 1999-01-16 Jason Merrill <jason@yorick.cygnus.com>
1471 Manfred Hollstein <manfred@s-direktnet.de>
1472
1473 * decl.c (grokdeclarator): Don't make 'main(){}' an error with only
1474 -Wreturn-type.
1475
1476 1999-01-16 Nathan Sidwell <nathan@acm.org>
1477
1478 * cp-tree.h (struct lang_type): Added has_mutable flag.
1479 (CLASSTYPE_HAS_MUTABLE): New macro to access it.
1480 (TYPE_HAS_MUTABLE_P): New macro to read it.
1481 (cp_has_mutable_p): Prototype for new function.
1482 * class.c (finish_struct_1): Set has_mutable from members.
1483 * decl.c (cp_finish_decl): Clear decl's TREE_READONLY flag, if
1484 it contains a mutable.
1485 * typeck.c (cp_has_mutable_p): New function.
1486
1487 1999-01-15 Mark Mitchell <mark@markmitchell.com>
1488
1489 * pt.c (process_template_parm): Ignore top-level qualifiers on
1490 non-type parameters.
1491
1492 * decl.c (start_function): Use current_function_parms in the call
1493 to require_complete_type_for_parms, not the probably empty
1494 DECL_ARGUMENTS.
1495
1496 1999-01-14 Jason Merrill <jason@yorick.cygnus.com>
1497
1498 * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.
1499
1500 * decl2.c (import_export_class): MULTIPLE_SYMBOL_SPACES only means
1501 that we don't suppress the other copies.
1502 * lex.c (handle_cp_pragma): Likewise.
1503
1504 1999-01-13 Mark Mitchell <mark@markmitchell.com>
1505
1506 * decl.c (grokdeclarator): Undo 1998-12-14 change.
1507 * tree.c (build_cplus_array_type_1): Likewise.
1508 * pt.c (instantiate_class_template): Remove misleading comment.
1509 (tsubst_aggr_type): Substitute if there are template parameters,
1510 regardless of whether or not they use template arguments.
1511 (unify): Likewise, but for unification.
1512
1513 1999-01-12 Richard Henderson <rth@cygnus.com>
1514
1515 * cp-tree.h (flag_permissive): Declare extern.
1516
1517 1999-01-06 Mark Mitchell <mark@markmitchell.com>
1518
1519 * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT
1520 here.
1521 (lang_type): Add is_partial_instantiation. Decrease width of
1522 dummy.
1523 (PARTIAL_INSTANTIATION_P): New macro.
1524 (OPERATOR_TYPENAME_P): Remove.
1525 * decl.c (unary_op_p): Use IDENTIFIER_TYPENAME_P, not
1526 OPERATOR_TYPENAME_P.
1527 (grok_op_properties): Likewise.
1528 * friend.c (do_friend): Handle friends that are member functions
1529 correctly.
1530 * lex.c (init_parse): Use OPERATOR_TYPENAME_FORMAT.
1531 * pt.c (instantiate_class_template): Rework for clarity. Avoid
1532 leaving TYPE_BEING_DEFINED set in obscure cases. Don't do
1533 any more partial instantiation than is absolutely necessary for
1534 implicit typename. Set PARTIAL_INSTANTIATION_P.
1535 (tsubst_decl): Use IDENTIFIER_TYPENAME_P.
1536 * semantics.c (begin_class_definition): Handle partial
1537 specializations of a type that was previously partially
1538 instantiated.
1539
1540 Wed Jan 6 03:18:53 1999 Mark Elbrecht <snowball3@usa.net.
1541
1542 * g++spec.c (LIBSTDCXX): Provide default definition.
1543 (lang_specific_driver): Use LIBSTDCXX instead of "-lstdc++".
1544
1545 Tue Jan 5 22:11:25 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1546
1547 * Make-lang.in (g++.o): Depend on prefix.h.
1548
1549 1999-01-04 Jason Merrill <jason@yorick.cygnus.com>
1550
1551 * tree.c (bound_pmf_p): New fn.
1552 * typeck.c (build_c_cast): Use it.
1553
1554 * decl.c (grok_op_properties): Use same_type_p.
1555
1556 Tue Dec 22 15:09:25 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1557
1558 * Makefile.in (cvt.o): Depend on toplev.h.
1559
1560 * cp-tree.h (check_template_shadow, pod_type_p): Add prototypes.
1561
1562 * cvt.c: Include toplev.h.
1563
1564 * except.c (get_eh_caught, get_eh_handlers): Hide prototypes and
1565 definitions.
1566
1567 * init.c (expand_vec_init): Initialize variable `itype'.
1568
1569 * lex.c (yyerror): Cast the argument passed to a ctype function to
1570 an unsigned char.
1571
1572 * method.c (build_mangled_C9x_name): Wrap prototype and definition
1573 in "HOST_BITS_PER_WIDE_INT >= 64".
1574
1575 * typeck.c (build_binary_op): Mark parameter `convert_p' with
1576 ATTRIBUTE_UNUSED.
1577
1578 1998-12-22 Mark Mitchell <mark@markmitchell.com>
1579
1580 * cp-tree.h (TYPE_RAISES_EXCEPTIONS): Improve documentation.
1581 * tree.c (build_exception_variant): Don't crash on empty throw
1582 specs.
1583
1584 1998-12-18 DJ Delorie <dj@cygnus.com>
1585
1586 * cvt.c (convert_to_reference): Check for both error_mark_node
1587 and NULL_NODE after call to convert_for_initialization.
1588
1589 1998-12-17 Jason Merrill <jason@yorick.cygnus.com>
1590
1591 * error.c (interesting_scope_p): New fn.
1592 (dump_simple_decl): Use it.
1593 (dump_expr, case CONSTRUCTOR): Force a & for a PMF.
1594 (dump_expr, case OFFSET_REF): Print ->* if appropriate.
1595
1596 1998-12-16 Mark Mitchell <mark@markmitchell.com>
1597
1598 * class.c (resolve_address_of_overloaded_function): Do conversion
1599 to correct type here, rather than ...
1600 (instantiate_type): Here.
1601
1602 * cp-tree.h (DECL_TEMPLATE_PARM_P): New macro.
1603 (DECL_TEMPLATE_TEMPLATE_PARM_P): Use it.
1604 (decl_template_parm_p): Remove.
1605 * decl.c (pushdecl): Don't set DECL_CONTEXT for a template
1606 parameter.
1607 * lex.c (do_identifier): Use DECL_TEMPLATE_PARM_P.
1608 * pt.c (push_inline_template_parms_recursive): Set it.
1609 (decl_template_parm_p): Remove.
1610 (check_template_shadow): Use DECL_TEMPLATE_PARM_P.
1611 (process_template_parm): Set it.
1612
1613 Wed Dec 16 16:33:58 1998 Dave Brolley <brolley@cygnus.com>
1614
1615 * lang-specs.h (default_compilers): Pass -MD, -MMD and -MG to cc1plus
1616 if configured with cpplib.
1617
1618 1998-12-15 Mark Mitchell <mark@markmitchell.com>
1619
1620 * decl.c (poplevel): Make sure ns_binding is initialized.
1621
1622 * decl.c (finish_function): Undo inadvertent change in previous
1623 patch.
1624
1625 1998-12-14 Mark Mitchell <mark@markmitchell.com>
1626
1627 * class.c (pushclass): Tweak handling of class-level bindings.
1628 (resolve_address_of_overloaded_function): Update pointer-to-member
1629 handling.
1630 (instantiate_type): Likewise.
1631 * cvt.c (cp_convert_to_pointer): Likewise.
1632 * decl.c (pop_binding): Take the DECL to pop, not just the name.
1633 Deal with `struct stat' hack.
1634 (binding_level): Add to documentation.
1635 (push_binding): Clear BINDING_TYPE.
1636 (add_binding): New function.
1637 (push_local_binding): Use it.
1638 (push_class_binding): Likewise.
1639 (poplevel): Adjust calls to pop_binding.
1640 (poplevel_class): Likewise.
1641 (pushdecl): Adjust handling of TYPE_DECLs; add bindings for hidden
1642 declarations to current binding level.
1643 (push_class_level_binding): Likewise.
1644 (push_overloaded_decl): Adjust handling of OVERLOADs in local
1645 bindings.
1646 (lookup_namespace_name): Don't crash when confronted with a
1647 TEMPLATE_DECL.
1648 (lookup_name_real): Do `struct stat' hack in local binding
1649 contexts.
1650 (build_ptrmemfunc_type): Adjust documentation.
1651 (grokdeclarator): Don't avoid building real array types when
1652 processing templates unless really necessary.
1653 (finish_method): Adjust calls to pop_binding.
1654 * decl2.c (reparse_absdcl_as_expr): Recursively call ourselves,
1655 not reparse_decl_as_expr.
1656 (build_expr_from_tree): Deal with a template-id as the function to
1657 call in a METHOD_CALL_EXPR.
1658 * pt.c (convert_nontype_argument): Tweak pointer-to-member handling.
1659 (maybe_adjust_types_For_deduction): Don't do peculiar things with
1660 METHOD_TYPEs here.
1661 (resolve_overloaded_unification): Handle COMPONENT_REFs. Build
1662 pointer-to-member types where necessary.
1663 * tree.c (build_cplus_array_type_1): Don't avoid building real
1664 array types when processing templates unless really necessary.
1665 (build_exception_variant): Compare the exception lists correctly.
1666
1667 1998-12-13 Mark Mitchell <mark@markmitchell.com>
1668
1669 * cp-tree.def (CPLUS_BINDING): Update documentation.
1670 * cp-tree.h (LOCAL_BINDING_P): New macro.
1671 (lang_identifier): Rename local_value to bindings.
1672 (tree_binding): Make `scope' of type `void*', not `tree'.
1673 (BINDING_SCOPE): Update documentation.
1674 (IDENTIFIER_LOCAL_VALUE): Remove.
1675 (IDENTIFIER_CLASS_VALUE): Document.
1676 (IDENTIFIER_BINDING): New macro.
1677 (IDENTIFIER_VALUE): Likewise.
1678 (TIME_IDENTIFIER_TIME): Likewise.
1679 (TIME_IDENTIFIER_FILEINFO): Likewise.
1680 (IMPLICIT_TYPENAME_P): Likewise.
1681 (set_identifier_local_value): Remove.
1682 (push_local_binding): New function.
1683 (push_class_binding): Likewise.
1684 * class.c (pushclass): Update comments; use push_class_binding.
1685 * decl.c (set_identifier_local_value_with_scope): Remove.
1686 (set_identifier_local_value): Likewise.
1687 (push_binding): New function.
1688 (pop_binding): Likewise.
1689 (binding_level): Update documentation. Remove shadowed.
1690 (BINDING_LEVEL): New macro.
1691 (free_binding_nodes): New variable.
1692 (poplevel): Adjust for new name-lookup scheme. Don't mess up
1693 BLOCK_VARs when doing for-scope extension. Remove effectively
1694 dead code.
1695 (pushlevel_class): Tweak formatting.
1696 (poplevel_class): Adjust for new name-lookup scheme.
1697 (print_binding_level): Likewise.
1698 (store_bindings): Likewise.
1699 (pushdecl): Likewise.
1700 (pushdecl_class_level): Likewise.
1701 (push_class_level_binding): Likewise.
1702 (push_overloaded_decl): Update comments. Adjust for new
1703 name-lookup scheme.
1704 (lookup_name_real): Likewise.
1705 (lookup_name_current_level): Likewise.
1706 (cp_finish_decl): Likewise.
1707 (require_complete_types_for_parms): Likewise. Remove misleading
1708 #if 0'd code.
1709 (grok_parms): Likewise. Don't call
1710 require_complete_types_for_parms here.
1711 (grok_ctor_properties): Don't treat templates as copy
1712 constructors.
1713 (grop_op_properties): Or as assignment operators.
1714 (start_function): Document. Adjust for new name-lookup scheme.
1715 (finish_function): Likewise.
1716 * decl2.c (do_local_using_decl): Use push_local_binding.
1717 * lex.c (begin_definition_of_inclass_inline): New function, split
1718 out from ...
1719 (do_pending_inlines): Here, and ...
1720 (process_next_inline): Here.
1721 (get_time_identifier): Use TIME_IDENTIFIER_* macros.
1722 (init_filename_times): Likewise.
1723 (extract_interface_info): Likewise.
1724 (ste_typedecl_interface_info): Likewise.
1725 (check_newline): Likewise.
1726 (dump_time_statistics): Likewise.
1727 (handle_cp_pragma): Likewise.
1728 (do_identifier): Adjust for new name-lookup scheme.
1729 * parse.y (function_try_block): Return ctor_initializer_opt value.
1730 (fndef): Use it.
1731 (fn.defpen): Pass appropriate values to start_function.
1732 (pending_inline): Use functor_try_block value, and pass
1733 appropriate values to finish_function.
1734 * pt.c (is_member_template): Update documentation; remove handling
1735 of FUNCTION_DECLs. As per name, this function should deal only in
1736 TEMPLATE_DECLs.
1737 (decl_template_parm_p): Change name of olddecl parameter to decl.
1738 (check_template_shadow): Adjust for new name-lookup scheme.
1739 (lookup_template_class): Likewise.
1740 (tsubst_decl): Tweak so as not to confuse member templates with
1741 copy constructors and assignment operators.
1742 (unify): Handle UNION_TYPEs.
1743 * ptree.c (print_lang_identifier): Adjust for new name-lookup scheme.
1744 (lang_print_xnode): Adjust for new name-lookup scheme.
1745 * typeck.c (mark_addressable): Likewise.
1746 (c_expand_return): Likewise.
1747
1748 1998-12-08 Jason Merrill <jason@yorick.cygnus.com>
1749
1750 * decl.c (grokdeclarator): Allow field with same name as class
1751 in extern "C".
1752
1753 * decl.c (lookup_name_real): Don't limit field lookup to types.
1754 * class.c (check_member_decl_is_same_in_complete_scope): No error
1755 if icv and x are the same.
1756 * lex.c (do_identifier): Tweak error message.
1757
1758 1998-12-10 Mark Mitchell <mark@markmitchell.com>
1759
1760 * decl.c (start_enum): Use push_obstacks, not
1761 end_temporary_allocation.
1762 (finish_enum): Call pop_obstacks.
1763
1764 1998-12-10 Mark Mitchell <mark@markmitchell.com>
1765
1766 * class.c (instantiate_type): Return error_mark_node rather than
1767 junk.
1768
1769 1998-12-09 Mark Mitchell <mark@markmitchell.com>
1770
1771 * cp-tree.h (most_specialized_instantiation): New function.
1772 (print_candidates): Likewise.
1773 * class.c (validate_lhs): Remove.
1774 (resolve_address_of_overloaded_function): New function, split out
1775 and then substantially reworked, from ...
1776 (instantiate_type): Use it. Simplify.
1777 * cvt.c (convert_to_reference): Complain when caller has indicated
1778 that's the right thing to do. Don't crash if instantiate_type
1779 fails.
1780 * pt.c: Substitute `parameters' for `paramters' throughout.
1781 (print_candidates): Don't make it static.
1782 (most_specialized_instantiation): Split out from ...
1783 (most_specialized): Here.
1784
1785 Wed Dec 9 15:33:01 1998 Dave Brolley <brolley@cygnus.com>
1786
1787 * lex.c (lang_init_options): Initialize cpplib.
1788 * decl2.c (parse_options,cpp_initialized): Removed.
1789 (lang_decode_option): Move initialization of cpplib to
1790 lang_init_options.
1791
1792 1998-12-09 Mark Mitchell <mark@markmitchell.com>
1793
1794 * decl.c (grokdeclarator): Update the name of the TEMPLATE_DECL, as
1795 well as the TYPE_DECL, when a typedef name is assigned to a
1796 previously anonymous type.
1797
1798 1998-12-08 Andrew MacLeod <amacleod@cygnus.com>
1799
1800 * cp/except.c (call_eh_info): Use __start_cp_handler instead of
1801 __cp_eh_info for getting the eh info pointer. Add table_index to
1802 field list.
1803 (push_eh_cleanup): Don't increment 'handlers' data field.
1804 (process_start_catch_block): Don't set the 'caught' field.
1805
1806 * cp/exception.cc (CP_EH_INFO): New macro for getting the
1807 exception info pointer within library routines.
1808 (__cp_eh_info): Use CP_EH_INFO.
1809 (__start_cp_handler): Get exception info pointer, set caught field,
1810 and increment the handlers field. Avoids this being done by handlers.
1811 (__uncatch_exception, __check_eh_spec): Use CP_EH_INFO macro.
1812 (uncaught_exception): Use CP_EH_INFO macro.
1813
1814 Tue Dec 8 10:48:21 1998 Jeffrey A Law (law@cygnus.com)
1815
1816 * Make-lang.in (cxxmain.o): Depend on $(DEMANGLE_H), not demangle.h
1817
1818 Mon Dec 7 17:56:06 1998 Mike Stump <mrs@wrs.com>
1819
1820 * lex.c (check_newline): Add support for \ as `natural'
1821 characters in file names in #line to be consistent with #include
1822 handling. We support escape processing in the # 1 "..." version of
1823 the command. See also support in cp/lex.c.
1824
1825 1998-12-07 Zack Weinberg <zack@rabi.phys.columbia.edu>
1826
1827 * cp/decl2.c: s/data/opts/ when initializing cpp_reader
1828 structure.
1829
1830 1998-12-07 Jason Merrill <jason@yorick.cygnus.com>
1831
1832 * decl.c (build_typename_type): Set DECL_ARTIFICIAL.
1833
1834 * error.c (dump_simple_decl): Also print namespace context.
1835 (dump_function_decl): Likewise.
1836
1837 * decl2.c (ambiguous_decl): Don't print old value if it's
1838 error_mark_node.
1839
1840 * decl.c (lookup_name_real): Fix handling of local types shadowed
1841 by a non-type decl. Remove obsolete code.
1842 * cp-tree.h (DECL_FUNCTION_SCOPE_P): New macro.
1843
1844 * lang-options.h: Add -fpermissive.
1845 * decl2.c: Likewise.
1846 * cp-tree.h: Add flag_permissive.
1847 * decl.c (init_decl_processing): If neither -fpermissive or -pedantic
1848 were specified, set flag_pedantic_errors.
1849 * call.c (build_over_call): Turn dropped qualifier messages
1850 back into pedwarns.
1851 * cvt.c (convert_to_reference): Likewise.
1852 * typeck.c (convert_for_assignment): Likewise.
1853
1854 1998-12-05 Jason Merrill <jason@yorick.cygnus.com>
1855
1856 * decl2.c (coerce_new_type): Use same_type_p.
1857 (coerce_delete_type): Likewise.
1858
1859 * call.c (check_dtor_name): Return 1, not error_mark_node.
1860
1861 1998-12-04 Jason Merrill <jason@yorick.cygnus.com>
1862
1863 * lex.c (handle_cp_pragma): Disable #pragma interface/implementation
1864 if MULTIPLE_SYMBOL_SPACES.
1865
1866 * pt.c (check_template_shadow): New fn.
1867 * decl2.c (grokfield): Use it.
1868 * decl.c (pushdecl): Likewise.
1869 (pushdecl_class_level): Likewise.
1870 (start_method): Likewise.
1871 (xref_tag): Don't try to use 't' if we're defining.
1872
1873 * call.c (check_dtor_name): Just return an error_mark_node.
1874 * pt.c (lookup_template_class): Complain about using non-template here.
1875 * parse.y (apparent_template_type): Not here.
1876
1877 * pt.c (check_explicit_specialization): Complain about specialization
1878 with C linkage.
1879
1880 * lang-options.h: Add -f{no-,}implicit-inline-templates.
1881
1882 * pt.c (convert_nontype_argument): Don't assume that any integer
1883 argument is intended to be a constant-expression.
1884
1885 1998-12-03 Mark Mitchell <mark@markmitchell.com>
1886
1887 * class.c (handle_using_decl): Fix comment. Don't lookup
1888 constructors in base classes.
1889 (validate_lhs): Fix typo in comment.
1890 * search.c (lookup_field_1): Don't return a USING_DECL.
1891
1892 * cp-tree.h (DECL_ACCESS): Improve documentation.
1893
1894 * decl.c (expand_static_init): Don't set the initialization-done
1895 flag until the initialization is done.
1896
1897 1998-12-02 Mark Mitchell <mark@markmitchell.com>
1898
1899 * decl2.c (validate_nonmember_using_decl): Complain about using
1900 declarations for class members.
1901
1902 1998-11-29 Jason Merrill <jason@yorick.cygnus.com>
1903
1904 * typeck2.c (process_init_constructor): Use same_type_p.
1905
1906 * decl.c (check_tag_decl): Don't warn about null decl inside a
1907 class.
1908
1909 * pt.c (unify, case OFFSET_TYPE): Pass down 'strict' rather than
1910 UNIFY_ALLOW_NONE.
1911 (convert_nontype_argument): Use TYPE_PTRMEMFUNC_FN_TYPE.
1912 (resolve_overloaded_unification): Strip baselinks.
1913
1914 Fri Nov 27 13:07:23 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1915
1916 * g++spec.c: Don't prototype xmalloc.
1917
1918 1998-11-25 Jason Merrill <jason@yorick.cygnus.com>
1919
1920 * except.c (expand_throw): Use TYPE_PTR_P to check for pointers.
1921
1922 * decl.c (check_tag_decl): Do complain about null friend decl at
1923 file scope.
1924
1925 1998-11-25 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1926
1927 * lex.c (make_lang_type): Clear the whole struct lang_type, not
1928 only the first multiple of sizeof (int).
1929
1930 1998-11-24 Jason Merrill <jason@yorick.cygnus.com>
1931
1932 * decl.c (start_decl): An explicit specialization of a static data
1933 member is only a definition if it has an initializer.
1934
1935 * except.c (expand_throw): Use cp_finish_decl for the throw temp.
1936 * cvt.c (build_up_reference): Pass DIRECT_BIND down into
1937 cp_finish_decl.
1938 * init.c (expand_default_init): Check for DIRECT_BIND instead of
1939 DECL_ARTIFICIAL.
1940
1941 * call.c (build_over_call): Use build_decl.
1942
1943 * except.c (expand_throw): Just use convert, not
1944 build_reinterpret_cast.
1945
1946 * lex.c (handle_generic_pragma): Use token_buffer.
1947
1948 * decl.c (check_tag_decl): Don't complain about null friend decl.
1949
1950 1998-11-24 Dave Pitts <dpitts@cozx.com>
1951
1952 * Make-lang.in (DEMANGLER_PROG): Move the output arguments to the
1953 first position.
1954 * lex.c (check_newline): Use ISALPHA.
1955 (readescape): Use ISGRAPH.
1956 (yyerror): Use ISGRAPH.
1957
1958 1998-11-24 Nathan Sidwell <nathan@acm.org>
1959
1960 * search.c (get_abstract_virtuals): Do not use initial
1961 CLASSTYPE_ABSTRACT_VIRTUALS.
1962 * typeck2.c (abstract_virtuals_error): Show location of abstract
1963 declaration.
1964 * call.c (build_new_method_call): Use
1965 CLASSTYPE_ABSTRACT_VIRTUAL, rather than recalculate.
1966 * class.c (finish_struct_bits): Don't bother working out whether
1967 get_abstract_virtuals will do anything, just do it.
1968
1969 1998-11-24 Graham <grahams@rcp.co.uk>
1970
1971 * typeck.c (build_component_ref): Remove unused statement.
1972
1973 1998-11-24 Jason Merrill <jason@yorick.cygnus.com>
1974
1975 * class.c (add_method): Catch invalid overloads.
1976
1977 * class.c (add_method): Build up OVERLOADs properly for conversion ops.
1978 * search.c (lookup_conversions): Handle getting real OVERLOADs.
1979 (add_conversions): Likewise. Revert last change.
1980 * call.c (add_conv_candidate): Pass totype to add_candidate instead
1981 of fn. Don't add a new candidate if the last one was for the same
1982 type.
1983 (print_z_candidates): Handle getting a type as a function.
1984 (joust): If we got two conversion candidates to the same type,
1985 just pick one.
1986 (build_object_call): Lose 'templates'.
1987 (build_user_type_conversion_1): Handle getting real OVERLOADs.
1988
1989 1998-11-23 Jason Merrill <jason@yorick.cygnus.com>
1990
1991 * typeck2.c (process_init_constructor): If there are elements
1992 that don't have initializers and they need to have constructors
1993 run, supply them with initializers.
1994
1995 * class.c (finish_struct_1): A class with a 0-width bitfield is
1996 still empty.
1997
1998 1998-11-23 Mark Mitchell <mark@markmitchell.com>
1999
2000 * pt.c (instantiate_class_template): Don't try to figure out what
2001 specialization to use for a partial instantiation. Correct
2002 typos in a couple of comments. Avoid calling uses_template_parms
2003 multiple times.
2004
2005 1998-11-23 Benjamin Kosnik <bkoz@cygnus.com>
2006
2007 * method.c (process_overload_item): Add call to
2008 build_mangled_C9x_name for intTI_type_nodes.
2009 (build_mangled_C9x_name): Add prototype, define.
2010 * decl.c (init_decl_processing): Add names for
2011 TImode_type_node.
2012
2013 1998-11-23 Jason Merrill <jason@yorick.cygnus.com>
2014
2015 * parse.y (named_class_head): Update CLASSTYPE_DECLARED_CLASS.
2016
2017 * class.c (finish_struct_1): Set things up for 0-width bitfields
2018 like we do for others.
2019
2020 * decl.c (check_tag_decl): New fn.
2021 (shadow_tag): Split out from here.
2022 * decl2.c (grok_x_components): Call it.
2023
2024 1998-11-22 Jason Merrill <jason@yorick.cygnus.com>
2025
2026 * decl.c: Lose warn_about_return_type.
2027 (grokdeclarator): Always complain about implicit int, except for
2028 `main () { ... }'.
2029
2030 * decl.c (tag_name): New fn.
2031 (xref_tag): Complain about using typedef-name after class-key.
2032
2033 * init.c (expand_vec_init): Also keep going if from_array.
2034
2035 * tree.c (is_overloaded_fn): Also handle the output of
2036 build_offset_ref.
2037
2038 * decl.c (grokdeclarator): Use constructor_name when comparing
2039 field name against enclosing class.
2040 * class.c (finish_struct_anon): Likewise.
2041
2042 1998-11-22 Mark Mitchell <mark@markmitchell.com>
2043
2044 * decl.c (poplevel): Remove code to handle KEEP == 2.
2045 (finish_function): Don't confuse BLOCK-order when
2046 processing a destructor.
2047
2048 1998-11-21 Jason Merrill <jason@yorick.cygnus.com>
2049
2050 * decl.c (require_complete_types_for_parms): Call layout_decl
2051 after we've completed the type.
2052
2053 1998-11-21 Martin von Löwis <loewis@informatik.hu-berlin.de>
2054
2055 * decl2.c (validate_nonmember_using_decl): Allow using templates
2056 from the global namespace.
2057
2058 1998-11-21 Jason Merrill <jason@yorick.cygnus.com>
2059
2060 Handle specifying template args to member function templates.
2061 * tree.c (build_overload): Always create an OVERLOAD for a template.
2062 * search.c (add_conversions): Handle finding an OVERLOAD.
2063 * decl2.c (check_classfn): Likewise.
2064 * lex.c (identifier_type): See through a baselink.
2065 * parse.y (do_id): Don't call do_identifier if we got a baselink.
2066 * class.c (instantiate_type, case TREE_LIST): Recurse.
2067
2068 * decl.c (grokdeclarator): Allow a boolean constant for array
2069 bounds, odd as that sounds.
2070
2071 * pt.c (unify): Be more strict about non-type parms, except for
2072 array bounds.
2073 (UNIFY_ALLOW_INTEGER): New macro.
2074
2075 1998-11-19 Manfred Hollstein <manfred@s-direktnet.de>
2076
2077 * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
2078
2079 1998-11-19 Jason Merrill <jason@yorick.cygnus.com>
2080
2081 * semantics.c (begin_class_definition): Call
2082 maybe_process_partial_specialization before push_template_decl.
2083 Don't call push_template_decl for a specialization.
2084 * search.c (lookup_field): Do return a member template class.
2085 * decl2.c (handle_class_head): Handle member template classes.
2086
2087 * decl.c (grokdeclarator): A parm type need not be complete.
2088
2089 * pt.c (convert_nontype_argument): Fix thinko.
2090
2091 1998-11-18 Mark Mitchell <mark@markmitchell.com>
2092
2093 * cp-tree.h (PTRMEM_CST_CLASS): Fix typo.
2094 (global_delete_fndecl): New variable.
2095 * decl.c (global_delete_fndecl): Define it.
2096 (init_decl_processing): Set it.
2097 * init.c (build_builtin_delete_call): Use it.
2098 * tree.c (mapcar): Recursively call mapcar for the type of EXPR
2099 nodes.
2100
2101 1998-11-18 Jason Merrill <jason@yorick.cygnus.com>
2102
2103 * decl.c (cplus_expand_expr_stmt): Always complain about unresolved
2104 type.
2105
2106 * tree.c (lvalue_p_1): An INDIRECT_REF to a function is an lvalue.
2107 * call.c (build_object_call): Also support references to functions.
2108 * typeck.c (convert_for_initialization): Don't decay a function
2109 if the target is a reference to function.
2110
2111 * search.c (add_conversions): Get all the overloads from a class.
2112
2113 * decl.c (grok_ctor_properties): Complain about any constructor
2114 that will take a single arg of the class type by value.
2115
2116 * typeck2.c (build_functional_cast): Can't create objects of
2117 abstract classes this way.
2118 * cvt.c (ocp_convert): Likewise.
2119
2120 * decl.c (grokfndecl): Member functions of local classes are not
2121 public.
2122
2123 1998-11-18 Mark Mitchell <mark@markmitchell.com>
2124
2125 * Make-lang.in (cc1plus): Add dependency on hash.o.
2126
2127 1998-11-18 Jason Merrill <jason@yorick.cygnus.com>
2128
2129 * search.c (get_abstract_virtuals): Complain about virtuals with
2130 no final overrider.
2131 * typeck2.c (abstract_virtuals_error): Remove handling for virtuals
2132 with no final overrider.
2133 * class.c (override_one_vtable): Don't set DECL_ABSTRACT_VIRTUAL_P
2134 on virtuals with no final overrider.
2135
2136 * lex.c (reinit_parse_for_block): Add a space after the initial ':'.
2137
2138 * class.c (finish_struct_1): Don't remove zero-width bit-fields until
2139 after layout_type.
2140
2141 * friend.c (do_friend): Don't set_mangled_name_for_decl.
2142
2143 * class.c (finish_struct_anon): Complain about non-fields.
2144 * decl2.c (build_anon_union_vars): Likewise.
2145
2146 * decl.c (grokdeclarator): Normal data members can't have the same
2147 name as the class, either.
2148 * class.c (finish_struct_anon): Neither can members of an
2149 anonymous union.
2150
2151 1998-11-17 Mark Mitchell <mark@markmitchell.com>
2152
2153 * cp-tree.h (TYPE_ALIAS_SET): Document language-dependent uses.
2154 (TYPE_BINFO): Likewise.
2155 (IS_AGGR_TYPE): Tweak.
2156 (SET_IS_AGGR_TYPE): New macro.
2157 (CLASS_TYPE_P): Tweak.
2158 (lang_type): Group mark bitfields together. Remove linenum.
2159 (CLASSTYPE_SOURCE_LINE): Remove macro.
2160 (CLASSTYPE_MARKED_N): New macro.
2161 (SET_CLASSTYPE_MARKED_N): Likewise.
2162 (CLEAR_CLASSTYPE_MARKED_N): Likewise.
2163 (CLASS_TYPE_MARKED_*): Use them.
2164 (SET_CLASSTYPE_MARKED_*): Likewise.
2165 (CLEAR_CLASSTYPE_MARKED_*): Likewise.
2166 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
2167 (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.
2168 (TYPENAME_TYPE_FULLNAME): Use TYPE_BINFO rather than CLASSTYPE_SIZE.
2169 * class.c (class_cache_obstack): New variable.
2170 (class_cache_firstobj): Likewise.
2171 (finish_struct): Don't set CLASSTYPE_SOURCE_LINE.
2172 (pushclass): Free the cache, when appropriate.
2173 (popclass): Tidy.
2174 (maybe_push_cache_obstack): Use class_cache_obstack.
2175 * decl.c (include hash.h).
2176 (typename_hash): New function.
2177 (typename_compare): Likewise.
2178 (build_typename_type): Check the hash table to avoid creating
2179 duplicates.
2180 (build_ptrmemfunc_type): Use SET_IS_AGGR_TYPE.
2181 (grokdeclarator): Use CLASS_TYPE_P.
2182 (xref_basetypes): Likewise.
2183 (start_function): Likewise. Don't put current_class_ref on the
2184 permanent obstack.
2185 * error.c (dump_type_real): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO
2186 and TYPE_TI_ARGS.
2187 * lex.c (note_got_semicolon): Use CLASS_TYPE_P.
2188 (make_lang_type): Don't create TYPE_LANG_SPECIFIC and associated
2189 fields for types other than class types. Do clear TYPE_ALIAS_SET
2190 for types other than class types, though.
2191 * method.c (build_overload_identifier): Use CLASS_TYPE_P and
2192 TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2193 * pt.c (process_template_parm): Don't set
2194 CLASSTYPE_GOT_SEMICOLON.
2195 (lookup_template_class): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2196 Coerce arguments on the momentary obstack.
2197 (for_each_template_parm): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
2198 (instantiate_class_template): Calculate template arguments on the
2199 momentary obstack. Tidy.
2200 (tsubst_template_arg_vector): Use make_temp_vec.
2201 (tsubst_aggr_type): Put template arguments on the momentary
2202 obstack.
2203 (tsubst_decl): Likewise.
2204 (tsubst): Copy the array bounds index to the permanent obstack
2205 before building index types. Use new macros.
2206 (unify): Use new macros.
2207 (do_type_instantiation): Likewise.
2208 * search.c (lookup_fnfields_1): Use new macros.
2209 (dfs_pushdecls): Build envelopes on the cache obstack.
2210 (dfs_compress_decls): Use new macros.
2211 (push_class_decls): Build on the cache obstack.
2212 * semantics.c (finish_typeof): Don't set CLASSTYPE_GOT_SEMICOLON.
2213 * sign.c (build_signature_pointer_or_reference_type): Use
2214 SET_IS_AGGR_TYPE.
2215 * tree.c (make_binfo): Check CLASS_TYPE_P.
2216 (copy_template_template_parm): Adjust.
2217 (make_temp_vec): Use push_expression_obstack.
2218 * typeck.c (complete_type): Use new macros.
2219 (comptypes): Likewise.
2220
2221 1998-11-17 Jason Merrill <jason@yorick.cygnus.com>
2222
2223 * pt.c (tsubst): Add diagnostics for invalid array, reference
2224 and pointer to member types.
2225
2226 1998-11-16 Jason Merrill <jason@yorick.cygnus.com>
2227
2228 * typeck2.c (my_friendly_abort): Don't fatal twice in a row.
2229
2230 * typeck.c (c_expand_start_case): Use build_expr_type_conversion.
2231 Simplify.
2232
2233 * parse.y (structsp): Fix cut-and-paste error.
2234
2235 * init.c (build_new): Complain about non-integral size.
2236
2237 * parse.y (unary_expr): Complain about defining types in sizeof.
2238
2239 * typeck.c (expr_sizeof): Complain about sizeof an overloaded fn.
2240
2241 * rtti.c (build_x_typeid): Complain about typeid without
2242 including <typeinfo>.
2243 (get_typeid): Likewise. Complain about typeid of incomplete type.
2244 (get_tinfo_fn_dynamic): Likewise.
2245 (get_typeid_1): Not static anymore.
2246 * except.c (build_eh_type_type): Use get_typeid_1.
2247
2248 * rtti.c (build_dynamic_cast_1): Give errors for dynamic_cast to
2249 ambiguous or private bases. Fix warning for reference cast.
2250
2251 1998-11-16 Mark Mitchell <mark@markmitchell.com>
2252
2253 * cp-tree.h (DECL_TEMPLATE_INSTANTIATED): New macro.
2254 * decl.c (duplicate_decls): Remove special-case code to deal with
2255 template friends, and just do the obvious thing.
2256 * pt.c (register_specialization): Tweak for clarity, and also to
2257 clear DECL_INITIAL for an instantiation before it is merged with a
2258 specialization.
2259 (check_explicit_specialization): Fix indentation.
2260 (tsubst_friend_function): Handle both definitions in friend
2261 declaration and outside friend declarations.
2262 (tsubst_decl): Don't clear DECL_INITIAL for an instantiation.
2263 (regenerate_decl_from_template): Tweak accordingly.
2264 (instantiate_decl): Likewise.
2265
2266 1998-11-16 Jason Merrill <jason@yorick.cygnus.com>
2267
2268 * decl.c (cplus_expand_expr_stmt): Promote warning about naked
2269 member function reference to error.
2270 * cvt.c (ocp_convert): Complain about converting an overloaded
2271 function to void.
2272
2273 * init.c (build_offset_ref): Just return a lone static member
2274 function.
2275
2276 * decl.c (cp_finish_decl): Only complain about real CONSTRUCTORs,
2277 not internal ones.
2278
2279 * typeck.c (build_binary_op_nodefault): Improve error handling.
2280
2281 * decl.c (grokfndecl): Complain about making 'main' a template.
2282
2283 * typeck.c (string_conv_p): Don't convert from wchar_t[] to char*.
2284
2285 * call.c (build_method_call): Handle a BIT_NOT_EXPR around a
2286 TYPE_DECL in a template.
2287
2288 1998-11-15 Jason Merrill <jason@yorick.cygnus.com>
2289
2290 * typeck2.c (my_friendly_abort): Add URL in the other case, too.
2291
2292 * decl.c (struct cp_function): Add named_label_uses.
2293 (push_cp_function_context): Save it.
2294 (pop_cp_function_context): Restore it.
2295 (define_label): Also complain about jumping into the scope of
2296 non-POD objects that don't have constructors.
2297 * tree.c (pod_type_p): New fn.
2298
2299 * pt.c (instantiate_class_template): Clear TYPE_BEING_DEFINED sooner.
2300 * rtti.c (synthesize_tinfo_fn): Call import_export_decl here.
2301 (get_tinfo_fn): Not here.
2302 * repo.c (repo_get_id): Abort if we get called for an incomplete
2303 type.
2304
2305 1998-11-13 Mark Mitchell <mark@markmitchell.com>
2306
2307 * except.c (expand_throw): Make sure first argument to
2308 __cp_push_exception is of type `void*' to avoid spurious error
2309 messages.
2310
2311 1998-11-11 Jason Merrill <jason@yorick.cygnus.com>
2312
2313 * pt.c (try_one_overload): Take orig_targs again. Only check for
2314 mismatches against them; we don't care what a previous call found.
2315 (resolve_overloaded_unification): Adjust.
2316
2317 * search.c (lookup_field): Don't return anything for a non-type
2318 field from a dependent type.
2319 * decl.c (grokdeclarator): Resolve SCOPE_REFs of the current class
2320 in an array declarator.
2321 (start_decl): Push into the class before looking for the field.
2322
2323 1998-11-08 Mark Mitchell <mark@markmitchell.com>
2324
2325 * method.c (build_overload_value): Handle REFERENCE_TYPE.
2326
2327 1998-11-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
2328
2329 * decl.c (grokdeclarator): Allow namespace-scoped members if they
2330 are friends.
2331
2332 1998-11-08 Jason Merrill <jason@yorick.cygnus.com>
2333
2334 * pt.c (tsubst_decl): Don't mess with the global value of an
2335 un-mangled DECL_ASSEMBLER_NAME.
2336
2337 1998-11-03 Christopher Faylor <cgf@cygnus.com>
2338
2339 * decl.c (init_decl_processing): Remove CYGWIN conditional
2340 since CYGWIN is now able to deal with trapping signals.
2341
2342 Sat Nov 7 15:48:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2343
2344 * cp-tree.h: Don't include gansidecl.h.
2345 * exception.cc: Include gansidecl.h (since we don't include config.h)
2346 * g++spec.c: Don't include gansidecl.h.
2347
2348 1998-11-06 Mark Mitchell <mark@markmitchell.com>
2349
2350 * cp-tree.h (lang_decl_flags): Add defined_in_class. Decrease
2351 size of dummy.
2352 (DECL_DEFINED_IN_CLASS_P): New macro.
2353 (TEMPLATE_PARMS_FOR_INLINE): Document.
2354 (check_static_variable_definition): New function.
2355 * decl.c (cp_finish_decl): Set DECL_DEFINED_IN_CLASS_P, if
2356 appropriate.
2357 (check_static_variable_definition): Split out from ...
2358 (grokdeclarator): Here.
2359 * pt.c (check_default_tmpl_args): New function, split out from ...
2360 (push_template_decl_real): Here.
2361 (instantiate_template): Fix comment.
2362
2363 1998-11-04 Mark Mitchell <mark@markmitchell.com>
2364
2365 * cp-tree.h (CP_TYPE_CONST_P): Make {0,1}-valued.
2366 (CP_TYPE_VOLATILE_P): Likewise.
2367 (CP_TYPE_RESTRICT_P): Likewise.
2368
2369 1998-11-03 Mark Mitchell <mark@markmitchell.com>
2370
2371 * pt.c (tsubst): Use build_index_type, not build_index_2_type.
2372
2373 1998-11-02 Jason Merrill <jason@yorick.cygnus.com>
2374
2375 * class.c (instantiate_type): Be more helpful.
2376
2377 * decl2.c (import_export_decl): Call import_export_class.
2378
2379 * cp-tree.h (EMPTY_CONSTRUCTOR_P): Check !TREE_HAS_CONSTRUCTOR.
2380 * decl2.c (build_expr_from_tree): Propagate TREE_HAS_CONSTRUCTOR.
2381 * pt.c (tsubst_copy): Likewise.
2382
2383 1998-11-02 Mark Mitchell <mark@markmitchell.com>
2384
2385 * init.c (expand_vec_init): Fix off-by-one error.
2386
2387 1998-11-02 Alexandre Oliva <oliva@dcc.unicamp.br>
2388
2389 * parse.y (apparent_template_type): New type.
2390 (named_complex_class_head_sans_basetype): Use it.
2391 * Makefile.in (CONFLICTS): One new conflict.
2392 * parse.c: Regenerated.
2393
2394 1998-11-01 Mark Mitchell <mark@markmitchell.com>
2395
2396 * cp-tree.h (COMPARE_STRICT): New macro.
2397 (COMPARE_BASE): Likewise.
2398 (COMPARE_RELAXED): Likewise.
2399 (COMPARE_REDECLARATION): Likewise.
2400 (same_type_p): Likewise.
2401 (same_or_base_type_p): Likewise.
2402 * call.c (standard_conversion): Use them, in place of comptypes
2403 with numeric arguments.
2404 (reference_binding): Likewise.
2405 (convert_like): Likewise.
2406 (build_over_call): Likewise.
2407 (is_subseq): Likewise.
2408 (is_properly_derived_from): Likewise.
2409 (compare_ics): Likewise.
2410 (joust): Likewise.
2411 * class.c (delete_duplicate_fields_1): Likewise.
2412 (resolves_to_fixed_type_p): Likewise.
2413 (instantiate_type): Likewise. Remove #if 0'd code.
2414 * decl.c (decls_match): Likewise. Use COMPARE_REDECLARATION here.
2415 (pushdecl): Likewise.
2416 (lookup_name_real): Likewise.
2417 (grokdeclarator): Likewise. Check for illegal array declarations.
2418 (grokparms): Likewise.
2419 (grok_op_properties): Likewise.
2420 * decl2.c (check_classfn): Likewise.
2421 * friend.c (is_friend): Likewise.
2422 (make_friend_class): Likewise.
2423 * init.c (expand_aggr_init): Likewise.
2424 (expand_vec_init): Likewise.
2425 * pt.c (is_member_template_class): Remove declaration.
2426 (is_specialization_of): Use COMPARE_* and new macros.
2427 (comp_template_parms): Likewise.
2428 (convert_nontype_argument): Likewise.
2429 (coerce_template_template_parms): Likewise.
2430 (template_args_equal): Likewise.
2431 (lookup_template_class): Likewise.
2432 (type_unification_real): Likewise.
2433 (unify): Likewise.
2434 (get_bindings_real): Likewise.
2435 * search.c (covariant_return_p): Likewise.
2436 (get_matching_virtual): Likewise.
2437 * sig.c (match_method_types): Likewise.
2438 * tree.c (vec_binfo_member): Likewise.
2439 (cp_tree_equal): Likewise.
2440 * typeck.c (common_type): Likewise.
2441 (comp_array_types): Likewise. Get issues involving unknown array
2442 bounds right.
2443 (comptypes): Update comments. Use new flags.
2444 (comp_target_types): Use new macros.
2445 (compparms): Likewise.
2446 (comp_target_parms): Likewise.
2447 (string_conv_p): Likewise.
2448 (build_component_ref): Likewise.
2449 (build_indirect_ref): Likewise.
2450 (build_conditional_expr): Likewise.
2451 (build_static_cast): Likewise.
2452 (build_reinterpret_cast): Likewise.
2453 (build_const_cast): Likewise.
2454 (build_modify_expr): Likewise.
2455 (convert_for_assignment): Likewise.
2456 (comp_ptr_ttypes_real): Likewise.
2457 (ptr_reasonably_similar): Likewise.
2458 (comp_ptr_ttypes_const): Likewise.
2459
2460 1998-10-31 Jason Merrill <jason@yorick.cygnus.com>
2461
2462 * rtti.c (build_dynamic_cast_1): Fix cut-and-paste error.
2463
2464 1998-10-30 Mark Mitchell <mark@markmitchell.com>
2465
2466 * decl2.c (delete_sanity): Pass integer_zero_node, not
2467 integer_two_node, to build_vec_delete.
2468 * init.c (build_array_eh_cleanup): Remove.
2469 (expand_vec_init_try_block): New function.
2470 (expand_vec_init_catch_clause): Likewise.
2471 (build_vec_delete_1): Don't deal with case that auto_delete_vec
2472 might be integer_two_node anymore.
2473 (expand_vec_init): Rework for initialization-correctness and
2474 exception-correctness.
2475 * typeck2.c (process_init_constructor): Make mutual exclusivity
2476 of cases more obvious.
2477
2478 1998-10-29 Jason Merrill <jason@yorick.cygnus.com>
2479
2480 * decl.c (lookup_name_real): OK, only warn if not lexing.
2481 Simplify suggested fix.
2482
2483 * cp-tree.h (IDENTIFIER_MARKED): New macro.
2484 * search.c (lookup_conversions): Use breadth_first_search.
2485 (add_conversions): Avoid adding two conversions to the same type.
2486 (breadth_first_search): Work with base binfos, rather
2487 than binfos and base indices.
2488 (get_virtual_destructor): Adjust.
2489 (tree_has_any_destructor_p): Adjust.
2490 (get_matching_virtual): Adjust.
2491
2492 * pt.c (push_template_decl_real): Generalize check for incorrect
2493 number of template parms.
2494 (is_member_template_class): #if 0.
2495
2496 1998-10-29 Richard Henderson <rth@cygnus.com>
2497
2498 * Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@,
2499 last.
2500
2501 1998-10-28 Zack Weinberg <zack@rabi.phys.columbia.edu>
2502
2503 * lex.c: Call check_newline from lang_init always. After
2504 calling cpp_start_read, set yy_cur and yy_lim to read from the
2505 cpplib token buffer.
2506
2507 1998-10-28 Jason Merrill <jason@yorick.cygnus.com>
2508
2509 * class.c (instantiate_type): Don't consider templates for a normal
2510 match.
2511
2512 * class.c (finish_struct_1): Don't complain about non-copy
2513 assignment ops in union members.
2514
2515 * class.c (build_vtable): Don't pass at_eof to import_export_vtable.
2516 (prepare_fresh_vtable): Likewise.
2517 (finish_struct_1): Don't call import_export_class.
2518 * decl2.c (finish_vtable_vardecl): Do import/export stuff.
2519 (finish_prevtable_vardecl): Lose.
2520 (finish_file): Don't call it.
2521 * pt.c (instantiate_class_template): Likewise.
2522 * cp-tree.h: Remove it.
2523
2524 * init.c (build_delete): Reset TYPE_HAS_DESTRUCTOR here.
2525 * decl.c (finish_function): Not here.
2526 (start_function): Do set DECL_INITIAL.
2527
2528 * pt.c (push_template_decl_real): Complain about default template
2529 args for enclosing classes.
2530
2531 * call.c (add_function_candidate): Treat conversion functions
2532 as coming from the argument's class.
2533 * cp-tree.h (DECL_CONV_FN_P): New fn.
2534 (DECL_DESTRUCTOR_P): Also check DECL_LANGUAGE.
2535 * class.c (add_method): Use DECL_CONV_FN_P.
2536 * decl2.c (check_classfn): Likewise.
2537 * error.c (dump_function_name): Likewise.
2538 (dump_function_decl): Likewise.
2539 * pt.c (fn_type_unification): Likewise.
2540 * search.c (add_conversions): Likewise.
2541
2542 1998-10-27 Jason Merrill <jason@yorick.cygnus.com>
2543
2544 * lex.c (do_identifier): Also generate LOOKUP_EXPR for RESULT_DECL.
2545 * method.c (hack_identifier): Also check for using RESULT_DECL
2546 from outer context.
2547
2548 1998-10-27 Mark Mitchell <mark@markmitchell.com>
2549
2550 * decl.c (grokdeclarator): Use type_quals, rather than constp,
2551 consistently.
2552
2553 1998-10-27 Jason Merrill <jason@yorick.cygnus.com>
2554
2555 * call.c (standard_conversion): instantiate_type here.
2556 (reference_binding): And here.
2557 (implicit_conversion): Not here.
2558 (build_op_delete_call): No need to cons up an OVERLOAD.
2559 * cvt.c (cp_convert_to_pointer): instantiate_type here.
2560 (convert_to_reference): And here.
2561 * decl.c (grok_reference_init): Not here.
2562 (grokparms): Or here.
2563 * typeck2.c (digest_init): Or here.
2564 * typeck.c (decay_conversion): Take the address of overloaded
2565 functions, too.
2566 (require_instantiated_type): Lose.
2567 (convert_arguments): Don't handle unknown types here.
2568 (build_c_cast): Likewise.
2569 (build_binary_op): Gut.
2570 (build_conditional_expr): Don't require_instantiated_type.
2571 (build_modify_expr): Likewise.
2572 (build_static_cast): Don't instantiate_type.
2573 (build_reinterpret_cast): Likewise.
2574 (build_const_cast): Likewise.
2575 (convert_for_initialization): Likewise.
2576 (build_ptrmemfunc): Use type_unknown_p.
2577 (convert_for_assignment): Also do default_conversion on overloaded
2578 functions. Hand them off to ocp_convert.
2579
2580 1998-10-26 Mark Mitchell <mark@markmitchell.com>
2581
2582 * error.c (dump_decl): Deal with TEMPLATE_DECLs that are
2583 VAR_DECLs. Handle vtables whose DECL_CONTEXT is not a type.
2584
2585 * class.c (finish_struct_1): Use build_cplus_array_type to build
2586 array types.
2587 * decl.c (init_decl_processing): Likewise.
2588 * except.c (expand_end_eh_spec): Likewise.
2589 * search.c (expand_upcast_fixups): Simplify very slightly.
2590
2591 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
2592
2593 * decl.c (grokdeclarator): Complain about a variable using
2594 constructor syntax coming back null from start_decl.
2595
2596 * friend.c (make_friend_class): Complain about trying to make
2597 a non-class type a friend.
2598
2599 * decl.c (grokfndecl): Set DECL_INITIAL for a defn here.
2600 (start_function): Not here.
2601
2602 1998-10-26 Brendan Kehoe <brendan@cygnus.com>
2603
2604 * decl.c (grokdeclarator): Disallow `explicit' in a friend declaration.
2605
2606 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
2607
2608 * typeck2.c (process_init_constructor): Only skip anonymous fields
2609 if they are bitfields.
2610
2611 * cp-tree.def (TYPEOF_TYPE): New code.
2612 * error.c (dump_type_real): Handle it.
2613 * pt.c (tsubst): Likewise.
2614 * tree.c (search_tree): Likewise.
2615 * semantics.c (finish_typeof): New fn.
2616 * parse.y (typespec): Use it.
2617 * cp-tree.h: Declare it.
2618
2619 1998-10-26 Manfred Hollstein <manfred@s-direktnet.de>
2620
2621 * cp-tree.h (FORMAT_VBASE_NAME): Make definition unconditional.
2622
2623 1998-10-26 Jason Merrill <jason@yorick.cygnus.com>
2624
2625 * typeck.c (convert_arguments): Don't handle pmf references
2626 specially.
2627
2628 * init.c (build_member_call): Don't try to convert to the base type
2629 if it's ambiguous or pedantic.
2630
2631 * typeck2.c (check_for_new_type): Only depend on pedantic for
2632 C-style casts.
2633
2634 1998-10-25 Mark Mitchell <mark@markmitchell.com>
2635
2636 * decl.c (grokdeclarator): Set DECL_NONCONVERTING_P for all
2637 non-converting constructors.
2638
2639 1998-10-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
2640
2641 * gxxint.texi: Correct documentation for n, N, Q, and B.
2642
2643 1998-10-23 Martin von Löwis <loewis@informatik.hu-berlin.de>
2644
2645 * parse.y (condition): Convert VAR_DECL from reference to indirect
2646 reference.
2647
2648 1998-10-23 Andrew MacLeod <amacleod@cygnus.com>
2649
2650 * exception.cc (__cp_pop_exception): Free the original exception
2651 value, not the potentially coerced one.
2652
2653 1998-10-23 Mark Mitchell <mark@markmitchell.com>
2654
2655 * Makefile.in (hash.h): Run gperf when necessary.
2656
2657 * cp-tree.h (CP_TYPE_READONLY): Remove.
2658 (CP_TYPE_VOLATILE): Likewise.
2659 (CP_TYPE_QUALS): New macro.
2660 (CP_TYPE_CONST_P): Likewise.
2661 (CP_TYPE_VOLATILE_P): Likewise.
2662 (CP_TYPE_RESTRICT_P): Likewise.
2663 (CP_TYPE_CONST_NON_VOLATILE_P): Likewise.
2664 (cp_build_type_variant): Rename to ...
2665 (cp_build_qualified_type): New function.
2666 (c_apply_type_quals_to_decl): Declare.
2667 (SIGNATURE_POINTER_NAME_FORMAT): Modify to allow `restrict'.
2668 (SIGNATURE_REFERENCE_NAME_FORMAT): Likewise.
2669 (cp_type_qual_from_rid): New function.
2670 (compparms): Remove unused parameter. All callers changed.
2671 (cp_type_quals): New function.
2672 (at_least_as_qualified_p): Likewise.
2673 (more_qualified_p): Likewise.
2674
2675 * call.c (standard_conversion): Replace calls to
2676 cp_build_type_variant with cp_build_qualified_type. Use
2677 CP_TYPE_QUALS to get qualifiers and at_least_as_qualified_p to
2678 compare them. Use CP_TYPE_* macros to check qualifiers.
2679 (reference_binding): Likewise.
2680 (implicit_conversion): Likewise.
2681 (add_builtin_candidates): Likewise.
2682 (build_over_call): Likewise.
2683 * class.c (overrides): Compare all qualifiers, not just `const',
2684 on method declarations.
2685 * cvt.c (convert_to_reference): More CP_TYPE_QUALS conversion, etc.
2686 (convert_pointer_to_real): Likewise.
2687 (type_promotes_to): Likewise.
2688 * decl.c (check_for_uninitialized_const_var): New function.
2689 (init_decl_processing): More CP_TYPE_QUALS conversion, etc.
2690 (cp_finish_decl): Use check_for_uninitialized_const_var.
2691 (grokdeclarator): More CP_TYPE_QUALS conversion, etc. Update to
2692 handle `restrict'.
2693 (grok_ctor_properties): Likewise.
2694 (grok_op_properties): Likewise.
2695 (start_function): Likewise.
2696 (rever_static_member_fn): Likewise.
2697 * decl2.c (grok_method_quals): Likewise.
2698 (grokfield): Likewise.
2699 * error.c (dump_readonly_or_volatile): Rename to ...
2700 (dump_qualifiers): New function. Handle `restrict'.
2701 (dump_type_real): Use it.
2702 (dump_aggr_type): Likewise.
2703 (dump_type_prefix): Likewise.
2704 (dump_type_suffix): Likewise.
2705 (dump_function_decl): Likewise.
2706 (cv_as_string): Likewise.
2707 * gxx.gperf: Add __restrict and __restrict__.
2708 * gxxint.texi: Document `u' as used for `__restrict', and a few
2709 other previously undocumented codes.
2710 * hash.h: Regenerated.
2711 * init.c (expand_aggr_init): More CP_TYPE_QUALS conversion, etc.
2712 (build_member_call): Likewise.
2713 (build_new_1): Likewise.
2714 * lex.c (init_parse): Add entry for RID_RESTRICT.
2715 (cons_up_default_function): More CP_TYPE_QUALS conversion, etc.
2716 (cp_type_qual_from_rid): Define.
2717 * lex.h (enum rid): Add RID_RESTRICT.
2718 * method.c (process_modifiers): Deal with `restrict'.
2719 * parse.y (primary): More CP_TYPE_QUALS conversion, etc.
2720 * parse.c: Regenerated.
2721 * pt.c (convert_nontype_argument): More CP_TYPE_QUALS conversion, etc.
2722 (tsubst_aggr_type): Likewise.
2723 (tsubst): Likewise.
2724 (check_cv_quals_for_unify): Likewise.
2725 (unify): Likewise.
2726 * rtti.c (init_rtti_processing): Likewise.
2727 (build_headof): Likewise.
2728 (get_tinfo_var): Likewise.
2729 (buidl_dynamic_cast_1): Likewise. Fix `volatile' handling.
2730 (expand_class_desc): Likewise.
2731 (expand_attr_desc): Likewise.
2732 (synthesize_tinfo_fn): Likewise.
2733 * search.c (covariant_return_p): Likewise. Fix `volatile' handling.
2734 (get_matching_virtual): Likewise.
2735 (expand_upcast_fixups): Likewise.
2736 * sig.c (build_signature_pointer_or_reference_name): Take
2737 type_quals, not constp and volatilep.
2738 (build_signature_pointer_or_reference_type): Likewise.
2739 (match_method_types): More CP_TYPE_QUALS conversion, etc.
2740 (build_signature_pointer_constructor): Likewise.
2741 (build_signature_method_call): Likewise.
2742 * tree.c (build_cplus_array_type): Likewise.
2743 (cp_build_type_variant): Rename to ...
2744 (cp_build_qualified_type): New function. Deal with `__restrict'.
2745 (canonical_type_variant): More CP_TYPE_QUALS conversion, etc.
2746 (build_exception_variant): Likewise.
2747 (mapcar): Likewise.
2748 * typeck.c (qualif_type): Likewise.
2749 (common_type): Likewise.
2750 (comptypes): Likewise.
2751 (comp_cv_target_types): Likewise.
2752 (at_least_as_qualified_p): Define.
2753 (more_qualified_p): Likewise.
2754 (comp_cv_qualification): More CP_TYPE_QUALS conversion, etc.
2755 (compparms): Likewise.
2756 (inline_conversion): Likewise.
2757 (string_conv_p): Likewise.
2758 (build_component_ref): Likewise.
2759 (build_indirect_ref): Likewise.
2760 (build_array_ref): Likewise.
2761 (build_unary_op): Likewise.
2762 (build_conditional_expr): Likewise.
2763 (build_static_cast): Likewise.
2764 (build_c_cast): Likewise.
2765 (build_modify_expr): Likewise.
2766 (convert_For_assignment): Likewise.
2767 (comp_ptr_ttypes_real): Likewise.
2768 (cp_type_quals): New function.
2769
2770 1998-10-23 Jason Merrill <jason@yorick.cygnus.com>
2771
2772 * cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays.
2773 (CP_TYPE_VOLATILE): Likewise.
2774 * decl.c (grokdeclarator): Use them.
2775 * tree.c (canonical_type_variant): Likewise.
2776
2777 1998-10-22 Martin von Löwis <loewis@informatik.hu-berlin.de>
2778
2779 * parse.y (named_class_head): Push into class while parsing the
2780 base class list.
2781 * decl2.c (push_scope, pop_scope): New functions.
2782 * cp-tree.h: Declare them.
2783 * init.c (build_new_1): Delay cleanup until end of full expression.
2784
2785 1998-10-21 Jason Merrill <jason@yorick.cygnus.com>
2786
2787 * typeck.c (build_component_ref): Use of a type here is an error.
2788
2789 1998-10-19 Jason Merrill <jason@yorick.cygnus.com>
2790
2791 Revamp references to member functions.
2792 * method.c (hack_identifier): Call build_component_ref for a
2793 reference to a member function.
2794 * typeck.c (build_component_ref): Only return a single function
2795 if it's static. Otherwise, return a COMPONENT_REF.
2796 (build_x_function_call): Handle a COMPONENT_REF.
2797 (build_unary_op): Handle all unknown-type things.
2798 * decl2.c (arg_assoc): Handle COMPONENT_REF.
2799 * class.c (instantiate_type): Complain if the function we get is a
2800 nonstatic member function. Remove code for finding "compatible"
2801 functions.
2802 * pt.c (tsubst_copy): Handle NOP_EXPR.
2803 * tree.c (build_dummy_object): New fn.
2804 (maybe_dummy_object): New fn.
2805 (is_dummy_object): New fn.
2806 * cp-tree.h: Declare them.
2807 * cvt.c (cp_convert_to_pointer): Use maybe_dummy_object.
2808 * error.c (dump_expr, case OFFSET_REF): Use is_dummy_object.
2809 * init.c (build_member_call): Use maybe_dummy_object and
2810 is_dummy_object.
2811 (build_offset_ref): Use maybe_dummy_object.
2812 (resolve_offset_ref): Use is_dummy_object.
2813 * typeck.c (build_x_function_call): Call build_dummy_object.
2814 (unary_complex_lvalue): Call is_dummy_object.
2815
2816 * typeck.c (build_component_addr): Make sure field is a field.
2817
2818 * call.c (build_new_op): Delete obsolete code.
2819
2820 * pt.c (tsubst, TEMPLATE*PARM*): Abort if we don't have any args.
2821
2822 1998-10-18 Martin von Löwis <loewis@informatik.hu-berlin.de>
2823
2824 * decl2.c (validate_nonmember_using_decl): Fix using-directives of
2825 std if std is ignored.
2826
2827 1998-10-18 Jason Merrill <jason@yorick.cygnus.com>
2828
2829 * decl.c (grokvardecl): Fix thinko.
2830
2831 * decl.c (grokdeclarator): Embedded attrs bind to the right,
2832 not the left.
2833
2834 * parse.y (fn.def2): Fix 'attrs' format.
2835
2836 1998-10-18 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
2837
2838 * Makefile.in (CONFLICTS): Update.
2839 * parse.y (expr_or_declarator_intern): New rule.
2840 (expr_or_declarator, direct_notype_declarator, primary,
2841 functional_cast): Use it.
2842 (notype_declarator_intern): New rule.
2843 (notype_declarator, complex_notype_declarator): Use it.
2844
2845 1998-10-17 Jason Merrill <jason@yorick.cygnus.com>
2846
2847 * decl.c (grokfndecl): Set DECL_CONTEXT to namespace if appropriate.
2848 (grokvardecl): Likewise.
2849
2850 Sat Oct 17 23:27:20 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2851
2852 * class.c (make_method_vec): Cast 1st argument of `bzero' to (PTR).
2853 (add_method): Likewise for arguments 1 & 2 of `bcopy'.
2854
2855 * decl.c (signal_catch): Mark with ATTRIBUTE_NORETURN.
2856
2857 * pt.c (process_partial_specialization): Cast 1st argument of
2858 `bzero' to (PTR).
2859
2860 * tree.c (build_base_fields): Cast `base_align' to (int) when
2861 comparing against one.
2862
2863 1998-10-16 Mark Mitchell <mark@markmitchell.com>
2864
2865 * decl.c (lookup_name_real): Handle template parameters for member
2866 templates where said parameters have the same name as the
2867 surrounding class.
2868
2869 * decl.c (expand_static_init): Build cleanups before entering the
2870 anonymous function used to do them to avoid access-checking
2871 confusion.
2872
2873 * decl.c (grokfndecl): Add back call to cplus_decl_attributes
2874 accidentally removed by previous change, and make DECL_RTL here.
2875 * class.c (add_method): Don't make DECL_RTL here.
2876
2877 * pt.c (for_each_template_parm): Don't examine uninstantiated
2878 default arguments.
2879
2880 1998-10-16 Dave Brolley <brolley@cygnus.com>
2881
2882 * lex.c (real_yylex): Fix unaligned access of wchar_t.
2883
2884 1998-10-16 Mark Mitchell <mark@markmitchell.com>
2885
2886 * class.c (add_method): Fix documentation to reflect previous
2887 changes. Check for duplicate method declarations here.
2888 * decl.c (decls_match): Handle FUNCTION_DECL vs TEMPLATE_DECL
2889 correctly; such things never match.
2890 (grokfndecl): Don't look for duplicate methods here.
2891 * decl2.c (check_classfn): Don't assume names are mangled.
2892 Don't add bogus member function declarations to a class before the
2893 class type is complete.
2894 (grokfield): Reformat error message.
2895 * method.c (set_mangled_name_for_decl): Don't mangle names while
2896 processing_template_decl.
2897
2898 1998-10-16 Jason Merrill <jason@yorick.cygnus.com>
2899
2900 * typeck.c (build_indirect_ref): Complain about a pointer to data
2901 member, too.
2902 * typeck2.c (build_m_component_ref): Don't indirect a pointer to
2903 data member.
2904 * init.c (resolve_offset_ref): Don't undo the above.
2905
2906 * cp-tree.h (DECL_C_BIT_FIELD, SET_DECL_C_BIT_FIELD): New macros.
2907 (struct lang_decl_flags): Add `bitfield'.
2908 * class.c (finish_struct_1): Use DECL_C_BIT_FIELD instead of
2909 DECL_BIT_FIELD.
2910 * decl2.c (grokbitfield, grok_alignof): Likewise.
2911 * init.c (build_offset_ref): Likewise.
2912 * typeck.c (build_component_addr, expr_sizeof): Likewise.
2913 * cvt.c (build_up_reference): Don't crash if taking the address
2914 returns error_mark_node.
2915
2916 * decl.c (grokfndecl): Also check ctype when checking for ::main().
2917
2918 1998-10-15 Jason Merrill <jason@yorick.cygnus.com>
2919
2920 * decl.c (grokfndecl): ::main and __builtin_* get C linkage.
2921 Do mangling here.
2922 (grokdeclarator): Instead of here.
2923 * friend.c (do_friend): Lose special handling of ::main and
2924 __builtin_*.
2925 * cp-tree.h (DECL_MAIN_P): Check for C linkage.
2926
2927 * spew.c (yylex): Clear looking_for_typename if we got
2928 'enum { ... };'.
2929
2930 1998-10-15 Mark Mitchell <mark@markmitchell.com>
2931
2932 * class.c (maybe_warn_about_overly_private_class): Improve error
2933 messages for class with only private constructors.
2934
2935 * cp-tree.def (TYPENAME_TYPE): Add to documentation.
2936 * cp-tree.h (TYPENAME_TYPE_FULLNAME): Document.
2937 (build_typename_type): New function.
2938 * decl.c (build_typename_type): Broken out from ...
2939 (make_typename_type): Use it.
2940 * search.c (lookup_field): Likewise.
2941
2942 1998-10-14 Benjamin Kosnik <bkoz@rhino.cygnus.com>
2943
2944 * pt.c (convert_nontype_argument): Check against type_referred_to.
2945 * decl.c (grokvardecl): Check for declarator name before building
2946 DECL_ASSEMBLER_NAME.
2947
2948 1998-10-14 Mark Mitchell <mark@markmitchell.com>
2949
2950 * pt.c (lookup_template_class): Add comment.
2951 (instantiate_class_template): Don't mark the _TYPE node for
2952 member class templates as an instantiation.
2953
2954 1998-10-14 Jason Merrill <jason@yorick.cygnus.com>
2955
2956 * decl.c (grokfndecl): Fix my thinko.
2957
2958 1998-10-13 Jason Merrill <jason@yorick.cygnus.com>
2959
2960 * tinfo2.cc (fast_compare): Remove.
2961 (before): Just use strcmp.
2962 * tinfo.cc (operator==): Just use strcmp.
2963
2964 1998-10-13 Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
2965
2966 * decl.c (grokfndecl): Don't check for linkage in `extern "C"'
2967 declarations.
2968
2969 1998-10-13 Mark Mitchell <mark@markmitchell.com>
2970
2971 * cp-tree.h (specializations_of_same_template_p): Remove.
2972 * search.c (get_template_base): Don't use it.
2973 (get_template_base_recursive): Likewise.
2974 * pt.c (specializations_of_same_template_p): Remove.
2975 (unify): Don't use it.
2976 (lookup_template_class): Find the correct parent when setting
2977 CLASSTYPE_TI_TEMPLATE.
2978
2979 1998-10-12 Jason Merrill <jason@yorick.cygnus.com>
2980
2981 * tinfo.cc (operator==): Always compare names.
2982
2983 1998-10-12 Herman ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2984
2985 * decl.c (start_function): Fix cut-and-paste error.
2986
2987 1998-10-12 Jason Merrill <jason@yorick.cygnus.com>
2988
2989 * inc/typeinfo: Add #pragma interface.
2990 (operator!=): Just call operator==.
2991 * tinfo.cc: Add #pragma implementation.
2992 (operator==): Move from inc/typeinfo and tinfo2.cc.
2993 Check __COMMON_UNRELIABLE instead of _WIN32.
2994
2995 * typeck2.c (my_friendly_abort): Add URL.
2996
2997 1998-10-12 Alastair J. Houghton <ajh8@doc.ic.ac.uk>
2998
2999 * decl.c (start_method): Added extra parameter for attributes.
3000 * cp-tree.h (start_method): Update prototype.
3001 * parse.y (fn.def2): Update start_method parameter list.
3002
3003 1998-10-11 Mark Mitchell <mark@markmitchell.com>
3004
3005 * cp-tree.h (specializations_of_same_template_p): Declare.
3006 * pt.c (specializations_of_same_template_p): New function.
3007 (unify): Use it.
3008 * search.c (get_template_base): Use it.
3009 (get_template_base_recursive): Likewise.
3010
3011 1998-10-10 Manfred Hollstein <manfred@s-direktnet.de>
3012
3013 * decl2.c (start_objects): Add new variable `joiner' and
3014 initialize it properly.
3015
3016 1998-10-09 Mark Mitchell <mark@markmitchell.com>
3017
3018 * search.c (expand_upcast_fixups): Tweak to match 1998-10-07
3019 change to vtable types.
3020
3021 * cvt.c (ocp_convert): Avoid infinite recursion caused by
3022 1998-10-03 change.
3023
3024 1998-10-08 Jason Merrill <jason@yorick.cygnus.com>
3025
3026 * pt.c (resolve_overloaded_unification): New fn.
3027 (try_one_overload): Likewise.
3028 (unify): Don't fail on unknown type.
3029 (type_unification_real): Likewise. Use resolve_overloaded_unification
3030 to handle an overloaded argument.
3031 (template_args_equal): Split out...
3032 (comp_template_args): From here.
3033 (determine_specialization): Also allow a template with more
3034 parms than were explicitly specified.
3035 * cp-tree.h: Add template_args_equal.
3036 * call.c (resolve_args): Remove TEMPLATE_ID_EXPR code.
3037
3038 Thu Oct 8 15:58:30 1998 Anthony Green <green@cygnus.com>
3039
3040 * semantics.c (finish_asm_stmt): Revert my 1998-09-28
3041 change.
3042
3043 Thu Oct 8 06:00:19 1998 Jeffrey A Law (law@cygnus.com)
3044
3045 * typeck.c (unsigned_type): Only return TItype nodes when
3046 HOST_BITS_PER_WIDE_INT is >= 64 bits.
3047 (signed_type): Likewise.
3048 * decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
3049 when HOST_BITS_PER_WIDE_INT is >= 64 bits.
3050 (init_decl_processing): Only create TItype nodes when
3051 HOST_BITS_PER_WIDE_INT is >= 64 bits.
3052 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
3053 when HOST_BITS_PER_WIDE_INT is >= 64 bits.
3054
3055 Wed Oct 7 12:32:44 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3056
3057 * Makefile.in (hash.h): Add -L KR-C -F ', 0, 0' flags to gperf.
3058 (gxx.gperf): Update comments describing invocation flags.
3059 (hash.h): Regenerate using gperf 2.7.1 (19981006 egcs).
3060
3061 1998-10-07 Mark Mitchell <mark@markmitchell.com>
3062
3063 * class.c (finish_struct_1): Add commentary on previous change.
3064
3065 * cp-tree.h (vtbl_ptr_type_node): New variable.
3066 * class.c (build_vtbl_ref): Don't indirect through the vptr; it's
3067 already of the right type.
3068 (finish_struct_1): Make the vptr be of type vtbl_ptr_type_node.
3069 Simplify code to grow vtable.
3070 * decl.c (vtbl_ptr_type_node): Define.
3071 (init_decl_processing): Initialize it.
3072
3073 1998-10-06 Mark Mitchell <mark@markmitchell.com>
3074
3075 * cp-tree.def (PTRMEM_CST): New tree node.
3076 * cp-tree.h (ptrmem_cst): New type.
3077 (lang_type): Remove local_typedecls.
3078 (dummy): Increase to 12 bits from 11.
3079 (CLASSTYPE_LOCAL_TYPEDECLS): Remove.
3080 (PTRMEM_CST_CLASS): New macro.
3081 (PTRMEM_CST_MEMBER): Likewise.
3082 (current_access_specifier): New variable.
3083 (current_class_type): Remove duplicate declaration.
3084 (finish_struct): Change prototype.
3085 (unreverse_member_declarations): New function.
3086 (pushdecl_class_level): Change prototype.
3087 (grok_enum_decls): Remove.
3088 (fixup_anonymous_union): New function.
3089 (grok_x_components): Change prototype.
3090 (tsubst_chain): Remove.
3091 (finish_member_template_decl): Likewise.
3092 (check_explicit_specialization): Fix indentation.
3093 (finish_class_definition): Change prototype.
3094 (finish_member_class_template): Likewise.
3095 (finish_member_declaration): New function.
3096 (check_multiple_declarators): Likewise.
3097 * class.c (class_stack_node_t): New type.
3098 (current_class_base): Remove.
3099 (current_class_stack): Change type.
3100 (current_access_specifier): New variable.
3101 (grow_method): Remove.
3102 (check_member_decl_is_same_in_complete_scope): Break out from
3103 finish_struct.
3104 (make_method_vec): New function.
3105 (free_method_vec): Likewise.
3106 (add_implicitly_declared_members): Break out from finish_struct_1.
3107 (free_method_vecs): New variable.
3108 (add_method): Rework for direct use from parser.
3109 (handle_using_decl): Watch for NULL_TREE while iterating through
3110 CLASSTYPE_METHOD_VEC.
3111 (finish_struct_methods): Don't build CLASSTYPE_METHOD_VEC here;
3112 just do some error-checking.
3113 (warn_hidden): Change iteration through CLASSTYPE_METHOD_VEC.
3114 (finish_struct_1): Simplify. Use add_implicitly_declared_members.
3115 (finish_struct): Change prototype. Simplify; fields and methods
3116 are already set up at this point.
3117 (init_class_processing): Set up current_class_stack.
3118 (pushclass): Save current_access_specifier.
3119 (popclass): Restore it.
3120 (currently_open_class): Simplify.
3121 (build_self_reference): Remove use of CLASSTYPE_LOCAL_TYPEDECLS.
3122 * decl.c (saved_scope): Add access_specifier.
3123 (maybe_push_to_top_level): Save it.
3124 (pop_from_top_level): Restore it.
3125 (maybe_process_template_type_declaration): Use
3126 finish_member_declaration.
3127 (pushtag): Likewise.
3128 (pushdecl_class_level): Don't return a value.
3129 (fixup_anonymous_union): Break out from grok_x_components.
3130 (shadow_tag): Use it.
3131 (xref_tag): Complain about using an elaborated type specifier to
3132 reference a template type parameter or typedef name.
3133 (xref_basetypes): Don't set CLASSTYPE_LOCAL_TYPEDECLS.
3134 (current_local_enum): Remove.
3135 (build_enumerator): Call finish_member_declaration.
3136 (grok_enum_decls): Remove.
3137 * decl2.c (grok_x_components): Simplify.
3138 (check_classfn): Change iteration through CLASSTYPE_METHOD_VEC.
3139 (grokfield): Don't set CLASSTYPE_LOCAL_TYPEDECLS.
3140 (merge_functions): Add to comment.
3141 (arg_assoc_type): Prototype.
3142 (arg_assoc): Pass as many arguments as there are parameters.
3143 * error.c (dump_expr): Handle PTRMEM_CST. Improve handling of
3144 OFFSET_REF.
3145 * expr.c (cpls_expand_expr): Remove dead code. Handle
3146 PTRMEM_CST.
3147 * friend.c (do_friend): Lookup friends when in nested classes.
3148 Change comments.
3149 * init.c (build_offset_ref): Do lookup even for classes that are
3150 only partially defined.
3151 (decl_constant_value): Remove dead code.
3152 * method.c (build_overload_value): Remove hack where by TYPE was
3153 not a TYPE. Handle PTRMEM_CST.
3154 (build_template_parm_names): Don't pass a PARM_DECL where a TYPE
3155 should go.
3156 * parse.y (components, notype_components, component_decl,
3157 component_decl_1, component_declarator, component_declarator0):
3158 Now all are itype rather than ttype. Rework to add members to
3159 classes on the fly.
3160 (typesqpecqual_reserved): Use check_multiple_declarators.
3161 (structsp): Update class to finish_class_definition.
3162 (do_xref_defn): Unsplit into named_class_head.
3163 (access_specifier): Set current_access_specifier.
3164 * pt.c (set_current_access_from_decl): New function.
3165 (finish_member_template_decl): Don't take the parameters.
3166 (comp_template_args): Make more robust.
3167 (lookup_template_class): Don't use current_local_enum.
3168 (for_each_template_parm): Handle PTRMEM_CST.
3169 (instantiate_class_template): Use set_current_access_from_decl,
3170 finish_member_declaration and unreverse_member_declarations. Set
3171 lineno/input_filename before generating implicit member functions.
3172 (type_unification_real): Don't assume back-unification happens
3173 only for the last argument.
3174 (regenerate_decl_from_template): Call pushclass a bit earlier.
3175 (tsubst_chain): Remove.
3176 (tsubst_enum): Use set_current_access_from_decl.
3177 (set_mangled_name_for_template_decl): Fix indentation.
3178 * search.c (lookup_fnfields_1): Change iteration through
3179 CLASSTYPE_METHOD_VEC.
3180 (dfs_pushdecls): Likewise.
3181 (dfs_compress_decls): Likewise.
3182 (add_conversions): Likewise.
3183 * semantics.c (finish_class_definition): Don't take components.
3184 Change call to finish_struct.
3185 (finish_member_declaration): New function.
3186 (finish_member_class_template): Don't take template parameters.
3187 Change call to grok_x_components. Call finish_member_template_decl.
3188 (check_multiple_declarators): New function.
3189 * sig.c (append_signature_fields): Work from the TYPE_METHODS, not
3190 a passed in fieldlist.
3191 * tree.c (search_tree): Handle PTRMEM_CST.
3192 (mapcar): Likewise.
3193 * typeck.c (unary_complex_lvalue): Build PTRMEM_CSTs, not
3194 INTEGER_CSTs, for pointer-to-data members.
3195
3196 * call.c (resolve_args): Resolve template specializations, if
3197 possible.
3198
3199 Tue Oct 6 07:57:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3200
3201 * Makefile.in (spew.o): Depend on toplev.h.
3202
3203 * call.c (compare_ics): Initialize variables `deref_from_type2',
3204 `deref_to_type1' and `deref_to_type2'.
3205
3206 * except.c (get_eh_type): Hide prototype and definition.
3207 (process_start_catch_block_old): Remove unused static prototype.
3208
3209 * pt.c (tsubst_decl): Initialize variable `argvec'.
3210
3211 * spew.c: Include toplev.h.
3212
3213 1998-10-05 Jason Merrill <jason@yorick.cygnus.com>
3214
3215 * pt.c (instantiate_decl): Do save and restore file position.
3216
3217 1998-10-05 Martin von Löwis <loewis@informatik.hu-berlin.de>
3218
3219 * method.c (build_decl_overload_real): Clear
3220 numeric_output_need_bar after __.
3221
3222 1998-10-05 Nathan Sidwell <nathan@acm.org>
3223
3224 * call.c (build_new_method_call): Issue 'incomplete type' error,
3225 if class is not defined.
3226
3227 1998-10-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3228
3229 * call.c (build_object_call): Move declaration of variable
3230 `fn' into the scope where it is used. Don't access variable
3231 `fn' when it is uninitialized, instead use `fns'.
3232
3233 1998-10-04 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3234
3235 * errfn.c (cp_thing): Print buf as a string not as a printf format
3236 to avoid problems with the operator%. Consequently, `%%' sequences
3237 in format are copied as `%' in buf.
3238
3239 1998-10-04 Jason Merrill <jason@yorick.cygnus.com>
3240
3241 * pt.c (pop_tinst_level): Call extract_interface_info.
3242 (instantiate_decl): Don't save and restore file position.
3243
3244 * decl.c (cp_finish_decl): Make statics in extern inlines and
3245 templates common, if possible and the target doesn't support weak
3246 symbols.
3247
3248 * decl.c (grokdeclarator): Remove redundant calls to
3249 build_type_variant and some duplicated code.
3250 * sig.c (build_signature_reference_type): Only take the type parm.
3251 (build_signature_pointer_type): Likewise.
3252 * tree.c (build_cplus_method_type): Adjust.
3253 * cp-tree.h: Update.
3254
3255 1998-10-04 Mark Mitchell <mark@markmitchell.com>
3256
3257 * call.c (build_over_call): Make pedwarns about dropped qualifiers
3258 into full-fledged errors.
3259 * cvt.c (convert_to_reference): Likewise.
3260 * typeck.c (convert_for_assignment): Likewise.
3261
3262 * search.c (expand_upcast_vtables): In addition to unsetting
3263 TREE_READONLY, remove top-level const type qualifier.
3264
3265 1998-10-03 Mark Mitchell <mark@markmitchell.com>
3266
3267 * class.c (current_class_ptr, current_class_ref): Clarify
3268 documentation.
3269 * cvt.c (ocp_convert): Don't expect fold to remove all trivial
3270 NOP type conversions.
3271 * decl.c (decls_match): Use comptypes directly; ignore
3272 qualifiers on the DECL.
3273 (duplicate_decls): Remove qualifier checks on DECL.
3274 (grokdeclarator): Make the type built up include top-level
3275 qualifiers.
3276 * decl2.c (do_dtors): Fix spelling error.
3277 * error.c (dump_simple_decl): Don't look at qualifiers on the decl
3278 when printing type information.
3279 * init.c (build_new_1): Add documentation. Deal with the fact
3280 that type of allocated memory now contains qualifiers.
3281 * lex.c (is_global): Improve error-recovery.
3282 * sig.c (build_member_function_pointer): Don't cast away const
3283 on fields of sigtable_entry_type.
3284 * tree.c (lvalue_type): Don't look at top-level qualifiers on
3285 expressions.
3286 * typeck.c (decay_conversion): Likewise.
3287 (build_component_ref): Make sure the type of the COMPONENT_REF
3288 contains top-level qualifiers, as appropriate. Improve
3289 error-handling.
3290 (build_indirect_ref): Simplify. Don't strip top-level qualifiers.
3291 (build_array_ref): Likewise.
3292 (build_unary_op): Improve error-recovery.
3293 (unary_complex_lvalue): Make taking the address a bound member
3294 function an error, not a sorry.
3295 (build_conditional_expr): Look at the type qualifiers, not the
3296 qualifiers on the expression itself.
3297
3298 1998-10-03 Jason Merrill <jason@yorick.cygnus.com>
3299
3300 * decl2.c (merge_functions): Remove duplicates.
3301
3302 * decl2.c: Add -f{no-,}implicit-inline-templates.
3303 (import_export_decl): Check it.
3304
3305 * decl.c (lookup_name_real): Template parms also take precedence
3306 over implicit typename. Only warn if yylex.
3307
3308 * typeck.c (build_conditional_expr): Only fold if ifexp is an
3309 INTEGER_CST.
3310
3311 * decl2.c (finish_vtable_vardecl): Check DECL_INTERFACE_KNOWN
3312 instead of linkage.
3313
3314 1998-10-01 Jason Merrill <jason@yorick.cygnus.com>
3315
3316 * cp-tree.h (FORMAT_VBASE_NAME): New macro.
3317 * class.c (build_vbase_pointer): Use it.
3318 * rtti.c (expand_class_desc): Likewise.
3319 * tree.c (build_vbase_pointer_fields): Likewise.
3320
3321 Thu Oct 1 10:43:45 1998 Nick Clifton <nickc@cygnus.com>
3322
3323 * decl.c (start_decl): Add invocation of
3324 SET_DEFAULT_DECL_ATTRIBUTES, if defined.
3325 (start_function): Add invocation of
3326 SET_DEFAULT_DECL_ATTRIBUTES, if defined.
3327
3328 * lex.c: Replace occurrences of HANDLE_SYSV_PRAGMA with
3329 HANDLE_GENERIC_PRAGMAS.
3330
3331 1998-09-28 Anthony Green <green@cygnus.com>
3332
3333 * semantics.c (finish_asm_stmt): Always permit volatile asms.
3334
3335 1998-09-28 Mark Mitchell <mark@markmitchell.com>
3336
3337 * decl.c (grokdeclarator): Tighten checks for invalid
3338 destructors. Improve error-messages and error-recovery.
3339 * decl2.c (check_classfn): Don't assume that mangled destructor
3340 names contain type information.
3341
3342 1998-09-25 Jason Merrill <jason@yorick.cygnus.com>
3343
3344 * search.c (get_base_distance): Remove assert.
3345
3346 * decl2.c (build_anon_union_vars): Don't process a field with no
3347 name.
3348 (finish_anon_union): Also complain about local anon unions with no
3349 members.
3350
3351 1998-09-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
3352
3353 * decl.c (lookup_namespace_name): If the name is a namespace,
3354 return it immediately.
3355
3356 Fri Sep 25 11:45:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3357
3358 * cp-tree.h (define_case_label): Remove unused parameter.
3359 (check_java_method): Likewise.
3360 (grokclassfn): Likewise.
3361 (expand_aggr_init): Likewise.
3362 (build_x_delete): Likewise.
3363 (maybe_end_member_template_processing): Likewise.
3364 (unshare_base_binfos): Add prototype.
3365 (string_conv_p): Likewise.
3366 (my_friendly_abort): Mark with ATTRIBUTE_NORETURN.
3367
3368 * cvt.c (build_up_reference): Remove unused parameter
3369 `checkconst', all callers changed.
3370 (build_type_conversion): Mark parameter `code' with
3371 ATTRIBUTE_UNUSED.
3372 (build_expr_type_conversion): Initialize variable `conv'.
3373
3374 * decl.c (push_namespace): Initialize variable `d'.
3375 (define_case_label): Remove unused parameter `decl', all callers
3376 changed.
3377
3378 * decl2.c (lang_decode_option): If !USE_CPPLIB, mark parameter
3379 `argc' with ATTRIBUTE_UNUSED.
3380 (grokclassfn): Remove unused parameter `cname', all callers
3381 changed.
3382 (check_java_method): Likewise for parameter `ctype'.
3383 (copy_assignment_arg_p): Mark parameter `virtualp' with
3384 ATTRIBUTE_UNUSED.
3385 (finish_prevtable_vardecl): Likewise for parameter `prev'.
3386
3387 * expr.c (extract_init): Likewise for parameters `decl' and `init'.
3388
3389 * init.c (expand_aggr_init_1): Remove unused parameter
3390 `alias_this', all callers changed.
3391 (expand_aggr_init): Likewise.
3392 (expand_default_init): Likewise.
3393 (build_new_1): Initialize variable `susp'.
3394 (build_x_delete): Remove unused parameter `type', all callers
3395 changed.
3396
3397 * lex.c (set_typedecl_interface_info): Mark parameter `prev' with
3398 ATTRIBUTE_UNUSED.
3399 (readescape): Use (unsigned) value in shift.
3400 (real_yylex): Likewise. Likewise. Also cast `sizeof' to int when
3401 comparing to a signed quantity.
3402
3403 * pt.c (maybe_end_member_template_processing): Remove unused
3404 parameter `decl', all callers changed.
3405 (check_explicit_specialization): Add braces around empty body in
3406 an else-statement.
3407 (current_template_args): Initialize variable `args'.
3408 (lookup_template_class): Likewise for variable `prev_local_enum'.
3409 (tsubst_decl): Likewise for variable `r'.
3410 (set_mangled_name_for_template_decl): Initialize variable
3411 `context'.
3412
3413 * spew.c (scan_tokens): Change type of parameter `n' to unsigned.
3414 Likewise for variable `i'.
3415 (yylex): Initialize variable `trrr'.
3416
3417 * typeck.c (compparms): Mark variable `strict' with
3418 ATTRIBUTE_UNUSED.
3419
3420 * xref.c (simplify_type): Cast argument of ctype function to
3421 `unsigned char'.
3422
3423 1998-09-24 Mark Mitchell <mark@markmitchell.com>
3424
3425 * cp-tree.h (language_lvalue_valid): Remove.
3426 * decl.c (grokdeclarator): Don't disallow references to functions.
3427 * tree.c (lvalue_p_1): New function, combining duplicated
3428 code from ...
3429 (lvalue_p): Use it.
3430 (real_lvalue_p): Likewise.
3431 * typeck.c (language_lvalue_valid): Remove.
3432 (build_modify_expr): Treat FUNCTION_TYPEs as readonly, even though
3433 they don't have TREE_READONLY set.
3434 * typeck2.c (readonly_error): Add case for FUNCTION_DECLs.
3435
3436 1998-09-24 Benjamin Kosnik <bkoz@loony.cygnus.com>
3437
3438 * spew.c (yylex): Give diagnostic.
3439 * hash.h (is_reserved_word): Add export.
3440 * gxx.gperf: Likewise.
3441 * lex.h (rid): Add RID_EXPORT.
3442 * lex.c (init_parse): Likewise.
3443
3444 Tue Sep 22 21:01:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3445
3446 * friend.c (do_friend): Make warning a full sentence.
3447
3448 1998-09-22 Mark Mitchell <mark@markmitchell.com>
3449
3450 * parse.y (component_decl_list): Improve error-recovery.
3451
3452 1998-09-22 Benjamin Kosnik <bkoz@loony.cygnus.com>
3453
3454 * decl.c (make_typename_type): Move error to point where name
3455 variable can be used by dump_type.
3456
3457 1998-09-22 Mark Mitchell <mark@markmitchell.com>
3458
3459 * decl.c (grokfndecl): Improve error-recovery.
3460 * decl2.c (grokfield): Likewise.
3461 * pt.c (finish_member_template_decl): Likewise.
3462
3463 1998-09-20 Martin von Löwis <loewis@informatik.hu-berlin.de>
3464
3465 * method.c (hack_identifier): Finding multiple members is always
3466 an error.
3467
3468 1998-09-21 Per Bothner <bothner@cygnus.com>
3469
3470 * Make-lang.in (c++-filt): Link libiberty.a after cxxmain.o.
3471
3472 Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
3473
3474 * lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
3475
3476 1998-09-20 Mark Mitchell <mark@markmitchell.com>
3477
3478 * class.c (maybe_warn_about_overly_private_class): Reformat.
3479
3480 1998-09-17 Andrew MacLeod <amacleod@cygnus.com>
3481
3482 * exception.cc (__cplus_type_matcher): Realign some code.
3483
3484 1998-09-16 Mark Mitchell <mark@markmitchell.com>
3485
3486 * Make-lang.in (tinfo.o): Use CXXFLAGS when compiling.
3487 (tinfo2.o): Likewise.
3488 (exception.o): Likewise.
3489 (new.o): Likewise.
3490 (opnew.o): Likewise.
3491 (opnewnt.o): Likewise.
3492 (opvnew.o): Likewise.
3493 (opvnewnt.o): Likewise.
3494 (opdel.o): Likewise.
3495 (opdelnt.o): Likewise.
3496 (opvdel.o): Likewise.
3497 (opvdelnt.o): Likewise.
3498
3499 1998-09-16 Richard Henderson <rth@cygnus.com>
3500
3501 * decl.c (init_decl_processing): Kill __builtin_fp and __builtin_sp.
3502
3503 1998-09-15 Alexandre Oliva <oliva@dcc.unicamp.br>
3504
3505 * call.c (build_field_call): Handle static data members too.
3506
3507 * typeck.c (comptypes): When comparing pointer types, check
3508 whether referred types match even in strictest modes.
3509
3510 1998-09-15 Mark Mitchell <mark@markmitchell.com>
3511
3512 * cp-tree.h: Revert previous change.
3513 (finish_struct_methods): Remove declaration.
3514 * class.c: Revert previous change.
3515 (maybe_warn_about_overly_private_class): New function.
3516 (finish_struct_methods): Declare here, and make static. Remove
3517 unnecessary parameters. Tidy slightly. Use
3518 maybe_warn_about_overly_private_class.
3519 (finish_struct_1): Adjust. Remove check for private constructors,
3520 now done elsewhere.
3521 (finish_struct): Adjust.
3522
3523 1998-09-15 Andrew MacLeod <amacleod@cygnus.com>
3524
3525 * except.c (expand_start_catch_block): No need to check for new
3526 exception model.
3527 (process_start_catch_block_old): Deleted.
3528 (process_start_catch_block): Add call to start_decl_1().
3529 (expand_end_catch_block): Add call to end_catch_handler().
3530 * exception.cc (__cplus_type_matcher): Only check the exception
3531 language if there is an exception table.
3532
3533 1998-09-15 Andrew MacLeod <amacleod@cygnus.com>
3534
3535 * search.c (expand_indirect_vtbls_init): Mark temporary stack slots
3536 as used to prevent conflicts with virtual function tables.
3537
3538 1998-09-14 Mark Mitchell <mark@markmitchell.com>
3539
3540 * cp-tree.h (lang_type): Add has_non_private_static_mem_fn.
3541 (CLASSTYPE_HAS_NON_PRIVATE_STATIC_MEM_FN): New macro, to access it.
3542 * class.c (maybe_class_too_private_p): New function.
3543 (finish_struct_methods): Use it.
3544 (finish_struct_1): Likewise.
3545 (finish_struct): Set CLASSTYPE_HAS_NON_PRIVATE_STATIC_MEM_FN if
3546 appropriate.
3547
3548 * pt.c (check_specialization_scope): Fix spelling error.
3549 (check_explicit_specialization): Remove code to handle explicit
3550 specializations in class scope; they are now correctly diagnosed
3551 as errors.
3552
3553 1998-09-10 Mark Mitchell <mark@markmitchell.com>
3554
3555 * decl.c (pushdecl): Don't copy types if the
3556 DECL_ABSTRACT_ORIGIN of the new decl matches the TYPE_NAME of the
3557 type.
3558
3559 1998-09-09 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
3560
3561 * class.c (get_enclosing_class): New function.
3562 (is_base_of_enclosing_class): Likewise.
3563 * cp-tree.h (get_enclosing_class): Declare.
3564 (is_base_of_enclosing_class): Likewise.
3565 * pt.c (coerce_template_parms): Use them.
3566
3567 1998-09-09 Jason Merrill <jason@yorick.cygnus.com>
3568
3569 * g++spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
3570 null to decide whether to use it.
3571
3572 * error.c (dump_type_real): Handle NAMESPACE_DECL.
3573 * parse.y (base_class.1): Avoid crash on error.
3574
3575 1998-09-08 Martin von Löwis <loewis@informatik.hu-berlin.de>
3576
3577 * decl.c (make_typename_type): If context is a namespace, the code
3578 is in error.
3579
3580 1998-09-08 Mumit Khan <khan@xraylith.wisc.edu>
3581
3582 * parse.y (nomods_initdcl0): Set up the parser stack correctly.
3583
3584 1998-09-08 Mark Mitchell <mark@markmitchell.com>
3585
3586 * cp-tree.h (anonymous_namespace_name): Declare.
3587 * decl.c: Define it.
3588 (push_namespace): Use anonymous_namespace_name, rather than local
3589 static anon_name.
3590 * error.c (dump_decl): If a namespace is named
3591 anonymous_namespace_name, call it {anonymous}.
3592
3593 * decl.c (grokparms): Distinguish between references and pointers
3594 in error message.
3595
3596 1998-09-08 Richard Henderson <rth@cygnus.com>
3597 Mark Mitchell <mark@markmitchell.com>
3598
3599 * pt.c (process_partial_specialization): Consistently allocate
3600 and zero tpd.parms based on ntparms. Use tpd2.parms, not
3601 tpd.parms, where appropriate.
3602
3603 Sun Sep 6 00:00:51 1998 Jeffrey A Law (law@cygnus.com)
3604
3605 * Makefile.in (INCLUDES): Update after recent toplevel gcc
3606 reorganizations.
3607
3608 1998-09-05 Mark Mitchell <mark@markmitchell.com>
3609
3610 * cp-tree.h (TI_PENDING_SPECIALIZATION_FLAG): Remove.
3611 * class.c (finish_struct): Remove hackery to deal with explicit
3612 specializations in class scope.
3613 * decl.c (grokfndecl): Improve error-recovery.
3614 * decl2.c (grokfield): Likewise.
3615 * pt.c (check_specialization_scope): New function.
3616 (begin_specialization): Call it.
3617 (process_partial_specialization): New function, split out from
3618 push_template_decl. Check partial specializations more
3619 stringently.
3620 (push_template_decl): Call it.
3621 (check_explicit_specialization): Don't attempt to handle explicit
3622 specializations in class scope.
3623 (template_parm_data): Document. Add current_arg and
3624 arg_uses_template_parms.
3625 (mark_template_parm): Set it.
3626 (tsubst_arg_types): Remove unused variable.
3627 * semantics.c (begin_class_definition): Tweak.
3628
3629 1998-09-04 Mark Mitchell <mark@markmitchell.com>
3630
3631 * inc/typeinfo (type_info::type_info(const char*)): Make
3632 `explicit'.
3633
3634 * cp-tree.h (hash_tree_cons_simple): New macro.
3635 * pt.c (tsubst_arg_types): New function. Use hash_tree_cons.
3636 (coerce_template_parms): Use make_temp_vec, instead of
3637 make_tree_vec. Document this behavior.
3638 (lookup_template_class): Likewise.
3639 (tsubst, cases METHOD_TYPE, FUNCTION_TYPE): Use tsubst_arg_types.
3640 Remove dead code (and add assertion to check its deadness). Fix
3641 bug w.r.t. exception specifications.
3642
3643 1998-09-03 Jason Merrill <jason@yorick.cygnus.com>
3644
3645 * decl2.c (import_export_vtable): Always make artificials comdat.
3646 (import_export_decl): Likewise.
3647 * pt.c (mark_decl_instantiated): Likewise.
3648
3649 1998-09-03 Mark Mitchell <mark@markmitchell.com>
3650
3651 * cp-tree.h (finish_globally_qualified_member_call_expr):
3652 Rename to ...
3653 (finish_qualified_call_expr).
3654 * semantics.c: Likewise.
3655 * parse.y (primary): Use it.
3656 * method.c (hack_identifier): Remove redundant code.
3657
3658 * init.c (resolve_offset_ref): Call convert_from_reference to
3659 handle members of reference type. Improve error recovery.
3660
3661 1998-09-03 Benjamin Kosnik <bkoz@cygnus.com>
3662
3663 * cp-tree.h: Declare warn_nontemplate_friend.
3664 * decl2.c (lang_decode_option): Set.
3665 * lang-options.h: Add -Wnon-template-friend.
3666 * friend.c (do_friend): Use to toggle non-template function warning.
3667
3668 1998-09-03 Mark Mitchell <mark@markmitchell.com>
3669
3670 * decl.c (finish_enum): Don't resolve CONST_DECLs to their
3671 corresponding INTEGER_CSTs when processing_template_decl.
3672 * pt.c (tsubst_enum): Tweak accordingly.
3673
3674 1998-09-03 Benjamin Kosnik <bkoz@rhino.cygnus.com>
3675
3676 * decl.c (pushdecl_class_level): Add warning here.
3677 (pushdecl): Tweak.
3678
3679 1998-09-02 Jason Merrill <jason@yorick.cygnus.com>
3680
3681 * cvt.c (convert_pointer_to_real): Tidy.
3682 * search.c (get_base_distance_recursive): Simplify.
3683 (get_base_distance): Likewise.
3684
3685 * pt.c (unify): Only special-case INTEGER_TYPE if it uses template
3686 parms.
3687
3688 Wed Sep 02 09:25:29 1998 Nick Clifton <nickc@cygnus.com>
3689
3690 * lex.c (check_newline): Call HANDLE_PRAGMA before
3691 HANDLE_SYSV_PRAGMA if both are defined. Generate warning messages
3692 if unknown pragmas are encountered.
3693 (handle_sysv_pragma): Interpret return code from
3694 handle_pragma_token (). Return success/failure indication rather
3695 than next unprocessed character.
3696 (pragma_getc): New function: retrieves characters from the
3697 input stream. Defined when HANDLE_PRAGMA is defined.
3698 (pragma_ungetc): New function: replaces characters back into the
3699 input stream. Defined when HANDLE_PRAGMA is defined.
3700
3701 1998-09-01 Jason Merrill <jason@yorick.cygnus.com>
3702
3703 * decl2.c (output_vtable_inherit): Use %cDIGIT in the operands.
3704 * class.c (build_vtable_entry_ref): Likewise.
3705
3706 1998-09-01 Mark Mitchell <mark@markmitchell.com>
3707
3708 * cp-tree.h (DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION): New macro.
3709 * decl2.c (import_export_decl): Likewise.
3710 * pt.c (instantiate_decl): Use it.
3711
3712 1998-09-01 Jason Merrill <jason@yorick.cygnus.com>
3713
3714 * decl.c (lookup_name_real): Also do implicit typename thing for
3715 artificial TYPE_DECLs.
3716 * search.c (lookup_field): Likewise.
3717 (lookup_fnfields, lookup_field): Adjust for implicit typename kludge.
3718 * semantics.c (begin_constructor_declarator): Use enter_scope_of.
3719 (enter_scope_of): Extract type from implicit typename.
3720 (begin_class_definition): Likewise.
3721 * lex.c (identifier_type): Handle implicit typename when checking
3722 for SELFNAME.
3723
3724 * cp-tree.h: Declare flag_strict_prototype.
3725 * lex.c (do_scoped_id, do_identifier): Don't implicitly_declare if
3726 -fstrict-prototype.
3727 * decl.c (init_decl_processing): If -f{no,-}strict-prototype wasn't
3728 specified, set it to the value of pedantic.
3729
3730 1998-09-01 Mark Mitchell <mark@markmitchell.com>
3731
3732 * decl2.c (arg_assoc): Handle template-id expressions as arguments.
3733
3734 1998-08-31 Mark Mitchell <mark@markmitchell.com>
3735
3736 * decl.c (finish_enum): Handle member enums of classes declared in
3737 template functions.
3738
3739 * decl2.c (grok_x_components): Strip attributes before calling
3740 groktypename.
3741
3742 1998-08-31 Jason Merrill <jason@yorick.cygnus.com>
3743
3744 * cp-tree.h, decl2.c: Remove support for -fall-virtual,
3745 -fenum-int-equivalence and -fno-nonnull-objects.
3746 * class.c (check_for_override): Remove support for -fall-virtual.
3747 (finish_struct_1): Likewise.
3748 * call.c (build_new_op): Remove support for -fenum-int-equivalence.
3749 * typeck.c (build_binary_op_nodefault): Likewise.
3750 * cvt.c (ocp_convert): Likewise.
3751 * call.c (build_vfield_ref): Remove support for -fno-nonnull-objects.
3752 * class.c (build_vbase_path): Likewise.
3753
3754 Sun Aug 30 22:16:31 1998 H.J. Lu (hjl@gnu.org)
3755
3756 * Makefile.in (INTERFACE): New, set to 1.
3757
3758 1998-08-30 Mark Mitchell <mark@markmitchell.com>
3759
3760 * error.c (dump_decl): Use CP_DECL_CONTEXT, not DECL_CONTEXT, when
3761 comparing with global_namespace.
3762 (dump_aggr_type): Likewise.
3763
3764 * decl.c (grokfndecl): Issue error on declaration of friend
3765 templates with explicit template arguments.
3766
3767 * pt.c (convert_template_argument): New function, split out
3768 from...
3769 (coerce_template_parms): Here.
3770 (tsubst): Attempt better error-recovery.
3771
3772 1998-08-28 Benjamin Kosnik <bkoz@loony.cygnus.com>
3773
3774 * pt.c (decl_template_parm_p): Add checks for
3775 TEMPLATE_TEMPLATE_PARM.
3776
3777 1998-08-28 Mark Mitchell <mark@markmitchell.com>
3778
3779 * lex.c (do_identifier): Fix thinko in previous change.
3780
3781 1998-08-28 Jason Merrill <jason@yorick.cygnus.com>
3782
3783 * search.c (dfs_search, binfo_for_vtable, dfs_bfv_helper): New fns.
3784 * decl2.c (output_vtable_inherit): Call binfo_for_vtable.
3785
3786 1998-08-28 Richard Henderson <rth@cygnus.com>
3787
3788 Add support for discarding unused virtual functions.
3789 * lang-options.h: Add -fvtable-gc.
3790 * cp-tree.h: Add flag_vtable_gc.
3791 * decl2.c (output_vtable_inherit): New fn.
3792 (finish_vtable_vardecl): Call it.
3793 * class.c (build_vtable_entry_ref): New fn.
3794 (build_vtbl_ref): Call it.
3795
3796 1998-08-28 Mark Mitchell <mark@markmitchell.com>
3797
3798 * cp-tree.h (build_enumerator): Take the enumeration type as a
3799 parameter.
3800 * decl.c (finish_enum): Don't set the TREE_TYPE for the
3801 enumeration constant values if we're processing_template_decls.
3802 Don't set the type for the CONST_DECLs either; that's done in
3803 build_enumerator.
3804 (build_enumerator): Take the enumeration type as a
3805 parameter.
3806 * lex.c (do_identifier): Don't resolve enumeration constants while
3807 processing template declarations, even if they happen to be
3808 TEMPLATE_PARM_INDEXs.
3809
3810 * parse.y (current_enum_type): New variable.
3811 (primary): Don't allow statement-expression in local classes just
3812 as we don't in global classes.
3813 (structsp): Use current_enum_type.
3814 (enum_list): Likewise.
3815 * pt.c (tsubst_enum): Don't check for NOP_EXPRs introduced by
3816 finish_enum; they no longer occur.
3817
3818 * cp-tree.h (finish_base_specifier): New function.
3819 * parse.y (base_class): Use it.
3820 * semantics.c (finish_base_specifier): Define it.
3821
3822 * parse.y (structsp): Warn on use of typename outside of template
3823 declarations.
3824
3825 1998-08-27 Jason Merrill <jason@yorick.cygnus.com>
3826
3827 * lex.c (handle_cp_pragma): Remove #pragma vtable.
3828 * lang-options.h: Remove +e options.
3829 * decl2.c (lang_decode_option): Likewise.
3830 (import_export_vtable): Don't check write_virtuals.
3831 (finish_vtable_vardecl, finish_file): Likewise.
3832 * search.c (dfs_debug_mark): Likewise.
3833 * semantics.c (begin_class_definition): Likewise.
3834 * class.c (build_vtable, finish_vtbls, finish_struct_1): Likewise.
3835
3836 * call.c (build_over_call): Check flag_elide_constructors.
3837 * decl2.c: flag_elide_constructors defaults to 1.
3838 * typeck.c (convert_arguments): Remove return_loc parm.
3839 (build_function_call_real): Adjust.
3840
3841 * search.c: Tear out all mi_matrix and memoize code.
3842 (lookup_field, lookup_fnfields): Use scratch_tree_cons.
3843 * lang-options.h: Remove documentation for -fhandle-exceptions,
3844 -fmemoize-lookups and -fsave-memoized.
3845 * cp-tree.h: Lose mi_matrix and memoize support.
3846 * decl2.c: Ignore -fmemoize-lookups and -fsave-memoized.
3847 * class.c: Lose struct class_level.
3848 (pushclass, popclass): Lose memoize support.
3849 * init.c (build_offset_ref): Likewise.
3850
3851 Never change BINFO_INHERITANCE_CHAIN.
3852 * init.c (emit_base_init): Change modification of
3853 BINFO_INHERITANCE_CHAIN to an assert.
3854 * search.c (get_base_distance_recursive): Likewise.
3855 (get_base_distance): Likewise.
3856 (lookup_member): Likewise.
3857 (convert_pointer_to_single_level): Likewise.
3858 (lookup_field): Likewise. Lose setting TREE_VIA_* on TREE_LISTs.
3859 (lookup_fnfields): Likewise.
3860 * tree.c (propagate_binfo_offsets): Don't call unshare_base_binfos.
3861 (unshare_base_binfos): Don't call propagate_binfo_offsets.
3862 (layout_basetypes): Call propagate_binfo_offsets instead of
3863 unshare_base_binfos.
3864 * decl.c (xref_basetypes): Call unshare_base_binfos.
3865 * pt.c (instantiate_class_template): Likewise.
3866 * tree.c (reverse_path): Remove 'copy' parm; always make a
3867 temporary copy.
3868 * class.c (build_vbase_path): Just call it.
3869 * search.c (compute_access): Likewise. Don't re-reverse.
3870
3871 1998-08-27 Mark Mitchell <mark@markmitchell.com>
3872
3873 * class.c (build_vbase_path): Use reverse_path.
3874 (finish_base_struct): Move warnings for inaccessible bases to
3875 layout_basetypes.
3876 (modify_one_vtable): Remove check of TREE_USED (binfo).
3877 (fixup_vtable_deltas1): Likewise.
3878 * cp-tree.h (BINFO_INHERITANCE_CHAIN): Document here.
3879 (xref_tag): Remove binfos parameter.
3880 (make_binfo): Remove chain parameter.
3881 (reverse_path): Add copy parameter.
3882 * decl.c (init_decl_processing): Change calls to xref_tag.
3883 (xref_tag): Remove binfos parameter.
3884 (xref_basetypes): Change calls to make_binfo.
3885 * decl2.c (grok_x_components): Change calls to xref_tag.
3886 (handle_class_head): Likewise.
3887 * friend.c (do_friend): Likewise.
3888 * lex.c (make_lang_type): Change calls to make_binfo.
3889 * parse.y (structsp): Change calls to xref_tag.
3890 (named_complex_class_head_sans_basetype): Likewise.
3891 (named_class_head): Likewise.
3892 * rtti.c (init_rtti_processing): Likewise.
3893 * search.c (compute_access): Change calls to reverse_path.
3894 (dfs_get_vbase_types): Change calls to make_binfo.
3895 (get_vbase_types): Remove dead code.
3896 * tree.c (unshare_base_binfos): Change calls to make_binfo.
3897 (layout_basetypes): Warn here about inaccessible bases.
3898 (make_binfo): Remove chain parameter.
3899 (reverse_path): Add copy parameter.
3900
3901 1998-08-27 Jason Merrill <jason@yorick.cygnus.com>
3902
3903 * class.c: #if 0 complete_type_p.
3904 * init.c (build_java_class_ref, build_new_1): Remove unused locals.
3905 * method.c (process_overload_item): Likewise.
3906 * typeck.c (comp_target_types): Likewise.
3907
3908 Stop sharing binfos for indirect virtual bases.
3909 * tree.c (propagate_binfo_offsets): Unshare vbases, too.
3910 (layout_basetypes): Likewise.
3911 (unshare_base_binfos): Copy vbases, too.
3912 * cp-tree.h (BINFO_VIA_PUBLIC, BINFO_BASEINIT_MARKED,
3913 BINFO_VBASE_INIT_MARKED): Remove obsolete macros.
3914 (BINFO_PUSHDECLS_MARKED, SET_BINFO_PUSHDECLS_MARKED,
3915 CLEAR_BINFO_PUSHDECLS_MARKED): New macros.
3916 * search.c (lookup_field, lookup_fnfields, lookup_member): Remove
3917 reference to BINFO_VIA_PUBLIC.
3918 (marked_pushdecls_p, unmarked_pushdecls_p): New fns.
3919 (push_class_decls): Use them.
3920 (dfs_pushdecls): Use SET_BINFO_PUSHDECLS_MARKED.
3921 (dfs_compress_decls): Use CLEAR_BINFO_PUSHDECLS_MARKED.
3922
3923 1998-08-27 Mark Mitchell <mark@markmitchell.com>
3924
3925 * decl.c (build_enumerator): Set DECL_CONTEXT for the
3926 CONST_DECLs.
3927
3928 1998-08-26 Mark Mitchell <mark@markmitchell.com>
3929
3930 * cp-tree.h (finish_enum): Change prototype.
3931 * decl.c (finish_enum): Use TYPE_VALUES, rather than taking a
3932 VALUES parameter. Don't try to compute mins/maxs if
3933 processing_template_decl.
3934 * parse.y (structsp): Use new calling sequence for finish_enum.
3935 * pt.c (tsubst_enum): Likewise. Take the new type as input.
3936 (lookup_template_class): Remove unused variables. Tweak.
3937 Register enums on instantiation list before substituting
3938 enumeration constants.
3939 (tsubst_decl): Remove unused variables.
3940 (regenerate_decl_from_template): Likewise.
3941
3942 * decl.c (duplicate_decls): Don't obliterate the
3943 DECL_TEMPLATE_INFO for a template if we're not replacing it with
3944 anything.
3945
3946 * lex.c (do_identifier): Fix typo in comment.
3947
3948 Wed Aug 26 10:54:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3949
3950 * errfn.c: Remove stdarg.h/varargs.h.
3951 * tree.c: Likewise.
3952
3953 1998-08-25 Brendan Kehoe <brendan@cygnus.com>
3954
3955 * pt.c (tsubst_copy): Only do typename overloading on an
3956 IDENTIFIER_NODE that happens to look like a typename if it actually
3957 has a type for us to use.
3958
3959 1998-08-25 Jason Merrill <jason@yorick.cygnus.com>
3960
3961 * typeck.c (comp_cv_target_types): Split out...
3962 (comp_target_types): From here. Don't allow cv-qual changes under
3963 a pointer if nptrs == 0. Fix OFFSET_TYPE handling.
3964 (build_ptrmemfunc): Pass 1 to nptrs.
3965 * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
3966
3967 1998-08-25 Mark Mitchell <mark@markmitchell.com>
3968
3969 * search.c (dependent_base_p): Don't compare a binfo to
3970 current_class_type; use the TREE_TYPE of the binfo instead.
3971
3972 * cp-tree.h (CLASS_TYPE_P): Revise definition.
3973
3974 1998-08-25 Jason Merrill <jason@yorick.cygnus.com>
3975
3976 * decl.c (duplicate_decls): Don't complain about different
3977 exceptions from an internal decl even if pedantic.
3978
3979 * typeck.c (convert_for_assignment): Converting from pm of vbase
3980 to derived is an error, not a sorry.
3981
3982 * call.c (build_over_call): Use convert_pointer_to_real for 'this'.
3983 * class.c (fixed_type_or_null): Rename from
3984 resolves_to_fixed_type_p. Return the dynamic type of the
3985 expression, if fixed, or null.
3986 (resolves_to_fixed_type_p): Use it. Return 0 if the dynamic type
3987 does not match the static type.
3988 (build_vbase_path): Rename 'alias_this' to 'nonnull'. Use
3989 resolves_to_fixed_type_p again.
3990
3991 1998-08-24 Mark Mitchell <mark@markmitchell.com>
3992
3993 * pt.c (tsubst_decl): Move special case code for dealing with
3994 tricky friend templates here from ...
3995 (regenerate_decl_from_template): Here.
3996
3997 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
3998
3999 * decl.c (start_decl): Remove redundant linkage check.
4000
4001 1998-08-24 Gavin Romig-Koch <gavin@cygnus.com>
4002
4003 * typeck.c (c_expand_return): Handle the case that valtype
4004 is wider than the functions return type.
4005
4006 1998-08-24 Mark Mitchell <mark@markmitchell.com>
4007
4008 * cp-tree.h (CLASS_TYPE_P): New macro.
4009 * decl.c (grokdeclarator): Use it instead of IS_AGGR_TYPE.
4010 * pt.c (process_template_parm): Undo previous change.
4011
4012 1998-08-24 Benjamin Kosnik <bkoz@cygnus.com>
4013
4014 * cp-tree.h: Declare.
4015 * pt.c (decl_template_parm_p): New function.
4016 * decl.c (pushdecl): Check decls for redeclaring template parms.
4017 (xref_tag): Make redeclaration an error, print decl.
4018 * decl2.c (grokfield): Check field_decls for redeclaration as well.
4019
4020 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
4021
4022 * parse.y (primary): Fix up the type of string constants.
4023
4024 1998-08-24 Mark Mitchell <mark@markmitchell.com>
4025
4026 * typeck.c (convert_for_initialization): Move check for odd uses
4027 of NULL to avoid duplicate warnings.
4028
4029 1998-08-24 Jason Merrill <jason@yorick.cygnus.com>
4030
4031 * tree.c (lvalue_type): Fix for arrays.
4032 * typeck.c (string_conv_p): New fn.
4033 (convert_for_assignment): Use it.
4034 (build_unary_op): Use lvalue_type.
4035 * call.c (standard_conversion, convert_like): Use string_conv_p.
4036 (add_function_candidate): Use lvalue_type.
4037 * cvt.c (convert_to_reference): Likewise.
4038 * decl2.c (lang_decode_option): Ignore -traditional.
4039 * decl.c (init_decl_processing): flag_writable_strings inhibits
4040 flag_const_strings.
4041
4042 1998-08-24 Andrew MacLeod <amacleod@cygnus.com>
4043
4044 * lang-options.h (lang_options): Add fconst-strings to the list
4045 of valid options.
4046 * decl2.c (lang_f_options, lang_decode_option): Likewise.
4047
4048 1998-08-24 Nathan Sidwell <nathan@acm.org>
4049
4050 * lex.c (real_yylex): Don't warn about long long constants if
4051 we're allowing long long.
4052
4053 1998-08-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
4054
4055 * decl.c (pushdecl): Use IDENTIFIER_NAMESPACE_VALUE instead of
4056 accessing bindings directly.
4057
4058 * search.c (my_tree_cons): Reimplement.
4059
4060 * lang-specs.h: Remove __HONOR_STD.
4061 * inc/exception, inc/new, inc/new.h, inc/typeinfo: Likewise.
4062
4063 1998-08-23 Mark Mitchell <mark@markmitchell.com>
4064
4065 * decl.c (grokdeclarator): Complain about in-class initialization
4066 of aggregates and/or references.
4067 * pt.c (process_template_parm): Clear IS_AGGR_TYPE for
4068 TEMPLATE_TYPE_PARMs.
4069
4070 * decl2.c (grok_array_decl): Add comment.
4071 (mark_used): Don't instantiate an explicit instantiation.
4072 * friend.c (make_friend_class): Remove bogus comment. Fix check
4073 for partial specializations.
4074 * pt.c (check_explicit_specialization): Don't
4075 SET_DECL_EXPLICIT_INSTANTIATION here.
4076 (mark_decl_instantiated): Or here.
4077 (do_decl_instantiation): Do it here, instead. Add checks for
4078 duplicate explicit instantiations, etc. Tidy.
4079 (do_type_instantiation): Likewise.
4080 (instantiate_decl): Improve comments. Complain about explicit
4081 instantiations where no definition is available.
4082
4083 * cp-tree.h (ansi_null_node): Remove.
4084 * call.c (build_over_call): Warn about converting NULL to an
4085 arithmetic type.
4086 * cvt.c (build_expr_type_conversion): Likewise. Use
4087 null_ptr_cst_p instead of expanding it inline.
4088 * decl.c (ansi_null_node): Remove.
4089 (init_decl_processing): Make null_node always have integral type.
4090 * except.c (build_throw): Warn about converting NULL to an
4091 arithmetic type.
4092 * lex.c (init_parse): Remove handling of ansi_null_node.
4093 * pt.c (type_unification_real): Don't convert NULL to void* type.
4094 * typeck.c (build_binary_op_nodefault): Fix NULL warnings.
4095 (convert_for_assignment): Warn about converting NULL to an
4096 arithmetic type.
4097 (convert_for_initialization): Likewise.
4098
4099 1998-08-20 Jason Merrill <jason@yorick.cygnus.com>
4100
4101 * tree.c (search_tree, no_linkage_helper, no_linkage_check): New fn.
4102 * pt.c (coerce_template_parms): Use no_linkage_check.
4103 * decl.c (grokvardecl): Likewise.
4104 (grokfndecl): Likewise. Members of anonymous types have no linkage.
4105
4106 * method.c (process_overload_item): Remove useless code.
4107
4108 1998-08-20 Per Bothner <bothner@cygnus.com>
4109
4110 Handle new'ing of Java classes.
4111 * init.c (build_class_classref): New function.
4112 (build_new_1): If type is TYPE_FOR_JAVA: Call _Jv_AllocObject;
4113 constructor does not return this; don't need to exception-protect.
4114
4115 * pt.c (lookup_template_class): Copy TYPE_FOR_JAVA flag.
4116 * decl2.c (acceptable_java_type): Handle template-derived types.
4117
4118 1998-08-20 Per Bothner <bothner@cygnus.com>
4119
4120 * decl2.c (import_export_vtable): Suppress vtables for Java classes.
4121
4122 1998-08-20 Mark Mitchell <mark@markmitchell.com>
4123
4124 * decl.c (duplicate_decls): Always merge the old and new patterns
4125 for templates, regardless of whether or not the new one has
4126 DECL_INITIAL. Don't throw away specializations. Merge
4127 DECL_SAVED_TREE.
4128 * pt.c (tsubst_decl): Use the right pattern when calculating the
4129 complete args for a new template instance.
4130 (do_decl_instantiation): Fix typo in comment.
4131 (regenerate_decl_from_template): Deal with tricky friend template
4132 case.
4133 (instantiate_decl): Likewise.
4134
4135 Thu Aug 20 09:09:45 1998 Jeffrey A Law (law@cygnus.com)
4136
4137 * init.c (build_builtin_delete_call): Add missing assemble_external
4138 call.
4139
4140 1998-08-20 Jason Merrill <jason@yorick.cygnus.com>
4141
4142 * parse.y (notype_unqualified_id): Also accept ~A<int>.
4143
4144 1998-08-19 Mark Mitchell <mark@markmitchell.com>
4145
4146 * typeck.c (build_binary_op_nodefault): Warn on use of NULL in
4147 arithmetic.
4148 * except.c (build_throw): Warn when NULL is thrown, even with
4149 -ansi. Use ansi_null_node, rather than integer_zero_node, in the
4150 thrown expression.
4151
4152 * cp-tree.h (ansi_null_node): New variable.
4153 * decl.c (ansi_null_node): New variable.
4154 (init_decl_processing): Initialize its type.
4155 * lex.c (init_parse): Initialize its value. Use ansi_null_node
4156 for null_node in non-ANSI mode.
4157 * typeck.c (build_binary_op_nodefault): Use ansi_null_node in
4158 place of null_node to avoid spurious errors.
4159
4160 1998-08-17 Mark Mitchell <mark@markmitchell.com>
4161
4162 * cp-tree.h (enter_scope_of): New function.
4163 * parse.y (complex_direct_notype_declarator): Use it.
4164 * semantics.c (enter_scope_of): New function.
4165
4166 1998-08-17 Jason Merrill <jason@yorick.cygnus.com>
4167
4168 * decl.c (grokparms): No, here.
4169
4170 * decl.c (grokdeclarator): Catch parm with pointer to array of
4171 unknown bound here...
4172 * method.c (process_overload_item): ...not here.
4173
4174 * gxxint.texi: Remove obsolete documentation of overloading code.
4175
4176 * decl.c (finish_enum): Also set TYPE_SIZE_UNIT.
4177 * class.c (finish_struct_bits): Likewise.
4178
4179 * tree.c (lvalue_type): Fix for arrays.
4180 * typeck.c (build_unary_op): Use lvalue_type.
4181 * call.c (add_function_candidate): Likewise.
4182 * cvt.c (convert_to_reference): Likewise.
4183
4184 * decl2.c (lang_decode_option): Ignore -traditional.
4185
4186 * init.c (build_offset_ref): Don't mess with error_mark_node.
4187 * lex.c (do_scoped_id): Use cp_error.
4188
4189 * rtti.c (get_tinfo_fn): Don't mess with the context for now.
4190
4191 1998-08-17 Benjamin Kosnik <bkoz@loony.cygnus.com>
4192
4193 * decl.c (grokdeclarator): Allow anonymous types to be cv-qualified.
4194
4195 Mon Aug 17 10:40:18 1998 Jeffrey A Law (law@cygnus.com)
4196
4197 * cp-tree.h (set_identifier_local_value): Provide prototype.
4198
4199 * decl2.c (do_namespace_alias): Remove unused variables `binding'
4200 and `old'.
4201
4202 Fri Aug 14 16:42:27 1998 Nick Clifton <nickc@cygnus.com>
4203
4204 * Makefile.in: Rename BBISON to BISON so that it can be properly
4205 inherited from the parent makefile.
4206
4207 1998-08-13 Jason Merrill <jason@yorick.cygnus.com>
4208
4209 * lang-options.h: Add -finit-priority.
4210 * decl2.c: Likewise. Check flag_init_priority instead of
4211 USE_INIT_PRIORITY.
4212
4213 * decl2.c (setup_initp): New fn.
4214 (start_objects, finish_objects, do_ctors): Handle init_priority.
4215 (do_dtors, finish_file): Likewise.
4216
4217 1998-08-13 Jason Merrill <jason@yorick.cygnus.com>
4218
4219 * pt.c (tsubst_copy): Hush warning.
4220
4221 * rtti.c (get_tinfo_fn): Also set DECL_IGNORED_P.
4222
4223 1998-08-12 Mark Mitchell <mark@markmitchell.com>
4224
4225 * pt.c (print_template_context): Don't abort when instantiating a
4226 synthesized method.
4227
4228 * decl.c (grokdeclarator): Issue errors on namespace qualified
4229 declarators in parameter lists or in class scope.
4230
4231 1998-08-09 Mark Mitchell <mark@markmitchell.com>
4232
4233 * pt.c (check_explicit_specialization): Don't abort on bogus
4234 explicit instantiations.
4235
4236 1998-08-07 Mark Mitchell <mark@markmitchell.com>
4237
4238 * typeck.c (require_complete_type): Use complete_type_or_else.
4239 (complete_type_or_else): Always return NULL_TREE on failure, as
4240 documented.
4241
4242 * pt.c (tsubst_aggr_type): Prototype.
4243 (tsubst_decl): New function, split out from tsubst. Set
4244 input_filename and lineno as appropriate.
4245 (pop_tinst_level): Restore the file and line number saved in
4246 push_tinst_level.
4247 (instantiate_class_template): Set input_filename and lineno as
4248 appropriate.
4249 (tsubst): Move _DECL processing to tsubst_decl. Make sure the
4250 context for a TYPENAME_TYPE is complete.
4251
4252 * decl2.c (grokbitfield): Issue errors on bitfields declared with
4253 function type.
4254 (do_dtors): As in do_ctors, pretend to be a member of the same
4255 class as a static data member while generating a call to its
4256 destructor.
4257
4258 * cvt.c (cp_convert_to_pointer): Handle NULL pointer
4259 conversions, even in complex virtual base class hierarchies.
4260
4261 1998-08-06 Mark Mitchell <mark@markmitchell.com>
4262
4263 * cp-tree.h (ENUM_TEMPLATE_INFO): New macro.
4264 (TYPE_TEMPLATE_INFO): Likewise.
4265 (SET_TYPE_TEMPLATE_INFO): Likewise.
4266 (ENUM_TI_TEMPLATE): Likewise.
4267 (ENUM_TI_ARGS): Likewise.
4268 (lookup_nested_type_by_name): Remove.
4269 * decl.c (maybe_process_template_type_declaration): Handle enums.
4270 (start_enum): Don't check for primary-template enum declarations
4271 here.
4272 (finish_enum): Clean up, document. Make sure template enum
4273 constants get the correct type.
4274 (build_enumerator): Copy initializers for template enumerations,
4275 too.
4276 (grok_enum_decls): Document.
4277 * lex.c (do_identifier): Document use of LOOKUP_EXPR a bit
4278 better. Build LOOKUP_EXPRs for local variables, even if they are
4279 TREE_PERMANENT.
4280 * pt.c (tsubst_enum): Remove field_chain parameter.
4281 (template_class_depth): Include the depth of surrounding function
4282 contexts.
4283 (push_template_decl): Check for primary-template enum declarations
4284 here. Deal with enumeration templates.
4285 (lookup_template_class): Likewise.
4286 (for_each_template_parm): Likewise.
4287 (instantiate_class_template): Don't call tsubst_enum directly,
4288 call tsubst instead, to instantiate enums. Deal with all
4289 field_chain issues here, not in tsubst_enum.
4290 (lookup_nested_type_by_name): Remove.
4291 (tsubst_aggr_type): Revise handling of enumeration types.
4292 (tsubst): Likewise.
4293 (tsubst_copy): Likewise.
4294 (tsubst_expr): Call tsubst, not tsubst_enum for TAG_DEFNs.
4295
4296 1998-08-04 Mark Mitchell <mark@markmitchell.com>
4297
4298 * decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it
4299 uses template parameters.
4300 * method.c (build_template_parm_names): Use the full set of
4301 template arguments for tsubst'ing.
4302 (build_overload_identifier): Pass the full set of template
4303 arguments to build_template_parm_names, not just the
4304 innermost_args.
4305 * pt.c (TMPL_ARGS_DEPTH): Define using
4306 TMPL_ARGS_HAVE_MULTIPLE_LEVELS, for clarity.
4307 (NUM_TMPL_ARGS): New macro.
4308 (add_outermost_template_args): Deal with the case where the outer
4309 args will be completely discarded.
4310 (coerce_template_parms): Use the full set of template arguments
4311 for tsubst'ing. Simplify. Add some asserts. Improve
4312 error messages.
4313 (lookup_template_class): Pass the full set of template arguments
4314 to coerce_template_parms.
4315 (tsubst): Add assertion.
4316 (do_type_instantiation): Don't instantiate member template
4317 classes.
4318
4319 * init.c (build_offset_ref): Deal with a TEMPLATE_ID_EXPR whose
4320 name is a LOOKUP_EXPR, rather than an IDENTIFIER_NODE.
4321
4322 1998-08-03 Jason Merrill <jason@yorick.cygnus.com>
4323
4324 * method.c (set_mangled_name_for_decl): Change return type to void.
4325
4326 * decl.c (lookup_name_real): A namespace-level decl takes priority
4327 over implicit typename. Avoid doing the same lookup twice.
4328
4329 * search.c (dependent_base_p): New fn.
4330 (dfs_pushdecls, dfs_compress_decls): Use it.
4331
4332 * typeck.c (get_member_function_from_ptrfunc): Don't try to handle
4333 virtual functions if the type doesn't have any.
4334
4335 1998-08-03 Mark Mitchell <mark@markmitchell.com>
4336
4337 * decl2.c (grokfield): Don't mangle the name of a TYPE_DECL if it
4338 uses template parameters.
4339
4340 1998-08-02 Mark Mitchell <mark@markmitchell.com>
4341
4342 * cp-tree.def (LOOKUP_EXPR): Document. Remove second argument.
4343 * cp-tree.h (DECL_TI_TEMPLATE): Improve documentation.
4344 * lex.c (do_identifier): Don't use a second argument, or a type,
4345 when building LOOKUP_EXPRs.
4346 (do_identifier): Likewise.
4347 (do_scoped_id): Likewise.
4348 * method.c (hack_identifier): Improve error message.
4349 * pt.c (lookup_template_function): Don't needlessly call
4350 copy_to_permanent or build_min.
4351 (tsubst_copy): Remove #if 0'd code. tsubst into LOOKUP_EXPRs if
4352 necessary.
4353 (do_decl_instantiation): Improve error message.
4354 * tree.c (mapcar, case LOOKUP_EXPR): Don't be sorry; make a copy.
4355 (build_min): Copy the type to the permanent obstack, too.
4356
4357 1998-08-01 Jason Merrill <jason@yorick.cygnus.com>
4358
4359 * init.c (init_init_processing): Remove BI* handling.
4360 (build_builtin_call): Remove.
4361 (build_builtin_delete_call): New fn.
4362 (build_delete): Use it.
4363
4364 1998-07-31 Mark Mitchell <mark@markmitchell.com>
4365
4366 * cp-tree.h (PROCESSING_REAL_TEMPLATE_DECL_P): New macro.
4367 (maybe_check_template_type): New function.
4368 * decl.c (maybe_process_template_type_declaration): New function,
4369 split out from pushtag Call maybe_check_template_type.
4370 (pushtag): Use it. Use PROCESSING_REAL_TEMPLATE_DECL_P.
4371 (xref_tag): Use PROCESSING_REAL_TEMPLATE_DECL_P.
4372 * friend.c (do_friend): Use PROCESSING_REAL_TEMPLATE_DECL_P.
4373 * pt.c (template_class_depth_real): Generalization of ...
4374 (template_class_depth): Use it.
4375 (register_specialization): Use duplicate_decls for duplicate
4376 declarations of specializations.
4377 (maybe_check_template_type): New function.
4378 (push_template_decl_real): Fix comment.
4379 (convert_nontype_argument): Likewise.
4380 (lookup_template_class): Likewise. Avoid an infinite loop on
4381 erroneous code.
4382 (tsubst_friend_function): Fix comment.
4383 (tsubst, case FUNCTION_DECL): Deal with a DECL_TI_TEMPLATE that is
4384 an IDENTIFIER_NODE.
4385 * semantics.c (begin_function_definition): Use
4386 reset_specialization to note that template headers don't apply
4387 directly to declarations after the opening curly for a function.
4388
4389 1998-07-29 Jason Merrill <jason@yorick.cygnus.com>
4390
4391 * decl.c (push_overloaded_decl): Use current_namespace instead of
4392 DECL_CONTEXT (decl) to determine where we go.
4393
4394 * decl.c (lookup_name_real): Fix typo.
4395
4396 1998-07-28 Mark Mitchell <mark@markmitchell.com>
4397
4398 * friend.c (is_friend): Be lenient with member functions to deal
4399 with nested friends.
4400
4401 1998-07-28 Jason Merrill <jason@yorick.cygnus.com>
4402
4403 * class.c (finish_struct_1): Convert integer_zero_node to
4404 ssizetype before passing it to set_rtti_entry.
4405 * typeck2.c (initializer_constant_valid_p): Allow conversion of 0
4406 of any size to a pointer.
4407
4408 1998-07-27 Mark Mitchell <mark@markmitchell.com>
4409
4410 * cp-tree.h (TI_USES_TEMPLATE_PARMS): Remove.
4411 (build_template_decl_overload): Remove.
4412 (set_mangled_name_for_decl): New function.
4413 (innermost_args): Remove is_spec parameter.
4414 (most_specialized, most_specialized_class): Remove declarations.
4415 (lookup_template_class): Add entering_scope parameter.
4416 (maybe_process_partial_specialization): New function.
4417 (finish_template_decl): Likewise.
4418 (finish_template_type): Likewise.
4419 * class.c (finish_struct): Clean up processing of member template
4420 specializations.
4421 * decl.c (pushtag): Fix formatting.
4422 (lookup_tag): Improve handling of pseudo-global levels.
4423 (make_typename_type): Adjust call to lookup_template_class.
4424 (shadow_tag): Use maybe_process_partial_specialization.
4425 (xref_tag): Improve handling of member friends.
4426 (start_function): Call push_nested_class before
4427 push_template_decl. Don't call push_template_decl for
4428 specializations.
4429 * decl2.c (grok_x_components): Don't call xref_tag for
4430 template instantiations. Handle UNION_TYPEs like RECORD_TYPEs.
4431 (grokclassfn): Use set_mangled_name_for_decl.
4432 (arg_assoc_class): Adjust call to innermost_args.
4433 (mark_used): Don't call instantiate_decl for a TEMPLATE_DECL.
4434 * error.c (dump_function_name): Improve printing of template
4435 function names.
4436 * friend.c (is_friend): Don't compare types of decls to determine
4437 friendship, unless flag_guiding_decls.
4438 (make_friend_class): Partial specializations cannot be friends.
4439 (do_friend): Use set_mangled_name_for_decl. Call
4440 push_template_decl_real instead of push_template_decl.
4441 * method.c (build_decl_overload_real): Remove prototype. Give it
4442 external linkage.
4443 (build_overload_identififer): Adjust call to innermost_args.
4444 (build_template_decl_overload): Remove.
4445 (set_mangled_name_for_decl): New function.
4446 * parse.y (.finish_template_type): New non-terminal.
4447 (template_def): Use finish_template_decl. Use template_extdef
4448 instead of extdef.
4449 (template_extdef, template_datadef): New non-terminals, containing
4450 only those rules for things which can be templates.
4451 (datadef): Tidy.
4452 (template_type, self_template_type): Use .finish_template_type.
4453 (named_class_head): Use maybe_process_partial_specialization.
4454 * pt.c (mangle_class_name_for_template): Remove context parameter.
4455 (get_class_bindings): Remove outer_args parameter.
4456 (complete_template_args): Remove.
4457 (add_outermost_template_args): New function.
4458 (register_specialization): Return the specialization.
4459 (unregister_specialization): New function.
4460 (tsubst_template_parms): Likewise.
4461 (most_specialized, most_specialized_class): Prototype here as
4462 static.
4463 (original_template): Rename to most_general_template.
4464 (tsubst_template_parms): New function.
4465 (set_mangled_name_for_template_decl): Likewise.
4466 (TMPL_ARGS_DEPTH): New macro.
4467 (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Adjust.
4468 (TMPL_ARGS_LEVEL): New macro.
4469 (SET_TMPL_ARGS_LEVEL): Likewise.
4470 (TMPL_ARG): Likewise.
4471 (SET_TMPL_ARG): Likewise.
4472 (TMPL_ARGS_DEPTH): Likewise.
4473 (finish_member_template_decl): Use finish_template_decl.
4474 (maybe_process_partial_specialization): New function, split out
4475 from tsubst.
4476 (inline_needs_template_parms): Use TMPL_PARMS_DEPTH.
4477 (maybe_begin_member_template_processing): Use new macros.
4478 (is_member_template): Likewise.
4479 (is_member_template_class): Likewise.
4480 (add_to_template_args): Likewise. Deal with multiple levels of
4481 args.
4482 (maybe_process_partial_specialization): New function.
4483 (retrieve_specialization): Add consistency check.
4484 (determine_specialization): Return full argument list.
4485 (check_explicit_specialization): Tweak friend handling. Use full
4486 argument lists. Simplify.
4487 (current_template_args): Use new macros.
4488 (push_template_decl_real): Change ill-named mainargs to specargs.
4489 Check that a partial specialization actually specializes at least
4490 one parameter. Improve friend handling. Modify for full
4491 template arguments.
4492 (classtype_mangled_name): Don't mangle the names of
4493 specializations.
4494 (lookup_template_class): Add entering_scope parameter. Use it to
4495 avoid finding a template type when an instantiation is required.
4496 Simplify. Use full template arguments.
4497 (tsubst_friend_function): Use unregister_specialization. Use new
4498 macros. Use full template arguments.
4499 (tsubst_friend_class): Substitute, using tsubst_template_parms,
4500 into the template parameters before passing them to
4501 redeclare_class_template.
4502 (instantiate_class_template): Simplify. Use full template
4503 arguments. Adjust calls to get_class_bindings. Use
4504 SET_IDENTIFIER_TYPE_VALUE where needed. Improve friend handling.
4505 (innermost_args): Use new macros.
4506 (tsubst_aggr_type): New function, split out from tsubst.
4507 (tsubst): Use tsubst_aggr_type, tsubst_template_parms, new calling
4508 conventions for lookup_template_class. Refine handling of partial
4509 instantiations. Remove calls to complete_template_args.
4510 Simplify. Add consistency checks. Use set_mangled_name_for_decl
4511 and set_mangled_name_for_template_decl.
4512 (tsubst_copy): Use tsubst_aggr_type.
4513 (instantiate_template): Use full template arguments.
4514 (more_specialized): Improve formatting.
4515 (more_specialized_class): Adjust calls to get_class_bindings.
4516 (get_bindings_real): Don't call complete_template_args.
4517 (most_specialized): Don't overwrite input; create a new list.
4518 (most_specialized_class): Use most_general_template.
4519 (regenerate_decl_from_template): Use unregister_specialization.
4520 Use full template arguments.
4521 (instantiate_decl): Use full template arguments.
4522 (set_mangled_name_for_template_decl): New function.
4523 * semantics.c (begin_class_definition): Use
4524 maybe_process_partial_specialization.
4525 (finish_member_class_template): New function.
4526 (finish_template_decl): Likewise.
4527 (finish_template_type): Likewise.
4528 (typeck.c): Don't crash after issuing a compiler_error.
4529 * Makefile.in (CONFLICTS): Adjust; we removed a s/r conflict.
4530
4531 1998-07-27 Jason Merrill <jason@yorick.cygnus.com>
4532
4533 * typeck2.c (build_functional_cast): Handle default-initialization.
4534
4535 * call.c (build_over_call): Pass 1 to popclass.
4536
4537 * parse.y (direct_notype_declarator): Add precedence declaration
4538 to notype_unqualified_id case.
4539 * Makefile.in (EXPECT): Adjust.
4540
4541 * tree.c (ovl_member): Fix for single function in OVL.
4542
4543 1998-07-27 Dave Brolley <brolley@cygnus.com>
4544
4545 * c-lex.c (yylex): Fix boundary conditions in character literal and
4546 string literal loops.
4547
4548 1998-07-24 Jason Merrill <jason@yorick.cygnus.com>
4549
4550 * decl.c (lookup_name_real): OK, do return the from_obj value
4551 unless got_object depends on template parms.
4552
4553 * parse.y (nested_name_specifier_1): Pull out the TYPE_MAIN_VARIANT.
4554
4555 * pt.c (coerce_template_parms): Also complain about local enums.
4556
4557 * cp-tree.h: Add prototype for set_identifier_local_value.
4558 * decl.c (set_identifier_local_value_with_scope): Make static,
4559 prototype.
4560 * search.c (covariant_return_p): Likewise.
4561 * except.c (build_terminate_handler, alloc_eh_object): Likewise.
4562
4563 * call.c (build_method_call): Only pull out the type of a destructor
4564 if it's a template type parm.
4565 * decl.c (lookup_name_real): Never return the from_obj value.
4566
4567 1998-07-23 Jason Merrill <jason@yorick.cygnus.com>
4568
4569 * except.c (process_start_catch_block_old): Call start_decl_1 for
4570 catch parm.
4571 * decl.c (start_decl_1): Avoid duplicate error.
4572
4573 * init.c (expand_default_init): Only perform the initialization if
4574 it will do something.
4575
4576 1998-07-23 H.J. Lu (hjl@gnu.org)
4577
4578 * parse.y (base_class): Check for invalid base class.
4579
4580 1998-07-23 Jason Merrill <jason@yorick.cygnus.com>
4581
4582 * decl2.c (import_export_template): Fold in...
4583 (import_export_class): ...to here. Handle dllimport/export.
4584
4585 * class.c (build_vtable): Pass at_eof to import_export_vtable.
4586 (prepare_fresh_vtable): Likewise.
4587 * decl2.c (import_export_class): Split out...
4588 (finish_prevtable_vardecl): From here.
4589 * class.c (finish_struct_1): Call import_export_class if at_eof.
4590
4591 * decl.c (start_function): #if 0 mysterious code I wrote and have
4592 forgotten why.
4593 * rtti.c (get_tinfo_fn): If this is for a class type, set
4594 DECL_CONTEXT.
4595
4596 1998-07-22 Jason Merrill <jason@yorick.cygnus.com>
4597
4598 * inc/exception: Change terminate and unexpected to ().
4599
4600 * parse.y (named_class_head_sans_basetype_defn): A
4601 named_class_head_sans_basetype followed by '{' or ':' is a defn.
4602
4603 1998-07-21 Jason Merrill <jason@yorick.cygnus.com>
4604
4605 * tree.c (canonical_type_variant): New fn to handle arrays.
4606 * cp-tree.h (CANONICAL_TYPE_VARIANT): Remove.
4607 * pt.c (unify, default case): Also fold arg. Fix array bounds case.
4608 * method.c (process_overload_item): Use build_overload_value for
4609 arrays.
4610
4611 1998-07-20 Dave Brolley <brolley@cygnus.com>
4612
4613 * lex.c (mbchar.h): #include it.
4614 (GET_ENVIRONMENT): New macro.
4615 (init_parse): Set character set based on LANG environment variable.
4616 (real_yylex): Handle multibyte characters in character literals.
4617 (real_yylex): Handle multibyte characters in string literals.
4618
4619 1998-07-19 Jason Merrill <jason@yorick.cygnus.com>
4620
4621 * lex.c (do_identifier): Look for class value even if we don't
4622 have a global value. Do implicit declaration if parsing is 2.
4623 * semantics.c (finish_call_expr): Pass 2 if we're doing Koenig
4624 lookup.
4625
4626 1998-07-19 Mark Mitchell <mark@markmitchell.com>
4627
4628 * decl.c (pushtag): Revert previous change.
4629 * pt.c (lookup_template_class): Don't put out debugging
4630 information for types that use template parameters.
4631
4632 * decl.c (pushtag): Don't put out debugging information for
4633 compiler-generated typedefs.
4634
4635 * error.c (dump_type_real): Don't crash when presented with
4636 intQI_type_node or the like.
4637
4638 * semantics.c (finish_translation_unit): Fix spelling error in
4639 comment.
4640
4641 1998-07-17 Jason Merrill <jason@yorick.cygnus.com>
4642
4643 * decl.c (lookup_name_real): Pull out single function here.
4644 (select_decl): Not here.
4645 (unqualified_namespace_lookup): Use CP_DECL_CONTEXT.
4646
4647 * decl.c (qualify_lookup): Tweak again.
4648
4649 * pt.c (lookup_template_class): Don't mess with the context of the
4650 instantiation.
4651 * decl2.c (current_decl_namespace): Remove special handling for
4652 templates.
4653
4654 * pt.c (tsubst, case FUNCTION_DECL): Fix getting complete args for
4655 a member template specialization.
4656
4657 * tree.c (ovl_member): Use decls_match to compare functions.
4658 * decl.c (decls_match): Check the context of a function.
4659
4660 * parse.y (primary): Use notype_unqualified_id instead of IDENTIFIER
4661 in Koenig lookup support rules.
4662 * semantics.c (finish_call_expr): Handle the new cases.
4663
4664 * typeck.c (build_x_function_call): Handle overloaded methods.
4665
4666 * decl.c (grokvardecl): Don't call build_static_name for extern "C".
4667
4668 1998-07-16 Mark Mitchell <mark@markmitchell.com>
4669
4670 * semantics.c (finish_object_call_expr): Revert previous change.
4671 * call.c (build_new_method_call): Likewise. Instead, convert
4672 TYPE_DECLs to IDENTIFIERs here, in the presence of templates.
4673
4674 1998-07-16 Jason Merrill <jason@yorick.cygnus.com>
4675
4676 * decl.c (qualify_lookup): Handle templates.
4677
4678 * decl2.c (do_using_directive): Don't pass ancestor.
4679 * decl.c (push_using_directive): Calculate ancestor.
4680
4681 * decl2.c (do_nonmember_using_decl): Allow for type shadowing.
4682 * decl.c (pushdecl): Move type shadowing handling from here...
4683 (duplicate_decls): ...to here.
4684 * decl.c (set_identifier_local_value_with_scope): New fn.
4685 (pushdecl): Use it.
4686 (set_identifier_local_value, lookup_type_current_level): New fns.
4687 * decl2.c (do_local_using_decl): Handle types and binding level
4688 stuff properly.
4689
4690 * init.c (build_offset_ref): Don't call mark_used on an OVERLOAD.
4691 * decl.c (select_decl): Extract a lone function from an OVERLOAD.
4692 (lookup_namespace_name): Likewise.
4693 * typeck.c (build_unary_op): Not here anymore.
4694
4695 * decl2.c (do_class_using_decl): Make sure we get an identifier.
4696 * class.c (handle_using_decl): Ignore TYPE_DECLs.
4697
4698 * decl.c (qualify_lookup): New fn.
4699 (lookup_name_real): Use it.
4700
4701 1998-07-16 Martin v. Loewis <loewis@informatik.hu-berlin.de>
4702
4703 * decl2.c (add_using_namespace): When directly using a namespace
4704 that was indirect before, promote it.
4705
4706 * cp-tree.h (LOOKUP_PREFER_TYPES, LOOKUP_PREFER_NAMESPACES,
4707 LOOKUP_PREFER_BOTH, LOOKUP_NAMESPACES_ONLY, LOOKUP_TYPES_ONLY,
4708 LOOKUP_QUALIFIERS_ONLY, LOOKUP_TEMPLATES_EXPECTED): New macros.
4709 * decl.c (select_decl): Replace two flag parameters by one.
4710 (unqualified_namespace_lookup): Likewise, pass flag.
4711 (lookup_flags): New function.
4712 (lookup_name_real): Compute flags, pass them.
4713 (lookup_namespace_name): Call with zero-flag.
4714 * decl2.c (ambiguous_decl): Add flag parameter, complain only
4715 according to flags.
4716 (lookup_using_namespace, qualified_lookup_using_namespace):
4717 Add flag parameter, pass them through.
4718 * lex.c (do_scoped_id): Call with zero-flag.
4719
4720 1998-07-16 Jason Merrill <jason@yorick.cygnus.com>
4721
4722 * typeck.c (convert_for_assignment): Use comptypes.
4723
4724 1998-07-16 Mark Mitchell <mark@markmitchell.com>
4725
4726 * semantics.c (finish_object_call_expr): Move test for the
4727 function called being a TYPE_DECL to ...
4728 * call.c (build_new_method_call): Here.
4729
4730 1998-07-15 Jason Merrill <jason@yorick.cygnus.com>
4731
4732 * decl2.c (arg_assoc_class): Also look at template arguments, if any.
4733 (arg_assoc): Handle error_mark_node and multiple levels of TREE_LIST.
4734
4735 * lex.c (looking_for_typename): Don't initialize.
4736
4737 * decl2.c (ambiguous_decl): Clarify error message.
4738
4739 * decl.c (push_using_directive): Iterate over namespaces used
4740 indirectly.
4741
4742 1998-07-15 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4743
4744 * decl2.c (add_using_namespace): Iterate over namespaces used
4745 indirectly.
4746
4747 * decl.c (lookup_name_real): Accept namespace aliases as locals.
4748 (cat_namespace_levels): Ignore aliases.
4749 (duplicate_decls): Ignore duplicate aliases.
4750 * decl2.c (do_namespace_alias): Process block level namespace
4751 aliases. Store alias with pushdecl. Remove odr errors.
4752 * parse.y (namespace_alias): New non-terminal.
4753 (extdef): Use it.
4754
4755 1998-07-15 Jason Merrill <jason@yorick.cygnus.com>
4756
4757 * decl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE.
4758 Handle TEMPLATE_TYPE_PARM.
4759 (arg_assoc): Rewrite.
4760
4761 * pt.c (complete_template_args): Don't look at the context unless
4762 we have to.
4763
4764 * method.c (build_decl_overload_real): Fix namespace handling.
4765
4766 * typeck.c (build_unary_op): Extract a lone function from an
4767 OVERLOAD.
4768
4769 * call.c (build_scoped_method_call): Handle getting a namespace
4770 for basetype in a destructor call.
4771 (check_dtor_name): Handle enums.
4772
4773 * parse.y (using_directive): New nonterminal.
4774 (extdef, simple_stmt): Use it.
4775
4776 1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
4777
4778 * decl2.c (add_function): Move error message ...
4779 (arg_assoc_namespace): ... from here.
4780
4781 1998-07-14 Jason Merrill <jason@yorick.cygnus.com>
4782
4783 * parse.y (namespace_qualifier): Fix multiple level handling.
4784 * decl2.c (namespace_ancestor): Use CP_DECL_CONTEXT.
4785 (arg_assoc): Don't skip the first argument of a function.
4786
4787 Tue Jul 14 20:09:22 1998 Jeffrey A Law (law@cygnus.com)
4788
4789 * search.c (my_tree_cons): Clean up.
4790
4791 1998-07-14 Jason Merrill <jason@yorick.cygnus.com>
4792
4793 * call.c (joust): Don't warn about "confusing" conversions to the
4794 same type.
4795
4796 1998-07-14 Martin von Löwis <loewis@informatik.hu-berlin.de>
4797
4798 * class.c (push_nested_class): Complain about namespaces.
4799 * decl.c (start_decl): Enter the object's namespace.
4800 (cp_finish_decl): Leave it.
4801 (grokdeclarator): Likewise.
4802 * decl2.c (check_decl_namespace): New function.
4803 (finish_file): Call it.
4804 * parse.y (complex_direct_notype_declarator): Set complexity
4805 of namespace-qualified ids to -1, enter the namespace.
4806
4807 * method.c (build_template_decl_overload): Expect _DECL as first
4808 parameter. Put context temporarily into current_namespace.
4809 * pt.c (check_explicit_specialization): Change caller.
4810 (tsubst): Likewise.
4811
4812 * init.c (build_offset_ref): Call mark_used and
4813 convert_from_reference for namespace members.
4814
4815 Mon Jul 13 23:25:28 1998 Martin von Löwis <loewis@informatik.hu-berlin.de>
4816
4817 * search.c (my_tree_cons): The bitfield is at index 2.
4818
4819 Mon Jul 13 17:21:01 1998 Nick Clifton <nickc@cygnus.com>
4820
4821 * lang-options.h: Format changed to work with new --help support
4822 in gcc/toplev.c
4823
4824 1998-07-12 Martin von Löwis <loewis@informatik.hu-berlin.de>
4825
4826 * decl2.c (build_expr_from_tree): Change calls of do_identifier.
4827 Do Koenig lookup in CALL_EXPR.
4828 (arg_assoc): Handle error_mark.
4829 * lex.c (is_global): New function.
4830 (do_identifier): Expect arguments for Koenig lookup.
4831 * parse.y (primary): Add rules for calls of unqualified function calls.
4832 (do_id): Change call of do_identifier.
4833 * pt.c (finish_stmt_expr): Likewise.
4834 * semantics.c (finish_id_expr): Likewise.
4835 (finish_call_expr): Add integer parameter to indicate
4836 argument-dependent lookup.
4837
4838 * decl.c (struct binding_level): New field using_directives.
4839 (push_using_decl): Not sorry anymore.
4840 (push_using_directive): New function.
4841 (lookup_tag): Use CP_DECL_CONTEXT to iterate.
4842 (unqualified_namespace_lookup): New function, code from ...
4843 (lookup_name_real): ... here.
4844 * decl2.c (lookup_using_namespace): Pass using list instead of
4845 initial scope.
4846 (validate_nonmember_using_decl): New function.
4847 (do_nonmember_using_decl): New function.
4848 (do_toplevel_using_decl): Use them.
4849 (do_local_using_decl): New function.
4850 (do_using_directive): Support block-level directives.
4851 * parse.y (simple_stmt): Support using declarations and
4852 directives.
4853 (namespace_qualifier, namespace_using_decl): New non-terminals.
4854
4855 * xref.c (classname): New function.
4856 (GNU_xref_hier): Change class and base parameters to tree.
4857 * decl.c (xref_baseypes): Change caller.
4858 * friend.c (make_friend_class): Likewise.
4859
4860 1998-07-12 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
4861
4862 * typeck.c (comptypes, case TEMPLATE_TEMPLATE_PARM): Add parameter
4863 comparison.
4864
4865 * pt.c (for_each_template_parm, case TEMPLATE_DECL): If it is a
4866 template template parameter, record its use.
4867 (for_each_template_parm, case TEMPLATE_TEMPLATE_PARM): Traverse
4868 its template arguments if exists.
4869
4870 * pt.c (coerce_template_template_parms): New function equivalent
4871 to coerce_template_parms when IS_TMPL_PARM is true.
4872 (coerce_template_parms): Use it. Remove the IS_TMPL_PARM parameter,
4873 all callers changed.
4874
4875 (coerce_template_parms): Access ARGLIST properly when creating a
4876 new vector. Only accept implicit TYPE_DECL as valid argument for
4877 a template template parameter when it is a base class of
4878 current_class_type. Don't display error message when COMPLAIN is
4879 false.
4880
4881 1998-07-12 Klaus Kaempf (kkaempf@progis.de)
4882
4883 * repo.c (get_base_filename): Use file_name_nondirectory.
4884 (open_repo_file): Likewise.
4885 * cp-tree.h (file_name_nondirectory): Add prototype.
4886
4887 1998-07-12 Jason Merrill <jason@yorick.cygnus.com>
4888
4889 * friend.c (do_friend): Pull the identifier out of declarator.
4890 Use cp_error and friends.
4891 * decl2.c (qualified_lookup_using_namespace): Fix call to
4892 purpose_member.
4893 * decl.c (lookup_name_real): Don't call complete_type on a namespace.
4894 (grokvardecl): Use DECL_CLASS_SCOPE_P.
4895 * cvt.c (convert_pointer_to_real): Check for error_mark_node sooner.
4896 * class.c (warn_hidden): Fix for OVERLOAD.
4897 From grahams@rcp.co.uk:
4898 * cp-tree.h (DEFARG_NODE_CHECK): New macro.
4899 (DEFARG_LENGTH, DEFARG_POINTER): Use it.
4900
4901 Sun Jul 12 01:20:57 1998 Jeffrey A Law (law@cygnus.com)
4902
4903 * g++.1 (-traditional): Remove duplicated documentation.
4904
4905 1998-07-11 Mark Mitchell <mark@markmitchell.com>
4906
4907 * method.c (flush_repeats): Add nrepeats parameter.
4908 (issue_nrepeats): Likewise.
4909 (is_back_referenceable_type): New function. Don't back-reference
4910 TEMPLATE_TYPE_PARMs as well as simple types like integers.
4911 (build_mangled_name_for_type): Likewise.
4912 (build_mangled_name_for_type_with_Gcode): Likewise.
4913 (lasttype): Remove.
4914 (nrepeats): Likewise.
4915 (Nrepeats): Likewise.
4916 (start_squangling): Don't clear the variables removed above.
4917 (end_squangling): Likewise.
4918 (flush_repeats): Tidy. Use nrepeats parameter rather than
4919 Nrepeats global.
4920 (issue_nrepeats): Likewise, but with nrepeats global. Use
4921 is_backreferenceable_type.
4922 (build_overload_nested_name): Tidy. Add comment. Use
4923 build_mangled_name_for_type.
4924 (build_underscore_int): Comment.
4925 (build_overload_scope_ref): Use build_mangled_name_for_type.
4926 (build_overload_int): Likewise.
4927 (build_template_template_parm_names): Tidy.
4928 (build_template_parm_names): Use build_mangled_name_for_type.
4929 (build_overload_identifier): Add comments.
4930 (build_mangled_name_for_type_with_Gcode): Split out from
4931 build_mangled_name.
4932 (build_mangled_name_for_type): Use it.
4933 (build_mangled_name): Rework to use build_mangled_name_for_type
4934 and to not use global nrepeats/Nrepeats. Tidy.
4935 (process_modifiers): Tidy.
4936 (check_btype): Use is_backreferenceable_type. Add comment.
4937 Rename `node' to `type'.
4938 (process_overload_item): Set numeric_output_need_bar here.
4939 Use build_mangled_name_for_type. Tidy.
4940 (build_decl_overload_real): Tidy. Don't use Nrepeats. Use
4941 build_mangled_name_for_type.
4942
4943 * pt.c (push_template_decl_real): Don't look at DECL_TEMPLATE_INFO
4944 for TYPE_DECLs.
4945
4946 1998-07-08 Vladimir N. Makarov <vmakarov@cygnus.com>
4947
4948 * cp-tree.h (warn_long_long): Define.
4949 * decl.c (grokdeclarator): Add flag `warn_long_long' as guard for
4950 warning "ANSI C++ does not support `long long'".
4951 * decl2.c (warn_long_long): Define.
4952 (lang_decode_option): Parse -Wlong-long, -Wno-long-long options.
4953
4954 1998-07-07 Jason Merrill <jason@yorick.cygnus.com>
4955
4956 * decl.c (xref_tag): Handle attributes between 'class' and name.
4957 * parse.y (aggr): Likewise.
4958 * semantics.c (finish_class_definition): Likewise.
4959 * Makefile.in (EXPECTED): Adjust.
4960
4961 * cp-tree.h: Declare flag_optional_diags and warn_multichar.
4962 * decl2.c: Define them.
4963 (lang_decode_option): Handle them.
4964 * lang-options.h: Add -foptional-diags.
4965 * class.c (finish_struct): Don't complain about multiple meanings of
4966 name if -fno-optional-diags.
4967 * decl.c (pushdecl_class_level): Likewise.
4968 * lex.c (real_yylex): Check warn_multichar.
4969
4970 1998-07-06 Jason Merrill <jason@yorick.cygnus.com>
4971
4972 * decl.c (lookup_tag): Use CP_DECL_CONTEXT.
4973
4974 * tree.c (make_binfo): Fix length.
4975
4976 1998-06-30 Benjamin Kosnik <bkoz@bliss.nabi.net>
4977
4978 * decl2.c (lang_decode_option): Remove warn_template_debugging.
4979 * lang-options.h: Likewise.
4980
4981 Mon Jun 29 20:17:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4982
4983 * except.c (build_eh_type_type_ref): Remove unused variable `susp'.
4984 (process_start_catch_block): Likewise for variables
4985 `false_label_rtx', `call_rtx' and `return_value_rtx'.
4986
4987 1998-06-29 Brendan Kehoe <brendan@cygnus.com>
4988
4989 * tree.c (build_srcloc): Make sure we allocate this node on the
4990 permanent obstack.
4991
4992 Sat Jun 27 23:34:18 1998 Fred Fish <fnf@ninemoons.com>
4993
4994 * g++spec.c (NEED_MATH_LIBRARY): Define to 1 if not already defined.
4995 (lang_specific_driver): Initialize need_math with NEED_MATH_LIBRARY.
4996 (lang_specific_driver): Only add -lm automatically if need_math is
4997 nonzero.
4998
4999 Sat Jun 27 12:22:56 1998 Jeffrey A Law (law@cygnus.com)
5000
5001 * Make-lang.in (g++): Depend on mkstemp.o. Link in mkstemp.o
5002
5003 Sat Jun 27 07:36:09 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5004
5005 * Makefile.in (EXPR_H): New dependency variable.
5006 (decl2.o): Depend on $(EXPR_H).
5007 (typeck.o): Likewise.
5008 (init.o): Likewise.
5009 (expr.o): Likewise.
5010
5011 1998-06-25 Benjamin Kosnik <bkoz@lisa.cygnus.com>
5012
5013 * decl.c (start_enum): Put local enums on permanent_obstack.
5014
5015 1998-06-25 Mark Mitchell <mark@markmitchell.com>
5016
5017 * cp-tree.h (c_get_alias_set): Declare.
5018 * decl.c (init_decl_processing): Set lang_get_alias_set.
5019
5020 1998-06-25 Andrew MacLeod <amacleod@cygnus.com>
5021
5022 * cp-tree.h (mark_all_runtime_matches): Add function prototype.
5023 * except.c (mark_all_runtime_matches): Set TREE_SYMBOL_REFERENCED
5024 flag for all function decls which are in the exception table.
5025 * exception.cc (__cplus_type_matcher): Check for CATCH_ALL_TYPE match.
5026 * decl2.c (finish_file): Call mark_all_runtime_matches to make sure
5027 code is emitted for any referenced rtti function.
5028
5029 1998-06-25 Dave Brolley <brolley@cygnus.com>
5030
5031 * lang-specs.h: Use new | syntax to eliminate
5032 string concatenation.
5033
5034 1998-06-25 Jason Merrill <jason@yorick.cygnus.com>
5035
5036 * cp-tree.h (CP_DECL_CONTEXT): New macro.
5037 * decl2.c (is_namespace_ancestor, lookup_using_namespace): Use it.
5038 * method.c (build_overload_nested_name): Likewise.
5039 * sig.c (build_signature_pointer_or_reference_type): Don't set
5040 DECL_CONTEXT.
5041
5042 1998-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5043
5044 Set DECL_CONTEXT for globals to NULL_TREE instead of global_namespace.
5045 * cp-tree.h (FROB_CONTEXT): New macro.
5046 (DECL_MAIN_P): ::main should have a DECL_CONTEXT of NULL_TREE.
5047 * decl.c (namespace_binding): Replace NULL_TREE with
5048 global_namespace.
5049 (set_namespace_binding, pop_namespace, lookup_name_real): Likewise.
5050 * decl2.c (is_namespace_ancestor, lookup_using_namespace):
5051 Likewise.
5052 * decl.c (pushtag): Use FROB_CONTEXT.
5053 (pushdecl, make_typename_type, define_function, grokdeclarator):
5054 Likewise.
5055 * decl2.c (set_decl_namespace, do_namespace_alias): Likewise.
5056 * pt.c (push_template_decl_real, lookup_template_class, tsubst):
5057 Likewise.
5058 * decl2.c (decl_namespace): Return global_namespace if no context.
5059 * method.c (build_overload_nested_name): Expect null as context.
5060 * pt.c (mangle_class_name_for_template): Do nothing for null
5061 contexts.
5062 (lookup_template_class): Allow for null id_context.
5063
5064 1998-06-25 Richard Henderson <rth@cygnus.com>
5065
5066 * method.c (emit_thunk): Set current_function_is_thunk for the
5067 ASM_OUTPUT_MI_THUNK case as well.
5068
5069 1998-06-23 Andrew MacLeod <amacleod@cygnus.com>
5070
5071 * exception.cc (__cplus_type_matcher): Get a match_info pointer
5072 instead of an exception table entry as a parameter.
5073
5074 1998-06-23 Andrew MacLeod <amacleod@cygnus.com>
5075
5076 * parse.y (function_try_block): Don't call start_catch_handler.
5077 * except.c (call_eh_info): Remove coerced field from declaration.
5078 (build_eh_type_type_ref): New function to create an address of a
5079 rtti function for the new style exception tables.
5080 (expand_start_catch_block): Split function, this contains the
5081 common part.
5082 (process_start_catch_block_old): New function to perform the rest
5083 of expand_start_catch_block under old style exceptions.
5084 (process_start_catch_block_old): New function to perform the rest
5085 of expand_start_catch_block under new style exceptions.
5086 (expand_end_catch_block): Only pop the false label off the stack under
5087 the old style of exceptions.
5088 * semantics.c (finish_try_block): Don't call start_catch_handler.
5089 * exception.cc (struct cp_eh_info): Add original_value field.
5090 (__cplus_type_matcher): Perform type matching on the original exception
5091 value, and if we have a match, set the current value.
5092 (__cp_push_exception): Set the original exception value.
5093
5094 1998-06-23 Jason Merrill <jason@yorick.cygnus.com>
5095
5096 * call.c (joust): Fix confusing conversion warning.
5097
5098 * call.c (build_op_delete_call): Add placement parm. Check
5099 LOOKUP_SPECULATIVELY.
5100 * cp-tree.h, decl2.c, init.c: Adjust.
5101 * decl.c (finish_function): Use it.
5102
5103 * pt.c (tsubst): Diagnose creating void fields or variables.
5104
5105 Mon Jun 22 08:50:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5106
5107 * call.c (build_scoped_method_call): Remove unused variable `tmp'.
5108
5109 * cp-tree.h (check_dtor_name): Add prototype.
5110
5111 * init.c (expand_member_init): Remove unused variables
5112 `ptr_type_node', `parm' and `rval'.
5113
5114 * ptree.c (print_lang_type): Use HOST_WIDE_INT_PRINT_DEC specifier
5115 in call to fprintf.
5116 (lang_print_xnode): Likewise.
5117
5118 * typeck2.c (enum_name_string): Cast argument to sprintf to long
5119 and use %ld specifier.
5120
5121 * xref.c (GNU_xref_end_scope): Use HOST_WIDE_INT_PRINT_DEC
5122 specifier in call to fprintf.
5123 (GNU_xref_member): Cast argument to sprintf to int.
5124
5125 Fri Jun 19 23:22:42 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
5126
5127 * typeck2.c (pop_init_level): Warn about implicit zero initialization
5128 of struct members.
5129
5130 Thu Jun 18 09:32:32 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5131
5132 * cp-tree.h: Prototype function `check_java_method'.
5133
5134 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
5135
5136 * class.c (finish_struct): Make conflicting use of id a pedwarn.
5137 * decl.c (pushdecl_class_level): Likewise.
5138
5139 1998-06-17 Mark Mitchell <mark@markmitchell.com>
5140
5141 * pt.c (convert_nontype_argument): Issue an error when presented
5142 with an integer (real) constant that cannot be simplified to an
5143 INT_CST (REAL_CST).
5144
5145 * cp-tree.h (c_get_alias_set): Remove declaration added in
5146 1998-06-13 change that should never have been checked in.
5147
5148 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
5149
5150 * typeck.c (build_binary_op_nodefault): Change % in format strings
5151 to %%.
5152
5153 * decl.c (grokvardecl): Don't build_static_name for decls that
5154 aren't at namespace scope.
5155
5156 * init.c (perform_member_init): Catch default-initialization of
5157 references.
5158
5159 1998-06-17 Mark Mitchell <mark@markmitchell.com>
5160
5161 * errfn.c (cp_thing): Handle the `%%' formatting sequence.
5162
5163 1998-06-17 Jason Merrill <jason@yorick.cygnus.com>
5164
5165 * method.c (hack_identifier): Complain about getting a namespace
5166 or class template.
5167 * typeck.c (decay_conversion): Remove check for namespaces.
5168 * typeck2.c (incomplete_type_error): Likewise.
5169 * parse.y (template_arg): Add PTYPENAME expansion.
5170
5171 1998-06-16 Andrew MacLeod <amacleod@cygnus.com>
5172
5173 * decl.c (grokvardecl): Don't build external assembler names for
5174 TYPENAMEs in other namespaces as there is no declarator.
5175 * error.c (cp_file_of, cp_line_of): Don't extract file or line number
5176 info from DECL_CONTEXT if it is NULL.
5177
5178 1998-06-16 Jason Merrill <jason@yorick.cygnus.com>
5179
5180 * call.c (check_dtor_name): Split out.
5181 (build_scoped_method_call): Use it.
5182 (build_method_call): Use it.
5183 * init.c (build_offset_ref): Use it.
5184
5185 * typeck.c (build_static_cast): Fix handling of pointers to members.
5186
5187 * decl.c (finish_function): Just return nothing from a constructor.
5188 * typeck.c (c_expand_return): Complain about returning a void
5189 expression from a destructor.
5190
5191 1998-06-13 Mark Mitchell <mark@markmitchell.com>
5192
5193 * class.c (alter_access): Accept a BINFO explaining how to get
5194 from the entity whose accessed is being altered to the type doing
5195 the altering.
5196 (handle_using_decl): New function containing code split out from ...
5197 (finish_struct_1): Here.
5198
5199 * cp-tree.h (complete_type_or_else): Declare.
5200 * init.c (build_new_1, build_delete): Use it.
5201 * typeck.c (require_complete_type): Use complete_type, rather than
5202 expanding it inline.
5203 (complete_type_or_else): New function.
5204 (build_component_ref): Use it.
5205 (pointer_int_sum): Make sure the type pointed to is complete.
5206 (pointer_diff): Likewise.
5207
5208 * pt.c (for_each_template_parm): Traverse the TYPE_CONTEXT for
5209 types.
5210
5211 * search.c (get_matching_virtual): Note that member templates
5212 cannot override virtual functions.
5213
5214 1998-06-12 Brendan Kehoe <brendan@cygnus.com>
5215
5216 * pt.c (check_explicit_specialization): If DECLARATOR turned into
5217 an error_mark_node from lookup_template_function, return the same.
5218 (determine_specialization): Also make sure TEMPLATE_ID isn't an
5219 error_mark_node, before we try to read its operands.
5220 * decl.c (grokdeclarator): If we got an error_mark_node from
5221 check_explicit_specialization, just return it right back.
5222
5223 1998-06-12 Mark Mitchell <mark@markmitchell.com>
5224
5225 * class.c (instantiate_type): Don't treat template-ids that don't
5226 specify any template arguments as equivalent to ordinary
5227 identifiers. Use OFFSET_REF instead of SCOPE_REF to refer to
5228 pointer-to-members for member templates. Tidy slightly.
5229 * cp-tree.def (TEMPLATE_ID_EXPR): Revise documentation.
5230 * init.c (build_offset_ref): Handle template-ids like ordinary
5231 identifiers, for the most part, but store a TEMPLATE_ID_EXPR in the
5232 offset part of the OFFSET_REF.
5233 * typeck.c (build_unary_op): Change check for unknown types to
5234 look for OFFSET_REFs, not SCOPE_REFs.
5235
5236 1998-06-11 Mark Mitchell <mark@markmitchell.com>
5237
5238 * pt.c (is_member_template_class): New function.
5239 (push_template_decl_real): Use it.
5240
5241 1998-06-11 Benjamin Kosnik <bkoz@elmo.cygnus.com>
5242
5243 * friend.c (do_friend): Add support for nested classes using
5244 member functions of the enclosing class as friends.
5245
5246 1998-06-10 Mark Mitchell <mark@markmitchell.com>
5247
5248 * call.c (convert_default_arg): Make global, not static.
5249 (convert_arg_for_ellipsis): Split out from ...
5250 (build_over_call): Here.
5251 * cp-tree.h (convert_default_arg); Declare.
5252 (convert_arg_to_ellipsis): Likewise.
5253 (do_member_init): Remove.
5254 * init.c (do_member_init): Remove; this code is dead.
5255 (expand_member_init): Remove much of this code; it is dead.
5256 * typeck.c (convert_arguments): Use convert_default_arg and
5257 convert_arg_for_ellipsis, rather than duplicating here.
5258
5259 * call.c (convert_like): Don't fail silently if
5260 build_user_type_conversion fails. Always return error_mark_node
5261 for failure.
5262
5263 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
5264
5265 * search.c (covariant_return_p): Complain about ambiguous base.
5266
5267 * typeck.c (build_component_ref): Diagnose ref to nested type.
5268
5269 1998-06-10 Brendan Kehoe <brendan@cygnus.com>
5270
5271 * decl.c (grokparms): Check that INIT isn't an error_mark_node
5272 before giving error about invalid type for default arg.
5273
5274 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
5275
5276 * call.c (build_method_call): Fix thinko.
5277
5278 1998-06-10 Dave Brolley <brolley@cygnus.com>
5279
5280 * decl2.c (lang_decode_option): New argc/argv interface.
5281 * cp-tree.h (lang_decode_option): New argc/argv interface.
5282 * lang-specs.h (default_compilers): Only call cpp if -E, -M or -MM is
5283 specified for cpplib-enabled compilers.
5284 * lex.c (lang_init): Don't check_newline for cpplib.
5285 (init_parse): Don't initialize cpplib here.
5286
5287 1998-06-10 Brendan Kehoe <brendan@cygnus.com>
5288
5289 * typeck.c (build_component_ref): Make sure FIELD has a lang_specific
5290 piece before checking DECL_MUTABLE_P.
5291
5292 1998-06-10 John Carr <jfc@mit.edu>
5293
5294 * tree.c (debug_binfo): Make printf format match arguments.
5295
5296 * error.c (OB_PUTI): Make printf format match arguments.
5297
5298 1998-06-10 Jason Merrill <jason@yorick.cygnus.com>
5299
5300 * init.c (perform_member_init): Handle default-initialization.
5301
5302 * except.c (build_throw): Handle throwing NULL.
5303
5304 * typeck.c (build_x_function_call): Use resolve_offset_ref.
5305
5306 * search.c (compute_access): Only strip an anonymous union
5307 for a FIELD_DECL.
5308
5309 * call.c (add_builtin_candidates): Tweak.
5310
5311 * cvt.c (build_expr_type_conversion): Restore code for conversion
5312 from class types.
5313 * decl2.c (delete_sanity): Use it. Clean up.
5314
5315 * typeck.c (comp_ptr_ttypes_real): Fix cv-qual comparisons.
5316
5317 1998-06-10 Branko Cibej <branko.cibej@hermes.si>
5318
5319 * typeck.c (c_expand_return): Don't warn about void expressions on
5320 return statements in functions returning void.
5321
5322 1998-06-09 Mark Mitchell <mark@markmitchell.com>
5323
5324 * pt.c (fn_type_unification): Revise documentation. Tidy.
5325 (type_unification): Likewise.
5326
5327 1998-06-09 Andrew MacLeod <amacleod@cygnus.com>
5328
5329 * semantics.c (finish_try_block): Rename expand_start_catch, and delete
5330 expand_end_catch.
5331 * parse.y (function_try_block): Rename expand_start_catch, and delete
5332 expand_end_catch.
5333 * except.c (expand_end_eh_spec): Rename expand_start_catch, and delete
5334 expand_end_catch.
5335
5336 1998-06-09 Jason Merrill <jason@yorick.cygnus.com>
5337
5338 * search.c (lookup_member): New fn.
5339 * class.c (finish_struct_1): Use it.
5340 * decl.c (lookup_name_real): Use it.
5341
5342 Mon Jun 8 20:45:52 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5343
5344 * Makefile.in (decl2.o): Depend on dwarf2out.h and dwarfout.h.
5345
5346 * cp-tree.h: Add prototype for `maybe_print_template_context' and
5347 `maybe_make_one_only'.
5348
5349 * decl.c (auto_function): Remove unused variable `decl'.
5350
5351 * decl2.c: Include dwarf2out.h and dwarfout.h.
5352
5353 * lex.c: Remove redundant declarations of `set_float_handler' and
5354 `asm_out_file'.
5355
5356 1998-06-08 Andrew MacLeod <amacleod@cygnus.com>
5357
5358 * except.c (init_exception_processing): Remove NEW_EH_MODEL compile
5359 time flag. Call __cp_eh_info instead of __cp_exception_info.
5360 * exception.cc (struct cp_eh_info): Remove NEW_EH_MODEL flag.
5361 (__cp_exception_info): Return offset into cp_eh_info structure to
5362 match what use to be the start of this structure.
5363 (__cp_eh_info): New function to return a pointer to cp_eh_info struct.
5364 (__cplus_type_matcher, __cp_push_exception): Remove NEW_EH_MODEL
5365 compile time flag.
5366 (__uncatch_exception, __check_eh_spec, std::uncaught_exception): Call
5367 __cp_eh_info instead of __cp_exception_info.
5368
5369 1998-06-08 Jason Merrill <jason@yorick.cygnus.com>
5370
5371 * decl.c (cp_finish_decl): Disable inlining of extern inlines
5372 with static variables.
5373
5374 1998-06-08 Mark Mitchell <mark@markmitchell.com>
5375
5376 * init.c (build_offset_ref): Correct previous change to use build,
5377 not build_min.
5378
5379 1998-06-07 Mark Mitchell <mark@markmitchell.com>
5380
5381 * class.c (instantiate_type): Handle pointer-to-members where the
5382 member is a template.
5383 * init.c (build_offset_ref): Likewise.
5384 * typeck.c (build_unary_op): Likewise.
5385
5386 1998-06-07 Richard Henderson <rth@cygnus.com>
5387
5388 * lex.c (lang_init_options): New function.
5389 (lang_init): Remove flag_exceptions == 2 hack.
5390
5391 1998-06-05 Jason Merrill <jason@yorick.cygnus.com>
5392
5393 * search.c (envelope_add_decl): Tweak for implicit typename.
5394
5395 * call.c (joust): Also warn about confusing conversion op/constructor
5396 overload resolution.
5397
5398 * spew.c (yylex): Also return the TYPE_DECL if got_object.
5399 Don't clear got_object after '~'.
5400 * call.c (build_scoped_method_call): Tweak destructor handling.
5401 (build_method_call): Likewise.
5402 * pt.c (tsubst_copy, case METHOD_CALL_EXPR): Don't mess with
5403 TYPE_MAIN_VARIANT for destructors.
5404 * semantics.c (finish_object_call_expr): Complain about calling a
5405 TYPE_DECL.
5406
5407 1998-06-05 Per Bothner <bothner@cygnus.com>
5408
5409 * g++spec.c (lang_specific_pre_link, lang_specific_extra_ofiles):
5410 Define - update needed by gcc.c change.
5411
5412 1998-06-05 Jason Merrill <jason@yorick.cygnus.com>
5413
5414 * error.c (cp_printers): Use 'o' instead of '_' for the null entry.
5415
5416 1998-06-05 Martin v. Loewis <loewis@informatik.hu-berlin.de>
5417
5418 * cp-tree.h (DECL_NAMESPACE_ALIAS, ORIGINAL_NAMESPACE): Declare.
5419 * decl.c (lookup_name_real): Add namespaces_only parameter.
5420 If set, return only NAMESPACE_DECLs.
5421 (select_decl): Likewise.
5422 (identifier_type_value): Give additional parameter.
5423 (lookup_name_nonclass): Likewise.
5424 (lookup_name): Likewise.
5425 (find_binding): Skip namespace aliases.
5426 (binding_for_name): Likewise.
5427 (push_namespace): Check for namespace aliases.
5428 (lookup_name_namespace_only): New function.
5429 (begin_only_namespace_names, end_only_namespace_names): New functions.
5430 * decl2.c (set_decl_namespace): Skip namespace aliases.
5431 (do_using_directive): Likewise.
5432 (do_namespace_alias): Produce namespace aliases, fix alias
5433 redeclaration.
5434 * error.c (dump_decl): Support SCOPE_REF.
5435 * parse.y (extdef): Wrap lookup with namespace_only for namespace
5436 aliases and using declarations.
5437
5438 1998-06-04 Jason Merrill <jason@yorick.cygnus.com>
5439
5440 * tree.c (really_overloaded_fn): Only see through one TREE_LIST.
5441
5442 * error.c (dump_expr): Clean up NEW_EXPR case.
5443
5444 1998-06-04 Martin von Löwis <loewis@informatik.hu-berlin.de>
5445
5446 Suggested by Brendan Kehoe
5447 * decl2.c (do_toplevel_using_decl): When decl is a TYPE_DECL,
5448 treat it as using ::decl.
5449
5450 * decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.
5451
5452 * tree.c (mapcar): Support NEW_EXPR.
5453
5454 * error.c (dump_expr): Support NEW_EXPR.
5455
5456 1998-06-03 Jason Merrill <jason@yorick.cygnus.com>
5457
5458 * method.c (make_thunk): Use overload machinery to make name.
5459 * search.c (covariant_return_p): New fn.
5460 (get_matching_virtual): Use it.
5461
5462 * init.c (build_new_1): Fix check for void.
5463
5464 1998-06-01 Per Bothner <bothner@cygnus.com>
5465
5466 * cp-tree.h (TYPE_FOR_JAVA): New macro.
5467 * decl.c, cp-tree.h (java_byte_type_node, java_short_type_node,
5468 java_int_type_node, java_long_type_node, java_float_type_node,
5469 java_double_type_node, java_char_type_node, java_boolean_type_node):
5470 New "primitive" types, with predefined names __java_byte etc.
5471 (record_builtin_java_type): New function.
5472 (init_decl_processing): Make Java types with record_builtin_java_type.
5473 (pushtag, grokdeclarator): Set TYPE_FOR_JAVA if in extern "JAVA".
5474 (xref_baseypes): If base class was TYPE_FOR_JAVA, so is this class.
5475 (grokfndecl): Call check_java_method for Java classes.
5476 * method.c (is_java_type): Removed. Replaced with TYPE_FOR_JAVA.
5477 (process_overload_item): Match types against specific
5478 java_XX_type_node types, rather than using is_java_type.
5479 * class.c (finish_struct_1): Don't add default copy constructor
5480 or operator= if TYPE_FOR_JAVA.
5481 (pop_lang_conext): Restore strict_prototyp proper if Java.
5482 * decl2.c (acceptable_java_type, check_java_method): New functions.
5483 * pt.c (instantiate_class_template): Copy TYPE_FOR_JAVA from pattern.
5484 (tsubst): Move common statement after if statement.
5485 * typeck.c (comptypes): If strict, TYPE_FOR_JAVA must match.
5486
5487 1998-06-01 Jason Merrill <jason@yorick.cygnus.com>
5488
5489 * pt.c (for_each_template_parm): Use first_rtl_op.
5490
5491 * tree.c (build_cplus_array_type_1): Also check index_type for
5492 template parms.
5493
5494 1998-05-31 Jason Merrill <jason@yorick.cygnus.com>
5495
5496 * pt.c (tsubst): Always copy BINFO_BASETYPES.
5497
5498 1998-05-29 scott snyder <snyder@d0sgif.fnal.gov>
5499
5500 * tree.c (layout_basetypes): If we change TYPE_SIZE, change
5501 TYPE_SIZE_UNIT too.
5502
5503 1998-05-29 Mark Mitchell <mark@markmitchell.com>
5504
5505 * decl.c (grokdeclarator): Don't complain about in-class
5506 initialization of static consts if we don't really know the type
5507 of the variable.
5508
5509 1998-05-29 Jason Merrill <jason@yorick.cygnus.com>
5510
5511 * cp-tree.h (DECL_DESTRUCTOR_P): New macro.
5512 * method.c (build_destructor_name): New fn.
5513 * decl2.c (maybe_retrofit_in_chrg): Split out...
5514 (grokclassfn): From here. Reorganize.
5515 * decl.c (grok_ctor_properties): Make sure ctors for types with
5516 vbases have the in_chrg parm.
5517 * pt.c (instantiate_class_template): Update
5518 TYPE_USES_VIRTUAL_BASECLASSES from tsubsted bases. Don't call
5519 grok_*_properties.
5520 (tsubst): Call grok_ctor_properties and maybe_retrofit_in_chrg.
5521
5522 1998-05-28 Mark Mitchell <mark@markmitchell.com>
5523
5524 * pt.c (instantiate_decl): Make test for whether or not static
5525 variables should be instantiated early match its comment.
5526
5527 1998-05-28 Jason Merrill <jason@yorick.cygnus.com>
5528
5529 * decl.c (start_decl): Always pedwarn about vacuously redeclaring
5530 a member.
5531 (start_function): Call check_default_args.
5532 * decl2.c (grokfield): Don't call check_default_args.
5533 (check_default_args): Use cp_error_at.
5534 * lex.c (do_pending_defargs): Call check_default_args.
5535
5536 1998-05-27 Brendan Kehoe <brendan@cygnus.com>
5537
5538 * call.c (build_method_call): Make sure get_type_value returns
5539 something before we try to use its TYPE_MAIN_VARIANT.
5540 (build_scoped_method_call): Likewise.
5541
5542 1998-05-27 Jason Merrill <jason@yorick.cygnus.com>
5543
5544 * typeck2.c (digest_init): Complain about getting a TREE_LIST to
5545 initialize an array.
5546
5547 * search.c (expand_upcast_fixups): Don't set DECL_CONTEXT and
5548 DECL_VIRTUAL_P.
5549
5550 * friend.c (do_friend): Clarify template warning.
5551
5552 1998-05-27 Mark Mitchell <mark@markmitchell.com>
5553
5554 * decl.c (shadow_label): Don't treat decls as identifiers.
5555 (maybe_push_to_top_level): Clear shadowed_labels.
5556
5557 * pt.c (instantiate_decl): Reset lineno and filename after calling
5558 regenerate_decl_from_template.
5559
5560 * decl.c (grokdeclarator): Don't try to use TYPE_OBSTACK on an
5561 error_mark_node.
5562
5563 1998-05-27 Kevin Buhr <buhr@stat.wisc.edu>
5564
5565 * parse.y (base_class): Use is_aggr_type, not IS_AGGR_TYPE.
5566
5567 1998-05-26 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
5568
5569 * pt.c (process_template_parm): Accept TYPENAME_TYPE nodes.
5570 (convert_nontype_argument): Handle cases when nontype template
5571 parameters become classes after substitution.
5572
5573 1998-05-26 Mark Mitchell <mark@markmitchell.com>
5574
5575 * friend.c (is_friend): Use comptypes, rather than == to compare
5576 types. Modify for new representation of template friends.
5577 (make_friend_class): Likewise.
5578 * pt.c (tsubst_friend_class): Undo 1998-05-21 change. Tweak.
5579 (instantiate_class_template): Deal with template friends.
5580
5581 * decl.c (store_parm_decls): Remove redundant call to
5582 expand_main_function.
5583
5584 1998-05-26 Benjamin Kosnik <bkoz@loony.cygnus.com>
5585
5586 * decl.c (start_decl): Check for DECL_LANG_SPECIFIC before
5587 DECL_USE_TEMPLATE.
5588
5589 1998-05-26 Per Bothner <bothner@cygnus.com>
5590
5591 * language_as_string: Handle lang_java.
5592
5593 1998-05-26 Jason Merrill <jason@yorick.cygnus.com>
5594
5595 * decl.c (pushdecl): Don't copy the type_decl.
5596
5597 1998-05-26 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5598
5599 * class.c (pushclass): Always store TYPE_MAIN_VARIANT in
5600 current_class_type.
5601 * decl.c (grokdeclarator): Put typedefs on the type's obstack.
5602
5603 * parse.y (complex_direct_notype_declarator): Use $1 to access
5604 scope of notype_qualified_id.
5605
5606 1998-05-26 Dave Brolley <brolley@cygnus.com>
5607
5608 * lex.c (parse_options,yy_cur,yy_lim): Add for cpplib.
5609 (init_parse): Initialize cpplib interface.
5610
5611 * Makefile.in (CXX_OBJS): Make sure dependencies never end with an
5612 empty continuation.
5613
5614 1998-05-26 Mark Mitchell <mark@markmitchell.com>
5615
5616 * decl.c (pushtag): Avoid crashing on erroneous input.
5617
5618 1998-05-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5619
5620 * decl.c (push_namespace): Only produce one unique name for
5621 anonymous namespaces.
5622 (get_unique_name): Remove.
5623
5624 1998-05-25 Mark Mitchell <mark@markmitchell.com>
5625
5626 * call.c (tourney): Don't do any extra comparisons.
5627
5628 * decl2.c (build_anon_union_vars): Don't crash on empty sub-unions.
5629
5630 * cp-tree.h (processing_template_parmlist): Declare.
5631 * decl.c (pushtag): Don't call push_template_decl when we
5632 shouldn't.
5633 * pt.c (processing_template_parmlist): New variable.
5634 (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): New macro.
5635 (complete_template_args): Use it.
5636 (add_to_template_args): Likewise.
5637 (innermost_args): Likewise.
5638 (tsubst): Likewise.
5639 (begin_template_parm_list): Use processing_template_parmlist.
5640 (end_template_parm_list): Likewise.
5641
5642 * cp-tree.h (ANON_UNION_TYPE_P): New macro.
5643 * decl.c (grokdeclarator): Use it.
5644 * decl2.c (grok_x_components): Likewise.
5645 * init.c (initializing_context): Likewise.
5646 * method.c (do_build_copy_constructor): Likewise.
5647 (do_build_assign_ref): Likewise.
5648 * search.c (compute_access): Likewise.
5649 * typeck.c (build_component_ref): Likewise.
5650
5651 * decl.c (grokdeclarator): Don't give a cv-qualified version of an
5652 unnamed type a typedef name "for linkage purposes".
5653
5654 * pt.c (lookup_template_class): Don't look at
5655 IDENTIFIER_CLASS_VALUE when there's no current_class_type.
5656
5657 * method.c (build_overload_int): Handle error cases gracefully.
5658
5659 * pt.c (instantiate_decl): Handle static member variables
5660 correctly.
5661
5662 * pt.c (tsubst): Use the tsubst'd type when producing new
5663 TEMPLATE_PARM_INDEX nodes.
5664
5665 1998-05-24 Mark Mitchell <mark@markmitchell.com>
5666
5667 * tree.c (cp_tree_equal): Handle pointers to member functions.
5668
5669 * call.c (maybe_handle_implicit_object): Handle QUAL_CONVs. Make
5670 sure the type of the REF_BIND is a reference type.
5671 (maybe_handle_ref_bind, compare_ics): Rename reference_type to
5672 target_type for clarity.
5673
5674 * parse.y (xcond): Move call to condition_conversion ...
5675 * semantics.c (finish_for_cond): Here.
5676 * parse.c: Regenerated.
5677
5678 1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
5679
5680 * decl.c (push_namespace): Namespaces have type void.
5681 * typeck2.c (incomplete_type_error): Complain about namespace
5682 used as expression.
5683 * typeck.c (decay_conversion): Likewise.
5684
5685 1998-05-24 Martin von Löwis <loewis@informatik.hu-berlin.de>
5686
5687 * error.c (dump_expr): Support namespaces.
5688
5689 1998-05-23 Jason Merrill <jason@yorick.cygnus.com>
5690
5691 * cp-tree.def: Add SRCLOC.
5692 * cp-tree.h: Add struct tree_srcloc and accessor macros.
5693 * tree.c (build_srcloc, build_srcloc_here): New fns.
5694 * pt.c (add_pending_template): Use build_srcloc_here.
5695 (push_tinst_level): Update last_template_error_tick before erroring.
5696 (instantiate_decl): Restore lineno and input_filename before
5697 calling add_pending_template.
5698 * decl2.c (finish_file): Set up lineno and input_filename for
5699 pending templates.
5700
5701 1998-05-22 Jason Merrill <jason@yorick.cygnus.com>
5702
5703 * decl.c (lang_print_error_function): New fn.
5704 (init_decl_processing): Set print_error_function to use it.
5705 * errfn.c (cp_thing): Don't call maybe_print_template_context here.
5706
5707 * call.c (maybe_handle_ref_bind): Propagate ICS_USER_FLAG and
5708 ICS_BAD_FLAG.
5709
5710 * cvt.c (ocp_convert): Don't set LOOKUP_NO_CONVERSION for
5711 copy-initialization.
5712
5713 * class.c (build_vtable_entry): Use int_fits_type_p.
5714 (build_vtable): Pass a signed offset to build_vtable_entry.
5715 (prepare_fresh_vtable, modify_one_vtable, fixup_vtable_deltas1,
5716 set_rtti_entry): Likewise.
5717
5718 1998-05-22 Per Bothner <bothner@cygnus.com>
5719
5720 * cp-tree.h: Add comments documenting which LANG_FLAGS are used.
5721 (C_TYPE_VARIABLE_SIZE, C_DECL_VARIABLE_SIZE): Removed, not used.
5722
5723 1998-05-22 Jason Merrill <jason@yorick.cygnus.com>
5724
5725 * pt.c (print_template_context): Use fprintf instead of cp_error.
5726
5727 * pt.c (determine_specialization): Just return an error_mark_node.
5728 Also print the decl we want in error messages. If we complain,
5729 return error_mark_node.
5730 (tsubst_friend_function): Set lineno and input_filename so
5731 error messages will be useful.
5732 (instantiate_template): Just return an error_mark_node.
5733 (check_explicit_specialization): Don't mess with a returned
5734 error_mark_node.
5735
5736 * pt.c (print_template_context): Add new argument.
5737 (maybe_print_template_context): New fn.
5738 (push_tinst_level): Increment tinst_level_tick.
5739 (pop_tinst_level): Likewise.
5740 * errfn.c (cp_thing): Call maybe_print_template_context. Use
5741 xrealloc instead of xmalloc.
5742
5743 * typeck.c (build_unary_op, CONVERT_EXPR): Propagate TREE_CONSTANT.
5744
5745 1998-05-21 Jason Merrill <jason@yorick.cygnus.com>
5746
5747 * pt.c (tsubst_friend_class): Don't call redeclare_class_template
5748 if the template we looked up is the same as the one we already
5749 have.
5750
5751 Thu May 21 11:54:44 1998 Dave Brolley <brolley@cygnus.com>
5752
5753 * lex.c: (handle_sysv_pragma): FILE* parameter not used.
5754 (cpp_reader,parse_in): Add for cpplib.
5755 (check_newline): Call handle_sysv_pragma with new interface.
5756 (check_newline): Call GET_DIRECTIVE_LINE, not get_directive_line.
5757
5758 * input.c: (yy_cur,yy_lim,yy_get_token,GETC): Add for cpplib.
5759 (sub_getch): Call GETC for cpplib.
5760
5761 * cp-tree.h: (get_directive_line): Different prototype for cpplib.
5762 (GET_DIRECTIVE_LINE): Macro wrapper for get_directive_line.
5763
5764 * Makefile.in (CXX_OBJS): Add @extra_cxx_objs@ for cpplib.
5765
5766 1998-05-21 Jason Merrill <jason@yorick.cygnus.com>
5767
5768 * decl2.c (maybe_make_one_only): New fn.
5769 (import_export_vtable): Use it.
5770 (import_export_decl): Likewise.
5771 * pt.c (mark_decl_instantiated): Likewise.
5772
5773 1998-05-21 Mark Mitchell <mmitchell@usa.net>
5774
5775 * decl2.c (find_representative_member): Rename to ...
5776 (build_anon_union_vars): New function.
5777 (finish_anon_union): Fix stupidity of previous change.
5778
5779 1998-05-20 Jason Merrill <jason@yorick.cygnus.com>
5780
5781 * decl.c (grokfndecl): Handle definition of specialization in
5782 friend declaration.
5783
5784 * error.c (dump_decl): Fix LOOKUP_EXPR handling.
5785
5786 1998-05-20 Mark Mitchell <mmitchell@usa.net>
5787
5788 * class.c (delete_duplicate_fields_1): Use DECL_DECLARES_TYPE_P
5789 to look for type declarations.
5790 (finish_struct): Deal with templates on the CLASSTYPE_TAGS list.
5791 * cp-tree.h (DECL_DECLARES_TYPE_P): New macro.
5792 (finish_member_class_template): Declare.
5793 * decl.c (pushtag): Put member class templates on the
5794 CLASSTYPE_TAGS list, just as for ordinary member classes.
5795 (pushdecl_class_level): Use DECL_DECLARES_TYPE_P.
5796 (lookup_tag): Look for IDENTIFIER_CLASS_VALUEs, just as with
5797 IDENTIFIER_NAMESPACE_VALUEs.
5798 * parse.y (component_decl): Move code to ...
5799 * semantics.c (finish_member_class_template): New function.
5800 Don't put member class templates on the list of components for a
5801 class.
5802 * parse.c: Regenerated.
5803 * pt.c (classtype_mangled_name): Don't try DECL_CONTEXT on types.
5804 In fact, don't use DECL_CONTEXT at all here.
5805
5806 1998-05-20 Martin von Loewis <loewis@informatik.hu-berlin.de>
5807
5808 * decl.c (record_unknown_type): New function.
5809 (init_decl_processing): Call it for the unknown and global type
5810 nodes.
5811
5812 1998-05-20 Mark Mitchell <mmitchell@usa.net>
5813
5814 * decl2.c (find_representative_member): New function.
5815 (finish_anon_union): Use it.
5816
5817 * cp-tree.h (MAIN_NAME_P): New macro.
5818 (DECL_MAIN_P): Likwise.
5819 * decl.c (pushdecl): Avoid crashing on redefinitions of `main'.
5820 (grokfndecl): Use the new macros.
5821 (grokdeclarator): Likewise.
5822 (start_function): Likewise.
5823 (store_parm_decls): Likewise.
5824 (finsh_function): Likewise.
5825 * friend.c (do_friend): Likewise.
5826 * typeck.c (build_function_call_real): Likewise.
5827 (build_unary_op): Likewise.
5828
5829 Wed May 20 02:16:01 1998 Jason Merrill <jason@yorick.cygnus.com>
5830
5831 * decl2.c (start_objects, finish_objects, do_dtors,
5832 do_ctors): Split out from...
5833 (finish_file): ...here.
5834
5835 Tue May 19 20:36:23 1998 Jason Merrill <jason@yorick.cygnus.com>
5836
5837 * tree.c (is_overloaded_fn): Don't abort on placeholders from
5838 push_class_decls.
5839
5840 Tue May 19 15:16:22 1998 Brendan Kehoe <brendan@cygnus.com>
5841
5842 * class.c (is_empty_class): Return 0 if TYPE is an error_mark_node.
5843
5844 * error.c (dump_expr): Handle an ARROW_EXPR.
5845
5846 Tue May 19 15:13:39 1998 Mark Mitchell <mmitchell@usa.net>
5847
5848 * decl.c (saveable_obstack): Declare.
5849 (pushdecl): Copy TYPE_DECLs to the same obstack as the type they
5850 declare, if necessary.
5851
5852 Tue May 19 14:50:27 1998 Mark Mitchell <mmitchell@usa.net>
5853
5854 * call.c (compare_qual): Remove.
5855 (is_subseq): Tweak.
5856 (is_properly_derived_from): New function.
5857 (maybe_handle_ref_bind): Likewise.
5858 (maybe_handle_implicit_object): Likewise.
5859 (compare_ics): Modify substantially to bring into conformance with
5860 the standard.
5861 * cp-tree.h (TYPE_PTRMEMFUNC_OBJECT_TYPE): New macro.
5862 (comp_cv_qualification): Declare.
5863 (comp_cv_qual_signature): Likewise.
5864 * typeck.c (comp_cv_qualification): Likewise.
5865 (comp_cv_qual_signature): Likewise.
5866
5867 Tue May 19 10:05:02 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5868
5869 * Makefile.in (parse.o): Depend on toplev.h.
5870
5871 * class.c (typecode_p): Remove prototype and definition.
5872
5873 * cp-tree.h (currently_open_class, is_empty_class, member_p):
5874 Add prototype.
5875
5876 * decl.c (push_overloaded_decl_top_level): Remove prototype and
5877 definition.
5878
5879 * errfn.c (cp_error): Cast function pointer `error' to (errorfn *)
5880 in call to `cp_thing'.
5881 (cp_warning): Likewise for function pointer `warning'.
5882
5883 * except.c (do_function_call): Remove prototype and definition.
5884 (call_eh_info): Wrap variable `t1' in macro NEW_EH_MODEL.
5885
5886 * method.c (is_java_type): Add prototype and make it static.
5887
5888 * parse.y: Include toplev.h.
5889
5890 * pt.c (type_unification): Remove unused variable `arg'.
5891 (instantiate_decl): Likewise for `save_ti'.
5892
5893 * tree.c (propagate_binfo_offsets): Likewise for `base_binfos'.
5894
5895 Tue May 19 02:43:25 1998 Jason Merrill <jason@yorick.cygnus.com>
5896
5897 * init.c (build_member_call): Handle template_ids.
5898 * parse.y (primary): Add global_scope template_id.
5899
5900 Mon May 18 23:22:52 1998 Jason Merrill <jason@yorick.cygnus.com>
5901
5902 * decl2.c (get_sentry): Use end_temporary_allocation.
5903 Don't declare permanent_obstack.
5904
5905 Mon May 18 12:28:44 1998 Mark Mitchell <mmitchell@usa.net>
5906
5907 * parse.y (.finish_new_placement): New non-terminal.
5908 (unary_expr, new_type_id): Use it.
5909 * parse.c: Regenerated.
5910
5911 Mon May 18 12:20:27 1998 Brendan Kehoe <brendan@cygnus.com>
5912
5913 * pt.c (redeclare_class_template): Say where the original definition
5914 of the template-parameter's default argument appeared.
5915
5916 Mon May 18 03:00:57 1998 Jason Merrill <jason@yorick.cygnus.com>
5917
5918 * call.c (build_over_call): Tweak empty class handling.
5919
5920 * decl.c (make_typename_type): Use currently_open_class.
5921
5922 * class.c (instantiate_type): Don't abort on TREE_NONLOCAL_FLAG.
5923
5924 Mon May 18 01:43:01 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
5925
5926 * decl.c (lookup_name_real): Don't look at IDENTIFIER_LOCAL_VALUE
5927 for a type unless it is one.
5928
5929 * class.c (finish_struct_1): Use OVL_CURRENT in error message.
5930
5931 Mon May 18 01:24:08 1998 Jeffrey A Law (law@cygnus.com)
5932
5933 * Makefile.in (program_transform_name, objdir): Define.
5934
5935 * Makefile.in (BISON): Use bison from the build tree if it exists.
5936 (FLEX): Likewise.
5937
5938 Sun May 17 14:52:08 1998 Martin v. Loewis <loewis@informatik.hu-berlin.de>
5939
5940 * typeck.c (type_unknown_p): Return true for TREE_LIST also.
5941
5942 * call.c (build_method_call): Use TYPE_MAIN_VARIANT on typedefs.
5943
5944 Sun May 17 14:51:41 1998 Jason Merrill <jason@yorick.cygnus.com>
5945
5946 * call.c (build_scoped_method_call): Likewise.
5947
5948 Sun May 17 13:53:48 1998 Mark Mitchell <mmitchell@usa.net>
5949
5950 * init.c (build_new_1): Call suspend_momentary around the creation
5951 of values that must be saved for exception handling.
5952 * parse.y (.build_new_placement): New non-terminal.
5953 (unary_expr, new_placement): Use it.
5954 * parse.c: Regenerated.
5955
5956 Sun May 17 12:32:08 1998 Jason Merrill <jason@yorick.cygnus.com>
5957
5958 * decl.c (duplicate_decls): Use CANONICAL_TYPE_VARIANT to compare
5959 old and new types.
5960
5961 * pt.c (tsubst): Make sure that BINFO_TYPE of new binfos is the
5962 canonical type.
5963
5964 * call.c (build_over_call): Don't use IS_SIGNATURE on a namespace.
5965
5966 Fri May 15 20:28:00 1998 Jason Merrill <jason@yorick.cygnus.com>
5967
5968 * decl.c (start_decl): Revert problem change.
5969
5970 * Makefile.in (CONFLICTS): Fix.
5971
5972 Fri May 15 15:34:02 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
5973
5974 * decl.c (duplicate_decls): Clean up, add DECL_DATA_AREA bits.
5975
5976 Fri May 15 00:46:05 1998 Jason Merrill <jason@yorick.cygnus.com>
5977
5978 * class.c (finish_struct_1): Use BINFO_SIZE.
5979
5980 * decl.c (start_decl): Use 'tem'.
5981
5982 Thu May 14 16:30:47 1998 Andrew MacLeod <amacleod@cygnus.com>
5983
5984 * exception.cc: Include eh-common.h.
5985 (struct cp_eh_info): Add eh_info struct with NEW_EH_MODEL.
5986 (__cplus_type_matcher): First stab at new C++ runtime type matcher.
5987 (__cp_push_exception): Initialize eh_info struct as well.
5988 * except.c: Remove local structs and include eh-common.h.
5989 (init_exception_processing): Set language and version codes.
5990 (call_eh_info): Add presence of eh_info to runtime description of
5991 struct cp_eh_info.
5992 (expand_end_eh_spec): Call start_catch_block() and end_catch_block().
5993 * semantics.c (finish_try_block): Call start_catch_block() and
5994 end_catch_block().
5995 * parse.y (function_try_block): Call start_catch_block() and
5996 end_catch_block().
5997
5998 Thu May 14 12:27:34 1998 Brendan Kehoe <brendan@cygnus.com>
5999
6000 * typeck.c (original_type): New function.
6001 (common_type): Use it to get the DECL_ORIGINAL_TYPE for T1 and T2,
6002 to see if they're actually the same.
6003 * cp-tree.h (original_type): Declare.
6004
6005 Wed May 13 12:54:30 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6006
6007 * Makefile.in (lex.o): Depend on output.h.
6008
6009 * call.c (add_function_candidate): Remove unused variable `cand'.
6010 (add_conv_candidate): Likewise.
6011 (build_builtin_candidate): Likewise.
6012
6013 * cp-tree.h: Add prototype for `types_overlap_p'.
6014
6015 * decl.c (signal_catch): Mark parameter `sig' with ATTRIBUTE_UNUSED.
6016
6017 * decl2.c (merge_functions): Remove unused variables `tmp' and
6018 `tempn'.
6019
6020 * error.c (expr_as_string): Mark parameter `v' with ATTRIBUTE_UNUSED.
6021 (code_as_string): Likewise.
6022 (language_as_string): Likewise.
6023 (parm_as_string): Likewise.
6024 (op_as_string): Likewise.
6025 (assop_as_string): Likewise.
6026 (cv_as_string): Likewise.
6027
6028 * lex.c: Include output.h.
6029
6030 * pt.c (type_unification): Cast first argument of `bzero' to a char*.
6031
6032 * search.c (dfs_no_overlap_yet): Mark parameter `t' with
6033 ATTRIBUTE_UNUSED.
6034
6035 * tinfo.cc (__class_type_info::dcast): Change the type of variable
6036 `i' from int to size_t.
6037
6038 * typeck.c (language_lvalue_valid): Mark parameter `exp' with
6039 ATTRIBUTE_UNUSED.
6040
6041 Tue May 12 21:37:49 1998 Jason Merrill <jason@yorick.cygnus.com>
6042
6043 * error.c (dump_simple_decl): Use DECL_CLASS_SCOPE_P and/or
6044 DECL_NAMESPACE_SCOPE_P.
6045 (lang_decl_name): Likewise.
6046 * pt.c (tsubst_friend_function, tsubst): Likewise.
6047 * decl.c (pushdecl, redeclaration_error_message, start_decl,
6048 cp_finish_decl, start_function): Likewise.
6049 * class.c (finish_struct_1): Likewise.
6050 * call.c (build_over_call): Likewise.
6051 (compare_ics): Use DERIVED_FROM_P.
6052
6053 Tue May 12 07:24:18 1998 Mark Mitchell <mmitchell@usa.net>
6054
6055 * cp-tree.h (CANONICAL_TYPE_VARIANT): New macro.
6056 * method.c (build_mangled_name): Use it.
6057 (build_decl_overload_real): Likewise.
6058
6059 * error.c (dump_simple_decl): New function, broken out from ...
6060 (dump_decl): Use it.
6061
6062 Mon May 11 11:38:07 1998 Mark Mitchell <mmitchell@usa.net>
6063
6064 * ptree.c (lang_print_xnode): Add missing `break'.
6065
6066 * pt.c (tsubst): Remove duplicate check for IDENTIFIER_NODE.
6067
6068 * call.c (add_template_candidate): Adjust for changes to
6069 fn_type_unification.
6070 (add_template_candidate_real): Likewise.
6071 (add_template_conv_candidate): Likewise.
6072 (build_user_type_conversion_1): Likewise.
6073 (build_new_function_call): Likewise.
6074 (build_object_call): Likewise.
6075 (build_new_op): Likewise.
6076 (build_new_method_call): Likewise.
6077 * class.c (instantiate_type): Likewise.
6078 * cp-tree.h (unification_kind_t): New type.
6079 (fn_type_unification): Adjust prototype.
6080 (type_unificaiton): Likewise.
6081 * pt.c (UNIFY_ALLOW_NONE): New macro.
6082 (UNIFY_ALLOW_MORE_CV_QUAL): Likewise.
6083 (UNIFY_ALLOW_LESS_CV_QUAL): Likewise.
6084 (UNIFY_ALLOW_DERIVED): Likewise.
6085 (unify): Change prototype.
6086 (maybe_adjust_types_for_deduction): New function.
6087 (check_cv_quals_for_unify): Likewise.
6088 (determine_specialization): Adjust.
6089 (fn_type_unification): Likewise.
6090 (type_unification): Likewise.
6091 (type_unification_real): Likewise. Use
6092 maybe_adjust_types_for_deduction. Fix mishandling of
6093 back-unification of template functions passed as arguments. Pass
6094 appropriate combination of UNIFY_ALLOW_* to unify.
6095 (unify): Remove unused NTPARMS parameter. Use
6096 check_cv_quals_for_unify. Remove bogus code that allowed
6097 too-generous unification in order to adhere more closely to standard.
6098 (get_bindings_real): Adjust.
6099 (get_class_bindings): Likewise.
6100
6101 * method.c (build_overload_identifier): Only use the innermost
6102 template arguments when mangling.
6103 * pt.c (tsubst_template_argument_vector): New function.
6104 (complete_template_args): Deal with the situation where the
6105 extra_args contain more than one level of arguments.
6106 (lookup_template_class): Deal with member template classes, which
6107 may have more than one level of arguments.
6108 (tsubst): Don't tsbust into the TREE_TYPE of an IDENTIFIER_NODE.
6109 Improve handling of member template classes. Use
6110 DECL_PRIMARY_TEMPLATE instead of inline expansion. Use
6111 tsubst_template_argument_vector where appropriate.
6112 (regenerate_decl_from_template): Break out from ...
6113 (instantiate_decl): Here.
6114
6115 * lex.c (yyprint): Remove TYPENAME_ELLIPSIS.
6116 * parse.h: Regenerated.
6117 * parse.c: Really regenerated.
6118
6119 * cp-tree.h (finish_unary_op_expr): New function.
6120 (finish_id_expr): Likewise.
6121 (begin_new_placement): Likewise.
6122 (finish_new_placement): Likewise.
6123 (finish_declarator): Likewise.
6124 (finish_translation_unit): Likewise.
6125 (finish_parmlist): Likewise.
6126 (begin_class_definition): Likewise.
6127 (finish_class_definition): Likewise.
6128 (finish_default_args): Likewise.
6129 (finish_inline_definitions): Likewise.
6130 * parse.y (GCC_ASM_KEYWORD): Remove.
6131 (TYPENAME_ELLIPSIS): Likewise.
6132 * parse.c: Regenerated.
6133 Use new functions in semantics.c in the actions for many rules.
6134 * gxx.gperf (GCC_ASM_KEYWORD): Just use ASM_KEYWORD.
6135 * hash.h: Regenerated.
6136 * semantics.c (finish_expr_stmt): Allow NULL expr.
6137 (finish_unary_op_expr): New function, containing
6138 code previously in parse.y.
6139 (finish_id_expr): Likewise.
6140 (begin_new_placement): Likewise.
6141 (finish_new_placement): Likewise.
6142 (finish_declarator): Likewise.
6143 (finish_translation_unit): Likewise.
6144 (finish_parmlist): Likewise.
6145 (begin_class_definition): Likewise.
6146 (finish_class_definition): Likewise.
6147 (finish_default_args): Likewise.
6148 (finish_inline_definitions): Likewise.
6149
6150 Sun May 10 23:43:13 1998 Mark Mitchell <mmitchell@usa.net>
6151
6152 * typeck.c (build_c_cast): Don't decay arrays and functions to
6153 pointer type when converting to a class type.
6154
6155 Sun May 10 22:53:56 1998 Jason Merrill <jason@yorick.cygnus.com>
6156
6157 * cp-tree.h (DECL_NAMESPACE_SCOPE_P): New macro.
6158 (DECL_CLASS_SCOPE_P): Likewise.
6159
6160 Sun May 10 22:48:22 1998 H.J. Lu (hjl@gnu.org)
6161
6162 * class.c (finish_struct_1): Use OVL_CURRENT on TREE_VEC_ELT.
6163 * decl2.c (constructor_name_full): Likewise.
6164
6165 Sun May 10 22:48:12 1998 Mike Stump <mrs@wrs.com>
6166
6167 * tree.c (mapcar): Add OVERLOAD support.
6168
6169 * init.c (resolve_offset_ref): We must use basetype_path before we
6170 destroy it with a call to convert_pointer_to.
6171
6172 Sat May 9 14:44:37 1998 Jason Merrill <jason@yorick.cygnus.com>
6173
6174 * class.c (currently_open_class): New fn.
6175 * decl.c (lookup_name_real): Use it.
6176 * search.c (lookup_field): Likewise.
6177
6178 Fri May 8 23:32:42 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
6179
6180 * cp-tree.def (OVERLOAD): New node.
6181 * cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE,
6182 SET_IDENTIFIER_NAMESPACE_VALUE): Define.
6183 (NAMESPACE_BINDING): Remove.
6184 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_NAMESPACE_VALUE): Use
6185 namespace_binding.
6186 (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED):
6187 Define.
6188 (tree_overload): New struct.
6189 (IDENTIFIER_TYPE_VALUE): Use identifier_type_value.
6190 (REAL_IDENTIFIER_TYPE_VALUE): Define.
6191 (IDENTIFIER_HAS_TYPE_VALUE): Use IDENTIFIER_TYPE_VALUE.
6192 (lang_decl_flags): Remove in_namespace.
6193 (lang_decl): Remove chain.
6194 (DECL_CHAIN, DECL_NAMESPACE): Remove.
6195 (flag_honor_std): Declare extern.
6196 (identifier_type_value, pushdecl_namespace_level, push_using_decl,
6197 namespace_binding, set_namespace_binding,
6198 lookup_function_nonclass, cat_namespace_levels,
6199 set_decl_namespace, lookup_arg_dependent, binding_init, ovl_cons,
6200 scratch_ovl_cons, ovl_member, build_overload): Declare.
6201 (decl_list_length, get_namespace_id, current_namespace_id,
6202 overloaded_globals_p): Remove.
6203 (lookup_using_namespace, qualified_lookup_using_namespace): Change
6204 return type.
6205 (push_scratch_obstack): New macro.
6206 * call.c (add_function_candidate): Special-case type of OVERLOAD node.
6207 (build_user_conversions_1): Iterate using OVL_NEXT for ctors,
6208 convs, fns.
6209 (build_new_function_call): Iterate using OVL_CHAIN.
6210 Print DECL_NAME in when reporting ambiguities.
6211 (build_object_call): Iterate using OVL_NEXT for fns, convs.
6212 (build_new_op): Call lookup_function_nonclass.
6213 Iterate using OVL_NEXT.
6214 (build_op_delete_call): Change detection of members.
6215 Do not wrap TREE_LIST around fields and single global functions.
6216 (build_over_call): Don't push a class level if the context is a
6217 namespace.
6218 (build_new_method_call): Iterate using OVL_NEXT.
6219 * class.c (add_method): Chain overloaded members using
6220 build_overload. Remove copying of method.
6221 (grow_method): When iterating through the obstack, expect OVERLOAD
6222 nodes. Chain overload members.
6223 (finish_struct_methods): Chain overload members. Unpack OVERLOAD
6224 nodes in call to get_baselinks.
6225 (duplicate_tag_error): Expect OVERLOAD nodes when unchaining.
6226 (finish_struct_1): Iterate over ctor using OVL_NEXT. Handle
6227 fdecls that are OVERLOAD nodes.
6228 (validate_lhs): New function.
6229 (instantiate_type): Do not copy OVERLOAD nodes. Remove dead
6230 code. Use DECL_NAME in error messages. Split code between global
6231 and member function processing.
6232 * decl.c (global_type_node): New static variable.
6233 (in_std): New global.
6234 (struct binding_level): New field usings.
6235 (resume_binding_level): Assert that we are not in a class.
6236 (toplevel_bindings_p): Just check for namespace_p or
6237 pseudo_global.
6238 (resume_level): Remove.
6239 (find_binding): New function.
6240 (binding_for_name): Call it.
6241 (namespace_binding, set_namespace_binding): New functions.
6242 (push_namespace): Associate binding level with new namespace,
6243 resume_binding_level for existing namespace. Remove old code.
6244 Fake std by counting.
6245 (store_bindings): Use REAL_IDENTIFIER_TYPE_VALUE.
6246 (maybe_push_to_top_level): Save current namespace.
6247 (pop_from_top_level): Restore saved namespace.
6248 (pop_namespace): Call suspend_binding_level. Remove old code.
6249 (cat_namespace_levels): New function.
6250 (set_identifier_type_value_with_scope): For namespace bindings,
6251 set BINDING_TYPE, and use global_type_node.
6252 Use REAL_IDENTIFIER_TYPE_VALUE otherwise.
6253 (identifier_type_value): New function.
6254 (pushtag): If no context, use current_namespace.
6255 (duplicate_decls): Don't process DECL_CHAIN.
6256 (pushdecl): Set DECL_CONTEXT to current_namespace, if it is not
6257 already set. Never reset it to NULL_TREE. Lookup global variables
6258 in their namespace. Push overloaded templates if they are on
6259 namespace level.
6260 (pushdecl_namespace_level): New function.
6261 (pushdecl_top_level): Implement using pushdecl_namespace_level.
6262 (pushdecl_using_decl): New function.
6263 (overloaded_globals_p): Remove.
6264 (push_overloaded_decl): Create OVERLOAD nodes, and iterate through
6265 them. Use namespace_binding and set_namespace_value.
6266 (redeclaration_error_message): Complain if the declarations come
6267 from different namespaces.
6268 (lookup_tag): On namespace level, look in the BINDING_TYPE.
6269 (lookup_namespace_name): Pass tree_bindings from stack. Remove
6270 old code.
6271 (select_decl): New function.
6272 (lookup_name_real): Call it for qualified and unqualified lookup.
6273 Pass tree_bindings from the stack.
6274 If prefer_type is 1, also accept namespaces.
6275 (lookup_function_nonclass): New function.
6276 (init_decl_processing): Set the binding level of the global
6277 namespace to global_binding_level.
6278 Build a proper type list for __builtin_apply.
6279 Initialize std_node to "fake std" if flag_honor_std is set.
6280 Initialize global_type_node.
6281 Allocated bad_alloc in namespace std if flag_honor_std.
6282 (define_function): Set the DECL_CONTEXT to the current_namespace.
6283 (start_decl): A namespace is not considered as a context here. If
6284 the DECL_CONTEXT is a namespace, push the decl.
6285 (cp_finish_decl): Check for namespaces used as initializers.
6286 (grokfndecl): Add namespace parameter. Remove processing of
6287 DECL_CHAIN.
6288 (grokvardecl): Add namespace parameter.
6289 (grokdeclarator): Process SCOPEs that are namespaces. For
6290 mangling, temporarily set the DECL_CONTEXT on anonymous structs.
6291 (start_function): Check for contexts that are namespaces.
6292 Set context for declarations that have not been pushed.
6293 (store_parm_decls): Check for ::main only.
6294 (finish_function): Likewise.
6295 (start_method): Check for contexts that are namespaces.
6296 (start_method): Remove DECL_CHAIN processing.
6297 * decl2.c (flag_honor_std): Declare.
6298 (lang_decode_option): Set it if -fhonor-std or -fnew-abi is given.
6299 (decl_namespace_list): New static global.
6300 (grok_x_components): Ignore namespaces as type contexts.
6301 (check_classfn): Expect OVERLOAD nodes.
6302 (grokfield): Remove DECL_CHAIN processing.
6303 (finish_file): Call cat_namespace_levels.
6304 (merge_functions): New function.
6305 (ambiguous_decl): Rewrite.
6306 (lookup_using_namespace): Produce tree_bindings.
6307 (qualified_lookup_using_namespace): Likewise.
6308 (set_decl_namespace, decl_namespace, current_decl_namespace,
6309 push_decl_namespace, pop_decl_namespace): New functions.
6310 (arg_lookup): New struct.
6311 (add_function, arg_assoc_namespace, arg_assoc_class,
6312 arg_assoc_type, arg_assoc_args, arg_assoc, lookup_arg_dependent):
6313 New functions.
6314 (get_namespace_id, current_namespace_id): Remove.
6315 (do_toplevel_using_decl): Rewrite.
6316 (do_class_using_decl): Complain about namespace qualifiers.
6317 (do_using_directive): Sorry if not on namespace level. Complain
6318 about unknown namespaces.
6319 * error.c (dump_aggr_type): Check for namespace contexts.
6320 * except.c (init_exception_processing): Push terminate into std.
6321 * friend.c (is_friend): A namespace is not a context, here.
6322 * init.c (expand_member_init): Remove DECL_CHAIN processing.
6323 (build_offset_ref): Process OVERLOAD nodes.
6324 * lang-specs.h (__HONOR_STD): Define if -fnew-abi or -fhonor-std.
6325 * lex.c (identifier_type): Loop using OVL_CHAIN.
6326 (see_typename): Set looking_for_typename to 2.
6327 (real_yylex): Likewise.
6328 (do_identifier): Expect OVERLOAD nodes instead of TREE_LISTs.
6329 (do_scoped_id): Expect OVERLOAD nodes.
6330 Change calling convention for qualified_lookup_using_namespace.
6331 (build_lang_decl): Don't set in_namespace anymore.
6332 * method.c (typevec_size): New global.
6333 (build_overload_nested_name): Return if global_namespace.
6334 Otherwise, always expect a declaration context.
6335 (build_qualified_name): Likewise.
6336 Make sure we don't write beyond typevec_size.
6337 (build_decl_overload_real): Likewise.
6338 Allocate one extra slot for the namespace.
6339 (hack_identifier): Mark code dead.
6340 Process OVERLOAD and NAMESPACE_DECL nodes.
6341 * parse.y (program): Pop namespaces until in global namespace.
6342 (extdef): In a using-declaration, don't discard the identifier if
6343 there is no declaration.
6344 (left_curly): Ignore type contexts which are namespaces.
6345 (typename_sub2): Use IDENTIFIER_TYPE_VALUE to retrieve the type
6346 used as scope.
6347 * pt.c (template_class_depth): Expect types to be namespaces.
6348 (determine_specialization): Simplify by expecting OVERLOAD nodes.
6349 (push_template_decl): Push into namespace level.
6350 Reset ctx if it is a namespace.
6351 Set DECL_CONTEXT to current_namespace if not set already.
6352 Ignore real contexts that are namespaces.
6353 (mangle_class_name_for_template): Skip global_namespace.
6354 Mangle other namespaces as declarations.
6355 (lookup_template_function): Set type of OVERLOAD nodes to unknown.
6356 (lookup_template_class): Push into namespace of context.
6357 If the context is a namespace, set it to global_namespace.
6358 Use id_context for mangling.
6359 (for_each_template_parm): Handle OVERLOAD and NAMESPACE_DECL nodes.
6360 (tsubst_friend_function): Ignore namespace contexts.
6361 Push into namespace level.
6362 (tsubst): Handle NAMESPACE_DECL nodes.
6363 Remove DECL_CHAIN processing.
6364 (type_unification_real): Recognize OVERLOAD instead of TREE_LIST nodes.
6365 * ptree.c (print_lang_identifier): Print bindings.
6366 (lang_print_xnode): Print OVERLOAD nodes.
6367 * rtti.c (init_rtti_processing): Push type_info into std.
6368 * search.c (lookup_fnfields_here): Expect OVERLOAD nodes.
6369 (lookup_fnfields_1, get_virtuals_named_this, get_matching_virtual,
6370 dfs_debug_mark, dfs_pushdecls, dfs_compress_decls, add_conversions,
6371 lookup_fnfields_here): Likewise.
6372 Process all nodes, instead of going through TREE_CHAIN.
6373 * sig.c (build_signature_pointer_or_reference_type): Set context
6374 to global_namespace.
6375 (build_signature_table_constructor): Expect OVERLOAD nodes.
6376 * spew.c (yylex): Save old setting of looking_for_typename.
6377 * tree.c (decl_list_length): Remove.
6378 (binding_init): New function.
6379 (count_functions): Rewrite.
6380 (is_overloaded_fn): Expect OVERLOAD nodes.
6381 (really_overloaded_fn, get_first_fn, lvalue_type): Likewise.
6382 (ovl_cons, scratch_ovl_cons, build_overload, build_overload_after,
6383 ovl_member): New functions.
6384 * typeck.c (require_complete_type): Expect OVERLOAD nodes.
6385 (type_unknown_p): Likewise.
6386 (require_instantiated_type): Likewise.
6387 (build_component_ref): Declare code dead.
6388 (build_x_function_call): Create and expect OVERLOAD nodes.
6389 (build_function_call_real): Check for ::main only.
6390 (build_unary_op): Likewise. Expect OVERLOAD nodes.
6391 (convert_for_assignment): Check for TREE_LIST before accessing
6392 TREE_VALUE.
6393 * decl.c (duplicate_decls): Check for namespace bindings instead
6394 of global bindings.
6395 (pushdecl, push_overloaded_decl, lookup_tag, lookup_name_real,
6396 lookup_name_current_level, start_decl, xref_tag,
6397 finish_enum): Likewise.
6398 * init.c (build_offset_ref): Likewise.
6399 * search.c (lookup_field): Likewise.
6400 (lookup_fnfields): Likewise.
6401 (dfs_debug_mark): Likewise.
6402 * decl.c (poplevel): Use SET_IDENTIFIER_TYPE_VALUE.
6403 (poplevel_class, pop_from_top_level): Likewise.
6404 * decl2.c (finish_method): Likewise.
6405 * class.c (build_vtable): Use SET_IDENTIFIER_GLOBAL_VALUE.
6406 * decl.c (record_builtin_type): Likewise.
6407 (init_decl_processing, grokfndecl): Likewise.
6408 * lex.c (get_time_identifier, do_identifier, do_scoped_id): Likewise.
6409 (make_lang_type): Likewise.
6410 * parse.y (make_thunk): Likewise.
6411 * pt.c (tsubst): Likewise.
6412 * tree.c (debug_binfo): Likewise.
6413 * exception.cc, new.cc, new1.cc, new2.cc, tinfo.cc, tinfo.h,
6414 tinfo2.cc, inc/new.h: Add std qualifications.
6415 * inc/new: Wrap with namespace std if __HONOR_STD.
6416 * inc/typeinfo: Likewise.
6417
6418 Fri May 8 00:43:50 1998 Jason Merrill <jason@yorick.cygnus.com>
6419
6420 * call.c (build_user_type_conversion_1): Handle second_conv
6421 properly for templates.
6422
6423 Thu May 7 17:09:25 1998 Andrew MacLeod <amacleod@cygnus.com>
6424
6425 * method.c (build_decl_overload_real): Set TREE_USED flag to
6426 zero for build_type_variants nodes as well.
6427
6428 Wed May 6 19:27:09 1998 Jason Merrill <jason@yorick.cygnus.com>
6429
6430 * pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE.
6431
6432 Wed May 6 16:49:48 1998 Jim Wilson <wilson@cygnus.com>
6433
6434 * Makefile.in (call.o, class.o, decl.o, decl2.o, errfn.o, error.o,
6435 except.o, expr.o, friend.o, init.o, lex.o, method.o, pt.o, repo.o,
6436 rtti.o, search.o, semantics.o, sig.o, tree.o, typeck.o, typeck2.o,
6437 xref.o): Add toplev.h dependencies.
6438
6439 Wed May 6 16:44:58 1998 Jeffrey A Law (law@cygnus.com)
6440
6441 * errfn.c (cp_error, cp_warning): Remove declarations for
6442 error and warning respectively.
6443
6444 Wed May 6 14:28:18 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6445
6446 * error.c: Convert to using ctype macros defined in system.h.
6447 * method.c: Likewise.
6448 * xref.c: Likewise.
6449 * lex.c: Likewise. Also remove redundant system header stuff.
6450
6451 Wed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>
6452
6453 * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c,
6454 expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c,
6455 search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c,
6456 xref.c: Add include of toplev.h.
6457
6458 Wed May 6 02:33:39 1998 Jason Merrill <jason@yorick.cygnus.com>
6459
6460 * tree.c (perm_manip): Also regenerate the RTL of an extern.
6461 (copy_to_permanent): Use end_temporary_allocation.
6462
6463 Tue May 5 23:54:04 1998 Jason Merrill <jason@yorick.cygnus.com>
6464
6465 * init.c (expand_vec_init): The initialization of each array
6466 element is a full-expression.
6467
6468 Tue May 5 18:24:13 1998 Andrew MacLeod <amacleod@cygnus.com>
6469
6470 * method.c (build_mangled_name): Add a call to build_type_variant
6471 to get the right type.
6472
6473 Tue May 5 01:25:03 1998 Jason Merrill <jason@yorick.cygnus.com>
6474
6475 * Makefile.in: Add .SUFFIXES.
6476
6477 * cp-tree.def: Remove NAMESPACE_DECL.
6478
6479 Sun May 3 01:32:14 1998 Jason Merrill <jason@yorick.cygnus.com>
6480
6481 * call.c (build_over_call): Do evaluate arg even if it has empty
6482 class type.
6483 * decl.c (start_function): Don't push a member function.
6484
6485 Thu Apr 30 18:59:23 1998 Jim Wilson <wilson@cygnus.com>
6486
6487 * Makefile.in (g++FAQ.info): Put -o option before input file.
6488
6489 Thu Apr 30 13:05:33 1998 Andrew MacLeod <amacleod@cygnus.com>
6490
6491 * gxxint.texi: Add info for squangling codes K and B.
6492
6493 Tue Apr 28 13:22:01 1998 Mark Mitchell <mmitchell@usa.net>
6494
6495 * semantics.c (begin_stmt_expr): Avoid duplicating the effect of
6496 the expression in templates.
6497 (finish_stmt_expr): Likewise.
6498
6499 1998-04-28 Brendan Kehoe <brendan@cygnus.com>
6500
6501 * decl2.c (ambiguous_decl): Fix NAME parm to be a tree, not int.
6502
6503 Mon Apr 27 13:58:10 1998 Mark Mitchell <mmitchell@usa.net>
6504
6505 * decl.c (maybe_push_to_top_level): Always clear
6506 current_template_parms and processing_template_decl.
6507 (pushtag): Remove check of current_class_type and some comments,
6508 since maybe_push_to_top_level no longer creates confusion.
6509
6510 Sun Apr 26 12:10:18 1998 Mark Mitchell <mmitchell@usa.net>
6511
6512 * cp-tree.h (CLASSTYPE_IS_TEMPLATE): New macro.
6513 (DECL_CLASS_TEMPLATE_P): Likewise.
6514 (DECL_PRIMARY_TEMPLATE): Likewise.
6515 (PRIMARY_TEMPLATE_P): Use it.
6516 (push_template_decl_real): New function.
6517 (redeclare_class_template): Take new template parameters as
6518 input.
6519 (is_specialization_of): New function.
6520 (comp_template_args): Declare.
6521 * decl.c (pushtag): Handle friend template classes.
6522 (xref_tag): Likewise. Use new calling convention for
6523 redeclare_class_template.
6524 * decl2.c (grok_x_components): Handle friend templates.
6525 * friend.c (is_friend): Use is_specialization_of where
6526 appropriate. Deal with friend class templates.
6527 (make_friend_class): Let a class template be friends with itself.
6528 * pt.c (comp_template_args): Remove declaration.
6529 (tsubst_friend_class): New function.
6530 (push_template_decl_real): New function.
6531 (push_template_decl): Use it.
6532 (redeclare_class_template): Adjust for new calling convention.
6533 (comp_template_args): Give it external linkage.
6534 (instantiate_class_type): Use tsubst_friend_class to deal
6535 with friend templates.
6536 * typeck.c (comptypes): Use comp_template_args, rather than
6537 expanding it inline.
6538 * parse.y (component_decl): Handle a nested template type
6539 like other component type declarations.
6540
6541 * pt.c (check_explicit_specialization): Handle overloaded
6542 constructors correctly.
6543
6544 * pt.c (mabybe_get_template_decl_from_type_decl): New function.
6545 (lookup_template_class): Use it.
6546
6547 Thu Apr 23 21:19:06 1998 Jason Merrill <jason@yorick.cygnus.com>
6548
6549 * cp-tree.def: Add WRAPPER. USER_CONV now only has two ops.
6550 * cp-tree.h: Add WRAPPER support.
6551 * call.c (add_candidate): Split out from add_*_candidate fns.
6552 (build_over_call): Take the candidate instead of function and args.
6553 Enforce access control here. Emit overload warnings here.
6554 (add_warning): New fn.
6555 (joust): Add WARN parm. If not set, call add_warning instead of
6556 printing a warning. Re-enable some warnings.
6557 (tourney): Pass it.
6558 (convert_like): Adjust.
6559 (build_new_op): Adjust.
6560 (build_new_function_call): Adjust.
6561 (build_user_type_conversion_1): Adjust.
6562 (USER_CONV_FN): Adjust.
6563 * tree.c (build_expr_wrapper, build_expr_ptr_wrapper,
6564 build_int_wrapper): New fns.
6565
6566 Thu Apr 23 18:27:53 1998 Mark P. Mitchell <mmitchell@usa.net>
6567
6568 * pt.c (unify): Fix typo in previous change.
6569
6570 Thu Apr 23 09:32:58 1998 Jason Merrill <jason@yorick.cygnus.com>
6571
6572 * error.c (dump_type_real): Declare canonical_name.
6573
6574 * typeck.c (comp_target_types): Fix PMFs.
6575
6576 Wed Apr 22 13:24:48 1998 Mark Mitchell <mmitchell@usa.net>
6577
6578 * class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for
6579 the DECL_RESULTs of a member TEMPLATE_DECL, not just the
6580 TEMPLATE_DECL.
6581
6582 * pt.c (tsubst): Decrease the template-level of
6583 TEMPLATE_TEMPLATE_PARMS. Likewise for the DECL_INITIAL of a
6584 TEMPLATE_PARM_INDEX.
6585 (template_decl_level): New function.
6586 (unify): Make sure to record unifications for template
6587 parameters, even when the parameters exactly match the arguments.
6588 Combine duplicated code for TEMPLATE_TEMPLATE_PARMs and
6589 TEMPLATE_TYPE_PARMS. Don't try to unify template parameters that
6590 aren't from the level we're currently working on.
6591
6592 Tue Apr 21 22:00:04 1998 Mark Mitchell <mmitchell@usa.net>
6593
6594 * errfn.c (cp_thing): Use xrealloc, not xmalloc, to copy memory.
6595
6596 * decl2.c (check_member_template): Set DECL_IGNORED for member
6597 class templates, too.
6598
6599 * decl2.c (grokfield): Remangle the name of a member TYPE_DECL.
6600
6601 Tue Apr 21 18:59:11 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
6602
6603 * decl.c (duplicate_decls): Only check DECL_FRIEND_P if function.
6604
6605 Tue Apr 21 14:22:00 1998 Jeffrey A Law (law@cygnus.com)
6606
6607 * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Declare.
6608 * decl.c (intTI_type_node, unsigned_intTI_type_node): Define.
6609 (init_decl_processing): Handle TI types.
6610 * typeck.c (unsigned_type, signed_type): Handle TI types.
6611
6612 Sat Apr 18 15:25:21 1998 Jim Wilson <wilson@cygnus.com>
6613
6614 * g++spec.c (lang_specific_driver): New argument in_added_libraries.
6615 New local added_libraries. Increment count when add library to
6616 arglist.
6617
6618 Fri Apr 17 21:25:00 1998 Mark Mitchell <mmitchell@usa.net>
6619
6620 * cp-tree.h (type_as_string_real): New function.
6621 * pt.c (mangle_class_name_for_template): Use it.
6622 * error.c (dump_aggr_type): Change prototype.
6623 (dump_type_prefix): Likewise.
6624 (dump_type_suffix): Likewise.
6625 (dump_type_real): Convert from dump_type. If desired, the
6626 "canonica" name of a typedef, i.e., the name of the underlying
6627 type, can be printed.
6628 (dump_type): Call dump_type_real.
6629
6630 Fri Apr 17 14:30:45 1998 Jason Merrill <jason@yorick.cygnus.com>
6631
6632 * decl2.c (lang_decode_option): -fnew-abi implies -fvtable-thunks.
6633
6634 * typeck.c (comp_target_types): Tweak pedantic case.
6635 (comp_target_parms): Tweak pedantic case. Clean up somewhat.
6636 Return -1 or 1 instead of 1 or 2.
6637 (compparms): Remove STRICT handling.
6638 (convert_for_assignment): Fix handling of pmfs.
6639
6640 Fri Apr 17 14:04:16 1998 Mark Mitchell <mmitchell@usa.net>
6641
6642 * typeck.c (comp_target_types): Handle references like pointers.
6643 (comp_target_parms): Note that return code from comp_target_types
6644 can be negative to indicate failure.
6645
6646 Fri Apr 17 09:10:52 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6647
6648 * Make-lang.in (c++.all.build): Don't depend on $(DEMANGLER_PROG),
6649 which requires a working target compiler to build.
6650
6651 Fri Apr 17 08:57:35 1998 Jeffrey A Law (law@cygnus.com)
6652
6653 * tree.c (avoid_overlap): Add prototype.
6654
6655 * spew.c (num_tokens): Add prototype.
6656 (nth_noken, add_token, consume_token, debug_yychar): Likewise.
6657
6658 * search.c (dfs_check_overlap): Add prototype.
6659 (dfs_no_overlap_yet): Likewise.
6660
6661 * pt.c (original_template): Add prototype.
6662 (inline_needs_template_parms): Likewise.
6663 (push_inline_template_parms_recursive): Likewise.
6664 (retrieve_specialization, register_specialization): Likewise.
6665 (print_candidates, reduce_template_parm_level): Likewise.
6666 (build_template_decl, mark_template_parm): Likewise.
6667 (tsubst_friend_function, get_bindings_real): Likewise.
6668
6669 * method.c (start_squangling): Add prototype.
6670 (end_squangling, check_ktype, issue_ktype): Likewise.
6671 (build_overloaded_scope_ref, check_btype): Likewise.
6672 (build_mangled_template_parm_index): Likewise.
6673
6674 * lex.c (init_cpp_parse): Add prototype.
6675 (handle_cp_pragma, handle_sysv_pragma): Likewise.
6676 (reduce_cmp, token_cmp): Likewise.
6677
6678 * except.c (call_eh_info): Add prototype.
6679 (push_eh_info, get_eh_info, get_eh_value, get_eh_type): Likewise.
6680 (get_eh_caught, get_eh_handlers, do_pop_exception): Likewise.
6681
6682 * decl2.c (is_namespace_ancestor): Add prototype.
6683 (namespace_ancestor, add_using_namespace): Likewise.
6684 (ambiguous_decl): Likewise.
6685
6686 * decl.c (indent): Add prototype.
6687
6688 * call.c (add_template_candidate_real): Add prototype.
6689
6690 Fri Apr 17 01:57:12 1998 Jason Merrill <jason@yorick.cygnus.com>
6691
6692 * decl2.c (build_expr_from_tree): Just return a PMF.
6693
6694 Fri Apr 17 00:45:12 1998 Mark Mitchell <mmitchell@usa.net>
6695
6696 * typeck2.c (process_init_constructor): Don't strip cv-qualifiers
6697 when doing initializations.
6698
6699 * pt.c (unify): Use comptypes to compare type args.
6700
6701 Fri Apr 17 00:24:22 1998 Jason Merrill <jason@yorick.cygnus.com>
6702
6703 * decl.c (duplicate_decls): Fix check for when it's safe to free
6704 the new decl.
6705
6706 * pt.c (mangle_class_name_for_template): Don't pass a typedef type
6707 to type_as_string.
6708
6709 Thu Apr 16 17:47:30 1998 Jeffrey A Law (law@cygnus.com)
6710
6711 * pt.c (build_template_parm_index): Add prototype.
6712
6713 * search.c (my_tree_cons): Don't clear words outside the
6714 newly allocated node.
6715
6716 Wed Apr 15 15:34:44 1998 Dave Brolley <brolley@cygnus.com>
6717
6718 * lex.c (init_parse): Now returns char* containing the filename.
6719
6720 Wed Apr 15 13:20:06 1998 John Carr <jfc@mit.edu>
6721 Jeff Law <law@cygnus.com>
6722
6723 * errfn.c: Rework to avoid problems when HOST_WIDE_INT is longer
6724 than a pointer.
6725
6726 Sun Apr 12 22:31:19 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6727
6728 * cvt.c (cp_convert_to_pointer): Use TYPE_PRECISION.
6729
6730 Fri Apr 10 12:16:49 1998 Benjamin Kosnik <bkoz@loony.cygnus.com>
6731
6732 * decl.c (duplicate_decls): Don't warn for redundant decls if
6733 friend: let add_friend take care of it.
6734
6735 Thu Apr 9 02:40:48 1998 Jason Merrill <jason@yorick.cygnus.com>
6736
6737 * sig.c (build_signature_pointer_constructor): Don't set
6738 TREE_HAS_CONSTRUCTOR for a signature pointer.
6739 * cvt.c (ocp_convert): Don't force a temporary for internal structs.
6740 * init.c (resolve_offset_ref): Warn about implicit & on pmfs
6741 here, too.
6742 * typeck.c (build_unary_op): Only allow taking the address of a
6743 real constructor.
6744 * typeck2.c (digest_init): Simplify.
6745 (store_init_value): Don't pedwarn about using { } for pmfs.
6746
6747 Thu Apr 9 22:16:57 1998 Per Bothner <bothner@cygnus.com>
6748
6749 * cp-tree.h (start_decl): Update prototype.
6750 * decl.c (start_decl): Like the C version, new parameters
6751 for the attributes. Call cplus_decl_attributes here,
6752 (pushdecl): Like C version, do build_type_copy if TYPE_DECL,
6753 (grokdeclarator): Pass NULL for new start_decl arguments.
6754 * pt.c (tsubst_expr): Likewise.
6755 * parse.y: Merge cplus_decl_attribute calls into start_decl calls.
6756 * typeck.c (common_type): Check TYPE_MAIN_VARIANT.
6757 * lex.c (build_lang_decl): Add lang_name_java.
6758 * class.c (push_lang_context): Add lang_name_java.
6759 * method.c (build_mangled_name): Check for is_java_type.
6760
6761 Thu Apr 9 22:16:57 1998 Benjamin Kosnik <bkoz@loony.cygnus.com>
6762
6763 * decl.c (grokdeclarator): Check TYPE_MAIN_VARIANT.
6764 * call.c (build_scoped_method_call): Check for TREE_CODE for
6765 VOID_TYPE instead of type == void_type_node.
6766 (build_method_call): Likewise.
6767 * decl.c (lookup_name_real): Likewise.
6768 (grokdeclarator): Likewise.
6769 (start_decl): Likewise.
6770 (grokparms): Likewise.
6771 (start_function): Likewise.
6772 (finish_function): Likewise.
6773 (start_method): Likewise.
6774
6775 Thu Apr 9 00:18:44 1998 Dave Brolley (brolley@cygnus.com)
6776
6777 * lex.c (finput): New variable.
6778 (init_cpp_parse): Renamed from init_parse.
6779 (init_parse): Handle !USE_CPPLIB. Call init_cpp_parse when finished.
6780 (finish_parse): New function.
6781 * cp-tree.h (init_lex, init_parse): Remove declarations.
6782
6783 Mon Apr 6 02:25:05 1998 Jason Merrill <jason@yorick.cygnus.com>
6784
6785 * call.c (build_call): Still evaluate the actual argument.
6786 * class.c (is_empty_class): Update for -fnew-abi.
6787
6788 * decl2.c: -fnew-abi implies -fsquangle.
6789
6790 * method.c (do_build_assign_ref): Don't do anything to copy
6791 an empty class.
6792 (do_build_copy_constructor): Likewise.
6793 * call.c (build_over_call): Likewise.
6794
6795 Sat Apr 4 18:43:58 1998 Jason Merrill <jason@yorick.cygnus.com>
6796
6797 * tree.c (avoid_overlap): Return a value.
6798
6799 Sat Apr 4 12:52:35 1998 Jeffrey A Law (law@cygnus.com)
6800
6801 * method.c (check_btype): Add missing argument to xrealloc.
6802 (check_ktype): Likewise.
6803
6804 Fri Apr 3 02:22:59 1998 Jason Merrill <jason@yorick.cygnus.com>
6805
6806 Implement empty base optimization.
6807 * class.c (finish_struct_1): Add vbase fields earlier. Set
6808 CLASSTYPE_SIZE of an empty base to 0. Types with bases can be empty.
6809 * search.c (dfs_check_overlap, dfs_no_overlap_yet): New fns.
6810 (types_overlap_p): New fn.
6811 * tree.c (avoid_overlap): New fn.
6812 (build_base_fields): Use it to avoid overlapping empty bases.
6813 * cp-tree.h, decl2.c, lang-options.h: Add -fnew-abi.
6814
6815 * decl.c (cplus_expand_expr_stmt): Strip unused INDIRECT_REFs.
6816
6817 Re-implement allocation of base class subobjects.
6818 * tree.c (unshare_base_binfos): New fn.
6819 (layout_basetypes): Use it. Now handles offsets of both virtual and
6820 non-virtual bases, after layout_type.
6821 (layout_vbasetypes): Remove.
6822 (build_base_fields): Generate FIELD_DECLs for each non-virtual base.
6823 (build_vbase_pointer_fields): Split out from old layout_basetypes.
6824 * class.c (finish_base_struct): Lose offset handling code.
6825 Move nonvdtor warning here. Don't mess with t_binfo anymore.
6826 (finish_struct_1): Don't mess with t_binfo anymore. Use fns above.
6827 * cp-tree.h: Adjust.
6828
6829 Thu Apr 2 14:25:13 1998 Jason Merrill <jason@yorick.cygnus.com>
6830
6831 * cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff.
6832 * decl.c, decl2.c, pt.c, ptree.c, lex.c: Likewise.
6833 * class.c (duplicate_tag_error): Likewise.
6834 (finish_struct_1): Set CLASSTYPE_SIZE, CLASSTYPE_MODE, CLASSTYPE_ALIGN.
6835 * tree.c (layout_vbasetypes): Update from layout_record, remove
6836 var_size support, use CLASSTYPE_SIZE instead of CLASSTYPE_VBASE_SIZE.
6837 (layout_basetypes): Likewise.
6838
6839 Wed Apr 1 18:22:25 1998 Jeffrey A Law (law@cygnus.com)
6840
6841 * class.c, Make sure system.h is included just after config.h.
6842 Delete lingering stdio and errno references too.
6843 * decl.c, errfn.c, parse.y, ptree.c search.c, xref.c: Likewise.
6844
6845 Wed Apr 1 15:38:36 1998 Jason Merrill <jason@yorick.cygnus.com>
6846
6847 * friend.c (is_friend): Fix access control for local classes.
6848
6849 * class.c (is_empty_class): New fn.
6850 * call.c (build_call): Don't pass empty class objects to a function.
6851
6852 Wed Apr 1 14:58:35 1998 Mark Mitchell <mmitchell@usa.net>
6853
6854 * call.c (build_over_call): Do name resolution for default
6855 arguments of function templates in the scope of the templates.
6856
6857 Tue Mar 31 13:43:57 1998 Jeffrey A Law (law@cygnus.com)
6858
6859 * call.c: Include system.h. Remove includes, declarations and
6860 defines provided by system.h.
6861 * class.c, cvt.c, decl.c, decl2.c, errfn.c error.c: Likewise.
6862 * except.c, expr.c friend.c, g++spec.c, init.c, input.c: Likewise.
6863 * lex.c, parse.y, pt.c, ptree.c repo.c rtti.c, search.c: Likewise.
6864 * semantics.c, sig.c, spew.c, tree.c, typeck.c: Likewise.
6865 * typeck2.c, xref.c: Likewise.
6866 * Makefile.in: Dependencies updated as appropriate.
6867 * Make-lang.in: Likewise.
6868
6869 Mon Mar 30 12:15:00 1998 Mark Mitchell <mmitchell@usa.net>
6870
6871 * pt.c (fn_type_unification): Allow incomplete unification without
6872 an immediate error message.
6873
6874 Mon Mar 30 08:55:42 1998 Jason Merrill <jason@yorick.cygnus.com>
6875
6876 * tree.c (member_p): New fn.
6877 * decl2.c (finish_file): Only set DECL_STATIC_FUNCTION_P for
6878 initializing class members.
6879
6880 * cp-tree.def (TEMPLATE_PARM_INDEX): Class 'x'.
6881 * ptree.c (lang_print_xnode): Handle TEMPLATE_PARM_INDEX.
6882
6883 * call.c (build_method_call): Handle non-scoped destructors, too.
6884 * pt.c (tsubst_copy): Likewise.
6885
6886 * pt.c (print_template_context): Split out...
6887 (push_tinst_level): ...from here.
6888
6889 * friend.c (is_friend): Don't pass a type to decl_function_context.
6890
6891 * typeck.c (convert_for_initialization): Always hand off
6892 conversions to class type.
6893
6894 Sun Mar 29 20:01:59 1998 Jason Merrill <jason@yorick.cygnus.com>
6895
6896 * friend.c (is_friend): Local classes have the same access as the
6897 enclosing function.
6898
6899 Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
6900
6901 * typeck.c (expand_target_expr): Delete dead function.
6902
6903 * search.c: Put various prototypes inside #ifdef MI_MATRIX.
6904
6905 * repo.c (save_string): Delete dead function.
6906
6907 * method.c (thunk_printable_name): Delete dead function.
6908
6909 * lex.c (yynextch): Delete dead function.
6910
6911 * expr.c (tree_extract_aggr_init): #if 0 out.
6912
6913 * except.c (do_unwind): Delete dead function.
6914 (easy_expand_asm): Likewise.
6915
6916 * cvt.c (build_conversion_type_1): Delete dead function.
6917
6918 * cp-tree.h (push_expression_obstack): Declare.
6919
6920 * call.c (source_type): #if 0 out.
6921
6922 * class.c (alter_access): Remove unused label. Add braces
6923 around empty else clause.
6924
6925 * lex.c (yyprint): Fix argument to printf.
6926
6927 Sat Mar 28 17:43:52 1998 Mark Mitchell <mmitchell@usa.net>
6928
6929 * pt.c (tsubst): Clear TREE_USED for new FUNCTION_DECLs.
6930
6931 * pt.c (instantiate_class_template): Make sure template
6932 arguments are permanent.
6933 * init.c (resolve_offset_ref): Don't go looking around in
6934 template types.
6935
6936 * semantics.c: Add routines to handle expressions, and some
6937 declaration processing.
6938 * parse.y: Use them.
6939 (current_class_depth): Move declaration to cp-tree.h.
6940 * parse.c: Regenerated.
6941 * cp-tree.h: Use them.
6942 (current_class_depth): Declare.
6943 * pt.c (tsubst_copy): Use begin_stmt_expr and finish_stmt_expr.
6944
6945 Fri Mar 27 20:23:18 1998 Mark Mitchell <mmitchell@usa.net>
6946
6947 * error.c (dump_decl): Be a bit more explicit with template
6948 type arguments, when verbose.
6949
6950 Fri Mar 27 18:16:40 1998 Jason Merrill <jason@yorick.cygnus.com>
6951
6952 * inc/exception: Reorder closing braces.
6953
6954 Fri Mar 27 13:22:18 1998 Mark Mitchell <mmitchell@usa.net>
6955
6956 * pt.c (redeclare_class_template): New function.
6957 * cp_tree.h (redeclare_class_template): Declare it.
6958 * decl.c (xref_tag): Use it.
6959
6960 Thu Mar 26 11:16:30 1998 Jason Merrill <jason@yorick.cygnus.com>
6961
6962 * call.c (build_over_call): Check IS_AGGR_TYPE, not
6963 TYPE_LANG_SPECIFIC.
6964 * typeck.c (convert_arguments): Likewise.
6965
6966 * decl.c (grokdeclarator): Remove const and volatile from type after
6967 setting constp and volatilep.
6968
6969 * class.c (finish_struct_1): Don't warn about bool bitfield larger
6970 than one bit.
6971
6972 Thu Mar 26 10:25:52 1998 Mark Mitchell <mmitchell@usa.net>
6973
6974 * pt.c (convert_nontype_argument): STRIP_NOPS where appropriate.
6975
6976 Thu Mar 26 10:24:05 1998 Mark Mitchell <mmitchell@usa.net>
6977
6978 * call.c (build_object_call): Complain about ambiguous operator(),
6979 rather that crashing.
6980 (build_new_op): Likewise.
6981 (build_op_delete_call): Likewise.
6982
6983 Thu Mar 26 10:23:24 1998 Mark Mitchell <mmitchell@usa.net>
6984
6985 * cvt.c (perform_qualification_conversions): Use comp_target_types
6986 instead of comp_ptr_ttypes.
6987
6988 Wed Mar 25 16:10:50 1998 Mark Mitchell <mmitchell@usa.net>
6989
6990 * cp-tree.h (enforce_access): Declare.
6991 * call.c (enforce_access): Make it extern, not static.
6992 * class.c (alter_access): Use enforce_access; modify code for ISO
6993 compliance, rather than ARM rules.
6994
6995 Wed Mar 25 12:10:45 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
6996
6997 * cp-tree.h: Fix typo.
6998
6999 Wed Mar 25 02:01:02 1998 Jason Merrill <jason@yorick.cygnus.com>
7000
7001 * expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing
7002 if (aggregate_value_p (type)).
7003
7004 * decl2.c (constructor_name_full): Handle TYPENAME_TYPE.
7005
7006 Tue Mar 24 16:12:01 1998 Mark Mitchell <mmitchell@usa.net>
7007
7008 * tree.c (mapcar): When dealing with a DECL, use it's constant
7009 value, if any.
7010 * pt.c (lookup_template_class): Don't mangle the names of template
7011 classes whose arguments are unknown.
7012
7013 * pt.c (tsubst_expr): Handle GOTO_STMT correctly.
7014
7015 Tue Mar 24 12:21:55 1998 Benjamin Kosnik <bkoz@lisa.cygnus.com>
7016
7017 * decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1.
7018
7019 Tue Mar 24 12:21:48 1998 Jim Wilson <wilson@cygnus.com>
7020
7021 * decl.c (init_decl_processing): Initialize TYPE_MAX_VALUE for
7022 boolean_type_node to 1.
7023
7024 Tue Mar 24 10:23:47 1998 Mark Mitchell <mmitchell@usa.net>
7025
7026 * error.c (dump_expr): Remove unused variable `l'.
7027
7028 * pt.c (for_each_template_parm): New function, created by
7029 converting uses_template_parms.
7030 (tree_fn_t): New typedef.
7031 (uses_template_parms): Use it.
7032 (mark_template_parm): New function.
7033 (push_template_decl): Check that the argument list of a partial
7034 specialization uses all the template parameters.
7035
7036 * Make-lang.in (c++filt): Don't delete cxxmain.c after we're done
7037 with it; we might want it for debugging.
7038 * cp-tree.h (type_unification): Change interface.
7039 * class.c (finish_struct_1): Skip nested template types, just like
7040 ordinary nested types.
7041 (instantiate_type): Use new interface to type_unification.
7042 * lex.c (init_lex): Add __sz as opname for sizeof.
7043 * method.c (build_overload_scope_ref): New function.
7044 (build_overload_int): Handle complex expressions. Set
7045 numeric_output_need_bar if necessary.
7046 (build_overload_value): Handle non-PARM_DECL nodes; this
7047 routine is now used by build_overload_int. Remove some
7048 assignments to numeric_output_need_bar. Use
7049 build_overload_scope_ref.
7050 (build_qualified_name): Note that some template mangled names end
7051 with digits, and set numeric_output_need_bar appropriately. Use
7052 build_underscore_int.
7053 * pt.c (unify): Change interface.
7054 (type_unification_real): Likewise.
7055 (determine_specialization): Use new interfaces.
7056 (tsubst): Deal gracefully with situations in which the argument
7057 vector is not fully filled.
7058 (fn_type_unification): Use new interfaces.
7059 (type_unification): Likewise. Remove NOP_EXPR hack.
7060 (type_unification_real): Likewise.
7061 (unify): Likewise. Deal with unification of complex expressions.
7062
7063 Mon Mar 23 12:24:37 1998 Jason Merrill <jason@yorick.cygnus.com>
7064
7065 * pt.c (complete_template_args): Initialize skip properly.
7066
7067 * decl.c (make_typename_type): Revert.
7068 (make_implicit_typename): Remove.
7069 (lookup_name_real): Don't call it. Call lookup_field if we see a
7070 TYPE_DECL from a template base.
7071 * search.c (lookup_field): Do implicit typename stuff.
7072
7073 Sun Mar 22 00:50:42 1998 Nick Clifton <nickc@cygnus.com>
7074 Geoff Noer <noer@cygnus.com>
7075
7076 * Makefile.in: Various fixes for building cygwin32 native toolchains.
7077 * Make-lang.in: Likewise.
7078
7079 Fri Mar 20 18:07:39 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7080
7081 * pt.c (tsubst, TEMPLATE_TEMPLATE_PARM): Simplify.
7082
7083 Fri Mar 20 10:42:07 1998 Jason Merrill <jason@yorick.cygnus.com>
7084
7085 * decl.c (make_implicit_typename): Rewrite removed code.
7086 (make_typename_type): Call it if the type we look up comes from
7087 a base that uses template parms.
7088
7089 * pt.c (complete_template_args): Rewrite.
7090 (tsubst, FUNCTION_DECL): Use it.
7091
7092 Fri Mar 20 08:12:43 1998 H.J. Lu (hjl@gnu.org)
7093
7094 * semantics.c (finish_asm_stmt): Fix combine strings. Call
7095 c_expand_asm_operands () if output_operands, input_operands or
7096 clobbers is not NULL_TREE.
7097
7098 Fri Mar 20 00:10:19 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7099
7100 * pt.c (complete_template_args): New function.
7101 (get_bindings): Deal with specializations of function templates
7102 with return type containing parameters from outer class
7103 templates.
7104 (tsubst, TEMPLATE_TEMPLATE_PARM): When reducing parameter level,
7105 substitute arguments and compose a new type.
7106
7107 Thu Mar 19 19:01:48 1998 Mark Mitchell <mmitchell@usa.net>
7108
7109 * pt.c (tsubst): Clear DECL_PENDING_INLINE_INFO for new
7110 FUNCTION_DECLs.
7111
7112 Thu Mar 19 11:51:58 1998 Jason Merrill <jason@yorick.cygnus.com>
7113
7114 * decl.c (make_implicit_typename): Lose useless code.
7115
7116 * call.c (standard_conversion): Handle A* -> const A* properly.
7117
7118 * pt.c (get_bindings_real): Rename from get_bindings. Add
7119 check_rettype parm.
7120 (get_bindings): Pass 1.
7121 (get_bindings_overload): Pass 0.
7122
7123 Wed Mar 19 09:08:12 1998 Mark Mitchell <mmitchell@usa.net>
7124
7125 * pt.c (check_explicit_specialization): When reverting a static
7126 member function, also remove the `this' parameter from
7127 last_function_parms.
7128
7129 Thu Mar 19 02:27:48 1998 Jason Merrill <jason@yorick.cygnus.com>
7130
7131 * pt.c (tsubst_copy, CONST_DECL): Don't bother tsubsting
7132 a function context.
7133
7134 * decl.c (store_bindings): Use free_binding_vecs.
7135 (pop_from_top_level): Likewise.
7136
7137 Wed Mar 18 12:41:43 1998 Jason Merrill <jason@yorick.cygnus.com>
7138
7139 * decl.c (make_implicit_typename): Only change the type of a
7140 TYPENAME_TYPE.
7141
7142 Wed Mar 18 10:09:51 1998 Mark Mitchell <mmitchell@usa.net>
7143
7144 * semantics.c: New file, containing routines to perform the
7145 semantic phase of parsing.
7146 * parse.y: Use it.
7147 * pt.c (tsubst_expr): Likewise.
7148 * cp-tree.h: Declare the various functions in semantics.c.
7149 Provide macros to access _STMT tree nodes.
7150 * cp-tree.def: Add ASM_STMT tree node.
7151 * Makefile.in, Make-lang.in: Add dependencies on and for
7152 semantics.c.
7153
7154 Wed Mar 18 00:24:10 1998 Jason Merrill <jason@yorick.cygnus.com>
7155
7156 * pt.c (push_template_decl): Only check primary templates.
7157
7158 * pt.c (check_explicit_specialization): Complain about default args
7159 in explicit specialization.
7160
7161 * parse.y (nomods_initdcl0): Also call cp_finish_decl for a
7162 constructor_declarator.
7163
7164 Tue Mar 17 14:44:54 1998 Mark Mitchell <mmitchell@usa.net>
7165
7166 * typeck2.c (build_x_arrow): Don't crash when an aggregate type
7167 has no overloaded operator ->.
7168
7169 * call.c (build_field_call): Don't crash when presented with a
7170 field that is actually a nested type.
7171
7172 * decl.c (pushtag): Deal with friend class injection in local
7173 classes.
7174
7175 * call.c (build_object_call): Don't crash if OBJ is a
7176 pointer-to-member-function.
7177
7178 Tue Mar 17 11:40:26 1998 Jason Merrill <jason@yorick.cygnus.com>
7179
7180 * pt.c (push_template_decl): Complain about template with C linkage,
7181 anonymous template class.
7182
7183 Mon Mar 16 12:10:39 1998 Jason Merrill <jason@yorick.cygnus.com>
7184
7185 * class.c (pushclass): Only use the mi_matrix stuff #ifdef MI_MATRIX.
7186 * search.c: Likewise.
7187
7188 * lex.c (do_pending_defargs): Only call
7189 maybe_{begin,end}_member_template_processing for FUNCTION_DECLs.
7190
7191 * parse.y (initdcl0_innards): Move maybeasm back into initdcl0 et al.
7192
7193 Mon Mar 16 10:47:22 1998 Mark Mitchell <mmitchell@usa.net>
7194
7195 * parse.y: Deal with CONSTRUCTORS in new_initializers.
7196
7197 Mon Mar 16 10:54:21 1998 Mark Mitchell <mmitchell@usa.net>
7198
7199 * pt.c (tsubst_copy): Deal with BIND_EXPR in a way that more
7200 closely mimics the behavior in parse.y.
7201 (tsubst_expr): Return the resulting BLOCK when making a tsubst'ing
7202 into a compound statement.
7203
7204 Sun Mar 15 02:07:26 1998 Jason Merrill <jason@yorick.cygnus.com>
7205
7206 * cp-tree.h (TEMPLATE_PARMS_FOR_INLINE): New macro.
7207 * pt.c (inline_needs_template_parms): New fn.
7208 (original_template): New fn.
7209 (push_inline_template_parms_recursive): New fn.
7210 (maybe_begin_member_template_processing): Use them.
7211 (maybe_end_member_template_processing): Likewise.
7212 (is_member_or_friend_template): Rename to is_member_template.
7213 Member functions of local classes are never member templates.
7214
7215 Sun Mar 15 01:14:22 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7216
7217 * lex.c (do_identifier): Handle TEMPLATE_DECL that was
7218 added in the class scope to catch redefinition error.
7219
7220 * pt.c (reduce_template_parm_level): Also copy
7221 the DECL_TEMPLATE_PARMS field.
7222
7223 Sun Mar 15 10:54:08 1998 Mark Mitchell <mmitchell@usa.net>
7224
7225 * pt.c (tsubst): Clear TYPE_REFERENCE_TO when creating a
7226 reduced-level template type parameter.
7227
7228 Sun Mar 15 12:26:02 1998 Manfred Hollstein <manfred@s-direktnet.de>
7229
7230 * cp-tree.h (struct lang_decl_flags): Add needs_final_overrider.
7231 (DECL_NEEDS_FINAL_OVERRIDER_P): New macro.
7232 * class.c (override_one_vtable): Set DECL_NEEDS_FINAL_OVERRIDER_P.
7233 * decl.c (duplicate_decls): Propagate it.
7234 * typeck2.c (abstract_virtuals_error): Use two loops to emit
7235 abstract virtual functions and virtual functions which need a
7236 final overrider separately.
7237
7238 Thu Mar 12 09:39:40 1998 Manfred Hollstein <manfred@s-direktnet.de>
7239
7240 * lang-specs.h: Properly put brackets around array elements in
7241 initializer.
7242
7243 * typeck.c (build_binary_op_nodefault): Correctly place parens around
7244 && and || in expression.
7245
7246 Thu Mar 12 09:26:04 1998 Manfred Hollstein <manfred@s-direktnet.de>
7247
7248 * call.c (default_parm_conversions): Remove prototype definition.
7249 (build_method_call): Remove unused variable result.
7250
7251 * cvt.c (ocp_convert): Remove unused variable conversion.
7252
7253 * decl2.c (ambiguous_decl): Add explicit parameter definition for name.
7254
7255 * except.c (do_unwind): #if 0 definition of unused variables fcall
7256 and next_pc.
7257
7258 * expr.c (extract_scalar_init): #if 0 prototype and function
7259 definition.
7260
7261 * init.c (expand_aggr_init_1): Remove unused variable init_type.
7262 (build_new_1): Remove unused variable t.
7263
7264 * pt.c (instantiate_class_template): Remove unused variable newtag;
7265 cast called function return value to void.
7266 (do_decl_instantiation): Remove unused variables name and fn.
7267
7268 * tree.c (get_type_decl): Add default return to shut up compiler from
7269 complaining control reaches end of non-void function.
7270
7271 * typeck.c (build_x_conditional_expr): Remove unused variable rval.
7272
7273 Thu Mar 12 09:12:15 1998 Manfred Hollstein <manfred@s-direktnet.de>
7274
7275 * call.c (default_parm_conversions): Remove prototype definition.
7276 (build_method_call): Remove unused variable result.
7277 (build_over_call): Add default case in enumeration switch.
7278
7279 Thu Mar 12 08:39:13 1998 Manfred Hollstein <manfred@s-direktnet.de>
7280
7281 * decl2.c (lang_decode_option): Change j's type to size_t.
7282
7283 * tree.c (layout_vbasetypes): record_align and desired_align are of
7284 type unsigned int; const_size and nonvirtual_const_size likewise.
7285
7286 Wed Mar 11 07:25:20 1998 Mark Mitchell <mmitchell@usa.net>
7287
7288 * parse.y (new_initializer): Make sure all initializers are
7289 lists.
7290
7291 Tue Mar 10 07:32:36 1998 Mark Mitchell <mmitchell@usa.net>
7292
7293 * decl2.c (import_export_decl): Mark tinfo functions for
7294 cv-qualified versions of class types as DECL_NOT_REALLY_EXTERN.
7295
7296 Fri Mar 6 23:27:35 1998 Jeffrey A Law (law@cygnus.com)
7297
7298 * method.c: Fix typo.
7299
7300 Fri Mar 6 10:06:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7301
7302 * method.c: Include "system.h" to get stdlib.h, stdio.h,
7303 ctype.h, string.h, etc.
7304 (issue_nrepeats): Add default case in enumeration switch.
7305 (check_btype): Likewise.
7306 (process_overload_item): Likewise.
7307
7308 * Makefile.in (method.o): Depend on system.h.
7309
7310 Wed Mar 4 22:26:53 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7311
7312 * lex.c (do_scoped_id): Fix parenthesizing.
7313
7314 Wed Mar 4 12:11:53 1998 Michael Tiemann <tiemann@axon.cygnus.com>
7315
7316 * rtti.c (get_tinfo_fn_dynamic): If this function is called an
7317 FLAG_RTTI is unset, initialize type info machinery and continue
7318 with FLAG_RTTI enabled.
7319 (get_typeid): Likewise.
7320
7321 Wed Mar 4 11:47:55 1998 Jason Merrill <jason@yorick.cygnus.com>
7322
7323 * typeck.c (unary_complex_lvalue): &D::i has type B::* if i comes
7324 from B.
7325
7326 Wed Mar 4 11:28:08 1998 Mark Mitchell <mmitchell@usa.net>
7327
7328 * pt.c (finish_member_template_decl): Deal more gracefully with
7329 invalid declarations.
7330
7331 Tue Mar 3 01:38:17 1998 Jason Merrill <jason@yorick.cygnus.com>
7332
7333 * cvt.c, decl.c, decl2.c, init.c, rtti.c, typeck.c, typeck2.c,
7334 cp-tree.h: Clean up more old overloading code, old RTTI code, and
7335 some formatting quirks.
7336
7337 * call.c, class.c, cp-tree.h, cvt.c, decl.c, init.c, lex.c,
7338 method.c, pt.c, ptree.c, typeck.c: Remove support for
7339 -fno-ansi-overloading and overloading METHOD_CALL_EXPR.
7340 * class.h: Remove.
7341 * Makefile.in: Adjust.
7342
7343 * pt.c (unify): Don't allow reduced cv-quals when strict.
7344
7345 * call.c, class.c, pt.c, cp-tree.h: Remove nsubsts parm from
7346 *type_unification* and unify.
7347
7348 Mon Mar 2 12:11:06 1998 Jason Merrill <jason@yorick.cygnus.com>
7349
7350 * parse.y (explicit_template_type): Remove TEMPLATE keyword.
7351 (nested_name_specifier): And add it before this use.
7352 (typename_sub0): And this use. Also add use without the keyword.
7353 (typename_sub1): Likewise.
7354 * pt.c (instantiate_class_template): Don't actually instantiate
7355 anything if our type uses template parms.
7356
7357 Mon Mar 2 11:04:59 1998 Jim Wilson <wilson@cygnus.com>
7358
7359 * decl.c (start_function): Don't call temporary_allocation for a
7360 nested function.
7361
7362 Sun Mar 1 21:06:37 1998 Jason Merrill <jason@yorick.cygnus.com>
7363
7364 * pt.c (instantiate_class_template): Don't mess with friends if
7365 our type uses template parms.
7366
7367 Sat Feb 28 12:06:44 1998 Jason Merrill <jason@yorick.cygnus.com>
7368
7369 * parse.y (nested_name_specifier): Use explicit_template_type.
7370 (typename_sub): Allow a template_type, an explicit_template_type,
7371 or an implicit template type at the end.
7372 * lex.c (yyprint): Handle a PTYPENAME being a TEMPLATE_DECL.
7373 * decl.c (make_typename_type): Handle template-id where the name
7374 is a TEMPLATE_DECL.
7375 * call.c (build_scoped_method_call): Handle member template
7376 destructor call.
7377 * pt.c (tsubst_copy, METHOD_CALL_EXPR): Don't assume a member
7378 destructor is represented by the type.
7379
7380 * cp-tree.h (TYPENAME_TYPE_FULLNAME): New macro.
7381 * parse.y (nested_name_specifier): Add 'template' case.
7382 (explicit_template_type): New rule.
7383 (typename_sub): Use it.
7384 * decl.c (make_typename_type): Handle getting a template-id for NAME.
7385 * pt.c (tsubst): Likewise.
7386
7387 Fri Feb 27 11:17:50 1998 Jason Merrill <jason@yorick.cygnus.com>
7388
7389 * pt.c (add_to_template_args): Fix thinko.
7390 (instantiate_class_template): Call it later.
7391
7392 * pt.c (get_class_bindings): Add outer_args parm.
7393 (most_specialized_class): Likewise.
7394 (instantiate_class_template): Pass it.
7395 (more_specialized_class): Likewise.
7396 (lookup_template_class): Get context from template if none
7397 was specified.
7398 (finish_member_template_decl): Don't do anything with a
7399 partial specialization.
7400 * decl2.c (check_member_template): Use IS_AGGR_TYPE instead of
7401 AGGREGATE_TYPE_P.
7402 * class.c (finish_struct): Member class templates have already been
7403 checked for name clashes.
7404 * decl.c (pushdecl_with_scope): Handle pushing at class level.
7405
7406 Fri Feb 27 02:25:16 1998 Jason Merrill <jason@yorick.cygnus.com>
7407
7408 * pt.c (tsubst, TEMPLATE_DECL): Support member class templates.
7409 (tsubst, *_PARM): Support multiple levels of template classes.
7410 (instantiate_class_template): Look up the pattern from the
7411 original template.
7412 (lookup_template_class): Handle getting a template for d1.
7413 (push_template_decl): Correct setting of 'primary'.
7414 (reduce_template_parm_level): Add 'levels' parm.
7415 (finish_member_template_decl): Support member class templates.
7416 (template_class_depth): Handle multiple levels.
7417 * parse.y (component_decl_1, fn.def2): Remove member template case.
7418 (component_decl): Add member template cases.
7419 * decl2.c (check_member_template): We now handle member template
7420 classes.
7421 * decl.c (pushtag): Handle member templates.
7422 * method.c (do_inline_function_hair): Don't touch
7423 IDENTIFIER_GLOBAL_VALUE.
7424 * init.c (build_offset_ref): If name isn't an identifier, just
7425 return it.
7426 * spew.c (yylex): Handle PTYPENAME like TYPENAME.
7427
7428 * typeck.c (get_delta_difference): Do adjust for conversions to
7429 and from virtual base.
7430
7431 Wed Feb 25 09:51:29 1998 Jason Merrill <jason@yorick.cygnus.com>
7432
7433 * typeck.c (get_delta_difference): Give hard error for conversion
7434 from virtual base.
7435
7436 * cp-tree.h: Tweak formatting.
7437
7438 Wed Feb 25 00:35:33 1998 Jason Merrill <jason@yorick.cygnus.com>
7439
7440 * decl.c (push_namespace): Handle redeclaration error.
7441
7442 * cp-tree.h (IDENTIFIER_NAMESPACE_VALUE): New macro.
7443 (IDENTIFIER_NAMESPACE_BINDINGS): New macro.
7444 (NAMESPACE_BINDING): New macro.
7445 (IDENTIFIER_GLOBAL_VALUE): Use NAMESPACE_BINDING.
7446 * *.c: Use them.
7447
7448 * pt.c (push_template_decl): Use innermost_args.
7449
7450 * decl.c (get_unique_name): Tweak from earlier in the name.
7451
7452 Tue Feb 24 22:15:04 1998 Martin von Loewis <loewis@informatik.hu-berlin.de>
7453
7454 * cp-tree.def: Add CPLUS_BINDING node.
7455 * cp-tree.h (tree_binding): New struct.
7456 (BINDING_SCOPE, BINDING_VALUE): New macros.
7457 (current_namespace, global_namespace): Declare extern.
7458 (struct lang_decl_flags): New field in_namespace.
7459 (DECL_NAMESPACE_USING, DECL_NAMESPACE_USERS): New macros.
7460 (DECL_NAMESPACE, SET_DECL_NAMESPACE): New macros.
7461 (TREE_INDIRECT_USING): New macro.
7462 * decl2.c (current_namespace, global_namespace): Declare. The
7463 value is a NAMESPACE_DECL now, not a TREE_LIST.
7464 (is_namespace_ancestor, namespace_ancestor): New static functions.
7465 (add_using_namespace, ambiguous_decl): Likewise.
7466 (lookup_using_namespace): New support function for lookup_name.
7467 (qualified_lookup_using_namespace): New support function for
7468 do_scoped_id and lookup_namespace_name.
7469 (get_namespace_id): Mark as obsolete.
7470 (current_namespace_id): Likewise.
7471 (do_namespace_alias): Implement.
7472 (do_using_directive): Implement as call to add_using_namespace.
7473 * decl.c (binding_for_name): New function.
7474 (push_namespace, pop_namespace): Implement.
7475 (push_decl): Don't install a FUNCTION_DECL in the global branch.
7476 (lookup_namespace_name): Implement using qualified lookup.
7477 (lookup_name_real): For global scoping, lookup in
7478 global_namespace. For namespace scoping, lookup in given
7479 namespace. For unscoped lookup, iterate over namespace,
7480 considering using directives.
7481 (init_decl_processing): Initialize global_namespace.
7482 (grokvardecl): Build assembler name as static name for globals.
7483 (grokdeclarator): Remove old namespace mangling.
7484 (xref_tag): When installing a global binding for the
7485 tag, make sure we have an identifier.
7486 * method.c (build_overload_nested_name): Mangle namespaces.
7487 (build_qualified_name): Likewise.
7488 (build_decl_overload_real): Likewise.
7489 * lex.c (build_lang_decl): Set namespace for new declaration to
7490 current_namespace.
7491 (do_scoped_id): Find global names in global or current
7492 namespace, or using qualified namespace lookup, depending on
7493 context.
7494 * init.c (build_member_call): When scope is namespace, use
7495 build_x_function_call instead.
7496 (build_offset_ref): When scope is namespace, collapse processing
7497 to lookup_namespace_name instead.
7498 * error.c (dump_decl): Support NAMESPACE_DECL.
7499 * decl.c (pushdecl): Bind globals to current namespace.
7500 (push_overloaded_decl): Likewise.
7501 (lookup_tag): Likewise.
7502 (lookup_name_current_level): Likewise.
7503 (xref_tag): Likewise.
7504 (start_function): Likewise.
7505 * lex.c (do_identifier): Likewise.
7506 (identifier_typedecl_value): Likewise.
7507 (real_yylex): Likewise.
7508 * method.c (do_inline_function_hair): Likewise.
7509 * parse.y (unscoped): Likewise.
7510 * pt.c (check_explicit_specialization): Likewise.
7511 (lookup_template_class): Likewise.
7512 * rtti.c (call_void_fn): Likewise.
7513 * sig.c (build_sigtable): Likewise.
7514 * ptree.c (lang_print_xnode): New function.
7515
7516 Tue Feb 24 01:40:24 1998 Jason Merrill <jason@yorick.cygnus.com>
7517
7518 * pt.c (instantiate_class_template): Don't instantiate if pedantic
7519 and the args use template parms.
7520
7521 * pt.c (push_tinst_level): If the instantiation uses template parms,
7522 fail silently.
7523 * decl.c (xref_basetypes): Do call complete_type for basetypes
7524 that involve template parameters.
7525
7526 Tue Feb 24 00:36:43 1998 Jason Merrill <jason@yorick.cygnus.com>
7527
7528 * typeck2.c (process_init_constructor): Fix labeled init check.
7529
7530 Mon Feb 23 05:08:55 1998 Jason Merrill <jason@yorick.cygnus.com>
7531
7532 * pt.c, call.c, decl.c, method.c, cp-tree.h: Remove unused NARGS
7533 argument to tsubst and friends.
7534
7535 * pt.c (tsubst, FUNCTION_DECL): Tidy.
7536
7537 * typeck.c (build_x_function_call): Handle static member function
7538 templates like non-templates. Handle friend templates like normal
7539 function templates.
7540 * pt.c (tsubst, *_PARM): Don't use orig_level.
7541 (get_bindings): Don't call add_to_template_args.
7542 (instantiate_template): Likewise.
7543 (tsubst, FUNCTION_DECL): Call add_to_template_args as appropriate.
7544 * ptree.c (print_lang_type): Print index/level for template parms.
7545
7546 Mon Feb 23 02:52:29 1998 Mark Mitchell <mmitchell@usa.net>
7547
7548 * Make-lang.in (cc1plus): Note that cc1plus depends on
7549 cp/cp-tree.h and cp/cp-tree.def.
7550
7551 * cp-tree.def (TEMPLATE_CONST_PARM): Remove.
7552 (TEMPLATE_PARM_INDEX): New tree code, used to indicate a
7553 position in a template parameter list.
7554 * cp-tree.h (template_parm_index): New structure, used as the tree
7555 structure for a TEMPLATE_PARM_INDEX.
7556 (TEMPLATE_PARM_IDX): New macro.
7557 (TEMPLATE_PARM_LEVEL): Likewise.
7558 (TEMPLATE_PARM_DESCENDANTS): Likewise.
7559 (TEMPLATE_PARM_ORIG_LEVEL): Likewise.
7560 (TEMPLATE_PARM_DECL): Likewise.
7561 (TEMPLATE_TYPE_PARM_INDEX): Likewise.
7562 (TEMPLATE_TYPE_ORIG_LEVEL): Likewise.
7563 (TEMPLATE_TYPE_DECL): Likewise.
7564 (TEMPLATE_CONST_IDX): Remove.
7565 (TEMPLATE_CONST_LEVEL): Likewise.
7566 (TEMPLATE_CONST_SET_INFO): Likewise.
7567 (TEMPLATE_TYPE_SET_INFO): Likewise.
7568 (TEMPLATE_TYPE_IDX): Redefine in terms of TEMPLATE_PARM_INDEX
7569 node.
7570 (TEMPLATE_TYPE_LEVEL): Likewise.
7571 * decl.c (decls_match): Call comp_template_parms, rather than
7572 expanding it inline.
7573 (duplicate_decls): If two template declarations are being merged,
7574 then their TEMPLATE_INFOs should be merged as well.
7575 (grokfndecl): Save template-id information when declaring a friend
7576 with explicit template arguments. Pass arguments to
7577 check_explicit_specialization via correct convention; at some
7578 point check_explicit_specialization changed, but these call-sites
7579 did not.
7580 (grokdeclarator): Tidy up slightly.
7581 * decl2.c (check_classfn): Tidy up slightly. Don't assume that
7582 two template functions with the same DECL_ASSEMBLER_NAME the same,
7583 since the names are not yet mangled.
7584 * error.c (dump_decl): Use TEMPLATE_PARM_INDEX instead of
7585 TEMPLATE_CONST_PARM.
7586 (dump_expr): Likewise. Use the TEMPLATE_PARM_DECL to get at the
7587 decl for a non-type parameter, rather than printing `<tparm ...>'.
7588 * friend.c (is_friend): Handle TEMPLATE_DECL friends.
7589 (do_friend): Deal with template friends.
7590 * lex.c (do_pending_inlines): Call
7591 maybe_begin_member_template_processing, rather than
7592 conditionally calling begin_member_template_processing.
7593 (process_next_inline): Likewise. Call
7594 maybe_end_member_template_processing, rather than
7595 conditionally calling end_member_template_processing.
7596 (do_pending_defargs): Likewise.
7597 (do_identifier): Use TEMPLATE_PARM_INDEX instead of
7598 TEMPLATE_CONST_PARM.
7599 * method.c (build_mangled_template_parm_index): New function.
7600 (build_overload_value): Use it.
7601 (build_overload_name): Likewise.
7602 * pt.c (finish_member_template_decl): Allow friend declarations.
7603 (template_class_depth): New function.
7604 (is_member_template): Rename, and modify, to become...
7605 (is_member_or_friend_template): New function.
7606 (end_member_template_processing): Rename, and modify, to become...
7607 (maybe_end_member_template_processing).
7608 (build_template_parm_index): New function.
7609 (reduce_template_parm_level): New function.
7610 (process_template_parm): Modify to use build_template_parm_index.
7611 (push_template_decl): Deal with friend templates.
7612 (uses_template_parms): Use TEMPLATE_PARM_INDEX instead of
7613 TEMPLATE_CONST_PARM.
7614 (tsubst_friend_function): New function.
7615 (instantiate_class_template): Generate the DECL_FRIENDLIST
7616 for a new instantiation by using tsubst_friend_function rather
7617 than just tsubst.
7618 (tsubst): Don't tsubst into a type which is a TEMPLATE_DECL.
7619 Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM, and the
7620 appropriate new macros. Use reduce_template_parm_level to
7621 generate lower-level template parameters. Handle tsubst'ing into
7622 TEMPLATE_DECLS that declare TEMPLATE_TEMPLATE_PARMS. Don't forget
7623 to tsubst the DECL_CONTEXT and DECL_CLASS_CONTEXT of newly created
7624 templates. Similarly for the template parameters for a new
7625 template.
7626 (tsubst_copy): Tidy up slightly. Use TEMPLATE_PARM_INDEX instead
7627 of TEMPLATE_CONST_PARM. Handle TYPE_DECLs by tsubsting into them.
7628 (unify): Use TEMPLATE_PARM_INDEX instead of TEMPLATE_CONST_PARM.
7629 (get_bindings): Call add_to_template_args if necessary.
7630 (instantiate_decl): Handle instantiations of friend templates.
7631 * search.c (lookup_field_1): Don't treat the TYPE_FIELDS of a
7632 TEMPLATE_TYPE_PARM as a list of fields; it's not!
7633 * spew.c (yylex): Do a little manual constant propagation to
7634 clarify the code.
7635
7636 Sun Feb 22 19:53:29 1998 Jeffrey A Law (law@cygnus.com)
7637
7638 * error.c: Include sys/types.h.
7639
7640 Thu Feb 19 14:49:09 1998 Jeffrey A Law (law@cygnus.com)
7641
7642 * method.c (build_mangled_name): Start CPP directives in column zero.
7643
7644 Thu Feb 19 10:36:48 1998 Jason Merrill <jason@yorick.cygnus.com>
7645
7646 * typeck2.c (process_init_constructor): Sorry about non-trivial
7647 labeled initializers.
7648 * parse.y (initlist): Re-enable labeled initializers.
7649
7650 Thu Feb 19 10:15:55 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7651
7652 * pt.c (coerce_template_parms): Add a new parameter, is_tmpl_parm,
7653 all callers changed. Rely on the new parameter instead of arg
7654 being a TREE_LIST when determine whether we are working inside
7655 template template parameter. Clean up is_type test.
7656
7657 Thu Feb 19 10:04:12 1998 Jason Merrill <jason@yorick.cygnus.com>
7658
7659 * cvt.c (cp_convert_to_pointer): Preserve TREE_CONSTANT.
7660 * typeck2.c (initializer_constant_valid_p): Allow conversions
7661 between pointers and references.
7662
7663 1998-02-19 Brendan Kehoe <brendan@cygnus.com>
7664
7665 * typeck.c (build_unary_op): Only warn about incr/decr a pointer
7666 if pedantic || warn_pointer_arith.
7667
7668 Thu Feb 19 09:37:21 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7669
7670 * pt.c (unify): Handle TEMPLATE_DECL.
7671
7672 1998-02-18 Brendan Kehoe <brendan@cygnus.com>
7673
7674 * cp-tree.h (strip_attrs): Remove decl.
7675
7676 1998-02-18 Doug Evans <devans@cygnus.com>
7677
7678 * decl.c (duplicate_decls): Call merge_machine_decl_attributes.
7679 Update olddecl's attributes too.
7680 (strip_attrs): Remove function.
7681 * typeck.c (common_type): Call merge_machine_type_attributes.
7682
7683 Tue Feb 17 14:07:52 1998 Mark Mitchell <mmitchell@usa.net>
7684
7685 * parse.y (initdcl0_innards): New grammar symbol.
7686 (nomods_initdecls, nomods_initdcl0): Change type from itype to
7687 none, since the resulting value is never used.
7688 (parse_decl): New function.
7689 (datadef): Remove redundant actions.
7690 (initdcl0, notype_initdcl0, nomods_initdcl0): Use initdcl0_innards.
7691 * parse.c: Regenerated.
7692
7693 Tue Feb 17 11:54:16 1998 Jason Merrill <jason@yorick.cygnus.com>
7694
7695 * parse.y (simple_stmt): Use getdecls() to check for decl.
7696
7697 Sat Feb 14 11:50:51 1998 Manfred Hollstein <manfred@s-direktnet.de>
7698
7699 * Make-lang.in (DEMANGLER_INSTALL_NAME, DEMANGLER_CROSS_NAME): New
7700 macros.
7701 (c++.install-common): Install c++filt properly as native or as cross
7702 variant.
7703 (c++.uninstall): Add c++filt.
7704
7705 Fri Feb 13 14:55:37 1998 Jason Merrill <jason@yorick.cygnus.com>
7706
7707 * call.c (standard_conversion): Fix multi-level ptr conversions.
7708
7709 Fri Feb 13 14:06:22 1998 Mike Stump <mrs@wrs.com>
7710
7711 * init.c (build_new): Propagate error_mark_node up.
7712
7713 Fri Feb 13 13:24:32 1998 Jason Merrill <jason@yorick.cygnus.com>
7714
7715 * parse.y (simple_stmt): If the condition isn't a declaration,
7716 start the controlled block after the test.
7717
7718 Fri Feb 13 02:26:10 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7719
7720 * call.c (build_over_call): Convert builtin abs, labs and fabs to
7721 tree-codes.
7722 * decl.c (init_decl_processing): Re-enable abs, labs and fabs as
7723 builtins.
7724
7725 Fri Feb 13 01:36:42 1998 Jason Merrill <jason@yorick.cygnus.com>
7726
7727 * call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV.
7728
7729 Fri Feb 13 00:21:59 1998 Jason Merrill <jason@yorick.cygnus.com>
7730
7731 * cp-tree.h: Add access_protected_virtual_node.
7732 * class.c (init_class_processing): Initialize it.
7733 * decl.c (xref_basetypes): Use it.
7734 * parse.y (base_class_access_list): Likewise.
7735
7736 * Make-lang.in (DEMANGLER_PROG): Add $(exeext).
7737 (c++.install-common): Install c++filt.
7738
7739 Thu Feb 12 12:46:51 1998 Benjamin Kosnik <bkoz@rhino.cygnus.com>
7740
7741 * decl.c (shadow_tag): Give error for typedef-ing built-in types.
7742
7743 Wed Feb 11 23:28:05 1998 Mark Mitchell <mmitchell@usa.net>
7744
7745 * call.c (reference_binding): Use comptypes when comparing
7746 TYPE_MAIN_VARIANTS to handle non-canonical array/index types.
7747
7748 Wed Feb 11 16:42:04 1998 Mark Mitchell <mmitchell@usa.net>
7749
7750 * tree.c (is_overloaded_fn): Use really_overloaded_fn.
7751 (really_overloaded_fn): Move check here from is_overloaded_fn.
7752 (get_first_fn): Use really_overloaded_fn and is_overloaded_fn.
7753
7754 Wed Feb 11 15:54:18 1998 Mark Mitchell <mmitchell@usa.net>
7755
7756 * typeck.c (build_ptrmemfunc): Type-check pointer-to-member
7757 conversions.
7758
7759 Mon Feb 9 22:23:31 1998 Mark Mitchell <mmitchell@usa.net>
7760
7761 * cp-tree.h (push_template_decl): Return the decl passed in, or an
7762 equivalent duplicate.
7763 * decl.c (pushtag): Use the return value from push_template_decl.
7764 (duplicate_decls): When duplicating a template declaration, merge
7765 the DECL_TEMPLATE_RESULTs as well.
7766 (make_implicit_typename): Don't try to dive into typename types to
7767 find a context for making a new implicit typename.
7768 (start_decl): Use the return value from push_template_decl.
7769 (grokdeclarator): Complain about declarations list `const operator
7770 int'. Since we don't correctly handle in-class initializations of
7771 non-static data members, complain about this (now illegal)
7772 practice. Issue an error for initializations of non-const statics
7773 since that is illegal as well, and since we don't handle that case
7774 correctly either.
7775 (start_function): Use the return value from push_template_decl.
7776 (start_method): Likewise.
7777 * decl2.c (grokfield): Likewise. Since the change to
7778 grokdeclarator ensures that all initialized fields are in fact
7779 static, remove a redundant test for TREE_PUBLIC.
7780 * parse.y (initlist): Disable labeled initializers since they do
7781 not work as per the documentation, and since they do not use the
7782 same syntax as the C front end.
7783 * pt.c (push_template_decl): Return the decl passed in, or an
7784 equivalent duplicate.
7785 (lookup_template_class): When searching in a nested context,
7786 use the right arguments.
7787 (uses_template_parms): Handle the DECL_INITIAL for a CONST_DECL.
7788 * typeck.c (build_component_ref): Assign the correct type to the
7789 result of build_vfn_ref.
7790
7791 Tue Feb 10 23:56:46 1998 Jason Merrill <jason@yorick.cygnus.com>
7792
7793 * pt.c (convert_nontype_argument): Fix typo.
7794 (check_explicit_specialization): Allow old-style specialization
7795 of class template members.
7796
7797 Tue Feb 10 20:36:52 1998 Jason Merrill <jason@yorick.cygnus.com>
7798 Manfred Hollstein <manfred@s-direktnet.de>
7799
7800 * decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead
7801 when deciding to override DECL_ASSEMBLER_NAME.
7802
7803 Tue Feb 10 15:30:55 1998 Andrew MacLeod <amacleod@torpedo.to.cygnus.com>
7804
7805 * decl2.c (lang_f_options): Add -fsquangle to option processing list.
7806 * cp-tree.h (flag_do_squangling): Add declaration.
7807 * lang-options.h: Add -fsquangle and -fno-squangle.
7808 * method.c: Add macros and static variables for squangling.
7809 (build_overload_name): Rename to build_mangled_name, add logic for B
7810 compression, and split into process_modifiers and
7811 process_overload_item.
7812 (process_modifiers): New function, to handle constant, reference,
7813 and pointer types.
7814 (process_overload_item): New function, handles issue of type codes.
7815 (build_overload_name): New function, start squangling and call
7816 build_mangled_name.
7817 (ALLOCATE_TYPEVEC, DEALLOCATE_TYPEVEC): Remove macro and expand inline.
7818 (start_squangling): New function to initialize squangling structs.
7819 (end_squangling): New function to destroy squangling structs.
7820 (nrepeats): Rename variable to Nrepeats.
7821 (issue_nrepeats): New function for issuing 'n' type repeats.
7822 (check_ktype): New function to check for type K name compression.
7823 (build_overload_nested_name): Add a check for K name compression.
7824 (build_qualified_name): Add a check for K name compression and don't
7825 use DECL_ASSEMBLER_NAME when squangling is on.
7826 (check_btype): New function, checks for B type compression.
7827 (build_static_name, build_decl_overload_real): Initiate squangling.
7828 (build_typename_overload, build_overload_with_type): Initiate
7829 squangling
7830
7831 Sun Feb 8 23:47:38 1998 scott snyder <sss@d0linux01.fnal.gov>
7832
7833 * method.c (make_thunk): Avoid name buffer overflow.
7834
7835 Sat Feb 7 16:48:54 1998 Jason Merrill <jason@yorick.cygnus.com>
7836
7837 * pt.c (instantiate_decl): Call cp_finish_decl for vars even if we
7838 don't define them yet.
7839
7840 * parse.y (nomods_initdcl0): Add constructor_declarator case.
7841
7842 Fri Feb 6 21:32:25 1998 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7843
7844 * config-lang.in (diff_excludes): Use basename only.
7845
7846 Thu Feb 5 19:10:40 1998 Jason Merrill <jason@yorick.cygnus.com>
7847
7848 * tinfo2.cc: Add tinfo for signed char.
7849
7850 Thu Feb 5 14:38:23 1998 Mike Stump <mrs@wrs.com>
7851
7852 * search.c (compute_access): Handle protected constructors in derived
7853 classes as accessible.
7854
7855 Wed Feb 4 01:26:49 1998 Jason Merrill <jason@yorick.cygnus.com>
7856
7857 * expr.c (cplus_expand_expr, PCC_STATIC_STRUCT_RETURN code):
7858 Call convert_from_reference sooner.
7859
7860 Tue Feb 3 23:50:52 1998 Mark Mitchell <mmitchell@usa.net>
7861
7862 * cvt.c (ocp_convert): Obtain the constant values from constant
7863 decls even if the destination type is the same as the type of the
7864 decl.
7865
7866 * decl2.c (finish_file): Make sure that static inlines with
7867 definitions are not marked DECL_EXTERNAL before returning.
7868
7869 Tue Feb 3 22:43:42 1998 Jason Merrill <jason@yorick.cygnus.com>
7870
7871 * decl.c: Lose arg_looking_for_template.
7872 (lookup_name_real): Likewise.
7873 * parse.y: Lose processing_template_arg, template_arg1.
7874 (primary): Likewise.
7875 * spew.c (yylex): Set lastiddecl for PTYPENAMEs, too.
7876
7877 Tue Feb 3 22:04:01 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
7878
7879 * error.c (dump_decl): Fix type of default arguments for template
7880 template parameters and nontype template parameters.
7881 * parse.y (template_parm): Handle invalid default template
7882 template arguments here.
7883
7884 * parse.y (template_parm): Use template_arg instead of PTYPENAME
7885 for default template template argument.
7886 * pt.c (coerce_template_parms): Merge default template argument
7887 codes. Can treat RECORD_TYPE as template name if it is implicitly
7888 created. Fix argument index in error message.
7889 * typeck.c (comptypes): Merge template argument comparison codes in
7890 TEMPLATE_TEMPLATE_PARM and RECORD_TYPE.
7891
7892 Tue Jan 6 01:42:44 1998 Mumit Khan <khan@xraylith.wisc.edu>
7893
7894 * lex.c (file_name_nondirectory): Also check for '/'.
7895
7896 Mon Feb 2 11:24:22 1998 Mark Mitchell <mmitchell@usa.net>
7897
7898 * parse.y (primary): Deal with statement-expressions in
7899 templates.
7900 * pt.c (tsubst_copy): Handle BIND_EXPR.
7901 * tree.c (mapcar): Likewise.
7902
7903 * call.c (add_template_candidate_real): Pass extra parameter to
7904 fn_type_unification.
7905 * cp-tree.h (fn_type_unification): Add parameter.
7906 * pt.c (fn_type_unification): Add additional parameter to deal with
7907 static member functions.
7908 (get_bindings): Deal with static member functions.
7909
7910 * cp-tree.h (DECL_NONSTATIC_MEMBER_FUNCTION_P): New macro.
7911 (revert_static_member_fn): Declare.
7912 * decl.c (revert_static_member_fn): Remove declaration. Change
7913 linkage from internal to external.
7914 (cp_finish_decl): Deal with virtual functions in classes local to
7915 template functions.
7916 * decl2.c (finish_file): Don't forget to emit increment/decrement
7917 expressions in initializers for file-scope variables.
7918 * parse.y (typename_sub2): If the typename doesn't names a
7919 template, rather than a type, issue an error message.
7920 * pt.c (check_explicit_specialization): Handle specializations of
7921 static member functions.
7922 (coerce_template_parms): Handle offset references to lists of
7923 member functions.
7924 * search.c (note_debug_info_needed): Don't crash when handed a
7925 type which is being defined.
7926 * typeck.c (complete_type): Don't crash when handed NULL_TREE;
7927 that can happen with some illegal code.
7928
7929 Mon Feb 2 00:57:38 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7930
7931 * call.c (user_harshness): Initialize `code' to 0.
7932 (build_method_call): Initialize `candidates', `cp' and `len' to 0.
7933 (null_ptr_cst_p): Add parentheses around && within ||.
7934 (standard_conversion): Likewise.
7935 (z_candidate): Likewise.
7936 (build_user_type_conversion_1): Initialize `args' to NULL_TREE.
7937 (build_object_call): Likewise for `mem_args'.
7938 (build_new_op): Likewise for `mem_arglist'. Add `return' from
7939 default case in enumeration switch.
7940
7941 * class.c (build_vtable_entry): Add explicit braces to avoid
7942 ambiguous `else'.
7943 (build_class_init_list): Likewise.
7944 (finish_struct_1): Initialize `width' to 0.
7945 (instantiate_type): Initialize `name' to NULL_TREE. Add
7946 explicit braces to avoid ambiguous `else'.
7947
7948 * cvt.c (convert_to_aggr): Add explicit braces to avoid ambiguous
7949 `else'.
7950
7951 * decl.c (grok_reference_init): Eliminate unused parameter, all
7952 callers changed.
7953 (record_builtin_type): Initialize `tdecl' to NULL_TREE.
7954 (init_decl_processing): Initialize `vb_off_identifier' to NULL_TREE.
7955 (cp_finish_decl): Initialize `ttype' to NULL_TREE.
7956 (grokdeclarator): Add parentheses around && within ||. Add
7957 explicit braces to avoid ambiguous `else'.
7958 (grokparms): Initialize `type' to NULL_TREE.
7959 (xref_tag): Remove unused label `just_return'.
7960 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
7961 (finish_function): Initialize `cond' and `thenclause' to NULL_TREE.
7962 (hack_incomplete_structures): Add parentheses around assignment
7963 used as truth value.
7964
7965 * decl2.c (coerce_delete_type): Hide definition of `e3'.
7966
7967 * error.c: Include <stdlib.h>.
7968 (dump_expr): Change the type of `i' to size_t. Remove unused
7969 label `error'.
7970
7971 * except.c (init_exception_processing): Remove unused variable `d'.
7972 (expand_throw): Likewise for `label'.
7973
7974 * friend.c (add_friends): Add explicit braces to avoid ambiguous
7975 `else'.
7976
7977 * init.c (sort_member_init): Initialize `last_field' to NULL_TREE.
7978 (sort_base_init): Likewise for `binfo'.
7979 (expand_member_init): Likewise for `rval'.
7980 (build_member_call): Add parentheses around assignment used as
7981 truth value.
7982 (build_offset_ref): Add explicit braces to avoid ambiguous `else'.
7983 (build_new): Initialize `nelts' to NULL_TREE. Initialize
7984 `old_immediate_size_expand' to 0.
7985 (build_new_1): Initialize `nelts' and `alloc_node' to NULL_TREE.
7986 (build_vec_delete_1): Remove unused variable `block'.
7987 (expand_vec_init): Initialize `itype' to NULL_TREE.
7988
7989 * lex.c: Include <strings.h> if we don't have <string.h>. Protect
7990 declaration of `index' and `rindex' with autoconf macros.
7991 (reinit_parse_for_expr): Remove unused variables
7992 `look_for_semicolon' and `look_for_lbrac'.
7993 (cons_up_default_function): Initialize `args' to NULL_TREE.
7994 (readescape): Initialize `firstdig' to 0.
7995 (real_yylex): Add parentheses around assignment used as truth value.
7996
7997 * method.c: Include <strings.h> if we don't have <string.h>.
7998 Protect declaration of `index' with autoconf macro.
7999
8000 * parse.y (primary): Add explicit braces to avoid ambiguous `else'.
8001 Initialize `type' to NULL_TREE.
8002 (structsp): Remove unused variable `id'.
8003
8004 * pt.c (coerce_template_parms): Add explicit braces to avoid
8005 ambiguous `else'.
8006 (lookup_template_class): Initialize `template' to NULL_TREE.
8007 (instantiate_class_template): Remove unused variable `name' and `e'.
8008 (tsubst): Likewise for `i'. Initialize `last' to NULL_TREE.
8009 (do_poplevel): Initialize `saved_warn_unused' to 0.
8010 (type_unification): Remove unused varable `parm'.
8011 (unify): Likewise for `j'.
8012
8013 * repo.c (init_repo): Add parentheses around assignment used as
8014 truth value.
8015 (finish_repo): Remove unused varable `p'.
8016
8017 * search.c (get_binfo): Initialize `type' to NULL_TREE.
8018 (get_base_distance): Likewise.
8019 (lookup_field): Initialize `rval_binfo_h', `type', `basetype_path'
8020 and `new_v' to NULL_TREE.
8021 (lookup_fnfields): Likewise for `rval_binfo_h'.
8022 (breadth_first_search): Add parentheses around assignment used as
8023 truth value.
8024 (get_template_base): Initialize `type' to NULL_TREE.
8025
8026 * sig.c (append_signature_fields): Initialize `last_mfptr' to
8027 NULL_TREE.
8028 (build_signature_table_constructor): Likewise for
8029 `last_rhs_field', `pfn' and `vt_off'.
8030 (build_sigtable): Likewise for `init'.
8031
8032 * tree.c (break_out_calls): Initialize `t2' to NULL_TREE.
8033 (propagate_binfo_offsets): Likewise for `delta'.
8034 (hash_tree_cons): Initialize hashcode to 0.
8035 (can_free): Likewise for `size'.
8036 (cp_tree_equal): Add explicit braces to avoid ambiguous `else'.
8037
8038 * typeck.c (convert_sequence): Hide prototype.
8039 (common_type): Add explicit braces to avoid ambiguous `else'.
8040 (comp_target_types): Likewise.
8041 (build_x_function_call): Initialize `ctypeptr' to NULL_TREE.
8042 (build_function_call_real): Add explicit braces to avoid ambiguous
8043 `else'.
8044 (convert_arguments): Initialize `called_thing' to 0.
8045 (convert_for_initialization): Initialize `savew' and `savee' to 0.
8046
8047 * typeck2.c (incomplete_type_error): Initialize `errmsg' to 0.
8048 (digest_init): Initialize `old_tail_contents' to NULL_TREE.
8049 (build_x_arrow): Likewise for `last_rval'.
8050
8051 * xref.c (GNU_xref_decl): Initialize `cls' to 0.
8052
8053 Sun Feb 1 12:45:34 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
8054
8055 * decl.c (init_decl_processing): Use set_sizetype.
8056 * decl2.c (sizetype): Don't declare.
8057 * typeck.c (c_sizeof): Convert result of *_DIV_EXPR to sizetype.
8058 (c_sizeof_nowarn, build_binary_op_nodefault): Likewise.
8059 (build_component_addr, unary_complex_lvalue): Likewise.
8060 * rtti.c (expand_class_desc): Likewise.
8061 * class.c (get_vfield_offset): Likewise.
8062
8063 Thu Jan 29 10:39:30 1998 Mark Mitchell <mmitchell@usa.net>
8064
8065 * pt.c (convert_nontype_argument): Move check for is_overloaded_fn
8066 early to avoid bogus error. Handle overloaded function
8067 names provided as template arguments correctly.
8068 (coerce_template_parms): Don't mishandle overloaded functions when
8069 dealing with template template parameters.
8070 (lookup_template_class): Issue an error message, rather than
8071 crashing, when the TYPE_DECL provided is not a template type.
8072
8073 Wed Jan 28 23:14:44 1998 Jason Merrill <jason@yorick.cygnus.com>
8074
8075 * class.c (instantiate_type): Don't just return a known type if
8076 it's wrong.
8077
8078 Wed Jan 28 11:04:07 1998 Mark Mitchell <mmitchell@usa.net>
8079
8080 * class.c (instantiate_type): Remove handling of FUNCTION_DECL
8081 since that code could never be reached.
8082
8083 * error.c (dump_decl): Avoid aborting in the midst of printing an
8084 error message about an illegal template declaration.
8085
8086 * parse.y (structsp): Print an error message, rather than crashing,
8087 when a class-head does not name a class.
8088
8089 * pt.c (convert_nontype_argument): Allow REAL_TYPE and COMPLEX_TYPE
8090 template arguments as a g++ extension.
8091
8092 * cp-tree.def (ALIGNOF_EXPR): New tree code.
8093 * decl2.c (grok_alignof): If processing_template_decl, just store
8094 the expression.
8095 * typeck.c (c_alignof): Likewise.
8096 * decl2.c (build_expr_from_tree): Handle ALIGNOF_EXPR.
8097 * error.c (dump_expr): Likewise.
8098 * pt.c (tsubst_copy): Likewise.
8099 * tree.c (cp_tree_equal): Likewise.
8100 * pt.c (uses_template_parms): Correctly determine whether or not a
8101 SIZEOF_EXPR/ALIGNOF_EXPR uses template parameters so that constant
8102 folding can be done.
8103
8104 * cp-tree.h (grok_enum_decls): Remove type parameter.
8105 * decl.c (grok_enum_decls): Likewise.
8106 * decl2.c (grok_x_components): Call grok_enum_decls
8107 unconditionally, since it will do nothing if there is no
8108 current_local_enum. Use the new calling sequence.
8109 * pt.c (tsubst_enum): Use the new calling sequence for
8110 grok_enum_decls.
8111
8112 * decl.c (start_function): Make member functions of local classes
8113 in extern inline functions have comdat linkage here...
8114 (grokdeclarator): Rather than here.
8115
8116 Wed Jan 28 10:55:47 1998 Jason Merrill <jason@yorick.cygnus.com>
8117
8118 * pt.c (convert_nontype_argument): Use decl_constant_value.
8119
8120 Tue Jan 27 16:42:21 1998 Mark Mitchell <mmitchell@usa.net>
8121
8122 * call.c (add_template_candidate_real): New function.
8123 (add_template_candidate): Use it.
8124 (add_template_conv_candidate): Likewise.
8125 (joust): Pass extra argument to more_specialized.
8126 * class.c (instantiate_type): Handle a single FUNCTION_DECL.
8127 (is_local_class): Remove.
8128 (finish_struct): Check TI_PENDING_SPECIALIZATION_FLAG.
8129 * cp-tree.h (is_local_class): Remove.
8130 (perform_array_to_pointer_conversion): Likewise.
8131 (finish_member_template_decl): Add.
8132 (check_explicit_specialization): Return a tree, not an int.
8133 (more_specialized): Take additional argument.
8134 (get_bindings): Likewise.
8135 (TI_PENDING_SPECIALIZATION_FLAG): New macro.
8136 * cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
8137 (perform_array_to_pointer_conversion): Remove.
8138 * decl.c (saved_scope): Add processing_specialization,
8139 processing_explicit_instantiation fields.
8140 (maybe_push_to_top_level): Save them.
8141 (pop_from_top_level): Restore them.
8142 (grokfndecl): Use new return value from
8143 check_explicit_specialization.
8144 (start_decl): Don't check flag_guiding_decls before pushing
8145 decls.
8146 (cp_finish_decl): Remove previous (bogus) change.
8147 (grok_declarator): Use decl_function_context rather than
8148 is_local_class.
8149 * decl2.c (finish_file): Pass extra argument to get_bindings.
8150 (build_expr_from_tree): Let build_x_component_ref check
8151 validity of arguments rather than doing it here.
8152 * lex.c (cons_up_default_function): Remove code fooling with
8153 processing_specialization, processing_explicit_instantiation
8154 flags, as that is now done in {maybe_push_top,pop_from}_top_level.
8155 * method.c (build_overload_identifier): Mangle local classes in
8156 template functions correctly.
8157 * parse.y (finish_member_template_decl): Move to pt.c.
8158 * pt.c (finish_member_template_decl): Moved here from parse.y.
8159 (print_candidates): New function.
8160 (determine_specialization): Change interface. Properly look for
8161 most specialized versions of template candidates.
8162 (check_explicit_specialization): Fully process explicit
8163 instantiations.
8164 (push_template_decl): Avoid looking at CLASSTYPE fields in
8165 FUNCTION_DECLS.
8166 (determine_overloaded_function): Remove.
8167 (convert_nontype_argument): Change name from
8168 convert_nontype_parameter. Use determine_overloaded_function
8169 instead of instantiate_type.
8170 (mangle_class_name_for_template): Handle type contexts as well as
8171 function contexts.
8172 (classtype_mangled_name): Likewise.
8173 (lookup_template_class): Likewise.
8174 (tsubst): Likewise.
8175 (more_specialized): Take explict template arguments as a
8176 parameter.
8177 (most_specialized): Likewise.
8178 (get_bindings): Likewise. Check that return types match before
8179 proclaiming a function a match.
8180 (do_decl_instantiation): Remove code searching for function to
8181 instantiate; that is now done in check_explicit_specialization.
8182 (add_maybe_template): Pass extra argument to get_bindings.
8183 * tree.c (really_overloaded_fn): Use is_overloaded_fn to simplify
8184 implementation.
8185 * typeck.c (build_component_ref): Check for invalid arguments.
8186
8187 Tue Jan 27 01:44:02 1998 Jason Merrill <jason@yorick.cygnus.com>
8188
8189 * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that
8190 return_target and call_target are equivalent.
8191
8192 * pt.c (type_unification_real): Just accept function parms that
8193 don't use any template parms.
8194
8195 Sun Jan 25 03:30:00 1998 Jason Merrill <jason@yorick.cygnus.com>
8196
8197 * decl.c (cp_finish_decl): When bailing on a comdat variable, also
8198 unset DECL_NOT_REALLY_EXTERN.
8199
8200 * parse.y (typename_sub*): Fix std::.
8201
8202 Sat Jan 24 12:13:54 1998 Jason Merrill <jason@yorick.cygnus.com>
8203
8204 * error.c (dump_decl): Fix type default template args.
8205 (dump_type): Hand TEMPLATE_DECL off to dump_decl.
8206
8207 Fri Jan 23 18:34:37 1998 Mumit Khan <khan@xraylith.wisc.edu>
8208
8209 * lex.c (DIR_SEPARATOR): Define to be '/' if not already defined.
8210 (file_name_nondirectory): Use.
8211
8212 Wed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
8213
8214 * pt.c (coerce_template_parms): Don't access elements of ARGLIST
8215 that are not really present. Substitute default arguments in
8216 template template arguments. Correctly convert TEMPLATE_DECL to
8217 TEMPLATE_TEMPLATE_PARM.
8218 (comp_template_args): TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM
8219 are no longer treated specially here.
8220 * parse.y (template_template_parm): Fix copy error.
8221 * decl.c (grokdeclarator): Warn about missing `typename' for nested
8222 type created from template template parameters.
8223 * parse.y (bad_parm): Likewise
8224
8225 * class.c (finish_struct): Handle TEMPLATE_TEMPLATE_PARM.
8226 (push_nested_class): Likewise.
8227 * cp-tree.def (TEMPLATE_TEMPLATE_PARM): New tree code.
8228 * cp-tree.h (DECL_TEMPLATE_TEMPLATE_PARM_P): New macro.
8229 (copy_template_template_parm): Declare.
8230 * decl.c (arg_looking_for_template): New variable.
8231 (lookup_name_real): Handle TEMPLATE_TEMPLATE_PARM.
8232 Try to return TEMPLATE_DECL or TEMPLATE_TEMPLATE_PARM
8233 node if arg_looking_for_template is nonzero.
8234 (pushdecl): Handle TEMPLATE_TEMPLATE_PARM.
8235 (grok_op_properties, xref_tag, xref_basetypes): Likewise.
8236 (grokdeclarator): Handle TEMPLATE_DECL.
8237 * decl2.c (constructor_name_full): Handle TEMPLATE_TEMPLATE_PARM.
8238 * error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM.
8239 (dump_type_prefix, dump_type_suffix): Handle TEMPLATE_TEMPLATE_PARM.
8240 (dump_decl): Handle unnamed template type parameters.
8241 Handle template template parameters.
8242 (dump_function_name): Handle template template parameters.
8243 * init.c (is_aggr_typedef, is_aggr_type, get_aggr_from_typedef):
8244 Handle TEMPLATE_TEMPLATE_PARM.
8245 * method.c (build_template_template_parm_names): New function.
8246 (build_template_parm_names): Handle TEMPLATE_DECL.
8247 (build_overload_nested_name, build_overload_name):
8248 Handle TEMPLATE_TEMPLATE_PARM.
8249 * parse.y (maybe_identifier): New nonterminal.
8250 (template_type_parm): Use it.
8251 (template_template_parm, template_arg1): New nonterminal.
8252 (template_parm): Add template_template_parm rules.
8253 (template_arg): Set processing_template_arg.
8254 (template_arg1): Rules moved from template_arg.
8255 (primary, nonnested_type): Set arg_looking_for_template if we are
8256 processing template arguments.
8257 * pt.c (begin_member_template_processing): Handle TEMPLATE_DECL.
8258 (process_template_parm): Handle template template parameters.
8259 (coerce_template_parms, comp_template_args): Likewise.
8260 (mangle_class_name_for_template, lookup_template_class): Likewise.
8261 (uses_template_parms): Handle TEMPLATE_DECL and
8262 TEMPLATE_TEMPLATE_PARM.
8263 (current_template_args): Handle TEMPLATE_DECL.
8264 (tsubst, tsubst_copy, unify): Handle TEMPLATE_TEMPLATE_PARM.
8265 * search.c (dfs_walk, dfs_record_inheritance):
8266 Handle TEMPLATE_TEMPLATE_PARM.
8267 * tree.c (copy_template_template_parm): New function.
8268 (mapcar): Handle TEMPLATE_TEMPLATE_PARM.
8269 * typeck.c (comptypes): Handle TEMPLATE_TEMPLATE_PARM.
8270
8271 Mon Jan 19 22:40:03 1998 Mark Mitchell <mmitchell@usa.net>
8272
8273 * decl.c (start_decl): Don't allow duplicate definitions of static
8274 data members.
8275
8276 * call.c (build_user_type_conversion_1): Handle user-defined
8277 template conversion operators correctly.
8278
8279 * decl2.c (build_expr_from_tree): Issue an error message if the
8280 object in a COMPONENT_REF is a TEMPLATE_DECL.
8281
8282 * typeck.c (incomplete_type_error): Handle TEMPLATE_TYPE_PARMs.
8283
8284 * class.c (is_local_class): New function.
8285 * cp-tree.h (is_local_class): Declare it.
8286 (last_tree): Likewise.
8287 (begin_tree): Likewise.
8288 (end_tree): Likewise.
8289 (lookup_template_class): Change prototype.
8290 * decl.c (cp_finish_decl): Check for NULL where necessary.
8291 Consider FUNCTION_DECLS to declare objects with top-level binding,
8292 when calling make_decl_rtl.
8293 (grokdeclarator): Give members of local classes internal linkage.
8294 (start_function): Remove declaration of last_tree.
8295 (finish_function): Set flag_keep_inline_functions around call to
8296 rest_of_compilation if we are processing a member function in a
8297 local class.
8298 (start_method): Call push_template_decl for member functions of
8299 local classes in template functions.
8300 * decl2.c (import_export_decl): Don't give external linkage to
8301 instantiations of templates with internal linkage.
8302 * parse.y (last_tree): Remove declaration.
8303 (template_type): Pass extra parameter to lookup_template_class.
8304 (self_template_type): Likewise.
8305 (structsp): Move call to reset_specialization into left_curly.
8306 (left_curly): Call reset_specialization, and begin_tree.
8307 * pt.c (saved_trees): New variable.
8308 (mangle_class_name_for_template): Change prototype. Use
8309 additional function context to name local classes in templates
8310 correctly.
8311 (classtype_mangled_name): Pass the context.
8312 (push_template_decl): Handle local classes and templates, and
8313 member functions for such classes.
8314 (convert_nontype_parameter): Fix handling of pointer-to-member
8315 constants.
8316 (lookup_template_class): Handle local classes in templates.
8317 (tsubst): Likewise. Don't assume that template instantiations
8318 have external linkage; pay attention to the template declaration.
8319 (mark_decl_instantiated): Likewise.
8320 (begin_tree): New function.
8321 (end_tree): Likewise.
8322
8323 * decl.c (xref_basetypes): Don't call complete_type for basetypes
8324 that involve template parameters; that can lead to infinite
8325 recursion unnecessarily.
8326
8327 * pt.c (register_specialization): Do not register specializations
8328 that aren't ready to be registered yet.
8329 (check_explicit_specialization): Handle explicit specialization of
8330 constructors and destructors.
8331 (build_template_decl): New function.
8332 (push_template_delc): Handle out-of-class specializations of
8333 member templates.
8334
8335 * pt.c (check_explicit_specialization): Set up the template
8336 information before registering the specialization.
8337 (coerce_template_parms): Fix thinko.
8338 (tsubst): Handle specializations of member templates correctly.
8339
8340 * class.c (finish_struct_methods): Remove calls to
8341 check_explicit_specialization from here.
8342 (finish_struct): And insert them here.
8343 * cp-tree.h (perform_qualification_conversions): New function.
8344 (perform_array_to_pointer_conversion): Likewise.
8345 (begin_explicit_instantiation): Likewise.
8346 (end_explicit_instantiation): Likewise.
8347 (determine_specialization): Renamed from
8348 determine_explicit_specialization.
8349 (comp_template_parms): New function.
8350 (processing_explicit_instantiation): New variable.
8351 * cvt.c (perform_qualification_conversions): New function.
8352 (perform_array_to_pointer_conversion): Likewise.
8353 * decl.c (duplicate_decls): Don't consider template functions
8354 alike unless they have the same parameters. Refine handling of
8355 instantiation/specialization mismatches.
8356 (start_decl): Don't call pushdecl for template specializations,
8357 since they don't affect overloading.
8358 (start_function): Likewise.
8359 (grokfndecl): Call check_explicit_specialization a little later.
8360 Don't call duplicate_decls for memberm template specializations.
8361 (grokdeclarator): Don't update template_count for classes that are
8362 themselves specializations. Remove use of `2' as parameter to
8363 grokfndecl since that value isn't used.
8364 * lex.c (cons_up_default_function): Save and restore
8365 processing_explicit_instantiation around calls to grokfield.
8366 * parse.y (finish_member_template_decl): New function.
8367 (component_decl_1): Use it.
8368 (fn.def2): Likewise.
8369 (template_arg_list_opt): New nonterminal.
8370 (template_type): Use it.
8371 (self_template_type): Likewise.
8372 (template_id): Likewise.
8373 (object_template_id): Likewise.
8374 (notype_template_declarator): Likwise.
8375 (begin_explicit_instantiation): Likewise.
8376 (end_explicit_instantiation): Likewise.
8377 (explicit_instantiation): Use them.
8378 * pt.c (coerce_template_parms): Add parameters.
8379 (processing_explicit_instantiation): New variable.
8380 (convert_nontype_parameter): New function.
8381 (determine_overloaded_function): Likewise.
8382 (begin_explicit_instantiation): Likewise.
8383 (end_explicit_instantiation): Likewise.
8384 (retrieve_specialization): Likewise.
8385 (register_specialization): Likewise.
8386 (processing_explicit_specialization): Removed.
8387 (determine_specialization): Handle specializations of member
8388 functions of template class instantiations.
8389 (check_explicit_specialization): Refine to conform to standard.
8390 (comp_template_parms): New function.
8391 (coerce_template_parms): Call convert_nontype_parameter.
8392 (tsubst): Refine handling of member templates. Use
8393 register_specialization.
8394 (instantiate_template): Use retrieve_specialization.
8395 (do_decl_instantiation): Likewise.
8396 (instantiate_decl): Likewise.
8397 (type_unification): Improve handling of explict template
8398 arguments.
8399 * tree.c (mapcar): Return error_mark_node, rather than aborting,
8400 on VAR_DECLS, FUNCTION_DECLS, and CONST_DECLS.
8401 * typeck.c (build_unary_op): Call determine_specialization, rather
8402 than determine_explicit_specialization.
8403
8404 Mon Jan 19 13:18:51 1998 Jason Merrill <jason@yorick.cygnus.com>
8405
8406 * cvt.c (build_up_reference): A TARGET_EXPR has side effects.
8407
8408 Fri Jan 16 11:40:50 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8409
8410 * error.c (dump_decl): For enum tags, output the tag, not its value.
8411
8412 1998-01-13 Brendan Kehoe <brendan@cygnus.com>
8413
8414 * decl.c (init_decl_processing): Only call init_rtti_processing
8415 FLAG_RTTI is set.
8416
8417 Mon Jan 12 01:35:18 1998 Jason Merrill <jason@yorick.cygnus.com>
8418
8419 * init.c (build_new_1): Split out from build_new.
8420 (build_new): Just return a NEW_EXPR.
8421 * expr.c (cplus_expand_expr): Handle NEW_EXPR.
8422
8423 * decl2.c (get_temp_regvar): Tweak.
8424
8425 * cp-tree.h (TREE_CALLS_NEW): Comment out.
8426 * class.c (resolves_to_fixed_type_p): Remove use.
8427 * method.c (build_opfncall): Likewise.
8428 * call.c (build_new_op): Likewise.
8429
8430 Wed Jan 7 23:47:13 1998 Jason Merrill <jason@yorick.cygnus.com>
8431
8432 * exception.cc (__eh_alloc, __eh_free): New fns.
8433 (__cp_push_exception, __cp_pop_exception): Use them.
8434 (__uncatch_exception): Call terminate here if no exception.
8435 * except.c (build_terminate_handler): New fn.
8436 (expand_start_catch_block): Use it.
8437 (expand_exception_blocks): Likewise.
8438 (alloc_eh_object): New fn.
8439 (expand_throw): Use it. Protect exception init with terminate.
8440 * typeck.c (build_modify_expr): Remove code that ignores trivial
8441 methods.
8442
8443 Mon Dec 22 11:36:27 1997 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8444
8445 * call.c (add_builtin_candidate): Add default case in enumeration
8446 switch.
8447 (build_new_op): Likewise.
8448 (convert_like): Likewise.
8449 * cvt.c (build_expr_type_conversion): Likewise.
8450 * tree.c (real_lvalue_p): Likewise.
8451 (lvalue_p): Likewise.
8452 (cp_tree_equal): Likewise.
8453 * typeck.c (comptypes): Likewise.
8454 (build_component_ref): Likewise.
8455 (build_function_call_real): Likewise.
8456 (build_binary_op_nodefault): Likewise.
8457 (build_unary_op): Likewise.
8458 (build_modify_expr): Likewise.
8459 * typeck2.c (initializer_constant_valid_p): Likewise.
8460
8461 Sun Dec 21 15:59:00 1997 Nick Clifton <nickc@cygnus.com>
8462
8463 * decl2.c (lang_decode_option): Add support for -Wunknown-pragmas.
8464
8465 Thu Dec 18 14:51:50 1997 Mark Mitchell <mmitchell@usa.net>
8466
8467 * pt.c (coerce_template_parms): Make sure to digest_init if
8468 possible.
8469
8470 * decl.c (duplicate_decls): Make the newdecl virtual if the
8471 olddecl was, just as is done with other attributes of olddecl.
8472
8473 Thu Dec 18 14:43:19 1997 Jason Merrill <jason@yorick.cygnus.com>
8474
8475 * typeck.c (unary_complex_lvalue): Ignore op0 when taking the
8476 address of an OFFSET_REF.
8477
8478 * cp-tree.def: Add AGGR_INIT_EXPR.
8479 * error.c, tree.c, typeck.c: Replace uses of NEW_EXPR with
8480 AGGR_INIT_EXPR where appropriate.
8481 * expr.c (cplus_expand_expr): Likewise. Simplify.
8482
8483 * decl2.c (finish_file): Remove call to register_exception_table.
8484
8485 Wed Dec 17 17:08:52 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
8486
8487 * pt.c (instantiate_class_template): Don't do injection when
8488 processing_template_decl is true, as pollutes current_binding_level
8489 for base classes.
8490
8491 Wed Dec 17 21:17:39 1997 Peter Schmid <schmid@ltoi.iap.physik.tu-darmstadt.de>
8492
8493 * pt.c (maybe_fold_nontype_arg): Add prototype.
8494
8495 Tue Dec 16 10:31:20 1997 Jason Merrill <jason@yorick.cygnus.com>
8496
8497 * tree.c (mapcar): Handle TRY_CATCH_EXPR et al.
8498 * error.c (dump_expr): Likewise.
8499
8500 Mon Dec 15 12:22:04 1997 Jason Merrill <jason@yorick.cygnus.com>
8501
8502 * typeck.c (build_function_call_real): Remove "inline called before
8503 definition" pedwarn.
8504
8505 * pt.c (coerce_template_parms): Use maybe_fold_nontype_arg.
8506
8507 Sun Dec 14 22:34:20 1997 Jason Merrill <jason@yorick.cygnus.com>
8508
8509 * cvt.c (cp_convert_to_pointer): Fix base conversion of pm's.
8510
8511 * pt.c (type_unification_real): Change __null to type void* with
8512 a warning.
8513
8514 Sun Dec 14 20:38:35 1997 Mark Mitchell <mmitchell@usa.net>
8515
8516 * call.c (implicit_conversion): Don't call
8517 build_user_type_conversion_1 with a NULL expr, since it will
8518 crash.
8519
8520 * pt.c (unify): Don't try to unify array bounds if either array is
8521 unbounded.
8522
8523 Fri Dec 12 16:09:14 1997 Jason Merrill <jason@yorick.cygnus.com>
8524
8525 * errfn.c (cp_pedwarn, cp_pedwarn_at, cp_error_at, cp_warning_at):
8526 Replace extern decls with casts.
8527
8528 * decl.c (expand_start_early_try_stmts): Don't mess with a sequence.
8529 Update last_parm_cleanup_insn.
8530 (store_after_parms): Remove.
8531 * cp-tree.h: Adjust.
8532
8533 Thu Dec 11 22:18:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8534
8535 * decl2.c (comdat_linkage): Also set DECL_COMDAT.
8536 (finish_file): Check DECL_COMDAT instead of weak|one_only.
8537 (import_export_vtable): Use make_decl_one_only instead of
8538 comdat_linkage for win32 tweak.
8539 (import_export_decl): Likewise.
8540 * pt.c (mark_decl_instantiated): Likewise.
8541
8542 * decl2.c (finish_file): Lose handling of templates in pending_statics.
8543
8544 Thu Dec 11 21:12:09 1997 Jason Merrill <jason@yorick.cygnus.com>
8545
8546 * decl2.c (finish_file): Lose call to expand_builtin_throw.
8547 * except.c (expand_builtin_throw): Remove.
8548 * cp-tree.h: Remove ptr_ptr_type_node.
8549 * decl.c: Likewise.
8550
8551 Thu Dec 11 20:43:33 1997 Teemu Torma <tot@trema.com>
8552
8553 * decl.c (ptr_ptr_type_node): Define.
8554 (init_decl_processing): Initialize it.
8555 * cp-tree.h: Declare it.
8556 * exception.cc (__cp_exception_info): Use __get_eh_info.
8557 (__cp_push_exception): Likewise.
8558 (__cp_pop_exception): Likewise.
8559
8560 From Scott Snyder <snyder@d0sgif.fnal.gov>:
8561 * except.c (expand_builtin_throw): Use get_saved_pc_ref instead of
8562 saved_pc.
8563 (init_exception_processing): Removed saved_pc initialization.
8564
8565 Wed Dec 10 11:04:45 1997 Jason Merrill <jason@yorick.cygnus.com>
8566
8567 * pt.c (instantiate_decl): Defer all templates but inline functions.
8568
8569 Mon Dec 8 23:17:13 1997 Jason Merrill <jason@yorick.cygnus.com>
8570
8571 * init.c (expand_vec_init): Don't fold a list of parameters.
8572
8573 * decl.c (copy_args_p): Handle copy elision for types with virtual
8574 bases.
8575 * call.c (build_over_call): Likewise.
8576
8577 Sun Dec 7 22:38:12 1997 Mark Mitchell <mmitchell@usa.net>
8578
8579 * pt.c (lookup_template_function): Copy the template arguments,
8580 not just the list containing them, to the permanent obstack.
8581
8582 Sun Dec 7 15:53:06 1997 Jason Merrill <jason@yorick.cygnus.com>
8583
8584 * except.c (expand_start_catch_block): suspend_momentary for the
8585 terminate handler.
8586
8587 * error.c (dump_decl): Handle LOOKUP_EXPR.
8588
8589 Sun Dec 7 15:45:07 1997 Mark Mitchell <mmitchell@usa.net>
8590
8591 * rtti.c (build_dynamic_cast): Copy the cast-to type to the
8592 permanent obstack if we are processing a template decl.
8593 * typeck.c (build_static_cast): Likewise.
8594 (build_const_cast): Likewise.
8595 (build_reinterpret_cast): Likewise.
8596
8597 * pt.c (coerce_template_parms): Coerce some expressions, even
8598 when processing_template_decl.
8599
8600 Sun Dec 7 01:46:33 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8601
8602 * typeck.c (build_binary_op_nodefault, pointer_diff): Symmetric
8603 handling of pointer difference expressions.
8604
8605 * typeck.c (comp_target_types): Comparison of function/method types
8606 is independent of nptrs.
8607
8608 Sun Dec 7 01:40:27 1997 Mark Mitchell <mmitchell@usa.net>
8609
8610 * pt.c (tsubst): Avoid creating pointer to reference and
8611 reference to reference types.
8612
8613 Sat Dec 6 01:29:37 1997 Jason Merrill <jason@yorick.cygnus.com>
8614
8615 * parse.y (do_id): New nonterminal.
8616 (template_id): Use it.
8617
8618 Fri Dec 5 01:17:34 1997 Jason Merrill <jason@yorick.cygnus.com>
8619
8620 * parse.y (template_id): do_identifier for PFUNCNAMEs, too.
8621 * spew.c (yylex): Don't do_identifier here.
8622 * decl2.c (build_expr_from_tree): Revert last change.
8623
8624 * decl2.c (build_expr_from_tree): Expand the name for a method call.
8625 * parse.y (object_template_id): Don't try to take the DECL_NAME.
8626
8627 Wed Dec 3 20:02:39 1997 Jason Merrill <jason@yorick.cygnus.com>
8628
8629 * init.c (build_new): Use a TARGET_EXPR instead of SAVE_EXPR for
8630 alloc_expr.
8631 * call.c (build_op_delete_call): Adjust.
8632
8633 * except.c (expand_end_catch_block): Lose rethrow region.
8634 (expand_start_catch_block): Likewise.
8635 (expand_end_catch_block): Don't expand_leftover_cleanups.
8636
8637 Wed Dec 3 13:24:04 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
8638
8639 * pt.c (tsubst): Remove tree_cons call (places redundant info into
8640 DECL_TEMPLATE_INSTANTIATION).
8641
8642 Wed Dec 3 11:44:52 1997 Jason Merrill <jason@yorick.cygnus.com>
8643
8644 * tree.c (is_overloaded_fn): Handle getting a fn template.
8645 (really_overloaded_fn): Likewise.
8646 * error.c (dump_decl): Handle TEMPLATE_ID_EXPRs better.
8647 * pt.c (check_explicit_specialization): Tweak.
8648 (determine_explicit_specialization): Tweak.
8649
8650 * tree.c, cp-tree.h (get_target_expr): New fn.
8651
8652 Wed Dec 3 08:47:27 1997 Paul Eggert <eggert@twinsun.com>
8653
8654 * pt.c (check_explicit_specialization): Fix misspelling in
8655 diagnostic: `preceeded'.
8656 * typeck.c (get_delta_difference): Fix misspelling in diagnostic:
8657 `conversiona'.
8658
8659 1997-12-02 Mark Mitchell <mmitchell@usa.net>
8660
8661 * pt.c (determine_explicit_specialization): Avoid an internal
8662 error for bad specializations.
8663
8664 * method.c (build_overload_value): Handle SCOPE_REF.
8665
8666 Tue Dec 2 19:18:50 1997 Mike Stump <mrs@wrs.com>
8667
8668 * class.c (prepare_fresh_vtable): Enable even more complex MI
8669 vtable names.
8670
8671 Tue Dec 2 01:37:19 1997 Jason Merrill <jason@yorick.cygnus.com>
8672
8673 * exception.cc (__check_eh_spec): Optimize a bit.
8674
8675 * exception.cc (__cp_pop_exception): Lose handler arg.
8676 * except.c (do_pop_exception): Likewise.
8677 (push_eh_cleanup): Let the cleanup mechanism supply the handler.
8678 (expand_end_catch_block): Likewise.
8679
8680 Fri Nov 28 01:58:14 1997 Jason Merrill <jason@yorick.cygnus.com>
8681
8682 * pt.c (check_explicit_specialization): Complain about using a
8683 template-id for a non-specialization.
8684
8685 Fri Nov 28 12:35:19 1997 Scott Christley <scottc@net-community.com>
8686
8687 * repo.c: Prototype rindex only if needed.
8688 * xref.c: Likewise.
8689
8690 Fri Nov 28 01:56:35 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8691
8692 * error.c (dump_decl): Handle TEMPLATE_ID_EXPR.
8693
8694 Thu Nov 27 00:59:46 1997 Jason Merrill <jason@yorick.cygnus.com>
8695
8696 * typeck.c (build_const_cast): Handle references here instead of
8697 handing off to convert_to_reference.
8698
8699 * except.c: Lose Unexpected, SetTerminate, SetUnexpected,
8700 TerminateFunctionCall.
8701 (init_exception_processing): Likewise. Terminate et al are now
8702 the fns, not ADDR_EXPRs.
8703 (various): Lose redundant assemble_external calls.
8704 (do_unwind): s/BuiltinReturnAddress/builtin_return_address_fndecl/.
8705
8706 * cp-tree.h (struct lang_decl_flags): Add comdat.
8707 (DECL_COMDAT): New macro.
8708 * decl.c (duplicate_decls): Propagate it.
8709 (cp_finish_decl): Handle it.
8710 * decl2.c (import_export_decl): Just set DECL_COMDAT on VAR_DECLs.
8711
8712 * class.c: Remove static pending_hard_virtuals.
8713 (add_virtual_function): Take pointers to pending_virtuals
8714 and pending_hard_virtuals.
8715 (finish_struct_1): Pass them. Declare pending_hard_virtuals.
8716
8717 Wed Nov 26 20:28:49 1997 Jason Merrill <jason@yorick.cygnus.com>
8718
8719 * decl2.c (import_export_vtable): If we support one_only but not
8720 weak symbols, mark instantiated template vtables one_only.
8721 (import_export_decl): Likewise for tinfo functions.
8722 (finish_vtable_vardecl): Also write out vtables from explicitly
8723 instantiated template classes.
8724 * pt.c (mark_class_instantiated): Revert last change.
8725
8726 * except.c (expand_throw): Call mark_used on the destructor.
8727
8728 Wed Nov 26 15:13:48 1997 Jeffrey A Law (law@cygnus.com)
8729
8730 * lex.c (lang_init): Enable flag_exceptions by default if no
8731 command line switch was specified.
8732
8733 1997-11-26 Mark Mitchell <mmitchell@usa.net>
8734
8735 * pt.c (unify): Handle `void' template parameters in
8736 specializations.
8737
8738 Wed Nov 26 01:11:24 1997 Jason Merrill <jason@yorick.cygnus.com>
8739
8740 * rtti.c (build_dynamic_cast): Handle template case here.
8741 (build_dynamic_cast_1): Not here.
8742
8743 * typeck2.c (digest_init): Make copies where appropriate.
8744
8745 * decl2.c (delete_sanity): resolve_offset_ref.
8746
8747 * except.c: Call terminate without caching so many bits.
8748
8749 * except.c (expand_start_catch_block): Fix catching a reference
8750 to pointer.
8751
8752 Tue Nov 25 11:28:21 1997 Jason Merrill <jason@yorick.cygnus.com>
8753
8754 * init.c (build_new): Copy size to the saveable obstack.
8755
8756 * init.c (build_new): Stick a CLEANUP_POINT_EXPR inside the
8757 TRY_CATCH_EXPR for now.
8758
8759 Mon Nov 24 12:15:55 1997 Jason Merrill <jason@yorick.cygnus.com>
8760
8761 * typeck.c (mark_addressable): Don't assume a FUNCTION_DECL
8762 has DECL_LANG_SPECIFIC.
8763
8764 * exception.cc (struct cp_eh_info): Add handlers field.
8765 (__cp_push_exception): Initialize it.
8766 (__cp_pop_exception): Decrement it. Don't pop unless it's 0.
8767 (__throw_bad_exception): Remove.
8768 * except.c (call_eh_info): Add handlers field.
8769 (get_eh_handlers): New fn.
8770 (push_eh_cleanup): Increment handlers.
8771
8772 Fri Nov 21 12:22:07 1997 Jason Merrill <jason@yorick.cygnus.com>
8773
8774 * except.c (expand_start_eh_spec): Use the try/catch code.
8775 (expand_end_eh_spec): Likewise. Call __check_eh_spec instead of
8776 doing everything inline.
8777 (init_exception_processing): throw_type_match now takes
8778 const void pointers.
8779 * exception.cc (__check_eh_spec): New fn.
8780 * inc/exception: Neither terminate nor unexpected return.
8781 * decl.c: Make const_ptr_type_node public.
8782 * tinfo2.cc (__throw_type_match_rtti): Take the typeinfos constly.
8783
8784 * except.c (expand_start_catch_block): We only need the rethrow
8785 region for non-sjlj exceptions.
8786 (expand_end_catch_block): Likewise. Use outer_context_label_stack.
8787
8788 Thu Nov 20 14:40:17 1997 Jason Merrill <jason@yorick.cygnus.com>
8789
8790 * Make-lang.in (CXX_LIB2FUNCS): Add new op new and op delete objs.
8791 (various.o): Likewise.
8792 * inc/new: Add placement deletes. Add throw specs for default new.
8793 * new.cc (set_new_handler): Move here from libgcc2.
8794 * new1.cc (new (nothrow)): Catch a bad_alloc thrown from the handler.
8795 (new): Move from libgcc2. Throw bad_alloc.
8796 * new2.cc: Move the rest of the op news and op deletes from libgcc2.
8797 * decl.c (init_decl_processing): Update exception specs on new and
8798 delete.
8799
8800 * method.c (build_decl_overload_real): Don't mess with global
8801 placement delete.
8802
8803 * init.c (build_new): Check for null throw spec, not nothrow_t.
8804
8805 * decl.c (duplicate_decls): Don't complain about different exceptions
8806 from an internal declaration.
8807
8808 * call.c (build_op_delete_call): Fix check for member fns again.
8809
8810 * decl2.c (import_export_decl): Interface hackery affects
8811 virtual synthesized methods.
8812
8813 Wed Nov 19 18:24:14 1997 Jason Merrill <jason@yorick.cygnus.com>
8814
8815 * decl.c (start_decl): Don't just complain about a mismatched
8816 scope, fix it.
8817
8818 * decl.c (make_implicit_typename): Handle case where t is not
8819 actually from context.
8820 * tree.c (get_type_decl): Lose identifier case.
8821 * spew.c (yylex): Lose useless call to identifier_typedecl_value.
8822 * parse.y (nonnested_type): Just use lookup_name.
8823 (complex_type_name): Just use IDENTIFIER_GLOBAL_VALUE.
8824
8825 Wed Nov 19 11:45:07 1997 Michael Tiemann <tiemann@axon.cygnus.com>
8826
8827 * error.c (dump_function_name): Test DECL_LANG_SPECIFIC in case
8828 T was built in C language context (for example, by
8829 output_func_start_profiler).
8830
8831 Wed Nov 19 10:39:27 1997 Jason Merrill <jason@yorick.cygnus.com>
8832
8833 * decl.c (make_implicit_typename): New fn.
8834 (lookup_name_real): Use it. Use current_class_type as the context.
8835
8836 Mon Nov 17 23:42:03 1997 Bruno Haible <haible@ilog.fr>
8837
8838 * pt.c (do_poplevel): Don't prohibit jumps into this contour.
8839
8840 Mon Nov 17 02:01:28 1997 Jason Merrill <jason@yorick.cygnus.com>
8841
8842 * friend.c (do_friend): Warn about non-template friends in templates.
8843
8844 * call.c (build_op_delete_call): Fix handling of inherited delete.
8845
8846 * search.c (dfs_record_inheritance): Ignore template type parms.
8847
8848 Sat Nov 15 00:30:51 1997 Jason Merrill <jason@yorick.cygnus.com>
8849
8850 * call.c (build_new_op): Fix copy error.
8851 (build_op_new_call): New fn.
8852 (build_op_delete_call): New fn.
8853 * cp-tree.h: Declare them.
8854 * init.c (build_new): Use them. Support placement delete.
8855 (build_x_delete): Use build_op_delete_call.
8856 (build_delete): Likewise.
8857 * decl2.c (delete_sanity): Likewise.
8858 (coerce_delete_type): Don't complain about placement delete.
8859
8860 Thu Nov 13 01:52:36 1997 Jason Merrill <jason@yorick.cygnus.com>
8861
8862 * call.c (build_new_function_call): Remove unused 'obj' parm.
8863 * cp-tree.h, typeck.c: Adjust.
8864
8865 * init.c (build_new): Make the cleanup last longer.
8866 (expand_vec_init): Call do_pending_stack_adjust.
8867
8868 Wed Nov 12 11:04:33 1997 Jason Merrill <jason@yorick.cygnus.com>
8869
8870 * pt.c (do_type_instantiation): Fix typo.
8871 (mark_class_instantiated): If we support one_only but not weak
8872 symbols, don't mark this as known.
8873
8874 * init.c (build_new): Handle vec delete in EH cleanup.
8875
8876 Wed Nov 12 08:11:55 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
8877
8878 * call.c (build_method_call): Call complete_type before checking
8879 for destructor.
8880
8881 Sun Nov 9 01:29:55 1997 Jim Wilson (wilson@cygnus.com)
8882
8883 * decl.c (add_block_current_level): Delete.
8884 * init.c (build_vec_delete_1): Delete build_block and
8885 add_block_current_level calls.
8886
8887 Wed Nov 12 00:48:16 1997 Jason Merrill <jason@yorick.cygnus.com>
8888
8889 * init.c (build_new): Handle freeing allocated memory when the
8890 constructor throws.
8891
8892 * call.c (build_new_method_call): Fix flags arg.
8893
8894 * pt.c (do_type_instantiation): Don't try to instantiate
8895 member templates.
8896 (mark_decl_instantiated): If we support one_only but not
8897 weak symbols, mark this one_only.
8898 * decl2.c (import_export_vtable): Don't defer handling of vtables
8899 if MULTIPLE_SYMBOL_SPACES.
8900
8901 Tue Nov 11 12:02:12 1997 Jason Merrill <jason@yorick.cygnus.com>
8902
8903 * except.c (expand_end_catch_block): Lose call to __sjpopnthrow.
8904
8905 Tue Nov 11 02:53:44 1997 Jason Merrill <jason@lasher.cygnus.com>
8906
8907 * except.c (do_pop_exception): Return a value.
8908
8909 Mon Nov 10 20:25:31 1997 Jason Merrill <jason@yorick.cygnus.com>
8910
8911 * call.c (build_new_method_call): Handle getting a
8912 TEMPLATE_ID_EXPR around a TEMPLATE_DECL. Don't look for a field
8913 if we got template parms.
8914 * typeck.c (build_x_function_call): Remember the TEMPLATE_ID_EXPR,
8915 not just the args.
8916 * decl2.c (build_expr_from_tree): Tweak last change.
8917 * pt.c (tsubst_copy): Use get_first_fn instead of TREE_VALUE.
8918 (maybe_fold_nontype_arg): Split out from tsubst_copy.
8919 * tree.c (get_first_fn): Just return a TEMPLATE_ID_EXPR.
8920
8921 Mon Nov 10 20:08:38 1997 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
8922
8923 * pt.c (tsubst_copy): Handle explicit template arguments in
8924 function calls.
8925 * typeck.c (build_x_function_call): Likewise.
8926 * decl2.c (build_expr_from_tree): Lookup function name if it
8927 hasn't been done.
8928
8929 * pt.c (tsubst): Instantiate template functions properly when
8930 template parameter does not appear in function arguments and return
8931 type.
8932 (comp_template_args): Handle member templates required by tsubst.
8933
8934 Mon Nov 10 20:08:38 1997 Jason Merrill <jason@yorick.cygnus.com>
8935
8936 * decl.c (grokdeclarator): Tweak conditions for pedwarn in
8937 previous change.
8938
8939 Mon Nov 10 20:08:29 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
8940
8941 * pt.c (coerce_template_parms): Tweak error message.
8942
8943 * decl.c (grokdeclarator): If -Wreturn-type, warn everytime a
8944 return type defaults to `int', even if there are storage-class
8945 specifiers.
8946
8947 Mon Nov 10 03:04:20 1997 Jason Merrill <jason@yorick.cygnus.com>
8948
8949 Complete nested exception support.
8950 * except.c (do_pop_exception): Split out...
8951 (push_eh_cleanup): From here. Handle the EH region by hand.
8952 (expand_start_catch_block): Add a new level for the catch parm.
8953 Move the rethrow region outside the two cleanup regions.
8954 Protect the initializer for the catch parm with terminate.
8955 (expand_end_catch_block): Likewise. End the region for the eh_cleanup.
8956 * exception.cc (__cp_pop_exception): Now takes two parms. Handle
8957 popping off the middle of the stack.
8958 * tree.c (lvalue_p, real_lvalue_p): Handle TRY_CATCH_EXPR,
8959 WITH_CLEANUP_EXPR, and UNSAVE_EXPR.
8960 (build_cplus_new): Only wrap CALL_EXPRs.
8961 * init.c (expand_default_init): Handle a TRY_CATCH_EXPR around
8962 the constructor call.
8963
8964 Sun Nov 9 18:00:26 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8965
8966 * Make-lang.in (c++.distdir): Make inc subdirectory.
8967
8968 Fri Nov 7 11:57:28 1997 Jason Merrill <jason@yorick.cygnus.com>
8969
8970 * decl2.c (finish_file): Put back some code.
8971
8972 Thu Nov 6 11:28:14 1997 Jason Merrill <jason@yorick.cygnus.com>
8973
8974 * decl2.c (finish_file): Remove redundant code.
8975 * method.c (emit_thunk): Don't let the backend defer generic thunks.
8976
8977 Wed Nov 5 23:52:50 1997 Jason Merrill <jason@yorick.cygnus.com>
8978
8979 * except.c (call_eh_info): Split out...
8980 (push_eh_info): From here.
8981 (expand_builtin_throw): Use it.
8982 (expand_start_catch_block): Move region start back.
8983
8984 Tue Nov 4 13:45:10 1997 Doug Evans <devans@canuck.cygnus.com>
8985
8986 * lex.c (MULTIBYTE_CHARS): #undef if cross compiling.
8987 (real_yylex): Record wide strings using target endianness, not host.
8988
8989 1997-11-03 Brendan Kehoe <brendan@lisa.cygnus.com>
8990
8991 * repo.c (rindex): Add decl unconditionally.
8992 (get_base_filename, open_repo_file): Don't cast rindex.
8993 * xref.c (rindex): Add decl unconditionally.
8994 (index): Remove unused decl.
8995 (open_xref_file): Don't cast rindex.
8996
8997 Sun Nov 2 15:04:12 1997 Jason Merrill <jason@yorick.cygnus.com>
8998
8999 * class.c (build_vbase_path): Propagate the result type properly.
9000
9001 1997-11-01 Brendan Kehoe <brendan@lisa.cygnus.com>
9002
9003 * except.c (expand_builtin_throw) [!DWARF2_UNWIND_INFO]: Replace
9004 remaining use of saved_throw_type with a call to get_eh_type.
9005
9006 1997-10-31 Brendan Kehoe <brendan@lisa.cygnus.com>
9007
9008 * lex.c (FILE_NAME_NONDIRECTORY): Delete macro.
9009 (file_name_nondirectory): New function, doing the same as the macro.
9010 (set_typedecl_interface_info): Use it instead of the macro.
9011 (check_newline): Likewise.
9012 (handle_cp_pragma): Likewise.
9013
9014 * repo.c (get_base_filename): Cast result of rindex to char*.
9015 (open_repo_file): Likewise.
9016 * xref.c (open_xref_file): Likewise.
9017 * error.c (dump_char): Make its arg int, not char.
9018
9019 * except.c (push_eh_info): Pass the number of fields - 1 down, not
9020 the exact number of fields.
9021
9022 Fri Oct 31 01:47:57 1997 Jason Merrill <jason@yorick.cygnus.com>
9023
9024 Support for nested exceptions.
9025 * tinfo2.cc (__is_pointer): New fn.
9026 * exception.cc (struct cp_eh_info): Define.
9027 (__cp_exception_info, __uncatch_exception): New fns.
9028 (__cp_push_exception, __cp_pop_exception): New fns.
9029 * except.c: Lose saved_throw_{type,value,cleanup,in_catch}.
9030 Lose empty_fndecl.
9031 (init_exception_processing): Likewise. __eh_pc is now external.
9032 (push_eh_info): New fn.
9033 (get_eh_{info,value,type,caught}): New fns.
9034 (push_eh_cleanup): Just call __cp_pop_exception.
9035 (expand_start_catch_block): Use push_eh_info. Start the eh region
9036 sooner.
9037 (expand_end_eh_spec): Use push_eh_info.
9038 (expand_throw): Call __cp_push_exception to set up the exception info.
9039 Just pass the destructor or 0 as the cleanup. Call __uncatch_exception
9040 when we rethrow.
9041 (expand_builtin_throw): Don't refer to empty_fndecl.
9042
9043 Thu Oct 23 02:01:30 1997 Jason Merrill <jason@yorick.cygnus.com>
9044
9045 * pt.c (instantiate_decl): SET_DECL_IMPLICIT_INSTANTIATION on new decl.
9046
9047 1997-10-22 Brendan Kehoe <brendan@cygnus.com>
9048
9049 * method.c (build_template_parm_names, build_decl_overload_real):
9050 Add static to definitions.
9051 * pt.c (add_to_template_args, note_template_header,
9052 processing_explicit_specialization, type_unification_real): Likewise.
9053 ({determine,check}_explicit_specialization): Use a single string for
9054 error messages.
9055
9056 Mon Oct 20 12:06:34 1997 Jason Merrill <jason@yorick.cygnus.com>
9057
9058 * except.c (expand_exception_blocks): Call do_pending_stack_adjust.
9059 (expand_end_catch_block): Likewise.
9060 (expand_end_eh_spec): Likewise.
9061
9062 Mon Oct 20 11:44:20 1997 Mark Mitchell <mmitchell@usa.net>
9063
9064 * decl.c (duplicate_decls): Handle template specializations
9065 correctly.
9066 * error.c (dump_function_name): Fix printing of specializations of
9067 member functions that are not member templates.
9068 * cp-tree.h (processing_specialization): Make global.
9069 * pt.c (processing_specialization): Likewise.
9070 * lex.c (cons_up_default_function): Save and restore
9071 processing_specialization to avoid confusion.
9072
9073 Mon Oct 20 10:52:22 1997 Jason Merrill <jason@yorick.cygnus.com>
9074
9075 * decl.c (init_decl_processing): Give null_node unknown* type.
9076 * typeck.c (comp_target_types): Handle UNKNOWN_TYPE.
9077 (common_type): Likewise.
9078 * error.c (args_as_string): Recognize null_node.
9079
9080 Sun Oct 19 09:13:01 1997 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9081
9082 * typeck.c (rationalize_conditional_expr): Handle {MIN,MAX}_EXPR.
9083 (unary_complex_lvalue): Call it for {MIN,MAX}_EXPR.
9084
9085 * decl.c (init_decl_processing): Call using_eh_for_cleanups.
9086
9087 * Make-lang.in (g++): Include prefix.o.
9088
9089 Thu Oct 16 15:31:09 1997 Judy Goldberg <judygold@sanwafp.com>
9090
9091 * pt.c (determine_explicit_specialization): Initialize "dummy"
9092 to keep Purify quiet.
9093
9094 Thu Oct 16 00:14:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9095
9096 * method.c (build_overload_value): Handle TEMPLATE_CONST_PARMs here.
9097 (build_overload_int): Not here.
9098
9099 Wed Oct 15 00:35:28 1997 Mike Stump <mrs@wrs.com>
9100
9101 * class.c (build_type_pathname): Remove.
9102 (prepare_fresh_vtable): Fix problem with complex MI vtable names.
9103
9104 1997-10-14 Brendan Kehoe <brendan@lisa.cygnus.com>
9105
9106 * parse.y (unary_expr): Give a pedwarn if someone tries to use the
9107 &&label GNU extension.
9108
9109 Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net>
9110
9111 * decl.c (pushtag): Unset DECL_ASSEMBLER_NAME before setting it,
9112 so as to avoid incorrect manglings.
9113 * method.c (build_decl_overload_real): Don't mangle return types
9114 for constructors.
9115
9116 Tue Oct 14 11:46:14 1997 Jason Merrill <jason@yorick.cygnus.com>
9117
9118 * cp-tree.h (scratchalloc, build_scratch_list, make_scratch_vec,
9119 scratch_tree_cons): Define as macros for now.
9120 * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, expr.c, init.c,
9121 lex.c, method.c, parse.y, pt.c, rtti.c, search.c, tree.c, typeck.c,
9122 typeck2.c: Use them and the expression_obstack variants.
9123
9124 Mon Oct 13 17:41:26 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9125
9126 * decl.c (store_return_init): Allow classes with explicit ctors to
9127 be used with the named return values extension.
9128
9129 Fri Oct 10 12:21:11 1997 Jason Merrill <jason@yorick.cygnus.com>
9130
9131 * pt.c (instantiate_decl): Fix previous change.
9132
9133 Thu Oct 9 12:08:21 1997 Jason Merrill <jason@yorick.cygnus.com>
9134
9135 * pt.c (tsubst): Fix thinko.
9136 (instantiate_decl): Really use the original template.
9137
9138 * call.c (build_new_method_call): Use simple constructor_name for
9139 error messages.
9140
9141 Wed Oct 8 22:44:42 1997 Jeffrey A Law <law@cygnus.com>
9142
9143 * method.c (build_underscore_int): Don't use ANSI specific
9144 features.
9145
9146 Wed Oct 8 00:18:22 1997 Jason Merrill <jason@yorick.cygnus.com>
9147
9148 * decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN
9149 for our key method; it might have been inlined by -O3.
9150
9151 Tue Oct 7 23:00:12 1997 Mark Mitchell <mmitchell@usa.net>
9152
9153 * decl.c (make_typename_type): Do not try to call lookup_field for
9154 non-aggregate types.
9155
9156 Tue Oct 7 22:52:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9157
9158 * typeck.c (build_reinterpret_cast): Tweak.
9159
9160 Tue Oct 7 22:45:31 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9161
9162 * typeck.c (build_reinterpret_cast): Converting a void pointer
9163 to function pointer with a reinterpret_cast produces a warning
9164 if -pedantic is issued.
9165
9166 Tue Oct 7 22:43:43 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
9167
9168 * typeck.c (c_expand_return): Don't warn about returning a
9169 reference-type variable as a reference.
9170
9171 Tue Oct 7 21:11:22 1997 Jason Merrill <jason@yorick.cygnus.com>
9172
9173 * method.c (build_static_name): Fix typo.
9174
9175 1997-10-07 Brendan Kehoe <brendan@lisa.cygnus.com>
9176
9177 * decl.c (duplicate_decls): Make sure DECL_LANG_SPECIFIC is set on
9178 OLDDECL before we try to do DECL_USE_TEMPLATE.
9179
9180 Tue Oct 7 00:48:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9181
9182 * decl.c (duplicate_decls): Don't warn about template instances.
9183
9184 * typeck.c (mark_addressable): Lose ancient code that unsets
9185 DECL_EXTERNAL.
9186
9187 * pt.c (do_decl_instantiation): Lose support for instantiating
9188 non-templates.
9189
9190 * call.c (build_new_function_call): Fix handling of null explicit
9191 template args.
9192 (build_new_method_call): Likewise.
9193
9194 Mon Oct 6 23:44:34 1997 Mark Mitchell <mmitchell@usa.net>
9195
9196 * method.c (build_underscore_int): Fix typo.
9197
9198 1997-10-06 Brendan Kehoe <brendan@lisa.cygnus.com>
9199
9200 * tree.c (print_lang_statistics): #if 0 call to
9201 print_inline_obstack_statistics until its definition is checked in.
9202
9203 Mon Oct 6 09:27:29 1997 Jason Merrill <jason@yorick.cygnus.com>
9204
9205 * decl2.c (finish_file): Move dump_tree_statistics to end.
9206
9207 * pt.c (instantiate_decl): Look for the original template.
9208 (tsubst): Set DECL_IMPLICIT_INSTANTIATION on partial instantiations
9209 of member templates.
9210
9211 Wed Oct 1 08:41:38 1997 Jason Merrill <jason@yorick.cygnus.com>
9212
9213 * Makefile.in (g++FAQ.*): New rules.
9214 (CONFLICTS): Update.
9215 * g++FAQ.texi: Moved from libg++.
9216
9217 * parse.y (PFUNCNAME): Only specify the type once.
9218
9219 1997-10-01 Brendan Kehoe <brendan@lasher.cygnus.com>
9220
9221 * lex.c (real_yylex): Clean up the code to fully behave the way
9222 the c-lex.c parser does for complex and real numbers.
9223
9224 Tue Sep 30 08:51:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9225
9226 * method.c (build_decl_overload_real): Reformat.
9227
9228 Tue Sep 30 00:18:26 1997 Jason Merrill <jason@yorick.cygnus.com>
9229
9230 * method.c (synthesize_method): If at_eof, determine our linkage.
9231
9232 1997-09-29 Paul Eggert <eggert@twinsun.com>
9233
9234 * lex.c (real_yylex): Treat `$' just like `_', except issue a
9235 diagnostic if !dollars_in_ident or if pedantic.
9236
9237 * lang-specs.h (@c++): -ansi no longer implies -$.
9238
9239 * decl2.c (lang_decode_option):
9240 -traditional and -ansi now do not mess with
9241 dollars_in_ident.
9242
9243 Mon Sep 29 19:57:51 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9244
9245 * Makefile.in (parse.o, decl.o): Also depend on
9246 $(srcdir)/../except.h $(srcdir)/../output.h.
9247 (decl2.o): Also depend on $(srcdir)/../expr.h ../insn-codes.h
9248 $(srcdir)/../except.h $(srcdir)/../output.h.
9249 (typeck.o, init.o): Also depend on $(srcdir)/../expr.h
9250 ../insn-codes.h.
9251
9252 * call.c, cp-tree.h, decl.c, tree.c: Finish prototyping.
9253
9254 * expr.c (cplus_expand_expr): Make it static.
9255
9256 * decl2.c, init.c, typeck.c: Include "expr.h".
9257 (expand_expr): Use proper values when calling the function.
9258
9259 Mon Sep 29 11:05:54 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9260
9261 * lang-options.h: New -Wold-style-cast flag.
9262 * cp-tree.h (warn_old_style_cast): New variable.
9263 * decl2.c (warn_old_style_cast): Likewise..
9264 (lang_decode_option): Support -Wold-style-cast.
9265 (reparse_absdcl_as_casts): Produce old-style-cast warning.
9266
9267 Mon Sep 29 09:20:53 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9268
9269 * decl.c (cp_finish_decl): Allow expand_aggr_init to set
9270 TREE_USED, reset value based on already_used.
9271
9272 * init.c (expand_member_init): Revert change.
9273
9274 Mon Sep 29 08:57:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9275
9276 * cp-tree.h, decl.c, decl2.c, pt.c:
9277 Lose DECL_C_STATIC and DECL_PUBLIC. Don't pretend statics are public.
9278
9279 * decl2.c (lang_decode_option): Add missing ;.
9280
9281 Sat Sep 27 16:22:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9282
9283 * friend.c (do_friend): Disable injection for all template-derived
9284 decls.
9285 * decl2.c (lang_decode_option): Handle -fguiding-decls.
9286 * parse.y (notype_template_declarator): New nonterminal.
9287 (direct_notype_declarator): Use it.
9288 (complex_direct_notype_declarator): Likewise.
9289 (object_template_id): Accept any kind of identifier after TEMPLATE.
9290 (notype_qualified_id): Don't add template declarators here.
9291
9292 Sat Sep 27 16:21:58 1997 Mark Mitchell <mmitchell@usa.net>
9293
9294 * call.c (add_template_candidate): Add explicit_targs parameter.
9295 (build_scoped_method_call): Use it.
9296 (build_overload_call_real): Likewise.
9297 (build_user_type_conversion_1): Likewise.
9298 (build_new_function_call): Likewise.
9299 (build_object_call): Likewise.
9300 (build_new_op): Likewise.
9301 (build_new_method_call): Likewise.
9302 (build_new_function_call): Handle TEMPLATE_ID_EXPR.
9303 (build_new_method_call): Likewise.
9304
9305 * class.c (finish_struct_methods): Add specialization pass to
9306 determine which methods were specializing which other methods.
9307 (instantiate_type): Handle TEMPLATE_ID_EXPR.
9308
9309 * cp-tree.def (TEMPLATE_ID_EXPR): New tree code.
9310
9311 * cp-tree.h (name_mangling_version): New variable.
9312 (flag_guiding_decls): Likewise.
9313 (build_template_decl_overload): New function.
9314 (begin_specialization): Likewise.
9315 (reset_specialization): Likewise.
9316 (end_specialization): Likewise.
9317 (determine_explicit_specialization): Likewise.
9318 (check_explicit_specialization): Likewise.
9319 (lookup_template_function): Likewise.
9320 (fn_type_unification): Add explicit_targs parameter.
9321 (type_unification): Likewise.
9322
9323 * decl.c (duplicate_decls): Add smarts for explicit
9324 specializations.
9325 (grokdeclarator): Handle TEMPLATE_ID_EXPR, and function
9326 specializations.
9327 (grokfndecl): Call check_explicit_specialization.
9328
9329 * decl2.c (lang_decode_option): Handle -fname-mangling-version.
9330 (build_expr_from_tree): Handle TEMPLATE_ID_EXPR.
9331 (check_classfn): Handle specializations.
9332
9333 * error.c (dump_function_name): Print specialization arguments.
9334
9335 * friend.c (do_friend): Don't call pushdecl for template
9336 instantiations.
9337
9338 * init.c (build_member_call): Handle TEMPLATE_ID_EXPR.
9339
9340 * lang-options.h: Add -fname-mangling-version, -fguiding-decls,
9341 and -fno-guiding-decls.
9342
9343 * lex.c (identifier_type): Return PFUNCNAME for template function
9344 names.
9345
9346 * method.c (build_decl_overload_real): New function.
9347 (build_template_parm_names): New function.
9348 (build_overload_identifier): Use it.
9349 (build_underscore_int): New function.
9350 (build_overload_int): Use it. Add levels for template
9351 parameters.
9352 (build_overload_name): Likewise. Also, handle TYPENAME_TYPEs.
9353 (build_overload_nested_names): Handle template type parameters.
9354 (build_template_decl_overload): New function.
9355
9356 * parse.y (YYSTYPE): New ntype member.
9357 (nested_name_specifier): Use it.
9358 (nested_name_specifier_1): Likewise.
9359 (PFUNCNAME): New token.
9360 (template_id, object_template_id): New non-terminals.
9361 (template_parm_list): Note specializations.
9362 (template_def): Likewise.
9363 (structsp): Likewise.
9364 (fn.def2): Handle member template specializations.
9365 (component_decl_1): Likewise.
9366 (direct_notype_declarator): Handle template-ids.
9367 (component_decl_1): Likewise.
9368 (direct_notype_declarator): Handle template-ids.
9369 (primary): Handle TEMPLATE_ID_EXPR, and template-ids.
9370
9371 * pt.c (processing_specializations): New variable.
9372 (template_header_count): Likewise.
9373 (type_unification_real): New function.
9374 (processing_explicit_specialization): Likewise.
9375 (note_template_header): Likewise.
9376 (is_member_template): Handle specializations.
9377 (end_template_decl): Call reset_specialization.
9378 (push_template_decl): Handle member template specializations.
9379 (tsubst): Likewise.
9380 (tsubst_copy): Handle TEMPLATE_ID_EXPR.
9381 (instantiate_template): Handle specializations.
9382 (instantiate_decl): Likewise.
9383 (fn_type_unification): Handle explicit_targs.
9384 (type_unification): Likewise. Allow incomplete unification
9385 without an error message, if allow_incomplete.
9386 (get_bindings): Use new calling sequence for fn_type_unification.
9387
9388 * spew.c (yylex): Handle PFUNCNAME.
9389
9390 * tree.c (is_overloaded_fn): Handle TEMPLATE_ID_EXPR.
9391 (really_overloaded_fn): Likewise.
9392 (get_first_fn): Handle function templates.
9393
9394 * typeck.c (build_x_function_call): Use really_overloaded_fn.
9395 Handle TEMPLATE_ID_EXPR.
9396 (build_x_unary_op): Likewise.
9397 (build_unary_op): Likewise.
9398 (mark_addressable): Templates whose address is taken are marked
9399 as used.
9400
9401 1997-09-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9402
9403 * decl.c (init_decl_processing): Declare __builtin_constant_p as
9404 accepting any kind of type, not only int.
9405
9406 Fri Sep 26 00:22:56 1997 Jason Merrill <jason@yorick.cygnus.com>
9407
9408 * search.c (get_matching_virtual): Notice virtual bases when sorrying
9409 about covariant returns.
9410
9411 * parse.y (member_init): Also imply typename here. Remove ancient
9412 extension for initializing base members.
9413
9414 Thu Sep 25 11:11:13 1997 Jason Merrill <jason@yorick.cygnus.com>
9415
9416 Handle multi-level typenames and implicit typename in base list.
9417 * parse.y (typename_sub{,[0-2]}): New rules.
9418 (structsp, rule TYPENAME_KEYWORD): Use typename_sub.
9419 (nonnested_type): New rule.
9420 (complete_type_name): Use it.
9421 (base_class.1): Use typename_sub and nonnested_type.
9422 (nested_name_specifier): Don't elide std:: here.
9423 * decl.c (make_typename_type): Handle getting a type for NAME.
9424 (lookup_name_real): Turn std:: into :: here.
9425
9426 Rvalue conversions were removed in London.
9427 * call.c (is_subseq): Don't consider lvalue transformations.
9428 (build_conv): LVALUE_CONV and RVALUE_CONV get IDENTITY_RANK.
9429 (joust): Re-enable ?: kludge.
9430
9431 1997-09-22 Brendan Kehoe <brendan@lisa.cygnus.com>
9432
9433 * decl.c (start_function): Up warning of no return type to be a
9434 pedwarn.
9435
9436 Mon Sep 22 14:15:34 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9437
9438 * init.c (expand_member_init): Don't set TREE_USED.
9439 * decl.c (cp_finish_decl): Mark decls used if type has TREE_USED
9440 set,don't clear TREE_USED wholesale.
9441
9442 Sat Sep 20 15:31:00 1997 Jason Merrill <jason@yorick.cygnus.com>
9443
9444 * call.c (build_over_call): Do require_complete_type before
9445 build_cplus_new.
9446
9447 Thu Sep 18 16:47:52 1997 Jason Merrill <jason@yorick.cygnus.com>
9448
9449 * search.c (lookup_field): Call complete_type in all cases.
9450
9451 * decl.c (finish_function): Just warn about flowing off the end.
9452
9453 Wed Sep 17 10:31:25 1997 Jason Merrill <jason@yorick.cygnus.com>
9454
9455 * decl.c (grokparms): Don't bash a permanent list node if we're
9456 in a function.
9457
9458 1997-09-17 Brendan Kehoe <brendan@lisa.cygnus.com>
9459
9460 * Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
9461
9462 Tue Sep 16 14:06:56 1997 Jason Merrill <jason@yorick.cygnus.com>
9463
9464 * call.c (build_new_op): Give better error for syntactically
9465 correct, but semantically invalid, use of undeclared template.
9466
9467 * call.c (compare_qual): Handle pmfs.
9468
9469 * decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
9470 after the exception spec.
9471
9472 Mon Sep 15 11:52:13 1997 Jason Merrill <jason@yorick.cygnus.com>
9473
9474 * call.c (null_ptr_cst_p): Integer type, not integral type.
9475
9476 * call.c (joust): Disable warnings until they can be moved to the
9477 right place.
9478
9479 Fri Sep 12 16:11:13 1997 Per Bothner <bothner@cygnus.com>
9480
9481 * Makefile.in, config-lang.in: Convert to autoconf.
9482
9483 Thu Sep 11 17:14:55 1997 Jason Merrill <jason@yorick.cygnus.com>
9484
9485 * decl.c (lookup_name_real): Add implicit 'typename' to types from
9486 base classes.
9487
9488 * pt.c (most_specialized_class): Fix typo.
9489 (tsubst): Move constant folding to TREE_VEC case.
9490
9491 Thu Sep 11 10:08:45 1997 Mark Mitchell <mmitchell@usa.net>
9492
9493 * pt.c (do_poplevel): Don't warn about unused local variables
9494 while processing_template_decl since we don't always know whether
9495 or not they will need constructing/destructing.
9496
9497 * pt.c (uses_template_parms): Check the values of an enumeration
9498 type to make sure they don't depend on template parms.
9499
9500 * decl.c (make_typename_type): Don't lookup the field if the
9501 context uses template parms, even if we're not
9502 processing_template_decl at the moment.
9503
9504 * pt.c (coerce_template_parms): Avoid looking at the
9505 TYPE_LANG_DECL portion of a typename type, since there won't be
9506 one.
9507 (tsubst): Do constant folding as necessary to make sure that
9508 arguments passed to lookup_template_class really are constants.
9509
9510 Wed Sep 10 11:21:55 1997 Jason Merrill <jason@yorick.cygnus.com>
9511
9512 * except.c (expand_builtin_throw): #ifndef DWARF2_UNWIND_INFO.
9513 * decl2.c (finish_file): Only register exception tables if we
9514 need to.
9515
9516 * decl.c (init_decl_processing): Add __builtin_[fs]p.
9517
9518 Tue Sep 9 19:49:38 1997 Jason Merrill <jason@yorick.cygnus.com>
9519
9520 * pt.c (unify): Just return 0 for a TYPENAME_TYPE.
9521
9522 Tue Sep 9 17:57:25 1997 Mark Mitchell <mmitchell@usa.net>
9523
9524 * error.c (dump_decl): Avoid crashing when presented with a
9525 uninitialized constant, as can occur with a template parameter.
9526 (dump_expr): Make sure that there are enough levels of
9527 current_template_parms before we start diving through them.
9528
9529 1997-09-09 Brendan Kehoe <brendan@lisa.cygnus.com>
9530
9531 * typeck.c (build_indirect_ref): Heed FLAG_VOLATILE similar to
9532 c-typeck.c.
9533
9534 Tue Sep 9 09:36:39 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
9535
9536 * except.c (expand_throw): Call build_delete for all
9537 exception types, not just objects with destructors.
9538
9539 Mon Sep 8 02:33:20 1997 Jody Goldberg <jodyg@idt.net>
9540
9541 * decl.c (current_local_enum): Remove static.
9542 * pt.c (tsubst_enum): Save and restore value of current_local_enum
9543 in case template is expanded in enum decl.
9544 (instantiate_class_template): Use new tsubst_enum signature.
9545 (tsubst_expr): Likewise.
9546
9547 Mon Sep 8 01:21:43 1997 Mark Mitchell <mmitchell@usa.net>
9548
9549 * pt.c (begin_member_template_processing): Take a function as
9550 argument, not a set of template arguments. Use the template
9551 parameters, rather than the arguments. Handle non-type parameters
9552 correctly. Push a binding level for the parameters so that multiple
9553 member templates using the same parameter names can be declared.
9554 (end_member_template_processing): Pop the binding level.
9555 (push_template_decl): Mark member templates as static when
9556 appropriate.
9557
9558 * lex.c (do_pending_inlines): Pass the function, not its template
9559 arguments, to begin_member_template_processing.
9560 (process_next_inline): Likewise.
9561 (do_pending_defargs): Likewise.
9562
9563 * error.c (dump_expr): Obtain the correct declaration for a
9564 TEMPLATE_CONST_PARM.
9565
9566 * call.c (add_template_conv_candidate): New function.
9567 (build_object_call): Handle member templates, as done in the other
9568 build_ functions.
9569
9570 Sat Sep 6 10:20:27 1997 Mark Mitchell <mmitchell@usa.net>
9571
9572 * decl.c (replace_defag): Undo previous change.
9573 * lex.c (do_pending_defargs): Deal with member templates.
9574
9575 * pt.c (is_member_template): Avoid crashing when passed a
9576 non-function argument.
9577
9578 Fri Sep 5 17:27:38 1997 Jason Merrill <jason@yorick.cygnus.com>
9579
9580 * class.c (grow_method): Remove check for redeclaration.
9581
9582 Fri Sep 5 01:37:17 1997 Mark Mitchell <mmitchell@usa.net>
9583
9584 * cp-tree.h (INNERMOST_TEMPLATE_PARMS): New macro.
9585 (DECL_INNERMOST_TEMPLATE_PARMS): Likewise.
9586 (PRIMARY_TEMPLATE_P): Use it.
9587 * call.c (build_overload_call_real): Use it.
9588 * class.c (instantiate_type): Likewise.
9589 * decl.c (decls_match): Likewise.
9590 * method.c (build_overload_identifier): Likewise.
9591 * pt.c (push_template_decl): Likewise.
9592 (classtype_mangled_name): Likewise.
9593 (lookup_template_class): Likewise.
9594
9595 * cp-tree.h (DECL_NTPARMS): Change name from DECL_NT_PARMS to
9596 DECL_NTPARMS to conform to usage elsewhere.
9597 * call.c (add_template_candidate): Likewise.
9598 * class.c (instantiate_type): Likewise.
9599 * pt.c (instantiate_template): Likewise.
9600 (get_bindings): Likewise.
9601
9602 * class.c (grow_method): Use DECL_FUNCTION_TEMPLATE_P instead of
9603 is_member_template.
9604
9605 * pt.c (unify): Undo changes to allow multiple levels of template
9606 parameters.
9607 (type_unification): Likewise.
9608 (fn_type_unification): Likewise.
9609 (get_class_bindings): Likewise.
9610 * cp-tree.h (Likewise).
9611
9612 * decl.c (replace_defarg): Check that the type of the default
9613 parameter does not invlove a template type before complaining
9614 about the initialization.
9615
9616 * error.c (dump_expr): Deal with template constant parameters in
9617 member templates correctly.
9618
9619 * pt.c (is_member_template): Deal with class specializations
9620 correctly.
9621 (tsubst): Handle "partial instantiation" of member templates
9622 correctly.
9623
9624 Wed Sep 3 12:30:24 1997 Mark Mitchell <mmitchell@usa.net>
9625
9626 * pt.c (type_unification): Change calling sequence to allow for
9627 multiple levels of template parameters.
9628 (tsubst_expr): Likewise.
9629 (tsubst): Likewise.
9630 (tsubst_copy): Likewise.
9631 (instantiate_template): Likewise.
9632 (unify): Likewise.
9633 * call.c (build_overload_call_real): Use it.
9634 (add_builtin_candidate): Use it.
9635 (build_new_method_call): Use it.
9636 * class.c (instantiate_type): Use it.
9637 * decl.c (grokdeclarator): Use it.
9638 * decl2.c (finish_file): Use it.
9639 * method.c (build_overload_identifier): Use it.
9640
9641 * call.c (add_template_candidate): Add additional parameter for
9642 the function return type. Call fn_type_unification istead of
9643 type_unification.
9644 (build_user_type_conversion_1): Handle member templates.
9645 (build_new_function_call): Likewise.
9646 (build_new_op): Likewise.
9647 (build_new_method_call): Likewise.
9648
9649 * class.c (grow_method): Don't give an error message indicating
9650 that two member templates with the same name are ambiguous.
9651 (finish_struct): Treat member template functions just like member
9652 functions.
9653
9654 * cp-tree.h (check_member_template): Add declaration.
9655 (begin_member_template_processing): Likewise.
9656 (end_member_template_processing): Likewise.
9657 (fn_type_unification): Likewise.
9658 (is_member_template): Likewise.
9659 (tsubst): Change prototype.
9660 (tsubst_expr): Likewise.
9661 (tsubst_copy): Likewise.
9662 (instantiate_template): Likewise.
9663 (get_bindings): Likewise.
9664
9665 * decl.c (decls_match): Handle multiple levels of template
9666 parameters.
9667 (pushdecl): Handle template type params just like other type
9668 declarations.
9669 (push_class_level_binding): Return immediately if the
9670 class_binding_level is NULL.
9671 (grokfndecl): If check_classfn() returns a member_template, use
9672 the result of the template, not the template itself.
9673
9674 * decl2.c (check_member_template): New function. Check to see
9675 that the entity declared to be a member template can be one.
9676 (check_classfn): Allow redeclaration of member template functions
9677 with different types; the new functions can be specializations or
9678 explicit instantiations.
9679
9680 * error.c (dump_decl): Handle multiple levels of template
9681 parameters.
9682 (dump_function_decl): Update to handle function templates.
9683
9684 * lex.c (do_pending_inlines): Set up template parameter context
9685 for member templates.
9686 (process_next_inline): Likewise.
9687
9688 * method.c (build_overload_identifier): Adjust for multiple levels
9689 of template parameters.
9690
9691 * parse.y (fn.def2): Add member templates.
9692 (component_decl_1): Likewise.
9693
9694 * pt.c (begin_member_template_processing): New function.
9695 (end_member_template_processing): Likewise.
9696 (is_member_template): Likewise.
9697 (fn_type_unification): Likewise.
9698 (current_template_parms): Return a vector of all the template
9699 parms, not just the innermost level of parms.
9700 (push_template_decl): Deal with the possibility of member
9701 templates.
9702 (lookup_template_class): Likewise.
9703 (uses_template_parms): Likewise.
9704 (tsubst): Modify processing to TEMPLATE_TYPE_PARM and
9705 TEMPLATE_CONST_PARM to deal with multiple levels of template
9706 arguments. Add processing of TEMPLATE_DECL to produce new
9707 TEMPLATE_DECLs from old ones.
9708 (do_decl_instantiation): Handle member templates.
9709
9710 * search.c (lookup_fnfields_1): Handle member template conversion
9711 operators.
9712
9713 * tree.c (cp_tree_equal): Check the levels, as well as the
9714 indices, of TEMPLATE_CONST_PARMs.
9715
9716 * typeck.c (comptypes): Check the levels, as well as the indices,
9717 fo TEMPLATE_TYPE_PARMs.
9718 (build_x_function_call): Treat member templates like member
9719 functions.
9720
9721 Wed Sep 3 11:09:25 1997 Jason Merrill <jason@yorick.cygnus.com>
9722
9723 * typeck.c (c_expand_return): Always convert_for_initialization
9724 before checking for returning a pointer to local.
9725
9726 * pt.c (type_unification): If strict and the function parm doesn't
9727 use template parms, just compare types.
9728
9729 Wed Sep 3 10:35:49 1997 Klaus Espenlaub <kespenla@student.informatik.uni-ulm.de>
9730
9731 * method.c (build_overloaded_value): Replace direct call
9732 to the floating point emulator with REAL_VALUE_TO_DECIMAL macro.
9733
9734 Wed Sep 3 00:02:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9735
9736 * typeck.c (convert_arguments): Don't arbitrarily choose the first
9737 of a set of overloaded functions.
9738
9739 Tue Sep 2 12:09:13 1997 Jason Merrill <jason@yorick.cygnus.com>
9740
9741 * lex.c (real_yylex): Don't elide __FUNCTION__.
9742
9743 * method.c (build_overload_value): Add in_template parm.
9744 (build_overload_int): Likewise.
9745 (build_overload_identifier): Pass it.
9746
9747 * decl.c (duplicate_decls): Don't bash a previous template
9748 definition with a redeclaration.
9749
9750 * pt.c (unify): float doesn't match double.
9751
9752 * pt.c (do_type_instantiation): Handle getting a _TYPE or a
9753 TYPE_DECL. Handle getting non-template types.
9754 * parse.y (explicit_instantiation): Use typespec instead of
9755 aggr template_type.
9756
9757 Tue Sep 2 10:27:08 1997 Richard Henderson <rth@cygnus.com>
9758
9759 * typeck.c (build_ptrmemfunc1): Clean up ptr->int cast warnings.
9760
9761 Mon Sep 1 13:19:04 1997 Eugene Mamchits <eugin@ips.ras.ru>
9762
9763 * call.c (add_builtin_candidate): Add missing TREE_TYPE.
9764 (compare_ics): Likewise.
9765
9766 Mon Sep 1 13:19:04 1997 Jason Merrill <jason@yorick.cygnus.com>
9767
9768 * call.c (joust): Warn about choosing one conversion op over
9769 another because of 'this' argument when the other return type is
9770 better.
9771 (source_type): New fn.
9772
9773 * call.c (build_new_op): Strip leading REF_BIND from first operand
9774 to builtin operator.
9775
9776 * decl2.c (mark_vtable_entries): Mark abort_fndecl as used when we
9777 use its RTL.
9778
9779 Thu Aug 28 09:45:23 1997 Jason Merrill <jason@yorick.cygnus.com>
9780
9781 * call.c (null_ptr_cst_p): Remove support for (void*)0.
9782
9783 Wed Aug 27 02:03:34 1997 Jeffrey A Law <law@cygnus.com>
9784
9785 * typeck.c (expand_target_expr): Make definition match declaration.
9786
9787 * class.c (get_basefndecls): Make definition match declaration.
9788
9789 Mon Aug 25 14:30:02 1997 Jason Merrill <jason@yorick.cygnus.com>
9790
9791 * input.c (sub_getch): Eventually give up and release the input file.
9792
9793 * decl.c (cp_finish_decl): If #p i/i, put inline statics in the
9794 right place.
9795
9796 * call.c (joust): Tweak message.
9797
9798 Sat Aug 23 18:02:59 1997 Mark Mitchell <mmitchell@usa.net>
9799
9800 * error.c (type_as_string): Put const/volatile on template type
9801 parameters where appropriate.
9802
9803 Sat Aug 23 17:47:22 1997 Jeffrey A Law <law@cygnus.com>
9804
9805 * call.c (strictly_better): Make arguments unsigned ints.
9806
9807 Thu Aug 21 18:48:44 1997 Jason Merrill <jason@yorick.cygnus.com>
9808
9809 * lex.c (real_yylex): Refer to __complex instead of complex.
9810
9811 Thu Aug 21 22:25:46 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
9812
9813 * lex.c (real_yylex): Don't use getc directly.
9814
9815 Wed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick.cygnus.com>
9816
9817 * call.c (is_subseq): Don't try to be clever.
9818
9819 Wed Aug 20 03:13:36 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9820
9821 * parse.y, pt.c: Include "except.h".
9822 * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c,
9823 error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c,
9824 lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c,
9825 sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish
9826 prototyping.
9827
9828 Wed Aug 20 01:34:40 1997 Jason Merrill <jason@yorick.cygnus.com>
9829
9830 * decl2.c (mark_vtable_entries): Instead of replacing pure
9831 virtuals with a reference to __pure_virtual, copy the decl and
9832 change the RTL.
9833
9834 Tue Aug 19 02:26:07 1997 Jason Merrill <jason@yorick.cygnus.com>
9835
9836 * pt.c (lookup_nested_type_by_name): Handle typedef wierdness.
9837
9838 * typeck2.c (my_friendly_abort): Report bugs to egcs-bugs@cygnus.com.
9839
9840 * pt.c (instantiate_class_template): Call repo_template_used
9841 before finish_prevtable_vardecl.
9842
9843 * call.c (is_subseq): New fn.
9844 (compare_ics): Use it.
9845
9846 * repo.c (finish_repo): Don't crash on no args.
9847
9848 * parse.y (named_complex_class_head_sans_basetype): Handle
9849 explicit global scope.
9850 * decl2.c (handle_class_head): New fn.
9851
9852 * pt.c (unify): Add CONST_DECL case.
9853
9854 Thu Aug 14 10:05:13 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9855
9856 * rtti.c (permanent_obstack): Fix decl to not be a pointer.
9857
9858 * cp-tree.h (report_type_mismatch): Add prototype.
9859 * call.c (build_overload_call_real): Remove erroneous fourth
9860 argument to report_type_mismatch.
9861 (build_user_type_conversion_1): Remove erroneous second arg to
9862 tourney.
9863 (build_new_function_call): Likewise.
9864 (build_object_call): Likewise.
9865 (build_new_op): Likewise.
9866 (build_new_method_call): Likewise.
9867
9868 Wed Aug 13 19:19:25 1997 Jason Merrill <jason@yorick.cygnus.com>
9869
9870 * error.c (dump_decl): Don't bother processing a function with no
9871 DECL_LANG_SPECIFIC.
9872
9873 * method.c (emit_thunk): Call init_function_start in the macro case.
9874
9875 Wed Aug 13 10:46:19 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9876
9877 * decl2.c (DEFAULT_VTABLE_THUNKS): Define to be 0 if not
9878 defined and used to set flag_vtable_thunks.
9879
9880 Tue Aug 12 20:13:57 1997 Jason Merrill <jason@yorick.cygnus.com>
9881
9882 * parse.y: Don't clear the inlines from their obstack until they've
9883 all been processed.
9884
9885 * decl.c (duplicate_decls): Don't complain about exception
9886 specification mismatch if flag_exceptions is off.
9887
9888 Mon Aug 11 15:01:56 1997 Marc Lehmann <pcg@goof.com>
9889
9890 * Make-lang.in (c++.distclean): Remove g++.c on make distclean.
9891
9892 Sun Aug 10 12:06:09 1997 Paul Eggert <eggert@twinsun.com>
9893
9894 * cp-tree.h: Replace STDIO_PROTO with PROTO in include files.
9895 * cvt.c, error.c, except.c, expr.c, friend.c, init.c, rtti.c:
9896 Include <stdio.h> before include files that formerly used STDIO_PROTO.
9897
9898 * decl.c, g++spec.c, lex.c, method.c, repo.c:
9899 Include "config.h" first, as per autoconf manual.
9900
9901 Fri Aug 8 11:47:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9902
9903 * decl.c (duplicate_decls): Tweak wording.
9904 * lex.c (do_pending_defargs): Don't die if we see a default arg
9905 that isn't a DEFAULT_ARG.
9906 * error.c (dump_expr): Handle DEFAULT_ARG.
9907
9908 * decl2.c (lang_decode_option): Handle -fhandle-exceptions.
9909 * lang-options.h: Add -fhandle-exceptions.
9910
9911 * class.c (build_vtable): Vtables are artificial.
9912 (prepare_fresh_vtable): Likewise.
9913
9914 Wed Aug 6 11:02:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9915
9916 * cvt.c (ocp_convert): After converting to the target type, set
9917 LOOKUP_NO_CONVERSION.
9918
9919 * call.c (joust): Warn about potentially confusing promotion rules
9920 with -Wsign-promo.
9921 * cp-tree.h, lang-options.h, decl2.c: Support -Wsign-promo.
9922
9923 Tue Aug 5 15:15:07 1997 Michael Meissner <meissner@cygnus.com>
9924
9925 * exception.cc: Declare __terminate_func with noreturn attribute.
9926
9927 Fri Aug 1 03:18:15 1997 Jason Merrill <jason@yorick.cygnus.com>
9928
9929 * parse.y: Break out eat_saved_input, handle errors.
9930 (function_try_block): Use compstmt instead of compstmt_or_error.
9931
9932 Thu Jul 31 17:14:04 1997 Jason Merrill <jason@yorick.cygnus.com>
9933
9934 * tree.c (build_cplus_new): Don't set TREE_ADDRESSABLE.
9935
9936 Fri Jul 4 01:45:16 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9937
9938 * Make-lang.in (cplib2.txt, cplib2.ready): Instead of checking for
9939 existence of cc1plus check whether $(LANGUAGES) contains C++.
9940
9941 Wed Jul 30 13:04:21 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9942
9943 * method.c (do_build_copy_constructor): When copying an anonymous
9944 union member loop around to handle nested anonymous unions. Use
9945 the offset of the member relative to the outer structure, not the
9946 union.
9947
9948 Tue Jul 29 21:17:29 1997 Jason Merrill <jason@yorick.cygnus.com>
9949
9950 * call.c (resolve_args): New fn.
9951 (build_new_function_call): Use it.
9952 (build_object_call): Likewise.
9953 (build_new_method_call): Likewise.
9954
9955 Mon Jul 28 16:02:36 1997 Jason Merrill <jason@yorick.cygnus.com>
9956
9957 * call.c (build_over_call): tsubst all default parms from templates.
9958
9959 Wed Jul 23 13:36:25 1997 Jason Merrill <jason@yorick.cygnus.com>
9960
9961 * decl.c (struct cp_function): Add static_labelno.
9962 (push_cp_function_context): Save it.
9963 (pop_cp_function_context): Restore it.
9964
9965 Tue Jul 22 14:43:29 1997 Jason Merrill <jason@yorick.cygnus.com>
9966
9967 * typeck.c (build_component_ref_1): Convert from reference.
9968
9969 Tue Jul 22 11:06:23 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9970
9971 * parse.y (current_declspecs, prefix_attributes): Initialize to
9972 NULL_TREE.
9973
9974 * parse.y (initdcl0): Make sure CURRENT_DECLSPECS is non-nil
9975 before we try to force it to be a TREE_LIST.
9976 (decl): Make sure $1.t is non-nil.
9977
9978 Sun Jul 20 11:53:07 1997 Jason Merrill <jason@yorick.cygnus.com>
9979
9980 * pt.c (uses_template_parms): Handle template first-parse codes.
9981
9982 * decl.c (cp_finish_decl): Only warn about user-defined statics.
9983
9984 Fri Jul 18 17:56:08 1997 Jason Merrill <jason@yorick.cygnus.com>
9985
9986 * pt.c (unify): Handle BOOLEAN_TYPE.
9987
9988 * cp-tree.h: Lose PARM_DEFAULT_FROM_TEMPLATE.
9989 * pt.c (tsubst): Don't set it.
9990 * call.c (build_over_call): Use uses_template_parms.
9991
9992 Thu Jul 17 18:06:30 1997 Jason Merrill <jason@yorick.cygnus.com>
9993
9994 * method.c (build_overload_nested_name): Use static_labelno
9995 instead of var_labelno.
9996 (build_qualified_name): New fn.
9997 (build_overload_name): Split out from here.
9998 (build_static_name): Use build_qualified_name.
9999 * decl.c (cp_finish_decl): Statics in extern inline functions
10000 have comdat linkage.
10001 (start_function): Initialize static_labelno.
10002
10003 Thu Jul 17 11:20:17 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
10004
10005 * class.c (finish_struct_methods): Add check of warn_ctor_dtor_privacy
10006 before "all member functions in class [] are private".
10007
10008 Wed Jul 16 23:47:08 1997 Jason Merrill <jason@yorick.cygnus.com>
10009
10010 * lex.c (do_scoped_id): convert_from_reference.
10011 * init.c (build_offset_ref): Likewise.
10012
10013 Wed Jul 16 12:34:29 1997 Benjamin Kosnik <bkoz@lisa.cygnus.com>
10014
10015 * error.c (dump_expr): Check TREE_OPERAND before dump_expr_list.
10016
10017 Mon Jul 14 03:23:46 1997 Jason Merrill <jason@yorick.cygnus.com>
10018
10019 * typeck.c (get_member_function_from_ptrfunc): Promote index
10020 before saving it.
10021
10022 Sun Jul 13 00:11:52 1997 Jason Merrill <jason@yorick.cygnus.com>
10023
10024 * tree.c (layout_basetypes): Move non-virtual destructor warning.
10025 * decl.c (xref_basetypes): Remove non-virtual destructor warning.
10026
10027 Sat Jul 12 12:47:12 1997 Jason Merrill <jason@yorick.cygnus.com>
10028
10029 * decl.c (grokdeclarator): Call add_defarg_fn for the function
10030 type, too.
10031 * lex.c (add_defarg_fn): Adjust.
10032 (do_pending_defargs): Adjust. Don't skip the first parm.
10033
10034 Fri Jul 11 01:39:50 1997 Jason Merrill <jason@yorick.cygnus.com>
10035
10036 * decl.c (build_enumerator): Global enumerators are also readonly.
10037
10038 * rtti.c (build_dynamic_cast_1): Renamed from build_dynamic_cast.
10039 (build_dynamic_cast): Call it and convert_from_reference.
10040
10041 * lex.c (add_defarg_fn): New fn.
10042 (snarf_defarg): Don't add to defarg_types.
10043 (do_pending_defargs): Lose defarg_types. All fns we process now
10044 have defargs.
10045 * decl.c (grokfndecl): Call add_defarg_fn.
10046
10047 * Makefile.in (CONFLICTS): Expect 18 s/r conflicts.
10048 * cp-tree.def: Add DEFAULT_ARG.
10049 * spew.c (yylex): Call snarf_defarg as appropriate.
10050 * parse.y: New tokens DEFARG and DEFARG_MARKER.
10051 (defarg_again, pending_defargs, defarg, defarg1): New rules.
10052 (structsp): Use pending_defargs.
10053 (parms, full_parm): Use defarg.
10054 * lex.c (init_lex): Initialize inline_text_firstobj.
10055 (do_pending_inlines): Never pass the obstack to feed_input.
10056 (process_next_inline): Call end_input instead of restore_pending_input.
10057 (clear_inline_text_obstack, reinit_parse_for_expr, do_pending_defargs,
10058 finish_defarg, feed_defarg, snarf_defarg, maybe_snarf_defarg): New fns.
10059 * input.c (end_input): New fn.
10060 (sub_getch): At the end of some fed input, just keep returning EOF
10061 until someone calls end_input.
10062 Remove 'obstack' field from struct input_source.
10063 * decl.c (grokparms): Handle DEFAULT_ARG.
10064 (replace_defarg): New fn.
10065 * cp-tree.h (DEFARG_LENGTH, DEFARG_POINTER): New macros.
10066
10067 Wed Jul 9 13:44:12 1997 Jason Merrill <jason@yorick.cygnus.com>
10068
10069 * call.c (implicit_conversion): If nothing else works, try binding
10070 an rvalue to a reference.
10071
10072 Wed Jul 9 13:04:38 1997 Geoffrey Noer <noer@cygnus.com>
10073
10074 * decl.c (init_decl_processing): Fix Jun 30 patch -- move
10075 ifndef for Cygwin32 to include SIGSEGV.
10076
10077 Thu Jul 3 01:44:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10078
10079 * class.c (finish_struct_1): Only complain about pointers without
10080 copy stuff if there are any constructors.
10081
10082 * rtti.c (build_dynamic_cast): Call complete_type on the types.
10083
10084 * decl.c (grokfndecl): If the function we chose doesn't actually
10085 match, die.
10086
10087 * decl2.c (grokclassfn): Don't specify 'const int' for the
10088 artificial destructor parm.
10089
10090 * pt.c (type_unification): If we are called recursively, nothing
10091 decays.
10092
10093 Mon Jun 30 17:53:21 1997 Geoffrey Noer <noer@cygnus.com>
10094
10095 * decl.c (init_decl_processing): Stop trying to catch signals
10096 other than SIGABRT since the Cygwin32 library doesn't support
10097 them correctly yet. This fixes a situation in which g++ causes
10098 a hang on SIGSEGVs and other such signals in our Win32-hosted
10099 tools.
10100
10101 Mon Jun 30 14:50:01 1997 Jason Merrill <jason@yorick.cygnus.com>
10102
10103 * tree.c (mapcar, case CALL_EXPR): Handle all the parse node data.
10104
10105 Fri Jun 27 15:18:49 1997 Jason Merrill <jason@yorick.cygnus.com>
10106
10107 * typeck2.c (store_init_value): Always return the value if our
10108 type needs constructing.
10109
10110 * method.c (hack_identifier): Convert class statics from
10111 reference, too.
10112
10113 Thu Jun 26 11:44:46 1997 Jason Merrill <jason@yorick.cygnus.com>
10114
10115 * Make-lang.in (cplib2.ready): Add $(LANGUAGES) dependency.
10116
10117 Thu Jun 19 16:49:28 1997 Mike Stump <mrs@cygnus.com>
10118
10119 * typeck.c (c_expand_return): Make sure we clean up temporaries at
10120 the end of return x;
10121
10122 Thu Jun 19 12:28:43 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10123
10124 * lex.c (check_for_missing_semicolon): Also check for CV_QUALIFIER.
10125
10126 Tue Jun 17 18:35:57 1997 Mike Stump <mrs@cygnus.com>
10127
10128 * except.c (expand_builtin_throw): Add support
10129 -fno-sjlj-exceptions -fPIC exception handling on the SPARC.
10130
10131 Mon Jun 16 01:24:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10132
10133 * repo.c (extract_string): Null-terminate.
10134
10135 * cp-tree.h (TI_SPEC_INFO): New macro.
10136 (CLASSTYPE_TI_SPEC_INFO): New macro.
10137 * pt.c (push_template_decl): Correctly determine # of template parms
10138 for partial specs.
10139
10140 * call.c (compare_ics): Really fix 'this' conversions.
10141
10142 * pt.c (do_decl_instantiation): Don't crash on explicit inst of
10143 non-template fn.
10144
10145 * pt.c (push_template_decl): Complain about mismatch in # of
10146 template parms between a class template and a member template.
10147
10148 Sun Jun 15 02:38:20 1997 Jason Merrill <jason@yorick.cygnus.com>
10149
10150 * method.c (synthesize_method): You can't call
10151 function_cannot_inline_p after finish_function.
10152 * decl.c (finish_function): Turn on flag_inline_functions and turn
10153 off DECL_INLINE before handing a synthesized method to the
10154 backend.
10155
10156 Thu Jun 12 17:35:28 1997 Jason Merrill <jason@yorick.cygnus.com>
10157
10158 * method.c (synthesize_method): Remove July 30 change to never set
10159 DECL_INLINE if at_eof.
10160
10161 Thu Jun 12 15:25:08 1997 Mike Stump <mrs@cygnus.com>
10162
10163 * xref.c (GNU_xref_member): Ensure that the node has a
10164 decl_lang_specific part before checking DECL_FRIEND_P.
10165
10166 Thu Jun 12 12:36:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10167
10168 * pt.c (instantiate_class_template): Diagnose non-class types used
10169 as bases.
10170
10171 Wed Jun 11 17:33:40 1997 Jason Merrill <jason@yorick.cygnus.com>
10172
10173 * typeck.c (build_conditional_expr): Use convert_for_initialization
10174 instead of convert_and_check.
10175
10176 Wed Jun 11 12:31:33 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10177
10178 * parse.y (typespec): Don't pedwarn for typeof.
10179
10180 Tue Jun 10 00:22:09 1997 Jason Merrill <jason@yorick.cygnus.com>
10181
10182 * repo.c (finish_repo): Only check changes if we would write a
10183 repo file.
10184
10185 * call.c (compare_ics): Fix handling of 'this' conversions.
10186
10187 * pt.c (do_decl_instantiation): Support static data too. Rename
10188 from do_function_instantiation.
10189 * cp-tree.h: Adjust.
10190 * parse.y: Adjust.
10191
10192 * repo.c (extract_string): New fn.
10193 (get_base_filename): Use it.
10194 (init_repo): Compare old args with current args.
10195
10196 Mon Jun 9 14:25:30 1997 Mike Stump <mrs@cygnus.com>
10197
10198 * Makefile.in, Make-lang.in: Protect C-ls with a comment
10199 character, idea from Paul Eggert <eggert@twinsun.com>.
10200
10201 Mon Jun 9 01:52:03 1997 Jason Merrill <jason@yorick.cygnus.com>
10202
10203 * typeck.c (c_expand_return): Be more persistent in looking for
10204 returned temps.
10205
10206 * cvt.c (build_up_reference): Use NOP_EXPR for switching from
10207 pointer to reference.
10208
10209 * class.c (build_vbase_path): Don't do anything if PATH has no steps.
10210
10211 Sun Jun 8 03:07:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10212
10213 * init.c (build_member_call, build_offset_ref):
10214 Use do_scoped_id instead of do_identifier.
10215
10216 * cvt.c (convert): Remove bogosity.
10217
10218 Sat Jun 7 20:50:17 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10219
10220 * cvt.c (build_up_reference): Do checks of ARGTYPE and
10221 TARGET_TYPE before trying to use get_binfo.
10222
10223 Fri Jun 6 17:36:39 1997 Jason Merrill <jason@yorick.cygnus.com>
10224
10225 * cvt.c (build_up_reference): Call get_binfo to get access control.
10226
10227 * decl2.c (import_export_decl): If we don't support weaks, leave
10228 statics undefined.
10229
10230 Fri Jun 6 15:55:49 1997 Mike Stump <mrs@cygnus.com>
10231
10232 * except.c (expand_builtin_throw): Add support for machines that
10233 cannot access globals after throw's epilogue when
10234 -fno-sjlj-exceptions is used.
10235
10236 Thu Jun 5 16:28:43 1997 Jason Merrill <jason@yorick.cygnus.com>
10237
10238 * parse.y: 'std::' becomes '::'.
10239 * lex.c (real_yylex): Remove 'namespace' warning.
10240 * init.c (build_member_call): Ignore 'std::'.
10241 (build_offset_ref): Likewise.
10242 * decl2.c (do_using_directive): Ignore 'using namespace std;'.
10243 (do_toplevel_using_decl): Ignore 'using std::whatever'.
10244 * decl.c (push_namespace): Just sorry.
10245 (pop_namespace): Nop.
10246 (init_decl_processing): Declare std namespace.
10247
10248 Tue Jun 3 18:08:23 1997 Jason Merrill <jason@yorick.cygnus.com>
10249
10250 * search.c (push_class_decls): A name which ambiguously refers to
10251 several instantiations of the same template just refers to the
10252 template.
10253
10254 Tue Jun 3 12:30:40 1997 Benjamin Kosnik <bkoz@cirdan.cygnus.com>
10255
10256 * decl.c (build_enumerator): Fix problem with unsigned long
10257 enumerated values being smashed to ints, causing overflow
10258 when computing next enumerated value (for enum values around
10259 MAX_VAL).
10260
10261 Mon Jun 2 17:40:56 1997 Jason Merrill <jason@yorick.cygnus.com>
10262
10263 * typeck.c (build_component_ref): Only call mark_used on a decl.
10264
10265 Thu May 29 15:54:17 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10266
10267 * typeck.c (build_c_cast): Make the check for a ptr to function
10268 more specific before possible default_conversion call.
10269
10270 Thu May 29 13:02:06 1997 Mike Stump <mrs@cygnus.com>
10271
10272 * except.c (expand_exception_blocks): Simplify and fix and make
10273 sure we don't end a region in a sequence, as expand_end_bindings
10274 doesn't like it.
10275
10276 Wed May 28 17:08:03 1997 Mike Stump <mrs@cygnus.com>
10277
10278 * except.c (init_exception_processing): Mark terminate as not
10279 returning so that the optimizer can optimize better.
10280
10281 Tue May 27 19:49:19 1997 Mike Stump <mrs@cygnus.com>
10282
10283 * cvt.c (convert): Don't do any extra work, if we can avoid it
10284 easily.
10285
10286 Tue May 27 18:21:47 1997 Mike Stump <mrs@cygnus.com>
10287
10288 * *.[chy]: Change cp_convert to ocp_convert, change convert to
10289 cp_convert. convert is now reserved for the backend, and doesn't
10290 have the semantics a frontend person should ever want.
10291
10292 Fri May 23 10:58:31 1997 Jason Merrill <jason@yorick.cygnus.com>
10293
10294 * lang-specs.h: Define __EXCEPTIONS if exceptions are enabled.
10295 Lose -traditional support.
10296
10297 Thu May 22 15:41:28 1997 Jason Merrill <jason@yorick.cygnus.com>
10298
10299 * rtti.c (get_tinfo_var): Use TYPE_PRECISION (sizetype).
10300
10301 * parse.y (self_reference): Do it for templates, too.
10302 * class.c (pushclass): Don't overload_template_name; the alias
10303 generated by build_self_reference serves the same purpose.
10304
10305 * tree.c (list_hash): Make static, take more args.
10306 (list_hash_lookup): Likewise.
10307 (list_hash_add): Make static.
10308 (list_hash_canon): Lose.
10309 (hash_tree_cons): Only build a new node if one isn't already in the
10310 hashtable.
10311 (hash_tree_chain): Use hash_tree_cons.
10312 * cp-tree.h: Adjust.
10313 * decl.c (grokfndecl): Just check IDENTIFIER_GLOBAL_VALUE instead
10314 of calling lookup_name.
10315
10316 Wed May 21 18:24:19 1997 Jason Merrill <jason@yorick.cygnus.com>
10317
10318 * pt.c (instantiate_class_template): TYPE_VALUES for an enum
10319 doesn't refer to the CONST_DECLs.
10320
10321 Tue May 20 21:09:32 1997 Bob Manson <manson@charmed.cygnus.com>
10322
10323 * rtti.c (get_tinfo_var): Either INT_TYPE_SIZE or 32, whichever
10324 is bigger.
10325 (expand_class_desc): Convert the last argument to a sizetype.
10326
10327 Tue May 20 13:55:57 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10328
10329 * gxx.gperf (__complex, __complex__, __imag, __imag__, __real,
10330 __real__): Add reswords.
10331 * hash.h: Regenerate.
10332 * lex.h (rid): Add RID_COMPLEX.
10333 (RID_LAST_MODIFIER): Set to RID_COMPLEX.
10334 * lex.c (init_lex): Add building of RID_COMPLEX.
10335 (real_yylex): General cleanup in line with what c-lex.c also has,
10336 sans the cruft for traditional; add handling of SPEC_IMAG, complex
10337 types, and imaginary numeric constants.
10338 * parse.y (REALPART, IMAGPART): Add tokens.
10339 (unary_expr): Add REALPART and IMAGPART rules.
10340 * cp-tree.h (complex_{integer,float,double,long}_type_node): Declare.
10341 * decl.c (complex_{integer,float,double,long}_type_node): Define
10342 types.
10343 (init_decl_processing): Set up the types.
10344 (grokdeclarator): Add handling of RID_COMPLEX. Set and use
10345 DEFAULTED_INT instead of EXPLICIT_INT when we default to int type.
10346 * call.c (build_new_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
10347 * cvt.c (cp_convert): Handle COMPLEX_TYPE.
10348 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
10349 COMPLEX_TYPE case.
10350 * method.c (build_overload_name): Add handling of the different
10351 COMPLEX_TYPEs, prefixing them with `J'.
10352 * pt.c (process_template_parm): Don't let them use a COMPLEX_TYPE
10353 as a template parm.
10354 (uses_template_parms, tsubst, unify): Add COMPLEX_TYPE case.
10355 * tree.c (lvalue_p): Add REALPART_EXPR and IMAGPART_EXPR cases.
10356 (mapcar): Handle COMPLEX_CST.
10357 * typeck.c (build_binary_op_nodefault): Handle COMPLEX_TYPE.
10358 (common_type): Add code for complex types.
10359 (build_unary_op): Add REALPART_EXPR and IMAGPART_EXPR cases.
10360 (convert_for_assignment): Likewise.
10361 (mark_addressable): Add REALPART_EXPR and IMAGPART_EXPR cases.
10362
10363 Mon May 19 12:26:27 1997 Jason Merrill <jason@yorick.cygnus.com>
10364
10365 * pt.c (tsubst): Don't pass the MINUS_EXPR for an array domain to
10366 tsubst_expr, as it might try to do overload resolution.
10367
10368 Sat May 17 10:48:31 1997 Jason Merrill <jason@yorick.cygnus.com>
10369
10370 * pt.c (instantiate_class_template): Oops.
10371
10372 Fri May 16 14:23:57 1997 Jason Merrill <jason@yorick.cygnus.com>
10373
10374 * cp-tree.def: Add TAG_DEFN.
10375 * pt.c (tsubst_enum): New fn.
10376 (instantiate_class_template): Use it.
10377 (tsubst_expr): Support TAG_DEFN.
10378 (tsubst): Support local enums.
10379 (tsubst_copy): Likewise.
10380 * decl.c (finish_enum): Likewise.
10381 (start_enum): If this is a local enum, switch to permanent_obstack.
10382
10383 Wed May 14 19:08:28 1997 Mike Stump <mrs@cygnus.com>
10384
10385 * decl.c (store_parm_decls): Set last_parm_cleanup_insn here.
10386 (finish_function): Put the base init code for constructors just
10387 after the parm cleanup insns.
10388 (struct cp_function): Add last_parm_cleanup_insn.
10389 (push_cp_function_context): Likewise.
10390 (pop_cp_function_context): Likewise.
10391
10392 Tue May 13 15:51:20 1997 Jason Merrill <jason@yorick.cygnus.com>
10393
10394 * pt.c (tsubst_copy): Handle BIT_NOT_EXPR.
10395
10396 Wed May 7 11:17:59 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10397
10398 * method.c (emit_thunk) [ASM_OUTPUT_MI_THUNK]: Build up the RTL
10399 for THUNK_FNDECL before we switch to temporary allocation.
10400
10401 Mon May 5 14:46:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10402
10403 * call.c (build_new_op): Handle null arg2 for ?:.
10404
10405 Thu May 1 18:26:37 1997 Mike Stump <mrs@cygnus.com>
10406
10407 * except.c (expand_exception_blocks): Ensure that we flow through
10408 the end of the exception region for the exception specification.
10409 Move exception region for the exception specification in, so that
10410 it doesn't protect the parm cleanup. Remove some obsolete code.
10411 * decl.c (store_parm_decls): Likewise.
10412 (finish_function): Likewise.
10413
10414 Tue Apr 29 15:38:54 1997 Jason Merrill <jason@yorick.cygnus.com>
10415
10416 * init.c (build_new): Fix nothrow handling.
10417
10418 Tue Apr 29 14:29:50 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10419
10420 * init.c (emit_base_init): Don't warn about the initialization
10421 list for an artificial member.
10422
10423 Fri Apr 25 17:47:59 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10424
10425 * expr.c (do_case): Handle !START case for the error msg.
10426
10427 Fri Apr 25 11:55:23 1997 Jason Merrill <jason@yorick.cygnus.com>
10428
10429 * decl2.c, lang-options.h: New option -Weffc++.
10430 * class.c, decl.c, init.c, typeck.c: Move Effective C++ warnings
10431 to -Weffc++.
10432
10433 * decl2.c (finish_prevtable_vardecl): Change NO_LINKAGE_HEURISTICS
10434 to MULTIPLE_SYMBOL_SPACES.
10435
10436 Wed Apr 23 18:06:50 1997 Jason Merrill <jason@yorick.cygnus.com>
10437
10438 * method.c (emit_thunk, generic case): Set current_function_is_thunk.
10439
10440 * method.c (emit_thunk, macro case): Set up DECL_RESULT.
10441
10442 * typeck.c (c_expand_return): Don't complain about returning void
10443 to void in an artificial function.
10444 * method.c (make_thunk): Change settings of READONLY/VOLATILE,
10445 don't set DECL_RESULT, set DECL_ARTIFICIAL.
10446 (emit_thunk, generic code): Also set up DECL_LANG_SPECIFIC.
10447
10448 Wed Apr 23 14:43:06 1997 Mike Stump <mrs@cygnus.com>
10449
10450 * init.c (init_decl_processing): Add support for setjmp/longjmp based
10451 exception handling.
10452 * except.c (init_exception_processing): Likewise.
10453 (expand_end_catch_block): Likewise.
10454 (expand_exception_blocks): Likewise.
10455 (expand_throw): Likewise.
10456 * exception.cc (__default_terminate): Likewise.
10457
10458 * init.c (perform_member_init): Use new method of expr level
10459 cleanups, instead of cleanups_this_call and friends.
10460 (emit_base_init): Likewise.
10461 (expand_aggr_vbase_init_1): Likewise.
10462 (expand_vec_init): Likewise.
10463 * decl.c (cp_finish_decl): Likewise.
10464 (expand_static_init): Likewise.
10465 (store_parm_decls): Likewise.
10466 (cplus_expand_expr_stmt): Likewise.
10467 * decl2.c (finish_file): Likewise.
10468
10469 * Make-lang.in (exception.o): Ok to compile with -O now.
10470
10471 * decl.c (maybe_build_cleanup_1): We no longer have to unsave, as
10472 we know it will be done later by the backend.
10473
10474 * decl2.c (lang_f_options): Remove support for short temps.
10475 * lang-options.h: Likewise.
10476
10477 Wed Apr 23 04:12:06 1997 Jason Merrill <jason@yorick.cygnus.com>
10478
10479 * tree.c (varargs_function_p): New fn.
10480 * method.c (emit_thunk): Replace broken generic code with code to
10481 generate a heavyweight thunk function.
10482
10483 Tue Apr 22 02:45:18 1997 Jason Merrill <jason@yorick.cygnus.com>
10484
10485 * pt.c (process_template_parm): pedwarn about floating-point parms.
10486
10487 * decl.c (grokdeclarator): inline no longer implies static.
10488
10489 * spew.c (yylex): Always return the TYPE_DECL if we got a scope.
10490
10491 Mon Apr 21 15:42:27 1997 Jason Merrill <jason@yorick.cygnus.com>
10492
10493 * class.c (check_for_override): The signature of an overriding
10494 function is not changed.
10495
10496 * call.c (build_over_call): Move setting of conv into the loop.
10497 Note: this change, along with the related changes of the 18th thru
10498 the 20th of April, fix an infinite loop problem in conversions.
10499
10500 Sun Apr 20 16:24:29 1997 Jason Merrill <jason@yorick.cygnus.com>
10501
10502 * call.c (build_user_type_conversion_1): Really ignore rvalue
10503 conversions when looking for a REFERENCE_TYPE.
10504
10505 * cvt.c (build_up_reference): Eviscerate, use build_unary_op.
10506 * cp-tree.h (TREE_REFERENCE_EXPR): #if 0.
10507 * typeck.c (decay_conversion): Don't set TREE_REFERENCE_EXPR.
10508 (build_unary_op): Likewise.
10509 * call.c (build_over_call): See through a CONVERT_EXPR around the
10510 ADDR_EXPR for on a temporary.
10511 * typeck.c (c_expand_return): See through a CONVERT_EXPR around
10512 the ADDR_EXPR for a local variable.
10513
10514 Fri Apr 18 12:11:33 1997 Jason Merrill <jason@yorick.cygnus.com>
10515
10516 * call.c (build_user_type_conversion_1): If we're trying to
10517 convert to a REFERENCE_TYPE, only consider lvalue conversions.
10518 (build_new_function_call): Print candidates.
10519 (implicit_conversion): Try a temp binding if the lvalue conv is BAD.
10520 (reference_binding): Binding a temporary of a reference-related type
10521 is BAD.
10522
10523 Thu Apr 17 14:37:22 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10524
10525 * inc/typeinfo (type_info::before): Add cv-qualifier-seq.
10526 * tinfo2.cc (type_info::before): Likewise.
10527
10528 Mon Apr 14 12:38:17 1997 Jason Merrill <jason@yorick.cygnus.com>
10529
10530 * call.c (implicit_conversion): Oops.
10531
10532 Fri Apr 11 02:18:30 1997 Jason Merrill <jason@yorick.cygnus.com>
10533
10534 * call.c (implicit_conversion): Try to find a reference conversion
10535 before binding a const reference to a temporary.
10536
10537 Wed Apr 2 12:51:36 1997 Mike Stump <mrs@cygnus.com>
10538
10539 * exception.cc (__default_unexpected): Call terminate by default,
10540 so that if the user overrides terminate, the correct function will
10541 be called.
10542
10543 Wed Mar 19 14:14:45 1997 Mike Stump <mrs@cygnus.com>
10544
10545 * parse.y (left_curly): Avoid trying to use any fields of
10546 error_mark_node, as there aren't any.
10547
10548 Thu Mar 13 16:33:22 1997 Jason Merrill <jason@yorick.cygnus.com>
10549
10550 * lex.c (do_identifier): Avoid breaking on overloaded methods
10551 as default arguments.
10552
10553 Wed Mar 12 13:55:10 1997 Hans-Peter Nilsson <Hans-Peter.Nilsson@axis.se>
10554
10555 * call.c (add_template_candidate): Initialize the variable "dummy".
10556
10557 Mon Mar 10 15:13:14 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10558
10559 * decl.c (start_decl): Make sure TYPE isn't an error_mark_node
10560 before we try to use TYPE_SIZE and TREE_CONSTANT on it.
10561
10562 Fri Mar 7 13:19:36 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10563
10564 * cp-tree.h (comp_ptr_ttypes, more_specialized): Add decl.
10565 (debug_binfo): Delete decl, not needed.
10566
10567 * tree.c (fnaddr_from_vtable_entry, function_arg_chain,
10568 promotes_to_aggr_type): Delete fns.
10569 * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY,
10570 SET_FNADDR_FROM_VTABLE_ENTRY, FUNCTION_ARG_CHAIN,
10571 PROMOTES_TO_AGGR_TYPE): Delete alternates to #if 1.
10572
10573 * decl.c (pending_invalid_xref{,_file,_line}): Delete unused vars.
10574
10575 * friend.c (is_friend_type): Delete fn.
10576 * cp-tree.h (is_friend_type): Delete decl.
10577
10578 * decl.c (original_result_rtx, double_ftype_double,
10579 double_ftype_double_double, int_ftype_int, long_ftype_long,
10580 float_ftype_float, ldouble_ftype_ldouble, last_dtor_insn): Make static.
10581 * typeck.c (original_result_rtx, warn_synth): Delete extern decls.
10582
10583 * decl.c (push_overloaded_decl{,_top_level}): Make static, adding
10584 fwd decls.
10585 * cp-tree.h (push_overloaded_decl{,_top_level}): Delete decls.
10586
10587 * decl.c (pushdecl_nonclass_level): #if 0, unused.
10588 * cp-tree.h (pushdecl_nonclass_level): #if 0 decl.
10589
10590 * lex.c (reinit_lang_specific): #if 0, unused.
10591 * cp-tree.h (reinit_lang_specific): #if 0 decl.
10592
10593 * decl.c (revert_static_member_fn): Make static, adding fwd decl.
10594 * cp-tree.h (revert_static_member_fn): Delete decl.
10595
10596 * class.c (root_lang_context_p): Delete fn.
10597 * cp-tree.h (root_lang_context_p): Delete decl.
10598
10599 * decl.c (set_current_level_tags_transparency): #if 0, unused.
10600 * cp-tree.h (set_current_level_tags_transparency): #if 0 decl.
10601
10602 * lex.c (set_vardecl_interface_info): Make static.
10603 * cp-tree.h (set_vardecl_interface_info): Delete decl.
10604
10605 * call.c (find_scoped_type): Make static.
10606 * cp-tree.h (find_scoped_type): Delete decl.
10607
10608 * search.c (convert_pointer_to_vbase): Make static.
10609 * cp-tree.h (convert_pointer_to_vbase): Delete decl.
10610
10611 * decl.c (const_ptr_type_node): Likewise.
10612 * cp-tree.h (const_ptr_type_node): Delete decl.
10613
10614 * typeck.c (common_base_type): Make static.
10615 * cp-tree.h (common_base_types): Delete erroneous decl.
10616
10617 * pt.c (classtype_mangled_name): Make static.
10618 * cp-tree.h (classtype_mangled_name): Delete decl.
10619
10620 * lex.c (check_newline): Make static.
10621 * cp-tree.h (check_newline): Delete decl.
10622
10623 * typeck.c (build_x_array_ref): Delete fn, same idea as
10624 grok_array_decl.
10625 * cp-tree.h (build_x_array_ref): Delete decl.
10626
10627 * lex.c (copy_decl_lang_specific): Delete fn, same idea as
10628 copy_lang_decl.
10629 * cp-tree.h (copy_decl_lang_specific): #if 0 decl.
10630
10631 * class.c (build_vtable_entry): Make static.
10632 * cp-tree.h (build_vtable_entry): Delete decl.
10633
10634 * class.c (build_vbase_pointer): Make static.
10635 * cp-tree.h (build_vbase_pointer): Delete decl.
10636
10637 * sig.c (build_sptr_ref): Add forward decl and make static.
10638 * cp-tree.h (build_sptr_ref): Delete decl.
10639
10640 * call.c (build_new_method_call): Add forward decl and make static.
10641 * cp-tree.h (build_new_method_call): Delete decl.
10642
10643 * call.c (build_object_call): Make static.
10644 * class.c (check_for_override, complete_type_p, mark_overriders):
10645 Likewise.
10646 * decl.c (cp_function_chain): Likewise.
10647 * lex.c (set_typedecl_interface_info, reinit_parse_for_block):
10648 Likewise.
10649 * pt.c (comp_template_args, get_class_bindings, push_tinst_level):
10650 Likewise.
10651 * tree.c (build_cplus_array_type_1): Likewise.
10652 * typeck.c (comp_ptr_ttypes_{const,real,reinterpret}): Likewise.
10653 (comp_target_parms): Likewise.
10654
10655 * init.c (build_builtin_call): Make static.
10656 * cp-tree.h (build_builtin_call): Delete decl.
10657
10658 * typeck.c (binary_op_error): Delete decl.
10659 * cp-tree.h (binary_op_error): Likewise.
10660
10661 Thu Mar 6 16:13:52 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10662
10663 * call.c (build_method_call): Compare against error_mark_node
10664 directly, rather than the ERROR_MARK tree code.
10665 * cvt.c (cp_convert): Likewise.
10666 * decl.c (print_binding_level): Likewise.
10667 (duplicate_decls): Likewise.
10668 (grokdeclarator): Likewise.
10669 (grokdeclarator): Likewise.
10670 * init.c (expand_aggr_init_1): Likewise.
10671 (decl_constant_value): Likewise.
10672 * method.c (build_opfncall): Likewise.
10673 (hack_identifier): Likewise.
10674 * typeck.c (build_modify_expr): Likewise.
10675
10676 * typeck.c (build_c_cast): Don't decl TYPE as register tree.
10677
10678 Sun Mar 2 02:54:36 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
10679
10680 * pt.c (unify): Strip NOP_EXPR wrappers before unifying integer values.
10681
10682 * pt.c (coerce_template_parms): Add new error message.
10683
10684 * method.c (build_overload_value): Implement name mangling for
10685 floating-point template arguments.
10686
10687 * method.c (build_overload_int, icat, dicat): Fix mangling of template
10688 arguments whose absolute value doesn't fit in a signed word.
10689
10690 Mon Mar 3 12:14:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10691
10692 * friend.c: New file; put all of the friend stuff in here.
10693 * init.c: Instead of here.
10694 * Makefile.in (CXX_OBJS): Add friend.o.
10695 (friend.o): Add dependencies.
10696 * Make-lang.in (CXX_SRCS): Add $(srcdir)/cp/friend.c.
10697
10698 Sun Mar 2 11:04:43 1997 Jason Merrill <jason@yorick.cygnus.com>
10699
10700 * call.c (build_scoped_method_call): Complain if the scope isn't a
10701 base.
10702
10703 Wed Feb 26 11:31:06 1997 Jason Merrill <jason@yorick.cygnus.com>
10704
10705 * parse.y (left_curly): Don't crash on erroneous type.
10706
10707 * init.c (build_delete): Fix type of ref.
10708
10709 Tue Feb 25 12:41:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10710
10711 * search.c (get_vbase_1): Renamed from get_vbase.
10712 (get_vbase): Wrapper, now non-static.
10713 (convert_pointer_to_vbase): Now static.
10714
10715 * call.c (build_scoped_method_call): Accept a binfo for BASETYPE.
10716 * init.c (build_delete): Pass one.
10717 (build_partial_cleanup_for): Use build_scoped_method_call.
10718 * decl.c (finish_function): Pass a binfo.
10719
10720 Mon Feb 24 15:00:12 1997 Jason Merrill <jason@yorick.cygnus.com>
10721
10722 * call.c (build_over_call): Only synthesize non-trivial copy ctors.
10723
10724 * typeck.c (build_c_cast): Lose other reference to flag.
10725
10726 * call.c (build_field_call): Don't look for [cd]tor_identifier.
10727 * decl2.c (delete_sanity): Remove meaningless use of
10728 LOOKUP_HAS_IN_CHARGE.
10729 * decl.c (finish_function): Use build_scoped_method_call instead
10730 of build_delete for running vbase dtors.
10731 * init.c (build_delete): Call overload resolution code instead of
10732 duplicating it badly.
10733
10734 Thu Feb 20 15:12:15 1997 Jason Merrill <jason@yorick.cygnus.com>
10735
10736 * call.c (build_over_call): Call mark_used before trying to elide
10737 the call.
10738
10739 * decl.c (implicitly_declare): Don't set DECL_ARTIFICIAL.
10740
10741 Wed Feb 19 11:18:53 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10742
10743 * typeck.c (build_modify_expr): Always pedwarn for a cast to
10744 non-reference used as an lvalue.
10745
10746 Wed Feb 19 10:35:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10747
10748 * cvt.c (cp_convert_to_pointer): Convert from 0 to a pmf properly.
10749
10750 Tue Feb 18 15:40:57 1997 Jason Merrill <jason@yorick.cygnus.com>
10751
10752 * parse.y (handler): Fix template typo.
10753
10754 Sun Feb 16 02:12:28 1997 Jason Merrill <jason@yorick.cygnus.com>
10755
10756 * error.c (lang_decl_name): New fn.
10757 * tree.c (lang_printable_name): Use it.
10758
10759 Fri Feb 14 16:57:05 1997 Mike Stump <mrs@cygnus.com>
10760
10761 * g++spec.c: Include config.h so that we can catch bzero #defines
10762 from the config file.
10763
10764 Tue Feb 11 13:50:48 1997 Mike Stump <mrs@cygnus.com>
10765
10766 * new1.cc: Include a declaration for malloc, to avoid warning, and
10767 avoid lossing on systems that require one (ones that define malloc
10768 in xm.h).
10769
10770 Mon Feb 10 22:51:13 1997 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
10771
10772 * decl2.c (max_tinst_depth): New variable.
10773 (lang_decode_option): Parse "-ftemplate-depth-NN" command line
10774 option.
10775 * pt.c (max_tinst_depth): Variable moved.
10776 * lang-options.h: Declare "-ftemplate-depth-NN" command line option
10777 as legal.
10778
10779 Fri Feb 7 15:43:34 1997 Jason Merrill <jason@yorick.cygnus.com>
10780
10781 * decl.c (xref_basetypes): Allow a base class that depends on
10782 template parms to be incomplete.
10783
10784 * decl2.c (build_expr_from_tree): Support typeid(type).
10785 * rtti.c (get_typeid): Support templates.
10786 (expand_si_desc, expand_class_desc): Fix string length.
10787 (expand_ptr_desc, expand_attr_desc, expand_generic_desc): Likewise.
10788
10789 Tue Feb 4 11:28:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10790
10791 * pt.c (unify, case TEMPLATE_CONST_PARM): Use cp_tree_equal.
10792
10793 * pt.c (tsubst): Put it back for -fno-ansi-overloading.
10794
10795 Mon Feb 3 18:41:12 1997 Jason Merrill <jason@yorick.cygnus.com>
10796
10797 * pt.c (tsubst, case FUNCTION_DECL): Lose obsolete code that
10798 smashes together template and non-template decls of the same
10799 signature.
10800
10801 Thu Jan 30 19:18:00 1997 Jason Merrill <jason@yorick.cygnus.com>
10802
10803 * pt.c (tsubst): Don't recurse for the type of a TYPENAME_TYPE.
10804
10805 Wed Jan 29 11:40:35 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10806
10807 * decl.c (duplicate_decls): Next route, pedwarn about different
10808 exceptions if -pedantic *or* olddecl !DECL_IN_SYSTEM_HEADER.
10809
10810 Tue Jan 28 20:43:29 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10811
10812 * cp-tree.h (HAS_DEFAULT_IMPLEMENTATION): Delete macro.
10813 (struct lang_type): Delete has_default_implementation member.
10814 Increase dummy to 21.
10815 * decl.c (start_method): Delete usage.
10816
10817 * cp-tree.h (build_call, null_ptr_cst_p, in_function_p,
10818 store_after_parms, start_decl_1, auto_function): Add decls.
10819 (get_arglist_len_in_bytes, declare_implicit_exception,
10820 have_exceptions_p, make_type_decl, typedecl_for_tag,
10821 store_in_parms, pop_implicit_try_blocks, push_exception_cleanup,
10822 build_component_type_expr, cplus_exception_name,
10823 {make,clear}_anon_parm_name, dont_see_typename): Removed decls.
10824 * call.c (build_this): Make static.
10825 (is_complete): Likewise.
10826 (implicit_conversion): Likewise.
10827 (reference_binding): Likewise.
10828 (standard_conversion): Likewise.
10829 (strip_top_quals): Likewise.
10830 (non_reference): Likewise.
10831 (build_conv): Likewise.
10832 (user_harshness): Likewise.
10833 (rank_for_ideal): Likewise.
10834 * decl.c (start_decl_1): Delete forward decl.
10835 (push_decl_level): Make static.
10836 (resume_binding_level): Make static.
10837 (namespace_bindings_p): Make static.
10838 (declare_namespace_level): Make static.
10839 (lookup_name_real): Make static.
10840 (duplicate_decls): Make static. Take register off NEWDECL and
10841 OLDDECL parm decls.
10842 * decl2.c (get_sentry): Make static.
10843 (temp_name_p): Delete fn.
10844 * except.c (auto_function): Delete decl.
10845 * lex.c (handle_{cp,sysv}_pragma): Make static.
10846 (handle_sysv_pragma) [HANDLE_SYSV_PRAGMA]: Add forward decl.
10847 * method.c (do_build_{copy_constructor,assign_ref}): Make static.
10848 * pt.c (tsubst_expr_values): Make static.
10849 * rtti.c (combine_strings): Delete decl.
10850
10851 Tue Jan 28 16:40:40 1997 Jason Merrill <jason@yorick.cygnus.com>
10852
10853 * pt.c (push_template_decl): Handle getting a typedef.
10854
10855 * call.c (build_new_function_call): Complain about void arg.
10856
10857 Tue Jan 28 15:25:09 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10858
10859 * decl.c (duplicate_decls): Give pedwarn of different exceptions
10860 if -pedantic, instead of olddecl !DECL_IN_SYSTEM_HEADER.
10861
10862 Mon Jan 27 19:21:29 1997 Mike Stump <mrs@cygnus.com>
10863
10864 * except.c (expand_throw): Don't expand the cleanup tree here,
10865 since we are not going to write the rtl out. Fixes problem with
10866 -g -O on SPARC.
10867
10868 Mon Jan 27 16:24:35 1997 Sean McNeil <sean@mcneil.com>
10869
10870 * Make-lang.in: Add $(exeext) as necessary.
10871
10872 Mon Jan 27 13:20:39 1997 Mike Stump <mrs@cygnus.com>
10873
10874 * parse.y (handler_seq): Must have at least one catch clause.
10875
10876 Sat Jan 25 12:00:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10877
10878 * call.c (add_builtin_candidate): Restore ?: hack.
10879
10880 * decl.c (grok_op_properties): More warnings.
10881
10882 Sat Jan 25 08:50:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10883
10884 * decl.c (duplicate_decls): On second thought, do it as a pedwarn
10885 still but only if !DECL_IN_SYSTEM_HEADER (olddecl).
10886
10887 * decl.c (duplicate_decls): Scale back to a warning, and only do
10888 'em if -pedantic.
10889
10890 Fri Jan 24 17:52:54 1997 Mike Stump <mrs@cygnus.com>
10891
10892 * decl.c (duplicate_decls): pedwarn mismatched exception
10893 specifications.
10894
10895 Thu Jan 23 18:18:54 1997 Mike Stump <mrs@cygnus.com>
10896
10897 * call.c (build_new_method_call): Don't display the invisible
10898 argument for controlling virtual bases.
10899
10900 Thu Jan 23 16:48:10 1997 Mike Stump <mrs@cygnus.com>
10901
10902 * new: Add nothrow new and delete, bad_alloc and throw specifications
10903 for delete.
10904 * decl.c (init_decl_processing): Add throw specification for delete.
10905 * new.cc (nothrow): Define.
10906 * lex.c (real_yylex): Removing warning that throw and friends are
10907 keywords.
10908 * new1.cc (operator new (size_t sz, const nothrow_t&)): Define.
10909 * new2.cc (operator new[] (size_t sz, const nothrow_t&): Define.
10910 * Make-lang.in: Add new{1,2}.{cc,o}.
10911
10912 Thu Jan 23 16:39:06 1997 Jason Merrill <jason@yorick.cygnus.com>
10913
10914 * lex.c (cons_up_default_function): Fix return type of synth op=.
10915
10916 * init.c (emit_base_init): Add warnings for uninitialized members
10917 and bases.
10918
10919 * decl.c (xref_basetypes): Add warning for non-polymorphic type
10920 with destructor used as base type.
10921
10922 * decl.c (grok_op_properties): Add warning for op= returning void.
10923 * typeck.c (c_expand_return): Add warning for op= returning anything
10924 other than *this.
10925
10926 * class.c (finish_struct_1): Add warning for class with pointers
10927 but not copy ctor or copy op=.
10928
10929 * cp-tree.h (TI_PENDING_TEMPLATE_FLAG): New macro.
10930 * pt.c (add_pending_template): Use it instead of LANG_FLAG_0.
10931 (instantiate_template): If -fexternal-templates, add this
10932 instantiation to pending_templates.
10933
10934 * decl2.c (copy_assignment_arg_p): Disable old hack to support
10935 Booch components.
10936
10937 Tue Jan 21 18:32:04 1997 Mike Stump <mrs@cygnus.com>
10938
10939 * cvt.c (cp_convert): pedwarn enum to pointer conversions.
10940
10941 Mon Jan 20 17:59:51 1997 Jason Merrill <jason@yorick.cygnus.com>
10942
10943 * call.c (standard_conversion): Handle getting references. Tack
10944 on RVALUE_CONV here. Do it for non-class types, too.
10945 (reference_binding): Pass references to standard_conversion.
10946 (implicit_conversion): Likewise.
10947 (add_builtin_candidate): Disable one ?: kludge.
10948 (convert_like): Handle RVALUE_CONVs for non-class types.
10949 (joust): Disable the other ?: kludge.
10950
10951 Mon Jan 20 14:53:13 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10952
10953 * decl.c (init_decl_processing): Add code to build up common
10954 function types beforehand, to avoid creation then removal of
10955 things already in the hash table.
10956
10957 Mon Jan 20 14:43:49 1997 Jason Merrill <jason@yorick.cygnus.com>
10958
10959 * decl.c (finish_function): Also zero out DECL_INCOMING_RTL for
10960 the arguments.
10961
10962 * error.c (dump_expr, TEMPLATE_CONST_PARM): Don't require
10963 current_template_parms.
10964
10965 Fri Jan 17 10:25:42 1997 Jason Merrill <jason@yorick.cygnus.com>
10966
10967 * search.c (lookup_field): Don't return a function, check want_type.
10968
10969 Thu Jan 16 18:14:35 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10970
10971 * init.c (build_new): Make sure PLACEMENT has a type.
10972
10973 Thu Jan 16 17:40:28 1997 Jason Merrill <jason@yorick.cygnus.com>
10974
10975 * init.c (build_new): Support new (nothrow).
10976
10977 Wed Jan 15 12:38:14 1997 Jason Merrill <jason@yorick.cygnus.com>
10978
10979 * pt.c (instantiate_decl): Also do push_to_top_level before setting
10980 up DECL_INITIAL.
10981
10982 * cp-tree.h (PARM_DEFAULT_FROM_TEMPLATE): New macro.
10983 * pt.c (tsubst): Defer instantiation of default args.
10984 * call.c (build_over_call): Until here.
10985
10986 Wed Jan 15 10:08:10 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10987
10988 * search.c (lookup_field): Make sure we have an
10989 IDENTIFIER_CLASS_VALUE before we try to return it.
10990
10991 Thu Jan 9 07:19:01 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10992
10993 * call.c (build_method_call): Delete unused var PARM.
10994 (build_overload_call_real): Likewise.
10995 (build_object_call): Delete unused var P.
10996 (build_new_op): Likewise.
10997 * decl.c (builtin_type_tdescs_{arr, len, max}): #if 0 out static
10998 var definitions, which are never used.
10999 (shadow_tag): Delete unused var FN.
11000 * expr.c (cplus_expand_expr): Delete unused var ORIGINAL_TARGET.
11001 * init.c (build_new): Delete unused var ALLOC_TEMP.
11002 * method.c (hack_identifier): Delete unused var CONTEXT.
11003 (do_build_copy_constructor): Delete unused var NAME.
11004 (synthesize_method): Delete unused var BASE.
11005 * pt.c (lookup_template_class): Delete unused var CODE_TYPE_NODE.
11006 * rtti.c (build_headof): Delete unused var VPTR.
11007 (get_typeid): Delete unused var T.
11008 * typeck.c (build_conditional_expr): Delete unused vars ORIG_OP1
11009 and ORIG_OP2.
11010 (build_ptrmemfunc): Delete unused vars U and NINDEX.
11011 * typeck2.c (build_functional_cast): Delete unused var BINFO.
11012
11013 Wed Jan 8 13:09:54 1997 Jason Merrill <jason@yorick.cygnus.com>
11014
11015 * search.c (lookup_field): Use IDENTIFIER_CLASS_VALUE to look up
11016 things in a type being defined.
11017 * decl.c (finish_enum): Reverse the values so that they are in
11018 the correct order.
11019
11020 * pt.c (instantiate_class_template): Don't initialize
11021 BINFO_BASETYPES until the vector is filled out.
11022 (unify): Don't abort on conflicting bindings, just fail.
11023 (instantiate_decl): Do push_tinst_level before any tsubsting.
11024
11025 * method.c (build_overload_value): Handle getting a
11026 TEMPLATE_CONST_PARM for a pointer.
11027
11028 Tue Jan 7 14:00:58 1997 Jason Merrill <jason@yorick.cygnus.com>
11029
11030 * init.c (expand_member_init): Don't give 'not a base' error for
11031 templates.
11032
11033 * pt.c (instantiate_decl): Call import_export_decl later.
11034
11035 * pt.c (instantiate_class_template): Return a value.
11036
11037 * parse.y (extension): New rule for __extension__.
11038 (extdef, unary_expr, decl, component_decl): Use it.
11039
11040 Tue Jan 7 09:20:28 1997 Mike Stump <mrs@cygnus.com>
11041
11042 * class.c (base_binfo): Remove unused base_has_virtual member.
11043 (finish_base_struct): Likewise.
11044 (finish_struct_1): Likewise.
11045
11046 Tue Dec 31 20:25:50 1996 Mike Stump <mrs@cygnus.com>
11047
11048 * search.c (expand_upcast_fixups): Fix bogus code generation
11049 problem where the generated code uses the wrong index into the
11050 runtime built vtable on the stack. Old code could clobber random
11051 stack values.
11052
11053 Tue Dec 31 15:16:56 1996 Mike Stump <mrs@cygnus.com>
11054
11055 * init.c (perform_member_init): Make sure the partial EH cleanups
11056 live on the function_obstack.
11057
11058 Fri Dec 27 10:31:40 1996 Paul Eggert <eggert@twinsun.com>
11059
11060 * Make-lang.in (g++spec.o): Don't use $< with an explicit target;
11061 this isn't portable to some versions of `make' (e.g. Solaris 2.5.1).
11062
11063 Tue Dec 24 10:24:03 1996 Jeffrey A Law <law@cygnus.com>
11064
11065 * decl.c (grokvardecl): Avoid ANSI style initialization.
11066
11067 Sun Dec 22 04:22:06 1996 Jason Merrill <jason@yorick.cygnus.com>
11068
11069 * pt.c (tsubst): Tweak arg types for a FUNCTION_TYPE.
11070
11071 Fri Dec 20 17:09:25 1996 Jason Merrill <jason@yorick.cygnus.com>
11072
11073 * pt.c (instantiate_class_template): Call grok_{ctor,op}_properties.
11074
11075 Fri Dec 20 12:17:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11076
11077 * g++spec.c (lang_specific_driver): Put missing hyphen in front of
11078 arguments we compare against. Start the count of I at 1, not 0,
11079 since argv[0] is still the command.
11080
11081 Thu Dec 19 11:53:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11082
11083 * lang-specs.h: Accept .cp as an C++ extension.
11084
11085 Mon Dec 16 22:43:31 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11086
11087 * cp-tree.h (ptr_reasonably_similar): Add decl.
11088
11089 Thu Dec 12 15:00:35 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11090
11091 * decl.c (grokvardecl): Change SPECBITS parm to be the SPECBITS_IN
11092 pointer. New local SPECBITS with the parm's value.
11093 (grokdeclarator): Pass &specbits down.
11094
11095 * parse.y (expr_no_commas): Make sure $$ is not an error_mark_node
11096 before we try to do C_SET_EXP_ORIGINAL_CODE on it.
11097
11098 * search.c (envelope_add_decl): Check that the CLASSTYPE_CID of
11099 CONTEXT is not 0 before we try to use TYPE_DERIVES_FROM.
11100
11101 * decl.c (cplus_expand_expr_stmt): Only expand the expr if EXP is
11102 not an error_mark_node.
11103
11104 Sat Dec 7 17:20:22 1996 Jason Merrill <jason@yorick.cygnus.com>
11105
11106 * cp-tree.h (TYPE_MAIN_DECL): Use TYPE_STUB_DECL.
11107 * *.c: Use TYPE_MAIN_DECL instead of TYPE_NAME where appropriate.
11108
11109 Fri Dec 6 14:40:09 1996 Jason Merrill <jason@yorick.cygnus.com>
11110
11111 * decl.c (grokdeclarator): When giving an anonymous struct a name,
11112 replace TYPE_NAME instead of TYPE_IDENTIFIER (so TYPE_STUB_DECL is
11113 not affected).
11114
11115 * typeck2.c (build_m_component_ref): If component is a pointer
11116 to data member, resolve the OFFSET_REF now.
11117
11118 * call.c (convert_like): Don't go into infinite recursion.
11119
11120 * pt.c (coerce_template_parms): Use tsubst_expr for non-type args.
11121
11122 * class.c (finish_struct_1): Set DECL_ARTIFICIAL on the vptr.
11123 * tree.c (layout_basetypes): And on the vbase ptr.
11124
11125 Thu Dec 5 02:11:28 1996 Jason Merrill <jason@yorick.cygnus.com>
11126
11127 * decl.c (BOOL_TYPE_SIZE): Define in terms of POINTER_SIZE or
11128 CHAR_TYPE_SIZE so bool is always the same size as another type.
11129
11130 * decl.c (pushtag): Set DECL_IGNORED_P for DWARF, too.
11131
11132 Tue Dec 3 23:18:37 1996 Jason Merrill <jason@yorick.cygnus.com>
11133
11134 * decl2.c (grok_x_components): Remove synthesized methods from
11135 TYPE_METHODS of an anonymous union, complain about member
11136 functions.
11137 * decl.c (shadow_tag): Wipe out memory of synthesized methods in
11138 anonymous unions.
11139 (finish_function): Just clear the DECL_RTL of our arguments.
11140
11141 Fri Nov 29 21:54:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11142
11143 * decl2.c (finish_file): Emit DWARF debugging info for static data
11144 members.
11145
11146 * pt.c (tsubst): If t is a stub decl, return the stub decl for type.
11147
11148 Wed Nov 27 14:47:15 1996 Bob Manson <manson@charmed.cygnus.com>
11149
11150 * typeck.c (build_component_ref): Don't die if COMPONENT isn't a
11151 IDENTIFIER_NODE.
11152
11153 Wed Nov 27 16:05:19 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11154
11155 * Make-lang.in (g++-cross$(exeext)): Fix typo.
11156
11157 Wed Nov 27 08:14:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11158
11159 Make the g++ driver now be a standalone program, rather than one
11160 that tries to run the gcc driver after munging up the options.
11161 * Make-lang.in (g++.c, g++spec.o): New rules.
11162 (g++.o): New rule, based on gcc.o with -DLANG_SPECIFIC_DRIVER
11163 added.
11164 (g++$(exeext)): New rule, based on xgcc rule.
11165 (g++-cross$(exeext)): Now just copies g++$(exeext) over.
11166 * g++spec.c: New file.
11167 * g++.c: Removed file.
11168
11169 Tue Nov 26 19:01:09 1996 Mike Stump <mrs@cygnus.com>
11170
11171 * cvt.c (build_up_reference): Arrange for any temporary values
11172 that have been keep in registers until now to be put into memory.
11173
11174 Mon Nov 25 15:16:41 1996 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11175
11176 * Make-lang.in (c++.stage[1234]): Depend upon stage[1-4]-start, so
11177 that make -j3 bootstrap works better.
11178
11179 Sun Nov 24 02:09:39 1996 Jason Merrill <jason@yorick.cygnus.com>
11180
11181 * decl.c (pushtag): Do pushdecl for anon tags.
11182
11183 Thu Nov 21 16:30:24 1996 Jason Merrill <jason@yorick.cygnus.com>
11184
11185 * typeck.c (c_expand_return): Fix logic.
11186 (unary_complex_lvalue): Avoid unused warning on address of INIT_EXPR.
11187
11188 Wed Nov 20 18:47:31 1996 Bob Manson <manson@charmed.cygnus.com>
11189
11190 * g++.c (main): Make sure arglist has a final NULL entry. Add
11191 PEXECUTE_LAST to the flags passed to pexecute, as otherwise
11192 stdin/stdout of the invoked program are redirected to
11193 nowheresville.
11194
11195 Tue Nov 19 16:12:44 1996 Jason Merrill <jason@yorick.cygnus.com>
11196
11197 * decl.c (implicitly_declare): Set DECL_ARTIFICIAL.
11198
11199 Tue Nov 19 15:48:19 1996 Mike Stump <mrs@cygnus.com>
11200
11201 * init.c (resolve_offset_ref): Handle obj.vfn better.
11202 * typeck.c (build_component_ref): Set TREE_TYPE on result from
11203 build_vfn_ref.
11204
11205 Tue Nov 19 13:14:33 1996 Mike Stump <mrs@cygnus.com>
11206
11207 * typeck.c (convert_for_assignment): Also handle anachronistic
11208 implicit conversions from (::*)() to cv void*.
11209 * cvt.c (cp_convert_to_pointer): Likewise.
11210
11211 Mon Nov 18 17:05:26 1996 Jason Merrill <jason@yorick.cygnus.com>
11212
11213 * lex.c (handle_cp_pragma): Fix bogus warning.
11214
11215 Mon Nov 18 16:10:43 1996 Mike Stump <mrs@cygnus.com>
11216
11217 * cvt.c (cp_convert_to_pointer): Avoid thinking a POINTER_TYPE
11218 (METHOD_TYPE) is a TYPE_PTRMEMFUNC_P.
11219
11220 Thu Nov 14 23:18:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11221
11222 * class.c (finish_struct_1): Support DWARF2_DEBUG.
11223 * search.c (dfs_debug_mark): Likewise.
11224 * decl2.c (finish_vtable_vardecl): Likewise.
11225 * decl.c (pushtag, finish_enum): Likewise.
11226 * lex.c (check_newline): Use debug_* instead of calling *out
11227 functions directly.
11228
11229 Thu Nov 14 15:21:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11230
11231 * Make-lang.in (cplib2.ready): Add else clause to avoid problems
11232 on some picky hosts.
11233
11234 Wed Nov 13 12:32:07 1996 Jason Merrill <jason@yorick.cygnus.com>
11235
11236 * class.c (finish_struct_1): A class has a non-trivial copy
11237 constructor if it has virtual functions.
11238
11239 * cvt.c (cp_convert): Always call a constructor.
11240
11241 * call.c (reference_binding): Still tack on a REF_BIND
11242 for bad conversions.
11243 (build_user_type_conversion_1): Propagate ICS_BAD_FLAG.
11244
11245 * typeck.c (convert_arguments): Pass LOOKUP_ONLYCONVERTING.
11246 (c_expand_return): Likewise.
11247 * typeck2.c (digest_init): Likewise for { }.
11248 * init.c (expand_aggr_init_1): Keep the CONSTRUCTOR handling.
11249 * cvt.c (cp_convert): Handle failure better.
11250
11251 Wed Nov 13 11:51:20 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11252
11253 * g++.c (main): Also set PEXECUTE_SEARCH, to make the invocation
11254 of GCC be path-relative.
11255
11256 Wed Nov 13 11:27:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11257
11258 * Make-lang.in (g++-cross): G++-cross doesn't need version.o, but
11259 it does need choose-temp.o and pexecute.o.
11260
11261 Wed Nov 13 07:53:38 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11262
11263 * g++.c (error) [!HAVE_VPRINTF]: Put error back for the only time
11264 that we still use it.
11265 (P_tmpdir, R_OK, W_OK, X_OK) [__MSDOS__]: Delete unnecessary macros.
11266
11267 Wed Nov 13 02:00:26 1996 Jason Merrill <jason@yorick.cygnus.com>
11268
11269 * init.c (expand_default_init): Avoid calling constructors to
11270 initialize reference temps.
11271
11272 * cvt.c (convert_to_reference): Fix.
11273
11274 Tue Nov 12 19:10:07 1996 Jason Merrill <jason@yorick.cygnus.com>
11275
11276 * cvt.c (cp_convert): Simplify for flag_ansi_overloading.
11277 (convert_to_reference): Likewise.
11278 * typeck.c (convert_for_initialization): Likewise.
11279 * init.c (expand_default_init): Likewise.
11280 (expand_aggr_init_1): Likewise.
11281 * cp-tree.h (CONV_NONCONVERTING): Lose.
11282 * typeck.c (build_c_cast): Lose allow_nonconverting parm.
11283 * *.c: Adjust.
11284 * call.c (build_user_type_conversion_1): Assume LOOKUP_ONLYCONVERTING.
11285
11286 Tue Nov 12 16:29:04 1996 Brendan Kehoe <brendan@canuck.cygnus.com>
11287
11288 * pt.c (tsubst_expr): Reverse args to expand_start_catch_block.
11289
11290 Tue Nov 12 15:26:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11291
11292 * init.c (expand_aggr_init_1): Don't crash on non-constructor
11293 TARGET_EXPR.
11294
11295 Tue Nov 12 14:00:50 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11296
11297 * g++.c: Include gansidecl.h.
11298 (VPROTO, PVPROTO, VA_START): Delete.
11299 (choose_temp_base_try, choose_temp_base, perror_exec,
11300 run_dos) [__MSDOS__]: Delete fns.
11301 (pfatal_with_name): Delete fn.
11302 (temp_filename): Declare like in gcc.c.
11303 (pexecute, pwait, choose_temp_base): Declare from gcc.c.
11304 (error_count, signal_count): Define.
11305 (error): Delete both definitions.
11306 (PEXECUTE_{FIRST,LAST,SEARCH,VERBOSE}): Define from gcc.c.
11307 (pfatal_pexecute): Add fn from gcc.c.
11308 (main): Rename local VERBOSE var to VERBOSE_FLAG. Rewrite the
11309 code to use the pexecute stuff also used by gcc.c.
11310 (MIN_FATAL_STATUS): Define.
11311 * Make-lang.in (g++): Add dependency on and linking with
11312 choose-temp.o and pexecute.o.
11313
11314 * cp-tree.h: Include gansidecl.h.
11315 (STDIO_PROTO): Delete #undef/#define.
11316 * cvt.c (NULL): Delete #undef/#define.
11317 * expr.c (NULL): Likewise.
11318 * init.c (NULL): Likewise.
11319 * rtti.c (NULL): Likewise.
11320 * xref.c (NULL): Likewise.
11321
11322 * cp-tree.h (build_user_type_conversion): Add prototype.
11323 * call.c (build_user_type_conversion): Delete prototype. Correct
11324 decl of FLAGS arg to be an int.
11325 * cvt.c (build_user_type_conversion): Likewise.
11326
11327 Tue Nov 12 12:16:20 1996 Jason Merrill <jason@yorick.cygnus.com>
11328
11329 * cp-tree.def: Add TRY_BLOCK and HANDLER.
11330 * except.c (expand_start_catch_block): Support templates.
11331 * parse.y (try_block, handler_seq): Likewise.
11332 * pt.c (tsubst_expr): Support TRY_BLOCK and HANDLER.
11333
11334 Mon Nov 11 13:57:31 1996 Jason Merrill <jason@yorick.cygnus.com>
11335
11336 * pt.c (current_template_args): New fn.
11337 (push_template_decl): Use it.
11338 * decl.c (grokdeclarator): Use it.
11339
11340 * decl2.c (build_expr_from_tree): Dereference ref vars.
11341
11342 * decl.c (grokdeclarator): Generalize handling of TYPENAME_TYPEs in
11343 the decl-specifier-seq.
11344
11345 * decl.c (grok_op_properties): Don't force the type of a conversion
11346 op to be complete. Don't warn about converting to the same type
11347 for template instantiations.
11348
11349 * decl2.c (finish_file): Don't call instantiate_decl on synthesized
11350 methods.
11351
11352 Mon Nov 11 13:20:34 1996 Bob Manson <manson@charmed.cygnus.com>
11353
11354 * typeck.c (get_delta_difference): Remove previous bogusness.
11355 Don't give errors if force is set.
11356
11357 Fri Nov 8 17:38:44 1996 Jason Merrill <jason@yorick.cygnus.com>
11358
11359 * decl2.c (finish_file): Don't emit debug info.
11360 * decl.c (pushdecl): Lose obsolete code.
11361 (grokdeclarator): Still do the long long thing after complaining.
11362 * search.c (note_debug_info_needed): Don't do anything if we're in a
11363 template.
11364 * method.c (synthesize_method): For non-local classes,
11365 push_to_top_level first.
11366
11367 Fri Nov 8 11:52:28 1996 Bob Manson <manson@charmed.cygnus.com>
11368
11369 * typeck.c (get_delta_difference): Add no_error parameter.
11370 (build_ptrmemfunc): Call get_delta_difference with no_error set;
11371 we don't want error messages when converting unrelated
11372 pointer-to-member functions.
11373
11374 Thu Nov 7 11:16:24 1996 Mike Stump <mrs@cygnus.com>
11375
11376 * error.c (dump_expr): Improve the wording on error messages that
11377 involve pointer to member functions.
11378
11379 Tue Nov 5 17:12:05 1996 Mike Stump <mrs@cygnus.com>
11380
11381 * cvt.c (cp_convert_to_pointer): Move code for conversions from
11382 (::*)() to void* or (*)() up a bit, so that we can convert from
11383 METHOD_TYPEs as well.
11384
11385 Tue Nov 5 14:54:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11386
11387 * rtti.c (get_tinfo_fn): Make sure 'type' is permanent.
11388 There are no 'member' types.
11389 (get_tinfo_fn_dynamic): Diagnose typeid of overloaded fn.
11390 (build_x_typeid): Handle errors.
11391
11392 Mon Nov 4 17:43:12 1996 Mike Stump <mrs@cygnus.com>
11393
11394 * typeck.c (convert_for_assignment): Handle anachronistic implicit
11395 conversions from (::*)() to void* or (*)().
11396 * cvt.c (cp_convert_to_pointer): Likewise.
11397 (cp_convert_to_pointer_force): Remove cp_convert_to_pointer
11398 conversions from here.
11399 * decl2.c (lang_decode_option): Add -W{no-,}pmf-conversions.
11400 * lang-options.h: Likewise.
11401 * decl2.c (warn_pmf2ptr): Define.
11402 * cp-tree.h: Declare it.
11403 * typeck2.c (digest_init): Allow pmfs down into
11404 convert_for_initialization.
11405
11406 Sun Nov 3 09:43:00 1996 Jason Merrill <jason@yorick.cygnus.com>
11407
11408 * typeck.c (c_expand_return): Fix for returning overloaded fn.
11409
11410 Fri Nov 1 08:53:17 1996 Jason Merrill <jason@yorick.cygnus.com>
11411
11412 * cp-tree.h (DIRECT_BIND): Change from INDIRECT_BIND.
11413 * decl.c (grok_reference_init): Pass DIRECT_BIND.
11414 * cvt.c (build_up_reference): Don't mark 'this' addressable. Use
11415 DIRECT_BIND.
11416 * call.c (convert_like): Don't pass INDIRECT_BIND.
11417 * typeck.c (convert_arguments): Likewise.
11418 * typeck.c (mark_addressable): Allow &this if flag_this_is_variable.
11419
11420 Thu Oct 31 17:08:49 1996 Jason Merrill <jason@yorick.cygnus.com>
11421
11422 * typeck.c (mark_addressable): Support TARGET_EXPR, unify with
11423 similar code in build_up_ref.
11424 * cvt.c (build_up_reference): Drastically simplify.
11425
11426 Mon Oct 28 12:45:05 1996 Jeffrey A Law <law@cygnus.com>
11427
11428 * typeck.c (signed_or_unsigned_type): If the given type already
11429 as the correct signedness, then just return it.
11430
11431 * typeck.c ({un,}signed_type): If can't do anything, call
11432 signed_or_unsigned_type.
11433
11434 Thu Oct 24 14:21:59 1996 Bob Manson <manson@charmed.cygnus.com>
11435
11436 * decl2.c (copy_assignment_arg_p): Don't buy the farm if
11437 current_class_type is NULL.
11438
11439 Wed Oct 23 00:43:10 1996 Jason Merrill <jason@gerbil.cygnus.com>
11440
11441 * class.c (finish_struct_1): Avoid empty structs by adding a field
11442 so layout_type gets the mode right.
11443
11444 * typeck.c (c_expand_return): Drastically simplify.
11445
11446 Mon Oct 21 22:34:02 1996 Jason Merrill <jason@yorick.cygnus.com>
11447
11448 * typeck.c (decay_conversion): Handle overloaded methods.
11449
11450 Fri Oct 18 16:03:48 1996 Jason Merrill <jason@yorick.cygnus.com>
11451
11452 * call.c (build_over_call): A TARGET_EXPR has side-effects.
11453
11454 Thu Oct 17 11:31:59 1996 Mike Stump <mrs@cygnus.com>
11455
11456 * cvt.c (convert_to_pointer_force): Add code to support pointer to
11457 member function to pointer to function conversions.
11458 * init.c (resolve_offset_ref): Add code to allow faked up objects,
11459 ignoring them if they are not used, and giving an error, if they
11460 are needed.
11461 * typeck.c (get_member_function_from_ptrfunc): Fold e1 to improve
11462 code, and so that we can give an error, if we needed an object,
11463 and one was not provided.
11464 (build_c_cast): Don't call default_conversion when we want to
11465 convert to pointer to function from a METHOD_TYPE.
11466
11467 Mon Oct 14 00:28:51 1996 Jason Merrill <jason@yorick.cygnus.com>
11468
11469 * Make-lang.in (cplib2.ready): Fix logic.
11470
11471 * decl.c (shadow_tag): Only complain about non-artificial function
11472 members.
11473
11474 * class.c (finish_struct_1): Add synthesized methods to TYPE_METHODS.
11475
11476 Fri Oct 11 16:12:40 1996 Jason Merrill <jason@yorick.cygnus.com>
11477
11478 * expr.c (cplus_expand_expr): Pre-tweak call_target like
11479 expand_inline_function would.
11480
11481 * pt.c (mark_decl_instantiated): If extern_p, call
11482 mark_inline_for_output.
11483
11484 Thu Oct 10 15:58:08 1996 Mike Stump <mrs@cygnus.com>
11485
11486 * typeck.c (unary_complex_lvalue): Add code to handle intermediate
11487 pmd conversions.
11488
11489 * typeck.c (get_delta_difference): Fix wording, as we can be used
11490 for pointer to data members.
11491
11492 Tue Oct 8 12:43:51 1996 Bob Manson <manson@charmed.cygnus.com>
11493
11494 * pt.c (tsubst): If the function decl isn't a member of this
11495 template, return a copy of the decl (including copying the
11496 lang-specific part) so we don't hose ourselves later.
11497
11498 Thu Oct 3 16:24:28 1996 Jason Merrill <jason@yorick.cygnus.com>
11499
11500 * class.c (finish_struct): Remove DWARF-specific tag handling.
11501 * decl.c (pushtag): Likewise.
11502 (finish_function): Always clear DECL_ARGUMENTS on function decls with
11503 no saved RTX.
11504 * decl2.c (finish_file): Emit DWARF debugging info for static data
11505 members.
11506
11507 Wed Oct 2 21:58:01 1996 Bob Manson <manson@charmed.cygnus.com>
11508
11509 * decl.c (duplicate_decls): Make sure the old DECL_LANG_SPECIFIC
11510 isn't the same as the new one before we whack it.
11511
11512 Mon Sep 30 13:38:24 1996 Jason Merrill <jason@yorick.cygnus.com>
11513
11514 * class.c, cp-tree.h, cvt.c, decl.c, decl2.c, gxx.gperf, hash.h,
11515 lex.c, method.c, parse.y, typeck.c, typeck2.c: Remove
11516 warn_traditional and warn_strict_prototypes; remove ancient
11517 'overload' code; remove references to flag_traditional.
11518
11519 Mon Sep 30 12:58:40 1996 Mike Stump <mrs@cygnus.com>
11520
11521 * input.c (sub_getch): Handle 8-bit characters in string literals.
11522
11523 Sun Sep 29 03:12:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11524
11525 * tree.c (mapcar): Handle CONSTRUCTORs.
11526 (copy_to_permanent): Handle expression_obstack properly.
11527
11528 * Make-lang.in (cplib2.txt): Also depend on the headers.
11529
11530 * rtti.c (get_tinfo_var): Don't assume that POINTER_SIZE ==
11531 INT_TYPE_SIZE.
11532 (expand_class_desc): Use USItype for offset field.
11533 * tinfo.h (struct __class_type_info): Likewise.
11534
11535 * method.c (build_overload_int): TYPE_PRECISION should be applied
11536 to types.
11537
11538 Sat Sep 28 14:44:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11539
11540 * call.c (build_new_op): A COND_EXPR involving void must be a
11541 builtin.
11542
11543 Fri Sep 27 16:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
11544
11545 * typeck.c (build_x_component_ref): New fn.
11546 (build_object_ref): Use it.
11547 * parse.y (primary): Use it.
11548 * decl2.c (build_expr_from_tree): Use it.
11549 * cp-tree.h: Declare it.
11550
11551 * decl.c (start_decl): Variable-sized arrays cannot be initialized.
11552 * error.c (dump_type_suffix): Handle variable arrays.
11553
11554 Fri Sep 27 13:14:05 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11555
11556 * Make-lang.in (exception.o): Put back compiling it with -fPIC.
11557
11558 Fri Sep 27 03:00:09 1996 Jason Merrill <jason@yorick.cygnus.com>
11559
11560 * decl.c (lookup_name_real): Don't try to look up anything in a
11561 TYPENAME_TYPE.
11562
11563 * tinfo2.cc (__throw_type_match_rtti): Oops.
11564
11565 Thu Sep 26 22:11:05 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11566
11567 * Make-lang.in (exception.o): Use -fno-PIC for now.
11568
11569 Thu Sep 26 10:59:00 1996 Jason Merrill <jason@yorick.cygnus.com>
11570
11571 * rtti.c (build_dynamic_cast): Pass tinfo fns rather than
11572 calling them.
11573 (get_tinfo_fn_dynamic): Extracted from build_typeid.
11574 * tinfo2.cc (__dynamic_cast): Adjust.
11575
11576 * rtti.c (build_typeid): Use resolves_to_fixed_type_p.
11577 (build_x_typeid): Likewise.
11578
11579 * parse.y: Call build_x_typeid instead of build_typeid.
11580 * cp-tree.def: Add TYPEID_EXPR.
11581 * pt.c (tsubst_copy): Handle typeid.
11582 * decl2.c (build_expr_from_tree): Likewise.
11583 * rtti.c (build_x_typeid): Throw bad_typeid from here.
11584 (build_typeid): Not here.
11585 * cp-tree.h: Declare build_x_typeid.
11586
11587 Wed Sep 25 17:26:16 1996 Jason Merrill <jason@yorick.cygnus.com>
11588
11589 * call.c (convert_like): Pull out constant values.
11590
11591 * tree.c (mapcar): Use build_cplus_array_type, not build_array_type.
11592
11593 Wed Sep 25 17:28:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11594
11595 * decl.c (init_decl_processing): Create short int types before
11596 creating size_t in case a machine description needs to use
11597 unsigned short for size_t.
11598
11599 Tue Sep 24 18:18:44 1996 Jason Merrill <jason@yorick.cygnus.com>
11600
11601 * Make-lang.in (exception.o): Turn off pic.
11602
11603 * tinfo2.cc (__throw_type_match_rtti): Fix cv-variants of the same
11604 type, multi-level ptr conversions.
11605
11606 * rtti.c (call_void_fn): Renamed and genericized from throw_bad_cast.
11607 (throw_bad_cast): Use it.
11608 (throw_bad_typeid): New fn.
11609 (build_typeid): Throw bad_typeid as needed.
11610 Use build_call.
11611 (synthesize_tinfo_fn): Handle functions and arrays before checking
11612 for cv-quals.
11613
11614 * Remove .h from standard C++ headers, add new.h, move into inc
11615 subdirectory.
11616
11617 * exception*: Remove pointer from object, constructors. Add
11618 default exception::what that uses type_info::name. Add
11619 __throw_bad_typeid.
11620
11621 * init.c (build_new): Don't add a cookie to new (void *) T[2].
11622
11623 Mon Sep 23 15:21:53 1996 Jason Merrill <jason@yorick.cygnus.com>
11624
11625 * Make-lang.in: Building C++ code depends on cc1plus.
11626
11627 Mon Sep 23 12:38:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11628
11629 * decl.c (struct saved_scope): Declare PROCESSING_TEMPLATE_DECL as
11630 a HOST_WIDE_INT, not a tree.
11631
11632 Mon Sep 23 12:36:02 1996 Jason Merrill <jason@yorick.cygnus.com>
11633
11634 * exception.cc: Don't include <stdlib.h>.
11635
11636 * Make-lang.in (c++.clean): Remove cplib2.*.
11637
11638 Mon Sep 23 09:42:19 1996 Doug Evans <dje@canuck.cygnus.com>
11639
11640 * parse.y (component_decl_1, component_costructor_declarator case):
11641 Pass attributes/prefix_attributes in tree list.
11642
11643 Mon Sep 23 01:18:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11644
11645 * tinfo{,2}.cc: #include <stddef.h> instead of <stdlib.h>.
11646
11647 Sun Sep 22 05:31:22 1996 Jason Merrill <jason@yorick.cygnus.com>
11648
11649 * lex.c (do_identifier): Don't do deferred lookup in a template
11650 header.
11651
11652 * typeck2.c (store_init_value): Oops.
11653
11654 * new.{h,cc}, exception.{h,cc}, typeinfo.h, tinfo{2.cc,.cc,.h}:
11655 New files for C++ lang-support library.
11656 * Make-lang.in (CXX_EXTRA_HEADERS): Define.
11657 (CXX_LIB2FUNCS): Define.
11658 And rules for building the C++ lang-support code.
11659 * config-lang.in (headers): Define.
11660 (lib2funcs): Define.
11661
11662 Sat Sep 21 19:17:28 1996 Jason Merrill <jason@yorick.cygnus.com>
11663
11664 * decl2.c (build_expr_from_tree): If CONSTRUCTOR has a type, call
11665 digest_init.
11666 * pt.c (tsubst_copy): Compute type for CONSTRUCTOR.
11667 * typeck2.c (store_init_value): Check for initializing pmf with { }
11668 here.
11669 (process_init_constructor): Not here.
11670
11671 Thu Sep 19 16:41:07 1996 Jason Merrill <jason@yorick.cygnus.com>
11672
11673 * pt.c (begin_template_parm_list): Increment
11674 processing_template_decl here.
11675 (end_template_parm_list): Not here.
11676 (process_template_parm): No need to add 1 to it now.
11677 * *.c: Use processing_template_decl instead of current_template_parms
11678 to check for being in a template.
11679
11680 * pt.c (uses_template_parms): Handle SCOPE_REF. Fix CONSTRUCTOR.
11681 (tsubst_copy): Handle CONSTRUCTOR.
11682 (instantiate_decl): Set up context properly for variables.
11683 * decl2.c (build_expr_from_tree): Handle CONSTRUCTOR.
11684 * class.c (finish_struct): Reverse CLASSTYPE_TAGS.
11685
11686 Wed Sep 18 13:30:20 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11687
11688 * lex.c (enum tree_node_kind) [GATHER_STATISTICS]: Put the enum back.
11689
11690 Wed Sep 18 04:24:07 1996 Jason Merrill <jason@yorick.cygnus.com>
11691
11692 * method.c (make_thunk): Call comdat_linkage before setting the
11693 TREE_CODE.
11694
11695 * decl2.c (comdat_linkage): Use make_decl_one_only.
11696 (import_export_decl): Likewise.
11697 * decl.c (init_decl_processing): Check supports_one_only instead of
11698 SUPPORTS_WEAK.
11699
11700 Sat Sep 14 08:34:41 1996 Jason Merrill <jason@yorick.cygnus.com>
11701
11702 * decl2.c (grokfield): Tighten checking for access decls.
11703
11704 * decl.c (make_typename_type): Resolve references to
11705 current_class_type. Set CLASSTYPE_GOT_SEMICOLON.
11706 (lookup_name_real): Types that depend on a template parameter get
11707 an implicit 'typename' unless they're in the current scope.
11708 (start_decl_1): We don't care about incomplete types that depend
11709 on a template parm.
11710 (grokdeclarator): Resolve 'typename's in the type specifier that
11711 refer to members of the current scope.
11712
11713 * call.c (build_over_call): Remove 'inline called before
11714 definition' diagnostic.
11715 (build_method_call): Likewise.
11716 * decl.c (duplicate_decls): Downgrade 'used before declared
11717 inline' to a warning, only with -Winline.
11718
11719 Fri Sep 13 17:31:40 1996 Stan Shebs <shebs@andros.cygnus.com>
11720
11721 * mpw-make.sed: Fix include paths, add @DASH_C_FLAG@ to compile.
11722
11723 Wed Sep 11 22:38:13 1996 Gerald Baumgartner <gb@cs.purdue.edu>
11724
11725 * call.c (build_method_call): When calling a signature
11726 default implementation, as in other cases, let instance_ptr simply
11727 be instance.
11728
11729 Wed Sep 11 22:14:44 1996 Mike Stump <mrs@cygnus.com>
11730
11731 * parse.y (simple_stmt): Cleanup and use do_poplevel ().
11732
11733 Wed Sep 11 22:10:48 1996 Mike Stump <mrs@cygnus.com>
11734
11735 * except.c (expand_start_catch_block): Add a pushlevel so that -g
11736 works on hppa and SPARC.
11737
11738 Wed Sep 11 10:18:06 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11739
11740 * typeck.c (build_indirect_ref): Catch PTR being an error_mark_node.
11741
11742 Mon Sep 9 19:51:14 1996 Gerald Baumgartner <gb@cs.purdue.edu>
11743
11744 * call.c (build_over_call): Check first whether DECL_CONTEXT exists
11745 before testing whether it's a signature.
11746
11747 Sun Sep 8 16:06:57 1996 Gerald Baumgartner <gb@cs.purdue.edu>
11748
11749 * call.c (build_new_method_call): Don't complain about signature
11750 pointers and references not being an aggr type.
11751 (build_this): If a signature pointer or reference was passed in,
11752 just return it.
11753 (build_new_method_call): If instance is a signature pointer, set
11754 basetype to the signature type of instance.
11755 * sig.c (build_signature_method_call): Deleted basetype and
11756 instance parameters, they can be found as the DECL_CONTEXT of
11757 function and as the first argument passed in.
11758 * cp-tree.h: Changed declaration of build_signature_method_call.
11759 * call.c (build_method_call): Deleted first two arguments in call
11760 of build_signature_method_call.
11761 (build_over_call): Added call to build_signature_method_call.
11762
11763 Thu Sep 5 16:51:28 1996 Jason Merrill <jason@yorick.cygnus.com>
11764
11765 * typeck.c (build_c_cast): Don't tack a non_lvalue_expr onto a
11766 target_expr.
11767
11768 Thu Sep 5 10:05:38 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11769
11770 * cvt.c (convert_to_reference): Use %#T, not %#D, for error.
11771
11772 Wed Sep 4 17:16:09 1996 Bob Manson <manson@charmed.cygnus.com>
11773
11774 * except.c (expand_start_try_stmts): Move to except.c in the backend.
11775 (expand_end_try_stmts): Remove.
11776
11777 * init.c (perform_member_init): Use add_partial_entry () instead
11778 of directly manipulating lists.
11779 (emit_base_init): Likewise.
11780
11781 Wed Sep 4 12:14:36 1996 Mike Stump <mrs@cygnus.com>
11782
11783 * except.c (expand_exception_blocks): Always make sure USE and
11784 CLOBBER insns that came at the end still do, the backend relies
11785 upon this.
11786
11787 Wed Sep 4 07:44:48 1996 Jason Merrill <jason@yorick.cygnus.com>
11788
11789 * call.c (build_over_call): We can only use a TARGET_EXPR of the
11790 right type.
11791
11792 Tue Sep 3 19:26:05 1996 Jason Merrill <jason@yorick.cygnus.com>
11793
11794 * cvt.c (convert_to_reference): Revert last change, don't complain
11795 about temp without target decl.
11796
11797 Tue Sep 3 10:22:56 1996 Mike Stump <mrs@cygnus.com>
11798
11799 * decl.c (grokdeclarator): Don't core dump when void() is given.
11800
11801 Tue Sep 3 02:38:56 1996 Jason Merrill <jason@yorick.cygnus.com>
11802
11803 * decl.c (copy_args_p): Don't crash.
11804
11805 Fri Aug 30 14:26:57 1996 Mike Stump <mrs@cygnus.com>
11806
11807 * pt.c (tsubst): And support template args inside the exception
11808 specification.
11809
11810 * pt.c (tsubst): Add support for exception specifications in
11811 template functions.
11812
11813 Fri Aug 30 10:01:55 1996 Mike Stump <mrs@cygnus.com>
11814
11815 * cp-tree.def (DECL_STMT): Eliminate the throw spec field, only 3
11816 fields now.
11817 * cp-tree.h (start_decl): Eliminate the throw spec parameter.
11818 (start_function): Likewise.
11819 (start_method): Likewise.
11820 (grokfield): Likewise.
11821 (make_call_declarator): Add throw spec parameter.
11822 (set_quals_and_spec): Add routine.
11823 * lex.c (set_quals_and_spec): Likewise.
11824 * decl.h (grokdeclarator): Eliminate the throw spec parameter.
11825 * decl.c (shadow_tag): Eliminate the throw spec parameter to
11826 grokdeclarator.
11827 (groktypename): Likewise.
11828 (start_decl): Eliminate the throw spec parameter. Eliminate the
11829 throw spec parameter to grokdeclarator. Eliminate the throw spec
11830 field in DECL_STMT.
11831 (cp_finish_decl): Eliminate the throw spec field in DECL_STMT.
11832 (grokfndecl): Remove useless set of raises.
11833 (grokdeclarator): Eliminate the throw spec parameter. Eliminate
11834 the throw spec parameter to start_decl. Pull the throw spec out
11835 of the call declarator.
11836 (grokparms): Eliminate the throw spec parameter to grokdeclarator.
11837 (start_function): Eliminate the throw spec parameter. Eliminate
11838 the throw spec parameter to grokdeclarator.
11839 (start_method): Likewise.
11840 * decl2.c (grokfield): Likewise.
11841 (grokbitfield): Eliminate the throw spec parameter to grokdeclarator.
11842 (grokoptypename): Likewise.
11843 (finish_file): Eliminate the throw spec parameter to
11844 start_function. Add throw spec to make_call_declarator.
11845 * except.c (init_exception_processing): Add throw spec to
11846 make_call_declarator. Eliminate the throw spec parameter to
11847 start_decl.
11848 (expand_start_catch_block): Eliminate the throw spec parameter to
11849 grokdeclarator.
11850 (expand_builtin_throw): Add throw spec to make_call_declarator.
11851 Eliminate the throw spec parameter to start_function.
11852 (start_anon_func): Likewise.
11853 * lex.c (make_call_declarator): Add throw spec parameter.
11854 (set_quals_and_spec): New routine.
11855 (cons_up_default_function): Add throw spec to make_call_declarator.
11856 Eliminate the throw spec parameter to grokfield.
11857 * method.c (synthesize_method): Eliminate the throw spec parameter
11858 to start_function.
11859 * pt.c (process_template_parm): Eliminate the throw spec parameter
11860 to grokdeclarator.
11861 (tsubst): Add throw spec to make_call_declarator.
11862 (tsubst_expr): Eliminate the throw spec parameter to start_decl.
11863 (do_function_instantiation): Eliminate the throw spec parameter to
11864 grokdeclarator. Eliminate the throw spec parameter to
11865 start_function.
11866 * rtti.c (synthesize_tinfo_fn): Eliminate the throw spec parameter
11867 to start_function.
11868 * parse.y (datadef): Remove non-winning optimization.
11869 (decl): Likewise.
11870 (fndef): Remove ambiguous error productions uncovered by grammar
11871 fixing.
11872 (constructor_declarator): Add exception_specification_opt here.
11873 (component_constructor_declarator): Likewise.
11874 (direct_after_type_declarator): Likewise.
11875 (complex_direct_notype_declarator): Likewise.
11876 (direct_abstract_declarator): Likewise.
11877 (fn.def1): Remove exception_specification_opt.
11878 (fn.def2): Likewise.
11879 (condition): Likewise.
11880 (initdcl0): Likewise.
11881 (initdcl): Likewise.
11882 (notype_initdcl0): Likewise.
11883 (nomods_initdcl0): Likewise.
11884 (component_decl_1): Likewise.
11885 (component_declarator): Likewise.
11886 (after_type_component_declarator0): Likewise.
11887 (after_type_component_declarator): Likewise.
11888 (notype_component_declarator): Likewise.
11889
11890 Wed Aug 28 01:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
11891
11892 * call.c (build_over_call): Also use an INIT_EXPR when
11893 initializing anything from an rvalue.
11894
11895 * call.c (build_over_call): Call stabilize_reference when building
11896 an INIT_EXPR instead of calling the copy ctor.
11897
11898 * call.c (joust): Extend the previous change to all comparisons.
11899
11900 * decl2.c, method.c, lex.c: Use MAKE_DECL_ONE_ONLY and
11901 NO_LINKAGE_HEURISTICS.
11902
11903 * decl2.c (finish_file): Emit any statics that weren't already.
11904
11905 * typeck.c (build_static_cast): Implement.
11906 * tree.c (build_cplus_new): Handle getting a TARGET_EXPR.
11907 * decl.c (grokparms): Use can_convert_arg instead of
11908 implicit_conversion directly.
11909 (copy_args_p): New fn.
11910 * cvt.c (convert_to_reference): Don't complain about temp with
11911 static_cast.
11912 (build_up_reference): Handle TARGET_EXPRs.
11913 * call.c (build_over_call): Elide unnecessary temps.
11914 (can_convert*): Use new overloading code.
11915
11916 Tue Aug 27 13:12:21 1996 Jason Merrill <jason@yorick.cygnus.com>
11917
11918 * call.c: Move TYPE_PTR*_MACROS ...
11919 * cp-tree.h: To here.
11920 * typeck.c (build_reinterpret_cast): Implement.
11921
11922 * call.c (add_builtin_candidate): Use TYPE_PTROB_P instead of
11923 ptr_complete_ob.
11924 (joust): If we're comparing a function to a builtin and the worst
11925 conversion for the builtin is worse than the worst conversion for the
11926 function, take the function.
11927
11928 * typeck.c (build_const_cast): Implement.
11929 (comp_ptr_ttypes_const): Like comp_ptr_ttypes, for const_cast.
11930 (comp_ptr_ttypes_reinterpret): Like cpt, for reinterpret_cast.
11931
11932 Tue Aug 27 13:14:58 1996 Bob Manson <manson@charmed.cygnus.com>
11933
11934 * rtti.c (build_dynamic_cast): Don't try to dereference exprtype
11935 too early. Make sure we explode if exprtype turns out to be a
11936 NULL_TREE when it shouldn't be.
11937
11938 Tue Aug 27 10:56:21 1996 Mike Stump <mrs@cygnus.com>
11939
11940 * cp-tree.h: New routine make_call_declarator.
11941 * lex.c (make_call_declarator): Define it.
11942 * except.c (init_exception_processing): Use it.
11943 (expand_builtin_throw): Likewise.
11944 (start_anon_func): Likewise.
11945 * decl2.c (finish_file): Likewise.
11946 * lex.c (cons_up_default_function): Likewise.
11947 * parse.y: Likewise.
11948 * pt.c (tsubst): Likewise.
11949
11950 Mon Aug 26 17:40:03 1996 Mike Stump <mrs@cygnus.com>
11951
11952 * decl2.c (groktypefield): Remove unused code.
11953
11954 Mon Aug 26 17:00:33 1996 Mike Stump <mrs@cygnus.com>
11955
11956 * gxx.gperf: Change TYPE_QUAL into CV_QUALIFIER.
11957 * parse.y: Likewise. Change maybe_type_qual into maybe_cv_qualifier.
11958 Change type_quals into cv_qualifiers. Change nonempty_type_quals into
11959 nonempty_cv_qualifiers.
11960 * hash.h: Rebuild.
11961
11962 * lex.c (make_pointer_declarator): Change type_quals into
11963 cv_qualifiers.
11964 (make_reference_declarator): Likewise.
11965
11966 Thu Aug 22 01:09:22 1996 Jason Merrill <jason@yorick.cygnus.com>
11967
11968 * decl.c (start_function): Only check interface_* for templates
11969 with flag_alt_external_templates.
11970
11971 * call.c (build_new_op): Check for comparison of different enum types.
11972 (build_over_call): Fix arg # output.
11973
11974 * typeck.c (build_component_ref): Handle pre-found TYPE_DECL.
11975
11976 Wed Aug 21 00:13:15 1996 Jason Merrill <jason@yorick.cygnus.com>
11977
11978 * call.c (build_new_op): Check for erroneous args.
11979
11980 * call.c (build_new_method_call): Add missing args to cp_error.
11981
11982 * tree.c (error_type): Don't print reference-to-array.
11983
11984 * typeck.c (convert_for_assignment): Don't say contravariance for
11985 removing const.
11986
11987 Tue Aug 20 13:23:00 1996 Jason Merrill <jason@yorick.cygnus.com>
11988
11989 * call.c (build_over_call): Diagnose bad convs for `this'.
11990
11991 * lex.c (cons_up_default_function): Set DECL_ARTIFICIAL
11992 on _ctor_arg.
11993
11994 * call.c (convert_like): Handle bad convs.
11995 (build_over_call): Handle bad convs better.
11996
11997 * decl2.c: -fansi-overloading is now the default.
11998
11999 * call.c (build_new_method_call): Check for erroneous args.
12000
12001 * pt.c (instantiate_class_template): Propagate
12002 TYPE_USES_MULTIPLE_INHERITANCE.
12003
12004 Tue Aug 20 13:09:57 1996 Mike Stump <mrs@cygnus.com>
12005
12006 * call.c (enforce_access): Add static to routine.
12007
12008 Sun Aug 18 14:35:54 1996 Jason Merrill <jason@yorick.cygnus.com>
12009
12010 * call.c (build_user_type_conversion_1): Fix bad handling.
12011 (compare_ics): Likewise.
12012
12013 Sat Aug 17 21:54:11 1996 Jason Merrill <jason@yorick.cygnus.com>
12014
12015 * call.c (standard_conversion): Oops.
12016
12017 Sat Aug 17 16:28:11 1996 Geoffrey Noer <noer@cygnus.com>
12018
12019 * g++.c: Update test for win32 (&& ! cygwin32).
12020
12021 Sat Aug 17 03:45:31 1996 Jason Merrill <jason@yorick.cygnus.com>
12022
12023 * typeck.c (comp_ptr_ttypes_real): Handle OFFSET_TYPEs properly.
12024 (ptr_reasonably_similar): New fn.
12025 * call.c (BAD_RANK): New rank.
12026 (ICS_BAD_FLAG): New macro.
12027 (standard_conversion): Handle almost-right pointer conversions.
12028 (reference_binding): Handle bad rvalue bindings.
12029 (add_*_candidate): Stuff.
12030 (build_over_call): Pass bad conversions to convert_for_initialization.
12031 (compare_ics): Handle bad convs.
12032 (joust): Likewise.
12033
12034 Fri Aug 16 15:02:19 1996 Bob Manson <manson@charmed.cygnus.com>
12035
12036 * init.c (expand_vec_init): Use ptrdiff_type_node instead of
12037 integer_type_node when computing pointer offsets.
12038
12039 Fri Aug 16 01:28:32 1996 Jason Merrill <jason@yorick.cygnus.com>
12040
12041 * tree.c (lvalue_type): New fn.
12042 (error_type): New fn.
12043 * call.c (op_error): Use error_type.
12044 (add_conv_candidate): Use lvalue_type.
12045 (add_builtin_candidates): Likewise.
12046 * error.c (args_as_string): Use error_type.
12047
12048 Thu Aug 15 17:27:13 1996 Jason Merrill <jason@yorick.cygnus.com>
12049
12050 * pt.c (instantiate_decl): Evaluate DECL_INITIAL of a VAR_DECL here.
12051 (tsubst): Not here.
12052
12053 * decl.c (init_decl_processing): With -ansi, __null's type is the
12054 signed integral type with the same number of bits as a pointer.
12055 Introduce a new variable null_node for it.
12056 * cp-tree.h: Adjust.
12057 * call.c (null_ptr_cst_p): Adjust.
12058
12059 Thu Aug 15 17:09:54 1996 Mike Stump <mrs@cygnus.com>
12060
12061 * except.c (do_unwind): Mark %i7 as used on the SPARC so we can
12062 optimize.
12063
12064 Thu Aug 15 01:36:49 1996 Jason Merrill <jason@yorick.cygnus.com>
12065
12066 * decl2.c (import_export_decl): Ignore #pragma interface for tinfo
12067 fns of classes without virtual functions.
12068
12069 * call.c (add_function_candidate): Handle `this' specially.
12070 (compare_ics): Likewise.
12071
12072 Tue Aug 13 12:16:10 1996 Jason Merrill <jason@yorick.cygnus.com>
12073
12074 * typeck.c (build_conditional_expr): Fix handling of __null.
12075
12076 * decl2.c (comdat_linkage): New fn.
12077 (import_export_vtable): Use it.
12078 (import_export_decl): Use it.
12079 * method.c (make_thunk): Use it.
12080
12081 Mon Aug 12 00:09:18 1996 Jason Merrill <jason@yorick.cygnus.com>
12082
12083 * pt.c (end_template_decl): If we don't actually have parms, return.
12084 * parse.y (template_header): Accept 'template <>'.
12085
12086 * errfn.c: Allow 5 args.
12087
12088 Sun Aug 11 15:20:58 1996 Jason Merrill <jason@yorick.cygnus.com>
12089
12090 * tree.c (make_temp_vec): New fn.
12091 * pt.c (push_template_decl): Handle partial specs.
12092 (instantiate_class_template): Likewise.
12093 (more_specialized): Use get_bindings.
12094 (more_specialized_class): New fn.
12095 (get_class_bindings): New fn.
12096 (most_specialized_class): New fn.
12097 (do_function_instantiation): List candidates for ambiguous case.
12098 * decl.c (duplicate_decls): Lose reference to DECL_TEMPLATE_MEMBERS.
12099 (shadow_tag): Call push_template_decl for partial specializations.
12100 * parse.y: Likewise.
12101 * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Replaces
12102 DECL_TEMPLATE_MEMBERS.
12103 * call.c (print_z_candidates): Reduce duplication.
12104
12105 Fri Aug 9 14:36:08 1996 Jason Merrill <jason@yorick.cygnus.com>
12106
12107 * decl2.c (lang_decode_option): Allow -fansi-overloading.
12108
12109 Thu Aug 8 17:04:18 1996 Jason Merrill <jason@yorick.cygnus.com>
12110
12111 * pt.c (get_bindings): New fn.
12112 (most_specialized): Likewise.
12113 (do_function_instantiation): Use them.
12114 (add_maybe_template): New fn.
12115 * cp-tree.h (DECL_MAYBE_TEMPLATE): New macro.
12116 * call.c (build_new_op): Handle guiding decls.
12117 (build_new_function_call): Likewise.
12118 * decl2.c (finish_file): Likewise.
12119
12120 * decl2.c (mark_used): Do synthesis here.
12121 * call.c (build_method_call): Not here.
12122 (build_over_call): Or here.
12123 * typeck.c (build_function_call_real): Or here.
12124 * tree.c (bot_manip): Call mark_used on functions used in default
12125 args.
12126
12127 Thu Aug 8 17:48:16 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12128
12129 * decl2.c (import_export_vtable): Delete code that disabled vtable
12130 heuristic on systems with ASM_OUTPUT_EXTERNAL.
12131
12132 Wed Aug 7 12:44:11 1996 Jason Merrill <jason@yorick.cygnus.com>
12133
12134 * typeck.c (build_x_function_call): Handle static call context
12135 better.
12136
12137 * decl.c (finish_function): Set the DECL_CONTEXT of the result to
12138 the function, not its outer block.
12139
12140 * call.c (build_field_call): Pass fields on to build_opfncall
12141 regardless of TYPE_OVERLOADS_CALL_EXPR.
12142 (build_method_call): Pass on to build_new_method_call sooner.
12143
12144 * typeck.c (build_ptrmemfunc): Just return what instantiate_type
12145 gives us.
12146 * class.c (instantiate_type): Don't put a POINTER_TYPE to
12147 METHOD_TYPE on an expression. Also make a copy of rhs instead of
12148 modifying it.
12149
12150 Tue Aug 6 12:58:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12151
12152 * call.c (compare_ics): Handle qual_conv after lvalue_conv.
12153 (add_builtin_candidate): Don't take enums for ++.
12154 (build_new_method_call): Handle non-aggregates and field calls.
12155 Move new overloading code from...
12156 * cvt.c: Here.
12157
12158 * decl.c (grokparms): Don't check default args in templates.
12159
12160 Mon Aug 5 17:17:06 1996 Jason Merrill <jason@yorick.cygnus.com>
12161
12162 * cvt.c (build_new_op): Fix args to build_unary_op.
12163 (add_builtin_candidates): Don't call type_promotes_to on float.
12164
12165 * decl.c (grokparms): Check the type of the default arg.
12166
12167 * cvt.c (build_new_op): Pass non-overloaded cases on rather than
12168 returning NULL_TREE.
12169
12170 * typeck.c (build_x_binary_op): Avoid doing extra work.
12171 (build_x_unary_op): Likewise.
12172 (build_x_conditional_expr): Likewise.
12173 * cvt.c (build_over_call): Return.
12174 (add_builtin_candidate): Fix MEMBER_REF.
12175 (build_new_op): Likewise.
12176
12177 Mon Aug 5 17:07:47 1996 Mike Stump <mrs@cygnus.com>
12178
12179 * method.c (build_overload_name): Put bug fix into code but leave
12180 disabled for now so we can be bug compatible with older releases
12181 that do repeats incorrectly. In the future, we can enable it.
12182
12183 Mon Aug 5 13:46:28 1996 Jason Merrill <jason@yorick.cygnus.com>
12184
12185 * cvt.c (convert_like): Don't call build_cplus_new twice.
12186
12187 * call.c, cp-tree.h, cvt.c, decl2.c, init.c, method.c, pt.c, typeck.c:
12188 Control new overloading code with -fansi-overloading.
12189
12190 Sun Aug 4 15:29:11 1996 Jason Merrill <jason@yorick.cygnus.com>
12191
12192 * cvt.c (build_over_call): Call build_cplus_new.
12193 * call.c (build_method_call): Likewise.
12194 * typeck.c (build_function_call_real): Likewise.
12195 (build_conditional_expr): If both operands are TARGET_EXPRs, wrap
12196 the COND_EXPR in a TARGET_EXPR so they use the same slot.
12197
12198 * cvt.c (build_up_reference): Propagate INDIRECT_BIND to
12199 recursive calls.
12200 * typeck.c (complete_type): Propagate
12201 TYPE_NEEDS_{CONSTRUCTING,DESTRUCTOR}.
12202
12203 Sat Aug 3 14:05:07 1996 Jason Merrill <jason@yorick.cygnus.com>
12204
12205 * cvt.c (joust): More ?: kludging. Sigh.
12206 (build_over_call): Don't try to synthesize global fns.
12207
12208 * search.c (lookup_conversions): Use binfo marking.
12209
12210 Sat Aug 3 12:33:42 1996 Bob Manson <manson@charmed.cygnus.com>
12211
12212 * search.c (build_mi_matrix): Use the correct value of cid
12213 when determining the new mi_size.
12214
12215 Sat Aug 3 01:27:41 1996 Jason Merrill <jason@yorick.cygnus.com>
12216
12217 * cvt.c (add_builtin_candidates): Do consider type conversion ops
12218 for the first parms of += et al.
12219 (strip_top_quals): New fn.
12220 (reference_binding): Use it instead of TYPE_MAIN_VARIANT.
12221 (implicit_conversion): Likewise.
12222 (add_builtin_candidates): Be careful about arrays.
12223 (build_new_method_call): Handle vtable optimization.
12224
12225 Fri Aug 2 01:26:59 1996 Jason Merrill <jason@yorick.cygnus.com>
12226
12227 * cp-tree.h (LOOKUP_NO_TEMP_BIND): New flag.
12228 * cvt.c (reference_binding): Use it.
12229 (implicit_conversion): Use it.
12230 (add_builtin_candidate, COND_EXPR): Use it.
12231
12232 * cvt.c (build_new_function_call): Check for error args.
12233
12234 * typeck.c (comptypes): Just check DERIVED_FROM_P, not UNIQUELY.
12235
12236 * gxx.gperf: Add __null.
12237 * hash.h: Regenerate.
12238 * lex.h: Add RID_NULL.
12239 * lex.c (init_lex): Create null_pointer_node here, stick it in
12240 RID_NULL.
12241 * decl.c (init_decl_processing): Still set its type here.
12242 * cvt.c (cp_convert_to_pointer): Don't produce null_pointer_node.
12243 (convert_to_pointer_force): Likewise.
12244 (null_ptr_cst_p): Check for null_pointer_node; only accept (void*)0
12245 if (! pedantic).
12246 * call.c (convert_harshness): Use null_ptr_cst_p.
12247 * typeck.c (convert_for_assignment): Likewise. Don't produce
12248 null_pointer_node.
12249
12250 * error.c (args_as_string): Handle lists of actual args, too.
12251 * cvt.c (null_ptr_cst): Support (void*)0 for now.
12252 (build_user_type_conversion_1): Improve diagnostics.
12253 (build_new_function_call): Likewise.
12254 (build_object_call): Likewise.
12255 (build_new_method_call): Likewise. Move call before def diagnostic...
12256 (build_over_call): Here.
12257
12258 * cvt.c (build_new_method_call): Don't complain about no match if
12259 LOOKUP_SPECULATIVELY.
12260 (build_over_call): Fix 'this' for virtual fn.
12261 (build_new_method_call): Add diagnostic.
12262
12263 Thu Aug 1 16:45:09 1996 Jason Merrill <jason@yorick.cygnus.com>
12264
12265 * cvt.c (add_function_candidate): Expect 'this' and 'in_chrg' for
12266 constructors to be passed in.
12267 (build_over_call): Likewise.
12268 (build_user_type_conversion_1): Pass them in.
12269 (convert_like): Likewise.
12270 (build_object_call): Handle overloaded conversions.
12271 (build_over_call): Pass the right args to build_vfn_ref.
12272 (standard_conversion): Fix pmf convs.
12273 (joust): Handle comparing statics and non-statics.
12274 (build_new_method_call): New fn.
12275 * call.c (build_method_call): Call it if NEW_OVER.
12276
12277 Thu Aug 1 16:06:14 1996 Mike Stump <mrs@cygnus.com>
12278
12279 * lex.c (do_identifier): Don't use %O on IDENTIFIER_OPNAME_Ps, use
12280 %D instead.
12281
12282 Thu Aug 1 15:24:02 1996 Mike Stump <mrs@cygnus.com>
12283
12284 * except.c (expand_throw): Use maybe_build_cleanup_and_delete
12285 instead of just maybe_build_cleanup so that we deallocate the
12286 thrown object.
12287
12288 Thu Aug 1 15:18:00 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12289
12290 * decl2.c (finish_prevtable_vardecl): Make non-static for pt.c's use.
12291 * cp-tree.h (finish_prevtable_vardecl): Add decl.
12292
12293 Thu Aug 1 11:53:51 1996 Bob Manson <manson@charmed.cygnus.com>
12294
12295 * pt.c (instantiate_class_template): Call complete_type. Also, if
12296 we're at the end of the file and we just instantiated a template
12297 class with a vtable, call finish_prevtable_vardecl.
12298
12299 * error.c (dump_decl): Don't explode (or explode more gracefully
12300 as appropriate) if the object being dumped has a null type.
12301 (dump_expr): Likewise.
12302
12303 * search.c (build_mi_matrix): Ensure that mi_size is large enough,
12304 by counting the number of nodes that we'll need before allocating
12305 the array.
12306 (lookup_fnfields): Fix comment.
12307 (breadth_first_search): Fix comment.
12308
12309 Wed Jul 31 09:57:05 1996 Jason Merrill <jason@yorick.cygnus.com>
12310
12311 * pt.c (instantiate_class_template): Propagate TYPE_PACKED and
12312 TYPE_ALIGN.
12313 * class.c (finish_struct): Call cplus_decl_attributes here.
12314 (finish_struct_1): Not here.
12315 * cp-tree.h: Adjust.
12316
12317 * pt.c (type_unification): New parameter STRICT.
12318 (unify): If STRICT, don't allow cv addition or base deduction.
12319 * call.c, class.c, cvt.c, cp-tree.h: Adjust.
12320
12321 Tue Jul 30 13:06:13 1996 Jason Merrill <jason@yorick.cygnus.com>
12322
12323 * search.c (get_template_base{_recursive}): New fns.
12324 * pt.c (more_specialized): New fn.
12325 (do_function_instantiation): Use it.
12326 (unify): Handle base deduction.
12327 * cvt.c (joust): Use more_specialized.
12328 Don't arbitrarily choose between non-builtin candidates.
12329 (build_over_call): Call require_complete_type.
12330
12331 * decl.c (start_function): Statics are static even in a #pragma
12332 interface file.
12333
12334 * decl2.c (import_export_vtable): Disable vtable heuristic on
12335 systems with ASM_OUTPUT_EXTERNAL.
12336
12337 * cvt.c (compare_ics): Fix comparison of PMEM_CONV and BASE_CONV.
12338 (standard_conversion): No std conv to enum type.
12339
12340 * cvt.c (standard_conversion): Fix order of args to DERIVED_FROM_P
12341 for ptm's.
12342
12343 * cvt.c (reference_binding): Bind directly to a base subobject of
12344 a class rvalue.
12345
12346 * cvt.c (build_new_op): Enforce access control.
12347
12348 Tue Jul 30 09:22:53 1996 Bob Manson <manson@charmed.cygnus.com>
12349
12350 * typeck2.c (process_init_constructor): When scanning the
12351 union for a named field, skip things that aren't FIELD_DECLs.
12352
12353 * method.c (synthesize_method): Don't scan fndecl's rtl if
12354 we're at the end of the file; just assume the function can't
12355 be inlined.
12356
12357 Mon Jul 29 15:48:30 1996 Jason Merrill <jason@yorick.cygnus.com>
12358
12359 * cvt.c (build_builtin_candidate): Stick a dummy conversion in if
12360 it failed.
12361
12362 * cvt.c (build_user_type_conversion_1): Handle overloaded
12363 conversion ops.
12364
12365 * cvt.c (add_builtin_candidates): Don't consider type conversion
12366 operators for the first parameter of operator=.
12367
12368 Mon Jul 29 15:33:55 1996 Bob Manson <manson@charmed.cygnus.com>
12369
12370 * typeck.c (complete_type): Only call layout_type if we're not
12371 expanding a template.
12372
12373 Mon Jul 29 14:40:38 1996 Jason Merrill <jason@yorick.cygnus.com>
12374
12375 * cvt.c (compare_ics): Oops.
12376
12377 * cvt.c (op_error): Oops.
12378
12379 * cp-tree.def: Add RVALUE_CONV, rename EXACT_CONV to IDENTITY_CONV.
12380 * cvt.c: Add IDENTITY_RANK before others. Use real_lvalue_p.
12381 (build_conv): Use them.
12382 (implicit_conversion): Use them.
12383 (convert_like): Handle them.
12384 (build_new_op): Handle builtin COND_EXPR again.
12385 (add_builtin_candidates): Strip cv-quals. Fix oops. Include enums
12386 in lists of types for COND_EXPR.
12387 (add_builtin_candidate): Add enum candidates for COND_EXPR.
12388
12389 Mon Jul 29 12:05:40 1996 Bob Manson <manson@charmed.cygnus.com>
12390
12391 * typeck.c (build_modify_expr): Always attempt to build a call to
12392 the assignment operator, even if we're using a default one.
12393 (convert_for_initialization): Call complete_type.
12394
12395 Mon Jul 29 11:25:08 1996 Jason Merrill <jason@yorick.cygnus.com>
12396
12397 * cvt.c (reference_binding): A REF_BIND gets the reference type.
12398 (implicit_conversion): Likewise.
12399 (convert_like): Likewise.
12400 (compare_ics): Likewise.
12401 (compare_qual): Likewise.
12402 (print_z_candidates): Handle no candidates.
12403 (build_new_op): Don't handle builtin COND_EXPR for now.
12404
12405 Sat Jul 27 11:27:47 1996 Stan Shebs <shebs@andros.cygnus.com>
12406
12407 * cvt.c (build_builtin_candidate): Init local var in an ANSI way.
12408
12409 Fri Jul 26 01:07:22 1996 Jason Merrill <jason@yorick.cygnus.com>
12410
12411 * cvt.c (joust): If the candidates are the same, arbitrarily pick one.
12412
12413 * cvt.c (build_builtin_candidate): Oops.
12414 (build_new_op): Oops.
12415
12416 * method.c (build_opfncall): Pass COND_EXPR on.
12417 * cvt.c (build_builtin_candidate): Reorganize, support COND_EXPR.
12418 (add_builtin_candidate{,s}): Likewise.
12419 (add_builtin_candidates): Likewise.
12420 (print_z_candidates, op_error, build_new_op): Likewise.
12421 (type_decays_to): New fn.
12422 * lex.c (init_lex): Just say ?: for COND_EXPR.
12423
12424 Thu Jul 25 09:33:33 1996 Jason Merrill <jason@yorick.cygnus.com>
12425
12426 * typeck.c (complete_type): Call layout_type rather than building
12427 a new array type.
12428
12429 * cvt.c (add_builtin_candidate): Pointer arithmetic candidates
12430 only use ptrdiff_t.
12431
12432 Wed Jul 24 12:45:08 1996 Jason Merrill <jason@yorick.cygnus.com>
12433
12434 * cvt.c: Always compile the new overloading code (but don't use it).
12435 (implicit_conversion): Add a BASE_CONV when converting to
12436 the same class type.
12437 (convert_like): Handle BASE_CONV.
12438
12439 Tue Jul 23 12:46:30 1996 Jason Merrill <jason@yorick.cygnus.com>
12440
12441 * cvt.c (build_new_op): Support {MAX,MIN}_EXPR.
12442 (add_builtin_candidate): Likewise.
12443
12444 NEW_OVER changes:
12445 * typeck.c (build_x_function_call): Try an operator function
12446 whenever we call an object of class type.
12447 * method.c (build_opfncall): Pass CALL_EXPRs through.
12448 * cvt.c (implicit_conversion): Do const-ref case first.
12449 (add_conv_candidate, build_object_call, op_error): New fns.
12450 (ptr_complete_ob, TYPE_PTROB_P): void is not an object type.
12451 ({add,build}_builtin_candidate{,s}, print_z_candidates): Display
12452 builtin candidates.
12453 (build_new_op): Handle CALL_EXPR. Don't try to decay void.
12454 Fall back on preincrement handling. Use op_error.
12455 Handle warn_synth.
12456 (convert_like): Pass INDIRECT_BIND. Don't try to do anything with
12457 an error_mark_node.
12458 (build_over_call): Handle PROMOTE_PROTOTYPES and ellipsis promotions
12459 properly.
12460
12461 Mon Jul 22 16:21:55 1996 Bob Manson <manson@charmed.cygnus.com>
12462
12463 * pt.c (tsubst_expr): Handle CONTINUE_STMT.
12464
12465 Mon Jul 22 15:38:58 1996 Mike Stump <mrs@cygnus.com>
12466
12467 * typeck.c (build_component_ref_1): Use build_component_ref
12468 instead of open coding it here.
12469
12470 Mon Jul 22 12:18:54 1996 Jason Merrill <jason@yorick.cygnus.com>
12471
12472 * g++.c (main): Don't link with -lg++.
12473
12474 NEW_OVER changes:
12475 * cvt.c (convert_to_reference): Don't use convert_from_reference on
12476 result of build_type_conversion.
12477 (cp_convert): Only call build_method_call for ctors if
12478 build_type_conversion failed.
12479 (ptr_complete_ob): New function.
12480 (TYPE_PTR{,OB,MEM}_P): New macros.
12481 ({add,build}_builtin_candidate{,s}): New functions.
12482 (print_z_candidates): Handle builtins.
12483 (build_user_type_conversion_1): Don't use conversion fns for
12484 converting to a base type.
12485 (build_user_type_conversion_1): Set ICS_USER_FLAG on AMBIG_CONVs.
12486 (build_user_type_conversion): Use convert_from_reference.
12487 (build_new_op): New function.
12488 (build_over_call): Fix handling of methods.
12489 (compare_ics): Handle AMBIG_CONV properly.
12490 * typeck2.c: Increment abort count.
12491 * method.c (build_opfncall): Forward most requests to build_new_op.
12492 * cp-tree.h (IS_OVERLOAD_TYPE): Tweak.
12493
12494 Fri Jul 19 17:59:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12495
12496 * error.c (dump_expr, case CONSTRUCTOR, case CAST_EXPR): Take out
12497 invalid second argument to dump_expr_list.
12498
12499 Fri Jul 19 14:04:05 1996 Mike Stump <mrs@cygnus.com>
12500
12501 * decl.c (lookup_name_real): Make sure we do obj->X::i correctly.
12502
12503 Thu Jul 18 14:48:23 1996 Bob Manson <manson@charmed.cygnus.com>
12504
12505 * decl2.c (import_export_vtable): ASM_OUTPUT_EXTERNAL, not
12506 ASSEMBLE_EXTERNAL.
12507
12508 Mon Jul 15 17:48:43 1996 Mike Stump <mrs@cygnus.com>
12509
12510 * typeck2.c (process_init_constructor): New pedwarn for using { }
12511 to initialize a pointer to member function.
12512 * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that
12513 we can avoid the new error.
12514
12515 Mon Jul 15 15:42:03 1996 Mike Stump <mrs@cygnus.com>
12516
12517 * typeck.c (build_ptrmemfunc1): New function to hide details of
12518 pointer to member functions better.
12519
12520 Mon Jul 15 14:23:02 1996 Mike Stump <mrs@cygnus.com>
12521
12522 * init.c (resolve_offset_ref): Resolve OFFSET_REFs that are
12523 methods into the actual method, as we know the implied object is
12524 not used.
12525
12526 Mon Jul 15 13:08:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12527
12528 * parse.y (maybecomma_warn): Only emit the pedwarn if we're not
12529 inside a system header.
12530
12531 Fri Jul 12 16:30:05 1996 Bob Manson <manson@charmed.cygnus.com>
12532
12533 * call.c (build_method_call): Call complete_type on the
12534 instance type.
12535
12536 Thu Jul 11 17:16:40 1996 Mike Stump <mrs@cygnus.com>
12537
12538 * typeck.c (build_component_ref): Always build up an OFFSET_REF
12539 for obj_ptr->func so that we can know which object to use in a
12540 method call.
12541
12542 Wed Jul 10 19:36:37 1996 Mike Stump <mrs@cygnus.com>
12543
12544 * typeck.c (build_ptrmemfunc): Remove sorry, now we can cast
12545 around things. Also improve maintainability.
12546
12547 Wed Jul 10 18:20:11 1996 Bob Manson <manson@charmed.cygnus.com>
12548
12549 * decl.c (grokdeclarator): Check for overflow when evaluating an
12550 array dimension.
12551
12552 Wed Jul 10 17:26:19 1996 Jason Merrill <jason@yorick.cygnus.com>
12553
12554 * cvt.c (cp_convert): Don't check for ambiguity with constructor
12555 if NEW_OVER.
12556
12557 * typeck.c (build_x_function_call): Pass function overload
12558 questions to new overloading code if NEW_OVER.
12559 * init.c (expand_aggr_init_1): Only check for type conversion ops
12560 if we're doing copy-initialization (i.e. LOOKUP_ONLYCONVERTING).
12561 Don't check for ambiguity with constructor if NEW_OVER.
12562 * cvt.c (convert_to_reference): Dereference the result of a type
12563 conversion operator.
12564 (build_conv): Propagate ICS_USER_FLAG.
12565 (implicit_conversion): Call instantiate_type.
12566 Pass LOOKUP_ONLYCONVERTING instead of LOOKUP_NORMAL.
12567 (add_function_candidate): Fix cv-quals on argtype.
12568 (print_z_candidates): New function.
12569 (build_new_function_call): Call it.
12570 (build_user_type_conversion_1): If LOOKUP_ONLYCONVERTING, don't
12571 consider non-converting constructors.
12572 Call print_z_candidates.
12573 Return an AMBIG_CONV for an ambiguous conversion.
12574 (build_user_type_conversion): Handle AMBIG_CONV.
12575 (convert_like): Fix test for building TARGET_EXPR.
12576 Call instantiate_type.
12577 Handle AMBIG_CONV and LVALUE_CONV.
12578 (build_over_call): Handle 0 args and ellipsis.
12579 * cp-tree.def: Add AMBIG_CONV.
12580
12581 Tue Jul 9 17:48:48 1996 Mike Stump <mrs@cygnus.com>
12582
12583 * decl.c (lookup_name_real): If we find mem in obj when parsing
12584 `obj->mem', make sure we return the right value.
12585
12586 Tue Jul 9 16:11:28 1996 Bob Manson <manson@charmed.cygnus.com>
12587
12588 * search.c (get_base_distance): Call complete_type.
12589
12590 Tue Jul 9 12:46:34 1996 Mike Stump <mrs@cygnus.com>
12591
12592 * decl.c (store_bindings): Make static.
12593
12594 Mon Jul 8 16:42:31 1996 Jason Merrill <jason@yorick.cygnus.com>
12595
12596 * init.c (expand_aggr_init_1): Don't check type conversions if
12597 NEW_OVER.
12598
12599 * cvt.c (z_candidate): Put back template field.
12600 (add_function_candidate): Set it.
12601 (add_template_candidate): Likewise.
12602 (joust): Use it.
12603 (compare_qual): Handle references and pointers to members.
12604 (compare_ics): Handle reference bindings.
12605
12606 * decl.c (duplicate_decls): Propagate DECL_ONE_ONLY.
12607
12608 Mon Jul 8 16:18:56 1996 Bob Manson <manson@charmed.cygnus.com>
12609
12610 * call.c (compute_conversion_costs): Call complete_type.
12611
12612 * tree.c (vec_binfo_member): Use comptypes instead of comparing
12613 pointers, so we can handle template parameters.
12614
12615 Fri Jul 5 16:51:53 1996 Bob Manson <manson@charmed.cygnus.com>
12616
12617 * cvt.c (cp_convert_to_pointer): We have to call complete_type
12618 here; let's make it explicit instead of a side effect of an
12619 error check.
12620
12621 Wed Jul 3 16:29:51 1996 Jason Merrill <jason@yorick.cygnus.com>
12622
12623 * cvt.c (z_candidate): Remove template field.
12624 (reference_binding): Handle binding to temporary.
12625 (implicit_conversion): Likewise.
12626 (add_function_candidate): Handle artificial constructor parms.
12627 Handle functions with too few parms.
12628 (add_template_candidate): New function.
12629 (build_user_type_conversion_1): Handle constructors.
12630 (convert_like): Likewise.
12631 (build_over_call): Likewise.
12632 (build_new_function_call): Support templates.
12633 (compare_ics): Fix reference, inheritance handling.
12634
12635 Mon Jul 1 22:58:18 1996 Bob Manson <manson@charmed.cygnus.com>
12636
12637 * decl.c: Add signed_size_zero_node.
12638 (init_decl_processing): Build it.
12639 * class.c (prepare_fresh_vtable): Use it instead of size_zero_node
12640 when we're trying to make a negative delta.
12641
12642 Mon Jul 1 17:56:19 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12643
12644 Stop doing this damn index==strchr variable name confusion.
12645 * class.c (add_virtual_function): Change local var INDEX to be
12646 named IDX.
12647 (add_method): Likewise.
12648 * lex.c (print_parse_statistics): Likewise.
12649 * search.c (make_memoized_table_entry): Likewise.
12650 (lookup_fnfields_here): Likewise.
12651 (lookup_field): Likewise.
12652 (lookup_fnfields): Likewise.
12653 (get_baselinks): Likewise.
12654 * sig.c (build_signature_table_constructor): Likewise.
12655 (build_signature_method_call): Likewise.
12656 * typeck.c (build_x_array_ref): Change INDEX parm to be named IDX.
12657 (get_member_function_from_ptrfunc): Likewise.
12658 (build_ptrmemfunc): Change local var INDEX to be IDX.
12659 (c_expand_start_case): Likewise.
12660
12661 Sat Jun 29 14:05:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12662
12663 * cvt.c (cp_convert_to_pointer): Move user-defined type conversion
12664 handling to before extraction of TYPE_PTRMEMFUNC_FN_TYPE.
12665 (convert_to_reference): Use build_type_conversion to convert to
12666 the reference type directly.
12667 (standard_conversion): Fix void* case, non-conversions.
12668 (reference_binding): Fix expr == 0 case, non-conversions.
12669 (convert_like): Support REF_BIND.
12670 (compare_qual): Split out from compare_ics.
12671 (compare_ics): Use it, handle icses with only a qual_conv.
12672
12673 * init.c (expand_vec_init): Don't crash if decl is NULL.
12674
12675 Fri Jun 28 11:52:51 1996 Stan Shebs <shebs@andros.cygnus.com>
12676
12677 * mpw-config.in: New file, configury for Mac MPW.
12678 * mpw-make.sed: New file, makefile editing for MPW.
12679
12680 Thu Jun 27 15:18:30 1996 Jason Merrill <jason@yorick.cygnus.com>
12681
12682 * pt.c (instantiate_class_template): Call repo_template_used.
12683
12684 * search.c (lookup_conversions): Only lookup conversions in
12685 complete types.
12686
12687 Thu Jun 27 12:59:53 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12688
12689 * cp-tree.def: Renamed from tree.def, to avoid confusion with
12690 gcc's tree.def.
12691 * cp-tree.h, lex.c: Include cp-tree.def.
12692 * Makefile.in (CXX_TREE_H): Reference cp-tree.def.
12693
12694 Wed Jun 26 18:29:47 1996 Bob Manson <manson@charmed.cygnus.com>
12695
12696 * init.c (build_vec_delete_1): Call complete_type.
12697
12698 Mon Jun 24 17:17:32 1996 Mike Stump <mrs@cygnus.com>
12699
12700 * except.c (start_anon_func): Make sure anonymous functions are
12701 never external.
12702
12703 Fri Jun 21 15:10:58 1996 Jason Merrill <jason@yorick.cygnus.com>
12704
12705 * decl.c (finish_function): If function_depth > 1, set nested.
12706
12707 * decl2.c (grokbitfield): Revert Bob's change.
12708 * class.c (finish_struct_1): Fix handling of named bitfield widths.
12709
12710 Thu Jun 20 23:35:38 1996 Jason Merrill <jason@yorick.cygnus.com>
12711
12712 * pt.c (add_pending_template): Handle types.
12713 (lookup_template_class): With -fexternal-templates, just add the class
12714 to pending_templates instead of instantiating it now.
12715 * decl2.c (finish_file): Handle types in pending_templates.
12716
12717 Thu Jun 20 14:08:40 1996 Bob Manson <manson@charmed.cygnus.com>
12718
12719 * decl2.c (grokbitfield): Handle constant decls appropriately.
12720 Give an appropriate error message now instead of spewing core
12721 later.
12722
12723 Thu Jun 20 13:01:51 1996 Jason Merrill <jason@yorick.cygnus.com>
12724
12725 * decl2.c: Don't turn on thunks by default for now.
12726
12727 Wed Jun 19 11:37:04 1996 Jason Merrill <jason@yorick.cygnus.com>
12728
12729 * typeck.c (complete_type): Handle error_mark_node.
12730 (common_type, OFFSET_TYPE): Handle template_type_parms.
12731
12732 Tue Jun 18 10:02:15 1996 Jason Merrill <jason@yorick.cygnus.com>
12733
12734 * pt.c (instantiate_decl): If at_eof, call import_export_decl
12735 regardless of DECL_INLINE.
12736
12737 * typeck.c (mark_addressable): Set TREE_ADDRESSABLE on CONSTRUCTORs.
12738
12739 * class.c (finish_struct_bits): Copy TYPE_SIZE.
12740
12741 * rtti.c (build_dynamic_cast): Support templates.
12742 * tree.def: Support DYNAMIC_CAST_EXPR.
12743 * pt.c (tsubst_copy): Likewise.
12744 * decl2.c (build_expr_from_tree): Likewise.
12745
12746 Mon Jun 17 15:23:36 1996 Jason Merrill <jason@yorick.cygnus.com>
12747
12748 * typeck.c (build_static_cast): Support templates.
12749 (build_const_cast): Likewise.
12750 * tree.def: Support CONST/STATIC_CAST_EXPR.
12751 * pt.c (tsubst_copy): Likewise.
12752 * decl2.c (build_expr_from_tree): Likewise.
12753
12754 Sun Jun 16 12:33:57 1996 Jason Merrill <jason@yorick.cygnus.com>
12755
12756 * decl2.c (finish_vtable_vardecl): Don't trust
12757 TREE_SYMBOL_REFERENCED for vtables of local classes.
12758
12759 Fri Jun 14 18:13:36 1996 Jason Merrill <jason@yorick.cygnus.com>
12760
12761 * pt.c (tsubst_copy): Handle operator T.
12762
12763 Wed Jun 12 17:52:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12764
12765 * init.c (build_delete): Move creation of PARMS inside test of
12766 TYPE_HAS_DESTRUCTOR, since it's never used outside of that block.
12767
12768 Tue Jun 11 15:09:18 1996 Bob Manson <manson@charmed.cygnus.com>
12769
12770 * typeck.c (build_conditional_expr): Don't assume that
12771 the arguments to ?: are always pointers or records.
12772
12773 Tue Jun 11 13:56:23 1996 Jason Merrill <jason@yorick.cygnus.com>
12774
12775 * decl2.c (import_export_decl): Still emit static/weak/comdat
12776 copies of inline template functions with -fno-implicit-templates.
12777
12778 Tue Jun 11 11:42:13 1996 Bob Manson <manson@charmed.cygnus.com>
12779
12780 * init.c (build_delete): Determine the complete basetype
12781 path to the destructor we're calling.
12782
12783 Fri Jun 7 15:30:10 1996 Bob Manson <manson@charmed.cygnus.com>
12784
12785 * decl.c (build_enumerator): Always copy the INTEGER_CST used to
12786 initialize the enum, because we really and truly don't know where
12787 it came from.
12788 (start_enum): Don't copy integer_zero_node because
12789 build_enumerator will do it.
12790
12791 Fri Jun 7 11:11:09 1996 Jason Merrill <jason@yorick.cygnus.com>
12792
12793 * decl.c (finish_function): Do access control on base destructors.
12794
12795 * pt.c (tsubst, case FUNCTION_DECL): Set up
12796 IDENTIFIER_GLOBAL_VALUE for member functions so pushdecl doesn't
12797 hose us.
12798
12799 Fri Jun 7 10:37:33 1996 Mike Stump <mrs@cygnus.com>
12800
12801 * cvt.c (build_up_reference): If we have already extended the
12802 lifetime of the temporary, don't try it again.
12803 * typeck.c (c_expand_return): Don't try and convert the return
12804 value twice when we want a reference, once is enough.
12805
12806 Tue Jun 4 15:41:45 1996 Jason Merrill <jason@yorick.cygnus.com>
12807
12808 * pt.c (tsubst_expr, case DECL_STMT): Don't pass
12809 LOOKUP_ONLYCONVERTING at all for now.
12810
12811 * search.c (add_conversions): Put the conversion function in
12812 TREE_VALUE, the basetype in TREE_PURPOSE.
12813 * cvt.c (build_type_conversion): Adjust.
12814 * cvt.c (build_expr_type_conversion): Adjust.
12815 * call.c (user_harshness): Adjust.
12816
12817 Mon Jun 3 15:30:52 1996 Jason Merrill <jason@yorick.cygnus.com>
12818
12819 * method.c (emit_thunk): Pretend this is a FUNCTION_DECL for the
12820 backend's benefit.
12821
12822 Mon Jun 10 18:58:19 1996 Mike Stump <mrs@cygnus.com>
12823
12824 * except.c (expand_start_catch_block): Add a dummy region, if we
12825 get an error, so that we can avoid core dumping later.
12826
12827 Fri May 31 14:56:13 1996 Mike Stump <mrs@cygnus.com>
12828
12829 * cp-tree.h (OFFSET_REF): Remove.
12830 * tree.def (CP_OFFSET_REF): Rename to OFFSET_REF.
12831 * expr.c (cplus_expand_expr): Cleanup callers of expand_expr.
12832 * init.c (expand_aggr_init_1): Likewise.
12833 (build_new): Likewise.
12834 * typeck.c (expand_target_expr): Likewise.
12835
12836 Fri May 31 14:22:08 1996 Jason Merrill <jason@yorick.cygnus.com>
12837
12838 * typeck.c (build_modify_expr): Don't use TREE_VALUE on a
12839 TARGET_EXPR.
12840
12841 Wed May 29 17:04:33 1996 Mike Stump <mrs@cygnus.com>
12842
12843 * cvt.c (build_up_reference): Redo how and when temporaries are
12844 created.
12845 * decl.c (grok_reference_init): Don't try and be smart about
12846 running cleanups.
12847
12848 Wed May 29 16:02:08 1996 Mike Stump <mrs@cygnus.com>
12849
12850 * cvt.c (build_up_reference): Add NULL_TREE to all calls to build
12851 (TARGET_EXPR...), now that it has 4 arguments.
12852 * tree.c (build_cplus_new): Likewise.
12853
12854 Thu May 23 16:40:30 1996 Jason Merrill <jason@yorick.cygnus.com>
12855
12856 * error.c (dump_expr, case CAST_EXPR): Handle T() properly.
12857
12858 * pt.c (instantiate_decl): Don't call push/pop_cp_function_context.
12859 * decl.c (struct saved_scope): Remove named_labels,
12860 {base,member}_init_list.
12861 (maybe_push_to_top_level): Don't set them. Call
12862 push_cp_function_context if appropriate.
12863 (pop_from_top_level): Likewise.
12864
12865 * method.c (do_build_assign_ref): Remove obsolete check of
12866 TYPE_HAS_ASSIGN_REF (basetype).
12867
12868 * decl.c (grokfndecl): Diagnose user definition of
12869 implicitly-declared methods.
12870
12871 Thu May 23 12:13:08 1996 Bob Manson <manson@charmed.cygnus.com>
12872
12873 * method.c (do_build_copy_constructor): Add code to give
12874 meaningful error messages instead of crashing.
12875 (do_build_assign_ref): Don't synthesize assignment operators for
12876 classes containing reference or const members.
12877
12878 * class.c (struct base_info): Remove cant_synth_copy_ctor
12879 and cant_synth_asn_ref.
12880 (finish_base_struct): Remove the code that tries to conditionalize
12881 synthesis of copy constructors & assignment operators based on
12882 access permissions. Instead, let it fail when it tries to
12883 synthesize the copy constructor. This will give meaningful error
12884 messages instead of silently generating code to perform a bitcopy.
12885
12886 Wed May 22 11:45:19 1996 Bob Manson <manson@charmed.cygnus.com>
12887
12888 * lex.c (real_yylex): Remove old-n-crufty #if 0 code for
12889 determining types for constant values.
12890
12891 * decl.c (struct named_label_list): Use instead of stuffing
12892 random items into a TREE_LIST node.
12893 (named_label_uses): Use the new struct.
12894 (poplevel): Likewise.
12895 (lookup_label): Likewise.
12896 (define_label): Add an error message to tell the user the line
12897 where the goto is located in addition to the destination of the
12898 goto.
12899 (init_decl_processing): Use NULL instead of NULL_TREE to initialize
12900 named_label_uses.
12901 (finish_function): Likewise.
12902
12903 (start_decl): Complain about defining a static data member
12904 in a different type from which it was declared.
12905
12906 Wed May 22 09:33:23 1996 Jason Merrill <jason@yorick.cygnus.com>
12907
12908 * cvt.c (build_expr_type_conversion): Adjust.
12909
12910 Tue May 21 11:21:56 1996 Jason Merrill <jason@yorick.cygnus.com>
12911
12912 * call.c (build_method_call): Always convert 'this' to the
12913 appropriate type.
12914
12915 * search.c (add_conversions): Put the conversion function in
12916 TREE_VALUE, the type in TREE_PURPOSE.
12917 * cvt.c (build_type_conversion): Adjust.
12918 * call.c (user_harshness): Adjust.
12919
12920 * method.c (emit_thunk): Call temporary_allocation and
12921 permanent_allocation around the ASM_OUTPUT_MI_THUNK case, too.
12922
12923 * tree.c (build_cplus_array_type): Handle tweaking of
12924 TYPE_MAIN_VARIANT here.
12925 * typeck.c (common_type): Not here.
12926
12927 * typeck.c (complete_type): Only try to complete an array type if
12928 it has a domain.
12929
12930 Mon May 20 14:55:59 1996 Jason Merrill <jason@yorick.cygnus.com>
12931
12932 * decl.c (grokvardecl): Call complete_type.
12933 (grokdeclarator): Call complete_type for PARM_DECLs.
12934
12935 Fri May 17 16:41:17 1996 Jason Merrill <jason@yorick.cygnus.com>
12936
12937 * pt.c (instantiate_class_template): Re-set
12938 CLASSTYPE_GOT_SEMICOLON after calling finish_struct_1.
12939
12940 Fri May 17 14:56:55 1996 Mike Stump <mrs@cygnus.com>
12941
12942 * cp-tree.h (cp_expand_decl_cleanup): Remove, the backend is now
12943 smart enough to do it right.
12944 * tree.c (cp_expand_decl_cleanup): Likewise.
12945 * decl.c (cp_finish_decl): Use expand_decl_cleanup instead of
12946 cp_expand_decl_cleanup.
12947 (store_parm_decls): Likewise.
12948 (hack_incomplete_structures): Likewise.
12949 * except.c (push_eh_cleanup): Likewise.
12950
12951 Fri May 17 13:13:51 1996 Mike Stump <mrs@cygnus.com>
12952
12953 * expr.c (expand_expr, cond UNSAVE_EXPR): Move from the C++
12954 frontend to the backend where it belongs.
12955 * tree.c (unsave_expr): Likewise.
12956 (unsave_expr_now): Likewise.
12957 * tree.def (UNSAVE_EXPR): Likewise.
12958 * cp-tree.h (unsave_expr): Likewise.
12959 (unsave_expr_now): Likewise.
12960
12961 Fri May 17 11:02:41 1996 Mike Stump <mrs@cygnus.com>
12962
12963 * init.c (emit_base_init): Make sure the partial EH cleanups live
12964 on the function_obstack.
12965
12966 Thu May 16 15:29:33 1996 Bob Manson <manson@charmed.cygnus.com>
12967
12968 * expr.c (do_case): Don't try to dereference null TREE_TYPEs
12969 when checking for pointer types.
12970
12971 Thu May 16 13:38:58 1996 Jason Merrill <jason@yorick.cygnus.com>
12972
12973 * pt.c (instantiate_class_template): Remove obsolete check for
12974 access declarations.
12975
12976 Thu May 16 13:34:15 1996 Mike Stump <mrs@cygnus.com>
12977
12978 * call.c (build_overload_call): Simplify calls to
12979 build_overload_call by removing last parameter.
12980 (build_method_call): Likewise.
12981 * cp-tree.h: Likewise.
12982 * method.c (build_opfncall): Likewise.
12983 * typeck.c (build_x_function_call): Likewise.
12984
12985 Thu May 16 13:15:43 1996 Mike Stump <mrs@cygnus.com>
12986
12987 * call.c (default_parm_conversions): Factor out common code.
12988 (build_method_call): Use it.
12989 (build_overload_call_real): Use it.
12990
12991 Wed May 15 14:46:14 1996 Mike Stump <mrs@cygnus.com>
12992
12993 * call.c (build_method_call): Allow implicit & on METHOD_TYPEs,
12994 but pedwarn as the code is bogus.
12995 * typeck.c (decay_conversion): Likewise.
12996 (build_function_call_real): Use build_addr_func instead of
12997 default_conversion. Don't allow pointer-to-method functions down
12998 here.
12999 (build_unary_op): Use real pointer-to-member functions instead of
13000 fake ones.
13001 (build_ptrmemfunc): Use build_addr_func instead of build_unary_op.
13002 (convert_for_assignment): Removed some obsolete code.
13003 * decl2.c (reparse_absdcl_as_expr): Pass current_class_ref to
13004 build_x_function_call instead of current_class_ptr. Only call
13005 digest_init once on an initializer, we do this just checking
13006 TREE_TYPE.
13007 (build_expr_from_tree): Pass current_class_ref to
13008 build_x_function_call instead of current_class_ptr.
13009 * init.c (build_member_call): Likewise.
13010 * pase.y: Likewise.
13011 * error.c (dump_expr): Handle OFFSET_REFs better.
13012 * pt.c (unify): Handle pointer-to-member functions better.
13013 * decl.c (finish_function): Clear out current_class_ref just like
13014 we do for current_class_ptr.
13015
13016 * typeck.c (get_delta_difference): Handle virtual bases better.
13017
13018 Tue May 14 16:37:37 1996 Jason Merrill <jason@yorick.cygnus.com>
13019
13020 * sig.c (build_signature_table_constructor): Use the delta for
13021 the original basetype for this virtual function with thunks.
13022 (build_signature_method_call): We still need to adjust 'this'
13023 with thunks.
13024
13025 Tue May 14 16:27:25 1996 Mike Stump <mrs@cygnus.com>
13026
13027 * call.c (build_addr_func): New routine. Used to get the `real'
13028 address of a function or a method. Needed to avoid getting a
13029 pointer-to-member function.
13030 (build_call): New routine to build CALL_EXPRs.
13031 (build_method_call): Use it.
13032 * cvt.c (convert_to_aggr): Likewise.
13033 * typeck.c (build_function_call_real): Likewise.
13034 * sig.c (build_signature_table_constructor): Use build_addr_func.
13035 * cp-tree.h (build_call, build_addr_func): Declare them.
13036
13037 Tue May 14 12:47:47 1996 Mike Stump <mrs@cygnus.com>
13038
13039 * cp-tree.h (LOOKUP_AGGR): Remove, unused.
13040 * parse.y: Remove uses of LOOKUP_AGGR.
13041
13042 Tue May 14 12:07:51 1996 Mike Stump <mrs@cygnus.com>
13043
13044 * *.[chy]: Rename current_class_decl to current_class_ptr, and
13045 C_C_D to current_class_ref.
13046
13047 Mon May 13 16:55:23 1996 Jason Merrill <jason@yorick.cygnus.com>
13048
13049 * call.c (convert_harshness): Tighten up pointer conversions.
13050
13051 Sat May 11 04:33:50 1996 Doug Evans <dje@canuck.cygnus.com>
13052
13053 * decl2.c (finish_vtable_vardecl): Surround DECL_ONE_ONLY with ifdef.
13054 (finish_file): Likewise.
13055
13056 Fri May 10 11:09:57 1996 Jason Merrill <jason@yorick.cygnus.com>
13057
13058 * cvt.c (convert_fn_ptr): We don't use thunks for pmfs.
13059
13060 * method.c (emit_thunk): Set flag_omit_frame_pointer in default
13061 code.
13062
13063 Thu May 9 18:18:30 1996 Jason Merrill <jason@yorick.cygnus.com>
13064
13065 * decl2.c: Turn on thunks by default where supported.
13066
13067 Tue May 7 20:39:57 1996 Mike Stump <mrs@cygnus.com>
13068
13069 * cp-tree.h (build_overload_call_maybe): Removed.
13070 * call.c (build_overload_call_real): Invert meaning of last arg to
13071 be require_complete.
13072 (build_overload_call): Likewise.
13073 * typeck.c (build_x_function_call): Use build_overload_call_real
13074 instead of build_overload_call_maybe.
13075
13076 Mon May 6 01:23:32 1996 Jason Merrill <jason@yorick.cygnus.com>
13077
13078 * decl2.c (finish_file): Don't try to emit functions that haven't
13079 been compiled.
13080
13081 Fri May 3 09:30:13 1996 Jason Merrill <jason@yorick.cygnus.com>
13082
13083 * decl2.c (finish_vtable_vardecl): Oops.
13084
13085 * decl.c (maybe_push_to_top_level): Do save previous_class_*.
13086 Also store the bindings from previous_class_values.
13087 (pop_from_top_level): Restore them.
13088
13089 Thu May 2 21:56:49 1996 Jason Merrill <jason@yorick.cygnus.com>
13090
13091 * decl2.c (finish_vtable_vardecl): Only write out vtable if its
13092 symbol has been referenced.
13093 (finish_file): Re-join synthesis/vtable loop with inline emission
13094 loop, disable inlining when an inline is output.
13095
13096 Thu May 2 17:20:02 1996 Mike Stump <mrs@cygnus.com>
13097
13098 * except.c (init_exception_processing): Setup saved_in_catch.
13099 (push_eh_cleanup): Reset __eh_in_catch.
13100 (expand_start_catch_block): Set __eh_in_catch.
13101
13102 Thu May 2 16:21:17 1996 Mike Stump <mrs@cygnus.com>
13103
13104 * except.c (push_eh_cleanup): Add tracking for whether or not we
13105 have an active exception object.
13106 (expand_builtin_throw): Use it to make sure a rethrow without an
13107 exception object is caught.
13108
13109 Thu May 2 11:26:41 1996 Jason Merrill <jason@yorick.cygnus.com>
13110
13111 * decl.c (maybe_push_to_top_level): Clear out class-level bindings
13112 cache.
13113
13114 Wed May 1 11:26:52 1996 Jason Merrill <jason@yorick.cygnus.com>
13115
13116 * decl2.c (finish_file): Also use sentries for vars with
13117 DECL_ONE_ONLY or DECL_WEAK set (should any such happen to be
13118 created).
13119
13120 * lex.c (handle_cp_pragma): Disable #pragma
13121 interface/implementation if SUPPORTS_ONE_ONLY > 1.
13122
13123 Tue Apr 30 11:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13124
13125 * method.c (emit_thunk): Wrap default case in
13126 temporary/permanent_allocation.
13127
13128 * method.c (make_thunk): Use DECL_ONE_ONLY.
13129 (emit_thunk): Call assemble_end_function.
13130
13131 Mon Apr 29 15:38:29 1996 Jason Merrill <jason@yorick.cygnus.com>
13132
13133 * decl2.c (import_export_vtable): Use DECL_ONE_ONLY.
13134 (import_export_decl): Likewise.
13135 (finish_prevtable_vardecl): Disable vtable hack if
13136 SUPPORTS_ONE_ONLY > 1.
13137
13138 Mon Apr 29 14:32:47 1996 Mike Stump <mrs@cygnus.com>
13139
13140 * typeck.c (build_modify_expr): PREINCREMENT_EXPR and
13141 PREDECREMENT_EXPRs take two arguments, not one.
13142
13143 Mon Apr 29 00:27:53 1996 Jason Merrill <jason@yorick.cygnus.com>
13144
13145 * class.c (build_vtable_entry): Don't build thunks for abstract
13146 virtuals.
13147
13148 * lex.c (real_yylex): Fix handling of __PRETTY_FUNCTION__ like C
13149 frontend.
13150
13151 Sat Apr 27 16:45:35 1996 Jason Merrill <jason@yorick.cygnus.com>
13152
13153 * class.c (set_rtti_entry): Use size_zero_node.
13154 (build_vtable): Likewise.
13155
13156 Sat Apr 27 14:48:57 1996 Jason Merrill <jason@phydeaux.cygnus.com>
13157
13158 * class.c (finish_struct_1): Pass size_zero_node to set_rtti_entry.
13159 (prepare_fresh_vtable): Likewise.
13160
13161 Fri Apr 26 13:14:14 1996 Jason Merrill <jason@yorick.cygnus.com>
13162
13163 * method.c (emit_thunk): Call mark_used on the target function.
13164
13165 * call.c (build_method_call): Don't warn about pending templates.
13166
13167 Thu Apr 25 14:55:44 1996 Jason Merrill <jason@yorick.cygnus.com>
13168
13169 * decl2.c (finish_file): Fix list walking logic.
13170
13171 * typeck2.c (check_for_new_type): Only warn if -pedantic.
13172
13173 Wed Apr 24 15:41:15 1996 Bob Manson <manson@charmed.cygnus.com>
13174
13175 * class.c (finish_struct_1): Remove old code for
13176 dont_allow_type_definitions.
13177 * cp-tree.h: Likewise.
13178 * spew.c: Make sure cp-tree.h is included before parse.h, so the
13179 definition of flagged_type_tree is found before it is used.
13180 * lex.c: Likewise.
13181 * parse.y: Added the ftype member to the type union, and changed a
13182 number of rules to use it instead of ttype. Added calls to
13183 check_for_new_type() as appropriate.
13184 * typeck2.c (check_for_new_type): New function for checking
13185 if a newly defined type appears in the specified tree.
13186 * cp-tree.h: Add new type flagged_type_tree. Add a prototype
13187 for check_for_new_type().
13188
13189 Wed Apr 24 00:36:21 1996 Jason Merrill <jason@yorick.cygnus.com>
13190
13191 * decl2.c (finish_file): Only use a sentry if the decl is public.
13192
13193 * pt.c (tsubst_expr, DECL_STMT): If we don't have an initializer,
13194 don't pass LOOKUP_ONLYCONVERTING.
13195
13196 Tue Apr 23 17:18:47 1996 Bob Manson <manson@charmed.cygnus.com>
13197
13198 * typeck.c (common_type): Fix the ARRAY_TYPE case so it
13199 properly keeps track of const and volatile type modifiers.
13200
13201 Tue Apr 23 10:52:56 1996 Jason Merrill <jason@yorick.cygnus.com>
13202
13203 * tree.c (cp_tree_equal): C++ version of simple_cst_equal.
13204 * pt.c (comp_template_args): Use it.
13205
13206 * rtti.c (get_tinfo_fn, build_dynamic_cast, expand_*_desc): Call
13207 assemble_external for artificial function decls.
13208
13209 * decl.c (cp_finish_decl): Oops.
13210
13211 Mon Apr 22 17:28:27 1996 Jason Merrill <jason@yorick.cygnus.com>
13212
13213 * decl2.c (import_export_decl): Put static data member templates
13214 into common storage, or make them weak, depending on whether they
13215 are dynamically or statically initialized.
13216 (get_sentry): New function.
13217 (finish_file): Do import_export_decl for static data members before
13218 building the init/fini functions. Don't init/fini a variable that's
13219 EXTERNAL. Use a sentry for variables in common. Fix mismatching
13220 push/pop_temp_slots.
13221 * decl.c (cp_finish_decl): If DECL_NOT_REALLY_EXTERN, do the
13222 expand_static_init thang.
13223 * method.c (get_id_2): New function.
13224
13225 Mon Apr 22 15:32:45 1996 Bob Manson <manson@charmed.cygnus.com>
13226
13227 * parse.y (empty_parms): Make sure we use C++-style prototypes
13228 when we're declaring member functions.
13229
13230 Sun Apr 21 10:08:22 1996 Jason Merrill <jason@yorick.cygnus.com>
13231
13232 * Makefile.in (CONFLICTS): 16 s/r conflicts.
13233 * parse.y (self_template_type): New nonterminal.
13234
13235 Thu Apr 18 08:56:54 1996 Jason Merrill <jason@yorick.cygnus.com>
13236
13237 * decl.c (make_typename_type): Handle getting a TYPE_DECL for a
13238 name.
13239 * parse.y (base_class.1): Allow 'typename foo::bar'.
13240
13241 * lex.c (check_newline): Remove #pragma code that plays with the
13242 input stream, since we now deal with tokens. Clear nextchar when
13243 we're done.
13244 (handle_cp_pragma): Use real_yylex.
13245 (handle_sysv_pragma): Don't do skipline here. Only call real_yylex
13246 in one place.
13247
13248 * lex.c (check_for_missing_semicolon): Handle SELFNAME.
13249
13250 * lex.c (handle_cp_pragma): Fix "#pragma implementation".
13251
13252 Wed Apr 17 16:51:33 1996 Jason Merrill <jason@yorick.cygnus.com>
13253
13254 * parse.y: New token SELFNAME for potential constructor.
13255 * spew.c (yylex): Handle it.
13256 * lex.c (identifier_type): Produce it.
13257
13258 * parse.y (complete_type_name): In :: case, don't push class binding.
13259 (complex_type_name): Likewise.
13260
13261 Wed Apr 17 15:02:40 1996 Mike Stump <mrs@cygnus.com>
13262
13263 * typeck.c (build_reinterpret_cast): Handle pointer to member
13264 functions.
13265
13266 Wed Apr 17 12:28:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13267
13268 * lex.c (handle_cp_pragma): New function, with decl, doing the cc1plus
13269 pragmas.
13270 (check_newline): Put the vtable/unit/implementation/interface pragma
13271 code into handle_cp_pragma, replacing it with a call.
13272 (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
13273 args. Get the next token after handling the pragma token.
13274
13275 Wed Apr 17 10:28:34 1996 Jason Merrill <jason@yorick.cygnus.com>
13276
13277 * cvt.c (cp_convert_to_pointer): Avoid doing base analysis on pmfs.
13278 (convert_to_pointer_force): Likewise.
13279
13280 * init.c (build_new): Fix array new without -fcheck-new.
13281
13282 Tue Apr 16 13:44:58 1996 Jason Merrill <jason@yorick.cygnus.com>
13283
13284 * cp-tree.h, call.c, class.c, decl.c, parse.y, pt.c, rtti.c,
13285 tree.c: Lose TYPE_NESTED_NAME.
13286
13287 * parse.y (nested_name_specifier_1): Don't treat non-identifiers
13288 as identifiers.
13289
13290 * tree.def: Add VEC_INIT_EXPR.
13291 * expr.c (cplus_expand_expr): Handle it.
13292 * init.c (build_new): Use it instead of the RTL_EXPR nastiness and
13293 the extra file-scope symbol nastiness.
13294
13295 Mon Apr 15 16:21:29 1996 Jason Merrill <jason@yorick.cygnus.com>
13296
13297 * method.c (make_thunk): Thunks are static.
13298 (emit_thunk): Use ASM_OUTPUT_MI_THUNK if it's defined.
13299
13300 * decl2.c (mark_vtable_entries): Emit thunks as needed.
13301 (finish_file): Don't emit them here.
13302
13303 Sun Apr 14 11:34:39 1996 Jason Merrill <jason@yorick.cygnus.com>
13304
13305 * rtti.c (build_dynamic_cast): Handle null pointers.
13306 (ifnonnull): New function.
13307
13308 Fri Apr 12 09:08:27 1996 Bob Manson <manson@charmed.cygnus.com>
13309
13310 * call.c (build_method_call): Remember the original basetype we
13311 were called with. Give an error message instead of trying
13312 (incorrectly) to call a non-static member function through a
13313 non-inherited class.
13314
13315 * search.c (expand_upcast_fixups): Mark the new fixup as
13316 DECL_ARTIFICIAL.
13317
13318 Thu Apr 11 03:57:09 1996 Jason Merrill <jason@yorick.cygnus.com>
13319
13320 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
13321
13322 * class.c (set_rtti_entry): Fix for thunks.
13323
13324 * decl2.c (import_export_decl): Still emit typeinfo fns for
13325 cv-variants of builtin types.
13326
13327 * rtti.c (expand_class_desc): Set up base_info_type_node here.
13328 (init_rtti_processing): Instead of here.
13329
13330 Wed Apr 10 14:17:13 1996 Jason Merrill <jason@yorick.cygnus.com>
13331
13332 * rtti.c (init_rtti_processing): Do init regardless of -frtti.
13333 (build_typeid): Only complain about taking dynamic typeid without
13334 -frtti.
13335
13336 * decl2.c: flag_rtti defaults to 1.
13337
13338 * rtti.c (get_tinfo_var): The general class case is now smaller.
13339 (init_rtti_processing): Pack the latter three fields of base_info
13340 into 32 bits.
13341
13342 Wed Apr 10 13:50:14 1996 Mike Stump <mrs@cygnus.com>
13343
13344 * init.c (expand_member_init): Don't dump if name is NULL_TREE.
13345
13346 Wed Apr 10 12:56:02 1996 Mike Stump <mrs@cygnus.com>
13347
13348 * search.c (make_memoized_table_entry): Undefer the pop, if necessary.
13349 (push_memoized_context): Split out code to undefer pop_type_level to
13350 (clear_memoized_cache): here.
13351 (pop_memoized_context): We can only handle one layer of deferral of
13352 pop_type_level so clear the cache, if there was a previous level.
13353
13354 Tue Apr 9 23:06:09 1996 Jason Merrill <jason@yorick.cygnus.com>
13355
13356 * rtti.c (init_rtti_processing): Build up base_info_type_node.
13357 (expand_class_desc): Use one pointer to an array of base_info
13358 structs, passed using a CONSTRUCTOR.
13359
13360 Tue Apr 9 14:20:57 1996 Mike Stump <mrs@cygnus.com>
13361
13362 * class.c (build_vbase_path): Remove block extern for
13363 flag_assume_nonnull_objects here.
13364 (build_vfn_ref): Split out functionality into build_vtbl_ref.
13365 (build_vtbl_ref): New routine.
13366 (build_vtable): Set up rtti info here.
13367 (add_virtual_function): Note in CLASSTYPE_RTTI the best
13368 place where we can get the rtti pointers from to avoid having to
13369 search around for a place.
13370 (finish_base_struct): Likewise.
13371 (finish_struct_1): Likewise. Never create totally new vtables
13372 with totally new vtable pointers for rtti. Disable code to layout
13373 vtable pointers better until we want to break binary
13374 compatibility.
13375 * rtti.c (build_headof_sub): New routine to convert down to a
13376 sub-object that has an rtti pointer in the vtable.
13377 (build_headof): Use it. Also, use build_vtbl_ref now to be more
13378 maintainable.
13379 (build_dynamic_cast): Make sure we have saved it, if we need to.
13380 * search.c (dfs_init_vbase_pointers): Disable code that deals with
13381 a more efficient vtable layout, enable later.
13382 * call.c (flag_assume_nonnull_objects): Moved declaration to
13383 * cp-tree.h: here. Declare build_vtbl_ref.
13384 * pt.c (instantiate_class_template): Use NULL_TREE instead of 0 in
13385 function calls that want a tree.
13386
13387 Tue Apr 9 12:10:26 1996 Jason Merrill <jason@yorick.cygnus.com>
13388
13389 * rtti.c (build_dynamic_cast): Handle downcasting to X* given
13390 other X subobjects in the most derived type. Ack.
13391
13392 * rtti.c (build_dynamic_cast): No need to strip cv-quals here,
13393 get_typeid will do it for us.
13394 (get_typeid_1): Break out call-building for expand_*_desc to use.
13395 (get_typeid): Call it.
13396 (expand_*_desc): Likewise.
13397 * decl.c (init_decl_processing): Don't set TYPE_BUILT_IN on char *
13398 and void *.
13399 (init_decl_processing): Lose builtin_type_tdescs lossage.
13400 * decl2.c (finish_vtable_vardecl): Remove obsolete code.
13401
13402 Mon Apr 8 17:23:23 1996 Bob Manson <manson@charmed.cygnus.com>
13403
13404 * pt.c (tsubst): When calling set_nested_typename, use
13405 TYPE_NESTED_NAME (current_class_type) instead of
13406 current_class_name.
13407
13408 * decl.c (pushdecl): Likewise.
13409 (pushdecl_class_level): Likewise.
13410 (grokdeclarator): Use NULL_TREE instead of 0 in the call to
13411 set_nested_typename.
13412
13413 Sun Apr 7 10:44:31 1996 Jason Merrill <jason@yorick.cygnus.com>
13414
13415 * rtti.c (synthesize_tinfo_fn): Handle arrays.
13416
13417 * cp-tree.h (DECL_REALLY_EXTERN): New macro.
13418
13419 Sat Apr 6 13:56:27 1996 Jason Merrill <jason@yorick.cygnus.com>
13420
13421 * rtti.c (throw_bad_cast): Use entry point __throw_bad_cast.
13422 (init_rtti_processing): Lose bad_cast_type.
13423 (build_dynamic_cast): Use throw_bad_cast.
13424
13425 * rtti.c (synthesize_tinfo_fn): Handle enums and pmfs.
13426
13427 * decl2.c (finish_file): Don't synthesize artificial functions
13428 that are external and not inline.
13429
13430 * rtti.c (get_tinfo_fn): If at_eof, call import_export_decl.
13431
13432 * decl2.c (finish_file): Handle having new inlines added to
13433 saved_inlines by synthesis.
13434
13435 * rtti.c (get_bad_cast_node): Don't require <typeinfo>.
13436
13437 Fri Apr 5 17:02:09 1996 Jason Merrill <jason@yorick.cygnus.com>
13438
13439 RTTI rewrite to initialize nodes as needed, not require that
13440 users #include <typeinfo>, complete functionality and reduce wasted
13441 space.
13442 * rtti.c (init_rtti_processing): New fn.
13443 (build_typeid): The vtable entry is now a function.
13444 (get_tinfo_var): New fn.
13445 (get_tinfo_fn): Likewise.
13446 (get_typeid): Use it.
13447 (build_dynamic_cast): Declare and use entry point __dynamic_cast.
13448 (build_*_desc): Rename to expand_*_desc and rewrite to use entry
13449 points __rtti_*.
13450 (add_uninstantiated_desc, get_def_to_follow, build_t_desc): Lose.
13451 (synthesize_tinfo_fn): New fn.
13452 * method.c (build_t_desc_overload): Lose.
13453 (build_overload_with_type): More generic.
13454 * decl.c (init_decl_processing): Call init_rtti_processing.
13455 * class.c (set_rtti_entry): Use get_tinfo_fn.
13456 * decl2.c (mark_vtable_entries): Mark the rtti function.
13457 (finish_prevtable_vardecl): Don't build_t_desc.
13458 (import_export_decl): Handle tinfo functions.
13459 (finish_file): Likewise.
13460 * typeck.c (inline_conversion): New fn.
13461 (build_function_call_real): Use it.
13462 * cp-tree.h: Add decls.
13463
13464 * method.c (hack_identifier): Also convert component_refs from
13465 references.
13466
13467 * lex.c (cons_up_default_function): Use the type, not the name, in
13468 declspecs.
13469
13470 * decl2.c (import_export_vtable): Fix weak vtables.
13471
13472 Fri Apr 5 13:30:17 1996 Bob Manson <manson@charmed.cygnus.com>
13473
13474 * search.c (get_base_distance_recursive): Fix access checks for
13475 protected bases.
13476
13477 Fri Apr 5 11:02:06 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13478
13479 * call.c (unary_complex_lvalue): Delete unneeded decl, it's in
13480 cp-tree.h.
13481 (convert_harshness): Add prototypes wrapped by PROTO.
13482 * decl2.c (grok_function_init): Likewise.
13483 (do_toplevel_using_decl): Change to void return type.
13484 * class.c (build_vtable_entry): Remove decl of make_thunk.
13485 (merge_overrides): Fix order of arg definitions.
13486 (finish_vtbls): Likewise.
13487 (fixup_vtable_deltas): Likewise.
13488 (modify_all_direct_vtables): Likewise.
13489 (modify_all_indirect_vtables): Likewise.
13490 * search.c (get_base_distance_recursive): Likewise.
13491 (get_abstract_virtuals_1): Likewise.
13492 (fixup_virtual_upcast_offsets): Likewise.
13493 (lookup_fnfields_1): Add prototypes wrapped by PROTO.
13494 * init.c (perform_member_init): Fix order of arg definitions.
13495 (expand_aggr_init_1): Add prototypes wrapped by PROTO.
13496 * cp-tree.h (make_thunk): Add decl.
13497 (overload_template_name, push_template_decl): Add decls.
13498 (do_toplevel_using_decl): Change to void return type.
13499 (vec_binfo_member): Add decl.
13500
13501 Thu Apr 4 13:33:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13502
13503 * typeck.c (mark_addressable, convert_for_assignment,
13504 convert_for_initialization, pointer_int_sum, pointer_diff,
13505 unary_complex_lvalue): Add prototypes wrapped by PROTO.
13506 (convert_sequence): #if 0 fn decl, since definition also is.
13507
13508 Thu Apr 4 11:00:53 1996 Mike Stump <mrs@cygnus.com>
13509
13510 * rtti.c (build_dynamic_cast): Make sure we strip qualifiers on
13511 cast to pointer types for type searching.
13512
13513 Wed Apr 3 17:10:57 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13514
13515 * typeck.c (get_delta_difference): Use cp_error, not error, in the
13516 case where BINFO == 0.
13517
13518 Wed Apr 3 12:01:02 1996 Mike Stump <mrs@cygnus.com>
13519
13520 * call.c (build_method_call): Fix wording of error messages so
13521 constructors come out right.
13522
13523 Tue Apr 2 16:06:59 1996 Bob Manson <manson@charmed.cygnus.com>
13524
13525 * decl.c (push_overloaded_decl): Don't warn about hidden
13526 constructors when both the type and the function are declared
13527 in a system header file.
13528
13529 Mon Apr 1 09:03:13 1996 Bob Manson <manson@charmed.cygnus.com>
13530
13531 * class.c (finish_struct_1): Propagate the TYPE_PACKED
13532 flag for the type to the type's fields.
13533
13534 Sat Mar 30 12:14:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13535
13536 * parse.y (complex_parmlist, ELLIPSES): Take out ARM-based warning.
13537
13538 Fri Mar 29 15:51:36 1996 Bob Manson <manson@charmed.cygnus.com>
13539
13540 * class.c (base_info, finish_base_struct): Replace
13541 needs_virtual_dtor with base_has_virtual.
13542
13543 (finish_struct_1): Remove the old code that tried to make default
13544 destructors virtual. Use base_has_virtual when checking if we need
13545 to add a vtable entry for the rtti code.
13546
13547 Fri Mar 29 14:02:36 1996 Jason Merrill <jason@yorick.cygnus.com>
13548
13549 * pt.c (push_template_decl): Complain about template decl with
13550 inappropriate declaration.
13551
13552 Fri Mar 29 12:15:35 1996 Bob Manson <manson@charmed.cygnus.com>
13553
13554 * typeck.c (build_x_unary_op): Remove bogus check for taking
13555 the address of a member function.
13556
13557 Fri Mar 29 11:56:02 1996 Jason Merrill <jason@yorick.cygnus.com>
13558
13559 * parse.y (constructor_declarator): Only push the class if
13560 we are not already in the class.
13561
13562 Fri Mar 29 09:41:02 1996 Jeffrey A. Law <law@cygnus.com>
13563
13564 * method.c (emit_thunk): Remove current_call_is_indirect nonsense.
13565 Add additional argument to INIT_CUMULATIVE_ARGS.
13566
13567 Thu Mar 28 16:41:39 1996 Jason Merrill <jason@yorick.cygnus.com>
13568
13569 * decl.c (shadow_tag): Fix error about anon union with methods.
13570
13571 * parse.y (self_reference): Only generate a self-reference if this
13572 is a non-template class.
13573 (opt.component_decl_list): Only use it if it was generated.
13574
13575 * parse.y (component_decl_1): Use constructor_declarator.
13576 (fn.def2): Likewise.
13577 (notype_component_declarator0): Likewise.
13578
13579 Thu Mar 28 15:11:35 1996 Bob Manson <manson@charmed.cygnus.com>
13580
13581 * typeck.c (build_x_unary_op): Add checks for taking the address
13582 of a TARGET_EXPR or of a member function, and give appropriate
13583 warnings.
13584
13585 Thu Mar 28 14:49:26 1996 Jason Merrill <jason@yorick.cygnus.com>
13586
13587 * pt.c (process_template_parm): Allow template type parms to be
13588 used as types for template const parms.
13589
13590 Wed Mar 27 15:51:19 1996 Mike Stump <mrs@cygnus.com>
13591
13592 * init.c (expand_vec_init): Ensure the eh cleanups are on the
13593 function_obstack.
13594
13595 Wed Mar 27 10:14:30 1996 Jason Merrill <jason@yorick.cygnus.com>
13596
13597 * decl.c (lookup_name_real): Be even more picky about the
13598 ambiguous lookup warning.
13599 (grokdeclarator): Tweak SCOPE_REF constructor declarators here.
13600 * parse.y (constructor_declarator): Rather than here.
13601
13602 * parse.y (constructor_declarator): New nonterminal.
13603 (fn.def1): Use it.
13604 (explicit_instantiation): Likewise.
13605
13606 Tue Mar 26 13:41:33 1996 Jason Merrill <jason@yorick.cygnus.com>
13607
13608 Add implicit declaration of class name at class scope.
13609 * decl.c (lookup_name_real): Restrict pedwarn about ambiguous lookup.
13610 * parse.y (self_reference): New nonterminal.
13611 (opt.component_decl_list): Use it.
13612 (fn.def1): Add nested_name_specifier type_name cases.
13613 * class.c (build_self_reference): New function.
13614 (finish_struct): Handle access_default later, move self-reference
13615 decl to the end.
13616 * pt.c (lookup_template_class): Handle getting a TYPE_DECL.
13617 * cp-tree.h: Adjust.
13618
13619 * pt.c (do_function_instantiation): Separate handling of member
13620 functions and non-member functions properly.
13621
13622 Mon Mar 25 14:23:22 1996 Jason Merrill <jason@yorick.cygnus.com>
13623
13624 * pt.c (process_template_parm): Improve error for 'volatile class K'.
13625
13626 * class.c (finish_struct_1): Check the right slot for destructors.
13627
13628 * decl.c (start_enum): Complain about enum templates.
13629
13630 Mon Mar 25 13:25:31 1996 Mike Stump <mrs@cygnus.com>
13631
13632 * init.c (resolve_offset_ref): Offset pointers to member data by one.
13633 * typeck.c (unary_complex_lvalue): Likewise.
13634
13635 Mon Mar 25 13:30:42 1996 Bob Manson <manson@charmed.cygnus.com>
13636
13637 * typeck.c (c_expand_return): Check for a returned local
13638 array name, similar to the check for an ADDR_EXPR.
13639
13640 Mon Mar 25 13:07:19 1996 Jason Merrill <jason@yorick.cygnus.com>
13641
13642 * decl.c (cp_finish_decl): Don't build cleanups for static
13643 variables here.
13644
13645 Fri Mar 22 17:57:55 1996 Mike Stump <mrs@cygnus.com>
13646
13647 * typeck.c (build_modify_expr): Fix error messages to be more
13648 accurate.
13649 * cp-tree.h (assop_as_string): Parallel to op_as_string, but for
13650 assignment operators.
13651 * error.c (assop_as_string): Likewise. Add support for `%Q' for
13652 assignment operators.
13653
13654 Fri Mar 22 13:48:29 1996 Jason Merrill <jason@yorick.cygnus.com>
13655
13656 * decl.c (grokdeclarator): Call bad_specifiers for typedefs. Also
13657 give an error if initialized. pedwarn about nested type with the
13658 same name as its enclosing class.
13659
13660 * pt.c (tsubst, case TYPE_DECL): Set DECL_CONTEXT.
13661
13662 * typeck.c (require_complete_type): Be sure to instantiate the
13663 MAIN_VARIANT of the type.
13664
13665 * decl2.c (finish_file): Instantiate pending templates before
13666 processing static constructors and destructors.
13667
13668 * pt.c (instantiate_decl): Don't instantiate functions at toplevel
13669 unless at_eof.
13670
13671 Fri Mar 22 09:30:17 1996 Bob Manson <manson@beauty.cygnus.com>
13672
13673 * decl2.c (delete_sanity): If error_mark_node is passed
13674 in as an expression, quit while we're ahead.
13675
13676 * decl.c (grokdeclarator): Give an error message if `friend'
13677 is combined with any storage class specifiers.
13678
13679 Wed Mar 20 14:51:55 1996 Jason Merrill <jason@yorick.cygnus.com>
13680
13681 * parse.y (named_complex_class_head_sans_basetype): Don't crash on
13682 definition of nonexistent nested type.
13683
13684 * error.c (dump_decl, case TYPE_DECL): Fix decision for whether or
13685 not to say 'typedef'.
13686
13687 Wed Mar 20 00:11:47 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13688
13689 * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
13690 * search.c (dfs_walk, dfs_init_vbase_pointers,
13691 expand_upcast_fixups): Remove cast of CLASSTYPE_SEARCH_SLOT.
13692 (dfs_find_vbases): Remove cast for CLASSTYPE_SEARCH_SLOT init.
13693
13694 Tue Mar 19 17:56:03 1996 Jason Merrill <jason@yorick.cygnus.com>
13695
13696 * except.c (build_throw): Support minimal parse.
13697 * pt.c (tsubst_copy): Support THROW_EXPR.
13698 * decl2.c (build_expr_from_tree): Likewise.
13699
13700 * pt.c (mangle_class_name_for_template): Always allocate
13701 scratch_firstobj.
13702
13703 Tue Mar 19 16:34:31 1996 Bob Manson <manson@beauty.cygnus.com>
13704
13705 * cvt.c (cp_convert_to_pointer): Give an appropriate error
13706 when trying to cast from an incomplete type.
13707
13708 Tue Mar 19 16:00:33 1996 Jason Merrill <jason@yorick.cygnus.com>
13709
13710 * pt.c (instantiate_class_template): Don't bother setting up
13711 CLASSTYPE_TAGS explicitly, as the nested types will add
13712 themselves.
13713
13714 Tue Mar 19 15:48:43 1996 Bob Manson <manson@beauty.cygnus.com>
13715
13716 * decl.c (shadow_tag): Remove old error check for usage of
13717 an enum without a previous declaration.
13718 (xref_tag): Add error message about usage of enums without a
13719 previous declaration.
13720
13721 Tue Mar 19 09:21:35 1996 Jason Merrill <jason@yorick.cygnus.com>
13722
13723 * lex.c (do_identifier): Only do name consistency check if we're
13724 parsing.
13725
13726 * pt.c (push_template_decl): Don't crash if we get a member defn
13727 that doesn't match.
13728
13729 * decl.c (xref_tag_from_type): New function to do an xref without
13730 always having to figure out code_type_node.
13731 * cp-tree.h: Declare it.
13732 * pt.c (instantiate_class_template): Use it for friend classes.
13733 (lookup_template_class): Use it.
13734
13735 * typeck2.c (build_functional_cast): Pull out a single parm before
13736 passing it to build_c_cast.
13737
13738 Tue Mar 19 09:07:15 1996 Bob Manson <manson@beauty.cygnus.com>
13739
13740 * expr.c (do_case): Give an error message if a pointer is
13741 given as a case value.
13742
13743 Mon Mar 18 21:57:54 1996 Jason Merrill <jason@yorick.cygnus.com>
13744
13745 * typeck.c (build_c_cast): Don't pull single TEMPLATE_DECL out of
13746 an overload list.
13747
13748 * lex.c (cons_up_default_function): Really, now, interface hackery
13749 does not apply to synthesized methods.
13750
13751 Mon Mar 18 18:20:57 1996 Mike Stump <mrs@cygnus.com>
13752
13753 * call.c (build_method_call): Ctors and dtors now have special names
13754 with respect to lookups.
13755 * class.c (add_method): Likewise.
13756 (grow_method): Likewise.
13757 (finish_struct_methods): Likewise.
13758 (warn_hidden): Likewise.
13759 (finish_struct_1): Likewise.
13760 * cvt.c (convert_to_reference): Likewise.
13761 (convert_to_aggr): Likewise.
13762 (cp_convert): Likewise.
13763 * decl2.c (check_classfn): Likewise.
13764 * init.c (expand_member_init): Likewise.
13765 (expand_default_init): Likewise.
13766 (expand_aggr_init_1): Likewise.
13767 (build_offset_ref): Likewise.
13768 (build_new): Likewise.
13769 (build_delete): Likewise.
13770 * lex.c (do_inline_function_hair): Likewise.
13771 * search.c (lookup_field_1): Likewise.
13772 (lookup_fnfields_here): Likewise.
13773 (lookup_field): Likewise.
13774 (lookup_fnfields): Likewise.
13775 (get_virtual_destructor): Likewise.
13776 (dfs_debug_mark): Likewise.
13777 (dfs_pushdecls): Likewise.
13778 (dfs_compress_decls): Likewise.
13779 * tree.c (layout_basetypes): Likewise.
13780 * typeck.c (build_component_ref): Likewise.
13781 (build_x_function_call): Likewise.
13782 (build_modify_expr): Likewise.
13783 (convert_for_initialization): Likewise.
13784 (build_functional_cast): Likewise.
13785 * cp-tree.h (CLASSTYPE_FIRST_CONVERSION): Likewise.
13786 (CTOR_NAME): New.
13787 (DTOR_NAME): New.
13788 * decl.c (ctor_identifier): New.
13789 (dtor_identifier): New.
13790 (init_decl_processing): Set them.
13791
13792 Mon Mar 18 18:00:51 1996 Mike Stump <mrs@cygnus.com>
13793
13794 * typeck.c (build_component_ref): Don't get confused by fields whose
13795 context has no type name, like pointer to member functions.
13796
13797 Mon Mar 18 13:19:03 1996 Jason Merrill <jason@yorick.cygnus.com>
13798
13799 * decl.c (grokdeclarator): Handle typedef without declarator.
13800
13801 * pt.c (tsubst): Handle SCOPE_REF in declarator.
13802
13803 * parse.y (bad_parm): Catch another case of missing `typename'.
13804
13805 * lex.c (yyprint): Handle TYPE_DECLs.
13806
13807 * decl.c (start_function): Don't try to be clever.
13808
13809 * lex.c: Lose compiler_error_with_decl.
13810 * typeck2.c: Lose error_with_aggr_type.
13811 (incomplete_type_error): Use cp_* instead of old functions.
13812 (readonly_error): Likewise.
13813 * typeck.c (convert_arguments): Likewise.
13814 * search.c (lookup_nested_field): Likewise.
13815 * method.c (make_thunk): Likewise.
13816 * decl.c (grokparms): Likewise.
13817 * cp-tree.h: Update.
13818
13819 * tree.c (min_tree_cons): Call copy_to_permanent for the purpose
13820 and value.
13821
13822 Mon Mar 18 11:25:52 1996 Bob Manson <manson@beauty.cygnus.com>
13823
13824 * method.c (build_opfncall): When deleting a pointer to an
13825 array, build a new pointer to the tree past any ARRAY_TYPE
13826 nodes.
13827
13828 Mon Mar 18 10:11:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13829
13830 * decl.c (lookup_name_real): Initialize local var TYPE to NULL_TREE.
13831
13832 Fri Mar 15 11:03:57 1996 Jason Merrill <jason@yorick.cygnus.com>
13833
13834 * pt.c (instantiate_decl): Only call import_export_decl if at_eof
13835 and ! DECL_INLINE.
13836
13837 * decl.c (finish_function): Don't set nested based on
13838 hack_decl_function_context.
13839 * parse.y (function_try_block): Check for nested function.
13840 (pending_inlines): Likewise.
13841
13842 * decl2.c (build_expr_from_tree): If a unary op already has a
13843 type, just return it.
13844
13845 * decl2.c (finish_prevtable_vardecl): Use ADJUST_VTABLE_LINKAGE.
13846
13847 * decl2.c (walk_vtables): vardecl_fn returns int; return 1 if it does.
13848 (finish_file): Check the return value of walk_vtables.
13849 (finish_prevtable_vardecl): Return int.
13850 (finish_vtable_vardecl): Likewise.
13851 (prune_vtable_vardecl): Likewise.
13852 * lex.c (set_vardecl_interface_info): Likewise.
13853 * cp-tree.h: Adjust return types.
13854
13855 * class.c (delete_duplicate_fields_1): Don't complain about
13856 duplicate nested types if they're the same type.
13857 (finish_struct): Remove check for duplicate.
13858 * decl2.c (grokfield): Don't check for typedef of anonymous type.
13859
13860 Thu Mar 14 10:00:19 1996 Jason Merrill <jason@yorick.cygnus.com>
13861
13862 * cp-tree.h: Lose SIGNATURE_GROKKING_TYPEDEF.
13863
13864 * decl.c (grokdeclarator): Lose special handling of class-level
13865 typedef. Lose SIGNATURE_GROKKING_TYPEDEF. Set
13866 SIGNATURE_HAS_OPAQUE_TYPEDECLS later.
13867
13868 * cvt.c (convert_pointer_to_real): Retain cv-quals in conversion.
13869
13870 * pt.c (tsubst_copy): Strip cv-quals from destructor name types.
13871
13872 * search.c (compute_access): Fix handling of anonymous union
13873 members.
13874 * class.c (finish_struct_anon): Propagate TREE_{PRIVATE,PROTECTED}
13875 from anonymous unions to their members.
13876
13877 * typeck.c (build_x_function_call): For static member functions,
13878 hand off to build_member_call.
13879
13880 Wed Mar 13 14:03:34 1996 Jason Merrill <jason@yorick.cygnus.com>
13881
13882 * typeck.c (build_component_ref): Handle OFFSET_REFs.
13883
13884 * init.c (expand_vec_init): Fix init == 0 case.
13885
13886 Tue Mar 12 14:36:02 1996 Jason Merrill <jason@yorick.cygnus.com>
13887
13888 * init.c (build_new): pedwarn about init and array new.
13889 (expand_vec_init): Handle lists, use convert_for_initialization.
13890
13891 * typeck.c (convert_for_initialization): Pass LOOKUP_NO_CONVERSION
13892 when converting to an aggregate type.
13893 * cvt.c (cp_convert): Pass it through.
13894
13895 * typeck.c (build_conditional_expr): Handle user-defined
13896 conversions to slightly different types.
13897
13898 * decl.c (grokdeclarator): Force an array type in a parm to be
13899 permanent.
13900
13901 * decl2.c (do_using_directive): Sorry.
13902 (do_namespace_alias): Likewise.
13903 * lex.c (real_yylex): Warn about using the `namespace' keyword.
13904
13905 Sun Mar 10 22:26:09 1996 Jason Merrill <jason@yorick.cygnus.com>
13906
13907 * parse.y (datadef): Move call to note_list_got_semicolon up.
13908
13909 Fri Mar 8 11:47:26 1996 Mike Stump <mrs@cygnus.com>
13910
13911 * tree.c (unsave_expr): Don't unsave, UNSAVE_EXPRs.
13912
13913 Fri Mar 8 11:29:06 1996 Mike Stump <mrs@cygnus.com>
13914
13915 * decl.c (cp_finish_decl): The exception regions have to be
13916 nested, not overlapping. We start the exception region for a
13917 decl, after it has been fully built, and all temporaries for it
13918 have been cleaned up.
13919
13920 Thu Mar 7 17:46:06 1996 Mike Stump <mrs@cygnus.com>
13921
13922 * tree.c (vec_binfo_member): Don't core dump if we have no bases.
13923
13924 Thu Mar 7 14:11:49 1996 Jason Merrill <jason@yorick.cygnus.com>
13925
13926 * tree.def: Add RETURN_INIT.
13927 * pt.c (instantiate_decl): Handle RETURN_INIT.
13928 * decl.c (store_return_init): Handle minimal_parse_mode.
13929
13930 * tree.c (cp_build_type_variant): Just return an error_mark_node.
13931 * decl.c (make_typename_type): Don't try to get the file and line
13932 of an identifier.
13933 * typeck.c (comptypes): Handle TYPENAME_TYPE.
13934
13935 Wed Mar 6 18:47:50 1996 Per Bothner <bothner@kalessin.cygnus.com>
13936
13937 * decl.c (poplevel): Make sure we clear out and restore old local
13938 non-VAR_DECL values by default when they go out of scope.
13939
13940 Wed Mar 6 09:57:36 1996 Jason Merrill <jason@yorick.cygnus.com>
13941
13942 * method.c (build_overload_value): Use DECL_ASSEMBLER_NAME in
13943 referring to addresses of variables and functions.
13944
13945 * error.c (dump_expr): Support SIZEOF_EXPR.
13946
13947 * init.c (do_friend): Use the return value of check_classfn.
13948
13949 * typeck.c (convert_arguments): Call complete_type.
13950
13951 * method.c (hack_identifier): After giving an error, set value to
13952 error_mark_node.
13953
13954 Tue Mar 5 16:00:15 1996 Jason Merrill <jason@yorick.cygnus.com>
13955
13956 * tree.c (hack_decl_function_context): Kludge around DECL_CONTEXT
13957 lossage for local classes.
13958 * cp-tree.h: Declare it.
13959 * decl.c (lookup_name_real): Evil, painful hack for local classes.
13960 (grokfndecl): Set DECL_CLASS_CONTEXT and DECL_NO_STATIC_CHAIN here.
13961 Use hack_decl_function_context.
13962 (grokdeclarator): Don't set DECL_NO_STATIC_CHAIN here.
13963 (start_function): Use hack_decl_function_context.
13964 (finish_function): Likewise.
13965 * method.c (synthesize_method): Likewise.
13966 * lex.c (process_next_inline): Likewise.
13967 (do_pending_inlines): Likewise.
13968 * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
13969 done with it.
13970
13971 Mon Mar 4 22:38:39 1996 Gerald Baumgartner <gb@alexander.cs.purdue.edu>
13972
13973 * sig.c (build_signature_pointer_or_reference_type): Align
13974 signature pointers/references on 8-byte boundaries so they can be
13975 grabbed 2 words at a time on a Sparc.
13976
13977 Tue Mar 5 10:21:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13978
13979 * method.c (hack_identifier): Requiring a static chain is now a
13980 hard error.
13981 * decl.c (grokdeclarator): Set DECL_NO_STATIC_CHAIN on nested
13982 functions.
13983
13984 Mon Mar 4 20:03:33 1996 Jason Merrill <jason@yorick.cygnus.com>
13985
13986 * init.c (build_offset_ref): Call complete_type.
13987
13988 * decl.c (pop_from_top_level): Always pop previous_class_type.
13989
13990 * parse.y: Handle multiple decls in a for-init-statement.
13991 * pt.c (tsubst_expr): Likewise.
13992
13993 * pt.c (tsubst): Use tsubst_expr for the second operand of an
13994 ARRAY_REF.
13995
13996 * decl.c (maybe_push_to_top_level): Don't save previous_class_type.
13997 (poplevel_class): Set it here.
13998 (pop_from_top_level): Pop it here if we're returning to class scope.
13999 * class.c (pushclass): Don't set it here.
14000
14001 * decl.c (maybe_push_to_top_level): Save current_template_parms,
14002 and clear it if !pseudo.
14003 (pop_from_top_level): Restore it.
14004
14005 * decl2.c (finish_file): Push the dummy each time we walk the list
14006 of vtables.
14007
14008 * error.c (dump_expr): Support LOOKUP_EXPR and actually do
14009 something for CAST_EXPR.
14010
14011 Mon Feb 19 14:49:18 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
14012
14013 * cvt.c (cp_convert): Warn about implicit conversion of the
14014 address of a function to bool, as it is always true.
14015
14016 Fri Feb 23 23:06:01 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
14017
14018 * typeck.c (c_expand_return): Fix warning for local externs returned.
14019
14020 Mon Mar 4 15:03:11 1996 Jason Merrill <jason@yorick.cygnus.com>
14021
14022 * tree.c (mapcar): Propagate const and volatile properly.
14023
14024 * typeck.c (complete_type): Be sure to instantiate the
14025 MAIN_VARIANT of the type.
14026
14027 * method.c (synthesize_method): Class interface hackery does not
14028 apply to synthesized methods.
14029
14030 Mon Mar 4 14:05:23 1996 Jason Merrill <jason@yorick.cygnus.com>
14031
14032 * pt.c (comp_template_args): Use comptypes rather than just
14033 checking for TEMPLATE_TYPE_PARM equivalence.
14034
14035 * typeck.c (build_x_function_call): Call complete_type before
14036 checking TYPE_OVERLOADS_CALL_EXPR.
14037
14038 Mon Mar 4 18:48:30 1996 Manfred Hollstein <manfred@lts.sel.alcatel.de>
14039
14040 * g++.c (main): Check also for new define ALT_LIBM.
14041
14042 Fri Mar 1 13:09:33 1996 Jason Merrill <jason@yorick.cygnus.com>
14043
14044 * pt.c (instantiate_class_template): If we don't have a pattern
14045 yet, that's OK.
14046 (coerce_template_parms): If we see a local class, bail.
14047
14048 * decl.c (grok_reference_init): Make sure there's a type before
14049 checking its code.
14050
14051 * pt.c (do_function_instantiation): Avoid crashing on invalid decls.
14052 (push_template_decl): Likewise.
14053
14054 * parse.y (named_class_head): Set
14055 CLASSTYPE_TEMPLATE_SPECIALIZATION here if we have basetypes.
14056
14057 * decl.c (xref_tag): Diagnose redeclaration of template
14058 type-parameter name.
14059
14060 * error.c (dump_type): Handle anonymous template type parms.
14061
14062 * pt.c (instantiate_template): Use TYPE_MAIN_DECL instead of
14063 TYPE_STUB_DECL.
14064 (coerce_template_parms): Likewise.
14065
14066 Thu Feb 29 16:26:01 1996 Mike Stump <mrs@cygnus.com>
14067
14068 * class.c (instantiate_type, case {ARRAY,INDIRECT}_REF,
14069 case ADDR_EXPR): Don't modify rhs if a subinstantiation fails.
14070
14071 Thu Feb 29 08:20:25 1996 Jason Merrill <jason@yorick.cygnus.com>
14072
14073 * pt.c (instantiate_template): Take the MAIN_VARIANT of the type
14074 before trying to get its STUB_DECL.
14075 (coerce_template_parms): Likewise.
14076
14077 * parse.y (template_type_parm): If they didn't use 'class',
14078 pretend they did after giving an error.
14079
14080 * pt.c (coerce_template_parms): Diagnose use of local class.
14081
14082 * decl.c (grok_reference_init): Use instantiate_type.
14083
14084 * error.c (dump_expr): Handle TEMPLATE_DECLs.
14085
14086 * parse.y (named_class_head): Diagnose mismatching types and tags.
14087
14088 * decl.c (pushdecl): Type decls and class templates clash with
14089 artificial type decls, not hide them.
14090
14091 * decl.c (redeclaration_error_message): Diagnose redefinition of
14092 templates properly.
14093 (duplicate_decls): Diagnose disallowed overloads for template
14094 functions, too.
14095
14096 * decl.c (start_decl): Call complete_type before checking for a
14097 destructor.
14098
14099 * pt.c (tsubst): Use tsubst_expr on the elts of a VEC.
14100
14101 * decl.c (xref_tag): A TEMPLATE_TYPE_PARM is a match.
14102
14103 Wed Feb 28 09:28:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14104
14105 * decl.c (grok_op_properties): Don't check for operator++(int) in
14106 a template.
14107
14108 * tree.c (perm_manip): Return a copy of variable and function
14109 decls with external linkage.
14110
14111 * tree.def: Change some of the min tree codes to type "1".
14112 * pt.c (uses_template_parms): Handle 'e's, return 1 for LOOKUP_EXPRs.
14113 * method.c (build_overload_int): Emit something arbitrary for
14114 anything but an INTEGER_CST if we're in a template.
14115
14116 * decl.c (cp_finish_decl): Call complete_type before deciding
14117 whether or not to lay out the decl.
14118
14119 * lex.c (do_identifier): Check for DECL_INITIAL before using it.
14120
14121 Tue Feb 27 16:35:32 1996 Jason Merrill <jason@yorick.cygnus.com>
14122
14123 * typeck2.c (build_x_arrow): Call complete_type.
14124
14125 * pt.c (add_pending_template): Broken out.
14126 (lookup_template_class): If -fexternal-templates, call it for all
14127 the methods of implemented types.
14128 (instantiate_class_template): Instead of instantiating them here.
14129 (instantiate_decl): Handle -fexternal-templates earlier.
14130
14131 Tue Feb 27 15:51:32 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14132
14133 * search.c, lex.c, decl.c, class.c, cp-tree.h: Don't wrap the
14134 memoized lookup stuff inside GATHER_STATISTICS.
14135
14136 Tue Feb 27 10:38:08 1996 Jason Merrill <jason@yorick.cygnus.com>
14137
14138 * decl.c (start_decl): Complain about array of incomplete type
14139 here.
14140 (grokdeclarator): Not here.
14141
14142 * parse.y (template_parm): Expand full_parm inline so we can set
14143 the rule's precedence.
14144
14145 * pt.c (tsubst_expr): If we're in a template, just do tsubst_copy.
14146 (tsubst): tsubst_expr the DECL_INITIAL of FIELD_DECLs.
14147 * decl2.c (grokbitfield): Don't check for integer constant here.
14148 * class.c (finish_struct_1): Check here.
14149
14150 * decl.c (define_label): Make the min decl go on permanent_obstack.
14151
14152 * pt.c (unify): Don't handle CONST_DECLs.
14153 (uses_template_parms): Don't check DECL_INITIAL on a CONST_DECL.
14154 (tsubst_copy): Likewise.
14155
14156 * lex.c (do_identifier): Do pull the DECL_INITIAL out of a
14157 CONST_DECL for a template parm.
14158
14159 Mon Feb 26 12:48:18 1996 Jason Merrill <jason@yorick.cygnus.com>
14160
14161 * decl.c (grokdeclarator): Complain about array of incomplete type
14162 here.
14163 (start_decl_1): Not here.
14164
14165 * pt.c (tsubst): Handle pointer-to-function declarators.
14166
14167 * method.c (hack_identifier): If pedantic, diagnose local class
14168 methods that require a static chain.
14169
14170 * decl.c (grok_op_properties): No longer static.
14171 * cp-tree.h: Declare it.
14172 * pt.c (tsubst): Call it for operators.
14173 Use tsubst_copy for TREE_VECs.
14174
14175 * parse.y (template_arg): The expr has precedence like '>'.
14176
14177 Fri Feb 23 14:51:52 1996 Jason Merrill <jason@yorick.cygnus.com>
14178
14179 * pt.c (coerce_template_parms): Don't coerce an expression using
14180 template parms.
14181 (uses_template_parms): Also check DECL_INITIAL in CONST_DECLs.
14182 (tsubst): Don't use build_index_2_type if the max_value uses template
14183 parms.
14184 * method.c (build_overload_int): Emit something arbitrary for an
14185 expression using template parms.
14186
14187 * parse.y (template_close_bracket): New non-terminal to catch use
14188 of '>>' instead of '> >' in template class names.
14189 (template_type): Use it.
14190 * Makefile.in (CONFLICTS): Causes one more r/r conflict.
14191
14192 * tree.def: Add CAST_EXPR.
14193 * typeck2.c (build_functional_cast): Use CAST_EXPR instead of
14194 CONVERT_EXPR for minimal_parse_mode.
14195 * typeck.c (build_c_cast): Likewise.
14196 * pt.c (tsubst_copy): Likewise.
14197 * decl2.c (build_expr_from_tree): Likewise.
14198 * error.c (dump_expr): Likewise.
14199
14200 Fri Feb 23 10:36:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14201
14202 * except.c (SetTerminate, SetUnexpected): Put back global vars.
14203 (init_exception_processing): Put back decl/init of
14204 set_unexpected_fndecl and set_terminate_fndecl, needed to get the
14205 fns from libstdc++.
14206
14207 * decl.c (struct binding_level): Delete ACCEPT_ANY bitfield.
14208 (declare_uninstantiated_type_level, uninstantiated_type_level_p):
14209 Delete unused fns.
14210 * cp-tree.h (declare_uninstantiated_type_level,
14211 uninstantiated_type_level_p): Delete prototypes.
14212
14213 Thu Feb 22 19:36:15 1996 Jason Merrill <jason@yorick.cygnus.com>
14214
14215 * pt.c (tsubst_expr): Add default return.
14216
14217 Thu Feb 22 16:47:24 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14218
14219 * error.c (fndecl_as_string): Delete unused arg CNAME.
14220 * sig.c (build_signature_table_constructor,
14221 build_signature_method_call): Fix calls.
14222
14223 * class.c (the_null_vtable_entry): Delete var definition.
14224 (init_class_processing): Delete tree the_null_vtable_entry init.
14225 * decl.c (no_print_{functions, builtins}): Declare as static.
14226 (__tp_desc_type_node): #if 0 var definition.
14227 (init_type_desc): #if 0 init of __tp_desc_type_node.
14228 (vb_off_identifier): Move var decl into init_decl_processing.
14229 (current_function_assigns_this): Declare as static.
14230 (int_ftype_ptr_ptr_int, void_ftype_ptr_int_int): Delete var decls.
14231 (init_decl_processing): Delete init of void_ftype_ptr_ptr_int.
14232 Move decls of string_ftype_ptr_ptr and int_ftype_string_string here.
14233 * decl2.c (delete_sanity): Delete definition/mod of local var ELT_SIZE.
14234 * init.c (BI_header_type, BI_header_size): Declare as static.
14235 * pt.c (template_classes): Delete unused var.
14236 (add_pending_template): Delete decl for non-existent fn.
14237 (lookup_template_class): Delete vars CODE and TAG_CODE.
14238 (instantiate_template): Delete unused var TARGS.
14239 * cp-tree.h (vb_off_identifier, current_function_assigns_this):
14240 Delete decls.
14241 (__tp_desc_type_node): #if 0 var decl.
14242 (fndecl_as_string): Fix prototype.
14243
14244 Thu Feb 22 15:56:19 1996 Jason Merrill <jason@yorick.cygnus.com>
14245
14246 * tree.def: Add GOTO_STMT.
14247 * pt.c (tsubst_expr): Support goto and labels.
14248 * decl.c (define_label): Support minimal parsing.
14249 * parse.y (simple_stmt): Likewise.
14250
14251 Thu Feb 22 15:30:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14252
14253 * xref.c (GNU_xref_member): Only define/set var I if
14254 XREF_SHORT_MEMBER_NAMES is defined, to match when it's actually
14255 used.
14256 (GNU_xref_end_scope): Delete unused fifth arg TRNS.
14257 (GNU_xref_end): Fix call.
14258 * decl.c (poplevel, poplevel_class, finish_method): Fix calls.
14259 * cp-tree.h (GNU_xref_end_scope): Fix prototype.
14260
14261 * tree.c (build_exception_variant): Delete unused vars I, A, T,
14262 T2, and CNAME.
14263 (layout_vbasetypes): Delete unused var NONVIRTUAL_VAR_SIZE.
14264 (mapcar): Delete unused var CODE.
14265 (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
14266 (break_out_cleanups): Fix call.
14267 (bot_manip): Likewise.
14268 * call.c (build_method_call): Likewise.
14269 * cvt.c (build_up_reference, convert_to_reference, cp_convert):
14270 Likewise.
14271 * typeck.c (unary_complex_lvalue, build_modify_expr,
14272 convert_for_initialization): Likewise.
14273 * typeck2.c (build_functional_cast): Likewise.
14274 * cp-tree.h (build_cplus_new): Fix prototype.
14275
14276 * repo.c (open_repo_file): Delete unused var Q.
14277 (repo_compile_flags, repo_template_declared,
14278 repo_template_defined, repo_class_defined, repo_inline_used,
14279 repo_vtable_used, repo_tinfo_used): #if 0 unused fns.
14280 (repo_get_id, repo_vtable_used): Declare as static.
14281 * cp-tree.h (mark_{decl,class}_instantiated, finish_repo): Add
14282 prototypes.
14283
14284 Thu Feb 22 14:53:35 1996 Jason Merrill <jason@yorick.cygnus.com>
14285
14286 * parse.y (pending_inlines): Add function_try_block case.
14287
14288 * pt.c (unify): Fix for template const parms.
14289
14290 Thu Feb 22 13:24:15 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14291
14292 * lex.c (extract_interface_info): Delete forward decl.
14293 (default_copy_constructor_body, default_assign_ref_body): Delete
14294 decls for non-existent functions.
14295 (synth_firstobj, inline_text_firstobjs): Delete unused vars.
14296 (init_lex): Delete setting them.
14297 (cons_up_default_function): Delete unused vars FUNC_BUF,
14298 FUNC_LEN, and COMPLEX. Delete code setting COMPLEX. Delete old
14299 #if 0'd synth code.
14300 (toplevel, expression_obstack): Delete unused extern decls.
14301 (tree_node_kind): Delete unused enum.
14302 (tree_node_counts, tree_node_sizes): Wrap with #ifdef
14303 GATHER_STATISTICS.
14304 (tree_node_kind_names): Delete unused extern decl.
14305 (synth_obstack): Delete unused var.
14306 (init_lex): Don't set it.
14307 (init_parse): Add decl before use.
14308 (reduce_count): Only define #ifdef GATHER_STATISTICS && REDUCE_LENGTH.
14309 (current_unit_{name, language}): Delete unused vars.
14310 (check_newline): Don't bother setting them, just accept the #pragma.
14311 * cp-tree.h (init_repo, peek_yylex): Add prototypes.
14312 (current_unit_{name, language}): Delete decls.
14313
14314 * search.c: Wrap all of the memoized functions, macros, and
14315 variables inside #ifdef GATHER_STATISTICS.
14316 (lookup_field, lookup_fnfields): Likewise.
14317 (init_search_processing): Likewise.
14318 (reinit_search_statistics): Wrap whole function.
14319 * lex.c (reinit_lang_specific): Wrap call to reinit_search_statistics.
14320
14321 * decl.c (finish_function): Only call pop_memoized_context if
14322 GATHER_STATISTICS is defined.
14323 (start_function): Likewise for push_memoized_context.
14324 * class.c (pushclass, popclass): Likewise.
14325
14326 * cp-tree.h (CLASSTYPE_MTABLE_ENTRY): Move definition from here...
14327 * search.c (CLASSTYPE_MTABLE_ENTRY): ... to here.
14328
14329 * cvt.c (cp_convert): Delete unused local var FORM.
14330 * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
14331 prototypes.
14332
14333 Thu Feb 22 13:19:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14334
14335 * pt.c (do_poplevel): Oops; really return what we get from
14336 poplevel this time.
14337
14338 Thu Feb 22 11:41:44 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14339
14340 * cp-tree.h (is_aggr_type): Add prototype.
14341
14342 * cp-tree.h ({push,pop}_cp_function_context): Add decls.
14343 * method.c ({push,pop}_cp_function_context): Delete decls.
14344 * except.c (start_eh_unwinder, end_eh_unwinder): Declare as void.
14345 (SetUnexpected, SetTerminate): Delete unused vars.
14346 (init_exception_processing): Don't set SetUnexpected or
14347 SetTerminate. Don't set SET_UNEXPECTED_FNDECL or SET_TERMINATE_FNDECL.
14348 (output_exception_table_entry): Delete unused array LABEL.
14349 (expand_internal_throw): Delete unused var PARAMS.
14350 (expand_start_catch_block): Delete unused var CLEANUP.
14351 (emit_exception_table): Delete unused var EH_NODE_DECL.
14352 (expand_builtin_throw): Delete unused vars UNWIND_AND_THROW and
14353 GOTO_UNWIND_AND_THROW. Don't set them.
14354 (end_eh_unwinder): Add top decl.
14355 (pop_rtl_from_perm): Delete unused decl of PERMANENT_OBSTACK.
14356 (exception_section, push_rtl_perm, do_function_call,
14357 lang_interim_eh, push_eh_cleanup, eh_outer_context,
14358 expand_end_eh_spec, end_eh_unwinder): Declare as static.
14359 (saved_pc, saved_throw_type, saved_throw_value, saved_cleanup,
14360 throw_used): Likewise.
14361 * cp-tree.h (expand_end_eh_spec): Delete prototype.
14362
14363 * search.c (dfs_mark, dfs_mark_vtable_path,
14364 dfs_unmark_vtable_path, dfs_mark_new_vtable,
14365 dfs_unmark_new_vtable, dfs_clear_search_slot,
14366 dfs_search_slot_nonempty_p, bfs_markedp, bfs_unmarkedp,
14367 bfs_marked_vtable_pathp, bfs_unmarked_vtable_pathp,
14368 bfs_marked_new_vtablep, bfs_unmarked_new_vtablep): #if 0 unused
14369 functions.
14370 (n_fields_searched, n_calls_lookup_field, n_calls_lookup_field_1,
14371 n_calls_lookup_fnfields, n_calls_lookup_fnfields_1,
14372 n_calls_get_base_type, n_outer_fields_searched, n_contexts_saved):
14373 Only define #ifdef GATHER_STATISTICS.
14374 (reinit_search_statistics): Only init some vars if GATHER_STATISTICS
14375 is defined.
14376 (vbase_decl): Delete var definition.
14377 (init_search): Delete old decl.
14378 (init_vbase_pointers): Delete building of VBASE_DECL, since it's
14379 never actually used.
14380 (expand_indirect_vtbls_init): Delete init of VBASE_DECL.
14381 (get_base_distance_recursive): Delete unused fourth arg
14382 BASETYPE_PATH. Fix call .
14383 (get_base_distance): Fix call.
14384 (push_class_decls): Delete unused var ID.
14385 (make_memoized_table_entry): Declare as static.
14386 (breadth_first_search): Declare as static.
14387 (tree_has_any_destructor_p): Declare as static.
14388 (pop_class_decls): Delete unused arg pop_class_decls.
14389 * class.c (popclass): Fix call to pop_class_decls.
14390 * cp-tree.h (make_memoized_table_entry, breadth_first_search,
14391 tree_has_any_destructor_p): Delete prototypes.
14392
14393 * rtti.c (build_ptmf_desc): Delete unused arg TYPE.
14394 (build_t_desc): Fix call. Delete unused vars ELEMS and TT.
14395 (build_dynamic_cast): Delete unused local vars TMP1 and RETVAL.
14396 (build_user_desc): Delete unused var T.
14397 (build_class_desc): Delete unused vars T and OFF.
14398 (build_t_desc): Delete unused var NAME_STRING.
14399 (build_headof): Make static.
14400 (get_bad_cast_node): Likewise.
14401 (get_def_to_follow): Likewise.
14402 * cp-tree.h (init_type_desc): Add prototype.
14403 (build_headof): Remove prototype.
14404
14405 Thu Feb 22 00:54:22 1996 Jason Merrill <jason@yorick.cygnus.com>
14406
14407 * pt.c (tsubst): Only look for matching decls at file scope for
14408 non-member functions.
14409
14410 * call.c (build_scoped_method_call): Handle scoped destructor
14411 calls in templates.
14412
14413 * decl.c (*_top_level): Also save previous_class_values.
14414
14415 * pt.c (tsubst_expr): Support do {} while loops.
14416 * parse.y (simple_stmt): Likewise.
14417 * tree.def: Likewise.
14418
14419 * method.c (build_overload_identifier): For a class nested in a
14420 template class, don't mangle in the template parms from our
14421 context.
14422
14423 * lex.c, cp-tree.h: Remove support for template instantiations in
14424 the pending_inlines code.
14425 * pt.c: Remove dead functions and unused arguments.
14426 (uses_template_parms): TYPENAME_TYPEs always use template parms.
14427 * parse.y: Stop passing anything to end_template_decl.
14428 * tree.c (print_lang_statistics): Only print tinst info #ifdef
14429 GATHER_STATISTICS.
14430
14431 Wed Feb 21 16:57:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14432
14433 * init.c (expand_recursive_init{,_1}): Delete decls.
14434 (sort_member_init): Delete unused var INIT.
14435 (emit_base_init): Delete unused var X.
14436 (build_offset_ref): Delete unused var CNAME.
14437 (sort_member_init): Delete unused var FIELDS_TO_UNMARK.
14438 (emit_base_init): Delete unused local var BASE. Delete extern
14439 decl of IN_CHARGE_IDENTIFIER.
14440 (build_delete): Delete unused local var VIRTUAL_SIZE.
14441
14442 * init.c (build_vec_delete): Delete unused third arg ELT_SIZE.
14443 (build_delete): Fix call.
14444 * decl2.c (delete_sanity): Likewise.
14445 * cp-tree.h (build_vec_delete): Update prototype.
14446
14447 * typeck.c (common_base_type): Delete unused var TMP.
14448 (build_binary_op): Delete local var ARGS_SAVE.
14449 (build_array_ref): Delete unused var ITYPE.
14450 (c_expand_return): Delete unused var USE_TEMP.
14451
14452 * typeck.c (compexcepttypes): Delete unused arg STRICT.
14453 (comptypes): Fix calls.
14454 * decl.c (duplicate_decls): Likewise.
14455 * cp-tree.h (compexcepttypes): Delete extra arg.
14456
14457 * decl2.c (check_classfn): Delete unused second arg CNAME.
14458 * decl.c (start_decl, grokfndecl): Fix calls.
14459 * init.c (do_friend): Likewise.
14460 * cp-tree.h (check_classfn): Update prototype.
14461
14462 * cp-tree.h (signature_error, import_export_vtable,
14463 append_signature_fields, id_in_current_class, mark_used,
14464 copy_assignment_arg_p): Add decls.
14465 * decl2.c (mark_used): Delete decl.
14466
14467 * class.c (n_*): Wrap with #ifdef GATHER_STATISTICS.
14468
14469 * class.c (get_vtable_entry): Disable unused function.
14470 (doing_hard_virtuals): Delete unused static global var.
14471 (finish_struct_1): Don't init DOING_HARD_VIRTUALS.
14472 (prepare_fresh_vtable): Delete unused vars PATH and RESULT.
14473 (overrides): Delete unused vars RETTYPE and BASE_RETTYPE.
14474 (modify_one_vtable): Delete unused var OLD_RTTI.
14475 (finish_struct_anon): Delete unused vars OFFSET and X.
14476 (finish_struct_bits): Delete unused var METHOD_VEC.
14477 (get_basefndecls): Delete unused var PURPOSE. Delete unused
14478 for-scope local variable METHODS.
14479
14480 * call.c (user_harshness): Delete unused/unneeded arg PARM.
14481 (ideal_candidate): Delete unused args BASETYPE and PARMS.
14482 (build_method_call): Delete unused args passed into ideal_candidate.
14483 (build_overload_call_real): Likewise. Delete unused var OVERLOAD_NAME.
14484 * cp-tree.h (synthesize_method): Add decl.
14485
14486 * decl.c (note_level_for_for): Give void return type.
14487 (pushdecl_nonclass_level): Likewise.
14488 (finish_function): Delete unused vars VFIELDS and ALLOCATED_THIS.
14489 (poplevel): Delete unused var IMPLICIT_TRY_BLOCK.
14490 (suspend_binding_level): Delete unused var LEVEL.
14491 (duplicate_decls): Delete unused var CTYPE.
14492 (duplicate_decls): Delete unused var PREVIOUS_C_DECL.
14493 (init_decl_processing): Delete unused vars FLOAT_ENDLINK and
14494 PTR_ENDLINK.
14495 (grokdeclarator): Delete unused var C.
14496 (grokdeclarator): Delete unused var SIZE_VARIES.
14497 (grokparms): Delete unused var SAW_VOID.
14498 (start_function): Delete unused var OLDDECL.
14499 (cplus_expand_expr_stmt): Delete unused var
14500 REMOVE_IMPLICIT_IMMEDIATELY.
14501
14502 * cp-tree.h (pushdecl_nonclass_level): Fix prototype.
14503
14504 * Makefile.in (CONFLICTS): Update to 12 shift/reduce.
14505
14506 Wed Feb 21 00:06:17 1996 Jason Merrill <jason@yorick.cygnus.com>
14507
14508 * tree.c (build_min): Set TREE_COMPLEXITY to lineno.
14509 (build_min_nt): Likewise.
14510 * pt.c (do_pushlevel): Emit line note.
14511 (do_poplevel): Return what we get from poplevel.
14512 (tsubst_expr): Set lineno from TREE_COMPLEXITY in stmt nodes.
14513 * parse.y: Use do_pushlevel and do_poplevel.
14514 * cp-tree.h: Declare do_poplevel.
14515
14516 * cp-tree.h: Declare at_eof.
14517 * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
14518 * decl2.c (import_export_decl): Renamed from import_export_inline.
14519 (finish_file): Call it to do interface handling for statics.
14520 * pt.c (tsubst_copy): Call mark_used on variables and functions
14521 used here.
14522
14523 * decl2.c (finish_file): Don't emit statics we can't generate.
14524 * pt.c (instantiate_decl): Don't set interface on instantiations
14525 we can't generate.
14526
14527 * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
14528 * tree.c (print_lang_statistics): Print max template depth.
14529 * pt.c (push_tinst_level): Dump entire instantiation context.
14530 (instantiate_class_template): Use it and pop_tinst_level.
14531 (instantiate_decl): Likewise.
14532
14533 * call.c class.c cp-tree.h decl.c decl2.c error.c lex.c method.c
14534 pt.c ptree.c tree.def: Remove all traces of UNINSTANTIATED_P_TYPE.
14535
14536 Tue Feb 20 18:21:51 1996 Jason Merrill <jason@yorick.cygnus.com>
14537
14538 * call.c class.c cp-tree.h cvt.c decl.c decl2.c error.c expr.c
14539 init.c lex.c method.c parse.y pt.c repo.c search.c spew.c tree.c
14540 tree.def typeck.c typeck2.c xref.c: Massive, systemic changes for
14541 the new template implementation.
14542
14543 Tue Feb 20 17:14:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14544
14545 * decl2.c (check_cp_case_value): Use STRIP_TYPE_NOPS.
14546
14547 Thu Feb 15 18:44:42 1996 Mike Stump <mrs@cygnus.com>
14548
14549 * decl.c (cp_finish_decl): Delay emitting the debug information for
14550 a typedef that has been installed as the canonical typedef, if the
14551 type has not yet been defined.
14552
14553 Thu Feb 15 09:39:08 1996 Jason Merrill <jason@yorick.cygnus.com>
14554
14555 * decl2.c (grokfield): Still call pop_nested_class for access decls.
14556
14557 Wed Feb 14 17:30:04 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14558
14559 * decl.c (lookup_label): Call label_rtx.
14560
14561 * decl.c (make_binding_level): New function.
14562 (pushlevel, pushlevel_class): Call it instead of explicit
14563 duplicate calls to xmalloc.
14564
14565 * decl.c (init_decl_processing): Delete useless build_pointer_type
14566 call.
14567
14568 * decl.c (float_ftype_float, ldouble_ftype_ldouble): Add definitions.
14569 (sizet_ftype_string): Delete variable.
14570 (init_decl_processing): Add built-in functions fabsf, fabsl,
14571 sqrtf, sqrtl, sinf, sin, sinl, cosf, cos, cosl. New local
14572 variable strlen_ftype, used for strlen.
14573
14574 Wed Feb 14 16:21:25 1996 Jason Merrill <jason@yorick.cygnus.com>
14575
14576 * decl.c (push_to_top_level): Start from current_binding_level
14577 again for now; the stl hacks depend on g++ being broken in this
14578 way, and it'll be fixed in the template rewrite.
14579
14580 * tree.def: Add USING_DECL.
14581 * decl2.c (do_class_using_decl): Implement.
14582 (grokfield): Pass access decls off to do_class_using_decl instead of
14583 grokdeclarator.
14584 * error.c (dump_decl): Handle USING_DECLs.
14585 * decl.c (grokdeclarator): Remove code for handling access decls.
14586 * class.c (finish_struct_1): Adjust accordingly, treat using-decls
14587 as access decls for now.
14588 (finish_struct): Don't check USING_DECLs for other uses of the name.
14589
14590 * search.c (get_matching_virtual): Use cp_error_at.
14591
14592 Wed Feb 14 10:36:58 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14593
14594 * typeck.c (comptypes): Default COMP_TYPE_ATTRIBUTES to 1, to
14595 match c-typeck.c.
14596 (self_promoting_args_p): Move the check that TYPE is non-nil
14597 before trying to look at its main variant.
14598 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
14599
14600 * cp-tree.h (DECL_WAITING_FRIENDS, SET_DECL_WAITING_FRIENDS):
14601 Delete macros.
14602 * init.c (xref_friend, embrace_waiting_friends): Delete functions.
14603 (do_friend): Delete call to xref_friend.
14604 * class.c (finish_struct_1): Delete call to embrace_waiting_friends.
14605
14606 * typeck.c (convert_sequence): #if 0 unused function.
14607
14608 * cp-tree.h (DECL_IN_MEMORY_P): New macro w/ the check that used to
14609 be in decl_in_memory_p.
14610 (decl_in_memory_p): Delete decl.
14611 * expr.c (decl_in_memory_p): Delete fn.
14612 * typeck.c (mark_addressable): Use DECL_IN_MEMORY_P.
14613
14614 * decl.c (cp_finish_decl): Use DECL_IN_MEMORY_P.
14615
14616 Tue Feb 13 12:51:21 1996 Jason Merrill <jason@yorick.cygnus.com>
14617
14618 * class.c (finish_struct_1): Check for a pure-specifier on a
14619 non-virtual function here.
14620
14621 * decl2.c (grok_function_init): Don't check whether the function
14622 is virtual here.
14623 (grokfield): Don't call check_for_override here.
14624
14625 * decl.c (push_to_top_level): Start from inner_binding_level,
14626 check class_shadowed in class levels.
14627
14628 Mon Feb 12 17:46:59 1996 Mike Stump <mrs@cygnus.com>
14629
14630 * decl.c (resume_level): Ignore things that don't have names, instead
14631 of core dumping.
14632
14633 Mon Feb 12 15:47:44 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14634
14635 * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs.
14636
14637 Sat Feb 10 17:59:45 1996 Jason Merrill <jason@yorick.cygnus.com>
14638
14639 * class.c (finish_struct_1): Set DECL_VINDEX properly on a
14640 synthesized dtor.
14641
14642 * parse.y (complete_type_name): Bind global_scope earlier.
14643 (complex_type_name): Likewise.
14644 (qualified_type_name): Remove.
14645
14646 Thu Feb 8 15:15:14 1996 Jason Merrill <jason@yorick.cygnus.com>
14647
14648 * decl.c (grokfndecl): Move code that looks for virtuals in base
14649 classes...
14650 * class.c (check_for_override): ... to a new function.
14651 (finish_struct_1): Call it.
14652
14653 * cp-tree.h: Declare warn_sign_compare.
14654
14655 * typeck.c (build_binary_op_nodefault): Check warn_sign_compare
14656 rather than extra_warnings to decide whether to warn about
14657 comparison of signed and unsigned.
14658
14659 * decl2.c (lang_decode_option): Handle warn_sign_compare. -Wall
14660 implies -Wsign-compare. -Wall doesn't imply -W.
14661
14662 Wed Feb 7 15:27:57 1996 Mike Stump <mrs@cygnus.com>
14663
14664 * typeck.c (build_component_ref): Fix to handle anon unions in base
14665 classes as well.
14666
14667 Wed Feb 7 14:29:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14668
14669 * class.c (resolves_to_fixed_type_p): Delete code dealing with
14670 a WITH_CLEANUP_EXPR, since we don't generate them any more.
14671 * cvt.c (build_up_reference): Likewise.
14672 * decl.c (grok_reference_init): Likewise.
14673 (cp_finish_decl): Likewise.
14674 * error.c (dump_expr): Likewise.
14675 * tree.c (real_lvalue_p): Likewise.
14676 (lvalue_p): Likewise.
14677 (build_cplus_new): Likewise.
14678 (unsave_expr_now): Likewise.
14679 * typeck.c (unary_complex_lvalue, build_modify_expr,
14680 c_expand_return): Likewise.
14681
14682 Tue Feb 6 13:39:22 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14683
14684 Make the C++ front-end pay attention to attributes for structures.
14685 * class.c (finish_struct): New argument ATTRIBUTES, passed down into
14686 finish_struct_1.
14687 (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
14688 Take out old round_up_size use and setting the DECL_ALIGN possibly
14689 using it. Take out setting of TYPE_ALIGN to round_up_size, which
14690 can override what the attribute set.
14691 * cp-tree.h (finish_struct): Update prototype.
14692 * parse.y (template_instantiate_once): Pass a NULL_TREE for the
14693 attributes to finish_struct.
14694 (structsp): For a CLASS decl, add maybe_attribute to rule and pass that
14695 value down into finish_struct.
14696 * Makefile.in (CONFLICTS): Switch to 7 shift/reduce conflicts.
14697
14698 Tue Feb 6 13:12:15 1996 Per Bothner <bothner@kalessin.cygnus.com>
14699
14700 * decl.c (poplevel): Re-word dead for local handling.
14701 (pushdecl): Remove useless DECL_DEAD_FOR_LOCAL test.
14702 (cp_finish_decl): If is_for_scope, check for duplicates so
14703 we can disable is_for_scope. Otherwise, preserve_temp_slots.
14704
14705 * lex.c (do_identifier): Use global binding in preference of
14706 dead for local variable.
14707
14708 Mon Feb 5 17:46:46 1996 Mike Stump <mrs@cygnus.com>
14709
14710 * init.c (initializing_context): Handle anon union changes, the
14711 context where fields of anon unions can be initialized now has to be
14712 found by walking up the TYPE_CONTEXT chain.
14713
14714 Fri Feb 2 14:54:04 1996 Doug Evans <dje@charmed.cygnus.com>
14715
14716 * decl.c (start_decl): #ifdef out code to set DECL_COMMON
14717 if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
14718 (obscure_complex_init): If bss is supported, always set
14719 DECL_INITIAL to error_mark_node.
14720
14721 Thu Feb 1 16:19:56 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14722
14723 * init.c (is_friend): Make sure there's a context before we see if
14724 it's an aggr type.
14725
14726 Thu Feb 1 15:44:53 1996 Mike Stump <mrs@cygnus.com>
14727
14728 * init.c (is_friend): Classes are not friendly with nested classes.
14729
14730 Thu Feb 1 15:27:37 1996 Doug Evans <dje@charmed.cygnus.com>
14731
14732 * lex.c (check_newline): Pass last character read to HANDLE_PRAGMA,
14733 and record its result.
14734
14735 Thu Feb 1 09:27:01 1996 Mike Stump <mrs@cygnus.com>
14736
14737 * class.c (finish_struct_anon): Switch around code to not move anon
14738 union elements around, nor mess up their contexts, nor offsets,
14739 instead we now build up the right number of COMPONENT_REFs for all
14740 the anon unions that may be present at build_component_ref time.
14741 * typeck.c (lookup_anon_field): New routine to handle field lookup
14742 on fields without names. We find them, based upon their unique type
14743 instead.
14744 * typeck.c (build_component_ref): Allow FIELD_DECL components.
14745 Handle finding components in anonymous unions, and ensure that a
14746 COMPONENT_REF is built for each level as necessary.
14747
14748 Tue Jan 30 18:18:23 1996 Mike Stump <mrs@cygnus.com>
14749
14750 * cvt.c (build_up_reference): Make the INDIRECT_BIND case come after
14751 code that ensures that copy ctors are used if appropriate.
14752
14753 Tue Jan 30 17:35:14 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14754
14755 * init.c (build_vec_delete): Only give an error if base isn't an
14756 error_mark_node.
14757
14758 Mon Jan 29 17:09:06 1996 Mike Stump <mrs@cygnus.com>
14759
14760 * spew.c (do_aggr): `new struct S;' isn't a forward declaration.
14761 (yylex): If we see `new', keep slurping.
14762
14763 Thu Jan 25 18:31:36 1996 Mike Stump <mrs@cygnus.com>
14764
14765 * class.c (finish_struct_1): Move code for handling anon unions...
14766 (finish_struct_anon): to here. Fixup so that we do the offset
14767 calculations right, and so that the fields are physically moved to
14768 the containers's chain.
14769
14770 Thu Jan 25 18:27:37 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14771
14772 * decl.c (grokdeclarator): Avoid trying to get an operand off an
14773 identifier node.
14774
14775 Wed Jan 24 11:25:30 1996 Jim Wilson <wilson@chestnut.cygnus.com>
14776
14777 * typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not
14778 POINTER_SIZE to agree with expr.c.
14779
14780 Thu Jan 25 13:01:23 1996 Mike Stump <mrs@cygnus.com>
14781
14782 * search.c (lookup_field): Don't report ambiguities if protect is 0,
14783 instead return NULL_TREE.
14784
14785 Wed Jan 24 13:01:26 1996 Mike Stump <mrs@cygnus.com>
14786
14787 * class.c (finish_struct_1): Call warn_hidden if we want warnings
14788 about overloaded virtual functions.
14789 (warn_hidden): New routine to warn of virtual functions that are
14790 hidden by other virtual functions, that are not overridden.
14791 (get_basefndecls): New routine, used by warn_hidden.
14792 (mark_overriders): New routine, used by warn_hidden.
14793 * search.c (get_matching_virtual): Remove old warning that just
14794 isn't very useful.
14795
14796 Tue Jan 23 12:26:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14797
14798 * decl.c (output_builtin_tdesc_entries): #if 0 the function definition.
14799
14800 * typeck.c (null_ptr_cst_p): Delete unused fn.
14801 (build_function_call_maybe): Delete unused fn.
14802
14803 * expr.c (extract_init): #if 0 the code after unconditional return 0
14804 for now.
14805
14806 Delete old cadillac code.
14807 * edsel.c: Remove file.
14808 * Make-lang.in (CXX_SRCS): Take edsel.c off the list.
14809 * Makefile.in (CXX_OBJS): Delete edsel.o.
14810 (edsel.o): Delete rule.
14811 * cp-tree.h (flag_cadillac): Delete var decl.
14812 * lang-options.h: Delete "-fcadillac" and "-fno-cadillac".
14813 * decl2.c (flag_cadillac): Delete var definition.
14814 (lang_decode_option): Delete handling of -fcadillac and -fno-cadillac.
14815 (grokfield): Delete code depending on flag_cadillac.
14816 (finish_anon_union): Likewise.
14817 * class.c (finish_struct_1): Likewise.
14818 (pushclass): Likewise.
14819 (popclass): Likewise.
14820 (push_lang_context): Likewise.
14821 (pop_lang_context): Likewise.
14822 * decl.c (init_decl_processing): Likewise.
14823 (start_decl): Likewise.
14824 (cp_finish_decl): Likewise.
14825 (xref_tag): Likewise.
14826 (finish_enum): Likewise.
14827 (start_function): Likewise.
14828 (finish_function): Likewise.
14829 (finish_stmt): Likewise.
14830 * lex.c (lang_init): Likewise.
14831 (check_newline): Likewise.
14832
14833 * lex.c (do_pending_inlines): Delete synthesized method kludge.
14834
14835 Delete defunct, ancient garbage collection implementation.
14836 * rtti.c: New file with the RTTI stuff from gc.c.
14837 * gc.c: Removed file (moved the remaining stuff into rtti.c).
14838 * Makefile.in (CXX_OBJS): Replace gc.o with rtti.o.
14839 (rtti.o): New rule, replacing gc.o.
14840 * Make-lang.in (CXX_SRCS): Replace gc.c with rtti.c.
14841 * cp-tree.h: Delete gc-related fn decls.
14842 (DECL_GC_OFFSET): Delete macro.
14843 (flag_gc): Delete extern decl.
14844 * decl.c (current_function_obstack_index): Delete var decl.
14845 (current_function_obstack_usage): Delete var decl.
14846 (start_function): Delete clearing of current_function_obstack_index
14847 and current_function_obstack_usage.
14848 (init_decl_processing): Delete code relying on -fgc.
14849 Delete call to init_gc_processing.
14850 (cp_finish_decl): Delete calls to build_static_gc_entry and
14851 type_needs_gc_entry. Delete gc code setting DECL_GC_OFFSET.
14852 (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup
14853 and to expand_expr of a __gc_main call.
14854 (maybe_gc_cleanup): Delete var decl.
14855 (finish_function): Delete call to expand_gc_prologue_and_epilogue.
14856 * decl2.c (flag_gc): Delete var decl.
14857 (lang_f_options): Delete offering of -fgc.
14858 (lang_decode_option): Delete -fgc and -fno-gc handling.
14859 (get_temp_regvar): Delete gc code.
14860 * init.c (build_new): Delete gc code.
14861 * lex.c (init_lex): Delete checking of flag_gc.
14862
14863 * typeck.c (convert_arguments): Delete gc code.
14864 (build_component_addr): Delete -fgc warning.
14865 (build_modify_expr): Delete gc code.
14866
14867 * decl2.c (build_push_scope): Delete fn.
14868 * cp-tree.h (build_push_scope): Delete decl.
14869
14870 * search.c (clear_search_slots): Delete fn.
14871 * cp-tree.h (clear_search_slots): Delete decl.
14872
14873 * search.c (tree_needs_constructor_p): Delete fn.
14874 * cp-tree.h (tree_needs_constructor_p): Delete decl.
14875
14876 * tree.c (id_cmp): Delete fn.
14877
14878 * tree.c (set_fnaddr_from_vtable_entry): Delete fn.
14879 * cp-tree.h (set_fnaddr_from_vtable_entry): Delete decl.
14880
14881 * tree.c (decl_value_member): Delete fn.
14882 * cp-tree.h (decl_value_member): Delete decl.
14883
14884 * tree.c (list_hash_lookup_or_cons): Delete fn.
14885 * cp-tree.h (list_hash_lookup_or_cons): Delete decl.
14886
14887 * method.c (cplus_exception_name): Delete fn.
14888 (EXCEPTION_NAME_{PREFIX, LENGTH}): Delete macros.
14889
14890 * spew.c (shift_tokens): Delete fn.
14891
14892 Mon Jan 22 17:49:33 1996 Jason Merrill <jason@yorick.cygnus.com>
14893
14894 * except.c (init_exception_processing): Pass 1 to needs_pop in calls
14895 to cp_finish_decl.
14896 * parse.y: Likewise.
14897
14898 Mon Jan 22 17:34:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14899
14900 * tree.c (build_cplus_staticfn_type): Delete function definition;
14901 never used.
14902 * cp-tree.h (build_cplus_staticfn_type): Delete decl.
14903
14904 * tree.c (virtual_member): Delete function definition; never used.
14905 * cp-tree.h (virtual_member): Delete decl.
14906
14907 Fri Jan 19 18:03:14 1996 Mike Stump <mrs@cygnus.com>
14908
14909 * typeck.c (build_component_ref): Handle getting vbase pointers
14910 out of complex multiple inheritance better.
14911
14912 Fri Jan 19 16:27:40 1996 Mike Stump <mrs@cygnus.com>
14913
14914 * typeck.c (build_object_ref): Make sure we use the real type, not
14915 any reference type.
14916
14917 Fri Jan 19 16:01:47 1996 Mike Stump <mrs@cygnus.com>
14918
14919 * tree.c (build_exception_variant): Don't create new types if we
14920 don't have to, also build new types on the right obstack.
14921
14922 Fri Jan 19 14:09:44 1996 Jason Merrill <jason@yorick.cygnus.com>
14923
14924 * decl.c (store_bindings): Split out from push_to_top_level.
14925 (push_to_top_level): Call it for b->type_shadowed on class binding
14926 levels.
14927
14928 Fri Jan 19 13:53:14 1996 Mike Stump <mrs@cygnus.com>
14929
14930 * search.c (expand_upcast_fixups): Fix so that offsets stored in
14931 vbase_offsets are always right. Fixes a problem where virtual base
14932 upcasting and downcasting could be wrong during conversions on this
14933 during virtual function dispatch at ctor/dtor time when dynamic
14934 vtable fixups for deltas are needed. This only sounds easier than
14935 it is. :-)
14936 (fixup_virtual_upcast_offsets): Change to reflect new calling
14937 convention for expand_upcast_fixups.
14938
14939 Fri Jan 19 12:23:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14940
14941 * decl2.c (grokbitfield): Strip the NOPs from WIDTH before we
14942 check that it's usable as the bitfield width.
14943
14944 Wed Jan 17 21:22:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14945
14946 * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
14947 Pass a null tree to grokdeclarator for its ATTRLIST arg, since it's
14948 only ever used for functions in it.
14949
14950 Wed Jan 17 12:10:38 1996 Jason Merrill <jason@yorick.cygnus.com>
14951
14952 * parse.y (qualified_type_name): Use the TYPE_DECL, not the type.
14953 (nested_type): Likewise.
14954 (nested_name_specifier): Use lastiddecl.
14955
14956 * decl.c (grokdeclarator): Adjust accordingly.
14957 * init.c (expand_member_init): Likewise.
14958 * parse.y (base_class): Likewise.
14959 * typeck2.c (build_functional_cast): Likewise.
14960
14961 * typeck2.c (build_functional_cast): Fill in name after we've
14962 checked for non-aggr type.
14963
14964 Wed Jan 17 10:18:01 1996 Mike Stump <mrs@cygnus.com>
14965
14966 * decl2.c (warn_pointer_arith): Default to on.
14967
14968 Tue Jan 16 12:45:38 1996 Jason Merrill <jason@yorick.cygnus.com>
14969
14970 * lex.c (is_rid): New function.
14971 * decl.c (grokdeclarator): Diagnose reserved words used as
14972 declarator-ids.
14973
14974 Tue Jan 16 11:39:40 1996 Jason Merrill <jason@yorick.cygnus.com>
14975
14976 * tree.c (get_decl_list): Don't lose cv-quals.
14977
14978 * decl.c (grokdeclarator): Fix SCOPE_REF handling and diagnose
14979 typespecs used as declarator-ids.
14980
14981 Tue Jan 16 11:09:42 1996 Mike Stump <mrs@cygnus.com>
14982
14983 * decl.c (poplevel): When poping a level, don't give a warning for
14984 any subblocks that already exist.
14985
14986 Tue Jan 16 00:25:33 1996 Jason Merrill <jason@yorick.cygnus.com>
14987
14988 * typeck.c (build_object_ref): Finish what I started.
14989
14990 * parse.y (qualified_type_name): Don't check TYPE_BUILT_IN.
14991
14992 * decl2.c (constructor_name_full): Handle TEMPLATE_TYPE_PARMs.
14993
14994 * decl.c (grokdeclarator): Also accept TEMPLATE_TYPE_PARM as a
14995 scope.
14996
14997 Mon Jan 15 16:19:32 1996 Jason Merrill <jason@yorick.cygnus.com>
14998
14999 * decl.c (xref_tag): Handle passing a type in directly.
15000
15001 * parse.y (qualified_type_name): Pull out the type.
15002 (nested_type): Likewise.
15003 Take types directly instead of as identifiers.
15004 * call.c (build_scoped_method_call): Take types directly instead of
15005 as identifiers.
15006 * decl.c (xref_basetypes): Likewise.
15007 * init.c (expand_member_init): Likewise.
15008 (build_member_call): Likewise.
15009 (build_offset_ref): Likewise.
15010 * typeck2.c (build_scoped_ref): Likewise, remove bogus code.
15011 * method.c (do_build_assign_ref): Likewise.
15012 * decl.c (grokdeclarator): Handle a type appearing as the
15013 declarator-id for constructors.
15014 * method.c (do_build_copy_constructor): current_base_init_list now
15015 uses the types directly, not their names.
15016 * init.c (sort_base_init): Likewise.
15017 (expand_member_init): Likewise.
15018 * init.c (is_aggr_type): New function, like is_aggr_typedef.
15019
15020 Mon Jan 15 08:45:01 1996 Jeffrey A Law <law@cygnus.com>
15021
15022 * tree.c (layout_basetypes): Call build_lang_field_decl instead
15023 of build_lang_decl if first arg is a FIELD_DECL.
15024
15025 Thu Jan 11 14:55:07 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15026
15027 * decl.c (cp_finish_decl): Only clear TREE_USED if DECL_NAME is
15028 non-empty.
15029 * except.c (expand_start_catch_block): Set TREE_USED to avoid
15030 warnings about the catch handler.
15031
15032 Mon Jan 8 17:35:12 1996 Jason Merrill <jason@yorick.cygnus.com>
15033
15034 * typeck.c (build_modify_expr): Use a COMPOUND_EXPR instead of
15035 expand_target_expr.
15036
15037 Thu Jan 4 12:30:32 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15038
15039 Fix access control to use trees rather than integers.
15040 * class.c (access_{default, public, protected, private,
15041 default_virtual, public_virtual, private_virtual}_node): Add
15042 definitions.
15043 (init_class_processing): Do creation of those nodes.
15044 * cp-tree.h (access_type): Delete enum decl.
15045 (access_{default, public, protected, private, default_virtual,
15046 public_virtual, private_virtual}_node): Add decls.
15047 (compute_access): Change return type.
15048 * search.c (compute_access): Have tree return type, instead of enum.
15049 (lookup_field): Declare THIS_V and NEW_V to be tree nodes.
15050 * lex.c (real_yylex): Use yylval.ttype for giving the value of the
15051 access_* node for each of RID_{PUBLIC, PRIVATE, PROTECTED}.
15052 * parse.y (VISSPEC): Make ttype rather than itype.
15053 (base_class_access_list): Likewise.
15054 * *.[cy]: Change all refs of `access_public' to `access_public_node',
15055 etc.
15056 * call.c (build_method_call): Make ACCESS be a tree.
15057 * class.c (alter_access, finish_struct_1, filter_struct): Likewise.
15058 * cvt.c (convert_to_aggr): Likewise.
15059 * init.c (build_offset_ref, resolve_offset_ref, build_delete):
15060 Likewise.
15061 * method.c (hack_identifier): Likewise.
15062 * typeck.c (build_component_ref_1, build_component_ref): ): Likewise.
15063
15064 Thu Jan 4 11:02:20 1996 Mike Stump <mrs@cygnus.com>
15065
15066 * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
15067 frontend, and make it more consistent with respect to
15068 warn_pointer_arith.
15069
15070 Tue Jan 2 00:13:38 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
15071
15072 * decl.c (pushdecl): Check for duplicate parameter names.
15073
15074 Wed Jan 3 09:25:48 1996 Mike Stump <mrs@cygnus.com>
15075
15076 * decl.c (expand_static_init): Call assemble_external for atexit.
15077
15078 Wed Jan 3 07:55:19 1996 Mike Stump <mrs@cygnus.com>
15079
15080 * except.c (do_unwind): Remove some generated dead code.
15081 (eh_outer_context): New routine, factor out some common code from
15082 expand_builtin_throw and end_eh_unwinder. Add code to do return
15083 address masking for the PA.
15084 (expand_builtin_throw): Use eh_outer_context instead of open coding
15085 it here.
15086 (end_eh_unwinder): Likewise.
15087
15088 Tue Jan 2 17:00:56 1996 Mike Stump <mrs@cygnus.com>
15089
15090 * except.c (expand_throw): Call assemble_external for __empty, if we
15091 use it.
15092
15093 Thu Dec 28 11:13:15 1995 Mike Stump <mrs@cygnus.com>
15094
15095 * except.c (expand_builtin_throw): Use RETURN_ADDR_OFFSET instead of
15096 NORMAL_RETURN_ADDR_OFFSET.
15097 (end_eh_unwinder): Likewise.
15098
15099 Wed Dec 27 22:18:16 1995 Mike Stump <mrs@cygnus.com>
15100
15101 * gc.c (build_dynamic_cast): Make sure we don't cast away const
15102 when dealing with references, and make sure we handle dynamic
15103 casting to a cv qualified reference.
15104
15105 Thu Dec 21 23:50:35 1995 Mike Stump <mrs@cygnus.com>
15106
15107 * except.c (struct eh_context): New structure top hold eh context
15108 information.
15109 (push_eh_context): New routine.
15110 (pop_eh_context): Likewise.
15111 * decl.c (push_cp_function_context): Use them.
15112 (pop_cp_function_context): Likewise.
15113
15114 Wed Dec 20 12:42:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15115
15116 * decl2.c (finish_file): Also prune uninteresting functions in the
15117 inline emission loop.
15118
15119 Wed Dec 20 02:32:07 1995 Jeffrey A Law <law@cygnus.com>
15120
15121 * sig.c (build_signature_table_constructor): Mark functions
15122 in the signature as referenced.
15123
15124 Tue Dec 19 22:36:56 1995 Jason Merrill <jason@yorick.cygnus.com>
15125
15126 * decl2.c (finish_file): Do all the vtable/synthesis stuff before
15127 the inline emission stuff.
15128
15129 Mon Dec 18 15:51:33 1995 Jason Merrill <jason@yorick.cygnus.com>
15130
15131 * cp-tree.h, decl2.c (flag_weak): New flag to control the use of
15132 weak symbols.
15133 * lang-options.h: Add -f{no-,}weak.
15134 * decl.c (init_decl_processing): If the target does not support weak
15135 symbols, don't use them.
15136 * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
15137
15138 Sun Dec 17 21:13:23 1995 Rusty Russell <rusty@adelaide.maptek.com.au>
15139
15140 * init.c (expand_member_init): warning for base init after members.
15141
15142 Fri Dec 15 15:32:18 1995 Jason Merrill <jason@yorick.cygnus.com>
15143
15144 * cvt.c (build_expr_type_conversion): Don't convert to a reference
15145 type.
15146
15147 Thu Dec 14 16:05:58 1995 Mike Stump <mrs@cygnus.com>
15148
15149 * method.c (report_type_mismatch): Improve wording for volatile
15150 mismatches.
15151
15152 Thu Dec 14 14:16:26 1995 Mike Stump <mrs@cygnus.com>
15153
15154 * init.c (expand_aggr_init_1): Use expand_aggr_init_1 instead of
15155 expand_assignment, as the later doesn't handle things that have
15156 copy constructors well. The compiler would do bitwise copying,
15157 instead of ctor calling in some cases.
15158
15159 Wed Dec 13 17:05:54 1995 Paul Eggert <eggert@twinsun.com>
15160
15161 * g++.c (my_strerror): Return "cannot access" if errno is 0.
15162 (pfatal_with_name, perror_exec): Don't assume that
15163 the returned value from my_strerror contains no '%'s.
15164 (concat): Remove.
15165 (sys_nerror): Declare only if HAVE_STRERROR is not defined.
15166
15167 Wed Dec 13 16:22:38 1995 Jason Merrill <jason@yorick.cygnus.com>
15168
15169 Lose CLASSTYPE_METHODS/DECL_NEXT_METHOD chain; make
15170 TYPE_METHODS/TREE_CHAIN mean what they used to.
15171 * decl2.c (constructor_name_full): Refer to CLASSTYPE_METHOD_VEC
15172 instead of TYPE_METHODS.
15173 * decl.c (duplicate_decls): Lose references to DECL_NEXT_METHOD.
15174 * tree.c (tree_copy_lang_decl_for_deferred_output): Likewise.
15175 * cp-tree.h (CLASSTYPE_METHODS): Lose.
15176 (CLASSTYPE_METHOD_VEC): Point to lang_spec->methods instead of
15177 TYPE_METHODS.
15178 (struct lang_decl): Lose next_method field.
15179 (DECL_NEXT_METHOD): Lose.
15180 * class.c (finish_struct_methods): Don't mess with TYPE_METHODS.
15181 (finish_struct): Just use TYPE_METHODS; we don't need fn_fields
15182 anymore.
15183 (finish_struct_methods): Don't mess with the TREE_CHAINs in
15184 fn_fields.
15185
15186 * search.c (add_conversions): Don't use TREE_CHAIN to traverse method
15187 vector.
15188
15189 * call.c (build_method_call): Synthesize here even when not inlining.
15190 * typeck.c (build_function_call_real): Likewise.
15191
15192 Wed Dec 13 15:02:39 1995 Ian Lance Taylor <ian@cygnus.com>
15193
15194 * cp/lex.c (check_newline): If DBX_DEBUGGING_INFO and write_symbols
15195 == DBX_DEBUG, call dbxout_start_new_source_file and
15196 dbxout_resume_previous_source_file when appropriate.
15197
15198 Tue Dec 12 20:38:55 1995 Mike Stump <mrs@cygnus.com>
15199
15200 * except.c (start_anon_func): Push to the top level.
15201 (end_anon_func): Pop from the top level.
15202
15203 Mon Dec 11 18:56:14 1995 Mike Stump <mrs@cygnus.com>
15204
15205 * cp-tree.h (build_cleanup): New routine to build cleanups.
15206 * decl.c (expand_static_init): Use build_cleanup to build a cleanup
15207 call at ctor time and use atexit to run it later.
15208 * decl2.c (build_cleanup): New routine, taken from finish_file.
15209 (finish_file): Use build_cleanup instead, and don't put function
15210 local statics in global dtor list.
15211
15212 Wed Dec 6 14:34:29 1995 Mike Stump <mrs@cygnus.com>
15213
15214 * except.c (expand_throw): Ensure that we have cleanups, if we try
15215 and expand cleanups.
15216
15217 Wed Dec 6 11:48:21 1995 Mike Stump <mrs@cygnus.com>
15218
15219 * except.c (expand_throw): Add logic to manage dynamic cleanups for
15220 the EH object.
15221 (expand_end_catch_block): Use the magic of expand_goto, instead of
15222 emit_jump so that we get the cleanup for any catch clause parameter
15223 and the cleanup for the exception object. Update to reflect label
15224 changes.
15225 (push_eh_cleanup): New routine to register a cleanup for an
15226 exception object.
15227 (empty_fndecl): Used to default cleanup actions to
15228 nothing.
15229 (init_exception_processing): Setup empty_fndecl. Setup
15230 saved_cleanup.
15231 (expand_start_catch_block): Update to reflect label changes. Call
15232 push_eh_object to register the cleanup for the EH object.
15233 (start_anon_func): New routine to start building lambda expressions
15234 from trees.
15235 (end_anon_func): New routine to end them.
15236 (struct labelNode): Change so that we can use tree labels, or rtx
15237 labels.
15238 (saved_cleanup): Object to check for dynamic cleanups for the
15239 exception handling object.
15240 (push_label_entry): Change so that we can use tree labels, or rtx
15241 labels.
15242 (pop_label_entry): Likewise.
15243 (top_label_entry): Likewise.
15244 (expand_start_all_catch): Use tree label instead of rtx label, so
15245 that we can get the magic of expand_goto.
15246 (expand_end_all_catch): Update to reflect label changes.
15247
15248 * class.c (build_vfn_ref): Remove building_cleanup logic, as we now
15249 use UNSAVE_EXPRs.
15250 * typeck.c (get_member_function_from_ptrfunc): Remove remnants of
15251 building_cleanup logic, as we now use UNSAVE_EXPRs.
15252 * cp-tree.h (unsave_expr): Declare it.
15253 * decl.c (building_cleanup): Remove.
15254 (maybe_build_cleanup): Remove building_cleanup logic, and use
15255 UNSAVE_EXPR instead.
15256
15257 Sun Dec 3 01:34:58 1995 Mike Stump <mrs@cygnus.com>
15258
15259 * gc.c (build_t_desc): Update error message to say <typeinfo>.
15260
15261 Thu Nov 30 12:30:05 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15262
15263 * decl.c (pushdecl): Only warn about shadowing a local variable if
15264 warn_shadow is true.
15265
15266 Sun Nov 26 16:06:55 1995 Rusty Russell <rusty@adelaide.maptek.com.au>
15267
15268 * typeck.c (build_binary_op_nodefault): Added warning about
15269 comparisons between different enum types with -Wall, unless
15270 -fenum-int-equiv set.
15271
15272 Wed Nov 22 15:44:02 1995 Mike Stump <mrs@cygnus.com>
15273
15274 * class.c (finish_struct_1): Skip down to the inner type in
15275 multidimensional arrays. Ensures ctors will be made for types that
15276 need constructing.
15277
15278 Wed Nov 22 14:19:22 1995 Mike Stump <mrs@cygnus.com>
15279
15280 * decl.c (last_dtor_insn): New to track the last compiler generated
15281 insn in a dtor.
15282 (store_parm_decls): Set it.
15283 (finish_function): Use it to see if the dtor is empty. Avoid doing
15284 vtable setup all the time, if we can.
15285 (struct cp_function): Add last_dtor_insn.
15286 (push_cp_function_context): Save it.
15287 (pop_cp_function_context): Restore it.
15288
15289 Wed Nov 22 11:52:19 1995 Paul Russell <Rusty.Russell@adelaide.maptek.com.au>
15290
15291 * typeck.c (build_unary_op): Set TREE_NO_UNUSED_WARNING to avoid
15292 warnings.
15293
15294 Tue Nov 21 17:15:23 1995 Mike Stump <mrs@cygnus.com>
15295
15296 * typeck.c (expand_target_expr): Make sure targets get put into the
15297 current temp_slot_level, so that the free_temp_slots call will reuse
15298 them.
15299
15300 Tue Nov 21 13:32:03 1995 Mike Stump <mrs@cygnus.com>
15301
15302 * class.c (finish_struct_1): Delay delta fixups for virtual bases
15303 until after we have done the hard virtuals, to avoid a bogus `every
15304 virtual function must have a unique final overrider' for virtual
15305 functions that are only overridden by hard virtuals.
15306
15307 Thu Nov 9 13:35:30 1995 Jason Merrill <jason@yorick.cygnus.com>
15308
15309 * pt.c (do_function_instantiation): Don't try to find a file-scope
15310 template for a member function.
15311
15312 Tue Nov 14 06:20:35 1995 Mike Stump <mrs@cygnus.com>
15313
15314 * g++.c (main): Add handling of -nodefaultlibs.
15315
15316 Mon Nov 13 15:45:34 1995 Mike Stump <mrs@cygnus.com>
15317
15318 * cp-tree.h (INDIRECT_BIND): Add a way for the frontend to
15319 distinguish between direct bindings of reference variables, and
15320 indirect bindings of reference variables.
15321 * cvt.c (build_up_reference): Use it.
15322 * typeck.c (convert_arguments): Use it to indicate this is an
15323 indirect binding.
15324 * decl.c (cp_finish_decl): Ensure that we reuse stack slots as fast
15325 as they are unused.
15326 (expand_static_init): Likewise.
15327 (cplus_expand_expr_stmt): Likewise.
15328 * decl2.c (finish_file): Likewise.
15329 * init.c (perform_member_init): Likewise.
15330 (emit_base_init): Likewise.
15331 (expand_aggr_vbase_init_1): Likewise.
15332
15333 Fri Nov 10 09:18:09 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15334
15335 * decl.c (push_namespace): Rewrite to use build_lang_decl, so we
15336 get a DECL_LANG_SPECIFIC node.
15337 * cp-tree.h (lang_decl_flags): Add new member `level'.
15338 (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
15339 decl_flags level member.
15340
15341 Mon Nov 6 18:36:13 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15342
15343 * call.c (build_method_call): Make sure instance has a
15344 TYPE_LANG_SPECIFIC node before we dive into it.
15345
15346 Sat Nov 4 20:01:52 1995 Jason Molenda <crash@phydeaux.cygnus.com>
15347
15348 * method.c (make_thunk): Use TREE_SET_CODE to set thunk's tree code.
15349
15350 Thu Nov 2 17:56:57 1995 Mike Stump <mrs@cygnus.com>
15351
15352 * decl.c (duplicate_decls): When smashing decls, smash staticness in
15353 the usual way.
15354
15355 Thu Nov 2 16:44:02 1995 Mike Stump <mrs@cygnus.com>
15356
15357 * decl.c (poplevel): Handle the merging of subblocks of cleanups
15358 when finishing blocks that have already been created (usually due to
15359 the fixup goto code). Fixes bad debugging information.
15360
15361 Wed Nov 1 12:33:53 1995 Jason Merrill <jason@yorick.cygnus.com>
15362
15363 * method.c (hack_identifier): Don't abort when we get a TREE_LIST
15364 that's not a list of overloaded functions.
15365
15366 Wed Nov 1 11:38:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15367
15368 * decl2.c (mark_vtable_entries): Check DECL_LANG_SPECIFIC on fn
15369 before trying to use DECL_ABSTRACT_VIRTUAL_P.
15370
15371 Tue Oct 31 11:56:55 1995 Jason Merrill <jason@yorick.cygnus.com>
15372
15373 * decl2.c (mark_used): New function for hooking into setting of
15374 TREE_USED on decls.
15375 * call.c (build_method_call): Use it.
15376 * class.c (instantiate_type): Likewise.
15377 * init.c (build_offset_ref): Likewise. Don't call assemble_external
15378 for all like-named functions.
15379 * method.c (hack_identifier): Likewise.
15380 (emit_thunk): Don't call assemble_external.
15381 (make_thunk): Create thunk as a FUNCTION_DECL so that it
15382 gets the right mode and ENCODE_SECTION_INFO works.
15383
15384 * parse.y: Use mark_used. Pass operator names to do_identifier.
15385 * lex.c (do_identifier): Handle operator names.
15386
15387 * decl2.c (grokclassfn): Tweak __in_chrg attributes.
15388
15389 Thu Oct 26 16:45:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15390
15391 * errfn.c: Include stdio.h.
15392 (cp_sprintf): Take out decl of sprintf, and cast sprintf to errorfn*.
15393
15394 Wed Oct 25 18:58:41 1995 Mike Stump <mrs@cygnus.com>
15395
15396 * typeck2.c (digest_init): Always convert initializers to the
15397 right type.
15398
15399 Wed Oct 25 13:25:24 1995 Mike Stump <mrs@cygnus.com>
15400
15401 * init.c (member_init_ok_or_else): Don't allow member initializers
15402 for indirect members, as it is invalid.
15403
15404 Wed Oct 25 11:35:28 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15405
15406 * decl.c (grokdeclarator): Don't allow `friend signed ()'.
15407
15408 Fri Oct 20 10:30:59 1995 Mike Stump <mrs@cygnus.com>
15409
15410 * parse.y (for.init.statement): Catch compound statements inside for
15411 initializations, if we're being pedantic.
15412
15413 Fri Oct 20 10:03:42 1995 Mike Stump <mrs@cygnus.com>
15414
15415 * decl.c (lookup_tag): Return NULL_TREE if we don't find what we are
15416 looking for.
15417
15418 Thu Oct 19 14:26:10 1995 Mike Stump <mrs@cygnus.com>
15419
15420 * error.c (dump_expr): Don't core dump when a boolean expression is
15421 used as a default argument.
15422
15423 Thu Oct 19 10:36:30 1995 Jason Merrill <jason@yorick.cygnus.com>
15424
15425 * class.c (finish_struct_bits): Check aggregate_value_p instead of
15426 RETURN_IN_MEMORY.
15427
15428 Wed Oct 18 18:12:32 1995 Jason Merrill <jason@yorick.cygnus.com>
15429
15430 * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE on a
15431 BLKmode type that would otherwise be returned in registers.
15432
15433 Mon Oct 16 12:32:19 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15434
15435 * g++.c (WITHLIBC): New macro.
15436 (main): Declare saw_libc. Use WITHLIBC if `-lc' was used; set
15437 saw_libc and pass it at the end if it was set.
15438
15439 Wed Oct 11 16:30:34 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15440
15441 * parse.y (fn.def1): Call split_specs_attrs in
15442 declmods notype_declarator case.
This page took 0.722979 seconds and 5 git commands to generate.