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