]> gcc.gnu.org Git - gcc.git/blame - gcc/cp/ChangeLog
Disable __do_global_ctors for now
[gcc.git] / gcc / cp / ChangeLog
CommitLineData
c7690c68
JM
1Thu Apr 25 14:55:44 1996 Jason Merrill <jason@yorick.cygnus.com>
2
3 * decl2.c (finish_file): Fix list walking logic.
4
67d743fe
MS
5Wed Apr 24 00:36:21 1996 Jason Merrill <jason@yorick.cygnus.com>
6
c7690c68
JM
7 * decl2.c (finish_file): Only use a sentry if the decl is public.
8
67d743fe
MS
9 * pt.c (tsubst_expr, DECL_STMT): If we don't have an initializer,
10 don't pass LOOKUP_ONLYCONVERTING.
11
12Tue Apr 23 17:18:47 1996 Bob Manson <manson@charmed.cygnus.com>
13
14 * typeck.c (common_type): Fix the ARRAY_TYPE case so it
15 properly keeps track of const and volatile type modifiers.
16
17Tue Apr 23 10:52:56 1996 Jason Merrill <jason@yorick.cygnus.com>
18
19 * tree.c (cp_tree_equal): C++ version of simple_cst_equal.
20 * pt.c (comp_template_args): Use it.
21
22 * rtti.c (get_tinfo_fn, build_dynamic_cast, expand_*_desc): Call
23 assemble_external for artificial function decls.
24
25 * decl.c (cp_finish_decl): Oops.
26
27Mon Apr 22 17:28:27 1996 Jason Merrill <jason@yorick.cygnus.com>
28
29 * decl2.c (import_export_decl): Put static data member templates
30 into common storage, or make them weak, depending on whether they
31 are dynamically or statically initialized.
32 (get_sentry): New function.
33 (finish_file): Do import_export_decl for static data members before
34 building the init/fini functions. Don't init/fini a variable that's
35 EXTERNAL. Use a sentry for variables in common. Fix mismatching
36 push/pop_temp_slots.
37 * decl.c (cp_finish_decl): If DECL_NOT_REALLY_EXTERN, do the
38 expand_static_init thang.
39 * method.c (get_id_2): New function.
40
41Mon Apr 22 15:32:45 1996 Bob Manson <manson@charmed.cygnus.com>
42
43 * parse.y (empty_parms): Make sure we use C++-style prototypes
44 when we're declaring member functions.
45
46Sun Apr 21 10:08:22 1996 Jason Merrill <jason@yorick.cygnus.com>
47
48 * Makefile.in (CONFLICTS): 16 s/r conflicts.
49 * parse.y (self_template_type): New nonterminal.
50
a80e4195
MS
51Thu Apr 18 08:56:54 1996 Jason Merrill <jason@yorick.cygnus.com>
52
53 * decl.c (make_typename_type): Handle getting a TYPE_DECL for a
54 name.
55 * parse.y (base_class.1): Allow 'typename foo::bar'.
56
57 * lex.c (check_newline): Remove #pragma code that plays with the
58 input stream, since we now deal with tokens. Clear nextchar when
59 we're done.
60 (handle_cp_pragma): Use real_yylex.
61 (handle_sysv_pragma): Don't do skipline here. Only call real_yylex
62 in one place.
63
64 * lex.c (check_for_missing_semicolon): Handle SELFNAME.
65
66 * lex.c (handle_cp_pragma): Fix "#pragma implementation".
67
68Wed Apr 17 16:51:33 1996 Jason Merrill <jason@yorick.cygnus.com>
69
70 * parse.y: New token SELFNAME for potential constructor.
71 * spew.c (yylex): Handle it.
72 * lex.c (identifier_type): Produce it.
73
74 * parse.y (complete_type_name): In :: case, don't push class binding.
75 (complex_type_name): Ditto.
76
77Wed Apr 17 15:02:40 1996 Mike Stump <mrs@cygnus.com>
78
79 * typeck.c (build_reinterpret_cast): Handle pointer to member
80 functions.
81
82Wed Apr 17 12:28:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
f72bbc37
BK
83
84 * lex.c (handle_cp_pragma): New function, with decl, doing the cc1plus
a80e4195 85 pragmas.
f72bbc37 86 (check_newline): Put the vtable/unit/implementation/interface pragma
a80e4195 87 code into handle_cp_pragma, replacing it with a call.
f72bbc37 88 (handle_sysv_pragma): Give int return type, and take FINPUT and TOKEN
a80e4195
MS
89 args. Get the next token after handling the pragma token.
90
91Wed Apr 17 10:28:34 1996 Jason Merrill <jason@yorick.cygnus.com>
92
93 * cvt.c (cp_convert_to_pointer): Avoid doing base analysis on pmfs.
94 (convert_to_pointer_force): Ditto.
95
96 * init.c (build_new): Fix array new without -fcheck-new.
97
98Tue Apr 16 13:44:58 1996 Jason Merrill <jason@yorick.cygnus.com>
99
100 * cp-tree.h, call.c, class.c, decl.c, parse.y, pt.c, rtti.c,
101 tree.c: Lose TYPE_NESTED_NAME.
102
103 * parse.y (nested_name_specifier_1): Don't treat non-identifiers
104 as identifiers.
105
106 * tree.def: Add VEC_INIT_EXPR.
107 * expr.c (cplus_expand_expr): Handle it.
108 * init.c (build_new): Use it instead of the RTL_EXPR nastiness and
109 the extra file-scope symbol nastiness.
110
111Mon Apr 15 16:21:29 1996 Jason Merrill <jason@yorick.cygnus.com>
112
113 * method.c (make_thunk): Thunks are static.
114 (emit_thunk): Use ASM_OUTPUT_MI_THUNK if it's defined.
115
116 * decl2.c (mark_vtable_entries): Emit thunks as needed.
117 (finish_file): Don't emit them here.
118
119Sun Apr 14 11:34:39 1996 Jason Merrill <jason@yorick.cygnus.com>
120
121 * rtti.c (build_dynamic_cast): Handle null pointers.
122 (ifnonnull): New function.
f72bbc37 123
6b5fbb55
MS
124Fri Apr 12 09:08:27 1996 Bob Manson <manson@charmed.cygnus.com>
125
a80e4195
MS
126 * call.c (build_method_call): Remember the original basetype we
127 were called with. Give an error message instead of trying
128 (incorrectly) to call a non-static member function through a
129 non-inherited class.
130
6b5fbb55
MS
131 * search.c (expand_upcast_fixups): Mark the new fixup as
132 DECL_ARTIFICIAL.
133
134Thu Apr 11 03:57:09 1996 Jason Merrill <jason@yorick.cygnus.com>
135
136 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
137
138 * class.c (set_rtti_entry): Fix for thunks.
139
140 * decl2.c (import_export_decl): Still emit typeinfo fns for
141 cv-variants of builtin types.
142
143 * rtti.c (expand_class_desc): Set up base_info_type_node here.
144 (init_rtti_processing): Instead of here.
145
146Wed Apr 10 14:17:13 1996 Jason Merrill <jason@yorick.cygnus.com>
147
148 * rtti.c (init_rtti_processing): Do init regardless of -frtti.
149 (build_typeid): Only complain about taking dynamic typeid without
150 -frtti.
151
152 * decl2.c: flag_rtti defaults to 1.
153
154 * rtti.c (get_tinfo_var): The general class case is now smaller.
155 (init_rtti_processing): Pack the latter three fields of base_info
156 into 32 bits.
157
158Wed Apr 10 13:50:14 1996 Mike Stump <mrs@cygnus.com>
159
160 * init.c (expand_member_init): Don't dump if name is NULL_TREE.
161
162Wed Apr 10 12:56:02 1996 Mike Stump <mrs@cygnus.com>
163
164 * search.c (make_memoized_table_entry): Undefer the pop, if necessary.
165 (push_memoized_context): Split out code to undefer pop_type_level to
166 (clear_memoized_cache): here.
167 (pop_memoized_context): We can only handle one layer of deferral of
168 pop_type_level so clear the cache, if there was a previous level.
169
170Tue Apr 9 23:06:09 1996 Jason Merrill <jason@yorick.cygnus.com>
171
172 * rtti.c (init_rtti_processing): Build up base_info_type_node.
173 (expand_class_desc): Use one pointer to an array of base_info
174 structs, passed using a CONSTRUCTOR.
175
176Tue Apr 9 14:20:57 1996 Mike Stump <mrs@cygnus.com>
177
178 * class.c (build_vbase_path): Remove block extern for
179 flag_assume_nonnull_objects here.
180 (build_vfn_ref): Split out functionality into build_vtbl_ref.
181 (build_vtbl_ref): New routine.
182 (build_vtable): Set up rtti info here.
183 (add_virtual_function): Note in CLASSTYPE_RTTI the best
184 place where we can get the rtti pointers from to avoid having to
185 search around for a place.
186 (finish_base_struct): Ditto.
187 (finish_struct_1): Ditto. Never create totally new vtables with totally
188 new vtable pointers for rtti. Disable code to layout vtable pointers
189 better until we want to break binary compatibility.
190 * rtti.c (build_headof_sub): New routine to convert down to a
191 sub-object that has an rtti pointer in the vtable.
192 (build_headof): Use it. Also, use build_vtbl_ref now to be more
193 maintainable.
194 (build_dynamic_cast): Make sure we have saved it, if we need to.
195 * search.c (dfs_init_vbase_pointers): Disable code that deals with
196 a more efficient vtable layout, enable later.
197 * call.c (flag_assume_nonnull_objects): Moved declaration to
198 * cp-tree.h: here. Declare build_vtbl_ref.
199 * pt.c (instantiate_class_template): Use NULL_TREE instead of 0 in
200 function calls that want a tree.
201
202Tue Apr 9 12:10:26 1996 Jason Merrill <jason@yorick.cygnus.com>
203
204 * rtti.c (build_dynamic_cast): Handle downcasting to X* given
205 other X subobjects in the most derived type. Ack.
206
207 * rtti.c (build_dynamic_cast): No need to strip cv-quals here,
208 get_typeid will do it for us.
209 (get_typeid_1): Break out call-building for expand_*_desc to use.
210 (get_typeid): Call it.
211 (expand_*_desc): Ditto.
212 * decl.c (init_decl_processing): Don't set TYPE_BUILT_IN on char *
213 and void *.
214 (init_decl_processing): Lose builtin_type_tdescs lossage.
215 * decl2.c (finish_vtable_vardecl): Remove obsolete code.
216
217Mon Apr 8 17:23:23 1996 Bob Manson <manson@charmed.cygnus.com>
218
219 * pt.c (tsubst): When calling set_nested_typename, use
220 TYPE_NESTED_NAME (current_class_type) instead of
221 current_class_name.
222
223 * decl.c (pushdecl): Ditto.
224 (pushdecl_class_level): Ditto.
225 (grokdeclarator): Use NULL_TREE instead of 0 in the call to
226 set_nested_typename.
227
228Sun Apr 7 10:44:31 1996 Jason Merrill <jason@yorick.cygnus.com>
229
230 * rtti.c (synthesize_tinfo_fn): Handle arrays.
231
232 * cp-tree.h (DECL_REALLY_EXTERN): New macro.
233
234Sat Apr 6 13:56:27 1996 Jason Merrill <jason@yorick.cygnus.com>
235
236 * rtti.c (throw_bad_cast): Use entry point __throw_bad_cast.
237 (init_rtti_processing): Lose bad_cast_type.
238 (build_dynamic_cast): Use throw_bad_cast.
239
240 * rtti.c (synthesize_tinfo_fn): Handle enums and pmfs.
241
242 * decl2.c (finish_file): Don't synthesize artificial functions
243 that are external and not inline.
244
245 * rtti.c (get_tinfo_fn): If at_eof, call import_export_decl.
246
247 * decl2.c (finish_file): Handle having new inlines added to
248 saved_inlines by synthesis.
249
250 * rtti.c (get_bad_cast_node): Don't require <typeinfo>.
251
252Fri Apr 5 17:02:09 1996 Jason Merrill <jason@yorick.cygnus.com>
253
254 RTTI rewrite to initialize nodes as needed, not require that
255 users #include <typeinfo>, complete functionality and reduce wasted
256 space.
257 * rtti.c (init_rtti_processing): New fn.
258 (build_typeid): The vtable entry is now a function.
259 (get_tinfo_var): New fn.
260 (get_tinfo_fn): Ditto.
261 (get_typeid): Use it.
262 (build_dynamic_cast): Declare and use entry point __dynamic_cast.
263 (build_*_desc): Rename to expand_*_desc and rewrite to use entry
264 points __rtti_*.
265 (add_uninstantiated_desc, get_def_to_follow, build_t_desc): Lose.
266 (synthesize_tinfo_fn): New fn.
267 * method.c (build_t_desc_overload): Lose.
268 (build_overload_with_type): More generic.
269 * decl.c (init_decl_processing): Call init_rtti_processing.
270 * class.c (set_rtti_entry): Use get_tinfo_fn.
271 * decl2.c (mark_vtable_entries): Mark the rtti function.
272 (finish_prevtable_vardecl): Don't build_t_desc.
273 (import_export_decl): Handle tinfo functions.
274 (finish_file): Ditto.
275 * typeck.c (inline_conversion): New fn.
276 (build_function_call_real): Use it.
277 * cp-tree.h: Add decls.
278
279 * method.c (hack_identifier): Also convert component_refs from
280 references.
281
282 * lex.c (cons_up_default_function): Use the type, not the name, in
283 declspecs.
284
285 * decl2.c (import_export_vtable): Fix weak vtables.
286
287Fri Apr 5 13:30:17 1996 Bob Manson <manson@charmed.cygnus.com>
288
289 * search.c (get_base_distance_recursive): Fix access checks for
290 protected bases.
291
292Fri Apr 5 11:02:06 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
293
294 * call.c (unary_complex_lvalue): Delete unneeded decl, it's in
295 cp-tree.h.
296 (convert_harshness): Add prototypes wrapped by PROTO.
297 * decl2.c (grok_function_init): Likewise.
298 (do_toplevel_using_decl): Change to void return type.
299 * class.c (build_vtable_entry): Remove decl of make_thunk.
300 (merge_overrides): Fix order of arg definitions.
301 (finish_vtbls): Likewise.
302 (fixup_vtable_deltas): Likewise.
303 (modify_all_direct_vtables): Likewise.
304 (modify_all_indirect_vtables): Likewise.
305 * search.c (get_base_distance_recursive): Likewise.
306 (get_abstract_virtuals_1): Likewise.
307 (fixup_virtual_upcast_offsets): Likewise.
308 (lookup_fnfields_1): Add prototypes wrapped by PROTO.
309 * init.c (perform_member_init): Fix order of arg definitions.
310 (expand_aggr_init_1): Add prototypes wrapped by PROTO.
311 * cp-tree.h (make_thunk): Add decl.
312 (overload_template_name, push_template_decl): Add decls.
313 (do_toplevel_using_decl): Change to void return type.
314 (vec_binfo_member): Add decl.
315
cdf5b885
MS
316Thu Apr 4 13:33:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
317
318 * typeck.c (mark_addressable, convert_for_assignment,
319 convert_for_initialization, pointer_int_sum, pointer_diff,
320 unary_complex_lvalue): Add prototypes wrapped by PROTO.
321 (convert_sequence): #if 0 fn decl, since definition also is.
322
323Thu Apr 4 11:00:53 1996 Mike Stump <mrs@cygnus.com>
324
325 * rtti.c (build_dynamic_cast): Make sure we strip qualifiers on
326 cast to pointer types for type searching.
327
328Wed Apr 3 17:10:57 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
329
330 * typeck.c (get_delta_difference): Use cp_error, not error, in the
331 case where BINFO == 0.
332
333Wed Apr 3 12:01:02 1996 Mike Stump <mrs@cygnus.com>
334
335 * call.c (build_method_call): Fix wording of error messages so
336 constructors come out right.
337
338Tue Apr 2 16:06:59 1996 Bob Manson <manson@charmed.cygnus.com>
339
340 * decl.c (push_overloaded_decl): Don't warn about hidden
341 constructors when both the type and the function are declared
342 in a system header file.
343
c91a56d2
MS
344Mon Apr 1 09:03:13 1996 Bob Manson <manson@charmed.cygnus.com>
345
346 * class.c (finish_struct_1): Propagate the TYPE_PACKED
347 flag for the type to the type's fields.
348
349Sat Mar 30 12:14:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
350
351 * parse.y (complex_parmlist, ELLIPSES): Take out ARM-based warning.
352
353Fri Mar 29 15:51:36 1996 Bob Manson <manson@charmed.cygnus.com>
354
355 * class.c (base_info, finish_base_struct): Replace
356 needs_virtual_dtor with base_has_virtual.
357
358 (finish_struct_1): Remove the old code that tried to make default
359 destructors virtual. Use base_has_virtual when checking if we need
360 to add a vtable entry for the rtti code.
361
362Fri Mar 29 14:02:36 1996 Jason Merrill <jason@yorick.cygnus.com>
363
364 * pt.c (push_template_decl): Complain about template decl with
365 inappropriate declaration.
366
367Fri Mar 29 12:15:35 1996 Bob Manson <manson@charmed.cygnus.com>
368
369 * typeck.c (build_x_unary_op): Remove bogus check for taking
370 the address of a member function.
371
372Fri Mar 29 11:56:02 1996 Jason Merrill <jason@yorick.cygnus.com>
373
374 * parse.y (constructor_declarator): Only push the class if
375 we are not already in the class.
376
377Fri Mar 29 09:41:02 1996 Jeffrey A. Law <law@cygnus.com>
6752b7d4
JL
378
379 * method.c (emit_thunk): Remove current_call_is_indirect nonsense.
380 Add additional argument to INIT_CUMULATIVE_ARGS.
381
c91a56d2
MS
382Thu Mar 28 16:41:39 1996 Jason Merrill <jason@yorick.cygnus.com>
383
384 * decl.c (shadow_tag): Fix error about anon union with methods.
385
386 * parse.y (self_reference): Only generate a self-reference if this
387 is a non-template class.
388 (opt.component_decl_list): Only use it if it was generated.
389
390 * parse.y (component_decl_1): Use constructor_declarator.
391 (fn.def2): Ditto.
392 (notype_component_declarator0): Ditto.
393
394Thu Mar 28 15:11:35 1996 Bob Manson <manson@charmed.cygnus.com>
395
396 * typeck.c (build_x_unary_op): Add checks for taking the address
397 of a TARGET_EXPR or of a member function, and give appropriate
398 warnings.
399
400Thu Mar 28 14:49:26 1996 Jason Merrill <jason@yorick.cygnus.com>
401
402 * pt.c (process_template_parm): Allow template type parms to be
403 used as types for template const parms.
404
405Wed Mar 27 15:51:19 1996 Mike Stump <mrs@cygnus.com>
406
407 * init.c (expand_vec_init): Ensure the eh cleanups are on the
408 function_obstack.
409
410Wed Mar 27 10:14:30 1996 Jason Merrill <jason@yorick.cygnus.com>
411
412 * decl.c (lookup_name_real): Be even more picky about the
413 ambiguous lookup warning.
414 (grokdeclarator): Tweak SCOPE_REF constructor declarators here.
415 * parse.y (constructor_declarator): Rather than here.
416
417 * parse.y (constructor_declarator): New nonterminal.
418 (fn.def1): Use it.
419 (explicit_instantiation): Ditto.
420
421Tue Mar 26 13:41:33 1996 Jason Merrill <jason@yorick.cygnus.com>
422
423 Add implicit declaration of class name at class scope.
424 * decl.c (lookup_name_real): Restrict pedwarn about ambiguous lookup.
425 * parse.y (self_reference): New nonterminal.
426 (opt.component_decl_list): Use it.
427 (fn.def1): Add nested_name_specifier type_name cases.
428 * class.c (build_self_reference): New function.
429 (finish_struct): Handle access_default later, move self-reference
430 decl to the end.
431 * pt.c (lookup_template_class): Handle getting a TYPE_DECL.
432 * cp-tree.h: Adjust.
433
434 * pt.c (do_function_instantiation): Separate handling of member
435 functions and non-member functions properly.
436
437Mon Mar 25 14:23:22 1996 Jason Merrill <jason@yorick.cygnus.com>
438
439 * pt.c (process_template_parm): Improve error for 'volatile class K'.
440
441 * class.c (finish_struct_1): Check the right slot for destructors.
442
443 * decl.c (start_enum): Complain about enum templates.
444
445Mon Mar 25 13:25:31 1996 Mike Stump <mrs@cygnus.com>
446
447 * init.c (resolve_offset_ref): Offset pointers to member data by one.
448 * typeck.c (unary_complex_lvalue): Ditto.
449
450Mon Mar 25 13:30:42 1996 Bob Manson <manson@charmed.cygnus.com>
451
452 * typeck.c (c_expand_return): Check for a returned local
453 array name, similar to the check for an ADDR_EXPR.
454
455Mon Mar 25 13:07:19 1996 Jason Merrill <jason@yorick.cygnus.com>
456
457 * decl.c (cp_finish_decl): Don't build cleanups for static
458 variables here.
459
460Fri Mar 22 17:57:55 1996 Mike Stump <mrs@cygnus.com>
461
462 * typeck.c (build_modify_expr): Fix error messages to be more
463 accurate.
464 * cp-tree.h (assop_as_string): Parallel to op_as_string, but for
465 assignment operators.
466 * error.c (assop_as_string): Ditto. Add support for `%Q' for
467 assignment operators.
468
909e536a
MS
469Fri Mar 22 13:48:29 1996 Jason Merrill <jason@yorick.cygnus.com>
470
c91a56d2
MS
471 * decl.c (grokdeclarator): Call bad_specifiers for typedefs. Also
472 give an error if initialized. Pedwarn about nested type with the
473 same name as its enclosing class.
474
909e536a
MS
475 * pt.c (tsubst, case TYPE_DECL): Set DECL_CONTEXT.
476
477 * typeck.c (require_complete_type): Be sure to instantiate the
478 MAIN_VARIANT of the type.
479
480 * decl2.c (finish_file): Instantiate pending templates before
481 processing static constructors and destructors.
482
483 * pt.c (instantiate_decl): Don't instantiate functions at toplevel
484 unless at_eof.
485
486Fri Mar 22 09:30:17 1996 Bob Manson <manson@beauty.cygnus.com>
487
488 * decl2.c (delete_sanity): If error_mark_node is passed
489 in as an expression, quit while we're ahead.
490
491 * decl.c (grokdeclarator): Give an error message if `friend'
492 is combined with any storage class specifiers.
493
fc378698
MS
494Wed Mar 20 14:51:55 1996 Jason Merrill <jason@yorick.cygnus.com>
495
496 * parse.y (named_complex_class_head_sans_basetype): Don't crash on
497 definition of nonexistent nested type.
498
499 * error.c (dump_decl, case TYPE_DECL): Fix decision for whether or
500 not to say 'typedef'.
501
502Wed Mar 20 00:11:47 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
503
504 * cp-tree.h (struct lang_type): Make search_slot a tree, not a char*.
505 * search.c (dfs_walk, dfs_init_vbase_pointers,
506 expand_upcast_fixups): Remove cast of CLASSTYPE_SEARCH_SLOT.
507 (dfs_find_vbases): Remove cast for CLASSTYPE_SEARCH_SLOT init.
508
509Tue Mar 19 17:56:03 1996 Jason Merrill <jason@yorick.cygnus.com>
510
511 * except.c (build_throw): Support minimal parse.
512 * pt.c (tsubst_copy): Support THROW_EXPR.
513 * decl2.c (build_expr_from_tree): Ditto.
514
515 * pt.c (mangle_class_name_for_template): Always allocate
516 scratch_firstobj.
517
518Tue Mar 19 16:34:31 1996 Bob Manson <manson@beauty.cygnus.com>
519
520 * cvt.c (cp_convert_to_pointer): Give an appropriate error
521 when trying to cast from an incomplete type.
522
523Tue Mar 19 16:00:33 1996 Jason Merrill <jason@yorick.cygnus.com>
524
525 * pt.c (instantiate_class_template): Don't bother setting up
526 CLASSTYPE_TAGS explicitly, as the nested types will add
527 themselves.
528
529Tue Mar 19 15:48:43 1996 Bob Manson <manson@beauty.cygnus.com>
530
531 * decl.c (shadow_tag): Remove old error check for usage of
532 an enum without a previous declaration.
533 (xref_tag): Add error message about usage of enums without a
534 previous declaration.
535
536Tue Mar 19 09:21:35 1996 Jason Merrill <jason@yorick.cygnus.com>
537
538 * lex.c (do_identifier): Only do name consistency check if we're
539 parsing.
540
541 * pt.c (push_template_decl): Don't crash if we get a member defn
542 that doesn't match.
543
544 * decl.c (xref_tag_from_type): New function to do an xref without
545 always having to figure out code_type_node.
546 * cp-tree.h: Declare it.
547 * pt.c (instantiate_class_template): Use it for friend classes.
548 (lookup_template_class): Use it.
549
550 * typeck2.c (build_functional_cast): Pull out a single parm before
551 passing it to build_c_cast.
552
553Tue Mar 19 09:07:15 1996 Bob Manson <manson@beauty.cygnus.com>
554
555 * expr.c (do_case): Give an error message if a pointer is
556 given as a case value.
557
558Mon Mar 18 21:57:54 1996 Jason Merrill <jason@yorick.cygnus.com>
559
560 * typeck.c (build_c_cast): Don't pull single TEMPLATE_DECL out of
561 an overload list.
562
563 * lex.c (cons_up_default_function): Really, now, interface hackery
564 does not apply to synthesized methods.
565
566Mon Mar 18 18:20:57 1996 Mike Stump <mrs@cygnus.com>
567
568 * call.c (build_method_call): Ctors and dtors now have special names
569 with respect to lookups.
570 * class.c (add_method): Ditto.
571 (grow_method): Ditto.
572 (finish_struct_methods): Ditto.
573 (warn_hidden): Ditto.
574 (finish_struct_1): Ditto.
575 * cvt.c (convert_to_reference): Ditto.
576 (convert_to_aggr): Ditto.
577 (cp_convert): Ditto.
578 * decl2.c (check_classfn): Ditto.
579 * init.c (expand_member_init): Ditto.
580 (expand_default_init): Ditto.
581 (expand_aggr_init_1): Ditto.
582 (build_offset_ref): Ditto.
583 (build_new): Ditto.
584 (build_delete): Ditto.
585 * lex.c (do_inline_function_hair): Ditto.
586 * search.c (lookup_field_1): Ditto.
587 (lookup_fnfields_here): Ditto.
588 (lookup_field): Ditto.
589 (lookup_fnfields): Ditto.
590 (get_virtual_destructor): Ditto.
591 (dfs_debug_mark): Ditto.
592 (dfs_pushdecls): Ditto.
593 (dfs_compress_decls): Ditto.
594 * tree.c (layout_basetypes): Ditto.
595 * typeck.c (build_component_ref): Ditto.
596 (build_x_function_call): Ditto.
597 (build_modify_expr): Ditto.
598 (convert_for_initialization): Ditto.
599 (build_functional_cast): Ditto.
600 * cp-tree.h (CLASSTYPE_FIRST_CONVERSION): Ditto.
601 (CTOR_NAME): New.
602 (DTOR_NAME): New.
603 * decl.c (ctor_identifier): New.
604 (dtor_identifier): New.
605 (init_decl_processing): Set them.
606
607Mon Mar 18 18:00:51 1996 Mike Stump <mrs@cygnus.com>
608
609 * typeck.c (build_component_ref): Don't get confused by fields whose
610 context has no type name, like pointer to member functions.
611
612Mon Mar 18 13:19:03 1996 Jason Merrill <jason@yorick.cygnus.com>
613
614 * decl.c (grokdeclarator): Handle typedef without declarator.
615
616 * pt.c (tsubst): Handle SCOPE_REF in declarator.
617
618 * parse.y (bad_parm): Catch another case of missing `typename'.
619
620 * lex.c (yyprint): Handle TYPE_DECLs.
621
622 * decl.c (start_function): Don't try to be clever.
623
624 * lex.c: Lose compiler_error_with_decl.
625 * typeck2.c: Lose error_with_aggr_type.
626 (incomplete_type_error): Use cp_* instead of old functions.
627 (readonly_error): Ditto.
628 * typeck.c (convert_arguments): Ditto.
629 * search.c (lookup_nested_field): Ditto.
630 * method.c (make_thunk): Ditto.
631 * decl.c (grokparms): Ditto.
632 * cp-tree.h: Update.
633
634 * tree.c (min_tree_cons): Call copy_to_permanent for the purpose
635 and value.
636
637Mon Mar 18 11:25:52 1996 Bob Manson <manson@beauty.cygnus.com>
638
639 * method.c (build_opfncall): When deleting a pointer to an
640 array, build a new pointer to the tree past any ARRAY_TYPE
641 nodes.
642
643Mon Mar 18 10:11:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
644
645 * decl.c (lookup_name_real): Initialize local var TYPE to NULL_TREE.
646
647Fri Mar 15 11:03:57 1996 Jason Merrill <jason@yorick.cygnus.com>
648
649 * pt.c (instantiate_decl): Only call import_export_decl if at_eof
650 and ! DECL_INLINE.
651
652 * decl.c (finish_function): Don't set nested based on
653 hack_decl_function_context.
654 * parse.y (function_try_block): Check for nested function.
655 (pending_inlines): Ditto.
656
657 * decl2.c (build_expr_from_tree): If a unary op already has a
658 type, just return it.
659
660 * decl2.c (finish_prevtable_vardecl): Use ADJUST_VTABLE_LINKAGE.
661
662 * decl2.c (walk_vtables): vardecl_fn returns int; return 1 if it does.
663 (finish_file): Check the return value of walk_vtables.
664 (finish_prevtable_vardecl): Return int.
665 (finish_vtable_vardecl): Ditto.
666 (prune_vtable_vardecl): Ditto.
667 * lex.c (set_vardecl_interface_info): Ditto.
668 * cp-tree.h: Adjust return types.
669
670 * class.c (delete_duplicate_fields_1): Don't complain about
671 duplicate nested types if they're the same type.
672 (finish_struct): Remove check for duplicate.
673 * decl2.c (grokfield): Don't check for typedef of anonymous type.
674
675Thu Mar 14 10:00:19 1996 Jason Merrill <jason@yorick.cygnus.com>
676
677 * cp-tree.h: Lose SIGNATURE_GROKKING_TYPEDEF.
678
679 * decl.c (grokdeclarator): Lose special handling of class-level
680 typedef. Lose SIGNATURE_GROKKING_TYPEDEF. Set
681 SIGNATURE_HAS_OPAQUE_TYPEDECLS later.
682
683 * cvt.c (convert_pointer_to_real): Retain cv-quals in conversion.
684
685 * pt.c (tsubst_copy): Strip cv-quals from destructor name types.
686
687 * search.c (compute_access): Fix handling of anonymous union
688 members.
689 * class.c (finish_struct_anon): Propagate TREE_{PRIVATE,PROTECTED}
690 from anonymous unions to their members.
691
692 * typeck.c (build_x_function_call): For static member functions,
693 hand off to build_member_call.
694
695Wed Mar 13 14:03:34 1996 Jason Merrill <jason@yorick.cygnus.com>
696
697 * typeck.c (build_component_ref): Handle OFFSET_REFs.
698
699 * init.c (expand_vec_init): Fix init == 0 case.
700
701Tue Mar 12 14:36:02 1996 Jason Merrill <jason@yorick.cygnus.com>
702
703 * init.c (build_new): Pedwarn about init and array new.
704 (expand_vec_init): Handle lists, use convert_for_initialization
705
706 * typeck.c (convert_for_initialization): Pass LOOKUP_NO_CONVERSION
707 when converting to an aggregate type.
708 * cvt.c (cp_convert): Pass it through.
709
710 * typeck.c (build_conditional_expr): Handle user-defined
711 conversions to slightly different types.
712
713 * decl.c (grokdeclarator): Force an array type in a parm to be
714 permanent.
715
716 * decl2.c (do_using_directive): Sorry.
717 (do_namespace_alias): Ditto.
718 * lex.c (real_yylex): Warn about using the `namespace' keyword.
719
720Sun Mar 10 22:26:09 1996 Jason Merrill <jason@yorick.cygnus.com>
721
722 * parse.y (datadef): Move call to note_list_got_semicolon up.
723
934c6b13
MS
724Fri Mar 8 11:47:26 1996 Mike Stump <mrs@cygnus.com>
725
726 * tree.c (unsave_expr): Don't unsave, UNSAVE_EXPRs.
727
728Fri Mar 8 11:29:06 1996 Mike Stump <mrs@cygnus.com>
729
730 * decl.c (cp_finish_decl): The exception regions have to be
731 nested, not overlapping. We start the exception region for a
732 decl, after it has been fully built, and all temporaries for it
733 have been cleaned up.
734
735Thu Mar 7 17:46:06 1996 Mike Stump <mrs@cygnus.com>
736
737 * tree.c (vec_binfo_member): Don't core dump if we have no bases.
738
e76a2646
MS
739Thu Mar 7 14:11:49 1996 Jason Merrill <jason@yorick.cygnus.com>
740
741 * tree.def: Add RETURN_INIT.
742 * pt.c (instantiate_decl): Handle RETURN_INIT.
743 * decl.c (store_return_init): Handle minimal_parse_mode.
744
745 * tree.c (cp_build_type_variant): Just return an error_mark_node.
746 * decl.c (make_typename_type): Don't try to get the file and line
747 of an identifier.
748 * typeck.c (comptypes): Handle TYPENAME_TYPE.
749
750Wed Mar 6 18:47:50 1996 Per Bothner <bothner@kalessin.cygnus.com>
751
752 * decl.c (poplevel): Make sure we clear out and restore old local
753 non-VAR_DECL values by default when they go out of scope.
754
755Wed Mar 6 09:57:36 1996 Jason Merrill <jason@yorick.cygnus.com>
756
757 * method.c (build_overload_value): Use DECL_ASSEMBLER_NAME in
758 referring to addresses of variables and functions.
759
760 * error.c (dump_expr): Support SIZEOF_EXPR.
761
762 * init.c (do_friend): Use the return value of check_classfn.
763
764 * typeck.c (convert_arguments): Call complete_type.
765
766 * method.c (hack_identifier): After giving an error, set value to
767 error_mark_node.
768
769Tue Mar 5 16:00:15 1996 Jason Merrill <jason@yorick.cygnus.com>
770
771 * tree.c (hack_decl_function_context): Kludge around DECL_CONTEXT
772 lossage for local classes.
773 * cp-tree.h: Declare it.
774 * decl.c (lookup_name_real): Evil, painful hack for local classes.
775 (grokfndecl): Set DECL_CLASS_CONTEXT and DECL_NO_STATIC_CHAIN here.
776 Use hack_decl_function_context.
777 (grokdeclarator): Don't set DECL_NO_STATIC_CHAIN here.
778 (start_function): Use hack_decl_function_context.
779 (finish_function): Ditto.
780 * method.c (synthesize_method): Ditto.
781 * lex.c (process_next_inline): Ditto.
782 (do_pending_inlines): Ditto.
783 * decl2.c (finish_file): Unset DECL_STATIC_FUNCTION_P when we're
784 done with it.
785
786Mon Mar 4 22:38:39 1996 Gerald Baumgartner <gb@alexander.cs.purdue.edu>
787
788 * sig.c (build_signature_pointer_or_reference_type): Align
789 signature pointers/references on 8-byte boundaries so they can be
790 grabbed 2 words at a time on a Sparc.
791
792Tue Mar 5 10:21:01 1996 Jason Merrill <jason@yorick.cygnus.com>
793
794 * method.c (hack_identifier): Requiring a static chain is now a
795 hard error.
796 * decl.c (grokdeclarator): Set DECL_NO_STATIC_CHAIN on nested
797 functions.
798
799Mon Mar 4 20:03:33 1996 Jason Merrill <jason@yorick.cygnus.com>
800
801 * init.c (build_offset_ref): Call complete_type.
802
803 * decl.c (pop_from_top_level): Always pop previous_class_type.
804
805 * parse.y: Handle multiple decls in a for-init-statement.
806 * pt.c (tsubst_expr): Ditto.
807
808 * pt.c (tsubst): Use tsubst_expr for the second operand of an
809 ARRAY_REF.
810
811 * decl.c (maybe_push_to_top_level): Don't save previous_class_type.
812 (poplevel_class): Set it here.
813 (pop_from_top_level): Pop it here if we're returning to class scope.
814 * class.c (pushclass): Don't set it here.
815
816 * decl.c (maybe_push_to_top_level): Save current_template_parms,
817 and clear it if !pseudo.
818 (pop_from_top_level): Restore it.
819
820 * decl2.c (finish_file): Push the dummy each time we walk the list
821 of vtables.
822
823 * error.c (dump_expr): Support LOOKUP_EXPR and actually do
824 something for CAST_EXPR.
825
826Mon Feb 19 14:49:18 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
827
828 * cvt.c (cp_convert): Warn about implicit conversion of the
829 address of a function to bool, as it is always true.
830
831Fri Feb 23 23:06:01 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
832
833 * typeck.c (c_expand_return): Fix warning for local externs returned.
834
835Mon Mar 4 15:03:11 1996 Jason Merrill <jason@yorick.cygnus.com>
836
837 * tree.c (mapcar): Propagate const and volatile properly.
838
839 * typeck.c (complete_type): Be sure to instantiate the
840 MAIN_VARIANT of the type.
841
842 * method.c (synthesize_method): Class interface hackery does not
843 apply to synthesized methods.
844
845Mon Mar 4 14:05:23 1996 Jason Merrill <jason@yorick.cygnus.com>
846
847 * pt.c (comp_template_args): Use comptypes rather than just
848 checking for TEMPLATE_TYPE_PARM equivalence.
849
850 * typeck.c (build_x_function_call): Call complete_type before
851 checking TYPE_OVERLOADS_CALL_EXPR.
852
7ea63af7
MH
853Mon Mar 4 18:48:30 1996 Manfred Hollstein <manfred@lts.sel.alcatel.de>
854
855 * g++.c (main): Check also for new define ALT_LIBM.
856
ec255269
MS
857Fri Mar 1 13:09:33 1996 Jason Merrill <jason@yorick.cygnus.com>
858
859 * pt.c (instantiate_class_template): If we don't have a pattern
860 yet, that's OK.
861 (coerce_template_parms): If we see a local class, bail.
862
863 * decl.c (grok_reference_init): Make sure there's a type before
864 checking its code.
865
866 * pt.c (do_function_instantiation): Avoid crashing on invalid decls.
867 (push_template_decl): Ditto.
868
869 * parse.y (named_class_head): Set
870 CLASSTYPE_TEMPLATE_SPECIALIZATION here if we have basetypes.
871
872 * decl.c (xref_tag): Diagnose redeclaration of template
873 type-parameter name.
874
875 * error.c (dump_type): Handle anonymous template type parms.
876
877 * pt.c (instantiate_template): Use TYPE_MAIN_DECL instead of
878 TYPE_STUB_DECL.
879 (coerce_template_parms): Ditto.
880
881Thu Feb 29 16:26:01 1996 Mike Stump <mrs@cygnus.com>
882
883 * class.c (instantiate_type, case {ARRAY,INDIRECT}_REF,
884 case ADDR_EXPR): Don't modify rhs if a subinstantiation fails.
885
886Thu Feb 29 08:20:25 1996 Jason Merrill <jason@yorick.cygnus.com>
887
888 * pt.c (instantiate_template): Take the MAIN_VARIANT of the type
889 before trying to get its STUB_DECL.
890 (coerce_template_parms): Ditto.
891
892 * parse.y (template_type_parm): If they didn't use 'class',
893 pretend they did after giving an error.
894
895 * pt.c (coerce_template_parms): Diagnose use of local class.
896
897 * decl.c (grok_reference_init): Use instantiate_type.
898
899 * error.c (dump_expr): Handle TEMPLATE_DECLs.
900
901 * parse.y (named_class_head): Diagnose mismatching types and tags.
902
903 * decl.c (pushdecl): Type decls and class templates clash with
904 artificial type decls, not hide them.
905
906 * decl.c (redeclaration_error_message): Diagnose redefinition of
907 templates properly.
908 (duplicate_decls): Diagnose disallowed overloads for template
909 functions, too.
910
911 * decl.c (start_decl): Call complete_type before checking for a
912 destructor.
913
914 * pt.c (tsubst): Use tsubst_expr on the elts of a VEC.
915
916 * decl.c (xref_tag): A TEMPLATE_TYPE_PARM is a match.
917
5566b478
MS
918Wed Feb 28 09:28:44 1996 Jason Merrill <jason@yorick.cygnus.com>
919
ec255269
MS
920 * decl.c (grok_op_properties): Don't check for operator++(int) in
921 a template.
922
923 * tree.c (perm_manip): Return a copy of variable and function
924 decls with external linkage.
925
926 * tree.def: Change some of the min tree codes to type "1".
927 * pt.c (uses_template_parms): Handle 'e's, return 1 for LOOKUP_EXPRs.
928 * method.c (build_overload_int): Emit something arbitrary for
929 anything but an INTEGER_CST if we're in a template.
930
931 * decl.c (cp_finish_decl): Call complete_type before deciding
932 whether or not to lay out the decl.
933
5566b478
MS
934 * lex.c (do_identifier): Check for DECL_INITIAL before using it.
935
936Tue Feb 27 16:35:32 1996 Jason Merrill <jason@yorick.cygnus.com>
937
938 * typeck2.c (build_x_arrow): Call complete_type.
939
940 * pt.c (add_pending_template): Broken out.
941 (lookup_template_class): If -fexternal-templates, call it for all
942 the methods of implemented types.
943 (instantiate_class_template): Instead of instantiating them here.
944 (instantiate_decl): Handle -fexternal-templates earlier.
945
946Tue Feb 27 15:51:32 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
947
948 * search.c, lex.c, decl.c, class.c, cp-tree.h: Don't wrap the
949 memoized lookup stuff inside GATHER_STATISTICS.
950
951Tue Feb 27 10:38:08 1996 Jason Merrill <jason@yorick.cygnus.com>
952
953 * decl.c (start_decl): Complain about array of incomplete type
954 here.
955 (grokdeclarator): Not here.
956
957 * parse.y (template_parm): Expand full_parm inline so we can set
958 the rule's precedence.
959
960 * pt.c (tsubst_expr): If we're in a template, just do tsubst_copy.
961 (tsubst): tsubst_expr the DECL_INITIAL of FIELD_DECLs.
962 * decl2.c (grokbitfield): Don't check for integer constant here.
963 * class.c (finish_struct_1): Check here.
964
965 * decl.c (define_label): Make the min decl go on permanent_obstack.
966
967 * pt.c (unify): Don't handle CONST_DECLs.
968 (uses_template_parms): Don't check DECL_INITIAL on a CONST_DECL.
969 (tsubst_copy): Ditto.
970
971 * lex.c (do_identifier): Do pull the DECL_INITIAL out of a
972 CONST_DECL for a template parm.
973
974Mon Feb 26 12:48:18 1996 Jason Merrill <jason@yorick.cygnus.com>
975
976 * decl.c (grokdeclarator): Complain about array of incomplete type
977 here.
978 (start_decl_1): Not here.
979
980 * pt.c (tsubst): Handle pointer-to-function declarators.
981
982 * method.c (hack_identifier): If pedantic, diagnose local class
983 methods that require a static chain.
984
985 * decl.c (grok_op_properties): No longer static.
986 * cp-tree.h: Declare it.
987 * pt.c (tsubst): Call it for operators.
988 Use tsubst_copy for TREE_VECs.
989
990 * parse.y (template_arg): The expr has precedence like '>'.
991
992Fri Feb 23 14:51:52 1996 Jason Merrill <jason@yorick.cygnus.com>
993
994 * pt.c (coerce_template_parms): Don't coerce an expression using
995 template parms.
996 (uses_template_parms): Also check DECL_INITIAL in CONST_DECLs.
997 (tsubst): Don't use build_index_2_type if the max_value uses template
998 parms.
999 * method.c (build_overload_int): Emit something arbitrary for an
1000 expression using template parms.
1001
1002 * parse.y (template_close_bracket): New non-terminal to catch use
1003 of '>>' instead of '> >' in template class names.
1004 (template_type): Use it.
1005 * Makefile.in (CONFLICTS): Causes one more r/r conflict.
1006
1007 * tree.def: Add CAST_EXPR.
1008 * typeck2.c (build_functional_cast): Use CAST_EXPR instead of
1009 CONVERT_EXPR for minimal_parse_mode.
1010 * typeck.c (build_c_cast): Ditto.
1011 * pt.c (tsubst_copy): Ditto.
1012 * decl2.c (build_expr_from_tree): Ditto.
1013 * error.c (dump_expr): Ditto.
1014
1015Fri Feb 23 10:36:46 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1016
1017 * except.c (SetTerminate, SetUnexpected): Put back global vars.
1018 (init_exception_processing): Put back decl/init of
1019 set_unexpected_fndecl and set_terminate_fndecl, needed to get the
1020 fns from libstdc++.
1021
1022 * decl.c (struct binding_level): Delete ACCEPT_ANY bitfield.
1023 (declare_uninstantiated_type_level, uninstantiated_type_level_p):
1024 Delete unused fns.
1025 * cp-tree.h (declare_uninstantiated_type_level,
1026 uninstantiated_type_level_p): Delete prototypes.
1027
1028Thu Feb 22 19:36:15 1996 Jason Merrill <jason@yorick.cygnus.com>
1029
1030 * pt.c (tsubst_expr): Add default return.
1031
1032Thu Feb 22 16:47:24 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1033
1034 * error.c (fndecl_as_string): Delete unused arg CNAME.
1035 * sig.c (build_signature_table_constructor,
1036 build_signature_method_call): Fix calls.
1037
1038 * class.c (the_null_vtable_entry): Delete var definition.
1039 (init_class_processing): Delete tree the_null_vtable_entry init.
1040 * decl.c (no_print_{functions, builtins}): Declare as static.
1041 (__tp_desc_type_node): #if 0 var definition.
1042 (init_type_desc): #if 0 init of __tp_desc_type_node.
1043 (vb_off_identifier): Move var decl into init_decl_processing.
1044 (current_function_assigns_this): Declare as static.
1045 (int_ftype_ptr_ptr_int, void_ftype_ptr_int_int): Delete var decls.
1046 (init_decl_processing): Delete init of void_ftype_ptr_ptr_int.
1047 Move decls of string_ftype_ptr_ptr and int_ftype_string_string here.
1048 * decl2.c (delete_sanity): Delete definition/mod of local var ELT_SIZE.
1049 * init.c (BI_header_type, BI_header_size): Declare as static.
1050 * pt.c (template_classes): Delete unused var.
1051 (add_pending_template): Delete decl for non-existent fn.
1052 (lookup_template_class): Delete vars CODE and TAG_CODE.
1053 (instantiate_template): Delete unused var TARGS.
1054 * cp-tree.h (vb_off_identifier, current_function_assigns_this):
1055 Delete decls.
1056 (__tp_desc_type_node): #if 0 var decl.
1057 (fndecl_as_string): Fix prototype.
1058
1059Thu Feb 22 15:56:19 1996 Jason Merrill <jason@yorick.cygnus.com>
1060
1061 * tree.def: Add GOTO_STMT.
1062 * pt.c (tsubst_expr): Support goto and labels.
1063 * decl.c (define_label): Support minimal parsing.
1064 * parse.y (simple_stmt): Ditto.
1065
1066Thu Feb 22 15:30:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1067
1068 * xref.c (GNU_xref_member): Only define/set var I if
1069 XREF_SHORT_MEMBER_NAMES is defined, to match when it's actually
1070 used.
1071 (GNU_xref_end_scope): Delete unused fifth arg TRNS.
1072 (GNU_xref_end): Fix call.
1073 * decl.c (poplevel, poplevel_class, finish_method): Fix calls.
1074 * cp-tree.h (GNU_xref_end_scope): Fix prototype.
1075
1076 * tree.c (build_exception_variant): Delete unused vars I, A, T,
1077 T2, and CNAME.
1078 (layout_vbasetypes): Delete unused var NONVIRTUAL_VAR_SIZE.
1079 (mapcar): Delete unused var CODE.
1080 (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
1081 (break_out_cleanups): Fix call.
1082 (bot_manip): Likewise.
1083 * call.c (build_method_call): Likewise.
1084 * cvt.c (build_up_reference, convert_to_reference, cp_convert):
1085 Likewise.
1086 * typeck.c (unary_complex_lvalue, build_modify_expr,
1087 convert_for_initialization): Likewise.
1088 * typeck2.c (build_functional_cast): Likewise.
1089 * cp-tree.h (build_cplus_new): Fix prototype.
1090
1091 * repo.c (open_repo_file): Delete unused var Q.
1092 (repo_compile_flags, repo_template_declared,
1093 repo_template_defined, repo_class_defined, repo_inline_used,
1094 repo_vtable_used, repo_tinfo_used): #if 0 unused fns.
1095 (repo_get_id, repo_vtable_used): Declare as static.
1096 * cp-tree.h (mark_{decl,class}_instantiated, finish_repo): Add
1097 prototypes.
1098
1099Thu Feb 22 14:53:35 1996 Jason Merrill <jason@yorick.cygnus.com>
1100
1101 * parse.y (pending_inlines): Add function_try_block case.
1102
1103 * pt.c (unify): Fix for template const parms.
1104
1105Thu Feb 22 13:24:15 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1106
1107 * lex.c (extract_interface_info): Delete forward decl.
1108 (default_copy_constructor_body, default_assign_ref_body): Delete
1109 decls for non-existent functions.
1110 (synth_firstobj, inline_text_firstobjs): Delete unused vars.
1111 (init_lex): Delete setting them.
1112 (cons_up_default_function): Delete unused vars FUNC_BUF,
1113 FUNC_LEN, and COMPLEX. Delete code setting COMPLEX. Delete old
1114 #if 0'd synth code.
1115 (toplevel, expression_obstack): Delete unused extern decls.
1116 (tree_node_kind): Delete unused enum.
1117 (tree_node_counts, tree_node_sizes): Wrap with #ifdef
1118 GATHER_STATISTICS.
1119 (tree_node_kind_names): Delete unused extern decl.
1120 (synth_obstack): Delete unused var.
1121 (init_lex): Don't set it.
1122 (init_parse): Add decl before use.
1123 (reduce_count): Only define #ifdef GATHER_STATISTICS && REDUCE_LENGTH.
1124 (current_unit_{name, language}): Delete unused vars.
1125 (check_newline): Don't bother setting them, just accept the #pragma.
1126 * cp-tree.h (init_repo, peek_yylex): Add prototypes.
1127 (current_unit_{name, language}): Delete decls.
1128
1129 * search.c: Wrap all of the memoized functions, macros, and
1130 variables inside #ifdef GATHER_STATISTICS.
1131 (lookup_field, lookup_fnfields): Likewise.
1132 (init_search_processing): Likewise.
1133 (reinit_search_statistics): Wrap whole function.
1134 * lex.c (reinit_lang_specific): Wrap call to reinit_search_statistics.
1135
1136 * decl.c (finish_function): Only call pop_memoized_context if
1137 GATHER_STATISTICS is defined.
1138 (start_function): Likewise for push_memoized_context.
1139 * class.c (pushclass, popclass): Likewise.
1140
1141 * cp-tree.h (CLASSTYPE_MTABLE_ENTRY): Move definition from here...
1142 * search.c (CLASSTYPE_MTABLE_ENTRY): ... to here.
1143
1144 * cvt.c (cp_convert): Delete unused local var FORM.
1145 * cp-tree.h (can_convert, can_convert_arg, real_lvalue_p): Add
1146 prototypes.
1147
1148Thu Feb 22 13:19:44 1996 Jason Merrill <jason@yorick.cygnus.com>
1149
1150 * pt.c (do_poplevel): Oops; really return what we get from
1151 poplevel this time.
1152
1153Thu Feb 22 11:41:44 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1154
1155 * cp-tree.h (is_aggr_type): Add prototype.
1156
1157 * cp-tree.h ({push,pop}_cp_function_context): Add decls.
1158 * method.c ({push,pop}_cp_function_context): Delete decls.
1159 * except.c (start_eh_unwinder, end_eh_unwinder): Declare as void.
1160 (SetUnexpected, SetTerminate): Delete unused vars.
1161 (init_exception_processing): Don't set SetUnexpected or
1162 SetTerminate. Don't set SET_UNEXPECTED_FNDECL or SET_TERMINATE_FNDECL.
1163 (output_exception_table_entry): Delete unused array LABEL.
1164 (expand_internal_throw): Delete unused var PARAMS.
1165 (expand_start_catch_block): Delete unused var CLEANUP.
1166 (emit_exception_table): Delete unused var EH_NODE_DECL.
1167 (expand_builtin_throw): Delete unused vars UNWIND_AND_THROW and
1168 GOTO_UNWIND_AND_THROW. Don't set them.
1169 (end_eh_unwinder): Add top decl.
1170 (pop_rtl_from_perm): Delete unused decl of PERMANENT_OBSTACK.
1171 (exception_section, push_rtl_perm, do_function_call,
1172 lang_interim_eh, push_eh_cleanup, eh_outer_context,
1173 expand_end_eh_spec, end_eh_unwinder): Declare as static.
1174 (saved_pc, saved_throw_type, saved_throw_value, saved_cleanup,
1175 throw_used): Likewise.
1176 * cp-tree.h (expand_end_eh_spec): Delete prototype.
1177
1178 * search.c (dfs_mark, dfs_mark_vtable_path,
1179 dfs_unmark_vtable_path, dfs_mark_new_vtable,
1180 dfs_unmark_new_vtable, dfs_clear_search_slot,
1181 dfs_search_slot_nonempty_p, bfs_markedp, bfs_unmarkedp,
1182 bfs_marked_vtable_pathp, bfs_unmarked_vtable_pathp,
1183 bfs_marked_new_vtablep, bfs_unmarked_new_vtablep): #if 0 unused
1184 functions.
1185 (n_fields_searched, n_calls_lookup_field, n_calls_lookup_field_1,
1186 n_calls_lookup_fnfields, n_calls_lookup_fnfields_1,
1187 n_calls_get_base_type, n_outer_fields_searched, n_contexts_saved):
1188 Only define #ifdef GATHER_STATISTICS.
1189 (reinit_search_statistics): Only init some vars if GATHER_STATISTICS
1190 is defined.
1191 (vbase_decl): Delete var definition.
1192 (init_search): Delete old decl.
1193 (init_vbase_pointers): Delete building of VBASE_DECL, since it's
1194 never actually used.
1195 (expand_indirect_vtbls_init): Delete init of VBASE_DECL.
1196 (get_base_distance_recursive): Delete unused fourth arg
1197 BASETYPE_PATH. Fix call .
1198 (get_base_distance): Fix call.
1199 (push_class_decls): Delete unused var ID.
1200 (make_memoized_table_entry): Declare as static.
1201 (breadth_first_search): Declare as static.
1202 (tree_has_any_destructor_p): Declare as static.
1203 (pop_class_decls): Delete unused arg pop_class_decls.
1204 * class.c (popclass): Fix call to pop_class_decls.
1205 * cp-tree.h (make_memoized_table_entry, breadth_first_search,
1206 tree_has_any_destructor_p): Delete prototypes.
1207
1208 * rtti.c (build_ptmf_desc): Delete unused arg TYPE.
1209 (build_t_desc): Fix call. Delete unused vars ELEMS and TT.
1210 (build_dynamic_cast): Delete unused local vars TMP1 and RETVAL.
1211 (build_user_desc): Delete unused var T.
1212 (build_class_desc): Delete unused vars T and OFF.
1213 (build_t_desc): Delete unused var NAME_STRING.
1214 (build_headof): Make static.
1215 (get_bad_cast_node): Likewise.
1216 (get_def_to_follow): Likewise.
1217 * cp-tree.h (init_type_desc): Add prototype.
1218 (build_headof): Remove prototype.
1219
1220Thu Feb 22 00:54:22 1996 Jason Merrill <jason@yorick.cygnus.com>
1221
1222 * pt.c (tsubst): Only look for matching decls at file scope for
1223 non-member functions.
1224
1225 * call.c (build_scoped_method_call): Handle scoped destructor
1226 calls in templates.
1227
1228 * decl.c (*_top_level): Also save previous_class_values.
1229
1230 * pt.c (tsubst_expr): Support do {} while loops.
1231 * parse.y (simple_stmt): Ditto.
1232 * tree.def: Ditto.
1233
1234 * method.c (build_overload_identifier): For a class nested in a
1235 template class, don't mangle in the template parms from our
1236 context.
1237
1238 * lex.c, cp-tree.h: Remove support for template instantiations in
1239 the pending_inlines code.
1240 * pt.c: Remove dead functions and unused arguments.
1241 (uses_template_parms): TYPENAME_TYPEs always use template parms.
1242 * parse.y: Stop passing anything to end_template_decl.
1243 * tree.c (print_lang_statistics): Only print tinst info #ifdef
1244 GATHER_STATISTICS.
1245
1246Wed Feb 21 16:57:33 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1247
1248 * init.c (expand_recursive_init{,_1}): Delete decls.
1249 (sort_member_init): Delete unused var INIT.
1250 (emit_base_init): Delete unused var X.
1251 (build_offset_ref): Delete unused var CNAME.
1252 (sort_member_init): Delete unused var FIELDS_TO_UNMARK.
1253 (emit_base_init): Delete unused local var BASE. Delete extern
1254 decl of IN_CHARGE_IDENTIFIER.
1255 (build_delete): Delete unused local var VIRTUAL_SIZE.
1256
1257 * init.c (build_vec_delete): Delete unused third arg ELT_SIZE.
1258 (build_delete): Fix call.
1259 * decl2.c (delete_sanity): Likewise.
1260 * cp-tree.h (build_vec_delete): Update prototype.
1261
1262 * typeck.c (common_base_type): Delete unused var TMP.
1263 (build_binary_op): Delete local var ARGS_SAVE.
1264 (build_array_ref): Delete unused var ITYPE.
1265 (c_expand_return): Delete unused var USE_TEMP.
1266
1267 * typeck.c (compexcepttypes): Delete unused arg STRICT.
1268 (comptypes): Fix calls.
1269 * decl.c (duplicate_decls): Likewise.
1270 * cp-tree.h (compexcepttypes): Delete extra arg.
1271
1272 * decl2.c (check_classfn): Delete unused second arg CNAME.
1273 * decl.c (start_decl, grokfndecl): Fix calls.
1274 * init.c (do_friend): Likewise.
1275 * cp-tree.h (check_classfn): Update prototype.
1276
1277 * cp-tree.h (signature_error, import_export_vtable,
1278 append_signature_fields, id_in_current_class, mark_used,
1279 copy_assignment_arg_p): Add decls.
1280 * decl2.c (mark_used): Delete decl.
1281
1282 * class.c (n_*): Wrap with #ifdef GATHER_STATISTICS.
1283
1284 * class.c (get_vtable_entry): Diable unused function.
1285 (doing_hard_virtuals): Delete unused static global var.
1286 (finish_struct_1): Don't init DOING_HARD_VIRTUALS.
1287 (prepare_fresh_vtable): Delete unused vars PATH and RESULT.
1288 (overrides): Delete unused vars RETTYPE and BASE_RETTYPE.
1289 (modify_one_vtable): Delete unused var OLD_RTTI.
1290 (finish_struct_anon): Delete unused vars OFFSET and X.
1291 (finish_struct_bits): Delete unused var METHOD_VEC.
1292 (get_basefndecls): Delete unused var PURPOSE. Delete unused
1293 for-scope local variable METHODS.
1294
1295 * call.c (user_harshness): Delete unused/unneeded arg PARM.
1296 (ideal_candidate): Delete unused args BASETYPE and PARMS.
1297 (build_method_call): Delete unused args passed into ideal_candidate.
1298 (build_overload_call_real): Likewise. Delete unused var OVERLOAD_NAME.
1299 * cp-tree.h (synthesize_method): Add decl.
1300
1301 * decl.c (note_level_for_for): Give void return type.
1302 (pushdecl_nonclass_level): Likewise.
1303 (finish_function): Delete unused vars VFIELDS and ALLOCATED_THIS.
1304 (poplevel): Delete unused var IMPLICIT_TRY_BLOCK.
1305 (suspend_binding_level): Delete unused var LEVEL.
1306 (duplicate_decls): Delete unused var CTYPE.
1307 (duplicate_decls): Delete unused var PREVIOUS_C_DECL.
1308 (init_decl_processing): Delete unused vars FLOAT_ENDLINK and
1309 PTR_ENDLINK.
1310 (grokdeclarator): Delete unused var C.
1311 (grokdeclarator): Delete unused var SIZE_VARIES.
1312 (grokparms): Delete unused var SAW_VOID.
1313 (start_function): Delete unused var OLDDECL.
1314 (cplus_expand_expr_stmt): Delete unused var
1315 REMOVE_IMPLICIT_IMMEDIATELY.
1316
1317 * cp-tree.h (pushdecl_nonclass_level): Fix prototype.
1318
1319 * Makefile.in (CONFLICTS): Update to 12 shift/reduce.
1320
1321Wed Feb 21 00:06:17 1996 Jason Merrill <jason@yorick.cygnus.com>
1322
1323 * tree.c (build_min): Set TREE_COMPLEXITY to lineno.
1324 (build_min_nt): Ditto.
1325 * pt.c (do_pushlevel): Emit line note.
1326 (do_poplevel): Return what we get from poplevel.
1327 (tsubst_expr): Set lineno from TREE_COMPLEXITY in stmt nodes.
1328 * parse.y: Use do_pushlevel and do_poplevel.
1329 * cp-tree.h: Declare do_poplevel.
1330
1331 * cp-tree.h: Declare at_eof.
1332 * decl.c (cp_finish_decl): Pass it to rest_of_decl_compilation.
1333 * decl2.c (import_export_decl): Renamed from import_export_inline.
1334 (finish_file): Call it to do interface handling for statics.
1335 * pt.c (tsubst_copy): Call mark_used on variables and functions
1336 used here.
1337
1338 * decl2.c (finish_file): Don't emit statics we can't generate.
1339 * pt.c (instantiate_decl): Don't set interface on instantiations
1340 we can't generate.
1341
1342 * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
1343 * tree.c (print_lang_statistics): Print max template depth.
1344 * pt.c (push_tinst_level): Dump entire instantiation context.
1345 (instantiate_class_template): Use it and pop_tinst_level.
1346 (instantiate_decl): Ditto.
1347
1348 * call.c class.c cp-tree.h decl.c decl2.c error.c lex.c method.c
1349 pt.c ptree.c tree.def: Remove all traces of UNINSTANTIATED_P_TYPE.
1350
1351Tue Feb 20 18:21:51 1996 Jason Merrill <jason@yorick.cygnus.com>
1352
1353 * call.c class.c cp-tree.h cvt.c decl.c decl2.c error.c expr.c
1354 init.c lex.c method.c parse.y pt.c repo.c search.c spew.c tree.c
1355 tree.def typeck.c typeck2.c xref.c: Massive, systemic changes for
1356 the new template implementation.
1357
1358Tue Feb 20 17:14:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1359
1360 * decl2.c (check_cp_case_value): Use STRIP_TYPE_NOPS.
1361
cffa8729
MS
1362Thu Feb 15 18:44:42 1996 Mike Stump <mrs@cygnus.com>
1363
1364 * decl.c (cp_finish_decl): Delay emitting the debug information for
1365 a typedef that has been installed as the canonical typedef, if the
1366 type has not yet been defined.
1367
1368Thu Feb 15 09:39:08 1996 Jason Merrill <jason@yorick.cygnus.com>
1369
1370 * decl2.c (grokfield): Still call pop_nested_class for access decls.
1371
1372Wed Feb 14 17:30:04 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1373
1374 * decl.c (lookup_label): Call label_rtx.
1375
1376 * decl.c (make_binding_level): New function.
1377 (pushlevel, pushlevel_class): Call it instead of explicit
1378 duplicate calls to xmalloc.
1379
1380 * decl.c (init_decl_processing): Delete useless build_pointer_type
1381 call.
1382
1383 * decl.c (float_ftype_float, ldouble_ftype_ldouble): Add definitions.
1384 (sizet_ftype_string): Delete variable.
1385 (init_decl_processing): Add built-in functions fabsf, fabsl,
1386 sqrtf, sqrtl, sinf, sin, sinl, cosf, cos, cosl. New local
1387 variable strlen_ftype, used for strlen.
1388
1389Wed Feb 14 16:21:25 1996 Jason Merrill <jason@yorick.cygnus.com>
1390
1391 * decl.c (push_to_top_level): Start from current_binding_level
1392 again for now; the stl hacks depend on g++ being broken in this
1393 way, and it'll be fixed in the template rewrite.
1394
1395 * tree.def: Add USING_DECL.
1396 * decl2.c (do_class_using_decl): Implement.
1397 (grokfield): Pass access decls off to do_class_using_decl instead of
1398 grokdeclarator.
1399 * error.c (dump_decl): Handle USING_DECLs.
1400 * decl.c (grokdeclarator): Remove code for handling access decls.
1401 * class.c (finish_struct_1): Adjust accordingly, treat using-decls
1402 as access decls for now.
1403 (finish_struct): Don't check USING_DECLs for other uses of the name.
1404
1405 * search.c (get_matching_virtual): Use cp_error_at.
1406
1407Wed Feb 14 10:36:58 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1408
1409 * typeck.c (comptypes): Default COMP_TYPE_ATTRIBUTES to 1, to
1410 match c-typeck.c.
1411 (self_promoting_args_p): Move the check that TYPE is non-nil
1412 before trying to look at its main variant.
1413 (unsigned_type, signed_type): Add checking of DI/SI/HI/QI nodes.
1414
1415 * cp-tree.h (DECL_WAITING_FRIENDS, SET_DECL_WAITING_FRIENDS):
1416 Delete macros.
1417 * init.c (xref_friend, embrace_waiting_friends): Delete functions.
1418 (do_friend): Delete call to xref_friend.
1419 * class.c (finish_struct_1): Delete call to embrace_waiting_friends.
1420
1421 * typeck.c (convert_sequence): #if 0 unused function.
1422
1423 * cp-tree.h (DECL_IN_MEMORY_P): New macro w/ the check that used to
1424 be in decl_in_memory_p.
1425 (decl_in_memory_p): Delete decl.
1426 * expr.c (decl_in_memory_p): Delete fn.
1427 * typeck.c (mark_addressable): Use DECL_IN_MEMORY_P.
1428
1429 * decl.c (cp_finish_decl): Use DECL_IN_MEMORY_P.
1430
1431Tue Feb 13 12:51:21 1996 Jason Merrill <jason@yorick.cygnus.com>
1432
1433 * class.c (finish_struct_1): Check for a pure-specifier on a
1434 non-virtual function here.
1435
1436 * decl2.c (grok_function_init): Don't check whether the function
1437 is virtual here.
1438 (grokfield): Don't call check_for_override here.
1439
1440 * decl.c (push_to_top_level): Start from inner_binding_level,
1441 check class_shadowed in class levels.
1442
1443Mon Feb 12 17:46:59 1996 Mike Stump <mrs@cygnus.com>
1444
1445 * decl.c (resume_level): Ignore things that don't have names, instead
1446 of core dumping.
1447
1448Mon Feb 12 15:47:44 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1449
1450 * decl2.c (grokfield): Set DECL_VINDEX properly for FUNCTION_DECLs.
1451
1452Sat Feb 10 17:59:45 1996 Jason Merrill <jason@yorick.cygnus.com>
1453
1454 * class.c (finish_struct_1): Set DECL_VINDEX properly on a
1455 synthesized dtor.
1456
1457 * parse.y (complete_type_name): Bind global_scope earlier.
1458 (complex_type_name): Ditto.
1459 (qualified_type_name): Remove.
1460
2ee887f2
MS
1461Thu Feb 8 15:15:14 1996 Jason Merrill <jason@yorick.cygnus.com>
1462
1463 * decl.c (grokfndecl): Move code that looks for virtuals in base
1464 classes...
cffa8729 1465 * class.c (check_for_override): ... to a new function.
2ee887f2
MS
1466 (finish_struct_1): Call it.
1467
1468 * cp-tree.h: Declare warn_sign_compare.
1469
1470 * typeck.c (build_binary_op_nodefault): Check warn_sign_compare
1471 rather than extra_warnings to decide whether to warn about
1472 comparison of signed and unsigned.
1473
1474 * decl2.c (lang_decode_option): Handle warn_sign_compare. -Wall
1475 implies -Wsign-compare. -Wall doesn't imply -W.
1476
1477Wed Feb 7 15:27:57 1996 Mike Stump <mrs@cygnus.com>
1478
1479 * typeck.c (build_component_ref): Fix to handle anon unions in base
1480 classes as well.
1481
1482Wed Feb 7 14:29:12 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1483
1484 * class.c (resolves_to_fixed_type_p): Delete code dealing with
1485 a WITH_CLEANUP_EXPR, since we don't generate them any more.
1486 * cvt.c (build_up_reference): Likewise.
1487 * decl.c (grok_reference_init): Likewise.
1488 (cp_finish_decl): Likewise.
1489 * error.c (dump_expr): Likewise.
1490 * tree.c (real_lvalue_p): Likewise.
1491 (lvalue_p): Likewise.
1492 (build_cplus_new): Likewise.
1493 (unsave_expr_now): Likewise.
1494 * typeck.c (unary_complex_lvalue, build_modify_expr,
1495 c_expand_return): Likewise.
1496
1497Tue Feb 6 13:39:22 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1498
1499 Make the C++ front-end pay attention to attributes for structures.
1500 * class.c (finish_struct): New argument ATTRIBUTES, passed down into
1501 finish_struct_1.
1502 (finish_struct_1): New argument ATTRIBUTES; call cplus_decl_attributes.
1503 Take out old round_up_size use and setting the DECL_ALIGN possibly
1504 using it. Take out setting of TYPE_ALIGN to round_up_size, which
1505 can override what the attribute set.
1506 * cp-tree.h (finish_struct): Update prototype.
1507 * parse.y (template_instantiate_once): Pass a NULL_TREE for the
1508 attributes to finish_struct.
1509 (structsp): For a CLASS decl, add maybe_attribute to rule and pass that
1510 value down into finish_struct.
1511 * Makefile.in (CONFLICTS): Switch to 7 shift/reduce conflicts.
1512
1513Tue Feb 6 13:12:15 1996 Per Bothner <bothner@kalessin.cygnus.com>
1514
1515 * decl.c (poplevel): Re-word dead for local handling.
1516 (pushdecl): Remove useless DECL_DEAD_FOR_LOCAL test.
1517 (cp_finish_decl): If is_for_scope, check for duplicates so
1518 we can disable is_for_scope. Otherwise, preserve_temp_slots.
1519
1520 * lex.c (do_identifier): Use global binding in preference of
1521 dead for local variable.
1522
1523Mon Feb 5 17:46:46 1996 Mike Stump <mrs@cygnus.com>
1524
1525 * init.c (initializing_context): Handle anon union changes, the
1526 context where fields of anon unions can be initialized now has to be
1527 found by walking up the TYPE_CONTEXT chain.
1528
1529Fri Feb 2 14:54:04 1996 Doug Evans <dje@charmed.cygnus.com>
1530
1531 * decl.c (start_decl): #ifdef out code to set DECL_COMMON
1532 if ASM_OUTPUT{,_ALIGNED}_BSS is defined.
1533 (obscure_complex_init): If bss is supported, always set
1534 DECL_INITIAL to error_mark_node.
1535
1536Thu Feb 1 16:19:56 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1537
1538 * init.c (is_friend): Make sure there's a context before we see if
1539 it's an aggr type.
1540
1541Thu Feb 1 15:44:53 1996 Mike Stump <mrs@cygnus.com>
1542
1543 * init.c (is_friend): Classes are not friendly with nested classes.
1544
1545Thu Feb 1 15:27:37 1996 Doug Evans <dje@charmed.cygnus.com>
1546
1547 * lex.c (check_newline): Pass last character read to HANDLE_PRAGMA,
1548 and record its result.
1549
9e9ff709
MS
1550Thu Feb 1 09:27:01 1996 Mike Stump <mrs@cygnus.com>
1551
1552 * class.c (finish_struct_anon): Switch around code to not move anon
1553 union elements around, nor mess up their contexts, nor offsets,
1554 instead we now build up the right number of COMPONENT_REFs for all
1555 the anon unions that may be present at build_component_ref time.
1556 * typeck.c (lookup_anon_field): New routine to handle field lookup
1557 on fields without names. We find them, based upon their unique type
1558 instead.
1559 * typeck.c (build_component_ref): Allow FIELD_DECL components.
1560 Handle finding components in anonymous unions, and ensure that a
1561 COMPONENT_REF is built for each level as necessary.
1562
1563Tue Jan 30 18:18:23 1996 Mike Stump <mrs@cygnus.com>
1564
1565 * cvt.c (build_up_reference): Make the INDIRECT_BIND case come after
1566 code that ensures that copy ctors are used if appropriate.
1567
1568Tue Jan 30 17:35:14 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1569
1570 * init.c (build_vec_delete): Only give an error if base isn't an
1571 error_mark_node.
1572
1573Mon Jan 29 17:09:06 1996 Mike Stump <mrs@cygnus.com>
1574
1575 * spew.c (do_aggr): `new struct S;' isn't a forward declaration.
1576 (yylex): If we see `new', keep slurping.
1577
1578Thu Jan 25 18:31:36 1996 Mike Stump <mrs@cygnus.com>
1579
1580 * class.c (finish_struct_1): Move code for handling anon unions...
1581 (finish_struct_anon): to here. Fixup so that we do the offset
1582 calculations right, and so that the fields are physically moved to
1583 the containers's chain.
1584
1585Thu Jan 25 18:27:37 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1586
1587 * decl.c (grokdeclarator): Avoid trying to get an operand off an
1588 identifier node.
1589
1590Wed Jan 24 11:25:30 1996 Jim Wilson <wilson@chestnut.cygnus.com>
1591
1592 * typeck.c (pointer_int_sum): Use TYPE_PRECISION (sizetype) not
1593 POINTER_SIZE to agree with expr.c.
1594
1595Thu Jan 25 13:01:23 1996 Mike Stump <mrs@cygnus.com>
1596
1597 * search.c (lookup_field): Don't report ambiguities if protect is 0,
1598 instead return NULL_TREE.
1599
1600Wed Jan 24 13:01:26 1996 Mike Stump <mrs@cygnus.com>
1601
1602 * class.c (finish_struct_1): Call warn_hidden if we want warnings
1603 about overloaded virtual functions.
1604 (warn_hidden): New routine to warn of virtual functions that are
1605 hidden by other virtual functions, that are not overridden.
1606 (get_basefndecls): New routine, used by warn_hidden.
1607 (mark_overriders): New routine, used by warn_hidden.
1608 * search.c (get_matching_virtual): Remove old warning that just
1609 isn't very useful.
1610
1611Tue Jan 23 12:26:10 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1612
1613 * decl.c (output_builtin_tdesc_entries): #if 0 the function definition.
1614
1615 * typeck.c (null_ptr_cst_p): Delete unused fn.
1616 (build_function_call_maybe): Delete unused fn.
1617
1618 * expr.c (extract_init): #if 0 the code after unconditional return 0
1619 for now.
1620
1621 Delete old cadillac code.
1622 * edsel.c: Remove file.
1623 * Make-lang.in (CXX_SRCS): Take edsel.c off the list.
1624 * Makefile.in (CXX_OBJS): Delete edsel.o.
1625 (edsel.o): Delete rule.
1626 * cp-tree.h (flag_cadillac): Delete var decl.
1627 * lang-options.h: Delete "-fcadillac" and "-fno-cadillac".
1628 * decl2.c (flag_cadillac): Delete var definition.
1629 (lang_decode_option): Delete handling of -fcadillac and -fno-cadillac.
1630 (grokfield): Delete code depending on flag_cadillac.
1631 (finish_anon_union): Likewise.
1632 * class.c (finish_struct_1): Likewise.
1633 (pushclass): Likewise.
1634 (popclass): Likewise.
1635 (push_lang_context): Likewise.
1636 (pop_lang_context): Likewise.
1637 * decl.c (init_decl_processing): Likewise.
1638 (start_decl): Likewise.
1639 (cp_finish_decl): Likewise.
1640 (xref_tag): Likewise.
1641 (finish_enum): Likewise.
1642 (start_function): Likewise.
1643 (finish_function): Likewise.
1644 (finish_stmt): Likewise.
1645 * lex.c (lang_init): Likewise.
1646 (check_newline): Likewise.
1647
1648 * lex.c (do_pending_inlines): Delete synthesized method kludge.
1649
1650 Delete defunct, ancient garbage collection implementation.
1651 * rtti.c: New file with the RTTI stuff from gc.c.
1652 * gc.c: Removed file (moved the remaining stuff into rtti.c).
1653 * Makefile.in (CXX_OBJS): Replace gc.o with rtti.o.
1654 (rtti.o): New rule, replacing gc.o.
1655 * Make-lang.in (CXX_SRCS): Replace gc.c with rtti.c.
1656 * cp-tree.h: Delete gc-related fn decls.
1657 (DECL_GC_OFFSET): Delete macro.
1658 (flag_gc): Delete extern decl.
1659 * decl.c (current_function_obstack_index): Delete var decl.
1660 (current_function_obstack_usage): Delete var decl.
1661 (start_function): Delete clearing of current_function_obstack_index
1662 and current_function_obstack_usage.
1663 (init_decl_processing): Delete code relying on -fgc.
1664 Delete call to init_gc_processing.
1665 (cp_finish_decl): Delete calls to build_static_gc_entry and
1666 type_needs_gc_entry. Delete gc code setting DECL_GC_OFFSET.
1667 (store_parm_decls): Delete -fgc calls to cp_expand_decl_cleanup
1668 and to expand_expr of a __gc_main call.
1669 (maybe_gc_cleanup): Delete var decl.
1670 (finish_function): Delete call to expand_gc_prologue_and_epilogue.
1671 * decl2.c (flag_gc): Delete var decl.
1672 (lang_f_options): Delete offering of -fgc.
1673 (lang_decode_option): Delete -fgc and -fno-gc handling.
1674 (get_temp_regvar): Delete gc code.
1675 * init.c (build_new): Delete gc code.
1676 * lex.c (init_lex): Delete checking of flag_gc.
1677
1678 * typeck.c (convert_arguments): Delete gc code.
1679 (build_component_addr): Delete -fgc warning.
1680 (build_modify_expr): Delete gc code.
1681
1682 * decl2.c (build_push_scope): Delete fn.
1683 * cp-tree.h (build_push_scope): Delete decl.
1684
1685 * search.c (clear_search_slots): Delete fn.
1686 * cp-tree.h (clear_search_slots): Delete decl.
1687
1688 * search.c (tree_needs_constructor_p): Delete fn.
1689 * cp-tree.h (tree_needs_constructor_p): Delete decl.
1690
1691 * tree.c (id_cmp): Delete fn.
1692
1693 * tree.c (set_fnaddr_from_vtable_entry): Delete fn.
1694 * cp-tree.h (set_fnaddr_from_vtable_entry): Delete decl.
1695
1696 * tree.c (decl_value_member): Delete fn.
1697 * cp-tree.h (decl_value_member): Delete decl.
1698
1699 * tree.c (list_hash_lookup_or_cons): Delete fn.
1700 * cp-tree.h (list_hash_lookup_or_cons): Delete decl.
1701
1702 * method.c (cplus_exception_name): Delete fn.
1703 (EXCEPTION_NAME_{PREFIX, LENGTH}): Delete macros.
1704
1705 * spew.c (shift_tokens): Delete fn.
1706
1707Mon Jan 22 17:49:33 1996 Jason Merrill <jason@yorick.cygnus.com>
1708
1709 * except.c (init_exception_processing): Pass 1 to needs_pop in calls
1710 to cp_finish_decl.
1711 * parse.y: Ditto.
1712
1713Mon Jan 22 17:34:29 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1714
1715 * tree.c (build_cplus_staticfn_type): Delete function definition;
1716 never used.
1717 * cp-tree.h (build_cplus_staticfn_type): Delete decl.
1718
1719 * tree.c (virtual_member): Delete function definition; never used.
1720 * cp-tree.h (virtual_member): Delete decl.
1721
45537677
MS
1722Fri Jan 19 18:03:14 1996 Mike Stump <mrs@cygnus.com>
1723
1724 * typeck.c (build_component_ref): Handle getting vbase pointers
1725 out of complex multiple inheritance better.
1726
1727Fri Jan 19 16:27:40 1996 Mike Stump <mrs@cygnus.com>
1728
1729 * typeck.c (build_object_ref): Make sure we use the real type, not
1730 any reference type.
1731
1732Fri Jan 19 16:01:47 1996 Mike Stump <mrs@cygnus.com>
1733
1734 * tree.c (build_exception_variant): Don't create new types if we
1735 don't have to, also build new types on the right obstack.
1736
1737Fri Jan 19 14:09:44 1996 Jason Merrill <jason@yorick.cygnus.com>
1738
1739 * decl.c (store_bindings): Split out from push_to_top_level.
9e9ff709
MS
1740 (push_to_top_level): Call it for b->type_shadowed on class binding
1741 levels.
45537677
MS
1742
1743Fri Jan 19 13:53:14 1996 Mike Stump <mrs@cygnus.com>
1744
1745 * search.c (expand_upcast_fixups): Fix so that offsets stored in
1746 vbase_offsets are always right. Fixes a problem where virtual base
1747 upcasting and downcasting could be wrong during conversions on this
1748 during virtual function dispatch at ctor/dtor time when dynamic
1749 vtable fixups for deltas are needed. This only sounds easier than
1750 it is. :-)
1751 (fixup_virtual_upcast_offsets): Change to reflect new calling
1752 convention for expand_upcast_fixups.
1753
1754Fri Jan 19 12:23:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1755
1756 * decl2.c (grokbitfield): Strip the NOPs from WIDTH before we
1757 check that it's usable as the bitfield width.
1758
1759Wed Jan 17 21:22:40 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1760
1761 * decl2.c (grokfield): Call cplus_decl_attributes with the attrlist.
1762 Pass a null tree to grokdeclarator for its ATTRLIST arg, since it's
1763 only ever used for functions in it.
1764
1765Wed Jan 17 12:10:38 1996 Jason Merrill <jason@yorick.cygnus.com>
1766
1767 * parse.y (qualified_type_name): Use the TYPE_DECL, not the type.
1768 (nested_type): Ditto.
1769 (nested_name_specifier): Use lastiddecl.
1770
1771 * decl.c (grokdeclarator): Adjust accordingly.
1772 * init.c (expand_member_init): Ditto.
1773 * parse.y (base_class): Ditto.
1774 * typeck2.c (build_functional_cast): Ditto.
1775
1776 * typeck2.c (build_functional_cast): Fill in name after we've
1777 checked for non-aggr type.
1778
be99da77
MS
1779Wed Jan 17 10:18:01 1996 Mike Stump <mrs@cygnus.com>
1780
1781 * decl2.c (warn_pointer_arith): Default to on.
1782
1783Tue Jan 16 12:45:38 1996 Jason Merrill <jason@yorick.cygnus.com>
1784
1785 * lex.c (is_rid): New function.
1786 * decl.c (grokdeclarator): Diagnose reserved words used as
1787 declarator-ids.
1788
1789Tue Jan 16 11:39:40 1996 Jason Merrill <jason@yorick.cygnus.com>
1790
1791 * tree.c (get_decl_list): Don't lose cv-quals.
1792
1793 * decl.c (grokdeclarator): Fix SCOPE_REF handling and diagnose
1794 typespecs used as declarator-ids.
1795
1796Tue Jan 16 11:09:42 1996 Mike Stump <mrs@cygnus.com>
1797
1798 * decl.c (poplevel): When poping a level, don't give a warning for
1799 any subblocks that already exist.
1800
1801Tue Jan 16 00:25:33 1996 Jason Merrill <jason@yorick.cygnus.com>
1802
1803 * typeck.c (build_object_ref): Finish what I started.
1804
1805 * parse.y (qualified_type_name): Don't check TYPE_BUILT_IN.
1806
1807 * decl2.c (constructor_name_full): Handle TEMPLATE_TYPE_PARMs.
1808
1809 * decl.c (grokdeclarator): Also accept TEMPLATE_TYPE_PARM as a
9e9ff709 1810 scope.
be99da77
MS
1811
1812Mon Jan 15 16:19:32 1996 Jason Merrill <jason@yorick.cygnus.com>
1813
1814 * decl.c (xref_tag): Handle passing a type in directly.
1815
1816 * parse.y (qualified_type_name): Pull out the type.
1817 (nested_type): Ditto.
1818 Take types directly instead of as identifiers.
1819 * call.c (build_scoped_method_call): Take types directly instead of
9e9ff709
MS
1820 as identifiers.
1821 * decl.c (xref_basetypes): Ditto.
be99da77
MS
1822 * init.c (expand_member_init): Ditto.
1823 (build_member_call): Ditto.
1824 (build_offset_ref): Ditto.
1825 * typeck2.c (build_scoped_ref): Ditto, remove bogus code.
1826 * method.c (do_build_assign_ref): Ditto.
1827 * decl.c (grokdeclarator): Handle a type appearing as the
1828 declarator-id for constructors.
1829 * method.c (do_build_copy_constructor): current_base_init_list now
1830 uses the types directly, not their names.
1831 * init.c (sort_base_init): Ditto.
1832 (expand_member_init): Ditto.
1833 * init.c (is_aggr_type): New function, like is_aggr_typedef.
be99da77
MS
1834
1835Mon Jan 15 08:45:01 1996 Jeffrey A Law (law@cygnus.com)
1836
1837 * tree.c (layout_basetypes): Call build_lang_field_decl instead
1838 of build_lang_decl if first arg is a FIELD_DECL.
1839 (tree_copy_lang_decl_for_deferred_output): Reverse test for when
1840 to copy DECL_MAIN_VARIANT and DECL_CHAIN.
1841
1842Thu Jan 11 14:55:07 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1843
1844 * decl.c (cp_finish_decl): Only clear TREE_USED if DECL_NAME is
1845 non-empty.
1846 * except.c (expand_start_catch_block): Set TREE_USED to avoid
1847 warnings about the catch handler.
1848
1849Mon Jan 8 17:35:12 1996 Jason Merrill <jason@yorick.cygnus.com>
1850
1851 * typeck.c (build_modify_expr): Use a COMPOUND_EXPR instead of
9e9ff709 1852 expand_target_expr.
be99da77
MS
1853
1854Thu Jan 4 12:30:32 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
1855
1856 Fix access control to use trees rather than integers.
1857 * class.c (access_{default, public, protected, private,
1858 default_virtual, public_virtual, private_virtual}_node): Add
1859 definitions.
1860 (init_class_processing): Do creation of those nodes.
1861 * cp-tree.h (access_type): Delete enum decl.
1862 (access_{default, public, protected, private, default_virtual,
1863 public_virtual, private_virtual}_node): Add decls.
1864 (compute_access): Change return type.
1865 * search.c (compute_access): Have tree return type, instead of enum.
1866 (lookup_field): Declare THIS_V and NEW_V to be tree nodes.
1867 * lex.c (real_yylex): Use yylval.ttype for giving the value of the
1868 access_* node for each of RID_{PUBLIC, PRIVATE, PROTECTED}.
1869 * parse.y (VISSPEC): Make ttype rather than itype.
1870 (base_class_access_list): Likewise.
1871 * *.[cy]: Change all refs of `access_public' to `access_public_node',
1872 etc.
1873 * call.c (build_method_call): Make ACCESS be a tree.
1874 * class.c (alter_access, finish_struct_1, filter_struct): Likewise.
1875 * cvt.c (convert_to_aggr): Likewise.
1876 * init.c (build_offset_ref, resolve_offset_ref, build_delete):
1877 Likewise.
1878 * method.c (hack_identifier): Likewise.
1879 * typeck.c (build_component_ref_1, build_component_ref): ): Likewise.
1880
1881Thu Jan 4 11:02:20 1996 Mike Stump <mrs@cygnus.com>
1882
1883 * typeck.c (pointer_int_sum, pointer_diff): Make code agree with C
1884 frontend, and make it more consistent with respect to
1885 warn_pointer_arith.
1886
1887Tue Jan 2 00:13:38 1996 Rusty Russell <rusty@adelaide.maptek.com.au>
1888
1889 * decl.c (pushdecl): Check for duplicate parameter names.
1890
1891Wed Jan 3 09:25:48 1996 Mike Stump <mrs@cygnus.com>
1892
1893 * decl.c (expand_static_init): Call assemble_external for atexit.
1894
1895Wed Jan 3 07:55:19 1996 Mike Stump <mrs@cygnus.com>
1896
1897 * except.c (do_unwind): Remove some generated dead code.
1898 (eh_outer_context): New routine, factor out some common code from
1899 expand_builtin_throw and end_eh_unwinder. Add code to do return
1900 address masking for the PA.
1901 (expand_builtin_throw): Use eh_outer_context instead of open coding
1902 it here.
1903 (end_eh_unwinder): Ditto.
1904
1905Tue Jan 2 17:00:56 1996 Mike Stump <mrs@cygnus.com>
1906
1907 * except.c (expand_throw): Call assemble_external for __empty, if we
1908 use it.
1909
21451173
MS
1910Thu Dec 28 11:13:15 1995 Mike Stump <mrs@cygnus.com>
1911
1912 * except.c (expand_builtin_throw): Use RETURN_ADDR_OFFSET instead of
1913 NORMAL_RETURN_ADDR_OFFSET.
1914 (end_eh_unwinder): Ditto.
1915
1916Wed Dec 27 22:18:16 1995 Mike Stump <mrs@cygnus.com>
1917
1918 * gc.c (build_dynamic_cast): Make sure we don't cast away const
1919 when dealing with references, and make sure we handle dynamic
1920 casting to a cv qualified reference.
1921
1922Thu Dec 21 23:50:35 1995 Mike Stump <mrs@cygnus.com>
1923
1924 * except.c (struct eh_context): New structure top hold eh context
1925 information.
1926 (push_eh_context): New routine.
1927 (pop_eh_context): Ditto.
1928 * decl.c (push_cp_function_context): Use them.
1929 (pop_cp_function_context): Ditto.
1930
1931Wed Dec 20 12:42:51 1995 Jason Merrill <jason@yorick.cygnus.com>
1932
1933 * decl2.c (finish_file): Also prune uninteresting functions in the
1934 inline emission loop.
1935
1936Wed Dec 20 02:32:07 1995 Jeffrey A Law (law@cygnus.com)
1937
1938 * sig.c (build_signature_table_constructor): Mark functions
1939 in the signature as referenced.
1940
1941Tue Dec 19 22:36:56 1995 Jason Merrill <jason@yorick.cygnus.com>
1942
1943 * decl2.c (finish_file): Do all the vtable/synthesis stuff before
1944 the inline emission stuff.
1945
72b7eeff
MS
1946Mon Dec 18 15:51:33 1995 Jason Merrill <jason@yorick.cygnus.com>
1947
1948 * cp-tree.h, decl2.c (flag_weak): New flag to control the use of
9e9ff709 1949 weak symbols.
72b7eeff
MS
1950 * lang-options.h: Add -f{no-,}weak.
1951 * decl.c (init_decl_processing): If the target does not support weak
1952 symbols, don't use them.
1953 * decl2.c, pt.c: s/SUPPORTS_WEAK/flag_weak/.
1954
1955Sun Dec 17 21:13:23 1995 Rusty Russell <rusty@adelaide.maptek.com.au>
1956
1957 * init.c (expand_member_init): warning for base init after members.
1958
1959Sun Dec 17 22:06:56 1995 Jeffrey A Law (law@cygnus.com)
1960
1961 * tree.c (tree_copy_lang_decl_for_deferred_output): Handle
1962 CONST_DECLs correctly.
1963
1964Fri Dec 15 15:32:18 1995 Jason Merrill <jason@yorick.cygnus.com>
1965
1966 * cvt.c (build_expr_type_conversion): Don't convert to a reference
1967 type.
1968
1969Thu Dec 14 16:05:58 1995 Mike Stump <mrs@cygnus.com>
1970
1971 * method.c (report_type_mismatch): Improve wording for volatile
1972 mismatches.
1973
1974Thu Dec 14 14:16:26 1995 Mike Stump <mrs@cygnus.com>
1975
1976 * init.c (expand_aggr_init_1): Use expand_aggr_init_1 instead of
9e9ff709 1977 expand_assignment, as the later doesn't handle things that have
72b7eeff
MS
1978 copy constructors well. The compiler would do bitwise copying,
1979 instead of ctor calling in some cases.
1980
1981Wed Dec 13 17:05:54 PST 1995 Paul Eggert <eggert@twinsun.com>
1982
1983 * g++.c (my_strerror): Return "cannot access" if errno is 0.
1984 (pfatal_with_name, perror_exec): Don't assume that
1985 the returned value from my_strerror contains no '%'s.
1986 (concat): Remove.
1987 (sys_nerror): Declare only if HAVE_STRERROR is not defined.
1988
1989Wed Dec 13 16:22:38 1995 Jason Merrill <jason@yorick.cygnus.com>
1990
1991 Lose CLASSTYPE_METHODS/DECL_NEXT_METHOD chain; make
1992 TYPE_METHODS/TREE_CHAIN mean what they used to.
1993 * decl2.c (constructor_name_full): Refer to CLASSTYPE_METHOD_VEC
1994 instead of TYPE_METHODS.
1995 * decl.c (duplicate_decls): Lose references to DECL_NEXT_METHOD.
1996 * tree.c (tree_copy_lang_decl_for_deferred_output): Ditto.
1997 * cp-tree.h (CLASSTYPE_METHODS): Lose.
1998 (CLASSTYPE_METHOD_VEC): Point to lang_spec->methods instead of
1999 TYPE_METHODS.
2000 (struct lang_decl): Lose next_method field.
2001 (DECL_NEXT_METHOD): Lose.
2002 * class.c (finish_struct_methods): Don't mess with TYPE_METHODS.
2003 (finish_struct): Just use TYPE_METHODS; we don't need fn_fields
2004 anymore.
2005 (finish_struct_methods): Don't mess with the TREE_CHAINs in
2006 fn_fields.
2007
2008 * search.c (add_conversions): Don't use TREE_CHAIN to traverse method
2009 vector.
2010
2011 * call.c (build_method_call): Synthesize here even when not inlining.
2012 * typeck.c (build_function_call_real): Ditto.
2013
2014Wed Dec 13 15:02:39 1995 Ian Lance Taylor <ian@cygnus.com>
2015
2016 * cp/lex.c (check_newline): If DBX_DEBUGGING_INFO and write_symbols
2017 == DBX_DEBUG, call dbxout_start_new_source_file and
2018 dbxout_resume_previous_source_file when appropriate.
2019
2020Tue Dec 12 20:38:55 1995 Mike Stump <mrs@cygnus.com>
2021
2022 * except.c (start_anon_func): Push to the top level.
2023 (end_anon_func): Pop from the top level.
2024
2025Mon Dec 11 18:56:14 1995 Mike Stump <mrs@cygnus.com>
2026
2027 * cp-tree.h (build_cleanup): New routine to build cleanups.
2028 * decl.c (expand_static_init): Use build_cleanup to build a cleanup
2029 call at ctor time and use atexit to run it later.
2030 * decl2.c (build_cleanup): New routine, taken from finish_file.
2031 (finish_file): Use build_cleanup instead, and don't put function
2032 local statics in global dtor list.
2033
2034Wed Dec 6 14:34:29 1995 Mike Stump <mrs@cygnus.com>
2035
2036 * except.c (expand_throw): Ensure that we have cleanups, if we try
2037 and expand cleanups.
2038
2039Wed Dec 6 11:48:21 1995 Mike Stump <mrs@cygnus.com>
2040
2041 * except.c (expand_throw): Add logic to manage dynamic cleanups for
2042 the EH object.
2043 (expand_end_catch_block): Use the magic of expand_goto, instead of
2044 emit_jump so that we get the cleanup for any catch clause parameter
2045 and the cleanup for the exception object. Update to reflect label
2046 changes.
2047 (push_eh_cleanup): New routine to register a cleanup for an
2048 exception object.
9e9ff709 2049 (empty_fndecl): Used to default cleanup actions to
72b7eeff
MS
2050 nothing.
2051 (init_exception_processing): Setup empty_fndecl. Setup
2052 saved_cleanup.
2053 (expand_start_catch_block): Update to reflect label changes. Call
2054 push_eh_object to register the cleanup for the EH object.
2055 (start_anon_func): New routine to start building lambda expressions
2056 from trees.
2057 (end_anon_func): New routine to end them.
2058 (struct labelNode): Change so that we can use tree labels, or rtx
2059 labels.
2060 (saved_cleanup): Object to check for dynamic cleanups for the
2061 exception handling object.
2062 (push_label_entry): Change so that we can use tree labels, or rtx
2063 labels.
2064 (pop_label_entry): Ditto.
2065 (top_label_entry): Ditto.
2066 (expand_start_all_catch): Use tree label instead of rtx label, so
2067 that we can get the magic of expand_goto.
2068 (expand_end_all_catch): Update to reflect label changes.
2069
2070 * class.c (build_vfn_ref): Remove building_cleanup logic, as we now
2071 use UNSAVE_EXPRs.
2072 typeck.c (get_member_function_from_ptrfunc): Remove remnants of
2073 building_cleanup logic, as we now use UNSAVE_EXPRs.
2074 * cp-tree.h (unsave_expr): Declare it.
2075 * decl.c (building_cleanup): Remove.
2076 (maybe_build_cleanup): Remove building_cleanup logic, and use
2077 UNSAVE_EXPR instead.
2078
2079Sun Dec 3 01:34:58 1995 Mike Stump <mrs@cygnus.com>
2080
2081 * gc.c (build_t_desc): Update error message to say <typeinfo>.
2082
2083Thu Nov 30 12:30:05 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2084
2085 * decl.c (pushdecl): Only warn about shadowing a local variable if
2086 warn_shadow is true.
2087
2088Sun Nov 26 16:06:55 1995 Rusty Russell <rusty@adelaide.maptek.com.au>
2089
2090 * typeck.c (build_binary_op_nodefault): Added warning about
2091 comparisons between different enum types with -Wall, unless
2092 -fenum-int-equiv set.
2093
2094Wed Nov 22 15:44:02 1995 Mike Stump <mrs@cygnus.com>
2095
2096 * class.c (finish_struct_1): Skip down to the inner type in
2097 multidimensional arrays. Ensures ctors will be made for types that
2098 need constructing.
2099
2100Wed Nov 22 14:19:22 1995 Mike Stump <mrs@cygnus.com>
2101
2102 * decl.c (last_dtor_insn): New to track the last compiler generated
2103 insn in a dtor.
2104 (store_parm_decls): Set it.
2105 (finish_function): Use it to see if the dtor is empty. Avoid doing
2106 vtable setup all the time, if we can.
2107 (struct cp_function): Add last_dtor_insn.
2108 (push_cp_function_context): Save it.
2109 (pop_cp_function_context): Restore it.
2110
2111Wed Nov 22 11:52:19 1995 Paul Russell <Rusty.Russell@adelaide.maptek.com.au>
2112
2113 * typeck.c (build_unary_op): Set TREE_NO_UNUSED_WARNING to avoid
9e9ff709 2114 warnings.
72b7eeff
MS
2115
2116Tue Nov 21 17:15:23 1995 Mike Stump <mrs@cygnus.com>
2117
2118 * typeck.c (expand_target_expr): Make sure targets get put into the
2119 current temp_slot_level, so that the free_temp_slots call will reuse
2120 them.
2121
2122Tue Nov 21 13:32:03 1995 Mike Stump <mrs@cygnus.com>
2123
2124 * class.c (finish_struct_1): Delay delta fixups for virtual bases
2125 until after we have done the hard virtuals, to avoid a bogus `every
2126 virtual function must have a unique final overrider' for virtual
2127 functions that are only overridden by hard virtuals.
2128
2129Thu Nov 9 13:35:30 1995 Jason Merrill <jason@yorick.cygnus.com>
2130
2131 * pt.c (do_function_instantiation): Don't try to find a file-scope
9e9ff709 2132 template for a member function.
72b7eeff
MS
2133
2134Tue Nov 14 06:20:35 1995 Mike Stump <mrs@cygnus.com>
2135
2136 * g++.c (main): Add handling of -nodefaultlibs.
2137
2138Mon Nov 13 15:45:34 1995 Mike Stump <mrs@cygnus.com>
2139
2140 * cp-tree.h (INDIRECT_BIND): Add a way for the frontend to
2141 distinguish between direct bindings of reference variables, and
2142 indirect bindings of reference variables.
2143 * cvt.c (build_up_reference): Use it.
2144 * typeck.c (convert_arguments): Use it to indicate this is an
2145 indirect binding.
2146 * decl.c (cp_finish_decl): Ensure that we reuse stack slots as fast
2147 as they are unused.
2148 (expand_static_init): Diotto.
2149 (cplus_expand_expr_stmt): Ditto.
2150 * decl2.c (finish_file): Ditto.
2151 * init.c (perform_member_init): Ditto.
2152 (emit_base_init): Ditto.
2153 (expand_aggr_vbase_init_1): Ditto.
2154
2155Fri Nov 10 09:19:31 1995 Jeffrey A Law (law@cygnus.com)
2156
2157 * tree.c (tree_copy_lang_decl_for_deferred_output): Handle
2158 copying of DECL_ARGUMENTS field.
2159 (tree_copy_lang_type_for_deferred_output): Handle disgusting
2160 re-use of TYPE_LANG_SPECIFIC for pointer to member function
2161 type nodes.
2162
2163Fri Nov 10 09:18:09 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2164
2165 * decl.c (push_namespace): Rewrite to use build_lang_decl, so we
2166 get a DECL_LANG_SPECIFIC node.
2167 * cp-tree.h (lang_decl_flags): Add new member `level'.
2168 (NAMESPACE_LEVEL): Don't use decl.arguments, instead use the
2169 decl_flags level member.
2170
2171Mon Nov 6 18:36:13 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2172
2173 * call.c (build_method_call): Make sure instance has a
2174 TYPE_LANG_SPECIFIC node before we dive into it.
2175
2176Sat Nov 4 20:01:52 1995 Jason Molenda (crash@phydeaux.cygnus.com)
2177
2178 * method.c (make_thunk): use TREE_SET_CODE to set thunk's tree code.
2179
2180Thu Nov 2 17:56:57 1995 Mike Stump <mrs@cygnus.com>
2181
2182 * decl.c (duplicate_decls): When smashing decls, smash staticness in
2183 the usual way.
2184
2185Thu Nov 2 16:44:02 1995 Mike Stump <mrs@cygnus.com>
2186
2187 * decl.c (poplevel): Handle the merging of subblocks of cleanups
2188 when finishing blocks that have already been created (usually due to
2189 the fixup goto code). Fixes bad debugging information.
2190
2191Wed Nov 1 12:33:53 1995 Jason Merrill <jason@yorick.cygnus.com>
2192
2193 * method.c (hack_identifier): Don't abort when we get a TREE_LIST
2194 that's not a list of overloaded functions.
2195
2196Wed Nov 1 11:38:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2197
2198 * decl2.c (mark_vtable_entries): Check DECL_LANG_SPECIFIC on fn
2199 before trying to use DECL_ABSTRACT_VIRTUAL_P.
2200
2201Tue Oct 31 11:56:55 1995 Jason Merrill <jason@yorick.cygnus.com>
2202
2203 * decl2.c (mark_used): New function for hooking into setting of
2204 TREE_USED on decls.
2205 * call.c (build_method_call): Use it.
2206 * class.c (instantiate_type): Ditto.
2207 * init.c (build_offset_ref): Ditto. Don't call assemble_external
2208 for all like-named functions.
2209 * method.c (hack_identifier): Ditto.
2210 (emit_thunk): Don't call assemble_external.
2211 (make_thunk): Create thunk as a FUNCTION_DECL so that it
2212 gets the right mode and ENCODE_SECTION_INFO works.
2213
2214 * parse.y: Use mark_used. Pass operator names to do_identifier.
2215 * lex.c (do_identifier): Handle operator names.
2216
2217 * decl2.c (grokclassfn): Tweak __in_chrg attributes.
2218
2219Thu Oct 26 20:58:59 1995 Jeffrey A Law (law@cygnus.com)
2220
2221 * cp/tree.c (tree_copy_lang_decl_for_deferred_output): Handle
2222 FIELD_DECLs and VAR_DECLs correctly.
2223
2224Thu Oct 26 16:45:58 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2225
2226 * errfn.c: Include stdio.h.
2227 (cp_sprintf): Take out decl of sprintf, and cast sprintf to errorfn*.
2228
2229Wed Oct 25 18:58:41 1995 Mike Stump <mrs@cygnus.com>
2230
2231 * typeck2.c (digest_init): Always convert initializers to the
2232 right type.
2233
2234Wed Oct 25 13:25:24 1995 Mike Stump <mrs@cygnus.com>
2235
2236 * init.c (member_init_ok_or_else): Don't allow member initializers
2237 for indirect members, as it is invalid.
2238
2239Wed Oct 25 11:35:28 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2240
2241 * decl.c (grokdeclarator): Don't allow `friend signed ()'.
2242
2243Fri Oct 20 10:30:59 1995 Mike Stump <mrs@cygnus.com>
2244
2245 * parse.y (for.init.statement): Catch compound statements inside for
2246 initializations, if we're being pedantic.
2247
2248Fri Oct 20 10:03:42 1995 Mike Stump <mrs@cygnus.com>
2249
2250 * decl.c (lookup_tag): Return NULL_TREE if we don't find what we are
2251 looking for.
2252
2253Thu Oct 19 14:26:10 1995 Mike Stump <mrs@cygnus.com>
2254
2255 * error.c (dump_expr): Don't core dump when a boolean expression is
2256 used as a default argument.
2257
2258Thu Oct 19 10:36:30 1995 Jason Merrill <jason@yorick.cygnus.com>
2259
2260 * class.c (finish_struct_bits): Check aggregate_value_p instead of
9e9ff709 2261 RETURN_IN_MEMORY.
72b7eeff
MS
2262
2263Wed Oct 18 18:12:32 1995 Jason Merrill <jason@yorick.cygnus.com>
2264
2265 * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE on a
2266 BLKmode type that would otherwise be returned in registers.
2267
2268Mon Oct 16 12:32:19 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2269
2270 * g++.c (WITHLIBC): New macro.
2271 (main): Declare saw_libc. Use WITHLIBC if `-lc' was used; set
2272 saw_libc and pass it at the end if it was set.
2273
2274Wed Oct 11 16:30:34 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2275
2276 * parse.y (fn.def1): Call split_specs_attrs in
2277 declmods notype_declarator case.
2278
21451173 2279Sun Nov 26 14:47:42 1995 Richard Kenner <kenner@mole.gnu.ai.mit.edu>
1b898c06
MS
2280
2281 * Version 2.7.2 released.
2282
2283Mon Nov 20 14:05:00 1995 Mike Stump <mrs@cygnus.com>
2284
2285 * g++.c (pfatal_with_name): Add missing third argument to concat.
2286
e7843f33
MS
2287Thu Oct 26 13:59:54 1995 Mike Stump <mrs@cygnus.com>
2288
2289 * init.c (expand_aggr_init): Handle cv qualifiers on the object's
2290 type.
2291
21451173 2292Sat Nov 11 08:25:55 1995 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
07674418
MS
2293
2294 * Version 2.7.1 released.
2295
2296Thu Nov 2 17:02:47 1995 Jason Merrill <jason@yorick.cygnus.com>
2297
2298 * call.c (convert_harshness): Handle references to arrays.
2299
2300Fri Oct 27 14:20:21 1995 Jason Merrill <jason@yorick.cygnus.com>
2301
2302 * typeck.c (comp_target_types): Check multi-level pointer
2303 conversions in both directions.
2304
2305Tue Oct 17 21:39:05 1995 Jason Merrill <jason@yorick.cygnus.com>
2306
2307 * parse.y (explicit_instantiation): Fix 'extern template' with no
2308 return type.
2309
2310Mon Oct 16 14:35:20 1995 Jason Merrill <jason@yorick.cygnus.com>
2311
2312 * parse.y (explicit_instantiation): Support automatic instantiation
2313 of constructors.
2314 (named_class_head_*): Support out-of-class definition of nested
2315 types.
2316
f30432d7
MS
2317Wed Oct 11 12:20:56 1995 Mike Stump <mrs@cygnus.com>
2318
2319 * search.c (envelope_add_decl): New routine. Fix so that
2320 methods are hidden in the same way that other members are.
2321 (dfs_pushdecls): Cleanup and move functionality out of line,
2322 into envelope_add_decl.
2323
2324Tue Oct 10 15:46:01 1995 Mike Stump <mrs@cygnus.com>
2325
2326 * typeck.c (mark_addressable): Only call assemble_external if we
2327 have started the output file.
2328
2329Tue Oct 10 11:27:18 1995 Jason Merrill <jason@yorick.cygnus.com>
2330
2331 * decl.c (start_function): Fix earlier cv-quals change.
2332
2333Mon Oct 9 23:53:05 1995 Mike Stump <mrs@cygnus.com>
2334
2335 * parse.y (complex_direct_notype_declarator): Only push the class if
2336 we are not already in the class.
2337
2338Mon Oct 9 11:22:03 1995 Doug Evans <dje@canuck.cygnus.com>
2339
2340 * decl.c (duplicate_decls): Call merge_machine_decl_attributes.
2341 Update olddecl's attributes too.
2342 (grokdeclarator): #if 0 out call to build_decl_attribute_variant.
2343 * typeck.c (common_type): Call merge_machine_type_attributes.
2344
2345Fri Oct 6 14:44:27 1995 Mike Stump <mrs@cygnus.com>
2346
2347 * typeck.c (mark_addressable): Add missing call to
2348 assemble_external.
2349
2350Wed Oct 4 22:05:23 1995 Jeff Law (law@hurl.cygnus.com
2351
2352 * cp/decl.c (deplicate_decls): Merge in deferred output
2353 status for variables.
2354 * cp/tree.c (tree_copy_lang_decl_for_deferred_output): New
2355 function to copy the g++ specific parts of a DECL node.
2356 (tree_copy_lang_type_for_deferred_output): Similarly for
2357 TYPE nodes.
2358
2359Wed Oct 4 15:06:39 1995 Mike Stump <mrs@cygnus.com>
2360
2361 * decl.c (store_parm_decls): Make sure the unwinder start comes
2362 before the exception specification start.
2363 * except.c (expand_exception_blocks): Make sure the unwinder end
2364 comes after the terminate protected catch clause region and after
2365 the end of the exception specification region.
2366
2367Wed Oct 4 12:47:02 1995 Jason Merrill <jason@yorick.cygnus.com>
2368
2369 * lex.c (real_yylex): Fix identifier case for linemode.
2370 (handle_sysv_pragma): Don't abort when we see a pragma we don't
2371 recognize.
2372
2373Tue Oct 3 14:09:46 1995 Mike Stump <mrs@cygnus.com>
2374
2375 * decl.c (store_parm_decls): Add a call to start_eh_unwinder.
2376 * except.c (init_exception_processing): __throw doesn't take any
2377 arguments.
2378 (expand_builtin_throw): Ditto. Always use Pmode, instead of SImode
2379 for all pointers. Use expand_builtin_return_addr to unwind the
2380 first level off the stack.
2381 (do_unwind): Always use Pmode, instead of SImode for all pointers.
2382 (expand_exception_blocks): Add a call to end_eh_unwinder.
2383 (start_eh_unwinder, end_eh_unwinder): New routines to build machine
2384 independent stack unwinders for function/method calls.
2385
2386Mon Oct 2 17:20:42 1995 Mike Stump <mrs@cygnus.com>
2387
2388 * tree.c (unsave_expr_now): Make sure we process the argument list
2389 of any called functions. Fixes incorrect code generation for
2390 cleanups.
2391
2392Mon Oct 2 13:04:16 1995 Mike Stump <mrs@cygnus.com>
2393
2394 * typeck.c (get_member_function_from_ptrfunc): Save function if it
2395 needs it. Cures core dump on things like (this->*(f()))().
2396
2397Sat Sep 23 22:51:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2398
2399 * decl.c (start_function): Conform to gcc cv-quals convention (no
2400 expression has a cv-qualified type) in RESULT_DECLs.
2401 * method.c (make_thunk): Ditto.
2402
2403Fri Sep 22 10:21:13 1995 Mike Stump <mrs@cygnus.com>
2404
2405 * decl.c (pushtag): Add in the namespace name for the tag.
2406
2407Thu Sep 21 13:11:13 1995 Mike Stump <mrs@cygnus.com>
2408
2409 * parse.y (maybe_base_class_list, base_class_list, base_class,
2410 base_class_access_list): Make sure we see the typenames for base
2411 classes.
2412 * lex.c (see_typename): Instead of failing to see a typename when
2413 there is no next token, perfer a typename, and get the next token.
2414
2415Wed Sep 20 12:35:27 1995 Michael Meissner <meissner@cygnus.com>
2416
2417 * decl.c (init_decl_processing): Add __builtin_expect.
2418
2419Tue Sep 19 16:48:11 1995 Mike Stump <mrs@cygnus.com>
2420
2421 * cvt.c (cp_convert_to_pointer): Don't allow leftover conversions to
2422 or from pointer to member functions, they must all be handled before
2423 this point.
2424
2425Fri Sep 15 17:14:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2426
2427 * init.c (resolve_offset_ref): Fix wording of non-static member
2428 being referenced as a static.
2429
2430Fri Sep 15 12:39:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2431
2432 * typeck.c (build_indirect_ref): Only bash pointer if we actually
2433 call build_expr_type_conversion.
2434
2435Thu Sep 14 18:24:56 1995 Jason Merrill <jason@deneb.cygnus.com>
2436
2437 * cvt.c (build_expr_type_conversion): Handle conversion from
2438 reference.
2439 * typeck.c (build_indirect_ref): Avoid infinite recursion.
2440
2441Thu Sep 14 17:23:28 1995 Mike Stump <mrs@cygnus.com>
2442
2443 * decl.c (expand_start_early_try_stmts): New routine to start a try
2444 block at the start of the function, for function-try-blocks.
2445 * cp-tree.h (expand_start_early_try_stmts): Declare it.
2446 * parse.y (function_try_block): Use it, instead of doing it here, as
2447 we don't want to include rtl.h here, as that conflicts with RETURN
2448 in the parser.
2449
2450Wed Sep 13 18:32:24 1995 Mike Stump <mrs@cygnus.com>
2451
2452 * lex.c (reinit_parse_for_block): Support saving inline
2453 function-try-blocks, uses peekyylex.
2454 * parse.y (eat_saved_input): New rule, permit the parser to see that
2455 END_OF_SAVED_INPUT is ok, as it can see this when parsing the
2456 handlers of a function-try-block.
2457 (fndef): Use it.
2458 (component_decl): Make sure TRY and RETURN can come after fn.def2.
2459 * spew.c (peekyylex): New routine to peek at what will come next.
2460
cf54380f
JM
2461Wed Sep 13 16:52:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2462
f30432d7 2463 * typeck.c (comptypes): Tighten up comparisons of template type
9e9ff709 2464 parms.
f30432d7 2465
cf54380f
JM
2466 * decl.c (duplicate_decls): Turn off whining about virtual functions
2467 redeclared inline for now.
2468
f30432d7
MS
2469Wed Sep 13 11:13:40 1995 Mike Stump <mrs@cygnus.com>
2470
2471 * decl.c (store_in_parms): New routine to put things before we
2472 put base inits.
2473 * cp-tree.h (store_in_parms): Declare it.
2474 * decl.c (store_parm_decls): Use it to makr sure the starting of the
2475 eh spec comes before base inits.
2476 (finish_function): Use sequences instead of the obsolete
2477 reorder_insns.
2478 * parse.y (fndef): Enhance readability and maintainability. Update
2479 to include function_try_block syntax.
2480 (function_try_block): Add.
2481
2482Tue Sep 12 17:43:07 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2483
2484 * call.c (convert_harshness): Use comptypes, not ==, to check if
2485 TYPE and PARMTYPE are equivalent on a function type.
2486
2453e8d1
DR
2487Tue Sep 12 17:31:33 1995 Douglas Rupp (drupp@cs.washington.edu)
2488
2489 * Make-lang.in (cc1plus) : Removed unnecessary $(exeext).
2490
f30432d7
MS
2491Mon Sep 11 23:24:07 1995 Mike Stump <mrs@cygnus.com>
2492
2493 * except.c (expand_throw): Never allocate storage for thrown pointer
2494 to objects.
2495
2496Mon Sep 11 19:36:45 1995 Mike Stump <mrs@cygnus.com>
2497
2498 * except.c (expand_start_catch_block): Pointers to objects come
2499 back from catch matching already dereferenced, don't dereference
2500 again.
2501
2502Mon Sep 11 15:46:28 1995 Mike Stump <mrs@cygnus.com>
2503
2504 * except.c (expand_throw): Only decay the throw expression, don't do
2505 any default conversions. This is so that one can throw and catch
2506 characters, and not have them match integers.
2507
2508Mon Sep 11 13:46:45 1995 Mike Stump <mrs@cygnus.com>
2509
2510 * error.c (dump_aggr_type): Deal with anonymous unions that don't
2511 have a TYPE_NAME.
2512
38267a70
BK
2513Fri Sep 8 20:40:27 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2514
2515 * lex.c (handle_sysv_pragma): Deal with getting a comma from yylex.
2516
f30432d7
MS
2517Fri Sep 8 15:51:41 1995 Mike Stump <mrs@cygnus.com>
2518
2519 * except.c (expand_end_eh_spec): Handle empty EH specifications.
2520
2521Fri Sep 8 15:27:22 1995 Mike Stump <mrs@cygnus.com>
2522
2523 * cp-tree.h (expand_start_eh_spec): Declare new routine.
2524 (expand_end_eh_spec): Ditto.
2525 * decl.c (store_parm_decls): Call expand_start_eh_spec to process
2526 exception specifications.
2527 * except.c (expand_leftover_cleanups): Remove unused parameter.
2528 (expand_end_catch_block): Ditto.
2529 (expand_exception_blocks): Ditto.
2530 (expand_start_eh_spec): New routine to mark the start of an
2531 exception specification region.
2532 (expand_end_eh_spec): New routine to mark the end of an exception
2533 specification region.
2534 (expand_exception_blocks): Call expand_end_eh_spec to process
2535 exception specifications.
2536
b37d04bc
PB
2537Fri Sep 8 14:40:48 1995 Per Bothner <bothner@kalessin.cygnus.com>
2538
2539 * lex.c (do_identifier): Use global binding in preference of
2540 dead for local variable.
2541
f30432d7
MS
2542Wed Sep 6 19:32:59 1995 Mike Stump <mrs@cygnus.com>
2543
2544 * cp-tree.h (build_exception_variant): Remove used first argument.
2545 * decl.c (duplicate_decls): Ditto.
2546 (grokfndecl): Ditto.
2547 (revert_static_member_fn): Ditto.
2548 * decl2.c (grok_method_quals): Ditto.
2549 * tree.c (build_exception_variant): Ditto.
2550 * typeck.c (common_type): Ditto.
2551 * decl2.c (grokclassfn): After changing the type, call
2552 build_exception_variant, if necessary.
2553
2554Tue Sep 5 15:56:27 1995 Mike Stump <mrs@cygnus.com>
2555
2556 * except.c (expand_throw): Run cleanups for the throw expression.
2557
2558Wed Aug 30 15:24:38 1995 Stephen L. Favor (sfavor@tigger.intecom.com)
2559
2560 * except.c (expand_builtin_throw): Moved gen_label_rtx calls beyond
2561 the store_parm_decls call which does initialization in the emit_*
2562 code concerning label numbering.
2563
2564Thu Aug 31 09:01:07 1995 Mike Stump <mrs@cygnus.com>
2565
2566 * except.c (expand_internal_throw): Let the frontend be responsible
2567 for managing all frontend EH parameters, the backend routine only
2568 needs to deal with backend values. type and value are no longer
2569 passed to __throw.
2570 (init_exception_processing): Ditto.
2571 (expand_start_all_catch): Ditto.
2572 (expand_end_all_catch): Ditto.
2573 (expand_leftover_cleanups): Ditto.
2574 (expand_end_catch_block): Ditto.
2575 (expand_builtin_throw): Ditto.
2576 (expand_throw): Ditto.
2577
2578Tue Aug 29 15:04:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2579
2580 * cp-tree.h (DECL_REAL_CONTEXT): Give the real declaration context
2581 for a decl.
2582 * decl.c (cp_finish_decl): Use it.
2583
2584Tue Aug 29 10:30:27 1995 Mike Stump <mrs@cygnus.com>
2585
2586 * except.c (expand_internal_throw): Oops, almost forgot type and
2587 value are now trees.
2588
2589Mon Aug 28 17:57:45 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2590
2591 Fix the attribute handling to make sure they get noted before we
2592 create the function's RTL, in case they can affect that.
2593 * decl.c (grokfndecl): New arg ATTRLIST. Run
2594 cplus_decl_attributes before creating the decl's rtl.
2595 (grokdeclarator): New arg ATTRLIST, passed down into grokfndecl.
2596 (shadow_tag, groktypename, start_decl, start_method): Pass a
2597 NULL_TREE to grokdeclarator's new last arg.
2598 * decl2.c (grokfield): New arg ATTRLIST, passed into grokdeclarator.
2599 (grokbitfield, grokoptypename): Pass a NULL_TREE to
2600 grokdeclarator's new last arg.
2601 * except.c (expand_start_catch_block): Likewise.
2602 * pt.c (process_template_parm, end_template_decl,
2603 do_function_instantiation): Likewise.
2604 * cp-tree.h (grokfield): Add arg.
2605 (grokdeclarator): Move the prototype from here...
2606 * decl.h: ...to here.
2607 * lex.c (cons_up_default_function): Pass NULL_TREE to grokfield
2608 ATTRLIST argument.
2609 * parse.y: Create a list for the grokfield arg where appropriate,
2610 and pass it down instead of calling cplus_decl_attributes.
2611
2612Mon Aug 28 15:07:24 1995 Mike Stump <mrs@cygnus.com>
2613
2614 * except.c: Always allow turning on exception handling. Allow cross
2615 compilations to use EH.
2616
2617Thu Aug 24 17:39:24 1995 Mike Stump <mrs@cygnus.com>
2618
2619 * except.c (saved_pc, saved_throw_type, saved_throw_value): Use
2620 trees, instead of rtxs, and don't depend on using special machine
2621 dependent registers.
2622 (expand_internal_throw): Ditto.
2623 (init_exception_processing): Ditto.
2624 (expand_start_all_catch): Ditto.
2625 (expand_end_all_catch): Ditto.
2626 (expand_start_catch_block): Ditto.
2627 (expand_leftover_cleanups): Ditto.
2628 (expand_end_catch_block): Ditto.
2629 (expand_builtin_throw): Ditto.
2630 (expand_throw): Ditto.
2631
2632Wed Aug 23 17:25:51 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2633
2634 * cvt.c (build_expr_type_conversion): Handle conversions to
2635 reference types.
2636
2637Wed Aug 23 15:33:59 1995 Mike Stump <mrs@cygnus.com>
2638
2639 * except.c (do_unwind): Work around backend bug with -fpic.
2640
fb409a19
PB
2641Tue Aug 22 17:20:07 1995 Per Bothner <bothner@kalessin.cygnus.com>
2642
2643 * decl2.c (flag_new_for_scope): Add a new mode that follows ANSI
2644 for-scoping, but supports (and warns about) old programs.
2645 Make the new mode (with value 1) the default.
2646 (lang_f_options): The on-value for flag_new_for_scope is now 2.
2647 * cp-tree.h (DECL_DEAD_FOR_LOCAL, DECL_ERROR_REPORTED): New macros
2648 (DECL_SHADOWED_FOR_VAR): Likewise.
2649 * decl.c (struct binding_level): New fields dead_vars_from_for
2650 and is_for_scope.
2651 (note_level_for_for): New function.
2652 (poplevel): Special processing if is_for_scope.
2653 (pushdecl): Warn if for-scope variable shadows local.
2654 * lex.c (do_identifier): Handle old (non-ANSI) for scoping,
2655 and warn if conflicts.
2656 * parse.y (FOR): Call note_level_for_for.
2657
f30432d7
MS
2658Mon Aug 21 10:28:31 1995 Jason Merrill <jason@deneb.cygnus.com>
2659
2660 * decl2.c (import_export_inline): Class interface hackery does not
2661 apply to synthesized methods.
2662
2663Sun Aug 20 16:29:00 1995 Mike Stump <mrs@cygnus.com>
2664
2665 * search.c (virtual_context): Find the right context more often.
2666 Solves a `recoverable compiler error, fixups for virtual function'
2667 problem.
2668
2669Sun Aug 20 13:53:24 1995 Mike Stump <mrs@cygnus.com>
2670
2671 * except.c (expand_start_all_catch): Ensure that we always transfer
2672 control to the right EH handler, by rethrowing the end label on the
2673 region, instead of hoping we are nested and falling through.
2674 (expand_leftover_cleanups): Ditto.
2675 (end_protect): Since we now rethrow the end label, put a
2676 nop after it, so that outer regions are recognized.
2677 * init.c (build_vec_delete_1): New routine to handle most of vector
2678 deleting, all code moved here from build_vec_delete.
2679 (build_array_eh_cleanup): Use build_vec_delete_1 to do all the real
2680 work.
2681 (expand_vec_init): If the array needs partial destructing, setup an
2682 EH region to handle it.
2683 (build_vec_delete): Move lots of code to build_vec_delete_1, use
2684 build_vec_delete_1 to do the grunt work.
2685
2686Sat Aug 19 14:25:33 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2687
2688 Handle decl attributes properly for function definitions without
2689 previous attribute-loaded declarations.
2690 * decl.c (start_function): New arg ATTRS. Add a call to
2691 cplus_decl_attributes with it before we create the RTL.
2692 * cp-tree.h (start_function): Update prototype.
2693 * parse.y (fn.def1): Pass ATTRS into start_function instead of
2694 trying to call cplus_decl_attributes too late. Pass a NULL_TREE
2695 for other use.
2696 * decl2.c (finish_file): Pass NULL_TREE as fourth arg to
2697 start_function.
2698 * method.c (synthesize_method): Likewise.
2699 * except.c (expand_builtin_throw): Likewise for start on __throw.
2700
2701Sat Aug 19 13:36:08 1995 Mike Stump <mrs@cygnus.com>
2702
2703 * class.c (set_rtti_entry): Turn on -fvtable-thunk -frtti support.
2704 This changes -fvtable-thunks vtable layout, so a recompile will be
2705 necessary, if you use -fvtable-thunks.
2706 (get_vtable_entry): Use n, instead of i to be consistent with the
2707 rest of the compiler.
2708 (get_vtable_entry_n): Ditto.
2709 (add_virtual_function): Add a slot for the tdesc, if -fvtable-thunks
2710 are being used.
2711 (finish_struct_1): Ditto.
2712 (skip_rtti_stuff): New routine to collapse similar code from many
2713 different parts of the compiler. I think I got them all.
2714 (modify_one_vtable): Use it.
2715 (fixup_vtable_deltas1): Ditto.
2716 (override_one_vtable): Ditto.
2717 * decl2.c (mark_vtable_entries): Ditto.
2718 * tree.c (debug_binfo): Ditto.
2719 * search.c (expand_upcast_fixups): Ditto.
2720 (get_abstract_virtuals_1): Ditto. Use virtuals, instead of tmp to
2721 consistent with the rest of the compiler.
2722 (get_abstract_virtuals): Ditto.
2723 * cp-tree.h (skip_rtti_stuff): New routine, declare it.
2724 * gc.c (build_headof): Support -fvtable-thunk and -frtti together.
2725 (build_typeid): Ditto.
2726 (build_classof): Remove old style way of doing rtti. Remove support
2727 for `classof' and `headof'.
2728 * gxx.gperf: Ditto.
2729 * hash.h: Ditto.
2730 * parse.y: Ditto.
2731
2732Fri Aug 18 17:31:58 1995 Jason Merrill <jason@deneb.cygnus.com>
2733
2734 * decl.c (start_function): Clear ctor_label and dtor_label.
2735
2736 * class.c (finish_struct_1): Fix handling of access decls.
2737
2738Tue Aug 15 19:21:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2739
2740 * class.c (finish_struct): Only do minimal processing here, so it
2741 can be used for class template definitions, as well.
2742 (finish_struct_1): New function with the rest of the code.
2743
2744Tue Aug 15 09:46:16 1995 Mike Stump <mrs@cygnus.com>
2745
2746 * class.c (prepare_fresh_vtable): On second though, always build the
2747 offset (see Aug 10 change), unless -fvtable-thunks is given. It
2748 does this by calling the new routine set_rtti_entry.
2749 (finish_struct): Ditto.
2750 (set_rtti_entry): New routine to update the rtti information at the
2751 start of the vtable.
2752
2753Mon Aug 14 12:21:22 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2754
2755 * error.c (dump_decl, case IDENTIFIER_NODE): Only work on a dtor
2756 if it's declared in the C++ language spec.
2757 (dump_function_decl): Likewise.
2758 (dump_function_name): Likewise.
2759 (ident_fndecl): Make sure we got something back from lookup_name.
2760 * decl.c (start_function): Likewise.
2761
2762Fri Aug 11 16:52:15 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2763
2764 * call.c (build_method_call): Don't call build_new when calling a
2765 constructor without an instance.
2766
2767Thu Aug 10 20:00:17 1995 Mike Stump <mrs@cygnus.com>
2768
2769 * class.c (prepare_fresh_vtable): Always build the offset to the
2770 complete object, as it doesn't cost much. This allows dynamic_cast
2771 to void * to work when -frtti isn't given.
2772 (finish_struct): Ditto.
2773
2774Thu Aug 10 16:31:28 1995 Mike Stump <mrs@cygnus.com>
2775
2776 * except.c (build_eh_type): Split out some functionality to new
2777 routine named build_eh_type_type.
2778 (build_eh_type_type): New routine.
2779 (expand_start_catch_block): Use build_eh_type_type, as we never want
2780 the dynamic type of the catch parameter, just the static type.
2781 Fixes core dumps when -frtti is used and one catchs pointers to
2782 classes.
2783
2784Thu Aug 10 14:55:29 1995 Mike Stump <mrs@cygnus.com>
2785
2786 * except.c (expand_builtin_throw): Since we now use normal calling
2787 conventions for __throw, we have to remove the first layer off the
2788 stack, so that the next context we search for handlers is the outer
2789 context instead of the context that had the call to __throw, if we
2790 don't immediately find the desired context.
2791
2792Tue Aug 8 17:44:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2793
2794 * tree.c (cp_expand_decl_cleanup): Returns int, not tree.
2795 * cp-tree.h: Update.
2796
2797 * parse.y (template_type_parm): Add support for `typename'.
2798
2799Tue Aug 8 12:06:31 1995 Mike Stump <mrs@cygnus.com>
2800
2801 * except.c (expand_internal_throw): New internal routine to throw a
2802 value.
2803 (expand_end_all_catch, expand_leftover_cleanups): All throwers
2804 changed to use `expand_internal_throw' instead of jumping to throw
2805 label.
2806 (expand_end_catch_block, expand_throw): Ditto.
2807 (throw_label): Removed.
2808 (expand_builtin_throw): Changed so that EH parameters are passed by
2809 normal function call conventions. Completes Aug 4th work.
2810
2811Fri Aug 4 17:17:08 1995 Mike Stump <mrs@cygnus.com>
2812
2813 * cp-tree.h (expand_builtin_throw): Declare it.
2814 * decl2.c (finish_file): Call expand_builtin_throw.
2815 * except.c (make_first_label): Remove.
2816 (init_exception_processing): Don't use a LABEL_REF for throw_label,
2817 instead use a SYMBOL_REF, this is so that we don't use LABEL_REFs in
2818 other functions that don't really appear in those functions. This
2819 solves a problem where cc1plus consumed exponential amounts of
2820 memory when -Wall was used.
2821 (expand_end_all_catch, expand_leftover_cleanups,
2822 expand_end_catch_block, expand_throw): Change all uses of
2823 throw_label to match new style.
2824 (do_unwind): Rename parameter to inner_throw_label, as it is now
2825 different from throw_label. Also, assume that our caller will wrap
2826 the passed label with a LABEL_REF, if needed.
2827 (expand_builtin_throw): Make external, change so that the generated
2828 throw is now a real function.
2829 (expand_exception_blocks): Never generate throw code inside another
2830 function.
2831
2832Fri Aug 4 12:20:02 1995 Mike Stump <mrs@cygnus.com>
2833
2834 * decl.c (grokdeclarator): Move checking of mutable const objects
2835 and mutable static objects down, as we might decide during parsing
2836 to unset staticp or constp (for example, when const is part of the
2837 object being pointed to).
2838
2839Thu Aug 3 17:13:43 1995 Mike Stump <mrs@cygnus.com>
2840
2841 * except.c (output_exception_table_entry): Enhance portability to
2842 weird machines.
2843 (emit_exception_table): Ditto.
2844
2845Thu Aug 3 16:41:38 1995 Mike Stump <mrs@cygnus.com>
2846
2847 * typeck.c (build_ptrmemfunc): Handle casting of pointer to
2848 non-virtual member functions.
2849
2850Wed Aug 2 11:58:25 1995 Mike Stump <mrs@cygnus.com>
2851
2852 * gc.c (build_typeid): Strip cv qualifiers so that const T&, T&, T
2853 and const T all match.
2854
2855Wed Aug 2 11:25:33 1995 Mike Stump <mrs@cygnus.com>
2856
2857 * except.c (build_eh_type): Strip cv qualifiers so that const T&,
2858 T&, T and const T all match.
2859
2860Tue Aug 1 14:20:16 1995 Mike Stump <mrs@cygnus.com>
2861
2862 * except.c: Fix up comments, cleanup code and eliminate exceptNode,
2863 exceptStack, exceptstack, push_except_stmts, pop_except_stmts,
2864 new_except_stack, push_last_insn, pop_last_insn, insn_save_node and
2865 InsnSave. Also, numerous speed improvements, and correctness
2866 improvements. Double faulting in all situations should now be
2867 handled correctly.
2868 (expand_start_all_catch): Instead of having many terminate protected
2869 regions, just have one.
2870 (expand_start_catch_block): No longer have to protect
2871 false_label_rtx, as it isn't used for EH region marking.
2872 (expand_end_catch_block): Expand out EH cleanups here by using
2873 expand_leftover_cleanups.
2874 (expand_end_all_catch): Use sequences instead of playing with insn
2875 links directly.
2876 (expand_exception_blocks): Ditto. Also protect all catch clauses
2877 with one terminate region.
2878
2879Mon Jul 31 13:24:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2880
2881 * method.c (report_type_mismatch): Don't talk about an object
2882 parameter for non-methods.
2883
2884Sun Jul 30 13:13:02 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2885
2886 * class.c (finish_struct): Catch private and protected members of
2887 anonymous unions here.
2888 * decl2.c (finish_anon_union): And here.
2889 * parse.y: Instead of here.
2890
2891 * errfn.c (ARGSLIST): Support passing four args.
2892 * error.c (cv_as_string): New function.
2893 (cp_printers): Add it.
2894 * call.c (build_method_call): Report 'const' at end of pseudo-decl.
2895
2896 * method.c (report_type_mismatch): Deal with a bad_arg of 0.
2897
2898 * init.c (expand_aggr_init): Handle volatile objects, too.
2899
2900Sat Jul 29 13:42:03 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2901
2902 * decl.c (struct binding_level): Keep list of incomplete decls.
2903 (print_binding_level): Use list_length to count them.
2904 (pushdecl): Build up the list.
2905 (hack_incomplete_structures): Walk it and prune completed decls.
2906
2907Fri Jul 28 15:26:44 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2908
2909 * typeck.c (comp_target_types): Don't check const and volatile for
2910 function types.
2911 (comp_ptr_ttypes_real): Ditto.
2912
2913Thu Jul 27 15:40:48 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2914
2915 * typeck.c (comp_target_types): Fix.
2916
2917Thu Jul 27 15:10:48 1995 Mike Stump <mrs@cygnus.com>
2918
2919 * cp-tree.h (unsave_expr_now, build_unsave_expr,
2920 cp_expand_decl_cleanup): Declare new routines.
2921 * decl.c (cp_finish_decl, store_parm_decls,
2922 hack_incomplete_structures): Change all cals from
2923 expand_decl_cleanup to cp_expand_decl_cleanup.
2924 * gc.c (protect_value_from_gc): Ditto.
2925 * expr.c (cplus_expand_expr): Handle UNSAVE_EXPRs.
2926 * tree.c (unsave_expr): New routine to build an UNSAVE_EXPR.
2927 (unsave_expr_now): Backend routine used by tree expander.
2928 (cp_expand_decl_cleanup): Wrap second argument in an UNSAVE_EXPR to
2929 work around a limitation in the backend. The backend uses the
2930 cleanups multiple times, on disjoint control flows, so we cannot
2931 pass unsaved SAVE_EXPRs to the backend.
2932 * tree.def (UNSAVE_EXPR): New tree code.
2933 * typeck.c (c_expand_return): Move goto/return code up inside
2934 conditional, as we don't always want to do this, we only want to do
2935 this when we don't otherwise finish with this control flow.
2936
2937Thu Jul 27 10:38:43 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2938
2939 * parse.y (typespec): Only complain about typeof if we're not
2940 getting it from a system header.
2941
2942Thu Jul 27 10:26:23 1995 Doug Evans <dje@canuck.cygnus.com>
2943
2944 Clean up prefix attribute handling.
2945 * parse.y (reserved_declspecs): Link prefix attributes with declspecs.
2946 (declmods): Likewise.
2947 (all rules that reference typed_declspecs and declmods): Call
2948 split_specs_attrs or strip_attrs to separate declspecs and attrs.
2949 (lang_extdef): Delete resetting of prefix_attributes.
2950 (template_def, notype_declarator rule): Use NULL_TREE for
2951 prefix_attributes.
2952 (condition): Use NULL_TREE for prefix_attributes.
2953 (setattrs): Deleted.
2954 (nomods_initdcl0): Set prefix_attributes to NULL_TREE.
2955 (component_decl): Delete resetting of prefix_attributes.
2956 (component_decl_1, notype_components rule): Use NULL_TREE for
2957 prefix_attributes.
2958 (simple_stmt): Delete resetting of prefix_attributes.
2959
2960Mon Jul 24 13:37:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2961
2962 * call.c (convert_harshness): Deal with reference conversions before
2963 others. Actually do array->pointer decay. Call comp_target_types
2964 with pointer types rather than their targets.
2965
2966 * typeck.c (comp_target_types): Avoid assigning D const * to B *.
2967
2968Mon Jul 24 08:54:46 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2969
2970 * pt.c (to_be_restored): Move decl to global scope.
2971
2972Sat Jul 22 12:22:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2973
2974 * decl.c (start_decl): Put back clearing of DECL_IN_AGGR_P.
2975
2976Fri Jul 21 17:09:02 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2977
2978 * decl.c (grokdeclarator): Downgrade error about 'extern int A::i'
2979 to pedwarn.
2980
2981 * pt.c (instantiate_template): Also avoid instantiation if the
2982 function has already been declared to be a specialization.
2983
2984 * decl2.c (check_classfn): Ignore cname argument, and return the
2985 matching function.
2986
2987 * decl.c (start_decl): Handle declarations of member functions
2988 outside of the class (i.e. specialization declarations).
2989
2990Thu Jul 20 10:34:48 1995 Jason Merrill <jason@phydeaux.cygnus.com>
2991
2992 * class.c (finish_struct): Don't mess with the type of bitfields.
2993
2994 * various.c: s/TYPE_POINTER_TO/build_pointer_type/.
2995
2996Thu Jul 20 01:43:10 1995 Mike Stump <mrs@cygnus.com>
2997
2998 * init.c (expand_aggr_init): Assume LOOKUP_ONLYCONVERTING if init
2999 is not a parameter list (TREE_LIST).
3000 (expand_default_init): If LOOKUP_ONLYCONVERTING is set, then set
3001 LOOKUP_NO_CONVERSION so that we don't allow two-level conversions,
3002 but don't set it otherwise.
3003
3004Wed Jul 19 20:32:01 1995 Mike Stump <mrs@cygnus.com>
3005
3006 * init.c (expand_default_init): Don't allow two-level conversions
3007 during construction.
3008
3009Wed Jul 19 18:06:37 1995 Mike Stump <mrs@cygnus.com>
3010
3011 * gc.c (build_headof): The type of dyncasting to a pointer to cv
3012 void, should be pointer to cv void.
3013
3014Wed Jul 19 17:25:43 1995 Mike Stump <mrs@cygnus.com>
3015
3016 * gc.c (build_dynamic_cast): Allow casting in const.
3017
3018Wed Jul 19 16:34:27 1995 Mike Stump <mrs@cygnus.com>
3019
3020 * typeck.c (build_const_cast): If we are passed error_mark_node,
3021 return it.
3022
3023Wed Jul 19 15:24:48 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3024
3025 * class.c (push_nested_class): Make sure TYPE is non-nil.
3026
3027 * cvt.c (type_promotes_to): Watch for error_mark_node on the
3028 incoming TYPE.
3029
3030Wed Jul 19 13:23:12 1995 Gerald Baumgartner <gb@alexander.cs.purdue.edu>
f65f5f62
GB
3031
3032 * cp-tree.h (SIGTABLE_VT_OFF_NAME): Renamed from SIGTABLE_OFFSET_NAME.
3033 (SIGTABLE_VB_OFF_NAME): New macro.
3034 (vt_off_identifier): Renamed from offset_identifier.
3035 (vb_off_identifier): Added extern declaration.
3036
3037 * decl.c (vt_off_identifier): Renamed from offset identifier.
3038 (vb_off_identifier): New variable to hold the identifier for the
3039 sigtable field vb_off.
3040 (init_decl_processing): Initialize vb_off_identifier.
3041 Renamed vt_off_identifier from offset_identifier.
3042 * sig.c (build_signature_method_call): Renamed offset_identifier and
3043 local variable offset to vt_off_identifer and vt_off, respecitively.
3044 * sig.c (build_signature_table_constructor): Renamed offset to vt_off.
3045
3046 * decl.c (init_decl_processing): Add vb_off field to
3047 sigtable_entry_type. Reorder fields so that pfn gets properly
3048 aligned at a 64 bit boundary on the Alpha.
3049 * sig.c (build_signature_table_constructor): Build the constructor
3050 according to the new layout. Set the vb_off field to -1 for now.
3051
3052 * decl.c (init_decl_processing): Align sigtable_entry_type on word
3053 boundaries instead of double word boundaries to save space.
3054
f30432d7
MS
3055Tue Jul 18 16:58:37 1995 Mike Stump <mrs@cygnus.com>
3056
3057 * cvt.c (cp_convert): Always call build_cplus_new for a ctor.
3058
3059Tue Jul 18 14:24:53 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3060
3061 * parse.y (opt.component_decl_list): Only forbid private/protected
3062 in anonymous unions. We need to make this know when the type is
3063 defined for an object, to not give the error.
3064
3065Mon Jul 17 14:22:44 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3066
3067 * parse.y (opt.component_decl_list): Don't allow access control
3068 as private or protected for union members.
3069
3070Sun Jul 16 14:01:00 1995 Jim Wilson <wilson@chestnut.cygnus.com>
3071
3072 * lex.c (check_newline): For 'p' case, move goto skipline line to
3073 before end brace for 'pragma'.
3074
3075Fri Jul 7 13:55:58 1995 Mike Stump <mrs@cygnus.com>
3076
3077 * g++.1: Tiny updates.
3078
3079Fri Jul 7 13:05:20 1995 Mike Stump <mrs@cygnus.com>
3080
3081 * decl.c (cp_finish_decl): Only destruct local static variables if
3082 they are constructed, and only construct the first time control
3083 passes completely through its declaration (if not initialized with a
3084 constant-expression).
3085 (expand_static_init): Ditto.
3086
3087Wed Jul 5 14:05:04 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3088
3089 * typeck.c (comptypes, case OFFSET_REF): If either offset basetype
3090 is a TEMPLATE_TYPE_PARM, give a match.
3091
f30432d7
MS
3092Fri Jun 30 15:42:57 1995 Mike Stump <mrs@cygnus.com>
3093
3094 * method.c (build_overload_value): Handle encoding of null pointer
3095 constants (or any pointer with a constant numeric value) for
3096 templates.
3097
42783eab
BK
3098Fri Jun 30 13:45:51 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3099
3100 * call.c (convert_harshness): Add QUAL_CODE when we're faced with
3101 const vs non-const for void conversions.
3102
f30432d7
MS
3103Fri Jun 30 10:19:52 1995 Mike Stump <mrs@cygnus.com>
3104
3105 * except.c (expand_start_all_catch): Fix problem with finding an
3106 outer nested try block when there is no code to separate it from an
3107 inner try block.
3108
3109Fri Jun 30 02:22:26 1995 Mike Stump <mrs@cygnus.com>
3110
3111 * search.c (dfs_pushdecls): Consume 2 or 3 orders of magnitude less
3112 memory please when virtual bases are used.
3113
3114Thu Jun 29 19:03:47 1995 Mike Stump <mrs@cygnus.com>
3115
3116 * class.c (build_vbase_path): Avoid testing things that cannot be
3117 null to see if they are null.
3118 * cvt.c (convert_pointer_to_vbase): Remove code that doesn't work.
3119 * decl.c (finish_function): Pass a type into the new
3120 convert_pointer_to_vbase instead of a binfo.
3121 * search.c (convert_pointer_to_vbase): Rewritten to use get_vbase
3122 and convert_pointer_to_real.
3123 (expand_indirect_vtbls_init): Use convert_pointer_to_vbase instead
3124 of the more cryptic call to get_vbase.
3125
e18923b4 3126Thu Jun 29 09:35:05 1995 Mike Stump <mrs@cygnus.com>
535c9c21
MS
3127
3128 * decl.c (BOOL_TYPE_SIZE): Fix broken SLOW_BYTE_ACCESS check.
3129
f30432d7
MS
3130Thu Jun 29 03:43:55 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3131
3132 * pt.c (instantiate_template): Don't strip 'this' twice.
3133
3134 * pt.c (coerce_template_parms): Allow null pointer constants.
3135
3136 * decl.c (revert_static_member_fn): But only if DECL_ARGUMENTS is
3137 set.
3138
f30432d7
MS
3139Wed Jun 28 18:39:03 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3140
3141 * decl.c (revert_static_member_fn): Also remove 'this' from
3142 DECL_ARGUMENTS.
3143 * decl2.c (check_classfn): Don't revert this function until we get a
3144 match.
3145
3146Wed Jun 28 14:07:27 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3147
3148 * parse.y (component_decl): Clear PREFIX_ATTRIBUTES here.
3149
3150Wed Jun 28 11:05:13 1995 Mike Stump <mrs@cygnus.com>
3151
3152 * decl2.c (finish_file): Handle global vector news.
3153 * init.c (build_new): Encode vector news so that later we will know
3154 how many elements there are.
3155
e18923b4 3156Mon Jun 26 13:38:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
415bfbd0
JM
3157
3158 * expr.c (cplus_expand_expr): Don't mess with temp slots.
3159
f30432d7
MS
3160 * decl2.c (warn_if_unknown_interface): Don't crash if tinst_for_decl
3161 returns null.
3162
3163 * decl2.c (check_classfn): Use revert_static_member_fn.
3164 * decl.c (revert_static_member_fn): Diagnose static member functions
3165 declared const or volatile.
3166
3167 * decl2.c (grokfield): Check for missing default args here, too.
3168 (check_default_args): Function to do the checking.
3169 * decl.c (pushdecl): Use it.
3170
3171 * decl.c (pushdecl): Don't warn about shadowing a member of `this'
3172 if there is no `this'.
3173
3174Sun Jun 25 11:34:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3175
3176 * call.c (build_method_call): Downgrade 'called before definition'
3177 to a warning, as it ought to go away after Monterey.
3178
3179Sat Jun 24 14:18:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3180
3181 * pt.c (coerce_template_parms): Don't do extra checking on pointer
3182 to member arguments.
3183
3184 * class.c (finish_struct): const and reference members don't prevent
3185 a class from being an aggregate.
3186
3187 * class.c (finish_struct): Signatures are always aggregates.
3188
f7d9d4a8
JM
3189Fri Jun 23 17:20:29 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3190
f30432d7
MS
3191 * decl2.c (check_classfn): Improve error message.
3192
3193 * pt.c (tsubst): Handle PROMOTE_PROTOTYPES.
f7d9d4a8 3194
f7522313
JM
3195Thu Jun 22 01:50:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3196
f30432d7 3197 * typeck.c (comptypes): Don't ignore method quals.
f7522313 3198
f30432d7
MS
3199 * class.c (finish_struct): Non-abstract virtuals are always USED.
3200
3201 * decl.c (build_ptrmemfunc_type): The underlying union type isn't
3202 IS_AGGR_TYPE, either.
3203 * class.c (finish_struct): Use CLASSTYPE_NON_AGGREGATE instead.
3204 * cp-tree.h: Ditto.
3205
3206 * cp-tree.h (lang_type): Add aggregate.
3207 (CLASSTYPE_AGGREGATE): New macro.
3208 (TYPE_NON_AGGREGATE_CLASS): Ditto.
3209 * class.c (finish_struct): Determine whether a class is an
3210 aggregate.
3211 * decl.c (cp_finish_decl): Check TYPE_NON_AGGREGATE_CLASS instead of
3212 TYPE_NEEDS_CONSTRUCTING.
3213 * typeck2.c (digest_init): Check TYPE_NON_AGGREGATE_CLASS for
3214 subobjects, too.
3215
3216 * pt.c (tsubst, PARM_TYPE): Propagate DECL_ARTIFICIAL.
d8f1d487
RK
3217
3218 * decl.c (start_function): For pre-parsed functions, layout all of
3219 the parm decls again.
3220 (grokvardecl): TREE_PUBLIC depends on DECL_THIS_EXTERN, not
3221 DECL_EXTERNAL.
3222
f30432d7
MS
3223 * pt.c (coerce_template_parms): Improve checking for invalid
3224 template parms.
3225
3226Wed Jun 21 12:01:16 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
3227
3228 * decl.c (grokdeclarator): Forbid declaration of a static member
3229 with the same name as its enclosing class.
3230
d8f1d487
RK
3231Mon Jun 19 10:28:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3232
3233 * decl.c (finish_function): Clear current_class_decl.
3234
3235 * typeck.c (build_conditional_expr): Use convert (boolean_type_node
3236 instead of truthvalue_conversion.
3237
3238 * class.c (finish_struct): A data member with the same name as the
3239 class doesn't suppress constructors.
3240
3241Fri Jun 16 18:11:39 1995 Gerald Baumgartner (gb@alexander.cs.purdue.edu)
3242
3243 * decl.c (start_function): If current_class_decl is a signature
3244 pointer, don't dereference it but set C_C_D to current_class_decl.
3245
3246Fri Jun 16 17:06:28 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3247
3248 * decl.c (duplicate_decls): Complain about virtual functions
3249 redeclared to be inline.
3250
3251Fri Jun 16 13:20:38 1995 Mike Stump <mrs@cygnus.com>
3252
3253 * decl.c (get_unique_name): New routine to name unnamed namespaces.
3254 (push_namespace): Use get_unique_name for naming unnamed namespaces.
3255
d3c89e1f
JM
3256Thu Jun 15 15:00:41 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3257
d8f1d487 3258 * parse.y: Call cplus_decl_attributes with prefix_attributes where
f30432d7 3259 appropriate.
d8f1d487
RK
3260
3261Wed Jun 14 19:24:49 1995 Mike Stump <mrs@cygnus.com>
3262
3263 * search.c (get_vbase): New routine to switch hierarchies from the
3264 CLASSTYPE_VBASECLASSES to the normal one.
3265 (expand_indirect_vtbls_init): Use get_vbase to figure out how we
3266 want to convert to a vbase pointer.
3267
3268Mon Jun 12 17:50:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3269
3270 * pt.c (instantiate_class_template): Add the new instantiation to
f30432d7 3271 template_classes.
d8f1d487
RK
3272 (do_pending_expansions): Call instantiate_member_templates on all of
3273 the classes in template_classes.
3274
3275Mon Jun 12 12:36:59 1995 Mike Stump <mrs@cygnus.com>
3276
3277 * decl.c (complete_array_type): Fill in the TYPE_DOMAIN of our
3278 TYPE_MAIN_VARIANT if it is not filled in.
3279 * init.c (build_delete): If the TYPE_DOMAIN is not set, give an
3280 error instead of core dumping.
3281
3282Mon Jun 12 10:41:40 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3283
3284 * call.c (can_convert): Also check for distance > 0.
3285 (can_convert_arg): Ditto.
3286 (user_harshness): Ditto.
3287
3288Fri Jun 9 19:17:21 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3289
3290 * g++.c (MATH_LIBRARY): Provide default.
3291 (main): Always link with the math library if we link with libstdc++.
3292
3293 * decl.c (start_function): Complain about redefinition of a function
3294 even when the pending_inline version is compiled after the other
3295 version.
3296
3297Thu Jun 8 15:44:38 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3298
3299 * gc.c (build_dynamic_cast): Build up a reference to a parameter of
3300 aggregate type.
3301
d8f1d487
RK
3302Wed Jun 7 15:31:57 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
3303
3304 * init.c (build_vec_delete): Resolve an offset ref before we try to
3305 use it.
3306
3307Wed Jun 7 14:19:32 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3308
3309 * typeck.c (build_modify_expr): If the class lacks a constructor or
3310 assignment operator, return error_mark_node.
3311 (common_type): Use build_cplus_array_type.
3312
3313Tue Jun 6 09:41:27 1995 Mike Stump <mrs@cygnus.com>
3314
3315 * class.c (dont_allow_type_definitions): New variable set when types
3316 cannot be defined.
3317 (finish_struct): Use it.
3318 * cp-tree.h (dont_allow_type_definitions): Define it.
3319 * parse.y (primary, handler_seq): Set it.
3320
3321Mon Jun 5 18:49:38 1995 Mike Stump <mrs@cygnus.com>
3322
3323 * method.c (build_opfncall): Use DECL_CHAIN, not TREE_CHAIN for
3324 results from lookup_fnfields. Always give warning/error on bad
3325 code.
3326
3327Mon Jun 5 11:39:37 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
3328
3329 * init.c (member_init_ok_or_else): Don't allow initialization of
3330 an ancestor's member from within a constructor.
3331
3332Mon Jun 5 11:20:34 1995 Gerald Baumgartner (gb@alexander.cs.purdue.edu)
3333
3334 * sig.c (build_signature_table_constructor): Use DECL_CONTEXT
3335 instead of DECL_CLASS_CONTEXT for calculating the vfield offset so
3336 abstract virtual functions are handled correctly.
3337
3338 * sig.c (build_signature_table_constructor): Store the correct
3339 delta in signature table entries. It does not yet work for
3340 classes with virtual base classes as implementations of signatures.
3341 (build_signature_method_call): Add the delta to the object_ptr
3342 before generating the function call.
3343
3344 * call.c (build_method_call): Make instance_ptr the signature
3345 pointer itself instead of dereferencing the optr.
3346 * sig.c (build_signature_method_call): Dereference the optr for the
3347 direct and virtual calls.
3348
3349 * sig.c (build_signature_table_constructor): Make the tag for
3350 default implementations -1 instead of 2.
3351 (build_signature_method_call): Change the generated conditional
3352 expression correspondingly.
3353
3354 * sig.c (build_signature_pointer_constructor): Deleted the sorry
3355 message that said we can't handle multiple inheritance for
3356 implementations of signatures
3357 (build_signature_method_call): Use the offset from the sigtable
3358 entry instead of the vptr field from the signature pointer for
3359 building a virtual function call.
3360
3361 * class.c (build_vfn_ref): Deleted signature specific code, we don't
3362 call this function anymore from build_signature_method_call.
3363
3364 * cp-tree.h (SIGNATURE_VPTR_NAME): Deleted. We use the right vptr
3365 field in the object now instead of in the signature pointer/ref.
3366 (build_vptr_ref): Deleted extern declaration.
3367 * sig.c (build_vptr_ref): Deleted.
3368 (build_signature_pointer_or_reference_type): Deleted construction of
3369 the vptr field.
3370 (build_signature_pointer_constructor): Deleted initialization of/
3371 assignment to the vptr field.
3372
3373 * sig.c (build_signature_table_constructor): Convert the signature
3374 table entry fields to their correct types.
3375
3376 * sig.c (build_signature_table_constructor): Don't call digest_init
3377 for the fields of a sigtable entry, it's wasted time.
3378
3379 * sig.c (build_signature_table_constructor): Correctly set the
3380 offset and index fields of a sigtable entry. Build the constructor
3381 the way digest_init does, digest_init can't handle initializing an
3382 anonymous union inside a struct.
3383 (build_signature_method_call): Use the index field instead of the
3384 delta field to get the vtable index.
3385
3386 * decl.c (init_decl_processing): Fix number of fields for building
3387 sigtable_entry_type.
3388
3389 * cp-tree.h (tag_identifier, offset_identifier): Added extern decls.
3390 (SIGTABLE_CODE_NAME): Renamed to SIGTABLE_TAG_NAME.
3391 (SIGTABLE_PFN_NAME): Deleted, we'll use VTABLE_PFN_NAME instead.
3392 * decl.c (tag_identifier, offset_identifier): New variables to
3393 hold the identifiers for the sigtable fields tag and offset.
3394 (init_decl_processing): Initialize these variables.
3395 (init_decl_processing): Use these variables to build the
3396 sigtable_entry_type structure. Rename the code and offset fields
3397 to tag and delta, respectively; add offset and index fields. Changed
3398 types of fields from short_integer_type_node to delta_type_node.
3399 * sig.c (build_signature_table_constructor): Rename code and offset
3400 to tag and delta, respectively.
3401 (build_signature_method_call): Ditto. Use above variables.
3402
d8f1d487
RK
3403Thu Jun 1 17:03:51 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3404
3405 * decl.c (lookup_name_real): Don't try to look anything up in an
3406 erroneous object.
3407
3408Fri Jun 2 10:30:14 1995 Mike Stump <mrs@cygnus.com>
3409
3410 * method.c (build_overload_int): New routine. Break out
3411 functionality from build_overload_value so we can reuse it.
3412 (build_overload_value): Handle pointer to member functions as value
3413 parameters for templates.
3414 (build_overload_identifier): Since template parameters are shared
3415 among all instantiations, we have to substitute in the real types
3416 in TREE_TYPE (parm).
3417 pt.c (coerce_template_parms): Ditto.
3418 (push_template_decls): Ditto.
3419 (grok_template_type): Deleted as template parameters are shared
3420 among all instantiations.
3421
3422Wed May 31 19:10:32 1995 Mike Stump <mrs@cygnus.com>
3423
3424 * decl.c (grokdeclarator): Always give errors on constant overflow
3425 for array indices.
3426
3427Wed May 31 11:39:43 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3428
3429 * typeck.c (commonparms): Don't abort if simple_cst_equal returns < 0.
3430 (build_c_cast): Don't tack on a NON_LVALUE_EXPR when casting to
3431 reference type.
3432 (build_indirect_ref): Fix check for *&.
3433
72b7eeff
MS
3434Fri Jun 16 06:54:03 1995 Mike Stump <mrs@cygnus.com>
3435
3436 * Version 2.7.0 released.
3437
3438Fri Jun 16 15:07:29 1995 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
3439
3440 * Make-lang.in (DEMANGLER_PROG): Add LIBS.
3441
3442Thu Jun 15 15:00:41 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3443
3444 * decl.c (define_function): Don't set DECL_INTERFACE_KNOWN.
3445
3446Wed Jun 7 20:00:31 1995 Mike Stump <mrs@cygnus.com>
3447
3448 * *.[chy]: Change all callers of finish_decl to cp_finish_decl.
3449 * decl.c (finish_decl): New routine to handle call backs from the
3450 mid end (declare_hidden_char_array).
3451
3452Wed Jun 7 19:02:50 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3453
3454 * decl.c (start_function): Handle setting C_C_D here.
3455 (set_C_C_D): Removed.
3456 (struct saved_scope): Remove class_decl.
3457 (push_to_top_level): Don't save current_class_decl.
3458 (pop_from_top_level): Don't restore current_class_decl or C_C_D.
3459 (struct cp_function): Add C_C_D.
3460 (push_cp_function_context): Save C_C_D.
3461 (pop_cp_function_context): Restore C_C_D.
3462
3463Fri Jun 2 11:05:58 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3464
3465 * decl.c (set_C_C_D): New function. suspend_momentary before
3466 building C_C_D.
3467 (pop_from_top_level): Call it.
3468 (start_function): Ditto.
3469 (pop_cp_function_context): Ditto.
3470
3471 * class.c, cp-tree.h, decl.c, decl2.c, parse.y: Lose all references
3472 to current_vtable_decl, CLASSTYPE_INST_VAR and CLASSTYPE_VTBL_PTR.
3473
3474 * decl.c (push_cp_function_context): Save current_class_decl.
3475 (pop_cp_function_context): Restore current_class_decl and set C_C_D.
3476 (pop_from_top_level): Don't use CLASSTYPE_INST_VAR to set C_C_D.
3477 (start_function): Ditto.
3478
3479 * class.c (popclass): Don't mess with current_class_decl,
3480 current_vtable_decl, or C_C_D.
3481
3482Mon May 29 12:45:10 1995 Paul Eggert <eggert@twinsun.com>
3483
3484 * Make-lang.in (c++.mostlyclean): Remove $(DEMANGLER_PROG).
3485
b796119f
RK
3486Wed May 24 15:55:18 1995 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
3487
3488 * decl.c (duplicate_decls): Check simple_cst_equal result against 0.
3489 * decl2.c (finish_anon_union): Likewise.
3490 * method.c (largest_union_member): Likewise.
3491
103894f1
L
3492Wed May 24 14:41:11 1995 H.J. Lu (hjl@nynexst.com)
3493
3494 * Make-lang.in (cxxmain.o): Replace single quotes with backslashes.
3495
fbb47000
RK
3496Mon May 22 17:38:48 1995 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
3497
3498 * Make-lang.in (g++, g++-cross, cc1plus, DEMANGLER_PROG):
3499 Use $@ instead of output name so works even if have .exe.
3500 (cxxmain.o): Use cp if ln -s fails.
3501 (c++.install-man): Use $(exeext) in executable names.
3502 (c++.mostlyclean, stage[1-4]): Use $(objext) in object file names.
3503 * Makefile.in (../cc1plus): Use $(exeext) in name of executable.
3504
878cd289
MS
3505Wed May 24 01:39:03 1995 Jason Merrill <jason@deneb.cygnus.com>
3506
3507 * call.c (build_method_call): parms can be null, duh.
3508
3509Tue May 23 01:32:09 1995 Jason Merrill <jason@deneb.cygnus.com>
3510
3511 * call.c (build_method_call): If convert_arguments failed, just bail.
3512
3513Fri May 19 10:31:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3514
3515 * cvt.c (convert_force): Pass LOOKUP_NORMAL to cp_convert.
3516
3517 * tree.c (copy_to_permanent): Oops.
3518
3519Fri May 19 10:01:07 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
3520
3521 * cp-tree.h (break_out_target_exprs): Add decl.
3522
3523Thu May 18 13:02:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3524
3525 * decl.c (start_function): Move *all* interface handling stuff after
3526 the pushdecl.
3527
3528 * tree.c (mapcar): Renamed from make_deep_copy and generalized.
3529 (perm_manip): Return t if permanent, otherwise 0.
3530 (copy_to_permanent): Use them.
3531 (bot_manip): Helper for break_out_target_exprs.
3532 (break_out_target_exprs): New function. Uses mapcar.
3533
3534 * typeck.c (convert_arguments): Use it.
3535
3536 * method.c (hack_identifier): Use convert_from_reference to
3537 dereference a reference.
3538
3539Wed May 17 17:54:54 1995 Mike Stump <mrs@cygnus.com>
3540
3541 * call.c (convert_harshness): Move reference bashing before pointer
3542 to member bashing.
3543
3544Wed May 17 16:57:53 1995 Mike Stump <mrs@cygnus.com>
3545
3546 * cvt.c (convert_to_reference): Only complain, if complaints are
3547 wanted.
d8f1d487 3548 * typeck.c (build_function_call_real): Ditto. If LOOKUP_SPECULATIVELY
878cd289 3549 is set and something won't work, return NULL_TREE.
d8f1d487 3550 * cvt.c (cp_convert): Ditto. Pass flags down to build_method_call.
878cd289 3551 (convert): Pass LOOKUP_NORMAL to cp_convert.
d8f1d487 3552 * typeck.c (convert_for_assignment): Ditto.
878cd289 3553 (convert_force): Pass LOOKUP_COMPLAIN to cp_convert.
d8f1d487 3554 (convert_arguments): Get out early if we get an error_mark_node.
878cd289
MS
3555 (convert_for_initialization): Use cp_convert instead of convert so
3556 that we can pass flags down.
3557 * cp-tree.h (LOOKUP_SPECULATIVELY): Added documentation.
3558
c19a8067
JM
3559Wed May 17 01:43:58 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3560
878cd289
MS
3561 * typeck2.c (store_init_value): Don't take the MAIN_VARIANT of the
3562 decl type.
3563
c19a8067
JM
3564 * class.c (finish_struct): Don't complain about a class with no
3565 user-defined constructors but with a member that has no default
3566 constructor, as this is OK for aggregates.
3567
3568 * expr.c (cplus_expand_expr, NEW_EXPR): If this is an explicit
3569 constructor call, mark slot addressable.
3570
eacd15bc
DR
3571Tue May 16 18:37:51 1995 Douglas Rupp (drupp@cs.washington.edu)
3572
3573 * g++.c: Changed WINNT to _WIN32.
3574
a9aedbc2
MS
3575Tue May 16 12:40:16 1995 Jason Merrill <jason@lisa.cygnus.com>
3576
3577 * lex.c (handle_sysv_pragma): Don't use token_buffer.
3578
3579Tue May 16 12:05:26 1995 Mike Stump <mrs@cygnus.com>
3580
3581 * call.c (resolve_scope_to_name): Add initial semantic support for
3582 namespaces.
3583 * class.c (finish_struct): Ditto.
3584 * cp-tree.h (NAMESPACE_LEVEL): Ditto.
3585 * cvt.c (build_up_reference, convert_to_reference): Ditto.
3586 * decl.c (binding_level::namespace_p, suspend_binding_level): Ditto.
3587 (resume_binding_level, toplevel_bindings_p): Ditto
3588 (namespace_bindings_p, declare_namespace_level): Ditto.
3589 (resume_level, push_namespace, pop_namespace): Ditto.
3590 (pop_everything, pushtag, duplicate_decls, pushdecl): Ditto.
3591 (implicitly_declare, lookup_namespace_name, lookup_name_real): Ditto.
3592 (start_decl, make_temporary_for_reference), Ditto.
3593 (obscure_complex_init, finish_decl, expand_static_init): Ditto.
3594 (grokvardecl, grokdeclarator, parmlist_is_exprlist): Ditto.
3595 (store_parm_decls, hack_incomplete_structures): Ditto.
3596 * decl2.c (get_temp_name, finish_anon_union, current_namespace): Ditto.
3597 (push_namespace, pop_namespace, do_namespace_alias): Ditto.
3598 (do_toplevel_using_decl, do_class_using_decl): Ditto.
3599 * error.c (dump_decl): Ditto.
3600 * init.c (build_member_call, build_offset_ref): Ditto.
3601 * lex.c (identifier_type): Ditto.
3602 * parse.y (lang_extdef, using_decl, extdef, component_decl_1): Ditto.
3603 (nested_name_specifier_1): Ditto.
3604 * spew.c (yylex): Ditto.
3605 * tree.def (NAMESPACE_DECL): Ditto.
3606
3607Tue May 16 11:55:35 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3608
3609 * decl.c (push_overloaded_decl): Return the new decl even if it
3610 can't be pushed.
3611
3612Tue May 16 11:00:37 1995 Jason Merrill <jason@lisa.cygnus.com>
3613
3614 * typeck.c (decay_conversion): Split out from default_conversion.
3615 (default_conversion): Call it.
3616 (build_binary_op): Ditto.
3617 (build_binary_op_nodefault): Use decay_conversion for truth ops.
3618
3619Mon May 15 12:47:56 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3620
3621 * decl.c (warn_extern_redeclared_static): This is a pedwarn.
3622 (duplicate_decls): Always use the old decl's linkage info. Don't
3623 play with linkage of consts.
3624 (pushdecl): Don't play with linkage of consts.
3625 (redeclaration_error_message): Don't complain about an old public
3626 decl and a new non-public decl here.
3627 (grokvardecl): Handle linkage of consts here.
3628 (grokdeclarator): An 'extern inline' is public. Pass constp to
3629 grokvardecl.
3630 (start_function): Wait until after the pushdecl to do some linkage
3631 stuff.
3632
3633 * decl2.c (import_export_vtable): Make duplicates weak rather than
3634 static if supported.
3635 (import_export_inline): Ditto.
3636 * pt.c (do_pending_expansions): Ditto.
3637
3638 * class.c (build_vbase_path): flag_assume_nonnull_objects only
3639 affects reference conversion.
3640
3641 * init.c (emit_base_init): Build up an RTL_EXPR and add it to
f30432d7 3642 rtl_expr_chain.
a9aedbc2
MS
3643 * decl.c, decl2.c: s/base_init_insns/base_init_expr/.
3644
7154457b
PE
3645Tue May 16 07:06:28 1995 Paul Eggert <eggert@twinsun.com>
3646
3647 * method.c (numeric_output_need_bar): Renamed from misspelling.
3648
45ca9d09
RK
3649 * typeck.c (build_ptrmemfunc): Fix misspellings in messages.
3650
7ab7b006
RK
3651Sun May 14 10:26:22 1995 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3652
3653 * lang-options.h, lang-specs.h: New files.
3654
fd378c9d
JM
3655Thu May 11 00:31:48 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3656
3657 * typeck.c (default_conversion): Don't check for BLKmode before
3658 pulling out the decl_constant_value.
3659
3660 * decl.c (start_function): Clear named_labels and shadowed_labels.
3661
3662 * typeck.c (build_function_call_real): Also synthesize methods here.
3663
3664Wed May 10 00:55:59 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3665
3666 * decl2.c (finish_file): Synthesize exported methods before the
3667 reconsider loop.
3668
3669 * parse.y: Move declaration of flag_new_for_scope to file scope.
3670
863adfc0
MS
3671Tue May 9 19:10:33 1995 Mike Stump <mrs@cygnus.com>
3672
3673 * decl2.c: Add flag_new_for_scope for new -ffor-scope flag.
3674 * parse.y (FOR): Conditionalize the pushing and poping of scope for
3675 the for-init-statement upon the new flag_new_for_scope.
3676 * parse.y (try_block): Simplify and use compstmt.
3677
3678Mon May 8 12:41:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3679
3680 * decl.c (define_function): Mark function decl artificial.
3681
3682Sun May 7 00:51:28 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3683
3684 * parse.y (simple_stmt, FOR): Put back push/pop for condition scope.
3685
3686 * decl2.c (grokclassfn): DECLs don't have cv-qualified types.
3687 * tree.c (build_cplus_method_type): Ditto.
3688
3689 * cp-tree.h (SET_DECL_ARTIFICIAL): Just set DECL_ARTIFICIAL to 1.
3690
3691 * typeck.c (build_function_call_real): If convert_arguments failed,
3692 just bail.
3693 (convert_arguments): If one of the arguments is error_mark_node,
3694 just bail.
3695
3696Sat May 6 02:39:41 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3697
3698 * decl.c (duplicate_decls): Don't check DECL_NOT_REALLY_EXTERN for
3699 decls that don't include it.
3700
3701Fri May 5 14:23:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3702
3703 * decl.c (duplicate_decls): Decls that have DECL_INTERFACE_KNOWN or
3704 DECL_NOT_REALLY_EXTERN set aren't extern decls.
3705
3706 * typeck.c (build_indirect_ref): Don't call default_conversion for a
3707 parameter of reference_type.
3708 * cvt.c (convert_from_reference): Just use build_indirect_ref.
3709
3710 * pt.c (do_type_instantiation): Only instantiate member functions
3711 that actually come from templates.
3712
3713Fri May 5 09:46:05 1995 Mike Stump <mrs@cygnus.com>
3714
3715 * parse.y: Generalized cleanup of poplevels, and compound statements
3716 and compound statements in try blocks. Rewritten `for' rule so that
3717 the scope of variables declared in the for clause is shortened to
3718 span just to the end of the statement, instead of the whole
3719 containing block.
3720
3721Fri May 5 00:37:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3722
3723 * call.c (convert_harshness): Handle pointers to members better.
3724
3725Thu May 4 16:00:26 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3726
3727 * decl2.c (delete_sanity): Do access control here.
3728 * init.c (build_delete): Instead of here.
3729
3730 * Make-lang.in: Build c++filt.
3731
3732Wed May 3 02:59:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3733
3734 * decl2.c (cplus_decl_attributes): If we just modified a TYPE_DECL,
3735 update our IDENTIFIER_TYPE_VALUE.
3736
a5894242
MS
3737Fri Apr 28 07:58:41 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3738
3739 * lex.c (cons_up_default_function): Fix linkage of #pragma
3740 implemented functions.
3741
3742Thu Apr 27 16:56:24 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3743
3744 * method.c (build_overload_name): Simplify and fix repeated type
3745 folding.
3746
3747 * decl.c (grokdeclarator): Prohibit pointers to void or reference
f30432d7 3748 members.
a5894242
MS
3749
3750Thu Apr 27 09:49:07 1995 Mike Stump <mrs@cygnus.com>
3751
3752 * typeck2.c (process_init_constructor): Make sure initializers are
3753 fully digested.
3754
3755Thu Apr 27 01:11:55 1995 Jason Merrill <jason@python.cygnus.com>
3756
3757 * lex.c (cons_up_default_function): Always defer synthesis.
3758
3759Thu Apr 27 00:20:37 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3760
3761 * decl2.c (mark_inline_for_output): Don't play with pending_inline
3762 stuff.
3763
3764Wed Apr 26 17:48:24 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3765
3766 * call.c (user_harshness): New function; like build_type_conversion,
3767 but doesn't actually build anything.
3768 (compute_conversion_costs): Use it instead of build_type_conversion.
3769
3770Wed Apr 26 17:11:25 1995 Jason Merrill <jason@deneb.cygnus.com>
3771
3772 * typeck.c (build_function_call_real): Improve error message for
3773 calling a non-function.
3774
3775 * method.c (hack_identifier): Lose check for calling a data member.
3776
3777Wed Apr 26 16:59:13 1995 Mike Stump <mrs@cygnus.com>
3778
3779 * typeck2.c (build_functional_cast): Remove very old cruft.
3780 Seems like good code is generated without it.
3781
3782Wed Apr 26 00:47:16 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3783
3784 * method.c (do_build_assign_ref): Fix handling of anonymous unions.
3785 (do_build_copy_constructor): Ditto.
3786
3787 * parse.y (simple_stmt, SWITCH): Call {push,pop}_switch.
3788
3789 * decl.c (push_switch): New function.
3790 (pop_switch): Ditto.
3791 (define_case_label): Check for jumping over initialization.
3792
3793 * call.c (build_method_call): Check for an inline function being
3794 called before its definition has been seen.
3795 * typeck.c (build_function_call_real): Ditto.
3796
3797 * decl.c (duplicate_decls): Check for a function being redeclared
3798 inline after its address has been taken.
3799
3800 * typeck.c (build_conditional_expr): Handle related class lvalues.
3801
3802Tue Apr 25 13:20:45 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3803
3804 * pt.c (do_pending_expansions): Don't expand unused templates.
3805
3806 * parse.y (component_decl): Accept a lone semicolon.
3807
3808Tue Apr 25 00:25:56 1995 Jason Merrill <jason@rtl.cygnus.com>
3809
3810 * call.c (build_method_call): Don't allow an RTL_EXPR to serve as the
3811 object parameter anymore.
3812
3813 * expr.c (cplus_expand_expr): Don't create RTL_EXPRs with no insns.
3814
3815Mon Apr 24 12:35:48 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3816
3817 * parse.y (simple_stmt, decl case): Clear prefix_attributes.
3818 (lang_extdef): Ditto.
3819
3820 * parse.y (maybe_parmlist): New rule for use in declarators where
3821 this could either be a list of expressions or parameters. Calls
3822 suspend_momentary before deciding which.
3823 (direct_after_type_declarator): Use it.
3824 (complex_direct_notype_declarator): Use it.
3825
3826 * pt.c (tsubst): Propagate attributes const and noreturn.
3827
3828 * typeck.c (build_modify_expr): If warn_synth, call build_opfncall
3829 before doing the default thing.
3830
2db70b29
DE
3831Thu Apr 27 21:49:36 1995 Doug Evans <dje@cygnus.com>
3832
3833 * typeck.c (common_type): Call lookup_attribute instead of
3834 value_member.
3835
91887f0b
RK
3836Tue Apr 25 18:07:43 1995 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
3837
3838 * Make-lang.in: Change "realclean" to "maintainer-clean".
3839
e8abc66f
MS
3840Sun Apr 23 12:32:38 1995 Mike Stump <mrs@cygnus.com>
3841
3842 * decl2.c (finish_file): Fix broken linked list handling.
3843
3844Fri Apr 21 18:08:43 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3845
3846 * class.c (finish_base_struct): Don't set TYPE_HAS_COMPLEX_*_REF
3847 as often.
3848 (finish_struct): Ditto.
3849
3850 * various: Use TYPE_HAS_TRIVIAL_* instead of TYPE_HAS_COMPLEX_*.
3851
3852 * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): New macro.
3853 (TYPE_HAS_TRIVIAL_ASSIGN_REF): New macro.
3854
3855Fri Apr 21 15:52:22 1995 Jason Merrill <jason@python.cygnus.com>
3856
3857 * typeck.c (c_expand_return): Only expand a returned TARGET_EXPR if
3858 it is of the same type as the return value.
3859
3860Fri Apr 21 03:01:46 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3861
3862 * decl2.c (finish_file): Reconsider if synthesizing a method wrote
3863 out its assembly.
3864
3865 * typeck.c (convert_for_initialization): Don't call a trivial copy
3866 constructor.
3867
3868 * typeck2.c (store_init_value): Only abort if the type has a
3869 non-trivial copy constructor.
3870
3871 * typeck.c (c_expand_return): If we're returning in a register and
3872 the return value is a TARGET_EXPR, expand it. Only do
3873 expand_aggr_init if we're returning in memory.
3874 (expand_target_expr): Function to expand a TARGET_EXPR.
3875 (build_modify_expr): Use it.
3876
3877 * tree.c (build_cplus_new): Layout the slot.
3878
3879 * expr.c (cplus_expand_expr): Use expand_call to expand the call
3880 under a NEW_EXPR, so the target is not discarded.
3881
3882Thu Apr 20 14:59:31 1995 Mike Stump <mrs@cygnus.com>
3883
3884 * gc.c (build_dynamic_cast): Tighten error checking.
3885
3886Thu Apr 20 11:23:54 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3887
3888 * expr.c (cplus_expand_expr): Only abort if the returned target is
3889 different from what we expected if the type has a non-trivial copy
3890 constructor.
3891
3892 * decl2.c (cplus_decl_attributes): Attributes applied to a template
3893 really apply to the template's result.
3894
3895 * tree.c (lvalue_p): Check IS_AGGR_TYPE instead of TREE_ADDRESSABLE
3896 to decide whether to consider a CALL_EXPR an lvalue.
3897
3898 * class.c (finish_struct_bits): Only set TREE_ADDRESSABLE if the
3899 type has a non-trivial copy constructor.
3900
3901 * decl.c (start_function): If interface_known, unset
3902 DECL_NOT_REALLY_EXTERN on the function.
3903
3904Wed Apr 19 16:53:13 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3905
3906 * pt.c (do_function_instantiation): Handle explicit instantiation of
3907 member functions.
3908 (do_type_instantiation): Handle 'inline template class foo<int>',
3909 meaning just spit out the vtable.
3910
3911 * lex.c (cons_up_default_function): Set DECL_NOT_REALLY_EXTERN on
3912 the consed functions.
3913
3914 * decl2.c (import_export_inline): Set DECL_INTERFACE_KNOWN.
3915
3916Wed Apr 19 16:28:17 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
3917
3918 * call.c, class.c, decl2.c, gc.c, init.c, parse.y, pt.c, search.c,
3919 typeck.c: Include output.h.
3920
3921Wed Apr 19 14:57:21 1995 Gerald Baumgartner (gb@alexander.cs.purdue.edu)
3922
3923 * call.c (build_method_call): Allow a signature member functions to
3924 be called from a default implementation.
3925
3926Wed Apr 19 10:21:17 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3927
3928 * repo.c (finish_repo): Remember what directory we are in.
3929
3930 * search.c (expand_upcast_fixups): Don't mess with abort_fndecl.
3931
3932 * repo.c: Use obstacks instead of fixed-size buffers. Don't spit
3933 out the second copy of the symbol name. Don't remember COLLECT_GCC.
3934
43f2999d
MS
3935Wed Apr 19 02:32:40 1995 Mike Stump <mrs@cygnus.com>
3936
3937 * search.c (virtual_context): New function to get the virtual
3938 context of a function.
3939 (expand_upcast_fixups): New function to generate runtime vtables.
3940 (fixup_virtual_upcast_offsets): Ditto.
3941 (expand_indirect_vtbls_init): Use fixup_virtual_upcast_offsets to
3942 ensure that the this offsets for upcasts from virtual bases into
3943 other virtual bases or non-virtual bases are correct at construction
3944 time and destruction time.
3945 * class.c (fixup_vtable_deltas): Modify to fixup all offsets in all
3946 vtables in all virtual bases, instead of just one vtable in each
3947 virtual base.
3948 (fixup_vtable_deltas1): Ditto.
3949
44a8d0b3
MS
3950Tue Apr 18 03:57:35 1995 Michael Meissner (meissner@cygnus.com)
3951
3952 * Makefile.in (lex.o): Add dependency on c-pragma.h.
3953
3954 * lex.c (handle_sysv_pragma): Use NULL_PTR and NULL_TREE as
3955 appropriate, instead of 0.
3956
3957Mon Apr 17 12:28:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3958
3959 * decl.c (pushdecl): Use decls_match, not duplicate_decls, for
3960 comparing local and global decls.
3961
3962Fri Apr 14 01:46:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3963
3964 * typeck.c (convert_arguments): Only prohibit passing to ... of
3965 types with non-trivial copy constructors.
3966
3967 * repo.c (repo_template_used): Don't try to mess with no id.
3968
3969Fri Apr 14 23:32:50 1995 Per Bothner <bothner@rtl.cygnus.com>
3970
3971 * decl.c (duplicate_decls): Use cp_warning_at for redundant-decls.
3972
3973Thu Apr 13 15:37:42 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
3974
3975 * cp-tree.h (current_tinst_level): Delete declaration, since it's
3976 static inside pt.c.
3977
3978 * typeck.c (build_modify_expr): Catch incompatible array assignment.
3979
3980 * parse.y (attribute_list, attrib): Rewrite actions to feed the
3981 right stuff to decl_attributes.
3982
3983Thu Apr 13 11:24:10 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3984
3985 * search.c (dfs_debug_mark): Check for magic virtual like
3986 import_export_vtable.
3987
3988 * typeck.c (build_binary_op_nodefault): Don't call cp_pedwarn with
3989 four args.
3990
3991Wed Apr 12 12:02:57 1995 Jason Merrill <jason@deneb.cygnus.com>
3992
3993 * decl2.c (finish_file): Move prevtable pass before needs_messing_up
3994 decision.
3995
3996Tue Apr 11 11:20:27 1995 Jason Merrill <jason@phydeaux.cygnus.com>
3997
3998 * decl.c (finish_decl): If we're writing out a static data member of
3999 a class, we want the debug info for that class.
4000
4001 * gc.c (build_t_desc): Check linkage of a class properly.
4002
4003 * class.c (finish_struct): Set the 'headof' offset for the main
4004 vtable properly.
4005 (prepare_fresh_vtable): Fix typeinfo pointer here.
4006 (modify_one_vtable): Instead of here.
4007
4008Mon Apr 10 12:15:59 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4009
4010 * repo.c (repo_get_id): New function to return the interesting
4011 identifier for a repo entity.
4012 (repo_template_used): Use it.
4013 (repo_template_instantiated): Mark the id as chosen.
4014 (init_repo): Record whether or not the id was chosen.
4015 (finish_repo): Note if an id was newly chosen.
4016
4017 * pt.c (do_function_instantiation): Call repo_template_instantiated.
4018 (do_type_instantiation): Ditto. Don't diagnose multiple
4019 instantiation.
4020
4021 * decl2.c (finish_file): Use DECL_NOT_REALLY_EXTERN when deciding
4022 whether or not to synthesize a method.
4023
4024 Undo these changes:
4025 * class.c (finish_vtbls): build more vtables if flag_rtti is on.
4026 * class.c (modify_all_direct_vtables): ditto.
4027 * init.c (expand_direct_vtbls_init): expand more vtables if
4028 flag_rtti is on.
4029
79ff2c6c
MS
4030Sat Apr 8 17:45:41 1995 Mike Stump <mrs@cygnus.com>
4031
4032 * gc.c (build_headof): Use ptrdiff_type_node instead of
4033 integer_type_node on pointer arithmetic.
4034
4035Sat Apr 8 11:57:04 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4036
4037 * typeck.c (build_modify_expr): Undo previous change.
4038
4039Thu Apr 6 01:23:50 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4040
4041 * Makefile.in (compiler): Remove ../cc1plus before rebuilding it.
4042
4043 * repo.c (get_base_filename): Put the .rpo file in the directory
4044 with the object file, not the source.
4045
4046 * typeck.c (build_conditional_expr): Handle pmf's better.
4047
4048 * repo.c (finish_repo): Also use ASM_OUTPUT_LABELREF to print out
4049 the name of the symbol.
4050
4051Wed Apr 5 15:24:12 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4052
4053 * repo.c (open_repo_file): Make repo filename DOS-compliant.
4054 (*): Also write a new repo file if some previously-used
4055 templates are no longer used. Only remember the identifier.
4056
4057 * lex.c (cons_up_default_function): If this function belongs to a
4058 template class, call repo_template_used for it.
4059
4060 * repo.c (repo_template_used): Using a class means using its vtable,
4061 if any.
4062 (finish_repo): Ditto.
4063
4064 * typeck.c (build_modify_expr): Only wrap TARGET_EXPRs in RTL_EXPRs
4065 if the type has a complex copy constructor.
4066
4067 * decl2.c (lang_decode_option): -frepo implies
4068 -fno-implicit-templates.
4069
4070 * decl.c (start_function): Clear current_{base,member}_init_list.
4071
4072 * lex.c (init_lex): Also unset *_eq if ! flag_operator_names.
4073
4074Tue Apr 4 16:11:08 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4075
4076 * decl.c (struct cp_function): Add {base,member}_init_list.
4077 (push_cp_function_context): Save current_{base,member}_init_list.
4078 (pop_cp_function_context): Restore them.
4079
b19b4a78
MS
4080Mon Apr 3 16:55:08 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4081
4082 * repo.c (get_base_filename): Take filename parm, fix logic bug.
4083
4084 * typeck.c (build_compound_expr): Do not warn about a compound expr
4085 in which the first expression has no side effects.
4086 (build_x_compound_expr): Warn here instead.
4087 (build_conditional_expr): Don't warn about a conditional expression
4088 between an enum and the type it promotes to.
4089
4090 * init.c (build_new): Handle initialization of arrays of builtins
4091 properly.
4092
4093Mon Apr 3 15:08:04 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4094
4095 * repo.c: Include config.h to get definitions of bcopy and rindex
4096 on systems that don't have them (e.g., SVR4).
4097
4098Mon Apr 3 14:41:55 1995 Mike Stump <mrs@cygnus.com>
4099
4100 * decl2.c (finish_table): Pass NULL_TREE instead of init to
4101 finish_decl so that it won't try and do error checking on the
4102 initializer.
4103
4104Mon Apr 3 10:45:50 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4105
4106 * repo.c (get_base_filename): Analyze COLLECT_GCC_OPTIONS to
4107 determine whether this compile used -c -o.
4108 (open_repo_file): Use get_base_filename. Remove the extension.
4109 (finish_repo): Spit out the values of main_input_filename,
4110 COLLECT_GCC and COLLECT_GCC_OPTIONS.
4111
4112 * parse.y (structsp): Add TYPENAME_KEYWORD complex_type_name.
4113
faae18ab
MS
4114Sun Apr 2 23:43:51 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4115
4116 * search.c (compute_access): Don't try to do access control on
4117 nested types.
4118
4119Fri Mar 31 10:14:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4120
4121 * repo.c: New file to handle things repo.
4122
4123 * pt.c (instantiate_template): Call repo_template_used if the
4124 definition is accessible.
4125 (mark_function_instantiated): Split out from
4126 do_function_instantiation.
4127 (mark_class_instantiated): Split out from do_type_instantiation.
4128
4129 * parse.y (template_instantiate_once): Call repo_template_used.
4130
4131 * lex.c (lang_init): Call init_repo.
4132
4133 * decl2.c: Handle flag_use_repository.
4134 (finish_file): Call finish_repo.
4135
4136 * decl.c (start_method): Call repo_template_used if this is a
4137 template method.
4138
4139 * Makefile.in (CXX_OBJS): Add repo.o.
4140 (repo.o): Add dependencies.
4141
4142 * Make-lang.in (CXX_SRCS): Add repo.c.
4143
4144 * decl.c (start_function): If DECL_INTERFACE_KNOWN and
4145 DECL_NOT_REALLY_EXTERN are both set, unset DECL_EXTERNAL.
4146
4147 * typeck.c (build_binary_op_nodefault): Identify the invalid operand
4148 types used.
4149
4150 * decl.c (duplicate_decls): Propagate DECL_NOT_REALLY_EXTERN.
4151
4152Thu Mar 30 17:54:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4153
4154 * typeck.c (build_binary_op_nodefault): Tidy up use of build_type
4155 and result_type. When checking for comparison between signed
4156 and unsigned, use result_type rather than the (possibly shortened)
4157 type of op0. Also, don't warn about equality comparison of a
4158 signed operand to an unsigned constant that fits in the signed
4159 type.
4160
4161 * method.c (do_build_copy_constructor): Reverse
4162 current_base_init_list after we've built it up.
4163
4164Thu Mar 30 14:35:18 1995 Mike Stump <mrs@cygnus.com>
4165
4166 * except.c (build_throw): Never warn about the value of throw not
4167 being used.
4168
4169Thu Mar 30 13:16:54 1995 Mike Stump <mrs@cygnus.com>
4170
4171 * except.c (expand_start_catch_block): Check for bad catch parameter
4172 declarations.
4173
4174Thu Mar 30 13:06:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4175
4176 * decl.c (finish_function): Only set DECL_NOT_REALLY_EXTERN if
4177 DECL_EXTERNAL is not already set.
4178
4179Thu Mar 30 11:26:24 1995 Mike Stump <mrs@cygnus.com>
4180
4181 * method.c (emit_thunk): Let poplevel know that the last level is
4182 for a function so it can create a BLOCK_NODE and set DECL_INITIAL.
4183
4184Thu Mar 30 11:15:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4185
4186 * decl2.c (import_export_inline): Don't set DECL_NOT_REALLY_EXTERN
4187 here.
4188
4189 * decl.c (grokdeclarator): OK, don't abort if we see a decl with
4190 METHOD_TYPE.
4191 (finish_function): Set DECL_EXTERNAL and DECL_NOT_REALLY_EXTERN on
4192 all deferred inlines.
4193
4194Wed Mar 29 19:35:02 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4195
4196 * cp-tree.h (DECL_THIS_INLINE): New macro.
4197 (DECL_NOT_REALLY_EXTERN): New macro.
4198 (DECL_THIS_STATIC): New macro.
4199
4200 * decl.c: Lose all references to current_extern_inline. Break
4201 inline semantics into DECL_INLINE for actual inlining and
4202 DECL_THIS_INLINE for the linkage wierdness. Use DECL_THIS_STATIC.
4203 * decl2.c: Use DECL_NOT_REALLY_EXTERN to indicate that we want to
4204 emit an inline here. Associated changes.
4205 * lex.c: Ditto.
4206 * pt.c: Ditto.
4207 * typeck.c: Ditto.
4208
4209 * call.c (build_method_call): Don't bother trying to handle inlines
4210 specially.
4211 * cvt.c (convert_to_aggr): Ditto.
4212
4213 * pt.c (do_function_instantiation): Handle instantiation of
4214 public inlines, too.
4215
4216Wed Mar 29 16:04:25 1995 Mike Stump <mrs@cygnus.com>
4217
4218 * except.c (init_exception_processing): Change the interface for
4219 __throw_type_match and add decl for new rtti matching routine
4220 __throw_type_match_rtti.
4221 (build_eh_type): New routine to build a run time descriptor for the
4222 expression given.
4223 (expand_start_catch_block): Update to use new calling convention for
4224 the matcher.
4225 (expand_throw): Update to use build_eh_type.
4226
08fb8ad0
WL
4227Mon Mar 27 07:14:33 1995 Warner Losh <imp@village.org>
4228
4229 * g++.c: Removed __NetBSD__ from conditional.
4230 Declare strerror if HAVE_STRERROR is defined; otherwise
4231 declare sys_errlist and sys_nerr.
4232 (my_strerror): New function.
4233
71851aaa
MS
4234Tue Mar 28 14:16:35 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4235
4236 * search.c (get_binfo): Don't try to be so clever.
4237
4238 * tree.c (copy_to_permanent): Also suspend_momentary().
4239
4240 * cvt.c (cp_convert_to_pointer): Hand off to convert_fn_pointer even
4241 if the types are the same.
4242
4243 * decl.c (start_function): Handle extern inlines more like C++ says
f30432d7 4244 we should.
71851aaa
MS
4245
4246 * init.c (build_member_call): Hand constructor calls off to
4247 build_functional_cast.
4248
4249 * typeck2.c (build_functional_cast): Use DECL_NESTED_TYPENAME to get
4250 the name of the type.
4251
4252Tue Mar 28 13:13:56 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4253
4254 * decl.c (grokdeclarator): Check for the decl returned by
4255 grokfndecl to be null before using build_decl_attribute_variant.
4256
4257Mon Mar 27 18:04:41 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4258
4259 * init.c (build_new): Use build_pointer_type instead of
4260 TYPE_POINTER_TO.
4261
7215f9a0
MS
4262Fri Mar 24 12:11:24 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4263
71851aaa
MS
4264 * typeck.c (build_conditional_expr): Handle pmfs.
4265 (convert_for_assignment): Fix pmf support.
4266
4267 * cvt.c (convert_fn_ptr): Support !flag_vtable_thunks.
4268 (cp_convert_to_pointer): Handle pmfs.
4269 (cp_convert): Pass pmfs to cp_convert_to_pointer.
4270
4271 * typeck.c (common_type): Handle inheritance for pmfs.
4272
4273 * typeck2.c (build_m_component_ref): Do access control.
4274
4275 * typeck.c (comp_target_types): Check for conversion to void *
4276 before checking trickier conversions.
4277
7215f9a0
MS
4278 * decl.c (duplicate_decls): Propagate DECL_ABSTRACT_VIRTUAL_P.
4279
4280 * pt.c (push_tinst_level): Complain if template instantiation depth
4281 is greater than max_tinst_depth.
4282
4283 * typeck.c (common_type): Assume that we can call common_type to
4284 unify the target type of a pointer.
4285
4286Thu Mar 23 00:48:44 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4287
4288 * decl2.c (finish_file): Don't synthesize methods at
4289 finish_vtable_prevardecl time. Do synthesize methods that are not
4290 used, but are public and not external.
4291
4292 * cvt.c (build_type_conversion): Only give an error if for_sure.
4293
4294 * typeck.c (comp_target_types): Only support pointer conversions if
4295 nptrs > 0.
4296
4297Wed Mar 22 19:30:15 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4298
4299 * init.c (build_new): Catch use of an initializer list where it
4300 shouldn't be.
4301
4302Wed Mar 22 16:21:07 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4303
4304 * init.c (build_new): Wrap alloc_expr in an RTL_EXPR if nelts is
4305 non-constant.
4306
4307 * decl2.c: temp_name_counter is now public.
4308
4309 * decl.c (struct cp_function): Add temp_name_counter field.
4310 (push_cp_function_context): Save it.
4311 (pop_cp_function_context): Restore it.
4312
4313 * typeck.c (common_type): Handle unifying function types, and unify
4314 unmatched things to void* with a compiler_error, rather than
4315 silently like before.
4316
28cbf42c
MS
4317Wed Mar 22 15:10:34 1995 Mike Stump <mrs@cygnus.com>
4318
4319 * decl2.c (finish_prevtable_vardecl, finish_vtable_vardecl): Revert
4320 Brendan's last change and fix latent problem that causes TD entries
4321 to not come out when the things that need them has yet to be
4322 expanded.
4323
4324Wed Mar 22 15:12:00 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4325
4326 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
4327 and type1, since we might have changed op0 or op1.
4328
4329Wed Mar 22 13:33:45 1995 Jason Merrill <jason@python.cygnus.com>
4330
4331 * typeck.c (common_type): Don't mess up templates.
4332
4333Wed Mar 22 04:56:00 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4334
4335 * typeck.c (common_type): Handle ptms properly. Also handle
4336 T* -> void*.
4337 (build_binary_op_nodefault): New variable build_type controls what
4338 type is given to the expression when it is created. Set this to
4339 boolean_type_node for comparison ops instead of using result_type.
4340 (comp_target_types): Allow T * -> void *.
4341
4342 * cvt.c (cp_convert_to_pointer): Do access control when converting
4343 ptms, too.
4344
4345Tue Mar 21 17:25:06 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4346
4347 * parse.y (extern_lang_string): Catch use of linkage specs that
4348 aren't all naming the same language.
4349
4350 * class.c (finish_struct): Delete accidental duplicate code.
4351
4352Tue Mar 21 14:00:57 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4353
4354 * typeck.c (build_binary_op_nodefault): Disable pedwarns about
4355 comparing functions and incomplete types.
4356
4357 * decl.c (finish_function): Only unset current_function_decl if
4358 !nested.
4359 (duplicate_decls): Last change went too far; we only want to stop
4360 checking for value/reference ambiguity.
4361
4362Tue Mar 21 01:26:39 1995 Mike Stump <mrs@cygnus.com>
4363
4364 * gc.c (build_generic_desc): Zap the DECL_SIZE so that we can lay it
4365 out fresh, as the new type may be larger.
4366
4367Mon Mar 20 19:01:10 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4368
4369 * expr.c (extract_init): Try to expand the RTL for the
4370 initialization and figure out what it will look like so we can avoid
4371 run-time initialization. Disabled for now.
4372 (extract_scalar_init): Helper for scalar initialization.
4373 (extract_aggr_init): Helper for aggregate initialization.
4374
4375 * decl.c (duplicate_decls): Don't complain about ambiguous
4376 declarations.
4377 (obscure_complex_init): Now returns a tree. Call extract_init if
4378 we're optimizing and this is a toplevel decl.
4379 (finish_decl): Update accordingly.
4380
4381 * lex.c (check_newline): If we're just changing files (not pushing
4382 or popping), update input_file_stack->name.
4383
4384Mon Mar 20 17:55:04 1995 Mike Stump <mrs@cygnus.com>
4385
4386 * pt.c (type_unification): Only TEMPLATE_DECLs are handled right now
4387 in the transitive unification code.
4388
4389Mon Mar 20 16:07:50 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4390
4391 * decl.c (shadow_tag): Don't allow inline, virtual, or explicit on
4392 non-functions.
4393 (grokdeclarator): Don't allow friends to be defined in local classes.
4394
4395Sat Mar 18 04:03:33 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4396
4397 * decl2.c (finish_prevtable_vardecl): Use DECL_DECLARED_STATIC
4398 rather than DECL_SAVED_INSNS to decide whether or not this method
4399 was declared inline.
4400
4401 * method.c (synthesize_method): Turn off DECL_INLINE if
4402 function_cannot_inline_p thinks we're too large.
4403
4404 * typeck.c (build_indirect_ref): Use build_expr_type_conversion.
4405
4406Fri Mar 17 17:47:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4407
4408 * class.c (instantiate_type): Handle pmfs.
4409
4410 * typeck.c (convert_for_assignment): Check types when assigning one
4411 pmf to another.
4412
4413 * decl.c (define_label): Fix logic for printing out the name of the
4414 label in an error message.
4415
4416 * error.c (dump_expr): Support ARRAY_REF.
4417
4418Fri Mar 17 17:43:02 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4419
4420 * decl2.c (finish_vtable_vardecl): Call build_t_desc here.
4421 (finish_prevtable_vardecl): Instead of here.
4422
4423Fri Mar 17 14:40:45 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4424
4425 * decl.c (expand_static_init): Also use expand_aggr_init if the
4426 initializer is a TREE_LIST.
4427 (grokdeclarator): Only pedwarn about extra qualification if -pedantic.
4428
4429 * pt.c (unify): Fix unification of return type.
4430
4431 * expr.c (fixup_result_decl): Use store_expr, rather than
4432 emit_move_insn, to move the return value into the place where
4433 callers will expect it.
4434
4435Thu Mar 16 22:05:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4436
4437 * init.c (build_offset_ref): Call assmble_external on functions.
4438 * typeck.c (build_component_ref): Ditto.
4439
4440Thu Mar 16 20:28:16 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4441
4442 * decl.c (struct saved_scope): Add members base_init_list and
4443 member_init_list.
4444 (push_to_top_level): Save current_base_init_list and
4445 current_member_init_list to them.
4446 (pop_from_top_level): Put it back.
4447
4448Thu Mar 16 19:21:14 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4449
4450 * pt.c (instantiate_template): Call assemble_external.
4451
4452Thu Mar 16 18:07:54 1995 Brendan Kehoe (brendan@phydeaux.cygnus.com)
4453
4454 * class.c: Include rtl.h, to get NULL_RTX.
4455 (finish_struct): Also zero out DECL_SAVED_INSNS, to avoid problems
4456 on hosts with different sizes for each part of the union.
4457 * tree.c: Also include rtl.h.
4458 (layout_basetypes): Same change for DECL_SAVED_INSNS.
4459
4460Thu Mar 16 13:57:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4461
4462 * pt.c (unify): Fix array domain unification for 64-bit targets.
4463
4464 * decl2.c (finish_file): Push bizarre type decl before walking the
4465 vtables the first time.
4466 (walk_vtables): OK, don't set prev to vars if the vardecl_fn messed
4467 with TREE_CHAIN (prev).
4468
4469 * init.c (emit_base_init): Use convert_pointer_to_real instead of
4470 convert_pointer_to when converting to a direct base.
4471
4472Wed Mar 15 20:26:29 1995 Mike Stump <mrs@cygnus.com>
4473
4474 * pt.c (type_unification): Handle transitive unification better.
4475
4476Wed Mar 15 13:56:16 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4477
4478 * decl2.c (walk_vtables): Always set prev to vars.
4479 (mark_vtable_entries): Call assemble_external on the vtable entries.
4480
4481 * class.c (finish_struct): Set the vtable's size to NULL_TREE before
f30432d7 4482 calling layout_decl, so that it gets updated properly.
28cbf42c
MS
4483
4484 Finally re-enable dynamic synthesis. This time it works.
4485 * method.c (synthesize_method): Pass decl_function_context (fndecl)
4486 to {push,pop}_cp_function_context.
4487 * decl.c (push_cp_function_context): Now takes a tree argument.
4488 (pop_cp_function_context): Ditto.
4489 * call.c (build_method_call): Enable synthesis.
4490 * lex.c (cons_up_default_function): Ditto.
4491
4492Tue Mar 14 19:14:19 1995 Doug Evans <dje@chestnut.cygnus.com>
4493
4494 * parse.y (setattrs): Chain onto prefix_attributes rather than
4495 setting it.
4496
4497Wed Mar 15 13:00:00 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4498
4499 * decl.c (pushdecl): Check if the type of the VAR_DECL is an
4500 error_mark_node before trying to read TYPE_LANG_SPECIFIC.
4501
b7484fbe
MS
4502Mon Mar 13 21:00:28 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4503
4504 * decl.c (grokdeclarator, case ARRAY_REF): Wrap the exp with fold,
4505 and convert the size and integer_one_node to the index type.
4506
4507Mon Mar 13 08:01:02 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4508
4509 * typeck.c (get_member_function_from_ptrfunc): Save the instance
4510 argument, and tack it onto the front of the COND_EXPR to make the
4511 semantics come out right. Grab the instance argument from
4512 '*instance_ptrptr', rather than having it passed in separately.
4513
4514 * various: Change various consed-up comparison operations to have
4515 boolean type. Remove the instance argument in calls to
4516 get_member_function_from_ptrfunc.
4517
4518 * error.c (dump_expr): Dump true and false as "true" and "false".
4519
4520 * decl2.c (finish_file): Also set DECL_STATIC_FUNCTION_P on the
4521 global init function.
4522
4523 * decl.c (finish_function): Only set DECL_EXTERNAL here if the
4524 inline function is public.
4525
4526Sat Mar 11 00:58:03 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4527
4528 * init.c (is_friend): Be more careful about checking
4529 DECL_CLASS_CONTEXT on non-member functions.
4530
4531 * decl2.c (finish_vtable_vardecl): Don't bother calling
4532 assemble_external here.
4533 (prune_vtable_vardecl): New function that just splices out the
4534 vtable decl from the top-level decls.
4535 (import_export_inline): Unset DECL_EXTERNAL at first.
4536 (finish_file): Don't bother calling assemble_external here. Do
4537 splice out all of the vtables.
4538
4539Fri Mar 10 14:42:29 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4540
4541 * decl.c (finish_function): If we're not emitting the function yet,
4542 call assemble_external for it.
4543
4544 * decl2.c (finish_prevtable_vardecl): Don't call mark_vtable_entries
4545 here.
4546 (finish_vtable_vardecl): Don't do the linkage deduction thing here.
4547 Also don't splice out the current vtable if it is unused.
4548 (finish_file): Move the second walk_vtables and the synthesis check
4549 inside the 'reconsider' loop. Move thunk emission after the
4550 'reconsider' loop.
4551
4552Thu Mar 9 16:28:16 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4553
4554 * pt.c (tsubst): Don't bother calling cp_build_type_variant, since it
4555 was passing bogus values for readonly and volatile from the original
4556 template decl, not the resultant type of the tsubst call.
4557
4558 * class.c (duplicate_tag_error): Use cp_error_at to point out the
4559 previous definition of the tag.
4560
4561Thu Mar 9 10:46:17 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4562
4563 * decl.c (start_function): Clear base_init_insns and protect_list.
4564 (struct cp_function): Add base_init_insns field.
4565 (push_cp_function_context): Also save base_init_insns.
4566 (pop_cp_function_context): Also restore base_init_insns.
4567
4568Wed Mar 8 13:31:44 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4569
4570 * init.c (member_init_ok_or_else): Check for initializing a static
4571 member here.
4572 (emit_base_init): Instead of here.
4573
4574Tue Mar 7 16:03:26 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4575
4576 * call.c (build_method_call): Disable synthesis as needed.
4577 * lex.c (cons_up_default_function): Ditto.
4578
f6abb50a
BK
4579Tue Mar 7 10:14:29 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4580
4581 * parse.y: New rules to allow attributes in a prefix position.
4582 (prefix_attributes): New variable. Pass it into cplus_decl_attributes.
4583 (setattr): New rule.
4584 (reserved_declspecs, declmods): Catch attributes here.
4585 * decl2.c (cplus_decl_attributes): Add PREFIX_ATTRIBUTES argument.
4586 * decl.c (duplicate_decls): Pass DECL_MACHINE_ATTRIBUTES to
4587 descendent typedef.
4588 (grokdeclarator): Added code to support machine attributes.
4589 * Makefile.in (stamp-parse): Expect 5 shift/reduce failures.
4590
b7484fbe
MS
4591Mon Mar 6 15:07:02 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4592
4593 * call.c (build_method_call): Don't synthesize methods outside of a
4594 function.
4595
4596 Make base initialization more re-entrant so that synthesis on the
4597 fly will work (and, eventually, template instantation on the fly).
4598 * init.c (sort_member_init): Don't bother with members that can't be
4599 initialized. Reorganize a bit. Don't initialize base members here.
4600 (sort_base_init): New function, like sort_member_init, but for base
4601 classes. Steals some code from emit_base_init.
4602 (emit_base_init): Simplify. Call sort_{member,base}_init before
4603 doing any initialization, so we don't have to save
4604 current_{member,base}_init_list in push_cp_function_context.
4605 (expand_aggr_vbase_init_1): Adjust for sort_base_init.
4606 (expand_aggr_vbase_init): Simplify.
4607 * decl.c (struct cp_function): Add protect_list field.
4608 (push_cp_function_context): Also save protect_list.
4609 (pop_cp_function_context): Also restore protect_list.
4610 * call.c (build_method_call): Enable synthesis at point of call.
4611 * lex.c (cons_up_default_function): Ditto.
4612
4613 * parse.y: Turn -ansi checks back into -pedantic checks.
4614
4615 * init.c (build_new): Fix -fcheck-new for array new.
4616
4617Sat Mar 4 15:55:42 1995 Fergus Henderson <fjh@cs.mu.oz.au>
4618
4619 * typeck.c (build_compound_expr): warn if left-hand operand of
4620 comma expression has no side-effects.
4621
4622Fri Mar 3 15:16:45 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4623
4624 * parse.y (primary): Change 'object qualified_id *' rules to 'object
4625 overqualified_id *'.
4626
4627Fri Mar 3 12:48:17 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4628
4629 * parse.y (unary_expr): Catch doing sizeof an overloaded function.
4630 Make the error look the same as the one we issue in c_sizeof.
4631
4632 * typeck.c (build_binary_op_nodefault): Give an error for trying
4633 to compare a pointer-to-member to `void *'.
4634
4635Fri Mar 3 11:28:50 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4636
4637 * typeck.c (build_unary_op): Handle bool increment with smoke and
4638 mirrors here, rather than in expand_increment where it belongs,
4639 because Kenner doesn't agree with me.
4640
4641Fri Mar 3 00:08:10 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4642
4643 * decl.c (grokparms): Catch a PARM_DECL being used for a default
4644 argument as well.
4645
4646Thu Mar 2 20:05:54 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4647
4648 * init.c (build_new): Don't allow new on a function type.
4649
4650 * parse.y (primary): Avoid a crash when seeing if the arg is of
4651 the same type as that given for the typespec in an explicit dtor call.
4652
4653Thu Mar 2 00:49:38 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4654
4655 * decl.c (finish_function): Change test for calling
4656 mark_inline_for_output.
4657
4658Wed Mar 1 11:23:46 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4659
4660 * typeck.c (build_modify_expr): Complain if
4661 build_default_binary_type_conversion fails.
4662
4663 * init.c (expand_default_init): Handle arguments of unknown type
4664 properly.
4665
4666 * cvt.c (build_expr_type_conversion): Only complain about ambiguity
4667 if 'complain'.
4668 * various: Pass 'complain'.
4669
4670 * typeck.c (comptypes): Be more picky about comparing UPTs.
4671
4672Wed Mar 1 11:03:41 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4673
4674 * decl.c (grokdeclarator): If declarator is null, say that the
4675 type used has an incomplete type.
4676
4677Wed Mar 1 10:06:20 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4678
4679 * pt.c (instantiate_template): Copy the template arguments to the
4680 permanent_obstack. Also use simple_cst_equal to compare them when
4681 looking for a previous instantiation.
4682
4683 * tree.c (make_deep_copy): Support copying INTEGER_TYPEs (assuming
4684 they are array domain types).
4685
4686Tue Feb 28 23:24:55 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4687
4688 * cp-tree.h: Define WANT_* constants for passing to
4689 build_expr_type_conversion.
4690 * cvt.c (build_expr_type_conversion): New function to build
4691 conversion to one of a group of suitable types.
4692 (build_default_binary_type_conversion): Use it.
4693 * decl2.c (grok_array_decl): Ditto.
4694 * typeck.c (build_unary_op): Ditto.
4695 (build_array_ref): Tidy up a bit.
4696 (build_binary_op): Ditto.
4697
4698Tue Feb 28 19:57:31 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4699
4700 * decl.c (grokdeclarator): Don't allow decl of an argument as `void'.
4701
4702Tue Feb 28 17:23:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4703
4704 * parse.y (typed_declspecs1): Add 'typespec reserved_typespecquals
4705 reserved_declspecs' rule.
4706
4707 * parse.y (expr_or_declarator): Remove notype_qualified_id rule.
4708 (direct_notype_declarator): Ditto.
4709 (complex_direct_notype_declarator): Add notype_qualified_id rule.
4710
4711 * lex.c (real_yylex): Handle :> digraph properly.
4712
4713Tue Feb 28 12:26:29 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4714
4715 * decl.c (grokdeclarator): Check if it's a friend, not if it's
4716 non-virtual, that's being initialized. Move the check up to
4717 before FRIENDP would get cleared. Catch an unnamed var/field
4718 being declared void. Say just `field' instead of `structure field'
4719 in the error message. Only go for the operator name if DECLARATOR
4720 is non-null.
4721
4722Tue Feb 28 00:08:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4723
4724 * decl.c (start_function): Complain about abstract return type.
4725 (grokdeclarator): Complain about declaring constructors and
4726 destructors to be const or volatile. Complain about declaring
4727 destructors to be static.
4728
4729 * pt.c (uses_template_parms): Handle pmfs.
4730
4731 * decl.c (grokdeclarator): Don't call variable_size for array bounds
4732 that only depend on template constant parameters.
4733
4734Mon Feb 27 15:38:16 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4735
4736 * error.c (dump_decl): Only look to see if it's a vtable if we
4737 actually have a name to check out.
4738
4739Mon Feb 27 13:37:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4740
4741 * cvt.c (convert_to_aggr): Lose misleading shortcut.
4742
4743Sun Feb 26 17:27:32 1995 Doug Evans <dje@canuck.cygnus.com>
4744
4745 * decl.c (set_nested_typename): Always set DECL_IGNORED_P,
4746 not just for dwarf.
4747
4748Sun Feb 26 00:10:18 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4749
4750 * decl.c (grokdeclarator): Don't allow a static member to be
4751 declared `register'.
4752
4753 * init.c (make_friend_class): Move up to a pedwarn for the warning
4754 about a class declaring friends with itself.
4755
4756 * decl.c (grokdeclarator): You can't do `volatile friend class foo'
4757 or `inline friend class foo'. Only try to make a friend out of
4758 TYPE if we didn't already reset it to integer_type_node.
4759
4760Sat Feb 25 22:32:03 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4761
4762 * decl.c (grokdeclarator): Don't allow initialization of a
4763 non-virtual function.
4764
4765 * decl.c (start_function): Do a pedwarn if we're changing `main'
4766 to have an int return type.
4767
4768Sat Feb 25 00:02:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4769
4770 * typeck.c (build_modify_expr): Handle simple assignment from
4771 TARGET_EXPRs by building up an RTL_EXPR to force expansion. Whew.
4772
4773Fri Feb 24 18:27:14 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4774
4775 * decl.c (grokdeclarator): Also don't allow virtual outside of a
4776 class decl for a scope method definition performed at global binding.
4777
4778 * init.c (build_offset_ref): Don't allow creation of an OFFSET_REF
4779 of a bitfield.
4780
4781 * decl.c (grokdeclarator): Don't allow a const to be declared mutable.
4782
4783 * typeck.c (build_binary_op): Return an error_mark_node if either
4784 one of the args turned into an error_mark_node when we tried to
4785 use default_conversion.
4786
4787 * typeck.c (build_unary_op): Forbid using postfix -- on a bool.
4788
4789 * decl.c (grokdeclarator): Allow `signed' and `unsigned' to be
4790 used on `__wchar_t'.
4791
4792Fri Feb 24 13:59:53 1995 Mike Stump <mrs@cygnus.com>
4793
4794 * except.c (end_protect_partials): Do it the right way.
4795
4796Wed Feb 22 15:42:56 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4797
4798 * typeck.c (build_binary_op_nodefault): Upgrade warning about
4799 comparing distinct pointer types to pedwarn.
4800
4801 * typeck2.c (digest_init): Cope with extra braces.
4802
4803 * typeck.c (build_binary_op_nodefault): Use tree_int_cst_sgn instead
4804 of INT_CST_LT (..., interger_zero_node).
4805
4806Wed Feb 22 14:45:52 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4807
4808 * except.c [!TRY_NEW_EH] (end_protect_partials): Define dummy
4809 function for systems that don't have EH.
4810
4811Tue Feb 21 19:18:31 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4812
4813 * call.c (can_convert_arg): Like can_convert, but takes an arg as
4814 well.
4815
4816 * pt.c (type_unification): Allow implicit conversions for parameters
4817 that do not depend on template parameters.
4818
1b65f56d
DR
4819Tue Feb 21 18:43:48 1995 Douglas Rupp (drupp@cs.washington.edu)
4820
4821 * Make-lang.in, config-lang.in: ($exeext): New macro.
4822 * Make-lang.in: Try a "cp" if "ln" fails.
4823 * cp-tree.h (decl_attributes): Added argument.
4824 * decl2.c (cplus_decl_attribute): Add arg to decl_attributes.
4825 * cp/g++.c: Added #ifdefs for sys/file.h and process.h for NT.
4826 Modified spawnvp to have to correct number of arguments for OS/2, NT.
4827
b7484fbe
MS
4828Tue Feb 21 18:36:55 1995 Mike Stump <mrs@cygnus.com>
4829
4830 * decl.c (finish_function): Add calls to end_protect_partials to end
4831 the exception region that protects constructors so that partially
4832 constructed objects can be partially destructed when the constructor
4833 throws an exception.
4834 * init.c (perform_member_init, sort_member_init, emit_base_init):
4835 Added support for partially constructed objects.
4836 * init.c (build_partial_cleanup_for): New routine to do partial
4837 cleanups of a base class.
4838 * decl2.c (finish_file): Move the emitting of the exception table
4839 down, after we emit all code that might have exception regions in
4840 them.
4841 * except.c (end_protect_partials, might_have_exceptions_p): New
4842 routines.
4843 (emit_exception_table): Always output table if called.
4844 * cp-tree.h (protect_list, end_protect_partials,
4845 might_have_exceptions_p, emit_exception_table): Added.
4846
4847Tue Feb 21 16:05:59 1995 Brendan Kehoe (brendan@lisa.cygnus.com)
4848
4849 * gc.c (build_typeid): Pass a NULL_TREE, not the bogus, unused
4850 address of a local variable.
4851 * class.c (build_vfn_ref): Only try to build the PLUS_EXPR if we
4852 were given a non-null PTR_TO_INSTPTR.
4853
4854Tue Feb 21 01:53:18 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4855
4856 * decl.c (duplicate_decls): Always lay out the merged decl.
4857
4858 * decl2.c (finish_vtable_vardecl): Don't do vtable hack on templates.
4859 (finish_prevtable_vardecl): Ditto.
59be85d7 4860
b7484fbe
MS
4861 * method.c (synthesize_method): Set interface_{unknown,only}
4862 according to the settings for our class, not the file where it comes
4863 from.
59be85d7 4864
b7484fbe 4865Sat Feb 18 12:26:48 1995 Mike Stump <mrs@cygnus.com>
3a887df4 4866
b7484fbe 4867 * except.c: Handle systems that define __i386__ but not __i386.
3a887df4 4868
e3417fcd
MS
4869Fri Feb 17 15:31:31 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4870
4871 * decl2.c (reparse_decl_as_expr): Support being called without a
4872 type argument.
4873
4874 * parse.y (primary): Add '(' expr_or_declarator ')'. Adds 4 r/r
4875 conflicts. Sigh.
4876
4877Fri Feb 17 12:02:06 1995 Mike Stump <mrs@cygnus.com>
4878
4879 * parse.y (template_def, fndef, fn.def1, return_init, condition,
4880 initdcl0, initdcl, notype_initdcl0, nomods_initdcl0,
4881 component_decl_1, after_type_component_declarator0,
4882 notype_component_declarator0, after_type_component_declarator,
4883 notype_component_declarator, after_type_component_declarator,
4884 full_parm, maybe_raises, exception_specification_opt): Fix up,
4885 include exception_specification_opt maybeasm maybe_attribute and
4886 maybe_init if missing. Rename maybe_raises to
4887 exception_specification_opt to match draft wording. Use maybe_init
4888 to simplify rules.
4889
4890Fri Feb 17 01:54:46 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4891
4892 * init.c (build_new): Set TREE_NO_UNUSED_WARNING on COMPOUND_EXPRs
4893 built for news of scalar types.
4894
4895Thu Feb 16 17:48:28 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4896
4897 * typeck.c (build_binary_op_nodefault): Update code for warning
4898 about signed/unsigned comparisons from C frontend. Realize that the
4899 code in the C frontend is, if anything, even more bogus. Fix it.
4900 (build_binary_op): Undo default_conversion if it wasn't useful.
4901
4902 * typeck.c (build_unary_op, ADDR_EXPR): Lose bogus special case for
4903 PRE*CREMENT_EXPR.
4904
4905 * decl2.c (import_export_vtable): Don't try the vtable hack
4906 if the class doesn't have any real non-inline virtual functions.
4907 (finish_vtable_vardecl): Don't bother trying to find a non-inline
4908 virtual function in a non-polymorphic class.
4909 (finish_prevtable_vardecl): Ditto.
4910
4911 * decl2.c (import_export_vtable): Use and set DECL_INTERFACE_KNOWN.
4912
4913 * cp-tree.h (DECL_INTERFACE_KNOWN): Use DECL_LANG_FLAG_5.
4914
4915 * init.c (expand_virtual_init): Always call assemble_external.
4916
4917 * class.c (build_vfn_ref): Always call assemble_external.
4918 (build_vtable): Always call import_export_vtable.
4919 (prepare_fresh_vtable): Ditto.
4920 (add_virtual_function): Don't bother setting TREE_ADDRESSABLE.
4921
8ccc31eb
MS
4922Thu Feb 16 03:28:49 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4923
4924 * class.c (finish_struct): Use TYPE_{MIN,MAX}_VALUE to determine
4925 whether an enumerated type fits in a bitfield.
4926
4927Wed Feb 15 15:38:12 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4928
4929 * class.c (grow_method): Update method_vec after growing the class
f30432d7 4930 obstack.
8ccc31eb
MS
4931
4932Wed Feb 15 13:42:59 1995 Mike Stump <mrs@cygnus.com>
4933
4934 * parse.y (handler_seq): Push a level for the catch parameters.
4935
4936Wed Feb 15 12:42:57 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4937
4938 * init.c (emit_base_init): Update BINFO_INHERITANCE_CHAIN on my
4939 bases, in case they've been clobbered.
4940
4941Wed Feb 15 12:07:29 1995 Mike Stump <mrs@cygnus.com>
4942
4943 * class.c (finish_base_struct): Set up BINFO_INHERITANCE_CHAIN here,
4944 so that one day it will always be valid.
4945 * tree.c (propagate_binfo_offsets, layout_vbasetypes): Ditto.
4946
4947 * cp-tree.h (copy_binfo): Removed, unused.
4948 * tree.c (copy_binfo): Ditto.
4949
4950Wed Feb 15 00:05:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4951
4952 * init.c (build_new): Save the allocation before calling
4953 expand_vec_init on it.
4954
4955 * decl.c (finish_enum): The TYPE_PRECISION of the enum type mush
4956 match the TYPE_PRECISION of the underlying type for constant folding
4957 to work.
4958
4959Tue Feb 14 15:31:25 1995 Mike Stump <mrs@cygnus.com>
4960
4961 * except.c (push_eh_entry, expand_start_all_catch,
4962 expand_leftover_cleanups, expand_end_catch_block): Keep track of
4963 the context in which the exception region occurs.
4964 (build_exception_table): If the region was not output, don't output
4965 the entry in the eh table for it.
4966
4967Tue Feb 14 02:15:43 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4968
4969 * init.c (expand_default_init): Only use a previous constructor call
4970 if it's a call to our constructor. Does the word "Duh" mean
4971 anything to you?
4972
4973 * decl.c (grokparms): Fine, just don't call
4974 convert_for_initialization at all. OK? Happy now?
4975
4976Mon Feb 13 02:23:44 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4977
4978 * cp-tree.h (CLASSTYPE_FIRST_CONVERSION): Make sure that the class
4979 method vector has a second element before returning it.
4980
4981 * decl.c (grokparms): Don't strip REFERENCE_TYPE before calling
4982 convert_for_initialization.
4983
4984Sun Feb 12 03:57:06 1995 Jason Merrill <jason@phydeaux.cygnus.com>
4985
4986 * typeck.c (build_modify_expr): Compare function name to
4987 constructor_name (current_class_type) instead of current_class_name.
4988
4989 * decl.c (grokparms): Don't do anything with the return value of
4990 convert_for_initialization.
4991
4992 * error.c (dump_decl): Also dump_readonly_or_volatile on the decl.
4993
4994 * decl.c (duplicate_decls): Tweak error message.
4995
4996 * typeck.c (build_const_cast): Implement checking.
4997 (build_reinterpret_cast): Implement some checking.
4998
4999 * cp-tree.h (CONV_FORCE_TEMP): Require a new temporary when
5000 converting to the same aggregate type.
5001 (CONV_STATIC_CAST): Include it.
5002 (CONV_C_CAST): Ditto.
5003 * cvt.c (convert_force): Use CONV_C_CAST instead of CONV_OLD_CONVERT.
5004 (cp_convert): Only force a new temporary if CONV_FORCE_TEMP.
5005
5006Fri Feb 10 16:18:52 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5007
5008 * typeck.c (build_c_cast): Use non_lvalue to tack something on
f30432d7 5009 where necessary.
8ccc31eb
MS
5010
5011 * decl.c (auto_function): Now a function.
5012 * except.c (init_exception_processing): terminate, unexpected,
5013 set_terminate, and set_unexpected have C++ linkage.
5014
5015 * typeck.c (build_unary_op, TRUTH_NOT_EXPR): Use convert instead of
5016 truthvalue_conversion for converting to bool, as it handles
5017 user-defined conversions properly.
5018 (condition_conversion): Ditto.
5019
5020 * except.c (expand_throw): Don't call convert_to_reference.
5021 Pass the correct parameters to build_new.
5022
5023 * method.c (do_build_assign_ref): Don't use access control when
5024 converting to a base reference here.
5025 (do_build_copy_constructor): Or here.
5026
5027 * init.c (build_new): Unset TREE_READONLY on the dereferenced
5028 pointer before assigning to it.
5029
5030 * decl.c (maybe_build_cleanup): Don't bother stripping const here.
5031
5032 * decl2.c (delete_sanity): You can now delete pointer to const.
5033
5034Fri Feb 10 13:28:38 1995 Jason Merrill <jason@python.cygnus.com>
5035
5036 * decl.c (finish_function): Don't rely on actual parameters being
5037 evaluated left-to-right.
5038 * except.c (expand_end_catch_block): Ditto.
5039
5040Fri Feb 10 00:52:04 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5041
5042 * tree.c (real_lvalue_p): Like lvalue_p, but class temps aren't
5043 considered lvalues.
5044 * cvt.c (convert_to_reference): Use real_lvalue_p instead of
f30432d7 5045 lvalue_p.
8ccc31eb
MS
5046
5047 * cvt.c (build_type_conversion_1): Don't call convert on aggregate
5048 types.
5049 (convert_to_reference): Fix erroneous text substitution.
5050
5051 * typeck2.c (initializer_constant_valid_p): Update from C frontend.
5052 Add new argument to all callers.
5053
5054 * typeck.c (convert_arguments): Check for error_mark_node before
5055 trying to do anything with the actual parameter.
5056
5057 * typeck.c (condition_conversion): Build up a CLEANUP_POINT_EXPR and
5058 fold it.
5059 (bool_truthvalue_conversion): Remove. Fix all callers to call
5060 truthvalue_conversion instead.
5061 (various): Fold CLEANUP_POINT_EXPRs.
5062
5063 * parse.y (conditions): Call condition_conversion rather than
5064 building up a CLEANUP_POINT_EXPR.
5065
5066 * pt.c (end_template_decl): Don't warn_if_unknown_interface here
5067 under -falt-external-templates.
5068
5069Thu Feb 9 05:24:10 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5070
5071 * init.c (build_new): Complain about new of const type without
5072 initializer. Other cleanup.
5073
5074 * call.c (compute_conversion_costs): Don't call
5075 build_type_conversion with a reference type; convert to the target
5076 type and check its lvaluetude.
5077 * cvt.c (convert_to_reference): Ditto.
5078
5079 * cvt.c (build_type_conversion_1): There will never be any need to
5080 dereference references here now.
5081
5082Thu Feb 9 00:37:47 1995 Mike Stump <mrs@cygnus.com>
5083
5084 * except.c (expand_builtin_throw): Make sure we only `use' the
5085 value of return_val_rtx.
5086
5087Wed Feb 8 15:45:55 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5088
5089 * parse.y (structsp): Don't complain about declaring a type being
5090 defined to be a friend.
5091
5092 * decl2.c (warn_if_unknown_interface): Note the template in question
5093 and the point of instantiation, for -falt-external-templates.
5094 * lex.c (reinit_parse_for_method): Pass the decl to
5095 warn_if_unknown_interface.
5096 * pt.c (instantiate_template): Ditto.
5097 (end_template_decl): Ditto.
5098
5099 * decl.c (set_nested_typename): Set IDENTIFIER_TYPE_VALUE on the
5100 nested name again, to make local classes work a bit better.
5101
5102 * typeck.c (build_function_call_real): Dereference reference after
5103 checking for incomplete type.
5104
5105 * init.c (build_new): Accept new of const and volatile types.
5106
5107Wed Feb 8 14:04:16 1995 Jason Merrill <jason@deneb.cygnus.com>
5108
5109 * decl.c (grokdeclarator): Fix error message.
5110
5111Wed Feb 8 03:16:15 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5112
5113 * typeck.c (convert_for_initialization): Do bash arrays when
5114 converting to a reference to non-array.
5115
5116Tue Feb 7 15:50:33 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5117
5118 * cvt.c (cp_convert): Don't call convert_to_reference, or
5119 automatically dereference references. Do pass reference conversions
5120 to cp_convert_to_pointer.
5121 (cp_convert_to_pointer): Support references.
5122
5123 * call.c (build_method_call): Don't build up a reference to the
5124 parameter here; let build_overload_call handle that.
5125
5126 * typeck.c (build_c_cast): Call convert_to_reference directly if
5127 converting to a reference type.
5128 * method.c (do_build_copy_constructor): Ditto.
5129 * method.c (do_build_copy_constructor): Ditto.
5130 (do_build_assign_ref): Ditto.
5131
5132 * call.c (build_method_call): Dereference a returned reference.
5133 * typeck.c (build_function_call_real): Ditto.
5134
5135 * decl.c (xref_basetypes): Check for unions with basetypes here.
5136 (xref_tag): Instead of here.
5137
5138 * pt.c (process_template_parm): Template type parm decls are
5139 artificial.
5140
5141Mon Feb 6 04:32:09 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5142
5143 * parse.y (typed_declspecs): Add missing semicolon.
5144 (do_xref_defn): Resurrect.
5145 (named_class_head_sans_basetype): Move template specialization
5146 definition cases to named_class_head_sans_basetype_defn.
5147
5148 * decl2.c (grokfield): Call pushdecl_class_level after setting the
5149 TYPE_NAME, not before.
5150
5151Sun Feb 5 02:50:45 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5152
5153 * call.c (convert_harshness): Don't call sorry here. Don't allow
5154 conversions between function pointer types if pedantic.
5155
5156 * pt.c (overload_template_name): Pass globalize=1 to xref_tag.
5157
5158 * lex.c (cons_up_default_function): Use the full name for the return
5159 type of op=.
5160
5161 * decl.c (set_nested_typename): Don't worry about anonymous types,
5162 as they already have a unique name.
5163 (pushdecl): Remove redundant set_nested_typename
5164 (xref_tag): Split out base handling into xref_basetypes.
5165
5166 * cp-tree.h (TYPE_INCOMPLETE): New macro; TEMPLATE_TYPE_PARMs are
5167 not considered incomplete even though their definition is unknown.
5168
5169 * decl.c (xref_defn_tag): Lose.
5170 (xref_tag): xref_next_defn = ! globalize.
5171 (pushdecl): Don't set DECL_NESTED_TYPENAME on artificial decls. The
5172 ones that should have it set will have it set by pushtag.
5173 (pushdecl_class_level): Ditto.
5174 (pushtag): Tidy up a bit.
5175 (set_nested_typename): Push a decl for the nested typename from
5176 here, rather than from xref_defn_tag.
5177
5178 * parse.y (do_xref): Lose.
5179 (named_class_head): If we see 'class foo:' we know it's a
5180 definition, so don't worry about base lists for non-definitions.
5181
5182 * pt.c (push_template_decls): Template parm decls are artificial.
5183
5184 * decl.c (duplicate_decls): Restore check for qualifier
5185 disagreement for non-functions.
5186 (decls_match): Remove check for qualifier disagreement.
5187
5188Fri Feb 3 14:58:58 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5189
5190 * decl.c (grok_reference_init): Convert initializer from
f30432d7 5191 reference.
8ccc31eb
MS
5192 * typeck.c (convert_for_initialization): Ditto.
5193
5194 * decl.c (duplicate_decls): Propagate DECL_NESTED_TYPENAME.
5195
5196 * cvt.c (cp_convert): Don't convert to the same class type by just
5197 tacking on a NOP_EXPR.
5198 (convert_to_reference): Use comp_target_types instead of comptypes
5199 so that we don't allow conversions two levels down.
5200
5201Thu Feb 2 15:07:58 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5202
5203 * class.c (build_vbase_path): Bash types to make the backend happy.
5204 * cvt.c (build_up_reference): Bash the types bashed by
5205 build_vbase_path to be reference types instead of pointer types.
5206 (convert_to_reference): Ditto.
5207
5208 * typeck.c (build_c_cast): Don't strip NOPs if we're converting to a
5209 reference type.
5210
5211 * parse.y (structsp): Put back error for 'struct B: public A;'.
5212
5213Wed Feb 1 23:02:06 1995 Mike Stump <mrs@cygnus.com>
5214
5215 * except.c: Add support for mips systems that don't define __mips
5216 but do define mips, like Ultrix.
5217
5218Wed Feb 1 22:39:07 1995 Mike Stump <mrs@cygnus.com>
5219
5220 * except.c: Add support for exception handling on the Alpha.
5221
1038f4f9
MS
5222Wed Feb 1 10:12:14 1995 Mike Stump <mrs@cygnus.com>
5223
5224 * decl2.c (finish_file): Fix bug in Jan 31st change.
5225
5226Tue Jan 31 16:59:15 1995 Gerald Baumgartner (gb@lorenzo.cs.purdue.edu)
5227
5228 * sig.c (build_signature_pointer_or_reference_type): Don't set
5229 IS_AGGR_TYPE for signature pointers/reference so expand_default_init
5230 doesn't expect to find a copy constructor.
5231 * call.c (build_method_call): Treat signature pointers/reference
5232 as if IS_AGGR_TYPE were set.
5233
d18c083e
MS
5234Tue Jan 31 13:28:56 1995 Mike Stump <mrs@cygnus.com>
5235
5236 * gc.c (get_typeid): Pawn off error messages to build_t_desc.
5237 (build_t_desc): Inform the user here if they try and build
5238 with -frtti and don't include <typeinfo.h>.
5239
5240 * decl2.c (finish_prevtable_vardecl): Support rescanning.
5241 (finish_file): Move finish_prevtable_vardecl up to before the global
5242 initializers are done as tdecls are initialized in the global
5243 initializer. Also Pick up any new tdecls or vtables needed by
5244 synthesized methods.
5245
5246 * class.c (finish_struct): Simplify. We have to do rtti scanning at
5247 end, so we might as well do all of it there.
5248
5249Tue Jan 31 05:35:02 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5250
5251 * call.c (build_method_call): Fix -fthis-is-variable for 32-bit
5252 targets, too.
5253
5254Tue Jan 31 00:11:04 1995 Mike Stump <mrs@cygnus.com>
5255
5256 * decl2.c (finish_prevtable_vardecl): New routine, mostly split from
5257 finish_vtable_vardecl. It has the first half functionality from
5258 that routine.
5259 * decl2.c (finish_vtable_vardecl): Update to not include stuff not
5260 in finish_prevtable_vardecl.
5261 * decl2.c (finish_file): Call finish_prevtable_vardecl.
5262 * gc.c (build_generic_desc): Allow it to be called when not at the
5263 global binding layer, but behave as if we were.
5264 (build_t_desc): Rearrange a bit so that it really works and is
5265 easier to follow.
5266 * class.c (finish_struct): Don't decide on tdecls here, as we have
5267 to wait until the end of the file in general to decide whether or
5268 not they come out.
5269
5270Mon Jan 30 01:00:40 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5271
5272 * init.c (build_delete): Check access to operator delete before
5273 calling the destructor.
5274 * method.c (build_opfncall, DELETE_EXPR): build_method is allowed to
5275 return error_mark_node.
5276 * call.c (build_method_call): Use the one-argument op delete even if
5277 it's an error.
5278
5279 * init.c (build_new): Fix -fthis-is-variable support.
5280 * call.c (build_method_call): Ditto.
5281
5282 * call.c (convert_harshness): Make conversion from a pointer to bool
5283 worse than conversion to another pointer.
5284
5285Sat Jan 28 16:46:10 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5286
5287 * init.c (build_new): Check new return value if -fcheck-new.
5288
5289 * lex.c (check_newline): Clear end_of_file when we're done, too.
5290
5291Sat Jan 28 10:38:39 1995 Mike Stump <mrs@cygnus.com>
5292
5293 * decl2.c (finish_vtable_vardecl): Make rtti TD tables follow
5294 vtables whereever they go.
5295
5296 * gc.c (build_t_desc): Remove old way of setting it up, as it wasn't
5297 right.
5298
5299Sat Jan 28 09:10:44 1995 Mike Stump <mrs@cygnus.com>
5300
5301 * decl2.c (finish_vtable_vardecl): Now set the
5302 interface/implementation of vtables on the first virtual function,
5303 if one exists, otherwise we use the old method. This is a major win
5304 in terms of cutting down the size of objects and executables in
5305 terms of text space and data space. Now most of the savings that
5306 #pragma interface/implementation gives is automatic in a fair number
5307 of cases.
5308
5309Sat Jan 28 04:57:33 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5310
5311 * decl.c (grokdeclarator): Discard the template parameters in a
5312 template constructor declaration so that the function is always
5313 named constructor_name (ctype).
5314
5315 * lex.c (check_newline): Use ungetc to put back the character before
5316 calling HANDLE_PRAGMA.
5317
5318Fri Jan 27 17:23:47 1995 Mike Stump <mrs@cygnus.com>
5319
5320 * decl2.c (check_classfn): If the cname is T<int> and fn_name is T,
5321 make sure we still match them.
5322
5323Fri Jan 27 16:32:10 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5324
5325 * parse.y: Add END_OF_LINE token.
5326
5327 * lex.c (check_newline): Set linemode when we see a # directive, and
5328 unset it when we're done. Turn all 'return's into 'goto skipline'.
5329 Fix all uses of '\n', since we won't see it anymore. Put back the
5330 character we read before checking for a sysv or target pragma.
5331 (real_yylex): If we see an EOF in linemode, return END_OF_LINE.
5332 (handle_sysv_pragma): Don't look at the input stream; quit when we
5333 see an END_OF_LINE token.
5334
5335 * input.c (getch): Return EOF if we're in line mode and at the end
5336 of a line.
5337 (put_back): Don't put back an EOF.
5338
5339Thu Jan 26 19:26:34 1995 Mike Stump <mrs@cygnus.com>
5340
5341 * except.c (expand_throw): Do the newing of the exception object
5342 before we load the type descriptor or the address so that we don't
5343 wipe any of the values out.
5344
5345Thu Jan 26 19:20:00 1995 Mike Stump <mrs@cygnus.com>
5346
5347 * except.c (init_exception_processing): Don't use r12 on the rs6000.
5348
5349Tue Jan 24 16:36:31 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5350
5351 * decl.c (grokparms): Don't try to build up a reference at this point.
5352
5353 * typeck2.c (build_functional_cast): Don't assume that a NOP_EXPR
5354 will suffice to convert from integer_zero_node.
5355
b7484fbe
MS
5356Wed Jan 25 15:02:09 1995 David S. Miller (davem@nadzieja.rutgers.edu)
5357
5358 * class.c (instantiate_type): Change error message text.
5359 * typeck2.c (store_init_value): Likewise.
5360
e1cd6e56
MS
5361Mon Jan 23 21:57:14 1995 Mike Stump <mrs@cygnus.com>
5362
5363 * pt.c (tsubst): When we copy a node, don't forget to copy
5364 TREE_CHAIN, we use it later.
5365
5366Mon Jan 23 03:33:47 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5367
5368 * typeck.c (convert_for_assignment): Initialize variable before use.
5369
5370Fri Jan 20 01:17:59 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5371
5372 * g++.c (main): Link with both libstdc++ and libg++ if called as
5373 something ending with "g++", otherwise only libstdc++. Move -lm to
5374 the end of the line.
5375
5376Thu Jan 19 15:43:11 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5377
5378 * call.c (build_method_call): Don't mess with 'this' before calling
f30432d7 5379 compute_conversion_costs.
e1cd6e56
MS
5380
5381Wed Jan 18 15:40:55 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5382
5383 * search.c (get_matching_virtual): Give line number for previous
f30432d7 5384 declaration.
e1cd6e56
MS
5385
5386 * call.c (convert_harshness): Handle conversions to references
5387 better.
5388
5389 * cvt.c (build_up_reference): OK, handle {MIN,MAX}_EXPR *properly*.
5390
5391Wed Jan 18 15:21:38 1995 Mike Stump <mrs@cygnus.com>
5392
5393 * class.c (instantiate_type): Use DECL_CHAIN to walk lists instead,
5394 as the TREE_CHAIN for methods will take us to the next differently
5395 named function, DECL_CHAIN won't.
5396
5397Wed Jan 18 14:26:59 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5398
5399 * tree.c (lvalue_p): Handle {MIN,MAX}_EXPR.
5400
5401 * decl2.c (lang_decode_option): -Wall implies -Wparentheses.
5402 warn_parentheses defaults to 0.
5403
5404 * decl.c (grokparms): Put back call to require_instantiated_type.
5405
5406Tue Jan 17 19:56:15 1995 Mike Stump <mrs@cygnus.com>
5407
5408 * except.c (exception_section): Use the data section on the rs6000.
5409 Change calling convention for named_section.
5410
5411Wed Jan 17 18:20:57 1994 Fergus Henderson <fjh@munta.cs.mu.oz.au>
5412
f30432d7
MS
5413 * cp-tree.h : Make if (x=0) warn with wall
5414 * parse.y : Make if (x=0) warn with wall
e1cd6e56 5415
255512c1
JM
5416Tue Jan 17 14:12:00 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5417
e1cd6e56
MS
5418 * decl.c (BOOL_TYPE_SIZE): BITS_PER_WORD if SLOW_BYTE_ACCESS,
5419 BITS_PER_UNIT otherwise.
5420
5421 * search.c (get_matching_virtual): Don't check the binfo if the
5422 types are the same.
5423
5424 * cvt.c (cp_convert): Just call truthvalue_conversion to convert to
f30432d7 5425 bool.
255512c1
JM
5426
5427Mon Jan 16 13:28:48 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5428
e1cd6e56
MS
5429 * various: Use boolean_type_node, boolean_true_node,
5430 boolean_false_node.
5431
5432 * search.c (get_matching_virtual): Allow covariant returns that
5433 don't require pointer adjustment.
5434
5435 * typeck.c (build_conditional_expr): Don't call default_conversion
5436 on ifexp.
5437
5438 * cvt.c (build_up_reference): Handle MIN_EXPR and MAX_EXPR.
5439
5440 * decl.c (grokdeclarator): Upgrade warning about &const to pedwarn.
5441
5442Sun Jan 15 22:17:32 1995 dcb@lovat.fmrco.COM (David Binderman)
5443
5444 * pt.c (do_function_instantiation): Free targs once we're done.
255512c1
JM
5445
5446Sun Jan 15 22:17:32 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5447
e1cd6e56
MS
5448 * decl.c (BOOL_TYPE_SIZE): Defaults to BITS_PER_WORD.
5449 (init_decl_processing): Use BOOL_TYPE_SIZE instead of CHAR_TYPE_SIZE
5450 for bool.
5451
5452Sat Jan 14 05:33:55 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5453
5454 * decl2.c (finish_file): We need to mess up if there are any
5455 variables in the list, not just if there is one with a constructor.
5456
5457Fri Jan 13 14:42:55 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5458
5459 * decl.c (duplicate_decls): Propagate DECL_STATIC_{CON,DE}STRUCTOR.
5460 (finish_function): Handle DECL_STATIC_{CON,DE}STRUCTOR.
5461 (finish_function): Trust rest_of_compilation.
5462
5463 * decl2.c (finish_file): Also call functions designated as static
5464 constructors/destructors.
5465
5466 * decl.c (grokdeclarator): Allow access decls of operator functions.
5467 (grokparms): Only do convert_for_initialization if the initializer
5468 has a type.
5469 (duplicate_decls): Put back push_obstacks_nochange call.
5470
5471 * lex.c (real_yylex): Downgrade complaint about the escape sequence
5472 being too large from pedwarn to warning.
5473
5474 * decl.c (grokdeclarator): Don't complain about long long in system
5475 headers.
5476
5477 * lex.c (real_yylex): Handle digraphs.
5478
5479Thu Jan 12 12:17:24 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5480
5481 * decl.c (init_decl_processing): -f{no-,}strict-prototype only
5482 affects C linkage declarations now.
5483
5484 * typeck.c (comp_target_types): Grok simple contravariant conversions.
5485 (common_type): t1 and t2 are interchangeable.
5486
5487 * various: Test return value of comp_target_types differently in
5488 different places; it now returns -1 for a contravariant conversion
5489 (which is fine in symmetric cases).
5490
5491 (common_type): Prefer long double to double even when
5492 they have the same precision.
5493
5494 * decl.c (grokparms): Call convert_for_initialization to check
5495 default arguments.
5496
5497 * init.c (build_new): void_type_node has a size (of 0).
5498
5499 * decl.c (decls_match): Also check for agreement of TREE_READONLY
5500 and TREE_THIS_VOLATILE.
5501 (push_class_level_binding): Properly handle shadowing of
5502 nested tags by fields.
5503
5504 * search.c (dfs_pushdecls): Ditto.
5505
5506 * decl2.c (finish_file): Don't second-guess self-initialization.
5507
5508 * cvt.c (convert_to_reference): Work with expr directly, rather than
5509 a copy.
5510
5511 * decl.c (push_overloaded_decl): Only shadow artificial TYPE_DECLs.
5512
5513 * init.c (add_friend): Downgrade duplicate friend message from
5514 pedwarn to warning.
5515
5516 * decl.c (duplicate_decls): Push obstacks before calling common_type.
5517
5518Thu Jan 12 17:15:21 1995 Michael Ben-Gershon <mybg@cs.huji.ac.il>
5519
5520 * except.c (push_eh_entry): set LABEL_PRESERVE_P flag for
5521 exception table labels.
5522 (expand_start_all_catch): Ditto.
5523 (expand_leftover_cleanups): Ditto.
5524 (expand_end_catch_block): Ditto.
5525 * except.c (make_first_label): new function.
5526 (expand_start_all_catch): add a call to make_first_label() before
5527 using a label as a jump destination.
5528 (expand_end_all_catch): Ditto.
5529 (expand_leftover_cleanups): Ditto.
5530 (expand_end_catch_block): Ditto.
5531 (expand_builtin_throw): Ditto.
5532 (expand_throw): Ditto.
5533 * except.c: Add ARM processor support for exception handling.
5534
5535Thu Jan 12 12:17:24 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5536
5537 (complete_array_type): Copy code from C frontend.
5538
5539 * lex.c (real_yylex): Don't multiply the length of a wide string
5540 literal by WCHAR_BYTES.
5541
5542 * decl.c (pushdecl): Check for redeclaration of wchar_t here.
5543 (duplicate_decls): Instead of here.
5544 (define_label): Complain about a label named wchar_t.
5545 (grokdeclarator): Complain about declarations of
5546 operator-function-ids as non-functions.
5547
5548 * typeck.c (unary_complex_lvalue): Also wrap prefix -- and ++ in
5549 COMPOUND_EXPRs.
5550 (build_unary_op): Wrap unary plus in a NON_LVALUE_EXPR.
5551
5552 * lex.c (real_yylex): Don't skip whitespace when reading the next
5553 character after ->.
5554
5555Wed Jan 11 16:32:49 1995 Mike Stump <mrs@cygnus.com>
5556
5557 * except.c: Allow cc1plus to be built with native compiler on rs6000.
5558 (expand_start_all_catch): Add assemble_external calls for various
5559 routines we call.
5560 (expand_leftover_cleanups): Ditto.
5561 (expand_start_catch_block): Ditto.
5562 (do_unwind): Ditto.
5563 (expand_builtin_throw): Ditto.
5564
5565Wed Jan 11 01:05:42 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5566
5567 * decl.c (pushtag): Only look for a previous decl in the current
5568 binding level. Use explicit global scope in DECL_NESTED_TYPENAME.
5569
5570 * gxx.gperf: Add __signature__ and __sigof__ keywords.
5571
5572 * decl2.c (lang_decode_option): -ansi does not set flag_no_asm. It
5573 does set flag_no_gnu_keywords and flag_operator_names.
5574
5575 * lex.c (init_lex): 'overload' is not a keyword unless -traditional.
5576 Unset extension keywords if -fno-gnu-keywords.
5577 Allow operator names ('bitand') if -foperator-names.
5578 Never unset 'asm'; -fno-asm only affects 'typeof'.
5579
5580 * decl.c (lookup_name_real): The got_object special lookup only
5581 applies to types.
5582
5583Tue Jan 10 18:07:51 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5584
5585 * spew.c (yylex): Also use DECL_NESTED_TYPENAME if got_object is set.
5586
5587 * parse.y (primary): Unset got_object after all rules that use the
f30432d7 5588 'object' nonterminal.
e1cd6e56
MS
5589 (object): Set got_object.
5590
5591 * lex.h: Declare got_object.
5592
5593 * decl.c (lookup_name_real): Also lookup names in the context of an
5594 object specified.
5595
5596Tue Jan 10 14:30:30 1995 Mike Stump <mrs@cygnus.com>
5597
5598 * typeck.c (get_member_function_from_ptrfunc): Use ptrdiff_type_node
5599 for things that have to be added to pointers, not size_type. Cures
5600 problems with pointer to members on Alphas.
5601 (build_binary_op_nodefault): Ditto.
5602 (get_delta_difference_: Ditto.
5603 (build_ptrmemfunc): Ditto.
5604
5605Tue Jan 10 01:49:25 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5606
5607 * decl.c (pushtag): Stick the new decl in TYPE_NAME before pushing
5608 it.
5609
5610 * typeck.c (build_component_ref): Don't build up a COMPONENT_REF
5611 when dealing with overloaded member functions; just act like
5612 build_offset_ref.
5613 (commonparms): Remove misleading comment.
5614
5615 * decl.c (duplicate_decls): Complain about repeated default
5616 arguments here.
5617 (redeclaration_error_message): Instead of here.
5618 (pushdecl): Complain about missing default arguments here.
5619 (grokparms): Instead of here.
5620 (lookup_name_current_level): Also match on DECL_ASSEMBLER_NAME.
5621 (grok_reference_init): Do not complain about missing initializer if
5622 declared 'extern'.
5623
5624 * search.c (lookup_field): Don't return a TYPE_DECL if there is a
5625 function alternative and want_type is not set.
5626
5627Mon Jan 9 18:16:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5628
5629 * decl.c (pushtag): Don't set TYPE_NAME to an identifier. Do push
5630 the decl when the type has no TYPE_NAME.
5631 (lookup_nested_type): Don't assume that type has TYPE_NAME set.
5632 (lookup_name_real): Call lookup_field with want_type =
5633 prefer_type.
5634
5635 * search.c (lookup_field): Handle want_type properly in the presence
5636 of fields with the same name.
5637
5638 * decl.c (set_nested_typename): Set nested name for file-scope types
5639 to include leading ::.
5640 (pushdecl): Set the nested typename if the decl doesn't have one,
5641 rather than if the type's canonical decl doesn't have one.
5642
e1cd6e56
MS
5643Mon Jan 9 03:44:33 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5644
5645 * typeck.c (convert_for_assignment): Complain about contravariance
5646 violation here.
5647 (comp_target_types): Instead of here.
5648 (build_unary_op): resolve_offset_ref before checking for a valid
5649 type.
5650
5651 * spew.c (yylex): Decrement looking_for_typename after we see a
5652 _DEFN.
5653
5654 * decl.c (pushdecl): Don't install an artificial TYPE_DECL in
f30432d7 5655 IDENTIFIER_LOCAL_VALUE if we already have a decl with that name.
e1cd6e56
MS
5656
5657 * typeck.c (convert_for_assignment): Converting pointers to bool
5658 does not need a cast.
5659
5660Sun Jan 8 18:16:45 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5661
5662 * class.c (instantiate_type): Initialize nsubsts parm.
5663
5664 * pt.c (do_function_instantiation): Ditto.
5665
5666Sat Jan 7 14:37:05 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5667
5668 * pt.c (tsubst): Use TREE_STATIC instead of DECL_INLINE &&
5669 DECL_SAVED_INSNS to determine whether or not we've seen a definition
5670 of this function.
5671 (instantiate_template): Ditto.
5672
5673 * call.c (convert_harshness): Allow const reference binding when
5674 called from the overloading code, but not when called from
5675 can_convert (since it isn't a conversion).
5676 (convert_harshness): Put back some disabled code.
5677
5678Fri Jan 6 14:10:57 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5679
5680 * call.c (convert_harshness): There is no implicit conversion from
5681 void* to other pointer types (unless the parameter is (void*)0).
5682 (convert_harshness): Non-lvalues do not convert to reference types.
5683
5684 * class.c (finish_struct_methods): Still set
f30432d7 5685 TYPE_HAS_{INT,REAL}_CONVERSION.
e1cd6e56
MS
5686
5687 * call.c (can_convert): Don't use aggregate initialization.
5688
5689 * cp-tree.h: Declare lookup_conversions.
5690
5691Thu Jan 5 21:08:00 1995 Mike Stump <mrs@cygnus.com>
5692
5693 * parse.y (simple_stmt): Fix duplicate case value error messages to
5694 be more readable.
5695
5696Wed Jan 4 16:44:19 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5697
5698 * cvt.c (build_type_conversion): Total rewrite to use
5699 convert_harshness instead of reproducing conversion logic here. Now
5700 much shorter.
5701
5702 * call.c (convert_harshness): Support conversions to bool.
5703 (can_convert): Checks whether a conversion is less harsh
5704 than USER_CODE, for build_type_conversion.
5705
5706 * search.c (add_conversions): Function for passing to dfs_walk which
5707 adds all the type conversion operators in the current type to a list.
5708 (lookup_conversions): Calls dfs_walk with add_conversions and return
5709 the list.
5710 (dfs_walk): Don't require a qfn.
5711
5712 * cp-tree.h: Lose CLASSTYPE_CONVERSIONS hackery.
5713 (CLASSTYPE_FIRST_CONVERSION): Points to elt 1 of CLASSTYPE_METHOD_VEC.
5714
5715 * class.c (finish_struct_bits): Lose CLASSTYPE_CONVERSIONS hackery.
5716 (grow_method): A separate function for building onto the growing
5717 method vector.
5718 (finish_struct_methods): Use it. Put all type conversion operators
5719 right after the constructors. Perhaps we should sort the methods
f30432d7 5720 alphabetically?
e1cd6e56
MS
5721
5722Mon Jan 2 14:42:58 1995 Jason Merrill <jason@phydeaux.cygnus.com>
5723
5724 * call.c (build_method_call): Lose another misleading shortcut.
5725
5726Fri Dec 30 17:57:30 1994 Mike Stump <mrs@cygnus.com>
5727
5728 * gc.c (build_bltn_desc): Handle bool as a built-in type.
5729
5730Fri Dec 30 14:20:21 1994 Mike Stump <mrs@cygnus.com>
5731
5732 * tree.c (layout_vbasetypes): Ensure that we don't loose alignment
5733 on the complete type because of small virtual bases.
255512c1 5734
8145f082
MS
5735Fri Dec 30 12:22:29 1994 Mike Stump <mrs@cygnus.com>
5736
5737 * decl.c (n_incomplete): Bump n_incomplete up to int to match C
5738 front end.
5739 (pushdecl): Also count decls pushed that are of a type being defined
5740 as incomplete things.
5741 * class.c (finish_struct): Move hack_incomplete_structures up to
5742 just after we set it as not being defined, so that the decls we
5743 build for RTTI don't count as incomplete.
5744
5745Thu Dec 29 18:20:57 1994 Mike Stump <mrs@cygnus.com>
5746
5747 * pt.c (tsubst): Fix problem with defining constructors in templated
5748 classes with virtual bases.
5749
5750Wed Dec 28 08:31:00 1994 Mike Stump <mrs@cygnus.com>
5751
5752 * parse.y (TYPEID): Strip top-level cv-qualifiers on typeid
5753 expressions.
5754 * gc.c (build_typeid): Ditto.
5755
5756Thu Dec 22 17:26:33 1994 Mike Stump <mrs@cygnus.com>
5757
5758 * cvt.c (build_up_reference): Fix breakage introduced on Nov 29,
5759 don't assert on complex AGGR inits.
5760
5761Thu Dec 22 14:32:31 1994 Mike Stump <mrs@cygnus.com>
5762
5763 * method.c (build_overload_value): Handle pointer to members as
5764 template arguments.
5765
5766Thu Dec 22 13:09:07 1994 Mike Stump <mrs@cygnus.com>
5767
5768 * typeck.c (unary_complex_lvalue): Don't call sorry if we know how
5769 to do take the address of a data member for a pointer to data
5770 member.
5771
5772Thu Dec 22 10:04:19 1994 Mike Stump <mrs@cygnus.com>
5773
5774 * decl.c (grokdeclarator): Use the typedef name for linkage if the
5775 type doesn't otherwise have a name.
5776
5777 * decl2.c (grokfield): Ditto.
5778
5779 * class.c (finish_struct): Since we reuse the TYPE_DECL for the
5780 DECL_NAME of enums, structs and classes, we have to avoid trying to
5781 put it in the TYPE_FIELDS again.
5782
5783Wed Dec 21 11:07:05 1994 Mike Stump <mrs@cygnus.com>
5784
5785 * decl2.c (check_classfn): Ignore this parameter on static functions
5786 when checking to see if we match.
5787
5788Tue Dec 20 17:47:02 1994 Mike Stump <mrs@cygnus.com>
5789
5790 * typeck.c (unary_complex_lvalue): Handle address of non-left most
5791 pointers to members by calling get_delta_difference.
5792
5edb8b93
MS
5793Mon Dec 19 22:40:53 1994 Mike Stump <mrs@cygnus.com>
5794
5795 * decl2.c (check_classfn): Don't use decls_match yet, as it modifies
5796 static functions to early.
5797
5798Thu Dec 19 22:37:48 1994 Mike Stump <mrs@cygnus.com>
5799
5800 * method.c (make_thunk): Handle encoding of positive thunk offsets.
5801
5802Sat Dec 17 13:29:50 1994 Doug Evans <dje@canuck.cygnus.com>
5803
5804 * Make-lang.in (.PHONY): Tell GNU make C++ and c++ are phony targets.
5805
6060a796
MS
5806Thu Dec 15 16:32:12 1994 Mike Stump <mrs@cygnus.com>
5807
5808 * decl2.c (check_classfn): Use decls_match to check if this has
5809 already been declared, as the DECL_ASSEMBLER_NAME may have been
5810 changed via asm("new_name").
5811 * decl.c (decls_match): Make public.
5812
5813Thu Dec 15 15:17:55 1994 Mike Stump <mrs@cygnus.com>
5814
5815 * *.[chy] (expand_aggr_init) Add fourth argument to handle
5816 distinction between = init and (init) style of initializations.
5817 * *.[chy] (finish_decl): Add fifth argument to to handle
5818 distinction between = init and (init) style of initializations.
5819
5820Tue Dec 13 19:16:05 1994 Mike Stump <mrs@cygnus.com>
5821
5822 Fix some random `explicit' bugs.
5823
5824 * cvt.c (convert_to_reference): Add third parameter to
5825 convert_force.
5826 (convert_force): Ditto.
5827 * call.c (build_method_call): Ditto.
5828 * decl2.c (setup_vtbl_ptr): Ditto.
5829 * init.c (expand_virtual_init): Ditto.
5830 (build_member_call): Ditto.
5831 (build_delete): Ditto.
5832 (build_vbase_delete): Ditto.
5833 * typeck.c (build_component_addr): Ditto.
5834 (build_c_cast): Ditto.
5835 (build_modify_expr): Ditto.
5836 * cp-tree.h (CONV_NONCONVERTING): Ditto. Add so that we can
5837 distinguish the context in which the conversion appears. Add thrid
5838 argument to build_c_cast.
5839 * cvt.c (cp_convert): Pass whether or not we want to consider
5840 non-converting constructors down to build_method_call.
5841 * decl2.c (reparse_absdcl_as_casts): Add third argument to
5842 build_c_cast.
5843 * gc.c (build_m_desc): Ditto.
5844 * init.c (build_new): Ditto.
5845 * parse.y (expr_no_commas): Ditto.
5846 (primary): Ditto.
5847 * typeck.c (build_x_function_call): Ditto.
5848 (build_static_cast): Ditto.
5849 (build_reinterpret_cast): Ditto.
5850 (build_const_cast): Ditto.
5851 (build_c_cast): Ditto.
5852 (build_ptrmemfunc): Ditto.
5853 * typeck2.c (build_functional_cast): Ditto.
5854 * init.c (expand_aggr_init): Added LOOKUP_ONLYCONVERTING to
5855 expand_aggr_init_1 as inits are converted to the destination type.
5856
5857Tue Dec 13 16:18:57 1994 Jason Merrill <jason@phydeaux.cygnus.com>
5858
5859 * Make-lang.in (cc1plus): Depends on c-pragma.o.
5860
5861 * Makefile.in (OBJ{DEP,}S): Add ../c-pragma.o.
5862
5863 * lex.c (check_newline): If the #pragma is not recognized by g++,
5864 try machine-specific ones too.
5865 (handle_sysv_pragma): Copied from c-lex.c.
5866
5867Mon Dec 12 23:53:06 1994 Mike Stump <mrs@cygnus.com>
5868
5869 * except.c (expand_throw): Fix Dec 6th change, build_new likes a
5870 reference better.
5871
5872Mon Dec 12 18:01:00 1994 Jason Merrill <jason@phydeaux.cygnus.com>
5873
5874 * typeck.c (build_binary_op): Lose checks on TYPE_PTRMEMFUNC_P with
5875 IS_AGGR_TYPE, since now they will not both be set on the same type.
5876
5877 * pt.c (do_pending_expansions): Don't clear TREE_PUBLIC on
5878 instantiations controlled by -fexternal-templates.
5879
5880 * decl.c (duplicate_decls): Don't complain about different values of
5881 __attribute__ ((const)) and ((noreturn)).
5882
81cdf787
DE
5883Fri Dec 9 18:17:37 1994 Doug Evans <dje@cygnus.com>
5884
5885 * Makefile.in (BISONFLAGS): Delete --yacc.
5886 (PARSE_H): Depend on $(PARSE_C), for parallel makes.
5887 (PARSE_C): Undo last patch.
5888
be99da77 5889Fri Dec 2 10:44:36 1994 Mike Stump <mrs@cygnus.com>
30ffea6b 5890
3526f730 5891 * Makefile.in (BISONFLAGS): Add --yacc so that output winds up in
30ffea6b
MS
5892 y.tab.c.
5893
6060a796
MS
5894Thu Dec 8 17:39:46 1994 Jason Merrill <jason@phydeaux.cygnus.com>
5895
5896 * decl.c (finish_decl): Don't call obscure_complex_init for decls
5897 of indeterminate size.
5898
5899Wed Dec 7 16:49:22 1994 Jason Merrill <jason@phydeaux.cygnus.com>
5900
5901 * decl.c (obscure_complex_init): Function to tweak the decl to
5902 prevent expand_decl from tring to initialize it.
5903 (finish_decl): Use it rather than writing the same code in three
5904 different places.
5905
5906 * parse.y (bad_parm): Stop trying to support parms without types.
5907
5908Wed Dec 7 12:06:56 1994 Mike Stump <mrs@cygnus.com>
5909
5910 * decl2.c (grokfield): Make asm specs on static member functions
5911 work.
5912
5913Tue Dec 6 15:43:20 1994 Mike Stump <mrs@cygnus.com>
5914
5915 * except.c (expand_throw): Make a copy of the thrown object.
5916
5917Tue Dec 6 14:16:34 1994 Jason Merrill <jason@phydeaux.cygnus.com>
5918
5919 * parse.y: : has lower precedence than =.
5920
5921Tue Dec 6 12:46:17 1994 Mike Stump <mrs@cygnus.com>
5922
5923 * decl.c (pushdecl): Use DECL_NAME of VAR_DECLs to avoid namespace
5924 manglings.
5925 (grokvardecl): Add namespace into variable name.
5926
5927Tue Dec 6 11:26:55 1994 Mike Stump <mrs@cygnus.com>
5928
5929 * decl2.c (current_namespace_id): New routine to transform a simple
5930 name into a name in a namespace.
5931 * decl.c (grokdeclarator): Use it.
5932 * decl2.c (get_namespace_id): Find the name of the current
5933 namespace.
5934 (push_namespace, pop_namespace): Complete out missing
5935 functionality.
5936
5937Mon Dec 5 17:11:51 1994 Jason Merrill <jason@phydeaux.cygnus.com>
5938
5939 * class.c (finish_struct): Don't use LONG_LONG_TYPE_SIZE, as it may
5940 not be defined. Fix warning message for enums and restore warning
5941 for non-enums.
5942
5943 * decl2.c (push_namespace): Dummy function.
5944 (pop_namespace): Ditto.
5945 (do_namespace_alias): Ditto.
5946 (do_using_decl): Ditto.
5947 (do_using_directive): Ditto.
5948
5949 * parse.y: New token NSNAME for namespace names.
5950 (extdef): Add namespace, using definitions.
5951 (using_decl): New rule for using declarations.
5952 (any_id): New rule for identifiers with any degree of scoping.
5953 (identifier): Add NSNAME.
5954 (notype_identifier): Ditto.
5955 (component_decl): Add using_decl.
5956 (nested_name_specifier): Add NSNAME SCOPE.
5957
5958 * typeck.c (convert_for_assignment): Handle conversions between
5959 enums and bool.
5960
5961 * decl.c (duplicate_decls): Only propagate DECL_MAIN_VARIANT on
5962 FUNCTION_DECLs.
5963
5964Mon Dec 5 13:03:16 1994 Mike Stump <mrs@cygnus.com>
5965
5966 * class.c (finish_struct): Give an error if one tries to declare a
5967 bit-field's size greater than a long long, as the backend will dump.
5968 It is not an error to declare an enum bit-field greater than its
5969 precision. Warn if an enum bit-field is too small to hold all
5970 its values.
5971
5972Mon Dec 5 11:41:50 1994 Mike Stump <mrs@cygnus.com>
5973
5974 * typeck.c (convert_for_assignment): Use cp_convert instead of
5975 convert so that we don't get static casts.
5976
5977Sun Dec 4 11:59:01 1994 Mike Stump <mrs@cygnus.com>
5978
5979 * cvt.c (cp_convert): Don't complain about int->enum conversion if
5980 we are doing static casts.
5981
5982Fri Dec 2 18:32:41 1994 Mike Stump <mrs@cygnus.com>
5983
5984 * error.c (dump_expr): Do something more intelligent with SAVE_EXPRs
5985 when dumping expressions in error messages.
5986
5987Fri Dec 2 17:04:27 1994 Mike Stump <mrs@cygnus.com>
5988
5989 * gc.c (build_dynamic_cast): Change interface to libg++, ensure that
f30432d7 5990 the return type is the right type, and make references work.
6060a796
MS
5991
5992Fri Dec 2 16:36:43 1994 Jason Merrill <jason@phydeaux.cygnus.com>
5993
5994 * decl.c (poplevel): Don't be confused by function-scope
5995 declarations of non-nested functions.
5996 (duplicate_decls): Propagate DECL_MAIN_VARIANT.
5997 (pushdecl): Use duplicate_decls to copy info from old decl into new
5998 function-scope one rather than doing it here.
5999
6000 * decl2.c (mark_inline_for_output): Deal with the DECL_MAIN_VARIANT
6001 of this decl, in case this is a function-scope declaration.
6002
6003 * decl.c (finish_enum): Make sure that the type has the right
6004 precision when we call fixup_*_type.
6005
6006Tue Nov 29 19:12:07 1994 Jason Merrill <jason@phydeaux.cygnus.com>
6007
6008 * cvt.c (build_up_reference): Strip superfluous NOP_EXPRs; we do
6009 want to build up references to rvalues if possible.
6010 (cp_convert): Stick on a NOP_EXPR when converting to the same type.
6011
6012Tue Nov 29 11:28:59 1994 Mike Stump <mrs@cygnus.com>
6013
6014 * parse.y (maybe_raises): Handle throw ().
6015 * parse.y (ansi_raise_identifier): grok type-ids in exception
6016 specifications.
6017 * tree.c (build_exception_variant): Use list compare to check if
6018 two exception specifications match.
6019 * decl.c (duplicate_decls, bad_specifiers): Enhance wording on error
6020 messages.
6021 * call.c (build_method_call): Remove TREE_RAISES.
6022 * cvt.c (convert_to_aggr): Ditto.
6023 * typeck.c (build_function_call_real, convert_arguments): Ditto.
6024 * init.c (expand_aggr_init_1): Ditto.
6025
6026Tue Nov 29 09:50:39 1994 Mike Stump <mrs@cygnus.com>
6027
6028 * except.c: Add support for m68k and mips exception handling
6029 support.
6030
6031Tue Nov 29 08:48:33 1994 Mike Stump <mrs@cygnus.com>
6032
6033 * except.c (expand_end_all_catch): Throw into outer context, if we
6034 fall off end of catch handlers.
6035
db5ae43f
MS
6036Mon Nov 28 16:44:41 1994 Mike Stump <mrs@cygnus.com>
6037
6038 * Makefile.in: Make is easier to decide where parse.[ch] will be
6039 built.
6040
af824546
DE
6041Thu Nov 17 20:11:24 1994 Doug Evans <dje@cygnus.com>
6042
6043 * cp/Make-lang.in (CXX_INSTALL_NAME) Use program_transform_name.
6044 (GXX_INSTALL_NAME) Likewise.
6045 (CXX_CROSS_NAME) Use program_transform_cross_name.
6046 (GXX_CROSS_NAME) Likewise.
6047 (c++.install-man): Use program_transform_name on g++.1.
6048 (c++.uninstall): Likewise.
6049
db5ae43f
MS
6050Mon Nov 28 13:53:03 1994 Mike Stump <mrs@cygnus.com>
6051
6052 * parse.y (THROW): Fix precedence of throw expressions.
6053
6054Mon Nov 28 13:15:16 1994 Mike Stump <mrs@cygnus.com>
6055
6056 * typeck.c (build_unary_op): Allow promotions from bool to int on
6057 unary ~.
6058
6059Sun Nov 27 00:16:21 1994 Jason Merrill <jason@phydeaux.cygnus.com>
6060
6061 * method.c (build_overload_name): Use DECL_ASSEMBLER_NAME for
6062 classes when appropriate.
6063 (build_overload_nested_name): When dealing with a function context,
6064 use ASM_FORMAT_PRIVATE_NAME to tweak the name of the function to
6065 avoid conflicts between local classes of the same name.
6066
6067Wed Nov 23 17:59:42 1994 Mike Stump <mrs@cygnus.com>
6068
6069 * gxx.gperf, parse.y, lex.h, hash.h, lex.c (init_lex), delc.c
6070 (duplicate_decls, grokdeclarator), cp-tree.h: Add support for
6071 `explicit'.
6072 * cvt.c (convert_to_reference, cp_convert, build_type_conversion_1,
6073 build_type_conversion): Use LOOKUP_ONLYCONVERTING in
6074 build_method_calls so that non-converting constructors are not used.
6075 * call.c (build_method_call): If we shouldn't use a non-converting
6076 constructor, then don't.
6077
6078Wed Nov 23 14:46:56 1994 Jason Merrill <jason@phydeaux.cygnus.com>
6079
6080 * call.c (build_method_call): Don't try to synthesize methods yet.
6081
6082Tue Nov 22 12:45:21 1994 Jason Merrill <jason@phydeaux.cygnus.com>
ea943e1d 6083
db5ae43f
MS
6084 * pt.c (push_template_decls): Create CONST_DECLs for template
6085 constant parameters, not VAR_DECLs.
6086
6087Sat Nov 19 15:28:31 1994 Jim Wilson (wilson@chestnut.cygnus.com)
6088
6089 * typeck.c (build_binary_op_nodefault): Can shorten shift only if
6090 shift count is less than size in bits of arg0.
6091
6092Thu Nov 17 15:30:50 1994 Mike Stump <mrs@cygnus.com>
6093
6094 * gxx.gperf, hash.h, lex.c (init_lex, real_yylex), parse.y: Add new
6095 ANSI keywords and, and_eq, bitand, bitor, explicit, namespace, not,
6096 not_eq, or, or_eq, typename, using, xor, xor_eq to g++. Still need
6097 to add support for explicit, namespace, typename, and using, support
6098 for the rest is already in.
6099
db5ae43f
MS
6100Fri Nov 4 19:04:18 1994 Mike Stump <mrs@cygnus.com>
6101
6102 * gc.c (get_bad_cast_node): New routine to support compile time
6103 throws of bad_cast.
6104 * gc.c (build_dynamic_cast): Support throwing of bad_cast at compile
6105 time.
6106
6107Fri Nov 4 11:12:00 1994 Mike Stump <mrs@cygnus.com>
6108
6109 * except.c: Add hppa support.
6110
6111Fri Nov 4 10:50:50 1994 Mike Stump <mrs@cygnus.com>
6112
6113 * except.c: Add rs6000 support.
6114
6115Thu Nov 3 14:24:23 1994 Mike Stump <mrs@cygnus.com>
6116
6117 * except.c (do_unwind): Add i[34]86 support.
6118
6119Thu Nov 3 00:10:46 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6120
6121 * pt.c (do_pending_expansions): Unset TREE_PUBLIC on implicit
6122 instantiations.
6123
6124Wed Nov 2 15:08:24 1994 Kung Hsu (kung@mexican.cygnus.com)
6125
6126 * decl.c (finish_function): emit types used in method parameters
6127 into symbol table.
6128
6129Wed Nov 2 15:05:47 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6130
6131 * pt.c (process_template_parm): Allow pointer to member function
6132 template parameter types.
6133 (uses_template_parms): Handle pointer to member function
6134 CONSTRUCTORs.
6135
6136 * g++.c (main): Cast first argument of bzero to (char *).
6137 Pass -lstdc++ instead of -lg++ unless we are invoked as 'g++'.
6138
6139Mon Oct 31 14:50:48 1994 Kung Hsu (kung@mexican.cygnus.com)
6140
6141 * gc.c (build_dynamic_cast): rewrite to make it work.
6142 * class.c (finish_vtbls): build more vtables if flag_rtti is on.
6143 * class.c (modify_all_direct_vtables): ditto.
6144 * init.c (expand_direct_vtbls_init): expand more vtables if
6145 flag_rtti is on.
6146 * decl.c (init_type_desc): add default return.
6147
6148Tue Oct 25 17:13:09 1994 Kung Hsu (kung@mexican.cygnus.com)
6149
6150 * tree.c (debug_binfo): get rid of the initial size entry of
6151 vtable.
6152 * cp-tree.h: change flag_dossier to flag rtti, define type
6153 descriptor type nodes.
6154 * decl.c (init_type_desc): new function to initialize type
6155 descriptor type nodes.
6156 * decl.c (record_builtin_type): change flag_dossier to flag_rtti.
6157 * lex.c (init_lex): ditto.
6158 * decl.c : change variable flag_dossier to flag_rtti.
6159 * decl.c (duplicate_decls): get rid initial size entry of vtable.
6160 * decl.c (hack_incomplete_structures): take out assert 164.
6161 * search.c (get_abstract_virtuals_1): ditto.
6162 * search.c (dfs_init_vbase_pointers): change CLASSTYPE_DOSSIER to
6163 CLASSTYPE_RTTI.
6164 * parse.y: ditto.
6165 * class.c (prepare_fresh_vtable): for virtual bases, get right
6166 offset.
6167 * class.c (add_virtual_function): change flag_dossier to
6168 flag_rtti.
6169 * class.c (modify_one_vtable): modify the right rtti entry.
6170 * class.c (override_one_vtable): get rid of size entry.
6171 * class.c (finish_struct): change flag_dossier to flag_rtti, and
6172 build extra vtables, build type descriptors for polymorphic
6173 classes.
6174 * gc.c (build_headof): make headof() works correctly with new
6175 rtti.
6176 * gc.c (build_typeid): make this function work with new rtti.
6177 * gc.c (get_typeid): make this function work with new rtti.
6178 * gc.c (build_bltn_desc): new function for new rtti.
6179 * gc.c (build_user_desc): ditto.
6180 * gc.c (build_class_desc): ditto.
6181 * gc.c (build_ptr_desc): ditto.
6182 * gc.c (build_attr_desc): ditto.
6183 * gc.c (build_func_desc): ditto.
6184 * gc.c (build_ptmf_desc): ditto.
6185 * gc.c (build_ptmd_desc): ditto.
6186 * gc.c (build_t_desc): ditto.
6187 * gc.c : comment out old build_t_desc, build_i_desc, build_m_desc.
6188
6189Tue Oct 25 13:37:41 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6190
6191 * call.c (convert_harshness): Check for TREE_UNSIGNED differences
6192 after checking for integral conversions.
ea943e1d 6193
72b7eeff
MS
6194Wed Nov 30 19:13:50 1994 Mike Stump <mrs@cygnus.com>
6195
6196 * Version 2.6.3 released.
6197
6198Thu Nov 17 10:56:50 1994 Jason Merrill <jason@phydeaux.cygnus.com>
6199
6200 * typeck2.c (build_m_component_ref): Check the basetype of the
6201 member pointer against the main variant of the object type.
6202
6203Mon Nov 14 14:21:52 1994 Jason Merrill <jason@phydeaux.cygnus.com>
6204
6205 * cvt.c (convert_to_reference): Make sure that the original expr
6206 gets its type back when converting a reference.
6207
6208 * method.c (build_overload_name): Clear numeric_outputed_need_bar here.
6209 (build_decl_overload): Instead of here.
6210
6211Tue Nov 8 17:11:24 1994 Jason Merrill <jason@phydeaux.cygnus.com>
6212
6213 * cvt.c (cp_convert): Don't build a TARGET_EXPR if we're not in a
6214 function.
6215
6216 * typeck.c (convert_for_initialization): Handle initialization from
6217 a TARGET_EXPR.
6218
6219Sun Nov 6 01:34:24 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6220
6221 * pt.c (lookup_nested_type_by_name): Fix list-walking logic.
6222 (tsubst): When replacing a TEMPLATE_TYPE_PARM, propagate
6223 TYPE_READONLY and TYPE_VOLATILE from the argument.
6224 (unify): When unifying with a TEMPLATE_TYPE_PARM, remove cv-quals
6225 present in parm from arg.
6226 (type_unification): Strip REFERENCE_TYPE from the argument type.
6227 (unify): Don't strip REFERENCE_TYPE from the argument type.
6228
6229Sat Nov 5 22:42:15 1994 Greg McGary (gkm@magilla.cichlid.com)
6230
6231 * pt.c (do_type_instantiation): Check to see if there's a
6232 IDENTIFIER_TEMPLATE on a class before calling
6233 instantiate_member_templates().
6234
6235Sat Nov 12 06:35:42 1994 Mike Stump <mrs@cygnus.com>
6236
6237 * Version 2.6.2 released.
6238
6239Thu Nov 3 18:48:19 1994 Paul Eggert <eggert@twinsun.com>
6240
6241 * Makefile.in (spew.o, lex.o, pt.o):
6242 Depend on $(srcdir)/parse.h, not parse.h.
6243
6244Tue Nov 1 19:19:41 1994 Mike Stump <mrs@cygnus.com>
6245
6246 * Version 2.6.1 released.
6247
eae89e04
JM
6248Sun Oct 23 13:19:55 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6249
db5ae43f
MS
6250 * decl2.c: Declare flag_access_control.
6251 (struct lang_f_options): Add access-control.
6252 * expr.c (cplus_expand_expr, NEW_EXPR): Unset flag_access_control
6253 for the call to expand_aggr_init to copy the object out of the
6254 pcc_struct_return slot.
6255 * search.c (compute_access): if (!flag_access_control) return
6256 access_public.
eae89e04
JM
6257
6258Fri Oct 21 00:32:54 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6259
db5ae43f
MS
6260 * lex.c (cons_up_default_function): Don't try to defer method
6261 synthesis now.
6262
6263 * decl.c (init_decl_processing): Use __pure_virtual for abort_fndecl
6264 instead of abort, since the OSF/1 dynamic linker doesn't like to see
6265 relocation entries for abort.
eae89e04 6266
db5ae43f
MS
6267 * tree.c (array_type_nelts_total): Use sizetype, not
6268 integer_type_node.
6269 (array_type_nelts_top): Ditto.
6270
6271Thu Oct 20 15:48:27 1994 Mike Stump <mrs@cygnus.com>
6272
6273 * decl.c (grokdeclarator): Added handling for catch parameters
6274 (CATCHPARM).
6275 * except.c (expand_start_catch_block): Use the new CATCHPARM context
6276 instead of NORMAL.
6277 * except.c (expand_throw): Don't let convert_to_reference complain
6278 about what we are doing.
6279
6280Thu Oct 20 12:55:24 1994 Jim Wilson (wilson@cygnus.com)
6281
6282 * method.c (emit_thunk): Call instantiate_virtual_regs.
6283
6284Wed Oct 19 14:15:33 1994 Mike Stump <mrs@cygnus.com>
6285
6286 * except.c (expand_exception_blocks): Make sure throw code doesn't
6287 get put in function that won't be output.
eae89e04
JM
6288
6289Mon Oct 17 18:03:15 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6290
db5ae43f
MS
6291 * decl.c (init_decl_processing): Make alloca a builtin.
6292
6293Thu Oct 27 21:10:25 1994 Craig Burley (craig@burley)
6294
6295 * g++.c (main): Only decrement "added" and set "library" to
6296 NULL when "library" != NULL (just like 940829 fix).
eae89e04 6297
c199879d
MS
6298Mon Oct 17 15:56:11 1994 Mike Stump <mrs@cygnus.com>
6299
6300 * except.c (expand_start_catch_block): Make sure the false label
6301 gets onto the permanent obstack, as it is used for the exception
6302 table.
6303
13306d4f
MS
6304Fri Oct 14 18:54:48 1994 Mike Stump <mrs@cygnus.com>
6305
6306 * class.c (modify_one_vtable): Since the DECL_CONTEXT of fndecl can
6307 be set just below, use current_fndecl instead.
6308
db5ae43f
MS
6309Fri Oct 14 15:12:22 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6310
6311 * init.c (expand_aggr_vbase_init_1): Don't call expand_aggr_init_1
6312 with LOOKUP_SPECULATIVELY.
6313 (expand_default_init): Abort if build_method_call returns NULL_TREE.
6314
6315 * typeck.c (build_modify_expr): Don't just build a MODIFY_EXPR if
6316 the rhs is a TARGET_EXPR.
6317
6318 * parse.y (left_curly): Anonymous types are not affected by #pragma
6319 interface/implementation.
6320
6321 * method.c (synthesize_method): Don't call setup_vtbl_ptr for the
6322 default constructor if it isn't needed.
6323
6324 * lex.c (cons_up_default_function): Do synthesize methods for
6325 anonymous types if necessary.
6326
2f4f907d
JM
6327Thu Oct 13 17:44:55 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6328
db5ae43f 6329 * method.c (build_decl_overload): Set numeric_outputed_need_bar to 0.
2f4f907d
JM
6330
6331Wed Oct 12 13:27:57 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6332
db5ae43f
MS
6333 * typeck.c (build_modify_expr): Understand how to copy an aggregate.
6334
6335 * init.c (expand_default_init): Ditto. Also remove some of the
6336 crufty code that assumes methods will not be synthesized properly.
6337
6338 * lex.c (cons_up_default_function): If the containing type has no
6339 name, these functions should never need to be called, so just
6340 declare them.
2f4f907d 6341
db5ae43f
MS
6342 * lex.c (real_yylex): Use HOST_BITS_PER_WIDE_INT to determine the
6343 bitmask for lexing character constants.
6344
6345 * call.c (build_method_call): Disable code that tries to do tricky
6346 stuff with a default parameter that is a constructor call, but
6347 actually does other tricky stuff that breaks things.
2f4f907d
JM
6348
6349Wed Oct 12 16:14:01 1994 Benoit Belley <belley@cae.ca>
6350
db5ae43f
MS
6351 * decl.c (finish_enum): Disable code which forces enums to be signed,
6352 since this conflicts with their use as bitfields. type_promotes_to
6353 handles promotion of enums of underlying unsigned types to signed
6354 integer types.
2f4f907d
JM
6355
6356Wed Oct 12 13:24:03 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6357
db5ae43f
MS
6358 * cvt.c (type_promotes_to): Also promote enums to long if
6359 appropriate.
2f4f907d 6360
db5ae43f
MS
6361 * typeck.c (default_conversion): Don't expect type_promotes_to to
6362 return a main variant.
2f4f907d
JM
6363
6364Wed Oct 12 12:19:45 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6365
db5ae43f
MS
6366 * call.c (build_scoped_method_call): Don't lose side effects in the
6367 object expression when calling a non-existent destructor.
2f4f907d
JM
6368
6369Fri Sep 2 19:05:21 1994 Rohan Lenard (rjl@iassf.easams.com.au)
6370
db5ae43f
MS
6371 * call.c (build_scoped_method_call): Remove erroneous error message
6372 when destructor call is written as a scoped call.
2f4f907d 6373
252b87c7 6374Tue Oct 11 23:48:31 1994 Jason Merrill (jason@phydeaux.cygnus.com)
db5ae43f
MS
6375
6376 * various: Cast pointer arguments to bzero and bcopy to char *.
252b87c7 6377
13306d4f
MS
6378Tue Oct 11 19:34:32 1994 Mike Stump <mrs@cygnus.com>
6379
6380 * class.c (get_derived_offset): Added a type parameter to limit how
6381 far up the CLASSTYPE_VFIELD_PARENT chain we search.
6382 * class.c (modify_one_vtable, fixup_vtable_deltas): When forming the
6383 offset to put into the vtable for the this parameter, make sure we
6384 don't offset from a parent of the DECL_CONTEXT of the function.
6385
db5ae43f
MS
6386Tue Oct 11 16:10:52 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6387
6388 * pt.c (do_function_instantiation): Set DECL_EXTERNAL and
6389 TREE_STATIC when setting DECL_INTERFACE_KNOWN.
6390 (do_type_instantiation): Ditto.
6391
6392 * lex.c (cons_up_default_function): Set DECL_INTERFACE_KNOWN,
6393 DECL_EXTERNAL and TREE_STATIC as appropriate.
6394
6395 * decl2.c (finish_file): Also synthesize methods that don't have
6396 DECL_EXTERNAL set. Set interface_unknown before doing so.
6397
6398 * decl.c (start_function): If DECL_INTERFACE_KNOWN is set on the
6399 function decl, don't muck with TREE_PUBLIC and DECL_EXTERNAL.
6400
cba8ba35
JM
6401Mon Oct 10 00:56:53 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6402
db5ae43f
MS
6403 * lex.c (cons_up_default_function): Mark methods in a template class
6404 as template instances. Store the values of interface_unknown and
6405 interface_only for do_pending_inlines.
6406 (do_pending_inlines): Use them.
6407
6408 * decl2.c (finish_file): If we haven't seen a definition of a
6409 function declared static, make the decl non-PUBLIC so compile_file
6410 can give an error.
cba8ba35
JM
6411
6412Sun Oct 9 02:42:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6413
db5ae43f
MS
6414 * method.c (do_build_copy_constructor): Handle anonymous unions.
6415 (do_build_assign_ref): Ditto.
6416 (largest_union_member): Move from lex.c.
6417
6418Sat Oct 8 14:59:43 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6419
6420 Re-implement g++'s vague linkage independent of TREE_PUBLIC.
6421 * pt.c (instantiate_member_templates): Lose redundant
6422 -fexternal-templates handling.
6423 (tsubst): Set TREE_PUBLIC and DECL_EXTERNAL on new decls. Don't set
6424 TREE_STATIC or DECL_INTERFACE_KNOWN.
6425 (do_pending_expansions): Predicate on DECL_INTERFACE_KNOWN instead
6426 of DECL_EXTERNAL for explicit instantiations.
6427 (do_function_instantiation): Do the new thing.
6428 (do_type_instantiation): Ditto.
6429 (instantiate_template): Deal with member templates defined in a .cc
6430 file with -fexternal-templates.
6431 * except.c (expand_exception_blocks): Use DECL_LINKAGE_KNOWN to
6432 decide whether to stick builtin_throw here.
6433 * decl2.c (import_export_inline): Predicate on DECL_INTERFACE_KNOWN
6434 rather than TREE_PUBLIC. Generally fix rules.
6435 (finish_file): Use DECL_INITIAL to determine whether or not a method
6436 has been synthesized, rather than TREE_ASM_WRITTEN.
6437 * decl.c (warn_extern_redeclared_static): Use DECL_PUBLIC instead of
6438 TREE_PUBLIC.
6439 (pushdecl): Ditto.
6440 (duplicate_decls): Ditto. Deal with DECL_DECLARED_STATIC and
6441 DECL_INTERFACE_KNOWN.
6442 (redeclaration_error_message): Fix checking for conflicting linkage.
6443 (define_function): Set DECL_INTERFACE_KNOWN.
6444 (grokfndecl): Function decls are PUBLIC until we are sure about
6445 their linkage. Set DECL_DECLARED_STATIC as needed.
6446 (start_function): Deal with linkage. Move pushdecl after linkage
6447 magic.
6448 (finish_function): Don't set TREE_ASM_WRITTEN on discarded inlines.
6449 * cp-tree.h (lang_decl_flags): Add interface_known and
6450 declared_static.
6451 (DECL_INTERFACE_KNOWN): New macro.
6452 (DECL_DECLARED_STATIC): New macro.
6453 (DECL_PUBLIC): New macro.
6454
6455 Clean up bogus use of TREE_PUBLIC.
6456 * class.c (alter_access): Fix mistaken use of TREE_PUBLIC (it
6457 doesn't correspond to TREE_PROTECTED and TREE_PRIVATE).
6458 * init.c (do_friend): Don't arbitrarily set TREE_PUBLIC.
cba8ba35
JM
6459
6460Wed Oct 5 13:44:41 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6461
db5ae43f
MS
6462 * call.c (build_overload_call_real): Don't immediately do
6463 array->pointer conversion.
cba8ba35 6464
db5ae43f
MS
6465 * pt.c (type_unification): If not passing to a reference, strip
6466 cv-quals. Also handle array->pointer conversion.
cba8ba35
JM
6467
6468Tue Oct 4 17:45:37 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6469
db5ae43f
MS
6470 * decl.c (grokdeclarator): Don't warn about applying const to a
6471 const typedef or template type parameter.
6472
6473 * decl2.c (finish_file): Also synthesize methods after walking the
6474 vtables. Ugly ugly ugly.
cba8ba35
JM
6475
6476Mon Oct 3 15:02:41 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6477
db5ae43f
MS
6478 * various: Remove lingering remnants of old exception handling code.
6479
6480 * decl2.c (finish_file): Synthesize methods before walking the
6481 vtables, so that the vtables get emitted as needed.
6482
6483 * decl.c (shadow_tag): Remove obsolete code for pushing tags and
6484 dealing with exceptions.
6485
6486Mon Oct 3 13:05:27 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6487
6488 * Make-lang.in (g++-cross): Depend upon version.o and $(LIBDEPS).
6489
6490Mon Oct 3 02:59:28 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6491
6492 * decl2.c (finish_file): Fix inline handling.
cba8ba35
JM
6493
6494Sun Oct 2 00:21:56 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6495
db5ae43f
MS
6496 * decl.c (grokdeclarator): Handle redundant scope even better.
6497 ({push,pop}_cp_function_context): Take toplev parameter.
cba8ba35 6498
db5ae43f
MS
6499 * method.c (synthesize_method): Pass toplev parameter to
6500 {push,pop}_cp_function_context depending on decl_function_context
6501 (fndecl).
cba8ba35 6502
db5ae43f
MS
6503 * typeck.c (build_x_unary_op): Unary & on OFFSET_REFs is always the
6504 built-in version.
cba8ba35 6505
db5ae43f
MS
6506 * method.c (synthesize_method): Don't be confused by __in_chrg
6507 parameter.
b3738072 6508
db5ae43f 6509 * class.c (popclass): Set C_C_D like start_function does.
b3738072 6510
db5ae43f 6511 * decl.c (grokdeclarator): Handle redundant scope better.
81613e43 6512
db5ae43f
MS
6513 * parse.y (expr_or_declarator): Add '(' expr_or_declarator ')' rule.
6514 (direct_notype_declarator): Ditto.
6515 (complex_direct_notype_declarator): Remove it here.
81613e43 6516
db5ae43f 6517Sat Oct 1 21:42:18 1994 Jason Merrill (jason@deneb.cygnus.com)
44c5421f 6518
db5ae43f
MS
6519 * init.c (resolve_offset_ref): Fix types used in resolving .*
6520 expressions.
6521
6522Sat Oct 1 15:18:49 1994 Jason Merrill (jason@phydeaux.cygnus.com)
6523
6524 Beginnings of work to synthesize methods only when needed.
6525 * call.c (build_method_call): Synthesize methods as necessary
6526 (currently never necessary).
6527 * class.c (popclass): Don't try to set C_C_D here, as it'll end up
6528 on the wrong obstack.
6529 * decl.c (push_cp_function_context): Mostly copied from
6530 push_c_function_context.
6531 (pop_cp_function_context): Similarly.
6532 (finish_function): Reverse order of poplevel and pop_nested_class so
6533 that current_class_decl is restored properly.
6534 (start_function): Ditto.
6535 (finish_function): Add parameter 'nested'. Don't call
6536 permanent_allocation if (nested).
6537 * various: Pass extra parameter to finish_function.
6538 * decl2.c (finish_file): Reorganize end-of-file inline handling,
6539 synthesizing methods as necessary.
6540 * lex.c (cons_up_default_function): Call mark_inline_for_output.
6541 Only synthesize methods immediately if #pragma implementation
6542 (currently disabled).
6543 (do_pending_inlines): Call synthesize_method.
6544 * method.c (synthesize_method): New function; all method synthesis
6545 goes through here. Calls do_build_assign_ref and
6546 do_build_copy_constructor.
6547 (build_default_constructor): Remove.
6548 (build_dtor): Ditto.
6549 (build_assign_ref): Rename to do_build_assign_ref and remove stuff
6550 done by synthesize_method.
6551 (build_copy_constructor): Similarly.
44c5421f 6552
eac293a1
MS
6553Thu Sep 29 16:58:52 1994 Mike Stump <mrs@cygnus.com>
6554
6555 * typeck.c (c_expand_return): Use magic so the backend can fixup the
6556 assignment into the return register, so cleanups won't clobber it.
6557
6558Thu Sep 29 13:08:50 1994 Jason Merrill (jason@deneb.cygnus.com)
6559
6560 * method.c (hack_identifier): Don't call assemble_external for
6561 template decls.
6562
6563 * decl.c (finish_decl): Also end temporary allocation if the decl in
6564 question has a type of error_mark_node.
6565
6060a796 6566Wed Sep 28 21:45:00 1994 Mike Stump <mrs@cygnus.com>
eac293a1
MS
6567
6568 * typeck.c (build_modify_expr): When optimizing ?: on lhs, make sure
6569 that if the ?: was a reference type, that the subparts will be also.
6570
6571Wed Sep 28 16:14:04 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6572
6573 * except.c (register_exception_table): Use Pmode, not PTRmode.
6574
6575Fri Sep 23 13:54:27 1994 Jason Merrill (jason@deneb.cygnus.com)
6576
6577 * lex.c (do_pending_inlines): Do method synthesis after the
6578 pending_inlines have been reversed.
6579
f376e137
MS
6580Thu Sep 22 12:53:03 1994 Per Bothner (bothner@kalessin.cygnus.com)
6581
6582 * decl2.c (finish_file): Fix Brendan's fix: Only call
6583 register_exception_table if there is a non-empty exception table.
6584
6585Thu Sep 22 12:03:46 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6586
6587 * decl2.c (finish_file): Only do register_exception_table if
6588 -fhandle-exceptions is being used.
6589
6590Wed Sep 21 19:01:51 1994 Per Bothner (bothner@kalessin.cygnus.com)
6591
6592 * except.c (output_exception_table_entry): Simplify
6593 by using assemble_integer.
6594 (build_exception_table): Change to return a count.
6595 Cleanup to use standard macros, instead of hard-wired
6596 sparc asm format. Don't make __EXCEPTION_TABLE__ global.
6597 (register_exception_table): New function. Generate call to builtin.
6598 * decl2.c (finish_file): Call register_exception_table.
6599 * cp-tree.h (build_exception_table): Fix prototype.
6600
6601Wed Sep 21 13:20:42 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6602
6603 * tree.c (break_out_calls): Don't try to duplicate the DECL_INITIAL.
6604
6605 * decl2.c (delete_sanity): Give an error at trying to delete a
6606 function.
6607
6608Wed Sep 21 11:47:10 1994 Jason Merrill (jason@deneb.cygnus.com)
6609
6610 * lex.c (cons_up_default_function): Mark synthesized destructors
6611 inline.
6612
6613 * decl.c (duplicate_decls): Ignore redeclarations of wchar_t as
6614 something other than __wchar_t, complaining if -pedantic and not in
6615 a system header.
6616
6617Tue Sep 20 09:43:28 1994 Jason Merrill (jason@deneb.cygnus.com)
6618
6619 * decl.c (xref_tag): Set up BINFO_INHERITANCE_CHAIN on base binfos
6620 here.
6621
6622 * typeck.c (build_modify_expr): Require complete type after checking
6623 for error_mark_node.
6624
6625 * call.c (build_method_call): Print parmtypes when complaining of
6626 ambiguous call.
6627
6628 * typeck.c (build_modify_expr): Handle assignment to array from
6629 non-array.
6630
6631 * decl.c (lookup_name_real): Deal with got_scope == error_mark_node.
6632
6633 * call.c (build_method_call): Don't bother with the exact match.
6634
6635Mon Sep 19 00:51:39 1994 Jason Merrill (jason@deneb.cygnus.com)
6636
6637 * init.c (expand_aggr_init): If we munge the type of the variable,
6638 also munge the type of the initializer.
6639
6640 * decl.c (grokdeclarator): Use <= when comparing to RID_LAST_MODIFIER.
6641 (init_decl_processing): Push artificial declaration of wchar_t so
6642 people don't have to declare it before they can use it.
6643
6644 * error.c (cp_line_of): return lineno in lieu of 0.
6645
6646 * typeck.c (convert_for_assignment): Handle conversion of pmfs to
6647 int and bool.
6648 (build_component_ref): Fold the COMPONENT_REF in case it can be
6649 reduced.
6650
6651 * typeck2.c (store_init_value): Don't pedwarn about non-constant
6652 bracketed initializers for automatic variables.
6653
6654Sun Sep 18 10:12:12 1994 Jason Merrill (jason@deneb.cygnus.com)
6655
6656 * error.c (dump_decl): Don't say `typedef enum foo foo'.
6657
6658 * decl.c (start_decl): Don't set TREE_PUBLIC on template decls just
6659 because they're affected by #pragma i/i. We'll deal with that when
6660 they get instantiated.
6661
6662 * typeck.c (build_unary_op): Clean up cruft in ADDR_EXPR case.
6663
6664 * class.c (instantiate_type): Set TREE_CONSTANT on instantiated
6665 ADDR_EXPRs if appropriate.
6666
6667 * decl.c (build_ptrmemfunc_type): Unset IS_AGGR_TYPE on pmf types.
6668
6669 * typeck.c (build_ptrmemfunc): Handle &overloaded_method as an
6670 initializer properly.
6671 * typeck2.c (digest_init): Ditto.
6672
6673 * tree.c (cp_build_type_variant): Like c_build_type_variant, except
6674 it uses build_cplus_array_type.
6675 * *.c: Use cp_build_type_variant instead of c_build_type_variant.
6676
6677 * pt.c (do_type_instantiation): Don't try to instantiate nested
db5ae43f 6678 enums.
f376e137
MS
6679
6680Tue Sep 13 10:56:58 1994 Jason Merrill (jason@deneb.cygnus.com)
6681
6682 * cvt.c (build_up_reference): Handle preincrement and predecrement
db5ae43f 6683 properly.
f376e137
MS
6684
6685Tue Sep 13 09:51:59 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6686
6687 * decl.c (finish_decl): Only lay out the rtl for DECL if it is, in
6688 fact, static.
6689
6690Mon Sep 12 14:40:30 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6691
6692 * decl.c (finish_decl): Lay out the rtl for DECL before doing
6693 grok_reference_init, in case it's static.
6694
6695Mon Sep 12 12:45:38 1994 Jason Merrill (jason@deneb.cygnus.com)
6696
6697 * class.c (finish_struct): Don't synthesize constructors if the
6698 class has a field with the same name as the class. Don't die on
6699 classes with no constructors or destructors. Don't die if the head
6700 and tail of the class are in different files.
6701
6702 * decl.c (grokdeclarator): Don't treat a function pointer field
6703 with the same name as the class as a constructor.
6704
6705Fri Sep 9 13:17:00 1994 Jason Merrill (jason@deneb.cygnus.com)
6706
6707 * typeck.c (build_c_cast): Pull constant values out of their
6708 variables here.
6709
6710 * decl.c (duplicate_decls): Only propagate DECL_CHAIN in
6711 FUNCTION_DECLs and TEMPLATE_DECLs.
6712
6713Thu Sep 8 10:07:48 1994 Jason Merrill (jason@deneb.cygnus.com)
6714
6715 * decl.c (duplicate_decls): Propagate DECL_CHAIN in all DECLs that
6716 have it.
6717
6718 * pt.c (unify): REALs and INTEGERs only unify with their own genus.
6719 (instantiate_member_templates): Don't muck with DECL_EXTERNAL and
6720 TREE_PUBLIC unless -fexternal-templates.
6721
6722Wed Sep 7 13:17:10 1994 Jason Merrill (jason@deneb.cygnus.com)
6723
6724 * pt.c (do_type_instantiation): Call instantiate_member_templates.
6725 Deal with specializations.
6726 (tsubst): Don't stick the mangled name in DECL_NAME for function
6727 instantiations. Don't push them, either.
6728
6729 * decl2.c (grokfield): Move code for generating the
6730 DECL_ASSEMBLER_NAME for static members from here.
6731 * method.c (build_static_name): To here.
6732 * decl.c (grokvardecl): Call build_static_name.
6733 (duplicate_decls): Keep old DECL_ASSEMBLER_NAME.
6734
6735Mon Sep 5 12:49:18 1994 Jason Merrill (jason@deneb.cygnus.com)
6736
6737 * call.c (build_method_call): if -Wsynth, warn when selecting
6738 synthesized op= over user-supplied one cfront would select.
6739 * decl2.c (lang_decode_option): Handle -Wsynth.
6740
6741Fri Sep 2 15:11:59 1994 Jason Merrill (jason@deneb.cygnus.com)
6742
6743 * decl.c (finish_enum): Overhaul to fix several bugs.
6744 (start_enum): Disable useless code.
6745
6746Thu Sep 1 16:04:54 1994 Jason Merrill (jason@deneb.cygnus.com)
6747
6748 * typeck.c (c_expand_return): Warn about returning a reference to a
6749 temporary.
6750 (convert_arguments): Increment argument counter when using default
6751 arguments, too.
6752
6753Wed Aug 31 14:29:22 1994 Jason Merrill (jason@deneb.cygnus.com)
6754
6755 * decl.c (finish_decl): If the type of decl is error_mark_node,
6756 don't bother trying to do anything.
6757
6758 * typeck.c (convert_for_initialization): If the rhs contains a
6759 constructor call, pretend the lhs type needs to be constructed.
6760
6761 * init.c (expand_default_init): If we stick the object inside the
6762 initializer, mark the initializer used.
6763
6764Tue Aug 30 13:50:18 1994 Jason Merrill (jason@deneb.cygnus.com)
6765
6766 * method.c (build_assign_ref): return *this;
6767 (build_assign_ref): Fix base assignment order.
6768 (build_copy_constructor): Fix member init order.
6769
6770Mon Aug 29 13:54:39 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6771
6772 * g++.c (main): Remember to clear out SAW_SPECLANG after we see
6773 its argument.
6774
6775Sat Aug 27 09:36:03 1994 Jason Merrill (jason@deneb.cygnus.com)
6776
6777 * method.c (build_copy_constructor): Also copy virtual bases.
6778
6779Fri Aug 26 17:05:15 1994 Jason Merrill (jason@deneb.cygnus.com)
6780
6781 * lex.c (do_pending_inlines): Clear out pending_inlines before doing
6782 any synthesis. Also first set deja_vu on all pending_inlines.
6783
6784 * method.c (build_assign_ref): Use build_member_call to invoke base
6785 operator=, rather than build_modify_expr. And use
6786 build_reference_type instead of TYPE_REFERENCE_TO.
6787 (build_copy_constructor): Use TYPE_NESTED_NAME to identify the
6788 basetype.
6789
6790 * decl2.c (grokfield): Don't complain about undefined local class
6791 methods.
6792
6793 * class.c (finish_struct): Don't try to synthesize methods here.
6794 * lex.c (do_pending_inlines): Instead, synthesize them here.
6795 (init_lex): Initialize synth_obstack.
6796 (cons_up_default_function): Stick synthesis request on
6797 pending_inlines.
6798
6799Fri Aug 26 12:24:14 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6800
6801 * call.c (build_method_call) [PCC_STATIC_STRUCT_RETURN]: Also
6802 accept an RTL_EXPR in what we're about to use for the instance,
6803 since anything which would end up with pcc_struct_return set
6804 inside cplus_expand_expr.
6805
6806 * cp-tree.h (cons_up_default_function): Note change of prototype.
6807
6808Thu Aug 25 23:05:30 1994 Gerald Baumgartner (gb@cs.purdue.edu)
6809
6810 * class.c (finish_struct): Undid change from Aug 21 testing
6811 CLASSTYPE_INTERFACE and CLASSTYPE_VTABLE_NEEDS_WRITING.
6812 * parse.y (left_curly): Ditto, undid change from Aug 21.
6813 * decl.c (xref_tag): Undid change from Aug 21, set
6814 CLASSTYPE_INTERFACE correctly, and added comments.
6815
6816Thu Aug 25 00:36:31 1994 Jason Merrill (jason@deneb.cygnus.com)
6817
6818 Rework approach to synthesized methods; don't go through the parser
6819 anymore.
6820 * class.c (finish_struct): Use new synthesis approach.
6821 * lex.c (cons_up_default_function): Now just creates declaration,
6822 not code.
6823 (largest_union_member): #if 0 out.
6824 (default_assign_ref_body): Ditto.
6825 (default_copy_constructor_body): Ditto.
6826 * method.c (build_default_constructor): New function to synthesize X().
6827 (build_copy_constructor): Synthesize X(X&).
6828 (build_assign_ref): Synthesize X::operator=(X&).
6829 (build_dtor): Synthesize ~X().
6830
6831 * error.c (cp_line_of): If we're dealing with an artificial
6832 TYPE_DECL, look at the type instead.
6833
6834Wed Aug 24 11:11:50 1994 Jason Merrill (jason@deneb.cygnus.com)
6835
6836 * init.c (sort_member_init): Check warn_reorder.
6837 * decl2.c (lang_decode_option): Handle -W{no-,}reorder.
6838
6839 * cp-tree.h (CLASSTYPE_SOURCE_LINE): New macro.
6840 * error.c (cp_line_of): Use CLASSTYPE_SOURCE_LINE for aggregates.
6841 * class.c (finish_struct): Set CLASSTYPE_SOURCE_LINE.
6842
6060a796 6843Tue Aug 23 09:28:35 1994 Mike Stump <mrs@cygnus.com>
f376e137
MS
6844
6845 * error.c (dump_decl): Improve wording, so that error messages
6846 dont't read template<, class foo>...
6847
6848Mon Aug 22 15:30:51 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6849
6850 * parse.y (label_colon): Also match a TYPENAME as a label name,
6851 since they may have declared a class by that name but have also
6852 tried to have a local label under the same name.
6853
6854 * pt.c (coerce_template_parms): Call cp_error, not cp_error_at,
6855 for the message so they know at what point it was instantiated.
6856
6857Sun Aug 21 23:07:35 1994 Gerald Baumgartner (gb@cs.purdue.edu)
6858
6859 * class.c (finish_struct): Move setting of CLASSTYPE_INTERFACE and
6860 CLASSTYPE_VTABLE_NEEDS_WRITING for signatures up to left_curly time.
6861 * decl.c (xref_tag): Move setting of CLASSTYPE_INTERFACE and
db5ae43f 6862 CLASSTYPE_VTABLE_NEEDS_WRITING for signatures down to left_curly time.
f376e137
MS
6863 * parse.y (left_curly): New final resting place for setting
6864 CLASSTYPE_INTERFACE and CLASSTYPE_VTABLE_NEEDS_WRITING for signatures.
6865
6866 * class.c (finish_struct): Don't test for function/field name
6867 conflicts in signatures, since all the fields are compiler-constructed.
6868
6869Fri Aug 19 14:04:47 1994 Kung Hsu (kung@mexican.cygnus.com)
6870
6871 * method.c (build_overload_nested_name): in qualified name
6872 mangling, the template with value instantiation will have numeric
6873 at end and may mixed with the name length of next nested level.
6874 Add a '_' in between.
6875 * method.c (build_overload_name): ditto.
6876 * method.c (build_overload_identifier): ditto.
6877
6060a796 6878Thu Aug 18 16:24:43 1994 Mike Stump <mrs@cygnus.com>
f376e137
MS
6879
6880 * error.c (dump_decl): Handle NULL args.
6881
db5ae43f
MS
6882Thu Sep 29 16:15:36 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
6883
6884 * g++.c: Rework last change so it's done like collect.c (and
6885 gcc.c).
6886
6887Wed Sep 14 10:17:27 1994 Michael I Bushnell <mib@churchy.gnu.ai.mit.edu>
6888
6889 * g++.c: Include <sys/errno.h> in case `errno' is a macro
6890 as permitted by ANSI C.
6891
6060a796 6892Thu Aug 18 12:48:09 1994 Mike Stump <mrs@cygnus.com>
00595019
MS
6893
6894 * class.c (finish_struct): Move setting of CLASSTYPE_INTERFACE and
6895 CLASSTYPE_VTABLE_NEEDS_WRITING up to left_curly time.
6896 * decl.c (xref_tag): Move setting of CLASSTYPE_INTERFACE and
db5ae43f 6897 CLASSTYPE_VTABLE_NEEDS_WRITING down to left_curly time.
00595019
MS
6898 * parse.y (left_curly): New final resting place for setting
6899 CLASSTYPE_INTERFACE and CLASSTYPE_VTABLE_NEEDS_WRITING.
6900
6901Thu Aug 11 11:32:42 1994 H.J. Lu (hjl@nynexst.com)
6902
6903 * g++.c (main): Only decrement "added" and set "library" to
6904 NULL when "library" != NULL.
6905
6906Sat Aug 13 00:14:52 1994 Jason Merrill (jason@deneb.cygnus.com)
6907
6908 * decl.c (grokdeclarator): Don't set TREE_PUBLIC on a function decl
6909 just because its class has a known interface.
6910 (decls_match): Deal with new format of template parms.
6911
6912 * lex.c (cons_up_default_function): Don't play with TREE_PUBLIC and
6913 DECL_EXTERNAL here.
6914
6915Fri Aug 12 01:55:15 1994 Jason Merrill (jason@deneb.cygnus.com)
6916
6917 * decl.c (pushtag): SET_DECL_ARTIFICIAL on gratuitous typedefs.
6918 (xref_defn_tag): Ditto.
6919 (pushdecl): Only allow artificial typedefs to be shadowed.
6920
6921 * init.c (emit_base_init): Pass the right binfos to
6922 expand_aggr_init_1.
6923
6924 * class.c (delete_duplicate_fields_1): Make it work right.
6925 (finish_struct): Catch function/field name conflict.
6926
6927 * decl2.c (check_classfn): Pass the function to cp_error, not just
6928 the name.
6929
6930 * init.c (sort_member_init): Warn when order of member initializers
6931 does not match order of member declarations.
6932 (emit_base_init): Call expand_aggr_init_1 with LOOKUP_PROTECT.
6933
6934 * error.c (dump_expr): Handle lists of functions.
6935
6936 * decl.c (start_function): #pragma interface only affects functions
6937 that would otherwise be static.
6938 (finish_decl): Don't warn about an unused variable if it has both
6939 constructor and destructor, since the 'resource allocation is
6940 initialization' idiom is relatively common.
6941
6942 * typeck.c (comp_target_types): Don't handle TEMPLATE_TYPE_PARMs.
6943 (comp_target_parms): Ditto.
6944 (compparms): Never consider default parms.
6945 (common_base_type): Don't choose a virtual baseclass if there is a
6946 more derived class in common.
6947 (build_conditional_expr): If pedantic, pedwarn about conversion to
6948 common base in conditional expr.
6949
6950 * class.c (instantiate_type): Handle template instantiation better.
6951
6952 * typeck.c (convert_arguments): Don't try to get tricky and convert
6953 to int directly when PROMOTE_PROTOTYPES is set, as it breaks
6954 user-defined conversions.
6955
6956 * lex.c (check_for_missing_semicolon): Also give error at end of
6957 file.
6958
6959 * call.c (build_method_call): Don't promote arrays to pointers here.
6960
6961 * typeck.c (convert_arguments): Don't require the actual parameter
6962 to be of a complete type if the formal parameter is a reference.
6963
6964Thu Aug 11 15:21:40 1994 Jason Merrill (jason@deneb.cygnus.com)
6965
6966 * decl.c (grokdeclarator): Soften 'static' on member function error
6967 to pedwarn.
6968
6969 * init.c (build_new): Don't automatically save rval.
6970 (build_offset_ref): Do field lookup with proper basetype_path.
6971
6972Thu Aug 11 12:46:54 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
6973
6974 * errfn.c (cp_silent): Declare to mark when we should avoid
6975 emitting warnings and errors.
6976 (cp_error): Check it.
6977 (cp_warning): Likewise.
6978 (cp_pedwarn): Likewise.
6979 (cp_compiler_error): Likewise.
6980 (cp_error_at): Likewise.
6981 (cp_warning_at): Likewise.
6982 (cp_pedwarn_at): Likewise.
6983 * call.c (compute_conversion_costs): Set CP_SILENT when we start
6984 out, and make sure we turn it off before we leave.
6985
6986Thu Aug 11 00:02:54 1994 Jason Merrill (jason@deneb.cygnus.com)
6987
6988 * decl2.c (grok_array_decl): Try computing *(A+B) if neither
6989 argument is obviously an array.
6990
6991Wed Aug 10 15:32:04 1994 Jason Merrill (jason@deneb.cygnus.com)
6992
6993 * typeck.c (c_expand_start_case): Do cleanups here.
6994
6995 * parse.y (xcond): Do bool conversion here, too.
6996 (simple_stmt, SWITCH case): Don't do cleanups here.
6997
6998 * decl.c (duplicate_decls): Don't treat builtins that have been
6999 explicitly declared specially.
7000
7001Tue Aug 9 01:16:09 1994 Jason Merrill (jason@deneb.cygnus.com)
7002
7003 * tree.c (make_deep_copy): Support copying pointer, reference,
7004 function, array, offset and method types.
7005
7006 * decl.c (init_decl_processing): Mark exit and abort as
7007 BUILT_IN_NONANSI so that duplicate_decls is kinder about
7008 redeclaration.
7009 (duplicate_decls): Don't give two errors for redeclaring a C
7010 function with the same parms but a different return type.
7011
7012 * parse.y (paren_cond_or_null): Do cleanup and bool conversion here.
7013 (condition): Instead of here.
7014 (simple_stmt, SWITCH case): Also do cleanup here.
7015
7016 * decl2.c (finish_anon_union): Only break out FIELD_DECLs.
7017
7018 * call.c (build_method_call): Don't throw away the side effects of
7019 the object in a call to a non-existent constructor.
7020 * parse.y (primary): Ditto.
7021
7022 * method.c (build_decl_overload): Oop.
7023
7024 * decl2.c (lang_decode_option): Deal with flag_no_nonansi_builtin,
7025 warn about uselessness of specifying -fansi-overloading.
7026
7027 * method.c (build_decl_overload): Treat any non-member new with one
7028 parameter as __builtin_new.
7029
7030 * decl.c (init_decl_processing): Setup built-in meanings of exit,
7031 _exit and abort.
7032
7033Mon Aug 8 15:03:30 1994 Jason Merrill (jason@deneb.cygnus.com)
7034
7035 * error.c (dump_readonly_or_volatile): Put a space between const and
7036 volatile if both apply.
7037
7038 * init.c (perform_member_init): Clean up after this initialization.
7039 (emit_base_init): Clean up after each base init, not after all have
7040 been done.
7041 (expand_aggr_vbase_init_1): Clean up after this init.
7042
7043Sun Aug 7 14:55:05 1994 Jason Merrill (jason@deneb.cygnus.com)
7044
7045 * call.c (build_method_call): Deal with destroying references.
7046
7047 * parse.y (condition): Do bool_truthvalue_conversion here.
7048 (paren_expr_or_null): And here.
7049 (simple_if): Not here.
7050 (simple_stmt): Or here.
7051
7052Sat Aug 6 22:29:45 1994 Jason Merrill (jason@deneb.cygnus.com)
7053
7054 * parse.y (paren_expr_or_null): Wrap the expression in a
7055 CLEANUP_POINT_EXPR.
7056 (condition): Ditto.
7057
7058Sat Aug 6 19:46:37 1994 Rohan Lenard (rjl@easams.com.au)
7059
7060 * call.c (build_scoped_method_call): Fix error message when
7061 destructor call refers to a nonexistent type.
7062
7063Sat Apr 16 22:43:30 1993 Gerald Baumgartner (gb@cs.purdue.edu)
7064
7065 * lex.h (rid): Deleted RID_RAISES, it's never used.
7066 Moved RID_PUBLIC, RID_PRIVATE, RID_PROTECTED, RID_EXCEPTION,
7067 RID_TEMPLATE and RID_SIGNATURE to the end of the enumeration,
7068 they don't need to be touched in `grokdeclarator.'
7069 (RID_LAST_MODIFIER): Defined macro to be RID_MUTABLE.
7070
7071 * decl.c (grokdeclarator): Use RID_LAST_MODIFIER instead of
7072 RID_MAX as loop limit for finding declaration specifiers.
7073
7074Sat Apr 3 21:59:07 1993 Gerald Baumgartner (gb@cs.purdue.edu)
7075
7076 * lex.c (debug_yytranslate): Moved to parse.y since it needs to
7077 access `yytname,' which is static in parse.c.
7078
7079Fri Apr 2 23:36:57 1993 Gerald Baumgarnter (gb@cs.purdue.edu)
7080
7081 * cp-tree.h (GNU_xref_ref): Fixed typo in extern declaration, it
7082 was `GNU_xref_def' instead of `GNU_xref_ref.'
7083
7084Fri Aug 5 14:20:16 1994 Jason Merrill (jason@deneb.cygnus.com)
7085
7086 * pt.c (do_function_instantiation): Don't set TREE_PUBLIC and
7087 DECL_EXTERNAL on 'extern' instantiations; wait until EOF to do that.
7088 (do_type_instantiation): Ditto.
7089
7090 * decl2.c (import_export_inline): Decides at EOF what an inline's
7091 linkage should be.
7092 (finish_file): Call it.
7093
7094 * decl.c (start_function): Don't rely on the settings of TREE_PUBLIC
7095 and DECL_EXTERNAL from do_*_instantiation. Only set
7096 DECL_DEFER_OUTPUT on inlines whose linkage might actually change.
7097 (finish_function): Use DECL_DEFER_OUTPUT to decide which inlines to
7098 mark for later consideration, rather than DECL_FUNCTION_MEMBER_P.
7099
6060a796 7100Fri Aug 5 01:12:20 1994 Mike Stump <mrs@cygnus.com>
a292b002
MS
7101
7102 * class.c (get_class_offset_1, get_class_offset): New routine to
7103 find the offset of the class where a virtual function is defined,
7104 from the complete type.
7105 * class.c (modify_one_vtable, fixup_vtable_deltas): Use
7106 get_class_offset instead of virtual_offset as get_class_offset will
7107 always provide the right answer.
7108 * tree.c (virtual_offset): Remove. It only ever worked some of the
7109 time.
7110
7111Tue Aug 2 12:44:21 1994 Jason Merrill (jason@deneb.cygnus.com)
7112
7113 * call.c (build_method_call): Put back unary_complex_lvalue call
7114 that I thought was redundant.
7115
7116 * typeck.c (c_expand_return): Fix a case I missed before.
7117
7118Sun Jul 31 17:54:02 1994 Jason Merrill (jason@deneb.cygnus.com)
7119
7120 * pt.c (unify): Strip cv-quals from template type arguments (when
7121 'const T*' is matched to 'const char*', that does not mean that T is
7122 'const char').
7123
7124Fri Jul 29 01:03:06 1994 Jason Merrill (jason@deneb.cygnus.com)
7125
7126 * pt.c (do_type_instantiation): Instantiate nested TAGS, not
7127 typedefs. Third time's the charm?
7128
7129 * parse.y (template_parm): Support default template parms.
7130 * pt.c (process_template_parm): Ditto.
7131 (end_template_parm_list): Ditto.
7132 (coerce_template_parms): Ditto.
7133 (mangle_class_name_for_template): Ditto.
7134 (push_template_decls): Ditto.
7135 (unify): Ditto.
7136 * method.c (build_overload_identifier): Ditto.
7137 * error.c (dump_decl): Ditto.
7138
7139Wed Jul 27 17:47:00 1994 Jason Merrill (jason@deneb.cygnus.com)
7140
7141 * pt.c (do_type_instantiation): Only instantiate nested *classes*.
7142
7143Tue Jul 26 13:22:40 1994 Jason Merrill (jason@deneb.cygnus.com)
7144
7145 * search.c (note_debug_info_needed): Also emit debugging information
7146 for the types of fields.
7147
7148Mon Jul 25 00:34:44 1994 Jason Merrill (jason@deneb.cygnus.com)
7149
7150 * pt.c (lookup_template_class): Pass 'template' to
7151 coerce_template_parms instead of 'in_decl', since it's a more
7152 meaningful context.
7153
7154 * typeck.c (c_expand_return): Make sure any cleanups for the return
7155 expression get run.
7156 (build_c_cast): Use CONVERT_EXPR for conversion to void.
7157
7158 * pt.c (do_type_instantiation): Also instantiate nested types.
7159
7160 * typeck.c (convert_for_assignment): Don't die when comparing
7161 pointers with different levels of indirection.
7162
7163 * decl.c (grokdeclarator): The sub-call to grokdeclarator for
7164 class-local typedefs sets DECL_ARGUMENTS, so we need to clear it
7165 out.
7166
7167 * decl2.c (finish_anon_union): Don't die if the union has no
7168 members.
7169
7170 * decl.c (grokdeclarator): Undo changes to declspecs when we're done
7171 so that 'typedef int foo, bar;' will work.
7172
7173 * decl2.c (finish_file): Don't call expand_aggr_init for
7174 non-aggregates.
7175
7176Mon Jul 25 00:03:10 1994 Teemu Torma (tot@trema.fi)
7177
7178 * decl.c (finish_function): We can't inline constructors and
7179 destructors under some conditions with -fpic, but don't unset
7180 DECL_INLINE.
7181
7182Mon Jul 25 00:03:10 1994 Jason Merrill (jason@deneb.cygnus.com)
7183
7184 * typeck.c (build_object_ref): Make sure 'datum' is a valid object.
7185
7186Sun Jul 24 14:19:31 1994 Jason Merrill (jason@deneb.cygnus.com)
7187
7188 * class.c (finish_struct): Don't set DECL_FIELD_BITPOS on
7189 non-fields.
7190 (finish_struct_methods): Use copy_assignment_arg_p.
7191
7192 * cvt.c (cp_convert): If expr is an OFFSET_REF, resolve it instead
7193 of giving an error.
7194
7195 * typeck.c (build_binary_op_nodefault): Don't set result_type if we
7196 don't know how to compare the operands.
7197
7198 * decl.c (grokdeclarator): Avoid seg fault when someone uses '__op'
7199 as a declarator-id in their program. Like the Linux headers do.
7200 Arrgh.
7201
7202 * tree.c (lvalue_p): Treat calls to functions returning objects by
7203 value as lvalues again.
7204
7205 * typeck.c (build_component_addr): Use convert_force to convert the
7206 pointer in case the component type is also a private base class.
7207
7208 * search.c (get_matching_virtual): Fix bogus warning of overloaded
7209 virtual.
7210
7211 * pt.c (overload_template_name): Set DECL_ARTIFICIAL on the created
7212 TYPE_DECL to fix bogus shadowing warnings.
7213
7214Fri Jul 22 01:15:32 1994 Jason Merrill (jason@deneb.cygnus.com)
7215
7216 * init.c (expand_aggr_init_1): const and volatile mismatches do not
7217 prevent a TARGET_EXPR from initializing an object directly.
7218
7219Tue Jul 19 17:55:37 1994 Jason Merrill (jason@deneb.cygnus.com)
7220
7221 * cvt.c (build_up_reference): Allow building up references to
7222 `this', don't warn about making references to artificial variables
7223 (like `this').
7224
7225 * tree.c (lvalue_p): `this' is not an lvalue.
7226
7227 * call.c (build_method_call): Accept using a typedef name (or
7228 template type parameter) for explicit destructor calls.
7229
72b7eeff
MS
7230Thu Jul 14 09:42:23 1994 Mike Stump <mrs@cygnus.com>
7231
7232 * Version 2.6.0 released.
7233
cf17cae3
JM
7234Wed Jul 13 03:57:54 1994 Jason Merrill (jason@deneb.cygnus.com)
7235
a292b002
MS
7236 * method.c (hack_identifier): Put back old code so lists of
7237 non-functions will be handled properly.
a5ef9010 7238
a292b002
MS
7239 * cp-tree.h (TYPE_NEEDS_CONSTRUCTING): #if 0 out; this macro is now
7240 defined in the language-independent tree.h.
cf17cae3 7241
a292b002
MS
7242 * tree.c (count_functions): Avoid bogus warning when compiling this
7243 function.
cf17cae3
JM
7244
7245Mon Jul 11 18:37:20 1994 Jason Merrill (jason@deneb.cygnus.com)
7246
a292b002
MS
7247 * decl.c (grok_reference_init): Always save the initializer of a
7248 reference.
cf17cae3 7249
6060a796 7250Fri Jul 8 17:41:46 1994 Mike Stump <mrs@cygnus.com>
5b605f68
MS
7251
7252 * decl.c (cplus_expand_expr_stmt): Wrap statement expressions inside
7253 CLEANUP_POINT_EXPRs so that the stack slots can be reused.
63c68bb7 7254 (disabled for now)
5b605f68
MS
7255
7256Fri Jul 8 12:59:38 1994 Jason Merrill (jason@deneb.cygnus.com)
7257
7258 * method.c (hack_identifier): Fix for new overloading.
7259
7260 * typeck.c (build_binary_op_nodefault): Don't mess with division by
db5ae43f 7261 zero.
5b605f68
MS
7262
7263Fri Jul 8 13:20:28 1994 Gerald Baumgartner (gb@cs.purdue.edu)
7264
7265 * decl2.c (finish_file): Only call walk_sigtables, if
7266 flag_handle_signatures is turned on, don't waste time otherwise.
7267
7268Fri Jul 8 02:27:41 1994 Jason Merrill (jason@deneb.cygnus.com)
7269
7270 * decl.c (push_overloaded_decl): Don't create overloads of one when
7271 shadowing a class type.
a292b002 7272 * typeck.c (build_x_function_call): Complain about overloads of one.
5b605f68
MS
7273
7274 * decl.c (grokdeclarator): Don't try to treat a char* as a tree.
7275 (grokdeclarator): Fix setting of TREE_STATIC.
7276 (start_decl): Clear DECL_IN_AGGR_P after calling duplicate_decls.
7277
311862c8
GB
7278Thu Jul 7 22:20:46 1994 Gerald Baumgartner (gb@andros.cygnus.com)
7279
7280 * cp-tree.h (walk_sigtables): Created extern declaration.
7281 * decl2.c (walk_sigtables): Created function, patterned after
7282 walk_vtables, even though we only need it to write out sigtables.
7283 (finish_sigtable_vardecl): Created function.
7284 (finish_vtable_vardecl): Changed 0 to NULL_PTR.
7285 (finish_file): Call walk_sigtables.
7286
7287 * sig.c (build_signature_table_constructor): Mark class member
7288 function pointed to from signature table entry as addressable.
7289
5b605f68
MS
7290Thu Jul 7 13:39:37 1994 Jason Merrill (jason@deneb.cygnus.com)
7291
7292 * decl.c (start_decl): Check new decl of static member variable
7293 against the declaration in the class here.
7294 (grokvardecl): Instead of here.
7295
7296 * class.c (prepare_fresh_vtable): Call import_export_vtable if not
7297 -fvtable-thunks.
7298 (build_vtable): Ditto.
7299
7300 * decl2.c (import_export_vtable): Move logic for deciding the
7301 interface of a template class from here.
7302 (import_export_template): To here.
7303 (finish_vtable_vardecl): Call import_export_template before
7304 import_export_vtable.
7305
6060a796 7306Wed Jul 6 20:25:48 1994 Mike Stump <mrs@cygnus.com>
a3b49ccd
MS
7307
7308 * except.c (init_exception_processing): Setup interim_eh_hook to
7309 call lang_interim_eh.
7310 * except.c (do_unwind): Propagate throw object value across
7311 stack unwinding.
7312 * except.c (saved_throw_value): Used to hold the value of the object
7313 being thrown. It is always a reference to the real value.
7314 * except.c (expand_start_catch_block): Add handling for the
7315 value of the exception object.
7316 * except.c (expand_start_catch_block): Add handler for the handler,
7317 so that throws inside the handler go to the outer block.
7318 * except.c (expand_end_catch_block): Ditto.
7319 * parse.y (handler_args): Use parm instead, as the other doesn't yet
7320 handle references correctly.
7321
7322Wed Jul 6 17:55:32 1994 Per Bothner (bothner@kalessin.cygnus.com)
7323
7324 * decl2.c (mark_vtable_entries): If -ftable-thunks, set the
7325 vtable entry properly to abort.
7326
5b605f68
MS
7327Tue Jul 5 14:07:54 1994 Jason Merrill (jason@deneb.cygnus.com)
7328
7329 * typeck.c (build_binary_op_nodefault): Downgrade division by zero
7330 errors to warnings.
7331
7332 * call.c (build_overload_call_real): Handle fnname being a list of
7333 functions.
7334 * typeck.c (build_x_function_call): Pass list of functions to
7335 build_overload_call, not just the name.
7336 * tree.c (count_functions): Complain when called for invalid
7337 argument.
7338
7339 * decl.c (grokdeclarator): Fix settings of TREE_STATIC, TREE_PUBLIC
7340 and DECL_EXTERNAL on static members and initialized const members.
7341 * decl2.c (grokfield): Reflect this change.
7342
9a0e77ba
JM
7343Fri Jul 1 09:35:51 1994 Jason Merrill (jason@deneb.cygnus.com)
7344
7345 * parse.y (init): ANSI C++ does not forbid { }.
7346
7347Thu Jun 30 00:35:22 1994 Jason Merrill (jason@deneb.cygnus.com)
7348
7349 * decl2.c (lang_decode_option): Set warn_nonvdtor along with -Wall.
7350 warn_nonvdtor defaults to off.
7351
7352 * class.c (instantiate_type): Use comptypes rather than relying on
7353 types to satisfy ==.
7354
7355 * decl.c (start_function): Set DECL_DEFER_OUTPUT on all inlines that
7356 might be static.
7357
7358 * tree.c (build_cplus_new): Never build WITH_CLEANUP_EXPRs.
7359
7360 * decl.c (grok_reference_init): Deal with ADDR_EXPRs of TARGET_EXPRs.
7361
7362 * cvt.c (cp_convert): Pass 0 to with_cleanup_p arg of
7363 build_cplus_new.
7364
7365Wed Jun 29 22:31:09 1994 Jason Merrill (jason@deneb.cygnus.com)
7366
7367 * decl2.c (finish_file): Maybe consider static inlines multiple
7368 times, in case they reference each other.
7369
63718c49
GB
7370Tue Jun 28 11:58:38 1994 Gerald Baumgartner (gb@cs.purdue.edu)
7371
7372 * class.c (finish_struct): Don't `cons_up_default_function's
7373 for signatures.
7374 (finish_struct): Handle an empty method_vec correctly.
7375
7376 * decl.c (grokdeclarator): Don't warn about a signature being
7377 empty in a signature pointer declaration if we only saw a
7378 forward declaration of the signature. Changed `warning's into
7379 `cp_warning's.
7380
7381 * sig.c (build_sigtable): Don't die if a null signature table
7382 constructor is returned.
7383 (build_signature_pointer_constructor): If the signature table
7384 constructor is null, the _sptr field is set to a null pointer
7385 and cast to the appropriate type. Make copies of all null
7386 pointers so that the type null_pointer_node doesn't get changed.
7387 (build_signature_table_constructor): Added comments.
7388
7389 * sig.c (build_signature_pointer_constructor): Complain if we
7390 try to assign to/initialize a signature pointer/reference of
7391 an undefined signature.
7392
7393Mon Jun 27 14:05:16 1994 Gerald Baumgartner (gb@cs.purdue.edu)
7394
7395 * typeck2.c (store_init_value): Don't be pedantic about
7396 non-constant initializers of signature tables/pointers/references.
7397
7398Fri Jun 24 16:49:41 1994 Gerald Baumgartner (gb@cs.purdue.edu)
7399
7400 * decl.c (grokdeclarator): If we are grokking an opaque typedef
7401 in a signature, don't complain about it begin static.
7402
6060a796 7403Wed Jun 29 16:44:45 1994 Mike Stump <mrs@cygnus.com>
21474714
MS
7404
7405 Fixes a problem of the this pointer being wrong in virtual calls to
7406 methods that are not overridden in more derived classes.
7407
7408 * class.c (fixup_vtable_delta): New routine. It will fixup the
7409 delta entries in vtables, wheever they need updating.
7410 * class.c (finish_struct): Call the new routine for all virtual
7411 bases, as they can have different offsets, than those used in base
7412 classes that we derive our vtable from.
7413
7414Tue Jun 28 23:49:28 1994 Jason Merrill (jason@deneb.cygnus.com)
7415
7416 * typeck.c (build_binary_op): Use the types before default
7417 conversions in the error message.
7418
7419 * *.c: Use c_build_type_variant instead of build_type_variant where
7420 the type might be an array.
7421
7422 * call.c (build_method_call): Call build_type_variant and
7423 build_reference_type in the right order.
7424 * decl.c (record_builtin_type): Ditto.
7425
7426Wed Jun 29 16:58:53 1994 Jason Merrill (jason@deneb.cygnus.com)
7427
7428 * call.c (build_method_call): Call build_type_variant and
7429 build_reference_type in the right order.
7430 * decl.c (record_builtin_type): Ditto.
7431
7432Tue Jun 28 23:49:28 1994 Jason Merrill (jason@deneb.cygnus.com)
7433
7434 * typeck.c (build_binary_op): Use the types before default
7435 conversions in the error message.
7436
7437 * *.c: Use c_build_type_variant instead of build_type_variant where
7438 the type might be an array.
7439
7440Sat Jun 25 11:50:54 1994 Jason Merrill (jason@deneb.cygnus.com)
7441
7442 * cvt.c (convert_to_reference): Try UDC's before doing the
7443 reinterpret_cast thang, though.
7444
7445Fri Jun 24 01:24:01 1994 Jason Merrill (jason@deneb.cygnus.com)
7446
7447 * typeck.c (c_expand_return): Don't USE the return value location
7448 after we've expanded the jump.
7449
7450 * decl2.c (finish_file): Make sure DECL_SAVED_INSNS is not 0 before
7451 trying to write out an inline.
7452
7453 * cvt.c (build_up_reference): Also do address adjustment when the
7454 target type uses MI.
7455 (convert_to_reference): Try UDCs only after built-in conversions.
7456 (build_type_conversion_1): Don't play games with the argument to the
7457 method.
7458 (build_type_conversion): #if 0 out code for binding to reference.
7459
a3203465
MS
7460Thu Jun 23 00:22:28 1994 Jason Merrill (jason@deneb.cygnus.com)
7461
21474714
MS
7462 * decl2.c (finish_file): Use TREE_SYMBOL_REFERENCED to decide
7463 whether to emit inlines.
7464
a3203465
MS
7465 * decl.c (grokdeclarator): Set explicit_int for decls that just
7466 specify, say, 'long'.
7467
7468 * init.c (do_friend): Do overload C functions (or call pushdecl,
63718c49 7469 anyaway).
a3203465
MS
7470
7471Wed Jun 22 13:40:49 1994 Jason Merrill (jason@deneb.cygnus.com)
7472
7473 * cvt.c (build_up_reference): Don't call readonly_error.
7474 (convert_to_reference): Propagate const and volatile from expr to
7475 its type.
7476
7477 * tree.c (lvalue_p): Random CALL_EXPRs are not lvalues.
7478
7479 * cvt.c (build_up_reference): Break out WITH_CLEANUP_EXPR when
7480 creating a temporary.
7481 (convert_to_reference): Lose excessive and incorrect trickiness.
7482 (cp_convert): Call build_cplus_new with with_cleanup_p set.
7483
7484 * typeck2.c (build_functional_cast): Ditto.
7485
7486Tue Jun 21 17:38:38 1994 Jason Merrill (jason@deneb.cygnus.com)
7487
7488 * decl.c (grokdeclarator): signed, unsigned, long and short all
7489 imply 'int'.
7490
7491 * decl.c (grokdeclarator): Allow "this is a type" syntax.
7492 (grok_reference_init): Simplify and fix.
7493
7494Sun Jun 19 17:08:48 1994 Jason Merrill (jason@deneb.cygnus.com)
7495
7496 * decl.c (grokdeclarator): pedwarn about a typedef that specifies no
7497 type.
7498
7499Sat Jun 18 04:16:50 1994 Jason Merrill (jason@deneb.cygnus.com)
7500
7501 * decl.c (start_function): Move TREE_PUBLIC and DECL_EXTERNAL
7502 tinkering to after call to pushdecl.
7503
7504Fri Jun 17 14:48:28 1994 Jason Merrill (jason@deneb.cygnus.com)
7505
7506 * call.c (build_method_call): Handle destructors for non-aggregate
7507 types properly.
7508
7509Thu Jun 16 16:48:05 1994 Jason Merrill (jason@deneb.cygnus.com)
7510
7511 * call.c (build_method_call): Make sure that the name given for the
7512 destructor matches the constructor_name of the instance.
7513
7514 * pt.c (do_function_instantiation): A non-extern instantiation
7515 overrides a later extern one.
7516 (do_type_instantiation): Ditto.
7517
7518Wed Jun 15 19:34:54 1994 Jason Merrill (jason@deneb.cygnus.com)
7519
7520 * init.c (expand_aggr_init): Use TYPE_MAIN_VARIANT to get the
7521 unqualified array type.
7522
7523 * cp-tree.h (EMPTY_CONSTRUCTOR_P): Tests whether NODE is a
7524 CONSTRUCTOR with no elements.
7525
7526 * decl.c (various): Lose empty_init_node.
7527 (finish_decl): Use EMPTY_CONSTRUCTOR_P, do the empty CONSTRUCTOR
7528 thing depending on the value of DECL_COMMON instead of
7529 flag_conserve_space, do the empty CONSTRUCTOR thing for types that
7530 don't have constructors, don't treat a real empty CONSTRUCTOR
7531 specially.
7532
7533 * typeck2.c (process_init_constructor): Don't treat empty_init_node
7534 specially.
7535
6060a796 7536Wed Jun 15 19:05:25 1994 Mike Stump <mrs@cygnus.com>
a3203465
MS
7537
7538 * class.c (override_one_vtable): Don't forget to merge in an old
7539 overrider when we wanted to reuse a vtable, but couldn't.
7540
7541Wed Jun 15 15:03:16 1994 Jason Merrill (jason@deneb.cygnus.com)
7542
7543 * decl.c (start_decl): Put statics in common again.
7544
7545 * decl.c (grokdeclarator): Return NULL_TREE for an error rather than
7546 setting the type to error_mark_node.
7547
7548 * typeck.c (build_modify_expr): Build up a COMPOUND_EXPR for enum
7549 bitfield assignments.
7550
f0e01782
MS
7551Tue Jun 14 12:23:38 1994 Jason Merrill (jason@deneb.cygnus.com)
7552
7553 * decl.c (grok_op_properties): Const objects can be passed by value.
7554
7555Mon Jun 13 03:10:59 1994 Jason Merrill (jason@deneb.cygnus.com)
7556
7557 * decl2.c (import_export_vtable): Force implicit instantiations to
7558 be interface_only when -fno-implicit-templates.
7559
7560 * decl.c (duplicate_decls): Redeclaring a class template name is an
7561 error.
7562
7563 * pt.c (end_template_decl): Call GNU_xref_decl for class templates.
7564 * xref.c (GNU_xref_decl): Support templates.
7565
7566Sat Jun 11 17:09:05 1994 Jason Merrill (jason@deneb.cygnus.com)
7567
7568 * decl.c (grok_op_properties): Split out checking for whether this
7569 function should suppress the default assignment operator.
7570 * decl2.c (grok_function_init): Ditto.
7571 (copy_assignment_arg_p): New function do do just that.
7572 Now considers virtual assignment operators that take a base as an
7573 argument to count as copy assignment operators.
7574
7575 * search.c (dfs_debug_mark): Lose checks for DWARF_DEBUG and
7576 TREE_ASM_WRITTEN, as they are redundant.
7577
7578 * pt.c (end_template_decl): Don't try to set DECL_CLASS_CONTEXT on a
7579 decl that has no LANG_SPECIFIC part.
7580 (do_type_instantiation): Force the debugging information for this
7581 type to be emitted.
7582
7583 * decl.c (start_decl): Clear up uses of various types of templates
7584 (say sorry for static data members, rather than "invalid template").
7585 (expand_static_init): Fix initialization of static data members of
7586 template classes.
7587
7588Fri Jun 10 00:41:19 1994 Jason Merrill (jason@deneb.cygnus.com)
7589
7590 * decl.c (grokdeclarator): Set DECL_CONTEXT on static data members.
7591
7592 * g++.c (main): Use -xc++-cpp-output for .i files.
7593
7594 * pt.c (tsubst): Give meaningful error about declaring template for
7595 a copy constructor which was not declared in the class template.
7596 (do_type_instantiation): Explicit instantiation before the class
7597 template is an error.
7598 (instantiate_template): Don't die if tsubst returns error_mark_node.
7599
7600Thu Jun 9 19:04:59 1994 Jason Merrill (jason@deneb.cygnus.com)
7601
7602 Don't synthesize the copy assignment operator if the one in a base
7603 class is pure virtual.
7604 * cp-tree.h (TYPE_HAS_ABSTRACT_ASSIGN_REF): New macro to indicate
7605 whether the type has a pure virtual copy assignment operator.
7606 * class.c (finish_base_struct): Don't generate the copy assignment
7607 operator if a base class has a pure virtual one.
7608 * decl.c (grok_op_properties): Add disabled code to set
7609 TYPE_HAS_ABSTRACT_ASSIGN_REF with comment pointing to where it is
7610 actually set.
7611 * decl2.c (grok_function_init): Set TYPE_HAS_ABSTRACT_ASSIGN_REF.
7612
7613 * decl2.c (import_export_vtable): Always treat template
7614 instantiations as if write_virtuals >= 2, and treat implicit
7615 instantiations as external if -fno-implicit-templates.
7616 (finish_file): Output all pending inlines if
7617 flag_keep_inline_functions.
7618
6060a796 7619Wed Jun 8 20:48:02 1994 Mike Stump <mrs@cygnus.com>
f0e01782
MS
7620
7621 * tree.c (layout_vbasetypes): Align virtual base classes inside
7622 complete objects, so that we don't core dump on machines such as
7623 SPARCs when we access members that require larger than normal
7624 alignments, such as a double. Also, we bump up the total alignment
7625 on the complete type, as necessary.
7626
7627Wed Jun 8 16:18:14 1994 Jason Merrill (jason@deneb.cygnus.com)
7628
7629 * gxxint.texi (Free Store): New section with code for examining
7630 cookie.
7631 (Limitations of g++): Remove operator delete entry, since it is no
7632 longer accurate. Fix access control entry.
7633
7634 * typeck.c (build_unary_op): Pedwarn about taking the address of or
7635 incrementing a cast to non-reference type.
7636 (build_modify_expr): Use convert instead of convert_force again.
7637
7638 * search.c (get_base_distance): Use IS_AGGR_TYPE_CODE to check for
7639 class type, not == RECORD_TYPE.
7640
7641 * decl.c (grokdeclarator): Cope with grokfndecl returning NULL_TREE.
7642
7643 * typeck2.c (report_case_error): #if 0 out.
7644 * lex.c (real_yylex): Lose RANGE.
7645 * parse.y: Ditto.
7646
7647Tue Jun 7 18:17:35 1994 Jason Merrill (jason@deneb.cygnus.com)
7648
7649 * parse.y (simple_stmt, case ranges): Use ELLIPSIS instead of RANGE.
7650
7651Mon Jun 6 19:39:57 1994 Jason Merrill (jason@deneb.cygnus.com)
7652
7653 * typeck.c (build_c_cast): Don't shortcut conversions to the same
7654 type. Don't replace consts with their values here, since that's now
7655 done in cp_convert.
7656
7657 * cvt.c (cp_convert): When converting to bool, take
7658 integer_zero_node to false_node and all other INTEGER_CSTs to
7659 true_node.
7660 (build_type_conversion): Don't complain about multiple conversions
7661 to float if we're not really converting.
7662
a0a33927
MS
7663Fri Jun 3 02:10:56 1994 Jason Merrill (jason@deneb.cygnus.com)
7664
f0e01782
MS
7665 Implement 'extern template class A<int>;' syntax for suppressing
7666 specific implicit instantiations.
7667 * cp-tree.h: Update prototypes for do_*_instantiation.
7668 * pt.c (do_pending_expansions): Don't compile 'extern' explicit
7669 instantiations.
7670 (do_function_instantiation): Set DECL_EXTERNAL on 'extern' explicit
7671 instantiations.
7672 (do_type_instantiation): Ditto.
7673 * parse.y (explicit_instantiation): Support 'extern template class
7674 A<int>;' syntax.
7675 * decl.c (start_function): Don't modify the settings of TREE_PUBLIC
7676 and DECL_EXTERNAL on explicit instantiations.
7677
a0a33927
MS
7678 * cvt.c (cp_convert): Replace constants with their values before
7679 converting.
f0e01782 7680 (cp_convert): Consistently use 'e' instead of 'expr'.
a0a33927
MS
7681
7682Thu Jun 2 03:53:30 1994 Jason Merrill (jason@deneb.cygnus.com)
7683
7684 * typeck2.c (build_x_arrow): Resolve OFFSET_REFs first.
7685
7686Wed Jun 1 18:57:35 1994 Jason Merrill (jason@deneb.cygnus.com)
7687
7688 * typeck2.c (digest_init): Handle initializing a pmf with an
7689 overloaded method.
7690 * typeck.c (build_ptrmemfunc): Handle overloaded methods.
7691
7692 * decl.c (pushtag): Use build_decl to make TYPE_DECLs.
7693 (xref_defn_tag): Ditto.
7694 * pt.c (process_template_parm): Ditto.
7695 (lookup_template_class): Ditto.
7696 (push_template_decls): Ditto.
7697 (instantiate_class_template): Ditto.
7698 (create_nested_upt): Ditto.
7699 * class.c (finish_struct): Don't try to set DECL_CLASS_CONTEXT on
7700 TYPE_DECLs.
7701
7702 * typeck.c (convert_arguments): Make sure type is not NULL before
7703 checking its TREE_CODE.
7704
6060a796 7705Wed Jun 1 17:40:39 1994 Mike Stump <mrs@cygnus.com>
a0a33927
MS
7706
7707 * class.c (get_derived_offset): New routine.
7708 * class.c (finish_base_struct): Make sure we set BINFO_VTABLE and
7709 BINFO_VIRTUALS when we choose a new base class to inherit from.
7710 * class.c (modify_one_vtable): Use get_derived_offset to get the
7711 offset to the most base class subobject that we derived this binfo
7712 from.
7713 * class.c (finish_struct): Move code to calculate the
7714 DECL_FIELD_BITPOS of the vfield up, as we need might need it for
7715 new calls to get_derived_offset in modify_one_vtable.
7716
7717Wed Jun 1 16:50:59 1994 Jason Merrill (jason@deneb.cygnus.com)
7718
7719 * init.c (build_member_call): Use build_pointer_type instead of
7720 TYPE_POINTER_TO.
7721
7722Wed Jun 1 11:11:15 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
7723
7724 * decl.c (grokdeclarator): Make sure we have a DNAME set before we
7725 try to use it in an error.
7726
6060a796 7727Wed Jun 1 09:48:49 1994 Mike Stump <mrs@cygnus.com>
a0a33927
MS
7728
7729 * typeck.c (convert_arguments, convert_for_initialization): Don't
7730 strip NOP_EXPRs, when we are converting to a reference.
7731
7732Wed Jun 1 01:11:38 1994 Jason Merrill (jason@deneb.cygnus.com)
7733
7734 * typeck.c (build_modify_expr): Don't dereference references when
7735 initializing them.
7736
7737 * decl2.c (grokfield): Don't check for grokdeclarator returning
7738 error_mark_node any more.
7739
7740 * decl.c (grokfndecl): Return NULL_TREE instead of error_mark_node.
7741 (start_method): Return void_type_node instead of error_mark_node.
7742
7743 * typeck.c (build_modify_expr): Resolve offset refs earlier.
7744
7745Tue May 31 16:06:58 1994 Jason Merrill (jason@deneb.cygnus.com)
7746
7747 * call.c (build_method_call): Resolve OFFSET_REFs in the object.
7748
7749 * typeck.c (build_modify_expr): Dereference references before trying
7750 to assign to them.
7751
7752 * call.c (build_method_call): Don't confuse type conversion
7753 operators with constructors.
7754 * typeck2.c (build_functional_cast): Just call build_c_cast if there
7755 was only one parameter.
7756 * method.c (build_typename_overload): Don't set
7757 IDENTIFIER_GLOBAL_VALUE on these identifiers.
7758 * decl.c (grok_op_properties): Warn about defining a type conversion
7759 operator that converts to a base class (or reference to it).
7760 * cvt.c (cp_convert): Don't try to use a type conversion operator
7761 when converting to a base class.
7762 (build_type_conversion_1): Don't call constructor_name_full on an
7763 identifier.
7764 * cp-tree.h (DERIVED_FROM_P): Should be self-explanatory.
7765
7766 * decl.c (start_decl): Don't complain that error_mark_node is an
7767 incomplete type.
7768 (finish_decl): Check for type == error_mark_node.
7769
7770Mon May 30 23:38:55 1994 Jason Merrill (jason@deneb.cygnus.com)
7771
7772 * decl.c (start_function): Set DECL_DEFER_OUTPUT on implicit
7773 instantiations and inline members.
7774
7775 * spew.c (yylex): Set looking_for_template if the next token is a '<'.
7776
7777 * lex.h: Declare looking_for_template.
7778
7779 * decl.c (lookup_name_real): Use looking_for_template to arbitrate
7780 between type and template interpretations of an identifier.
7781
7782Sat May 28 04:07:40 1994 Jason Merrill (jason@deneb.cygnus.com)
7783
7784 * pt.c (instantiate_template): Zero out p if we found a
7785 specialization.
7786
7787 * decl.c (grokdeclarator): Elucidate warning.
7788 (grokdeclarator): If pedantic AND -ansi, complain about long long.
7789
7790 Make explicit instantiation work reasonably. It is now appropriate
7791 to deprecate the use of -fexternal-templates.
7792 * pt.c (instantiate_template): Set DECL_TEMPLATE_SPECIALIZATION or
7793 DECL_IMPLICIT_INSTANTIATION on fndecl as appropriate.
7794 (end_template_instantiation): Reflect changes in USE_TEMPLATE
7795 semantics.
7796 (do_pending_expansions): if (!flag_implicit_templates) DECIDE(0);
7797 (do_function_instantiation): Don't set EXPLICIT_INST if
7798 flag_external_templates is set. Do set TREE_PUBLIC and DECL_EXTERN
7799 appropriately otherwise.
7800 (do_type_instantiation): Set interface info for class. Set
7801 TREE_PUBLIC and DECL_EXTERN for methods. Do none of this if
7802 flag_external_templates is set.
7803 * parse.y: Reflect changes in USE_TEMPLATE semantics.
7804 * decl2.c: New flag flag_implicit_templates determines whether or
7805 not implicit instantiations get emitted. This flag currently
7806 defaults to true, and must be true for -fexternal-templates to work.
7807 (finish_file): Consider flag_implement_inlines when
7808 setting DECL_EXTERNAL. Consider flag_implicit_templates when
7809 deciding whether or not to emit a static copy.
7810 * decl.c (start_function): Set TREE_PUBLIC and DECL_EXTERNAL
7811 properly for template instantiations.
7812 (start_method): Set DECL_IMPLICIT_INSTANTIATION on methods of a
7813 template class.
7814 * cp-tree.h (CLASSTYPE_USE_TEMPLATE): Change semantics.
7815 (DECL_USE_TEMPLATE): Parallel macro for FUNCTION and VAR_DECLs.
7816 (various others): Accessor macros for the above.
7817
7818Fri May 27 13:57:40 1994 Jason Merrill (jason@deneb.cygnus.com)
7819
7820 * typeck.c (build_binary_op_nodefault): Division by constant zero is
7821 an error.
7822
6060a796 7823Fri May 27 13:50:15 1994 Mike Stump <mrs@cygnus.com>
a0a33927
MS
7824
7825 * class.c (override_one_vtable): Don't modify things we don't own.
7826
7827Fri May 27 01:42:58 1994 Jason Merrill (jason@deneb.cygnus.com)
7828
7829 * decl.c (finish_decl): Don't postpone processing the initializer of
7830 a decl with DECL_EXTERNAL set, and do call rest_of_compilation for a
7831 PUBLIC const at toplevel.
7832 (grokdeclarator): pedwarn about initializing non-const or
7833 non-integral statics in the class body.
7834
7835 * decl.c (pushtag): Don't try to set DECL_CLASS_CONTEXT on a
7836 TYPE_DECL.
7837
7838 * call.c (convert_harshness): Dereference reference on rhs before
7839 proceeding, properly grok passing const things to non-const
7840 references.
7841
7842 * typeck.c (build_unary_op): Soften error about taking the address
7843 of main() to a pedwarn.
7844
7845 * lex.c (default_copy_constructor_body): Unambiguously specify base
7846 classes (i.e. A((const class ::A&)_ctor_arg) ).
7847 (default_assign_ref_body): Ditto.
7848
7849Thu May 26 13:13:55 1994 Gerald Baumgartner (gb@mexican.cygnus.com)
7850
7851 * decl2.c (grokfield): Don't complain about local signature
7852 method declaration without definition.
7853
7854 * call.c (convert_harshness): If `type' is a signature pointer
7855 and `parmtype' is a pointer to a signature, just return 0. We
7856 don't really convert in this case; it's a result of making the
7857 `this' parameter of a signature method a signature pointer.
7858
7859 * call.c (build_method_call): Distinguish calling the default copy
7860 constructor of a signature pointer/reference from a signature
7861 member function call.
7862
7863Thu May 26 12:56:25 1994 Jason Merrill (jason@deneb.cygnus.com)
7864
7865 * decl2.c (grokfield): Don't set TREE_PUBLIC on member function
7866 declarations.
7867
7868 * decl.c (duplicate_decls): A previous function declaration as
7869 static overrides a subsequent non-static definition.
7870 (grokdeclarator): Don't set TREE_PUBLIC on inline method
7871 declarations.
7872
7873Wed May 25 14:36:38 1994 Jason Merrill (jason@deneb.cygnus.com)
7874
7875 * decl.c (grokdeclarator): Handle initialization of static const
7876 members.
7877 (finish_decl): Ditto.
7878
7879 * decl2.c (grokfield): Allow initialization of static const members
7880 even when pedantic.
7881
7882 * decl2.c (grokfield): Deal with grokdeclarator returning
7883 error_mark_node.
7884
7885 * decl.c (grok_ctor_properties): Return 0 for A(A) constructor.
7886 (grokfndecl): Check the return value of grok_ctor_properties.
7887 (start_method): Ditto.
7888
7889 * parse.y (absdcl): Expand type_quals inline.
7890
7891Tue May 24 19:10:32 1994 Jason Merrill (jason@deneb.cygnus.com)
7892
7893 * decl.c (pushtag): Use IS_AGGR_TYPE rather than checking for a
7894 RECORD_TYPE.
7895
7896Tue May 24 18:09:16 1994 Per Bothner (bothner@kalessin.cygnus.com)
7897
7898 * cp-tree.h (VTABLE_NAME_FORMAT): If flag_vtable_thunks,
7899 always use "__vt_%s".
7900 * decl2.c (finish_vtable_vardecl): Don't consider abstract virtuals
7901 when looking for a "sentinal" method (to decide on emitting vtables).
7902 * decl2.c (finish_file): Scan all decls for thunks that need
7903 to be emitted.
7904 * decl2.c (finish_vtable_vardecl): Don't bother calling emit_thunk.
7905 * method.c (make_thunk): Use a more meaningful label. If there
7906 exists a matching top-level THUNK_DECL re-use it; otherwise
7907 create a new THUNK_DECL (and declare it).
7908 * method.c (emit_thunk): Make thunk external/public depending
7909 on the underlying method.
7910
7911Tue May 24 00:22:04 1994 Jason Merrill (jason@deneb.cygnus.com)
7912
7913 * pt.c (tsubst): Use lookup_name_nonclass to find guiding decls, not
7914 lookup_name.
7915
7916 * call.c (build_overload_call_real): Don't immediately pick a
7917 function which matches perfectly.
7918
7919 * decl.c (grokdeclarator): Use c_build_type_variant for arrays.
7920 (grokdeclarator): Warn about, and throw away, cv-quals attached to a
7921 reference (like 'int &const j').
7922
7923 * typeck.c (convert_arguments): Don't mess with i for methods.
7924 * call.c (build_method_call): Pass the function decl to
7925 convert_arguments.
7926
7927 * typeck.c (comp_ptr_ttypes_real): New function. Implements the
7928 checking for which multi-level pointer conversions are allowed.
7929 (comp_target_types): Call it.
7930 (convert_for_assignment): Check const parity on the ultimate target
7931 type, too. And make those warnings pedwarns.
7932
7933Mon May 23 14:11:24 1994 Jason Merrill (jason@deneb.cygnus.com)
7934
7935 * error.c (dump_char): Use TARGET_* for character constants.
7936
7937Mon May 23 13:03:03 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
7938
7939 * tree.c (debug_no_list_hash): Make static.
7940
7941 * decl.c (decls_match): Say the types don't match if newdecl ends up
7942 with a null type, after we've checked if olddecl does.
7943 (pushdecl): Check if the decls themselves match before looking for
7944 an extern redeclared as static, to avoid inappropriate and incorrect
7945 warnings.
7946
7947Fri May 20 14:04:34 1994 Jason Merrill (jason@deneb.cygnus.com)
7948
7949 * decl.c (grokdeclarator): Make warning about duplicate short, etc.
7950 a pedwarn.
7951
7952 * typeck.c (build_c_cast): Casting to function or method type is an
7953 error.
7954
7955 * class.c (finish_struct): Make warning for anonymous class with no
7956 instances a pedwarn.
7957
7958 * Makefile.in (stamp-parse): Expect a s/r conflict.
7959
7960 * typeck.c (build_modify_expr): pedwarn about using a non-lvalue
7961 cast as an lvalue.
7962
2986ae00
MS
7963Thu May 19 12:08:48 1994 Jason Merrill (jason@deneb.cygnus.com)
7964
7965 * cvt.c (type_promotes_to): Make sure bool promotes to int rather
7966 than unsigned on platforms where sizeof(char)==sizeof(int).
7967
7968Wed May 18 14:27:06 1994 Jason Merrill (jason@deneb.cygnus.com)
7969
7970 * typeck.c (build_c_cast): Tack on a NOP_EXPR when casting to
7971 another variant.
7972 (build_modify_expr): Don't strip NOP_EXPRs, and don't get tricky
7973 and treat them as lvalues.
7974
7975 * decl.c (shadow_tag): Do complain about forward declarations of
7976 enums and empty declarations.
7977 * parse.y: Don't complain about forward declarations of enums and
7978 empty declarations.
7979
7980 * typeck.c (convert_for_assignment): Complain about changing
7981 the signedness of a pointer's target type.
7982
7983 * parse.y (stmt): Move duplicated code for checking case values from
7984 here.
7985 * decl2.c (check_cp_case_value): To here. And add a call to
7986 constant_expression_warning.
7987
7988 * typeck.c (convert_for_assignment): Don't complain about assigning
7989 a negative value to bool.
7990
7991 * decl.c (init_decl_processing): Make bool unsigned.
7992
7993 * class.c (finish_struct): Allow bool bitfields.
7994
2986ae00
MS
7995Wed May 18 12:35:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
7996
7997 * Make-lang.in (c++.install-man): Get g++.1 from $(srcdir)/cp.
7998
7999Wed May 18 03:28:35 1994 Jason Merrill (jason@deneb.cygnus.com)
8000
8001 * cvt.c (build_type_conversion): Lose special handling of
8002 truthvalues.
8003
8004 * search.c (dfs_pushdecls): Improve shadowing warning.
8005
8006Tue May 17 13:34:46 1994 Jason Merrill (jason@deneb.cygnus.com)
8007
8008 * init.c (build_delete): Throw away const and volatile on `this'.
8009
8010 * decl.c (finish_enum): Put the constants in TYPE_VALUES again,
8011 rather than the enumerators.
8012 (pushtag): s/cdecl/c_decl/g
8013
8014Mon May 16 23:04:01 1994 Stephen R. van den Berg (berg@pool.informatik.rwth-aachen.de)
8015
63718c49
GB
8016 * cp/typeck.c (common_type): Attribute merging.
8017 (comp_types): Utilise COMP_TYPE_ATTRIBUTES macro.
2986ae00 8018
63718c49 8019 * cp/parse.y: Revamp attribute parsing.
2986ae00
MS
8020
8021Mon May 16 01:40:34 1994 Jason Merrill (jason@deneb.cygnus.com)
8022
8023 * decl.c (shadow_tag): Also check for inappropriate use of auto and
8024 register.
8025
8026 * method.c (build_overload_name): Clarify that the illegal case is a
8027 pointer or reference to array of unknown bound.
8028
8029 * error.c (dump_type_prefix): Print references to arrays properly.
8030
8031 * typeck.c (various): Be more helpful in pointer
8032 comparison diagnostics.
8033
8034 * tree.c (lvalue_p): MODIFY_EXPRs are lvalues again. Isn't this
8035 fun?
8036
8037 * parse.y: Also catch an error after valid stmts.
8038
8039 * search.c (dfs_init_vbase_pointers): Don't abort because `this' is
8040 const.
8041
8042 * typeck.c (convert_for_initialization): If call to
8043 convert_to_reference generated a diagnostic, print out the parm
8044 number and function decl if any.
8045
8046 * errfn.c (cp_thing): Check atarg1 to determine whether or not we're
8047 specifying a line, not atarg.
8048
8049 * tree.c (build_cplus_method_type): Always make `this' const.
8050
8051 * decl2.c (grokclassfn): If -fthis-is-variable and this function is
8052 a constructor or destructor, make `this' non-const.
8053
8054 * typeck.c (build_modify_expr): Don't warn specially about
8055 assignment to `this' here anymore, since it will be caught by the
8056 usual machinery.
8057
8058 * various: Disallow specific GNU extensions (variable-size arrays,
8059 etc.) when flag_ansi is set, not necessarily when pedantic is set,
8060 so that people can compile with -pedantic-errors for tighter const
8061 checking and such without losing desirable extensions.
8062
8063 * typeck2.c (build_functional_cast): Call build_method_call with
8064 LOOKUP_PROTECT.
8065 (process_init_constructor): Only process FIELD_DECLs.
8066
8067 * decl.c (finish_decl): Also force static consts with no explicit
8068 initializer that need constructing into the data segment.
8069
8070 * init.c (build_delete): Undo last patch, as it interferes with
8071 automatic cleanups.
8072
8073Sat May 14 01:59:31 1994 Jason Merrill (jason@deneb.cygnus.com)
8074
8075 * call.c, class.h, cp-tree.h, cvt.c, decl2.c: Lose old overloading
8076 code.
8077
8078 * init.c (build_delete): pedwarn about using plain delete to delete
8079 an array.
8080
8081Fri May 13 16:45:07 1994 Jason Merrill (jason@deneb.cygnus.com)
8082
8083 * typeck.c (comp_target_types): Be more helpful in contravariance
8084 warnings, and make them pedwarns.
8085
8086 * decl.c (grokdeclarator): Use decl_context to decide whether or not
8087 this is an access declaration.
8088
8089 * class.c (finish_struct_bits): Set TYPE_HAS_INT_CONVERSION if it
8090 has a conversion to enum or bool, too.
8091
6060a796 8092Fri May 13 16:31:27 1994 Mike Stump <mrs@cygnus.com>
2986ae00
MS
8093
8094 * method.c (emit_thunk): Make declaration for
8095 current_call_is_indirect local (needed for hppa).
8096
8097Fri May 13 16:16:37 1994 Jason Merrill (jason@deneb.cygnus.com)
8098
8099 * pt.c (uses_template_parms): Grok BOOLEAN_TYPE.
8100 (tsubst): Ditto.
8101
6060a796 8102Fri May 13 16:23:32 1994 Mike Stump <mrs@cygnus.com>
2986ae00
MS
8103
8104 * pt.c (tsubst): If there is already a function for this expansion,
8105 use it.
8106 * pt.c (instantiate_template): Ditto.
8107
8108Fri May 13 10:30:42 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
8109
8110 * parse.y (implicitly_scoped_stmt, simple_stmt case): Use
8111 kept_level_p for MARK_ENDS argument to expand_end_bindings, to avoid
8112 generating debug info for unemitted symbols on some systems.
8113
8114 * cp-tree.h (build_static_cast, build_reinterpret_cast,
8115 build_const_cast): Add declarations.
8116
6060a796 8117Fri May 13 09:50:31 1994 Mike Stump <mrs@cygnus.com>
2986ae00
MS
8118
8119 * search.c (expand_indirect_vtbls_init): Fix breakage from Apr 27
8120 fix. We now try get_binfo, and if that doesn't find what we want,
8121 we go back to the old method, which still sometimes fails.
8122
8123Fri May 13 01:43:18 1994 Jason Merrill (jason@deneb.cygnus.com)
8124
8125 * parse.y (initdcl): Call cplus_decl_attributes on the right
8126 variable.
8127 * decl2.c (cplus_decl_attributes): Don't call decl_attributes for
8128 void_type_node.
8129
8130 * typeck.c (build_binary_op_nodefault): Change result_type for
8131 comparison ops to bool.
8132 (build_binary_op): Convert args of && and || to bool.
8133 * cvt.c (build_default_binary_type_conversion): Convert args of &&
8134 and || to bool.
8135 (build_default_unary_type_conversion): Convert arg of ! to bool.
8136 (type_promotes_to): bool promotes to int.
8137
6060a796 8138Fri May 13 01:43:18 1994 Mike Stump <mrs@cygnus.com>
2986ae00
MS
8139
8140 Implement the new builtin `bool' type.
8141 * typeck.c (build_binary_op_nodefault): Convert args of && and || to
8142 bool.
8143 (build_unary_op): Convert arg of ! to bool.
8144 * parse.y: Know true and false. Use bool_truthvalue_conversion.
8145 * method.c (build_overload_value): Know bool.
8146 (build_overload_name): Ditto.
8147 * lex.c (init_lex): Set up RID_BOOL.
8148 * gxx.gperf: Add bool, true, false.
8149 * error.c (*): Know bool.
8150 * decl.c (init_decl_processing): Set up bool, true, false.
8151 * cvt.c (cp_convert): Handle conversion to bool.
8152 (build_type_conversion): Ditto.
8153 * *.c: Accept bool where integers and enums are accepted (use
8154 INTEGRAL_CODE_P macro).
8155
8de7634e
RE
8156Thu May 12 19:13:54 1994 Richard Earnshaw (rwe11@cl.cam.ac.uk)
8157
8158 * g++.c: Use #ifdef for __MSDOS__, not #if.
8159
6060a796 8160Thu May 12 18:05:18 1994 Mike Stump <mrs@cygnus.com>
a4443a08
MS
8161
8162 * decl2.c (lang_f_options): Handle -fshort-temps. -fshort-temps
8163 gives old behavior , and destroys temporaries earlier. Default
8164 behavior now conforms to the ANSI working paper.
8165
8166Thu May 12 14:45:35 1994 Jason Merrill (jason@deneb.cygnus.com)
8167
8168 * typeck.c (build_modify_expr): Understand MODIFY_EXPR as an lvalue.
8169 Use convert_force to convert the result of a recursive call when we
8170 are dealing with a NOP_EXPR. Don't automatically wrap MODIFY_EXPRs
8171 in COMPOUND_EXPRs any more.
8172 (various): Lose pedantic_lvalue_warning.
8173 (unary_complex_lvalue): Understand MODIFY_EXPR.
8174
8175 * cvt.c (convert_to_reference): Allow DECL to be error_mark_node if
8176 we don't know what we're initializing.
8177
8178Wed May 11 01:59:36 1994 Jason Merrill (jason@deneb.cygnus.com)
8179
8180 * cvt.c (convert_to_reference): Modify to use convtype parameter.
8181 Only create temporaries when initializing a reference, not when
8182 casting.
8183 (cp_convert): New main function.
8184 (convert): Call cp_convert.
8185 * cvt.c, decl.c, typeck.c: Fix calls to convert_to_reference.
8186 * cp-tree.h (CONV_*): New constants used by conversion code for
8187 selecting conversions to perform.
8188
8189 * tree.c (lvalue_p): MODIFY_EXPRs are no longer lvalues.
8190
8191 * typeck.c (build_{static,reinterpret,const_cast): Stubs that just
8192 call build_c_cast.
8193 * parse.y: Add {static,reinterpret,const}_cast.
8194 * gxx.gperf: Ditto.
8195
8196 * typeck.c (common_type): Allow methods with basetypes of different
8197 UPTs.
8198 (comptypes): Deal with UPTs.
8199 (build_modify_expr): Wrap all MODIFY_EXPRs in a COMPOUND_EXPR.
8200
8201 * pt.c (end_template_decl): Check for multiple definitions of member
8202 templates.
8203
8204 * call.c (build_method_call): Complain about calling an abstract
8205 virtual from a constructor.
8206
8207 * typeck.c (pointer_int_sum): Check for the integer operand being 0
8208 after checking the validity of the pointer operand.
8209
8210 * typeck2.c (digest_init): Pedwarn about string initializer being
8211 too long.
8212
8213Tue May 10 12:10:28 1994 Jason Merrill (jason@deneb.cygnus.com)
8214
8215 * decl.c (push_overloaded_decl): Only throw away a builtin if the
8216 decl in question is the artificial one.
8217
8218 * parse.y (simple_stmt, switch): Use implicitly_scoped_stmt because
8219 expand_{start,end}_case cannot happen in the middle of a block.
8220
8221 * cvt.c (build_type_conversion_1): Use convert again.
8222
8223Tue May 10 11:52:04 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
8224
8225 * typeck2.c (digest_init): Make sure we check for signed and
8226 unsigned chars as well when warning about string initializers.
8227
8228 * init.c (emit_base_init): Check if there's a DECL_NAME on the
8229 member before trying to do an initialization for it.
8230
6060a796 8231Tue May 10 11:34:37 1994 Mike Stump <mrs@cygnus.com>
a4443a08
MS
8232
8233 * except.c: Don't do anything useful when cross compiling.
8234
8235Tue May 10 03:04:13 1994 Jason Merrill (jason@deneb.cygnus.com)
8236
8237 * decl.c (duplicate_decls): Fix up handling of builtins yet again.
8238 (push_overloaded_decl): Ditto.
8239
8240 * cvt.c (convert): Don't look for void type conversion.
8241
8242Mon May 9 18:05:41 1994 Jason Merrill (jason@deneb.cygnus.com)
8243
8244 * init.c (do_friend): Only do a pushdecl for friends, not
8245 pushdecl_top_level.
8246
8247Mon May 9 13:36:34 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8248
8249 * decl.c (lookup_name_current_level): Put empty statement after
8250 the label OUT to make the code valid C.
8251
8252Mon May 9 12:20:57 1994 Jason Merrill (jason@deneb.cygnus.com)
8253
8254 * typeck.c (build_binary_op_nodefault): Only complain about
8255 comparing void * and a function pointer if void * is smaller.
8256
8257Sun May 8 01:29:13 1994 Jason Merrill (jason@deneb.cygnus.com)
8258
8259 * decl.c (lookup_name_current_level): Move through temporary binding
8260 levels.
8261
8262 * parse.y (already_scoped_stmt): Revive.
8263 (simple_stmt): Use it again.
8264
8265 * decl.c (poplevel): Always call poplevel recursively if we're
8266 dealing with a temporary binding level.
8267
6060a796 8268Sat May 7 10:52:28 1994 Mike Stump <mrs@cygnus.com>
a4443a08
MS
8269
8270 * decl.c (finish_decl): Make sure we run cleanups for initial values
8271 of decls. Cures memory leak.
8272 * decl.c (expand_static_init): Ditto for static variables.
8273 * decl2.c (finish_file): Ditto for globals.
8274
8275Sat May 7 03:57:44 1994 Jason Merrill (jason@deneb.cygnus.com)
8276
8277 * typeck.c (commonparms): Don't complain about redefining default
8278 args.
8279
8280 * decl.c (duplicate_decls): Don't complain twice about conflicting
8281 function decls.
8282 (decls_match): Don't look at default args.
8283 (redeclaration_error_message): Complain about redefining default
8284 args.
8285
8286 * call.c (build_overload_call_real): Also deal with guiding
8287 declarations coming BEFORE the template decl.
8288
8289 * pt.c (unify): Allow different parms to have different
8290 cv-qualifiers.
8291 (unify): Allow trivial conversions on non-template parms.
8292
8293Fri May 6 03:53:23 1994 Jason Merrill (jason@deneb.cygnus.com)
8294
8295 * pt.c (tsubst): Support OFFSET_TYPEs.
8296 (unify): Ditto.
8297
8298 * decl2.c (finish_decl_parsing): Call push_nested_class with a type.
8299
8300 * init.c (build_offset_ref): Fix error message.
8301 * search.c (lookup_field): Ditto.
8302
8303 * call.c (build_scoped_method_call): Pass binfo to
8304 build_method_call.
8305 * typeck.c (build_object_ref): Ditto.
8306
8307 * typeck2.c (binfo_or_else): Don't return a _TYPE.
8308
8309 * class.c (finish_struct): Don't complain about re-use of inherited
8310 names or shadowing of type decls.
8311 * decl.c (pushdecl_class_level): Ditto.
8312
8313 * decl.c (finish_enum): Set the type of all the enums.
8314
8315 * class.c (finish_struct): Don't get confused by access decls.
8316
8317 * cp-tree.h (TYPE_MAIN_DECL): New macro to get the _DECL for a
8318 _TYPE. You can stop using TYPE_NAME for that now.
8319
8320 * parse.y: Lose doing_explicit (check $0 instead).
8321 * gxx.gperf: 'template' now has a RID.
8322 * lex.h (rid): Ditto.
8323 * lex.c (init_lex): Set up the RID for 'template'.
8324
8325 * parse.y (type_specifier_seq): typed_typespecs or
8326 nonempty_type_quals. Use it.
8327 (handler_args): Fix bogus syntax.
8328 (raise_identifier{,s}, optional_identifier): Lose.
8329 * except.c (expand_start_catch_block): Use grokdeclarator to parse
8330 the catch variable.
8331 (init_exception_processing): The second argument to
8332 __throw_type_match is ptr_type_node.
8333
8334 Fri May 6 07:18:54 1994 Chip Salzenberg (chip@fin)
8335
8336 [ change propagated from c-decl.c of snapshot 940429 ]
8337 * cp/decl.c (finish_decl): Setting asmspec_tree should not
8338 zero out the old RTL.
8339
6060a796 8340Fri May 6 01:25:38 1994 Mike Stump <mrs@cygnus.com>
8d2733ca
MS
8341
8342 Add alpha exception handling support to the compiler.
8343 Quick and dirty backend in except.c.
8344
8345 * cp/*: Remove most remnants of old exception handling support.
8346 * decl.c (finish_function): Call expand_exception_blocks to put
8347 the exception hanlding blocks at the end of the function.
8348 * dec.c (hack_incomplete_structures): Make sure expand_decl_cleanup
8349 comes after expand_decl_init.
8350 * except.c: Reimplementation.
8351 * expr.c (cplus_expand_expr): Handle THROW_EXPRs.
8352 * lex.c (init_lex): Always have catch, try and throw be reserved
8353 words, so that we may always parse exception handling.
8354 * parse.y: Cleanup to support new interface into exception handling.
8355 * tree.def (THROW_EXPR): Add.
8356
8357Thu May 5 17:35:37 1994 Jason Merrill (jason@deneb.cygnus.com)
8358
8359 * parse.y (simple_stmt, for loops): Use implicitly_scoped_stmt.
8360 (various): Lose .kindof_pushlevel and partially_scoped_stmt.
8361
8362Thu May 5 16:17:27 1994 Kung Hsu (kung@mexican.cygnus.com)
8363
8364 * parse.y (already_scoped_stmt): move expand_end_binding() to
8365 fix the unmatched LBB/LBE in stabs.
8366
8367Thu May 5 14:36:17 1994 Jason Merrill (jason@deneb.cygnus.com)
8368
8369 * decl.c (set_nested_typename): Set TREE_MANGLED on the new
8370 identifiers.
8371 (pushdecl): Check TREE_MANGLED.
8372 (xref_tag): Ditto.
8373 * cp-tree.h (TREE_MANGLED): This identifier is a
8374 DECL_NESTED_TYPENAME (named to allow for future use to denote
8375 mangled function names as well).
8376
8377 Implement inconsistency checking specified in [class.scope0].
8378 * decl.c (lookup_name_real): Don't set ICV here after all.
8379 (finish_enum): Also set the type of the enumerators themselves.
8380 (build_enumerator): Put the CONST_DECL in the list instead of its
8381 initial value.
8382 (pushdecl_class_level): Check inconsistent use of a name in the
8383 class body.
8384 * class.c (finish_struct): Check inconsistent use of a name in the
8385 class body. Don't set DECL_CONTEXT on types here anymore.
8386 * parse.y (qualified_type_name): Note that the identifier has now
8387 been used (as a type) in the class body.
8388 * lex.c (do_identifier): Note that the identifier has now been used
8389 (as a constant) in the class body.
8390 * error.c (dump_decl): Print type and enum decls better.
8391
700f8a87
MS
8392Thu May 5 09:35:35 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
8393
8394 * typeck.c (build_modify_expr): Warn about assignment to `this'.
8395
8396Wed May 4 15:55:49 1994 Jason Merrill (jason@deneb.cygnus.com)
8397
8398 * init.c (build_delete): Use the global operator delete when
8399 requested.
8400
8401 * decl.c (lookup_name_real): If we find the type we're looking in a
8402 base class while defining a class, set IDENTIFIER_CLASS_VALUE for
8403 the type.
8404
8405 * class.c (finish_struct): Remove a couple of dependencies on
8406 language linkage.
8407
8408 * decl.c (pushtag): Classes do nest in extern "C" blocks.
8409 (pushdecl): Only set DECL_NESTED_TYPENAME on the canonical one for
8410 the type.
8411 (pushtag): Remove another dependency on the language linkage.
8412
8413 * lex.c (cons_up_default_function): Don't set DECL_CLASS_CONTEXT to
8414 a const-qualified type.
8415
8416 * decl.c (push_overloaded_decl): Throw away built-in decls here.
8417 (duplicate_decls): Instead of here.
8418
8419Wed May 4 15:27:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
8420
8421 * typeck.c (get_member_function_from_ptrfunc): Do The Right
8422 Thing (I hope) if we're using thunks.
8423
8424Wed May 4 13:52:38 1994 Jason Merrill (jason@deneb.cygnus.com)
8425
8426 * parse.y (specialization): aggr template_type_name ';'.
8427 (named_class_head_sans_basetype): Use it.
8428 (explicit_instantiation): Ditto.
8429 (tmpl.2): Revert.
8430
8431 * cvt.c (build_type_conversion_1): Use convert_for_initialization,
8432 rather than convert, to do conversions after the UDC.
8433
8434 * cp-tree.h (SHARED_MEMBER_P): This member is shared between all
8435 instances of the class.
8436
8437 * search.c (lookup_field): If the entity found by two routes is the
8438 same, it's not ambiguous.
8439
8440Wed May 4 12:10:00 1994 Per Bothner (bothner@kalessin.cygnus.com)
8441
8442 * decl.c (lookup_name_real): Check for a NULL TREE_VALUE,
8443 to prevent the compiler from crashing ...
8444
8445Wed May 4 11:19:45 1994 Jason Merrill (jason@deneb.cygnus.com)
8446
8447 * call.c (build_method_call): If we don't have an object, check
8448 basetype_path to figure out where to look up the function.
8449
8450 * typeck.c (convert_for_initialization): Pass TYPE_BINFO (type) to
8451 build_method_call in case exp is NULL_TREE.
8452
8453Tue May 3 16:02:53 1994 Per Bothner (bothner@kalessin.cygnus.com)
8454
8455 Give a vtable entries a unique named type, for the sake of gdb.
8456 * class.c (build_vtable_entry): The addres of a thunk now has
8457 type vtable_entry_type, not ptr_type_node.
8458 * method.c (make_thunk): Fix type of THUNK_DECL.
8459 * class.c (add_virtual_function, override_one_vtable): Use
8460 vfunc_ptr_type_node, instead of ptr_type_node.
8461 * cp-tree.h (vfunc_ptr_type_node): New macro.
8462 * decl.c (init_decl_processing): Make vtable_entry_type
8463 be a unique type of pointer to a unique function type.
8464
8465Tue May 3 09:20:44 1994 Jason Merrill (jason@deneb.cygnus.com)
8466
8467 * parse.y (do_explicit): Sets doing_explicit to 1.
8468 (explicit_instantiation): Use do_explicit rather than TEMPLATE
8469 directly, add "do_explicit error" rule.
8470 (datadef): Set doing_explicit to 0 after an explicit instantiation.
8471 (tmpl.2): Don't instantiate if we see a ';' unless we're doing an
8472 explicit instantiation.
8473 (named_class_head_sans_basetype): Remove aggr template_type_name
8474 ';' again.
8475
8476Mon May 2 23:17:21 1994 Jason Merrill (jason@deneb.cygnus.com)
8477
8478 * search.c (lookup_nested_tag): Lose.
8479
8480 * decl2.c (grokfield): Set DECL_CONTEXT on TYPE_DECLs.
8481 (lookup_name_nonclass): Lose.
8482
8483 * decl.c (poplevel_class): Add force parameter.
8484 (lookup_name_real): Fix handling of explicit scoping which specifies
8485 a class currently being defined. Add 'nonclass' argument.
8486 (lookup_name, lookup_name_nonclass): Shells for lookup_name_real.
8487
8488 * class.c (finish_struct): Don't unset IDENTIFIER_CLASS_VALUEs here.
8489 (popclass): Force clearing of IDENTIFIER_CLASS_VALUEs if we're being
8490 called from finish_struct.
8491
8492Mon May 2 19:06:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
8493
8494 * decl.c (init_decl_processing), cp-tree.h: Removed memptr_type.
8495 (It seeems redundant, given build_ptrmemfunc_type.)
8496 * typeck.c (get_member_function_from_ptrfunc), gc.c (build_headof,
8497 build_classof): Use vtable_entry_type instead of memptr_type.
8498 * method.c (emit_thunk): Call poplevel with functionbody==0
8499 to prevent DECL_INITIAL being set to a BLOCK.
8500
8501Mon May 2 15:02:11 1994 Jason Merrill (jason@deneb.cygnus.com)
8502
8503 * parse.y (named_class_head_sans_basetype): Add "aggr
8504 template_type_name ';'" rule for forward declaration of
8505 specializations.
8506
8507Mon May 2 15:02:11 1994 Jason Merrill (jason@deneb.cygnus.com)
8508
8509 * class.c (instantiate_type): Deal with pmf's.
bfef964b
JM
8510
8511 * Make-lang.in (cc1plus): Don't depend on OBJS or BC_OBJS, since
8512 stamp-objlist does.
700f8a87 8513
bfef964b
JM
8514 * Makefile.in (../cc1plus): Depend on OBJDEPS.
8515 (OBJDEPS): Dependency version of OBJS.
8516
700f8a87
MS
8517Mon May 2 12:51:31 1994 Kung Hsu (kung@mexican.cygnus.com)
8518
8519 * search.c (dfs_debug_mark): unmark TYPE_DECL_SUPPRESS_DEBUG, not
8520 DECL_IGNORED_P.
8521
8522Fri Apr 29 12:29:56 1994 Jason Merrill (jason@deneb.cygnus.com)
8523
8524 * class.c (finish_struct): Clear out memory of local tags. And
8525 typedefs.
8526
8527 * decl2.c (grokclassfn): Don't set DECL_CONTEXT to a cv-qualified
8528 type.
8529 * search.c (get_matching_virtual): Be more helpful in error message.
8530
8531 * *: Use DECL_ARTIFICIAL (renamed from DECL_SYNTHESIZED).
8532
8533 * lex.c (default_assign_ref_body): Expect TYPE_NESTED_NAME to work.
8534 (default_copy_constructor_body): Ditto.
8535
8536 * class.c (finish_struct): Don't gratuitously create multiple decls
8537 for nested classes.
8538
8539Thu Apr 28 23:39:38 1994 Jason Merrill (jason@deneb.cygnus.com)
8540
8541 Avoid clobbering the arg types of other functions when reverting
8542 static member functions.
8543 * decl.c (revert_static_member_fn): Rearrange arguments, don't
8544 require values for 'fn' and 'argtypes', add warning to comment
8545 above.
8546 (decls_match): Rearrange arguments in call to rsmf.
8547 (grok_op_properties): Don't pass values for fn and argtypes.
8548 * pt.c (instantiate_template): Don't pass values for fn and argtypes.
8549
15fa00e9
DE
8550Thu Apr 28 16:29:11 1994 Doug Evans (dje@canuck.cygnus.com)
8551
8552 * Make-lang.in (cc1plus): Depend on stamp-objlist.
8553 * Makefile.in (BC_OBJS): Delete.
700f8a87
MS
8554 (OBJS): Cat ../stamp-objlist to get language independent files.
8555 Include ../c-common.o.
15fa00e9
DE
8556 (../cc1plus): Delete reference to BC_OBJS.
8557
700f8a87
MS
8558Thu Apr 28 02:12:08 1994 Jason Merrill (jason@deneb.cygnus.com)
8559
8560 * search.c (compute_access): No really, deal with static members
8561 properly. Would I lie to you?
8562
8563 Implement lexical hiding of function declarations.
8564 * pt.c (tsubst): Use lookup_name to look for function decls to guide
8565 instantiation.
8566 * method.c (build_opfncall): Use lookup_name_nonclass to look for
8567 non-member functions.
8568 * init.c (do_friend): Use lookup_name_nonclass to look for
8569 functions.
8570 * error.c (ident_fndecl): Use lookup_name to look for functions.
8571 * decl2.c (lookup_name_nonclass): New function, skips over
8572 CLASS_VALUE.
8573 * decl.c (struct binding_level): Lose overloads_shadowed field.
8574 (poplevel): Don't deal with overloads_shadowed.
8575 (push_overloaded_decl): Do lexical hiding for functions.
8576 * class.c (instantiate_type): Don't check non-members if we have
8577 members with the same name.
8578 * call.c (build_method_call): Use lookup_name_nonclass instead of
8579 IDENTIFIER_GLOBAL_VALUE to check for non-member functions.
8580 (build_overload_call_real): Ditto.
8581
8582 * decl.c (duplicate_decls): Check for ambiguous overloads here.
8583 (push_overloaded_decl): Instead of here.
8584
8585 * decl.c (pushdecl): Back out Chip's last change.
8586
8587 * decl.c (grok_op_properties): operators cannot be static members.
8588
8589 * cp-tree.h (DECL_SYNTHESIZED): DECL_SOURCE_LINE == 0
8590 (SET_DECL_SYNTHESIZED): DECL_SOURCE_LINE = 0
8591 * lex.c (cons_up_default_function): Use SET_DECL_SYNTHESIZED.
8592
8593 * method.c (do_inline_function_hair): Don't put friends of local
8594 classes into global scope, either.
8595
8596 * typeck2.c (build_functional_cast): Don't look for a function call
8597 interpretation.
8598
6060a796 8599Thu Apr 28 15:19:46 1994 Mike Stump <mrs@cygnus.com>
39211cd5
MS
8600
8601 * cp-tree.h: disable use of backend EH.
8602
15fa00e9
DE
8603Wed Apr 27 21:01:24 1994 Doug Evans (dje@canuck.cygnus.com)
8604
8605 * Make-lang.in (c++.distdir): mkdir tmp/cp first.
8606 * Makefile.in (INCLUDES): Move definition to same place as
8607 parent makefile.
8608 (ALLOCA): Define.
8609 (OLDAR_FLAGS): Delete.
8610 (OLDCC): Define.
8611 (DIR): Delete.
8612 (CLIB): Define.
8613 (####site): Delete.
8614 (SUBDIR_USE_ALLOCA): Don't use ALLOCA if compiling with gcc.
8615
39211cd5
MS
8616Wed Apr 27 19:10:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8617
8618 * decl.c (xref_tag): not to use strstr(), it's not available on
8619 all platforms.
8620
8621Wed Apr 27 18:10:12 1994 Jason Merrill (jason@deneb.cygnus.com)
8622
8623 * class.c (finish_struct): Resolve yet another class/pmf confusion.
8624
8625 * call.c (build_overload_call_real): Don't take the single-function
8626 shortcut if we're dealing with an overloaded operator.
8627
6060a796 8628Wed Apr 27 17:35:37 1994 Mike Stump <mrs@cygnus.com>
39211cd5
MS
8629
8630 * search.c (get_base_distance): Search the virtual base class
8631 binfos, incase someone wants to convert to a real virtual base
8632 class.
8633 * search.c (expand_indirect_vtbls_init): Use convert_pointer_to_real
8634 instead of convert_pointer_to, as it now will work.
8635
8636Wed Apr 27 15:36:49 1994 Jason Merrill (jason@deneb.cygnus.com)
8637
8638 * cvt.c (convert_to_reference): Don't complain about casting away
8639 const and volatile.
8640
8641 * typeck.c (build_unary_op): References are too lvalues.
8642
6060a796 8643Wed Apr 27 13:58:05 1994 Mike Stump <mrs@cygnus.com>
39211cd5
MS
8644
8645 * class.c (override_one_vtable): We have to prepare_fresh_vtable
8646 before we modify it, not after, also, we cannot reuse an old vtable,
8647 once we commit to a new vtable. Implement ambiguous overrides in
8648 virtual bases as abstract. Hack until we make the class
8649 ill-formed.
8650
8651Wed Apr 27 01:17:08 1994 Jason Merrill (jason@deneb.cygnus.com)
8652
8653 * parse.y (unary_expr): Expand new_placement[opt] and
8654 new_initializer[opt] inline.
8655
8656 * search.c (lookup_fnfields): Don't throw away the inheritance
8657 information here, either.
8658 (compute_access): Handle static members properly.
8659
8660 * init.c (build_member_call): Always set basetype_path, and pass it
8661 to lookup_fnfields.
8662
8663 * search.c (lookup_field): Deal properly with the case where
8664 xbasetype is a chain of binfos; don't throw away the inheritance
8665 information.
8666 (compute_access): protected_ok always starts out at 0.
8667
8668 * init.c (resolve_offset_ref): Don't cast `this' to the base type
8669 until we've got our basetype_path.
8670
8671 * cp-tree.h (IS_OVERLOAD_TYPE): aggregate or enum.
8672
8673 * cvt.c (build_up_reference): Use build_pointer_type rather than
8674 TYPE_POINTER_TO.
8675
8676 * call.c (convert_harshness_ansi): Call type_promotes_to for reals
8677 as well.
8678
8679 * cvt.c (type_promotes_to): Retain const and volatile, add
8680 float->double promotion.
8681
8682 * decl.c (grokdeclarator): Don't bash references to arrays into
8683 references to pointers in function parms. Use type_promotes_to.
8684
6060a796 8685Tue Apr 26 23:44:36 1994 Mike Stump <mrs@cygnus.com>
39211cd5
MS
8686
8687 Finish off Apr 19th work.
8688
8689 * class.c (finish_struct_bits): Rename has_abstract_virtuals to
8690 might_have_abstract_virtuals.
8691 * class.c (strictly_overrides, override_one_vtable,
8692 merge_overrides): New routines to handle virtual base overrides.
8693 * class.c (finish_struct): Call merge_overrides to handle overrides
8694 in virtual bases.
8695
8696Tue Apr 26 12:45:53 1994 Jason Merrill (jason@deneb.cygnus.com)
8697
8698 * typeck.c (build_function_call): Call build_function_call_real with
8699 LOOKUP_NORMAL.
8700
8701 * *: Don't deal with TYPE_EXPRs.
8702
8703 * tree.c (lvalue_p): If the type of the expression is a reference,
8704 it's an lvalue.
8705
8706 * cvt.c (convert_to_reference): Complain about passing const
8707 lvalues to non-const references.
8708 (convert_from_reference): Don't arbitrarily throw away const and
8709 volatile on the target type.
8710
8711 * parse.y: Simplify and fix rules for `new'.
8712
8713 * decl.c (grok_op_properties): operator void is illegal.
8714
8715Mon Apr 25 02:36:28 1994 Jason Merrill (jason@deneb.cygnus.com)
8716
8717 * parse.y (components): Anonymous bitfields can still have declspecs.
8718
8719 * decl.c (pushdecl): Postpone handling of function templates like we
8720 do C functions.
8721
8722 * search.c (expand_indirect_vtbls_init): Fix infinite loop when
8723 convert_pointer_to fails.
8724
8725 * call.c (compute_conversion_costs_ansi): A user-defined conversion
8726 by itself is better than that UDC followed by standard conversions.
8727 Don't treat integers and reals specially.
8728
8729 * cp-tree.h: Declare flag_ansi.
8730
8731 * typeck.c (c_expand_return): pedwarn on return in void function
8732 even if the expression is of type void.
8733 (build_c_cast): Don't do as much checking for casts to void.
8734 (build_modify_expr): pedwarn about array assignment if this code
8735 wasn't generated by the compiler.
8736
8737 * tree.c (lvalue_p): A comma expression is an lvalue if its second
8738 operand is.
8739
8740 * typeck.c (default_conversion): Move code for promoting enums and
8741 ints from here.
8742 * cvt.c (type_promotes_to): To here.
8743 * call.c (convert_harshness_ansi): Use type_promotes_to. Also fix
8744 promotion semantics for reals.
8745
15fa00e9
DE
8746Sun Apr 24 16:52:51 1994 Doug Evans (dje@canuck.cygnus.com)
8747
8748 * Make-lang.in (c++.install-common): Check for g++-cross.
8749 * Makefile.in: Remove Cygnus cruft.
8750 (config.status): Delete.
8751 (RTL_H): Define.
8752 (TREE_H): Use complete pathname, some native makes have minimal
8753 VPATH support.
8754 (*.o): Use complete pathname to headers in parent dir.
8755 (doc, info, dvi): Delete.
8756
700f8a87
MS
8757Sun Apr 24 16:52:51 1994 Doug Evans (dje@canuck.cygnus.com)
8758
8759 * Make-lang.in (c++.install-common): Check for g++-cross.
8760 * Makefile.in: Remove Cygnus cruft.
8761 (config.status): Delete.
8762 (RTL_H): Define.
8763 (TREE_H): Use complete pathname, some native makes have minimal
8764 VPATH support.
8765 (*.o): Use complete pathname to headers in parent dir.
8766 (doc, info, dvi): Delete.
8767
39211cd5
MS
8768Sun Apr 24 00:47:49 1994 Jason Merrill (jason@deneb.cygnus.com)
8769
8770 * decl.c (pushdecl): Avoid redundant warning on redeclaring function
8771 with different return type.
8772 (decls_match): Compare return types strictly.
8773
8774Fri Apr 22 12:55:42 1994 Jason Merrill (jason@deneb.cygnus.com)
8775
8776 * cvt.c (build_type_conversion): Do try to convert through other
8777 pointers. This will fail if the class defines multiple pointer
8778 conversions.
8779
8780 * error.c (dump_type_prefix): Print out pointers to arrays properly.
8781 (dump_type_suffix): Ditto. (was 'int *[]', now 'int (*)[]')
8782
8783 * typeck.c (build_unary_op): Disallow ++/-- on pointers to
8784 incomplete type.
8785
8786 * decl.c (duplicate_decls): Check mismatched TREE_CODES after
8787 checking for shadowing a builtin. If we're redeclaring a builtin
8788 function, bash the old decl to avoid an ambiguous overload.
8789
8790 * cvt.c (convert_to_reference): Don't force arrays to decay here.
8791
8792 * tree.c (lvalue_p): A MODIFY_EXPR is an lvalue.
8793
8794 * decl.c (duplicate_decls): Don't assume that the decls will have
8795 types.
8796
8797 Mon Apr 18 11:35:32 1994 Chip Salzenberg (chip@fin.uucp)
8798
8799 [ cp/* changes propagated from c-* changes in 940318 snapshot ]
8800 * c-decl.c (pushdecl): Warn if type mismatch with another external decl
8801 in a global scope.
8802
8803 Fri Apr 22 06:38:56 1994 Chip Salzenberg (chip@fin.uucp)
8804
8805 * cp/typeck2.c (signature_error): Use cp_error for "%T".
8806
8807 Mon Apr 18 11:59:59 1994 Chip Salzenberg (chip@fin.uucp)
8808
8809 [ cp/* changes propagated from c-* changes in 940415 snapshot ]
8810 * cp/decl.c (duplicate_decls, pushdecl, builtin_function):
8811 Use DECL_FUNCTION_CODE instead of DECL_SET_FUNCTION_CODE.
8812
8813 Mon Apr 18 11:55:18 1994 Chip Salzenberg (chip@fin.uucp)
8814
8815 [ cp/* changes propagated from c-* changes in 940409 snapshot ]
8816 * cp/decl.c (duplicate_decls): Put new type in same obstack as
8817 old ones, or permanent if old ones in different obstacks.
8818
8819 Mon Apr 18 11:48:49 1994 Chip Salzenberg (chip@fin.uucp)
8820
8821 [ cp/* changes propagated from c-* changes in 940401 snapshot ]
8822 * cp/parse.y (attrib): Handle string args as expressions,
8823 merging the two rules. `mode' attribute now takes a string arg.
8824 Delete the rule for an identifier as arg.
8825
8826 Mon Apr 18 11:24:00 1994 Chip Salzenberg (chip@fin.uucp)
8827
8828 [ cp/* changes propagated from c-* changes in 940312 snapshot ]
8829 * cp/typeck.c (pointer_int_sum): Multiplication should be done signed.
8830 (pointer_diff): Likewise the division.
8831
8832 Sun Mar 6 19:43:39 1994 Chip Salzenberg (chip@fin.uucp)
8833
8834 [ cp/* changes propagated from c-* changes in 940304 snapshot ]
8835 * cp/decl.c (finish_decl): Issue warning for large objects,
8836 if requested.
8837
8838 Sat Feb 19 22:20:32 1994 Chip Salzenberg (chip@fin.uucp)
8839
8840 [ cp/* changes propagated from c-* changes in 940218 snapshot ]
8841 * cp/parse.y (attrib): Handle attribute ((section ("string"))).
8842 * cp/decl.c (duplicate_decls): Merge section name into new decl.
8843
8844 Tue Feb 8 09:49:17 1994 Chip Salzenberg (chip@fin.uucp)
8845
8846 [ cp/* changes propagated from c-* changes in 940206 snapshot ]
8847 * cp/typeck.c (signed_or_unsigned_type): Check for any
63718c49 8848 INTEGRAL_TYPE_P not just INTEGER_TYPE.
39211cd5
MS
8849
8850 Mon Dec 6 13:35:31 1993 Norbert Kiesel (norbert@i3.INformatik.rwth-aachen.DE)
8851
8852 * cp/decl.c (finish_enum): Start from 0 when determining precision
8853 for short enums.
8854
8855 Fri Dec 3 17:07:58 1993 Ralph Campbell (ralphc@pyramid.COM)
8856
8857 * cp/parse.y (unary_expr): Look at $1 for tree_code rather than
8858 casting $$.
8859
8860 Wed Nov 17 19:22:09 1993 Chip Salzenberg (chip@fin.uucp)
8861
8862 * cp/typeck.c (build_binary_op_nodefault): Propagate code
8863 from C front-end to optimize unsigned short division.
8864 (build_conditional_expr): Fix bug in "1 ? 42 : (void *) 8".
8865
8866 Wed Nov 17 19:17:18 1993 Chip Salzenberg (chip@fin.uucp)
8867
8868 * cp/call.c (convert_harshness_ansi): Given an (e.g.) char
8869 constant, prefer 'const char &' to 'int'.
8870
8871 Wed Feb 3 13:11:48 1993 Chip Salzenberg (chip@fin.uucp)
8872
8873 * cp/class.c (finish_struct_methods): Handle multiple
8874 constructors in fn_fields list.
8875
8876Fri Apr 22 12:48:10 1994 Kung Hsu (kung@mexican.cygnus.com)
8877
8878 * class.c (finish_struct): use TYPE_DECL_SUPPRESS_DEBUG to flag
8879 types not to be dumped in stabs, like types in #pragma interface.
8880 * decl.c (init_decl_processing): use TYPE_DECL_SUPPRESS_DEBUG to
8881 mark unknown type.
8882
15fa00e9
DE
8883Fri Apr 22 03:27:26 1994 Doug Evans (dje@cygnus.com)
8884
8885 * Language directory reorganization.
8886 See parent makefile.
8887
39211cd5
MS
8888Thu Apr 21 18:27:57 1994 Per Bothner (bothner@kalessin.cygnus.com)
8889
8890 * cp-tree.h (THUNK_DELTA): It is normally negative, so
8891 use signed .i variant of frame_size rather than unsigned .u.
8892 * cp-tree.h (VTABLE_NAME_FORMAT): If flag_vtable_thunks,
8893 use "VT" rather than "vt" due to binary incompatibility.
8894 * class.c (get_vtable_name): Use strlen of VTABLE_NAME_FORMAT,
8895 rather than sizeof, since it is now an expression.
8896 * class.c (modify_one_vtable): Modify to skip initial element
8897 containing a count of the vtable.
8898
7177d104
MS
8899Thu Apr 21 00:09:02 1994 Jason Merrill (jason@deneb.cygnus.com)
8900
8901 * lex.c (check_newline): Force interface_unknown on main input file.
8902
8903 * pt.c (do_pending_expansions): Always emit functions that have been
8904 explicitly instantiated.
8905 (do_function_instantiation): Set DECL_EXPLICITLY_INSTANTIATED.
8906 (do_type_instantiation): Set CLASSTYPE_VTABLE_NEEDS_WRITING and
8907 DECL_EXPLICITLY_INSTANTIATED on all my methods.
8908 * parse.y (explicit_instantiation): Call do_type_instantiation for
8909 types.
8910 * decl2.c (finish_vtable_vardecl): Call import_export_vtable.
8911 * decl.c (start_function): Don't set DECL_EXTERNAL on a function
8912 that has been explicitly instantiated.
8913 * cp-tree.h (DECL_EXPLICITLY_INSTANTIATED): Alias for
8914 DECL_LANG_FLAG_4.
8915 * class.c: Move import_export_vtable to decl2.c, and comment out all
8916 uses.
8917
8918Wed Apr 20 16:51:06 1994 Jason Merrill (jason@deneb.cygnus.com)
8919
8920 * lex.c (process_next_inline): Don't muck with DECL_INLINE.
8921 (do_pending_inlines): Ditto.
8922
6060a796 8923Tue Apr 19 22:25:41 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
8924
8925 Reimplement vtable building, and most vtable pointer setting.
8926 Allows for earier maintenance, easier understandability, and most
8927 importantly, correct semantics.
8928
8929 * class.c (build_vtable): Removed unneeded
8930 SET_BINFO_VTABLE_PATH_MARKED.
8931 * class.c (prepare_fresh_vtable): Ditto. Added argument.
8932 * class.c (modify_vtable_entry): General cleanup.
8933 * class.c (related_vslot, is_normal, modify_other_vtable_entries,
8934 modify_vtable_entries): Removed.
8935 * class.c (add_virtual_function): General cleanup.
8936 * class.c (finish_base_struct): Setup BINFO_VTABLE and
8937 BINFO_VIRTUALS as early as we can, so that modify_all_vtables can
8938 work.
8939 * class.c (finish_vtbls): New routine, mostly from
8940 unmark_finished_struct.
8941 * class.c (overrides): New routine.
8942 * class.c (modify_one_vtable): New routine, mostly from
8943 modify_other_vtable_entries and modify_vtable_entries.
8944 * class.c (modify_all_direct_vtables, modify_all_indirect_vtables,
8945 modify_all_vtables): New routines.
8946 * class.c (finish_struct): Added arguemnt to prepare_fresh_vtable
8947 call. General cleanup on how pending_hard_virtuals are handled.
8948 General cleanup on modifying vtables. Use finish_vtbls, instead of
8949 unmark_finished_struct.
8950 * cp-tree.h (init_vtbl_ptrs, expand_direct_vtbls_init,
8951 get_first_matching_virtual, get_matching_virtual,
8952 expand_vbase_vtables_init, expand_indirect_vtbls_init): Update.
8953 * cvt.c (convert_pointer_to_real): cleanup error message.
8954 * decl.c (grokfndecl): General cleanup.
8955 * decl.c (finish_function): Change init_vtbl_ptrs call to
8956 expand_direct_vtbls_init. Change expand_vbase_vtables_init call to
8957 expand_indirect_vtbls_init.
8958 * init.c (expand_virtual_init): Remove unneeded argument.
8959 * init.c (init_vtbl_ptrs): Rename to expand_direct_vtbls_init, added
8960 two arguments to make more general. Made more general. Now can be
8961 used for vtable pointer initialization from virtual bases.
8962 * init.c (emit_base_init): Change expand_vbase_vtables_init call to
8963 expand_indirect_vtbls_init. Change init_vtbl_ptrs call to
8964 expand_direct_vtbls_init.
8965 * init.c (expand_virtual_init): General cleanup.
8966 * init.c (expand_default_init): Change expand_vbase_vtables_init
8967 call to expand_indirect_vtbls_init.
8968 * init.c (expand_recursive_init_1): Change expand_vbase_vtables_init
8969 call to expand_indirect_vtbls_init.
8970 * init.c (expand_recursive_init): Change expand_vbase_vtables_init
8971 call to expand_indirect_vtbls_init.
8972 * search.c (get_first_matching_virtual): Rename to
8973 get_matching_virtual. General cleanup and remove setting of
8974 DECL_CONTEXT. That is now done in a cleaner way in
8975 modify_vtable_entry and add_virtual_function.
8976 * search.c (expand_vbase_vtables_init): Rename to
8977 expand_indirect_vtbls_init. General cleanup. Use
8978 expand_direct_vtbls_init to do hard work. Ensures that _all_ vtable
8979 pointers from virtual bases are set up.
8980 * search.c (bfs_unmark_finished_struct, unmark_finished_struct):
8981 Removed.
8982
8983 * *.[chy]: Remove support for VTABLE_USES_MASK.
8984
8985Tue Apr 19 12:51:59 1994 Jason Merrill (jason@deneb.cygnus.com)
8986
8987 * cvt.c (convert_to_reference): Use NOP_EXPRs to switch between
8988 reference and pointer types instead of bashing the types directly.
8989
8990 * call.c (build_overload_call_real): Use the TREE_CODE to determine
8991 whether the function is overloaded or not, rather than
8992 TREE_OVERLOADED.
8993 * *: Remove all uses of TREE_OVERLOADED.
8994
8995 * decl.c (grokdeclarator): Only complain about initializing const
8996 fields when -ansi or -pedantic.
8997
8998Tue Apr 19 12:42:42 1994 Doug Evans (dje@canuck.cygnus.com)
8999
9000 * cp-tree.h (THUNK_DELTA): frame_size is now a union.
9001
9002Mon Apr 18 00:17:13 1994 Jason Merrill (jason@deneb.cygnus.com)
9003
9004 Do overloading on a block-by-block basis, not function-by-function.
9005 * decl.c: Lose overloads_to_forget.
9006 (struct binding_level): Add overloads_shadowed field.
9007 (poplevel): Restore overloads_shadowed.
9008 (push_overloaded_decl): Use overloads_shadowed instead of
9009 overloads_to_forget.
9010 (finish_function): Don't look at overloads_to_forget.
9011
9012 Copy enum_overflow logic from c-decl.c.
9013 * decl.c (start_enum): Initialize enum_overflow.
9014 (build_enumerator): Use enum_overflow. Also use current_scope().
9015
9016 * search.c (current_scope): Move Brendan's comment from
9017 build_enumerator here.
9018
9019 * typeck.c (convert_for_assignment): Change warnings to pedwarns for
9020 discarding const/volatile.
9021
9022Sat Apr 16 01:18:21 1994 Jason Merrill (jason@deneb.cygnus.com)
9023
9024 * typeck.c (comp_target_parms): Accept TEMPLATE_TYPE_PARMs on the rhs.
9025 (comp_target_types): Ditto.
9026
9027 * decl.c (lookup_name): Don't unset got_scope here.
9028
9029 * spew.c (yylex): Only replace yylval with the TYPE_NESTED_NAME if
9030 got_scope != NULL_TREE.
9031
9032Fri Apr 15 16:36:33 1994 Jason Merrill (jason@deneb.cygnus.com)
9033
9034 Horrible kludge to prevent templates from being instantiated by
9035 their base classes.
9036 * parse.y (template_instantiate_once): Unset TYPE_BEING_DEFINED
9037 before we get to left_curly.
9038 * pt.c (instantiate_class_template): Set TYPE_BEING_DEFINED.
9039
9040 * error.c (dump_decl): If it's a typedef, print out the name of the
9041 decl, not just the underlying type.
9042
9043 * decl.c (pushdecl): If the old duplicate decl was a TYPE_DECL,
9044 update the IDENTIFIER_TYPE_VALUE of its name.
9045
9046 * decl2.c (finish_file): When processing the initializer for a
9047 static member, pretend that the dummy function is a member of the
9048 same class.
9049
9050Fri Apr 15 15:56:35 1994 Kung Hsu (kung@mexican.cygnus.com)
9051
63718c49
GB
9052 * class.c (build_vtable_entry): revert Apr 4 change.
9053 * decl2.c (mark_vtable_entries): replace pure virtual function
9054 decl with abort's.
7177d104
MS
9055
9056Fri Apr 15 13:49:33 1994 Jason Merrill (jason@deneb.cygnus.com)
9057
9058 * typeck.c (build_conditional_expr): Pedwarn on pointer/integer
9059 mismatch, and don't pedwarn on 0/function pointer mismatch.
9060
9061 * typeck2.c (digest_init): Lose code for special handling of unions.
9062 (process_init_constructor): Since they're handled just fine here.
9063 Pedwarn on excess elements.
9064
9065 * decl2.c (grokfield): Complain about local class method declaration
9066 without definition.
9067
9068Fri Apr 15 13:19:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
9069
9070 * method.c (emit_thunk): Add extern declaration for
9071 current_call_is_indirect (needed for hppa).
9072
9073Thu Apr 14 16:12:31 1994 Jason Merrill (jason@deneb.cygnus.com)
9074
9075 Improve local class support; allow classes in different blocks to
9076 have the same name.
9077 * decl.c (pushtag): Support local classes better.
9078 (pushdecl_nonclass_level): New function for pushing mangled decls of
9079 nested types into the appropriate scope.
9080 (xref_defn_tag): Use pushdecl_nonclass_level instead of
9081 pushdecl_top_level.
9082 (grokfndecl): Don't mess with IDENTIFIER_GLOBAL_VALUE for local
9083 class methods.
9084 * method.c (do_inline_function_hair): Ditto.
9085
9086 * class.c (finish_struct): It is legal for a class with no
9087 constructors to have nonstatic const and reference members.
9088
9089Thu Apr 14 07:15:11 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
9090
9091 * decl.c (push_overloaded_decl): Avoid giving errors about
9092 built-ins, since duplicate_decls will have given warnings/errors
9093 for them.
9094
9095Thu Apr 14 03:45:12 1994 Jason Merrill (jason@deneb.cygnus.com)
9096
9097 * cvt.c (convert_to_reference): Warn about casting pointer type to
9098 reference type when this is probably not what they wanted.
9099
9100Wed Apr 13 13:12:35 1994 Per Bothner (bothner@kalessin.cygnus.com)
9101
9102 * decl.c (finish_decl): Don't mindlessly set TREE_USED for
9103 static consts any more (toplev.c has now been modified to
9104 not emit warnings if they are unused).
9105
9106Wed Apr 13 00:22:35 1994 Jason Merrill (jason@deneb.cygnus.com)
9107
9108 * decl.c (grok_op_properties): If op new/delete get here with
9109 METHOD_TYPEs, do a revert_static_member_fn.
9110
9111 * cp-tree.h (IDENTIFIER_CLASS_TYPE_VALUE): Lose.
9112 * init.c (is_aggr_typedef): Don't look at
9113 IDENTIFIER_CLASS_TYPE_VALUE.
9114 (get_aggr_from_typedef): Ditto.
9115 (get_type_value): Ditto.
9116 * call.c (build_scoped_method_call): Don't rely on overloaded
9117 template names having IDENTIFIER_CLASS_VALUE set.
9118
9119 * parse.y (component_decl_1, fn.def2): Revert rules for
9120 constructors.
9121 (component_decl_1, fn.def2): Use $1 instead of $$, since $$ is being
9122 clobbered.
9123
9124 * decl.c (start_function): Only warn about `void main()' if pedantic
9125 || warn_return_type.
9126
9127Tue Apr 12 02:14:17 1994 Jason Merrill (jason@deneb.cygnus.com)
9128
9129 Clean up overloading of the template name.
9130 * class.c (pushclass): overload the template name whenever pushing
9131 into the scope of a template class, not just if it is
9132 uninstantiated.
9133 (popclass): Correspondingly.
9134 * search.c (push_class_decls): Don't overload_template_name.
9135 * pt.c (overload_template_name): Don't set IDENTIFIER_LOCAL_VALUE or
9136 DECL_CONTEXT on things.
9137 * parse.y (left_curly): Don't overload_template_name.
9138 * class.c (finish_struct): Don't undo_template_name_overload.
9139
9140 * method.c (build_opfncall): Only pass one argument to global op
9141 delete.
9142
9143 * call.c (build_method_call): Use TYPE_VEC_DELETE_TAKES_SIZE to
9144 decide how many arguments to use for vec delete.
9145
9146 * decl.c (grok_op_properties): Be consistent in modifying
9147 current_class_type.
9148 (grokdeclarator): Only complain about function decls with no return
9149 type if we're being pedantic.
9150
9151Mon Apr 11 00:10:53 1994 Jason Merrill (jason@deneb.cygnus.com)
9152
9153 Add support for operator new [] and operator delete [].
9154
9155 * tree.def: Add VEC_NEW_EXPR and VEC_DELETE_EXPR.
9156 * ptree.c (print_lang_type): Indicate vec new/delete.
9157 * parse.y: Support vec new/delete.
9158 * method.c (build_decl_overload): Deal with vec new/delete.
9159 (build_opfncall): Ditto.
9160 * lex.c (init_lex): Set up values of ansi_opname and opname_tab for
9161 vec new/delete. vec new uses "__vn", and vec delete uses "__vd".
9162 * init.c (init_init_processing): Set up BIVN and BIVD.
9163 (do_friend): Don't clean up after mistaken setting of TREE_GETS_NEW,
9164 since it doesn't happen any more.
9165 (build_new): Support vec new. Always call something.
9166 (build_x_delete): Support vec delete.
9167 (build_vec_delete): Lose dtor_dummy argument, add use_global_delete,
9168 and pass it to build_x_delete.
9169 * decl2.c (delete_sanity): Don't change behavior by whether or not
9170 the type has a destructor. Pass use_global_delete to
9171 build_vec_delete.
9172 (coerce_delete_type): Make sure that the type returned has a first
9173 argument of ptr_type_node.
9174 * decl.c (init_decl_processing): Also declare the global vec
9175 new/delete.
9176 (grokdeclarator): Also force vec new/delete to be static.
9177 (grok_op_properties): Note presence of vec new/delete, and play with
9178 their args. If vec delete takes the optional size_t argument, set
9179 TYPE_VEC_DELETE_TAKES_SIZE.
9180 * cp-tree.h (TYPE_GETS_{REG,VEC}_DELETE): New macros to simplify
9181 checking for one delete or the other.
9182 (lang_type): gets_new and gets_delete are now two bits long. The
9183 low bit is for the non-array version. Lose gets_placed_new.
9184 (TYPE_VEC_DELETE_TAKES_SIZE): New macro indicating that the vec
9185 delete defined by this class wants to know how much space it is
9186 deleting.
9187 (TYPE_VEC_NEW_USES_COOKIE): New macro to indicate when vec new must
9188 add a header containing the number of elements in the vector; i.e.
9189 when the elements need to be destroyed or vec delete wants to know
9190 the size.
9191 * class.c (finish_struct_methods): Also check for overloading vec
9192 delete.
9193 * call.c (build_method_call): Also delete second argument for vec
9194 delete.
9195
9196 * decl.c (grokdeclarator): Correct complaints again.
9197 (grokdeclarator): Fix segfault on null declarator.
9198 (decls_match): Also accept redeclaration with no arguments if both
9199 declarations were in C context. Bash TREE_TYPE (newdecl) here.
9200 (duplicate_decls): Instead of here.
9201
9202 * parse.y (nested_name_specifier_1): Lose rules for dealing with
9203 syntax errors nicely, since they break parsing of 'const i;'.
9204
9205 * decl.c (lookup_name): if (got_scope == current_class_type)
9206 val = IDENTIFIER_CLASS_VALUE (name).
9207
9208 * search.c (lookup_nested_tag): Look in enclosing classes, too.
9209
9210 * spew.c (yylex): Only look one character ahead when checking for a
9211 SCOPE.
9212
9213 * lex.c (check_newline): Read first nonwhite char before
9214 incrementing lineno.
9215
9216 * decl.c (grokdeclarator): Don't claim that typedefs are variables
9217 in warning.
9218
9219 * parse.y: Divide up uses of unqualified_id into
9220 notype_unqualified_id and unqualified_id, so that TYPENAME can be
9221 used as an identifier after an object.
9222
9223 * class.c (push_nested_class): Don't push into non-class scope.
9224
9225 * decl.c (grokdeclarator): If an identifier could be a type
9226 conversion operator, but has no associated type, it's not a type
9227 conversion operator.
9228
9229 * pt.c (unify): Check for equality of constants better.
9230
9231 * decl.c (grokdeclarator): Don't complain about access decls.
9232
9233Sun Apr 10 02:39:55 1994 Jason Merrill (jason@deneb.cygnus.com)
9234
9235 * decl.c (grokdeclarator): pedwarn about data definitions without
9236 types here.
9237
9238 * parse.y (datadef): Don't pedwarn about decls without types here,
9239 since that is valid for functions.
9240 (fn.def2, component_decl): Support constructors with declmods again.
9241 (nomods_initdecls): For decls without any mods, so that we don't try
9242 to get declspecs from some arbitrary $0.
9243
9244 * search.c (lookup_field): Use cp_error.
9245
9246 * parse.y (nested_name_specifier_1): Don't check aggr/non-aggr type
9247 here; it breaks destructors for non-aggr types.
9248
9249 * decl.c (lookup_name): Only look for TYPE_DECLs in base classes of
9250 a type being defined, like the comment says.
9251 If got_scope is not an aggregate, just return NULL_TREE.
9252
9253 * pt.c (create_nested_upt): Kung's code for creating types nested
9254 within uninstantiated templates now lives here (it used to live in
9255 hack_more_ids). It needs to be expanded.
9256
9257 * parse.y: Stop calling see_typename so much.
9258
9259 * decl.c (lookup_name): Deal with TTPs and UPTs.
9260
9261 * lex.c (real_yylex): Don't set looking_for_typename just because we
9262 saw a 'new'.
9263 (dont_see_typename): #if 0 out.
9264
9265 * spew.c (yylex): Increment looking_for_typename if the next
9266 character is SCOPE, rather than setting it to 1; this way, the value
9267 from seeing an aggr specifier will not be lost. This kinda relies
9268 on looking_for_typename never being < 0, which is now true.
9269
9270 * parse.y (nested_name_specifier_1): Accept TEMPLATE_TYPE_PARMs,
9271 too.
9272 (named_class_head_sans_basetype): Accept template types, too. Oops.
9273
9274Fri Apr 8 16:39:35 1994 Jason Merrill (jason@deneb.cygnus.com)
9275
9276 * decl2.c (reparse_decl_as_expr1): Handle SCOPE_REFs.
9277
9278 * parse.y: Lose START_DECLARATOR.
9279
9280 * search.c (lookup_nested_tag): New function to scan CLASSTYPE_TAGS
9281 for a class.
9282
9283 * parse.y: Simplify fn.def2 and component_decl. Support 'enum
9284 A::foo' syntax. Catch invalid scopes better.
9285
9286 * parse.y, lex.c: lose TYPENAME_COLON.
9287
9288 * decl2.c (groktypefield): #if 0 out.
9289
9290 * decl.c (lookup_name): If the type denoted by got_scope is
9291 currently being defined, look in CLASSTYPE_TAGS rather than FIELDS.
9292
9293 * class.c (push_nested_class): Don't try to push into
9294 error_mark_node.
9295
9296Fri Apr 8 07:26:36 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
9297
9298 * Makefile.in (stamp-parse): Update count of conflicts to 33.
9299
9300Thu Apr 7 17:47:53 1994 Jason Merrill (jason@deneb.cygnus.com)
9301
9302 A saner implementation of nested types that treats template types
9303 no differently from non-template types. There are still some
9304 shortcomings of our system; most notably, it is difficult to look
9305 for a nested type that is hidden by another name, because of the way
9306 we keep track of hidden types. But this shouldn't be a problem for
9307 just about anyone. Perhaps lookup_field should be fixed up a bit.
9308
9309 * spew.c: Moved handling of nested types/scoping from the lexer
9310 into the parser. Removed variable template_type_seen_before_scope.
9311 Removed functions frob_identifier, hack_more_ids, and various cruft
9312 that was #if 0'd out in the past, reducing the size of the file from
9313 1146 lines to 450 lines. We can't quite do away with spew.c yet,
9314 though; we still need it for do_aggr () and checking for SCOPE after
9315 the current identifier. And setting lastiddecl.
9316
9317 * parse.y: Moved handling of nested types/scoping from the lexer
9318 into the parser, using a new global variable `got_scope'. Reduced
9319 the number of states by 53. Implemented all uses of explicit global
9320 scope. Removed terminals SCOPED_TYPENAME and SCOPED_NAME. Removed
9321 nonterminals tmpl.1, scoped_base_class, id_scope, typename_scope,
9322 scoped_typename. Added nonterminals nested_type,
9323 qualified_type_name, complete_type_name, qualified_id, ptr_to_mem,
9324 nested_name_specifier, global_scope, overqualified_id, type_name.
9325 Changed many others. Added 9 new reduce/reduce conflicts, which are
9326 nested type parallels of 9 that were already in the grammar for
9327 non-nested types. Eight of the now 33 conflicts should be removed
9328 in the process of resolving the late binding between variable and
9329 function decls.
9330
9331 * gxxint.texi (Parser): Update.
9332
9333 * cp-tree.h (IS_AGGR_TYPE_CODE): Add UNINSTANTIATED_P_TYPE.
9334
9335 * lex.h: Add decl for got_scope.
9336
9337 * lex.c (see_typename): Claim to be the lexer when calling
9338 lookup_name.
9339
9340 * decl.c (lookup_name): When called from the lexer, look at
9341 got_scope and looking_at_typename; otherwise don't.
9342
6060a796 9343Thu Apr 7 22:05:47 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9344
9345 31th Cygnus<->FSF merge.
9346
9347Thu Apr 7 17:47:53 1994 Jason Merrill (jason@deneb.cygnus.com)
9348
9349 * decl2.c (mark_vtable_entries): Call this to mark all the
9350 entries in the vtable addressable.
9351 (finish_decl_parsing): Handle SCOPE_REFs.
9352
9353 * decl.c (decls_match): Always call compparms with strict == 1.
9354 Handle the special case of C function redecl here.
9355 (duplicate_decls): Only keep the old type if the new decl takes no
9356 arguments.
9357
9358 * typeck.c (compparms): Also allow t1 to be ... if strict == 0.
9359
6060a796 9360Thu Apr 7 16:17:50 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9361
9362 * class.c (build_vtable_entry): Fix breakage introduced Apr 5
9363 17:48:41.
9364
9365Wed Apr 6 16:05:10 1994 Per Bothner (bothner@kalessin.cygnus.com)
9366
9367 * init.c (build_virtual_init), search.c (build_vbase_vtables_init),
9368 ch-tree.h: Every place these functions were called, the result was
9369 immediately passed to expand_expr_stmt. Reduce redundancy by
9370 calling expand_expr_init *inside* these functions. These
9371 makes for a simpler interface, and we don't have to build
9372 compound expressions. Hence, rename these function to:
9373 expand_virtual_init and expand_vbase_vtables_init respectively.
9374 * init.c, decl.c: Change callers of these functions.
9375 * init.c, cp-tree.h (expand_virtual_init): Make static.
9376
9377 * decl2.c (finish_file): Check TREE_PUBLIC||TREE_ADDRESSABLE
9378 rather than DECL_SAVED_INSNS before emitting inlines.
9379
9380Wed Apr 6 13:06:39 1994 Jason Merrill (jason@deneb.cygnus.com)
9381
9382 * spew.c (init_spew): #if 0 out stuff used by arbitrate_lookup.
9383
9384 * decl.c (duplicate_decls): If this is a new declaration of an
9385 extern "C" function, keep the type (for the argtypes).
9386 (redeclaration_error_message): Don't check DECL_LANGUAGE here.
9387 (decls_match): Call compparms with a value of strict dependent on
9388 the value of strict_prototypes for DECL_LANGUAGE (oldecl).
9389
9390 * typeck.c (compparms): ... is only equivalent to non-promoting
9391 parms if we're not being strict.
9392
9393 * parse.y (empty_parms): Don't check flag_ansi || pedantic here.
9394
9395 * decl.c (init_decl_processing): if (flag_ansi || pedantic)
9396 strict_prototypes_lang_c = strict_prototypes_lang_cplusplus;
9397
9398 * decl2.c (grok_function_init): Don't set DECL_INITIAL on pure
9399 virtuals.
9400
9401Tue Apr 5 17:48:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9402
9403 Support for implementing vtables with thunks.
9404 * tree.def (THUNK_DECL): New TREE_CODE.
9405 * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY), tree.c
9406 (fnaddr_from_vtable_entry): Handle flag_vtable_thunks case.
9407 * cp-tree.h (memptr_type): New variable.
9408 * class.c (build_vtable_entry): Build thunk if necessary.
9409 * class.c (build_vfn_ref): If using thunks, don't need
9410 to add delta field from vtable (there is none!).
9411 * decl.c: Add memptr_type as well as vtable_entry_type.
9412 If using thunks, the latter is just ptr_type_node.
9413 * gc.c, typeck.c: Use memptr_typeChange, not vtable_entry_type.
9414 * decl2.c (finish_vtable_vardecl): Handle thunks.
9415 * expr.c (cplus_expand_expr): Support THUNK_DECL.
9416
9417 * decl.c (grokdeclarator): Set DECL_THIS_EXTERN if "extern".
9418 * decl.c (start_function): Set current_extern_inline based on
9419 DECL_THIS_EXTERN, not TREE_PUBLIC.
9420 * decl.c (finish_function): Call mark_inline_for_output if needed,
9421
9422 Improve intelligence about when to emit inlines.
9423 * cp-tree.h (lang_decl_flags): New field saved_inline.
9424 * cp-tree.h (DECL_SAVED_INLINE): New macro.
9425 * class.c (add_virtual_function): Don't set TREE_ADDRESSABLE.
9426 * decl.h, decl.c (pending_addressable_inlines): Removed.
9427 * decl2.c (pending_addressable_inlines): Renamed to saved_inlines.
9428 * decl2.c (mark_inline_for_output): Do nothing if
9429 DECL_SAVED_INLINE; otherwise set it (and add to saved_inlines list).
9430 * decl2.c (finish_vtable_vardecl): SET_CLASSTYPE_INTERFACE_KNOWN
9431 and set CLASSTYPE_INTERFACE_ONLY if there is a non-inline virtual.
9432 * decl2.c (finish_file): Writing out inlines later, so we can
9433 also handle the ones needed for vtbales.
9434 * decl2.c (write_vtable_entries, finish_vtable_typedecl): Removed.
9435
9436 * cp-tree.h, class.c, decl2.c, search.c: Remove -fvtable-hack
9437 and flag_vtable_hack. Use -fvtable-thunks and flag_vtable_thunks
9438 instead. (The rationale is that these optimizations both break binary
9439 compatibility, but should become the default in a future release.)
9440
6060a796 9441Wed Apr 6 10:53:56 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9442
9443 * class.c (modify_vtable_entries): Never reset the DECL_CONTEXT
9444 of a fndecl, as we might not be from that vfield.
9445
9446Tue Apr 5 17:43:35 1994 Kung Hsu (kung@mexican.cygnus.com)
9447
9448 * class.c (add_virtual_function): fix bug for pure virtual, so
9449 that DECL_VINDEX of the dummy decl copied won't be error.
9450 (see also Apr 4 change)
9451
9452Tue Apr 5 17:23:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
9453
9454 * typeck.c (c_expand_return): Before checking that we're not
9455 returning the address of a local, make sure it's a VAR_DECL.
9456 (And don't worry about it being a TREE_LIST.)
9457
9458Tue Apr 5 13:26:42 1994 Jason Merrill (jason@deneb.cygnus.com)
9459
9460 * parse.y (YYDEBUG): Always define.
9461 * lex.c (YYDEBUG): Ditto.
9462
9463Mon Apr 4 11:28:17 1994 Kung Hsu (kung@mexican.cygnus.com)
9464
9465 * class.c (finish_struct): backup out the change below, put the
9466 new change for the same purpose. The change below breaks code.
9467
9468 * class.c (finish_struct): if pure virtual, copy node and make
9469 RTL point to abort, then put in virtual table.
9470 * decl2.c (grok_function_iit): reinstate Mar 31 change.
9471
9472Sat Apr 2 03:12:58 1994 Jason Merrill (jason@deneb.cygnus.com)
9473
9474 * init.c (build_new): pedwarn about newing const and volatile
9475 types.
9476
9477 * tree.c (get_identifier_list): Only do the special handling
9478 thing if we're dealing with the main variant of the record type.
9479
9480 * cvt.c (convert_to_reference): When converting between
9481 compatible reference types, use the pointer conversion machinery.
9482 Don't just blindly overwrite the old type.
9483
9484Fri Apr 1 17:14:42 1994 Jason Merrill (jason@deneb.cygnus.com)
9485
9486 * call.c (build_method_call): When looking at global functions,
9487 be sure to use instance_ptr for the first argument, not some version
9488 of it that has been cast to a base class. Also do this before
9489 comparing candidates.
9490
9491Thu Mar 31 19:50:35 1994 Jason Merrill (jason@deneb.cygnus.com)
9492
9493 * call.c (build_method_call): Constructors can be called for
9494 const objects.
9495
9496Thu Mar 31 16:20:16 1994 Kung Hsu (kung@mexican.cygnus.com)
9497
9498 * decl2.c (grok_func_init): do not abort as rtl for pur virtual
9499 fucntions. They can be defined somewhere else.
9500
9501Sat Jan 23 23:23:26 1994 Stephen R. van den Berg (berg@pool.informatik.rwth-aachen.de)
9502
9503 * decl.c (init_decl_processing): Declare __builtin_return_address
9504 and __builtin_frame_address for C++ as well.
9505
6060a796 9506Thu Mar 31 12:35:49 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9507
9508 * typeck2.c (store_init_value): Integral constant variables are
9509 always constant, even when doing -fpic.
9510
9511Sat Jan 23 23:23:26 1994 Stephen R. van den Berg (berg@pool.informatik.rwth-aachen.de)
9512
9513 * decl.c (redeclaration_error_message): Pass the types to
9514 comptypes.
9515
6060a796 9516Wed Mar 30 21:29:25 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9517
9518 Cures incorrect errors about pure virtuals in a class, when they
9519 have been overridden in a derived class.
9520
9521 * search.c (get_abstract_virtuals): Reimplement.
9522 * search.c (get_abstract_virtuals_1): New routine.
9523
9524Wed Mar 30 14:10:04 1994 Jason Merrill (jason@deneb.cygnus.com)
9525
9526 * pt.c (push_template_decls): Make the pushed level pseudo
9527 global.
9528
9529 * parse.y (extdefs): Don't pop everything if the current binding
9530 level is pseudo_global.
9531
9532 * decl.c (pop_everything): Stop on reaching a pseudo-global
9533 binding level.
9534
9535 * cp-tree.h (DECL_FUNCTION_MEMBER_P): Change to more reliable test.
9536
9537 * decl.c (duplicate_decls): Only copy DECL_SOURCE_{FILE_LINE} if
9538 the old decl actually had an initializer.
9539
9540 * {various}: Clean up gcc -W complaints.
9541
9542 * cp-tree.h (DECL_FUNCTION_MEMBER_P): Currently defined to be
9543 (DECL_CONTEXT (NODE) != NULL_TREE).
9544
9545 * parse.y (lang_extdef): Call pop_everything if necessary.
9546
9547 * decl.c (pop_everything): New function for popping binding
9548 levels left over after a syntax error.
9549 (pushdecl): Use DECL_FUNCTION_MEMBER_P to decide whether or not
9550 a function is a member.
9551
6060a796 9552Wed Mar 30 14:20:50 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9553
9554 Cures calling a more base base class function, when a more derived
9555 base class member should be called in some MI situations.
9556
9557 * search.c (make_binfo): Use more the more specialized base
63718c49
GB
9558 binfos from the binfo given as the second argument to make_binfo,
9559 instead of the unspecialized ones from the TYPE_BINFO.
7177d104
MS
9560 * class.c (finish_base_struct): Ditto, update callers.
9561 * search.c (dfs_get_vbase_types): Ditto.
9562 * tree.c (propagate_binfo_offsets, layout_vbasetypes): Ditto.
9563 * decl.c (xref_tag): Use NULL_TREE instead of 0.
9564 * lex.c (make_lang_type): Ditto.
9565
9566Wed Mar 30 14:10:04 1994 Jason Merrill (jason@deneb.cygnus.com)
9567
9568 * decl.c (pushdecl): If pushing a C-linkage function, only do a
9569 push_overloaded_decl.
9570 (duplicate_decls): Standard overloading does not shadow built-ins.
9571
9572Tue Mar 29 00:54:18 1994 Jason Merrill (jason@deneb.cygnus.com)
9573
9574 * pt.c (end_template_decl): Don't call push_overloaded_decl.
9575
9576 * init.c (do_friend): Don't call push_overloaded_decl.
9577
9578 * decl.c (pushdecl): Call push_overloaded_decl for functions and
9579 function templates.
9580 (duplicate_decls): functions and function templates are not
9581 duplicates, but don't complain about calling this function to
9582 compare them.
9583 (push_overloaded_decl): Don't deal with linkage. Call
9584 duplicate_decls.
9585 (redeclaration_error_message): Deal with linkage.
9586
9587 * decl.c (start_function): If push_overloaded_decl returns an
9588 older version of the function, deal with it.
9589
9590 * decl.c (start_function): Be sure only to push_overloaded_decl
9591 for non-members.
9592
9593 * decl.c (grokfndecl): Put back clearing of DECL_CHAIN for
9594 methods.
9595 (start_function): Lose broken and redundant code for checking old
9596 decl.
9597
9598 * init.c (add_friend): Give line numbers of both friend decls
9599 when warning about re-friending.
9600
9601 * pt.c (tsubst): Use comptypes rather than == to compare the
9602 types of the method as declared and as defined, since default
9603 parameters may be different.
9604
9605 * call.c (build_method_call): Use brendan's candidate printing
9606 routine.
9607
9608 * decl.c (start_method): Methods defined in the class body are
9609 inline whether or not it's a template class.
9610
9611Mon Mar 28 16:39:26 1994 Jason Merrill (jason@deneb.cygnus.com)
9612
9613 * parse.y (initdcl0): Add "extern" to current_declspecs if
9614 have_extern_spec && ! used_extern_spcec.
9615
9616 * tree.c (really_overloaded_fn): A fn with more than one
9617 overload.
9618
9619 * pt.c (end_template_decl): Use really_overloaded_fn.
9620
9621 * decl.c (duplicate_decls): When smashing a decl into a previous
9622 definition, keep the old file and line.
9623 Don't deal with overloaded functions.
9624 Lose old code for checking arg types of functions.
9625 Check for overloaded C functions.
9626 (pushdecl): Deal with overloaded functions.
9627 (start_decl): Expect pushdecl to return an appropriate function decl.
9628 (start_function): Ditto.
9629 (push_overloaded_decl): Don't check for overloaded C functions.
9630
9631 * *.c: Stop using DECL_OVERLOADED, it being archaic.
9632 TREE_OVERLOADED should probably go, too.
9633
9634Mon Mar 28 14:00:45 1994 Ron Guilmette (rfg@netcom.com)
9635
9636 * typeck.c (comp_target_types): Call comp_target_parms with
9637 strict == 1.
9638
9639Sun Mar 27 00:07:45 1994 Jason Merrill (jason@deneb.cygnus.com)
9640
9641 * parse.y (empty_parms): Don't parse () as (...) in extern "C"
9642 sections if we're compiling with -ansi or -pedantic.
9643
9644 * decl.c (decls_match): Don't treat (int) and (int&) as matching.
9645
9646 * decl2.c (grokfield): Don't pedwarn twice about initializing
9647 field.
9648
9649 * decl.c (push_overloaded_decl): Warn about shadowing
9650 constructor.
9651 (redeclaration_error_message): Don't allow 'int a; int a;'
9652
9653 * cvt.c (build_up_reference): Only check for valid upcast if
9654 LOOKUP_PROTECT is set, not just any flag.
9655
9656Fri Mar 25 01:22:31 1994 Jason Merrill (jason@deneb.cygnus.com)
9657
9658 * lex.c (check_newline): When we see a #pragma implementation,
9659 also set it for the main input file.
9660
9661 * init.c (build_new): Convert array size argument to size_t.
9662
9663 * parse.y (primary): If we're doing a parenthesized type-id, call
9664 groktypename before passing it to build_new.
9665
9666 * call.c (build_method_call): Deal properly with const and
9667 volatile for instances of reference type.
9668
9669 * decl.c (store_return_init): Change 'if (pedantic) error' to 'if
9670 (pedantic) pedwarn'.
9671
9672 * decl.c (grokdeclarator): Don't complain about putting `static'
9673 and `inline' on template function decls.
9674
9675Thu Mar 24 23:18:19 1994 Jason Merrill (jason@deneb.cygnus.com)
9676
9677 * call.c (build_method_call): Preserve const & volatile on
9678 `this'.
9679
6060a796 9680Thu Mar 24 16:21:52 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9681
9682 * init.c (build_new, build_vec_delete): Use global new and delete
9683 for arrays.
9684 * decl2.c (delete_sanity): Ditto.
9685
9686Thu Mar 24 02:10:46 1994 Jason Merrill (jason@deneb.cygnus.com)
9687
9688 * cvt.c (convert_to_reference): If i is an lvalue,
9689 (int &)i -> *(int*)&i, as per 5.2.8p9 of the latest WP.
9690 (convert_force): Call convert_to_reference with LOOKUP_COMPLAIN.
9691
9692Wed Mar 23 17:45:37 1994 Jason Merrill (jason@deneb.cygnus.com)
9693
9694 * decl.c (duplicate_decls): Also propagate DECL_TEMPLATE_MEMBERS
9695 and DECL_TEMPLATE_INSTANTIATIONS.
9696
9697 * init.c (build_new): Handle array typedefs properly.
9698
6060a796 9699Wed Mar 23 18:23:33 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9700
9701 30th Cygnus<->FSF merge.
9702
6060a796 9703Wed Mar 23 00:46:24 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9704
9705 * class.c (modify_vtable_entries): Avoid running off the end of the
9706 virtuals list when processing a virtual destructor.
9707 * class.c (get_vtable_entry): Ditto.
9708
9709Wed Mar 23 00:23:59 1994 Jason Merrill (jason@deneb.cygnus.com)
9710
9711 * decl.c (duplicate_decls): If two template decls don't match,
9712 just return 0.
9713
9714Tue Mar 22 23:49:41 1994 Jason Merrill (jason@deneb.cygnus.com)
9715
9716 * typeck.c (convert_for_assignment): Don't pedwarn about
9717 converting function pointer to void *.
9718
6060a796 9719Tue Mar 22 22:23:19 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9720
9721 Major revamp of pointer to member functions. Cures major
9722 nonfunctionality when used in casts, and MI situations.
9723
9724 * cvt.c (convert_force): Update call site of build_ptrmemfunc.
9725 * typeck.c (convert_for_assignment): Ditto.
9726 * typeck2.c (digest_init): Ditto.
9727 * typeck2.c (process_init_constructor): Simplify by moving code into
9728 digest_init.
9729 * typeck2.c (digest_init): Do default_conversions on init value, if
9730 we are processing pointer to member functions.
9731 * class.c (get_vfield_offset): Now non-static. Convert bit offset
9732 into byte offset.
9733 * cp-tree.h (get_vfield_offset): Ditto.
9734 * typeck.c (get_member_function_from_ptrfunc): Convert down to right
9735 instance, before fetching vtable pointer.
9736 * typeck.c (get_delta_difference): New routine.
9737 * typeck.c (build_ptrmemfunc): Revamp to handle casting better, also
9738 get vtable pointer out of right subobject.
9739
6060a796 9740Tue Mar 22 17:56:48 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9741
9742 * search.c (get_binfo): Return NULL instead of aborting, when
9743 passed a UNION_TYPE.
9744
9745Tue Mar 22 12:44:54 1994 Jason Merrill (jason@deneb.cygnus.com)
9746
9747 These patches implement handling of redefinition/redeclaration of
9748 templates.
9749
9750 * typeck.c (comptypes): Simplify. All TEMPLATE_TYPE_PARMs are
9751 considered compatible.
9752
9753 * parse.y (template_def): Pass defn argument to end_template_decl.
9754
9755 * pt.c (end_template_decl): Add defn argument. Check for
9756 redefinition. Simplify.
9757
9758 * error.c (OB_UNPUT): New macro, to remove mistakes.
9759 (aggr_variety): Subroutine of dump_aggr_type.
9760
9761 * decl.c (decls_match): Support templates.
9762 (duplicate_decls): No longer static. Don't try to lay out template
9763 decls.
9764 (pushdecl): Simplify.
9765
9766 * cp-tree.h (DECL_TEMPLATE_MEMBERS): Use DECL_SIZE instead of
9767 DECL_INITIAL.
9768
9769Mon Mar 21 11:46:55 1994 Jason Merrill (jason@deneb.cygnus.com)
9770
9771 * error.c (dump_decl): Support class template decls.
9772 (dump_type): Don't adorn template type parms.
9773
9774 * decl.c (duplicate_decls): Save DECL_TEMPLATE_INFO from old decl
9775 if it was a definition.
9776 (redeclaration_error_message): Do the cp_error thang, and reject
9777 redefinition of templates.
9778
9779Mon Mar 21 19:36:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9780
9781 * decl.c (grokdeclarator): Set TREE_PUBLIC for METHOD_TYPE
9782 in FIELD context, when appropriate. Also,
9783 CLASSTYPE_INTERFACE_ONLY is irrelevant to setting TREE_PUBLIC.
9784 Also, simplify check for bogus return specifiers.
9785
9786Mon Mar 21 11:46:55 1994 Jason Merrill (jason@deneb.cygnus.com)
9787
9788 * parse.y (after_type_declarator1): Expand type_quals.
9789 (notype_declarator1): Ditto.
9790 (absdcl1): Ditto.
9791
9792Sat Mar 19 01:05:17 1994 Jason Merrill (jason@deneb.cygnus.com)
9793
9794 * decl.c (grokdeclarator): Treat class-local typedefs like static
9795 members; i.e. 'typedef int f();' means that f is a function type,
9796 not a method type.
9797
9798 * parse.y (decl): Change direct_* back to *.
9799 (type_id): Change direct_abstract_declarator to absdcl.
9800 (direct_declarator, direct_initdecls, direct_initdcl0): Remove again.
9801
9802Fri Mar 18 12:47:59 1994 Jason Merrill (jason@deneb.cygnus.com)
9803
9804 These two patches fix crashes on instantiating a template inside a
9805 function with C linkage or containing labels.
9806
9807 * class.c (current_lang_stacksize): No longer static.
9808
9809 * decl.c (struct saved_scope): Add lang_base, lang_stack,
9810 lang_name, lang_stacksize, and named_labels.
9811 (push_to_top_level): Save them.
9812 (pop_from_top_level): Restore them.
9813
9814 * gxxint.texi (Parser): Update.
9815
9816 These two patches finish moving the task of expr/declarator
9817 ambiguity resolution from the lexer to the parser, and add one more
9818 r/r conflict. START_DECLARATOR can now be nuked.
9819
9820 * parse.y (decl): Add "direct_" in typespec X rules.
9821 (direct_declarator): New nonterminal for
9822 direct_after_type_declarator and direct_notype_declarator.
9823 (direct_initdecls): Like initdecls, but uses direct_initdcl0.
9824 (direct_initdcl0): Like initdcl0, but uses direct_declarator.
9825 (named_parm): Add typespec direct_declarator rule.
9826
9827 * spew.c (yylex): #if 0 out START_DECLARATOR insertion.
9828
9829 These two patches disable some excessive cleverness on the part of
9830 g++; a non-class declaration always hides a class declaration in the
9831 same scope, and g++ was trying to unhide it depending on the
9832 enclosing expression.
9833
9834 * spew.c (arbitrate_lookup): #if 0 out.
9835
9836 * decl.c (lookup_name): Never call arbitrate_lookup.
9837
9838 * parse.y (complex_notype_declarator1): Add '*'
9839 complex_notype_declarator1 and '&' complex_notype_declarator1 rules.
9840
9841 * parse.y (complex_direct_notype_declarator): Restore id_scope
9842 see_typename TYPENAME rule, remove all other rules beginning with
9843 those tokens.
9844 (notype_unqualified_id): Add '~' see_typename IDENTIFIER rule.
9845
9846Thu Mar 17 17:30:01 1994 Jason Merrill (jason@deneb.cygnus.com)
9847
9848 These changes fix the compiler's handling of the functional cast/
9849 object declaration ambiguities in section 6.8 of the ARM. They also
9850 add 11 reduce/reduce conflicts. Sigh.
9851
9852 * parse.y: Add precedence decls for OPERATOR and '~'.
9853 (notype_unqualified_id): New nonterminal, encompasses all of the
9854 ANSI unqualified-id nonterminal except TYPENAMEs.
9855 (expr_or_declarator): New nonterminal to delay parsing of code like
9856 `int (*a)'.
9857 (primary): Use notype_unqualified_id.
9858 (decl): Add typespec initdecls ';' and typespec declarator ';'
9859 rules.
9860 (initdcl0): Deal with the above.
9861 (complex_notype_declarator1): A notype_declarator that is not also
9862 an expr_or_declarator.
9863 (complex_direct_notype_declarator): A direct_notype_declarator that
9864 doesn't conflict with expr_or_declarator. Use
9865 notype_unqualified_id. Remove id_scope see_typename TYPENAME rule.
9866 (functional_cast): New nonterminal, for the three functional cast
9867 rules. So that they can be moved after
9868 complex_direct_notype_declarator.
9869 (see_typename): Don't accept type_quals any more.
9870
9871 * decl2.c (reparse_decl_as_expr): New function to deal with parse
9872 nodes for code like `int (*a)++;'.
9873 (reparse_decl_as_expr1): Recursive subroutine of the above.
9874 (finish_decl_parsing): New function to deal with parse nodes for
9875 code like `int (*a);'. See the difference?
9876
6060a796 9877Thu Mar 17 12:16:10 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9878
9879 These changes break binary compatibility in code with classes
9880 that use virtual bases.
9881
9882 * search.c (dfs_get_vbase_types): Simplify and correct to make
9883 sure virtual bases are initialized in dfs ordering.
9884 * search.c (get_vbase_types): Simplify and make readable.
9885
9886Thu Mar 17 12:01:10 1994 Jason Merrill (jason@deneb.cygnus.com)
9887
9888 * parse.y: s/ typename / type_id /g
9889
9890Wed Mar 16 17:42:52 1994 Kung Hsu (kung@mexican.cygnus.com)
9891
9892 * parse.y (typespec): add SCOPE TYPENAME for global scoped
9893 type. e.g. ::B x.
9894
9895 * decl.c (complete_array_type): fix a bug that in -pendantic
9896 mode even there's no initializer, it will continue to build
9897 default index.
9898
9899Wed Mar 16 17:43:07 1994 Jason Merrill (jason@deneb.cygnus.com)
9900
9901 * parse.y (direct_notype_declarator): Add PTYPENAME rule, remove
9902 all of the scoped PTYPENAME rules.
9903
6060a796 9904Wed Mar 16 16:39:02 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9905
9906 * init.c (build_offset_ref): The value of A::typedef_name is
9907 always the TYPE_DECL, and never an error.
9908
9909Tue Mar 15 20:02:35 1994 Jason Merrill (jason@deneb.cygnus.com)
9910
9911 * search.c (get_base_distance_recursive): Two binfos can only
9912 represent the same object if they are both via_virtual.
9913
9914 * class.c (finish_base_struct): Check vbases for ambiguity, too.
9915
9916 * search.c (get_vbase_types): Accept binfo argument, too.
9917
9918Tue Mar 15 19:22:05 1994 Kung Hsu (kung@mexican.cygnus.com)
9919
9920 * decl.c (complete_array_type): complete TYPE_DOMAIN of the
9921 initializer also, because back-end requires it.
9922
9923Tue Mar 15 15:33:31 1994 Jason Merrill (jason@deneb.cygnus.com)
9924
9925 * error.c (dump_expr): Support member functions (which show up as
9926 OFFSET_REFs).
9927
6060a796 9928Mon Mar 14 16:24:36 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9929
9930 * init.c (build_new): Set the return type of multidimensional
9931 news correctly.
9932
9933Fri Mar 11 15:35:39 1994 Kung Hsu (kung@mexican.cygnus.com)
9934
9935 * call.c (build_method_call): if basetype not equal to type
9936 of the instance, use the type of the instance in building
9937 destructor.
9938
9939Thu Mar 10 17:07:10 1994 Kung Hsu (kung@mexican.cygnus.com)
9940
9941 * parse.y (direct_notype_declarator): add push_nested_type for
9942 'template_type SCOPED_NAME' rule.
9943
9944Tue Mar 8 00:19:58 1994 Jason Merrill (jason@deneb.cygnus.com)
9945
9946 * parse.y (parm): Add typed_declspec1 {absdcl, epsilon} rules.
9947
9948Sat Mar 5 04:47:48 1994 Jason Merrill (jason@deneb.cygnus.com)
9949
9950 * parse.y (regcast_or_absdcl): New nonterminal to implement late
9951 reduction of constructs like `int ((int)(int)(int))'.
9952 (cast_expr): Use it.
9953 (sub_cast_expr): Everything that can come after a cast.
9954 (typed_declspecs1): typed_declspecs that are not typed_typespecs.
9955 (direct_after_type_declarator): Lose PAREN_STAR_PAREN rule.
9956 (direct_abstract_declarator): Replace '(' parmlist ')' rule with
9957 '(' complex_parmlist ')' and regcast_or_absdcl.
9958 (parmlist): Split
9959 (complex_parmlist): Parmlists that are not also typenames.
9960 (parms_comma): Enabler.
9961 (named_parm): A parm that is not also a typename. Use declarator
9962 rather than dont_see_typename abs_or_notype_decl. Expand
9963 typed_declspecs inline.
9964 (abs_or_notype_decl): Lose.
9965 (dont_see_typename): Comment out.
9966 (bad_parm): Break out abs_or_notype_decl into two rules.
9967
9968Fri Mar 4 18:22:39 1994 Jason Merrill (jason@deneb.cygnus.com)
9969
9970 * decl2.c (reparse_decl_as_casts): New function to change parse
9971 nodes for `(int)(int)(int)' from "function taking int and returning
9972 function taking int and returning function taking int" to "... cast
9973 to int, cast to int, cast to int".
9974
9975 * decl2.c (reparse_decl_as_expr): Recursive function to change
9976 parse nodes for `A()()' from "function returning function returning
9977 A" to "A().operator()".
9978
9979 * parse.y (primary): Replace `typespec LEFT_RIGHT' rule with
9980 `typespec fcast_or_absdcl' rule.
9981 (fcast_or_absdcl): New nonterminal to implement late reduction of
9982 constructs like `A()()()()'.
9983 (typename): Replace `typespec absdcl1' rule with
9984 `typespec direct_abstract_declarator' rule.
9985 (direct_abstract_declarator): Replace `LEFT_RIGHT type_quals' rule
9986 with `fcast_or_absdcl type_quals' rule.
9987
6060a796 9988Fri Mar 4 16:18:03 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9989
9990 * tree.c (lvalue_p): Improve OFFSET_REF handling, so that it
9991 matches Section 5.5.
9992
9993Fri Mar 4 14:01:59 1994 Jason Merrill (jason@deneb.cygnus.com)
9994
9995 * error.c (dump_type_prefix): Don't print basetype twice for
9996 pmfs.
9997
6060a796 9998Fri Mar 4 13:24:33 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
9999
10000 * typeck.c (convert_arguments): Handle setHandler(A::handlerFn)
10001 so that it is like setHandler(&A::handlerFn). Cures an `invalid
10002 lvalue in unary `&''.
10003
10004Fri Mar 4 11:15:59 1994 Jason Merrill (jason@deneb.cygnus.com)
10005
10006 * gxxint.texi (Copying Objects): New section discussing default
10007 op= problems with virtual inheritance.
10008
10009 * decl2.c (grokoptypename): Just does grokdeclarator and
10010 build_typename_overload, since the parser can't call grokdeclarator
10011 directly.
10012
10013 * method.c (build_typename_overload): Set IDENTIFIER_GLOBAL_VALUE
10014 and TREE_TYPE on generated identifiers.
10015
10016 * decl.c (grokdeclarator): Don't deal with TYPE_EXPRs anymore.
10017
10018 * parse.y (parm): Convert `const char *' to `__opPCc' here.
10019
10020 * error.c (dump_decl): Say sorry rather than my_friendly_aborting
10021 if we can't figure out what to do.
10022 (dump_type*): Ditto.
10023
10024 * typeck2.c (build_m_component_ref): 'component' is an expr, not
10025 a decl. Also move the IS_AGGR_TYPE check after the stripping of
10026 REFERENCE_TYPE.
10027
6060a796 10028Fri Mar 4 04:46:05 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10029
10030 * call.c (build_method_call): Handle b->setHandler(A::handlerFn)
10031 so that it is like b->setHandler(&A::handlerFn). Cures an `invalid
10032 lvalue in unary `&''.
10033
10034Thu Mar 3 12:38:15 1994 Jason Merrill (jason@deneb.cygnus.com)
10035
10036 * parse.y: Add precedence specification for START_DECLARATOR.
10037 (type_quals): Move before primary.
10038 (typename): Move before typed_declspecs, add 'typespec absdcl1' rule.
10039
10040 * decl2.c (grokoptypename): Lose.
10041
10042 * decl.c (grokdeclarator): Parse TYPE_EXPRs in the initial scan,
10043 rather than waiting until later.
10044
10045Wed Mar 2 14:12:23 1994 Jason Merrill (jason@deneb.cygnus.com)
10046
10047 * parse.y (unary_expr): Use 'typename' in 'new' rules, rather
10048 than expanding it inline.
10049 (typename): Expand empty option of (former) absdcl inline.
10050 (abs_or_notype_decl): Ditto.
10051 (absdcl): Lose empty rule.
10052 (conversion_declarator): New nonterminal for 'typename' of 'operator
10053 typename'.
10054 (operator_name): Use it instead of absdcl.
10055
10056 * parse.y: Add precedence declarations for SCOPED_TYPENAME,
10057 TYPEOF, and SIGOF.
10058 (typed_declspecs): Accept typed_typespecs, rather than typespec
10059 directly. Add rules with reserved_typespecquals.
10060 (reserved_declspecs): Don't accept typespecqual_reserved at the
10061 beginning of the list. The typed_declspecs rule will deal with this
10062 omission.
10063 (declmods): Accept nonempty_type_quals, rather than TYPE_QUAL
10064 directly.
10065
10066 * parse.y (direct_notype_declarator,
10067 direct_after_type_declarator, direct_abstract_declarator): Split up
10068 the declarator1 nonterminals to match the draft standard and avoid
10069 ambiguities.
10070 (new_type_id, new_declarator, direct_new_declarator,
10071 new_member_declarator): New nonterminals to implement the subset of
10072 'typename' allowed in new expressions.
10073 (unary_expr): Use new_type_id instead of typename.
10074 (after_type_declarator1, absdcl1): Fix semantics of member pointers.
10075 (abs_member_declarator, after_type_member_declarator): Lose.
10076
10077 * parse.y (absdcl1): Don't require parens around
10078 abs_member_declarator.
10079 (abs_member_declarator): Lose see_typename from rules.
10080 (after_type_member_declarator): Ditto.
10081
10082 * tree.c (get_identifier_list): New function, containing code
10083 previously duplicated in get_decl_list and list_hash_lookup_or_cons.
10084 (get_decl_list): Use it.
10085 (list_hash_lookup_or_cons): Ditto.
10086
10087 * parse.y (typed_declspecs, declmods): It's not necessary to hash
10088 the declspecs on class_obstack, so don't. This way typed_typespecs
10089 can reduce to typed_declspecs.
10090
10091Wed Mar 2 14:29:18 1994 Jason Merrill (jason@cygnus.com)
10092
10093 * cvt.c (build_up_reference): If we aren't checking visibility,
10094 also allow base->derived conversions.
10095
10096Mon Feb 28 15:14:29 1994 Per Bothner (bothner@kalessin.cygnus.com)
10097
10098 * typeck.c (build_c_cast): Remove bogus hack when converting
10099 to a reference type.
10100
10101 * cp-tree.h (lang_decl::vbase_init_list, DECL_VBASE_INIT_LIST):
10102 Removed, not used.
10103 (lang_stype::methods, lang_decl::next_method): New fields.
10104 (CLASSTYPE_METHODS, DECL_NEXT_METHOD): New macros.
10105 * decl.c (duplicate_decls): Preserve DECL_NEXT_METHOD.
10106
10107 * cp-tree.h, decl2.c (flag_vtable_hack): New flag.
10108 * decl2.c (finish_vtable_vardecl): If flag_vtable_hack,
10109 and !CLASSTYPE_INTERFACE_KNOWN, try to use the presence of
10110 a non-inline virtual function to control emitting of vtables.
10111 * class.c (finish_struct): Build CLASSTYPE_METHODS list.
10112 * search.c (build_vbase_vtables_init): Don't assemble_external
10113 (yet) if flag_vtable_hack.
10114 * class.c (build_vfn_ref): Ditto.
10115
10116Mon Feb 28 14:54:13 1994 Jason Merrill (jason@deneb.cygnus.com)
10117
10118 * parse.y (component_decl): Don't include "typed_declspecs
10119 declarator ';'" speedup, since it breaks enums.
10120
10121Fri Feb 25 15:43:44 1994 Per Bothner (bothner@kalessin.cygnus.com)
10122
10123 * class.c (finish_struct): Minor optimization for building
10124 fn_fields list.
10125
10126Fri Feb 25 15:23:42 1994 Jason Merrill (jason@deneb.cygnus.com)
10127
10128 * decl.c (start_function): Fix detection of function overloading.
10129
6060a796 10130Thu Feb 24 22:26:19 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10131
10132 * lex.c (check_newline): #pragma interface can take a string
10133 argument, just like #pragma implementation. #pragma implementation
10134 checks for garbage on the line, line #pragma interface does. Main
10135 input files do not auto implement like named files, #pragma
10136 implementation must be used explicitly.
10137
10138Thu Feb 24 17:09:01 1994 Jason Merrill (jason@deneb.cygnus.com)
10139
10140 * parse.y (components): Handle list of one again.
10141 (notype_components): Ditto.
10142 (after_type_declarator1): Take maybe_raises out again.
10143
10144 * gxxint.texi (Parser): Document additional r/r conflict.
10145
10146Wed Feb 23 14:42:55 1994 Jason Merrill (jason@deneb.cygnus.com)
10147
10148 * gxxint.texi (Parser): Add node.
10149
10150 * Makefile.in (stamp-parse): Update expected conflict count.
10151
10152 * parse.y (various): Replace "declmods declarator" with "declmods
10153 notype_declarator". The comment saying that "declmods declarator ';'"
10154 corresponds to "int i;" was wrong; it corresponds to "const i;".
10155 (component_decl): Add "typed_declspecs declarator ';'" rule; this
10156 *does* correspond to "int i;". Change "declmods components" to
10157 "declmods notype_components".
10158 (components): Don't deal with a list of one anymore.
10159 (notype_components): New nonterminal, corresponds to notype_declarator.
10160 ({after_,no}type_component_decl{,0}): More new nonterminals.
10161 ({after_,no}type_declarator): Fold in START_DECLARATOR token.
10162 Eliminates four reduce/reduce conflicts.
10163
10164 (expr): Depend on nontrivial_exprlist instead of nonnull_exprlist.
10165 (nontrivial_exprlist): New nonterminal: A list of at least two
10166 expr_no_commas's.
10167 (nonnull_exprlist): Depend on nontrival_exprlist.
10168 Eliminates four reduce/reduce conflicts.
10169
10170 (named_class_head): Move intermediate code block into separate
10171 nonterminal so that we can stick %prec EMPTY on it.
10172
10173 Add more %prec EMPTY's to eliminate remaining shift/reduce
10174 conflicts.
10175
10176 (after_type_declarator): Add maybe_raises to fndecl rules.
10177 (after_type_declarator_no_typename): Remove.
10178 For correctness.
10179
10180 Document remaining reduce/reduce conflicts.
10181
10182Tue Feb 22 12:10:32 1994 Jason Merrill (jason@deneb.cygnus.com)
10183
10184 * search.c (get_base_distance): Only bash BINFO_INHERITANCE_CHAIN
10185 (TYPE_BINFO (type)) if we care about the path.
10186
10187 * tree.c (lvalue_p): A COND_EXPR is an lvalue if both of the
10188 options are.
10189
6060a796 10190Mon Feb 21 19:59:40 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10191
10192 * Makefile.in (mostlyclean): lex.c is a source file, don't
10193 remove.
10194
10195Sat Feb 19 01:27:14 1994 Jason Merrill (jason@deneb.cygnus.com)
10196
10197 * parse.y: Eliminate 20 shift/reduce conflicts.
10198
10199Fri Feb 18 11:49:42 1994 Jason Merrill (jason@deneb.cygnus.com)
10200
10201 * pt.c (type_unification): Add subr argument; if set, it means
10202 that we are calling ourselves recursively, so a partial match is OK.
10203 (unify): Support pointers to methods and functions.
10204 (tsubst): Support method pointers.
10205 * decl.c (build_ptrmemfunc_type): No longer static, so that
10206 tsubst can get at it.
10207
10208 * init.c (is_aggr_typedef): Pretend template type parms are
10209 aggregates.
10210 * decl2.c (build_push_scope): If cname refers to a template type
10211 parm, just grin and nod.
10212
10213 * call.c (build_overload_call_real): Pass subr argument to
10214 type_unification.
10215 * pt.c (do_function_instantiation): Ditto.
10216 * class.c (instantiate_type): Ditto.
10217
10218 * search.c (get_base_distance): If BINFO is a binfo, use it and
10219 don't mess with its BINFO_INHERITANCE_CHAIN.
10220
10221 * cvt.c (convert_to_reference): Fix temporary generation.
10222 If ambiguous, return error_mark_node.
10223
10224 * init.c (build_new): Put back some necessary code.
10225
10226Thu Feb 17 15:39:47 1994 Jason Merrill (jason@deneb.cygnus.com)
10227
10228 * init.c (build_new): Deal with array types properly.
10229
10230 * search.c (get_binfo): Become a shell for get_base_distance.
10231 (get_binfo_recursive): Lose.
10232 (get_base_distance_recursive): Find the path to the via_virtual base
10233 that provides the most access.
10234 (get_base_distance): Ditto.
10235
10236 * parse.y (explicit_instantiation): Syntax is 'template class
10237 A<int>', not 'template A<int>'.
10238
10239 * typeck.c (convert_for_initialization): Remove bogus warning.
10240
10241 * parse.y (datadef): Revert patch of Oct 27.
10242
10243Thu Feb 17 15:12:29 1994 Per Bothner (bothner@kalessin.cygnus.com)
10244
10245 * class.c (build_vfn_ref): Cast delta field to ptrdiff_type_node,
10246 rather than integer_type_node. Does wonders for the Alpha.
10247
10248Thu Feb 17 13:36:21 1994 Jason Merrill (jason@deneb.cygnus.com)
10249
10250 * decl.c (build_ptrmemfunc_type): Make sure that the pmf type
10251 goes onto the same obstack as its target type.
10252
10253Wed Feb 16 00:34:46 1994 Jason Merrill (jason@deneb.cygnus.com)
10254
10255 * cvt.c (convert_to_reference): If converting via constructor
10256 on local level, go back to build_cplus_new approach.
10257
10258 * tree.c (build_cplus_new): If with_cleanup_p, set cleanup slot
10259 to error_mark_node to prevent expand_expr from building a cleanup
10260 for this variable.
10261
10262 * lex.c (default_assign_ref_body): Return *this from the memcpy
10263 version, too.
10264
10265 * decl.c (grok_reference_init): Just return if called with
10266 error_mark_node, don't worry about initializing non-const reference
10267 with temporary.
10268
10269 * cvt.c (convert_to_reference): Do the right thing for
10270 non-aggregate reference conversions, pedwarn when generating a
10271 non-const reference to a temporary.
10272
10273 * class.c (finish_struct): TYPE_HAS_COMPLEX_{INIT,ASSIGN}_REF and
10274 TYPE_NEEDS_CONSTRUCTING all depend on TYPE_USES_VIRTUAL_BASECLASSES
10275 again.
10276
10277Tue Feb 15 19:47:19 1994 Jason Merrill (jason@deneb.cygnus.com)
10278
10279 * decl.c (grok_reference_init): Pawn off a lot of the work on
10280 convert_to_reference. Generally do the right thing.
10281
10282 * cvt.c (convert_to_reference): Conform to the initial comment;
10283 i.e. don't create temps if decl != error_mark_node. Handle
10284 cleanups better for temps that do get created. Don't pretend
10285 that we can use an 'A' to initialize a 'const double &' just by
10286 tacking on a NOP_EXPR. Support LOOKUP_SPECULATIVELY.
10287
10288 * call.c (build_method_call): Set TREE_HAS_CONSTRUCTOR on
10289 constructor calls.
10290
10291Mon Feb 14 14:50:17 1994 Jason Merrill (jason@deneb.cygnus.com)
10292
10293 * decl.c (grok_reference_init): Make a temporary for initializing
10294 const reference from constant expression.
10295
10296Mon Feb 14 11:31:31 1994 Per Bothner (bothner@kalessin.cygnus.com)
10297
10298 * cp-tree.h, decl.c (set_identifier_local_value): Deleted function.
10299 * decl.c (pushdecl): Define decl in correct binding_level
10300 (which isn't always the inner_binding_level).
10301
10302 * cvt.c (build_up_reference): Don't ever call expand_aggr_init.
10303 It's ugly, and I don't think it's the right thing to do.
10304
10305 * cp-tree.h, class.c, decl.c, decl2.c, sp/search.c:
10306 Remove NEW_CLASS_SCOPING, assuming it is always 1.
10307 * decl.c (pop_decl_level): Removed; manually inlined.
10308
10309Sun Feb 13 19:04:56 1994 Jason Merrill (jason@deneb.cygnus.com)
10310
10311 * class.h (candidate): Add basetypes field.
10312
10313 * call.c (build_method_call): Do access checking after choosing a
10314 function, not before.
10315
10316 * Makefile.in (cvt.o, call.o, method.o): Depend on class.h.
10317 (mostlyclean): Remove ../cc1plus.
10318
10319Fri Feb 11 11:52:26 1994 Jason Merrill (jason@deneb.cygnus.com)
10320
10321 * class.c (finish_struct): Don't allow adjusting access to a field
10322 of a base class if a local field has the same name.
10323
10324 * error.c (dump_type_prefix): Output basetype for METHOD_TYPEs.
10325
10326hu Jan 13 17:55:51 EST 1994 Gnanasekaran Swaminathan (gs4t@virginia.edu)
10327
63718c49 10328 * cp-tree.h (DESTRUCTOR_NAME_P): do not confuse AUTO_TEMP names
7177d104
MS
10329 with destructor names when either NO_DOLLAR_IN_LABEL or
10330 NO_DOT_IN_LABEL are not defined.
10331
10332 Now `template <class T, T f(T&), const T*> class A {...}' works.
10333
10334 * pt.c (grok_template_type): substitute template parm types
10335 with actual types in complex type as well.
10336 (coerce_template_parms): update the grok_template_type ()
10337 function call.
10338
10339 * pt.c (tsubst): Traverse method list using DECL_CHAIN.
10340
10341 * decl.c (grok_op_properties): Allow operator++/-- to have
10342 default arguments.
10343
10344 * typeck2.c (store_init_value): Don't abort when called to
10345 initialize a type that needs constructing with a CONSTRUCTOR.
10346
10347 * init.c (expand_aggr_init_1, CONSTRUCTOR case): If
10348 store_init_value fails, build and expand an INIT_EXPR. If
10349 store_init_value succeeds, call expand_decl_init.
10350
6060a796 10351Fri Feb 11 02:49:23 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10352
10353 * class.c (build_vbase_path): Use complete_type_p instead of
10354 resolves_to_fixed_type_p to determine if the virtual bases are in
10355 their right place for the type of expr. Cures problem of thinking a
10356 virtual base class is one place, when it is in fact someplace else.
10357
6060a796 10358Fri Feb 11 00:26:46 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10359
10360 * init.c (resolve_offset_ref): Make sure we first convert to
10361 intermediate type, if given, when dealing with members off `this'.
10362 Solves an incorrrect `type `foo' is not a base type for type
10363 `multiple'' when it is infact, a base type.
10364
6060a796 10365Thu Feb 10 21:49:35 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10366
10367 * class.c (modify_other_vtable_entries): Use get_binfo, instead
10368 of binfo_value. Solves problem with compiler giving a `base class
10369 `B' ambiguous in binfo_value (compiler error)' on complex MI
10370 herarchies, when a virtual function is first defied in a virtual
10371 base class.
10372
6060a796 10373Thu Feb 10 17:19:32 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10374
10375 * class.c (build_vbase_path): Don't complain about ambiguous
10376 intermediate conversion when converting down to a virtual base
10377 class, even if they might seem to be ambiguous.
10378
10379Thu Feb 10 12:18:26 1994 Jason Merrill (jason@deneb.cygnus.com)
10380
10381 * typeck2.c (build_functional_cast): #if 0 out constructor
10382 inheritance code, improve error messages.
10383
10384 * class.c (finish_base_struct): Complain about base with only
10385 non-default constructors in derived class with no constructors.
10386
10387 * decl.c (grokdeclarator): Fix detection of virtual new/delete.
10388
6060a796 10389Wed Feb 9 22:02:32 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10390
10391 * search.c (build_mi_virtuals, add_mi_virtuals,
10392 report_ambiguous_mi_virtuals): Removed unneeded code.
10393 * class.c (finish_struct_bits): Ditto.
10394
10395Wed Feb 9 11:27:17 1994 Jason Merrill (jason@deneb.cygnus.com)
10396
10397 * pt.c (end_template_instantiation): Push decl before
10398 pop_from_top_level.
10399
10400 * typeck2.c (build_m_component_ref): Make sure datum is of
10401 aggregate type.
10402
10403 * init.c (get_type_value): New function, returns
10404 IDENTIFIER_TYPE_VALUE or IDENTIFIER_CLASS_TYPE_VALUE or NULL_TREE.
10405
10406 * call.c (build_method_call): Don't die on call to destructor for
10407 non-type.
10408
10409 * decl.c (grokdeclarator): Complain about virtual op new and op
10410 delete, make static virtuals unvirtual instead of unstatic.
10411
10412 * typeck.c (build_c_cast): Also call default_conversion on
10413 methods.
10414
10415 * decl.c (grokdeclarator): Don't complain about anonymous
10416 bitfields.
10417
10418 * parse.y (simple_stmt, for loops): Move the continue point after
10419 the cleanups.
10420
10421 * class.c (finish_struct): Fix setting of
10422 TYPE_HAS_COMPLEX_INIT_REF.
10423
10424Tue Feb 8 13:21:40 1994 Jason Merrill (jason@deneb.cygnus.com)
10425
10426 * init.c (build_new): Deal with `new double (1)'.
10427
10428 * class.c (finish_struct): TYPE_HAS_COMPLEX_*_REF are supersets of
10429 TYPE_HAS_REAL_*_REF, but TYPE_HAS_COMPLEX_INIT_REF is independent of
10430 TYPE_NEEDS_CONSTRUCTING.
10431
10432 * decl.c (duplicate_decls): Propagate access decls.
10433
10434 * typeck2.c (process_init_constructor): Accept empty_init_node
10435 for initializing unions.
10436
10437 * class.c, lex.c, cp-tree.h: Use
10438 TYPE_HAS_COMPLEX_ASSIGN_REF where TYPE_HAS_REAL_ASSIGN_REF was used
10439 before, use TYPE_HAS_COMPLEX_INIT_REF for TYPE_NEEDS_CONSTRUCTING in
10440 some places.
10441
10442 * decl.c (finish_decl): Don't complain about uninitialized const
10443 if it was initialized before.
10444
10445Mon Feb 7 18:12:34 1994 Jason Merrill (jason@deneb.cygnus.com)
10446
10447 * lex.c (default_assign_ref_body): Don't deal with vbases for
10448 now.
10449
10450 * decl.c (finish_decl): Fix reversed logic for objects and other
10451 things that need to be constructed but have no initializer.
10452
10453 * class.c (finish_struct): Don't set TYPE_HAS_* flags that are
10454 set by grok_op_properties or finish_decl.
10455
10456 * decl.c: Don't warn about extern redeclared inline unless
10457 -Wextern-inline is given.
10458 * decl2.c (lang_decode_option): Ditto.
10459 * cp-tree.h: Ditto.
10460
10461Mon Feb 7 17:29:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
10462
10463 * decl.c (pushdecl_with_scope): Fix thinko. Add forward
10464 declaration.
10465
10466 * decl.c (pushdecl_with_scope): New function.
10467 * decl.c (pushdecl_top_level): Use new function.
10468 * decl.c (pushtag): Initialize newdecl.
10469 * decl.c (pushtag): Push new type decl into correct scope.
10470
10471Mon Feb 7 14:42:03 1994 Jason Merrill (jason@deneb.cygnus.com)
10472
10473 * call.c, cvt.c, init.c, search.c, cp-tree.h:
10474 Eradicate LOOKUP_PROTECTED_OK.
10475
10476Mon Feb 7 13:57:19 1994 Per Bothner (bothner@kalessin.cygnus.com)
10477
10478 * decl.c (pushtag, xref_tag), cp-tree.h: Add extra parameter
10479 'globalize' to signify implicit declarations.
10480 * decl.c (globalize_nested_type, maybe_globalize_type): Removed.
10481 * decl.c (set_identifier_type_value_with_scope): New function.
10482 * decl.c (set_identifier_local_value): Simplify.
10483 * spew.c (yylex, do_addr): Modify to return a _DEFN if a
10484 forward declaration (followed by ';' and not preceded by 'friend').
10485 * class.c, decl.c, except.c, init.c, parse.y,
10486 pt.c, search.c: Add new argument to calls to xref_tag and
10487 pushtag.
10488
10489Mon Feb 7 00:22:59 1994 Jason Merrill (jason@deneb.cygnus.com)
10490
10491 * cp-tree.h (ACCESSIBLY_UNIQUELY_DERIVED_P): New macro, means what
10492 ACCESSIBLY_DERIVED_FROM_P meant before.
10493 (ACCESSIBLY_DERIVED_FROM_P): Now disregards ambiguity.
10494
10495 * cvt.c (build_up_reference): Call get_binfo with PROTECT == 1.
10496
10497 * search.c (get_base_distance_recursive): Members and friends of
10498 a class X can implicitly convert an X* to a pointer to a private or
10499 protected immediate base class of X.
10500 (get_binfo_recursive): Ditto.
10501 (get_base_distance): Ignore ambiguity if PROTECT < 0.
10502 (get_binfo): Lose multiple values of PROTECT.
10503 (compute_access): Protected is OK if the start of the
10504 search is an accessible base class of current_class_type.
10505
10506 * method.c (build_opfncall): Do check access on operator new here.
10507
10508 * decl.c (finish_function): Don't check access on operator new
10509 here.
10510
10511Sun Feb 6 14:06:58 1994 Jason Merrill (jason@deneb.cygnus.com)
10512
10513 * decl.c (xref_tag): The base of a derived struct is NOT always
10514 public. Duh.
10515
10516 * pt.c (do_explicit_instantiation): New function, called from
10517 parser to do explicit function instantiation.
10518 (type_unification): Allow the args list to be terminated with
10519 void_list_node.
10520 (do_pending_expansions): Look at i->interface for non-member
10521 templates.
10522
10523 * parse.y (datadef): Move explicit_instantiation here.
10524 (structsp): From here.
10525 (datadef): Complain about `int;'.
10526
10527Sun Feb 6 12:33:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
10528
10529 * pt.c (end_template_instantiation), cp-tree.h: Remove unused
10530 second parameter, and simplify first from a TREE_LIST where
10531 we only care about its TREE_VALUE to just the value (an IDENTIFIER).
10532 * pt.c (instantiate_member_templates): Simplify argument list
10533 from a TREE_LIST to just an IDENTIFIER.
10534 * lex.c (yyprint): PRE_PARSED_CLASS_DECL is now just an IDENTIFIER.
10535 * parse.y (template_instantiate_once): Simplify accordingly.
10536 * decl.c (inner_binding_level): New. Use various places to
10537 simplify.
10538
10539Sun Feb 6 02:49:37 1994 Jason Merrill (jason@deneb.cygnus.com)
10540
10541 * typeck2.c (build_functional_cast): int() -> int(0).
10542
10543Sat Feb 5 00:53:21 1994 Jason Merrill (jason@deneb.cygnus.com)
10544
10545 * class.c (finish_struct): Don't do a bitwise copy for op= if the
10546 class has a virtual function table.
10547
10548 * typeck.c (convert_for_initialization): Restore warnings about
10549 not using defined op=. Should really be my_friendly_aborts, I
10550 s'pose.
10551
10552Fri Feb 4 14:21:00 1994 Jason Merrill (jason@deneb.cygnus.com)
10553
10554 * class.c (finish_struct): Tidy up conditions for doing bitwise
10555 copies of objects.
10556
10557 * decl.c (build_default_constructor): #if 0 out.
10558
10559 * *: Eradicate TYPE_GETS_{ASSIGNMENT,ASSIGN_REF,CONST_ASSIGN_REF,
10560 CONST_INIT_REF}, TYPE_HAS_REAL_CONSTRUCTOR.
10561
10562 * decl.c (grokdeclarator): Don't return void_type_node for
10563 friends being defined here.
10564
10565 * init.c (perform_member_init): Only do the init if it's useful.
10566
10567 * lex.c (default_copy_constructor_body): If we don't need to do
10568 memberwise init, just call __builtin_memcpy.
10569 (default_assign_ref_body): Ditto.
10570
10571 * decl.c (grokdeclarator): If friendp && virtualp, friendp = 0.
10572
6060a796 10573Fri Feb 4 13:02:56 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10574
10575 * lex.c (reinit_parse_for_method, cons_up_default_function):
10576 Don't give warn_if_unknown_interface warning when it came from a
10577 system header file.
10578 * pt.c (end_template_decl, instantiate_template): Ditto.
10579 * decl.c (start_decl): Ditto.
10580
10581Fri Feb 4 00:41:21 1994 Jason Merrill (jason@deneb.cygnus.com)
10582
10583 * decl.c (grokdeclarator): Don't try to set TYPE_WAS_ANONYMOUS on
10584 enums.
10585
10586 * decl2.c (constructor_name_full): Use IS_AGGR_TYPE_CODE instead of
10587 IS_AGGR_TYPE, since we don't know it's a type.
10588
10589Thu Feb 3 11:36:46 1994 Jason Merrill (jason@deneb.cygnus.com)
10590
10591 * decl.c (grokdeclarator): Don't complain about anonymous unions.
10592
10593 * cp-tree.h (TYPE_WAS_ANONYMOUS): This struct was originally
10594 anonymous, but had a name given to it by a typedef.
10595
10596 * decl.c (grokdeclarator): When renaming an anonymous struct, set
10597 TYPE_WAS_ANONYMOUS.
10598
10599 * decl2.c (constructor_name_full): Use TYPE_WAS_ANONYMOUS.
10600
10601 * cp-tree.h (DECL_UNDEFINED_FRIENDS): #if 0 out.
10602
10603 * init.c (xref_friend): Don't set up DECL_UNDEFINED_FRIENDS.
10604 (embrace_waiting_friends): Don't use DECL_UNDEFINED_FRIENDS.
10605
10606 * decl.c (grokdeclarator): Set TYPE_NESTED_NAME properly on nested
10607 anonymous structs that get typedef'd.
10608
10609 * decl.c (grokdeclarator): Always return void_type_node for
10610 friends.
10611
10612 * error.c (dump_function_decl): Don't use DECL_CLASS_CONTEXT for
10613 friends.
10614 (dump_function_decl): Don't print out default args for
10615 a function used in an expression.
10616
10617 * decl.c (grokdeclarator): Give error on abstract declarator used
10618 in an invalid context (i.e. `void (*)();').
10619
10620 * error.c (cp_line_of): Support _TYPE nodes.
10621 (cp_file_of): Ditto.
10622
10623 * cvt.c (build_up_reference): Don't abort if passed a SAVE_EXPR;
10624 it can happen for the RHS of an assignment stmt where the LHS is
10625 a COND_EXPR.
10626
10627 * init.c (expand_aggr_init_1): Deal with bracketed initializer
10628 lists properly.
10629
10630 * class.c (finish_struct): Deal with enumerators and typedefs
10631 again.
10632
10633Wed Feb 2 11:30:22 1994 Jason Merrill (jason@deneb.cygnus.com)
10634
10635 * class.c (finish_struct): Tidy up loop over fields.
10636
10637 * errfn.c (cp_thing): Don't advance twice after a format.
10638
10639 * class.c (finish_struct): Complain about needing a constructor
10640 if a member has only non-default constructors, and don't try to
10641 generate a default constructor.
10642
10643 * decl.c (finish_decl): Also do the constructor thing if
10644 TYPE_NEEDS_CONSTRUCTING is set (for arrays).
10645
10646 * search.c (unuse_fields): New function: mark all fields in this
10647 type unused.
10648 (dfs_unuse_fields): Helper function.
10649
10650 * class.c (pushclass): If the new class is the same as the old
10651 class, still unuse the fields.
10652 (unuse_fields): Move to search.c.
10653
10654 * decl.c (grok_op_properties): Add friendp argument.
10655 (grokfndecl): Pass it.
10656 (start_method): Ditto.
10657
10658 * decl2.c (delete_sanity): Add use_global_delete parameter to catch
10659 ::delete calls.
10660
10661 * parse.y (unary_expr): Pass new parameter to delete_sanity.
10662
10663 * lex.c (default_copy_constructor_body): Don't choke if the union
10664 has no fields.
10665 (default_assign_ref_body): Ditto.
10666
10667 * call.c (compute_conversion_costs_ansi): Do the right thing for
10668 ellipsis matches.
10669
10670 * decl.c (push_to_top_level): Optimize.
10671
10672 * decl.c (start_function): Look for the lexical scope of a friend
10673 in DECL_CLASS_CONTEXT.
10674
10675 * init.c (do_friend): Set DECL_CLASS_CONTEXT on global friends.
10676
10677Tue Feb 1 15:59:24 1994 Jason Merrill (jason@deneb.cygnus.com)
10678
10679 * cp-tree.h (TREE_GETS_PLACED_NEW): New macro.
10680
10681 * init.c (init_init_processing): Don't assign BIN/BID to the
10682 IDENTIFIER_GLOBAL_VALUEs of their respective operators.
10683 (build_new): Check TREE_GETS_PLACED_NEW.
10684
10685 * decl.c (grok_op_properties): Don't set TREE_GETS_NEW for a decl of
10686 op new with placement, set TREE_GETS_PLACED_NEW.
10687
10688 * cp-tree.h (ANON_UNION_P): New macro. Applies to decls.
10689
10690 * class.c (finish_struct): Don't treat anonymous unions like
10691 other aggregate members. Do synthesize methods for unions without
10692 a name, since they may or may not be "anonymous unions".
10693
10694 * decl2.c (grok_x_components): Wipe out memory of synthesized methods
10695 in anonymous unions.
10696
10697 * lex.c (default_copy_constructor_body): Support unions.
10698 (default_assign_ref_body): Ditto.
10699
10700Mon Jan 31 12:07:30 1994 Jason Merrill (jason@deneb.cygnus.com)
10701
10702 * cp-tree.h: Fix documentation of LOOKUP_GLOBAL, add prototypes.
10703
10704 * error.c (args_as_string): New function (%A), like type_as_string
10705 except NULL_TREE -> "..."
10706
10707 * call.c (build_overload_call_real): Fix for new overloading.
10708
10709 * decl.c (grok_op_properties): Set all of the TYPE_OVERLOADS_* flags
10710 here.
10711
10712 * parse.y (operator_name): Instead of here.
10713
10714 * typeck2.c (build_functional_cast): Treat a TREE_LIST as a list
10715 of functions.
10716
10717 * call.c (build_overload_call_real): Support LOOKUP_SPECULATIVELY.
10718
10719 * method.c (build_opfncall): Don't need to massage return value
10720 any more, call build_overload_call with all flags.
10721
10722 * typeck.c (build_x_binary_op): Put back speculative call to
10723 build_opfncall.
10724 (build_x_unary_op): Ditto.
10725 (build_x_conditional_expr): Ditto.
10726
6060a796 10727Mon Jan 31 10:00:30 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10728
10729 * cvt.c (build_type_conversion_1): Change call to pedwarn into
10730 warning, and conditionalize upon warn_cast_qual.
10731
10732Fri Jan 28 11:48:15 1994 Jason Merrill (jason@deneb.cygnus.com)
10733
10734 * search.c (lookup_field): If xbasetype is a binfo, copy it to
10735 avoid clobbering its inheritance info.
10736
10737 * call.c (build_method_call): Don't overwrite basetype_path with
10738 TYPE_BINFO (inst_ptr_basetype) if they have the same type.
10739
10740 * search.c (compute_access): Fix handling of protected inheritance
10741 and friendship with the enclosing class.
10742
10743 * typeck2.c (store_init_value): Allow passing of TREE_CHAIN for
10744 initialization of arbitrary variable.
10745
10746 * typeck2.c (build_functional_cast): Only try calling a method if
10747 one exists.
10748
10749 * decl.c (grokdeclarator): Move handling of constructor syntax
10750 initialization into first loop for generality.
10751 (parmlist_is_random): Lose.
10752
10753 * lex.c (cons_up_default_function): Set TREE_PARMLIST on arguments
10754 to default function.
10755
10756Thu Jan 27 19:26:51 1994 Jason Merrill (jason@deneb.cygnus.com)
10757
10758 * decl.c (grokparms): Abort if we get called with something we don't
10759 expect.
10760
6060a796 10761Thu Jan 27 17:37:25 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10762
10763 * call.c (build_overload_call_real): Change argument complain to
10764 flags to match style of rest of code. Pass it down to
10765 build_function_call_real as necessary.
10766 * call.c (build_overload_call, build_overload_call_maybe): Change
10767 argument complain to flags to match style of rest of code.
10768 * cp-tree.h (build_function_call_real): Added fourth flags
10769 argument.
10770 * cvt.c (convert_to_reference): Only give warning messages, if
10771 LOOKUP_COMPLAIN is set.
10772 * typeck.c (build_x_function_call): Change simple complain
10773 argument to build_overload_call_maybe and build_overload_call, to
10774 LOOKUP_COMPLAIN to match style of rest of code.
10775 * typeck2.c (build_functional_cast): Ditto.
10776 * typeck.c (build_function_call_real): Add flags, so that we can
10777 not complain, if we don't want to complain. Complain about
10778 arguments, if we are complaining, otherwise don't.
10779 * typeck.c (build_function_call, build_function_call_maybe):
10780 Stick in flags argument.
10781 * typeck.c (build_x_binary_op, build_x_unary_op,
10782 build_x_conditional_expr, build_x_compound_expr): Follow style of
10783 build_x_indirect_ref, as it is more correct and more common.
10784
10785Thu Jan 27 14:36:20 1994 Jason Merrill (jason@deneb.cygnus.com)
10786
10787 * call.c (build_method_call): Don't check for being called with
10788 a pointer.
10789
10790 * decl2.c (finish_file): Don't play with DECL_CLASS_CONTEXT for the
10791 static initializer function.
10792
10793 * init.c (build_member_call): Use convert_force here, too.
10794
10795 * search.c (compute_access): Only treat static members specially
10796 if they are referenced directly.
10797
10798Wed Jan 26 18:28:14 1994 Jason Merrill (jason@deneb.cygnus.com)
10799
10800 * gxxint.texi (Access Control): New node.
10801
10802 * search.c (current_scope): New function; returns whichever of
10803 current_class_type and current_function_decl is the most nested.
10804 (compute_access): Total overhaul to make it clearer and more
10805 correct. Don't use the cache for now; in the only situation where
10806 it was used before, it gained nothing. This frees up three of the
10807 DECL_LANG_FLAGs for possible other use!
10808
10809 * cp-tree.h: #if 0 out DECL_PUBLIC & friends.
10810
10811 * typeck.c (build_component_ref_1): Don't check DECL_PUBLIC.
10812
10813 * call.c (build_method_call): Use convert_force to cast `this' --
10814 rely on the access checking for the method itself.
10815
10816 * init.c (is_friend): Do the nesting thing, handle types. I am
10817 my own friend.
10818 (is_friend_type): Become a shell for is_friend.
10819 (add_friend): Never stick in ctype.
10820 Why are the friendship functions in init.c, anyway?
10821
6060a796 10822Wed Jan 26 17:50:00 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10823
10824 * cvt.c (build_type_conversion_1): Don't conditionalize call to
10825 pedwarn upon pedantic.
10826
6060a796 10827Wed Jan 26 17:20:46 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10828
10829 * cvt.c (convert_to_reference): Add 8.4.3 checking so that one
10830 gets a warning if one tries to initialize a non-const & from a
10831 non-lvalue.
10832 * cvt.c (convert_to_reference): Use %P format for argument
10833 numbers in warnings.
10834
6060a796 10835Wed Jan 26 14:35:06 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10836
10837 * init.c (build_delete): Follow style in call.c to construct the
10838 virtual call to the desctructor, as that code is right. Fixes a
10839 problem of the compiler saying a pointer conversion is ambiguous.
10840
10841Wed Jan 26 11:28:14 1994 Jason Merrill (jason@deneb.cygnus.com)
10842
10843 * cp-tree.h (VTABLE_NAME_P): Change other occurrence of
10844 VTABLE_NAME_FORMAT to VTABLE_NAME.
10845
10846 * *: s/visibility/access/g
10847
10848Tue Jan 25 18:39:12 1994 Jason Merrill (jason@deneb.cygnus.com)
10849
10850 * typeck.c (build_modify_expr): Don't smash references if INIT_EXPR.
10851
6060a796 10852Tue Jan 25 13:54:29 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10853
10854 * init.c (build_delete): Back out Jan 17th & 18th pacthes, as
10855 they break libg++.
10856
10857Tue Jan 25 13:11:45 1994 Jason Merrill (jason@deneb.cygnus.com)
10858
10859 * decl.c (duplicate_decls): Fix pointer arithmetic.
10860
10861Mon Jan 24 15:50:06 1994 Chip Salzenberg (chip@fin.uucp)
10862
10863 [ cp-* changes propagated from c-* changes in 940114 snapshot ]
10864 * cp-parse.y (maybe_attribute): Allow multiple __attribute__
10865 clauses on a declaration.
10866
10867Mon Jan 24 17:06:23 1994 Jason Merrill (jason@deneb.cygnus.com)
10868
10869 * class.c (finish_struct): Do synthesize methods for anon
10870 structs, just not unions.
10871
10872Mon Jan 24 13:50:13 1994 Kung Hsu (kung@mexican.cygnus.com)
10873
10874 * decl.c (xref_tag): handle anonymous nested type.
10875 * decl.c (globalize_nested_type): add no globalize bit check.
10876 * spew.c (hack_more_ids) : templated nested decl not push top
10877 level.
10878
10879 * parse.y : get rid of 'goto do_components'. It is much better
10880 for debugging.
10881
10882 * decl.c (is_anon_name): get rid of the function and use the
10883 macro ANON_AGGRNAME_P.
10884 * pt.c : ditto.
10885
10886Fri Jan 21 14:06:02 1994 Jason Merrill (jason@deneb.cygnus.com)
10887
10888 * class.c (finish_struct): Don't synthesize any methods for
10889 anonymous structs/unions.
10890
10891 * typeck.c (build_modify_expr): Don't treat pmf's as class objects.
10892
10893Thu Jan 20 18:56:46 1994 Jason Merrill (jason@deneb.cygnus.com)
10894
10895 * method.c (build_opfncall): Call build_indirect_ref on
10896 synthesized instance for operator delete.
10897
10898 * pt.c (type_unification): Don't abort if called with a list of
10899 types in ARGS.
10900
10901 * class.c (instantiate_type): Deal with function templates.
10902
10903Thu Jan 20 16:55:35 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10904
10905 * Makefile.in (CC): Default to cc not gcc.
10906
10907Thu Jan 20 13:47:54 1994 Jason Merrill (jason@deneb.cygnus.com)
10908
10909 * typeck.c (build_modify_expr): Call constructor if appropriate.
10910
10911 * decl.c (push_to_top_level): Clear out class-level bindings cache.
10912
10913Wed Jan 19 13:51:22 1994 Jason Merrill (jason@deneb.cygnus.com)
10914
10915 * call.c (resolve_scope_to_name): Work recursively (previously only
10916 looked down one level).
10917
10918 * lex.c (do_pending_inlines): If we're still dealing with the last
10919 batch of inlines, don't start working on a new one.
10920
10921 * Makefile.in (stamp-parse): Update conflict count.
10922 (TAGS): Fix.
10923
10924 * parse.y (explicit_instantiation): New rule; implements
10925 'template A<int>' syntax (though not 'template foo(int)' yet).
10926 (structsp): Add explicit_instantiation.
10927
10928Tue Jan 18 13:53:05 1994 Jason Merrill (jason@deneb.cygnus.com)
10929
10930 * class.c (finish_struct, etc.): Simplify decision to synthesize
10931 a destructor.
10932
10933 * call.c, class.c, cp-tree.h, decl.c, init.c,
10934 ptree.c, search.c, typeck.c, typeck2.c: Nuke
10935 TYPE_NEEDS_CONSTRUCTOR (change all calls to TYPE_NEEDS_CONSTRUCTING).
10936 * init.c (expand_aggr_init_1): Don't try non-constructor methods
10937 of initializing objects.
10938 (build_new): Don't try other methods if the constructor lookup fails.
10939
10940 * class.c (finish_base_struct): Set cant_have_default_ctor and
10941 cant_synth_copy_ctor properly.
10942 (finish_struct): Ditto.
10943
10944Mon Jan 17 13:58:18 1994 Jason Merrill (jason@deneb.cygnus.com)
10945
10946 * typeck.c (build_modify_expr_1): #if 0 out again.
10947 (build_modify_expr): #if 0 out memberwise init code again.
10948
10949 * lex.c (default_copy_constructor_body): Be const-correct.
10950 (default_assign_ref_body): Ditto.
10951
10952 * init.c (perform_member_init): Use TYPE_HAS_CONSTRUCTOR to decide
10953 whether or not to use it, rather than TYPE_NEEDS_CONSTRUCTING.
10954 (expand_aggr_init): Disable silent conversion from initializer list
10955 to list of args for a constructor.
10956
10957 * class.c (base_info): Lose needs_default_ctor.
10958 (finish_base_struct): Ditto.
10959 (finish_struct): Ditto.
10960
10961 * decl.c (init_decl_processing): Don't turn off flag_default_inline
10962 just because flag_no_inline is on.
10963 (finish_decl): Use TYPE_HAS_CONSTRUCTOR to decide to use
10964 constructor.
10965
10966 * class.c (finish_struct): Synthesize default ctor whenever
10967 allowed.
10968
10969 * Makefile.in (TAGS): Don't try to run etags on cp-parse.y.
10970
6060a796 10971Sat Jan 15 18:34:33 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
10972
10973 * Makefile.in, configure: Handle the C++ front-end in a
10974 subdirectory.
10975 * cp-*: Move C++ front-end to cp/*.
10976
10977Fri Jan 14 14:09:37 1994 Jason Merrill (jason@deneb.cygnus.com)
10978
10979 * cp-typeck.c (build_function_call_real): Modify to match other
10980 instances of taking the address of the function.
10981
10982 * cp-class.c (finish_struct): Set TYPE_HAS_REAL_CONSTRUCTOR to 1 if
10983 there are non-synthesized constructors.
10984 Only set TYPE_NEEDS_CONSTRUCTOR if TYPE_HAS_REAL_CONSTRUCTOR.
10985 Always generate copy constructor if possible.
10986
10987 * cp-tree.h (lang_type): Add has_real_constructor bitfield.
10988 (TYPE_HAS_REAL_CONSTRUCTOR): Define.
10989
10990 * cp-lex.c (default_copy_constructor_body): Use init syntax
10991 for all bases.
10992
10993 * cp-type2.c (store_init_value): Only give error for initializer list
10994 if TYPE_HAS_REAL_CONSTRUCTOR.
10995
10996Thu Jan 13 15:38:29 1994 Jason Merrill (jason@deneb.cygnus.com)
10997
10998 * cp-tree.h (DECL_SYNTHESIZED): Add defn.
10999 (lang_decl): Add synthesized bitfield to decl_flags.
11000
11001 * cp-lex.c (cons_up_default_function): Use DECL_SYNTHESIZED to mark
11002 artificial methods, rather than a line # of 0.
11003
11004Fri Jan 14 18:25:29 1994 Kung Hsu (kung@mexican.cygnus.com)
11005
11006 * cp-decl (xref_tag): fix a bug in conflict type.
11007 * cp-parse.y : add SCOPED_NAME for uninstantiated template nested
11008 type reference.
11009 * cp-spew.c (yylex) : generated SCOPED_NAME token.
11010 * cp-lex.c (yyprint): handle SCOPED_NAME.
11011
6060a796 11012Fri Jan 14 17:00:29 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
11013
11014 * cp-decl.c (pushdecl): Revert patch from Jan 11 19:33:03, as it is
11015 not right.
11016
11017Thu Jan 13 14:00:35 1994 Kung Hsu (kung@mexican.cygnus.com)
11018
11019 * cp-decl2.c (grok_x_components): fix a bug that enum type does not
11020 have type_flags.
11021
6060a796 11022Thu Jan 13 11:39:34 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
11023
11024 Ensure that all vtable pointers are initialized with all the right
11025 values.
11026
11027 * cp-class.c (is_normal): Changed to reflect new meaning of
11028 CLASSTYPE_VFIELD_PARENT.
11029 * cp-class.c (maybe_fixup_vptrs): Use of
11030 CLASSTYPE_NEEDS_VIRTUAL_REINIT here is misguided. Use
11031 BINFO_MODIFIED instead.
11032 * cp-class.c (finish_struct): Changed to reflect new meaning of
11033 CLASSTYPE_VFIELD_PARENT.
11034 * cp-decl.c (get_binfo_from_vfield): Removed, unneeded now.
11035 * cp-decl.c (finish_function): Use init_vtbl_ptrs, instead of open
11036 coding it here.
11037 * cp-init.c (init_vfields): Changed name to init_vtbl_ptrs, and
11038 re-implement.
11039 * cp-init.c (emit_base_init): Use new name init_vtbl_ptrs.
11040 * cp-tree.h (vfield_parent): Changed to integer.
11041 * cp-tree.h (CLASSTYPE_VFIELD_PARENT): Changed docs to reflect new
11042 meaning.
11043 * cp-tree.h (init_vtbl_ptrs): Added init_vtbl_ptrs.
11044
11045Wed Jan 12 18:24:16 1994 Kung Hsu (kung@mexican.cygnus.com)
11046
11047 * cp-decl.c (xref_tag): re-implement globalize nested type.
11048 * cp-decl2.c (grok_x_components): ditto.
11049 * cp-parse.y: ditto.
11050 * cp-tree.h (lang_type): add no_globalize bit in type_flags.
11051
11052Wed Jan 12 14:08:09 1994 Jason Merrill (jason@deneb.cygnus.com)
11053
11054 * cp-decl.c (grokdeclarator): Don't set TREE_PUBLIC on friend
11055 decls with a definition attached.
11056
11057 * cp-typeck.c (build_modify_expr): Undo previous change in the case
11058 of INIT_EXPRs.
11059
11060Tue Jan 11 19:33:03 1994 Jason Merrill (jason@deneb.cygnus.com)
11061
11062 * cp-typeck.c (build_modify_expr): Replace code for generating
11063 assignment semantics for classes with an error.
11064 (build_modify_expr_1): #if 0 out.
11065
11066 * cp-decl.c (pushdecl): Patch bogus design of pushdecl
11067 behavior for overloaded functions (it doesn't push anything).
11068
11069 * cp-class.c (finish_struct): When generating default op=,
11070 set TYPE_HAS_ASSIGNMENT.
11071
6060a796 11072Mon Jan 10 18:48:06 1994 Mike Stump <mrs@cygnus.com>
7177d104
MS
11073
11074 * cp-cvt.c (convert): Make {double, clashing enum} -> enum
11075 invalid.
11076 * cp-typeck.c (convert_for_assignment): Simplify.
11077 * cp-decl2.c (warn_enum_clash): Removed.
11078 * invoke.texi (-Wenum-clash): Removed.
11079 * toplev.c (-Wenum-clash): Removed.
11080
11081Mon Jan 10 17:48:37 1994 Kung Hsu (kung@mexican.cygnus.com)
11082
11083 * cp-decl.c (finish_decl): fix incorrect popclass call.
11084
11085 * cp-decl.c (is_anon_name): new function, check whether the name
11086 is anonymous name generated by compiler.
11087 * cp-decl.c (grokdeclarator): allow nested SCOPE_REF
11088 * cp-spew.c (hack_more_ids): handle nested type in template.
11089 * cp-parse.y : handle nested type reference in uninstantiated
11090 template.
11091 * cp-call.c (build_method_call): handle uninstantiated template
11092 case.
11093 * cp-pt.c (search_nested_type_in_tmpl): new function, search nested
11094 type in template.
11095 * cp-pt.c (lookup_nested_type_by_name): new function, lookup nested
11096 type by name.
11097 * cp-pt.c (tsubst): handle nested type search by name.
11098
11099Mon Jan 10 14:32:18 1994 Jason Merrill (jason@deneb.cygnus.com)
11100
11101 * cp-init.c (build_member_call): Propagate qualifiers to new type.
11102
11103 * cp-call.c (build_method_call): Count functions the new way.
11104
11105Fri Jan 7 19:03:26 1994 Jason Merrill (jason@deneb.cygnus.com)
11106
11107 * cp-decl.c (pushtag): Set DECL_ASSEMBLER_NAME for nested classes,
11108 too.
11109
11110Tue Jan 4 16:45:51 1994 Kung Hsu (kung@cirdan.cygnus.com)
11111
11112 * cp-parse.y: change to handle whether to globalize nested class.
11113 * cp-decl.c(xref_tag, maybe_globalize_type): Ditto.
11114
11115Mon Jan 3 22:22:32 1994 Gerald Baumgartner (gb@cygnus.com)
11116
11117 * Makefile.in cp-call.c cp-class.c cp-cvt.c cp-decl.c cp-decl2.c
11118 cp-error.c cp-init.c cp-lex.c cp-lex.h cp-method.c cp-parse.y
11119 cp-spew.c cp-tree.c cp-tree.h cp-type2.c cp-typeck.c cp-xref.c
11120 gplus.gperf toplev.c: Incorporated C++ signature extension.
11121 * cp-sig.c: New file, contains most of signature processing.
11122 * cp-hash.h: Regenerated from gplus.gperf.
11123
11124 * gcc.1 g++.1: Added explanation for the `-fhandle-signatures'
11125 and `-fno-handle-signatures' command line flags.
11126
11127 * gcc.texi: Changed the last-modification date.
11128 * invoke.texi: Added `-fhandle-signatures' in the list of
11129 C++ language options. Added explanation for this option.
11130
6060a796 11131Tue Dec 28 21:10:03 1993 Mike Stump <mrs@cygnus.com>
7177d104
MS
11132
11133 * cp-init.c (expand_vec_init): Remove comptypes test, as it is too
11134 harsh here.
11135
6060a796 11136Tue Dec 28 13:42:22 1993 Mike Stump <mrs@cygnus.com>
7177d104
MS
11137
11138 * cp-pt.c (do_pending_expansions): Decide to expand a template
11139 member function, based upon it's class type, not the class type of
11140 the first place it was declared.
11141
6060a796 11142Tue Dec 28 05:42:31 1993 Mike Stump <mrs@cygnus.com>
7177d104
MS
11143
11144 * cp-class.c (is_normal): New routine, use to determine when the
11145 given binfo is the normal one. (The one that should have the simple
11146 vtable name.)
11147 * cp-class.c (modify_other_vtable_entries): Use DECL_ASSEMBLER_NAME
11148 to check if two fndecls are `the same'. Sometimes this routine can
11149 modify the main vtable, and normal should be 1, in that case, so use
11150 is_normal() to determine if this is the main vtable for the class.
11151 Don't recurse down virtual bases, as they are shared, and we take
11152 care of them elsewhere.
11153 * cp-class.c (modify_vtable_entries): If we have already updated the
11154 vtable with the new virtual, don't do it again.
11155 * cp-class.c (finish_struct): Set CLASSTYPE_VFIELD_PARENT as
11156 appropriate. Do virtual function overriding in virtual bases, after
11157 normal overriding, so that the base function list in DECL_VINDEX is
11158 not overridden, before we have a chance to run through the list.
11159 Use DECL_ASSEMBLER_NAME to check if two fndecls are `the same'.
11160 Make sure we pass the right address into modify_vtable_entries.
11161 * cp-tree.h (CLASSTYPE_VFIELD_PARENT): New field to indicate which
11162 binfo is the one that has the vtable that we based our vtable on.
11163
11164Fri Dec 24 09:40:52 1993 Michael Tiemann (tiemann@blues.cygnus.com)
11165
11166 * cp-typeck.c (c_expand_start_case): Use default_conversion to
11167 convert expression from reference type if necessary.
11168
11169Wed Dec 22 17:58:43 1993 Jason Merrill (jason@deneb.cygnus.com)
11170
11171 * cp-typeck.c (build_unary_op): Make sure that it's a TREE_LIST before
11172 trying to read its TREE_VALUE.
11173
11174 * cp-class.c (finish_struct_methods): Clear DECL_IN_AGGR_P here.
11175 (finish_struct): Instead of here.
11176
11177Tue Dec 21 14:34:25 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11178
11179 * cp-tree.c (list_hash_lookup_or_cons): Make sure the type doesn't
11180 have TYPE_PTRMEMFUNC_P set before we try to build its
11181 CLASSTYPE_ID_AS_LIST.
11182 (get_decl_list): Likewise, when trying to read it.
11183
11184 * cp-tree.h (VTABLE_NAME): No def with NO_{DOLLAR,DOT} defined.
11185 (VTABLE_NAME_P): Use it instead of VTABLE_NAME_FORMAT.
11186
11187Mon Dec 20 13:35:03 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11188
11189 * cp-typeck.c (rationalize_conditional_expr): New function.
11190 (unary_complex_lvalue): Use it.
11191 (build_modify_expr): Use it, since trying to do an ADDR_EXPR of it
11192 with build_unary_op won't cut it. Don't wrap the COND_EXPR with a
11193 SAVE_EXPR either.
11194
11195 * cp-decl2.c (explicit_warn_return_type): Deleted variable.
11196 (lang_decode_option): Set warn_return_type, not explicit_*, for
11197 -Wreturn-type and -Wall. This is what rest_of_compilation uses to
11198 decide if it should go into jump_optimize or not.
11199 * cp-tree.h (explicit_warn_return_type): Deleted.
11200 * cp-decl.c (grokdeclarator): Use warn_return_type, not explicit_*.
11201 (finish_function): Also complain about no return in a non-void fn if
11202 we're being pedantic (don't rely on use of -Wreturn-type).
11203
11204Fri Dec 17 15:45:46 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11205
11206 * cp-decl.c (grokdeclarator): Forbid declaration of a function as
11207 static if it's being done inside another function.
11208
11209 * cp-search.c (compute_visibility): Check for friendship both ways.
11210
11211Fri Dec 17 14:28:25 1993 Jason Merrill (jason@deneb.cygnus.com)
11212
11213 * cp-cvt.c (build_default_binary_type_conversion): Make error
11214 messages more helpful.
11215
11216 * cp-error.c (op_as_string): New function, returns "operator =="
11217 given EQ_EXPR or suchlike.
11218
11219Fri Dec 17 13:28:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11220
11221 * cp-call.c (print_n_candidates): New function.
11222 (build_overload_call_real): Use it when we complain about a call
11223 being ambiguous.
11224
11225Fri Dec 17 12:41:17 1993 Jason Merrill (jason@deneb.cygnus.com)
11226
11227 * cp-call.c (build_method_call): Fix checking for static call
11228 context.
11229
11230 * cp-method.c (build_opfncall): Call build_indirect_ref on argument
11231 to operator new.
11232
11233 * cp-init.c (build_new): Don't mess with rval when building
11234 indirect ref.
11235
11236Thu Dec 16 16:48:05 1993 Kung Hsu (kung@cirdan.cygnus.com)
11237
11238 * cp-lex.c (default_assign_ref_body): add check when TYPE_NESTED_
11239 NAME(type) may not be exist. It's not a problem for old compiler.
11240
11241Thu Dec 16 14:46:06 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11242
11243 * cp-tree.h (CLASSTYPE_ALTERS_VISIBILITIES_P): Delete macro, it's
11244 never used for anything.
11245 (struct lang_type, member type_flags): Delete field
11246 `alters_visibility', and up `dummy' by 1.
11247 * cp-class.c (finish_base_struct): Delete code that copies the
11248 setting of CLASSTYPE_ALTERS_VISIBILITIES_P.
11249 (finish_struct): Delete code that sets it.
11250
11251Thu Dec 16 14:44:39 1993 Jason Merrill (jason@deneb.cygnus.com)
11252
11253 * cp-decl.c, cp-init.c, cp-typeck.c: Fix arguments to
11254 build_method_call that I messed up before.
11255
11256 * cp-search.c (get_base_distance): If protect > 1, allow immediate
11257 private base.
11258
11259 * cp-class.c (finish_base_struct): Set cant_synth_* correctly.
11260 (finish_struct): Ditto. Well, nigh-correctly; it won't deal
11261 properly with the case where a class contains an object of an
11262 ambiguous base class which has a protected op=. Should be fixed
11263 when the access control code gets overhauled.
11264 (finish_struct_methods): Set TYPE_HAS_NONPUBLIC_* correctly.
11265
11266Thu Dec 16 12:17:06 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11267
11268 * cp-lex.c (real_yylex): Turn the code back on that deals with
11269 __FUNCTION__ and __PRETTY_FUNCTION__. Don't use lookup_name, to
11270 avoid the ambiguity problems that led to it being turned off in the
11271 first place.
11272
11273 * cp-method.c (hack_identifier): Also check for a TYPE_PTRMEMFUNC_P
11274 to see if something is a method.
11275
6060a796 11276Wed Dec 15 18:35:58 1993 Mike Stump <mrs@cygnus.com>
7177d104
MS
11277
11278 * cp-typeck.c (build_modify_expr): Avoid error messages on small
11279 enum bit fields.
11280 * cp-typeck.c (convert_for_assignment): Add missing argument to
11281 cp_warning and cp_pedwarn calls.
11282
11283Wed Dec 15 18:25:32 1993 Jason Merrill (jason@deneb.cygnus.com)
11284
11285 * cp-parse.y (member_init): ANSI C++ doesn't forbid old-style base
11286 initializers; it's just anachronistic.
11287
11288 * cp-decl.c (finish_decl): Don't require external-linkage arrays
11289 to have a complete type at declaration time when pedantic.
11290
11291Tue Dec 14 11:37:23 1993 Jason Merrill (jason@deneb.cygnus.com)
11292
11293 * cp-decl.c (pushdecl): Don't set DECL_CONTEXT if it's already set.
11294
11295 * cp-call.c (build_method_call): Don't dereference pointer given
11296 as instance.
11297
11298 * cp-decl.c (finish_function): Don't pass pointer to
11299 build_method_call.
11300 (finish_function): Ditto.
11301
11302 * cp-typeck.c (build_x_function_call): Ditto.
11303
11304 * cp-method.c (build_component_type_expr): Ditto.
11305
11306 * cp-init.c (build_member_call): Ditto.
11307 (build_new): Ditto.
11308
11309Mon Dec 13 18:04:33 1993 Kung Hsu (kung@cirdan.cygnus.com)
11310
11311 * cp-decl.c (xref_tag): fix regression created by changes made
11312 in Dec. 7 1993.
11313 * cp-decl.c (xref_defn_tag): fix parallel nested class problem.
11314
11315Fri Dec 10 12:40:25 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11316
11317 * cp-call.c (compute_conversion_costs_ansi) [DEBUG_MATCHING]: Print
11318 out the final evaluation of the function, so we can see if ELLIPSIS,
11319 USER, and EVIL were set at the end.
11320
11321 * cp-call.c (convert_harshness_ansi): When the parm isn't an lvalue,
11322 only go for setting TRIVIAL_CODE if we are dealing with types that
11323 are compatible.
11324
6060a796 11325Thu Dec 9 18:27:22 1993 Mike Stump <mrs@cygnus.com>
7177d104
MS
11326
11327 * cp-decl.c (flag_huge_objects): New flag to allow large objects.
11328 * toplev.c (lang_options): Ditto.
11329 * cp-decl2.c (flag_huge_objects, lang_f_options): Ditto.
11330 * cp-decl.c (delta_type_node): New type for delta entries.
11331 * cp-tree.h (delta_type_node): Ditto.
11332 * cp-decl.c (init_decl_processing): Setup delta_type_node.
11333 * cp-decl.c (init_decl_processing, build_ptrmemfunc_type): Use
11334 delta_type_node instead of short_integer_type_node.
11335 * cp-class.c (build_vtable_entry): Ditto.
11336
11337Thu Dec 9 16:19:05 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11338
11339 * cp-tree.h (OPERATOR_TYPENAME_P): Define outside of
11340 NO_{DOLLAR,DOT} macro checks, so it always gets defined.
11341 (VTABLE_NAME_P): Define for NO_DOT && NO_DOLLAR_IN_LABEL.
11342
6060a796 11343Wed Dec 8 17:38:06 1993 Mike Stump <mrs@cygnus.com>
7177d104
MS
11344
11345 * cp-decl.c (finish_decl): Make sure things that can go into
11346 "common", do go into common, if -fcommon is given.
11347
11348Wed Dec 8 13:01:54 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11349
63718c49
GB
11350 * cp-call.c (print_harshness) [DEBUG_MATCHING]: New function.
11351 (compute_conversion_costs_ansi) [DEBUG_MATCHING]: Print out
11352 argument matching diagnostics to make instantly clear what the
11353 compiler is doing.
7177d104
MS
11354
11355 * cp-call.c (convert_harshness_ansi): If the parm isn't an lvalue,
11356 then check to see if the penalty was increased due to
11357 signed/unsigned mismatch, and use a TRIVIAL_CODE if it wasn't.
11358
11359Tue Dec 7 18:29:14 1993 Kung Hsu (kung@cirdan.cygnus.com)
11360
11361 * cp-decl.c (xref_tag, pushtag): Fix nested class search/resolution
11362 problem.
11363
11364Tue Dec 7 16:09:34 1993 Jason Merrill (jason@deneb.cygnus.com)
11365
11366 * cp-class.c (finish_struct): Before synthesizing methods, if no
11367 methods have yet been declared then set nonprivate_method. Don't
11368 set non_private method after synthesizing a method.
11369
11370 * cp-lex.c (extract_interface_info): If flag_alt_external_templates
11371 is set, tie emitted code to the location of template instantiation,
11372 rather than definition.
11373
11374 * cp-tree.h: Declare flag_alt_external_templates.
11375
11376 * cp-decl2.c (lang_decode_option): Support -falt-external-templates.
11377
11378 * toplev.c (lang_options): Ditto.
11379
9e9ff709 11380Mon Oct 4 12:50:02 1993 Chip Salzenberg (chip@fin.uucp)
7177d104 11381
63718c49
GB
11382 [changes propagated from 930810 snapshot]
11383 * cp-decl.c (init_decl_processing): Make long long available for use
11384 as SIZE_TYPE and PTRDIFF_TYPE.
11385 (finish_decl): Allow file-scope static incomplete array.
11386 (grokdeclarator): Don't pass on const and volatile fron function
11387 value type to function type.
11388 Warn here for volatile fn returning non-void type.
11389 * cp-parse.y (attrib): Accept attributes `volatile' with alias
11390 `noreturn', and `const'.
11391 * cp-typeck.c (default_conversion): Don't lose const and volatile.
11392 (build_binary_op_nodefault): Generate pedantic warning for comparison
11393 of complete pointer type with incomplete pointer type.
11394 (build_c_cast): Be careful that null pointer constant be INTEGER_CST.
7177d104
MS
11395
11396Tue Dec 7 10:46:48 1993 Jason Merrill (jason@deneb.cygnus.com)
11397
11398 * cp-init.c (expand_vec_init): When creating a temporary for copying
11399 arrays, use the type of the source, not the target.
11400
11401 * cp-cvt.c (convert): Pass an argument for errtype to
11402 convert_to_reference.
11403
11404 * cp-error.c (dump_expr, COMPONENT_REF & CALL_EXPR): Deal with
11405 methods, -> and `this'.
11406
11407Mon Dec 6 17:12:33 1993 Jason Merrill (jason@deneb.cygnus.com)
11408
11409 * cp-error.c (parm_as_string): New function; returns `this' or arg
11410 number. Corresponds to %P.
11411 (dump_expr): Deal with method calls.
11412
11413 * cp-cvt.c (convert_to_reference): Stop using warn_for_assignment.
11414 * cp-typeck.c (convert_for_assignment): Ditto.
11415 (warn_for_assignment): Lose.
11416
11417Mon Dec 6 11:33:35 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11418
11419 * cp-call.c (ideal_candidate_ansi): Delete code that was never
11420 doing anything useful. Instead, sort once, and DO NOT wipe
11421 out any codes with EVIL_CODE, since that's what we use as a
11422 marker for the end of the list of candidates.
11423
11424 * cp-cvt.c (convert_to_aggr): Make sure to always set H_LEN.
11425
11426Mon Dec 6 12:49:17 1993 Jason Merrill (jason@deneb.cygnus.com)
11427
11428 * cp-init.c (get_aggr_from_typedef): New function, like
11429 is_aggr_typedef but returns the _TYPE.
11430
11431 * cp-call.c, cp-init.c, cp-method.c: Eradicate err_name.
11432
11433Sun Dec 5 18:12:48 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11434
11435 * cp-lex.c (readescape): Pedwarn when a hex escape is out of range.
11436
11437Thu Nov 25 23:50:19 1993 Chip Salzenberg (chip@fin.uucp)
11438
11439 Delay language context change until beginning of next decl.
11440
11441 * cp-lex.h (c_header_level): Removed.
11442 (pending_lang_change): Declared.
11443 * cp-lex.c (c_header_level): Renamed from in_c_header, made static.
11444 (pending_lang_change): Defined.
11445 (check_newline): Rework code that recognizes line number and
11446 filename changes. Instead of pushing and popping lang context,
11447 increment and decrement pending_lang_change.
11448 (do_pending_lang_change): Push and pop lang context according
11449 to value of pending_lang_change.
11450 * cp-parse.y (extdefs): Use lang_extdef instead of extdef.
11451 (extdef): Same as extdef, but call do_pending_lang_change() first.
11452
11453Mon Nov 15 15:39:15 1993 Chip Salzenberg (chip@fin.uucp)
11454
11455 * cp-typeck.c (build_binary_op_nodefault): Warn for ordered
11456 compare of ptr with 0 only if pedantic in both cases.
11457
11458Thu Nov 25 13:31:37 1993 Chip Salzenberg (chip@fin.uucp)
11459
11460 Reinstate the below patch, which got lost in the Cygnus merge:
11461 Tue Nov 23 13:59:24 1993 Hallvard B Furuseth (hbf@durin.uio.no)
11462 * cp-parse.y (maybe_type_qual): Don't fail to set $$.
11463
11464Wed Nov 17 19:03:30 1993 Chip Salzenberg (chip@fin.uucp)
11465
11466 * cp-parse.y (attrib): Allow "ident(ident)" like the C front end.
11467
11468Fri Oct 22 20:43:37 1993 Paul Eggert (eggert@twinsun.com)
11469
11470 * cp-lex.c (real_yylex): Diagnose floating point constants
11471 that are too large.
11472
11473Wed Nov 17 19:10:37 1993 Chip Salzenberg (chip@fin.uucp)
11474
11475 * cp-type2.c (build_functional_cast): ARM page 16: When a class
11476 and an object, function or enumerator are declared in the same
11477 scope with the same name, the class name is hidden.
11478
11479Wed Nov 17 19:07:18 1993 Chip Salzenberg (chip@fin.uucp)
11480
11481 * cp-call.c (convert_harshness_ansi): Distinguish float, double,
11482 and long double from each other when overloading.
11483 (compute_conversion_costs_{ansi,old}, build_method_call,
11484 build_overlay_call_real, convert_to_aggr): Always set and
11485 always use H_LEN member of candidate structure.
11486
11487Mon Oct 11 23:10:53 1993 Chip Salzenberg (chip@fin.uucp)
11488
11489 * cp-decl.c (duplicate_decls): Note redeclarations of library
11490 functions, and generate distinct warnings for them.
11491
11492Mon Oct 4 12:26:49 1993 Chip Salzenberg (chip@fin.uucp)
11493
11494 Support format warnings in G++.
11495
11496 * cp-tree.h: Protect against multiple inclusion.
11497 Declare all public functions in c-common.c (copy from c-tree.h).
11498 (STDIO_PROTO): Define.
11499 (warn_format): Declare.
11500 (record_format_info): Remove declaration.
11501 * cp-decl.c (init_decl_processing): Call init_function_format_info.
11502 * cp-decl2.c (lang_decode_option): Make "-Wall" include warn_format.
11503 * cp-typeck.c (build_function_call_real): Call check_function_format.
11504 (record_format_info): Remove -- obsolete stub.
11505
11506Sat Jul 24 12:04:29 1993 Chip Salzenberg (chip@fin.uucp)
11507
11508 * cp-decl.c (duplicate_decls): Don't warn for non-extern var decl
11509 following an extern one (for -Wredundant-decls).
11510 * cp-parse.y (primary): In statement expression case, if compstmt
11511 returns something other than a BLOCK, return it unchanged.
11512
11513Thu Dec 2 20:44:58 1993 Chip Salzenberg (chip@fin.uucp)
11514
11515 * cp-decl.c (warn_extern_redeclared_static): New function made
11516 from code extracted from pushdecl.
11517 (duplicate_decls, pushdecl): Call new function.
11518 (lookup_name_current_level): Allow for IDENTIFIER_GLOBAL_VALUE
11519 to be a TREE_LIST when function is declared in 'extern "C" {}'.
11520
11521Fri Dec 3 16:01:10 1993 Jason Merrill (jason@deneb.cygnus.com)
11522
11523 * cp-class.c (duplicate_tag_error): Use cp_error.
11524 (finish_base_struct): Check for ambiguity with direct base, and don't
11525 generate op= or copy ctor if it exists.
11526
11527Fri Dec 3 15:32:34 1993 Kung Hsu (kung@cirdan.cygnus.com)
11528
11529 * cp-init.c (expand_member_init): when initializer name is null,
11530 don't try to build it now because emit_base_init will handle it.
11531
11532Fri Dec 3 12:28:59 1993 Jason Merrill (jason@deneb.cygnus.com)
11533
11534 * cp-lex.c (init_lex): Initialize input_filename to "<internal>" for
11535 code such as ExceptionHandler::operator=.
11536
11537Fri Dec 3 10:32:08 1993 Jason Merrill (jason@deneb.cygnus.com)
11538
11539 * cp-decl.c (grokdeclarator): Don't try to print out dname when
11540 complaining about arrays of references if decl_context==TYPENAME,
11541 since it will be null.
11542
11543 * cp-decl2.c: Default to flag_ansi_overloading.
11544
11545Thu Dec 2 18:05:56 1993 Kung Hsu (kung@cirdan.cygnus.com)
11546
11547 * cp-call.c (build_method_call): use binfo from instance if it's
11548 different from binfo (basetype_path) passed from above.
11549
11550Thu Dec 2 12:48:36 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11551
11552Wed Nov 17 19:14:29 1993 Chip Salzenberg (chip@fin.uucp)
11553
11554 cp-error.c (dump_expr): Use unsigned chars to output a
11555 TREE_REAL_CST in hex.
11556
11557Thu Dec 2 11:05:48 1993 Jason Merrill (jason@deneb.cygnus.com)
11558
11559 * cp-class.c (finish_struct): Fix typo in setting
11560 cant_synth_asn_ref.
11561
11562 * cp-tree.h (TYPE_NESTED_NAME): New macro, does
11563 DECL_NESTED_TYPENAME (TYPE_NAME (NODE)).
11564
11565 * cp-lex.c (default_copy_constructor_body): Change
11566 DECL_NAME (TYPE_NAME (btype)) to TYPE_NESTED_NAME (btype).
11567 (default_assign_ref_body): Ditto.
11568 (default_copy_constructor_body): Call operator= explicitly for
11569 base classes that have no constructor.
11570
11571Thu Dec 2 10:47:15 1993 Michael Tiemann (tiemann@blues.cygnus.com)
11572
11573 * cp-call.c (build_method_call): If the instance variable is
11574 converted to error_mark_node when we're trying to convert it to the
11575 base type of a method we're looking up, return error_mark_node.
11576
11577Thu Dec 2 10:41:16 1993 Torbjorn Granlund (tege@cygnus.com)
11578
11579 * cp-typeck.c (build_binary_op_nodefault): In *_DIV_EXPR *_MOD_EXPR
11580 cases, tests for unsigned operands by peeking inside a NOP_EXPR.
11581
11582Wed Dec 1 13:33:34 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11583
11584 * cp-call.c (compute_conversion_costs_ansi): Use the size of struct
11585 harshness_code, not the size of short, for clearing out the
11586 ansi_harshness.
11587
11588 * cp-call.c (print_candidates): New function.
11589 (build_method_call): When we had some candidates, but didn't get a
11590 usable match, don't report that we got an error with the first
11591 candidate. Instead, say there were no matches, and list the
11592 candidates with print_candidates. In the second pass, make sure we
11593 clear out ever_seen, so we can accurately count the number of
11594 functions that qualified.
11595
11596Wed Dec 1 09:53:59 1993 Torbjorn Granlund (tege@cygnus.com)
11597
11598 * cp-typeck.c (build_binary_op_nodefault): Shorten for *_MOD_EXPR
11599 only if op1 is known to be != -1.
11600 (build_binary_op_nodefault): Handle *_DIV_EXPR likewise.
11601
11602Tue Nov 30 14:07:26 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11603
11604 * cp-method.c (hack_identifier): If the field itself is private, and
11605 not from a private base class, say so.
11606
11607Mon Nov 29 03:00:56 1993 Jason Merrill (jason@deneb.cygnus.com)
11608
11609 * cp-decl.c (grokdeclarator): Always warn on initialization of
11610 const member.
11611
11612Wed Nov 24 00:49:35 1993 Jason Merrill (jason@deneb.cygnus.com)
11613
11614 * cp-class.c (finish_struct): Set TYPE_GETS_CONST_* properly.
11615 (finish_base_struct): Set cant_synth_asn_ref properly.
11616
11617 * cp-lex.c (cons_up_default_function): Add section for operator=.
11618 (default_assign_ref_body): New function, mostly cribbed from
11619 default_copy_constructor_body.
11620
11621 * cp-class.c (base_info): Add members cant_synth_copy_ctor,
11622 cant_synth_asn_ref, no_const_asn_ref.
11623 (finish_base_struct): Update no_const_asn_ref, note that you should
11624 update cant_synth_*, propagate TYPE_GETS_ASSIGN_REF.
11625 (finish_struct): Add decls for cant_synth_*, no_const_asn_ref, and
11626 initialize them properly. Set no_const_asn_ref properly. Set
11627 cant_synth_* in some of the situations where they should be set.
11628 Propagate TYPE_GETS_ASSIGN_REF. Use cant_synth_copy_ctor. Add call
11629 to cons_up_default_function for operator=.
11630
6060a796 11631Tue Nov 23 20:24:58 1993 Mike Stump <mrs@cygnus.com>
7177d104
MS
11632
11633 * cp-cvt.c (convert_force): Add code to perform casting of pointer
11634 to member function types.
11635 * cp-typeck.c (build_ptrmemfunc): Add FORCE parameter to indicate
11636 when the conversion should be done, regardless.
11637 * cp-tree.h (build_ptrmemfunc): Ditto.
11638 * cp-type2.c (digest_init): Ditto.
11639 * cp-typeck.c (convert_for_assignment): Ditto.
11640
11641Tue Nov 23 18:06:58 1993 Jason Merrill (jason@deneb.cygnus.com)
11642
11643 * cp-error.c (dump_expr): Do the right thing for variables of
11644 reference type.
11645
11646 * cp-decl.c (grok_op_properties): Set TYPE_HAS_ASSIGN_REF
11647 and its kin properly.
11648 (xref_tag): Propagate TYPE_GETS_ASSIGN_REF.
11649
6060a796 11650Tue Nov 23 12:26:13 1993 Mike Stump <mrs@cygnus.com>
7177d104
MS
11651
11652 * cp-method.c (build_opfncall): Don't count pointer to member
11653 functions as aggregates here, as we don't want to look up methods in
11654 them. The compiler would core dump if we did, as they don't have
11655 normal names.
11656 * cp-typeck.c (build_indirect_ref): Improve wording on error
11657 message.
11658
11659Mon Nov 22 14:22:23 1993 Jason Merrill (jason@deneb.cygnus.com)
11660
11661 * cp-decl.c (grok_op_properties): Allow operator?: with pedwarn
11662 (since it's supported in other compiler bits).
11663
11664 * cp-method.c (report_type_mismatch): Use cp_error; ignore err_name
11665 argument.
11666
11667 * cp-error.c (dump_function_decl): Don't print return type for
11668 constructors and destructors.
11669
11670 * cp-cvt.c (cp_convert_to_pointer): Import code from
11671 convert_to_pointer so we can return error_mark_node in the case of an
11672 error, and to allow more meaningful error messages.
11673 (build_type_conversion): Don't go through void* when trying
11674 to convert to a pointer type.
11675
11676 * cp-decl.c (grokfndecl): Move call to grok_op_properties back
11677 after grokclassfn so that it's dealing with the right decl.
63718c49 11678 (grok_op_properties): Don't assert !methodp for op new and op delete.
7177d104
MS
11679
11680 * cp-init.c (build_delete): Don't use TYPE_BUILT_IN (there are now
11681 no uses of it in the compiler).
11682
11683 * cp-call.c (build_scoped_method_call): Fix for destructors of simple
11684 types.
11685 (build_method_call): Ditto.
11686
11687Fri Nov 19 12:59:38 1993 Jason Merrill (jason@deneb.cygnus.com)
11688
11689 * cp-tree.c (count_functions): Abstraction function.
11690
11691 * cp-call.c (build_overload_call_real): Deal with new overloading
11692 properly, remove dead code.
11693
11694 * gcc.c (default_compilers): Generate and use .ii files in the
11695 intermediate stage of compiling C++ source.
11696
11697Fri Nov 19 11:26:09 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11698
11699 * cp-expr.c (cplus_expand_expr): Make call_target a valid memory
11700 address before using it, so it can be later safely compared.
11701
11702Fri Nov 12 15:30:27 1993 Jason Merrill (jason@deneb.cygnus.com)
11703
11704 * cp-pt.c (tsubst): Deal with new overloading.
11705
11706 * cp-typeck.c (fntype_p): is the arg function type?
11707 (comp_target_parms): pedwarn on conversion from (anything) to (...).
11708 (build_x_function_call): Deal with new overloading.
11709
11710 * cp-tree.c (decl_list_length): Deal with new overloading.
11711 (decl_value_member): Like value_member, but for DECL_CHAINs.
11712
11713 * cp-decl.c (duplicate_decls): Deal with new overloading.
11714 (start_decl): Ditto.
11715
11716 * cp-class.c (instantiate_type): Deal with new overloading.
11717
11718 * cp-call.c (convert_harshness_ansi): Deal with new overloading.
11719 (convert_harshness_old): Deal with new overloading.
11720 (build_overload_call_real): Ditto.
11721
11722Mon Nov 8 13:50:49 1993 Jason Merrill (jason@deneb.cygnus.com)
11723
11724 * cp-tree.c (get_unique_fn): New function; returns FUNCTION_DECL
11725 if unambiguous, NULL_TREE otherwise.
11726 (get_first_fn): Returns the first appropriate FUNCTION_DECL.
11727 (is_overloaded_fn): Returns whether or not the passed tree is
11728 a function or list of functions.
11729
11730 * cp-init.c (init_init_processing): use `get_first_fn' to find
11731 the FUNCTION_DEFN for new and delete.
11732
11733 * cp-decl.c (push_overloaded_decl): Use new overloading strategy, cut
11734 code size in half (I spit on special cases).
11735
11736Tue Sep 7 20:03:33 1993 Jason Merrill (jason@deneb.cygnus.com)
11737
11738 * cp-decl.c: Allow references and template type parameters as well
This page took 1.286674 seconds and 5 git commands to generate.