]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/cp/ChangeLog
Makefile.in: Update.
[thirdparty/gcc.git] / gcc / cp / ChangeLog
CommitLineData
b03e38e1
NB
12002-04-20 Neil Booth <neil@daikokuya.demon.co.uk>
2
3 * cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
4 LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
5 * cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
6 cxx_mark_function_context): New.
7 * decl.c (push_cp_function_context, pop_cp_function_context,
8 mark_cp_function_context): Rename for consistency.
9 (cxx_init_decl_processing): Don't set old hooks.
10
ab393bf1
NB
112002-04-19 Neil Booth <neil@daikokuya.demon.co.uk>
12
13 * call.c (convert_type_from_ellipsis): Rename, update.
14 * cp-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
15 * cp-tree.h (convert_type_from_ellipsis): Rename.
16 * decl.c (cxx_init_decl_processing): Don't set hook.
17
7a228918
NB
182002-04-18 Neil Booth <neil@daikokuya.demon.co.uk>
19
20 * call.c (build_new_method_call): Update.
21 * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
22 * cp-tree.h (cxx_incomplete_type_error): New.
23 * decl.c (grokdeclarator, grokparms): Update.
24 * decl2.c (check_classfn): Update.
25 * pt.c (tsubst): Update.
26 * typeck.c (complete_type_or_else, expr_sizeof,
27 decay_conversion): Update.
28 * typeck2.c (incomplete_type_error): Rename.
29 (add_exception_specifier): Update.
30
8152c320
JM
312002-04-18 Jason Merrill <jason@redhat.com>
32
33 PR c++/5658
34 * search.c (setup_class_bindings): A class template qualifies as a
35 type binding.
36
32121b96
JJ
372002-04-17 Jakub Jelinek <jakub@redhat.com>
38
39 PR c++/6316
40 * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop
41 before expanding.
42
b2123dc0
MM
432002-04-16 Mark Mitchell <mark@codesourcery.com>
44
45 * init.c (begin_init_stmts): Remove commented out code.
46 (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
47 * semantics.c (begin_gobal_stmt_expr): Adjust call to
48 expand_start_stmt_expr.
49
0f268005
MM
502002-04-15 Mark Mitchell <mark@codesourcery.com>
51
52 * decl.c (register_dtor_fn): Pass the address of dso_handle, not
53 dso_handle itself, to __cxa_atexit.
54
bd6bec6b
GDR
552002-04-15 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
56
57 * error.c (cxx_print_error_function): Adjust call to macros.
58
0f490a2b
JJ
592002-04-14 Jakub Jelinek <jakub@redhat.com>
60
61 * class.c (layout_virtual_bases): Do all dsize computation on trees.
62
85b7def6
JM
632002-04-14 Jason Merrill <jason@redhat.com>
64
65 * typeck.c (get_member_function_from_ptrfunc): Don't do
66 gratuitious division and multiplication on
67 ptrmemfunc_vbit_in_delta targets.
68
0481bc21
MM
692002-04-12 Mark Mitchell <mark@codesourcery.com>
70
71 PR c++/5373.
72 * semantics.c (finish_expr_stmt): Remember the type of the
73 expression before any conversions are performed.
74
9928a3d5
MM
752002-04-12 Mark Mitchell <mark@codesourcery.com>
76
77 PR c++/5189.
78 * call.c (add_template_candidate_real): Do not treat member
79 templates as copy constructors.
80
c740732f
MM
812002-04-12 Mark Mitchell <mark@codesourcery.com>
82
83 * decl.c (duplicate_decls): Do not copy the RTL for a variable
84 declaration if the old variable had an incomplete type and the new
85 variable does not.
86 (complete_vars): Do not call layout_decl for completed variables.
87
4782bd5b
RS
882002-04-12 Richard Sandiford <rsandifo@redhat.com>
89
90 * decl.c (duplicate_decls): Don't try to unify an implicit typedef
91 with an explicit one.
92 (follow_tag_typedef): New.
93 (lookup_tag): Use it to extract the tag of an explicit typedef.
94 (xref_tag): Likewise.
95
2f4d058f
AH
962002-04-11 Andrew Haley <aph@redhat.com>
97
98 * typeck.c (type_after_usual_arithmetic_conversions):
99 If two types have the same variant, return immediately.
100 When two floating-point operands are the same precision:
101 convert to float if one of the operands is float;
102 if neither operand is one of the standard types, return the type
103 of the first operand.
104
ba3307c0
NS
1052002-04-10 Nathan Sidwell <nathan@codesourcery.com>
106
107 PR c++/5507
108 * decl.c (make_typename_type): Remove implicit typenameness.
109
cd6af0c1
JM
1102002-04-09 Jason Merrill <jason@redhat.com>
111
edf5cd1d
JM
112 PR optimization/6189
113 * semantics.c (genrtl_start_function): Don't free
114 DECL_SAVED_FUNCTION_DATA for inline functions.
115
cd6af0c1
JM
116 * init.c (build_member_call): For now, don't convert to
117 intermediate base if it would cause an error.
118
224e6091
PC
1192002-04-08 Paolo Carlini <pcarlini@unitus.it>
120
121 * parse.y (namespace_qualifier, maybe_identifier,
122 begin_explicit_instantiation, end_explicit_instantiation,
123 apparent_template_type, .finish_template_type,
124 do_id, maybe_init, defarg_again, component_decl_1):
125 Add ending ';', in accordance with POSIX.
126
0154eaa8
MM
1272002-04-06 Mark Mitchell <mark@codesourcery.com>
128
129 PR c++/5571
130 * class.c (layout_class_type): Remember incomplete static
131 variables.
132 (finish_struct_1): Call complete_vars, not
133 hack_incomplete_structures.
134 * cp-tree.h (hack_incomplete_structures): Rename to ...
135 (complete_vars): ... this.
136 (struct saved_scope): Remove incomplete.
137 (namespace_scope_incomplete): Remove.
138 * decl.c (struct binding_level): Remove incomplete.
139 (incomplete_vars): New variable.
140 (mark_binding_level): Don't mark incomplete.
141 (print_binding_level): Don't print it.
142 (mark_saved_scope): Don't mark incomplete.
143 (pushdecl): Use maybe_register_incopmlete_var.
144 (cxx_init_decl_processing): Register incomplete_vars for GC.
145 (start_decl_1): Clarify error message.
146 (hack_incomplete_vars): Remove.
147 (maybe_register_incomplete_var): New function.
148 (complete_vars): Likewise.
149
f62ea157
JM
1502002-04-06 Jason Merrill <jason@redhat.com>
151
03da5286
JM
152 PR c++/4934
153 * error.c (dump_expr) [CONVERT_EXPR]: Make sure TREE_TYPE (t) is
154 set before checking it.
155
a29e1034
JM
156 PR c++/525
157 * init.c (build_member_call): Use build_scoped_ref.
158 (resolve_offset_ref): Likewise.
159 * call.c (build_scoped_method_call): Likewise.
160 * tree.c (maybe_dummy_object): Kludge around current_class_type being
161 wrong.
162 * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
163 * cp-tree.h: Adjust.
164
165 * init.c (push_base_cleanups): Just use build_scoped_method_call.
166
f62ea157
JM
167 PR c++/6179
168 * method.c (implicitly_declare_fn): Pass unqualified type to
169 synthesize_exception_spec.
170
78ef5b89
NB
1712002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
172
173 * cp-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
174 * cvt.c: Update comment.
175 * init.c (expand_cleanup_for_base): Update.
176 * semantics.c (finish_parenthesized_expr): Update.
177 * typeck.c (cp_truthvalue_conversion): Update.
178
dffa4176
JM
1792002-04-04 Jason Merrill <jason@redhat.com>
180
659e5a7a
JM
181 * semantics.c (finish_eh_cleanup): New fn.
182 * cp-tree.h: Add prototype.
183 * init.c (perform_member_init, expand_cleanup_for_base): Use
184 finish_eh_cleanup.
185 * cp-tree.def (SUBOBJECT, CTOR_STMT): Remove.
186 * cp-tree.h: Remove references.
187 * decl.c (begin_constructor_body, end_constructor_body): Likewise.
188 * dump.c (cp_dump_tree): Likewise.
189 * pt.c (tsubst_expr): Likewise.
190 * semantics.c (genrtl_ctor_stmt, genrtl_subobject): Remove.
191 (cp_expand_stmt): Remove handling of CTOR_STMT and SUBOBJECT.
192 * tree.c (cp_statement_code_p): Likewise.
193
194 * init.c (build_new_1): Set CLEANUP_EH_ONLY on deleting cleanup.
195
196 PR c++/5636
197 * semantics.c (nullify_returns_r): Just set CLEANUP_EH_ONLY on
198 cleanup for nrv.
199
dffa4176
JM
200 PR c++/5104
201 * typeck.c (comptypes) [FUNCTION_TYPE]: Don't compare exception
202 specifiers.
203 [METHOD_TYPE]: Use same code as FUNCTION_TYPE.
204
ef4f94ac
RH
2052002-04-03 Richard Henderson <rth@redhat.com>
206
207 * cp-lang.c (cxx_warn_unused_global_decl): New.
208 (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
209
599bba86
NB
2102002-04-03 Neil Booth <neil@daikokuya.demon.co.uk>
211
212 * cp-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Redefine.
213 * tree.c (init_tree): Don't set hook.
214
cba2004a
RS
2152002-04-03 Roger Sayle <roger@eyesopen.com>
216
217 PR c++/5998:
218 * decl.c (duplicate_decls): Don't mess with assembler names when
219 redeclaring builtin functions as static.
220
dffd7eb6
NB
2212002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
222
223 * call.c (build_addr_func): Update.
224 * class.c (resolve_address_of_overloaded_function): Update.
225 * cp-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
226 * cp-tree.h (cxx_mark_addressable): New.
227 * decl.c (register_dtor_fn, cxx_maybe_build_cleanup): Update.
228 * decl2.c (build_cleanup): Update.
229 * except.c (build_throw): Update.
230 * init.c (resolve_offset_ref): Update.
231 * pt.c (convert_nontype_argument): Update.
232 * semantics.c (finish_asm_stmt, simplify_affr_init_exprs_r): Update.
233 * typeck.c (decay_conversion, build_array_ref, build_unary_op,
234 unary_complex_lvalue): Update.
235 (mark_addressable): Rename.
236
04a9d080
RS
2372002-04-01 Roger Sayle <roger@eyesopen.com>
238
239 PR c++/5998:
240 * decl.c (duplicate_decls): Overwrite the RTL when (and only
241 when) overwriting a built-in function. Don't use COPY_DECL_RTL,
242 but follow the SET_DECL_RTL idiom used elsewhere in the function.
243
ceef8ce4
NB
2442002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
245
246 * cp-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
247 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
248 * decl.c (grokdeclarator): Update.
249 * mangle.c (write_integer_cst): Update.
250 * typeck.c (build_binary_op): Update.
251
48a7a235
NB
2522002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
253
254 * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
255 * lex.c (cxx_init): Don't set hook.
256
7cb32822
NB
2572002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
258
259 * Make-lang.in (error.o): Update.
260 * cp-lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
261 * cp-tree.h (struct diagnostic_context): Predeclare.
262 (cxx_print_error_function): New.
263 * error.c: Include langhooks-def.h.
264 (lang_print_error_function): Rename. Update.
265 (init_error): Don't set hook.
266
b0c48229
NB
2672002-03-29 Neil Booth <neil@daikokuya.demon.co.uk>
268
269 * cp-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
270 Redefine.
271 * cvt.c (cp_convert_to_pointer, type_promotes_to): Use new hooks.
272 * decl.c (finish_enum): Similarly.
273 * error.c (dump_type): Similarly.
274 * lex.c (cxx_init): Similarly.
275 * mangle.c (write_builtin_type): Similarly.
276 * typeck.c (comptypes): Similarly.
277
d52e4867
RS
2782002-03-28 Roger Sayle <roger@eyesopen.com>
279
280 PR c++/5998:
281 * decl.c (cxx_init_decl_processing): Re-enable built-in functions
282 in the g++ front-end.
283 (duplicate_decl): Allow redefinition of anticipated built-ins.
284 Fix inlining problem by over-writing the old DECL_RTL.
285 (lookup_namespace_name): Fail to find an identifier in the
286 specified namespace if its still anticipated.
287 (builtin_function_1): New function split out from builtin_function
288 to create a builtin in the current namespace with given context.
289 (builtin_function): Call builtin_function_1 to define the
290 appropriate builtins in both the std and global namespaces.
291 (select_decl): Don't test for anticipated decls here.
292 (unqualified_namespace_lookup): Instead ignore them whilst
293 searching through scopes and namespaces.
294 * decl2.c (do_nonmember_using_decl): If a using declaration
295 specifies an anticipated built-in function, mark it as no longer
296 anticipated in that scope.
297 (ambiguous_decl): Avoid resolving to an anticipated decl.
298 * lex.c (do_scoped_id): Fail to find an identifier in the global
299 namespace if its still anticipated.
300
f1e639b1
NB
3012002-03-29 Neil Booth <neil@daikokuya.demon.co.uk>
302
303 * cp-lang.c (LANG_HOOKS_MAKE_TYPE): Redefine.
304 * cp-tree.h (cp_make_lang_type): Rename.
305 * lex.c (cp_make_lang_type): Rename.
306 (make_aggr_type): Update.
307 * tree.c (init_tree): Don't set make_lang_type_fn.
308
c7f4981a
JJ
3092002-03-29 Jakub Jelinek <jakub@redhat.com>
310
311 PR c++/6073
312 * class.c (finish_struct_1): Update static field's DECL_MODE even
313 if its type is a variant of t.
314
7ffb4fd2
NB
3152002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
316
317 * cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
318 * cp-tree.h (cxx_insert_default_attributes): New.
319 * decl.c (insert_default_attributes): Rename.
320
cd4e8331
MM
3212002-03-27 Mark Mitchell <mark@codesourcery.com>
322
323 PR c++/4884
324 * call.c (build_op_delete_call): Allow for the fact the placement
325 may be a COMPOUND_EXPR.
326
c9d892a8
NB
3272002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
328
329 * cp-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
330 * cp-tree.h (init_cplus_expand): Remove.
331 (cxx_expand_expr): New.
332 * expr.c (cplus_expand_expr): Rename cxx_expand_expr,
333 fix prototype.
334 (init_cplus_expand): Remove.
335 * lex.c (cxx_init): Don't call init_cplus_expand.
336
46ff5047
MM
3372002-03-26 Mark Mitchell <mark@codesourcery.com>
338
339 PR c++/4884.
340 * init.c (build_new_1): Allow for the fact the result of
341 build_function_call may be a COMPOUND_EXPR.
342
6d4c57a0
NS
3432002-03-26 Nathan Sidwell <nathan@codesourcery.com>
344
345 PR c++/5682
346 * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
347 (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
348 (dfs_skip_nonprimary_vbases_markedp): Remove.
349 * search.c (get_shared_vbase_if_not_primary): Remove.
350 (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
351 (dfs_skip_nonprimary_vbases_markedp): Remove.
352 (dfs_unmarked_real_bases_queue_p): Just get the canonical binfo.
353 (dfs_marked_real_bases_queue_p): Likewise.
354
4f0ade92
NB
3552002-03-26 Neil Booth <neil@daikokuya.demon.co.uk>
356
357 * cp-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
358 * cp-tree.h (cxx_mark_tree): New.
359 * decl.c (lang_mark_tree): Rename cxx_mark_tree.
360
c88770e9
NB
3612002-03-25 Neil Booth <neil@daikokuya.demon.co.uk>
362
363 * cp-tree.h (cxx_maybe_build_cleanup): New.
364 * decl.c (destroy_local_var, hack_incomplete_structures): Update.
365 (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
366 * tree.c (build_target_expr): Update.
7b3e5198 367 * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
c88770e9 368
aaf93206
NB
3692002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
370
371 * decl2.c (cxx_decode_option): Handle -E.
372 * lang-specs.h (default_compilers): Preprocess with cc1plus.
373 * lex.c (cxx_init): Exit quickly if c_common_init returns NULL.
374
e756a7da
JJ
3752002-03-23 Jakub Jelinek <jakub@redhat.com>
376
377 PR c++/6037
378 * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
379
ea9264e9
GDR
3802002-03-23 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
381
382 * error.c (dump_type): Be careful about implicit typenames.
383
acb044ee
GDR
3842002-03-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
385
386 PR C++/3656
387 * semantics.c (finish_base_specifier): Handle erronous base
388 classes.
389
b216cd4a
ZW
3902002-03-22 Zack Weinberg <zack@codesourcery.com>
391
392 * error.c: Always use REAL_VALUE_TO_DECIMAL; don't test
393 REAL_IS_NOT_DOUBLE.
394
9181f8db
JK
3952002-03-22 Jeff Knaggs <jknaggs@redhat.com>
396
cd6af0c1
JM
397 * typeck.c (get_member_function_from_ptrfunc): Scale idx down to
398 an index into the vtable_entry array regardless of
9181f8db
JK
399 TARGET_PTRMEMFUNC_VBIT_LOCATION.
400
e019cf95
AH
4012002-03-21 Aldy Hernandez <aldyh@redhat.com>
402
403 * tree.c (cp_cannot_inline_tree_fn): Same.
404
43577e6b
NB
4052002-03-21 Neil Booth <neil@daikokuya.demon.co.uk>
406
407 * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
408 insert_block, getdecls, global_bindings_p): New.
409
8c152bad
NS
4102002-03-20 Nathan Sidwell <nathan@codesourcery.com>
411
412 PR c++/4361
413 * mangle.c (struct globals) Add internal_mangling_p member.
414 (write_template_param): Do internal mangling, if needed.
415 (mangle_conv_op_name_for_type): Request internal mangling.
416
e3fe84e5
JM
4172002-03-20 Jason Merrill <jason@redhat.com>
418
419 PR c++/2136
420 * init.c (build_delete): Check access for a member op delete here.
421 * decl2.c (delete_sanity): Not here.
422
ea122333
JM
4232002-03-19 Jason Merrill <jason@redhat.com>
424
425 PR c++/5118
426 * class.c (get_vfield_name): Use the constructor_name.
427
7afff7cf
NB
4282002-03-20 Neil Booth <neil@daikokuya.demon.co.uk>
429
430 * cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
431 * cp-tree.h (lang_printable_name): Rename.
432 * error.c (lang_decl_name): Use new hook.
433 * lex.c (cxx_init): Remove old hook.
434 * pt.c (tsubst_decl): Use new hook.
435 * tree.c (lang_printable_name): Rename.
436
ff77ac85
EB
4372002-03-18 Eric Botcazou <ebotcazou@multimania.com>
438
439 PR c++/3882
440 * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling...
441 (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer
442 only after recording the declaration.
443
ffd696af
JM
4442002-03-18 Jason Merrill <jason@redhat.com>
445
097955f2
JM
446 PR c++/2039
447 * init.c (resolve_offset_ref): Hand off to build_component_ref.
448
b663bcf3
JM
449 PR c++/4222, c++/5995
450 * call.c (build_over_call): Fix empty class logic.
451
0f4237c2
JM
452 PR c++/3870
453 * cp-tree.h (struct saved_scope): Add last_parms field.
454 * decl.c (maybe_push_to_top_level): Save last_function_parms.
455 (pop_from_top_level): Restore it.
456
001ad76c
JM
457 PR c++/4377
458 * mangle.c (write_expression): Strip NOP_EXPRs sooner. Also strip
459 NON_LVALUE_EXPRs.
460
461 PR c++/4003
ed2fa432
JM
462 * pt.c (tsubst_friend_function): Use decl_namespace_context.
463
ffd696af
JM
464 PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
465 * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
466 type with a nontrivial destructor.
467
f2606a97
JM
4682002-03-17 Jason Merrill <jason@redhat.com>
469
470 PR c++/4460
471 * class.c (build_base_path): Virtual base layout is fixed in
472 in-charge [cd]tors.
473
52dabb6c
NB
4742002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
475
476 * cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
477 * parse.y (yyparse): Remove macro.
478
beb9c8a2
JM
4792002-03-17 Jason Merrill <jason@redhat.com>
480
481 PR c++/5757
482 * init.c (build_new_1): Pass the right pointer to op delete.
483
5dd236e2
NS
4842002-03-16 Nathan Sidwell <nathan@codesourcery.com>
485
486 PR c++/4361
487 * cp-tree.h (CLASSTYPE_METHOD_VEC): Document where templated
488 conversion operators go.
489 (struct lang_decl_flags): Add template_conv_p and unused
490 bitfields.
491 (DECL_TEMPLATE_CONV_FN_P): New macro.
492 * call.c (build_user_type_conversion_1): Don't check second type
493 conversion of overload set first.
494 * class.c (add_method): Make sure templated conversion operators
495 all end up on slot 2.
496 * lex.c (do_identifier): A conversion operator token might be
497 satisfied by a templated conversion operator.
5dd236e2
NS
498 * pt.c (check_explicit_specialization): Use
499 CLASSTYPE_FIRST_CONVERSION_SLOT.
500 (template_parm_this_level_p): New function.
501 (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
8c152bad 502 * search.c (lookup_fnfields_1): Template conversions will be on
5dd236e2
NS
503 the first slot.
504 * typeck.c (build_component_ref): Preserve the type of an
505 conversion operator name on the overload type.
506 (build_x_function_call): Retrieve the conversion operator name.
507
0ba20759
RH
5082002-03-15 Richard Henderson <rth@redhat.com>
509
510 * init.c (build_new_1): Use size_binop instead of cp_build_binary_op.
511
6e4ae815
MM
5122002-03-15 Mark Mitchell <mark@codesourcery.com>
513
514 * cp-tree.h (CLEANUP_DECL): Remove.
515 (CLEANUP_EXPR): Likewise.
516 * decl.c (destroy_local_var): Simplify.
517 (maybe_build_cleanup): Tidy.
518 * dump.c (cp_dump_tree): Remove handling of CLEANUP_STMT.
519 * semantics.c (cp_expand_stmt): Likewise.
520 * cp/tree.c (cp_statement_code_p): Likewise.
521
5cc90635
JM
5222002-03-15 Jason Merrill <jason@redhat.com>
523
6da794e8
JM
524 PR c++/5857
525 * decl.c (duplicate_decls): Use merge_types instead of common_type.
526 * typeck.c (common_type): Just hand off to
527 type_after_usual_arithmetic_conversions and
528 composite_pointer_type.
529 (merge_types): New fn.
530 (commonparms): Use it instead of common_type.
531 (type_after_usual_arithmetic_conversions): Also handle COMPLEX_TYPE.
532 (composite_pointer_type): Also handle attributes.
533 * cp-tree.h: Declare merge_types.
534
5cc90635
JM
535 * decl.c (make_rtl_for_nonlocal_decl): Also defer COMDAT
536 variables.
537 * decl2.c (maybe_make_one_only): Also mark the decl as needed.
538
ecb0eece
RH
5392002-03-14 Richard Henderson <rth@redhat.com>
540
541 * decl.c: Include c-pragma.h.
542 (start_decl, start_function): Invoke maybe_apply_pragma_weak.
543 * Make-lang.in: Update dependencies.
544
d3f129b3
JJ
5452002-03-14 Jakub Jelinek <jakub@redhat.com>
546
f6562b37 547 PR c++/5908
d3f129b3
JJ
548 * call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.
549 * cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
550
049e6879
RS
5512002-03-12 Richard Sandiford <rsandifo@redhat.com>
552
553 * mangle.c (write_builtin_type): Handle 128-bit integers even if
554 they are not a standard integer type.
555
872c9284
RS
5562002-03-12 Richard Sandiford <rsandifo@redhat.com>
557
558 * cp-tree.h (init_init_processing): Remove declaration.
559 * init.c (BI_header_type, init_init_processing): Remove old ABI stuff.
560 * decl.c (cxx_init_decl_processing): Don't call init_init_processing.
561
2f9834e8
KG
5622002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
563
564 * cp-lang.c (tree_code_type, tree_code_length, tree_code_name):
565 Define.
566 * decl.c (duplicate_decls): Use TREE_CODE_LENGTH, not
567 tree_code_length.
568 * lex.c (cplus_tree_code_type, cplus_tree_code_length,
569 cplus_tree_code_name): Delete.
570 (cxx_init): Don't call add_c_tree_codes, instead set
571 lang_unsafe_for_reeval. Don't try to copy into the various
572 tree_code arrays.
573
df867456
NS
5742002-03-12 Nathan Sidwell <nathan@codesourcery.com>
575
576 PR c++/5659
577 * decl.c (xref_tag): Don't set CLASSTYPE_DECLARED_CLASS here.
578 * decl2.c (handle_class_head): Set CLASSTYPE_DECLARED_CLASS for
579 definitions.
580
ab04e34b
NS
5812002-03-11 Nathan Sidwell <nathan@codesourcery.com>
582
583 Revert 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>,
584 DR209 is now not a defect.
585 * cp-tree.h (skip_type_access_control): Remove.
586 * decl.c (grokdeclarator): Do type access control for friend
587 declarations.
588 * semantics.c (decl_type_access_control): Don't reset
589 current_type_lookups.
590 (save_type_access_control): Always save the lookups.
591 (skip_type_access_control): Remove.
592 (finish_class_definition): Don't change type_lookups.
593
999cc24c
NS
5942002-03-11 Nathan Sidwell <nathan@codesourcery.com>
595
596 Revert 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>,
597 It is incorrect.
598 * typeck.c (build_static_cast): Compare non-qualified types
599 with pointer to member conversions.
600
61eece67
DN
6012002-03-11 Dan Nicolaescu <dann@ics.uci.edu>
602 Daniel Berlin <dan@dberlin.org>
603
604 * cp-lang.c (ok_to_generate_alias_set_for_type): New function.
605 (cxx_get_alias_set): Use it.
606
644d28d4
KG
6072002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
608
609 * cp-tree.h (stabilize_expr): Prototype.
610
7e326356
CR
6112002-03-08 Craig Rodrigues <rodrigc@gcc.gnu.org>
612
613 * cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of
614 conditional return void.
615
24965e7a
NB
6162002-03-08 Neil Booth <neil@daikokuya.demon.co.uk>
617
618 * cp-lang.c (LANG_HOOKS_UNSAVE): Redefine.
619 * cp-tree.h (cxx_unsave): New.
620 * tree.c (cp_unsave): Rename cxx_unsave, update prototype.
621 (init_tree): Update.
622
ca7558fc
KG
6232002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
624
625 * decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
626 explicit sizeof/sizeof.
627 * decl2.c (cxx_decode_option): Likewise.
628 * lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
629
fd87b7a7
NS
6302002-03-02 Nathan Sidwell <nathan@codesourcery.com>
631
632 PR c++/775
633 * decl.c (lookup_tag): Only reject enum/class mismatch, not
634 class/union mismatch.
635 * parse.y (check_class_key): New function.
636 (structsp): Call it.
637
bfba94bd
MM
6382002-03-01 Michael Matz <matz@suse.de>
639
640 * typeck.c (cp_pointer_int_sum): Complete inner type which is
641 used later by size_in_bytes().
642
fdc9bf29
PE
6432002-03-01 Phil Edwards <pme@gcc.gnu.org>
644
645 * cp-tree.h: Require __GNUC__ to be #defined.
646 (build_init): Add missing prototype.
647
6f30f1f1
JM
6482002-03-01 Jason Merrill <jason@redhat.com>
649
650 * except.c: Don't include decl.h or obstack.h. Do include
651 tree-inline.h.
652 (build_throw): Destroy temporaries from the thrown
653 expression before calling __cxa_throw. Construct a thrown
654 temporary directly into the exception object.
655 (stabilize_throw_expr): New function.
656 (wrap_cleanups_r): New function.
657 * tree.c (stabilize_expr): New function.
658 * init.c (build_init): New function.
659 * Make-lang.in (cp/except.o): Adjust .h deps.
660
46cfb101
JM
6612002-02-28 Jason Merrill <jason@redhat.com>
662
07f521fc
JM
663 * search.c (lookup_base_r): Don't clear is_non_public just because
664 we found a friendly scope.
665
46cfb101
JM
666 * decl.c (finish_function): Only warn about missing return
667 statement with -Wreturn-type.
668
63e1b1c4
NB
6692002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
670
671 * class.c (build_clone): Update.
672 * cp-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
673 * cp-tree.h (cxx_dup_lang_specific_decl): New.
674 * lex.c (copy_lang_decl): Rename cxx_dup_lang_specific_decl.
675 (copy_decl): Update.
676 * method.c (make_thunk): Update.
677
f458d1d5
ZW
6782002-02-27 Zack Weinberg <zack@codesourcery.com>
679
680 * decl2.c: Delete traditional-mode-related code copied from
681 the C front end but not used, or used only to permit the
682 compiler to link.
683
3387d36e
CR
6842002-02-24 Craig Rodrigues <rodrigc@gcc.gnu.org>
685
686 PR c++/4093
687 * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition
688 to void.
689
25c8b645
JJ
6902002-02-22 Jakub Jelinek <jakub@redhat.com>
691
692 PR other/5746
693 * semantics.c (finish_switch_cond): Don't call get_unwidened
694 if error_mark_node.
695
4f2b0fb2
NS
6962002-02-22 Nathan Sidwell <nathan@codesourcery.com>
697
698 PR c++/2645, DR 295
699 * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
700 tf_keep_type_decl.
701 (make_typename_type): Use tsubst_flags_t.
702 * decl.c (make_typename_type): Adjust. Return non-artificial
703 TYPE_DECLs, if required.
704 (grokdeclarator): Simplify CVR qualification handling. Allow bad
705 qualifiers on typedef types.
706 * decl2.c (handle_class_head): Adjust make_typename_type call.
707 * parse.y (nested_name_specifier): Likewise.
708 (typename_sub0): Likewise.
709 (typename_sub1): Likewise.
710 * pt.c (convert_template_argument): Adjust make_typename_type
711 return value.
712 (tsubst): Adjust cp_build_qualified_type_real calls.
713 (check_cv_quals_for_unify): Cope with alowing bad qualifications
714 on template type parms.
715 (instantiate_decl): Recheck substitutions to give warnings on bad
716 qualifications.
717 * tree.c (cp_build_qualified_type_real): Use tf_allow_bad_quals.
718
8fc2ba41
AH
7192002-02-21 Aldy Hernandez <aldyh@redhat.com>
720
721 * cp/decl.c (duplicate_decls): Merge always_inline attribute.
722
723 * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
724 unless DECL_ALWAYS_INLINE.
725
7552da58
JJ
7262002-02-20 Jakub Jelinek <jakub@redhat.com>
727
728 * typeck.c (cp_pointer_int_sum): Renamed from
729 pointer_int_sum, call pointer_int_sum.
730
00fae85d
JJ
7312002-02-20 Jakub Jelinek <jakub@redhat.com>
732
733 * decl.c (duplicate_decls): Return 0 if issued error about
734 redeclaration.
735
6ea868b7
JM
7362002-02-19 Jason Merrill <jason@redhat.com>
737
738 ABI change: Mangle `void (A::*)() const' as
739 M1AKFvvE, not MK1AFvvE.
740 * mangle.c (write_function_type): Write cv-quals for member
741 function type here.
742 (write_pointer_to_member_type): Not here.
743
c02f5e29
JM
7442002-02-18 Jason Merrill <jason@redhat.com>
745
746 * pt.c (do_type_instantiation): Don't pedwarn if in_system_header.
747 (do_decl_instantiation): Likewise.
748
624a5800
CR
7492002-02-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
750
751 PR c++/5685
752 * decl.c (duplicate_decls): Make warning unconditional
753 if duplicate default argument declarations are present.
754
f6f8ada3
JJ
7552002-02-17 Jakub Jelinek <jakub@redhat.com>
756
757 * typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
758 shortening.
759
8d6e459d
NS
7602002-02-15 Nathan Sidwell <nathan@codesourcery.com>
761
762 * decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
763 remove incorrect comment. Move #if 0'd code to common path. Use
764 IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
765
ca4feb54
JM
7662002-02-13 Jason Merrill <jason@redhat.com>
767
57d5032b
JM
768 * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
769 (finish_function): Don't warn if current_function_returns_null.
770
bb26522d
JM
771 * typeck2.c (digest_init): Do handle values of vector type.
772
ca4feb54
JM
773 * typeck2.c (digest_init, process_init_constructor): Treat vectors
774 like arrays.
775
e6b9638b
JM
7762002-02-11 Jason Merrill <jason@redhat.com>
777
778 * parse.y (reserved_declspecs): Don't handle attributes.
779 (reserved_typespecquals): Handle them here.
780 * Make-lang.in (parse.c): Adjust expected conflicts.
781
1cf537c5
JJ
7822002-02-08 Jakub Jelinek <jakub@redhat.com>
783
784 * parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr
785 instead of compstmt.
786 (compstmt_or_stmtexpr): Renamed from compstmt.
787 (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
788
c2ea3a40
NS
7892002-02-07 Nathan Sidwell <nathan@codesourcery.com>
790
791 Rename instantiate_type_flags to tsubst_flags_t & expand use.
792 * cp-tree.h (instantiate_type_flags): Rename to ...
793 (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
794 add tf_warning flag.
795 (instantiate_type): Adjust prototype.
796 (tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
797 do_type_instantiation, cp_build_qualified_type_real): Likewise.
798 cp_build_qualified_type: Adjust.
799 * class.c (instantiate_type): Adjust parameter. Rename itf_* to
800 tf_*.
801 * call.c (standard_conversion): Rename itf_* to tf_*.
802 (reference_binding): Likewise.
803 (convert_like_real): Likewise.
804 * cvt.c (cp_convert_to_pointer): Likewise.
805 (convert_to_reference): Likewise.
806 * decl.c (lookup_namespace_name): Use tf_* flags.
807 (make_typename_type): Likewise.
808 (grokdeclarator): Likewise.
809 * pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
810 (coerce_template_template_parms, convert_template_argument,
811 coerce_template_parms, maybe_get_template_decl_from_type_decl,
812 lookup_template_class, tsubst_friend_function, tsubst_friend_class,
813 instantiate_class_template, tsubst_template_arg_vector,
814 tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument,
815 tsubst_decl, tsubst_arg_types, tsubst_function_type,
816 tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr,
817 instantiate_template, fn_type_unification,
818 resolve_overloaded_unification, verify_class_unification,
819 unify, get_bindings_real, do_type_instantiation,
820 regenerate_decl_from_template, instantiate_decl,
821 tsubst_initializer_list, tsubst_enum,
822 get_mostly_instantiated_function_type,
823 invalid_nontype_parm_type_p): Likewise.
824 * tree.c (cp_build_qualified_type_real): Likewise.
825 * typeck.c (build_binary_op): Rename itf_* to tf_*.
826 (build_ptrmemfunc): Likewise.
827 (convert_for_assignment): Likewise.
828
d5614afb
NS
8292002-02-07 Nathan Sidwell <nathan@codesourcery.com>
830
831 PR c++/109
832 * decl.c (grokdeclarator): Allow friend declarations from
8d6e459d 833 dependent types.
d5614afb
NS
834 * decl2.c (handle_class_head): Don't push into template parm contexts.
835 * pt.c (push_template_decl_real): Template parm contexts are never
836 being defined.
837
1af6141b
AO
8382002-02-05 Alexandre Oliva <aoliva@redhat.com>
839
840 * class.c: Include target.h.
841 (check_bitfield_decl): Disregard EMPTY_FIELD_BOUNDARY,
842 BITFIELDS_NBYTES_LIMITED and PCC_BITFIELD_TYPE_MATTERS for MS
843 bit-field layout.
844 * Make-lang.in: Adjust deps.
845
d8a6f584
JM
8462002-02-05 Jason Merrill <jason@redhat.com>
847
848 * error.c (dump_type): Be more helpful about VECTOR_TYPE.
849
6f9fdf4d
JJ
8502002-02-04 Jakub Jelinek <jakub@redhat.com>
851
852 * semantics.c (begin_switch_stmt): Clear SWITCH_TYPE.
853 (finish_switch_cond): Set SWITCH_TYPE.
854
14691f8d
RH
8552002-02-04 Richard Henderson <rth@redhat.com>
856
857 * method.c (use_thunk): Always initialize the block tree. Reindent.
858 * semantics.c (expand_body): Emit thunks after function, not before.
859
e89a6075
JM
8602002-02-04 Jason Merrill <jason@redhat.com>
861
862 * decl.c (start_function): Call cplus_decl_attributes immediately
863 after grokdeclarator.
864
865 * decl.c (start_function): Combine DECL_RESULT handling code.
866
9780c24f
JM
8672002-02-03 Jason Merrill <jason@redhat.com>
868
869 * xref.c: Remove.
870 * Make-lang.in (CXX_OBJS): Remove cp/xref.o
871 (cp/xref.o): Remove dependencies.
872 * class.c (finish_struct_1, check_methods): Don't call xref fns.
873 (finish_struct_1): Likewise.
874 * friend.c (make_friend_class): Likewise.
875 * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise.
876 * spew.c (read_process_identifier): Likewise.
877
65f36ac8
JM
8782002-02-01 Jason Merrill <jason@redhat.com>
879
efe49da0
JM
880 PR c++/4872
881 * decl.c (finish_function): Warn about a non-void function with
882 no return statement and no abnormal exit.
883 * cp-tree.h (struct cp_language_function): Add returns_abnormally.
884 (current_function_returns_abnormally): New macro.
885 * call.c (build_call): Set it.
886
f2d9afec
JM
887 * typeck.c (build_component_ref): Always complain about offsetof
888 constructs on non-PODs. Only make it an error for members of
889 virtual bases.
890
65f36ac8
JM
891 * error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.
892 (dump_function_decl): Always dump parms.
893
894 * decl2.c (finish_static_data_member_decl): Complain about a local
895 class with a static data member.
896
897 PR c++/4286
898 * search.c (lookup_field_1): Don't xref a static data member
899 just because we looked it up.
900
98884b26
JM
9012002-01-31 Jason Merrill <jason@redhat.com>
902
b88c0704
JM
903 * Make-lang.in (parse.c): Handle .output file.
904
a588fe25
JM
905 PR c++/3395
906 * decl.c (xref_tag): Remember early attributes in TYPE_ATTRIBUTES,
907 not TREE_TYPE.
908 * semantics.c (finish_class_definition): Adjust.
909
98884b26
JM
910 Allow attributes in parms and casts.
911 * parse.y (named_parm): Don't strip attrs.
912 (declmods): Remove 'attributes' production.
913 (nonempty_cv_qualifiers): Accept attributes.
914 (ATTRIBUTE): Give precedence.
915 * decl.c (groktypename): Handle attributes.
916 (grokparms): Likewise.
917
ffdeea47
JJ
9182002-01-29 Jakub Jelinek <jakub@redhat.com>
919
920 * decl2.c (cxx_decode_option): Pass 0 as last argument to
921 cpp_handle_option.
922 * lang-specs.h: Use cpp_unique_options instead of cpp_options
923 when used together with cc1_options.
924
b8b98c66
NS
9252002-01-29 Nathan Sidwell <nathan@codesourcery.com>
926
927 PR c++/5132
928 * typeck2.c (digest_init): Make sure non-array core type is
929 instantiated.
930 * decl2.c (reparse_absdcl_as_casts): Just store the type in the
931 constructor, rather than build a new one.
932 (build_expr_from_tree, CONSTRUCTOR case): Be careful with the
933 PURPOSE of constructor elts.
934
7437519c
ZW
9352002-01-23 Zack Weinberg <zack@codesourcery.com>
936
937 * Make-lang.in (parse.c): Adjust expected number of
938 shift-reduce conflicts.
939 (decl.o): Depend on diagnostic.h.
940 * decl.c: Include diagnostic.h.
941 (grokdeclarator): Check for null pointer.
942 (finish_function): Don't abort when
943 current_binding_level->parm_flag != 1, if errors have
944 occurred; throw away the statement tree and extra binding
945 levels, and continue.
946 * lex.c (note_list_got_semicolon): Check for null pointer.
947 * method.c (hack_identifier): Just return error_mark_node if
948 value is error_mark_node.
949 * parse.y (primary: TYPEID(type_id)): No need to use
950 TYPE_MAIN_VARIANT here.
951 (handler_seq): Accept an empty list of catch clauses and
952 generate a fake handler block to avoid later crashes.
953 (ansi_raise_identifier): Accept the error token too.
954 * semantics.c (begin_class_definition,
955 finish_class_definition): Check for error_mark_node.
956
c588e52b
ZW
9572002-01-23 Zack Weinberg <zack@codesourcery.com>
958
959 * typeck2.c (friendly_abort): Delete definition.
960 * cp-tree.h (friendly_abort): Don't prototype.
961 (my_friendly_assert): Use fancy_abort.
962
d55ecaa4
CR
9632002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
964
965 * cp-tree.h (my_friendly_abort): Remove.
966
0a01c261
JJ
9672002-01-23 Jakub Jelinek <jakub@redhat.com>
968
969 * spew.c (pending_inlines, pending_inlines_tail,
970 processing_these_inlines): Make static.
971 (mark_pending_inlines): Remove static.
972 (begin_parsing_inclass_inline): If in function, save pi
973 for GC to cp_function_chain->unparsed_inlines instead.
974 (process_next_inline): Likewise.
975 * cp-tree.h (struct cp_language_function): Add unparsed_inlines.
976 (mark_pending_inlines): Add prototype.
977 * decl.c (spew_debug): Remove unused extern.
978 (mark_lang_function): Call mark_pending_inlines.
979
a98facb0
CR
9802002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>
981
c588e52b
ZW
982 * call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c,
983 init.c, lex.c, mangle.c, method.c, pt.c, repo.c, rtti.c, search.c,
984 semantics.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c:
a98facb0
CR
985 Change my_fancy_abort() to abort().
986
f893c16e
JM
9872002-01-23 Jason Merrill <jason@redhat.com>
988
608afcc5
JM
989 PR c++/5453
990 * class.c (fixed_type_or_null): Fix thinko.
991
f893c16e
JM
992 PR c++/3331
993 * init.c (resolve_offset_ref): Use build_indirect_ref.
6bc34b14 994
b2115575
JM
995 * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
996
f893c16e
JM
9972002-01-22 Jason Merrill <jason@redhat.com>
998
b5856475
JM
999 * parse.y (function_body): Suppress the block for the outermost
1000 curly braces.
1001 * decl.c (pushdecl): Don't try to skip it.
1002 (begin_function_body): Keep the block we create, not the next one.
1003 * init.c (emit_base_init): Don't mess with keep_next_level.
1004
6bc34b14
JM
1005 * class.c (build_base_path): Tweak formatting.
1006
3807621a
NS
10072002-01-19 Nathan Sidwell <nathan@codesourcery.com>
1008
1009 Fix regression introduced with patch for c++/775
1010 * parse.y (class_head_defn): Check for template specializations
1011 with a different class-key.
1012
cdd2559c
JM
10132002-01-17 Jason Merrill <jason@redhat.com>
1014
1015 * decl.c (begin_constructor_body, begin_destructor_body): New fns.
1016 (begin_function_body): Call them and keep_next_level.
1017 * init.c (emit_base_init): Call keep_next_level.
1018 * semantics.c (setup_vtbl_ptr): Lose.
1019 * cp-tree.h (struct cp_language_function): Remove vtbls_set_up_p.
1020 (vtbls_set_up_p): Lose.
1021 * pt.c (tsubst_expr, CTOR_INITIALIZER): Call emit_base_init.
1022 * method.c (do_build_copy_constructor): Likewise.
1023 (synthesize_method): Call finish_mem_initializers.
1024 * parse.y (nodecls): Likewise.
ad6b1795
JM
1025
1026 * error.c (dump_type_suffix): Print the exception specs before
1027 recursing.
1028 (dump_function_decl): Here, too.
1029
1030 * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
1031
195a5def
IR
10322002-01-10 Ira Ruben <ira@apple.com>
1033
6bc34b14 1034 PR c++/907
195a5def
IR
1035 * decl.c (start_method): Handle attrlist.
1036
f21ee879
JJ
10372002-01-10 Jakub Jelinek <jakub@redhat.com>
1038
1039 * decl2.c (max_tinst_depth): Increase default limit to 500.
1040
10412002-01-10 Graham Stott <grahams@redhat.com>
8fabd4e2
GS
1042
1043 * spew.c (YYCHAR): Uppercase macro parameter and add
1044 parenthesis.
1045 (YYCODE): Likewise.
1046 (NAME): Uppercase macro parameter.
1047
c3af729a
GS
10482002-01-09 Graham Stott <grahams@redhat.com>
1049
6bc34b14 1050 * decl.h (grokdeclarator): Wrap long line.
5d8b4235 1051
c3af729a
GS
1052 * semantics.c (FINISH_COND): Uppercase macro paramaters and
1053 add parenthesis.
1054
91800747
GS
10552002-01-08 Graham Stott <grahams@redhat.com>
1056
1057 * xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
1058 (PALLOC): Uppercase macro parameter and whitespace.
1059 (SALLOC): Uppercase macro parameter.
1060 (SFREE): Uppercase macros parameter, add parenthese and
1061 whitespace.
1062 (STREQL): Uppercase macro parameter and whitespace.
1063 (STRNEQ): Likewise.
1064 (STRLSS): Likewise.
1065 (STRLEQ): Likewise.
1066 (STRGTR): Likewise.
1067 (STRGEQ): Likewise.
1068
1069 * call.c (convert_like): Add parenthesis and wrap.
1070 (convert_like_with_context): Likewise.
1071 (ICS_RANK): Whitespace.
1072 (NEED_TEMPORARY_P): Remove parenthesis.
1073
1074 * class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and
1075 whitespace.
1076 (VTT_MARKED_BINFO_P): Likewise.
1077
1078 * decl.c (BINDING_LEVEL): Add parenthesis.
1079 (DEF_OPERATOR): Likewise.
1080
91800747
GS
1081 * mangle.c (MANGLE_TRACE): Add parenthesis.
1082 (MANGLE_TRACE_TREE): Likewise.
1083 (write_signed_number): Likewise.
1084 (write_unsigned_number): Likewise.
1085
1086 * pt.c (ccat): Uppercase macro parameter.
1087 (cat): Likewise
1088
1089 * search.c (SET_BINFO_ACCESS): Add parenthesis.
1090
15eb1e43
JM
10912002-01-07 Jason Merrill <jason@redhat.com>
1092
1093 * decl2.c (coerce_new_type): Downgrade error for size_t mismatch
1094 to pedwarn.
1095
6bc34b14 1096 PR c++/3536
15eb1e43
JM
1097 * method.c (make_thunk): If !flag_weak, give the thunk the
1098 function's linkage.
1099 (use_thunk): Here, too.
1100
b34c06e3
GS
11012002-01-07 Graham Stott <grahams@redhat.com>
1102
6bc34b14
JM
1103 * error.c: Update copyright date.
1104 (print_scope_operator): Add parenthesis.
1105 (print_left_paren): Likewise.
1106 (print_right_paren): Likewise.
1107 (print_left_bracket): Likewise.
1108 (print_right_bracket): Likewise.
1109 (print_template_argument_list_start): Likewise.
1110 (print_template_argument_list_end): Likewise.
1111 (print_non_consecutive_character): Likewise.
1112 (print_tree_identifier): Likewise.
1113 (print_identifier): Likewise.
1114 (NEXT_CODE): Uppercase macro parameter.
1115 (ident_fndecl): Delete unused.
1116 (GLOBAL_THING): Likewise.
b34c06e3 1117
98e40e83
GS
11182002-01-06 Graham Stott <grahams@redhat.com>
1119
1120 * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.
1121 (VAR_FUNCTION_OR_PARM_DECL_CHECK): Likewise.
1122 (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK) Likewise.
1123 (RECORD_OR_UNION_TYPE_CHECK): Likewise.
1124 (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Likewise.
1125 (C_IS_RESERVED_WORD): Uppercase macro parameter.
1126 (C_RID_YYCODE) Likewise.
1127 (ptrmem_cst): Use rtx.
1128 (LOCAL_BINDING_P): Add whitespace.
1129 (INHERITED_VALUE_BINDING_P): Likewise.
1130 (BINDING_SCOPE): Wrap long line.
1131 (BINDING_HAS_LEVEL_P): Remove parenthesis.
1132 (BINDING_VALUE): Wrap long line.
1133 (BINDING_TYPE): Whitespace.
1134 (IDENTIFIER_GLOBAL_VALUE): Add parenthesis.
1135 (SET_IDENTIFIER_GLOBAL_VALUE): Likewise.
c588e52b 1136 (IDENTIFIER_NAMESPACE_VALUE): Likewise.
98e40e83
GS
1137 (SET_IDENTIFIER_NAMESPACE_VALUE: Likewise.
1138 (same_type_p): Uppercase macro parameters.
1139 (same_type_ignoring_top_level_qualifiers_p): Likewise.
1140 (OVL_FUNCTION): Wrap long line.
1141 (OVL_CHAIN): Whitespace.
b34c06e3 1142 (OVL_CURRENT): Add parenthesis and whitespace.
98e40e83
GS
1143 (OVL_NEXT): Whitespace.
1144 (OVL_USED): Likewise.
1145 (IDENTIFIER_TYPE_VALUE): Likewise.
1146 (REAL_IDENTIFIER_TYPE_VALUE): Remove parenthesis.
1147 (SET_IDENTIFIER_TYPE_VALUE): Add parenthesis and whitespace.
1148 (LANG_ID_FIELD): Whitespace.
1149 (SET_LANG_ID(NODE,VALUE,NAME): Likewise.
1150 (IDENTIFIER_LABEL_VALUE): Whitespace and wrap.
1151 (SET_IDENTIFIER_LABEL_VALUE): Whitespace.
1152 (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
1153 (SET_IDENTIFIER_IMPLICIT_DECL); Whitespace.
1154 (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
1155 (SET_IDENTIFIER_ERROR_LOCUS); Whitespace.
1156 (IDENTIFIER_VIRTUAL_P): Likewise.
1157 (IDENTIFIER_OPNAME_P): Likewise.
1158 (IDENTIFIER_TYPENAME_P): Remove parenthesis.
1159 (C_TYPE_FIELDS_READONLY): Uppercase macro parameters.
1160 (C_SET_EXP_ORIGINAL_CODE): Likewise.
1161 (TYPE_ASSEMBLER_NAME_STRING): Wrap long line.
1162 (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
1163 (IS_AGGR_TYPE): Uppercase macro parameter.
1164 (CLASS_TYPE_P): Likewise.
1165 (IS_AGGR_TYPE_CODE): Uppercase macro parameter and parenthesis.
1166 (IS_AGGR_TYPE_2): Whitespace.
1167 (TAGGED_TYPE_P): Uppercase macro parameter.
1168 (TYPE_BUILT_IN): Whitespace.
1169 (TYPE_FOR_JAVA): Likewise.
1170 (FUNCTION_ARG_CHAIN): Remove parenthesis.
1171 (FUNCTION_FIRST_USER_PARMTYPE): Add parenthesis.
1172 (FUNCTION_FIRST_USER_PARAM): Likewise.
1173 (PROMOTES_TO_AGGR_TYPE): Whitespace.
1174 (DERIVED_FROM_P): Add parenthesis and wrap.
1175 (UNIQUELY_DERIVED_FROM_P): Likewise.
1176 (ACCESSIBLY_UNIQUELY_DERIVED_P): Likewise.
1177 (PUBLICLY_UNIQUELY_DERIVED_P): Likewise.
1178 (CLASSTYPE_USE_TEMPLATE): Whitespace.
1179 (CLASSTYPE_INLINE_FRIENDS): Remove parenthesis.
1180 (TYPE_GETS_DELETE): Add parenthesis.
1181 (TYPE_HAS_CONVERSION): Add parenthesis and wrap.
1182 (TYPE_HAS_ASSIGN_REF): Likewise,
1183 (TYPE_HAS_CONST_ASSIGN_REF): Likewise.
1184 (TYPE_HAS_INIT_REF): Likewise.
1185 (TYPE_HAS_CONST_INIT_REF): Likewise.
1186 (TYPE_BEING_DEFINED): Likewise.
1187 (TYPE_LANG_SPECIFIC): Likewise.
1188 (CLASSTYPE_RTTI): Likewise.
1189 (TYPE_OVERLOADS_CALL_EXPR): Likewise.
1190 (TYPE_OVERLOADS_ARRAY_REF): Likewise.
1191 (TYPE_OVERLOADS_ARROW): Likewise.
1192 (TYPE_USES_MULTIPLE_INHERITANCE): Likewise.
1193 (TYPE_USES_VIRTUAL_BASECLASSES): Add parenthesis.
1194 (CLASSTYPE_METHOD_VEC): Likewise.
1195 (CLASSTYPE_MARKED_N): Likewise.
1196 (CLASSTYPE_MARKED): Likewise.
1197 (CLASSTYPE_MARKED2): Likewise.
1198 (CLASSTYPE_MARKED3): Likewise.
1199 (CLASSTYPE_MARKED4): Likewise.
1200 (CLASSTYPE_MARKED5): Likewise.
1201 (CLASSTYPE_MARKED6): Likewise.
1202 (SET_CLASSTYPE_MARKED): Whitespace.
1203 (CLEAR_CLASSTYPE_MARKED): Likewise.
1204 (SET_CLASSTYPE_MARKED2): Likewise.
1205 (CLEAR_CLASSTYPE_MARKED2): Likewise.
1206 (SET_CLASSTYPE_MARKED3): Likewise.
1207 (CLEAR_CLASSTYPE_MARKED3): Likewise.
1208 (SET_CLASSTYPE_MARKED4): Likewise.
1209 (CLEAR_CLASSTYPE_MARKED4): Likewise.
1210 (SET_CLASSTYPE_MARKED5): Likewise.
1211 (CLEAR_CLASSTYPE_MARKED5): Likewise.
1212 (SET_CLASSTYPE_MARKED6): Likewise.
1213 (CLEAR_CLASSTYPE_MARKED6): Likewise.
1214 (CLASSTYPE_TAGS): Likewise.
1215 (CLASSTYPE_VSIZE): Likewise.
1216 (CLASSTYPE_VBASECLASSES): Likewise.
1217 (CANONICAL_BINFO): Add parenthesis.
1218 (CLASSTYPE_SIZE(NODE): Likewise.
1219 (CLASSTYPE_SIZE_UNIT): Likewise.
1220 (CLASSTYPE_ALIGN(NODE): Likewise.
1221 (CLASSTYPE_USER_ALIGN): Likewise.
1222 (TYPE_JAVA_INTERFACE): Likewise.
1223 (CLASSTYPE_PURE_VIRTUALS): Likewise.
1224 (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Whitespace and wrap.
1225 (TYPE_HAS_DEFAULT_CONSTRUCTOR): Likewise.
1226 (CLASSTYPE_HAS_MUTABLE): Likewise.
1227 (CLASSTYPE_FRIEND_CLASSES): Likewise. Likewise.
1228 (CLASSTYPE_DECLARED_CLASS): Whitespace and wrap.
1229 (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Likewise.
1230 (CLASSTYPE_REF_FIELDS_NEED_INIT): Likewise.
1231 (CLASSTYPE_INTERFACE_ONLY): Likewise.
1232 (CLASSTYPE_INTERFACE_KNOWN): Likewise.
1233 (CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
1234 (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
1235 (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
1236 (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
1237 (CLASSTYPE_DEBUG_REQUESTED): Whitespace and wrap.
1238 (BINFO_UNSHARED_MARKED): Whitespace.
1239 (BINFO_MARKED): Whitespace and wrap.
1240 (SET_BINFO_MARKED): Likewise.
1241 (CLEAR_BINFO_MARKED): Likewise.
1242 (BINFO_VTABLE_PATH_MARKED): Likewise.
1243 (SET_BINFO_VTABLE_PATH_MARKED): Likewise.
1244 (CLEAR_BINFO_VTABLE_PATH_MARKED): Likewise.
1245 (BINFO_SUBVTT_INDEX): Remove parenthesis.
1246 (BINFO_VPTR_INDEX): Likewise.
1247 (BINFO_PRIMARY_BASE_OF): Likewise,
1248 (CLASSTYPE_VFIELDS): Whitespace.
1249 (VF_DERIVED_VALUE): Wrap long line.
1250 (NAMESPACE_LEVEL): Whitespace.
6bc34b14
JM
1251 (CAN_HAVE_FULL_LANG_DECL_P): Remove parenthesis.
1252 (DEFARG_POINTER): Whitespace.
1253 (DECL_NEEDED_P): Remove parenthesis.
1254 (DECL_LANGUAGE): Whitespace.
1255 (SET_DECL_LANGUAGE): Add parenthesis.
1256 (DECL_CONSTRUCTOR_P): Whitespace and wrap.
1257 (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
1258 (DECL_IN_AGGR_P): Whitespace.
1259 (DECL_FRIEND_P): Likewise.
1260 (DECL_BEFRIENDING_CLASSES): Likewise.
1261 (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
1262 (DECL_NONCONVERTING_P): Whitespace.
1263 (DECL_PURE_VIRTUAL_P): Likewise.
1264 (DECL_NEEDS_FINAL_OVERRIDER_P): Likewise.
1265 (DECL_PENDING_INLINE_INFO): Whitespace.
1266 (DECL_SORTED_FIELDS): Likewise.
1267 (DECL_DEFERRED_FN): Likewise.
1268 (DECL_TEMPLATE_INFO): Likewise.
1269 (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
1270 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO); Likewise.
1271 (SET_TYPE_TEMPLATE_INFO): Add parenthesis.
1272 (TMPL_ARGS_LEVEL): Likewise.
1273 (SET_TMPL_ARGS_LEVEL): Likewise.
1274 (INNERMOST_TEMPLATE_PARMS): Whitespace.
1275 (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter.
1276 (INTEGRAL_CODE_P(CODE): Add parenthesis.
1277 (CP_INTEGRAL_TYPE_P): Remove parenthesis.
1278 (TYPE_HAS_CONSTRUCTOR): Whitespace.
1279 (TREE_HAS_CONSTRUCTOR): Likewise.
1280 (TYPE_HAS_DESTRUCTOR): Likewise.
1281 (TYPE_HAS_REAL_ASSIGN_REF): Likewise.
1282 (TYPE_HAS_COMPLEX_ASSIGN_REF): Likewise.
1283 (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
1284 (TYPE_HAS_COMPLEX_INIT_REF): Likewise.
1285 (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Likewise.
1286 (TYPE_PTRMEMFUNC_P): Likewise.
1287 (TYPE_PTRMEMFUNC_FLAG): Likewise.
1288 (TYPE_GET_PTRMEMFUNC_TYPE): Likewise.
1289 (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
1290 (TYPE_PTRMEM_CLASS_TYPE): Remove parenthesis.
1291 (TYPE_PTRMEM_POINTED_TO_TYPE): Likewise.
1292 (DECL_ACCESS): Whitespace.
1293 (DECL_GLOBAL_CTOR_P): Remove parenthesis.
1294 (DECL_GLOBAL_DTOR_P): Likewise.
1295 (GLOBAL_INIT_PRIORITY): Likewise.
98e40e83 1296 (DECL_TEMPLATE_PARMS): Likewise.
6bc34b14
JM
1297 (DECL_TEMPLATE_RESULT): Likewise.
1298 (DECL_TEMPLATE_INSTANTIATIONS): Likewise.
1299 (DECL_TEMPLATE_SPECIALIZATIONS): Likewise.
1300 (DECL_IMPLICIT_TYPEDEF_P): Remove parenthesis.
1301 (SET_DECL_IMPLICIT_TYPEDEF_P): Likewise.
1302 (PRIMARY_TEMPLATE_P): Add parenthesis.
1303 (DECL_USE_TEMPLATE): Whitespace.
1304 (CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
1305 (SET_CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
1306 (CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
1307 (SET_CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
1308 (CALL_DECLARATOR_PARMS): Remove parenthesis.
1309 (CALL_DECLARATOR_QUALS): Likewise.
1310 (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
1311 (TEMP_NAME_P): Wrap.
1312 (VFIELD_NAME_P): Likewise.
1313 (B_SET): Uppercase macro parameters and add parenthesis.
1314 (B_CLR): Likewise.
1315 (B_TST): Likewise.
1316 (LOOKUP_NAMESPACES_ONLY): Uppercase macro parameters.
1317 (LOOKUP_TYPES_ONLY): Uppercase macro parameters.
1318 (LOOKUP_QUALIFIERS_ONLY): Uppercase macro parameters.
1319 (same_or_base_type_p): Likewise.
1320 (cp_deprecated): Likewise.
98e40e83 1321
c28abdf0
RH
13222002-01-05 Richard Henderson <rth@redhat.com>
1323
15eb1e43 1324 * semantics.c (expand_body): Revert last change.
c28abdf0 1325
f11ee281
JM
13262002-01-04 Jason Merrill <jason@redhat.com>
1327
195a5def 1328 PR c++/4122
f11ee281
JM
1329 * class.c (update_vtable_entry_for_fn): Set delta to zero for a
1330 lost primary.
1331
1332 * class.c (build_vtbl_initializer): Check for a lost primary
1333 before calculating the vtable entry to throw away.
1334
a4200657
JM
13352002-01-02 Jason Merrill <jason@redhat.com>
1336
1337 * semantics.c (expand_body): Call outlining_inline_function when
1338 emitting an inline function out of line.
1339
40e593d7
NS
13402002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1341
1342 PR c++/5116, c++/764 reversion
1343 * call.c (build_new_op): Revert the instantiations. They are
1344 incorrect.
c588e52b 1345
323728aa
NS
13462002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1347
1348 PR c++/5089
1349 * decl2.c (reparse_absdcl_as_casts): Don't warn about casts to void.
1350
46c895ac
NS
13512002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1352
1353 PR c++/3716
1354 * pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
1355 (tsubst, case POINTER_TYPE): Handle pmfs here.
1356 (tsubst, case OFFSET_TYPE): Check it is not an offset to
1357 reference. If it is offset to FUNCTION_TYPE, create a METHOD_TYPE.
1358
833aa4c4
NS
13592002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1360
1361 PR c++/35
1362 * cp-tree.h (DECL_LANG_FLAG_0): Used for PARM_DECL too.
1363 (DECL_TEMPLATE_PARM_P): A PARM_DECL might be one too.
1364 * pt.c (process_template_parm): SET_DECL_TEMPLATE_PARM_P on the
1365 PARM_DECL.
1366 (tsubst_template_parms): Break up loop statements.
1367 (tsubst_decl, case PARM_DECL): Copy DECL_TEMPLATE_PARM_P. Template
1368 parm PARM_DECLs don't get promoted.
1369
18976b21
NS
13702002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1371
1372 PR c++/5123
1373 * typeck.c (build_component_ref): Cope with a TEMPLATE_ID_EXPR.
1374 (build_x_function_call): Cope with a COMPONENT_REF containing a
1375 TEMPLATE_ID_EXPR.
1376
303d1c55
NS
13772002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1378
1379 PR c++/5213
1380 * pt.c (convert_template_argument): Be more careful determining
1381 when RECORD_TYPE templates are or are not templates.
1382
d46a33b3
NS
13832002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1384
1385 PR c++/775
1386 * cp-tree.h (handle_class_head): Adjust prototype.
1387 * decl2.c (handle_class_head): Add DEFN_P and NEW_TYPE_P
1388 parameters. Use for all class heads.
1389 * parse.y (named_class_head_sans_basetype, named_class_head,
1390 named_complex_class_head_sans_basetype,
1391 named_class_head_sans_basetype_defn,
1392 unnamed_class_head): Remove.
1393 (class_head, class_head_apparent_template): Recognize class heads
1394 (class_head_decl, class_head_defn): New reductions. Process class
1395 heads.
1396 (structsp): Adjust class definition and class declaration
1397 reductions.
1398 (maybe_base_class_list): Give diagnostic on empty list.
1399
4542128e
NS
14002002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1401
1402 PR c++/4379
1403 * typeck.c (build_x_unary_op): Don't destroy the OFFSET_REF on a
1404 single non-static member.
1405 (unary_complex_lvalue): If it cannot be a pointer to member, don't
1406 make it so. Check it is not pointer to reference.
1407
903c6234
NS
14082002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1409
1410 PR c++/5132
1411 * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
1412 are processing a template decl.
1413
477558bf
NS
14142002-01-02 Nathan Sidwell <nathan@codesourcery.com>
1415
1416 PR c++/5116, c++/764
1417 * call.c (build_new_op): Make sure template class operands are
1418 instantiated. Simplify arglist construction.
1419
41f5d4b1
NS
14202001-12-29 Nathan Sidwell <nathan@codesourcery.com>
1421
1422 * call.c (build_user_type_conversion_1): Use my_friendly_assert
1423 rather than if ... abort.
1424 * cvt.c (convert_to_reference): Likewise.
1425 * semantics.c (setup_vtbl_ptr): Likewise.
1426 * pt.c (lookup_template_class): Comment typo.
c588e52b 1427
f3368a90
NS
14282001-12-29 Nathan Sidwell <nathan@codesourcery.com>
1429
1430 PR c++/5125
1431 * pt.c (push_template_decl_real): Make sure DECL has
1432 DECL_LANG_SPECIFIC.
1433
03c9c274
NS
14342001-12-29 Nathan Sidwell <nathan@codesourcery.com>
1435
1436 PR c++/335
1437 * init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
1438 for non-reference fields.
1439 * typeck.c (require_complete_type): Use resolve_offset_ref).
1440
7d8e8369
NS
14412001-12-26 Nathan Sidwell <nathan@codesourcery.com>
1442
1443 PR c++/196
03c9c274 1444 * parse.y (bad_parm): Better diagnostic when given a SCOPE_REF.
7d8e8369 1445
a56ca899
NS
14462001-12-24 Nathan Sidwell <nathan@codesourcery.com>
1447
1448 PR c++/160
1449 * typeck.c (build_modify_expr): Remove old unreachable code & tidy
1450 up. Don't stabilize_references when initializing a reference.
1451
0b5826ac
KG
14522001-12-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1453
1454 * decl2.c (lang_f_options): Const-ify.
1455
38be19f6
JM
14562001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
1457
1458 * config-lang.in (diff_excludes): Remove.
1459
2e4cf9dc
NS
14602001-12-19 Nathan Sidwell <nathan@codesourcery.com>
1461
1462 PR c++/90
1463 * typeck.c (build_function_call_real): Use original function
1464 expression for errors.
1465
00e4119c
JM
14662001-12-18 Jason Merrill <jason@redhat.com>
1467
195a5def 1468 PR c++/3242
00e4119c
JM
1469 * class.c (add_method): Do compare 'this' quals when trying to match a
1470 used function. Don't defer to another used function.
1471
3ad97789
NS
14722001-12-18 Nathan Sidwell <nathan@codesourcery.com>
1473
1474 * pt.c (instantiate_clone): Remove, fold into ...
1475 (instantiate_template): ... here. Simplify by removing mutual
1476 recursion.
1477 * typeck2.c (build_m_component_ref): Don't cv qualify the function
1478 pointed to by a pointer to function.
1479 * class.c (delete_duplicate_fields_1): Typo.
1480
f21add07
JM
14812001-12-18 Jason Merrill <jason@redhat.com>
1482
1483 C++ ABI change: destroy value arguments in caller.
1484 * semantics.c (genrtl_start_function, genrtl_finish_function): Don't
1485 create an extra binding level for the parameters.
1486 * decl.c (store_parm_decls): Don't do parameter cleanups.
1487
ea50ad82
NS
14882001-12-18 Nathan Sidwell <nathan@codesourcery.com>
1489
1490 * call.c (build_new_method_call): Use '%#V'.
1491 * error.c (cv_to_string): Use V parameter to determine padding.
1492
3855d0d1
JM
14932001-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
1494
1495 * call.c, decl2.c, init.c: Use "built-in" and "bit-field"
1496 spellings in messages.
1497
33bd39a2
ZW
14982001-12-17 Zack Weinberg <zack@codesourcery.com>
1499
1500 * cp-tree.h: Delete #defines for cp_error, cp_warning,
1501 cp_pedwarn, and cp_compiler_error.
1502 * call.c, class.c, cp-tree.h, cvt.c, decl.c, decl2.c, error.c,
1503 except.c, friend.c, init.c, lex.c, method.c, parse.y, pt.c,
1504 rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
1505 typeck2.c: Change calls to the above macros to use their
1506 language-independent equivalents: error, warning, pedwarn, and
1507 internal_error respectively.
1508
317c26c3
NB
15092001-12-16 Neil Booth <neil@daikokuya.demon.co.uk>
1510
1511 * decl2.c (finish_file): Remove back_end_hook.
1512
aba649ba
JM
15132001-12-16 Joseph S. Myers <jsm28@cam.ac.uk>
1514
1515 * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,
1516 cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c,
1517 pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors.
1518
1737c953
JM
15192001-12-15 Joseph S. Myers <jsm28@cam.ac.uk>
1520
1521 * lang-options.h: Use American spelling in messages.
1522
4a90862e
JM
15232001-12-13 Jason Merrill <jason@redhat.com>
1524
ade3dc07
JM
1525 * Make-lang.in (parse.h): Separate rule, just depend on parse.c.
1526
1527 Use cleanups to run base and member destructors.
1528 * init.c (push_base_cleanups): New function, split out from...
1529 (build_delete): ...here. Lose !TYPE_HAS_DESTRUCTOR code.
1530 * decl.c (finish_destructor_body): Move vbase destruction code to
1531 push_base_cleanups.
1532 (begin_function_body, finish_function_body): New fns.
1533 (finish_function): Move [cd]tor handling and call_poplevel to
1534 finish_function_body.
1535 (pushdecl): Skip the new level.
1536 * semantics.c (genrtl_try_block): Don't call end_protect_partials.
1537 (setup_vtbl_ptr): Call push_base_cleanups.
1538 * method.c (synthesize_method): Call {begin,end}_function_body.
1539 * pt.c (tsubst_expr): Handle COMPOUND_STMT_BODY_BLOCK.
1540 * cp-tree.h: Declare new fns.
1541 * parse.y (function_body, .begin_function_body): New nonterminals.
1542 (fndef, pending_inline, function_try_block): Use function_body.
1543 (ctor_initializer_opt, function_try_block): No longer has a value.
1544 (base_init): Remove .set_base_init token.
1545 (.set_base_init, compstmt_or_error): Remove.
1546 * Make-lang.in (parse.c): Expect two fewer s/r conflicts.
1547
4a90862e
JM
1548 * optimize.c (maybe_clone_body): Fix parameter updating.
1549
a0de9d20
JM
15502001-12-12 Jason Merrill <jason@redhat.com>
1551
1552 * decl.c (store_parm_decls): Remove parms_have_cleanups cruft.
1553 * semantics.c (genrtl_start_function): Don't pass
1554 parms_have_cleanups or push an extra binding level.
1555 (genrtl_finish_function): Lose cleanup_label cruft.
1556
1557 * cp-tree.h (struct cp_language_function): Remove x_ctor_label.
1558 (ctor_label): Remove.
1559 * semantics.c (finish_return_stmt): Lose ctor_label support.
1560 * decl.c (finish_constructor_body, mark_lang_function): Likewise.
33bd39a2 1561 * typeck.c (check_return_expr): Check DECL_DESTRUCTOR_P, not
a0de9d20
JM
1562 dtor_label.
1563
1564 * call.c (build_new_method_call): Let resolves_to_fixed_type_p
1565 check for [cd]tors.
1566 * class.c (fixed_type_or_null, case INDIRECT_REF): Fix.
1567
1568 * decl.c (finish_function): Check VMS_TARGET, not VMS.
1569
1570 * decl.c (start_cleanup_fn): Remove redundant pushlevel.
1571 (end_cleanup_fn): And poplevel.
1572
1573 * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER
1574 if we're in a template.
1575
dc5c569a
JJ
15762001-12-12 Jakub Jelinek <jakub@redhat.com>
1577
1578 * cp-tree.h (DESTRUCTOR_DECL_PREFIX, DESTRUCTOR_NAME_P,
1579 ANON_PARMNAME_FORMAT, ANON_PARMNAME_P, DESTRUCTOR_NAME_FORMAT,
1580 THIS_NAME_P): Delete.
1581 * spew.c (read_process_identifier): Remove DESTRUCTOR_NAME_P,
1582 THIS_NAME_P and ANON_PARMNAME_P tests from warning about clash
1583 with internal naming scheme.
1584 * error.c (dump_decl): Remove DESTRUCTOR_NAME_P use.
1585
ad1a6d45
NS
15862001-12-12 Nathan Sidwell <nathan@codesourcery.com>
1587
1588 * decl.c (grokdeclarator): Deprecated implicit typename use.
1589
270d8c65
NS
15902001-12-11 Nathan Sidwell <nathan@codesourcery.com>
1591
1592 PR g++/51
1593 * parse.y (frob_specs): Indicate it is a language linkage which
1594 contained the extern.
1595 * decl.c (grokdeclarator): Allow extern language linkage with
1596 other specifiers.
1597
9aaceb4b
NS
15982001-12-10 Nathan Sidwell <nathan@codesourcery.com>
1599
1600 PR g++/72
1601 * decl.c (add_binding): Don't reject duplicate typedefs involving
1602 template parameters.
1603
a23c9413
NB
16042001-12-10 Neil Booth <neil@daikokuya.demon.co.uk>
1605
1606 * parse.y, semantics.c: Similarly.
1607
9aaceb4b 16082001-12-09 Nathan Sidwell <nathan@codesourcery.com>
271e6f02
NS
1609
1610 PR g++/87
1611 * cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.
1612 (copy_args_p): Rename to ...
1613 (copy_fn_p): ... here.
1614 (grok_special_member_properties): New function.
1615 (grok_op_properties): Lose VIRTUALP parameter.
1616 (copy_assignment_arg_p): Remove.
1617 * call.c (build_over_call): Use copy_fn_p.
1618 * decl.c (grokfndecl): Reformat. Adjust call to
1619 grok_op_properties.
1620 (copy_args_p): Rename to ...
1621 (copy_fn_p): ... here. Reject template functions. Check for pass
1622 by value.
1623 (grok_special_member_properties): Remember special functions.
1624 (grok_ctor_properties): Don't remember them here, just check.
1625 (grok_op_properties): Likewise.
1626 (start_method): Call grok_special_member_properties.
1627 * decl2.c (grokfield): Likewise.
1628 (copy_assignment_arg_p): Remove.
1629 (grok_function_init): Don't remember abstract assignment here.
1630 * pt.c (instantiate_class_template): Call
1631 grok_special_member_properties.
1632 (tsubst_decl): Adjust grok_op_properties call.
1633
bdd8737f
AH
16342001-12-08 Aldy Hernandez <aldyh@redhat.com>
1635
33bd39a2
ZW
1636 * lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and
1637 RID_TYPES_COMPATIBLE_P.
bdd8737f 1638
46af705a
JDA
16392001-12-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
1640
1641 * semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in
1642 call to build_aggr_init.
1643 * cp-tree.h (DIRECT_BIND): Document new use of DIRECT_BIND.
1644
cb97d97d
NB
16452001-12-08 Neil Booth <neil@daikokuya.demon.co.uk>
1646
1647 * parse.y: Replace uses of the string non-terminal with STRING.
1648 Don't perform string concatentaion here.
1649 (string): Remove non-terminal.
1650 * semantics.c (finish_asm_stmt): Don't concatenate strings here.
1651
742a37d5
JM
16522001-12-05 Jason Merrill <jason@redhat.com>
1653
1654 * cp-lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
1655 (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
1656 * tree.c (cp_start_inlining, cp_end_inlining): New fns.
1657 * pt.c (push_tinst_level): No longer static.
1658 * cp-tree.h: Declare them.
1659
1660 * init.c (resolve_offset_ref): Don't check access for the base
1661 conversion to access a FIELD_DECL.
1662
1663 * cp-tree.h (TYPE_REFFN_P): New macro.
1664 * decl.c (bad_specifiers): Check it, too.
1665
1666 * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY
1667 on the __*_type_info type if we haven't seen a definition.
1668
26f943fd
NB
16692001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
1670
1671 * decl.c: Include c-common.h.
1672 (shadow_warning): Move to c-common.c.
1673
37a08a29
RK
1674Wed Dec 5 17:00:49 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1675
1676 * decl.c (duplicate_decls): Don't copy DECL_NO_CHECK_MEMORY_USAGE.
1677
9471d3e2
NS
16782001-12-04 Nathan Sidwell <nathan@codesourcery.com>
1679
1680 * pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.
1681
713ccd0c
NS
16822001-12-04 Nathan Sidwell <nathan@codesourcery.com>
1683
1684 PR g++/164
1685 * init.c (sort_base_init): Allow binfos to be directly specified.
1686 * method.c (do_build_copy_constructor): Explicitly convert to the
1687 base instance.
1688 (do_build_assign_ref): Likewise.
1689
591382c4
HPN
16902001-12-03 Hans-Peter Nilsson <hp@bitrange.com>
1691
1692 * decl.c (xref_basetypes): Don't use C99 construct in tag_code
1693 declaration and initialization.
1694
c725bd79
NB
16952001-12-03 Neil Booth <neil@daikokuya.demon.co.uk>
1696
1697 * typeck2.c: Remove leading capital from diagnostic messages, as
1698 per GNU coding standards.
1699
a5d7c4a3
MK
17002001-12-03 Mumit Khan <khan@nanotech.wisc.edu>
1701
1702 PR c++/3394
9fe038e8
HPN
1703 * decl.c (xref_basetypes): Handle attributes between
1704 'class' and name.
a5d7c4a3 1705
f1880e13
NS
17062001-12-03 Nathan Sidwell <nathan@codesourcery.com>
1707
1708 PR g++/3381
1709 * parse.y (named_complex_class_head_sans_basetype): Add new
1710 reduction.
1711 * Make-lang.in (parse.c): Adjust expected conflict count.
1712
ff668506
JM
17132001-12-03 Jason Merrill <jason@redhat.com>
1714
1715 * class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the
1716 immediate binfos for our virtual bases.
1717
1f978f5f
NB
17182001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
1719
1720 * call.c (build_java_interface_fn_ref): Similarly.
1721 * except.c (is_admissible_throw_operand): Similarly.
1722 * init.c (build_java_class_ref): Similarly.
1723 * xref.c (open_xref_file): Similarly.
1724
357351e5
NB
17252001-12-01 Neil Booth <neil@daikokuya.demon.co.uk>
1726
1727 * class.c (finish_struct): Remove trailing periods from messages.
1728 * decl.c (check_tag_decl): Similarly.
1729 * lex.c (cxx_set_yydebug): Similarly.
1730 * typeck2.c (friendly_abort): Similarly.
1731
998979e6
MM
17322001-11-29 Mark Mitchell <mark@codesourcery.com>
1733
1734 PR c++/3048
1735 * cp-tree.h (ovl_member): Remove.
33bd39a2 1736 * decl2.c (merge_functions): Handle extern "C" functions
998979e6
MM
1737 specially.
1738 * tree.c (ovl_member): Remove.
1739
7d5b8b11
MM
17402001-11-29 Mark Mitchell <mark@codesourcery.com>
1741
1742 PR c++/4842
1743 * class.c (get_basefndecls): Take an IDENTIFIER_NODE, not a
1744 FUNCTION_DECL, as input.
1745 (mark_overriders): Remove.
1746 (warn_hidden): Rework for the new ABI.
1747
b67db529
MM
17482001-11-29 Mark Mitchell <mark@codesourcery.com>
1749
1750 PR c++/3471
1751 * call.c (convert_like_real): Do not build additional temporaries
1752 for rvalues of class type.
1753
2db1ab2d
NS
17542001-11-28 Nathan Sidwell <nathan@codesourcery.com>
1755
1756 * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
1757 (ACCESSIBLY_UNIQUELY_DERIVED_FROM_P): Likewise.
1758 (PUBLICLY_UNIQUELY_DERIVED_FROM_P: Likewise.
1759 (DERIVED_FROM_P): Likewise.
1760 (enum base_access): Renumber, add ba_quiet bit mask.
1761 (get_binfo): Remove.
1762 (get_base_distance): Remove.
1763 (binfo_value): Remove.
1764 (ACCESSIBLY_DERIVED_FROM_P): Remove.
1765 * call.c (standard_conversion): Use lookup_base.
1766 * class.c (strictly_overrides): Likewise.
1767 (layout_virtual_bases): Likewise.
1768 (warn_about_ambiguous_direct_bases): Likewise.
1769 (is_base_of_enclosing_class): Likewise.
1770 (add_vcall_offset_vtbl_entries_1): Likewise.
1771 * cvt.c (build_up_reference): Adjust comment.
1772 * init.c (build_member_call): Reformat.
1773 * search.c (get_binfo): Remove.
1774 (get_base_distance_recursive): Remove.
1775 (get_base_distance): Remove.
1776 (lookup_base_r): Tweak.
1777 (lookup_base): Add ba_quiet control. Complete the types here.
1778 (covariant_return_p): Use lookup_base.
1779 * tree.c (binfo_value): Remove.
1780 (maybe_dummy_object): Use lookup_base.
1781 * typeck.c (build_static_cast): Use lookup_base.
1782 (get_delta_difference): Likewise.
1783 * typeck2.c (binfo_or_else): Use lookup_base.
1784 (build_scoped_ref): Add back error_mark_check.
1785 (build_m_component_ref): Use lookup_base.
1786
d3945f0a
JM
17872001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
1788
1789 * Make-lang.in (c++.generated-manpages): New dummy target.
1790
ac79cd5a
RK
1791Tue Nov 27 09:03:47 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1792
1793 * Make-lang.in (cp-lang.o): Depends on c-common.h.
1794 * cp-lang.c (c-common.h): Include.
1795 (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
1796 * decl.c (cxx_init_decl_processing): Don't set lang_safe_from_p.
1797 * expr.c (init_cplus_expand): Don't set lang_expand_constant.
1798
4d6baafa
NB
17992001-11-26 Neil Booth <neil@daikokuya.demon.co.uk>
1800
1801 * decl2.c (c_language): Move to c-common.c.
1802 * lex.c (cxx_post_options, cxx_init_options): Use c-common.c
1803 functions.
1804 (cxx_init): Update.
1805
5b0c5896
JM
18062001-11-26 Jason Merrill <jason@redhat.com>
1807
1808 * call.c (joust): Remove COND_EXPR hack.
1809
4bdd26e6
AH
18102001-11-25 Aldy Hernandez <aldyh@redhat.com>
1811
195a5def 1812 * search.c (lookup_base_r): Declare bk in variable declaration
4bdd26e6 1813 space.
33bd39a2 1814
338d90b8
NS
18152001-11-25 Nathan Sidwell <nathan@codesourcery.com>
1816
1817 PR g++/3145
1818 * class.c (build_vbase_pointer): Remove.
1819 (build_vbase_path): Remove.
1820 (build_base_path): New function.
1821 * cp-tree.h (base_access, base_kind): New enumerations.
1822 (build_base_path): Declare.
1823 (convert_pointer_to_real): Remove.
1824 (convert_pointer_to): Remove.
1825 (lookup_base): Declare.
1826 (convert_pointer_to_vbase): Remove.
1827 * call.c (build_scoped_method_call): Use lookup_base &
1828 build_base_path instead of convert_pointer_to_real,
1829 get_base_distance & get_binfo.
1830 (build_over_call): Likewise.
1831 * cvt.c (cp_convert_to_pointer): Likewise.
1832 (convert_to_pointer_force): Likewise.
1833 (build_up_reference): Likewise.
1834 (convert_pointer_to_real): Remove.
1835 (convert_pointer_to): Remove.
1836 * init.c (dfs_initialize_vtbl_ptrs): Use build_base_path
1837 instead of convert_pointer_to_vbase & build_vbase_path.
1838 (emit_base_init): Use build_base_path instead of
1839 convert_pointer_to_real.
1840 (expand_virtual_init): Lose unrequired conversions.
1841 (resolve_offset_ref): Use lookup_base and build_base_path
1842 instead of convert_pointer_to.
1843 * rtti.c (build_dynamic_cast_1): Use lookup_base &
1844 build_base_path instead of get_base_distance & build_vbase_path.
1845 * search.c (get_vbase_1): Remove.
1846 (get_vbase): Remove.
1847 (convert_pointer_to_vbase): Remove.
07f521fc 1848 (lookup_base_r): New function.
338d90b8
NS
1849 (lookup_base): New function.
1850 * typeck.c (require_complete_type): Use lookup_base &
1851 build_base_path instead of convert_pointer_to.
1852 (build_component_ref): Likewise.
1853 (build_x_function_call): Likewise.
1854 (get_member_function_from_ptrfunc): Likewise.
1855 (build_component_addr): Likewise.
1856 * typeck2.c (build_scoped_ref): Likewise.
1857
89d684bb
BM
18582001-11-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1859
1860 * cp-tree.h (CP_TYPE_QUALS): Removed.
1861 * decl.c (cxx_init_decl_processing): Don't set lang_dump_tree.
33bd39a2 1862 * cp-lang.c: Set LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN and
89d684bb 1863 LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN.
33bd39a2 1864 * dump.c (cp_dump_tree): Use void* dump_info argument to match
89d684bb
BM
1865 lang-hooks prototype.
1866 * call.c, cp-tree.h, cvt.c, decl.c, init.c, mangle.c, method.c, pt.c,
1867 rtti.c, semantics.c, tree.c, typeck.c, typeck2.c: All references to
1868 CP_TYPE_QUALS changed to cp_type_quals.
1869 * Make-lang.in: References to c-dump.h changed to tree-dump.h.
1870 (CXX_C_OBJS): Remove c-dump.o.
1871
12eb9f93 18722001-11-21 Mark Mitchell <mark@codesourcery.com>
2d2e8123
MM
1873
1874 PR c++/3637
12eb9f93
MM
1875 * pt.c (lookup_template_class): Ensure that all specializations
1876 are registered on the list corresponding to the most general
1877 template.
1878
18792001-11-20 Mark Mitchell <mark@codesourcery.com>
1880
2d2e8123 1881 * call.c (non_reference): Add documentation.
33bd39a2 1882 (convert_class_to_reference): Do not strip reference types
2d2e8123
MM
1883 from conversion operators.
1884 (maybe_handle_ref_bind): Simplify.
1885 (compare_ics): Correct handling of references.
1886
78a40378
MM
18872001-11-19 John Wilkinson <johnw@research.att.com>
1888
1889 * dump.c (dump_op): New function.
1890 (cp_dump_tree): Dump CLASSTYPE_TEMPLATE_SPECIALIZATION. Use
1891 dump_op. Dump DECL_MUTABLE, access and staticness for VAR_DECLs.
1892 DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
33bd39a2 1893
78a40378
MM
18942001-11-19 Mark Mitchell <mark@codesourcery.com>
1895
1896 PR4629
1897 * semantics.c (finish_sizeof): Make sure that expression created
1898 while processing a template do not have a type.
1899 (finish_alignof): Likewise.
1900 * typeck.c (c_sizeof): Likewise.
1901 (expr_sizeof): Likewise.
1902
22703ccc
NB
19032001-11-18 Neil Booth <neil@daikokuya.demon.co.uk>
1904
1905 * lex.c (cxx_finish): Call c_common_finish.
1906 (finish_parse): Remove.
1907
b3faacfd
KL
19082001-11-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1909
1910 * decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
1911 when displaying error message about missing array bounds.
1912
873ff987
KL
19132001-11-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1914
1915 * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
1916 CONST_CAST_EXPR.
1917 * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
1918
08f3a861
NB
19192001-11-16 Neil Booth <neil@daikokuya.demon.co.uk>
1920
1921 * cp-tree.h (print_class_statistics): Restore.
1922
8a2b77e7
JM
19232001-11-15 Jason Merrill <jason@redhat.com>
1924
3b1a4132
JM
1925 * method.c (use_thunk): Don't emit debugging information for thunks.
1926
8a2b77e7
JM
1927 * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
1928 * decl.c (make_typename_type): Handle getting a class template.
1929 * search.c (lookup_field_r): A class template is good enough for
1930 want_type.
1931
1932 * call.c (convert_like_real): Only use cp_convert for the bad part.
1933 (standard_conversion): Also allow bad int->enum.
1934 * typeck.c (ptr_reasonably_similar): Also allow functions to
1935 interconvert. Pointers to same-size integers are reasonably
1936 similar.
1937
1938 * cvt.c (convert_to_void): If we build a new COND_EXPR, always
1939 give it void type.
1940
36a68fe7
NS
19412001-11-15 Nathan Sidwell <nathan@codesourcery.com>
1942
1943 PR g++/3154
1944 * init.c (sort_base_init): Remove unreachable code.
1945 (expand_member_init): Adjust comment to reflect reality. Simplify
1946 and remove unreachable code.
1947
f5e99456
NB
19482001-11-15 Neil Booth <neil@daikokuya.demon.co.uk>
1949
1950 * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
1951 (cxx_init): Update prototype.
1952 * decl.c (init_decl_processing): Rename. Move null node init
1953 to its creation time.
1954 * lex.c (cxx_init_options): Update.
1955 (cxx_init): Combine with old init_parse; also call
1956 cxx_init_decl_processing.
1957
fe5b6c1c
RS
19582001-11-14 Richard Sandiford <rsandifo@redhat.com>
1959
8a2b77e7
JM
1960 * decl.c (check_initializer): Try to complete the type of an
1961 array element before checking whether it's complete. Don't
1962 complain about arrays with complete element types but an
1963 unknown size.
1964 (cp_finish_decl): Build the hierarchical constructor before
1965 calling maybe_deduce_size_from_array_init.
fe5b6c1c 1966
77bd67cb
JM
19672001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
1968
1969 * Make-lang.in: Change all uses of $(manext) to $(man1ext).
1970
b02922a4
NS
19712001-11-13 Nathan Sidwell <nathan@codesourcery.com>
1972
1973 PR g++/4206
1974 * parse.y (already_scoped_stmt): Remove.
1975 (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt.
1976
abfc1ef6
L
19772001-11-12 H.J. Lu <hjl@gnu.org>
1978
195a5def 1979 * cvt.c (ocp_convert): Don't warn the address of a weak
abfc1ef6
L
1980 function is always `true'.
1981
5d69f816
NB
19822001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
1983
1984 * cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
1985 LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
1986 LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
1987 * cp-tree.h (print_class_statistics): Remove.
1988 (cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
1989 cxx_print_identifier, cxx_set_yydebug): New.
1990 * lex.c (set_yydebug): Rename c_set_yydebug.
1991 * ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
1992 lang_print_xnode): Rename.
1993 * tree.c (print_lang_statistics): Rename.
1994
4fdc14ca
KG
19952001-11-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1996
1997 * class.c (dump_array): Fix format specifier warning.
1998
3ac88239
NB
19992001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
2000
2001 * cp-lang.c (LANG_HOOKS_NAME): Override.
2002 (struct lang_hooks): Constify.
2003 * lex.c (cxx_init_options): Update.
2004 (lang_identify): Remove.
33bd39a2 2005 * parse.y (language_string): Remove.
3ac88239 2006
b21d216c
AF
20072001-11-08 Andreas Franck <afranck@gmx.de>
2008
2009 * Make-lang.in (CXX_INSTALL_NAME, GXX_CROSS_NAME,
2010 DEMANGLER_CROSS_NAME): Handle program_transform_name the way
2011 suggested by autoconf.
2012 (GXX_TARGET_INSTALL_NAME, CXX_TARGET_INSTALL_NAME): Define.
2013 (c++.install-common): Use the transformed target alias names.
2014
d23c55c2
NB
20152001-11-06 Neil Booth <neil@cat.daikokuya.demon.co.uk>
2016
2017 * Make-lang.in: Update.
2018 * cp-lang.c: Include langhooks-def.h.
2019
2a2b1d56
KL
20202001-11-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2021
2022 * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
2023
76648a8b
KG
20242001-11-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2025
2026 * lex.c (copy_lang_type): Add static prototype.
2027
fccef71e
KL
20282001-11-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2029
2030 * pt.c (unify): Handle SCOPE_REF.
2031
19989812
JJ
20322001-11-01 Jakub Jelinek <jakub@redhat.com>
2033
2034 * tree.c (cp_copy_res_decl_for_inlining): Adjust
2035 DECL_ABSTRACT_ORIGIN for the return variable.
2036
5b7874aa
ZW
20372001-10-31 Zack Weinberg <zack@codesourcery.com>
2038
2039 * Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
2040
306ef644
JM
20412001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
2042
2043 * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
2044 semantics.c, spew.c: Fix spelling errors.
2045
76543000
KL
20462001-10-27 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2047
2048 * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.
2049
37207ee7
ZW
20502001-10-25 Zack Weinberg <zack@codesourcery.com>
2051
2052 * cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
2053 pop_everything.
2054
8ac61af7
RK
2055Tue Oct 23 14:00:20 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2056
2057 * cp-lang.c (cxx_get_alias_set): New function.
2058 Point LANG_HOOKS_GET_ALIAS_SET to it.
2059
f1e09fa2 20602001-10-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
b8c6534b
KL
2061
2062 * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2063 * cp-tree.h (make_unbound_class_template): Prototype new function.
2064 * decl.c (make_unbound_class_template): New function.
2065 * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
2066 * error.c (dump_type): Likewise.
2067 * mangle.c (write_type): Likewise.
2068 * parse.y (template_parm): Likewise.
2069 (template_argument): Use make_unbound_class_template.
2070 * pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
2071 (tsubst): Likewise.
2072 (tsubst_copy): Likewise.
2073 (unify): Likewise.
2074 * tree.c (walk_tree): Likewise.
2075 * typeck.c (comptypes): Likewise.
2076
0df6c2c7
KG
20772001-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2078
2079 * xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
2080 extra calls into fewer ones.
2081
97055d5c
AO
20822001-10-18 Alexandre Oliva <aoliva@redhat.com>
2083
2084 * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
2085 Warn when merging inline with attribute noinline.
2086 (start_decl, start_function): Warn if inline and attribute
2087 noinline appear in the same declaration.
2088
b5823a44
L
20892001-10-16 H.J. Lu <hjl@gnu.org>
2090
2091 * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
2092 for tree checking disabled.
2093
dc8ad298
HPN
20942001-10-16 Hans-Peter Nilsson <hp@axis.com>
2095
2096 * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
2097 NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
2098
d9f818d9
RS
20992001-10-15 Richard Sandiford <rsandifo@redhat.com>
2100
2101 * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
2102 (unify): Only handle MINUS_EXPR specially if the above flag is set
2103 and the subtracted constant is 1. Clear the flag on recursive calls.
2104 Set it when unifying the maximum value in an INTEGER_TYPE's range.
2105
e1be26f4
RS
21062001-10-15 Richard Sandiford <rsandifo@redhat.com>
2107
2108 * decl.c (bad_specifiers): Don't allow exception specifications
2109 on any typedefs.
2110
a5da89c6
NB
21112001-10-14 Neil Booth <neil@daikokuya.demon.co.uk>
2112
2113 * cp/lex.c (init_cp_pragma): Similarly.
2114
4f96ff63
KL
21152001-10-13 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2116
2117 * pt.c (lookup_template_class): Build complete template arguments
2118 for BOUND_TEMPLATE_TEMPLATE_PARM.
2119
11e74ea6
KL
21202001-10-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2121
2122 * cp-tree.h (TYPE_BINFO): Update comment.
2123 (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): New macro.
2124 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
2125 (TYPENAME_TYPE_FULLNAME): Use TYPE_FIELDS.
2126 (copy_type): Prototype new function.
2127 * lex.c (copy_lang_decl): Gather tree node statistics.
2128 (copy_lang_type): New function.
2129 (copy_type): Likewise.
2130 (cp_make_lang_type): Create lang_type for
2131 BOUND_TEMPLATE_TEMPLATE_PARM. Set TYPE_BINFO for TYPENAME_TYPE
2132 and BOUND_TEMPLATE_TEMPLATE_PARM.
2133 * pt.c (tsubst): Use copy_type instead of copy_node.
2134 * search.c (lookup_field_1): Ignore TYPENAME_TYPE.
2135
f5d47abd
KL
21362001-10-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2137
2138 * pt.c (determine_specialization): Ignore functions without
2139 DECL_TEMPLATE_INFO.
2140
e60505a5
NS
21412001-10-12 Nathan Sidwell <nathan@codesourcery.com>
2142
2143 PR g++/4476
2144 * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
2145
6f32162a
JM
21462001-10-11 Jason Merrill <jason_merrill@redhat.com>
2147
2148 * typeck2.c (store_init_value): Don't re-digest a bracketed
2149 initializer.
2150
2151 * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
2152 ANON_AGGR_TYPE_P.
2153
4a8d0c9c
RH
21542001-10-11 Richard Henderson <rth@redhat.com>
2155
2156 * class.c (build_vtable_entry_ref): Create a VTABLE_REF instead
2157 of an asm statement.
2158 (build_vtbl_ref_1): Split out from build_vtbl_ref.
2159 (build_vfn_ref): Use it to handle vtable descriptors before
2160 calling build_vtable_entry_ref.
2161 * decl2.c (output_vtable_inherit): Use assemble_vtable_inherit.
2162
84b72302
RH
21632001-10-10 Richard Henderson <rth@redhat.com>
2164
37207ee7 2165 * parse.y (asm_operand): Allow named operands.
84b72302
RH
2166 * semantics.c (finish_asm_stmt): Tweek for changed location
2167 of the operand constrant.
2168
48c8b0be 21692001-10-09 Jason Merrill <jason_merrill@redhat.com>
72a08131
JM
2170
2171 * call.c (standard_conversion): Add bad conversion between
2172 integers and pointers.
2173 (convert_like_real): Don't use convert_for_initialization for bad
2174 conversions; complain here and use cp_convert.
2175 (build_over_call): Don't handle bad conversions specially.
2176 (perform_implicit_conversion): Allow bad conversions.
2177 (can_convert_arg_bad): New fn.
2178 * cp-tree.h: Declare it.
2179 * typeck.c (convert_for_assignment): Use it.
2180 (ptr_reasonably_similar): Any target type is similar to void.
2181
19551f29
AO
21822001-10-08 Alexandre Oliva <aoliva@redhat.com>
2183
2184 * Make-lang.in (CXX_OBJS): Added cp-lang.o.
2185 (cp/cp-lang.o): New rule.
2186 * cp-tree.h: Declare hooks.
2187 * tree.c: Make hooks non-static.
2188 (init_tree): Don't initialize hooks here.
2189 * lex.c: Likewise. Move definition of lang_hooks to...
2190 * cp-lang.c: ... new file.
2191
31ed8fea
RH
21922001-10-08 Richard Henderson <rth@redhat.com>
2193
2194 * cp-tree.h (struct lang_decl_flags): Remove declared_inline.
2195 (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
2196
8b60264b
KG
21972001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2198
2199 * class.c (build_vtable_entry_ref): Const-ify.
2200 * decl.c (predefined_identifier,
37207ee7 2201 initialize_predefined_identifiers): Likewise.
8b60264b
KG
2202 * init.c (build_new_1): Likewise.
2203 * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
2204 Likewise.
2205
bc4c7159
AO
22062001-10-05 Alexandre Oliva <aoliva@redhat.com>
2207
2208 * optimize.c (struct inline_data): Moved to ../tree-inline.c.
2209 (INSNS_PER_STMT): Likewise.
2210 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
2211 (copy_body, initialize_inlined_parameters): Likewise.
2212 (declare_return_variable, inlinable_function_p): Likewise.
2213 (expand_call_inline, expand_calls_inline): Likewise.
2214 (optimize_inline_calls, clone_body): Likewise.
2215 * tree.c (walk_tree): Moved to ../tree-inline.c.
2216 (walk_tree_without_duplicates): Likewise.
2217 (copy_tree_r, remap_save_expr): Likewise.
2218
25af8512
AO
22192001-10-04 Alexandre Oliva <aoliva@redhat.com>
2220
2221 * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.
2222 (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise.
2223 * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
2224 (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h.
2225 (flag_inline_trees): Moved declaration to ../tree-inline.h.
2226 (walk_tree): Moved declaration to ../tree-inline.h.
2227 (walk_tree_without_duplicates, copy_tree_r): Likewise.
2228 (remap_save_expr): Likewise.
2229 * decl.c: Include tree-inline.h.
2230 (lang_mark_tree): Don't mark inlined_fns.
2231 * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c.
2232 * optimize.c: Include tree-inline.h.
2233 (optimize_inline_calls): Move declaration to ../tree.h, as
2234 non-static.
2235 (remap_decl): Use language-independent constructs and hooks.
2236 (remap_block, copy_body_r, declare_return_variable): Likewise.
2237 (inlinable_function_p): Likewise. Don't test for
2238 DECL_LANG_SPECIFIC before DECL_INLINED_FNS as inlined_fns is
2239 no longer language-specific.
2240 (optimize_inline_calls): Likewise. Make it non-static. Moved
2241 call of dump_function to...
2242 (optimize_function): Here...
2243 (clone_body): New function, extracted from...
2244 (maybe_clone_body): ... here. Build decl_map locally and pass
2245 it on to clone_body.
2246 * pt.c, semantics.c: Include tree-inline.h.
2247 * tree.c: Likewise.
2248 (cp_walk_subtrees): New language-specific hook for tree inlining.
2249 (cp_cannot_inline_tree_fn, cp_add_pending_fn_decls,
2250 cp_is_overload_p, cp_auto_var_in_fn_p,
2251 cp_copy_res_decl_for_inlining): Likewise.
2252 (walk_tree): Move language-specific constructs into...
2253 (cp_walk_subtrees): this new function.
2254 (copy_tree_r): Use language-independent constructs and hooks.
2255 (init_tree): Initialize tree inlining hooks.
2256 (remap_save_expr): Adjust prototype so that the declaration
2257 does not require the definition of splay_tree.
2258
6a4af81f
JDA
22592001-10-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
2260
2261 * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used
2262 to build the declaration instead of the declaration itself.
2263
0caee1c6
JM
22642001-10-02 Jason Merrill <jason_merrill@redhat.com>
2265
48c8b0be
JM
2266 * decl2.c (cxx_decode_option): Add 'else'.
2267
0caee1c6
JM
2268 * spew.c (end_input): No longer static.
2269 * cp-tree.h: Declare it.
2270 * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
2271
80a497e4
JM
22722001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
2273
2274 * call.c (build_over_call), typeck.c (build_function_call_real):
2275 Pass type attributes to check_function_format rather than name or
2276 assembler name. Don't require there to be a name or assembler
2277 name to check formats.
2278
6431177a
JM
22792001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
2280
2281 * decl.c (init_decl_processing): Don't call
2282 init_function_format_info. Initialize lang_attribute_table
2283 earlier.
2284 (builtin_function): Call decl_attributes.
2285 (insert_default_attributes): New.
2286
55b3d665
JM
22872001-10-01 Jason Merrill <jason_merrill@redhat.com>
2288
2289 * decl.c (grokdeclarator): Copy array typedef handling from C
2290 frontend.
2291
2292 * decl.c (grokdeclarator): Copy too-large array handling from C
2293 frontend.
2294
9f57ca19
AO
22952001-09-29 Alexandre Oliva <aoliva@redhat.com>
2296
2297 * config-lang.in (target_libs): Added target-gperf, so that we
2298 don't try to build it if C++ is disabled.
2299
749ced52
ZW
23002001-09-23 Zack Weinberg <zack@codesourcery.com>
2301
2302 * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
2303 (cp/errfn.o): Delete rule.
2304 (cp/error.o): Depend on flags.h.
2305 * errfn.c: Delete file.
2306 * cp-tree.h: Declare warn_deprecated. Remove definitions of
2307 TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
2308 and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
2309 cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
2310 internal_error respectively. Make cp_deprecated into a macro.
2311 Don't define cp_printer typedef or declare cp_printers.
2312 * error.c: Include flags.h.
2313 Delete: struct tree_formatting_info, print_function_argument_list,
2314 print_declaration, print_expression, print_function_declaration,
2315 print_function_parameter, print_type_id, print_cv_qualifier_seq,
2316 print_type_specifier_seq, print_simple_type_specifier,
2317 print_elaborated_type_specifier, print_rest_of_abstract_declarator,
2318 print_parameter_declaration_clause, print_exception_specification,
2319 print_nested_name_specifier, and definition of cp_printers.
2320 (locate_error): New function.
2321 (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
2322 rewritten in terms of locate_error and diagnostic.c.
2323 (cp_tree_printer): Rename cp_printer; wire up to *_to_string
2324 instead of deleted print_* routines. Handle %C, %L, %O, %Q also.
2325 (init_error): Adjust to match.
2326
bb9f8221
RK
2327Sat Sep 22 09:15:31 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2328
2329 * Make-lang.in (CXX_C_OBJS): Add attribs.o.
2330
67231816
RH
23312001-09-21 Richard Henderson <rth@redhat.com>
2332
2333 * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
2334 (build_vtbl_initializer): Likewise.
2335 (build_vfn_ref): New.
2336 * cp-tree.h: Declare it.
2337 * call.c (build_over_call): Use it.
2338 * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
2339 * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
2340
c9574c9f
R
2341Fri Sep 21 08:16:19 2001 J"orn Rennecke <amylaar@redhat.com>
2342
2343 * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
2344
91d231cb
JM
23452001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
2346
2347 Table-driven attributes.
2348 * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
2349 * decl2.c (cplus_decl_attributes): Only take one attributes
2350 parameter.
2351 * cp-tree.c (cplus_decl_attributes): Update prototype.
2352 * class.c (finish_struct), decl.c (start_decl, start_function),
2353 decl2.c (grokfield), friend.c (do_friend), parse.y
2354 (parse_bitfield): Update calls to cplus_decl_attributes.
2355 * decl.c (grokdeclarator): Take a pointer to a single ordinary
2356 attribute list.
2357 * decl.h (grokdeclarator): Update prototype.
2358 * decl2.c (grokfield): Take a single ordinary attribute list.
2359 * friend.c (do_friend): Likewise.
2360 * decl.c (shadow_tag, groktypename, start_decl,
2361 start_handler_parms, grokdeclarator, grokparms, start_function,
2362 start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
2363 parse.y (parse_field, parse_bitfield, component_decl_1), pt.c
2364 (process_template_parm, do_decl_instantiation): Pass single
2365 ordinary attribute lists around.
2366 * decl.c (grokdeclarator): Correct handling of nested attributes.
2367 Revert the patch
2368 1998-10-18 Jason Merrill <jason@yorick.cygnus.com>
2369 * decl.c (grokdeclarator): Embedded attrs bind to the right,
2370 not the left.
2371 .
2372 * cp-tree.h (cp_valid_lang_attribute): Remove declaration
2373 (cp_attribute_table): Declare.
2374 * decl.c (valid_lang_attribute): Don't define.
2375 (lang_attribute_table): Define.
2376 (init_decl_processing): Initialize lang_attribute_table instead of
2377 valid_lang_attribute.
2378 * tree.c (cp_valid_lang_attribute): Remove.
2379 (handle_java_interface_attribute, handle_com_interface_attribute,
2380 handle_init_priority_attribute): New functions.
2381 (cp_attribute_table): New array.
2382 * decl2.c (import_export_class): Don't use
2383 targetm.valid_type_attribute.
2384
a1bda5f1
GDR
23852001-09-15 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2386
e6b9638b
JM
2387 * Make-lang.in (cp/error.o): Depend on real.h
2388 * error.c: #include "real.h"
a1bda5f1 2389
cb6edbcb
KG
23902001-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2391
2392 * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
2393 xmalloc/strcpy/strcat.
2394
83182544
KG
23952001-09-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2396
2397 * decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
2398 Const-ification.
2399 * pt.c (tsubst_decl): Likewise.
2400
40008eda
KG
24012001-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2402
2403 * decl2.c (lang_f_options): Const-ification.
2404 * lex.c (cplus_tree_code_name): Likewise.
2405 * spew.c (yyerror): Likewise.
2406
39e78d8b
NS
24072001-09-06 Nathan Sidwell <nathan@codesourcery.com>
2408
2409 PR c++/3986
2410 * class.c (force_canonical_binfo_r): Check & move an indirect
2411 primary base first.
2412 (force_canonical_binfo): Check that it's not already
2413 canonical.
2414 (mark_primary_virtual_base): Remove BINFO parameter.
2415 (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
2416
6d0a3f67
NS
24172001-09-06 Nathan Sidwell <nathan@codesourcery.com>
2418
2419 Remove TYPE_NONCOPIED_PARTS.
2420 * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
2421 CLASSTYPE_PURE_VIRTUALS.
2422 (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
2423 * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
72a08131 2424 (layout_class_type): Don't call fixup_inline_methods here ...
6d0a3f67
NS
2425 (finish_struct_1): ... call it here.
2426
4f8e1232
MM
24272001-09-04 Mark Mitchell <mark@codesourcery.com>
2428
2429 * decl.c (duplicate_decls): Remove code deadling with
2430 DECL_SAVED_INSNS.
2431 * decl2.c (finish_file): Likewise.
2432 * pt.c (instantiate_decl): Likewise.
2433 * semantics.c (expand_body): Don't defer local functions if
2434 they wouldn't be deferred for some other reason. Don't
2435 generate RTL for functions that will not be emitted.
2436 (genrtl_start_function): Remove code deadling with
2437 DECL_SAVED_INSNS.
2438 (genrtl_finish_function): Likewise.
2439
da86f08f
NS
24402001-09-04 Nathan Sidwell <nathan@codesourcery.com>
2441
2442 PR c++/4203
2443 * call.c (build_over_call): Do not optimize any empty base
2444 construction.
2445
38066e83
KL
24462001-08-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2447
2448 * error.c (dump_template_decl): Output template parameters
2449 together with their specifiers.
2450 Output `class' prefix for template template parameter.
2451 (dump_decl): Fix formatting.
2452
598e9ba5 24532001-08-30 Kurt Garloff <garloff@suse.de>
749ced52 2454
598e9ba5
KG
2455 * optimize.c (inlinable_function_p): Allow only smaller single
2456 functions. Halve inline limit after reaching recursive limit.
749ced52 2457
f232e4a5
JR
24582001-08-30 Joern Rennecke <amylaar@redhat.com>
2459 Jason Merrill <jason_merrill@redhat.com>
2460
2461 * class.c (build_vtable_entry_ref): Subtract in char*, not
2462 ptrdiff_t.
2463
0213a355
JM
24642001-08-23 Jason Merrill <jason_merrill@redhat.com>
2465
2466 * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
2467 (build_cplus_array_type): Use cp_build_qualified_type, not
2468 TYPE_MAIN_VARIANT, to get an unqualified version.
2469
2470 * decl2.c (grok_alignof): Lose.
2471 (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
2472 * typeck.c (c_alignof): Lose.
2473 * semantics.c (finish_sizeof, finish_alignof): New.
2474 * parse.y: Use them.
2475 * cp-tree.h: Declare them.
2476
fd10dd09
JM
24772001-08-22 Jason Merrill <jason_merrill@redhat.com>
2478
2479 * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
2480 Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
2481 * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
2482
baeb4732
JJ
24832001-08-19 Jakub Jelinek <jakub@redhat.com>
2484
2485 * typeck2.c (add_exception_specifier): Only require complete type if
2486 not in processing template declaration.
2487
1c0cc57e
KG
24882001-08-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2489
2490 * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
2491 GNU_xref_start_scope and GNU_xref_end_scope.
2492
2493 * tree.c (TYPE_HASH): Moved to ../tree.h.
2494
9a52d09b
MM
24952001-08-16 Mark Mitchell <mark@codesourcery.com>
2496
2497 * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
2498 on COMPOUND_EXPRs.
2499
b5d1cbd2
RH
25002001-08-14 Richard Henderson <rth@redhat.com>
2501
2502 * class.c, cp-tree.h (build_vfn_ref): Remove.
2503 * call.c, rtti.c: Replace all refernces with build_vtbl_ref.
2504
63d6f87a
MM
25052001-08-13 Mark Mitchell <mark@codesourcery.com>
2506
2507 * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
2508 empty class assignment as having side-effects to avoid
2509 spurious warnings.
2510
e78d8e51
ZW
25112001-08-13 Zack Weinberg <zackw@panix.com>
2512
2513 * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
2514 * except.c: Include libfuncs.h.
2515
a60af04a
GDR
25162001-08-11 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2517
2518 * decl.c (grokdeclarator): Clarify diagnostic message.
2519
3605b283
KL
25202001-08-13 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2521
2522 * decl2.c (do_nonmember_using_decl): Replace using directive
2523 with using declaration in the error message.
2524
4d5f3fbd
KL
25252001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2526
2527 * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the
2528 criterion to avoid rebuilding expression tree instead of
2529 processing_template_decl.
2530
07b2f2fd
JM
25312001-08-07 Jason Merrill <jason_merrill@redhat.com>
2532
2533 Support named return value optimization for inlines, too.
2534 * decl.c (finish_function): Nullify returns here.
2535 * semantics.c (genrtl_start_function): Not here.
2536 (cp_expand_stmt): Don't mess with CLEANUP_STMTs.
2537 (nullify_returns_r): No longer static. Just clear RETURN_EXPR.
2538 Also nullify the CLEANUP_STMT for the nrv.
2539 * cp-tree.h: Declare it.
2540 * optimize.c (declare_return_variable): Replace the nrv with the
2541 return variable.
2542 * typeck.c (check_return_expr): Be more flexible on alignment check.
2543 Ignore cv-quals when checking for a matching type.
2544
2cc07db4
RH
25452001-08-09 Richard Henderson <rth@redhat.com>
2546
2547 * decl2.c (finish_objects): Use target hooks instead of
2548 assemble_constructor and assemble_destructor.
2549
0ca179b2
JDA
25502001-08-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
2551
2552 * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
2553
0830ae44
NS
25542001-08-07 Nathan Sidwell <nathan@codesourcery.com>
2555
2556 PR c++/3820
2557 Stop using TYPE_NONCOPIED_PARTS.
2558 * call.c (build_over_call): Be careful when copy constructing
2559 or assigning to an empty class.
2560 * class.c (check_bases_and_members): It has a
2561 COMPLEX_ASSIGN_REF if it has a vptr.
2562 (layout_class_type): Don't add empty class padding to
2563 TYPE_NONCOPIED_PARTS.
2564 (finish_struct_1): Don't add the VFIELD either.
2565 * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): Mention _copy_
2566 initialization.
2567
59a13e0f
JM
25682001-08-07 Jason Merrill <jason_merrill@redhat.com>
2569
2570 * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
2571
47907859
RH
25722001-08-06 Richard Henderson <rth@redhat.com>
2573
2574 * decl2.c (finish_objects): Pass a symbol_ref and priority to
2575 assemble_{constructor,destructor}. Remove priority handling.
2576
eac69b8a
GDR
25772001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2578
2579 Don't allow template-id in using-declaration.
2580 * decl2.c (validate_nonmember_using_decl): Handle template-ids.
2581 (do_class_using_decl): Likewise.
2582
ef6e958a
NB
25832001-08-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
2584
2585 * cp/spew.c (read_token): No need to pop buffers.
2586
dff94ad7
SS
25872001-08-02 Stan Shebs <shebs@apple.com>
2588
2589 * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
2590 (fnaddr_from_vtable_entry): Remove decl.
2591 * method.c (use_thunk): Update comment.
2592
026c3f13
AC
25932001-08-01 Andrew Cagney <ac131313@redhat.com>
2594
2595 * repo.c (get_base_filename): Change return value to const char
2596 pointer.
2597
1dbb6023
NS
25982001-08-02 Nathan Sidwell <nathan@codesourcery.com>
2599
2600 Kill -fhonor-std.
2601 * NEWS: Document.
2602 * cp-tree.h (flag_honor_std): Remove.
2603 (CPTI_FAKE_STD): Remove.
2604 (std_node): Remove comment about it being NULL.
2605 (fake_std_node): Remove.
2606 * decl.c (in_fake_std): Remove.
2607 (walk_namespaces_r): Remove fake_std_node check.
2608 (push_namespace): Remove in_fake_std code.
2609 (pop_namespace): Likewise.
2610 (lookup_name_real): Remove fake_std_node check.
2611 (init_decl_processing): Always create std_node. Always add
2612 std:: things there.
2613 (builtin_function): Always put non '_' fns in std.
2614 * decl2.c (flag_honor_std): Remove.
2615 (lang_f_options): Remove honor-std.
2616 (unsupported_options): Add honor-std.
2617 (set_decl_namespace): Remove fake_std_node check.
2618 (validate_nonmember_using_decl): Likewise.
2619 (do_using_directive): Likewise.
2620 (handle_class_head): Likewise.
2621 * dump.c (cp_dump_tree): Likewise.
2622 * except.c (init_exception_processing): Adjust.
2623 * init.c (build_member_call): Remove fake_std_node check.
2624 (build_offset_ref): Likewise.
2625 * lang-options.h: Remove -fhonor-std, -fno-honor-std.
2626 * rtti.c (init_rtti_processing): Adjust.
2627
6ad7895a
APB
26282001-07-31 Alexandre Petit-Bianco <apbianco@redhat.com>
2629
2630 * tree.c (cp_tree_equal): WITH_CLEANUP_EXPR node to use its second
2631 operand while calling cp_tree_equal.
2632
befe7c61
NS
26332001-07-31 Nathan Sidwell <nathan@codesourcery.com>
2634
2635 The 3.0 ABI no longer has vbase pointer fields.
2636 * cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
2637 FORMAT_VBASE_NAME): Remove.
2638 * method.c (do_build_copy_constructor): Adjust.
2639 (do_build_assign_ref): Adjust.
2640 * search.c (lookup_field_r): Adjust.
2641 * typeck.c (build_component_ref): Adjust.
2642
2643 The 3.0 ABI always has a vtable pointer at the start of every
2644 polymorphic class.
2645 * rtti.c (build_headof_sub): Remove.
2646 (build_headof): Adjust.
2647 (get_tinfo_decl_dynamic): No need to check flag_rtti
2648 here. Adjust.
2649 (create_real_tinfo_var): Explain why we need a hidden name.
2650
20dde49d
NS
26512001-07-31 Nathan Sidwell <nathan@codesourcery.com>
2652
2653 PR c++/3631
2654 * class.c (update_vtable_entry_for_fn): The fixed adjustment
2655 of a virtual thunk should be from declaring base.
2656
b7ad2f8b
NS
26572001-07-31 Nathan Sidwell <nathan@codesourcery.com>
2658
2659 * class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
2660 the shared virtual base, so preserving inheritance graph order.
2661
57cb6d52
AJ
26622001-07-30 Andreas Jaeger <aj@suse.de>
2663
749ced52 2664 * decl2.c: Remove unused var global_temp_name_counter.
57cb6d52 2665
594280a3
RH
26662001-07-28 Richard Henderson <rth@redhat.com>
2667
2668 * method.c (pending_inlines): Remove.
2669
0ab142b0
NS
26702001-07-27 Nathan Sidwell <nathan@codesourcery.com>
2671
2672 * class.c (mark_primary_virtual_base): Don't adjust base
2673 offsets here.
2674 (dfs_unshared_virtual_bases): Adjust them here.
2675 (mark_primary_bases): Explain why we adjust at the end.
2676
d60d223b
NS
26772001-07-27 Nathan Sidwell <nathan@codesourcery.com>
2678
2679 * class.c (finish_struct_1): When copying the primary base's
2680 VFIELD, make sure we find it is at offset zero.
2681
db3ef87b
KL
26822001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2683
2684 * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
2685 tsubst_expr for default template arguments.
2686
312b7c9d
NS
26872001-07-26 Nathan Sidwell <nathan@codesourcery.com>
2688
d60d223b 2689 PR c++/3621
312b7c9d
NS
2690 * spew.c (yylex): Only copy the token's lineno, if it is
2691 non-zero.
2692
648c2206
NS
26932001-07-26 Nathan Sidwell <nathan@codesourcery.com>
2694
2695 PR c++/3624
2696 * call.c (resolve_args): Simplify, call
2697 convert_from_reference.
2698 (build_new_op): Resolve and convert from reference ARG1
2699 earlier. Adjust ARG2 & ARG3 resolve and conversion.
2700
969fd501
NS
27012001-07-26 Nathan Sidwell <nathan@codesourcery.com>
2702
2703 * decl.c (last_function_parm_tags): Remove.
2704 (current_function_parm_tags): Remove.
2705 (init_decl_processing): Adjust.
2706 (start_function): Adjust.
2707 (store_parm_decls): Adjust.
2708
2709 PR c++/3152
2710 * decl.c (grokdeclarator): Detect when a function typedef is
2711 declaring a function, and create last_function_parms correctly.
2712
08ac397c 27132001-07-25 Jason Merrill <jason_merrill@redhat.com>
749ced52 2714
08ac397c
JM
2715 * call.c (joust): Only prefer a non-builtin candidate to a builtin
2716 one if they have the same signature.
2717
2718 * cvt.c (build_up_reference): Take DECL parm. Check TREE_STATIC on
2719 it rather than toplevel_bindings_p. Give it a mangled name if static.
2720 (convert_to_reference): Adjust.
2721 * decl2.c (get_temp_name): Lose.
2722 * mangle.c (mangle_ref_init_variable): New fn.
2723 (mangle_guard_variable): Strip the ref-init header.
2724 * cp-tree.h: Adjust.
2725 * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
2726 initializer.
2727 (grok_reference_init): Always use DECL_INITIAL.
2728
40260429
NS
27292001-07-25 Nathan Sidwell <nathan@codesourcery.com>
2730
2731 PR c++/3416
2732 * call.c (build_conditional_expr): Recheck args after
2733 conversions.
2734 * cp-tree.h (build_conditional_expr): Move to correct file.
2735 * typeck.c (decay_conversion): Diagnose any unknown types
2736 reaching here.
2737 (build_binary_op): Don't do initial decay or default
2738 conversions on overloaded functions.
2739 (build_static_cast): Don't do a decay conversion here.
2740
ab085207
NS
27412001-07-25 Nathan Sidwell <nathan@codesourcery.com>
2742
2743 PR c++/3543
2744 * typeck.c (condition_conversion): Resolve an OFFSET_REF.
2745 * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
2746
0abe00c5
NS
27472001-07-25 Nathan Sidwell <nathan@codesourcery.com>
2748
2749 * class.c (build_vtbl_or_vbase_field): Remove, move into ...
2750 (create_vtbl_ptr): ... here.
2751
90b1ca2f
NS
27522001-07-25 Nathan Sidwell <nathan@codesourcery.com>
2753
2754 * class.c (build_vbase_offset_vbtl_entries): Look for
2755 non-primary base of which we are a sub vtable.
2756
cfe5dc31
PE
27572001-07-24 Phil Edwards <pme@sources.redhat.com>
2758
2759 * semantics.c (finish_this_expr): Remove unused code.
2760
7f54a851
NS
27612001-07-24 Nathan Sidwell <nathan@codesourcery.com>
2762
2763 Simplify rtti, now we've only one ABI.
2764 * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
2765 CPTI_TINFO_VAR_ID.
2766 (tinfo_decl_id, tinfo_var_id): Remove.
2767 (get_typeid_1): Remove.
2768 * rtti.c
2769 (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
2770 (typeid_ok_p): New function.
2771 (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
2772 (get_tinfo_decl): Remove old abi documentation.
2773 (tinfo_from_decl): Remove.
2774 (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
2775 (get_typeid_1): Remove.
2776 (get_base_offset): Remove.
2777 (synthesize_tinfo_var): Absorb get_base_offset.
2778 (create_real_tinfo_var): Don't use tinfo_decl_id.
2779
18fee3ee
GS
27802001-07-23 Graham Stott <grahams@redhat.com>
2781
2782 * cp/class.c (type_requires_array_cookie): Fix use of uninitialised
2783 variable has_two_argument_delete_p.
2784
c4372ef4
NS
27852001-07-21 Nathan Sidwell <nathan@codesourcery.com>
2786
2787 Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
2788 * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
2789 (CPTI_INDEX_IDENTIFIER): Remove.
2790 (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
2791 (delta2_identifier): Remove.
2792 (index_identifier): Remove.
2793 (pfn_or_delta2_identifier): Remove.
2794 (flag_vtable_thunks): Remove.
2795 (VTABLE_DELTA2_NAME): Remove.
2796 (VTABLE_INDEX_NAME): Remove.
2797 (FNADDR_FROM_VTABLE_ENTRY): Adjust.
2798 (vfunc_ptr_type_node): Adjust.
2799 (VTABLE_NAME_PREFIX): Adjust.
2800 (build_vfn_ref): Lose first parameter.
2801 (fixup_all_virtual_upcast_offsets): Remove.
2802 * decl.c (initialize_predefined_identifiers): Remove
2803 delta2_identifier, index_identifier, pfn_or_delta2_identifier.
2804 (init_decl_processing): Remove no-vtable-thunk code.
2805 * decl2.c (flag_vtable_thunks): Remove.
2806 (mark_vtable_entries): Remove no-vtable-thunk code.
2807 * error.c (dump_decl): Remove no-vtable-thunk code.
2808 (dump_expr): Adjust ptr to member function code.
2809 * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
2810 code.
2811 * rtti.c (build_headof): Remove no-vtable-thunk code.
2812 (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
2813 * search.c (get_base_distance): Remove expand_upcast_fixups case.
2814 (virtual_context) Remove.
2815 (expand_upcast_fixups): Remove.
2816 (fixup_virtual_upcast_offsets): Remove.
2817 (fixup_all_virtual_upcast_offsets): Remove.
2818 * typeck.c (get_member_function_from_ptrfunc): Remove
2819 no-vtable-thunk code.
2820 * call.c (build_over_call): Adjust call to build_vfn_ref.
2821 * class.c (build_vfn_ref): Lose first parameter. Remove
2822 no-vtable-thunk code.
2823 (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
2824 (build_vtable_entry): Remove no-vtable-thunk code.
2825
3461fba7
NS
28262001-07-20 Nathan Sidwell <nathan@codesourcery.com>
2827
2828 Remove old-abi remnants. Remove comments about old abi
aba649ba 2829 behaviour. Remove references to 'new-abi' in comments.
3461fba7
NS
2830 * cp-tree.h: Adjust comments.
2831 (vbase_offsets_in_vtable_p): Delete.
2832 (vcall_offsets_in_vtable_p): Delete.
2833 (vptrs_present_everywhere_p): Delete.
2834 (all_overridden_vfuns_in_vtables_p): Delete.
2835 (merge_primary_and_secondary_vtables_p): Delete.
2836 (TYPE_CONTAINS_VPTR_P): Adjust.
2837 (VTT_NAME_PREFIX): Remove.
2838 (CTOR_VTBL_NAME_PREFIX): Remove.
2839 (init_vbase_pointers): Remove.
2840 * class.c: Adjust coments.
2841 (build_vbase_pointer_fields): Delete.
2842 (build_vbase_pointer): Remove old-abi code.
2843 (build_secondary_vtable): Likewise.
2844 (modify_all_vtables): Likewise.
2845 (create_vtable_ptr): Likewise.
2846 (layout_class_type): Likewise.
2847 (finish_struct_1): Likewise.
2848 (finish_vtbls): Likewise.
2849 (dfs_finish_vtbls): Delete.
2850 (build_vbase_offset_vtbl_entries): Remove old-abi code.
2851 * cvt.c: Adjust comments.
2852 * decl.c: Adjust comments.
2853 * decl2.c: Adjust comments.
2854 * init.c: Adjust comments.
2855 (construct_virtual_bases): Remove old-abi code.
2856 * lang-specs.h: Remove -fno-new-abi.
2857 * mangle.c: Adjust comments.
2858 * rtti.c: Adjust comments.
2859 (get_base_offset): Remove old-abi-code.
2860 * search.c: Adjust comments.
2861 (dfs_init_vbase_pointers): Remove.
2862 (dfs_vtable_path_unmark): Remove.
2863 (init_vbase_pointers): Remove.
2864 * semantics.c: Adjust comments.
2865 (emit_associated_thunks): Remove old-abi code.
2866 * typeck.c: Adjust comments.
2867
1c432a87
DB
28682001-07-20 Daniel Berlin <dan@cgsoftware.com>
2869
2870 * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
2871 params.h.
2872
b7076960
MM
28732001-07-19 Mark Mitchell <mark@codesourcery.com>
2874
2875 * class.c (finish_struct_anon): Forbid nested classes.
2876
2b85879e
NB
28772001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
2878
2879 * decl2.c: Don't include dwarfout.h and dwarf2out.h.
2880 * optimize.c: Include debug.h.
2881 (maybe_clone_body): Use debug hook.
2882 * semantics.c: Include debug.h.
2883 (expand_body): Use debug hook.
2884
c60e94a7
NB
28852001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
2886
2887 * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
2888
dbc957f1
MM
28892001-07-18 Mark Mitchell <mark@codesourcery.com>
2890
2891 * class.c (type_requires_array_cookie): New function.
2892 (check_methods): Don't try to figure out whether the type needs a
2893 cookie here.
2894 (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
2895 * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
2896 (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
2897 * pt.c (instantiate_class_template): Don't set
2898 TYPE_VEC_DELETE_TAKES_SIZE.
2899 * NEWS: Document ABI changes from GCC 3.0.
57cb6d52 2900
7ba0b0f7 29012001-07-18 Xavier Delacour <xavier@fmaudio.net>,
749ced52 2902 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7ba0b0f7
XD
2903
2904 * NEWS (Changes in GCC 3.0): Fix typo.
2905
59387d2e
JM
29062001-07-13 Joseph S. Myers <jsm28@cam.ac.uk>
2907
2908 * decl2.c (cplus_decl_attributes): Take a pointer to the node to
2909 which attributes are to be attached, and a flags argument. Update
2910 call to decl_attributes.
2911 (grokfield): Update call to decl_attributes.
2912 * class.c (finish_struct): Update call to cplus_decl_attributes.
2913 * cp-tree.h (cplus_decl_attributes): Update prototype.
2914 * decl.c (start_decl, grokdeclarator, start_function): Update
2915 calls to decl_attributes and cplus_decl_attributes.
2916 * friend.c (do_friend): Update call to cplus_decl_attributes.
2917 * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
2918
7ed47c04
MM
29192001-07-12 Mark Mitchell <mark@codesourcery.com>
2920
2921 * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
2922 for `register' variables with an asm-specification.
2923
40b18c0a
MM
29242001-07-11 Mark Mitchell <mark@codesourcery.com>
2925
2926 * semantics.c (finish_asm_stmt): Mark the output operands
2927 to an asm addressable, if necessary.
2928
517c3b80
BE
29292001-07-11 Ben Elliston <bje@redhat.com>
2930
219670f1
BE
2931 * Revert this change -- there is a subtle bug.
2932
517c3b80
BE
2933 PR c++/80
2934 * decl.c (finish_enum): New "attributes" argument; pass it to
2935 cplus_decl_attributes. Use a narrower type if the enum is packed.
2936 * cp-tree.h (finish_enum): Adjust prototype.
2937 * parse.y (enum_head): New non-terminal.
2938 (structsp): Use it. Enums now may be preceded or followed by
2939 optional attributes -- pass their chained tree to finish_enum().
2940 * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
2941
2ba9c47e
MM
29422001-07-10 Mark Mitchell <mark@codesourcery.com>
2943
2944 * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
2945 variables.
2946
35241192
JM
29472001-07-10 Jason Merrill <jason_merrill@redhat.com>
2948
2949 * semantics.c (cp_expand_stmt): Fix for null
2950 current_function_return_value.
2951
07167a18
JM
29522001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
2953
2954 * call.c (build_op_delete_call): Initialize fn.
2955 (convert_like_real): Delete conditional.
2956 (joust): Initialize *w and *l.
2957 * class.c: Add prototype for binfo_ctor_vtable.
2958 (get_primary_binfo): Initialize result.
2959 * init.c (build_java_class_ref): Initialize name.
ae818d3b 2960
35241192
JM
29612001-07-09 Erik Rozendaal <dlr@acm.org>
2962
ae818d3b
ER
2963 * typeck.c (unary_complex_lvalue): Do not duplicate the
2964 argument to modify, pre-, or post-increment when used as an
2965 lvalue and when the argument has side-effects.
2966
12a68f1f
JM
29672001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
2968
2969 * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
2970 (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES. Call
2971 cplus_decl_attributes even if attrs is NULL.
2972 * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
2973
f7a4cec0
JM
29742001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
2975
2976 * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
2977 calls to decl_attributes.
2978
c80106a4
IR
29792001-07-06 Ira Ruben <ira@apple.com>
2980
ae818d3b 2981 * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
c80106a4
IR
2982 be DECL_TEMPLATE_RESULT.
2983
dac65501
KL
29842001-07-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2985
2986 * cp-tree.h (copy_template_template_parm): Rename to ...
2987 (bind_template_template_parm): ... here.
2988 * tree.c (copy_template_template_parm): Rename to ...
2989 (bind_template_template_parm): ... here. Remove the case when
2990 NEWARGS is NULL_TREE.
2991 (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
2992 BOUND_TEMPLATE_TEMPLATE_PARM.
2993 * pt.c (lookup_template_class): Adjust.
2994
01f9e964
JM
29952001-07-05 Jason Merrill <jason_merrill@redhat.com>
2996
2997 * cvt.c (convert_lvalue): New fn.
2998 * cp-tree.h: Declare it.
2999 * method.c (do_build_assign_ref): Use it.
3000 (do_build_copy_constructor): Convert parm to base types
3001 before calling base constructors.
3002
3003 * typeck.c (check_return_expr): Check DECL_ALIGN instead of
3004 DECL_USER_ALIGN. Check flag_elide_constructors instead of
3005 optimize.
3006 * semantics.c (cp_expand_stmt): Don't destroy the named return value.
3007
6be77748
NS
30082001-07-02 Nathan Sidwell <nathan@codesourcery.com>
3009
3010 * optimize.c (optimize_inline_calls): New function, broken out
3011 of ...
3012 (optimize_function): ... here. Call it. Don't inline if it is
3013 a thunk.
3014 (dump_function): Print name of dump flag causing this dump.
3015 * semantics.c (expand_body): Move thunk inline check to
3016 optimize_function.
3017
8d8e52be
JM
30182001-06-29 Joseph S. Myers <jsm28@cam.ac.uk>
3019
3020 * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
3021 (comptypes): Use target.comp_type_attributes.
3022
5a0db193
NS
30232001-06-29 Nathan Sidwell <nathan@codesourcery.com>
3024
3025 * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
3026
46f018e1
GDR
30272001-06-28 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3028
3029 * error.c (lang_print_error_function): Add a `diagnostic_context *'
3030 parameter. Tweak.
3031
501990bb
NB
30322001-06-27 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3033
3034 * decl2.c (import_export_class): Update.
3035
f68fc4db
GDR
30362001-06-26 Gabriel Dos Reis <gdr@codesourcery.com>
3037
3038 * error.c (init_error): Adjust settings.
3039
9596ddd6
GDR
30402001-06-26 Gabriel Dos Reis <gdr@codesourcery.com>
3041
3042 * error.c (init_error): Adjust settings.
3043
c93586fa
RS
30442001-06-19 Richard Sandiford <rsandifo@redhat.com>
3045
3046 * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
3047 return pointers to data members by reference rather than by value.
3048
0d97bf4c
JM
30492001-06-18 Jason Merrill <jason_merrill@redhat.com>
3050
3051 Implement the Named Return Value optimization.
3052 * cp-tree.h (struct cp_language_function): Add x_return_value.
3053 (current_function_return_value): Now a macro.
3054 * decl.c: Don't define it.
3055 (define_label, finish_case_label): Don't clear it.
3056 (init_decl_processing): Don't register it with GC.
3057 * semantics.c (genrtl_finish_function): Don't check it for
3058 no_return_label. Copy the RTL from the return value to
3059 current_function_return_value and walk, calling...
3060 (nullify_returns_r): ...this new fn.
3061 * typeck.c (check_return_expr): Set current_function_return_value.
3062
13de7ec4
JM
30632001-06-15 Jason Merrill <jason_merrill@redhat.com>
3064
3065 * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
3066 sharing a ctor vtable with. Merge code for cases 1 and 2.
3067 (binfo_ctor_vtable): New fn.
3068 (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
3069
3ea099f1
JM
30702001-06-14 Jason Merrill <jason_merrill@redhat.com>
3071
3072 * class.c (dfs_find_final_overrider): Fix logic.
3073
3074 * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
3075 virtual thunk instead of non-virtual.
3076 (get_matching_virtual): Uncomment.
3077
3078 * pt.c (unify): Don't recurse between the POINTER_TYPE and the
3079 OFFSET_TYPE. If we're adding cv-quals, the extra ones would be on
3080 PARM, not ARG.
3081
87326ba8
NS
30822001-06-14 Nathan Sidwell <nathan@codesourcery.com>
3083
3084 * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
3085 we've not emerged from the hierarchy of RTTI_BINFO on reaching
3086 a non-virtual base.
3087
e065a36e
MM
30882001-06-13 Mark Mitchell <mark@codesourcery.com>
3089
3090 * NEWS: Update release number.
3091
623fe76a
NS
30922001-06-12 Nathan Sidwell <nathan@codesourcery.com>
3093
3094 PR c++/3130, c++/3131, c++/3132
3095 * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
3096 * class.c (force_canonical_binfo_r): Move
3097 BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
3098 virtual bases unless they're primary and what they're primary
3099 too has been moved.
3100 (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
3101 with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
3102 BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
3103 derived binfo.
3104 (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
3105 (layout_nonempty_base_or_field): Add most derived type
3106 parameter. Adjust.
3107 (layout_empty_base): Likewise.
3108 (build_base_field): Likewise.
3109 (build_base_fields): Likewise.
3110 (propagate_binfo_offsets): Add most derived type
3111 parameter. Skip non canonical virtual bases too.
3112 (dfs_set_offset_for_unshared_vbases): Don't skip primary
3113 bases. Do skip canonical bases.
3114 (layout_virtual_bases): Adjust.
3115 (layout_class_type): Adjust.
3116 (dfs_get_primary_binfo): Build list of virtual primary base
3117 candidates.
3118 (get_primary_binfo): Check that the shared virtual primary
3119 base candidate was found first.
3120 (accumulate_vtbl_inits): Don't do anything for non-vptr
3121 containing binfos. For case 1 primary virtual bases, keep
3122 checking that we've not emerged from the hierarchy of RTTI_BINFO.
3123
7bdcf888
NS
31242001-06-12 Nathan Sidwell <nathan@codesourcery.com>
3125
3126 PR c++/3089
3127 * class.c (dfs_accumulate_vtbl_inits): Always walk down the
3128 hierarchy looking for primary bases for a ctor
3129 vtable. Recursively call oneself, if we meet our primary via
3130 this route and haven't met it yet via inheritance graph order.
3131
25b5b465
MM
31322001-06-11 Mark Mitchell <mark@codesourcery.com>
3133
3134 * lang-options.h: Emit documentation for -fno-honor-std, not
3135 -fhonor-std.
3136
eb2d0614
AO
31372001-06-10 Alexandre Oliva <aoliva@redhat.com>
3138
3139 * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
3140 Don't clobber delta.
3141 (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
3142
2a2b2d43
GDR
31432001-06-10 Mark Mitchell <mark@codesourcery.com>
3144 Gabriel Dos Reis <gdr@codesourcery.com>
3145
3146 * Make-lang.in (cp/call.o): Depend on diagnostic.h
3147 (cp/typeck.o): Depend on diagnostic.h
3148 (cp/typeck2.o): Depend on diagnostic.h
07167a18 3149 (cp/repo.o): Depend on dignostic.h
2a2b2d43
GDR
3150 * typeck.c: #include diagnostic.h
3151 (convert_for_initialization): Remove extern declaration for
3152 warningcount and errorcount.
3153
3154 * call.c: #include diagnostic.h
3155 (convert_like_real): Remove extern declaration for warnincount and
07167a18 3156 errorcount.
2a2b2d43
GDR
3157
3158 * repo.c: #include diagnostic.h
3159 * typeck2.c: #include diagnostic.h
3160
06d5e633
NS
31612001-06-08 Nathan Sidwell <nathan@codesourcery.com>
3162
3163 * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
3164 in previous change.
3165
9ac1bd2e
NS
31662001-06-08 Nathan Sidwell <nathan@codesourcery.com>
3167
3168 PR c++/2929
3169 * friend.c (do_friend): Use push_decl_namespace for classes at
3170 namespace scope.
3171
85a9a0a2
NS
31722001-06-08 Nathan Sidwell <nathan@codesourcery.com>
3173 Jason Merrill <jason_merrill@redhat.com>
3174
3175 PR c++/3061
3176 * class.c (build_secondary_vtable): Use assert, rather than an error
3177 message.
3178 (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
3179 (dfs_accumulate_vtbl_inits): A lost primary virtual base may
3180 be between ORIG_BINFO and RTTI_BINFO, but neither of them.
3181 Don't set BINFO_VTABLE for a primary virtual base.
3182
daa8df65
MM
31832001-06-07 Mark Mitchell <mark@codesourcery.com>
3184
3185 * decl.c (duplicate_decls): Update source position information
3186 when a template function is defined.
3187
37344b9b
PE
31882001-06-07 Phil Edwards <pme@sources.redhat.com>
3189
3190 * lang-specs.h: Move -D_GNU_SOURCE to config/linux.h.
3191
fcebb2dd
NS
31922001-06-07 Nathan Sidwell <nathan@codesourcery.com>
3193
3194 PR c++/2914
3195 * decl.c (pushtag): Don't push into a complete type's scope.
3196
d0cd8b44
JM
31972001-06-06 Jason Merrill <jason_merrill@redhat.com>
3198
3199 * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
3200 (struct lang_decl_flags): Lose generate_with_vtable_p.
3201 (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
3202 * class.c (copy_virtuals): Adjust.
3203 * decl2.c (mark_vtable_entries): Adjust.
3204 * method.c (make_thunk, build_vtable_entry): Adjust.
3205 * class.c (update_vtable_entry_for_fn): Only look as far as the
3206 first defining class.
07167a18 3207 (build_vtbl_initializer): Put nothing in the slot for a function only
d0cd8b44 3208 defined in a lost primary virtual base.
07167a18 3209 (add_vcall_offset_vtbl_entries_1): Use the same code for
d0cd8b44
JM
3210 the lost primary case and the normal case.
3211 (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
3212 (get_vfield_offset, get_derived_offset): Lose.
3213 (dfs_find_final_overrider): Use look_for_overrides_here.
3214 (get_matching_virtual): New fn.
3215 * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
3216 not BV_VCALL_INDEX.
3217 * search.c (look_for_overrides_here): Split out from...
3218 (look_for_overrides_r): Here.
3219
3220 * class.c (find_final_overrider): Return error_mark_node on error.
3221
3222 * decl2.c (key_method): #if 0 accidental change.
3223
acf97e0b
JDA
32242001-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
3225
3226 * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
3227 (build_over_call): Likewise.
3228 * decl.c (grokparms): Likewise.
3229 * pt.c (tsubst_decl): Likewise.
3230 * typeck.c (convert_arguments): Likewise.
3231
7e9abee9
MM
32322001-06-05 Mark Mitchell <mark@codesourcery.com>
3233
47ee8904
MM
3234 * semantics.c (begin_class_definition): Robustify.
3235
7e9abee9
MM
3236 * pt.c (instantiate_decl): Tell the repository code about the
3237 clones, not the cloned functions.
3238 * repo.c (repo_template_used): Explicitly instantiate the cloned
3239 function, not the clones.
3240
bea09693
NS
32412001-06-05 Nathan Sidwell <nathan@codesourcery.com>
3242
3243 * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
3244 ICS_BAD_FLAG on created conversion.
3245 (compare_ics): Break out rank.
3246
8f7550ca
NS
32472001-06-05 Nathan Sidwell <nathan@codesourcery.com>
3248
3249 * decl.c (xref_tag): Remove extraneous %s on dependent name
3250 lookup warning.
3251
442e01b6
NS
32522001-06-05 Nathan Sidwell <nathan@codesourcery.com>
3253
3254 * class.c (layout_vtable_decl): Fix off by one error on
3255 build_index_type.
3256 (build_vtt): Likewise.
3257 (build_ctor_vtbl_group): Likewise.
3258
b7442fb5
NS
32592001-06-05 Nathan Sidwell <nathan@codesourcery.com>
3260
3261 * class.c (maybe_indent_hierarchy): New function.
3262 (dump_class_hierarchy_r): Add flags. Dump extra binfo
3263 information, if enabled. Use maybe_indent_hierarchy. Adjust
3264 output format.
3265 (dump_class_hierarchy): Adjust prototype. Adjust output format.
3266 (dump_array, dump_vtable, dump_vtt): New functions.
3267 (finish_struct_1): Adjust hierarchy dumping.
3268 (initialize_vtable): Call dump_vtable.
3269 (build_vtt): Call dump_vtt.
3270 (build_ctor_vtbl_group): Call dump_vtable.
3271 * decl2.c (flag_dump_class_layout): Remove.
3272 (cxx_decode_option): Remove dump translation unit
3273 and dump class hierarchy check. Call dump_switch_p.
3274 (finish_file): Adjust dumping.
3275 (dump.c): Only dump base classes if not TDF_SLIM.
3276 Only dump namespace members if not TDF_SLIM.
3277 * optimize.c (dump_function): New function.
3278 (optimize_function): Call dump_function.
3279 * semantics.c (expand_body): Use dump_enabled_p.
3280
e5410b32
NS
32812001-06-01 Nathan Sidwell <nathan@codesourcery.com>
3282
3283 PR g++/2936
3284 Part missed from first commit
3285 * decl2.c (finish_anon_union): Copy context.
3286
e97c9488
NS
32872001-05-30 Nathan Sidwell <nathan@codesourcery.com>
3288
3289 PR g++/2936
e97c9488
NS
3290 * optimize.c (remap_decl): Remap anonymous aggregate members too.
3291
87d9ac49
NS
32922001-05-26 Nathan Sidwell <nathan@codesourcery.com>
3293
3294 PR g++/2823
3295 * semantics.c (expand_body): Don't optimize thunks.
3296
88657302
RH
32972001-05-25 Sam TH <sam@uchicago.edu>
3298
3299 * cp-tree.h lex.h: Fix header include guards.
3300
33012001-05-25 Mark Mitchell <mark@codesourcery.com>
10841285
MM
3302
3303 * decl.c (init_decl_processing): Tweak.
3304
0b1161fc
MM
33052001-05-24 Mark Mitchell <mark@codesourcery.com>
3306
3307 * decl.c (duplicate_decls): Tidy.
3308 (init_decl_processing): Always set flag_no_builtin.
3309
6f56d925
NS
33102001-05-24 Nathan Sidwell <nathan@codesourcery.com>
3311
3312 PR c++/2184
3313 * decl2.c (do_local_using_decl): Push the decls, even in a
3314 template.
3315
39e0656d
MM
33162001-05-22 Mark Mitchell <mark@codesourcery.com>
3317
3318 * optimize.c (initialize_inlined_parameters): Don't set
3319 TREE_READONLY for a VAR_DECL taking the place of an inlined
3320 PARM_DECL.
3321
0401d499
JM
33222001-05-22 Jason Merrill <jason_merrill@redhat.com>
3323
3324 * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
3325 * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
3326 attribute.
3327
14fc3426
JM
33282001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
3329
3330 * parse.y: Refer to compound literals as such, not as
3331 constructor-expressions.
3332
3f41ffd8
MM
33332001-05-21 Mark Mitchell <mark@codesourcery.com>
3334
3335 * call.c (build_op_delete_call): Ignore exception-specifications
3336 when looking for matching delete operators.
3337 * init.c (build_new_1): Compute whether or not the allocation
3338 function used is a placement allocation function or not, and
3339 communicate this information to build_op_delete_call.
3340
1a6025b4
JM
33412001-05-21 Jason Merrill <jason_merrill@redhat.com>
3342
90ecce3e
JM
3343 * class.c (build_vtable_entry_ref): Lose vtbl parm. Fix for new abi.
3344 (build_vtbl_ref): Adjust.
3345 (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
3346 * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
3347 Re-add vtable-gc.
3348 (unsupported_options): Correspondingly.
3349
3350 * decl2.c (maybe_make_one_only): Check flag_weak, not
3351 supports_one_only().
3352
1a6025b4
JM
3353 * cp-tree.def (START_CATCH_STMT): Lose.
3354 * dump.c (cp_dump_tree): Don't dump it. Do dump HANDLER_PARMS.
3355 * tree.c (cp_statement_code_p): Don't case it.
3356 * semantics.c (cp_expand_stmt): Likewise.
3357 * cp-tree.h (START_CATCH_TYPE): Lose.
3358 (HANDLER_TYPE): New.
3359 * except.c (expand_start_catch_block): Don't start any blocks.
3360 Return the type.
3361 (expand_end_catch_block): Don't end any blocks.
3362 * parse.y (handler): Don't pass anything from finish_handler_parms
3363 to finish_handler.
3364 * pt.c (tsubst_expr): Likewise.
3365 * semantics.c (begin_handler): Call note_level_for_catch here.
3366 (finish_handler_parms): Don't return anything.
3367 (genrtl_catch_block, begin_catch_block): Lose.
3368 (genrtl_handler): Call expand_start_catch here.
3369
33702001-05-18 Jason Merrill <jason_merrill@redhat.com>
3371
3372 * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
3373 (get_vtable_decl, build_vtt): Not here.
3374
d30a825a
NS
33752001-05-20 Nathan Sidwell <nathan@codesourcery.com>
3376
3377 PR c++/2781
3378 * optimize.c (update_cloned_parm): Copy addressability and other
3379 flags.
3380
3b82c249
KL
33812001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3382
3383 * pt.c (determine_specialization): Ignore artificial functions.
3384
2a967f3d
NB
33852001-05-20 Neil Booth <neil@daikokuya.demon.co.uk>
3386
3387 * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
3388 (C_RID_CODE): Remove.
3389 * lex.c (cxx_init_options): Call set_identifier_size. Update.
3390 (init_parse): Don't do it here.
3391
f99df08e
DN
33922001-05-18 Diego Novillo <dnovillo@redhat.com>
3393
3394 * decl2.c (finish_objects): Use the original SYMBOL_REF from the
3395 function declaration to avoid stripping the symbol's attributes.
3396
2b0cbc5d
NS
33972001-05-18 Nathan Sidwell <nathan@codesourcery.com>
3398
3399 * decl.c (pushdecl): Adjust error string.
3400 (xref_tag): Adjust friend class injection warning. Remove the
3401 inherited name from the class shadowed scope.
3402
e6855a2d
MM
34032001-05-17 Mark Mitchell <mark@codesourcery.com>
3404
3405 * except.c (cp_protect_cleanup_actions): New function.
07167a18 3406 (init_exception_processing): Don't set protect_cleanup_actions
e6855a2d
MM
3407 here. Do set lang_protect_cleanup_actions.
3408
cc469ee9
NS
34092001-05-16 Nathan Sidwell <nathan@codesourcery.com>
3410
3411 * spew.c (read_token): Call yyerror on all unexpected tokens.
3412
3f0a9b35
NS
34132001-05-16 Nathan Sidwell <nathan@codesourcery.com>
3414
3415 * init.c (member_init_ok_or_else): Take a tree rather than
3416 string for name.
3417 (expand_member_init): Adjust.
3418
8d0cb60d
NC
34192001-05-14 Nick Clifton <nickc@cambridge.redhat.com>
3420
3421 * decl.c (duplicate_decls): Suppress warning about duplicate
749ced52 3422 decls if the first decl is a friend.
8d0cb60d 3423
1f730ff7
ZW
34242001-05-12 Zack Weinberg <zackw@stanford.edu>
3425
3426 * except.c (choose_personality_routine): Export. Add
3427 explanatory comment. Take an enum languages, not a boolean.
3428 (initialize_handler_parm): Adjust to match.
3429 * cp-tree.h: Prototype choose_personality_routine.
3430 * lex.c (handle_pragma_java_exceptions): New function.
3431 (init_cp_pragma): Register #pragma GCC java_exceptions.
3432
90e0c410
NB
34332001-05-12 Neil Booth <neil@cat.daikokuya.demon.co.uk>
3434
3435 * method.c (build_mangled_C99_name): Remove unused prototype.
3436
cb7fdde2
AO
34372001-05-12 Alexandre Oliva <aoliva@redhat.com>
3438
3439 * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
3440 * typeck.c (get_member_function_from_ptrfunc,
3441 build_ptrmemfunc, expand_ptrmemfunc_cst): Take
3442 TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
18ae7f63
AO
3443
3444 Reverted Geoff Keating's 2001-05-03's patch.
3445
401deb20
IR
34462001-05-11 Ira Ruben <ira@apple.com>
3447
3448 * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
3449
8e93d446
NB
34502001-05-11 Neil Booth <neil@daikokuya.demon.co.uk>
3451
3452 * cp-tree.h (finish_label_expr, lookup_label): Delete.
3453 * parse.y: Update for '&&'; don't issue warning here.
3454 * semantics.c (finish_label_expr): Delete.
3455
5cdba4ff
MM
34562001-05-07 Mark Mitchell <mark@codesourcery.com>
3457
3458 * splay-tree.h (splay_tree_max): New function.
3459 (splay_tree_min): Likewise.
3460
8e9eff6b
GK
34612001-05-03 Geoffrey Keating <geoffk@redhat.com>
3462
3463 * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
3464 (pfn_vflag_identifier): Define.
3465 Update comment about layout of pointer functions.
3466 (build_ptrmemfunc1): Update prototype.
3467 (expand_ptrmemfunc_cst): Update prototype.
3468 * decl.c (initialize_predefined_identifiers): Initialize
3469 pfn_vflag_identifier.
3470 (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
3471 an extra field to the type.
07167a18 3472 * expr.c (cplus_expand_constant): Pass 'flag' between
8e9eff6b
GK
3473 expand_ptrmemfunc_cst and build_ptrmemfunc1.
3474 * typeck.c (get_member_function_from_ptrfunc): When
3475 FUNCTION_BOUNDARY < 16, look at additional field to determine
3476 if a pointer-to-member is a real pointer or a vtable offset.
3477 (build_ptrmemfunc1): Add new parameter to contain extra field.
3478 (build_ptrmemfunc): Pass the extra field around.
3479 (expand_ptrmemfunc_cst): Add new parameter to return extra field.
3480 (pfn_from_ptrmemfunc): Ignore the extra field.
3481
acc72c37
MM
34822001-05-03 Mark Mitchell <mark@codesourcery.com>
3483
3484 * cp-tree.h (flag_inline_trees): Update documentation.
3485 * decl.c (init_decl_processing): Adjust handling of
3486 flag_inline_functions and flag_inline_trees to support -O3.
3487 (grokfndecl): Set DECL_INLINE on all functions if that's what
3488 the user requested.
3489 (save_function_data): Clear DECL_INLINE in
3490 current_function_cannot_inline is non-NULL.
3491 * decl2.c (flag_inline_trees): Update documentation.
3492
5158d7ee
NS
34932001-05-03 Nathan Sidwell <nathan@codesourcery.com>
3494
3495 * dump.c (cp_dump_tree, USING_STMT case): New case.
3496 * tree.c (cp_statement_code_p): Add USING_STMT.
3497 * decl2.c (do_using_directive): Add the using directive statement.
3498
3499 * tree.c (walk_tree): Reformat an if block.
3500
80f5bb34
MM
35012001-05-02 Mark Mitchell <mark@codesourcery.com>
3502
3503 * decl.c (compute_array_index_type): Don't try to do anything with
3504 the indices when processing a template.
3505
3e411c3f
KG
35062001-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3507
3508 * call.c: NULL_PTR -> NULL.
3509 * class.c: Likewise.
3510 * cvt.c: Likewise.
3511 * decl.c: Likewise.
3512 * decl2.c: Likewise.
3513 * except.c: Likewise.
3514 * init.c: Likewise.
3515 * rtti.c: Likewise.
3516 * search.c: Likewise.
3517 * tree.c: Likewise.
3518 * typeck.c: Likewise.
3519 * typeck2.c: Likewise.
3520
46188dca
MM
35212001-05-02 Mark Mitchell <mark@codesourcery.com>
3522
3523 * decl2.c (do_using_directive): Revert previous patch.
3524
9da99f7d
NS
35252001-05-01 Nathan Sidwell <nathan@codesourcery.com>
3526
3527 * cp-tree.def (USING_STMT): New statement node.
3528 * cp-tree.h (USING_STMT_NAMESPACE): New macro.
3529 * decl2.c (do_using_directive): Add USING_STMT to statement
3530 tree. Don't emit errors when processing template decl.
3531 * pt.c (tsubst_expr, USING_STMT case): New case.
3532 * semantics.c (cp_expand_stmt, USING_STMT case): New case.
3533
4b48a93e
NS
35342001-05-01 Nathan Sidwell <nathan@codesourcery.com>
3535
3536 * call.c (build_new_op): Convert args from reference here.
3537 (build_conditional_expr): Don't convert here.
3538
1bcea8d7
NS
35392001-05-01 Nathan Sidwell <nathan@codesourcery.com>
3540
3541 * spew.c (last_token_id): New static variable.
3542 (read_token): Set it here.
3543 (yyerror): Use it here.
3544
d72040f5
RH
35452001-04-30 Richard Henderson <rth@redhat.com>
3546
749ced52 3547 * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
d72040f5
RH
3548 * decl.c: Likewise.
3549
c3aac512
MM
35502001-04-30 Mark Mitchell <mark@codesourcery.com>
3551
3552 * gxxint.texi: Remove.
3553 * Make-lang.in: Remove all traces of gxxint.texi.
3554
5fd893d5
MM
3555Mon Apr 30 16:14:10 2001 Mark P Mitchell <mark@codesourcery.com>
3556
3557 * decl2.c (start_static_initialization_or_destruction): Correct
3558 logic to handle the -fno-use-cxa-atexit case.
3559
d60e5448
MM
35602001-04-30 Mark Mitchell <mark@codesourcery.com>
3561
3562 * optimize.c (update_cloned_parm): New function.
3563 (maybe_clone_body): Use it. Update the `this' parameter too.
3564
7200764f
JM
35652001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
3566
3567 * decl2.c (unsupported_options): Add new-abi.
3568 * lang-options.h: Remove no longer supported options.
3569
2d46ec83
NS
35702001-04-27 Nathan Sidwell <nathan@codesourcery.com>
3571
3572 * except.c (can_convert_eh): Don't check template parms,
3573 typename types etc.
3574
02a1a68c
NS
35752001-04-27 Nathan Sidwell <nathan@codesourcery.com>
3576
3577 * optimize.c (maybe_clone_body): Copy parameter names and locations.
3578
5f6eeeb3
NS
35792001-04-27 Nathan Sidwell <nathan@codesourcery.com>
3580
3581 * cp-tree.h (adjust_clone_args): Prototype new function.
3582 * class.c (adjust_clone_args): New function.
3583 * decl.c (start_function): Call it for in charge ctors.
3584
1b28d441
MM
35852001-04-26 Mark Mitchell <mark@codesourcery.com>
3586
3587 * method.c (use_thunk): Make sure that thunks really are emitted
3588 when requested.
3589
0576ec13
NS
35902001-04-26 Nathan Sidwell <nathan@codesourcery.com>
3591
3592 * mangle.c (write_chars): New macro.
3593 (hwint_to_ascii): New function
3594 (write_number): Use it.
3595 (write_integer_cst): Deal with really big numbers.
3596
b96ada87
MM
35972001-04-25 Mark Mitchell <mark@codesourcery.com>
3598
3599 * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
3600 the clone.
3601
6bda7a5e
NS
36022001-04-25 Nathan Sidwell <nathan@codesourcery.com>
3603
3604 * decl.c (grokdeclarator): Set context of namespace scope
3605 TYPE_DECLS.
3606
11fe225a
ZW
36072001-04-24 Zack Weinberg <zackw@stanford.edu>
3608
3609 * cp/optimize.c: Include hashtab.h.
3610 (struct inline_data): Add tree_pruner.
3611 (expand_call_inline, expand_calls_inline): Use it when calling
3612 walk_tree.
3613 (optimize_function): Initialize and free tree_pruner.
3614
0ba8a114
NS
36152001-04-24 Nathan Sidwell <nathan@codesourcery.com>
3616
3617 Lazy __FUNCTION__ generation.
3618 * cp-tree.def (FUNCTION_NAME): Remove.
3619 * cp-tree.h (function_name_declared_p): Remove.
3620 (cp_fname_init): Prototype.
3621 * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
3622 don't call declare_function_name. Call start_fname_decls.
3623 (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
3624 clobber the line number.
3625 (cp_fname_init): New function.
3626 (start_function): Call start_fname_decls.
3627 (finish_function): Call finish_fname_decls.
3628 * lex.c (reswords): Add slots for __FUNCTION__ et al.
3629 (rid_to_yy): Add mappings for __FUNCTION__ et al.
3630 * optimize.c (maybe_clone_body): Remove function_name_declared_p.
3631 * parse.y (VAR_FUNC_NAME): New token.
3632 (primary): Add VAR_FUNC_NAME.
3633 * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
3634 generation.
3635 (tsubst, FUNCTION_NAME case): Remove.
3636 (tsubst_copy, FUNCTION_NAME case): Remove.
3637 (tsubst_expr, DECL_STMT case): Be careful with a
3638 DECL_PRETTY_FUNCTION_P.
3639 (instantiate_decl): Remove function_name_declared_p.
3640 * semantics.c (begin_compound_statement): Don't call
3641 declare_function_name here.
3642 (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
3643 (finish_translation_unit): Call finish_fname_decls.
3644 (expand_body): Remove function_name_declared_p.
3645 * typeck2.c (digest_init): Allow any ERROR_MARK.
3646
dfbb4f34
NS
36472001-04-24 Nathan Sidwell <nathan@codesourcery.com>
3648
3649 * pt.c (tsubst_decl): Use VOID_TYPE_P.
3650 * semantics.c: Fix some typos.
3651
e2584c52
PE
36522001-04-23 Phil Edwards <pme@sources.redhat.com>
3653
3654 * cp/decl2.c (flag_honor_std): Always initialize to 1.
3655
d4c3ec27
KG
36562001-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3657
3658 * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
3659
2ac8a0f9
JM
36602001-04-23 Jason Merrill <jason_merrill@redhat.com>
3661
3662 * except.c (build_throw): Wrap the initialization of the exception
3663 object in a MUST_NOT_THROW_EXPR.
3664 (do_free_exception): #if 0.
3665
968b956a
MM
36662001-04-20 Mark Mitchell <mark@codesourcery.com>
3667
3668 * cp-tree.h (finish_enum): Change prototype.
3669 * decl.c (finish_enum): Reorganize.
3670 * parse.y (structsp): Adjust calls to finish_enum.
11fe225a 3671
aa1826e2
NS
36722001-04-20 Nathan Sidwell <nathan@codesourcery.com>
3673
3674 * tree.c (cp_tree_equal): Adjust final switch formatting. Add
3675 't' case.
3676
06d9f09f
NS
36772001-04-20 Nathan Sidwell <nathan@codesourcery.com>
3678
3679 * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
3680 (layout_empty_base): Return at end flag.
3681 (build_base_field): Likewise.
3682 (build_base_fields): Likewise.
3683 (layout_virtual_bases): Don't add 1 to eoc value.
3684 (end_of_class): Use full size for empty bases.
3685 (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
3686 empty bases. Don't add 1 to eoc value. Only add trailing padding
3687 if we're an empty class with no empty bases.
3688 (dump_class_hierarchy): Dump size and alignment.
3689
351a0f00
JJ
36902001-04-20 Jakub Jelinek <jakub@redhat.com>
3691
3692 * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
3693 ICS_BAD_FLAG.
3694
881cae05
JJ
36952001-04-20 Jakub Jelinek <jakub@redhat.com>
3696
3697 * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
3698 is found, look first if name does not match the structure name.
3699
5d2ed28c
MM
37002001-04-19 Mark Mitchell <mark@codesourcery.com>
3701
3702 * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
3703 set.
3704 (SET_DECL_LANGUAGE): New macro.
3705 * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
3706 (pushdecl): Likewise.
3707 (build_library_fn_1): Likewise.
3708 (build_cp_library_fn): Likewise.
3709 (grokfndecl): Likewise.
3710 (grokvardecl): Mark `extern "C"' variables as having C linkage.
3711 * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
3712 * lex.c (retrofit_lang_decl): Likewise.
3713 * mangle.c (mangle_decl_string): Don't mangle the names of
3714 variables declared with C language linkage.
3715 * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
11fe225a 3716
41251458
JDA
37172001-04-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
3718
3719 * semantics.c (simplify_aggr_init_exprs_r): Don't restore
3720 flag_access_control from uninitialized storage.
3721
1b4a93f7
MM
37222001-04-15 Mark Mitchell <mark@codesourcery.com>
3723
24272dc0
MM
3724 * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
3725 * mangle.c (write_pointer_to_member_type): Fix mangling of
3726 pointers to cv-qualified member function types.
3727
1b4a93f7
MM
3728 * init.c (build_delete): Create a SAVE_EXPR for the address if
3729 we're going to use it more than once.
3730
530ec96d
MM
37312001-04-13 Mark Mitchell <mark@codesourcery.com>
3732
3733 * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
3734 (expand_ptremfunc_cst): Change prototype.
3735 (delta2_from_ptrmemfunc): Remove.
3736 * expr.c (cplus_expand_constant): Adjust call to
3737 expand_ptrmemfunc_cst.
3738 * typeck.c (build_ptrmemfunc1): Simplify.
3739 (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
3740 results in a constant.
3741 (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
3742 (delta2_from_ptrmemfunc): Remove.
3743 (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
11fe225a 3744
ee8fc32b
JM
37452001-04-12 Jason Merrill <jason_merrill@redhat.com>
3746
3747 * cp-tree.h (decl_namespace_list): New macro.
3748 (struct saved_scope): Add decl_ns_list.
3749 * decl.c (mark_saved_scope): Mark it.
3750 * decl2.c: Lose static decl_namespace_list.
3751 (init_decl2): Don't save it.
3752
48857160
KG
37532001-04-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3754
3755 * cp-tree.h (warn_return_type, yylex): Delete redundant
3756 declarations.
11fe225a 3757
48857160
KG
3758 * decl.c (current_class_depth, global_namespace): Likewise.
3759
3760 * decl2.c (current_class_depth, flag_gnu_xref): Likewise
3761
3762 * repo.c (flag_use_repository): Likewise.
3763
845e14ed
KG
37642001-04-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3765
3766 * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
3767 set_block, pushdecl, getdecls, gettags, init_decl_processing,
3768 maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
3769 lvalue_or_else, print_lang_statistics, comp_target_types,
3770 unsigned_type, signed_type, signed_or_unsigned_type,
3771 build_function_call, mark_addressable, incomplete_type_error):
3772 Delete redundant declarations.
3773
1951a1b6
JM
37742001-04-11 Jason Merrill <jason_merrill@redhat.com>
3775
3776 * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
3777 (TYPE_ANONYMOUS_P): New macro.
3778 (TAGGED_TYPE_P): New macro.
3779 * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
3780 (grokfndecl, grokvardecl, grokdeclarator): Likewise.
3781 * tree.c (no_linkage_helper): Likewise.
3782 * semantics.c (begin_class_definition): Likewise.
3783 * pt.c (convert_template_argument): Likewise.
3784 * lex.c (check_for_missing_semicolon): Likewise.
3785
0fb3018c
NS
37862001-04-12 Nathan Sidwell <nathan@codesourcery.com>
3787
3788 * class.c (dfs_unshared_virtual_bases): New function.
3789 (mark_primary_bases): Call it.
3790 (check_bases): Ignore virtual bases when determining
3791 nearly-emptiness.
3792
bbb53468
NS
37932001-04-12 Nathan Sidwell <nathan@codesourcery.com>
3794
3795 * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
3796
9b7949d5
MM
37972001-04-11 Mark Mitchell <mark@codesourcery.com>
3798
3799 * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
3800 cloned function to the clone.
3801
d6684bc8
KG
38022001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3803
3804 * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
3805
3806 * semantics.c: Include expr.h.
3807
a2095778
NS
38082001-04-11 Nathan Sidwell <nathan@codesourcery.com>
3809
3810 * method.c (implicitly_declare_fn): Commonize code for copy ctor
3811 and assignment op. Set TREE_USED for parameter.
3812
78b45a24
MM
38132001-04-10 Mark Mitchell <mark@codesourcery.com>
3814
3815 * class.c (find_final_overrider_data): Add `candidates'.
3816 (dfs_find_final_overrider): Don't issue error messages
3817 prematurely.
3818 (find_final_overrider): Issue error messages here.
3819 (build_base_field): Don't warn about amgibuous direct bases here.
3820 (warn_about_ambiguous_direct_bases): New function.
3821 (layout_class_type): Use it.
3822
0450d74d
RH
38232001-04-10 Richard Henderson <rth@redhat.com>
3824
3825 * typeck.c (build_array_ref): Push the array reference inside
3826 COMPOUND_EXPR and COND_EXPR.
3827
79065db2
MM
38282001-04-05 Mark Mitchell <mark@codesourcery.com>
3829
3830 * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
3831 * decl.c (duplicate_decls): Adjust accordingly.
3832 (maybe_commonize_var): Likewise.
3833 (grokfndecl): Likewise.
3834 (start_function): Likewise.
3835 (start_method): Likewise.
3836 * decl2.c (key_method): Likewise.
3837 (import_export_decl): Likewise.
3838 * method.c (implicitly_declare_fn): Likewise.
3839 * optimize.c (maybe_clone_body): Likewise.
11fe225a 3840
fdecbf8a
BK
38412001-04-05 Benjamin Kosnik <bkoz@redhat.com>
3842
b03eced6 3843 * lang-specs.h: Add __DEPRECATED.
fdecbf8a 3844
0b4c1646
R
3845Thu Apr 5 16:54:29 2001 J"orn Rennecke <amylaar@redhat.com>
3846
3847 * search.c (get_dynamic_cast_base_type): When building a new
3848 constant, set its type to ssizetype.
3849
e59d6709
JJ
38502001-04-04 Jakub Jelinek <jakub@redhat.com>
3851
3852 * optimize.c (expand_call_inline): Only add newly inlined statements
3853 into inlined_stmts.
3854
0c918ce5
MM
38552001-04-03 Mark Mitchell <mark@codesourcery.com>
3856
3857 * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
3858 (OPERATOR_FORMAT): Likewise.
3859 (OPERATOR_TYPENAME_FORMAT): Likewise.
3860 * operators.def: Remove old name-mangling information.
3861 * decl.c (grok_op_properties): Adjust accordingly.
3862 * lex.c (init_operators): Likewise.
3863 * rtti.c (get_tinfo_decl): Issue error messages about types that
3864 have variable size.
3865
92788413
MM
38662001-04-03 Mark Mitchell <mark@codesourcery.com>
3867
11fe225a 3868 * decl2.c (import_export_decl): Don't call import_export_class
92788413
MM
3869 when processing an inline member function.
3870 * semantics.c (expand_body): Call import_export_decl before
3871 emitting inline functions.
3872
52a11cbf
RH
38732001-03-28 Richard Henderson <rth@redhat.com>
3874
3875 IA-64 ABI Exception Handling:
3876 * cp-tree.def (EH_SPEC_BLOCK): New.
3877 (MUST_NOT_THROW_EXPR): New.
3878 * cp-tree.h: Update changed function declarations.
3879 (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
3880 (CPTI_CALL_UNEXPECTED): New.
3881 (struct cp_language_function): Rename x_eh_spec_try_block
3882 to x_eh_spec_block.
3883 (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
11fe225a 3884 * decl.c (current_binding_level): If no current function
52a11cbf
RH
3885 bindings, revert to scope_chain.
3886 (initialize_predefined_identifiers): Remove __cp_push_exception.
3887 (store_parm_decls): Use begin_eh_spec_block.
3888 (finish_function): Use finish_eh_spec_block.
3889 (mark_lang_function): Update for name changes.
3890 * decl2.c (finish_file): No mark_all_runtime_matches.
3891 * dump.c (cp_dump_tree): Handle new tree codes.
3892 * error.c (dump_expr) [BIND_EXPR]: Fix typo.
3893 * except.c (catch_language_init, catch_language): Remove.
3894 (init_exception_processing): Don't set language code.
3895 Initialize call_unexpected_node, protect_cleanup_actions,
3896 eh_personality_libfunc, lang_eh_runtime_type.
3897 (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
3898 (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
3899 (prepare_eh_type): Split out type canonicalizations ...
3900 (build_eh_type_type): ... from here.
3901 (build_eh_type_type_ref): Remove.
3902 (mark_all_runtime_matches): Remove.
3903 (build_exc_ptr): New.
3904 (do_begin_catch, do_end_catch): New.
3905 (do_pop_exception): Remove.
3906 (build_terminate_handler): Remove.
3907 (choose_personality_routine): Split out language choice from ...
3908 (initialize_handler_parm): ... here.
3909 Use MUST_NOT_THROW_EXPR.
3910 (expand_start_catch_block): Use do_begin_catch. Simplify Java
3911 exception object handling.
3912 (expand_start_eh_spec, expand_end_eh_spec): Remove.
3913 (expand_exception_blocks, alloc_eh_object): Remove.
3914 (begin_eh_spec_block, finish_eh_spec_block): New.
3915 (do_allocate_exception, do_free_exception): New.
3916 (expand_throw): Merge into ...
3917 (build_throw): ... here. Update for abi.
3918 * expr.c (cplus_expand_expr): No expand_internal_throw.
3919 Handle MUST_NOT_THROW_EXPR.
3920 * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
3921 * semantics.c (*) Update for except.h name changes.
3922 (genrtl_try_block): No protect_with_terminate.
3923 (genrtl_eh_spec_block): New.
3924 (genrtl_handler): Don't emit the goto here.
3925 (cp_expand_stmt): Handle EH_SPEC_BLOCK.
3926 (genrtl_finish_function): Don't expand_exception_blocks.
3927 * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
3928
826840d9
RH
39292001-03-28 Richard Henderson <rth@redhat.com>
3930
3931 * decl.c (struct named_label_list): Rename eh_region to
3932 in_try_scope, add in_catch_scope.
3933 (struct binding_level): Rename eh_region to is_try_scope,
3934 add is_catch_scope.
3935 (note_level_for_try): Rename from note_level_for_eh.
3936 (note_level_for_catch): New.
3937 (poplevel): Copy both is_try_scope and is_catch_scope to
3938 the named_label_list struct.
3939 (check_previous_goto_1): Don't check for catch block via
3940 DECL_ARTIFICIAL; use in_try_scope instead.
3941 (check_goto): Likewise.
3942 * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
3943 * except.c (expand_start_catch_block): Call note_level_for_catch.
3944 * semantics.c (begin_compound_stmt): Update for note_level_for_try.
3945
531073e7
RH
39462001-03-27 Richard Henderson <rth@redhat.com>
3947
3948 * except.c: Use USING_SJLJ_EXCEPTIONS instead of
3949 exceptions_via_longjmp.
3950
8653a2c3
PE
39512001-03-27 Phil Edwards <pme@sources.redhat.com>
3952
3953 * pt.c (check_default_tmpl_args): Make error messages clearer.
3954
39552001-03-26 Phil Edwards <pme@sources.redhat.com>
3956
3957 * error.c: Also undefine 'A' macro used for cp_printers definition.
3958
911e6107
KG
39592001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3960
3961 * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
3962
005a5cb0
MY
39632001-03-26 Mike Yang <yang@research.att.com>
3964 Mark Mitchell <mark@codesourcery.com>
3965
3966 * dump.c (dump_access): New function.
3967 (cp_dump_tree): Use it. Dump basetype information for class
3968 types.
3969
b850de4f
MM
39702001-03-26 Mark Mitchell <mark@codesourcery.com>
3971
3972 * Makefile.in (optimize.o): Depend on params.h.
3973 (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
3974 (init_decl_processing): Set flag_no_inline when doing
3975 inlining-on-trees.
3976 * optimize.c: Include params.h.
3977 (struct inline_data): Improve documentation of FNS. Add
3978 FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
3979 (INSNS_PER_STMT): New macro.
3980 (remap_block): Use CLONING_P.
3981 (inlinable_function_p): Don't inline big functions.
3982 (expand_call_inline): Keep track of how much inlining we've done.
3983 (optimize_function): Set FIRST_INLINED_FN.
3984 (maybe_clone_body): Set CLONING_P.
3985 * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
3986 tree nodes.
3987 (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
3988 rest_of_compilation. Clear DECL_RTL for local variables
3989 afterwards.
3990 (clear_decl_rtl): New function.
11fe225a 3991
788bf0e3
NS
39922001-03-26 Nathan Sidwell <nathan@codesourcery.com>
3993
3994 Implement DR 209
3995 * cp-tree.h (skip_type_access_control,
3996 reset_type_access_control): Prototype.
3997 * decl.c (grokdeclarator): Access of friends is not checked.
3998 * parse.y (component_decl_list): Reset type access control.
3999 * semantics.c (decl_type_access_control): Clear
4000 current_type_lookups.
4001 (save_type_access_control): Don't save if not deferring.
4002 (skip_type_access_control, reset_type_access_control): New
4003 functions.
4004 (begin_class_definition): Do type access control for basetypes.
4005 Start deferred access control.
4006 (finish_class_definition): Resume immediate access control if
4007 this is a local class.
4008
730e1556
KG
40092001-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4010
4011 * class.c (add_method): Use memcpy/memmove, not bcopy.
4012
4013 * decl.c (duplicate_decls): Likewise.
4014
f1a0345c
JJ
40152001-03-23 Jakub Jelinek <jakub@redhat.com>
4016
4017 * mangle.c (write_discriminator): Use `_0' for discriminator 1,
4018 not `_'.
4019
8e4ce833
JJ
40202001-03-23 Jakub Jelinek <jakub@redhat.com>
4021
4022 * decl.c (local_names): Define.
4023 (push_local_name): New.
4024 (grok_reference_init): Return init if initializing static reference
4025 variable with non-constant instead of emitting it.
4026 Move expand_static_init call to cp_finish_decl.
4027 (layout_var_decl): Call push_local_name.
4028 (maybe_commonize_var): Allow inlining functions even if they have
4029 static local variables, use comdat_linkage for them if flag_weak.
4030 (check_initializer): Call obscure_complex_init if
4031 grok_reference_init returned non-zero.
4032 (save_function_data): Clear x_local_names.
4033 (pop_cp_function_context): Free x_local_names.
4034 (mark_inlined_fns): Remove.
4035 (mark_lang_function): Mark x_local_names.
4036 (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
4037 Mark inlined_fns as tree, remove call to mark_inlined_fns.
4038 * class.c (alter_access): Ensure DECL_ACCESS is never set if
4039 DECL_DISCRIMINATOR_P.
4040 * cp-tree.h (cp_language_function): Add x_local_names.
4041 (lang_decl_flags): Add discriminator into u2.
4042 (lang_decl_inlined_fns): Remove.
4043 (lang_decl): inlined_fns is now a TREE_VEC.
4044 (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
4045 * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
4046 TREE_VEC, not a custom structure.
4047 (optimize_function): Likewise.
4048 * mangle.c (discriminator_for_local_entity): Discriminate among
4049 VAR_DECL local entities.
4050 * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
4051 is not valid.
4052
60c87482
BM
40532001-03-22 Bryce McKinlay <bryce@albatross.co.nz>
4054
4055 Add support for Java interface method calls.
4056 * cp-tree.h (struct lang_type): Add java_interface flag.
4057 (TYPE_JAVA_INTERFACE): New macro.
4058 * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
4059 by setting TYPE_JAVA_INTERFACE.
4060 * call.c (java_iface_lookup_fn): New static.
11fe225a 4061 (build_over_call): If calling a method declared in a
60c87482
BM
4062 TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
4063 expression which resolves the function address.
4064 (build_java_interface_fn_ref): New function.
4065
94c7f30b
RH
40662001-03-22 Richard Henderson <rth@redhat.com>
4067
4068 * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
4069 * except.c: Don't include it.
4070
fd8b7a0e 40712001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
826840d9 4072 based on an idea from Joe Buck <jbuck@synopsys.com>
fd8b7a0e
GP
4073
4074 * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
4075 New nonterminals.
4076 (data_def, component_decl): Add reductions to bad_decl.
4077
a1c2b86d
JJ
40782001-03-22 Jakub Jelinek <jakub@redhat.com>
4079
4080 * method.c (do_build_assign_ref): Don't use build_modify_expr for
4081 anonymous aggregates, since they don't have assignment operator
4082 method.
4083 * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
4084 assignment operators for anonymous structure fields.
4085
46ccf50a
JM
40862001-03-21 Jason Merrill <jason@redhat.com>
4087
4088 * pt.c (instantiate_decl): Abort if we see a member constant
4089 instantiation that doesn't already have its initializer.
4090 Downgrade explicit instantiation without definition to pedwarn.
4091
4092 * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
4093 * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
4094 (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
4095
4096 * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
4097 (pending_vtables): Remove.
4098 * decl2.c (pending_vtables): Remove.
4099 (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
4100 CLASSTYPE_VTABLE_NEEDS_WRITING.
4101 (import_export_class): Likewise.
4102 (init_decl2): Don't mark pending_vtables.
4103 * lex.c (handle_pragma_vtable): Just sorry.
4104 * pt.c (instantiate_class_template): Don't mess with
4105 CLASSTYPE_VTABLE_NEEDS_WRITING.
4106 (mark_class_instantiated): Likewise.
4107 * ptree.c (print_lang_type): Don't print it.
4108 * semantics.c (begin_class_definition): Don't set it.
4109
4110 * pt.c (template_tail): Replace with last_pending_template.
4111 (maybe_templates, maybe_template_tail): Remove.
4112 (add_pending_template): Adjust.
4113 (instantiate_pending_templates): Adjust.
4114
4115 * cp-tree.h (struct saved_scope): Remove lang_stack field.
4116 (current_lang_stack): Remove.
4117 * decl.c (maybe_push_to_top_level): Don't initialize it.
4118 (duplicate_decls): Use current_lang_depth.
4119 (xref_basetypes): Likewise.
4120 * class.c (current_lang_depth): New fn.
4121 (push_lang_context): Use more varray functionality.
4122 (pop_lang_context): Likewise.
64d9c3fe
JM
4123
4124 * error.c (GLOBAL_THING): Always use '__'.
4125
1c06710a
MM
41262001-03-21 Mark Mitchell <mark@codesourcery.com>
4127
71cb9286
MM
4128 * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
4129
1c06710a
MM
4130 * mangle.c (mangle_decl_string): Mangle the names of overloaded
4131 operators, even when they have `extern "C"' linkage.
4132
92643fea
MM
41332001-03-19 Mark Mitchell <mark@codesourcery.com>
4134
4135 * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
4136 COPY_DECL_ASSEMBLER_NAME, etc. Don't set DECL_ASSEMBLER_NAME
4137 where it's not necessary.
4138 (add_method): Remove optimization involving comparison of
4139 DECL_ASSEMBLER_NAME.
4140 (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
4141 COPY_DECL_ASSEMBLER_NAME, etc. Don't set DECL_ASSEMBLER_NAME
4142 where it's not necessary.
4143 (check_methods): Likewise.
4144 (build_clone): Likewise.
4145 (built_vtt): Likewise.
4146 * cp-tree.h (DECL_NEEDED_P): Likewise.
4147 * decl.c (pushtag): Likewise.
4148 (duplicate_decls): Likewise.
4149 (pushdecl): Likewise.
4150 (builtin_function): Likewise.
4151 (build_library_fn_1): Set DECL_LANGUAGE for library functions.
4152 (build_cp_library_fn): Likewise.
4153 (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
4154 COPY_DECL_ASSEMBLER_NAME, etc. Don't set DECL_ASSEMBLER_NAME
4155 where it's not necessary.
4156 (make_rtl_for_nonlocal_decl): Likewise.
4157 (cp_finish_decl): Likewise.
4158 (grokfndecl): Likewise.
4159 (grokvardecl): Likewise.
4160 (grokdeclarator): Likewise.
4161 (start_function): Likewise.
4162 (cp_missing_return_ok_p): Likewise.
4163 * decl2.c (grokclassfn): Likewise.
4164 (check_classfn): Likewise.
4165 (finish_static_data_member_decl): Likewise.
4166 (grokfield): Likewise.
4167 * error.c (GLOBAL_IORD_P): Remove.
4168 (dump_global_iord): Improve output.
4169 (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
4170 * except.c (nothrow_libfn_p): Summarily reject any function not in
4171 namespace-scope.
4172 * init.c (build_java_class_ref): Don't explicitly set
4173 DECL_ASSEMBLER_NAME after calling mangle_decl.
4174 * mangle.c (mangle_decl_string): Handle extern "C" functions.
4175 (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
4176 * method.c (set_mangled_name_for_decl): Don't explicitly set
4177 DECL_ASSEMBLER_NAME after calling mangle_decl.
4178 (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
4179 IDENTIFIER_GLOBAL_VALUE for the thunk.
4180 * pt.c (set_mangled_name_for_template_decl): Remove.
4181 (check_explicit_specialization): Don't use it.
4182 (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
4183 (tsubst_friend_function): Likewise.
4184 (tsubst_decl): Likewise.
4185 (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
4186 * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
4187 COPY_DECL_ASSEMBLER_NAME, etc. Don't set DECL_ASSEMBLER_NAME
4188 where it's not necessary.
4189 (tinfo_base_init): Likewise.
4190 (create_real_tinfo_var): Likewise.
4191 * search.c (looup_field_1): Likewise.
4192 * semantics.c (finish_named_return_value): Likewise.
4193 * tree.c (init_tree): Set lang_set_decl_assembler_name.
11fe225a 4194
d064d75a
GDR
41952001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
4196
4197 Correct semantics restrictions checking in throw-expression.
4198 * except.c (is_admissible_throw_operand): New function.
4199 (build_throw): Use it.
4200
a3eab619
MM
42012001-03-14 Mark Mitchell <mark@codesourcery.com>
4202
4203 * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
4204 and its ilk.
4205
19e7881c
MM
42062001-03-14 Mark Mitchell <mark@codesourcery.com>
4207
4208 * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
4209 * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
4210 * decl.c (duplicate_decls): Likewise.
4211 (builtin_function): Likewise.
4212 (build_library_fn): Likewise.
4213 (build_cp_library_fn): Likewise.
4214 (check_initializer): Likewise.
4215 (cp_finish_decl): Likewise.
4216 * decl2.c (grokfield): Likewise.
4217 (grok_function_init): Remove #if 0'd code.
4218 (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
4219 * friend.c (do_friend): Likewise.
4220 * init.c (get_temp_regvar): Likewise.
4221 * method.c (make_thunk): Likewise.
4222 * pt.c (tsubst_friend_function): Likewise.
4223 (tsubst_decl): Likewise.
4224 (regenerate_decl_from_template): Likewise.
4225 * semantics.c (genrtl_named_return_value): Likewise.
4226 (expand_body): Likewise.
4227 (genrtl_finish_function): Likewise.
4228 * tree.c (cp_tree_equal): Likewise.
11fe225a 4229
78fe06c2
NS
42302001-03-12 Nathan Sidwell <nathan@codesourcery.com>
4231
4232 * call.c (convert_like_real): Add extra semantics to INNER
4233 parameter. Don't convert to temporary if a user conversion
4234 gives us an lvalue that we're about to bind to a reference.
4235 Set INNER to indicate pending reference binding on recursive
4236 calls.
4237
b3e68a79
NB
42382001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
4239
4240 * cp/lex.c: Delete duplicate pending_lang_change.
4241
42422001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
4243
4244 * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
4245 Similarly.
4246 * cp/repo.c (get_base_filename, open_repo_file): Similarly.
4247 * cp/cp-tree.h: Remove file_name_nondirectory prototype.
4248
11642c3a
ZW
42492001-03-09 Zack Weinberg <zackw@stanford.edu>
4250
4251 * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
4252
bb6852eb 42532001-03-08 Stan Shebs <shebs@apple.com>
f7687817
SS
4254
4255 * cp-tree.h (set_identifier_local_value): Remove unused decl.
4256
cc937581
ZW
42572001-03-06 Zack Weinberg <zackw@stanford.edu>
4258
4259 * spew.c: Remove references to CPP_OSTRING.
4260
d1188d91
AH
42612001-03-06 Andrew Haley <aph@redhat.com>
4262
4263 * typeck.c (convert_arguments): Check that we have an fndecl.
4264
4eaf1d5b
AH
42652001-03-05 Andrew Haley <aph@redhat.com>
4266
4267 * typeck.c (convert_arguments): Don't do ellipsis conversion for
4268 __built_in_constant_p.
4269
7eeb553c
NS
42702001-03-02 Nathan Sidwell <nathan@codesourcery.com>
4271
4272 * typeck.c (build_static_cast): Allow enum to enum conversions
4273 as per DR 128.
4274
d282fcb2
NS
42752001-03-02 Nathan Sidwell <nathan@codesourcery.com>
4276
4277 * class.c (check_field_decls): Pointers to member do not a
4278 non-pod struct make, as per DR 148.
4279
f86fdf68
NS
42802001-03-02 Nathan Sidwell <nathan@codesourcery.com>
4281
4282 * call.c (joust): cp_pedwarn when using gnu extension concerning
4283 worst conversion sequences.
4284
d6edb99e
ZW
42852001-03-01 Zack Weinberg <zackw@stanford.edu>
4286
4287 * decl.c: Replace all uses of 'boolean' with 'bool'.
4288
f7143427
ZW
42892001-03-01 Zack Weinberg <zackw@stanford.edu>
4290
4291 * lang-specs.h: Add zero initializer for cpp_spec field to
4292 all array elements that need one. Don't put an #ifdef inside
4293 the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
4294 use it.
4295
fbfe8c9e
NS
42962001-03-01 Nathan Sidwell <nathan@codesourcery.com>
4297
4298 Implement using decls inside template functions.
4299 * decl2.c (validate_nonmember_using_decl): Don't special case
4300 fake_std_node in the global namespace. Don't reject early when
4301 processing a template.
4302 (do_local_using_decl): Add to statement tree. Don't do further
4303 processing when building a template.
4304 * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
4305
4d24a889
NS
43062001-03-01 Nathan Sidwell <nathan@codesourcery.com>
4307
4308 * decl2.c (do_nonmember_using_decl): Don't complain if we find
4309 same function. Do complain about ambiguating extern "C"
4310 declarations.
4311
e5844e6d
NS
43122001-02-28 Nathan Sidwell <nathan@codesourcery.com>
4313
4314 Remove floating point and complex type template constant parms.
4315 * pt.c (convert_nontype_argument): Remove REAL_TYPE and
4316 COMPLEX_TYPE extensions.
4317 (invalid_nontype_parm_type_p): Likewise.
4318
788f238c
JO
43192001-02-27 Jeffrey Oldham <oldham@codesourcery.com>
4320
4321 * except.c (call_eh_info): Revert "match_function"'s type.
4322
73ea87d7
NS
43232001-02-27 Nathan Sidwell <nathan@codesourcery.com>
4324
4325 Fix ctor vtable vcall offsets.
4326 * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
4327 (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
4328 (get_matching_base): Remove.
4329 (get_original_base): New function.
11fe225a 4330 (build_vtbl_initializer): Initialize vid.rtti_binfo.
73ea87d7
NS
4331 Use a virtual thunk for a ctor vtable with an index
4332 (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
4333 primary base within a constructor vtable. Only set
4334 BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
4335 when primary base has been lost.
4336 * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
4337
fe730161
JO
43382001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
4339
4340 * call.c (joust): Ensure more_specialized()'s argument length
4341 parameter has correct value for constructors.
4342
e5dd4aad
NS
43432001-02-26 Nathan Sidwell <nathan@codesourcery.com>
4344
4345 * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
11fe225a 4346
e5dd4aad
NS
4347 * decl.c (mark_inlined_fns): Prototype.
4348
25200ab2
MM
43492001-02-22 Mark Mitchell <mark@codesourcery.com>
4350
4351 * spew.c (yylex): Correct handling of friends.
4352
f58c04ac
MM
43532001-02-22 Mark Mitchell <mark@codesourcery.com>
4354
4355 * mangle.c (write_encoding): Pass write_function_type the
4356 FUNCTION_DECL for the function being encoded.
4357 (write_function_type): Pass it along to write_bare_function_type.
4358 (write_bare_function_type): Pass it along to write_method_parms.
4359 (write_method_parms): Don't mangle the compiler-generated
4360 parameters to a constructor or destructor.
4361
9c96f3f8
AJ
43622001-02-22 Andreas Jaeger <aj@suse.de>
4363
4364 * optimize.c: Include toplev.h for
4365 note_deferral_of_defined_inline_function prototype.
4366
b3bae5e2
JJ
43672001-02-22 Jakub Jelinek <jakub@redhat.com>
4368
4369 * cp-tree.h (struct lang_decl_inlined_fns): New.
4370 (struct lang_decls): Add inlined_fns.
4371 (DECL_INLINED_FNS): New macro.
4372 * optimize.c (struct inline_data): Add inlined_fns.
4373 (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
4374 (inlinable_function_p): Likewise, fix typo in comment,
4375 function is not inlinable if it already inlined function currently
4376 being optimized.
306ef644 4377 (expand_call_inline): Add fn to inlined_fns if necessary.
b3bae5e2
JJ
4378 (optimize_function): Initialize inlined_fns.
4379 Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
4380 * decl.c (mark_inlined_fns): New function.
4381 (lang_mark_tree): Call it.
4382
5daf7c0a
JM
43832001-02-21 Jason Merrill <jason@redhat.com>
4384
4385 * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
4386 (DECL_UNINLINABLE): Move to middle-end.
4387
4388 * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
4389 * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
4390 * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
4391 * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
4392 parms and outer BLOCK. note_deferral_of_defined_inline_function.
4393
4394 * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
4395 second parm of op=.
4396
2c0fc02d
MM
43972001-02-19 Mark Mitchell <mark@codesourcery.com>
4398
4399 * decl2.c (set_decl_namespace): Allow explicit instantiations in
4400 any namespace.
4401
612164eb
KL
44022001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4403
4404 * optimize.c (expand_call_inline): Don't walk subtrees of type
4405 nodes.
4406
69a59a49
MM
44072001-02-18 Mark Mitchell <mark@codesourcery.com>
4408
4409 * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
4410 for a destructor.
4411
e0fff4b3
JM
44122001-02-18 Jason Merrill <jason@redhat.com>
4413
4414 Do put the VTT parameter in DECL_ARGUMENTS.
4415 * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
4416 (current_vtt_parm): New macro.
4417 (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
4418 (DECL_HAS_VTT_PARM_P): New macro.
4419 (DECL_VTT_PARM): Remove.
4420 (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
4421 * decl.c (duplicate_decls): Only copy the operator code if
4422 appropriate.
4423 (start_function): Set current_vtt_parm.
4424 (lang_mark_tree): Don't mark vtt_parm.
9c96f3f8 4425 * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
e0fff4b3
JM
4426 DECL_ARGUMENTS. Set DECL_HAS_VTT_PARM_P.
4427 * class.c (build_clone): Maybe remove the VTT parm.
4428 * optimize.c (maybe_clone_body): Set up the VTT parm.
4429 * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
4430 * call.c (build_over_call): Just allow the VTT arg.
4431 * method.c (make_thunk): Don't set DECL_VTT_PARM.
4432 (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
4433 (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
4434 * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
4435 * error.c (dump_function_decl): Likewise.
4436 * call.c (build_user_type_conversion_1, convert_like_real): Abort
4437 if we try to call a constructor with in-charge or VTT parms.
4438 * method.c (skip_artificial_parms_for): New fn.
4439 * call.c (add_function_candidate, build_over_call): Call it.
4440 * call.c (build_new_method_call): Use current_vtt_parm.
4441 * init.c (expand_virtual_init): Likewise.
4442 * class.c (same_signature_p): No longer static.
4443 * cp-tree.h: Declare it.
4444 * search.c (look_for_overrides_r): Use it.
4445
c750255c
MM
44462001-02-17 Mark Mitchell <mark@codesourcery.com>
4447
8fa33dfa
MM
4448 * cp-tree.h (new_abi_rtti_p): Remove.
4449 (name_mangling_version): Likewise.
4450 (flag_do_squangling): Likewise.
4451 * class.c (build_rtti_vtbl_entries): Remove old ABI support.
4452 * decl.c (grokfndecl): Likewise.
4453 * decl2.c (name_mangling_version): Remove.
4454 (flag_do_squangling): Likewise.
4455 (lang_f_options): Remove `squangle'.
4456 (unsupported_options): Add `squangle'.
4457 (cxx_decode_option): Issue a warning about uses of
4458 -fname-mangling-version.
4459 (finish_file): Remove old ABI support.
4460 * pt.c (check_explicit_specialization): Likewise.
4461 (tsubst_decl): Likewise.
4462 * rtti.c (init_rtti_processing): Likewise.
4463 (build_headof): Likewise.
4464 (get_tinfo_decl_dynamic): Likewise.
4465 (tinfo_from_decl): Likewise.
4466 (build_dynamic_cast_1): Likewise.
4467 (synthesize_tinfo_var): Likewise.
12fa82db
MM
4468 * init.c (build_new): Allow enumeration types for the array-bounds
4469 in a direct-new-declarator.
4470
4471 * semantics.c (finish_typeof): Resolve OFFSET_REFs.
4472
c750255c
MM
4473 * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
4474 TREE_PROTECTED from the template being specialized.
4475
a714e5c5
JM
44762001-02-17 Jason Merrill <jason@redhat.com>
4477
4478 * decl2.c (build_artificial_parm): Set TREE_READONLY.
4479
9c96f3f8 4480 * decl.c (bad_specifiers): Allow throw specs on things with
a714e5c5
JM
4481 pointer-to-function or -member-function type.
4482 * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
4483 a pmf.
4484
8084b91e
MM
44852001-02-17 Mark Mitchell <mark@codesourcery.com>
4486
4487 * call.c (check_dtor_name): Handle template names correctly.
4488
48f22ed2
JM
44892001-02-16 Jason Merrill <jason@redhat.com>
4490
4491 * cp-tree.h (DECL_USE_VTT_PARM): Remove.
4492 * decl2.c (maybe_retrofit_in_chrg): Don't create it.
4493 * optimize.c (maybe_clone_body): Don't substitute it.
4494 * call.c (build_new_method_call): Check in_chrg instead.
4495 * init.c (expand_virtual_init): Likewise.
4496
e8186ecf
GDR
44972001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
4498
4499 * decl.c (check_tag_decl): Make sure a typedef for an anonymous
4500 class-type introduces at least a type-name.
4501
2c1be322
JJ
45022001-02-16 Jakub Jelinek <jakub@redhat.com>
4503
4504 * call.c (convert_like_real): Create a temporary for non-lvalue.
4505
aab8454a
JO
45062001-02-16 Jeffrey Oldham <oldham@codesourcery.com>
4507
4508 * cp-tree.h: Fix typos in comments.
4509
a901fa64
JM
45102001-02-16 Jason Merrill <jason@redhat.com>
4511
4512 * optimize.c (remap_block): If we're compiling a clone, pass the
4513 new block to insert_block.
4514
8853373c
MM
45152001-02-16 Mark Mitchell <mark@codesourcery.com>
4516
4517 * semantics.c (finish_asm_stmt): Robustify.
4518
b60ecc04
MM
45192001-02-15 Mark Mitchell <mark@codesourcery.com>
4520
4521 * pt.c (push_template_decl_real): Don't remangle the name of a
4522 class template.
4523
e658449e
JM
45242001-02-15 Jim Meyering <meyering@lucent.com>
4525
fd48c9b5
DD
4526 * Make-lang.in (c++.install-common): Depend on installdirs.
4527 (c++.install-info): Likewise.
4528 (c++.install-man): Likewise.
e658449e 4529
f1a3f197
MM
45302001-02-15 Mark Mitchell <mark@codesourcery.com>
4531
4532 * typeck2.c (build_m_component_ref): Robustify.
4533
8826b15b
AO
45342001-02-15 Alexandre Oliva <aoliva@redhat.com>
4535
4536 * friend.c (do_friend): Don't take the nested [template] class
4537 into account when deciding whether to warn about the friend
4538 function not referring to a template function.
4539
7161c1a5
JJ
45402001-02-14 Jakub Jelinek <jakub@redhat.com>
4541
4542 * typeck.c (build_unary_op): Clarify error message.
4543
4806765e
AH
45442001-02-08 Aldy Hernandez <aldyh@redhat.com>
4545
a901fa64
JM
4546 * parse.y (component_constructor_declarator): allow optional
4547 parentheses around constructor class name.
4806765e 4548
bfc8e1e2
NS
45492001-02-14 Nathan Sidwell <nathan@codesourcery.com>
4550
4551 * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
4552 section.
4553 * init.c (emit_base_init): Remove incorrect comment about
4554 virtual bases.
4555 * method.c (make_thunk): Fix comment alignment.
4556
394fd776
NS
45572001-02-14 Nathan Sidwell <nathan@codesourcery.com>
4558
4559 Kill remnants of this is variable.
4560 * cp-tree.h (flag_this_is_variable): Remove.
4561 * decl2.c (flag_this_is_variable): Remove.
4562 * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
4563 (build_vbase_path): The path is non-static, even in a cdtor.
4564 (resolves_to_fixed_type_p): Add additional return value.
4565 * search.c (init_vbase_pointers): Adjust.
4566 * tree.c (lvalue_p_1): Adjust.
4567 * typeck.c (mark_addressable): Adjust.
4568
d0ab7624
NS
45692001-02-14 Nathan Sidwell <nathan@codesourcery.com>
4570
4571 * pt.c (unify): Don't check cv quals of array types.
4572
7773899b
NS
45732001-02-14 Nathan Sidwell <nathan@codesourcery.com>
4574
4575 * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
4576 check whether we already have the type.
4577
52682a1b
MM
45782001-02-13 Mark Mitchell <mark@codesourcery.com>
4579
4580 * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
4581 * call.c (build_op_delete_call): Simplify to remove duplicate
4582 code.
4583 * class.c (clone_function_decl): Don't build the deleting variant
4584 of a non-virtual destructor.
4585 * decl.c (finish_destructor_body): Don't call delete if this is a
4586 non-virtual destructor.
4587 * init.c (build_delete): Explicitly call `operator delete' when
4588 deleting an object with a non-virtual destructor.
9c96f3f8 4589
3b6bd115
JM
45902001-02-13 Jason Merrill <jason@redhat.com>
4591
4592 * lang-specs.h: Add more __EXCEPTIONS.
4593
45abaea8
NS
45942001-02-12 Nathan Sidwell <nathan@codesourcery.com>
4595
4596 * typeck2.c (process_init_constructor): Check
4597 TREE_HAS_CONSTRUCTOR before issuing missing init warning.
4598
996065b4
NS
45992001-02-12 Nathan Sidwell <nathan@codesourcery.com>
4600
4601 * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
4602 Remove spurious information in comment. Allow further
4603 adjustments of REFERENCE_TYPE args.
4604
82c18d5c
NS
46052001-02-12 Nathan Sidwell <nathan@codesourcery.com>
4606
4607 * errfn.c (cp_deprecated): Tweak diagnostic text.
4608 * parse.y (new_initializer): Deprecate initializer lists
4609 extension.
4610
1f84ec23
MM
46112001-02-12 Mark Mitchell <mark@codesourcery.com>
4612
4613 Remove old ABI support.
4614
8c310e3f
MM
46152001-02-11 Mark Mitchell <mark@codesourcery.com>
4616
b1012f1b
MM
4617 * decl2.c (flag_vtable_thunks): Always set it to 1.
4618 (flag_new_abi): Likewise.
4619 * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
9c96f3f8 4620
8c310e3f
MM
4621 * Makefile.in (g++spec.o): Fix typo.
4622
3b635dfc
JM
46232001-02-09 Jason Merrill <jason@redhat.com>
4624
4625 * lang-specs.h: Restore definition of __EXCEPTIONS.
4626
bd0d5d4a
JM
46272001-02-08 Jason Merrill <jason@redhat.com>
4628
4629 * search.c (shared_member_p): New function.
4630 (lookup_field_r): Use it.
4631 * cp-tree.h (SHARED_MEMBER_P): Remove.
4632
4633 * method.c (process_overload_item): Handle template-dependent array
4634 bounds.
4635 * pt.c (type_unification_real): If we end up with undeduced nontype
4636 parms, try again.
4637
4638 * decl.c (lookup_name_real): Tweak warning to refer to decls, not
4639 types.
4640
4641 * typeck2.c (friendly_abort): Don't say anything if we have
4642 earlier errors or sorries.
4643
9c96f3f8 4644 * decl.c (check_tag_decl): Notice attempts to redefine bool and
bd0d5d4a
JM
4645 wchar_t. Ignore if in_system_header.
4646
4647 * decl.c (maybe_push_cleanup_level): New fn...
4648 (start_decl_1): ...split out from here.
4649 * cvt.c (build_up_reference): Use it.
4650 * cp-tree.h: Declare it.
4651
a9374841
MM
46522001-02-07 Mark Mitchell <mark@codesourcery.com>
4653
9c96f3f8 4654 * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
a9374841
MM
4655 spec.
4656
a87b4257
NS
46572001-02-06 Nathan Sidwell <nathan@codesourcery.com>
4658
4659 * pt.c (lookup_template_class): Make sure it's a primary
4660 template or template_template_parm when called from the parser.
4661 (instantiate_template_class): Add assertion.
4662
518fed76
AO
46632001-02-05 Alexandre Oliva <aoliva@redhat.com>
4664
4665 * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
4666 from error_mark_node.
4667
9965d119
NS
46682001-02-05 Nathan Sidwell <nathan@codesourcery.com>
4669
4670 Fix specification and implementation bugs in V3 ABI
4671 construction vtables.
4672 * cp-tree.h (flag_dump_class_layout): New flag.
4673 (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
4674 (BINFO_LOST_PRIMARY_P): New flag.
4675 (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
4676 (BINFO_PRIMARY_MARKED_P): Rename to ...
4677 (BINFO_PRIMARY_P): ... here.
4678 (binfo_via_virtual): New prototype.
4679 * decl2.c (flag_dump_class_layout): New flag.
4680 (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
4681 use `=' as a file name separator.
4682 * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
4683 bases.
4684 (build_vtbl_address): If this is a virtual primary base, then
4685 get the vtbl of what it is ultimately primary for.
4686 * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
4687 for BINFO_PRIMARY_P.
4688 (dfs_skip_nonprimary_vbases_markedp): Likewise.
4689 (get_shared_vbase_if_not_primary): Likewise.
4690 (dfs_get_pure_virtuals): Likewise.
4691 (expand_upcast_fixups): Likewise.
4692 (fixup_virtual_upcast_offsets): Likewise.
4693 (dfs_find_vbase_instance): Likewise.
4694 (find_vbase_instance): Likewise.
4695 (binfo_from_vbase): Adjust comment to reflect reality.
4696 (binfo_via_virtual): New function.
4697 * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
4698 for binfo walking during VTT construction.
4699 (dfs_mark_primary_bases): Remove.
4700 (force_canonical_binfo_r): New function.
4701 (force_canonical_binfo): New function.
4702 (mark_primary_virtual_base): New function.
4703 (mark_primary_bases): Walk in inheritance graph order, use
4704 mark_primary_virtual_base.
4705 (determine_primary_base): Use some more intermediate variables.
4706 (dfs_find_final_overrider): Don't check for overriding along a
4707 virtual path.
4708 (dfs_modify_vtables): Walk into primary virtual bases too.
4709 (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
4710 (build_base_fields): Likewise.
4711 (dfs_set_offset_for_unshared_vbases): Likewise.
4712 (layout_virtual_bases): Likewise.
4713 (end_of_class): Likewise.
4714 (finish_struct_1): Call dump_class_hierarchy, if requested.
4715 (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
4716 (dump_class_hierarchy_r): Add stream parameter. Emit more information.
4717 (dump_class_hierarchy): Add file parameter. Append to file, if
4718 required.
4719 (finish_vtbls): Adjust accumulate_vtbl_inits call.
4720 Use canonical base for virtual bases.
4721 (build_vtt): Add more comments. Adjust build_vtt_inits call.
4722 (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
4723 Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
4724 VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
4725 virtual VTTs.
4726 (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
4727 from DATA. We want virtual primary bases and all bases via virtual.
4728 Only set BINFO_VPTR_INDEX for top level. Look up from a primary
4729 virtual base when not a construction vtable.
4730 (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
4731 (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
4732 Use canonical bases when processing virtual bases.
4733 (accumulate_vtbl_inits): We're interested in any base via a
4734 virtual path.
4735 (dfs_accumulate_vtbl_inits): If this is a primary virtual base
4736 within a construction vtable, determine what is being overridden.
4737 (build_vtbl_initializer): Add more comments
4738 (add_vcall_offset_vtbl_entries_1): Adjust comment.
4739 (build_rtti_vtbl_entries): Check if the base has lost its
4740 primary.
4741
39d6f2e8
MM
47422001-02-05 Mark Mitchell <mark@codesourcery.com>
4743
4744 * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
4745
400500c4
RK
4746Sun Feb 4 15:52:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4747
4748 * decl.c (pushdecl): Call abort instead of fatal.
4749 * except.c (decl_is_java_type): Call fatal_error instead of fatal.
4750 * init.c (build_new_1): Likewise.
4751 (build_java_class_ref): Call internal_error and fatal_error, not fatal.
4752 * decl.c (build_typename_type): hash_table_init now returns void.
4753 decl.c (init_decl_processing): Make an error non-fatal.
4754
97458258
MM
47552001-02-04 Mark Mitchell <mark@codesourcery.com>
4756
4757 * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
4758 Document.
4759 (CLASSTYPE_INTERFACE_KNOWN): Likewise.
4760 (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
4761 (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
4762 (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
4763 * decl.c (maybe_commonize_var): Use the new name-mangling where
4764 appropriate.
4765 * decl2.c (comdat_linkage): Enhance comments. Make all
4766 compiler-generated things static, if COMDAT is not available.
4767 (get_tinfo_decl): Do not make typeinfo objects that belong in the
4768 library COMDAT.
4769 (tinfo_base_init): Use the correct mangled name for typeinfo
4770 strings, and push them into the global scope.
4771 (typeinfo_in_lib_p): New function.
4772 (synthesize_tinfo_var): Use it.
4773 (create_real_tinfo_var): Likewise.
9c96f3f8 4774
55de1b66
JJ
47752001-02-03 Jakub Jelinek <jakub@redhat.com>
4776
4777 * decl.c (push_class_binding): Use context_for_name_lookup instead
4778 of CP_DECL_CONTEXT.
4779 * search.c (context_for_name_lookup): Remove static. Check for NULL
4780 context in the loop.
4781 * cp-tree.h (context_for_name_lookup): Add prototype.
4782
e92730aa
JJ
47832001-02-02 Jakub Jelinek <jakub@redhat.com>
4784
4785 * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
4786 * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
4787 Remove.
4788 * call.c (convert_class_to_reference, build_user_type_conversion_1,
4789 add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
4790
049f6ec9
MM
47912001-02-02 Mark Mitchell <mark@codesourcery.com>
4792
4793 * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
4794 of macros used when compiling g++spec.c.
4795 * g++spec.c (lang_specific_driver): Link with the shared
4796 libgcc by default.
4797
718b8ea5
JM
47982001-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
4799
4800 * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
4801 make_reference_declarator, make_call_declarator), method.c
4802 (implicitly_declare_fn), parse.y (namespace_using_decl,
4803 notype_unqualified_id, expr_or_declarator, new_type_id,
4804 after_type_declarator, direct_after_type_declarator,
4805 notype_declarator, complex_notype_declarator,
4806 complex_direct_notype_declarator, qualified_id,
4807 notype_qualified_id, overqualified_id, direct_new_declarator,
4808 absdcl, direct_abstract_declarator, conversion_declarator), pt.c
4809 (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
4810 instead of build_parse_node.
4811
f2d1f0ba
KG
48122001-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4813
4814 * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
4815 (minus_one_node): Moved to top level gcc directory. Renamed
4816 to integer_minus_one_node.
4817
4818 * init.c (init_init_processing): Don't set minus_one_node.
4819 (build_vec_init): Use integer_minus_one_node.
4820
4821 * rtti.c (get_tinfo_decl_dynamic): Likewise.
4822
6001735e
JJ
48232001-01-28 Jakub Jelinek <jakub@redhat.com>
4824
4825 * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
4826 identical and they would be replaced with constant, remove
4827 MODIFY_EXPR from the tree.
4828
c913b6f1
KG
48292001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4830
4831 * Make-lang.in: Remove all dependencies on defaults.h.
4832 * call.c: Don't include defaults.h.
4833 * decl.c: Likewise.
4834 * decl2.c: Likewise.
4835 * except.c: Likewise.
4836 * pt.c: Likewise.
4837 * rtti.c: Likewise.
4838 * tree.c: Likewise.
4839 * typeck.c: Likewise.
4840
324ffb8c
JJ
48412001-01-25 Jakub Jelinek <jakub@redhat.com>
4842
4843 * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
4844 operators even in "C" linkage.
4845 * method.c (set_mangled_name_for_decl): Likewise.
4846 * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
4847 overloaded operators in "C" linkage.
4848
4b2811e9
NS
48492001-01-24 Nathan Sidwell <nathan@codesourcery.com>
4850
4851 * pt.c (tsubst_decl): Remove IN_DECL parameter.
4852 (tsubst_arg_types): Check parameter is not void.
4853 (tsubst): Adjust tsubst_decl call.
4854
d8caf48e
NS
48552001-01-24 Nathan Sidwell <nathan@codesourcery.com>
4856
4857 * call.c (add_builtin_candidate): Quote std properly, from
4858 previous change.
4859
08511114
KL
48602001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4861
4862 * pt.c (check_explicit_specialization): Clone constructors and
4863 destructors.
4864
92ecdfb7
NS
48652001-01-23 Nathan Sidwell <nathan@codesourcery.com>
4866
4867 * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
4868 indicates anything special about template depth. Make sure we
4869 only count the user visible template classes.
4870
4cff6abe
NS
48712001-01-23 Nathan Sidwell <nathan@codesourcery.com>
4872
4873 * call.c (build_conv): Typo in comment.
4874 (add_builtin_candidate): Add more explanation.
4875 Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
4876 Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
4877 when we have enumeral types.
4878 (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
4879 candidates for relops and eqops.
4880 (joust): Simplify control flow. Allow a non-template user
4881 function to hide a builtin.
4882
62e4a758
NS
48832001-01-22 Nathan Sidwell <nathan@codesourcery.com>
4884
4885 * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
4886 (more_specialized): Add deduction parameter.
4887 * call.c (joust): Adjust more_specialized call.
4888 * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
4889 UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
4890 (get_bindings_order): Remove.
4891 (get_bindings_real): Add DEDUCE parameter.
4892 (maybe_adjust_types_for_deduction): Return extra unify flags. Do
4893 REFERENCE_TYPE jig for DEDUCE_ORDER.
4894 (type_unification_real): Deal with DEDUCE_ORDER. Use result of
4895 maybe_adjust_types_for_deduction.
4896 (more_specialized): Add DEDUCE parameter. Call get_bindings_real
4897 directly.
4898 (try_one_overload): Use result of maybe_adjust_types_for_deduction.
4899 (check_cv_quals_for_unify): Use new unify qualifier flags.
4900 (unify): Clear new unify qualifier flags.
4901 (get_bindings_real): Add DEDUCE parameter.
4902 (get_bindings): Adjust call to get_bindings_real.
4903 (get_bindings_overload): Likewise.
4904 (most_specialized_instantiation): Adjust call to
4905 more_specialized.
4906
2a2a9e5a
JM
49072001-01-19 Jason Merrill <jason@redhat.com>
4908
4909 * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
4910
4911 * decl.c (init_decl_processing): Just force -fvtable-thunks on if
4912 -fnew-abi.
4913
60696c53
JM
49142001-01-19 Ute Pelkmann <scope.muc@t-online.de>
4915
4916 * decl2.c (arg_assoc_class): Fix double iteration logic.
4917
49182001-01-19 Jason Merrill <jason@redhat.com>
4919
4920 * init.c (build_delete): Always call convert_force to strip cv-quals.
4921
4922 * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
4923 * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
4924 * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
4925
1e00f18c
NS
49262001-01-19 Nathan Sidwell <nathan@codesourcery.com>
4927
4928 * search.c (get_vbase_1): Count only virtual bases.
4929
e13bced2
NS
49302001-01-19 Nathan Sidwell <nathan@codesourcery.com>
4931
4932 * class.c (duplicate_tag_error): Robustify flag clearing.
4933
f9c244b8
NS
49342001-01-19 Nathan Sidwell <nathan@codesourcery.com>
4935
4936 * cp-tree.h (lookup_template_class): Add complain parm.
4937 * decl.c (lookup_namespace_name): Adjust call to
4938 lookup_template_class.
4939 (make_typename_type): Likewise.
4940 * semantics.c (finish_template_type): Likewise.
4941 * pt.c (lookup_template_class): Add complain parm. Adjust.
4942 (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
4943 (tsubst): Likewise.
4944
08c2df0f
NS
49452001-01-19 Nathan Sidwell <nathan@codesourcery.com>
4946
4947 * pt.c (copy_default_args_to_explicit_spec): Preserve
4948 object's CV quals. Reorganize.
4949
f5ceeec8
NS
49502001-01-18 Nathan Sidwell <nathan@codesourcery.com>
4951
4952 * typeck.c (build_modify_expr): Say `initialization' for
4953 INIT_EXPRs.
4954 * init.c (build_default_init): Convert to enumeral type, if
4955 needed.
4956
a1cfa434
JJ
49572001-01-18 Jakub Jelinek <jakub@redhat.com>
4958
4959 * parse.y (nomods_initdcl0): Properly set things up for
4960 initdcl0_innards.
4961
028d1f20
NS
49622001-01-18 Nathan Sidwell <nathan@codesourcery.com>
4963
4964 * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
4965 (type_unification_real): Set it.
4966 (unify): Use it.
4967
9f724b6a
NS
49682001-01-18 Nathan Sidwell <nathan@codesourcery.com>
4969
4970 * decl.c (finish_destructor_body): Convert to vbase pointer here.
4971
522d6614
NS
49722001-01-18 Nathan Sidwell <nathan@codesourcery.com>
4973
4974 * semantics.c (begin_class_definition): Check we're not inside a
4975 template parm list.
4976
7f805b8f
NS
49772001-01-18 Nathan Sidwell <nathan@codesourcery.com>
4978
4979 * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
4980 BASELINK_P.
4981
dc3799c1
KL
49822001-01-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4983
4984 * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
4985 * call.c (build_over_call): Add comment.
4986
bb37c4a5
DB
49872001-01-16 Daniel Berlin <dberlin@redhat.com>
4988
826840d9
RH
4989 * cvt.c (ocp_convert): Handle vector type conversion
4990 * typeck2.c (digest_init): Handle vector type initializations
9c96f3f8 4991
a26e7fb5
PE
49922001-01-16 Phil Edwards <pme@sources.redhat.com>
4993
4994 * g++spec.c: Don't add libraries needlessly if -fsyntax-only
4995 was given.
4996
11b810f1
NS
49972001-01-15 Nathan Sidwell <nathan@codesourcery.com>
4998
4999 * pt.c (check_nontype_parm): Rename to ...
5000 (invalid_nontype_parm_type_p): ... here.
5001 (process_template_parm): Adjust.
5002 (convert_template_argument): Adjust.
5003
db3f4e4e
NS
50042001-01-15 Nathan Sidwell <nathan@codesourcery.com>
5005
5006 * pt.c (check_nontype_parm): New function.
5007 (process_template_parm): Use it.
5008 (convert_template_argument): Use it.
5009 (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
5010 member.
5011
ea4f1fce
JO
50122001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
5013
5014 * tree.c: Add defaults.h
5015 (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
5016 * Make-lang.in (cp/tree.o): Add defaults.h.
5017
1312c143
JM
50182001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
5019
5020 * Make-lang.in (CXX_C_OBJS): Add c-format.o.
5021
4bc1997b
JM
50222001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
5023
5024 * g++.1: Change to be ".so man1/gcc.1".
5025
23de1fbf
JM
50262001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
5027
5028 * Make-lang.in (c++.info, c++.install-info): Build and install g++
5029 internals info.
5030 (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
5031 ($(srcdir)/cp/g++int.info): New target.
5032 * gxxint.texi: Add info directory entry. Use @@ in email address.
5033 * .cvsignore: Update.
5034
0949f723
NS
50352001-01-12 Nathan Sidwell <nathan@codesourcery.com>
5036
5037 * typeck.c (build_c_cast): Do template processing earlier.
5038 Always pedwarn on array casts.
5039
a8641661
NS
50402001-01-12 Nathan Sidwell <nathan@codesourcery.com>
5041
5042 * friend.c (make_friend_class): Make sure a templated class is
5043 actually a template.
5044
844511c8
NS
50452001-01-11 Nathan Sidwell <nathan@codesourcery.com>
5046
5047 * decl2.c (get_guard): Set linkage from guarded decl.
5048
96a1e32d
NS
50492001-01-11 Nathan Sidwell <nathan@codesourcery.com>
5050
5051 * call.c (convert_default_arg): Check for unprocessed
5052 DEFAULT_ARG.
5053 * cp-tree.h (replace_defarg): Move to spew.c.
5054 (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
5055 spew.c, which is where they really are.
5056 (done_pending_defargs): Declare.
5057 (unprocessed_defarg_fn): Declare.
5058 * decl.c (replace_defarg): Move to spew.c
5059 * parse.y (structsp): Call done_pending_defargs.
5060 * spew.c (defarg_fns): Rearrange list structure.
5061 (defarg_fnsdone): New static variable.
5062 (defarg_depfns): New static variable.
5063 (init_spew): Adjust.
5064 (add_defarg_fn): Store the type in TREE_TYPE.
5065 (do_pending_defargs): Detect and deal with ordering constraints
5066 and circularity.
5067 (done_pending_defargs): New function.
5068 (unprocessed_defarg_fn): New function.
5069 (replace_defarg): Moved from decl.c. Robustify. Don't save
5070 if circularity detected.
5071
34e225a3
NS
50722001-01-11 Nathan Sidwell <nathan@codesourcery.com>
5073
5074 * pt.c (unify): Check array has a domain, before checking
5075 whether it is variable sized.
5076
98979fe0
NS
50772001-01-11 Nathan Sidwell <nathan@codesourcery.com>
5078
5079 * decl.c (grokparms): Unobfuscate and get correct diagnostic for
5080 parameters with pointers to arrays of unknown bound.
5081
b37bf5bd
NS
50822001-01-11 Nathan Sidwell <nathan@codesourcery.com>
5083
5084 * parse.y (template_parm_header, template_spec_header): New
5085 reductions. Split out from ...
5086 (template_header): ... here. Use them.
5087 (template_template_parm): Use template_parm_header.
5088 * semantics.c (finish_template_template_parm): Add assert.
5089
6c418184
MM
50902001-01-10 Mark Mitchell <mark@codesourcery.com>
5091
792508b5
MM
5092 * mangle.c (write_builtin_type): Fix thinko.
5093
8afa707f
MM
5094 * pt.c (copy_default_args_to_explicit_spec_1): New function.
5095 (copy_default_args_to_explicit_spec): Likewise.
5096 (check_explicit_specialization): Use it.
5097
6c418184
MM
5098 * class.c (finish_struct_1): Remove last argument in call to
5099 make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
5100 * decl.c (builtin_function): Likewise.
5101 (build_cp_library_fn): Likewise.
5102 (check_initializer): Likewise.
5103 (make_rtl_for_nonlocal_decl): Likewise.
5104 (cp_finish_decl): Likewise.
5105 (start_function): Likewise.
5106 * decl2.c (finish_anon_union): Likewise.
5107 * friend.c (do_friend): Likewise.
5108 * init.c (build_java_class_ref): Likewise.
5109 * method.c (make_thunk): Likewise.
5110 * pt.c (tsubst_friend_function): Likewise.
5111 * semantics.c (expand_body): Likewise.
5112
31d95fc6
MM
51132001-01-10 Mark Mitchell <mark@codesourcery.com>
5114
5115 * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
5116 looking at DECL_CLONED_FUNCTION for non-functions.
5117
31bb3027
NS
51182001-01-10 Nathan Sidwell <nathan@codesourcery.com>
5119
5120 * error.c (dump_template_parameter): Use parm to determine how
5121 to print default value.
5122
fd3f43e7
NS
51232001-01-10 Nathan Sidwell <nathan@codesourcery.com>
5124
5125 * class.c (duplicate_tag_error): Clear more flags.
5126
042b4c4e
NS
51272001-01-10 Nathan Sidwell <nathan@codesourcery.com>
5128
5129 * call.c (build_new_method_call): Use binfo_for_vbase.
5130
a7537031
JM
51312001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
5132
5133 * cp-tree.h (flag_cond_mismatch): Don't declare.
5134 * decl2.c (flag_cond_mismatch): Don't define.
5135 (lang_f_options): Remove cond-mismatch.
5136 (unsupported_options): Add cond-mismatch.
5137
186c0fbe
NS
51382001-01-09 Nathan Sidwell <nathan@codesourcery.com>
5139
5140 * class.c (handle_using_decl): Reject using of constructor name
5141 of sourcing class. Allow injecting of a method with same name as
5142 nested class. Fixup error messages.
5143
28ec8d6b
JM
51442001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
5145
5146 * decl2.c (lang_decode_option): Handle -Wformat=2.
5147
3febd123
NS
51482001-01-08 Nathan Sidwell <nathan@codesourcery.com>
5149
5150 * cp-tree.h (lang_decl_flags): Rename defined_in_class to
5151 initialized_in_class.
5152 (DECL_DEFINED_IN_CLASS_P): Rename to ...
5153 (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
5154 * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
5155 (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
5156 * pt.c (check_default_tmpl_args): Adjust for
5157 DECL_INITIALIZED_IN_CLASS_P.
5158 (instantiate_class_template): Likewise.
5159 (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
9c96f3f8 5160
3febd123
NS
5161 * class.c (finish_struct): Constify saved_filename.
5162
1f0d71c5
NS
51632001-01-08 Nathan Sidwell <nathan@codesourcery.com>
5164
5165 * class.c (duplicate_tag_error): Adjust diagnostic.
5166 (finish_struct): Locally set location to start of struct.
5167 * decl.c (fixup_anonymous_aggr): Use cp_error_at.
5168
5bf15e84 51692001-01-08 Nathan Sidwell <nathan@codesourcery.com>
76191fdd
NS
5170
5171 * decl.c (struct binding_level): Adjust class_shadowed comments
5172 to reflect reality.
aba649ba 5173 (push_class_level_binding): Adjust comments to reflect reality.
76191fdd
NS
5174 Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
5175 Don't set TREE_VALUE on the class_shadowed list.
5176
23d4e4cc 51772001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
9c96f3f8
AJ
5178
5179 * decl2.c (acceptable_java_type): Allow references too.
23d4e4cc
APB
5180 * init.c (build_java_class_ref): When using the new ABI, search
5181 `class$' and have it mangled with `mangle_decl.'
5182 * mangle.c (write_java_integer_type_codes): New function.
5183 (write_builtin_type): Detect and mangle Java integer and real
5184 types.
9c96f3f8 5185
0c58da3e
MM
51862001-01-07 Mark Mitchell <mark@codesourcery.com>
5187
5188 * decl2.c (grokfield): Don't accept `asm' specifiers for
5189 non-static data members.
5190
45b8ddb4
KG
51912001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5192
5193 * expr.c (cplus_expand_expr): Don't reset `target'.
5194
96302433
NB
51952001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
5196
826840d9 5197 * cp/decl2.c (cxx_post_options): Call cpp_post_options.
96302433 5198
220bce48
NS
51992001-01-05 Nathan Sidwell <nathan@codesourcery.com>
5200
5201 * parse.y (template_datadef): Check for error_mark_node.
5202
bfa2cb33
NS
52032001-01-05 Nathan Sidwell <nathan@codesourcery.com>
5204
5205 * cp-tree.def (DEFAULT_ARG): Make `x' class.
5206
eaa7c03f
JM
52072001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
5208
5209 * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
5210 (record_builtin_type): Make non-static.
5211 (flag_short_double): Don't declare.
5212 (init_decl_processing): Remove the creation of many tree nodes now
5213 in c_common_nodes_and_builtins.
5214 (build_void_list_node): New function.
5215 * decl2.c (flag_short_double, flag_short_wchar): Don't define.
5216 * cp-tree.h (flag_short_wchar): Don't declare.
5217
3af4c257
MM
52182001-01-04 Mark Mitchell <mark@codesourcery.com>
5219
5220 * call.c (build_conv): Don't use build1 for USER_CONV.
5221 * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
5222
03dc0325
JM
52232001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
5224
5225 * lex.c (lang_init): Call c_common_lang_init.
5226
3c505507
NS
52272001-01-03 Nathan Sidwell <nathan@codesourcery.com>
5228
5229 * search.c (lookup_fnfields_here): Remove.
5230 (look_for_overrides_r): Use lookup_fnfields_1.
5231 Ignore functions from using declarations.
5232
03378143
NS
52332001-01-03 Nathan Sidwell <nathan@codesourcery.com>
5234
5235 Implement exceptions specifiers for implicit member functions.
5236 * cp-tree.h (merge_exceptions_specifiers): Declare new function.
5237 * method.c (synthesize_exception_spec): New function.
5238 (locate_dtor, locate_ctor, locate_copy): New functions.
5239 (implicitly_declare_fn): Generate the exception spec too.
5240 * search.c (check_final_overrider): Check artificial functions
5241 too.
9c96f3f8 5242 * typeck2.c (merge_exception_specifiers): New function.
03378143 5243
f30efcb7
JM
52442001-01-03 Jason Merrill <jason@redhat.com>
5245
5246 * init.c (build_default_init): New fn.
5247 (perform_member_init): Split out from here.
5248 (build_new_1): Use it. Simplify initialization logic.
5249 (build_vec_init): Take an array, rather than a pointer and maxindex.
5250 Speed up simple initializations. Don't clean up if we're assigning.
5251 * cp-tree.h: Adjust.
5252 * decl2.c (do_static_initialization): Remove TREE_VEC case.
5253 * parse.y (new_initializer): Return void_zero_node for ().
5254 * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
5255 * typeck2.c (digest_init): Only complain about user-written
5256 CONSTRUCTORs.
5257
a412bf75
MS
52582000-12-22 Mike Stump <mrs@wrs.com>
5259
5260 * decl2.c: (max_tinst_depth): Increase to 50.
5261
4890c2f4
MM
52622001-01-02 Mark Mitchell <mark@codesourcery.com>
5263
5264 * class.c (invalidate_class_lookup_cache): Zero the
5265 previous_class_values.
5266 * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
5267 TREE_INT_CST_HIGH.
5268 (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
5269 * decl.c (free_bindings): New variable.
5270 (push_binding): Don't create a new binding if we have one on the
5271 free list.
5272 (pop_binding): Put old bindings on the free list.
5273 (init_decl_processing): Use size_int, not build_int_2.
5274 Register free_bindings as a GC root.
5275 (cp_make_fname_decl): Use size_int, not build_int_2.
5276 (push_inline_template_parms_recursive): Likewise.
5277 (end_template_parm_list): Likewise.
5278 (for_each_tempalte_parm): Do not use walk_tree_without_duplicates.
5279 (tsubst_template_parms): Use size_int, not build_int_2.
5280 (tsubst): Likewise.
5281 * rtti.c (get_vmi_pseudo_type_info): Likewise.
9c96f3f8 5282
4f78b9a8
RH
52832001-01-02 Richard Henderson <rth@redhat.com>
5284
5285 * parse.y (asm): Set ASM_INPUT_P.
5286
3c8c2a0a
JM
52872001-01-02 Jason Merrill <jason@redhat.com>
5288
96d6c610
JM
5289 * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
5290 for v3 ABI.
5291
5292 * typeck.c (cp_truthvalue_conversion): New fn.
5293 * cvt.c (ocp_convert): Use it.
5294
5295 * cp-tree.h: Lose c-common.c decls.
5296
5297 * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
5298 * cvt.c (convert_to_void): Use type_unknown_p.
5299
9c96f3f8 5300 * typeck.c (strip_all_pointer_quals): Also strip quals from
3c8c2a0a
JM
5301 pointer-to-member types.
5302
5303 * Make-lang.in (cp/TAGS): Use --no-globals. Ignore parse.c, and treat
5304 parse.y as C.
5305
5306 * call.c (build_new_method_call): Do evaluate the object parameter
5307 when accessing a static member.
5308 * typeck.c (build_component_ref): Likewise.
5309
d363e7bf
AJ
53102001-01-02 Andreas Jaeger <aj@suse.de>
5311
5312 * decl.c (cp_missing_noreturn_ok_p): New.
5313 (init_decl_processing): Set lang_missing_noreturn_ok_p.
5314
77f5250d
JJ
53152000-12-29 Jakub Jelinek <jakub@redhat.com>
5316
5317 * decl.c (init_decl_processing): Fix sign of wchar_type_node.
5318
31a714f6
MM
53192000-12-29 Mark Mitchell <mark@codesourcery.com>
5320
5321 * class.c (pushclass): Remove #if 0'd code.
5322 * cp-tree.h (overload_template_name): Remove.
5323 * decl.c (store_bindings): Simplify.
5324 (pop_from_top_level): Likewise.
5325 * pt.c (overload_template_name): Remove.
d363e7bf 5326 (instantiate_decl): Don't call push_to_top_level if it's not
31a714f6
MM
5327 needed.
5328
414ea4aa
MM
53292000-12-28 Mark Mitchell <mark@codesourcery.com>
5330
5331 * pt.c (register_local_specialization): Don't return a value.
5332 (lookup_template_class): Use move-to-front heuristic when looking
5333 up template instantiations.
5334 (instantiate_decl): Only push_to_top_level when we're actually
5335 going to instantiate the template.
5336
6f18f7e9
HPN
53372000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
5338
5339 * search.c (binfo_for_vtable): Return least derived class, not
5340 most. Handle secondary vtables.
5341
e5214479
JM
53422000-12-22 Jason Merrill <jason@redhat.com>
5343
3c8c2a0a
JM
5344 * pt.c (more_specialized): Don't optimize len==0.
5345 (fn_type_unification): If we're adding the return type, increase len.
5346
ebb1abc3
JM
5347 * typeck.c (build_binary_op): Fix pmf comparison logic.
5348
c939ca5f
JM
5349 * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
5350 DECL_STATIC_FUNCTION_P.
5351
e6fe680d
JM
5352 * semantics.c (genrtl_finish_function): Don't try to jump to
5353 return_label unless it exists.
5354
e5214479
JM
5355 In partial ordering for a call, ignore parms for which we don't have
5356 a real argument.
5357 * call.c (joust): Pass len to more_specialized.
5358 (add_template_candidate_real): Strip 'this', pass len.
5359 * pt.c (more_specialized): Pass len down. Lose explicit_args parm.
5360 (get_bindings_order): New fn. Pass len down.
5361 (get_bindings_real): Strip 'this', pass len.
5362 (fn_type_unification): Likewise.
5363 (type_unification_real): Succeed after checking 'len' args.
5364 (most_specialized_instantiation): Lose explicit_args parm.
d363e7bf 5365 * class.c (resolve_address_of_overloaded_function): Strip 'this',
e5214479
JM
5366 pass len.
5367
53682000-12-21 Jason Merrill <jason@redhat.com>
477f6664
JM
5369
5370 * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
5371 DECL_TEMPLATE_RESULT.
5372
5373 * search.c (lookup_field_r): Call lookup_fnfields_1, not
5374 lookup_fnfields_here.
5375
5376 * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
5377
5378 * call.c (build_object_call): Also allow conversions that return
5379 reference to pointer to function.
5380 (add_conv_candidate): Handle totype being ref to ptr to fn.
5381 (build_field_call): Also allow members of type reference to function.
5382 Lose support for calling pointer to METHOD_TYPE fields.
5383
5384 * error.c (dump_expr): Handle *_CAST_EXPR.
5385
5386 * typeck2.c (build_scoped_ref): Always convert to the naming class.
5387
5388 * tree.c (break_out_cleanups): Lose.
5389 * cp-tree.h: Remove prototype.
5390 * typeck.c (build_component_ref): Don't break_out_cleanups.
5391 (build_compound_expr): Likewise.
5392 * semantics.c (finish_expr_stmt): Likewise.
5393
3e4d04a1
RH
53942000-12-20 Richard Henderson <rth@redhat.com>
5395
5396 * cp-tree.h: Update declarations.
5397 * decl.c (finish_case_label): Return the new stmt node.
5398 * semantics.c (finish_goto_stmt): Likewise.
5399 (finish_expr_stmt, finish_return_stmt): Likewise.
5400 (finish_break_stmt, finish_continue_stmt): Likewise.
5401 (finish_asm_stmt): Likewise.
5402 * parse.y (already_scoped_stmt): Set STMT_LINENO.
5403 (compstmt, implicitly_scoped_stmt, stmt): Likewise.
5404 (simple_if, simple_stmt): Return the new stmt node.
5405 (save_lineno): New.
5406
20d380b1
JM
54072000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
5408
5409 * cp-tree.h: Don't declare warn_long_long.
5410
221c7a7f
KL
54112000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5412
5413 * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
5414 IS_AGGR_TYPE.
5415
b429fdf0
KL
54162000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5417
5418 * pt.c (unify): Handle when both ARG and PARM are
5419 BOUND_TEMPLATE_TEMPLATE_PARM.
5420
c2beae77
KL
54212000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5422
5423 * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
5424 DECL_TEMPLATE_PARM_P.
5425
c3e899c1
JM
54262000-12-15 Jason Merrill <jason@redhat.com>
5427
96790071
JM
5428 * init.c (build_new_1): Reorganize. Now with 100% fewer SAVE_EXPRs!
5429
8d42565b
JM
5430 * init.c (build_new_1): Don't strip quals from type.
5431
fab09a24
JM
5432 * decl.c (pushdecl): Don't check for linkage on a non-decl.
5433
c3e899c1
JM
5434 * call.c (build_op_delete_call): See through ARRAY_TYPEs.
5435
5436 * call.c (build_new_function_call): Lose space before paren in
5437 error message.
5438 (build_new_method_call): Likewise.
5439
5440 * typeck2.c (build_m_component_ref): Propagate quals from datum.
5441
edac124d
KL
54422000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5443
5444 * pt.c (check_explicit_specialization): Propagate default
5445 function arguments to explicit specializations.
5446
31750649 54472000-12-13 DJ Delorie <dj@redhat.com>
8d3b081e
DD
5448
5449 * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
5450 and <? operators.
5451
5e818b93
JM
54522000-12-08 Jason Merrill <jason@redhat.com>
5453
5454 * error.c (dump_function_name): Don't let the user see __comp_ctor.
5455
5456 Clean up copy-initialization in overloading code.
5457 * call.c (build_user_type_conversion_1): Die if we are asked to
5458 convert to the same or a base type.
5459 (implicit_conversion): Avoid doing so. Lose reference binding code.
5460 (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
5461 direct-initialization. Also do direct-init part of copy-init.
5462 (build_user_type_conversion): Don't provide context to convert_like.
5463 * cvt.c (ocp_convert): build_user_type_conversion will now provide
5464 the constructor call for copy-init.
5465
5466 * pt.c (tsubst_decl): Call clone_function_decl here if this is an
5467 instantiation of a member template.
5468 (do_decl_instantiation): Not here.
5469
38da6039
NS
54702000-12-07 Nathan Sidwell <nathan@codesourcery.com>
5471
5472 * class.c (check_field_decls): Don't special case anonymous
5473 fields in error messages.
c9407e4c 5474 (note_name_declared_in_class): Use %D on diagnostic.
d363e7bf 5475
38da6039
NS
5476 * tree.c (pod_type_p): Use strip_array_types.
5477 (cp_valid_lang_attribute): Likewise.
5478 * typeck.c (cp_type_quals): Strip arrays separately, to avoid
5479 multiple evaluations.
d363e7bf 5480 (cp_has_mutable_p): Use strip_array_types.
38da6039 5481
a11d04b5
NS
54822000-12-07 Nathan Sidwell <nathan@codesourcery.com>
5483
5484 * cp-tree.h (sufficient_parms_p): Declare new function.
5485 * call.c (sufficient_parms_p): New function, broken out of ...
5486 (add_function_candidate): ... here. Use it.
5487 (add_conv_candidate): Use it.
5488 * decl.c (grok_ctor_properties): Use it.
5489
5eec2847
JJ
54902000-12-07 Jakub Jelinek <jakub@redhat.com>
5491
5492 * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
5493
c907e684
JM
54942000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
5495
5496 * decl2.c (lang_decode_option): Handle -Wformat-security.
5497
74601d7c
KL
54982000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5499
5500 * pt.c (verify_class_unification): New function.
5501 (get_class_bindings): Use it.
5502 (try_class_unification): Tidy.
5503 (unify): Handle when argument of a template-id is not
5504 template parameter dependent.
5505 (template_args_equal): Handle when TREE_CODE's do not match.
5506
8954e858
AO
55072000-12-06 Alexandre Oliva <aoliva@redhat.com>
5508
5509 * lang-specs.h (c++): When invoking the stand-alone preprocessor
5510 for -save-temps, pass all relevant -Defines to it, and then don't
5511 pass them to cc1plus.
5512
3dc9aec6
WC
55132000-12-05 Will Cohen <wcohen@redhat.com>
5514
5515 * decl.c (finish_case_label): Cleared
5516 more_cleanups_ok in surrounding function scopes.
5517 (define_label): Likewise.
5518
cbb40945
NS
55192000-12-05 Nathan Sidwell <nathan@codesourcery.com>
5520
5521 * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
5522 (get_matching_virtual): Remove.
5523 (look_for_overrides): Declare new function.
5524 * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
5525 DECL_VINDEX here.
5526 * class.c (check_for_override): Move base class iteration code
5527 to look_for_overrides.
5528 * search.c (next_baselink): Remove.
5529 (get_virtuals_named_this): Remove.
5530 (get_virtual_destructor): Remove.
5531 (tree_has_any_destructors_p): Remove.
5532 (struct gvnt_info): Remove.
5533 (check_final_overrider): Remove `virtual' from error messages.
5534 (get_matching_virtuals): Remove. Move functionality to ...
5535 (look_for_overrides): ... here, and ...
5536 (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
5537 to be overriding.
5538
61402b80
NS
55392000-12-05 Nathan Sidwell <nathan@codesourcery.com>
5540
5541 * typeck.c (get_delta_difference): If via a virtual base,
5542 return zero.
5543 * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
5544 adjustment.
5545
39abc9a6
RH
55462000-12-04 Richard Henderson <rth@redhat.com>
5547
5548 * error.c (dump_tree): Use output_add_string not OB_PUTS.
5549
c00996a3
JM
55502000-12-04 Jason Merrill <jason@redhat.com>
5551
5552 * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
d363e7bf 5553 (write_builtin_type): Pass intSI_type_node and the like through
c00996a3
JM
5554 type_for_mode.
5555 * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
5556 Pass intSI_type_node and the like through type_for_mode.
5557 * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
5558 * pt.c (tsubst, unify): Likewise.
5559 * tree.c (walk_tree): Likewise.
5560 * error.c (dump_type): Likewise.
5561 (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
d363e7bf 5562
c00996a3
JM
5563 * Make-lang.in: Tweak top comment for emacs.
5564 (cp/TAGS): Restore.
5565
5566 * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
5567
c00996a3
JM
5568 * class.c (clone_function_decl): Robustify.
5569
55702000-12-04 Michael Matz <matzmich@cs.tu-berlin.de>
5571
5572 * decl.c (store_bindings): Only search in the non modified
5573 old_bindings for duplicates.
5574
00bb3dad
NS
55752000-12-04 Nathan Sidwell <nathan@codesourcery.com>
5576
5577 * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
5578 TYPE_POLYMORPHIC_P.
d363e7bf 5579
00bb3dad
NS
5580 * typeck.c (build_static_cast): Remove unused variable.
5581
dc957d14
KL
55822000-12-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5583
5584 * pt.c: Fix typo in comment.
5585
4d808927
JM
55862000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
5587
5588 * decl2.c (warn_format): Remove definition.
5589 (lang_decode_option): Handle -Wformat-nonliteral,
5590 -Wno-format-extra-args and -Wno-format-y2k. Use set_Wformat.
5591
5fd8e536
JM
55922000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
5593
5594 * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
5595 (init_decl_processing): Don't create string_type_node,
5596 const_string_type_node, wint_type_node, intmax_type_node,
5597 uintmax_type_node, default_function_type, ptrdiff_type_node and
5598 unsigned_ptrdiff_type_node. Adjust position of call to
5599 c_common_nodes_and_builtins.
5600 (identifier_global_value): New function.
5601
13f9714b
NS
56022000-12-01 Nathan Sidwell <nathan@codesourcery.com>
5603
5604 * call.c (standard_conversion): Reject pointer to member
5605 conversions from ambiguous, inaccessible or virtual bases.
5606 * typeck.c (build_static_cast): Don't check pointers to members
5607 specially.
5608
31b1b957
NS
56092000-11-30 Nathan Sidwell <nathan@codesourcery.com>
5610
5611 * method.c (do_build_copy_constructor): Preserve cv
5612 qualifications when accessing source object members.
5613 (do_build_assign_ref): Likewise. Remove separate diagnostics for
5614 unnamed fields.
5615
717e3f73
NS
56162000-11-30 Nathan Sidwell <nathan@codesourcery.com>
5617
5618 * method.c (do_build_assign_ref): Construct appropriately
5619 CV-qualified base reference. Don't allow const casts in base
5620 conversion.
5621
2c92b94d
NS
56222000-11-30 Nathan Sidwell <nathan@codesourcery.com>
5623
5624 * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
5625 incomplete return type.
5626
bb92901d
NS
56272000-11-28 Nathan Sidwell <nathan@codesourcery.com>
5628
5629 * parse.y (base_class.1): Produce a _TYPE not a _DECL.
5630 * semantics.c (finish_base_specifier): Accept a _TYPE not a
5631 _DECL.
5632
2f3608c3
NS
56332000-11-28 Nathan Sidwell <nathan@codesourcery.com>
5634
5635 * spew.c (yyerror): Cope if yylval.ttype is NULL.
5636
eeb75383
NS
56372000-11-28 Nathan Sidwell <nathan@codesourcery.com>
5638
5639 * decl.c (grokdeclarator): Diagnose undefined template contexts.
5640
5ee4cc26
NS
56412000-11-28 Nathan Sidwell <nathan@codesourcery.com>
5642
5643 * decl.c (grokdeclarator): Do type access control on friend
5644 class.
5645
76e57b45
NS
56462000-11-27 Nathan Sidwell <nathan@codesourcery.com>
5647
5648 * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
5649 bison parser ickiness.
5650 * pt.c (tsubst_friend_function): Enter namespace scope when
5651 tsubsting the function name.
5652 * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
5653
f9825168
NS
56542000-11-27 Nathan Sidwell <nathan@codesourcery.com>
5655
5656 * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
5657 * cvt.c (cp_convert_to_pointer): Add force parameter.
5658 Allow conversions via virtual base if forced.
5659 (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
5660 (ocp_convert): Likewise.
5661 * search.c (binfo_from_vbase): Return the virtual base's binfo.
5662 * typeck.c (get_delta_difference): Adjust handling of virtual
5663 bases.
5664
9ccb25d5
MM
56652000-11-26 Mark Mitchell <mark@codesourcery.com>
5666
5667 * tree.c (struct list_hash): Remove.
5668 (list_hash_table): Make it be an htab.
5669 (struct list_proxy): New type.
5670 (list_hash_eq): New function.
5671 (list_hash_pieces): Renamed from ...
5672 (list_hash): ... this.
5673 (list_hash_lookup): Remove.
5674 (list_hash_add): Remove.
5675 (hash_tree_cons): Use the generic hashtable.
5676 (mark_list_hash): Remove.
5677 (init_tree): Create the hashtable.
5678
9399bad3
JM
56792000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
5680
5681 * method.c (build_mangled_C9x_name): Rename to
5682 build_mangled_C99_name. Change C9X references in comments to
5683 refer to C99.
5684
2f401cc8
NS
56852000-11-24 Nathan Sidwell <nathan@codesourcery.com>
5686
5687 * parse.y (unary_expr): Move VA_ARG from here ...
5688 (primary): ... to here.
5689
3d7e9ba4
NS
56902000-11-24 Nathan Sidwell <nathan@codesourcery.com>
5691
5692 * semantics.c (finish_id_expr): If type is error_mark, return
5693 error_mark.
5694
ab097535
NS
56952000-11-23 Nathan Sidwell <nathan@codesourcery.com>
5696
5697 * pt.c (lookup_template_class): Simplify loop exit constructs.
5698 Cope when there is no partial instantiation of a template
5699 template member.
5700
9196ece5
R
5701Thu Nov 23 02:16:47 2000 J"orn Rennecke <amylaar@redhat.com>
5702
5703 * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
5704
cac78ea2
MM
57052000-11-22 Mark Mitchell <mark@codesourcery.com>
5706
6e1b44bc
MM
5707 * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
5708 prefix.
5709
cac78ea2
MM
5710 * pt.c (do_decl_instantiate): Explicitly clone constructors and
5711 destructors that haven't already been cloned.
5712
3aac38d7
RH
57132000-11-20 Richard Henderson <rth@redhat.com>
5714
5715 * parse.y (yyparse_1): Rename the parser entry point.
5716
57172000-11-20 Alex Samuel <samuel@codesourcery.com>
beac9b93
AS
5718
5719 * mangle.c (write_name): Use <unscoped-name> for names directly in
5720 function scope.
5721 (write_unscoped_name): Accept names directly in function scope.
d363e7bf 5722
447306fa
NS
57232000-11-20 Nathan Sidwell <nathan@codesourcery.com>
5724
5725 * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
5726 * parse.y (extdef): Add EXPORT reduction.
5727 * spew.c (yylex): Don't skip export here.
5728
2650255a
MM
57292000-11-19 Mark Mitchell <mark@codesourcery.com>
5730
5731 * decl.c (init_decl_processing): Correct name of pure virtual
5732 function under the new ABI.
5733 * rtti.c (throw_bad_cast): Likewise, for bad cast function.
5734 (throw_bad_typeid): Likewise for bad typeid function.
5735
0657c69c
MM
57362000-11-18 Mark Mitchell <mark@codesourcery.com>
5737
04f3dc2b
MM
5738 * decl.c (grokparms): Don't even function types of `void' type,
5739 either.
5740 * mangle.c (write_type): Don't crash when confronted with the
5741 error_mark_node.
5742
0657c69c
MM
5743 * decl.c (grokparms): Don't create parameters of `void' type.
5744
a8a05998
ZW
57452000-11-17 Zack Weinberg <zack@wolery.stanford.edu>
5746
5747 * lex.c (mark_impl_file_chain): Delete.
5748 (init_parse): Remove call to ggc_add_string_root. No need to
5749 ggc_strdup a string constant. Do not add impl_file_chain to GC
5750 roots.
5751 (handle_pragma_implementation): No need to ggc_strdup main_filename.
5752
35728a80
NS
57532000-11-17 Nathan Sidwell <nathan@codesourcery.com>
5754
5755 * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
5756
5cce22b6
NS
57572000-11-17 Nathan Sidwell <nathan@codesourcery.com>
5758
5759 * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
5760 * decl.c (grokdeclarator): Don't reject void parms here.
5761 (require_complete_types_for_parms): Simplify, use
5762 complete_type_or_else.
5763 (grokparms): Remove bitrot. Remove funcdef parm.
5764 Deal with ellipsis parm lists here.
5765 * semantics.c (finish_parmlist): Don't append void_list_node
5766 here. Set PARMLIST_ELLIPSIS_P.
5767
146c8d60
NS
57682000-11-17 Nathan Sidwell <nathan@codesourcery.com>
5769
5770 * typeck2.c (incomplete_type_error): Reorganise to avoid
5771 excessive diagnostics.
5772
520a57c8
ZW
57732000-11-16 Zack Weinberg <zack@wolery.stanford.edu>
5774
5775 * lex.c (struct impl_files, internal_filename): Constify a char *.
5776
43048a06
MM
57772000-11-16 Mark Mitchell <mark@codesourcery.com>
5778
5779 * mangle.c (write_special_name_constructor): Don't generate
5780 assembler junk when confronted with an old-style constructor.
5781 (write_special_name_destructor): Likewise.
5782 (mangle_decl_string): Do it here instead.
5783
cdb71673
NS
57842000-11-16 Nathan Sidwell <nathan@codesourcery.com>
5785
5786 * call.c (op_error): Make error messages clearer.
5787
62136084
MM
57882000-11-15 Mark Mitchell <mark@codesourcery.com>
5789
5790 * decl.c (wrapup_globals_for_namespace): Don't mark things
5791 TREE_ASM_WRITTEN when they're not.
5792
ee3400e8
JM
57932000-11-15 Jason Merrill <jason@redhat.com>
5794
5795 * typeck2.c (friendly_abort): Uncount the error before handing
5796 off to fancy_abort.
5797
71631a1f
NS
57982000-11-15 Nathan Sidwell <nathan@codesourcery.com>
5799
5800 * typeck.c (lookup_anon_field): Cope with qv qualifiers.
5801
79cda2d1
MM
58022000-11-14 Mark Mitchell <mark@codesourcery.com>
5803
5804 * class.c (build_vtbl_initializer): Fix typo in comment.
5805 * typeck.c (expr_sizeof): Don't crash on errors.
5806
2567bc56
JW
58072000-11-14 Jim Wilson <wilson@redhat.com>
5808
5809 * lang-specs.h: Add %2 after %(cc1_options).
5810
8422942c
RH
58112000-11-14 Richard Henderson <rth@redhat.com>
5812
5813 * typeck.c (c_sizeof): Be strict about casting result value
5814 back to c_size_type_node.
5815 (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
5816
19552aa5
JM
58172000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5818
5819 * typeck.c (build_unary_op): Use boolean_increment from
5820 c-common.c, moving the relevant code there.
5821
d96a6d1a
JM
58222000-11-11 Jason Merrill <jason@redhat.com>
5823
5824 * typeck.c (mark_addressable): Don't call put_var_into_stack.
492cca24
JM
5825
5826 * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
5827 in inlines.
5828
4e135bdd
KG
58292000-11-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5830
5831 * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
5832 * lex.c (copy_lang_decl): Likewise.
5833
0a7394bc
MM
58342000-11-09 Mark Mitchell <mark@codesourcery.com>
5835
13507bd8
MM
5836 * dump.c (cp_dump_tree): Don't dump function bodies here.
5837
0a7394bc
MM
5838 * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
5839 (dump.o): Update dependency list.
5840 * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
5841 (flag_dump_translation_unit): Likewise.
5842 (CP_TYPE_QUALS): Adjust definition.
5843 (DECL_C_BIT_FIELD): Remove.
5844 (SET_DECL_C_BIT_FIELD): Likewise.
5845 (CLEAR_DECL_C_BIT_FIELD): Likewise.
5846 (add_maybe_template): Likewise.
5847 (strip_array_types): Likewise.
5848 (dump_node_to_file): Likewise.
5849 (cp_dump_tree): New function.
5850 * decl.c (init_decl_processing): Set lang_dump_tree.
5851 * decl2.c (flag_dump_translation_unit): Remove.
5852 * dump.c: Move most of it to ../c-dump.c.
5853 (cp_dump_tree): New function.
5854 * pt.c (add_maybe_template): Remove.
5855 * typeck.c (strip_array_types): Likewise.
a8a05998 5856
5362b086
EC
58572000-11-07 Eric Christopher <echristo@redhat.com>
5858
492cca24
JM
5859 * decl.c (init_decl_processing): Change definition of
5860 __wchar_t to wchar_t. Remove artificial declaration of
5861 wchar_t.
5862 * lex.c: Change instances of __wchar_t to wchar_t.
5362b086 5863
5361cbb7
NS
58642000-11-09 Nathan Sidwell <nathan@codesourcery.com>
5865
5866 * lex.c (do_identifier): Don't lookup_name for operators.
5867 * parse.y (operator): Save looking_for_typename.
5868 (unoperator): Restore it.
5869 * spew.c (frob_opname): Use nth_token for lookahead.
5870
36791f1e
NS
58712000-11-08 Nathan Sidwell <nathan@codesourcery.com>
5872
5873 * decl.c (grok_op_properties): Always use coerce_new_type and
5874 coerce_delete_type.
5875 * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
5876 exception specification. Tidy up.
5877 (coerce_delete_type): Preserve exception specification. Tidy up.
5878
961192e1
JM
58792000-11-07 Joseph S. Myers <jsm28@cam.ac.uk>
5880
5881 * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
5882 (push_binding_level), error.c (cp_tree_printer), pt.c
5883 (process_partial_specialization, tsubst_template_arg_vector),
5884 search.c (lookup_member): Use memset () instead of bzero ().
5885
d48ebde1
NS
58862000-11-07 Nathan Sidwell <nathan@codesourcery.com>
5887
5888 * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
5889
436a88a6
JM
58902000-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
5891
5892 * Make-lang.in (c++.distdir): Remove.
5893
7a4e5091
MM
58942000-11-04 Mark Mitchell <mark@codesourcery.com>
5895
5896 * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
5897 declarations from different namespaces to be combined.
5898
0e9295cf
ZW
58992000-11-03 Zack Weinberg <zack@wolery.stanford.edu>
5900
5901 * decl.c: Include tm_p.h.
5902
da61dec9
JM
59032000-11-03 Joseph S. Myers <jsm28@cam.ac.uk>
5904
5905 * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
5906
9473c522
JM
59072000-11-02 Joseph S. Myers <jsm28@cam.ac.uk>
5908
5909 * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
5910 (build_overload_value), repo.c (open_repo_file), xref.c
5911 (open_xref_file): Use strchr () and strrchr () instead of index ()
5912 and rindex ().
5913
b0b3afb2
BS
59142000-11-01 Bernd Schmidt <bernds@redhat.co.uk>
5915
5916 * call.c (build_over_call): Call fold on the CALL_EXPR.
5917
faafaee6
GDR
59182000-11-01 Gabriel Dos Reis <gdr@codesourcery.com>
5919
5920 * error.c (dump_template_decl): Separate template hearders with
5921 space not comma.
5922
761f0855
GDR
59232000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
5924
5925 * error.c: Move TFF_ macros into cp-tree.h. Throughout, replace
5926 TS_* flags with corresponding TFF_*. Adjust prototypes of
5927 functions (which used to take a tree_string_flags) to take an int.
5928
5929 * cp-tree.h (enum tree_string_flags): Remove
5930 (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
5931 TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
5932 TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
5933 TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
5934 TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
5935 TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
5936 (type_as_string, decl_as_string, expr_as_string,
5937 context_as_string): Adjust prototype.
5938
5939 * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
5940 instead of TS_PLAIN.
5941
5942 * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
5943 instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
5944 plain `0'.
5945
ad50e811
MM
59462000-10-30 Mark Mitchell <mark@codesourcery.com>
5947
5948 * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
5949 (linkage_kind): New enumeration.
5950 (decl_linkage): New function.
5951 * decl2.c (comdat_linkage): Extend comment.
5952 * error.c (dump_function_decl): Print the arguments used to
5953 instantiate a template, even when not printing the type of the
5954 function.
5955 * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
5956 not TREE_PUBLIC, to test for external linkage.
5957 * tree.c (decl_linkage): New function.
5958
930cd796
MM
59592000-10-28 Mark Mitchell <mark@codesourcery.com>
5960
5961 * pt.c (instantiate_decl): Always instantiate static data members
5962 initialized in-class.
5963
b8dad04b
ZW
59642000-10-27 Zack Weinberg <zack@wolery.stanford.edu>
5965
5966 * Make-lang.in: Move all build rules here from Makefile.in,
5967 adapt to new context. Wrap all rules that change the current
5968 directory in parentheses. Expunge all references to $(P).
5969 When one command depends on another and they're run all at
5970 once, use && to separate them, not ;. Add OUTPUT_OPTION to
5971 all object-file generation rules. Delete obsolete variables.
5972
5973 * Makefile.in: Delete.
5974 * config-lang.in: Delete outputs= line.
5975
5f9cd837
GDR
59762000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
5977
5978 * error.c (dump_function_decl): Print no space between
5979 `ptr-operator' the `type-specifier' of the return type.
5980 (dump_type_prefix): Make sure we put space at the appropriate
5362b086 5981 place.
5f9cd837 5982
6c6ed0ef
JM
59832000-10-23 Jason Merrill <jason@redhat.com>
5984
5985 * call.c (equal_functions): Also call decls_match for extern "C" fns.
5986
59872000-10-22 Jason Merrill <jason@redhat.com>
5988
5989 * call.c (build_conditional_expr): Use ocp_convert to force
5990 rvalue conversion.
5991
e36308b0
MM
59922000-10-22 Mark Mitchell <mark@codesourcery.com>
5993
583ca5a0
MM
5994 * call.c (standard_conversion): Use RVALUE_CONVs for all
5995 expressions that satisfy lvalue_p, not just those that satisfy
5996 real_lvalue_p.
5997
f9808f81
MM
5998 * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
5999
5362b086 6000 * typeck.c (c_sizeof): Return an expression of `size_t' type,
e36308b0
MM
6001 not one with TYPE_IS_SIZETYPE set.
6002 (dubious_conversion_warnings): Remove special-case code.
6003
3b9ae6f0
GK
60042000-10-21 Geoffrey Keating <geoffk@cygnus.com>
6005
7a0f14e5
GK
6006 * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
6007 * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
6008 (dump_type_prefix): Print vector-of-int as 'int vector'.
6009 (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
6010 * tree.c (walk_tree): Handle VECTOR_TYPE.
6011
3b9ae6f0 6012 * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
5362b086 6013
aca77bd1
JM
60142000-10-21 Jason Merrill <jason@redhat.com>
6015
6016 * parse.y (operator): Set got_object from got_scope.
6017 Set looking_for_typename.
6018 * decl.c (lookup_name_real): Clear val after setting from_obj.
6019 Reorganize diagnostic.
6020
ba523395
JM
60212000-10-20 Jason Merrill <jason@redhat.com>
6022
6023 * tree.c (walk_tree): Don't walk into default args.
6024
6025 * error.c (dump_expr): Use host_integerp.
6026
2e44948d
DE
60272000-10-20 David Edelsohn <edelsohn@gnu.org>
6028
6029 * typeck2.c (abstract_virtuals_error): Use "because" instead of
6030 "since" in error message.
6031
44475138
RK
6032Fri Oct 20 13:54:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6033
6034 * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
6035
11306230
JO
60362000-10-20 Jeffrey Oldham <oldham@codesourcery.com>
6037
6038 * decl.c (revert_static_member_fn): Fixed typo.
6039
97ba1e3c
MM
60402000-10-19 Mark Mitchell <mark@codesourcery.com>
6041
c20118a8
MM
6042 * class.c (subobject_offset_fn): New type.
6043 (dfs_record_base_offsets): Remove.
6044 (record_base_offsets): Likewise.
6045 (dfs_search_base_offsets): Likewise.
6046 (record_subobject_offset): New function.
6047 (check_subobject_offset): Likewise.
6048 (walk_subobject_offsets): Likewise.
6049 (record_subobject_offsets): Likewise.
6050 (layout_conflict_p): Reimplement.
6051 (layout_nonempty_base_or_field): Correct handling of type
6052 conflicts during layout.
6053 (layout_empty_base): Likewise.
6054 (build_base_field): Adjust to handle new representation of empty
6055 base offset table.
6056 (build_base_fields): Likewise.
6057 (layout_virtual_bases): Likewise.
6058 (splay_tree_compare_integer_csts): New function.
6059 (layout_class_type): Use a splay_tree, rather than a varray, to
6060 represent the offsets of empty bases.
5362b086 6061
97ba1e3c
MM
6062 * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
6063 * decl.c (select_decl): Don't return declarations that are
6064 DECL_ANTICIPATED.
6065
6bcedb4e
MM
60662000-10-18 Mark Mitchell <mark@codesourcery.com>
6067
6068 * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
6069 (fake_std_node): New macro.
6070 * decl.c (in_std): Rename to ...
6071 (in_fake_std): ... this.
6072 (flag_no_builtin): Remove.
6073 (flag_no_nonansi_builtin): Likewise.
6074 (walk_namespaces_r): Use fake_std_node.
6075 (push_namespace): Use std_identifier.
6076 (pop_namespace): Use in_fake_std.
6077 (lookup_name_real): Use fake_std_node.
6078 (init_decl_processing): When -fhonor-std, create the `std'
6079 namespace. Don't create a dummy fake_std_node in that case.
6080 Adjust call to c_common_nodes_and_builtins. Use std_identifier.
6081 (builtin_function): Put builtins whose names don't begin
6082 with `_' in the std namespace.
6083 * decl2.c (flag_no_builtin): Remove.
6084 (flag_no_nonansi_builtin): Likewise.
6085 (set_decl_namespace): Use fake_std_node.
6086 (validate_nonmember_using_decl): Likewise.
6087 (do_using_directive): Likewise.
6088 (handle_class_head): Likewise.
6089 * dump.c (dequeue_and_dump): Likewise.
6090 * except.c (init_exception_processing): Use std_identifier.
6091 * init.c (build_member_call): Use fake_std_node.
6092 * rtti.c (init_rtti_processing): Use std_identifier.
5362b086 6093
67673f5c
MM
60942000-10-17 Mark Mitchell <mark@codesourcery.com>
6095
6096 * cp-tree.h (back_end_hook): Remove declaration.
6097 * decl2.c (back_end_hook): Remove definition.
6098
6099 * dump.c (dequeue_and_dump): Dump TREE_USED.
6100
8fef2e47
BL
6101Tue Oct 17 20:19:06 2000 Brad Lucier <lucier@math.purdue.edu>
6102
6103 * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
6104
652469d0
JM
61052000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
6106
6107 * decl.c (WINT_TYPE): Define.
6108 (init_decl_processing): Create types unsigned_ptrdiff_type_node,
6109 c_size_type_node, signed_size_type_node and wint_type_node.
6110
74ff4629
JM
61112000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
6112
6113 * decl2.c (warn_missing_format_attribute): New variable.
6114 (lang_decode_option): Decode -Wmissing-format-attribute.
6115
634790f4
MM
61162000-10-16 Mark Mitchell <mark@codesourcery.com>
6117
6118 * typeck.c (qualify_type): Remove.
6119 (composite_pointer_type): Fix handling of conversions to `cv void*'.
6120
bb12da9d
KG
61212000-10-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6122
6123 * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
6124
4b945402
KG
61252000-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6126
6127 * Makefile.in (parse.c, parse.h): Create atomically.
6128
1f8f4a0b
MM
61292000-10-12 Mark Mitchell <mark@codesourcery.com>
6130
6131 * class.c (current_obstack): Remove.
6132 * decl.c (ggc_p): Remove.
6133 (start_decl): Don't use decl_tree_cons.
6134 (grokdeclarator): Don't use build_decl_list.
6135 (start_function): Don't use decl_tree_cons.
6136 (finish_function): Don't mess with obstacks.
6137 * decl2.c (grok_x_components): Don't use build_decl_list.
6138 * lex.c (make_call_declarator): Don't call decl_tree_cons.
6139 (implicitly_declare_fn): Don't call build_decl_list.
6140 * parse.y (frob_specs): Don't call build_decl_list or
6141 decl_tree_cons.
6142 (expr_or_declarator_intern): Don't call decl_tree_cons.
6143 (primary): Don't call build_decl_list.
6144 (fcast_or_absdcl): Likewise.
6145 (typed_declspecs): Don't call decl_tree_cons.
6146 (reserved_declspecs): Don't call build_decl_list.
6147 (declmods): Likewise.
6148 (reserved_typespecquals): Likewise.
6149 (aggr): Likewise.
6150 (new_type_id): Likewise.
6151 (cv_qualifiers): Likewise.
6152 (after_type_declarator_intern): Likewise.
6153 (notype_declarator_intern): Likewise.
6154 (absdcl_intern): Likewise.
6155 (named_parm): Likewise.
6156 * pt.c (most_specialized_class): Likewise.
6157 * repo.c (temporary_obstack): Make it a structure, not a pointer.
6158 (init_repo): Initialize it.
6159 * search.c (current_obstack): Remove.
6160 * typeck2.c (add_exception_specifier): Don't call build_decl_list.
5362b086 6161
8dc54971
RH
61622000-10-09 Richard Henderson <rth@cygnus.com>
6163
6164 * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
6165 (c++ language support bits for libgcc): Remove.
6166 (c++.clean): Remove cplib2.txt cleanup.
6167 * config-lang.in (headers, lib2funcs): Remove.
6168
6169 * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
6170 * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
6171 * inc/cxxabi.h, inc/exception, inc/new: Remove files.
6172 * inc/new.h, inc/typeinfo: Remove files.
6173
b15ad712
JM
61742000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
6175
6176 * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
6177 defined.
6178 (init_decl_processing): Initialize intmax_type_node and
6179 uintmax_type_node.
6180
156ce211
RH
61812000-10-06 Richard Henderson <rth@cygnus.com>
6182
6183 * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
6184 (original_result_rtx): Remove.
6185 * decl.c (save_function_data): Don't clear x_result_rtx.
6186 (mark_lang_function): Don't mark it either.
6187 * expr.c (fixup_result_decl): Remove.
6188 * semantics.c (genrtl_named_return_value): Frob the return decl
6189 before calling emit_local_var.
6190 (genrtl_finish_function): Don't call fixup_result_decl.
6191 Always emit the jump to return_label.
6192
92777ce4
NS
61932000-10-06 Nathan Sidwell <nathan@codesourcery.com>
6194
6195 * pt.c (lookup_template_class): Set current access for enum.
6196 (tsubst_enum): Set file & line for enum decl.
5362b086 6197
92777ce4
NS
6198 * spew.c (yylex): Remove unused variable.
6199
63c16fc5
RH
62002000-10-05 Richard Henderson <rth@cygnus.com>
6201
6202 * semantics.c (genrtl_finish_function): Don't init or check
6203 can_reach_end; remove noreturn and return value checks.
6204
d1a458c4
TT
62052000-10-05 Tom Tromey <tromey@cygnus.com>
6206
6207 * init.c (build_java_class_ref): Use `build_static_name' with a
6208 suffix, not a prefix, to build the class object's name.
6209
509fc277
NS
62102000-10-05 Nathan Sidwell <nathan@codesourcery.com>
6211
6212 * cp-tree.h (access_kind): Fix comment typo.
6213 * decl2.c (grokfield): Fix diagnostic typo.
6214 * semantics.c (finish_template_type): Fix comment typo.
6215 (finish_qualified_object_call_expr): Likewise.
6216
ce2e5191
NS
62172000-10-05 Nathan Sidwell <nathan@codesourcery.com>
6218
6219 * pt.c (tsubst_expr, DECL_STMT case): Don't process if
5362b086 6220 tsubsting fails.
ce2e5191 6221
79cc5312
NS
62222000-10-05 Nathan Sidwell <nathan@codesourcery.com>
6223
6224 * spew.c (frob_id): New static function.
6225 (frob_opname): Use it.
6226 (yylex): Use it.
6227
f15b9af9
MM
62282000-10-01 Mark Mitchell <mark@codesourcery.com>
6229
6230 * decl.c (lang_mark_false_label_stack): Remove.
6231 * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
5362b086 6232
28e6b1c2
JM
62332000-09-30 Joseph S. Myers <jsm28@cam.ac.uk>
6234
6235 * gxxint.texi: Use @email for formatting email addresses.
6236
99885b3f
GDR
62372000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
6238
6239 * error.c: Remove direct obstack manipulation. Replace with
6240 output_buffer-based formatting. Adjust calls to removed macros.
6241 (obstack_chunk_alloc, obstack_chunk_free): Remove.
6242 (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
6243 OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
6244
c06aa51e
MM
62452000-09-24 Mark Mitchell <mark@codesourcery.com>
6246
6247 * ir.texi: Move to ../c-tree.texi.
6248
99fada40
JM
62492000-09-20 Jason Merrill <jason@redhat.com>
6250
6251 * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
6252
bb20cc46
AJ
62532000-09-21 Andreas Jaeger <aj@suse.de>
6254
6255 * errfn.c: Move declaration of cp_printer and cp_printers to ...
6256 * cp-tree.h: ... here.
6257
6258 * error.c: Remove declaration of cp_printer.
6259
fab701da
MM
62602000-09-20 Mark Mitchell <mark@codesourcery.com>
6261
6262 * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
6263
0370fea1
HPN
62642000-09-20 Hans-Peter Nilsson <hp@axis.com>
6265
6266 * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
6267 users.
6268
78c120b5
MM
62692000-09-18 Mark Mitchell <mark@codesourcery.com>
6270
6271 * decl.c (start_function): Robustify.
6272
3f80e6ac
KG
62732000-09-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6274
6275 * cp-tree.h (check_function_format): Accept a `status' parameter.
bb20cc46 6276
3f80e6ac
KG
6277 * call.c, typeck.c: Updates calls to `check_function_format'.
6278
fc928afe
GK
62792000-09-17 Geoffrey Keating <geoffk@cygnus.com>
6280
6281 * decl2.c (handle_class_head): Always push some scope even
6282 in the error case.
6283
8f17b5c5
MM
62842000-09-16 Mark Mitchell <mark@codesourcery.com>
6285
6286 * cp-tree.h (struct cp_language_function): Remove
6287 x_scope_stmt_stack and name_declared.
6288 (current_scope_stmt_stack): Remove.
6289 (function_name_declared_p): New macro.
6290 (struct lang_decl_flags): Use c_lang_decl as a base class.
6291 (context): Remove.
6292 (struct lang_decl): Replace saved_tree with context.
6293 (DECL_FRIEND_CONTEXT): Adjust accordingly.
6294 (SET_DECL_FRIEND_CONTEXT): Likewise.
6295 (DECL_VIRTUAL_CONTEXT): Likewise.
6296 (DECL_SAVED_TREE): Remove.
6297 (C_DECLARED_LABEL_FLAG): Likewise.
6298 (cplus_expand_expr_stmt): Don't declare.
6299 (add_decl_stmt): Likewise.
6300 (add_scope_stmt): Likewise.
6301 * decl.c (mark_stmt_tree): Remove.
6302 (case_compare): Likewise.
6303 (finish_case_label): Use c_add_case_label.
6304 (init_decl_processing): Set more language-specific hooks.
6305 (build_enumerator): Fix typo in comment.
6306 (cplus_expand_expr_stmt): Remove.
6307 (mark_lang_function): Use mark_c_language_function.
6308 (lang_mark_tree): Use c_mark_lang_decl.
6309 * decl2.c: Change order of inclusion.
6310 * except.c: Likewise.
6311 * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR. Fall
6312 back on c_expand_expr.
6313 * friend.c: Include expr.h.
6314 * init.c: Change order of inclusion.
6315 * Makefile.in: Update dependencies.
6316 * lex.h (free_lang_decl_chain): Remove.
6317 * optimize.c (maybe_clone_body): Use function_name_declared_p.
6318 * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
6319 it doesn't exist.
6320 (instantiate_decl): Use function_name_declared_p.
6321 * semantics.c (lang_expand_expr_stmt): Remove.
6322 (set_current_function_name_declared): Likewise.
6323 (current_function_name_declared): Likewise.
6324 (begin_compound_stmt): Use function_name_declared_p.
6325 (add_decl_stmt): Remove.
6326 (setup_vtbl_ptr): Use function_name_declared_p.
6327 (add_scope_stmt): Remove.
6328 (current_scope_stmt_stack): New function.
6329 (cp_expand_stmt): Don't handle SCOPE_STMTs.
6330 (expand_body): Use function_name_declared_p.
6331 * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
6332 * typeck.c: Change order of includes.
6333 (convert_sequence): Remove.
bb20cc46 6334
d9dbd9b1
JM
63352000-09-14 Joseph S. Myers <jsm28@cam.ac.uk>
6336
6337 * lex.c (reswords): Add _Complex.
6338
9985f210
RK
6339Thu Sep 14 12:10:45 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6340
6341 * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
6342
f903ebb1
DA
63432000-09-13 J. David Anglin <dave@hiauly1.hia.nrc.ca>
6344
6345 * init.c (begin_init_stmts): Don't use // comments.
6346
f2ae0c45
JM
63472000-09-12 Jason Merrill <jason@redhat.com>
6348
6349 * decl.c (maybe_deduce_size_from_array_init): Set do_default for
6350 all non-extern arrays.
6351
6352 * decl.c (grokdeclarator): Complain about 'friend T' for implicit
6353 typenames, too. Downgrade complaint to pedwarn.
6354 (xref_tag): Warn about surprising behavior of 'friend struct T'.
6355 * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
6356 'class This::Inherited'.
6357
71ad4a16
MM
63582000-09-12 Mark Mitchell <mark@codesourcery.com>
6359
6360 * decl.c (finish_case_label): Given the LABEL_DECL a
6361 DECL_CONTEXT.
6362
c3e76028
GDR
63632000-09-12 Gabriel Dos Reis <gdr@codesourcery.com>
6364
6365 * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
6366 TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
6367 TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
6368 TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
6369 TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
6370 New macros.
6371 (sorry_for_unsupported_tree, print_scope_operator,
6372 print_left_paren, print_right_paren, print_left_bracket,
6373 print_right_bracket, print_whitespace): Likewise.
6374 (aggr_variety): Rename to class_key_or_enum.
6375 (print_type): Rename to print_type_id.
6376 (print_type_specifier_seq, print_simple_type_specifier,
6377 print_elaborated_type_specifier,
6378 print_rest_of_abstract_declarator,
6379 print_parameter_declaration_clause, print_exception_specification,
6380 print_nested_name_specifier, print_template_id,
6381 typedef_original_name, print_template_argument_list_start,
6382 print_template_argument_list_end): New functions.
6383
eb50138b
GDR
63842000-09-11 Gabriel Dos Reis <gdr@codesourcery.com>
6385
a8a05998 6386 * ir.texi: Add more documentation.
eb50138b 6387
f444e36b
MM
63882000-09-11 Mark Mitchell <mark@codesourcery.com>
6389
6390 * cp-tree.h (struct saved_scope): Remove x_function_parms.
6391 (current_function_parms): Don't define.
6392 (struct cp_language_function): Remove parms_stored.
6393 (current_function_just_assigned_this): Don't define.
6394 (current_function_parms_stored): Likewise.
6395 (static_ctors): Declare.
6396 (static_dtors): Likewise.
6397 (SF_EXPAND): Don't define.
6398 (expand_start_early_try_stmts): Remove declaration.
6399 (store_parm_decls): Likewise.
6400 * decl.c (static_ctors): Don't declare.
6401 (static_dtors): Likewise.
6402 (struct binding_level): Remove this_block.
6403 (poplevel): Remove dead code.
6404 (set_block): Likewise.
6405 (mark_binding_level): Don't mark this_block.
6406 (mark_saved_scope): Don't mark x_function_parms.
6407 (init_decl_processing): Don't add current_function_parms as a GC
6408 root.
6409 (check_function_type): Change prototype.
6410 (start_function): Remove RTL-generation code.
6411 (expand_start_early_try_stmts): Remove.
6412 (store_parm_decls): Give it internal linkage. Remove
6413 RTL-generation code.
6414 (finish_function): Remove RTL-generation code.
6415 * decl2.c (static_ctors): Fix formatting.
6416 (static_dtors): Likewise.
6417 * method.c (use_thunk): Don't call store_parm_decls.
6418 (synthesize_method): Likewise.
6419 * optimize.c (maybe_clone_body): Likewise.
6420 * parse.y (fn.def2): Likewise.
6421 (.set_base_init): Likewise.
6422 (nodecls): Likewise.
6423 * pt.c (instantiate_decl): Likewise.
6424 * rtti.c (synthesize_tinfo_fn): Likewise.
6425 * semantics.c (genrtl_try_block): Simplify.
6426 (expand_body): Use genrtl_start_function and
6427 genrtl_finish_function.
6428 (genrtl_start_function): New function.
6429 (genrtl_finish_function): Likewise.
6430
181d2ba0
NS
64312000-09-11 Nathan Sidwell <nathan@codesourcery.com>
6432
6433 * error.c (cp_tree_printer, case 'P'): Append break.
6434
f2d71db6
NS
64352000-09-11 Nathan Sidwell <nathan@codesourcery.com>
6436
6437 * cp-tree.h (frob_opname): Declare.
6438 * parse.y (saved_scopes): New static variable.
6439 (cp_parse_init): Adjust.
6440 (do_id): If lastiddecl is NULL, do do_identifier.
6441 (operator): Save scope information.
aca77bd1 6442 (unoperator): New reduction. Restore scope information.
f2d71db6
NS
6443 (operator_name): Append unoperator. Call frob_opname.
6444 * spew.c (frob_opname): Define.
6445
d8ea8f28
ZW
64462000-09-10 Zack Weinberg <zack@wolery.cumb.org>
6447
6448 * decl.c, rtti.c: Include defaults.h if not already included.
6449 Don't define the *_TYPE_SIZE macros.
6450
56cb9733
MM
64512000-09-09 Mark Mitchell <mark@codesourcery.com>
6452
6453 * cp-tree.h (push_switch): Change prototype.
6454 (check_cp_case_value): Remove declaration.
6455 (decl_constant_value): Likewise.
6456 * decl.c (struct cp_switch): Add switch_stmt and cases.
6457 (case_compare): New function.
6458 (push_switch): Set switch_stmt. Initialize cases.
6459 (pop_switch): Clean up cases.
6460 (define_case_label): Rename to ...
6461 (finish_case_label): ... this. Do semantic analysis for case
6462 labels here.
6463 (start_function): Correct comment.
6464 * decl2.c (check_cp_case_value): Remove.
6465 * expr.c (do_case): Remove.
6466 * pt.c (tsubst_expr): Adjust call to finish_case_label.
6467 * semantics.c (genrtl_do_poplevel): Remove declaration.
6468 (RECHAIN_STMTS): Remove.
6469 (finish_break_stmt): Use build_break_stmt.
6470 (finish_continue_stmt): Use build_continue_stmt.
6471 (finish_switch_cond): Adjust condition here, rater than in
6472 c_expand_start_case.
6473 (finish_case_label): Remove.
6474 * typeck.c (c_expand_return): Remove.
6475 (c_expand_start_case): Likewise.
bb20cc46 6476
990a9693
GDR
64772000-09-07 Gabriel Dos Reis <gdr@codesourcery.com>
6478
6479 * ir.texi: Document type nodes.
6480
ae499cce
MM
64812000-09-06 Mark Mitchell <mark@codesourcery.com>
6482
54f7877c
MM
6483 * cp-tree.h (init_cp_semantics): Declare.
6484 (genrtl_try_block): Don't declare.
6485 (genrtl_handler): Likewise.
6486 (genrtl_catch_block): Likewise.
6487 (genrtl_ctor_stmt): Likewise.
6488 (genrtl_subobject): Likewise.
6489 (genrtl_do_poplevel): Likewise.
6490 (genrtl_named_return_value): Likewise.
6491 * lex.c (init_parse): Call init_cp_semantics.
6492 * semantics.c (genrtl_try_block): Give it internal linkage.
6493 (genrtl_handler): Likewise.
6494 (genrtl_catch_block): Likewise.
6495 (genrtl_ctor_stmt): Likewise.
6496 (genrtl_subobject): Likewise.
6497 (genrtl_do_poplevel): Likewise.
6498 (genrtl_named_return_value): Likewise.
6499 (lang_expand_stmt): Rename to ...
6500 (cp_expand_stmt): ... this. Only handle C++-specific nodes.
6501 (init_cp_semantics): Define.
6502
3a0d3e1e
MM
6503 * decl.c (initialize_local_var): Remove RTL-generating code.
6504 * semantics.c (genrtl_try_block): Fix formatting.
6505
ae499cce
MM
6506 Move statement-tree facilities from C++ to C front-end.
6507 * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
6508 (void_zero_node): Remove.
6509 (stmt_tree): Likewise.
6510 (scope_chain): Adjust.
6511 (language_function): Rename to cp_language_function.
6512 (cp_function_chain): Adjust.
6513 (current_stmt_tree): Remove.
6514 (last_tree): Likewise.
6515 (last_expr_type): Likewise.
6516 (struct lang_decl): Adjust.
6517 (STMT_IS_FULL_EXPR_P): Remove.
6518 (add_tree): Remove.
6519 (begin_stmt_tree): Likewise.
6520 (finish_stmt_tree): Likewise.
6521 (walk_tree_fn): Likewise.
6522 (walk_stmt_tree): Likewise.
6523 * class.c (finish_struct): Replace use of add_tree with add_stmt.
6524 * decl.c (mark_stmt_tree): Adjust type.
6525 (init_decl_processing): Don't build void_zero_node.
6526 (initialize_local_var): Adjust usage of current_stmt_tree.
6527 (finish_enum): Use add_stmt, not add_tree.
6528 (save_function_data): Adjust use of language_function.
6529 (finish_constructor_body): Use add_stmt, not add_tree.
6530 (finish_destructor_body): Likewise.
6531 (push_cp_function_context): Adjust use of language_function.
6532 (pop_cp_function_context): Likewise.
6533 (mark_lang_function): Likewise.
6534 (mark_cp_function_context): Likewise.
6535 * init.c (build_aggr_init): Adjust use of current_stmt_tree.
6536 (build_vec_init): Likewise.
6537 * semantics.c (SET_LAST_STMT): Remove.
6538 (RECHAIN_STMTS): Don't use it.
6539 (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
6540 (current_stmt_tree): Define.
6541 (add_tree): Remove.
6542 (finish_goto_stmt): Use add_stmt, not add_tree.
6543 (finish_expr_stmt): Likewise.
6544 (begin_if_stmt): Likewise.
6545 (finish_then_clause): Likewise.
6546 (begin_while_stmt): Likewise.
6547 (begin_do_stmt): Likewise.
6548 (finish_return_stmt): Likewise.
6549 (begin_for_stmt): Likewise.
6550 (finish_break_stmt): Likewise.
6551 (finish_continue_stmt): Likewise.
6552 (begin_switch_stmt): Likewise.
6553 (finish_case_label): Likewise.
6554 (begin_try_block): Likewise.
6555 (begin_function_try_block): Likewise.
6556 (begin_handler): Likewise.
6557 (begin_catch_block): Likewise.
6558 (begin_compound_stmt): Likewise.
6559 (begin_asm_stmt): Likewise.
6560 (finish_asm_stmt): Likewise.
6561 (finish_label_stmt): Likewise.
6562 (add_decl_stmt): Likewise.
6563 (finish_subobject): Likewise.
6564 (finish_decl_cleanup): Likewise.
6565 (finish_named_return_value): Likewise.
6566 (setup_vtbl_ptr): Likewise.
6567 (add_scope_stmt): Likewise.
6568 (finish_stmt_expr): Likewise.
6569 (prune_unused_decls): Remove.
6570 (begin_stmt_tree): Likewise.
6571 (finish_stmt_tree): Likewise.
6572 (prep_stmt): Adjust use of current_stmt_tree.
6573 (lang_expand_stmt): Likewise.
6574 * tree.c (statement_code_p): Remove.
6575 (cp_statement_code_p): New function.
6576 (walk_stmt_tree): Remove.
6577 (init_tree): Set lang_statement_code_p.
bb20cc46 6578
0e5921e8
ZW
65792000-09-06 Zack Weinberg <zack@wolery.cumb.org>
6580
6581 Integrated preprocessor.
6582
6583 * Make-lang.in, Makefile.in: Remove all references to input.c,
6584 gxx.gperf, and hash.h. Add ../c-lex.o to C_OBJS.
6585 * gxx.gperf, hash.h, input.c: Delete.
6586 * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
6587 initialized properly.
6588
6589 * class.c (fixup_pending_inline): Take a tree, not a
6590 struct pending_inline *. All callers changed.
6591 (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
6592 RID_PROTECTED entries in ridpointers[] array here.
6593 * decl.c (duplicate_decls): Do not refer to struct
6594 pending_inline.
6595 (record_builtin_type, init_decl_processing): Use RID_MAX not
6596 CP_RID_MAX.
6597 (grokdeclarator): Use C_IS_RESERVED_WORD.
6598 * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
6599 cpplib.
6600 (grok_x_components): Do not inspect pending_inlines chain.
6601
6602 * cp-tree.h (struct lang_identifier): Add rid_code entry.
6603 (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
6604 (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
6605 (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
6606 TIME_IDENTIFIER_FILEINFO): Kill.
6607 Update prototypes.
6608 * lex.h: Expunge cp_rid. Rewrite RIDBIT macros to use just a
6609 single 32-bit word.
6610 * parse.y: Call do_pending_inlines unconditionally.
6611 reinit_parse_for_method is now snarf_method. fn.defpen is no
6612 longer necessary. Remove unnecessary <itype> annotation on
6613 SCOPE. Do not refer to end_of_file or struct pending_inline.
6614 * semantics.c (begin_inline_definitions): Call
6615 do_pending_inlines unconditionally.
6616
6617 * lex.c: Remove all code now shared with C front end.
6618 Initialize cpplib properly if USE_CPPLIB. Put reserved words
6619 into the get_identifier table. Rewrite pragma handling to
6620 work with the registry. Move code to save tokens for later
6621 processing to spew.c.
6622
6623 * spew.c: Rewrite everything in terms of token streams instead
6624 of text. Move routines here from lex.c / input.c as
6625 appropriate. GC-mark trees hanging off the pending inlines
6626 chain.
6627
44835fdd
MM
66282000-09-06 Mark Mitchell <mark@codesourcery.com>
6629
6630 * NEWS: Mention that the named return value extension has been
6631 deprecated.
6632 * cp-tree.h (original_result_rtx): Define.
6633 (TREE_REFERENCE_EXPR): Remove.
6634 (DECL_VPARENT): Likewise.
6635 (pushdecl_nonclass_level): Likewise.
6636 (store_return_init): Likewise.
6637 (reinit_lang_specific): Likewise.
6638 (genrtl_named_return_value): Change prototype.
6639 * decl.c (original_result_rtx): Remove.
6640 (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
6641 Do not generate RTL for local variables here.
6642 (store_return_init): Remove.
6643 * semantics.c (genrtl_named_return_value): Simplify. Fold in
6644 store_return_init.
6645 (finish_named_return_value): Adjust accordingly. Warn that this
6646 extension is deprecated.
6647 (lang_expand_stmt): Adjust call to genrtl_named_return_value.
6648
d7c4edd0
NS
66492000-09-06 Nathan Sidwell <nathan@codesourcery.com>
6650
6651 * pt.c (type_unification_real): Replace switch with if.
6652 (unify): Tsubst non-type parms before comparing.
6653
46e2747c
NS
66542000-09-06 Nathan Sidwell <nathan@codesourcery.com>
6655
6656 * error.c (dump_typename): New function, broken out of ...
6657 (dump_type): ... here. Use it.
6658 * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
6659
c833d2be
NS
66602000-09-06 Nathan Sidwell <nathan@codesourcery.com>
6661
6662 * init.c (build_offset_ref): Deal with namespace scoped
6663 TEMPLATE_ID_EXPRs.
6664
b1ce3eb2
NS
66652000-09-06 Nathan Sidwell <nathan@codesourcery.com>
6666
6667 * class.c (resolve_address_of_overloaded_function): Add
6668 explanation message.
6669 * decl.c (define_case_label): Reformat explanation.
6670 * decl2.c (finish_static_data_member_decl): Likewise.
6671 (grokfield): Likewise.
6672 * friend.c (do_friend): Likewise.
6673
11f53b6a
ZW
66742000-09-05 Zack Weinberg <zack@wolery.cumb.org>
6675
6676 * tree.c (walk_tree): Expose tail recursion.
6677 (walk_stmt_tree): New function.
6678 * cp-tree.h: Prototype walk_stmt_tree.
6679 * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
6680 the BLOCKs directly. If a BLOCK has no variables after
6681 pruning, discard it.
6682 (finish_stmt_tree): Use walk_stmt_tree. No need to save and
6683 restore the line number.
6684
ee94fce6
MM
66852000-09-05 Mark Mitchell <mark@codesourcery.com>
6686
6687 * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
6688 (pt.o): Remove dependency on HTAB_H.
6689 * cp-tree.h: Include hashtab.h.
6690 (walk_tree): Change prototype.
6691 (walk_tree_without_duplicates): New function.
6692 * decl.c (check_default_argument): Use it.
6693 * optimize.c (remap_decl): Adjust calls to walk_tree.
6694 (copy_body): Likewise.
6695 (expand_calls_inline): Likewise.
6696 (calls_setjmp_p): Use walk_tree_without_duplicates.
6697 * pt.c: Don't include hashtab.h.
6698 (for_each_template_parm): Use walk_tree_without_duplicates.
6699 * semantics.c (finish-stmt_tree): Likewise.
6700 (expand_body): Likewise.
6701 * tree.c (walk_tree): Add additional parameter.
6702 (walk_tree_without_duplicates): New function.
6703 (count_trees): Use it.
6704 (verify_stmt_tree): Adjust call to walk_tree.
6705 (find_tree): Use walk_tree_without_duplicates.
6706 (no_linkage_check): Likewise.
6707 (break_out_target_exprs): Adjust call to walk_tree.
6708 (cp_unsave): Likewise.
6709
a1281f45
KL
67102000-09-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
6711
6712 * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
6713 (TEMPLATE_TEMPLATE_PARM): Adjust comment.
6714 * cp-tree.h (TYPE_BINFO): Adjust comment.
6715 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
6716 (TEMPLATE_TYPE_PARM_INDEX): Likewise.
6717 (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
6718 (TYPE_TEMPLATE_INFO): Likewise.
6719 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
6720 * class.c (push_nested_class): Likewise.
6721 * decl.c (lookup_name_real): Likewise.
6722 (grokdeclarator): Likewise.
6723 (grok_op_properties): Likewise.
6724 (xref_tag): Likewise.
6725 (xref_basetypes): Likewise.
6726 * decl2.c (constructor_name_full): Likewise.
6727 (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
6728 (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
6729 * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
6730 (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
6731 (dump_type_suffix): Likewise.
6732 * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
6733 instead.
6734 (get_aggr_from_typedef): Likewise.
6735 * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
6736 (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
6737 (write_template_parm): Likewise.
6738 (write_template_template_parm): Check tree code instead of
6739 using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
0e5921e8 6740 * method.c (build_overload_nested_name): Add
a1281f45
KL
6741 BOUND_TEMPLATE_TEMPLATE_PARM.
6742 (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
6743 * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
6744 * pt.c (convert_template_argument): Check tree code instead of
6745 using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
6746 (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
6747 (for_each_template_parm): Adjust comment.
6748 (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM. Reorganize.
6749 (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
6750 (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM. Reorganize. Use
6751 template_args_equal to compare template template parameter cases.
6752 * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
6753 * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
6754 instead.
6755 * tree.c (copy_template_template_parm): Decide whether to create
6756 a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
6757 (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
6758 (copy_tree_r): Likewise.
6759 * typeck.c (comptypes): Likewise. Check tree code instead of
6760 using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
6761
c9672d45
ME
67622000-09-04 Mark Elbrecht <snowball3@bigfoot.com>
6763
6764 * decl.c (finish_function): Move the code for handling functions
6765 marked with the constructor and destructor attributes inside the
6766 expand_p block.
6767
67804825
NS
67682000-09-04 Nathan Sidwell <nathan@codesourcery.com>
6769
6770 * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
6771
1bc0793e
NS
67722000-09-04 Nathan Sidwell <nathan@codesourcery.com>
6773
6774 * pt.c (lookup_template_class): Remove abort.
6775 * tree.c (get_type_decl): Allow error_mark_node.
6776
3338663b
NS
67772000-09-04 Nathan Sidwell <nathan@codesourcery.com>
6778
6779 * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
6780 TEMPLATE_ID_EXPRs.
6781
1b84dc37
MM
67822000-09-03 Mark Mitchell <mark@codesourcery.com>
6783
6784 * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
c9672d45 6785 new ABI mangling.
1b84dc37 6786
9687f8f4
NS
67872000-09-01 Nathan Sidwell <nathan@codesourcery.com>
6788
6789 * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
c9672d45 6790 union tag mismatch error reporting.
9687f8f4 6791
4f8025eb
NS
67922000-09-01 Nathan Sidwell <nathan@codesourcery.com>
6793
c9672d45 6794 * call.c (build_scoped_method_call): Check it is not a namespace.
4f8025eb 6795
495d26d6
JM
67962000-08-30 Jason Merrill <jason@redhat.com>
6797
6798 * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
6799
6800 * tree.c (bot_manip): Check TREE_CONSTANT rather than
6801 !TREE_SIDE_EFFECTS. Call break_out_target_exprs and
6802 build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
6803
6804 * decl.c (start_function): Always call make_function_rtl.
6805
7efcf466
ZW
68062000-08-29 Zack Weinberg <zack@wolery.cumb.org>
6807
495d26d6 6808 * semantics.c (prune_unused_decls): New function.
7efcf466
ZW
6809 (finish_stmt_tree): Call it via walk_tree.
6810
63ad61ed
ZW
68112000-08-29 Zack Weinberg <zack@wolery.cumb.org>
6812
6813 * class.c (build_secondary_vtable): Constify a char *.
6814 * decl.c (init_decl_processing): Initialize function_id_node,
6815 pretty_function_id_node, and func_id_node.
6816 * input.c (struct input_source): Constify 'str'.
6817 (feed_input): Constify first argument.
6818 * mangle.c (write_identifier): Constify argument.
6819 * pt.c (mangle_class_name_for_template): Constify argument.
6820
4361b41d
MM
68212000-08-29 Mark Mitchell <mark@codesourcery.com>
6822
6823 * typeck.c (mark_addressable): Remove code that pokes around in
6824 RTL.
6825
881c6935
JM
68262000-08-28 Jason Merrill <jason@redhat.com>
6827
6828 * lex.c (file_name_nondirectory): Move to toplev.c.
6829
6830 * cp-tree.h (LOCAL_CLASS_P): New macro.
6831 * class.c (finish_struct_1): Use it.
6832
f0f33848
AS
68332000-08-27 Alex Samuel <samuel@codesourcery.com>
6834
6835 * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
6836 (write_encoding): Pass another argument to write_name.
6837 (write_name): Add ignore_local_scope parameter. Fix handling of
6838 local names.
6839 (write_nested_name): Use write_unqualified_name.
6840 (write_prefix): Likewise. Skip out on FUNCTION_DECLs.
6841 (write_template_prefix): Use write_unqualified_name.
6842 (write_component): Remove.
6843 (write_local_name): Add parameter. Use direct local entity to
6844 discriminator calculation.
0e5921e8 6845 (write_class_enum_type): Pass another argument to write_name.
f0f33848
AS
6846 (write_template_template_arg): Likewise.
6847 (make_guard_variable): Likewise.
0e5921e8 6848
94dfccd1
JM
68492000-08-27 Jason Merrill <jason@redhat.com>
6850
6851 * decl.c (pushdecl): Matching decls for local externs are found in
6852 the current level. Propagate linkage information from previous
6853 declarations.
6854
14fdf4b6
GDR
68552000-08-26 Gabriel Dos Reis <gdr@codesourcery.com>
6856
6857 * ir.texi (Expressions): Fix typo.
6858
b5232c64
GM
68592000-08-25 Greg McGary <greg@mcgary.org>
6860
6861 * tree.c (init_tree): Use ARRAY_SIZE.
6862
22a4158c
GDR
68632000-08-25 Gabriel Dos Reis <gdr@codesourcery.com>
6864
6865 * error.c (cp_tree_printer): Rework.
6866
f22967f3
MM
68672000-08-25 Mark Mitchell <mark@codesourcery.com>
6868
a0c182fe
MM
6869 * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
6870 dyn-string.o.
6871 (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
6872 (cp-demangle.o): Remove target.
6873 (dyn-string.o): Likewise.
6874
f22967f3
MM
6875 * decl.c (grokfndecl): Require that `main' return an `int'.
6876 * mangle.c (write_encoding): Don't mangle return types for
6877 conversion functions.
6878
a1066c99
GDR
68792000-08-25 Gabriel Dos Reis <gdr@codesourcery.com>
6880
6881 * error.c (tree_formatting_info): New data type.
6882 (tree_being_formatted): New macro.
6883 (tree_formatting_flags): Likewise.
6884 (put_whitespace): Likewise.
6885 (print_tree_identifier): Likewise.
6886 (print_identifier): Likewise.
6887 (cp_tree_printer, print_function_argument_list, print_declaration,
6888 print_expression, print_function_declaration,
6889 print_function_parameter, print_type, print_cv_qualifier): New
0e5921e8 6890 functions.
a1066c99
GDR
6891 (init_error): Initialize lang_printer.
6892
3f2b640a
JM
68932000-08-24 Jason Merrill <jason@redhat.com>
6894
6895 * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
6896 adjustment necessary.
6897
7ec09bf7
GM
68982000-08-24 Greg McGary <greg@mcgary.org>
6899
6900 * cp-tree.h (MAIN_NAME_P): Remove macro.
6901
2ab99c46
GDR
69022000-08-24 Gabriel Dos Reis <gdr@codesourcery.com>
6903
6904 * error.c (print_instantiation_context): Don't forget to flush the
6905 buffer.
6906
7def1251
JM
69072000-08-23 Jason Merrill <jason@redhat.com>
6908
6909 * typeck.c (build_ptrmemfunc): Save the input pmf.
6910
6911 * method.c (process_modifiers): Use same_type_p.
6912
94350948
MM
69132000-08-23 Mark Mitchell <mark@codesourcery.com>
6914
6915 * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
6916 * mangle.c (write_function_type): Change prototype.
6917 (write_encoding): Don't mangle return types for
6918 constructors or destructors.
6919 (write_type): Adjust call to write_function_type.
6920 * pt.c (instantiate_template): Instantiate alternate entry points
6921 when instantiating the main function.
0e5921e8 6922
a64e7329
GDR
69232000-08-23 Gabriel Dos Reis <gdr@codesourcery.com>
6924
6925 * error.c (cp_print_error_function): Don't use embedded '\n' in
0e5921e8 6926 output_printf.
a64e7329 6927
a72462a4
GDR
69282000-08-23 Gabriel Dos Reis <gdr@codesourcery.com>
6929
6930 * decl.c (init_decl_processing): Remove bogus initialization.
6931 * error.c (lang_print_error_function): Restore here.
0e5921e8
ZW
6932 (init_error): Initialize print_error_function.
6933
3add6264
TP
69342000-08-22 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6935
6936 * decl2.c (arg_assoc): Revert my 2000-08-11 change.
6937
cb753e49
GDR
69382000-08-22 Gabriel Dos Reis <gdr@codesourcery.com>
6939
6940 * Makefile.in (error.o): Depends on diagnostic.h
6941
6942 * cp-tree.h (problematic_instantiation_changed,
6943 record_last_problematic_instantiation, current_instantiation,
6944 print_instantiation_context): Declare.
6945 (maybe_print_template_context): Remove.
6946
6947 * decl.c (init_decl_processing): Set print_error_function to NULL.
6948 (lang_print_error_function): Remove, since we're using a new
6949 machinery.
6950
6951 * error.c: #include diagnostic.h
6952 (function_category): New function.
6953 (cp_diagnostic_starter): Likewise.
6954 (cp_diagnostic_finalizer): Likewise.
6955 (cp_print_error_function): Likewise.
6956 (maybe_print_instantiation_context): Likewise.
6957 (print_instantiation_full_context): Likewise.
6958 (print_instantiation_partial_context): Likewise.
6959 (print_instantiation_context): Define.
6960 (init_error): Initialize diagnostic pager and finalizer.
6961
6962 * pt.c (problematic_instantiation_changed): Define.
6963 (record_last_problematic_instantiation): Likewise.
6964 (current_instantiation): Likewise.
6965 (maybe_print_template_context): Remove.
6966 (print_template_context): Likewise.
6967 (current_tinst_level): Make static to reflect Brendan Kehoe's
6968 change of 1995-04-13.
0e5921e8
ZW
6969 (push_tinst_level): Call print_instantiation_context.
6970
05a3d06e 69712000-08-21 Nix <nix@esperi.demon.co.uk>
0e5921e8 6972
05a3d06e
N
6973 * lang-specs.h: Do not process -o or run the assembler if
6974 -fsyntax-only.
6975
93e2382f
JM
69762000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
6977
6978 * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
6979 variables.
6980 * decl2.c (lang_decode_option): Disable gettext attributes for
6981 -ansi.
6982
24805e80
GDR
69832000-08-21 Gabriel Dos Reis <gdr@codesourcery.com>
6984
6985 * lex.c (lang_init_options): Default diagnostic message maximum
6986 length to 80, when line-wrapping.
6987
b485e15b
MM
69882000-08-20 Mark Mitchell <mark@codesourcery.com>
6989
6990 * class.c (build_vtbl_initializer): Clear the entire
6991 vtbl_init_data. Start keeping track of the functions for which we
6992 have created vcall offsets here.
6993 (dfs_build_vcall_offset_vtbl_entries): Remove.
6994 (build_vcall_offset_vtbl_entries): Reimplement.
6995 (add_vcall_offset_vtbl_entries_r): New function.
6996 (add_vcall_offset_vtbl_entries_1): Likewise. Tweak logic for
6997 computing when vcall offsets are necessary.
6998
2ae7bada
NS
69992000-08-18 Nathan Sidwell <nathan@codesourcery.com>
7000
7001 * decl.c (member_function_or_else): Use cp_error ... %T.
7002 (grokdeclarator): Likewise.
7003 (start_method): Likewise.
0e5921e8 7004 * friend.c (make_friend_class): Use cp_pedwarn ... %T.
2ae7bada 7005
7a8b1375
NS
70062000-08-18 Nathan Sidwell <nathan@codesourcery.com>
7007
7008 * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
0e5921e8 7009 TYPE_DECLs.
7a8b1375 7010
19420d00
NS
70112000-08-18 Nathan Sidwell <nathan@codesourcery.com>
7012
7013 * cp-tree.h (PTRMEM_OK_P): New macro.
7014 (itf_ptrmem_ok): New enumeration value.
7015 * class.c (resolve_address_of_overloaded_function): Add PTRMEM
7016 argument. Diagnose implicit pointer to member.
7017 (instantiate_type): Don't diagnose implicit pointer to member
7018 here. Pass itf_ptrmem_ok if ok. Adjust calls to
7019 resolve_address_of_overloaded_function.
7020 * init.c (build_offset_ref): Set PTRMEM_OK_P.
7021 (resolve_offset_ref): Don't diagnose implicit pointer to member here.
7022 * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
7023 * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
7024 (build_unary_op): Deal with single non-static member in
7025 microsoft-land.
7026
66081283
NS
70272000-08-18 Nathan Sidwell <nathan@codesourcery.com>
7028
7029 * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
7030
fa40aa12
NS
70312000-08-18 Nathan Sidwell <nathan@codesourcery.com>
7032
7033 * cp-tree.h (enum_name_string): Remove prototype.
7034 (report_case_error): Remove prototype.
7035 * cp/typeck2.c (enum_name_string): Remove.
7036 (report_case_error): Remove.
7037 * error.c (dump_expr): Deal with enum values directly.
7038 Correctly negate integer constant.
7039
d13b34e9
NS
70402000-08-17 Nathan Sidwell <nathan@codesourcery.com>
7041
7042 * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
7043 (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
7044 * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
7045 (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
7046 (__cxa_vec_new): Use __cxa_vec_new2.
7047 (__cxa_vec_delete): Use __cxa_vec_delete2.
7048
2f1b80af
NS
70492000-08-17 Nathan Sidwell <nathan@codesourcery.com>
7050
7051 * vec.cc (__cxa_vec_new): Set "C" linkage.
7052 (__cxa_vec_ctor): Likewise.
7053 (__cxa_vec_cctor): Likewise.
7054 (__cxa_vec_dtor): Likewise.
7055 (__cxa_vec_delete): Likewise.
7056 * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
7057 (__cxa_vec_ctor): Likewise.
7058 (__cxa_vec_cctor): Likewise.
7059 (__cxa_vec_dtor): Likewise.
7060 (__cxa_vec_delete): Likewise.
7061
105d8e1f
NS
70622000-08-17 Nathan Sidwell <nathan@codesourcery.com>
7063
7064 * class.c (instantiate_type): Reinstate local variable
7065 deleted in previous change.
0e5921e8 7066
f1819d9a
NS
7067 * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
7068 itf_no_attributes.
105d8e1f 7069
5e76004e
NS
70702000-08-17 Nathan Sidwell <nathan@codesourcery.com>
7071
7072 * cp-tree.h (instantiate_type_flags): New enumeration.
7073 (instantiate_type): Change parameter.
7074 * class.c (instantiate_type): Adjust prototype. Adjust.
7075 * call.c (standard_conversion): Adjust instantiate_type call.
7076 (reference_binding): Likewise.
7077 (build_op_delete_call): Likewise.
7078 (convert_like_real): Likewise.
7079 * cvt.c (cp_convert_to_pointer): Likewise.
7080 (convert_to_reference): Likewise.
7081 * pt.c (convert_nontype_argument): Likewise.
7082 * typeck.c (build_binary_op): Likewise.
7083 (build_ptrmemfunc): Likewise.
7084 (convert_for_assignment): Likewise.
7085
4b054b80
NS
70862000-08-17 Nathan Sidwell <nathan@codesourcery.com>
7087
7088 * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
7089 (current_aggr): Define.
7090 * decl.c (grokdeclarator): Make sure a friend class is an
7091 elaborated type specifier.
7092 * parse.y (current_aggr): Remove static definition.
7093 (cp_parse_init): Adjust.
7094 (structsp): Clear and restore current_aggr.
7095 (component_decl_list): Clear current_aggr.
0e5921e8 7096
4b054b80
NS
7097 * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
7098 aggregate tag on the typename's context.
0e5921e8 7099
321cba97
NS
7100 * pt.c (tsubst_friend_class): Return error_mark_node, if
7101 parms becomes NULL.
7102 (instantiate_class_template): Ignore error_mark_node friend types.
4b054b80 7103
08aead78
NS
71042000-08-14 Nathan Sidwell <nathan@codesourcery.com>
7105
7106 * cvt.c (warn_ref_binding): New static function, broken out of ...
0e5921e8 7107 (convert_to_reference): ... here. Use it.
08aead78 7108
fa1f3ebc
KL
71092000-08-11 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
7110
7111 * parse.y (template_arg): Add rule for template qualified with
7112 global scope.
7113
9845b52b
TP
71142000-08-11 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7115
7116 * decl2.c (add_function): Reorganize.
7117 (arg_assoc): Do not consider function template decls.
7118
e69c8072
JM
71192000-08-11 Jason Merrill <jason@redhat.com>
7120
7121 * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
7122 looking inside.
7123
5c1e5476
NS
71242000-08-11 Nathan Sidwell <nathan@codesourcery.com>
7125
7126 * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
7127 (lookup_nested_tag): Likewise.
0e5921e8 7128
5c1e5476
NS
7129 * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
7130 can be produced.
7131
5426aa7f
NS
71322000-08-11 Nathan Sidwell <nathan@codesourcery.com>
7133
7134 * parse.y (named_complex_class_head_sans_basetype): Remove
7135 always true if.
7136
fd037e0d
NS
71372000-08-11 Nathan Sidwell <nathan@codesourcery.com>
7138
7139 * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
7140 explicit TEMPLATE_ID_EXPR args.
7141 (build_expr_from_tree, case CALL_EXPR): Likewise.
7142
73ae5c34
NS
71432000-08-11 Nathan Sidwell <nathan@codesourcery.com>
7144
7145 * decl.c (check_tag_decl): Diagnose typename's which don't
7146 declare anything.
7147
aa54df09
NS
71482000-08-10 Nathan Sidwell <nathan@codesourcery.com>
7149
7150 * init.c (build_aggr_init): Reject bogus array initializers
7151 early.
7152
7e8dad18
NS
71532000-08-09 Nathan Sidwell <nathan@codesourcery.com>
7154
7155 * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
7156 runtime.
7157 * cp/tinfo.cc (__dynamic_cast): Likewise.
0e5921e8 7158 * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
7e8dad18 7159
0f586b9b
NS
71602000-08-09 Nathan Sidwell <nathan@codesourcery.com>
7161
7162 * cvt.c (convert_to_pointer_force): Fix error message when
0e5921e8 7163 attempting to cast from ambiguous base.
0f586b9b 7164
08e72a19
JM
71652000-08-08 Jason Merrill <jason@redhat.com>
7166
7167 * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
7168 (tsubst_template_arg_vector): Likewise.
7169
7170 * decl2.c (build_anon_union_vars): Choose the largest field; don't
7171 assume that one will be as large as the union.
7172
0811ea8f
KH
71732000-08-07 Kazu Hirata <kazu@hxi.com>
7174
7175 * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
7176 * decl.c (pop_labels): Likewise.
7177
f9fcf62b
JO
71782000-08-04 Jeffrey Oldham <oldham@codesourcery.com>
7179
7180 * inc/cxxabi.h (__pbase_type_info): Changed member names to match
7181 specifications.
7182 (__pointer_to_member_type_info): Likewise.
7183 (__base_class_info): Likewise.
7184 (__class_type_info): Likewise.
7185 (__si_class_type_info): Likewise.
7186 (__vmi_class_type_info): Likewise.
7187 * tinfo.cc (__si_class_type_info::__do_find_public_src):
7188 Changed member names to match specifications.
7189 (__vmi_class_type_info::__do_find_public_src): Likewise.
7190 (__si_class_type_info::__do_dyncast): Likewise.
7191 (__vmi_class_type_info::__do_dyncast): Likewise.
7192 (__si_class_type_info::__do_upcast): Likewise.
7193 (__vmi_class_type_info::__do_upcast): Likewise.
7194 * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
7195 (__pbase_type_info::__pointer_catch): Likewise.
7196 (__pointer_type_info::__pointer_catch): Likewise.
7197 (__pointer_to_member_type_info::__pointer_catch): Likewise.
7198
a36556a8
ZW
71992000-08-04 Zack Weinberg <zack@wolery.cumb.org>
7200
0e5921e8
ZW
7201 * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
7202 * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
7203 (cc1plus): Link with $(BACKEND) and $(C_OBJS).
a36556a8 7204
452a394b
MM
72052000-08-04 Mark Mitchell <mark@codesourcery.com>
7206
7207 * cp-tree.h (add_method): Change prototype.
7208 * class.c (add_method): Remove FIELDS parameter. Add ERROR_P.
7209 Don't double the size of the method vector in the error case.
7210 (handle_using_decl): Adjust call to add_method.
7211 (add_implicitly_declared_members): Likewise.
7212 (clone_function_decl): Likewise.
7213 * decl2.c (check_classfn): Likewise.
7214 * semantics.c (finish_member_declaration): Likewise.
0e5921e8 7215
b8458e3e
JM
72162000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
7217
7218 * decl.c (flag_isoc94): New variable.
7219
a1bcc528
JM
72202000-08-02 Jason Merrill <jason@redhat.com>
7221
7222 * pt.c (do_type_instantiation): Add complain parm; don't complain
7223 if called recursively.
7224 * cp-tree.h, parse.y: Adjust.
7225
50e60bc3
ZW
72262000-08-02 Zack Weinberg <zack@wolery.cumb.org>
7227
eae51189
ZW
7228 * decl2.c: Silently ignore -Wstrict-prototypes; warn about
7229 -Wno-strict-prototypes.
7230
37620334
ZW
7231 * g++spec.c: Adjust type of second argument to
7232 lang_specific_driver, and update code as necessary.
7233
50e60bc3
ZW
7234 * cp-tree.h: Don't prototype min_precision here.
7235 (my_friendly_assert): Cast expression to void.
7236 * semantics.c (do_poplevel): Initialize scope_stmts.
7237
3f954fc3
MM
72382000-08-02 Mark Mitchell <mark@codesourcery.com>
7239
7240 * cp-tree.h (DECL_NEEDED_P): Tweak.
7241
ab4fa7ed
JM
72422000-07-28 Jason Merrill <jason@redhat.com>
7243
7244 * lang-specs.h: Use %i in rule for .ii files.
7245
4871239e
ZW
72462000-07-31 Zack Weinberg <zack@wolery.cumb.org>
7247
7248 * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
7249
911a71a7
MM
72502000-07-30 Mark Mitchell <mark@codesourcery.com>
7251
7252 Allow indirect primary bases.
7253 * cp-tree.h (struct lang_type): Remove vfield_parent. Add
7254 primary_base.
7255 (CLASSTYPE_VFIELD_PARENT): Remove.
7256 (CLASSTYPE_PRIMARY_BINFO): Reimplement.
7257 (BINFO_PRIMARY_BINFO): Remove.
7258 (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
7259 (BINFO_VBASE_PRIMARY_P): Likewise.
7260 (BINFO_PRIMARY_BASE_OF): New macro.
7261 (BINFO_INDIRECT_PRIMARY_P): Likewise.
7262 (get_primary_binfo): New function.
7263 * decl.c (lang_mark_tree): Make lang_type::primary_base.
7264 * class.c (vcall_offset_data_s): Rename to ...
7265 (vtbl_init_data_s): ... this. Rename primary_p to primary_vtbl_p,
7266 and add ctor_vtbl_p.
7267 (get_derived_offset): Use get_primary_binfo.
7268 (dfs_mark_primary_bases): Adjust handling of virtual primary
7269 bases.
7270 (mark_primary_bases): Likewise.
7271 (set_primary_base): Take a binfo, not an integer, as a
7272 representation of the primary base.
7273 (indirect_primary_base_p): Remove.
7274 (determine_primary_base): Adjust for indirect primary bases.
7275 (dfs_find_final_overrider): Fix typo in coment.
7276 (update_vtable_entry_for_fn): Use get_primary_binfo.
7277 (layout_nonempty_base_or_field): Tweak.
7278 (build_base_fields): Adjust for new primary base semantics.
7279 (dfs_propagate_binfo_offsets): Remove.
7280 (propagate_binfo_offsets): Rewrite.
7281 (dfs_set_offset_for_shared_vbases): Remove.
7282 (layout_virtual_bases): Don't use it.
7283 (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
7284 ABI.
7285 (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
7286 CLASSTYPE_VFIELD_PARENT.
7287 (dfs_get_primary_binfo): New function.
7288 (get_primary_binfo): Likewise.
7289 (dump_class_hierarchy_r): Tweak printing of primary bases.
7290 (build_vtbl_initializer): Fix typo in comments. Use
7291 vtbl_init_data.
7292 (build_vcall_and_vbase_vtbl_entries): Likewise.
7293 (build_vbaes_offset_vtbl_entries): Likewise.
7294 (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
7295 BV_VCALL_INDEX to handle indirect primary bases.
7296 (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
7297 (build_rtti_vtbl_entries): Likewise.
7298 * search.c (get_shared_vbase_if_not_primary): Tweak.
7299 (find_vbase_instance): Likewise.
7300 (binfo_for_vtable): Simplify.
7301 * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
7302 (make_binfo): Make it have 11 entries.
0e5921e8 7303
722bed0f
AS
73042000-07-30 Alex Samuel <samuel@codesourcery.com>
7305
7306 * mangle.c (DECL_TEMPLATE_ID_P): Remove.
7307 (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
7308 ascertaining primaryness.
7309 (G): Remove template_args.
7310 (decl_is_template_id): New function.
7311 (write_encoding): Use decl_is_template_id.
7312 (write_name): Likewise. Handle type_decls. Get main variant of
7313 type decls.
7314 (write_nested_name): Likewise.
7315 (write_prefix): Likewise.
7316 (write_template_prefix): Likewise.
7317 (write_special_name_constructor): Remove defunct production from
7318 comment.
7319 (write_bare_function_type): Remove comment about absent parameter.
7320 (write_template_template_arg): Add missing grammar production to
7321 comment.
7322
9076e292
JM
73232000-07-27 Jason Merrill <jason@redhat.com>
7324
7325 * decl.c (duplicate_decls): If common_type produces a non-typedef
7326 type for a typedef, just use the old type.
7327
b2244c65
MM
73282000-07-27 Mark Mitchell <mark@codesourcery.com>
7329
7330 * cp-tree.h (function_depth): Declare.
7331 (verify_stmt_tree): Likewise.
7332 (find_tree): Likewise.
7333 * decl.c (function_depth): Give it external linkage.
7334 * optimize.c (optimize_function): Increment and decrement it.
7335 * tree.c (verify_stmt_tree_r): New function.
7336 (verify_stmt_tree): Likewise.
7337 (find_tree_r): Likewise.
7338 (find_tree): Likewise.
7339
62e3bf54
JM
73402000-07-27 Jason Merrill <jason@redhat.com>
7341
9076e292
JM
7342 * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
7343 TYPE_PTRMEMFUNC_P.
7344 * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
62e3bf54 7345
5a728aca
MM
73462000-07-26 Mark Mitchell <mark@codesourcery.com>
7347
7348 * decl.c (start_cleanup_fn): Mark the function as `inline'.
7349 * decl2.c (get_guard): Call cp_finish_decl, not
7350 rest_of_decl_compilation, for local guards.
7351 * lex.c (do_identifier): Remove unused variable.
7352
6a1fa5f9
ME
7353Wed Jul 26 15:05:51 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
7354
7355 * parse.y: Add missing ';'.
7356
0c10a805
MM
73572000-07-26 Mark Mitchell <mark@codesourcery.com>
7358
7359 * parse.y (empty_parms): Use `()', not `(...)', when in the scope
7360 of `extern "C++"'.
7361
8b27e9ef
NS
73622000-07-25 Nathan Sidwell <nathan@codesourcery.com>
7363
7364 Kill strict_prototype. Backwards compatibility only for
7365 non NO_IMPLICIT_EXTERN_C systems.
7366 * cp-tree.h (flag_strict_prototype): Remove.
7367 (strict_prototype): Remove.
7368 (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
7369 * decl.c (maybe_push_to_top_level): Adjust.
7370 (pop_from_top_level): Adjust.
7371 (decls_match): Only allow sloppy parm matching for ancient
7372 system headers.
7373 (init_decl_processing): Adjust.
7374 (grokdeclarator): Adjust.
7375 * decl2.c (flag_strict_prototype): Remove.
7376 (strict_prototype): Remove.
7377 (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
7378 (lang_f_options): Remove "strict-prototype".
7379 (unsupported-options): Add "strict-prototype".
7380 * lex.c (do_identifier): Adjust.
7381 (do_scoped_id): Adjust.
7382 * parse.y (empty_parms): Adjust.
7383 * class.c (push_lang_context): Adjust.
7384 (pop_lang_context): Adjust.
7385 * typeck.c (comp_target_parms): Adjust.
7386
c3783399
NS
73872000-07-25 Nathan Sidwell <nathan@codesourcery.com>
7388
7389 * decl.c (poplevel): Deal with anonymous variables at for scope.
7390 (maybe_inject_for_scope_var): Likewise.
7391
a7023245
ZW
73922000-07-25 Zack Weinberg <zack@wolery.cumb.org>
7393
7394 * decl.c: Remove all signal handling code, now done in toplev.c.
7395
95ee998c
MM
73962000-07-23 Mark Mitchell <mark@codesourcery.com>
7397
7398 * decl.c (make_rtl_for_nonlocal_decl): Rework.
7399
7400 * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
7401 correctly.
7402
1b493b81
ZW
74032000-07-20 Zack Weinberg <zack@wolery.cumb.org>
7404
7405 * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
7406 Define my_friendly_assert and my_friendly_abort as macros
7407 which may call friendly_abort. Prototype friendly abort, not
7408 my_friendly_abort or my_friendly_assert.
7409 * decl.c (signal_catch): Report the signal caught in the error
7410 message. Call fatal directly.
7411 * typeck2.c (ack, my_friendly_assert): Delete.
7412 (my_friendly_abort): Rename to friendly_abort. Expect file,
7413 line, and function parameters. Report the abort code, then
7414 call fancy_abort. Do not mask an abort if errors have
7415 already occurred.
7416
a306451c
NS
74172000-07-18 Nathan Sidwell <nathan@codesourcery.com>
7418
7419 * typeck.c (comp_target_parms): Remove obsolete parameter.
7420 (comp_target_types): Adjust.
7421
f49fad00
JM
74222000-07-17 Jason Merrill <jason@redhat.com>
7423
7424 * typeck.c (mark_addressable): Never set TREE_USED.
7425 * call.c (build_call): Don't abort on calls to library functions
7426 that have been declared normally.
7427
7428 * typeck.c (build_binary_op): Fix grammar in warning.
7429
7430 * exception.cc (__eh_free): Fix prototype.
7431
7432 * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
7433
0e5921e8 7434 * decl.c (pushdecl): Handle seeing an OVERLOAD in
f49fad00
JM
7435 IDENTIFIER_NAMESPACE_VALUE.
7436
69690d98
MM
74372000-07-16 Mark Mitchell <mark@codesourcery.com>
7438
7439 * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
7440 * method.c (use_thunk): Correct handling of vcall offsets.
7441
bfbbc080
ZW
74422000-07-14 Zack Weinberg <zack@wolery.cumb.org>
7443
7444 * .cvsignore: parse.h and parse.c have no cp- prefix.
7445
83a90717
MM
74462000-07-13 Mark Mitchell <mark@codesourcery.com>
7447
7448 * .cvsignore: New file.
7449
ea414c97
ZW
74502000-07-13 Zack Weinberg <zack@wolery.cumb.org>
7451
7452 * lang-specs.h: Use the new named specs. Remove unnecessary braces.
7453
792abd35
MM
74542000-07-12 Mark Mitchell <mark@codesourcery.com>
7455
7456 * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
7457 * parse.c: Remove.
7458 * parse.h: Likewise.
7459
72a50ab0
MM
74602000-07-11 Mark Mitchell <mark@codesourcery.com>
7461
7462 * class.c (layout_class_type): Add pointers to virtual bases after
7463 base classes under the old ABI.
7464
0dfdeca6
BC
74652000-07-10 Benjamin Chelf <chelf@codesourcery.com>
7466
7467 * semantics.c (finish_for_stmt): Remove call to emit_line_note.
7468 (finish_continue_stmt): Likewise.
7469 (begin_for_stmt): Remove call to note_level_for_for.
7470 (finish_goto_stmt): Change call from build_min_nt
7471 to build_stmt.
7472 (finish_expr_stmt): Likewise.
7473 (begin_if_stmt): Likewise.
7474 (begin_while_stmt): Likewise.
7475 (finish_while_stmt): Likewise.
7476 (finish_return_stmt): Likewise.
7477 (begin_for_stmt): Likewise.
7478 (finish_for_stmt): Likewise.
7479 (finish_break_stmt): Likewise.
7480 (begin_switch_stmt): Likewise.
7481 (finish_case_label): Likewise.
7482 (genrtl_try_block): Likewise.
7483 (begin_try_block): Likewise.
7484 (begin_handler): Likewise.
7485 (begin_compound_stmt): Likewise.
7486 (finish_asm_stmt): Likewise.
7487 (finish_label_stmt): Likewise.
7488 (add_decl_stmt): Likewise.
7489 (finish_subobject): Likewise.
7490 (finish_decl_cleanup): Likewise.
7491 (finish_named_return_value): Likewise.
7492 (setup_vtbl_ptr): Likewise.
7493 (add_scope_stmt): Likewise.
7494 * decl.c (finish_constructor_body): Likewise.
7495 (finish_destructor_body): Likewise.
7496 * optimize.c (copy_body_r): Likewise.
7497 (initialize_inlined_parameters): Likewise.
7498 (declare_return_variable): Likewise.
7499 (expand_call_inline): Likewise.
0e5921e8 7500
f12eef58
JJ
75012000-07-10 Jakub Jelinek <jakub@redhat.com>
7502
7503 * semantics.c (expand_body): Sync interface information
7504 at the end of function body expansion.
7505
2bb5d995
JM
75062000-07-09 Jason Merrill <jason@redhat.com>
7507
7508 * init.c (build_new_1): Bail early if the call to new fails.
7509
0e5921e8 7510 * decl.c (compute_array_index_type): Check specifically for
2bb5d995
JM
7511 an INTEGER_CST, not just TREE_CONSTANT.
7512
0e5921e8 7513 * decl.c (duplicate_decls): Don't call duplicate_decls on
2bb5d995
JM
7514 the DECL_TEMPLATE_RESULT.
7515 (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
7516 codes.
7517
7518 * error.c (dump_template_bindings): Don't crash if we had an
7519 invalid argument list.
7520
7521 * typeck.c (c_expand_start_case): Do narrowing here.
7522 * semantics.c (finish_switch_cond): Not here.
7523
75242000-07-09 Hidvegi Zoli <hzoli@austin.ibm.com>
7525
7526 * parse.y (asm_clobbers): Do string concatenation.
7527
089acd57
MM
75282000-07-09 Mark Mitchell <mark@codesourcery.com>
7529
7530 * decl.c (pushtag): Don't put local classes in template functions
7531 on the local_classes list.
7532
75332000-07-04 Scott Snyder <snyder@fnal.gov>
7534
7535 * decl2.c (get_guard): Add missing return for old ABI local
7536 variable case.
7537
7b019c19
MM
75382000-07-09 Mark Mitchell <mark@codesourcery.com>
7539
7540 * cp-tree.h (char_type_p): New function.
7541 * decl.c (init_decl_processing): Don't initialize
7542 signed_wchar_type_node or unsigned_wchar_type_node.
7543 (complete_array_type): Handle brace-enclosed string-constants.
7544 * rtti.c (emit_support_tinfos): Remove #if 0'd code.
7545 * tree.c (char_type_p): New function.
7546 * typeck2.c (digest_init): Use char_type_p.
7547
a5f1c5f8
NS
75482000-07-06 Nathan Sidwell <nathan@codesourcery.com>
7549
7550 * pt.c (tsubst): Don't layout type, if it's error_mark.
7551
84e5ca0f
NS
75522000-07-06 Nathan Sidwell <nathan@codesourcery.com>
7553
7554 * pt.c (instantiate_pending_templates): Reset template level.
7555
ab785305
JM
75562000-07-05 Jason Merrill <jason@redhat.com>
7557
7558 * call.c (joust): Don't complain about `operator char *()' beating
7559 `operator const char *() const'.
7560
90418208
JM
75612000-07-04 scott snyder <snyder@fnal.gov>
7562 Jason Merrill <jason@redhat.com>
7563
0e5921e8 7564 * repo.c (repo_get_id): Handle the case where a class with virtual
90418208
JM
7565 bases has a null TYPE_BINFO_VTABLE.
7566
75672000-07-04 Kevin Buhr <buhr@stat.wisc.edu>
7568 Jason Merrill <jason@redhat.com>
7569
7570 * parse.y (member_init): Just pass in the type.
7571 * init.c (expand_member_init): Handle getting a type.
7572
7573