68ae9e1cfc6e041d24eeb1b0513ac2d5cede7ea3
[gcc.git] / gcc / cp / ChangeLog
1 2001-11-26 Jason Merrill <jason@redhat.com>
2
3 * call.c (joust): Remove COND_EXPR hack.
4
5 2001-11-25 Aldy Hernandez <aldyh@redhat.com>
6
7 * cp/search.c (lookup_base_r): Declare bk in variable declaration
8 space.
9
10 2001-11-25 Nathan Sidwell <nathan@codesourcery.com>
11
12 PR g++/3145
13 * class.c (build_vbase_pointer): Remove.
14 (build_vbase_path): Remove.
15 (build_base_path): New function.
16 * cp-tree.h (base_access, base_kind): New enumerations.
17 (build_base_path): Declare.
18 (convert_pointer_to_real): Remove.
19 (convert_pointer_to): Remove.
20 (lookup_base): Declare.
21 (convert_pointer_to_vbase): Remove.
22 * call.c (build_scoped_method_call): Use lookup_base &
23 build_base_path instead of convert_pointer_to_real,
24 get_base_distance & get_binfo.
25 (build_over_call): Likewise.
26 * cvt.c (cp_convert_to_pointer): Likewise.
27 (convert_to_pointer_force): Likewise.
28 (build_up_reference): Likewise.
29 (convert_pointer_to_real): Remove.
30 (convert_pointer_to): Remove.
31 * init.c (dfs_initialize_vtbl_ptrs): Use build_base_path
32 instead of convert_pointer_to_vbase & build_vbase_path.
33 (emit_base_init): Use build_base_path instead of
34 convert_pointer_to_real.
35 (expand_virtual_init): Lose unrequired conversions.
36 (resolve_offset_ref): Use lookup_base and build_base_path
37 instead of convert_pointer_to.
38 * rtti.c (build_dynamic_cast_1): Use lookup_base &
39 build_base_path instead of get_base_distance & build_vbase_path.
40 * search.c (get_vbase_1): Remove.
41 (get_vbase): Remove.
42 (convert_pointer_to_vbase): Remove.
43 (lookup_base_recursive): New function.
44 (lookup_base): New function.
45 * typeck.c (require_complete_type): Use lookup_base &
46 build_base_path instead of convert_pointer_to.
47 (build_component_ref): Likewise.
48 (build_x_function_call): Likewise.
49 (get_member_function_from_ptrfunc): Likewise.
50 (build_component_addr): Likewise.
51 * typeck2.c (build_scoped_ref): Likewise.
52
53 2001-11-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
54
55 * cp-tree.h (CP_TYPE_QUALS): Removed.
56 * decl.c (cxx_init_decl_processing): Don't set lang_dump_tree.
57 * cp-lang.c: Set LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN and
58 LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN.
59 * dump.c (cp_dump_tree): Use void* dump_info argument to match
60 lang-hooks prototype.
61 * call.c, cp-tree.h, cvt.c, decl.c, init.c, mangle.c, method.c, pt.c,
62 rtti.c, semantics.c, tree.c, typeck.c, typeck2.c: All references to
63 CP_TYPE_QUALS changed to cp_type_quals.
64 * Make-lang.in: References to c-dump.h changed to tree-dump.h.
65 (CXX_C_OBJS): Remove c-dump.o.
66
67 2001-11-21 Mark Mitchell <mark@codesourcery.com>
68
69 PR c++/3637
70 * pt.c (lookup_template_class): Ensure that all specializations
71 are registered on the list corresponding to the most general
72 template.
73
74 2001-11-20 Mark Mitchell <mark@codesourcery.com>
75
76 * call.c (non_reference): Add documentation.
77 (convert_class_to_reference): Do not strip reference types
78 from conversion operators.
79 (maybe_handle_ref_bind): Simplify.
80 (compare_ics): Correct handling of references.
81
82 2001-11-19 John Wilkinson <johnw@research.att.com>
83
84 * dump.c (dump_op): New function.
85 (cp_dump_tree): Dump CLASSTYPE_TEMPLATE_SPECIALIZATION. Use
86 dump_op. Dump DECL_MUTABLE, access and staticness for VAR_DECLs.
87 DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
88
89 2001-11-19 Mark Mitchell <mark@codesourcery.com>
90
91 PR4629
92 * semantics.c (finish_sizeof): Make sure that expression created
93 while processing a template do not have a type.
94 (finish_alignof): Likewise.
95 * typeck.c (c_sizeof): Likewise.
96 (expr_sizeof): Likewise.
97
98 2001-11-18 Neil Booth <neil@daikokuya.demon.co.uk>
99
100 * lex.c (cxx_finish): Call c_common_finish.
101 (finish_parse): Remove.
102
103 2001-11-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
104
105 * decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
106 when displaying error message about missing array bounds.
107
108 2001-11-17 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
109
110 * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
111 CONST_CAST_EXPR.
112 * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
113
114 2001-11-16 Neil Booth <neil@daikokuya.demon.co.uk>
115
116 * cp-tree.h (print_class_statistics): Restore.
117
118 2001-11-15 Jason Merrill <jason@redhat.com>
119
120 * method.c (use_thunk): Don't emit debugging information for thunks.
121
122 * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
123 * decl.c (make_typename_type): Handle getting a class template.
124 * search.c (lookup_field_r): A class template is good enough for
125 want_type.
126
127 * call.c (convert_like_real): Only use cp_convert for the bad part.
128 (standard_conversion): Also allow bad int->enum.
129 * typeck.c (ptr_reasonably_similar): Also allow functions to
130 interconvert. Pointers to same-size integers are reasonably
131 similar.
132
133 * cvt.c (convert_to_void): If we build a new COND_EXPR, always
134 give it void type.
135
136 2001-11-15 Nathan Sidwell <nathan@codesourcery.com>
137
138 PR g++/3154
139 * init.c (sort_base_init): Remove unreachable code.
140 (expand_member_init): Adjust comment to reflect reality. Simplify
141 and remove unreachable code.
142
143 2001-11-15 Neil Booth <neil@daikokuya.demon.co.uk>
144
145 * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
146 (cxx_init): Update prototype.
147 * decl.c (init_decl_processing): Rename. Move null node init
148 to its creation time.
149 * lex.c (cxx_init_options): Update.
150 (cxx_init): Combine with old init_parse; also call
151 cxx_init_decl_processing.
152
153 2001-11-14 Richard Sandiford <rsandifo@redhat.com>
154
155 * decl.c (check_initializer): Try to complete the type of an
156 array element before checking whether it's complete. Don't
157 complain about arrays with complete element types but an
158 unknown size.
159 (cp_finish_decl): Build the hierarchical constructor before
160 calling maybe_deduce_size_from_array_init.
161
162 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
163
164 * Make-lang.in: Change all uses of $(manext) to $(man1ext).
165
166 2001-11-13 Nathan Sidwell <nathan@codesourcery.com>
167
168 PR g++/4206
169 * parse.y (already_scoped_stmt): Remove.
170 (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt.
171
172 2001-11-12 H.J. Lu <hjl@gnu.org>
173
174 * cp/cvt.c (ocp_convert): Don't warn the address of a weak
175 function is always `true'.
176
177 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
178
179 * cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
180 LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
181 LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
182 * cp-tree.h (print_class_statistics): Remove.
183 (cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
184 cxx_print_identifier, cxx_set_yydebug): New.
185 * lex.c (set_yydebug): Rename c_set_yydebug.
186 * ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
187 lang_print_xnode): Rename.
188 * tree.c (print_lang_statistics): Rename.
189
190 2001-11-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
191
192 * class.c (dump_array): Fix format specifier warning.
193
194 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
195
196 * cp-lang.c (LANG_HOOKS_NAME): Override.
197 (struct lang_hooks): Constify.
198 * lex.c (cxx_init_options): Update.
199 (lang_identify): Remove.
200 * parse.y (language_string): Remove.
201
202 2001-11-08 Andreas Franck <afranck@gmx.de>
203
204 * Make-lang.in (CXX_INSTALL_NAME, GXX_CROSS_NAME,
205 DEMANGLER_CROSS_NAME): Handle program_transform_name the way
206 suggested by autoconf.
207 (GXX_TARGET_INSTALL_NAME, CXX_TARGET_INSTALL_NAME): Define.
208 (c++.install-common): Use the transformed target alias names.
209
210 2001-11-06 Neil Booth <neil@cat.daikokuya.demon.co.uk>
211
212 * Make-lang.in: Update.
213 * cp-lang.c: Include langhooks-def.h.
214
215 2001-11-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
216
217 * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
218
219 2001-11-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
220
221 * lex.c (copy_lang_type): Add static prototype.
222
223 2001-11-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
224
225 * pt.c (unify): Handle SCOPE_REF.
226
227 2001-11-01 Jakub Jelinek <jakub@redhat.com>
228
229 * tree.c (cp_copy_res_decl_for_inlining): Adjust
230 DECL_ABSTRACT_ORIGIN for the return variable.
231
232 2001-10-31 Zack Weinberg <zack@codesourcery.com>
233
234 * Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
235
236 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
237
238 * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
239 semantics.c, spew.c: Fix spelling errors.
240
241 2001-10-27 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
242
243 * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.
244
245 2001-10-25 Zack Weinberg <zack@codesourcery.com>
246
247 * cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
248 pop_everything.
249
250 Tue Oct 23 14:00:20 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
251
252 * cp-lang.c (cxx_get_alias_set): New function.
253 Point LANG_HOOKS_GET_ALIAS_SET to it.
254
255 2001-10-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
256
257 * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
258 * cp-tree.h (make_unbound_class_template): Prototype new function.
259 * decl.c (make_unbound_class_template): New function.
260 * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
261 * error.c (dump_type): Likewise.
262 * mangle.c (write_type): Likewise.
263 * parse.y (template_parm): Likewise.
264 (template_argument): Use make_unbound_class_template.
265 * pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
266 (tsubst): Likewise.
267 (tsubst_copy): Likewise.
268 (unify): Likewise.
269 * tree.c (walk_tree): Likewise.
270 * typeck.c (comptypes): Likewise.
271
272 2001-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
273
274 * xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
275 extra calls into fewer ones.
276
277 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
278
279 * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
280 Warn when merging inline with attribute noinline.
281 (start_decl, start_function): Warn if inline and attribute
282 noinline appear in the same declaration.
283
284 2001-10-16 H.J. Lu <hjl@gnu.org>
285
286 * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
287 for tree checking disabled.
288
289 2001-10-16 Hans-Peter Nilsson <hp@axis.com>
290
291 * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
292 NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
293
294 2001-10-15 Richard Sandiford <rsandifo@redhat.com>
295
296 * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
297 (unify): Only handle MINUS_EXPR specially if the above flag is set
298 and the subtracted constant is 1. Clear the flag on recursive calls.
299 Set it when unifying the maximum value in an INTEGER_TYPE's range.
300
301 2001-10-15 Richard Sandiford <rsandifo@redhat.com>
302
303 * decl.c (bad_specifiers): Don't allow exception specifications
304 on any typedefs.
305
306 2001-10-14 Neil Booth <neil@daikokuya.demon.co.uk>
307
308 * cp/lex.c (init_cp_pragma): Similarly.
309
310 2001-10-13 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
311
312 * pt.c (lookup_template_class): Build complete template arguments
313 for BOUND_TEMPLATE_TEMPLATE_PARM.
314
315 2001-10-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
316
317 * cp-tree.h (TYPE_BINFO): Update comment.
318 (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): New macro.
319 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
320 (TYPENAME_TYPE_FULLNAME): Use TYPE_FIELDS.
321 (copy_type): Prototype new function.
322 * lex.c (copy_lang_decl): Gather tree node statistics.
323 (copy_lang_type): New function.
324 (copy_type): Likewise.
325 (cp_make_lang_type): Create lang_type for
326 BOUND_TEMPLATE_TEMPLATE_PARM. Set TYPE_BINFO for TYPENAME_TYPE
327 and BOUND_TEMPLATE_TEMPLATE_PARM.
328 * pt.c (tsubst): Use copy_type instead of copy_node.
329 * search.c (lookup_field_1): Ignore TYPENAME_TYPE.
330
331 2001-10-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
332
333 * pt.c (determine_specialization): Ignore functions without
334 DECL_TEMPLATE_INFO.
335
336 2001-10-12 Nathan Sidwell <nathan@codesourcery.com>
337
338 PR g++/4476
339 * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
340
341 2001-10-11 Jason Merrill <jason_merrill@redhat.com>
342
343 * typeck2.c (store_init_value): Don't re-digest a bracketed
344 initializer.
345
346 * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
347 ANON_AGGR_TYPE_P.
348
349 2001-10-11 Richard Henderson <rth@redhat.com>
350
351 * class.c (build_vtable_entry_ref): Create a VTABLE_REF instead
352 of an asm statement.
353 (build_vtbl_ref_1): Split out from build_vtbl_ref.
354 (build_vfn_ref): Use it to handle vtable descriptors before
355 calling build_vtable_entry_ref.
356 * decl2.c (output_vtable_inherit): Use assemble_vtable_inherit.
357
358 2001-10-10 Richard Henderson <rth@redhat.com>
359
360 * parse.y (asm_operand): Allow named operands.
361 * semantics.c (finish_asm_stmt): Tweek for changed location
362 of the operand constrant.
363
364 2001-10-09 Jason Merrill <jason_merrill@redhat.com>
365
366 * call.c (standard_conversion): Add bad conversion between
367 integers and pointers.
368 (convert_like_real): Don't use convert_for_initialization for bad
369 conversions; complain here and use cp_convert.
370 (build_over_call): Don't handle bad conversions specially.
371 (perform_implicit_conversion): Allow bad conversions.
372 (can_convert_arg_bad): New fn.
373 * cp-tree.h: Declare it.
374 * typeck.c (convert_for_assignment): Use it.
375 (ptr_reasonably_similar): Any target type is similar to void.
376
377 2001-10-08 Alexandre Oliva <aoliva@redhat.com>
378
379 * Make-lang.in (CXX_OBJS): Added cp-lang.o.
380 (cp/cp-lang.o): New rule.
381 * cp-tree.h: Declare hooks.
382 * tree.c: Make hooks non-static.
383 (init_tree): Don't initialize hooks here.
384 * lex.c: Likewise. Move definition of lang_hooks to...
385 * cp-lang.c: ... new file.
386
387 2001-10-08 Richard Henderson <rth@redhat.com>
388
389 * cp-tree.h (struct lang_decl_flags): Remove declared_inline.
390 (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
391
392 2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
393
394 * class.c (build_vtable_entry_ref): Const-ify.
395 * decl.c (predefined_identifier,
396 initialize_predefined_identifiers): Likewise.
397 * init.c (build_new_1): Likewise.
398 * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
399 Likewise.
400
401 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
402
403 * optimize.c (struct inline_data): Moved to ../tree-inline.c.
404 (INSNS_PER_STMT): Likewise.
405 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
406 (copy_body, initialize_inlined_parameters): Likewise.
407 (declare_return_variable, inlinable_function_p): Likewise.
408 (expand_call_inline, expand_calls_inline): Likewise.
409 (optimize_inline_calls, clone_body): Likewise.
410 * tree.c (walk_tree): Moved to ../tree-inline.c.
411 (walk_tree_without_duplicates): Likewise.
412 (copy_tree_r, remap_save_expr): Likewise.
413
414 2001-10-04 Alexandre Oliva <aoliva@redhat.com>
415
416 * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.
417 (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise.
418 * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
419 (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h.
420 (flag_inline_trees): Moved declaration to ../tree-inline.h.
421 (walk_tree): Moved declaration to ../tree-inline.h.
422 (walk_tree_without_duplicates, copy_tree_r): Likewise.
423 (remap_save_expr): Likewise.
424 * decl.c: Include tree-inline.h.
425 (lang_mark_tree): Don't mark inlined_fns.
426 * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c.
427 * optimize.c: Include tree-inline.h.
428 (optimize_inline_calls): Move declaration to ../tree.h, as
429 non-static.
430 (remap_decl): Use language-independent constructs and hooks.
431 (remap_block, copy_body_r, declare_return_variable): Likewise.
432 (inlinable_function_p): Likewise. Don't test for
433 DECL_LANG_SPECIFIC before DECL_INLINED_FNS as inlined_fns is
434 no longer language-specific.
435 (optimize_inline_calls): Likewise. Make it non-static. Moved
436 call of dump_function to...
437 (optimize_function): Here...
438 (clone_body): New function, extracted from...
439 (maybe_clone_body): ... here. Build decl_map locally and pass
440 it on to clone_body.
441 * pt.c, semantics.c: Include tree-inline.h.
442 * tree.c: Likewise.
443 (cp_walk_subtrees): New language-specific hook for tree inlining.
444 (cp_cannot_inline_tree_fn, cp_add_pending_fn_decls,
445 cp_is_overload_p, cp_auto_var_in_fn_p,
446 cp_copy_res_decl_for_inlining): Likewise.
447 (walk_tree): Move language-specific constructs into...
448 (cp_walk_subtrees): this new function.
449 (copy_tree_r): Use language-independent constructs and hooks.
450 (init_tree): Initialize tree inlining hooks.
451 (remap_save_expr): Adjust prototype so that the declaration
452 does not require the definition of splay_tree.
453
454 2001-10-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
455
456 * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used
457 to build the declaration instead of the declaration itself.
458
459 2001-10-02 Jason Merrill <jason_merrill@redhat.com>
460
461 * decl2.c (cxx_decode_option): Add 'else'.
462
463 * spew.c (end_input): No longer static.
464 * cp-tree.h: Declare it.
465 * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
466
467 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
468
469 * call.c (build_over_call), typeck.c (build_function_call_real):
470 Pass type attributes to check_function_format rather than name or
471 assembler name. Don't require there to be a name or assembler
472 name to check formats.
473
474 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
475
476 * decl.c (init_decl_processing): Don't call
477 init_function_format_info. Initialize lang_attribute_table
478 earlier.
479 (builtin_function): Call decl_attributes.
480 (insert_default_attributes): New.
481
482 2001-10-01 Jason Merrill <jason_merrill@redhat.com>
483
484 * decl.c (grokdeclarator): Copy array typedef handling from C
485 frontend.
486
487 * decl.c (grokdeclarator): Copy too-large array handling from C
488 frontend.
489
490 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
491
492 * config-lang.in (target_libs): Added target-gperf, so that we
493 don't try to build it if C++ is disabled.
494
495 2001-09-23 Zack Weinberg <zack@codesourcery.com>
496
497 * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
498 (cp/errfn.o): Delete rule.
499 (cp/error.o): Depend on flags.h.
500 * errfn.c: Delete file.
501 * cp-tree.h: Declare warn_deprecated. Remove definitions of
502 TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
503 and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
504 cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
505 internal_error respectively. Make cp_deprecated into a macro.
506 Don't define cp_printer typedef or declare cp_printers.
507 * error.c: Include flags.h.
508 Delete: struct tree_formatting_info, print_function_argument_list,
509 print_declaration, print_expression, print_function_declaration,
510 print_function_parameter, print_type_id, print_cv_qualifier_seq,
511 print_type_specifier_seq, print_simple_type_specifier,
512 print_elaborated_type_specifier, print_rest_of_abstract_declarator,
513 print_parameter_declaration_clause, print_exception_specification,
514 print_nested_name_specifier, and definition of cp_printers.
515 (locate_error): New function.
516 (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
517 rewritten in terms of locate_error and diagnostic.c.
518 (cp_tree_printer): Rename cp_printer; wire up to *_to_string
519 instead of deleted print_* routines. Handle %C, %L, %O, %Q also.
520 (init_error): Adjust to match.
521
522 Sat Sep 22 09:15:31 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
523
524 * Make-lang.in (CXX_C_OBJS): Add attribs.o.
525
526 2001-09-21 Richard Henderson <rth@redhat.com>
527
528 * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
529 (build_vtbl_initializer): Likewise.
530 (build_vfn_ref): New.
531 * cp-tree.h: Declare it.
532 * call.c (build_over_call): Use it.
533 * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
534 * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
535
536 Fri Sep 21 08:16:19 2001 J"orn Rennecke <amylaar@redhat.com>
537
538 * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
539
540 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
541
542 Table-driven attributes.
543 * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
544 * decl2.c (cplus_decl_attributes): Only take one attributes
545 parameter.
546 * cp-tree.c (cplus_decl_attributes): Update prototype.
547 * class.c (finish_struct), decl.c (start_decl, start_function),
548 decl2.c (grokfield), friend.c (do_friend), parse.y
549 (parse_bitfield): Update calls to cplus_decl_attributes.
550 * decl.c (grokdeclarator): Take a pointer to a single ordinary
551 attribute list.
552 * decl.h (grokdeclarator): Update prototype.
553 * decl2.c (grokfield): Take a single ordinary attribute list.
554 * friend.c (do_friend): Likewise.
555 * decl.c (shadow_tag, groktypename, start_decl,
556 start_handler_parms, grokdeclarator, grokparms, start_function,
557 start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
558 parse.y (parse_field, parse_bitfield, component_decl_1), pt.c
559 (process_template_parm, do_decl_instantiation): Pass single
560 ordinary attribute lists around.
561 * decl.c (grokdeclarator): Correct handling of nested attributes.
562 Revert the patch
563 1998-10-18 Jason Merrill <jason@yorick.cygnus.com>
564 * decl.c (grokdeclarator): Embedded attrs bind to the right,
565 not the left.
566 .
567 * cp-tree.h (cp_valid_lang_attribute): Remove declaration
568 (cp_attribute_table): Declare.
569 * decl.c (valid_lang_attribute): Don't define.
570 (lang_attribute_table): Define.
571 (init_decl_processing): Initialize lang_attribute_table instead of
572 valid_lang_attribute.
573 * tree.c (cp_valid_lang_attribute): Remove.
574 (handle_java_interface_attribute, handle_com_interface_attribute,
575 handle_init_priority_attribute): New functions.
576 (cp_attribute_table): New array.
577 * decl2.c (import_export_class): Don't use
578 targetm.valid_type_attribute.
579
580 2001-09-15 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
581
582 * Make-lang.in (cp/error.o): Depend on real.h
583 * error.c: #include "real.h"
584
585 2001-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
586
587 * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
588 xmalloc/strcpy/strcat.
589
590 2001-09-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
591
592 * decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
593 Const-ification.
594 * pt.c (tsubst_decl): Likewise.
595
596 2001-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
597
598 * decl2.c (lang_f_options): Const-ification.
599 * lex.c (cplus_tree_code_name): Likewise.
600 * spew.c (yyerror): Likewise.
601
602 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
603
604 PR c++/3986
605 * class.c (force_canonical_binfo_r): Check & move an indirect
606 primary base first.
607 (force_canonical_binfo): Check that it's not already
608 canonical.
609 (mark_primary_virtual_base): Remove BINFO parameter.
610 (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
611
612 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
613
614 Remove TYPE_NONCOPIED_PARTS.
615 * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
616 CLASSTYPE_PURE_VIRTUALS.
617 (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
618 * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
619 (layout_class_type): Don't call fixup_inline_methods here ...
620 (finish_struct_1): ... call it here.
621
622 2001-09-04 Mark Mitchell <mark@codesourcery.com>
623
624 * decl.c (duplicate_decls): Remove code deadling with
625 DECL_SAVED_INSNS.
626 * decl2.c (finish_file): Likewise.
627 * pt.c (instantiate_decl): Likewise.
628 * semantics.c (expand_body): Don't defer local functions if
629 they wouldn't be deferred for some other reason. Don't
630 generate RTL for functions that will not be emitted.
631 (genrtl_start_function): Remove code deadling with
632 DECL_SAVED_INSNS.
633 (genrtl_finish_function): Likewise.
634
635 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
636
637 PR c++/4203
638 * call.c (build_over_call): Do not optimize any empty base
639 construction.
640
641 2001-08-31 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
642
643 * error.c (dump_template_decl): Output template parameters
644 together with their specifiers.
645 Output `class' prefix for template template parameter.
646 (dump_decl): Fix formatting.
647
648 2001-08-30 Kurt Garloff <garloff@suse.de>
649
650 * optimize.c (inlinable_function_p): Allow only smaller single
651 functions. Halve inline limit after reaching recursive limit.
652
653 2001-08-30 Joern Rennecke <amylaar@redhat.com>
654 Jason Merrill <jason_merrill@redhat.com>
655
656 * class.c (build_vtable_entry_ref): Subtract in char*, not
657 ptrdiff_t.
658
659 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
660
661 * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
662 (build_cplus_array_type): Use cp_build_qualified_type, not
663 TYPE_MAIN_VARIANT, to get an unqualified version.
664
665 * decl2.c (grok_alignof): Lose.
666 (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
667 * typeck.c (c_alignof): Lose.
668 * semantics.c (finish_sizeof, finish_alignof): New.
669 * parse.y: Use them.
670 * cp-tree.h: Declare them.
671
672 2001-08-22 Jason Merrill <jason_merrill@redhat.com>
673
674 * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
675 Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
676 * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
677
678 2001-08-19 Jakub Jelinek <jakub@redhat.com>
679
680 * typeck2.c (add_exception_specifier): Only require complete type if
681 not in processing template declaration.
682
683 2001-08-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
684
685 * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
686 GNU_xref_start_scope and GNU_xref_end_scope.
687
688 * tree.c (TYPE_HASH): Moved to ../tree.h.
689
690 2001-08-16 Mark Mitchell <mark@codesourcery.com>
691
692 * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
693 on COMPOUND_EXPRs.
694
695 2001-08-14 Richard Henderson <rth@redhat.com>
696
697 * class.c, cp-tree.h (build_vfn_ref): Remove.
698 * call.c, rtti.c: Replace all refernces with build_vtbl_ref.
699
700 2001-08-13 Mark Mitchell <mark@codesourcery.com>
701
702 * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
703 empty class assignment as having side-effects to avoid
704 spurious warnings.
705
706 2001-08-13 Zack Weinberg <zackw@panix.com>
707
708 * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
709 * except.c: Include libfuncs.h.
710
711 2001-08-11 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
712
713 * decl.c (grokdeclarator): Clarify diagnostic message.
714
715 2001-08-13 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
716
717 * decl2.c (do_nonmember_using_decl): Replace using directive
718 with using declaration in the error message.
719
720 2001-08-11 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
721
722 * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the
723 criterion to avoid rebuilding expression tree instead of
724 processing_template_decl.
725
726 2001-08-07 Jason Merrill <jason_merrill@redhat.com>
727
728 Support named return value optimization for inlines, too.
729 * decl.c (finish_function): Nullify returns here.
730 * semantics.c (genrtl_start_function): Not here.
731 (cp_expand_stmt): Don't mess with CLEANUP_STMTs.
732 (nullify_returns_r): No longer static. Just clear RETURN_EXPR.
733 Also nullify the CLEANUP_STMT for the nrv.
734 * cp-tree.h: Declare it.
735 * optimize.c (declare_return_variable): Replace the nrv with the
736 return variable.
737 * typeck.c (check_return_expr): Be more flexible on alignment check.
738 Ignore cv-quals when checking for a matching type.
739
740 2001-08-09 Richard Henderson <rth@redhat.com>
741
742 * decl2.c (finish_objects): Use target hooks instead of
743 assemble_constructor and assemble_destructor.
744
745 2001-08-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
746
747 * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
748
749 2001-08-07 Nathan Sidwell <nathan@codesourcery.com>
750
751 PR c++/3820
752 Stop using TYPE_NONCOPIED_PARTS.
753 * call.c (build_over_call): Be careful when copy constructing
754 or assigning to an empty class.
755 * class.c (check_bases_and_members): It has a
756 COMPLEX_ASSIGN_REF if it has a vptr.
757 (layout_class_type): Don't add empty class padding to
758 TYPE_NONCOPIED_PARTS.
759 (finish_struct_1): Don't add the VFIELD either.
760 * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): Mention _copy_
761 initialization.
762
763 2001-08-07 Jason Merrill <jason_merrill@redhat.com>
764
765 * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
766
767 2001-08-06 Richard Henderson <rth@redhat.com>
768
769 * decl2.c (finish_objects): Pass a symbol_ref and priority to
770 assemble_{constructor,destructor}. Remove priority handling.
771
772 2001-08-05 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
773
774 Don't allow template-id in using-declaration.
775 * decl2.c (validate_nonmember_using_decl): Handle template-ids.
776 (do_class_using_decl): Likewise.
777
778 2001-08-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
779
780 * cp/spew.c (read_token): No need to pop buffers.
781
782 2001-08-02 Stan Shebs <shebs@apple.com>
783
784 * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
785 (fnaddr_from_vtable_entry): Remove decl.
786 * method.c (use_thunk): Update comment.
787
788 2001-08-01 Andrew Cagney <ac131313@redhat.com>
789
790 * repo.c (get_base_filename): Change return value to const char
791 pointer.
792
793 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
794
795 Kill -fhonor-std.
796 * NEWS: Document.
797 * cp-tree.h (flag_honor_std): Remove.
798 (CPTI_FAKE_STD): Remove.
799 (std_node): Remove comment about it being NULL.
800 (fake_std_node): Remove.
801 * decl.c (in_fake_std): Remove.
802 (walk_namespaces_r): Remove fake_std_node check.
803 (push_namespace): Remove in_fake_std code.
804 (pop_namespace): Likewise.
805 (lookup_name_real): Remove fake_std_node check.
806 (init_decl_processing): Always create std_node. Always add
807 std:: things there.
808 (builtin_function): Always put non '_' fns in std.
809 * decl2.c (flag_honor_std): Remove.
810 (lang_f_options): Remove honor-std.
811 (unsupported_options): Add honor-std.
812 (set_decl_namespace): Remove fake_std_node check.
813 (validate_nonmember_using_decl): Likewise.
814 (do_using_directive): Likewise.
815 (handle_class_head): Likewise.
816 * dump.c (cp_dump_tree): Likewise.
817 * except.c (init_exception_processing): Adjust.
818 * init.c (build_member_call): Remove fake_std_node check.
819 (build_offset_ref): Likewise.
820 * lang-options.h: Remove -fhonor-std, -fno-honor-std.
821 * rtti.c (init_rtti_processing): Adjust.
822
823 2001-07-31 Alexandre Petit-Bianco <apbianco@redhat.com>
824
825 * tree.c (cp_tree_equal): WITH_CLEANUP_EXPR node to use its second
826 operand while calling cp_tree_equal.
827
828 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
829
830 The 3.0 ABI no longer has vbase pointer fields.
831 * cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
832 FORMAT_VBASE_NAME): Remove.
833 * method.c (do_build_copy_constructor): Adjust.
834 (do_build_assign_ref): Adjust.
835 * search.c (lookup_field_r): Adjust.
836 * typeck.c (build_component_ref): Adjust.
837
838 The 3.0 ABI always has a vtable pointer at the start of every
839 polymorphic class.
840 * rtti.c (build_headof_sub): Remove.
841 (build_headof): Adjust.
842 (get_tinfo_decl_dynamic): No need to check flag_rtti
843 here. Adjust.
844 (create_real_tinfo_var): Explain why we need a hidden name.
845
846 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
847
848 PR c++/3631
849 * class.c (update_vtable_entry_for_fn): The fixed adjustment
850 of a virtual thunk should be from declaring base.
851
852 2001-07-31 Nathan Sidwell <nathan@codesourcery.com>
853
854 * class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
855 the shared virtual base, so preserving inheritance graph order.
856
857 2001-07-30 Andreas Jaeger <aj@suse.de>
858
859 * decl2.c: Remove unused var global_temp_name_counter.
860
861 2001-07-28 Richard Henderson <rth@redhat.com>
862
863 * method.c (pending_inlines): Remove.
864
865 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
866
867 * class.c (mark_primary_virtual_base): Don't adjust base
868 offsets here.
869 (dfs_unshared_virtual_bases): Adjust them here.
870 (mark_primary_bases): Explain why we adjust at the end.
871
872 2001-07-27 Nathan Sidwell <nathan@codesourcery.com>
873
874 * class.c (finish_struct_1): When copying the primary base's
875 VFIELD, make sure we find it is at offset zero.
876
877 2001-07-26 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
878
879 * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
880 tsubst_expr for default template arguments.
881
882 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
883
884 PR c++/3621
885 * spew.c (yylex): Only copy the token's lineno, if it is
886 non-zero.
887
888 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
889
890 PR c++/3624
891 * call.c (resolve_args): Simplify, call
892 convert_from_reference.
893 (build_new_op): Resolve and convert from reference ARG1
894 earlier. Adjust ARG2 & ARG3 resolve and conversion.
895
896 2001-07-26 Nathan Sidwell <nathan@codesourcery.com>
897
898 * decl.c (last_function_parm_tags): Remove.
899 (current_function_parm_tags): Remove.
900 (init_decl_processing): Adjust.
901 (start_function): Adjust.
902 (store_parm_decls): Adjust.
903
904 PR c++/3152
905 * decl.c (grokdeclarator): Detect when a function typedef is
906 declaring a function, and create last_function_parms correctly.
907
908 2001-07-25 Jason Merrill <jason_merrill@redhat.com>
909
910 * call.c (joust): Only prefer a non-builtin candidate to a builtin
911 one if they have the same signature.
912
913 * cvt.c (build_up_reference): Take DECL parm. Check TREE_STATIC on
914 it rather than toplevel_bindings_p. Give it a mangled name if static.
915 (convert_to_reference): Adjust.
916 * decl2.c (get_temp_name): Lose.
917 * mangle.c (mangle_ref_init_variable): New fn.
918 (mangle_guard_variable): Strip the ref-init header.
919 * cp-tree.h: Adjust.
920 * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
921 initializer.
922 (grok_reference_init): Always use DECL_INITIAL.
923
924 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
925
926 PR c++/3416
927 * call.c (build_conditional_expr): Recheck args after
928 conversions.
929 * cp-tree.h (build_conditional_expr): Move to correct file.
930 * typeck.c (decay_conversion): Diagnose any unknown types
931 reaching here.
932 (build_binary_op): Don't do initial decay or default
933 conversions on overloaded functions.
934 (build_static_cast): Don't do a decay conversion here.
935
936 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
937
938 PR c++/3543
939 * typeck.c (condition_conversion): Resolve an OFFSET_REF.
940 * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
941
942 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
943
944 * class.c (build_vtbl_or_vbase_field): Remove, move into ...
945 (create_vtbl_ptr): ... here.
946
947 2001-07-25 Nathan Sidwell <nathan@codesourcery.com>
948
949 * class.c (build_vbase_offset_vbtl_entries): Look for
950 non-primary base of which we are a sub vtable.
951
952 2001-07-24 Phil Edwards <pme@sources.redhat.com>
953
954 * semantics.c (finish_this_expr): Remove unused code.
955
956 2001-07-24 Nathan Sidwell <nathan@codesourcery.com>
957
958 Simplify rtti, now we've only one ABI.
959 * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
960 CPTI_TINFO_VAR_ID.
961 (tinfo_decl_id, tinfo_var_id): Remove.
962 (get_typeid_1): Remove.
963 * rtti.c
964 (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
965 (typeid_ok_p): New function.
966 (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
967 (get_tinfo_decl): Remove old abi documentation.
968 (tinfo_from_decl): Remove.
969 (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
970 (get_typeid_1): Remove.
971 (get_base_offset): Remove.
972 (synthesize_tinfo_var): Absorb get_base_offset.
973 (create_real_tinfo_var): Don't use tinfo_decl_id.
974
975 2001-07-23 Graham Stott <grahams@redhat.com>
976
977 * cp/class.c (type_requires_array_cookie): Fix use of uninitialised
978 variable has_two_argument_delete_p.
979
980 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
981
982 Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
983 * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
984 (CPTI_INDEX_IDENTIFIER): Remove.
985 (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
986 (delta2_identifier): Remove.
987 (index_identifier): Remove.
988 (pfn_or_delta2_identifier): Remove.
989 (flag_vtable_thunks): Remove.
990 (VTABLE_DELTA2_NAME): Remove.
991 (VTABLE_INDEX_NAME): Remove.
992 (FNADDR_FROM_VTABLE_ENTRY): Adjust.
993 (vfunc_ptr_type_node): Adjust.
994 (VTABLE_NAME_PREFIX): Adjust.
995 (build_vfn_ref): Lose first parameter.
996 (fixup_all_virtual_upcast_offsets): Remove.
997 * decl.c (initialize_predefined_identifiers): Remove
998 delta2_identifier, index_identifier, pfn_or_delta2_identifier.
999 (init_decl_processing): Remove no-vtable-thunk code.
1000 * decl2.c (flag_vtable_thunks): Remove.
1001 (mark_vtable_entries): Remove no-vtable-thunk code.
1002 * error.c (dump_decl): Remove no-vtable-thunk code.
1003 (dump_expr): Adjust ptr to member function code.
1004 * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
1005 code.
1006 * rtti.c (build_headof): Remove no-vtable-thunk code.
1007 (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
1008 * search.c (get_base_distance): Remove expand_upcast_fixups case.
1009 (virtual_context) Remove.
1010 (expand_upcast_fixups): Remove.
1011 (fixup_virtual_upcast_offsets): Remove.
1012 (fixup_all_virtual_upcast_offsets): Remove.
1013 * typeck.c (get_member_function_from_ptrfunc): Remove
1014 no-vtable-thunk code.
1015 * call.c (build_over_call): Adjust call to build_vfn_ref.
1016 * class.c (build_vfn_ref): Lose first parameter. Remove
1017 no-vtable-thunk code.
1018 (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
1019 (build_vtable_entry): Remove no-vtable-thunk code.
1020
1021 2001-07-20 Nathan Sidwell <nathan@codesourcery.com>
1022
1023 Remove old-abi remnants. Remove comments about old abi
1024 behaviour. Remove refences to 'new-abi' in comments.
1025 * cp-tree.h: Adjust comments.
1026 (vbase_offsets_in_vtable_p): Delete.
1027 (vcall_offsets_in_vtable_p): Delete.
1028 (vptrs_present_everywhere_p): Delete.
1029 (all_overridden_vfuns_in_vtables_p): Delete.
1030 (merge_primary_and_secondary_vtables_p): Delete.
1031 (TYPE_CONTAINS_VPTR_P): Adjust.
1032 (VTT_NAME_PREFIX): Remove.
1033 (CTOR_VTBL_NAME_PREFIX): Remove.
1034 (init_vbase_pointers): Remove.
1035 * class.c: Adjust coments.
1036 (build_vbase_pointer_fields): Delete.
1037 (build_vbase_pointer): Remove old-abi code.
1038 (build_secondary_vtable): Likewise.
1039 (modify_all_vtables): Likewise.
1040 (create_vtable_ptr): Likewise.
1041 (layout_class_type): Likewise.
1042 (finish_struct_1): Likewise.
1043 (finish_vtbls): Likewise.
1044 (dfs_finish_vtbls): Delete.
1045 (build_vbase_offset_vtbl_entries): Remove old-abi code.
1046 * cvt.c: Adjust comments.
1047 * decl.c: Adjust comments.
1048 * decl2.c: Adjust comments.
1049 * init.c: Adjust comments.
1050 (construct_virtual_bases): Remove old-abi code.
1051 * lang-specs.h: Remove -fno-new-abi.
1052 * mangle.c: Adjust comments.
1053 * rtti.c: Adjust comments.
1054 (get_base_offset): Remove old-abi-code.
1055 * search.c: Adjust comments.
1056 (dfs_init_vbase_pointers): Remove.
1057 (dfs_vtable_path_unmark): Remove.
1058 (init_vbase_pointers): Remove.
1059 * semantics.c: Adjust comments.
1060 (emit_associated_thunks): Remove old-abi code.
1061 * typeck.c: Adjust comments.
1062
1063 2001-07-20 Daniel Berlin <dan@cgsoftware.com>
1064
1065 * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
1066 params.h.
1067
1068 2001-07-19 Mark Mitchell <mark@codesourcery.com>
1069
1070 * class.c (finish_struct_anon): Forbid nested classes.
1071
1072 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
1073
1074 * decl2.c: Don't include dwarfout.h and dwarf2out.h.
1075 * optimize.c: Include debug.h.
1076 (maybe_clone_body): Use debug hook.
1077 * semantics.c: Include debug.h.
1078 (expand_body): Use debug hook.
1079
1080 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
1081
1082 * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
1083
1084 2001-07-18 Mark Mitchell <mark@codesourcery.com>
1085
1086 * class.c (type_requires_array_cookie): New function.
1087 (check_methods): Don't try to figure out whether the type needs a
1088 cookie here.
1089 (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
1090 * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
1091 (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
1092 * pt.c (instantiate_class_template): Don't set
1093 TYPE_VEC_DELETE_TAKES_SIZE.
1094 * NEWS: Document ABI changes from GCC 3.0.
1095
1096 2001-07-18 Xavier Delacour <xavier@fmaudio.net>,
1097 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1098
1099 * NEWS (Changes in GCC 3.0): Fix typo.
1100
1101 2001-07-13 Joseph S. Myers <jsm28@cam.ac.uk>
1102
1103 * decl2.c (cplus_decl_attributes): Take a pointer to the node to
1104 which attributes are to be attached, and a flags argument. Update
1105 call to decl_attributes.
1106 (grokfield): Update call to decl_attributes.
1107 * class.c (finish_struct): Update call to cplus_decl_attributes.
1108 * cp-tree.h (cplus_decl_attributes): Update prototype.
1109 * decl.c (start_decl, grokdeclarator, start_function): Update
1110 calls to decl_attributes and cplus_decl_attributes.
1111 * friend.c (do_friend): Update call to cplus_decl_attributes.
1112 * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
1113
1114 2001-07-12 Mark Mitchell <mark@codesourcery.com>
1115
1116 * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
1117 for `register' variables with an asm-specification.
1118
1119 2001-07-11 Mark Mitchell <mark@codesourcery.com>
1120
1121 * semantics.c (finish_asm_stmt): Mark the output operands
1122 to an asm addressable, if necessary.
1123
1124 2001-07-11 Ben Elliston <bje@redhat.com>
1125
1126 * Revert this change -- there is a subtle bug.
1127
1128 PR c++/80
1129 * decl.c (finish_enum): New "attributes" argument; pass it to
1130 cplus_decl_attributes. Use a narrower type if the enum is packed.
1131 * cp-tree.h (finish_enum): Adjust prototype.
1132 * parse.y (enum_head): New non-terminal.
1133 (structsp): Use it. Enums now may be preceded or followed by
1134 optional attributes -- pass their chained tree to finish_enum().
1135 * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
1136
1137 2001-07-10 Mark Mitchell <mark@codesourcery.com>
1138
1139 * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
1140 variables.
1141
1142 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
1143
1144 * semantics.c (cp_expand_stmt): Fix for null
1145 current_function_return_value.
1146
1147 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
1148
1149 * call.c (build_op_delete_call): Initialize fn.
1150 (convert_like_real): Delete conditional.
1151 (joust): Initialize *w and *l.
1152 * class.c: Add prototype for binfo_ctor_vtable.
1153 (get_primary_binfo): Initialize result.
1154 * init.c (build_java_class_ref): Initialize name.
1155
1156 2001-07-09 Erik Rozendaal <dlr@acm.org>
1157
1158 * typeck.c (unary_complex_lvalue): Do not duplicate the
1159 argument to modify, pre-, or post-increment when used as an
1160 lvalue and when the argument has side-effects.
1161
1162 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
1163
1164 * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
1165 (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES. Call
1166 cplus_decl_attributes even if attrs is NULL.
1167 * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
1168
1169 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
1170
1171 * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
1172 calls to decl_attributes.
1173
1174 2001-07-06 Ira Ruben <ira@apple.com>
1175
1176 * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
1177 be DECL_TEMPLATE_RESULT.
1178
1179 2001-07-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1180
1181 * cp-tree.h (copy_template_template_parm): Rename to ...
1182 (bind_template_template_parm): ... here.
1183 * tree.c (copy_template_template_parm): Rename to ...
1184 (bind_template_template_parm): ... here. Remove the case when
1185 NEWARGS is NULL_TREE.
1186 (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
1187 BOUND_TEMPLATE_TEMPLATE_PARM.
1188 * pt.c (lookup_template_class): Adjust.
1189
1190 2001-07-05 Jason Merrill <jason_merrill@redhat.com>
1191
1192 * cvt.c (convert_lvalue): New fn.
1193 * cp-tree.h: Declare it.
1194 * method.c (do_build_assign_ref): Use it.
1195 (do_build_copy_constructor): Convert parm to base types
1196 before calling base constructors.
1197
1198 * typeck.c (check_return_expr): Check DECL_ALIGN instead of
1199 DECL_USER_ALIGN. Check flag_elide_constructors instead of
1200 optimize.
1201 * semantics.c (cp_expand_stmt): Don't destroy the named return value.
1202
1203 2001-07-02 Nathan Sidwell <nathan@codesourcery.com>
1204
1205 * optimize.c (optimize_inline_calls): New function, broken out
1206 of ...
1207 (optimize_function): ... here. Call it. Don't inline if it is
1208 a thunk.
1209 (dump_function): Print name of dump flag causing this dump.
1210 * semantics.c (expand_body): Move thunk inline check to
1211 optimize_function.
1212
1213 2001-06-29 Joseph S. Myers <jsm28@cam.ac.uk>
1214
1215 * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
1216 (comptypes): Use target.comp_type_attributes.
1217
1218 2001-06-29 Nathan Sidwell <nathan@codesourcery.com>
1219
1220 * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
1221
1222 2001-06-28 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1223
1224 * error.c (lang_print_error_function): Add a `diagnostic_context *'
1225 parameter. Tweak.
1226
1227 2001-06-27 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1228
1229 * decl2.c (import_export_class): Update.
1230
1231 2001-06-26 Gabriel Dos Reis <gdr@codesourcery.com>
1232
1233 * error.c (init_error): Adjust settings.
1234
1235 2001-06-26 Gabriel Dos Reis <gdr@codesourcery.com>
1236
1237 * error.c (init_error): Adjust settings.
1238
1239 2001-06-19 Richard Sandiford <rsandifo@redhat.com>
1240
1241 * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
1242 return pointers to data members by reference rather than by value.
1243
1244 2001-06-18 Jason Merrill <jason_merrill@redhat.com>
1245
1246 Implement the Named Return Value optimization.
1247 * cp-tree.h (struct cp_language_function): Add x_return_value.
1248 (current_function_return_value): Now a macro.
1249 * decl.c: Don't define it.
1250 (define_label, finish_case_label): Don't clear it.
1251 (init_decl_processing): Don't register it with GC.
1252 * semantics.c (genrtl_finish_function): Don't check it for
1253 no_return_label. Copy the RTL from the return value to
1254 current_function_return_value and walk, calling...
1255 (nullify_returns_r): ...this new fn.
1256 * typeck.c (check_return_expr): Set current_function_return_value.
1257
1258 2001-06-15 Jason Merrill <jason_merrill@redhat.com>
1259
1260 * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
1261 sharing a ctor vtable with. Merge code for cases 1 and 2.
1262 (binfo_ctor_vtable): New fn.
1263 (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
1264
1265 2001-06-14 Jason Merrill <jason_merrill@redhat.com>
1266
1267 * class.c (dfs_find_final_overrider): Fix logic.
1268
1269 * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
1270 virtual thunk instead of non-virtual.
1271 (get_matching_virtual): Uncomment.
1272
1273 * pt.c (unify): Don't recurse between the POINTER_TYPE and the
1274 OFFSET_TYPE. If we're adding cv-quals, the extra ones would be on
1275 PARM, not ARG.
1276
1277 2001-06-14 Nathan Sidwell <nathan@codesourcery.com>
1278
1279 * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
1280 we've not emerged from the hierarchy of RTTI_BINFO on reaching
1281 a non-virtual base.
1282
1283 2001-06-13 Mark Mitchell <mark@codesourcery.com>
1284
1285 * NEWS: Update release number.
1286
1287 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
1288
1289 PR c++/3130, c++/3131, c++/3132
1290 * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
1291 * class.c (force_canonical_binfo_r): Move
1292 BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
1293 virtual bases unless they're primary and what they're primary
1294 too has been moved.
1295 (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
1296 with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
1297 BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
1298 derived binfo.
1299 (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
1300 (layout_nonempty_base_or_field): Add most derived type
1301 parameter. Adjust.
1302 (layout_empty_base): Likewise.
1303 (build_base_field): Likewise.
1304 (build_base_fields): Likewise.
1305 (propagate_binfo_offsets): Add most derived type
1306 parameter. Skip non canonical virtual bases too.
1307 (dfs_set_offset_for_unshared_vbases): Don't skip primary
1308 bases. Do skip canonical bases.
1309 (layout_virtual_bases): Adjust.
1310 (layout_class_type): Adjust.
1311 (dfs_get_primary_binfo): Build list of virtual primary base
1312 candidates.
1313 (get_primary_binfo): Check that the shared virtual primary
1314 base candidate was found first.
1315 (accumulate_vtbl_inits): Don't do anything for non-vptr
1316 containing binfos. For case 1 primary virtual bases, keep
1317 checking that we've not emerged from the hierarchy of RTTI_BINFO.
1318
1319 2001-06-12 Nathan Sidwell <nathan@codesourcery.com>
1320
1321 PR c++/3089
1322 * class.c (dfs_accumulate_vtbl_inits): Always walk down the
1323 hierarchy looking for primary bases for a ctor
1324 vtable. Recursively call oneself, if we meet our primary via
1325 this route and haven't met it yet via inheritance graph order.
1326
1327 2001-06-11 Mark Mitchell <mark@codesourcery.com>
1328
1329 * lang-options.h: Emit documentation for -fno-honor-std, not
1330 -fhonor-std.
1331
1332 2001-06-10 Alexandre Oliva <aoliva@redhat.com>
1333
1334 * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
1335 Don't clobber delta.
1336 (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
1337
1338 2001-06-10 Mark Mitchell <mark@codesourcery.com>
1339 Gabriel Dos Reis <gdr@codesourcery.com>
1340
1341 * Make-lang.in (cp/call.o): Depend on diagnostic.h
1342 (cp/typeck.o): Depend on diagnostic.h
1343 (cp/typeck2.o): Depend on diagnostic.h
1344 (cp/repo.o): Depend on dignostic.h
1345 * typeck.c: #include diagnostic.h
1346 (convert_for_initialization): Remove extern declaration for
1347 warningcount and errorcount.
1348
1349 * call.c: #include diagnostic.h
1350 (convert_like_real): Remove extern declaration for warnincount and
1351 errorcount.
1352
1353 * repo.c: #include diagnostic.h
1354 * typeck2.c: #include diagnostic.h
1355
1356 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
1357
1358 * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
1359 in previous change.
1360
1361 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
1362
1363 PR c++/2929
1364 * friend.c (do_friend): Use push_decl_namespace for classes at
1365 namespace scope.
1366
1367 2001-06-08 Nathan Sidwell <nathan@codesourcery.com>
1368 Jason Merrill <jason_merrill@redhat.com>
1369
1370 PR c++/3061
1371 * class.c (build_secondary_vtable): Use assert, rather than an error
1372 message.
1373 (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
1374 (dfs_accumulate_vtbl_inits): A lost primary virtual base may
1375 be between ORIG_BINFO and RTTI_BINFO, but neither of them.
1376 Don't set BINFO_VTABLE for a primary virtual base.
1377
1378 2001-06-07 Mark Mitchell <mark@codesourcery.com>
1379
1380 * decl.c (duplicate_decls): Update source position information
1381 when a template function is defined.
1382
1383 2001-06-07 Phil Edwards <pme@sources.redhat.com>
1384
1385 * lang-specs.h: Move -D_GNU_SOURCE to config/linux.h.
1386
1387 2001-06-07 Nathan Sidwell <nathan@codesourcery.com>
1388
1389 PR c++/2914
1390 * decl.c (pushtag): Don't push into a complete type's scope.
1391
1392 2001-06-06 Jason Merrill <jason_merrill@redhat.com>
1393
1394 * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
1395 (struct lang_decl_flags): Lose generate_with_vtable_p.
1396 (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
1397 * class.c (copy_virtuals): Adjust.
1398 * decl2.c (mark_vtable_entries): Adjust.
1399 * method.c (make_thunk, build_vtable_entry): Adjust.
1400 * class.c (update_vtable_entry_for_fn): Only look as far as the
1401 first defining class.
1402 (build_vtbl_initializer): Put nothing in the slot for a function only
1403 defined in a lost primary virtual base.
1404 (add_vcall_offset_vtbl_entries_1): Use the same code for
1405 the lost primary case and the normal case.
1406 (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
1407 (get_vfield_offset, get_derived_offset): Lose.
1408 (dfs_find_final_overrider): Use look_for_overrides_here.
1409 (get_matching_virtual): New fn.
1410 * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
1411 not BV_VCALL_INDEX.
1412 * search.c (look_for_overrides_here): Split out from...
1413 (look_for_overrides_r): Here.
1414
1415 * class.c (find_final_overrider): Return error_mark_node on error.
1416
1417 * decl2.c (key_method): #if 0 accidental change.
1418
1419 2001-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1420
1421 * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
1422 (build_over_call): Likewise.
1423 * decl.c (grokparms): Likewise.
1424 * pt.c (tsubst_decl): Likewise.
1425 * typeck.c (convert_arguments): Likewise.
1426
1427 2001-06-05 Mark Mitchell <mark@codesourcery.com>
1428
1429 * semantics.c (begin_class_definition): Robustify.
1430
1431 * pt.c (instantiate_decl): Tell the repository code about the
1432 clones, not the cloned functions.
1433 * repo.c (repo_template_used): Explicitly instantiate the cloned
1434 function, not the clones.
1435
1436 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
1437
1438 * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
1439 ICS_BAD_FLAG on created conversion.
1440 (compare_ics): Break out rank.
1441
1442 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
1443
1444 * decl.c (xref_tag): Remove extraneous %s on dependent name
1445 lookup warning.
1446
1447 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
1448
1449 * class.c (layout_vtable_decl): Fix off by one error on
1450 build_index_type.
1451 (build_vtt): Likewise.
1452 (build_ctor_vtbl_group): Likewise.
1453
1454 2001-06-05 Nathan Sidwell <nathan@codesourcery.com>
1455
1456 * class.c (maybe_indent_hierarchy): New function.
1457 (dump_class_hierarchy_r): Add flags. Dump extra binfo
1458 information, if enabled. Use maybe_indent_hierarchy. Adjust
1459 output format.
1460 (dump_class_hierarchy): Adjust prototype. Adjust output format.
1461 (dump_array, dump_vtable, dump_vtt): New functions.
1462 (finish_struct_1): Adjust hierarchy dumping.
1463 (initialize_vtable): Call dump_vtable.
1464 (build_vtt): Call dump_vtt.
1465 (build_ctor_vtbl_group): Call dump_vtable.
1466 * decl2.c (flag_dump_class_layout): Remove.
1467 (cxx_decode_option): Remove dump translation unit
1468 and dump class hierarchy check. Call dump_switch_p.
1469 (finish_file): Adjust dumping.
1470 (dump.c): Only dump base classes if not TDF_SLIM.
1471 Only dump namespace members if not TDF_SLIM.
1472 * optimize.c (dump_function): New function.
1473 (optimize_function): Call dump_function.
1474 * semantics.c (expand_body): Use dump_enabled_p.
1475
1476 2001-06-01 Nathan Sidwell <nathan@codesourcery.com>
1477
1478 PR g++/2936
1479 Part missed from first commit
1480 * decl2.c (finish_anon_union): Copy context.
1481
1482 2001-05-30 Nathan Sidwell <nathan@codesourcery.com>
1483
1484 PR g++/2936
1485 * optimize.c (remap_decl): Remap anonymous aggregate members too.
1486
1487 2001-05-26 Nathan Sidwell <nathan@codesourcery.com>
1488
1489 PR g++/2823
1490 * semantics.c (expand_body): Don't optimize thunks.
1491
1492 2001-05-25 Sam TH <sam@uchicago.edu>
1493
1494 * cp-tree.h lex.h: Fix header include guards.
1495
1496 2001-05-25 Mark Mitchell <mark@codesourcery.com>
1497
1498 * decl.c (init_decl_processing): Tweak.
1499
1500 2001-05-24 Mark Mitchell <mark@codesourcery.com>
1501
1502 * decl.c (duplicate_decls): Tidy.
1503 (init_decl_processing): Always set flag_no_builtin.
1504
1505 2001-05-24 Nathan Sidwell <nathan@codesourcery.com>
1506
1507 PR c++/2184
1508 * decl2.c (do_local_using_decl): Push the decls, even in a
1509 template.
1510
1511 2001-05-22 Mark Mitchell <mark@codesourcery.com>
1512
1513 * optimize.c (initialize_inlined_parameters): Don't set
1514 TREE_READONLY for a VAR_DECL taking the place of an inlined
1515 PARM_DECL.
1516
1517 2001-05-22 Jason Merrill <jason_merrill@redhat.com>
1518
1519 * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
1520 * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
1521 attribute.
1522
1523 2001-05-22 Joseph S. Myers <jsm28@cam.ac.uk>
1524
1525 * parse.y: Refer to compound literals as such, not as
1526 constructor-expressions.
1527
1528 2001-05-21 Mark Mitchell <mark@codesourcery.com>
1529
1530 * call.c (build_op_delete_call): Ignore exception-specifications
1531 when looking for matching delete operators.
1532 * init.c (build_new_1): Compute whether or not the allocation
1533 function used is a placement allocation function or not, and
1534 communicate this information to build_op_delete_call.
1535
1536 2001-05-21 Jason Merrill <jason_merrill@redhat.com>
1537
1538 * class.c (build_vtable_entry_ref): Lose vtbl parm. Fix for new abi.
1539 (build_vtbl_ref): Adjust.
1540 (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
1541 * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
1542 Re-add vtable-gc.
1543 (unsupported_options): Correspondingly.
1544
1545 * decl2.c (maybe_make_one_only): Check flag_weak, not
1546 supports_one_only().
1547
1548 * cp-tree.def (START_CATCH_STMT): Lose.
1549 * dump.c (cp_dump_tree): Don't dump it. Do dump HANDLER_PARMS.
1550 * tree.c (cp_statement_code_p): Don't case it.
1551 * semantics.c (cp_expand_stmt): Likewise.
1552 * cp-tree.h (START_CATCH_TYPE): Lose.
1553 (HANDLER_TYPE): New.
1554 * except.c (expand_start_catch_block): Don't start any blocks.
1555 Return the type.
1556 (expand_end_catch_block): Don't end any blocks.
1557 * parse.y (handler): Don't pass anything from finish_handler_parms
1558 to finish_handler.
1559 * pt.c (tsubst_expr): Likewise.
1560 * semantics.c (begin_handler): Call note_level_for_catch here.
1561 (finish_handler_parms): Don't return anything.
1562 (genrtl_catch_block, begin_catch_block): Lose.
1563 (genrtl_handler): Call expand_start_catch here.
1564
1565 2001-05-18 Jason Merrill <jason_merrill@redhat.com>
1566
1567 * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
1568 (get_vtable_decl, build_vtt): Not here.
1569
1570 2001-05-20 Nathan Sidwell <nathan@codesourcery.com>
1571
1572 PR c++/2781
1573 * optimize.c (update_cloned_parm): Copy addressability and other
1574 flags.
1575
1576 2001-05-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1577
1578 * pt.c (determine_specialization): Ignore artificial functions.
1579
1580 2001-05-20 Neil Booth <neil@daikokuya.demon.co.uk>
1581
1582 * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
1583 (C_RID_CODE): Remove.
1584 * lex.c (cxx_init_options): Call set_identifier_size. Update.
1585 (init_parse): Don't do it here.
1586
1587 2001-05-18 Diego Novillo <dnovillo@redhat.com>
1588
1589 * decl2.c (finish_objects): Use the original SYMBOL_REF from the
1590 function declaration to avoid stripping the symbol's attributes.
1591
1592 2001-05-18 Nathan Sidwell <nathan@codesourcery.com>
1593
1594 * decl.c (pushdecl): Adjust error string.
1595 (xref_tag): Adjust friend class injection warning. Remove the
1596 inherited name from the class shadowed scope.
1597
1598 2001-05-17 Mark Mitchell <mark@codesourcery.com>
1599
1600 * except.c (cp_protect_cleanup_actions): New function.
1601 (init_exception_processing): Don't set protect_cleanup_actions
1602 here. Do set lang_protect_cleanup_actions.
1603
1604 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
1605
1606 * spew.c (read_token): Call yyerror on all unexpected tokens.
1607
1608 2001-05-16 Nathan Sidwell <nathan@codesourcery.com>
1609
1610 * init.c (member_init_ok_or_else): Take a tree rather than
1611 string for name.
1612 (expand_member_init): Adjust.
1613
1614 2001-05-14 Nick Clifton <nickc@cambridge.redhat.com>
1615
1616 * decl.c (duplicate_decls): Suppress warning about duplicate
1617 decls if the first decl is a friend.
1618
1619 2001-05-12 Zack Weinberg <zackw@stanford.edu>
1620
1621 * except.c (choose_personality_routine): Export. Add
1622 explanatory comment. Take an enum languages, not a boolean.
1623 (initialize_handler_parm): Adjust to match.
1624 * cp-tree.h: Prototype choose_personality_routine.
1625 * lex.c (handle_pragma_java_exceptions): New function.
1626 (init_cp_pragma): Register #pragma GCC java_exceptions.
1627
1628 2001-05-12 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1629
1630 * method.c (build_mangled_C99_name): Remove unused prototype.
1631
1632 2001-05-12 Alexandre Oliva <aoliva@redhat.com>
1633
1634 * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
1635 * typeck.c (get_member_function_from_ptrfunc,
1636 build_ptrmemfunc, expand_ptrmemfunc_cst): Take
1637 TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
1638
1639 Reverted Geoff Keating's 2001-05-03's patch.
1640
1641 2001-05-11 Ira Ruben <ira@apple.com>
1642
1643 * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
1644
1645 2001-05-11 Neil Booth <neil@daikokuya.demon.co.uk>
1646
1647 * cp-tree.h (finish_label_expr, lookup_label): Delete.
1648 * parse.y: Update for '&&'; don't issue warning here.
1649 * semantics.c (finish_label_expr): Delete.
1650
1651 2001-05-07 Mark Mitchell <mark@codesourcery.com>
1652
1653 * splay-tree.h (splay_tree_max): New function.
1654 (splay_tree_min): Likewise.
1655
1656 2001-05-03 Geoffrey Keating <geoffk@redhat.com>
1657
1658 * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
1659 (pfn_vflag_identifier): Define.
1660 Update comment about layout of pointer functions.
1661 (build_ptrmemfunc1): Update prototype.
1662 (expand_ptrmemfunc_cst): Update prototype.
1663 * decl.c (initialize_predefined_identifiers): Initialize
1664 pfn_vflag_identifier.
1665 (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
1666 an extra field to the type.
1667 * expr.c (cplus_expand_constant): Pass 'flag' between
1668 expand_ptrmemfunc_cst and build_ptrmemfunc1.
1669 * typeck.c (get_member_function_from_ptrfunc): When
1670 FUNCTION_BOUNDARY < 16, look at additional field to determine
1671 if a pointer-to-member is a real pointer or a vtable offset.
1672 (build_ptrmemfunc1): Add new parameter to contain extra field.
1673 (build_ptrmemfunc): Pass the extra field around.
1674 (expand_ptrmemfunc_cst): Add new parameter to return extra field.
1675 (pfn_from_ptrmemfunc): Ignore the extra field.
1676
1677 2001-05-03 Mark Mitchell <mark@codesourcery.com>
1678
1679 * cp-tree.h (flag_inline_trees): Update documentation.
1680 * decl.c (init_decl_processing): Adjust handling of
1681 flag_inline_functions and flag_inline_trees to support -O3.
1682 (grokfndecl): Set DECL_INLINE on all functions if that's what
1683 the user requested.
1684 (save_function_data): Clear DECL_INLINE in
1685 current_function_cannot_inline is non-NULL.
1686 * decl2.c (flag_inline_trees): Update documentation.
1687
1688 2001-05-03 Nathan Sidwell <nathan@codesourcery.com>
1689
1690 * dump.c (cp_dump_tree, USING_STMT case): New case.
1691 * tree.c (cp_statement_code_p): Add USING_STMT.
1692 * decl2.c (do_using_directive): Add the using directive statement.
1693
1694 * tree.c (walk_tree): Reformat an if block.
1695
1696 2001-05-02 Mark Mitchell <mark@codesourcery.com>
1697
1698 * decl.c (compute_array_index_type): Don't try to do anything with
1699 the indices when processing a template.
1700
1701 2001-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1702
1703 * call.c: NULL_PTR -> NULL.
1704 * class.c: Likewise.
1705 * cvt.c: Likewise.
1706 * decl.c: Likewise.
1707 * decl2.c: Likewise.
1708 * except.c: Likewise.
1709 * init.c: Likewise.
1710 * rtti.c: Likewise.
1711 * search.c: Likewise.
1712 * tree.c: Likewise.
1713 * typeck.c: Likewise.
1714 * typeck2.c: Likewise.
1715
1716 2001-05-02 Mark Mitchell <mark@codesourcery.com>
1717
1718 * decl2.c (do_using_directive): Revert previous patch.
1719
1720 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
1721
1722 * cp-tree.def (USING_STMT): New statement node.
1723 * cp-tree.h (USING_STMT_NAMESPACE): New macro.
1724 * decl2.c (do_using_directive): Add USING_STMT to statement
1725 tree. Don't emit errors when processing template decl.
1726 * pt.c (tsubst_expr, USING_STMT case): New case.
1727 * semantics.c (cp_expand_stmt, USING_STMT case): New case.
1728
1729 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
1730
1731 * call.c (build_new_op): Convert args from reference here.
1732 (build_conditional_expr): Don't convert here.
1733
1734 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
1735
1736 * spew.c (last_token_id): New static variable.
1737 (read_token): Set it here.
1738 (yyerror): Use it here.
1739
1740 2001-04-30 Richard Henderson <rth@redhat.com>
1741
1742 * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
1743 * decl.c: Likewise.
1744
1745 2001-04-30 Mark Mitchell <mark@codesourcery.com>
1746
1747 * gxxint.texi: Remove.
1748 * Make-lang.in: Remove all traces of gxxint.texi.
1749
1750 Mon Apr 30 16:14:10 2001 Mark P Mitchell <mark@codesourcery.com>
1751
1752 * decl2.c (start_static_initialization_or_destruction): Correct
1753 logic to handle the -fno-use-cxa-atexit case.
1754
1755 2001-04-30 Mark Mitchell <mark@codesourcery.com>
1756
1757 * optimize.c (update_cloned_parm): New function.
1758 (maybe_clone_body): Use it. Update the `this' parameter too.
1759
1760 2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
1761
1762 * decl2.c (unsupported_options): Add new-abi.
1763 * lang-options.h: Remove no longer supported options.
1764
1765 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
1766
1767 * except.c (can_convert_eh): Don't check template parms,
1768 typename types etc.
1769
1770 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
1771
1772 * optimize.c (maybe_clone_body): Copy parameter names and locations.
1773
1774 2001-04-27 Nathan Sidwell <nathan@codesourcery.com>
1775
1776 * cp-tree.h (adjust_clone_args): Prototype new function.
1777 * class.c (adjust_clone_args): New function.
1778 * decl.c (start_function): Call it for in charge ctors.
1779
1780 2001-04-26 Mark Mitchell <mark@codesourcery.com>
1781
1782 * method.c (use_thunk): Make sure that thunks really are emitted
1783 when requested.
1784
1785 2001-04-26 Nathan Sidwell <nathan@codesourcery.com>
1786
1787 * mangle.c (write_chars): New macro.
1788 (hwint_to_ascii): New function
1789 (write_number): Use it.
1790 (write_integer_cst): Deal with really big numbers.
1791
1792 2001-04-25 Mark Mitchell <mark@codesourcery.com>
1793
1794 * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
1795 the clone.
1796
1797 2001-04-25 Nathan Sidwell <nathan@codesourcery.com>
1798
1799 * decl.c (grokdeclarator): Set context of namespace scope
1800 TYPE_DECLS.
1801
1802 2001-04-24 Zack Weinberg <zackw@stanford.edu>
1803
1804 * cp/optimize.c: Include hashtab.h.
1805 (struct inline_data): Add tree_pruner.
1806 (expand_call_inline, expand_calls_inline): Use it when calling
1807 walk_tree.
1808 (optimize_function): Initialize and free tree_pruner.
1809
1810 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
1811
1812 Lazy __FUNCTION__ generation.
1813 * cp-tree.def (FUNCTION_NAME): Remove.
1814 * cp-tree.h (function_name_declared_p): Remove.
1815 (cp_fname_init): Prototype.
1816 * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
1817 don't call declare_function_name. Call start_fname_decls.
1818 (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
1819 clobber the line number.
1820 (cp_fname_init): New function.
1821 (start_function): Call start_fname_decls.
1822 (finish_function): Call finish_fname_decls.
1823 * lex.c (reswords): Add slots for __FUNCTION__ et al.
1824 (rid_to_yy): Add mappings for __FUNCTION__ et al.
1825 * optimize.c (maybe_clone_body): Remove function_name_declared_p.
1826 * parse.y (VAR_FUNC_NAME): New token.
1827 (primary): Add VAR_FUNC_NAME.
1828 * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
1829 generation.
1830 (tsubst, FUNCTION_NAME case): Remove.
1831 (tsubst_copy, FUNCTION_NAME case): Remove.
1832 (tsubst_expr, DECL_STMT case): Be careful with a
1833 DECL_PRETTY_FUNCTION_P.
1834 (instantiate_decl): Remove function_name_declared_p.
1835 * semantics.c (begin_compound_statement): Don't call
1836 declare_function_name here.
1837 (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
1838 (finish_translation_unit): Call finish_fname_decls.
1839 (expand_body): Remove function_name_declared_p.
1840 * typeck2.c (digest_init): Allow any ERROR_MARK.
1841
1842 2001-04-24 Nathan Sidwell <nathan@codesourcery.com>
1843
1844 * pt.c (tsubst_decl): Use VOID_TYPE_P.
1845 * semantics.c: Fix some typos.
1846
1847 2001-04-23 Phil Edwards <pme@sources.redhat.com>
1848
1849 * cp/decl2.c (flag_honor_std): Always initialize to 1.
1850
1851 2001-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1852
1853 * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
1854
1855 2001-04-23 Jason Merrill <jason_merrill@redhat.com>
1856
1857 * except.c (build_throw): Wrap the initialization of the exception
1858 object in a MUST_NOT_THROW_EXPR.
1859 (do_free_exception): #if 0.
1860
1861 2001-04-20 Mark Mitchell <mark@codesourcery.com>
1862
1863 * cp-tree.h (finish_enum): Change prototype.
1864 * decl.c (finish_enum): Reorganize.
1865 * parse.y (structsp): Adjust calls to finish_enum.
1866
1867 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
1868
1869 * tree.c (cp_tree_equal): Adjust final switch formatting. Add
1870 't' case.
1871
1872 2001-04-20 Nathan Sidwell <nathan@codesourcery.com>
1873
1874 * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
1875 (layout_empty_base): Return at end flag.
1876 (build_base_field): Likewise.
1877 (build_base_fields): Likewise.
1878 (layout_virtual_bases): Don't add 1 to eoc value.
1879 (end_of_class): Use full size for empty bases.
1880 (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
1881 empty bases. Don't add 1 to eoc value. Only add trailing padding
1882 if we're an empty class with no empty bases.
1883 (dump_class_hierarchy): Dump size and alignment.
1884
1885 2001-04-20 Jakub Jelinek <jakub@redhat.com>
1886
1887 * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
1888 ICS_BAD_FLAG.
1889
1890 2001-04-20 Jakub Jelinek <jakub@redhat.com>
1891
1892 * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
1893 is found, look first if name does not match the structure name.
1894
1895 2001-04-19 Mark Mitchell <mark@codesourcery.com>
1896
1897 * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
1898 set.
1899 (SET_DECL_LANGUAGE): New macro.
1900 * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
1901 (pushdecl): Likewise.
1902 (build_library_fn_1): Likewise.
1903 (build_cp_library_fn): Likewise.
1904 (grokfndecl): Likewise.
1905 (grokvardecl): Mark `extern "C"' variables as having C linkage.
1906 * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
1907 * lex.c (retrofit_lang_decl): Likewise.
1908 * mangle.c (mangle_decl_string): Don't mangle the names of
1909 variables declared with C language linkage.
1910 * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
1911
1912 2001-04-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
1913
1914 * semantics.c (simplify_aggr_init_exprs_r): Don't restore
1915 flag_access_control from uninitialized storage.
1916
1917 2001-04-15 Mark Mitchell <mark@codesourcery.com>
1918
1919 * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
1920 * mangle.c (write_pointer_to_member_type): Fix mangling of
1921 pointers to cv-qualified member function types.
1922
1923 * init.c (build_delete): Create a SAVE_EXPR for the address if
1924 we're going to use it more than once.
1925
1926 2001-04-13 Mark Mitchell <mark@codesourcery.com>
1927
1928 * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
1929 (expand_ptremfunc_cst): Change prototype.
1930 (delta2_from_ptrmemfunc): Remove.
1931 * expr.c (cplus_expand_constant): Adjust call to
1932 expand_ptrmemfunc_cst.
1933 * typeck.c (build_ptrmemfunc1): Simplify.
1934 (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
1935 results in a constant.
1936 (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
1937 (delta2_from_ptrmemfunc): Remove.
1938 (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
1939
1940 2001-04-12 Jason Merrill <jason_merrill@redhat.com>
1941
1942 * cp-tree.h (decl_namespace_list): New macro.
1943 (struct saved_scope): Add decl_ns_list.
1944 * decl.c (mark_saved_scope): Mark it.
1945 * decl2.c: Lose static decl_namespace_list.
1946 (init_decl2): Don't save it.
1947
1948 2001-04-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1949
1950 * cp-tree.h (warn_return_type, yylex): Delete redundant
1951 declarations.
1952
1953 * decl.c (current_class_depth, global_namespace): Likewise.
1954
1955 * decl2.c (current_class_depth, flag_gnu_xref): Likewise
1956
1957 * repo.c (flag_use_repository): Likewise.
1958
1959 2001-04-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1960
1961 * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
1962 set_block, pushdecl, getdecls, gettags, init_decl_processing,
1963 maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
1964 lvalue_or_else, print_lang_statistics, comp_target_types,
1965 unsigned_type, signed_type, signed_or_unsigned_type,
1966 build_function_call, mark_addressable, incomplete_type_error):
1967 Delete redundant declarations.
1968
1969 2001-04-11 Jason Merrill <jason_merrill@redhat.com>
1970
1971 * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
1972 (TYPE_ANONYMOUS_P): New macro.
1973 (TAGGED_TYPE_P): New macro.
1974 * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
1975 (grokfndecl, grokvardecl, grokdeclarator): Likewise.
1976 * tree.c (no_linkage_helper): Likewise.
1977 * semantics.c (begin_class_definition): Likewise.
1978 * pt.c (convert_template_argument): Likewise.
1979 * lex.c (check_for_missing_semicolon): Likewise.
1980
1981 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
1982
1983 * class.c (dfs_unshared_virtual_bases): New function.
1984 (mark_primary_bases): Call it.
1985 (check_bases): Ignore virtual bases when determining
1986 nearly-emptiness.
1987
1988 2001-04-12 Nathan Sidwell <nathan@codesourcery.com>
1989
1990 * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
1991
1992 2001-04-11 Mark Mitchell <mark@codesourcery.com>
1993
1994 * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
1995 cloned function to the clone.
1996
1997 2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1998
1999 * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
2000
2001 * semantics.c: Include expr.h.
2002
2003 2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
2004
2005 * method.c (implicitly_declare_fn): Commonize code for copy ctor
2006 and assignment op. Set TREE_USED for parameter.
2007
2008 2001-04-10 Mark Mitchell <mark@codesourcery.com>
2009
2010 * class.c (find_final_overrider_data): Add `candidates'.
2011 (dfs_find_final_overrider): Don't issue error messages
2012 prematurely.
2013 (find_final_overrider): Issue error messages here.
2014 (build_base_field): Don't warn about amgibuous direct bases here.
2015 (warn_about_ambiguous_direct_bases): New function.
2016 (layout_class_type): Use it.
2017
2018 2001-04-10 Richard Henderson <rth@redhat.com>
2019
2020 * typeck.c (build_array_ref): Push the array reference inside
2021 COMPOUND_EXPR and COND_EXPR.
2022
2023 2001-04-05 Mark Mitchell <mark@codesourcery.com>
2024
2025 * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
2026 * decl.c (duplicate_decls): Adjust accordingly.
2027 (maybe_commonize_var): Likewise.
2028 (grokfndecl): Likewise.
2029 (start_function): Likewise.
2030 (start_method): Likewise.
2031 * decl2.c (key_method): Likewise.
2032 (import_export_decl): Likewise.
2033 * method.c (implicitly_declare_fn): Likewise.
2034 * optimize.c (maybe_clone_body): Likewise.
2035
2036 2001-04-05 Benjamin Kosnik <bkoz@redhat.com>
2037
2038 * lang-specs.h: Add __DEPRECATED.
2039
2040 Thu Apr 5 16:54:29 2001 J"orn Rennecke <amylaar@redhat.com>
2041
2042 * search.c (get_dynamic_cast_base_type): When building a new
2043 constant, set its type to ssizetype.
2044
2045 2001-04-04 Jakub Jelinek <jakub@redhat.com>
2046
2047 * optimize.c (expand_call_inline): Only add newly inlined statements
2048 into inlined_stmts.
2049
2050 2001-04-03 Mark Mitchell <mark@codesourcery.com>
2051
2052 * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
2053 (OPERATOR_FORMAT): Likewise.
2054 (OPERATOR_TYPENAME_FORMAT): Likewise.
2055 * operators.def: Remove old name-mangling information.
2056 * decl.c (grok_op_properties): Adjust accordingly.
2057 * lex.c (init_operators): Likewise.
2058 * rtti.c (get_tinfo_decl): Issue error messages about types that
2059 have variable size.
2060
2061 2001-04-03 Mark Mitchell <mark@codesourcery.com>
2062
2063 * decl2.c (import_export_decl): Don't call import_export_class
2064 when processing an inline member function.
2065 * semantics.c (expand_body): Call import_export_decl before
2066 emitting inline functions.
2067
2068 2001-03-28 Richard Henderson <rth@redhat.com>
2069
2070 IA-64 ABI Exception Handling:
2071 * cp-tree.def (EH_SPEC_BLOCK): New.
2072 (MUST_NOT_THROW_EXPR): New.
2073 * cp-tree.h: Update changed function declarations.
2074 (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
2075 (CPTI_CALL_UNEXPECTED): New.
2076 (struct cp_language_function): Rename x_eh_spec_try_block
2077 to x_eh_spec_block.
2078 (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
2079 * decl.c (current_binding_level): If no current function
2080 bindings, revert to scope_chain.
2081 (initialize_predefined_identifiers): Remove __cp_push_exception.
2082 (store_parm_decls): Use begin_eh_spec_block.
2083 (finish_function): Use finish_eh_spec_block.
2084 (mark_lang_function): Update for name changes.
2085 * decl2.c (finish_file): No mark_all_runtime_matches.
2086 * dump.c (cp_dump_tree): Handle new tree codes.
2087 * error.c (dump_expr) [BIND_EXPR]: Fix typo.
2088 * except.c (catch_language_init, catch_language): Remove.
2089 (init_exception_processing): Don't set language code.
2090 Initialize call_unexpected_node, protect_cleanup_actions,
2091 eh_personality_libfunc, lang_eh_runtime_type.
2092 (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
2093 (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
2094 (prepare_eh_type): Split out type canonicalizations ...
2095 (build_eh_type_type): ... from here.
2096 (build_eh_type_type_ref): Remove.
2097 (mark_all_runtime_matches): Remove.
2098 (build_exc_ptr): New.
2099 (do_begin_catch, do_end_catch): New.
2100 (do_pop_exception): Remove.
2101 (build_terminate_handler): Remove.
2102 (choose_personality_routine): Split out language choice from ...
2103 (initialize_handler_parm): ... here.
2104 Use MUST_NOT_THROW_EXPR.
2105 (expand_start_catch_block): Use do_begin_catch. Simplify Java
2106 exception object handling.
2107 (expand_start_eh_spec, expand_end_eh_spec): Remove.
2108 (expand_exception_blocks, alloc_eh_object): Remove.
2109 (begin_eh_spec_block, finish_eh_spec_block): New.
2110 (do_allocate_exception, do_free_exception): New.
2111 (expand_throw): Merge into ...
2112 (build_throw): ... here. Update for abi.
2113 * expr.c (cplus_expand_expr): No expand_internal_throw.
2114 Handle MUST_NOT_THROW_EXPR.
2115 * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
2116 * semantics.c (*) Update for except.h name changes.
2117 (genrtl_try_block): No protect_with_terminate.
2118 (genrtl_eh_spec_block): New.
2119 (genrtl_handler): Don't emit the goto here.
2120 (cp_expand_stmt): Handle EH_SPEC_BLOCK.
2121 (genrtl_finish_function): Don't expand_exception_blocks.
2122 * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
2123
2124 2001-03-28 Richard Henderson <rth@redhat.com>
2125
2126 * decl.c (struct named_label_list): Rename eh_region to
2127 in_try_scope, add in_catch_scope.
2128 (struct binding_level): Rename eh_region to is_try_scope,
2129 add is_catch_scope.
2130 (note_level_for_try): Rename from note_level_for_eh.
2131 (note_level_for_catch): New.
2132 (poplevel): Copy both is_try_scope and is_catch_scope to
2133 the named_label_list struct.
2134 (check_previous_goto_1): Don't check for catch block via
2135 DECL_ARTIFICIAL; use in_try_scope instead.
2136 (check_goto): Likewise.
2137 * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
2138 * except.c (expand_start_catch_block): Call note_level_for_catch.
2139 * semantics.c (begin_compound_stmt): Update for note_level_for_try.
2140
2141 2001-03-27 Richard Henderson <rth@redhat.com>
2142
2143 * except.c: Use USING_SJLJ_EXCEPTIONS instead of
2144 exceptions_via_longjmp.
2145
2146 2001-03-27 Phil Edwards <pme@sources.redhat.com>
2147
2148 * pt.c (check_default_tmpl_args): Make error messages clearer.
2149
2150 2001-03-26 Phil Edwards <pme@sources.redhat.com>
2151
2152 * error.c: Also undefine 'A' macro used for cp_printers definition.
2153
2154 2001-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2155
2156 * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
2157
2158 2001-03-26 Mike Yang <yang@research.att.com>
2159 Mark Mitchell <mark@codesourcery.com>
2160
2161 * dump.c (dump_access): New function.
2162 (cp_dump_tree): Use it. Dump basetype information for class
2163 types.
2164
2165 2001-03-26 Mark Mitchell <mark@codesourcery.com>
2166
2167 * Makefile.in (optimize.o): Depend on params.h.
2168 (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
2169 (init_decl_processing): Set flag_no_inline when doing
2170 inlining-on-trees.
2171 * optimize.c: Include params.h.
2172 (struct inline_data): Improve documentation of FNS. Add
2173 FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
2174 (INSNS_PER_STMT): New macro.
2175 (remap_block): Use CLONING_P.
2176 (inlinable_function_p): Don't inline big functions.
2177 (expand_call_inline): Keep track of how much inlining we've done.
2178 (optimize_function): Set FIRST_INLINED_FN.
2179 (maybe_clone_body): Set CLONING_P.
2180 * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
2181 tree nodes.
2182 (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
2183 rest_of_compilation. Clear DECL_RTL for local variables
2184 afterwards.
2185 (clear_decl_rtl): New function.
2186
2187 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>
2188
2189 Implement DR 209
2190 * cp-tree.h (skip_type_access_control,
2191 reset_type_access_control): Prototype.
2192 * decl.c (grokdeclarator): Access of friends is not checked.
2193 * parse.y (component_decl_list): Reset type access control.
2194 * semantics.c (decl_type_access_control): Clear
2195 current_type_lookups.
2196 (save_type_access_control): Don't save if not deferring.
2197 (skip_type_access_control, reset_type_access_control): New
2198 functions.
2199 (begin_class_definition): Do type access control for basetypes.
2200 Start deferred access control.
2201 (finish_class_definition): Resume immediate access control if
2202 this is a local class.
2203
2204 2001-03-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2205
2206 * class.c (add_method): Use memcpy/memmove, not bcopy.
2207
2208 * decl.c (duplicate_decls): Likewise.
2209
2210 2001-03-23 Jakub Jelinek <jakub@redhat.com>
2211
2212 * mangle.c (write_discriminator): Use `_0' for discriminator 1,
2213 not `_'.
2214
2215 2001-03-23 Jakub Jelinek <jakub@redhat.com>
2216
2217 * decl.c (local_names): Define.
2218 (push_local_name): New.
2219 (grok_reference_init): Return init if initializing static reference
2220 variable with non-constant instead of emitting it.
2221 Move expand_static_init call to cp_finish_decl.
2222 (layout_var_decl): Call push_local_name.
2223 (maybe_commonize_var): Allow inlining functions even if they have
2224 static local variables, use comdat_linkage for them if flag_weak.
2225 (check_initializer): Call obscure_complex_init if
2226 grok_reference_init returned non-zero.
2227 (save_function_data): Clear x_local_names.
2228 (pop_cp_function_context): Free x_local_names.
2229 (mark_inlined_fns): Remove.
2230 (mark_lang_function): Mark x_local_names.
2231 (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
2232 Mark inlined_fns as tree, remove call to mark_inlined_fns.
2233 * class.c (alter_access): Ensure DECL_ACCESS is never set if
2234 DECL_DISCRIMINATOR_P.
2235 * cp-tree.h (cp_language_function): Add x_local_names.
2236 (lang_decl_flags): Add discriminator into u2.
2237 (lang_decl_inlined_fns): Remove.
2238 (lang_decl): inlined_fns is now a TREE_VEC.
2239 (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
2240 * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
2241 TREE_VEC, not a custom structure.
2242 (optimize_function): Likewise.
2243 * mangle.c (discriminator_for_local_entity): Discriminate among
2244 VAR_DECL local entities.
2245 * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
2246 is not valid.
2247
2248 2001-03-22 Bryce McKinlay <bryce@albatross.co.nz>
2249
2250 Add support for Java interface method calls.
2251 * cp-tree.h (struct lang_type): Add java_interface flag.
2252 (TYPE_JAVA_INTERFACE): New macro.
2253 * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
2254 by setting TYPE_JAVA_INTERFACE.
2255 * call.c (java_iface_lookup_fn): New static.
2256 (build_over_call): If calling a method declared in a
2257 TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
2258 expression which resolves the function address.
2259 (build_java_interface_fn_ref): New function.
2260
2261 2001-03-22 Richard Henderson <rth@redhat.com>
2262
2263 * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
2264 * except.c: Don't include it.
2265
2266 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2267 based on an idea from Joe Buck <jbuck@synopsys.com>
2268
2269 * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
2270 New nonterminals.
2271 (data_def, component_decl): Add reductions to bad_decl.
2272
2273 2001-03-22 Jakub Jelinek <jakub@redhat.com>
2274
2275 * method.c (do_build_assign_ref): Don't use build_modify_expr for
2276 anonymous aggregates, since they don't have assignment operator
2277 method.
2278 * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
2279 assignment operators for anonymous structure fields.
2280
2281 2001-03-21 Jason Merrill <jason@redhat.com>
2282
2283 * pt.c (instantiate_decl): Abort if we see a member constant
2284 instantiation that doesn't already have its initializer.
2285 Downgrade explicit instantiation without definition to pedwarn.
2286
2287 * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
2288 * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
2289 (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
2290
2291 * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
2292 (pending_vtables): Remove.
2293 * decl2.c (pending_vtables): Remove.
2294 (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
2295 CLASSTYPE_VTABLE_NEEDS_WRITING.
2296 (import_export_class): Likewise.
2297 (init_decl2): Don't mark pending_vtables.
2298 * lex.c (handle_pragma_vtable): Just sorry.
2299 * pt.c (instantiate_class_template): Don't mess with
2300 CLASSTYPE_VTABLE_NEEDS_WRITING.
2301 (mark_class_instantiated): Likewise.
2302 * ptree.c (print_lang_type): Don't print it.
2303 * semantics.c (begin_class_definition): Don't set it.
2304
2305 * pt.c (template_tail): Replace with last_pending_template.
2306 (maybe_templates, maybe_template_tail): Remove.
2307 (add_pending_template): Adjust.
2308 (instantiate_pending_templates): Adjust.
2309
2310 * cp-tree.h (struct saved_scope): Remove lang_stack field.
2311 (current_lang_stack): Remove.
2312 * decl.c (maybe_push_to_top_level): Don't initialize it.
2313 (duplicate_decls): Use current_lang_depth.
2314 (xref_basetypes): Likewise.
2315 * class.c (current_lang_depth): New fn.
2316 (push_lang_context): Use more varray functionality.
2317 (pop_lang_context): Likewise.
2318
2319 * error.c (GLOBAL_THING): Always use '__'.
2320
2321 2001-03-21 Mark Mitchell <mark@codesourcery.com>
2322
2323 * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
2324
2325 * mangle.c (mangle_decl_string): Mangle the names of overloaded
2326 operators, even when they have `extern "C"' linkage.
2327
2328 2001-03-19 Mark Mitchell <mark@codesourcery.com>
2329
2330 * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
2331 COPY_DECL_ASSEMBLER_NAME, etc. Don't set DECL_ASSEMBLER_NAME
2332 where it's not necessary.
2333 (add_method): Remove optimization involving comparison of
2334 DECL_ASSEMBLER_NAME.
2335 (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
2336 COPY_DECL_ASSEMBLER_NAME, etc. Don't set DECL_ASSEMBLER_NAME
2337 where it's not necessary.
2338 (check_methods): Likewise.
2339 (build_clone): Likewise.
2340 (built_vtt): Likewise.
2341 * cp-tree.h (DECL_NEEDED_P): Likewise.
2342 * decl.c (pushtag): Likewise.
2343 (duplicate_decls): Likewise.
2344 (pushdecl): Likewise.
2345 (builtin_function): Likewise.
2346 (build_library_fn_1): Set DECL_LANGUAGE for library functions.
2347 (build_cp_library_fn): Likewise.
2348 (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
2349 COPY_DECL_ASSEMBLER_NAME, etc. Don't set DECL_ASSEMBLER_NAME
2350 where it's not necessary.
2351 (make_rtl_for_nonlocal_decl): Likewise.
2352 (cp_finish_decl): Likewise.
2353 (grokfndecl): Likewise.
2354 (grokvardecl): Likewise.
2355 (grokdeclarator): Likewise.
2356 (start_function): Likewise.
2357 (cp_missing_return_ok_p): Likewise.
2358 * decl2.c (grokclassfn): Likewise.
2359 (check_classfn): Likewise.
2360 (finish_static_data_member_decl): Likewise.
2361 (grokfield): Likewise.
2362 * error.c (GLOBAL_IORD_P): Remove.
2363 (dump_global_iord): Improve output.
2364 (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
2365 * except.c (nothrow_libfn_p): Summarily reject any function not in
2366 namespace-scope.
2367 * init.c (build_java_class_ref): Don't explicitly set
2368 DECL_ASSEMBLER_NAME after calling mangle_decl.
2369 * mangle.c (mangle_decl_string): Handle extern "C" functions.
2370 (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
2371 * method.c (set_mangled_name_for_decl): Don't explicitly set
2372 DECL_ASSEMBLER_NAME after calling mangle_decl.
2373 (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
2374 IDENTIFIER_GLOBAL_VALUE for the thunk.
2375 * pt.c (set_mangled_name_for_template_decl): Remove.
2376 (check_explicit_specialization): Don't use it.
2377 (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
2378 (tsubst_friend_function): Likewise.
2379 (tsubst_decl): Likewise.
2380 (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
2381 * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
2382 COPY_DECL_ASSEMBLER_NAME, etc. Don't set DECL_ASSEMBLER_NAME
2383 where it's not necessary.
2384 (tinfo_base_init): Likewise.
2385 (create_real_tinfo_var): Likewise.
2386 * search.c (looup_field_1): Likewise.
2387 * semantics.c (finish_named_return_value): Likewise.
2388 * tree.c (init_tree): Set lang_set_decl_assembler_name.
2389
2390 2001-03-15 Gabriel Dos Reis <gdr@codesourcery.com>
2391
2392 Correct semantics restrictions checking in throw-expression.
2393 * except.c (is_admissible_throw_operand): New function.
2394 (build_throw): Use it.
2395
2396 2001-03-14 Mark Mitchell <mark@codesourcery.com>
2397
2398 * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
2399 and its ilk.
2400
2401 2001-03-14 Mark Mitchell <mark@codesourcery.com>
2402
2403 * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
2404 * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
2405 * decl.c (duplicate_decls): Likewise.
2406 (builtin_function): Likewise.
2407 (build_library_fn): Likewise.
2408 (build_cp_library_fn): Likewise.
2409 (check_initializer): Likewise.
2410 (cp_finish_decl): Likewise.
2411 * decl2.c (grokfield): Likewise.
2412 (grok_function_init): Remove #if 0'd code.
2413 (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
2414 * friend.c (do_friend): Likewise.
2415 * init.c (get_temp_regvar): Likewise.
2416 * method.c (make_thunk): Likewise.
2417 * pt.c (tsubst_friend_function): Likewise.
2418 (tsubst_decl): Likewise.
2419 (regenerate_decl_from_template): Likewise.
2420 * semantics.c (genrtl_named_return_value): Likewise.
2421 (expand_body): Likewise.
2422 (genrtl_finish_function): Likewise.
2423 * tree.c (cp_tree_equal): Likewise.
2424
2425 2001-03-12 Nathan Sidwell <nathan@codesourcery.com>
2426
2427 * call.c (convert_like_real): Add extra semantics to INNER
2428 parameter. Don't convert to temporary if a user conversion
2429 gives us an lvalue that we're about to bind to a reference.
2430 Set INNER to indicate pending reference binding on recursive
2431 calls.
2432
2433 2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
2434
2435 * cp/lex.c: Delete duplicate pending_lang_change.
2436
2437 2001-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
2438
2439 * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
2440 Similarly.
2441 * cp/repo.c (get_base_filename, open_repo_file): Similarly.
2442 * cp/cp-tree.h: Remove file_name_nondirectory prototype.
2443
2444 2001-03-09 Zack Weinberg <zackw@stanford.edu>
2445
2446 * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
2447
2448 2001-03-08 Stan Shebs <shebs@apple.com>
2449
2450 * cp-tree.h (set_identifier_local_value): Remove unused decl.
2451
2452 2001-03-06 Zack Weinberg <zackw@stanford.edu>
2453
2454 * spew.c: Remove references to CPP_OSTRING.
2455
2456 2001-03-06 Andrew Haley <aph@redhat.com>
2457
2458 * typeck.c (convert_arguments): Check that we have an fndecl.
2459
2460 2001-03-05 Andrew Haley <aph@redhat.com>
2461
2462 * typeck.c (convert_arguments): Don't do ellipsis conversion for
2463 __built_in_constant_p.
2464
2465 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
2466
2467 * typeck.c (build_static_cast): Allow enum to enum conversions
2468 as per DR 128.
2469
2470 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
2471
2472 * class.c (check_field_decls): Pointers to member do not a
2473 non-pod struct make, as per DR 148.
2474
2475 2001-03-02 Nathan Sidwell <nathan@codesourcery.com>
2476
2477 * call.c (joust): cp_pedwarn when using gnu extension concerning
2478 worst conversion sequences.
2479
2480 2001-03-01 Zack Weinberg <zackw@stanford.edu>
2481
2482 * decl.c: Replace all uses of 'boolean' with 'bool'.
2483
2484 2001-03-01 Zack Weinberg <zackw@stanford.edu>
2485
2486 * lang-specs.h: Add zero initializer for cpp_spec field to
2487 all array elements that need one. Don't put an #ifdef inside
2488 the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
2489 use it.
2490
2491 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
2492
2493 Implement using decls inside template functions.
2494 * decl2.c (validate_nonmember_using_decl): Don't special case
2495 fake_std_node in the global namespace. Don't reject early when
2496 processing a template.
2497 (do_local_using_decl): Add to statement tree. Don't do further
2498 processing when building a template.
2499 * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
2500
2501 2001-03-01 Nathan Sidwell <nathan@codesourcery.com>
2502
2503 * decl2.c (do_nonmember_using_decl): Don't complain if we find
2504 same function. Do complain about ambiguating extern "C"
2505 declarations.
2506
2507 2001-02-28 Nathan Sidwell <nathan@codesourcery.com>
2508
2509 Remove floating point and complex type template constant parms.
2510 * pt.c (convert_nontype_argument): Remove REAL_TYPE and
2511 COMPLEX_TYPE extensions.
2512 (invalid_nontype_parm_type_p): Likewise.
2513
2514 2001-02-27 Jeffrey Oldham <oldham@codesourcery.com>
2515
2516 * except.c (call_eh_info): Revert "match_function"'s type.
2517
2518 2001-02-27 Nathan Sidwell <nathan@codesourcery.com>
2519
2520 Fix ctor vtable vcall offsets.
2521 * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
2522 (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
2523 (get_matching_base): Remove.
2524 (get_original_base): New function.
2525 (build_vtbl_initializer): Initialize vid.rtti_binfo.
2526 Use a virtual thunk for a ctor vtable with an index
2527 (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
2528 primary base within a constructor vtable. Only set
2529 BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
2530 when primary base has been lost.
2531 * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
2532
2533 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com>
2534
2535 * call.c (joust): Ensure more_specialized()'s argument length
2536 parameter has correct value for constructors.
2537
2538 2001-02-26 Nathan Sidwell <nathan@codesourcery.com>
2539
2540 * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
2541
2542 * decl.c (mark_inlined_fns): Prototype.
2543
2544 2001-02-22 Mark Mitchell <mark@codesourcery.com>
2545
2546 * spew.c (yylex): Correct handling of friends.
2547
2548 2001-02-22 Mark Mitchell <mark@codesourcery.com>
2549
2550 * mangle.c (write_encoding): Pass write_function_type the
2551 FUNCTION_DECL for the function being encoded.
2552 (write_function_type): Pass it along to write_bare_function_type.
2553 (write_bare_function_type): Pass it along to write_method_parms.
2554 (write_method_parms): Don't mangle the compiler-generated
2555 parameters to a constructor or destructor.
2556
2557 2001-02-22 Andreas Jaeger <aj@suse.de>
2558
2559 * optimize.c: Include toplev.h for
2560 note_deferral_of_defined_inline_function prototype.
2561
2562 2001-02-22 Jakub Jelinek <jakub@redhat.com>
2563
2564 * cp-tree.h (struct lang_decl_inlined_fns): New.
2565 (struct lang_decls): Add inlined_fns.
2566 (DECL_INLINED_FNS): New macro.
2567 * optimize.c (struct inline_data): Add inlined_fns.
2568 (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
2569 (inlinable_function_p): Likewise, fix typo in comment,
2570 function is not inlinable if it already inlined function currently
2571 being optimized.
2572 (expand_call_inline): Add fn to inlined_fns if necessary.
2573 (optimize_function): Initialize inlined_fns.
2574 Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
2575 * decl.c (mark_inlined_fns): New function.
2576 (lang_mark_tree): Call it.
2577
2578 2001-02-21 Jason Merrill <jason@redhat.com>
2579
2580 * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
2581 (DECL_UNINLINABLE): Move to middle-end.
2582
2583 * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
2584 * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
2585 * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
2586 * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
2587 parms and outer BLOCK. note_deferral_of_defined_inline_function.
2588
2589 * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
2590 second parm of op=.
2591
2592 2001-02-19 Mark Mitchell <mark@codesourcery.com>
2593
2594 * decl2.c (set_decl_namespace): Allow explicit instantiations in
2595 any namespace.
2596
2597 2001-02-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2598
2599 * optimize.c (expand_call_inline): Don't walk subtrees of type
2600 nodes.
2601
2602 2001-02-18 Mark Mitchell <mark@codesourcery.com>
2603
2604 * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
2605 for a destructor.
2606
2607 2001-02-18 Jason Merrill <jason@redhat.com>
2608
2609 Do put the VTT parameter in DECL_ARGUMENTS.
2610 * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
2611 (current_vtt_parm): New macro.
2612 (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
2613 (DECL_HAS_VTT_PARM_P): New macro.
2614 (DECL_VTT_PARM): Remove.
2615 (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
2616 * decl.c (duplicate_decls): Only copy the operator code if
2617 appropriate.
2618 (start_function): Set current_vtt_parm.
2619 (lang_mark_tree): Don't mark vtt_parm.
2620 * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
2621 DECL_ARGUMENTS. Set DECL_HAS_VTT_PARM_P.
2622 * class.c (build_clone): Maybe remove the VTT parm.
2623 * optimize.c (maybe_clone_body): Set up the VTT parm.
2624 * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
2625 * call.c (build_over_call): Just allow the VTT arg.
2626 * method.c (make_thunk): Don't set DECL_VTT_PARM.
2627 (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
2628 (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
2629 * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
2630 * error.c (dump_function_decl): Likewise.
2631 * call.c (build_user_type_conversion_1, convert_like_real): Abort
2632 if we try to call a constructor with in-charge or VTT parms.
2633 * method.c (skip_artificial_parms_for): New fn.
2634 * call.c (add_function_candidate, build_over_call): Call it.
2635 * call.c (build_new_method_call): Use current_vtt_parm.
2636 * init.c (expand_virtual_init): Likewise.
2637 * class.c (same_signature_p): No longer static.
2638 * cp-tree.h: Declare it.
2639 * search.c (look_for_overrides_r): Use it.
2640
2641 2001-02-17 Mark Mitchell <mark@codesourcery.com>
2642
2643 * cp-tree.h (new_abi_rtti_p): Remove.
2644 (name_mangling_version): Likewise.
2645 (flag_do_squangling): Likewise.
2646 * class.c (build_rtti_vtbl_entries): Remove old ABI support.
2647 * decl.c (grokfndecl): Likewise.
2648 * decl2.c (name_mangling_version): Remove.
2649 (flag_do_squangling): Likewise.
2650 (lang_f_options): Remove `squangle'.
2651 (unsupported_options): Add `squangle'.
2652 (cxx_decode_option): Issue a warning about uses of
2653 -fname-mangling-version.
2654 (finish_file): Remove old ABI support.
2655 * pt.c (check_explicit_specialization): Likewise.
2656 (tsubst_decl): Likewise.
2657 * rtti.c (init_rtti_processing): Likewise.
2658 (build_headof): Likewise.
2659 (get_tinfo_decl_dynamic): Likewise.
2660 (tinfo_from_decl): Likewise.
2661 (build_dynamic_cast_1): Likewise.
2662 (synthesize_tinfo_var): Likewise.
2663 * init.c (build_new): Allow enumeration types for the array-bounds
2664 in a direct-new-declarator.
2665
2666 * semantics.c (finish_typeof): Resolve OFFSET_REFs.
2667
2668 * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
2669 TREE_PROTECTED from the template being specialized.
2670
2671 2001-02-17 Jason Merrill <jason@redhat.com>
2672
2673 * decl2.c (build_artificial_parm): Set TREE_READONLY.
2674
2675 * decl.c (bad_specifiers): Allow throw specs on things with
2676 pointer-to-function or -member-function type.
2677 * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
2678 a pmf.
2679
2680 2001-02-17 Mark Mitchell <mark@codesourcery.com>
2681
2682 * call.c (check_dtor_name): Handle template names correctly.
2683
2684 2001-02-16 Jason Merrill <jason@redhat.com>
2685
2686 * cp-tree.h (DECL_USE_VTT_PARM): Remove.
2687 * decl2.c (maybe_retrofit_in_chrg): Don't create it.
2688 * optimize.c (maybe_clone_body): Don't substitute it.
2689 * call.c (build_new_method_call): Check in_chrg instead.
2690 * init.c (expand_virtual_init): Likewise.
2691
2692 2001-02-16 Gabriel Dos Reis <gdr@codesourcery.com>
2693
2694 * decl.c (check_tag_decl): Make sure a typedef for an anonymous
2695 class-type introduces at least a type-name.
2696
2697 2001-02-16 Jakub Jelinek <jakub@redhat.com>
2698
2699 * call.c (convert_like_real): Create a temporary for non-lvalue.
2700
2701 2001-02-16 Jeffrey Oldham <oldham@codesourcery.com>
2702
2703 * cp-tree.h: Fix typos in comments.
2704
2705 2001-02-16 Jason Merrill <jason@redhat.com>
2706
2707 * optimize.c (remap_block): If we're compiling a clone, pass the
2708 new block to insert_block.
2709
2710 2001-02-16 Mark Mitchell <mark@codesourcery.com>
2711
2712 * semantics.c (finish_asm_stmt): Robustify.
2713
2714 2001-02-15 Mark Mitchell <mark@codesourcery.com>
2715
2716 * pt.c (push_template_decl_real): Don't remangle the name of a
2717 class template.
2718
2719 2001-02-15 Jim Meyering <meyering@lucent.com>
2720
2721 * Make-lang.in (c++.install-common): Depend on installdirs.
2722 (c++.install-info): Likewise.
2723 (c++.install-man): Likewise.
2724
2725 2001-02-15 Mark Mitchell <mark@codesourcery.com>
2726
2727 * typeck2.c (build_m_component_ref): Robustify.
2728
2729 2001-02-15 Alexandre Oliva <aoliva@redhat.com>
2730
2731 * friend.c (do_friend): Don't take the nested [template] class
2732 into account when deciding whether to warn about the friend
2733 function not referring to a template function.
2734
2735 2001-02-14 Jakub Jelinek <jakub@redhat.com>
2736
2737 * typeck.c (build_unary_op): Clarify error message.
2738
2739 2001-02-08 Aldy Hernandez <aldyh@redhat.com>
2740
2741 * parse.y (component_constructor_declarator): allow optional
2742 parentheses around constructor class name.
2743
2744 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
2745
2746 * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
2747 section.
2748 * init.c (emit_base_init): Remove incorrect comment about
2749 virtual bases.
2750 * method.c (make_thunk): Fix comment alignment.
2751
2752 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
2753
2754 Kill remnants of this is variable.
2755 * cp-tree.h (flag_this_is_variable): Remove.
2756 * decl2.c (flag_this_is_variable): Remove.
2757 * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
2758 (build_vbase_path): The path is non-static, even in a cdtor.
2759 (resolves_to_fixed_type_p): Add additional return value.
2760 * search.c (init_vbase_pointers): Adjust.
2761 * tree.c (lvalue_p_1): Adjust.
2762 * typeck.c (mark_addressable): Adjust.
2763
2764 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
2765
2766 * pt.c (unify): Don't check cv quals of array types.
2767
2768 2001-02-14 Nathan Sidwell <nathan@codesourcery.com>
2769
2770 * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
2771 check whether we already have the type.
2772
2773 2001-02-13 Mark Mitchell <mark@codesourcery.com>
2774
2775 * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
2776 * call.c (build_op_delete_call): Simplify to remove duplicate
2777 code.
2778 * class.c (clone_function_decl): Don't build the deleting variant
2779 of a non-virtual destructor.
2780 * decl.c (finish_destructor_body): Don't call delete if this is a
2781 non-virtual destructor.
2782 * init.c (build_delete): Explicitly call `operator delete' when
2783 deleting an object with a non-virtual destructor.
2784
2785 2001-02-13 Jason Merrill <jason@redhat.com>
2786
2787 * lang-specs.h: Add more __EXCEPTIONS.
2788
2789 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
2790
2791 * typeck2.c (process_init_constructor): Check
2792 TREE_HAS_CONSTRUCTOR before issuing missing init warning.
2793
2794 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
2795
2796 * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
2797 Remove spurious information in comment. Allow further
2798 adjustments of REFERENCE_TYPE args.
2799
2800 2001-02-12 Nathan Sidwell <nathan@codesourcery.com>
2801
2802 * errfn.c (cp_deprecated): Tweak diagnostic text.
2803 * parse.y (new_initializer): Deprecate initializer lists
2804 extension.
2805
2806 2001-02-12 Mark Mitchell <mark@codesourcery.com>
2807
2808 Remove old ABI support.
2809
2810 2001-02-11 Mark Mitchell <mark@codesourcery.com>
2811
2812 * decl2.c (flag_vtable_thunks): Always set it to 1.
2813 (flag_new_abi): Likewise.
2814 * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
2815
2816 * Makefile.in (g++spec.o): Fix typo.
2817
2818 2001-02-09 Jason Merrill <jason@redhat.com>
2819
2820 * lang-specs.h: Restore definition of __EXCEPTIONS.
2821
2822 2001-02-08 Jason Merrill <jason@redhat.com>
2823
2824 * search.c (shared_member_p): New function.
2825 (lookup_field_r): Use it.
2826 * cp-tree.h (SHARED_MEMBER_P): Remove.
2827
2828 * method.c (process_overload_item): Handle template-dependent array
2829 bounds.
2830 * pt.c (type_unification_real): If we end up with undeduced nontype
2831 parms, try again.
2832
2833 * decl.c (lookup_name_real): Tweak warning to refer to decls, not
2834 types.
2835
2836 * typeck2.c (friendly_abort): Don't say anything if we have
2837 earlier errors or sorries.
2838
2839 * decl.c (check_tag_decl): Notice attempts to redefine bool and
2840 wchar_t. Ignore if in_system_header.
2841
2842 * decl.c (maybe_push_cleanup_level): New fn...
2843 (start_decl_1): ...split out from here.
2844 * cvt.c (build_up_reference): Use it.
2845 * cp-tree.h: Declare it.
2846
2847 2001-02-07 Mark Mitchell <mark@codesourcery.com>
2848
2849 * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
2850 spec.
2851
2852 2001-02-06 Nathan Sidwell <nathan@codesourcery.com>
2853
2854 * pt.c (lookup_template_class): Make sure it's a primary
2855 template or template_template_parm when called from the parser.
2856 (instantiate_template_class): Add assertion.
2857
2858 2001-02-05 Alexandre Oliva <aoliva@redhat.com>
2859
2860 * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
2861 from error_mark_node.
2862
2863 2001-02-05 Nathan Sidwell <nathan@codesourcery.com>
2864
2865 Fix specification and implementation bugs in V3 ABI
2866 construction vtables.
2867 * cp-tree.h (flag_dump_class_layout): New flag.
2868 (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
2869 (BINFO_LOST_PRIMARY_P): New flag.
2870 (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
2871 (BINFO_PRIMARY_MARKED_P): Rename to ...
2872 (BINFO_PRIMARY_P): ... here.
2873 (binfo_via_virtual): New prototype.
2874 * decl2.c (flag_dump_class_layout): New flag.
2875 (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
2876 use `=' as a file name separator.
2877 * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
2878 bases.
2879 (build_vtbl_address): If this is a virtual primary base, then
2880 get the vtbl of what it is ultimately primary for.
2881 * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
2882 for BINFO_PRIMARY_P.
2883 (dfs_skip_nonprimary_vbases_markedp): Likewise.
2884 (get_shared_vbase_if_not_primary): Likewise.
2885 (dfs_get_pure_virtuals): Likewise.
2886 (expand_upcast_fixups): Likewise.
2887 (fixup_virtual_upcast_offsets): Likewise.
2888 (dfs_find_vbase_instance): Likewise.
2889 (find_vbase_instance): Likewise.
2890 (binfo_from_vbase): Adjust comment to reflect reality.
2891 (binfo_via_virtual): New function.
2892 * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
2893 for binfo walking during VTT construction.
2894 (dfs_mark_primary_bases): Remove.
2895 (force_canonical_binfo_r): New function.
2896 (force_canonical_binfo): New function.
2897 (mark_primary_virtual_base): New function.
2898 (mark_primary_bases): Walk in inheritance graph order, use
2899 mark_primary_virtual_base.
2900 (determine_primary_base): Use some more intermediate variables.
2901 (dfs_find_final_overrider): Don't check for overriding along a
2902 virtual path.
2903 (dfs_modify_vtables): Walk into primary virtual bases too.
2904 (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
2905 (build_base_fields): Likewise.
2906 (dfs_set_offset_for_unshared_vbases): Likewise.
2907 (layout_virtual_bases): Likewise.
2908 (end_of_class): Likewise.
2909 (finish_struct_1): Call dump_class_hierarchy, if requested.
2910 (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
2911 (dump_class_hierarchy_r): Add stream parameter. Emit more information.
2912 (dump_class_hierarchy): Add file parameter. Append to file, if
2913 required.
2914 (finish_vtbls): Adjust accumulate_vtbl_inits call.
2915 Use canonical base for virtual bases.
2916 (build_vtt): Add more comments. Adjust build_vtt_inits call.
2917 (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
2918 Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
2919 VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
2920 virtual VTTs.
2921 (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
2922 from DATA. We want virtual primary bases and all bases via virtual.
2923 Only set BINFO_VPTR_INDEX for top level. Look up from a primary
2924 virtual base when not a construction vtable.
2925 (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
2926 (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
2927 Use canonical bases when processing virtual bases.
2928 (accumulate_vtbl_inits): We're interested in any base via a
2929 virtual path.
2930 (dfs_accumulate_vtbl_inits): If this is a primary virtual base
2931 within a construction vtable, determine what is being overridden.
2932 (build_vtbl_initializer): Add more comments
2933 (add_vcall_offset_vtbl_entries_1): Adjust comment.
2934 (build_rtti_vtbl_entries): Check if the base has lost its
2935 primary.
2936
2937 2001-02-05 Mark Mitchell <mark@codesourcery.com>
2938
2939 * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
2940
2941 Sun Feb 4 15:52:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2942
2943 * decl.c (pushdecl): Call abort instead of fatal.
2944 * except.c (decl_is_java_type): Call fatal_error instead of fatal.
2945 * init.c (build_new_1): Likewise.
2946 (build_java_class_ref): Call internal_error and fatal_error, not fatal.
2947 * decl.c (build_typename_type): hash_table_init now returns void.
2948 decl.c (init_decl_processing): Make an error non-fatal.
2949
2950 2001-02-04 Mark Mitchell <mark@codesourcery.com>
2951
2952 * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
2953 Document.
2954 (CLASSTYPE_INTERFACE_KNOWN): Likewise.
2955 (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
2956 (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
2957 (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
2958 * decl.c (maybe_commonize_var): Use the new name-mangling where
2959 appropriate.
2960 * decl2.c (comdat_linkage): Enhance comments. Make all
2961 compiler-generated things static, if COMDAT is not available.
2962 (get_tinfo_decl): Do not make typeinfo objects that belong in the
2963 library COMDAT.
2964 (tinfo_base_init): Use the correct mangled name for typeinfo
2965 strings, and push them into the global scope.
2966 (typeinfo_in_lib_p): New function.
2967 (synthesize_tinfo_var): Use it.
2968 (create_real_tinfo_var): Likewise.
2969
2970 2001-02-03 Jakub Jelinek <jakub@redhat.com>
2971
2972 * decl.c (push_class_binding): Use context_for_name_lookup instead
2973 of CP_DECL_CONTEXT.
2974 * search.c (context_for_name_lookup): Remove static. Check for NULL
2975 context in the loop.
2976 * cp-tree.h (context_for_name_lookup): Add prototype.
2977
2978 2001-02-02 Jakub Jelinek <jakub@redhat.com>
2979
2980 * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
2981 * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
2982 Remove.
2983 * call.c (convert_class_to_reference, build_user_type_conversion_1,
2984 add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
2985
2986 2001-02-02 Mark Mitchell <mark@codesourcery.com>
2987
2988 * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
2989 of macros used when compiling g++spec.c.
2990 * g++spec.c (lang_specific_driver): Link with the shared
2991 libgcc by default.
2992
2993 2001-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
2994
2995 * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
2996 make_reference_declarator, make_call_declarator), method.c
2997 (implicitly_declare_fn), parse.y (namespace_using_decl,
2998 notype_unqualified_id, expr_or_declarator, new_type_id,
2999 after_type_declarator, direct_after_type_declarator,
3000 notype_declarator, complex_notype_declarator,
3001 complex_direct_notype_declarator, qualified_id,
3002 notype_qualified_id, overqualified_id, direct_new_declarator,
3003 absdcl, direct_abstract_declarator, conversion_declarator), pt.c
3004 (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
3005 instead of build_parse_node.
3006
3007 2001-01-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3008
3009 * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
3010 (minus_one_node): Moved to top level gcc directory. Renamed
3011 to integer_minus_one_node.
3012
3013 * init.c (init_init_processing): Don't set minus_one_node.
3014 (build_vec_init): Use integer_minus_one_node.
3015
3016 * rtti.c (get_tinfo_decl_dynamic): Likewise.
3017
3018 2001-01-28 Jakub Jelinek <jakub@redhat.com>
3019
3020 * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
3021 identical and they would be replaced with constant, remove
3022 MODIFY_EXPR from the tree.
3023
3024 2001-01-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3025
3026 * Make-lang.in: Remove all dependencies on defaults.h.
3027 * call.c: Don't include defaults.h.
3028 * decl.c: Likewise.
3029 * decl2.c: Likewise.
3030 * except.c: Likewise.
3031 * pt.c: Likewise.
3032 * rtti.c: Likewise.
3033 * tree.c: Likewise.
3034 * typeck.c: Likewise.
3035
3036 2001-01-25 Jakub Jelinek <jakub@redhat.com>
3037
3038 * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
3039 operators even in "C" linkage.
3040 * method.c (set_mangled_name_for_decl): Likewise.
3041 * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
3042 overloaded operators in "C" linkage.
3043
3044 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
3045
3046 * pt.c (tsubst_decl): Remove IN_DECL parameter.
3047 (tsubst_arg_types): Check parameter is not void.
3048 (tsubst): Adjust tsubst_decl call.
3049
3050 2001-01-24 Nathan Sidwell <nathan@codesourcery.com>
3051
3052 * call.c (add_builtin_candidate): Quote std properly, from
3053 previous change.
3054
3055 2001-01-23 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3056
3057 * pt.c (check_explicit_specialization): Clone constructors and
3058 destructors.
3059
3060 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
3061
3062 * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
3063 indicates anything special about template depth. Make sure we
3064 only count the user visible template classes.
3065
3066 2001-01-23 Nathan Sidwell <nathan@codesourcery.com>
3067
3068 * call.c (build_conv): Typo in comment.
3069 (add_builtin_candidate): Add more explanation.
3070 Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
3071 Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
3072 when we have enumeral types.
3073 (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
3074 candidates for relops and eqops.
3075 (joust): Simplify control flow. Allow a non-template user
3076 function to hide a builtin.
3077
3078 2001-01-22 Nathan Sidwell <nathan@codesourcery.com>
3079
3080 * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
3081 (more_specialized): Add deduction parameter.
3082 * call.c (joust): Adjust more_specialized call.
3083 * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
3084 UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
3085 (get_bindings_order): Remove.
3086 (get_bindings_real): Add DEDUCE parameter.
3087 (maybe_adjust_types_for_deduction): Return extra unify flags. Do
3088 REFERENCE_TYPE jig for DEDUCE_ORDER.
3089 (type_unification_real): Deal with DEDUCE_ORDER. Use result of
3090 maybe_adjust_types_for_deduction.
3091 (more_specialized): Add DEDUCE parameter. Call get_bindings_real
3092 directly.
3093 (try_one_overload): Use result of maybe_adjust_types_for_deduction.
3094 (check_cv_quals_for_unify): Use new unify qualifier flags.
3095 (unify): Clear new unify qualifier flags.
3096 (get_bindings_real): Add DEDUCE parameter.
3097 (get_bindings): Adjust call to get_bindings_real.
3098 (get_bindings_overload): Likewise.
3099 (most_specialized_instantiation): Adjust call to
3100 more_specialized.
3101
3102 2001-01-19 Jason Merrill <jason@redhat.com>
3103
3104 * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
3105
3106 * decl.c (init_decl_processing): Just force -fvtable-thunks on if
3107 -fnew-abi.
3108
3109 2001-01-19 Ute Pelkmann <scope.muc@t-online.de>
3110
3111 * decl2.c (arg_assoc_class): Fix double iteration logic.
3112
3113 2001-01-19 Jason Merrill <jason@redhat.com>
3114
3115 * init.c (build_delete): Always call convert_force to strip cv-quals.
3116
3117 * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
3118 * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
3119 * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
3120
3121 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
3122
3123 * search.c (get_vbase_1): Count only virtual bases.
3124
3125 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
3126
3127 * class.c (duplicate_tag_error): Robustify flag clearing.
3128
3129 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
3130
3131 * cp-tree.h (lookup_template_class): Add complain parm.
3132 * decl.c (lookup_namespace_name): Adjust call to
3133 lookup_template_class.
3134 (make_typename_type): Likewise.
3135 * semantics.c (finish_template_type): Likewise.
3136 * pt.c (lookup_template_class): Add complain parm. Adjust.
3137 (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
3138 (tsubst): Likewise.
3139
3140 2001-01-19 Nathan Sidwell <nathan@codesourcery.com>
3141
3142 * pt.c (copy_default_args_to_explicit_spec): Preserve
3143 object's CV quals. Reorganize.
3144
3145 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3146
3147 * typeck.c (build_modify_expr): Say `initialization' for
3148 INIT_EXPRs.
3149 * init.c (build_default_init): Convert to enumeral type, if
3150 needed.
3151
3152 2001-01-18 Jakub Jelinek <jakub@redhat.com>
3153
3154 * parse.y (nomods_initdcl0): Properly set things up for
3155 initdcl0_innards.
3156
3157 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3158
3159 * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
3160 (type_unification_real): Set it.
3161 (unify): Use it.
3162
3163 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3164
3165 * decl.c (finish_destructor_body): Convert to vbase pointer here.
3166
3167 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3168
3169 * semantics.c (begin_class_definition): Check we're not inside a
3170 template parm list.
3171
3172 2001-01-18 Nathan Sidwell <nathan@codesourcery.com>
3173
3174 * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
3175 BASELINK_P.
3176
3177 2001-01-16 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3178
3179 * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
3180 * call.c (build_over_call): Add comment.
3181
3182 2001-01-16 Daniel Berlin <dberlin@redhat.com>
3183
3184 * cvt.c (ocp_convert): Handle vector type conversion
3185 * typeck2.c (digest_init): Handle vector type initializations
3186
3187 2001-01-16 Phil Edwards <pme@sources.redhat.com>
3188
3189 * g++spec.c: Don't add libraries needlessly if -fsyntax-only
3190 was given.
3191
3192 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
3193
3194 * pt.c (check_nontype_parm): Rename to ...
3195 (invalid_nontype_parm_type_p): ... here.
3196 (process_template_parm): Adjust.
3197 (convert_template_argument): Adjust.
3198
3199 2001-01-15 Nathan Sidwell <nathan@codesourcery.com>
3200
3201 * pt.c (check_nontype_parm): New function.
3202 (process_template_parm): Use it.
3203 (convert_template_argument): Use it.
3204 (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
3205 member.
3206
3207 2001-01-14 Jeffrey Oldham <oldham@codesourcery.com>
3208
3209 * tree.c: Add defaults.h
3210 (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
3211 * Make-lang.in (cp/tree.o): Add defaults.h.
3212
3213 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
3214
3215 * Make-lang.in (CXX_C_OBJS): Add c-format.o.
3216
3217 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
3218
3219 * g++.1: Change to be ".so man1/gcc.1".
3220
3221 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
3222
3223 * Make-lang.in (c++.info, c++.install-info): Build and install g++
3224 internals info.
3225 (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
3226 ($(srcdir)/cp/g++int.info): New target.
3227 * gxxint.texi: Add info directory entry. Use @@ in email address.
3228 * .cvsignore: Update.
3229
3230 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
3231
3232 * typeck.c (build_c_cast): Do template processing earlier.
3233 Always pedwarn on array casts.
3234
3235 2001-01-12 Nathan Sidwell <nathan@codesourcery.com>
3236
3237 * friend.c (make_friend_class): Make sure a templated class is
3238 actually a template.
3239
3240 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3241
3242 * decl2.c (get_guard): Set linkage from guarded decl.
3243
3244 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3245
3246 * call.c (convert_default_arg): Check for unprocessed
3247 DEFAULT_ARG.
3248 * cp-tree.h (replace_defarg): Move to spew.c.
3249 (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
3250 spew.c, which is where they really are.
3251 (done_pending_defargs): Declare.
3252 (unprocessed_defarg_fn): Declare.
3253 * decl.c (replace_defarg): Move to spew.c
3254 * parse.y (structsp): Call done_pending_defargs.
3255 * spew.c (defarg_fns): Rearrange list structure.
3256 (defarg_fnsdone): New static variable.
3257 (defarg_depfns): New static variable.
3258 (init_spew): Adjust.
3259 (add_defarg_fn): Store the type in TREE_TYPE.
3260 (do_pending_defargs): Detect and deal with ordering constraints
3261 and circularity.
3262 (done_pending_defargs): New function.
3263 (unprocessed_defarg_fn): New function.
3264 (replace_defarg): Moved from decl.c. Robustify. Don't save
3265 if circularity detected.
3266
3267 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3268
3269 * pt.c (unify): Check array has a domain, before checking
3270 whether it is variable sized.
3271
3272 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3273
3274 * decl.c (grokparms): Unobfuscate and get correct diagnostic for
3275 parameters with pointers to arrays of unknown bound.
3276
3277 2001-01-11 Nathan Sidwell <nathan@codesourcery.com>
3278
3279 * parse.y (template_parm_header, template_spec_header): New
3280 reductions. Split out from ...
3281 (template_header): ... here. Use them.
3282 (template_template_parm): Use template_parm_header.
3283 * semantics.c (finish_template_template_parm): Add assert.
3284
3285 2001-01-10 Mark Mitchell <mark@codesourcery.com>
3286
3287 * mangle.c (write_builtin_type): Fix thinko.
3288
3289 * pt.c (copy_default_args_to_explicit_spec_1): New function.
3290 (copy_default_args_to_explicit_spec): Likewise.
3291 (check_explicit_specialization): Use it.
3292
3293 * class.c (finish_struct_1): Remove last argument in call to
3294 make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
3295 * decl.c (builtin_function): Likewise.
3296 (build_cp_library_fn): Likewise.
3297 (check_initializer): Likewise.
3298 (make_rtl_for_nonlocal_decl): Likewise.
3299 (cp_finish_decl): Likewise.
3300 (start_function): Likewise.
3301 * decl2.c (finish_anon_union): Likewise.
3302 * friend.c (do_friend): Likewise.
3303 * init.c (build_java_class_ref): Likewise.
3304 * method.c (make_thunk): Likewise.
3305 * pt.c (tsubst_friend_function): Likewise.
3306 * semantics.c (expand_body): Likewise.
3307
3308 2001-01-10 Mark Mitchell <mark@codesourcery.com>
3309
3310 * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
3311 looking at DECL_CLONED_FUNCTION for non-functions.
3312
3313 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
3314
3315 * error.c (dump_template_parameter): Use parm to determine how
3316 to print default value.
3317
3318 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
3319
3320 * class.c (duplicate_tag_error): Clear more flags.
3321
3322 2001-01-10 Nathan Sidwell <nathan@codesourcery.com>
3323
3324 * call.c (build_new_method_call): Use binfo_for_vbase.
3325
3326 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
3327
3328 * cp-tree.h (flag_cond_mismatch): Don't declare.
3329 * decl2.c (flag_cond_mismatch): Don't define.
3330 (lang_f_options): Remove cond-mismatch.
3331 (unsupported_options): Add cond-mismatch.
3332
3333 2001-01-09 Nathan Sidwell <nathan@codesourcery.com>
3334
3335 * class.c (handle_using_decl): Reject using of constructor name
3336 of sourcing class. Allow injecting of a method with same name as
3337 nested class. Fixup error messages.
3338
3339 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
3340
3341 * decl2.c (lang_decode_option): Handle -Wformat=2.
3342
3343 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
3344
3345 * cp-tree.h (lang_decl_flags): Rename defined_in_class to
3346 initialized_in_class.
3347 (DECL_DEFINED_IN_CLASS_P): Rename to ...
3348 (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
3349 * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
3350 (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
3351 * pt.c (check_default_tmpl_args): Adjust for
3352 DECL_INITIALIZED_IN_CLASS_P.
3353 (instantiate_class_template): Likewise.
3354 (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
3355
3356 * class.c (finish_struct): Constify saved_filename.
3357
3358 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
3359
3360 * class.c (duplicate_tag_error): Adjust diagnostic.
3361 (finish_struct): Locally set location to start of struct.
3362 * decl.c (fixup_anonymous_aggr): Use cp_error_at.
3363
3364 2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
3365
3366 * decl.c (struct binding_level): Adjust class_shadowed comments
3367 to reflect reality.
3368 (push_class_level_binding): Ajust comments to reflect reality.
3369 Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
3370 Don't set TREE_VALUE on the class_shadowed list.
3371
3372 2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
3373
3374 * decl2.c (acceptable_java_type): Allow references too.
3375 * init.c (build_java_class_ref): When using the new ABI, search
3376 `class$' and have it mangled with `mangle_decl.'
3377 * mangle.c (write_java_integer_type_codes): New function.
3378 (write_builtin_type): Detect and mangle Java integer and real
3379 types.
3380
3381 2001-01-07 Mark Mitchell <mark@codesourcery.com>
3382
3383 * decl2.c (grokfield): Don't accept `asm' specifiers for
3384 non-static data members.
3385
3386 2001-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3387
3388 * expr.c (cplus_expand_expr): Don't reset `target'.
3389
3390 2001-01-07 Neil Booth <neil@daikokuya.demon.co.uk>
3391
3392 * cp/decl2.c (cxx_post_options): Call cpp_post_options.
3393
3394 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
3395
3396 * parse.y (template_datadef): Check for error_mark_node.
3397
3398 2001-01-05 Nathan Sidwell <nathan@codesourcery.com>
3399
3400 * cp-tree.def (DEFAULT_ARG): Make `x' class.
3401
3402 2001-01-04 Joseph S. Myers <jsm28@cam.ac.uk>
3403
3404 * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
3405 (record_builtin_type): Make non-static.
3406 (flag_short_double): Don't declare.
3407 (init_decl_processing): Remove the creation of many tree nodes now
3408 in c_common_nodes_and_builtins.
3409 (build_void_list_node): New function.
3410 * decl2.c (flag_short_double, flag_short_wchar): Don't define.
3411 * cp-tree.h (flag_short_wchar): Don't declare.
3412
3413 2001-01-04 Mark Mitchell <mark@codesourcery.com>
3414
3415 * call.c (build_conv): Don't use build1 for USER_CONV.
3416 * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
3417
3418 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
3419
3420 * lex.c (lang_init): Call c_common_lang_init.
3421
3422 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
3423
3424 * search.c (lookup_fnfields_here): Remove.
3425 (look_for_overrides_r): Use lookup_fnfields_1.
3426 Ignore functions from using declarations.
3427
3428 2001-01-03 Nathan Sidwell <nathan@codesourcery.com>
3429
3430 Implement exceptions specifiers for implicit member functions.
3431 * cp-tree.h (merge_exceptions_specifiers): Declare new function.
3432 * method.c (synthesize_exception_spec): New function.
3433 (locate_dtor, locate_ctor, locate_copy): New functions.
3434 (implicitly_declare_fn): Generate the exception spec too.
3435 * search.c (check_final_overrider): Check artificial functions
3436 too.
3437 * typeck2.c (merge_exception_specifiers): New function.
3438
3439 2001-01-03 Jason Merrill <jason@redhat.com>
3440
3441 * init.c (build_default_init): New fn.
3442 (perform_member_init): Split out from here.
3443 (build_new_1): Use it. Simplify initialization logic.
3444 (build_vec_init): Take an array, rather than a pointer and maxindex.
3445 Speed up simple initializations. Don't clean up if we're assigning.
3446 * cp-tree.h: Adjust.
3447 * decl2.c (do_static_initialization): Remove TREE_VEC case.
3448 * parse.y (new_initializer): Return void_zero_node for ().
3449 * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
3450 * typeck2.c (digest_init): Only complain about user-written
3451 CONSTRUCTORs.
3452
3453 2000-12-22 Mike Stump <mrs@wrs.com>
3454
3455 * decl2.c: (max_tinst_depth): Increase to 50.
3456
3457 2001-01-02 Mark Mitchell <mark@codesourcery.com>
3458
3459 * class.c (invalidate_class_lookup_cache): Zero the
3460 previous_class_values.
3461 * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
3462 TREE_INT_CST_HIGH.
3463 (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
3464 * decl.c (free_bindings): New variable.
3465 (push_binding): Don't create a new binding if we have one on the
3466 free list.
3467 (pop_binding): Put old bindings on the free list.
3468 (init_decl_processing): Use size_int, not build_int_2.
3469 Register free_bindings as a GC root.
3470 (cp_make_fname_decl): Use size_int, not build_int_2.
3471 (push_inline_template_parms_recursive): Likewise.
3472 (end_template_parm_list): Likewise.
3473 (for_each_tempalte_parm): Do not use walk_tree_without_duplicates.
3474 (tsubst_template_parms): Use size_int, not build_int_2.
3475 (tsubst): Likewise.
3476 * rtti.c (get_vmi_pseudo_type_info): Likewise.
3477
3478 2001-01-02 Richard Henderson <rth@redhat.com>
3479
3480 * parse.y (asm): Set ASM_INPUT_P.
3481
3482 2001-01-02 Jason Merrill <jason@redhat.com>
3483
3484 * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
3485 for v3 ABI.
3486
3487 * typeck.c (cp_truthvalue_conversion): New fn.
3488 * cvt.c (ocp_convert): Use it.
3489
3490 * cp-tree.h: Lose c-common.c decls.
3491
3492 * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
3493 * cvt.c (convert_to_void): Use type_unknown_p.
3494
3495 * typeck.c (strip_all_pointer_quals): Also strip quals from
3496 pointer-to-member types.
3497
3498 * Make-lang.in (cp/TAGS): Use --no-globals. Ignore parse.c, and treat
3499 parse.y as C.
3500
3501 * call.c (build_new_method_call): Do evaluate the object parameter
3502 when accessing a static member.
3503 * typeck.c (build_component_ref): Likewise.
3504
3505 2001-01-02 Andreas Jaeger <aj@suse.de>
3506
3507 * decl.c (cp_missing_noreturn_ok_p): New.
3508 (init_decl_processing): Set lang_missing_noreturn_ok_p.
3509
3510 2000-12-29 Jakub Jelinek <jakub@redhat.com>
3511
3512 * decl.c (init_decl_processing): Fix sign of wchar_type_node.
3513
3514 2000-12-29 Mark Mitchell <mark@codesourcery.com>
3515
3516 * class.c (pushclass): Remove #if 0'd code.
3517 * cp-tree.h (overload_template_name): Remove.
3518 * decl.c (store_bindings): Simplify.
3519 (pop_from_top_level): Likewise.
3520 * pt.c (overload_template_name): Remove.
3521 (instantiate_decl): Don't call push_to_top_level if it's not
3522 needed.
3523
3524 2000-12-28 Mark Mitchell <mark@codesourcery.com>
3525
3526 * pt.c (register_local_specialization): Don't return a value.
3527 (lookup_template_class): Use move-to-front heuristic when looking
3528 up template instantiations.
3529 (instantiate_decl): Only push_to_top_level when we're actually
3530 going to instantiate the template.
3531
3532 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
3533
3534 * search.c (binfo_for_vtable): Return least derived class, not
3535 most. Handle secondary vtables.
3536
3537 2000-12-22 Jason Merrill <jason@redhat.com>
3538
3539 * pt.c (more_specialized): Don't optimize len==0.
3540 (fn_type_unification): If we're adding the return type, increase len.
3541
3542 * typeck.c (build_binary_op): Fix pmf comparison logic.
3543
3544 * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
3545 DECL_STATIC_FUNCTION_P.
3546
3547 * semantics.c (genrtl_finish_function): Don't try to jump to
3548 return_label unless it exists.
3549
3550 In partial ordering for a call, ignore parms for which we don't have
3551 a real argument.
3552 * call.c (joust): Pass len to more_specialized.
3553 (add_template_candidate_real): Strip 'this', pass len.
3554 * pt.c (more_specialized): Pass len down. Lose explicit_args parm.
3555 (get_bindings_order): New fn. Pass len down.
3556 (get_bindings_real): Strip 'this', pass len.
3557 (fn_type_unification): Likewise.
3558 (type_unification_real): Succeed after checking 'len' args.
3559 (most_specialized_instantiation): Lose explicit_args parm.
3560 * class.c (resolve_address_of_overloaded_function): Strip 'this',
3561 pass len.
3562
3563 2000-12-21 Jason Merrill <jason@redhat.com>
3564
3565 * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
3566 DECL_TEMPLATE_RESULT.
3567
3568 * search.c (lookup_field_r): Call lookup_fnfields_1, not
3569 lookup_fnfields_here.
3570
3571 * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
3572
3573 * call.c (build_object_call): Also allow conversions that return
3574 reference to pointer to function.
3575 (add_conv_candidate): Handle totype being ref to ptr to fn.
3576 (build_field_call): Also allow members of type reference to function.
3577 Lose support for calling pointer to METHOD_TYPE fields.
3578
3579 * error.c (dump_expr): Handle *_CAST_EXPR.
3580
3581 * typeck2.c (build_scoped_ref): Always convert to the naming class.
3582
3583 * tree.c (break_out_cleanups): Lose.
3584 * cp-tree.h: Remove prototype.
3585 * typeck.c (build_component_ref): Don't break_out_cleanups.
3586 (build_compound_expr): Likewise.
3587 * semantics.c (finish_expr_stmt): Likewise.
3588
3589 2000-12-20 Richard Henderson <rth@redhat.com>
3590
3591 * cp-tree.h: Update declarations.
3592 * decl.c (finish_case_label): Return the new stmt node.
3593 * semantics.c (finish_goto_stmt): Likewise.
3594 (finish_expr_stmt, finish_return_stmt): Likewise.
3595 (finish_break_stmt, finish_continue_stmt): Likewise.
3596 (finish_asm_stmt): Likewise.
3597 * parse.y (already_scoped_stmt): Set STMT_LINENO.
3598 (compstmt, implicitly_scoped_stmt, stmt): Likewise.
3599 (simple_if, simple_stmt): Return the new stmt node.
3600 (save_lineno): New.
3601
3602 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3603
3604 * cp-tree.h: Don't declare warn_long_long.
3605
3606 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3607
3608 * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
3609 IS_AGGR_TYPE.
3610
3611 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3612
3613 * pt.c (unify): Handle when both ARG and PARM are
3614 BOUND_TEMPLATE_TEMPLATE_PARM.
3615
3616 2000-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3617
3618 * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
3619 DECL_TEMPLATE_PARM_P.
3620
3621 2000-12-15 Jason Merrill <jason@redhat.com>
3622
3623 * init.c (build_new_1): Reorganize. Now with 100% fewer SAVE_EXPRs!
3624
3625 * init.c (build_new_1): Don't strip quals from type.
3626
3627 * decl.c (pushdecl): Don't check for linkage on a non-decl.
3628
3629 * call.c (build_op_delete_call): See through ARRAY_TYPEs.
3630
3631 * call.c (build_new_function_call): Lose space before paren in
3632 error message.
3633 (build_new_method_call): Likewise.
3634
3635 * typeck2.c (build_m_component_ref): Propagate quals from datum.
3636
3637 2000-12-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3638
3639 * pt.c (check_explicit_specialization): Propagate default
3640 function arguments to explicit specializations.
3641
3642 2000-12-13 DJ Delorie <dj@redhat.com>
3643
3644 * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
3645 and <? operators.
3646
3647 2000-12-08 Jason Merrill <jason@redhat.com>
3648
3649 * error.c (dump_function_name): Don't let the user see __comp_ctor.
3650
3651 Clean up copy-initialization in overloading code.
3652 * call.c (build_user_type_conversion_1): Die if we are asked to
3653 convert to the same or a base type.
3654 (implicit_conversion): Avoid doing so. Lose reference binding code.
3655 (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
3656 direct-initialization. Also do direct-init part of copy-init.
3657 (build_user_type_conversion): Don't provide context to convert_like.
3658 * cvt.c (ocp_convert): build_user_type_conversion will now provide
3659 the constructor call for copy-init.
3660
3661 * pt.c (tsubst_decl): Call clone_function_decl here if this is an
3662 instantiation of a member template.
3663 (do_decl_instantiation): Not here.
3664
3665 2000-12-07 Nathan Sidwell <nathan@codesourcery.com>
3666
3667 * class.c (check_field_decls): Don't special case anonymous
3668 fields in error messages.
3669 (note_name_declared_in_class): Use %D on diagnostic.
3670
3671 * tree.c (pod_type_p): Use strip_array_types.
3672 (cp_valid_lang_attribute): Likewise.
3673 * typeck.c (cp_type_quals): Strip arrays separately, to avoid
3674 multiple evaluations.
3675 (cp_has_mutable_p): Use strip_array_types.
3676
3677 2000-12-07 Nathan Sidwell <nathan@codesourcery.com>
3678
3679 * cp-tree.h (sufficient_parms_p): Declare new function.
3680 * call.c (sufficient_parms_p): New function, broken out of ...
3681 (add_function_candidate): ... here. Use it.
3682 (add_conv_candidate): Use it.
3683 * decl.c (grok_ctor_properties): Use it.
3684
3685 2000-12-07 Jakub Jelinek <jakub@redhat.com>
3686
3687 * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
3688
3689 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
3690
3691 * decl2.c (lang_decode_option): Handle -Wformat-security.
3692
3693 2000-12-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3694
3695 * pt.c (verify_class_unification): New function.
3696 (get_class_bindings): Use it.
3697 (try_class_unification): Tidy.
3698 (unify): Handle when argument of a template-id is not
3699 template parameter dependent.
3700 (template_args_equal): Handle when TREE_CODE's do not match.
3701
3702 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
3703
3704 * lang-specs.h (c++): When invoking the stand-alone preprocessor
3705 for -save-temps, pass all relevant -Defines to it, and then don't
3706 pass them to cc1plus.
3707
3708 2000-12-05 Will Cohen <wcohen@redhat.com>
3709
3710 * decl.c (finish_case_label): Cleared
3711 more_cleanups_ok in surrounding function scopes.
3712 (define_label): Likewise.
3713
3714 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
3715
3716 * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
3717 (get_matching_virtual): Remove.
3718 (look_for_overrides): Declare new function.
3719 * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
3720 DECL_VINDEX here.
3721 * class.c (check_for_override): Move base class iteration code
3722 to look_for_overrides.
3723 * search.c (next_baselink): Remove.
3724 (get_virtuals_named_this): Remove.
3725 (get_virtual_destructor): Remove.
3726 (tree_has_any_destructors_p): Remove.
3727 (struct gvnt_info): Remove.
3728 (check_final_overrider): Remove `virtual' from error messages.
3729 (get_matching_virtuals): Remove. Move functionality to ...
3730 (look_for_overrides): ... here, and ...
3731 (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
3732 to be overriding.
3733
3734 2000-12-05 Nathan Sidwell <nathan@codesourcery.com>
3735
3736 * typeck.c (get_delta_difference): If via a virtual base,
3737 return zero.
3738 * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
3739 adjustment.
3740
3741 2000-12-04 Richard Henderson <rth@redhat.com>
3742
3743 * error.c (dump_tree): Use output_add_string not OB_PUTS.
3744
3745 2000-12-04 Jason Merrill <jason@redhat.com>
3746
3747 * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
3748 (write_builtin_type): Pass intSI_type_node and the like through
3749 type_for_mode.
3750 * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
3751 Pass intSI_type_node and the like through type_for_mode.
3752 * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
3753 * pt.c (tsubst, unify): Likewise.
3754 * tree.c (walk_tree): Likewise.
3755 * error.c (dump_type): Likewise.
3756 (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
3757
3758 * Make-lang.in: Tweak top comment for emacs.
3759 (cp/TAGS): Restore.
3760
3761 * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
3762
3763 * class.c (clone_function_decl): Robustify.
3764
3765 2000-12-04 Michael Matz <matzmich@cs.tu-berlin.de>
3766
3767 * decl.c (store_bindings): Only search in the non modified
3768 old_bindings for duplicates.
3769
3770 2000-12-04 Nathan Sidwell <nathan@codesourcery.com>
3771
3772 * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
3773 TYPE_POLYMORPHIC_P.
3774
3775 * typeck.c (build_static_cast): Remove unused variable.
3776
3777 2000-12-01 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3778
3779 * pt.c: Fix typo in comment.
3780
3781 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
3782
3783 * decl2.c (warn_format): Remove definition.
3784 (lang_decode_option): Handle -Wformat-nonliteral,
3785 -Wno-format-extra-args and -Wno-format-y2k. Use set_Wformat.
3786
3787 2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
3788
3789 * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
3790 (init_decl_processing): Don't create string_type_node,
3791 const_string_type_node, wint_type_node, intmax_type_node,
3792 uintmax_type_node, default_function_type, ptrdiff_type_node and
3793 unsigned_ptrdiff_type_node. Adjust position of call to
3794 c_common_nodes_and_builtins.
3795 (identifier_global_value): New function.
3796
3797 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>
3798
3799 * call.c (standard_conversion): Reject pointer to member
3800 conversions from ambiguous, inaccessible or virtual bases.
3801 * typeck.c (build_static_cast): Don't check pointers to members
3802 specially.
3803
3804 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
3805
3806 * method.c (do_build_copy_constructor): Preserve cv
3807 qualifications when accessing source object members.
3808 (do_build_assign_ref): Likewise. Remove separate diagnostics for
3809 unnamed fields.
3810
3811 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
3812
3813 * method.c (do_build_assign_ref): Construct appropriately
3814 CV-qualified base reference. Don't allow const casts in base
3815 conversion.
3816
3817 2000-11-30 Nathan Sidwell <nathan@codesourcery.com>
3818
3819 * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
3820 incomplete return type.
3821
3822 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
3823
3824 * parse.y (base_class.1): Produce a _TYPE not a _DECL.
3825 * semantics.c (finish_base_specifier): Accept a _TYPE not a
3826 _DECL.
3827
3828 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
3829
3830 * spew.c (yyerror): Cope if yylval.ttype is NULL.
3831
3832 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
3833
3834 * decl.c (grokdeclarator): Diagnose undefined template contexts.
3835
3836 2000-11-28 Nathan Sidwell <nathan@codesourcery.com>
3837
3838 * decl.c (grokdeclarator): Do type access control on friend
3839 class.
3840
3841 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
3842
3843 * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
3844 bison parser ickiness.
3845 * pt.c (tsubst_friend_function): Enter namespace scope when
3846 tsubsting the function name.
3847 * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
3848
3849 2000-11-27 Nathan Sidwell <nathan@codesourcery.com>
3850
3851 * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
3852 * cvt.c (cp_convert_to_pointer): Add force parameter.
3853 Allow conversions via virtual base if forced.
3854 (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
3855 (ocp_convert): Likewise.
3856 * search.c (binfo_from_vbase): Return the virtual base's binfo.
3857 * typeck.c (get_delta_difference): Adjust handling of virtual
3858 bases.
3859
3860 2000-11-26 Mark Mitchell <mark@codesourcery.com>
3861
3862 * tree.c (struct list_hash): Remove.
3863 (list_hash_table): Make it be an htab.
3864 (struct list_proxy): New type.
3865 (list_hash_eq): New function.
3866 (list_hash_pieces): Renamed from ...
3867 (list_hash): ... this.
3868 (list_hash_lookup): Remove.
3869 (list_hash_add): Remove.
3870 (hash_tree_cons): Use the generic hashtable.
3871 (mark_list_hash): Remove.
3872 (init_tree): Create the hashtable.
3873
3874 2000-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
3875
3876 * method.c (build_mangled_C9x_name): Rename to
3877 build_mangled_C99_name. Change C9X references in comments to
3878 refer to C99.
3879
3880 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
3881
3882 * parse.y (unary_expr): Move VA_ARG from here ...
3883 (primary): ... to here.
3884
3885 2000-11-24 Nathan Sidwell <nathan@codesourcery.com>
3886
3887 * semantics.c (finish_id_expr): If type is error_mark, return
3888 error_mark.
3889
3890 2000-11-23 Nathan Sidwell <nathan@codesourcery.com>
3891
3892 * pt.c (lookup_template_class): Simplify loop exit constructs.
3893 Cope when there is no partial instantiation of a template
3894 template member.
3895
3896 Thu Nov 23 02:16:47 2000 J"orn Rennecke <amylaar@redhat.com>
3897
3898 * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
3899
3900 2000-11-22 Mark Mitchell <mark@codesourcery.com>
3901
3902 * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
3903 prefix.
3904
3905 * pt.c (do_decl_instantiate): Explicitly clone constructors and
3906 destructors that haven't already been cloned.
3907
3908 2000-11-20 Richard Henderson <rth@redhat.com>
3909
3910 * parse.y (yyparse_1): Rename the parser entry point.
3911
3912 2000-11-20 Alex Samuel <samuel@codesourcery.com>
3913
3914 * mangle.c (write_name): Use <unscoped-name> for names directly in
3915 function scope.
3916 (write_unscoped_name): Accept names directly in function scope.
3917
3918 2000-11-20 Nathan Sidwell <nathan@codesourcery.com>
3919
3920 * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
3921 * parse.y (extdef): Add EXPORT reduction.
3922 * spew.c (yylex): Don't skip export here.
3923
3924 2000-11-19 Mark Mitchell <mark@codesourcery.com>
3925
3926 * decl.c (init_decl_processing): Correct name of pure virtual
3927 function under the new ABI.
3928 * rtti.c (throw_bad_cast): Likewise, for bad cast function.
3929 (throw_bad_typeid): Likewise for bad typeid function.
3930
3931 2000-11-18 Mark Mitchell <mark@codesourcery.com>
3932
3933 * decl.c (grokparms): Don't even function types of `void' type,
3934 either.
3935 * mangle.c (write_type): Don't crash when confronted with the
3936 error_mark_node.
3937
3938 * decl.c (grokparms): Don't create parameters of `void' type.
3939
3940 2000-11-17 Zack Weinberg <zack@wolery.stanford.edu>
3941
3942 * lex.c (mark_impl_file_chain): Delete.
3943 (init_parse): Remove call to ggc_add_string_root. No need to
3944 ggc_strdup a string constant. Do not add impl_file_chain to GC
3945 roots.
3946 (handle_pragma_implementation): No need to ggc_strdup main_filename.
3947
3948 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
3949
3950 * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
3951
3952 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
3953
3954 * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
3955 * decl.c (grokdeclarator): Don't reject void parms here.
3956 (require_complete_types_for_parms): Simplify, use
3957 complete_type_or_else.
3958 (grokparms): Remove bitrot. Remove funcdef parm.
3959 Deal with ellipsis parm lists here.
3960 * semantics.c (finish_parmlist): Don't append void_list_node
3961 here. Set PARMLIST_ELLIPSIS_P.
3962
3963 2000-11-17 Nathan Sidwell <nathan@codesourcery.com>
3964
3965 * typeck2.c (incomplete_type_error): Reorganise to avoid
3966 excessive diagnostics.
3967
3968 2000-11-16 Zack Weinberg <zack@wolery.stanford.edu>
3969
3970 * lex.c (struct impl_files, internal_filename): Constify a char *.
3971
3972 2000-11-16 Mark Mitchell <mark@codesourcery.com>
3973
3974 * mangle.c (write_special_name_constructor): Don't generate
3975 assembler junk when confronted with an old-style constructor.
3976 (write_special_name_destructor): Likewise.
3977 (mangle_decl_string): Do it here instead.
3978
3979 2000-11-16 Nathan Sidwell <nathan@codesourcery.com>
3980
3981 * call.c (op_error): Make error messages clearer.
3982
3983 2000-11-15 Mark Mitchell <mark@codesourcery.com>
3984
3985 * decl.c (wrapup_globals_for_namespace): Don't mark things
3986 TREE_ASM_WRITTEN when they're not.
3987
3988 2000-11-15 Jason Merrill <jason@redhat.com>
3989
3990 * typeck2.c (friendly_abort): Uncount the error before handing
3991 off to fancy_abort.
3992
3993 2000-11-15 Nathan Sidwell <nathan@codesourcery.com>
3994
3995 * typeck.c (lookup_anon_field): Cope with qv qualifiers.
3996
3997 2000-11-14 Mark Mitchell <mark@codesourcery.com>
3998
3999 * class.c (build_vtbl_initializer): Fix typo in comment.
4000 * typeck.c (expr_sizeof): Don't crash on errors.
4001
4002 2000-11-14 Jim Wilson <wilson@redhat.com>
4003
4004 * lang-specs.h: Add %2 after %(cc1_options).
4005
4006 2000-11-14 Richard Henderson <rth@redhat.com>
4007
4008 * typeck.c (c_sizeof): Be strict about casting result value
4009 back to c_size_type_node.
4010 (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
4011
4012 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
4013
4014 * typeck.c (build_unary_op): Use boolean_increment from
4015 c-common.c, moving the relevant code there.
4016
4017 2000-11-11 Jason Merrill <jason@redhat.com>
4018
4019 * typeck.c (mark_addressable): Don't call put_var_into_stack.
4020
4021 * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
4022 in inlines.
4023
4024 2000-11-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4025
4026 * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
4027 * lex.c (copy_lang_decl): Likewise.
4028
4029 2000-11-09 Mark Mitchell <mark@codesourcery.com>
4030
4031 * dump.c (cp_dump_tree): Don't dump function bodies here.
4032
4033 * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
4034 (dump.o): Update dependency list.
4035 * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
4036 (flag_dump_translation_unit): Likewise.
4037 (CP_TYPE_QUALS): Adjust definition.
4038 (DECL_C_BIT_FIELD): Remove.
4039 (SET_DECL_C_BIT_FIELD): Likewise.
4040 (CLEAR_DECL_C_BIT_FIELD): Likewise.
4041 (add_maybe_template): Likewise.
4042 (strip_array_types): Likewise.
4043 (dump_node_to_file): Likewise.
4044 (cp_dump_tree): New function.
4045 * decl.c (init_decl_processing): Set lang_dump_tree.
4046 * decl2.c (flag_dump_translation_unit): Remove.
4047 * dump.c: Move most of it to ../c-dump.c.
4048 (cp_dump_tree): New function.
4049 * pt.c (add_maybe_template): Remove.
4050 * typeck.c (strip_array_types): Likewise.
4051
4052 2000-11-07 Eric Christopher <echristo@redhat.com>
4053
4054 * decl.c (init_decl_processing): Change definition of
4055 __wchar_t to wchar_t. Remove artificial declaration of
4056 wchar_t.
4057 * lex.c: Change instances of __wchar_t to wchar_t.
4058
4059 2000-11-09 Nathan Sidwell <nathan@codesourcery.com>
4060
4061 * lex.c (do_identifier): Don't lookup_name for operators.
4062 * parse.y (operator): Save looking_for_typename.
4063 (unoperator): Restore it.
4064 * spew.c (frob_opname): Use nth_token for lookahead.
4065
4066 2000-11-08 Nathan Sidwell <nathan@codesourcery.com>
4067
4068 * decl.c (grok_op_properties): Always use coerce_new_type and
4069 coerce_delete_type.
4070 * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
4071 exception specification. Tidy up.
4072 (coerce_delete_type): Preserve exception specification. Tidy up.
4073
4074 2000-11-07 Joseph S. Myers <jsm28@cam.ac.uk>
4075
4076 * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
4077 (push_binding_level), error.c (cp_tree_printer), pt.c
4078 (process_partial_specialization, tsubst_template_arg_vector),
4079 search.c (lookup_member): Use memset () instead of bzero ().
4080
4081 2000-11-07 Nathan Sidwell <nathan@codesourcery.com>
4082
4083 * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
4084
4085 2000-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
4086
4087 * Make-lang.in (c++.distdir): Remove.
4088
4089 2000-11-04 Mark Mitchell <mark@codesourcery.com>
4090
4091 * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
4092 declarations from different namespaces to be combined.
4093
4094 2000-11-03 Zack Weinberg <zack@wolery.stanford.edu>
4095
4096 * decl.c: Include tm_p.h.
4097
4098 2000-11-03 Joseph S. Myers <jsm28@cam.ac.uk>
4099
4100 * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
4101
4102 2000-11-02 Joseph S. Myers <jsm28@cam.ac.uk>
4103
4104 * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
4105 (build_overload_value), repo.c (open_repo_file), xref.c
4106 (open_xref_file): Use strchr () and strrchr () instead of index ()
4107 and rindex ().
4108
4109 2000-11-01 Bernd Schmidt <bernds@redhat.co.uk>
4110
4111 * call.c (build_over_call): Call fold on the CALL_EXPR.
4112
4113 2000-11-01 Gabriel Dos Reis <gdr@codesourcery.com>
4114
4115 * error.c (dump_template_decl): Separate template hearders with
4116 space not comma.
4117
4118 2000-10-31 Gabriel Dos Reis <gdr@codesourcery.com>
4119
4120 * error.c: Move TFF_ macros into cp-tree.h. Throughout, replace
4121 TS_* flags with corresponding TFF_*. Adjust prototypes of
4122 functions (which used to take a tree_string_flags) to take an int.
4123
4124 * cp-tree.h (enum tree_string_flags): Remove
4125 (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
4126 TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
4127 TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
4128 TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
4129 TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
4130 TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
4131 (type_as_string, decl_as_string, expr_as_string,
4132 context_as_string): Adjust prototype.
4133
4134 * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
4135 instead of TS_PLAIN.
4136
4137 * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
4138 instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
4139 plain `0'.
4140
4141 2000-10-30 Mark Mitchell <mark@codesourcery.com>
4142
4143 * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
4144 (linkage_kind): New enumeration.
4145 (decl_linkage): New function.
4146 * decl2.c (comdat_linkage): Extend comment.
4147 * error.c (dump_function_decl): Print the arguments used to
4148 instantiate a template, even when not printing the type of the
4149 function.
4150 * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
4151 not TREE_PUBLIC, to test for external linkage.
4152 * tree.c (decl_linkage): New function.
4153
4154 2000-10-28 Mark Mitchell <mark@codesourcery.com>
4155
4156 * pt.c (instantiate_decl): Always instantiate static data members
4157 initialized in-class.
4158
4159 2000-10-27 Zack Weinberg <zack@wolery.stanford.edu>
4160
4161 * Make-lang.in: Move all build rules here from Makefile.in,
4162 adapt to new context. Wrap all rules that change the current
4163 directory in parentheses. Expunge all references to $(P).
4164 When one command depends on another and they're run all at
4165 once, use && to separate them, not ;. Add OUTPUT_OPTION to
4166 all object-file generation rules. Delete obsolete variables.
4167
4168 * Makefile.in: Delete.
4169 * config-lang.in: Delete outputs= line.
4170
4171 2000-10-26 Gabriel Dos Reis <gdr@codesourcery.com>
4172
4173 * error.c (dump_function_decl): Print no space between
4174 `ptr-operator' the `type-specifier' of the return type.
4175 (dump_type_prefix): Make sure we put space at the appropriate
4176 place.
4177
4178 2000-10-23 Jason Merrill <jason@redhat.com>
4179
4180 * call.c (equal_functions): Also call decls_match for extern "C" fns.
4181
4182 2000-10-22 Jason Merrill <jason@redhat.com>
4183
4184 * call.c (build_conditional_expr): Use ocp_convert to force
4185 rvalue conversion.
4186
4187 2000-10-22 Mark Mitchell <mark@codesourcery.com>
4188
4189 * call.c (standard_conversion): Use RVALUE_CONVs for all
4190 expressions that satisfy lvalue_p, not just those that satisfy
4191 real_lvalue_p.
4192
4193 * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
4194
4195 * typeck.c (c_sizeof): Return an expression of `size_t' type,
4196 not one with TYPE_IS_SIZETYPE set.
4197 (dubious_conversion_warnings): Remove special-case code.
4198
4199 2000-10-21 Geoffrey Keating <geoffk@cygnus.com>
4200
4201 * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
4202 * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
4203 (dump_type_prefix): Print vector-of-int as 'int vector'.
4204 (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
4205 * tree.c (walk_tree): Handle VECTOR_TYPE.
4206
4207 * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
4208
4209 2000-10-21 Jason Merrill <jason@redhat.com>
4210
4211 * parse.y (operator): Set got_object from got_scope.
4212 Set looking_for_typename.
4213 * decl.c (lookup_name_real): Clear val after setting from_obj.
4214 Reorganize diagnostic.
4215
4216 2000-10-20 Jason Merrill <jason@redhat.com>
4217
4218 * tree.c (walk_tree): Don't walk into default args.
4219
4220 * error.c (dump_expr): Use host_integerp.
4221
4222 2000-10-20 David Edelsohn <edelsohn@gnu.org>
4223
4224 * typeck2.c (abstract_virtuals_error): Use "because" instead of
4225 "since" in error message.
4226
4227 Fri Oct 20 13:54:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4228
4229 * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
4230
4231 2000-10-20 Jeffrey Oldham <oldham@codesourcery.com>
4232
4233 * decl.c (revert_static_member_fn): Fixed typo.
4234
4235 2000-10-19 Mark Mitchell <mark@codesourcery.com>
4236
4237 * class.c (subobject_offset_fn): New type.
4238 (dfs_record_base_offsets): Remove.
4239 (record_base_offsets): Likewise.
4240 (dfs_search_base_offsets): Likewise.
4241 (record_subobject_offset): New function.
4242 (check_subobject_offset): Likewise.
4243 (walk_subobject_offsets): Likewise.
4244 (record_subobject_offsets): Likewise.
4245 (layout_conflict_p): Reimplement.
4246 (layout_nonempty_base_or_field): Correct handling of type
4247 conflicts during layout.
4248 (layout_empty_base): Likewise.
4249 (build_base_field): Adjust to handle new representation of empty
4250 base offset table.
4251 (build_base_fields): Likewise.
4252 (layout_virtual_bases): Likewise.
4253 (splay_tree_compare_integer_csts): New function.
4254 (layout_class_type): Use a splay_tree, rather than a varray, to
4255 represent the offsets of empty bases.
4256
4257 * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
4258 * decl.c (select_decl): Don't return declarations that are
4259 DECL_ANTICIPATED.
4260
4261 2000-10-18 Mark Mitchell <mark@codesourcery.com>
4262
4263 * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
4264 (fake_std_node): New macro.
4265 * decl.c (in_std): Rename to ...
4266 (in_fake_std): ... this.
4267 (flag_no_builtin): Remove.
4268 (flag_no_nonansi_builtin): Likewise.
4269 (walk_namespaces_r): Use fake_std_node.
4270 (push_namespace): Use std_identifier.
4271 (pop_namespace): Use in_fake_std.
4272 (lookup_name_real): Use fake_std_node.
4273 (init_decl_processing): When -fhonor-std, create the `std'
4274 namespace. Don't create a dummy fake_std_node in that case.
4275 Adjust call to c_common_nodes_and_builtins. Use std_identifier.
4276 (builtin_function): Put builtins whose names don't begin
4277 with `_' in the std namespace.
4278 * decl2.c (flag_no_builtin): Remove.
4279 (flag_no_nonansi_builtin): Likewise.
4280 (set_decl_namespace): Use fake_std_node.
4281 (validate_nonmember_using_decl): Likewise.
4282 (do_using_directive): Likewise.
4283 (handle_class_head): Likewise.
4284 * dump.c (dequeue_and_dump): Likewise.
4285 * except.c (init_exception_processing): Use std_identifier.
4286 * init.c (build_member_call): Use fake_std_node.
4287 * rtti.c (init_rtti_processing): Use std_identifier.
4288
4289 2000-10-17 Mark Mitchell <mark@codesourcery.com>
4290
4291 * cp-tree.h (back_end_hook): Remove declaration.
4292 * decl2.c (back_end_hook): Remove definition.
4293
4294 * dump.c (dequeue_and_dump): Dump TREE_USED.
4295
4296 Tue Oct 17 20:19:06 2000 Brad Lucier <lucier@math.purdue.edu>
4297
4298 * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
4299
4300 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
4301
4302 * decl.c (WINT_TYPE): Define.
4303 (init_decl_processing): Create types unsigned_ptrdiff_type_node,
4304 c_size_type_node, signed_size_type_node and wint_type_node.
4305
4306 2000-10-17 Joseph S. Myers <jsm28@cam.ac.uk>
4307
4308 * decl2.c (warn_missing_format_attribute): New variable.
4309 (lang_decode_option): Decode -Wmissing-format-attribute.
4310
4311 2000-10-16 Mark Mitchell <mark@codesourcery.com>
4312
4313 * typeck.c (qualify_type): Remove.
4314 (composite_pointer_type): Fix handling of conversions to `cv void*'.
4315
4316 2000-10-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4317
4318 * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
4319
4320 2000-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4321
4322 * Makefile.in (parse.c, parse.h): Create atomically.
4323
4324 2000-10-12 Mark Mitchell <mark@codesourcery.com>
4325
4326 * class.c (current_obstack): Remove.
4327 * decl.c (ggc_p): Remove.
4328 (start_decl): Don't use decl_tree_cons.
4329 (grokdeclarator): Don't use build_decl_list.
4330 (start_function): Don't use decl_tree_cons.
4331 (finish_function): Don't mess with obstacks.
4332 * decl2.c (grok_x_components): Don't use build_decl_list.
4333 * lex.c (make_call_declarator): Don't call decl_tree_cons.
4334 (implicitly_declare_fn): Don't call build_decl_list.
4335 * parse.y (frob_specs): Don't call build_decl_list or
4336 decl_tree_cons.
4337 (expr_or_declarator_intern): Don't call decl_tree_cons.
4338 (primary): Don't call build_decl_list.
4339 (fcast_or_absdcl): Likewise.
4340 (typed_declspecs): Don't call decl_tree_cons.
4341 (reserved_declspecs): Don't call build_decl_list.
4342 (declmods): Likewise.
4343 (reserved_typespecquals): Likewise.
4344 (aggr): Likewise.
4345 (new_type_id): Likewise.
4346 (cv_qualifiers): Likewise.
4347 (after_type_declarator_intern): Likewise.
4348 (notype_declarator_intern): Likewise.
4349 (absdcl_intern): Likewise.
4350 (named_parm): Likewise.
4351 * pt.c (most_specialized_class): Likewise.
4352 * repo.c (temporary_obstack): Make it a structure, not a pointer.
4353 (init_repo): Initialize it.
4354 * search.c (current_obstack): Remove.
4355 * typeck2.c (add_exception_specifier): Don't call build_decl_list.
4356
4357 2000-10-09 Richard Henderson <rth@cygnus.com>
4358
4359 * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
4360 (c++ language support bits for libgcc): Remove.
4361 (c++.clean): Remove cplib2.txt cleanup.
4362 * config-lang.in (headers, lib2funcs): Remove.
4363
4364 * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
4365 * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
4366 * inc/cxxabi.h, inc/exception, inc/new: Remove files.
4367 * inc/new.h, inc/typeinfo: Remove files.
4368
4369 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
4370
4371 * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
4372 defined.
4373 (init_decl_processing): Initialize intmax_type_node and
4374 uintmax_type_node.
4375
4376 2000-10-06 Richard Henderson <rth@cygnus.com>
4377
4378 * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
4379 (original_result_rtx): Remove.
4380 * decl.c (save_function_data): Don't clear x_result_rtx.
4381 (mark_lang_function): Don't mark it either.
4382 * expr.c (fixup_result_decl): Remove.
4383 * semantics.c (genrtl_named_return_value): Frob the return decl
4384 before calling emit_local_var.
4385 (genrtl_finish_function): Don't call fixup_result_decl.
4386 Always emit the jump to return_label.
4387
4388 2000-10-06 Nathan Sidwell <nathan@codesourcery.com>
4389
4390 * pt.c (lookup_template_class): Set current access for enum.
4391 (tsubst_enum): Set file & line for enum decl.
4392
4393 * spew.c (yylex): Remove unused variable.
4394
4395 2000-10-05 Richard Henderson <rth@cygnus.com>
4396
4397 * semantics.c (genrtl_finish_function): Don't init or check
4398 can_reach_end; remove noreturn and return value checks.
4399
4400 2000-10-05 Tom Tromey <tromey@cygnus.com>
4401
4402 * init.c (build_java_class_ref): Use `build_static_name' with a
4403 suffix, not a prefix, to build the class object's name.
4404
4405 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
4406
4407 * cp-tree.h (access_kind): Fix comment typo.
4408 * decl2.c (grokfield): Fix diagnostic typo.
4409 * semantics.c (finish_template_type): Fix comment typo.
4410 (finish_qualified_object_call_expr): Likewise.
4411
4412 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
4413
4414 * pt.c (tsubst_expr, DECL_STMT case): Don't process if
4415 tsubsting fails.
4416
4417 2000-10-05 Nathan Sidwell <nathan@codesourcery.com>
4418
4419 * spew.c (frob_id): New static function.
4420 (frob_opname): Use it.
4421 (yylex): Use it.
4422
4423 2000-10-01 Mark Mitchell <mark@codesourcery.com>
4424
4425 * decl.c (lang_mark_false_label_stack): Remove.
4426 * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
4427
4428 2000-09-30 Joseph S. Myers <jsm28@cam.ac.uk>
4429
4430 * gxxint.texi: Use @email for formatting email addresses.
4431
4432 2000-09-29 Gabriel Dos Reis <gdr@codesourcery.com>
4433
4434 * error.c: Remove direct obstack manipulation. Replace with
4435 output_buffer-based formatting. Adjust calls to removed macros.
4436 (obstack_chunk_alloc, obstack_chunk_free): Remove.
4437 (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
4438 OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
4439
4440 2000-09-24 Mark Mitchell <mark@codesourcery.com>
4441
4442 * ir.texi: Move to ../c-tree.texi.
4443
4444 2000-09-20 Jason Merrill <jason@redhat.com>
4445
4446 * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
4447
4448 2000-09-21 Andreas Jaeger <aj@suse.de>
4449
4450 * errfn.c: Move declaration of cp_printer and cp_printers to ...
4451 * cp-tree.h: ... here.
4452
4453 * error.c: Remove declaration of cp_printer.
4454
4455 2000-09-20 Mark Mitchell <mark@codesourcery.com>
4456
4457 * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
4458
4459 2000-09-20 Hans-Peter Nilsson <hp@axis.com>
4460
4461 * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
4462 users.
4463
4464 2000-09-18 Mark Mitchell <mark@codesourcery.com>
4465
4466 * decl.c (start_function): Robustify.
4467
4468 2000-09-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4469
4470 * cp-tree.h (check_function_format): Accept a `status' parameter.
4471
4472 * call.c, typeck.c: Updates calls to `check_function_format'.
4473
4474 2000-09-17 Geoffrey Keating <geoffk@cygnus.com>
4475
4476 * decl2.c (handle_class_head): Always push some scope even
4477 in the error case.
4478
4479 2000-09-16 Mark Mitchell <mark@codesourcery.com>
4480
4481 * cp-tree.h (struct cp_language_function): Remove
4482 x_scope_stmt_stack and name_declared.
4483 (current_scope_stmt_stack): Remove.
4484 (function_name_declared_p): New macro.
4485 (struct lang_decl_flags): Use c_lang_decl as a base class.
4486 (context): Remove.
4487 (struct lang_decl): Replace saved_tree with context.
4488 (DECL_FRIEND_CONTEXT): Adjust accordingly.
4489 (SET_DECL_FRIEND_CONTEXT): Likewise.
4490 (DECL_VIRTUAL_CONTEXT): Likewise.
4491 (DECL_SAVED_TREE): Remove.
4492 (C_DECLARED_LABEL_FLAG): Likewise.
4493 (cplus_expand_expr_stmt): Don't declare.
4494 (add_decl_stmt): Likewise.
4495 (add_scope_stmt): Likewise.
4496 * decl.c (mark_stmt_tree): Remove.
4497 (case_compare): Likewise.
4498 (finish_case_label): Use c_add_case_label.
4499 (init_decl_processing): Set more language-specific hooks.
4500 (build_enumerator): Fix typo in comment.
4501 (cplus_expand_expr_stmt): Remove.
4502 (mark_lang_function): Use mark_c_language_function.
4503 (lang_mark_tree): Use c_mark_lang_decl.
4504 * decl2.c: Change order of inclusion.
4505 * except.c: Likewise.
4506 * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR. Fall
4507 back on c_expand_expr.
4508 * friend.c: Include expr.h.
4509 * init.c: Change order of inclusion.
4510 * Makefile.in: Update dependencies.
4511 * lex.h (free_lang_decl_chain): Remove.
4512 * optimize.c (maybe_clone_body): Use function_name_declared_p.
4513 * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
4514 it doesn't exist.
4515 (instantiate_decl): Use function_name_declared_p.
4516 * semantics.c (lang_expand_expr_stmt): Remove.
4517 (set_current_function_name_declared): Likewise.
4518 (current_function_name_declared): Likewise.
4519 (begin_compound_stmt): Use function_name_declared_p.
4520 (add_decl_stmt): Remove.
4521 (setup_vtbl_ptr): Use function_name_declared_p.
4522 (add_scope_stmt): Remove.
4523 (current_scope_stmt_stack): New function.
4524 (cp_expand_stmt): Don't handle SCOPE_STMTs.
4525 (expand_body): Use function_name_declared_p.
4526 * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
4527 * typeck.c: Change order of includes.
4528 (convert_sequence): Remove.
4529
4530 2000-09-14 Joseph S. Myers <jsm28@cam.ac.uk>
4531
4532 * lex.c (reswords): Add _Complex.
4533
4534 Thu Sep 14 12:10:45 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4535
4536 * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
4537
4538 2000-09-13 J. David Anglin <dave@hiauly1.hia.nrc.ca>
4539
4540 * init.c (begin_init_stmts): Don't use // comments.
4541
4542 2000-09-12 Jason Merrill <jason@redhat.com>
4543
4544 * decl.c (maybe_deduce_size_from_array_init): Set do_default for
4545 all non-extern arrays.
4546
4547 * decl.c (grokdeclarator): Complain about 'friend T' for implicit
4548 typenames, too. Downgrade complaint to pedwarn.
4549 (xref_tag): Warn about surprising behavior of 'friend struct T'.
4550 * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
4551 'class This::Inherited'.
4552
4553 2000-09-12 Mark Mitchell <mark@codesourcery.com>
4554
4555 * decl.c (finish_case_label): Given the LABEL_DECL a
4556 DECL_CONTEXT.
4557
4558 2000-09-12 Gabriel Dos Reis <gdr@codesourcery.com>
4559
4560 * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
4561 TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
4562 TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
4563 TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
4564 TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
4565 New macros.
4566 (sorry_for_unsupported_tree, print_scope_operator,
4567 print_left_paren, print_right_paren, print_left_bracket,
4568 print_right_bracket, print_whitespace): Likewise.
4569 (aggr_variety): Rename to class_key_or_enum.
4570 (print_type): Rename to print_type_id.
4571 (print_type_specifier_seq, print_simple_type_specifier,
4572 print_elaborated_type_specifier,
4573 print_rest_of_abstract_declarator,
4574 print_parameter_declaration_clause, print_exception_specification,
4575 print_nested_name_specifier, print_template_id,
4576 typedef_original_name, print_template_argument_list_start,
4577 print_template_argument_list_end): New functions.
4578
4579 2000-09-11 Gabriel Dos Reis <gdr@codesourcery.com>
4580
4581 * ir.texi: Add more documentation.
4582
4583 2000-09-11 Mark Mitchell <mark@codesourcery.com>
4584
4585 * cp-tree.h (struct saved_scope): Remove x_function_parms.
4586 (current_function_parms): Don't define.
4587 (struct cp_language_function): Remove parms_stored.
4588 (current_function_just_assigned_this): Don't define.
4589 (current_function_parms_stored): Likewise.
4590 (static_ctors): Declare.
4591 (static_dtors): Likewise.
4592 (SF_EXPAND): Don't define.
4593 (expand_start_early_try_stmts): Remove declaration.
4594 (store_parm_decls): Likewise.
4595 * decl.c (static_ctors): Don't declare.
4596 (static_dtors): Likewise.
4597 (struct binding_level): Remove this_block.
4598 (poplevel): Remove dead code.
4599 (set_block): Likewise.
4600 (mark_binding_level): Don't mark this_block.
4601 (mark_saved_scope): Don't mark x_function_parms.
4602 (init_decl_processing): Don't add current_function_parms as a GC
4603 root.
4604 (check_function_type): Change prototype.
4605 (start_function): Remove RTL-generation code.
4606 (expand_start_early_try_stmts): Remove.
4607 (store_parm_decls): Give it internal linkage. Remove
4608 RTL-generation code.
4609 (finish_function): Remove RTL-generation code.
4610 * decl2.c (static_ctors): Fix formatting.
4611 (static_dtors): Likewise.
4612 * method.c (use_thunk): Don't call store_parm_decls.
4613 (synthesize_method): Likewise.
4614 * optimize.c (maybe_clone_body): Likewise.
4615 * parse.y (fn.def2): Likewise.
4616 (.set_base_init): Likewise.
4617 (nodecls): Likewise.
4618 * pt.c (instantiate_decl): Likewise.
4619 * rtti.c (synthesize_tinfo_fn): Likewise.
4620 * semantics.c (genrtl_try_block): Simplify.
4621 (expand_body): Use genrtl_start_function and
4622 genrtl_finish_function.
4623 (genrtl_start_function): New function.
4624 (genrtl_finish_function): Likewise.
4625
4626 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
4627
4628 * error.c (cp_tree_printer, case 'P'): Append break.
4629
4630 2000-09-11 Nathan Sidwell <nathan@codesourcery.com>
4631
4632 * cp-tree.h (frob_opname): Declare.
4633 * parse.y (saved_scopes): New static variable.
4634 (cp_parse_init): Adjust.
4635 (do_id): If lastiddecl is NULL, do do_identifier.
4636 (operator): Save scope information.
4637 (unoperator): New reduction. Restore scope information.
4638 (operator_name): Append unoperator. Call frob_opname.
4639 * spew.c (frob_opname): Define.
4640
4641 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
4642
4643 * decl.c, rtti.c: Include defaults.h if not already included.
4644 Don't define the *_TYPE_SIZE macros.
4645
4646 2000-09-09 Mark Mitchell <mark@codesourcery.com>
4647
4648 * cp-tree.h (push_switch): Change prototype.
4649 (check_cp_case_value): Remove declaration.
4650 (decl_constant_value): Likewise.
4651 * decl.c (struct cp_switch): Add switch_stmt and cases.
4652 (case_compare): New function.
4653 (push_switch): Set switch_stmt. Initialize cases.
4654 (pop_switch): Clean up cases.
4655 (define_case_label): Rename to ...
4656 (finish_case_label): ... this. Do semantic analysis for case
4657 labels here.
4658 (start_function): Correct comment.
4659 * decl2.c (check_cp_case_value): Remove.
4660 * expr.c (do_case): Remove.
4661 * pt.c (tsubst_expr): Adjust call to finish_case_label.
4662 * semantics.c (genrtl_do_poplevel): Remove declaration.
4663 (RECHAIN_STMTS): Remove.
4664 (finish_break_stmt): Use build_break_stmt.
4665 (finish_continue_stmt): Use build_continue_stmt.
4666 (finish_switch_cond): Adjust condition here, rater than in
4667 c_expand_start_case.
4668 (finish_case_label): Remove.
4669 * typeck.c (c_expand_return): Remove.
4670 (c_expand_start_case): Likewise.
4671
4672 2000-09-07 Gabriel Dos Reis <gdr@codesourcery.com>
4673
4674 * ir.texi: Document type nodes.
4675
4676 2000-09-06 Mark Mitchell <mark@codesourcery.com>
4677
4678 * cp-tree.h (init_cp_semantics): Declare.
4679 (genrtl_try_block): Don't declare.
4680 (genrtl_handler): Likewise.
4681 (genrtl_catch_block): Likewise.
4682 (genrtl_ctor_stmt): Likewise.
4683 (genrtl_subobject): Likewise.
4684 (genrtl_do_poplevel): Likewise.
4685 (genrtl_named_return_value): Likewise.
4686 * lex.c (init_parse): Call init_cp_semantics.
4687 * semantics.c (genrtl_try_block): Give it internal linkage.
4688 (genrtl_handler): Likewise.
4689 (genrtl_catch_block): Likewise.
4690 (genrtl_ctor_stmt): Likewise.
4691 (genrtl_subobject): Likewise.
4692 (genrtl_do_poplevel): Likewise.
4693 (genrtl_named_return_value): Likewise.
4694 (lang_expand_stmt): Rename to ...
4695 (cp_expand_stmt): ... this. Only handle C++-specific nodes.
4696 (init_cp_semantics): Define.
4697
4698 * decl.c (initialize_local_var): Remove RTL-generating code.
4699 * semantics.c (genrtl_try_block): Fix formatting.
4700
4701 Move statement-tree facilities from C++ to C front-end.
4702 * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
4703 (void_zero_node): Remove.
4704 (stmt_tree): Likewise.
4705 (scope_chain): Adjust.
4706 (language_function): Rename to cp_language_function.
4707 (cp_function_chain): Adjust.
4708 (current_stmt_tree): Remove.
4709 (last_tree): Likewise.
4710 (last_expr_type): Likewise.
4711 (struct lang_decl): Adjust.
4712 (STMT_IS_FULL_EXPR_P): Remove.
4713 (add_tree): Remove.
4714 (begin_stmt_tree): Likewise.
4715 (finish_stmt_tree): Likewise.
4716 (walk_tree_fn): Likewise.
4717 (walk_stmt_tree): Likewise.
4718 * class.c (finish_struct): Replace use of add_tree with add_stmt.
4719 * decl.c (mark_stmt_tree): Adjust type.
4720 (init_decl_processing): Don't build void_zero_node.
4721 (initialize_local_var): Adjust usage of current_stmt_tree.
4722 (finish_enum): Use add_stmt, not add_tree.
4723 (save_function_data): Adjust use of language_function.
4724 (finish_constructor_body): Use add_stmt, not add_tree.
4725 (finish_destructor_body): Likewise.
4726 (push_cp_function_context): Adjust use of language_function.
4727 (pop_cp_function_context): Likewise.
4728 (mark_lang_function): Likewise.
4729 (mark_cp_function_context): Likewise.
4730 * init.c (build_aggr_init): Adjust use of current_stmt_tree.
4731 (build_vec_init): Likewise.
4732 * semantics.c (SET_LAST_STMT): Remove.
4733 (RECHAIN_STMTS): Don't use it.
4734 (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
4735 (current_stmt_tree): Define.
4736 (add_tree): Remove.
4737 (finish_goto_stmt): Use add_stmt, not add_tree.
4738 (finish_expr_stmt): Likewise.
4739 (begin_if_stmt): Likewise.
4740 (finish_then_clause): Likewise.
4741 (begin_while_stmt): Likewise.
4742 (begin_do_stmt): Likewise.
4743 (finish_return_stmt): Likewise.
4744 (begin_for_stmt): Likewise.
4745 (finish_break_stmt): Likewise.
4746 (finish_continue_stmt): Likewise.
4747 (begin_switch_stmt): Likewise.
4748 (finish_case_label): Likewise.
4749 (begin_try_block): Likewise.
4750 (begin_function_try_block): Likewise.
4751 (begin_handler): Likewise.
4752 (begin_catch_block): Likewise.
4753 (begin_compound_stmt): Likewise.
4754 (begin_asm_stmt): Likewise.
4755 (finish_asm_stmt): Likewise.
4756 (finish_label_stmt): Likewise.
4757 (add_decl_stmt): Likewise.
4758 (finish_subobject): Likewise.
4759 (finish_decl_cleanup): Likewise.
4760 (finish_named_return_value): Likewise.
4761 (setup_vtbl_ptr): Likewise.
4762 (add_scope_stmt): Likewise.
4763 (finish_stmt_expr): Likewise.
4764 (prune_unused_decls): Remove.
4765 (begin_stmt_tree): Likewise.
4766 (finish_stmt_tree): Likewise.
4767 (prep_stmt): Adjust use of current_stmt_tree.
4768 (lang_expand_stmt): Likewise.
4769 * tree.c (statement_code_p): Remove.
4770 (cp_statement_code_p): New function.
4771 (walk_stmt_tree): Remove.
4772 (init_tree): Set lang_statement_code_p.
4773
4774 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
4775
4776 Integrated preprocessor.
4777
4778 * Make-lang.in, Makefile.in: Remove all references to input.c,
4779 gxx.gperf, and hash.h. Add ../c-lex.o to C_OBJS.
4780 * gxx.gperf, hash.h, input.c: Delete.
4781 * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
4782 initialized properly.
4783
4784 * class.c (fixup_pending_inline): Take a tree, not a
4785 struct pending_inline *. All callers changed.
4786 (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
4787 RID_PROTECTED entries in ridpointers[] array here.
4788 * decl.c (duplicate_decls): Do not refer to struct
4789 pending_inline.
4790 (record_builtin_type, init_decl_processing): Use RID_MAX not
4791 CP_RID_MAX.
4792 (grokdeclarator): Use C_IS_RESERVED_WORD.
4793 * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
4794 cpplib.
4795 (grok_x_components): Do not inspect pending_inlines chain.
4796
4797 * cp-tree.h (struct lang_identifier): Add rid_code entry.
4798 (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
4799 (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
4800 (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
4801 TIME_IDENTIFIER_FILEINFO): Kill.
4802 Update prototypes.
4803 * lex.h: Expunge cp_rid. Rewrite RIDBIT macros to use just a
4804 single 32-bit word.
4805 * parse.y: Call do_pending_inlines unconditionally.
4806 reinit_parse_for_method is now snarf_method. fn.defpen is no
4807 longer necessary. Remove unnecessary <itype> annotation on
4808 SCOPE. Do not refer to end_of_file or struct pending_inline.
4809 * semantics.c (begin_inline_definitions): Call
4810 do_pending_inlines unconditionally.
4811
4812 * lex.c: Remove all code now shared with C front end.
4813 Initialize cpplib properly if USE_CPPLIB. Put reserved words
4814 into the get_identifier table. Rewrite pragma handling to
4815 work with the registry. Move code to save tokens for later
4816 processing to spew.c.
4817
4818 * spew.c: Rewrite everything in terms of token streams instead
4819 of text. Move routines here from lex.c / input.c as
4820 appropriate. GC-mark trees hanging off the pending inlines
4821 chain.
4822
4823 2000-09-06 Mark Mitchell <mark@codesourcery.com>
4824
4825 * NEWS: Mention that the named return value extension has been
4826 deprecated.
4827 * cp-tree.h (original_result_rtx): Define.
4828 (TREE_REFERENCE_EXPR): Remove.
4829 (DECL_VPARENT): Likewise.
4830 (pushdecl_nonclass_level): Likewise.
4831 (store_return_init): Likewise.
4832 (reinit_lang_specific): Likewise.
4833 (genrtl_named_return_value): Change prototype.
4834 * decl.c (original_result_rtx): Remove.
4835 (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
4836 Do not generate RTL for local variables here.
4837 (store_return_init): Remove.
4838 * semantics.c (genrtl_named_return_value): Simplify. Fold in
4839 store_return_init.
4840 (finish_named_return_value): Adjust accordingly. Warn that this
4841 extension is deprecated.
4842 (lang_expand_stmt): Adjust call to genrtl_named_return_value.
4843
4844 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
4845
4846 * pt.c (type_unification_real): Replace switch with if.
4847 (unify): Tsubst non-type parms before comparing.
4848
4849 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
4850
4851 * error.c (dump_typename): New function, broken out of ...
4852 (dump_type): ... here. Use it.
4853 * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
4854
4855 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
4856
4857 * init.c (build_offset_ref): Deal with namespace scoped
4858 TEMPLATE_ID_EXPRs.
4859
4860 2000-09-06 Nathan Sidwell <nathan@codesourcery.com>
4861
4862 * class.c (resolve_address_of_overloaded_function): Add
4863 explanation message.
4864 * decl.c (define_case_label): Reformat explanation.
4865 * decl2.c (finish_static_data_member_decl): Likewise.
4866 (grokfield): Likewise.
4867 * friend.c (do_friend): Likewise.
4868
4869 2000-09-05 Zack Weinberg <zack@wolery.cumb.org>
4870
4871 * tree.c (walk_tree): Expose tail recursion.
4872 (walk_stmt_tree): New function.
4873 * cp-tree.h: Prototype walk_stmt_tree.
4874 * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
4875 the BLOCKs directly. If a BLOCK has no variables after
4876 pruning, discard it.
4877 (finish_stmt_tree): Use walk_stmt_tree. No need to save and
4878 restore the line number.
4879
4880 2000-09-05 Mark Mitchell <mark@codesourcery.com>
4881
4882 * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
4883 (pt.o): Remove dependency on HTAB_H.
4884 * cp-tree.h: Include hashtab.h.
4885 (walk_tree): Change prototype.
4886 (walk_tree_without_duplicates): New function.
4887 * decl.c (check_default_argument): Use it.
4888 * optimize.c (remap_decl): Adjust calls to walk_tree.
4889 (copy_body): Likewise.
4890 (expand_calls_inline): Likewise.
4891 (calls_setjmp_p): Use walk_tree_without_duplicates.
4892 * pt.c: Don't include hashtab.h.
4893 (for_each_template_parm): Use walk_tree_without_duplicates.
4894 * semantics.c (finish-stmt_tree): Likewise.
4895 (expand_body): Likewise.
4896 * tree.c (walk_tree): Add additional parameter.
4897 (walk_tree_without_duplicates): New function.
4898 (count_trees): Use it.
4899 (verify_stmt_tree): Adjust call to walk_tree.
4900 (find_tree): Use walk_tree_without_duplicates.
4901 (no_linkage_check): Likewise.
4902 (break_out_target_exprs): Adjust call to walk_tree.
4903 (cp_unsave): Likewise.
4904
4905 2000-09-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4906
4907 * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
4908 (TEMPLATE_TEMPLATE_PARM): Adjust comment.
4909 * cp-tree.h (TYPE_BINFO): Adjust comment.
4910 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
4911 (TEMPLATE_TYPE_PARM_INDEX): Likewise.
4912 (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
4913 (TYPE_TEMPLATE_INFO): Likewise.
4914 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
4915 * class.c (push_nested_class): Likewise.
4916 * decl.c (lookup_name_real): Likewise.
4917 (grokdeclarator): Likewise.
4918 (grok_op_properties): Likewise.
4919 (xref_tag): Likewise.
4920 (xref_basetypes): Likewise.
4921 * decl2.c (constructor_name_full): Likewise.
4922 (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
4923 (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
4924 * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
4925 (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4926 (dump_type_suffix): Likewise.
4927 * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
4928 instead.
4929 (get_aggr_from_typedef): Likewise.
4930 * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
4931 (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4932 (write_template_parm): Likewise.
4933 (write_template_template_parm): Check tree code instead of
4934 using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
4935 * method.c (build_overload_nested_name): Add
4936 BOUND_TEMPLATE_TEMPLATE_PARM.
4937 (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
4938 * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4939 * pt.c (convert_template_argument): Check tree code instead of
4940 using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
4941 (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
4942 (for_each_template_parm): Adjust comment.
4943 (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM. Reorganize.
4944 (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4945 (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM. Reorganize. Use
4946 template_args_equal to compare template template parameter cases.
4947 * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4948 * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
4949 instead.
4950 * tree.c (copy_template_template_parm): Decide whether to create
4951 a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
4952 (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4953 (copy_tree_r): Likewise.
4954 * typeck.c (comptypes): Likewise. Check tree code instead of
4955 using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
4956
4957 2000-09-04 Mark Elbrecht <snowball3@bigfoot.com>
4958
4959 * decl.c (finish_function): Move the code for handling functions
4960 marked with the constructor and destructor attributes inside the
4961 expand_p block.
4962
4963 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
4964
4965 * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
4966
4967 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
4968
4969 * pt.c (lookup_template_class): Remove abort.
4970 * tree.c (get_type_decl): Allow error_mark_node.
4971
4972 2000-09-04 Nathan Sidwell <nathan@codesourcery.com>
4973
4974 * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
4975 TEMPLATE_ID_EXPRs.
4976
4977 2000-09-03 Mark Mitchell <mark@codesourcery.com>
4978
4979 * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
4980 new ABI mangling.
4981
4982 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
4983
4984 * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
4985 union tag mismatch error reporting.
4986
4987 2000-09-01 Nathan Sidwell <nathan@codesourcery.com>
4988
4989 * call.c (build_scoped_method_call): Check it is not a namespace.
4990
4991 2000-08-30 Jason Merrill <jason@redhat.com>
4992
4993 * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
4994
4995 * tree.c (bot_manip): Check TREE_CONSTANT rather than
4996 !TREE_SIDE_EFFECTS. Call break_out_target_exprs and
4997 build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
4998
4999 * decl.c (start_function): Always call make_function_rtl.
5000
5001 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
5002
5003 * semantics.c (prune_unused_decls): New function.
5004 (finish_stmt_tree): Call it via walk_tree.
5005
5006 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
5007
5008 * class.c (build_secondary_vtable): Constify a char *.
5009 * decl.c (init_decl_processing): Initialize function_id_node,
5010 pretty_function_id_node, and func_id_node.
5011 * input.c (struct input_source): Constify 'str'.
5012 (feed_input): Constify first argument.
5013 * mangle.c (write_identifier): Constify argument.
5014 * pt.c (mangle_class_name_for_template): Constify argument.
5015
5016 2000-08-29 Mark Mitchell <mark@codesourcery.com>
5017
5018 * typeck.c (mark_addressable): Remove code that pokes around in
5019 RTL.
5020
5021 2000-08-28 Jason Merrill <jason@redhat.com>
5022
5023 * lex.c (file_name_nondirectory): Move to toplev.c.
5024
5025 * cp-tree.h (LOCAL_CLASS_P): New macro.
5026 * class.c (finish_struct_1): Use it.
5027
5028 2000-08-27 Alex Samuel <samuel@codesourcery.com>
5029
5030 * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
5031 (write_encoding): Pass another argument to write_name.
5032 (write_name): Add ignore_local_scope parameter. Fix handling of
5033 local names.
5034 (write_nested_name): Use write_unqualified_name.
5035 (write_prefix): Likewise. Skip out on FUNCTION_DECLs.
5036 (write_template_prefix): Use write_unqualified_name.
5037 (write_component): Remove.
5038 (write_local_name): Add parameter. Use direct local entity to
5039 discriminator calculation.
5040 (write_class_enum_type): Pass another argument to write_name.
5041 (write_template_template_arg): Likewise.
5042 (make_guard_variable): Likewise.
5043
5044 2000-08-27 Jason Merrill <jason@redhat.com>
5045
5046 * decl.c (pushdecl): Matching decls for local externs are found in
5047 the current level. Propagate linkage information from previous
5048 declarations.
5049
5050 2000-08-26 Gabriel Dos Reis <gdr@codesourcery.com>
5051
5052 * ir.texi (Expressions): Fix typo.
5053
5054 2000-08-25 Greg McGary <greg@mcgary.org>
5055
5056 * tree.c (init_tree): Use ARRAY_SIZE.
5057
5058 2000-08-25 Gabriel Dos Reis <gdr@codesourcery.com>
5059
5060 * error.c (cp_tree_printer): Rework.
5061
5062 2000-08-25 Mark Mitchell <mark@codesourcery.com>
5063
5064 * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
5065 dyn-string.o.
5066 (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
5067 (cp-demangle.o): Remove target.
5068 (dyn-string.o): Likewise.
5069
5070 * decl.c (grokfndecl): Require that `main' return an `int'.
5071 * mangle.c (write_encoding): Don't mangle return types for
5072 conversion functions.
5073
5074 2000-08-25 Gabriel Dos Reis <gdr@codesourcery.com>
5075
5076 * error.c (tree_formatting_info): New data type.
5077 (tree_being_formatted): New macro.
5078 (tree_formatting_flags): Likewise.
5079 (put_whitespace): Likewise.
5080 (print_tree_identifier): Likewise.
5081 (print_identifier): Likewise.
5082 (cp_tree_printer, print_function_argument_list, print_declaration,
5083 print_expression, print_function_declaration,
5084 print_function_parameter, print_type, print_cv_qualifier): New
5085 functions.
5086 (init_error): Initialize lang_printer.
5087
5088 2000-08-24 Jason Merrill <jason@redhat.com>
5089
5090 * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
5091 adjustment necessary.
5092
5093 2000-08-24 Greg McGary <greg@mcgary.org>
5094
5095 * cp-tree.h (MAIN_NAME_P): Remove macro.
5096
5097 2000-08-24 Gabriel Dos Reis <gdr@codesourcery.com>
5098
5099 * error.c (print_instantiation_context): Don't forget to flush the
5100 buffer.
5101
5102 2000-08-23 Jason Merrill <jason@redhat.com>
5103
5104 * typeck.c (build_ptrmemfunc): Save the input pmf.
5105
5106 * method.c (process_modifiers): Use same_type_p.
5107
5108 2000-08-23 Mark Mitchell <mark@codesourcery.com>
5109
5110 * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
5111 * mangle.c (write_function_type): Change prototype.
5112 (write_encoding): Don't mangle return types for
5113 constructors or destructors.
5114 (write_type): Adjust call to write_function_type.
5115 * pt.c (instantiate_template): Instantiate alternate entry points
5116 when instantiating the main function.
5117
5118 2000-08-23 Gabriel Dos Reis <gdr@codesourcery.com>
5119
5120 * error.c (cp_print_error_function): Don't use embedded '\n' in
5121 output_printf.
5122
5123 2000-08-23 Gabriel Dos Reis <gdr@codesourcery.com>
5124
5125 * decl.c (init_decl_processing): Remove bogus initialization.
5126 * error.c (lang_print_error_function): Restore here.
5127 (init_error): Initialize print_error_function.
5128
5129 2000-08-22 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
5130
5131 * decl2.c (arg_assoc): Revert my 2000-08-11 change.
5132
5133 2000-08-22 Gabriel Dos Reis <gdr@codesourcery.com>
5134
5135 * Makefile.in (error.o): Depends on diagnostic.h
5136
5137 * cp-tree.h (problematic_instantiation_changed,
5138 record_last_problematic_instantiation, current_instantiation,
5139 print_instantiation_context): Declare.
5140 (maybe_print_template_context): Remove.
5141
5142 * decl.c (init_decl_processing): Set print_error_function to NULL.
5143 (lang_print_error_function): Remove, since we're using a new
5144 machinery.
5145
5146 * error.c: #include diagnostic.h
5147 (function_category): New function.
5148 (cp_diagnostic_starter): Likewise.
5149 (cp_diagnostic_finalizer): Likewise.
5150 (cp_print_error_function): Likewise.
5151 (maybe_print_instantiation_context): Likewise.
5152 (print_instantiation_full_context): Likewise.
5153 (print_instantiation_partial_context): Likewise.
5154 (print_instantiation_context): Define.
5155 (init_error): Initialize diagnostic pager and finalizer.
5156
5157 * pt.c (problematic_instantiation_changed): Define.
5158 (record_last_problematic_instantiation): Likewise.
5159 (current_instantiation): Likewise.
5160 (maybe_print_template_context): Remove.
5161 (print_template_context): Likewise.
5162 (current_tinst_level): Make static to reflect Brendan Kehoe's
5163 change of 1995-04-13.
5164 (push_tinst_level): Call print_instantiation_context.
5165
5166 2000-08-21 Nix <nix@esperi.demon.co.uk>
5167
5168 * lang-specs.h: Do not process -o or run the assembler if
5169 -fsyntax-only.
5170
5171 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
5172
5173 * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
5174 variables.
5175 * decl2.c (lang_decode_option): Disable gettext attributes for
5176 -ansi.
5177
5178 2000-08-21 Gabriel Dos Reis <gdr@codesourcery.com>
5179
5180 * lex.c (lang_init_options): Default diagnostic message maximum
5181 length to 80, when line-wrapping.
5182
5183 2000-08-20 Mark Mitchell <mark@codesourcery.com>
5184
5185 * class.c (build_vtbl_initializer): Clear the entire
5186 vtbl_init_data. Start keeping track of the functions for which we
5187 have created vcall offsets here.
5188 (dfs_build_vcall_offset_vtbl_entries): Remove.
5189 (build_vcall_offset_vtbl_entries): Reimplement.
5190 (add_vcall_offset_vtbl_entries_r): New function.
5191 (add_vcall_offset_vtbl_entries_1): Likewise. Tweak logic for
5192 computing when vcall offsets are necessary.
5193
5194 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
5195
5196 * decl.c (member_function_or_else): Use cp_error ... %T.
5197 (grokdeclarator): Likewise.
5198 (start_method): Likewise.
5199 * friend.c (make_friend_class): Use cp_pedwarn ... %T.
5200
5201 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
5202
5203 * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
5204 TYPE_DECLs.
5205
5206 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
5207
5208 * cp-tree.h (PTRMEM_OK_P): New macro.
5209 (itf_ptrmem_ok): New enumeration value.
5210 * class.c (resolve_address_of_overloaded_function): Add PTRMEM
5211 argument. Diagnose implicit pointer to member.
5212 (instantiate_type): Don't diagnose implicit pointer to member
5213 here. Pass itf_ptrmem_ok if ok. Adjust calls to
5214 resolve_address_of_overloaded_function.
5215 * init.c (build_offset_ref): Set PTRMEM_OK_P.
5216 (resolve_offset_ref): Don't diagnose implicit pointer to member here.
5217 * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
5218 * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
5219 (build_unary_op): Deal with single non-static member in
5220 microsoft-land.
5221
5222 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
5223
5224 * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
5225
5226 2000-08-18 Nathan Sidwell <nathan@codesourcery.com>
5227
5228 * cp-tree.h (enum_name_string): Remove prototype.
5229 (report_case_error): Remove prototype.
5230 * cp/typeck2.c (enum_name_string): Remove.
5231 (report_case_error): Remove.
5232 * error.c (dump_expr): Deal with enum values directly.
5233 Correctly negate integer constant.
5234
5235 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
5236
5237 * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
5238 (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
5239 * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
5240 (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
5241 (__cxa_vec_new): Use __cxa_vec_new2.
5242 (__cxa_vec_delete): Use __cxa_vec_delete2.
5243
5244 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
5245
5246 * vec.cc (__cxa_vec_new): Set "C" linkage.
5247 (__cxa_vec_ctor): Likewise.
5248 (__cxa_vec_cctor): Likewise.
5249 (__cxa_vec_dtor): Likewise.
5250 (__cxa_vec_delete): Likewise.
5251 * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
5252 (__cxa_vec_ctor): Likewise.
5253 (__cxa_vec_cctor): Likewise.
5254 (__cxa_vec_dtor): Likewise.
5255 (__cxa_vec_delete): Likewise.
5256
5257 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
5258
5259 * class.c (instantiate_type): Reinstate local variable
5260 deleted in previous change.
5261
5262 * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
5263 itf_no_attributes.
5264
5265 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
5266
5267 * cp-tree.h (instantiate_type_flags): New enumeration.
5268 (instantiate_type): Change parameter.
5269 * class.c (instantiate_type): Adjust prototype. Adjust.
5270 * call.c (standard_conversion): Adjust instantiate_type call.
5271 (reference_binding): Likewise.
5272 (build_op_delete_call): Likewise.
5273 (convert_like_real): Likewise.
5274 * cvt.c (cp_convert_to_pointer): Likewise.
5275 (convert_to_reference): Likewise.
5276 * pt.c (convert_nontype_argument): Likewise.
5277 * typeck.c (build_binary_op): Likewise.
5278 (build_ptrmemfunc): Likewise.
5279 (convert_for_assignment): Likewise.
5280
5281 2000-08-17 Nathan Sidwell <nathan@codesourcery.com>
5282
5283 * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
5284 (current_aggr): Define.
5285 * decl.c (grokdeclarator): Make sure a friend class is an
5286 elaborated type specifier.
5287 * parse.y (current_aggr): Remove static definition.
5288 (cp_parse_init): Adjust.
5289 (structsp): Clear and restore current_aggr.
5290 (component_decl_list): Clear current_aggr.
5291
5292 * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
5293 aggregate tag on the typename's context.
5294
5295 * pt.c (tsubst_friend_class): Return error_mark_node, if
5296 parms becomes NULL.
5297 (instantiate_class_template): Ignore error_mark_node friend types.
5298
5299 2000-08-14 Nathan Sidwell <nathan@codesourcery.com>
5300
5301 * cvt.c (warn_ref_binding): New static function, broken out of ...
5302 (convert_to_reference): ... here. Use it.
5303
5304 2000-08-11 Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
5305
5306 * parse.y (template_arg): Add rule for template qualified with
5307 global scope.
5308
5309 2000-08-11 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
5310
5311 * decl2.c (add_function): Reorganize.
5312 (arg_assoc): Do not consider function template decls.
5313
5314 2000-08-11 Jason Merrill <jason@redhat.com>
5315
5316 * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
5317 looking inside.
5318
5319 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
5320
5321 * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
5322 (lookup_nested_tag): Likewise.
5323
5324 * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
5325 can be produced.
5326
5327 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
5328
5329 * parse.y (named_complex_class_head_sans_basetype): Remove
5330 always true if.
5331
5332 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
5333
5334 * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
5335 explicit TEMPLATE_ID_EXPR args.
5336 (build_expr_from_tree, case CALL_EXPR): Likewise.
5337
5338 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
5339
5340 * decl.c (check_tag_decl): Diagnose typename's which don't
5341 declare anything.
5342
5343 2000-08-10 Nathan Sidwell <nathan@codesourcery.com>
5344
5345 * init.c (build_aggr_init): Reject bogus array initializers
5346 early.
5347
5348 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
5349
5350 * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
5351 runtime.
5352 * cp/tinfo.cc (__dynamic_cast): Likewise.
5353 * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
5354
5355 2000-08-09 Nathan Sidwell <nathan@codesourcery.com>
5356
5357 * cvt.c (convert_to_pointer_force): Fix error message when
5358 attempting to cast from ambiguous base.
5359
5360 2000-08-08 Jason Merrill <jason@redhat.com>
5361
5362 * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
5363 (tsubst_template_arg_vector): Likewise.
5364
5365 * decl2.c (build_anon_union_vars): Choose the largest field; don't
5366 assume that one will be as large as the union.
5367
5368 2000-08-07 Kazu Hirata <kazu@hxi.com>
5369
5370 * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
5371 * decl.c (pop_labels): Likewise.
5372
5373 2000-08-04 Jeffrey Oldham <oldham@codesourcery.com>
5374
5375 * inc/cxxabi.h (__pbase_type_info): Changed member names to match
5376 specifications.
5377 (__pointer_to_member_type_info): Likewise.
5378 (__base_class_info): Likewise.
5379 (__class_type_info): Likewise.
5380 (__si_class_type_info): Likewise.
5381 (__vmi_class_type_info): Likewise.
5382 * tinfo.cc (__si_class_type_info::__do_find_public_src):
5383 Changed member names to match specifications.
5384 (__vmi_class_type_info::__do_find_public_src): Likewise.
5385 (__si_class_type_info::__do_dyncast): Likewise.
5386 (__vmi_class_type_info::__do_dyncast): Likewise.
5387 (__si_class_type_info::__do_upcast): Likewise.
5388 (__vmi_class_type_info::__do_upcast): Likewise.
5389 * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
5390 (__pbase_type_info::__pointer_catch): Likewise.
5391 (__pointer_type_info::__pointer_catch): Likewise.
5392 (__pointer_to_member_type_info::__pointer_catch): Likewise.
5393
5394 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
5395
5396 * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
5397 * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
5398 (cc1plus): Link with $(BACKEND) and $(C_OBJS).
5399
5400 2000-08-04 Mark Mitchell <mark@codesourcery.com>
5401
5402 * cp-tree.h (add_method): Change prototype.
5403 * class.c (add_method): Remove FIELDS parameter. Add ERROR_P.
5404 Don't double the size of the method vector in the error case.
5405 (handle_using_decl): Adjust call to add_method.
5406 (add_implicitly_declared_members): Likewise.
5407 (clone_function_decl): Likewise.
5408 * decl2.c (check_classfn): Likewise.
5409 * semantics.c (finish_member_declaration): Likewise.
5410
5411 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5412
5413 * decl.c (flag_isoc94): New variable.
5414
5415 2000-08-02 Jason Merrill <jason@redhat.com>
5416
5417 * pt.c (do_type_instantiation): Add complain parm; don't complain
5418 if called recursively.
5419 * cp-tree.h, parse.y: Adjust.
5420
5421 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
5422
5423 * decl2.c: Silently ignore -Wstrict-prototypes; warn about
5424 -Wno-strict-prototypes.
5425
5426 * g++spec.c: Adjust type of second argument to
5427 lang_specific_driver, and update code as necessary.
5428
5429 * cp-tree.h: Don't prototype min_precision here.
5430 (my_friendly_assert): Cast expression to void.
5431 * semantics.c (do_poplevel): Initialize scope_stmts.
5432
5433 2000-08-02 Mark Mitchell <mark@codesourcery.com>
5434
5435 * cp-tree.h (DECL_NEEDED_P): Tweak.
5436
5437 2000-07-28 Jason Merrill <jason@redhat.com>
5438
5439 * lang-specs.h: Use %i in rule for .ii files.
5440
5441 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
5442
5443 * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
5444
5445 2000-07-30 Mark Mitchell <mark@codesourcery.com>
5446
5447 Allow indirect primary bases.
5448 * cp-tree.h (struct lang_type): Remove vfield_parent. Add
5449 primary_base.
5450 (CLASSTYPE_VFIELD_PARENT): Remove.
5451 (CLASSTYPE_PRIMARY_BINFO): Reimplement.
5452 (BINFO_PRIMARY_BINFO): Remove.
5453 (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
5454 (BINFO_VBASE_PRIMARY_P): Likewise.
5455 (BINFO_PRIMARY_BASE_OF): New macro.
5456 (BINFO_INDIRECT_PRIMARY_P): Likewise.
5457 (get_primary_binfo): New function.
5458 * decl.c (lang_mark_tree): Make lang_type::primary_base.
5459 * class.c (vcall_offset_data_s): Rename to ...
5460 (vtbl_init_data_s): ... this. Rename primary_p to primary_vtbl_p,
5461 and add ctor_vtbl_p.
5462 (get_derived_offset): Use get_primary_binfo.
5463 (dfs_mark_primary_bases): Adjust handling of virtual primary
5464 bases.
5465 (mark_primary_bases): Likewise.
5466 (set_primary_base): Take a binfo, not an integer, as a
5467 representation of the primary base.
5468 (indirect_primary_base_p): Remove.
5469 (determine_primary_base): Adjust for indirect primary bases.
5470 (dfs_find_final_overrider): Fix typo in coment.
5471 (update_vtable_entry_for_fn): Use get_primary_binfo.
5472 (layout_nonempty_base_or_field): Tweak.
5473 (build_base_fields): Adjust for new primary base semantics.
5474 (dfs_propagate_binfo_offsets): Remove.
5475 (propagate_binfo_offsets): Rewrite.
5476 (dfs_set_offset_for_shared_vbases): Remove.
5477 (layout_virtual_bases): Don't use it.
5478 (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
5479 ABI.
5480 (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
5481 CLASSTYPE_VFIELD_PARENT.
5482 (dfs_get_primary_binfo): New function.
5483 (get_primary_binfo): Likewise.
5484 (dump_class_hierarchy_r): Tweak printing of primary bases.
5485 (build_vtbl_initializer): Fix typo in comments. Use
5486 vtbl_init_data.
5487 (build_vcall_and_vbase_vtbl_entries): Likewise.
5488 (build_vbaes_offset_vtbl_entries): Likewise.
5489 (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
5490 BV_VCALL_INDEX to handle indirect primary bases.
5491 (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
5492 (build_rtti_vtbl_entries): Likewise.
5493 * search.c (get_shared_vbase_if_not_primary): Tweak.
5494 (find_vbase_instance): Likewise.
5495 (binfo_for_vtable): Simplify.
5496 * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
5497 (make_binfo): Make it have 11 entries.
5498
5499 2000-07-30 Alex Samuel <samuel@codesourcery.com>
5500
5501 * mangle.c (DECL_TEMPLATE_ID_P): Remove.
5502 (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
5503 ascertaining primaryness.
5504 (G): Remove template_args.
5505 (decl_is_template_id): New function.
5506 (write_encoding): Use decl_is_template_id.
5507 (write_name): Likewise. Handle type_decls. Get main variant of
5508 type decls.
5509 (write_nested_name): Likewise.
5510 (write_prefix): Likewise.
5511 (write_template_prefix): Likewise.
5512 (write_special_name_constructor): Remove defunct production from
5513 comment.
5514 (write_bare_function_type): Remove comment about absent parameter.
5515 (write_template_template_arg): Add missing grammar production to
5516 comment.
5517
5518 2000-07-27 Jason Merrill <jason@redhat.com>
5519
5520 * decl.c (duplicate_decls): If common_type produces a non-typedef
5521 type for a typedef, just use the old type.
5522
5523 2000-07-27 Mark Mitchell <mark@codesourcery.com>
5524
5525 * cp-tree.h (function_depth): Declare.
5526 (verify_stmt_tree): Likewise.
5527 (find_tree): Likewise.
5528 * decl.c (function_depth): Give it external linkage.
5529 * optimize.c (optimize_function): Increment and decrement it.
5530 * tree.c (verify_stmt_tree_r): New function.
5531 (verify_stmt_tree): Likewise.
5532 (find_tree_r): Likewise.
5533 (find_tree): Likewise.
5534
5535 2000-07-27 Jason Merrill <jason@redhat.com>
5536
5537 * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
5538 TYPE_PTRMEMFUNC_P.
5539 * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
5540
5541 2000-07-26 Mark Mitchell <mark@codesourcery.com>
5542
5543 * decl.c (start_cleanup_fn): Mark the function as `inline'.
5544 * decl2.c (get_guard): Call cp_finish_decl, not
5545 rest_of_decl_compilation, for local guards.
5546 * lex.c (do_identifier): Remove unused variable.
5547
5548 Wed Jul 26 15:05:51 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
5549
5550 * parse.y: Add missing ';'.
5551
5552 2000-07-26 Mark Mitchell <mark@codesourcery.com>
5553
5554 * parse.y (empty_parms): Use `()', not `(...)', when in the scope
5555 of `extern "C++"'.
5556
5557 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
5558
5559 Kill strict_prototype. Backwards compatibility only for
5560 non NO_IMPLICIT_EXTERN_C systems.
5561 * cp-tree.h (flag_strict_prototype): Remove.
5562 (strict_prototype): Remove.
5563 (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
5564 * decl.c (maybe_push_to_top_level): Adjust.
5565 (pop_from_top_level): Adjust.
5566 (decls_match): Only allow sloppy parm matching for ancient
5567 system headers.
5568 (init_decl_processing): Adjust.
5569 (grokdeclarator): Adjust.
5570 * decl2.c (flag_strict_prototype): Remove.
5571 (strict_prototype): Remove.
5572 (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
5573 (lang_f_options): Remove "strict-prototype".
5574 (unsupported-options): Add "strict-prototype".
5575 * lex.c (do_identifier): Adjust.
5576 (do_scoped_id): Adjust.
5577 * parse.y (empty_parms): Adjust.
5578 * class.c (push_lang_context): Adjust.
5579 (pop_lang_context): Adjust.
5580 * typeck.c (comp_target_parms): Adjust.
5581
5582 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
5583
5584 * decl.c (poplevel): Deal with anonymous variables at for scope.
5585 (maybe_inject_for_scope_var): Likewise.
5586
5587 2000-07-25 Zack Weinberg <zack@wolery.cumb.org>
5588
5589 * decl.c: Remove all signal handling code, now done in toplev.c.
5590
5591 2000-07-23 Mark Mitchell <mark@codesourcery.com>
5592
5593 * decl.c (make_rtl_for_nonlocal_decl): Rework.
5594
5595 * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
5596 correctly.
5597
5598 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
5599
5600 * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
5601 Define my_friendly_assert and my_friendly_abort as macros
5602 which may call friendly_abort. Prototype friendly abort, not
5603 my_friendly_abort or my_friendly_assert.
5604 * decl.c (signal_catch): Report the signal caught in the error
5605 message. Call fatal directly.
5606 * typeck2.c (ack, my_friendly_assert): Delete.
5607 (my_friendly_abort): Rename to friendly_abort. Expect file,
5608 line, and function parameters. Report the abort code, then
5609 call fancy_abort. Do not mask an abort if errors have
5610 already occurred.
5611
5612 2000-07-18 Nathan Sidwell <nathan@codesourcery.com>
5613
5614 * typeck.c (comp_target_parms): Remove obsolete parameter.
5615 (comp_target_types): Adjust.
5616
5617 2000-07-17 Jason Merrill <jason@redhat.com>
5618
5619 * typeck.c (mark_addressable): Never set TREE_USED.
5620 * call.c (build_call): Don't abort on calls to library functions
5621 that have been declared normally.
5622
5623 * typeck.c (build_binary_op): Fix grammar in warning.
5624
5625 * exception.cc (__eh_free): Fix prototype.
5626
5627 * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
5628
5629 * decl.c (pushdecl): Handle seeing an OVERLOAD in
5630 IDENTIFIER_NAMESPACE_VALUE.
5631
5632 2000-07-16 Mark Mitchell <mark@codesourcery.com>
5633
5634 * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
5635 * method.c (use_thunk): Correct handling of vcall offsets.
5636
5637 2000-07-14 Zack Weinberg <zack@wolery.cumb.org>
5638
5639 * .cvsignore: parse.h and parse.c have no cp- prefix.
5640
5641 2000-07-13 Mark Mitchell <mark@codesourcery.com>
5642
5643 * .cvsignore: New file.
5644
5645 2000-07-13 Zack Weinberg <zack@wolery.cumb.org>
5646
5647 * lang-specs.h: Use the new named specs. Remove unnecessary braces.
5648
5649 2000-07-12 Mark Mitchell <mark@codesourcery.com>
5650
5651 * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
5652 * parse.c: Remove.
5653 * parse.h: Likewise.
5654
5655 2000-07-11 Mark Mitchell <mark@codesourcery.com>
5656
5657 * class.c (layout_class_type): Add pointers to virtual bases after
5658 base classes under the old ABI.
5659
5660 2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
5661
5662 * semantics.c (finish_for_stmt): Remove call to emit_line_note.
5663 (finish_continue_stmt): Likewise.
5664 (begin_for_stmt): Remove call to note_level_for_for.
5665 (finish_goto_stmt): Change call from build_min_nt
5666 to build_stmt.
5667 (finish_expr_stmt): Likewise.
5668 (begin_if_stmt): Likewise.
5669 (begin_while_stmt): Likewise.
5670 (finish_while_stmt): Likewise.
5671 (finish_return_stmt): Likewise.
5672 (begin_for_stmt): Likewise.
5673 (finish_for_stmt): Likewise.
5674 (finish_break_stmt): Likewise.
5675 (begin_switch_stmt): Likewise.
5676 (finish_case_label): Likewise.
5677 (genrtl_try_block): Likewise.
5678 (begin_try_block): Likewise.
5679 (begin_handler): Likewise.
5680 (begin_compound_stmt): Likewise.
5681 (finish_asm_stmt): Likewise.
5682 (finish_label_stmt): Likewise.
5683 (add_decl_stmt): Likewise.
5684 (finish_subobject): Likewise.
5685 (finish_decl_cleanup): Likewise.
5686 (finish_named_return_value): Likewise.
5687 (setup_vtbl_ptr): Likewise.
5688 (add_scope_stmt): Likewise.
5689 * decl.c (finish_constructor_body): Likewise.
5690 (finish_destructor_body): Likewise.
5691 * optimize.c (copy_body_r): Likewise.
5692 (initialize_inlined_parameters): Likewise.
5693 (declare_return_variable): Likewise.
5694 (expand_call_inline): Likewise.
5695
5696 2000-07-10 Jakub Jelinek <jakub@redhat.com>
5697
5698 * semantics.c (expand_body): Sync interface information
5699 at the end of function body expansion.
5700
5701 2000-07-09 Jason Merrill <jason@redhat.com>
5702
5703 * init.c (build_new_1): Bail early if the call to new fails.
5704
5705 * decl.c (compute_array_index_type): Check specifically for
5706 an INTEGER_CST, not just TREE_CONSTANT.
5707
5708 * decl.c (duplicate_decls): Don't call duplicate_decls on
5709 the DECL_TEMPLATE_RESULT.
5710 (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
5711 codes.
5712
5713 * error.c (dump_template_bindings): Don't crash if we had an
5714 invalid argument list.
5715
5716 * typeck.c (c_expand_start_case): Do narrowing here.
5717 * semantics.c (finish_switch_cond): Not here.
5718
5719 2000-07-09 Hidvegi Zoli <hzoli@austin.ibm.com>
5720
5721 * parse.y (asm_clobbers): Do string concatenation.
5722
5723 2000-07-09 Mark Mitchell <mark@codesourcery.com>
5724
5725 * decl.c (pushtag): Don't put local classes in template functions
5726 on the local_classes list.
5727
5728 2000-07-04 Scott Snyder <snyder@fnal.gov>
5729
5730 * decl2.c (get_guard): Add missing return for old ABI local
5731 variable case.
5732
5733 2000-07-09 Mark Mitchell <mark@codesourcery.com>
5734
5735 * cp-tree.h (char_type_p): New function.
5736 * decl.c (init_decl_processing): Don't initialize
5737 signed_wchar_type_node or unsigned_wchar_type_node.
5738 (complete_array_type): Handle brace-enclosed string-constants.
5739 * rtti.c (emit_support_tinfos): Remove #if 0'd code.
5740 * tree.c (char_type_p): New function.
5741 * typeck2.c (digest_init): Use char_type_p.
5742
5743 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
5744
5745 * pt.c (tsubst): Don't layout type, if it's error_mark.
5746
5747 2000-07-06 Nathan Sidwell <nathan@codesourcery.com>
5748
5749 * pt.c (instantiate_pending_templates): Reset template level.
5750
5751 2000-07-05 Jason Merrill <jason@redhat.com>
5752
5753 * call.c (joust): Don't complain about `operator char *()' beating
5754 `operator const char *() const'.
5755
5756 2000-07-04 scott snyder <snyder@fnal.gov>
5757 Jason Merrill <jason@redhat.com>
5758
5759 * repo.c (repo_get_id): Handle the case where a class with virtual
5760 bases has a null TYPE_BINFO_VTABLE.
5761
5762 2000-07-04 Kevin Buhr <buhr@stat.wisc.edu>
5763 Jason Merrill <jason@redhat.com>
5764
5765 * parse.y (member_init): Just pass in the type.
5766 * init.c (expand_member_init): Handle getting a type.
5767
5768 2000-07-04 Martin v. Löwis <loewis@informatik.hu-berlin.de>
5769 Jason Merrill <jason@redhat.com>
5770
5771 * decl.c (finish_function): Warn if a function has no return
5772 statement.
5773 Suggested by Andrew Koenig.
5774 * typeck.c (check_return_expr): Do set current_function_returns_value
5775 if we got an error_mark_node.
5776
5777 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
5778
5779 * decl2.c (push_decl_namespace): Push the original namespace.
5780
5781 2000-07-03 Nathan Sidwell <nathan@codesourcery.com>
5782
5783 * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
5784 * semantics.c (begin_class_definition): Clear it.
5785
5786 2000-07-02 Benjamin Chelf <chelf@codesourcery.com>
5787
5788 * cp-tree.h (genrtl_goto_stmt): Remove declaration.
5789 (genrtl_expr_stmt): Likewise.
5790 (genrtl_decl_stmt): Likewise.
5791 (genrtl_if_stmt): Likewise.
5792 (genrtl_while_stmt): Likewise.
5793 (genrtl_do_stmt): Likewise.
5794 (genrtl_return_stmt): Likewise.
5795 (genrtl_for_stmt): Likewise.
5796 (genrtl_break_stmt): Likewise.
5797 (genrtl_continue_stmt): Likewise.
5798 (genrtl_scope_stmt): Likewise.
5799 (genrtl_switch_stmt): Likewise.
5800 (genrtl_case_label): Likewise.
5801 (genrtl_begin_compound_stmt): Likewise.
5802 (genrtl_finish_compound_stmt): Likewise.
5803 (genrtl_compound_stmt): Likewise.
5804 (genrtl_asm_stmt): Likewise.
5805
5806 * init.c (begin_init_stmts): Remove call to
5807 genrtl_begin_compound_stmt.
5808 (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
5809
5810 * semantics.c (lang_expand_stmt): Changed call to
5811 genrtl_compound_stmt to ignore return value.
5812
5813 2000-07-02 Mark Mitchell <mark@codesourcery.com>
5814
5815 * mangle.c (canonicalize_for_substitution): Return the canonical
5816 variant of a type.
5817
5818 * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
5819 TYPE_DECL.
5820 * typeck.c (commonparms): Remove obstack manipulations.
5821
5822 2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
5823
5824 * Make-lang.in (cc1plus$(exeext)): Added c-semantics.o.
5825
5826 * Makefile.in (OBJS): Added ../c-semantics.o.
5827 (OBJDEPS): Likewise.
5828
5829 * cp-tree.h (TREE_LANG_FLAG_?): Moved common documentation to
5830 ../c-common.h.
5831 (struct stmt_tree): Added comment.
5832 (current_function_name_declared): Removed.
5833 (stmts_are_full_exprs_p): Likewise.
5834 (genrtl_do_pushlevel): Likewise.
5835 (genrtl_clear_out_block): Likewise.
5836 (COMPOUND_STMT_NO_SCOPE): Moved to ../c-common.h.
5837 (DECL_ANON_UNION_ELEMS): Likewise.
5838 (emit_local_var): Likewise.
5839 (make_rtl_for_local_static): Likewise.
5840 (do_case): Likewise.
5841 (expand_stmt): Likewise.
5842 (genrtl_decl_cleanup): Likewise.
5843 (c_expand_asm_operands): Likewise.
5844 (c_expand_return): Likewise.
5845 (c_expand_start_case): Likewise.
5846
5847 * decl.c (make_rtl_for_local_static): Moved to c-semantics.c.
5848 (emit_local_var): Likewise.
5849 (initialize_local_var): Change reference to
5850 stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
5851 Change reference to stmts_are_full_exprs_p to
5852 current_stmt_tree->stmts_are_full_exprs_p.
5853 (push_cp_function_context): Likewise.
5854
5855 * expect.c (expand_throw): Change reference to
5856 stmts_are_full_exprs_p.
5857
5858 * init.c (build_aggr_init): Change reference to
5859 stmts_are_full_exprs_p.
5860 (build_vec_init): Likewise.
5861
5862 * optimize.c (maybe_clone_body): Change reference to
5863 current_function_name_declared to
5864 cp_function_chain->name_declared.
5865
5866 * pt.c (instantiate_decl): Change reference to
5867 current_function_name_declared to
5868 cp_function_chain->name_declared.
5869
5870 * semantics.c (expand_cond): Moved declaration to c-common.h.
5871 (genrtl_do_pushlevel): Moved to c-semantics.c.
5872 (genrtl_clear_out_block): Likewise.
5873 (genrtl_goto_stmt): Likewise.
5874 (genrtl_expr_stmt): Likewise.
5875 (genrtl_decl_stmt): Likewise.
5876 (gerntl_if_stmt): Likewise.
5877 (genrtl_while_stmt): Likewise.
5878 (genrtl_do_stmt): Likewise.
5879 (genrtl_return_stmt): Likewise.
5880 (genrtl_for_stmt): Likewise.
5881 (genrtl_break_stmt): Likewise.
5882 (genrtl_continue_stmt): Likewise.
5883 (genrtl_scope_stmt): Likewise.
5884 (genrtl_switch_stmt): Likewise.
5885 (genrtl_case_label): Likewise.
5886 (genrtl_begin_compound_stmt): Likewise.
5887 (genrtl_finish_compound_stmt): Likewise.
5888 (genrtl_compound_stmt): Likewise.
5889 (genrtl_asm_stmt): Likewise.
5890 (genrtl_decl_cleanup): Likewise.
5891 (expand_cond): Likewise.
5892 (expand_stmt): Renamed to ...
5893 (lang_expand_stmt): ... this.
5894 (lang_expand_expr_stmt): Initialize.
5895 (set_current_function_name_declared): Likewise.
5896 (stmts_are_full_exprs_p): Likewise.
5897 (current_function_name_declared): Likewise.
5898 (anon_aggr_type_p): Likewise.
5899 (do_poplevel): Change reference to
5900 stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
5901 Change reference to stmts_are_full_exprs_p to
5902 current_stmt_tree->stmts_are_full_exprs_p.
5903 (add_tree): Likewise.
5904 (finish_expr_stmt): Likewise.
5905 (prep_stmt): Likewise.
5906 (lang_expand_stmt): Likewise.
5907 (begin_compound_stmt): Change reference to
5908 current_function_name_declared to
5909 cp_function_chain->name_declared and call to
5910 current_function_name_declared().
5911 (setup_vtbl_ptr): Likewise.
5912 (genrtl_do_poplevel): Removed.
5913
5914 2000-06-30 Jason Merrill <jason@redhat.com>
5915
5916 * init.c (init_init_processing): Go back to aligning like
5917 double_type_node for old ABI.
5918 (get_cookie_size): Make cookie larger if we get a type that needs
5919 more alignment.
5920 (build_vec_delete): Call it.
5921
5922 * typeck.c (qualify_type_recursive): New fn.
5923 (composite_pointer_type): Use it.
5924 (build_binary_op): Use composite_pointer_type.
5925
5926 2000-06-24 Carlos O'Ryan <coryan@cs.wustl.edu>
5927 Jason Merrill <jason@redhat.com>
5928
5929 * typeck.c (check_return_expr): Don't complain about returning
5930 NULL from operator new if -fcheck-new.
5931 * cp-tree.h: Declare flag_check_new here.
5932 * init.c: Not here.
5933
5934 2000-06-28 Alex Samuel <samuel@codesourcery.com>
5935
5936 * mangle.c (find_substitution): Use same_type_p.
5937 (write_encoding): Don't check for substitutions.
5938
5939 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
5940
5941 * parse.y (expr_no_comma_rangle): New non-terminal.
5942 (template_parm): Use it for default parameter case.
5943 (template_arg): Use it.
5944 (expr_no_commas): Remove commented out undefined extensions.
5945 * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
5946 * parse.h, parse.c: Rebuilt.
5947
5948 2000-06-30 Mark Mitchell <mark@codesourcery.com>
5949
5950 * semantics.c (genrtl_asm_stmt): Don't decay input operands here.
5951 (finish_asm_stmt): Do it here, instead.
5952
5953 * cp-tree.h (ridpointers): Don't declare.
5954 * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX.
5955 (record_builtin_java_type): Likewise.
5956 (init_decl_processing): Likewise.
5957 * lex.c: Move inclusion of lex.h.
5958 (ridpointers): Don't define.
5959 (init_parse): Initialize ripdointers. Use CP_RID_MAX instead of
5960 RID_MAX.
5961 * lex.h (enum rid): Rename to ...
5962 (enum cp_rid): ... this.
5963 (ridpointers): Don't declare.
5964 * parse.y: Move inclusion of lex.h.
5965 * parse.c: Regenerated.
5966 * spew.c: Move inclusion of lex.h.
5967
5968 * cp-tree.h (struct language_function): Remove temp_name_counter.
5969 (temp_name_counter): Remove.
5970 (get_temp_name): Change prototype.
5971 (get_guard): New function.
5972 (get_guard_cond): Likewise.
5973 (set_guard): Likewise.
5974 * cvt.c (build_up_reference): Adjust call to get_temp_name.
5975 * decl.c (expand_static_init): Use get_guard and friends to
5976 implement guard variables.
5977 * decl2.c (get_temp_name): Assume that the variables created are
5978 always static.
5979 (get_sentry): Rename to ...
5980 (get_guard): ... this. Implement new ABI guard variables.
5981 (get_guard_bits): New function.
5982 (get_guard_cond): Likewise.
5983 (set_guard): Likewise.
5984 (start_static_initialization_or_destruction): Use them.
5985 (do_static_initialization): Replace sentry with guard throughout.
5986 (do_static_destruction): Likewise.
5987 * init.c (create_temporary_var): Add comment.
5988
5989 2000-06-28 Alex Samuel <samuel@codesourcery.com>
5990
5991 * mangle.c (find_substitution): Use same_type_p.
5992 (write_encoding): Don't check for substitutions.
5993
5994 2000-06-30 Nathan Sidwell <nathan@codesourcery.com>
5995
5996 * parse.y (expr_no_comma_rangle): New non-terminal.
5997 (template_parm): Use it for default parameter case.
5998 (template_arg): Use it.
5999 (expr_no_commas): Remove commented out undefined extensions.
6000 * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
6001 * parse.h, parse.c: Rebuilt.
6002
6003 2000-06-29 Mark Mitchell <mark@codesourcery.com>
6004
6005 * cp-tree.h (flag_const_strings): Remove.
6006 (warn_parentheses): Likewise.
6007 (warn_format): Likewise.
6008 (common_type): Likewise.
6009 (default_conversion): Likewise.
6010 (build_binary_op): Likewise.
6011 (cp_build_binary_op): New macro.
6012 * call.c (build_new_op): Use cp_build_binary_op instead of
6013 build_binary_op.
6014 * class.c (build_vtable_entry_ref): Likewise.
6015 * decl.c (expand_static_init): Likewise.
6016 (compute_array_index_type): Likewise.
6017 (build_enumerator): Likewise.
6018 * decl2.c (delete_sanity): Likewise.
6019 (start_static_initialization_or_destruction): Likewise.
6020 * error.c (dump_type_suffix): Likewise.
6021 * init.c (resolve_offset_ref): Likewise.
6022 (build_new): Likewise.
6023 (build_new_1): Likewise.
6024 (build_vec_delete_1): Likewise.
6025 (build_vec_init): Likewise.
6026 (build_delete): Likewise.
6027 * rtti.c (synthesize_tinfo_fn): Likewise.
6028 (synthesize_tinfo_var): Likewise.
6029 * search.c (expand_upcast_fixups): Likewise.
6030 (fixup_all_virtual_upcast_offsets): Likewise.
6031 * typeck.c (build_array_ref): Likewise.
6032 (get_member_function_from_ptrfunc): Likewise.
6033 (build_binary_op): Add parameter.
6034 (pointer_int_sum): Use cp_build_binary_op.
6035 (pointer_diff): Likewise.
6036 (build_modify_expr): Likewise.
6037 (get_delta_difference): Likewise.
6038 (build_ptrmemfunc): Likewise.
6039
6040 2000-06-29 Nathan Sidwell <nathan@codesourcery.com>
6041
6042 * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
6043 * decl.c (create_implicit_typedef): Adjust.
6044 * decl2.c (build_artificial_parm): Adjust.
6045 * method.c (implicitly_declare_fn): Adjust.
6046 * pt.c (push_inline_template_parms_recursive): Adjust.
6047 (process_template_parm): Adjust.
6048 (overloaded_template_name): Adjust.
6049 * semantics.c (finish_template_template_parm): Adjust.
6050
6051 2000-06-28 Mark Mitchell <mark@codesourcery.com>
6052
6053 * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
6054 * class.c (update_vtable_entry_for_fn): Correct logic for deciding
6055 where to emit thunks.
6056 (build_vtt): Adjust call to build_vtt_inits.
6057 (build_vtt_inits): Add parameter to indicate whether or not
6058 sub-VTTs for virtual bases should be included. Adjust handling of
6059 construction vtables.
6060 (get_matching_base): New function.
6061 (dfs_build_vtt_inits): Rename to ...
6062 (dfs_build_secondary_vptr_vtt_inits): Adjust handling of
6063 construction vtables.
6064 (dfs_fixup_binfo_vtbls): Likewise.
6065 (build_ctor_vtbl_groups): Build construction vtables for virtual
6066 bases, too.
6067 (accumulate_vtbl_inits): Tweak logic for deciding whether or not
6068 to build construction vtbls.
6069 (dfs_accumulate_vtbl_inits): Adjust handling of
6070 construction vtables.
6071
6072 * pt.c (tsubst, case TEMPLATE_TEMPLATE_PARM): Handle cv-qualified
6073 types correctly.
6074
6075 2000-06-27 Mark Mitchell <mark@codesourcery.com>
6076
6077 * decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.
6078
6079 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
6080
6081 * search.c (hides): Remove.
6082 (is_subobject_of_p): Add most_derived parameter. Use
6083 CANONICAL_BINFO.
6084 (lookup_field_queue_p): Adjust.
6085 (lookup_field_r): Adjust.
6086
6087 2000-06-26 Nathan Sidwell <nathan@codesourcery.com>
6088
6089 * decl2.c (handle_class_head): Bash typedefs to the type's main
6090 decl.
6091
6092 2000-06-25 Mark Mitchell <mark@codesourcery.com>
6093
6094 * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
6095 (begin_global_stmt_expr): ... this.
6096 (genrtl_finish_stmt_expr): Rename to ...
6097 (finish_global_stmt_expr): ... this.
6098 * init.c (begin_init_stmts): Adjust calls.
6099 (finish_init_stmts): Likewise.
6100 * semantics.c (genrtl_begin_stmt_expr): Rename to ...
6101 (begin_global_stmt_expr): ... this.
6102 (genrtl_finish_stmt_expr): Rename to ...
6103 (finish_global_stmt_expr): ... this.
6104
6105 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6106
6107 * search.c (lookup_member): Fix typo in comment.
6108
6109 2000-06-24 Jason Merrill <jason@redhat.com>
6110
6111 * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
6112 (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
6113
6114 2000-06-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
6115
6116 * parse.y (complex_direct_notype_declarator): Support global_scope.
6117 * Makefile.in: Adjust conflict count.
6118
6119 2000-06-23 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
6120
6121 * parse.y (template_arg): Convert TEMPLATE_DECL
6122 that is a template template paramter to
6123 TEMPLATE_TEMPLATE_PARM here.
6124
6125 * cp-tree.def (TEMPLATE_TEMPLATE_PARM): Adjust comment.
6126 * cp-tree.h (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): New macro.
6127 (copy_template_template_parm): Adjust prototype.
6128 * decl.c (grokdeclarator): Remove dead code.
6129 * pt.c (process_template_parm): Tidy.
6130 (lookup_template_class): Construct nodes in
6131 copy_template_template_parm.
6132 (tsubst): Pass TEMPLATE_DECL rather than IDENTIFIER_NODE to
6133 lookup_template_class. Use TYPE_TI_TEMPLATE.
6134 * tree.c (copy_template_template_parm): Add NEWARGS
6135 parameter.
6136 (mapcar): Adjust call to copy_template_template_parm.
6137 * typeck.c (comptypes): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL.
6138 * method.c (build_template_template_parm_names): Change error
6139 code to avoid compilation warning.
6140
6141 * gxxint.texi: Document template template parameter
6142 name mangling.
6143
6144 2000-06-21 Alex Samuel <samuel@codesourcery.com>
6145
6146 * Make-lang.in (CXX_LIB2FUNCS): Add cp-demangle.o and dyn-string.o.
6147 (CXX_LIB2SRCS): Add cp-demangle.c and dyn-string.c.
6148 (cp-demangle.o): New rule.
6149 (dyn-string.o): Likewise.
6150 * inc/cxxabi.h (__cxa_demangle): New declaration.
6151
6152 2000-06-22 Mark Mitchell <mark@codesourcery.com>
6153
6154 * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
6155 (BV_GENERATE_THUNK_WITH_VTABLE_P): Likewise.
6156 (lang_decl_flags): Add generate_with_vtable_p. Make vcall_offset
6157 a tree, not an int.
6158 (THUNK_GENERATE_WITH_VTABLE_P): New macro.
6159 (make_thunk): Change prototype.
6160 (emit_thunk): Rename to use_thunk.
6161 (mangle_thunk): Change prototype.
6162 * class.c (get_derived_offset): Simplify.
6163 (copy_virtuals): Clear BV_USE_VCALL_INDEX_P and
6164 BV_GENERATE_THUNK_WITH_VTABLE_P.
6165 (build_primary_vtable): Simplify.
6166 (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
6167 (dfs_find_base): Remove.
6168 (update_vtable_entry_for_fn): Correct bug in finding the base
6169 where a virtual function was first declared. Figure out whether
6170 or not to emit a vcall-thunk with the vtables in which it appears.
6171 Correct logic for deciding whether to use an ordinary thunk, or a
6172 vcall thunk.
6173 (finish_struct_1): Remove unnecssary code.
6174 (build_vtbl_initializer): Use ssize_int for the running counter of
6175 negative indices.
6176 (build_vtbl_initializer): Only use vcall thunks where necessary.
6177 Mark thunks as needing to be emitted with their vtables, or not.
6178 (build_vbase_offset_vtbl_entries): Adjust for use of ssize_int in
6179 indices. Use size_binop.
6180 (dfs_build_vcall_offset_vtbl_entries): Don't rely on
6181 BINFO_PRIMARY_MARKED_P here. Use BV_FN consistently. Use
6182 size_binop.
6183 (build_rtti_vtbl_entries): Adjust call to build_vtable_entry.
6184 (build_vtable_entry): Mark thunks as needing to be emitted with
6185 their vtables, or not.
6186 * decl.c (lang_mark_tree): Mark the vcall_offset in a thunk.
6187 * decl2.c (mark_vtable_entries): Use use_thunk instead of
6188 emit_thunk.
6189 * dump.c (dequeue_and_dump): Remove dead code. Dump new thunk
6190 information.
6191 * error.c (dump_expr): Use BV_FN.
6192 * mangle.c (mangle_thunk): Adjust now that vcall_offset is a tree,
6193 not an int.
6194 * method.c (make_thunk): Likewise.
6195 (emit_thunk): Rename to use_thunk. Allow callers to decide
6196 whether or not to actually emit the thunk. Adjust for changes in
6197 representation of vcall offsets.
6198 * search.c (dfs_get_pure_virtuals): Use BV_FN.
6199 * semantics.c (emit_associated_thunks): New function.
6200 (expand_body): Use it.
6201 * ir.texi: Adjust decriptions of thunks.
6202
6203 2000-06-22 Jason Merrill <jason@redhat.com>
6204
6205 * pt.c (tsubst_decl, case FUNCTION_DECL): Clear DECL_SAVED_TREE.
6206 (tsubst_friend_function): Copy it here.
6207
6208 * decl.c (grok_op_properties): Fix typo.
6209
6210 * decl2.c (delete_sanity): Clarify warning, avoid failure on
6211 deleting void*.
6212
6213 * pt.c (check_explicit_specialization): Clarify error.
6214
6215 * decl.c (pushdecl): Also pull out one of the FUNCTION_DECLs from
6216 an old OVERLOAD when we're declaring a non-function.
6217 (pushdecl, destroy_local_var): Check for error_mark_node.
6218 (warn_extern_redeclared_static): Also bail early if
6219 we're a CONST_DECL.
6220 (push_overloaded_decl): Ignore an old error_mark_node.
6221
6222 2000-06-22 Nathan Sidwell <nathan@codesourcery.com>
6223
6224 * call.c (build_x_va_arg): Check if in a template decl.
6225 * pt.c (tsubst_copy, case VA_ARG_EXPR): Use build_x_va_arg.
6226
6227 2000-06-20 Alexandre Petit-Bianco <apbianco@cygnus.com>
6228
6229 * class.c (push_lang_context): TYPE_NAME gets you to the Java
6230 types DECLs.
6231 * decl.c (check_goto): Computed gotos assumed OK.
6232
6233 2000-06-20 Jason Merrill <jason@redhat.com>
6234
6235 * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLs
6236 for which we don't need to look for instantiations.
6237
6238 2000-06-21 Nathan Sidwell <nathan@codesourcery.com>
6239
6240 * parse.y (program): Always call finish_translation_unit.
6241 * parse.c, parse.h: Rebuilt.
6242
6243 2000-06-20 Zack Weinberg <zack@wolery.cumb.org>
6244
6245 * method.c: Don't include hard-reg-set.h.
6246
6247 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
6248
6249 * rtti.c (get_base_offset): Cope when vbase field is in a base.
6250
6251 2000-06-20 Nathan Sidwell <nathan@codesourcery.com>
6252
6253 * call.c (build_conditional_expr): Use VOID_TYPE_P.
6254 * cvt.c (cp_convert_to_pointer): Likewise.
6255 (convert_to_void): Likewise.
6256 * error.c (dump_expr): Likewise.
6257 * except.c (complete_ptr_ref_or_void_ptr_p): Likewise.
6258 * init.c (build_delete): Likewise.
6259 * method.c (emit_thunk): Likewise.
6260 * optmize.c (declare_return_variable): Likewise.
6261 * rtti.c (get_tinfo_decl_dynamic): Likewise.
6262 (get_typeid): Likewise.
6263 (build_dynamic_cast_1): Likewise.
6264 * typeck.c (composite_pointer_type): Likewise.
6265 (common_type): Likewise.
6266 (build_indirect_ref): Likewise.
6267 (build_binary_op): Likewise.
6268 (build_x_compound_expr): Likewise.
6269 (check_return_expr): Likewise.
6270 * typeck2.c (add_exception_specifier): Likewise.
6271
6272 * mangle.c (write_method_parms): Use direct comparison for end
6273 of parmlist.
6274
6275 2000-06-19 Benjamin Chelf <chelf@codesourcery.com>
6276
6277 * cp-tree.h (genrtl_try_block): Declare function.
6278 (genrtl_handler): Likewise.
6279 (genrtl_catch_block): Likewise.
6280 (genrtl_ctor_stmt): Likewise.
6281 (genrtl_subobject): Likewise.
6282 (genrtl_decl_cleanup): Likewise.
6283 (genrtl_do_poplevel): Likewise.
6284 (genrtl_do_pushlevel): Likewise.
6285 (genrtl_clear_out_block): Likewise.
6286 (genrtl_goto_stmt): Likewise.
6287 (genrtl_expr_stmt): Likewise.
6288 (genrtl_decl_stmt): Likewise.
6289 (genrtl_if_stmt): Likewise.
6290 (genrtl_while_stmt): Likewise.
6291 (genrtl_do_stmt): Likewise.
6292 (genrtl_return_stmt): Likewise.
6293 (genrtl_for_stmt): Likewise.
6294 (genrtl_break_stmt): Likewise.
6295 (genrtl_continue_stmt): Likewise.
6296 (genrtl_scope_stmt): Likewise.
6297 (genrtl_switch_stmt): Likewise.
6298 (genrtl_case_label): Likewise.
6299 (genrtl_begin_compound_stmt): Likewise.
6300 (genrtl_finish_compound_stmt): Likewise.
6301 (genrtl_compound_stmt): Likewise.
6302 (genrtl_asm_stmt): Likewise.
6303 (genrtl_named_return_value): Likewise.
6304 (genrtl_begin_stmt_expr): Likewise.
6305 (genrtl_finish_stmt_expr): Likewise.
6306 (finish_for_stmt): Removed first argument.
6307 (finish_switch_stmt): Likewise.
6308
6309 * semantics.c (genrtl_try_block): Define function.
6310 (genrtl_handler): Likewise.
6311 (genrtl_catch_block): Likewise.
6312 (genrtl_ctor_stmt): Likewise.
6313 (genrtl_subobject): Likewise.
6314 (genrtl_decl_cleanup): Likewise.
6315 (genrtl_do_poplevel): Likewise.
6316 (genrtl_do_pushlevel): Likewise.
6317 (genrtl_clear_out_block): Likewise.
6318 (genrtl_goto_stmt): Likewise.
6319 (genrtl_expr_stmt): Likewise.
6320 (genrtl_decl_stmt): Likewise.
6321 (genrtl_if_stmt): Likewise.
6322 (genrtl_while_stmt): Likewise.
6323 (genrtl_do_stmt): Likewise.
6324 (genrtl_return_stmt): Likewise.
6325 (genrtl_for_stmt): Likewise.
6326 (genrtl_break_stmt): Likewise.
6327 (genrtl_continue_stmt): Likewise.
6328 (genrtl_scope_stmt): Likewise.
6329 (genrtl_switch_stmt): Likewise.
6330 (genrtl_case_label): Likewise.
6331 (genrtl_begin_compound_stmt): Likewise.
6332 (genrtl_finish_compound_stmt): Likewise.
6333 (genrtl_compound_stmt): Likewise.
6334 (genrtl_asm_stmt): Likewise.
6335 (genrtl_named_return_value): Likewise.
6336 (genrtl_begin_stmt_expr): Likewise.
6337 (genrtl_finish_stmt_expr): Likewise.
6338 (finish_for_stmt): Removed first argument and generate rtl
6339 specific code.
6340 (finish_switch_stmt): Likewise.
6341 (do_poplevel): Removed generate rtl specific code.
6342 (do_pushlevel): Likewise.
6343 (add_tree): Likewise.
6344 (finish_goto_stmt): Likewise.
6345 (finish_expr_stmt): Likewise.
6346 (begin_if_stmt): Likewise.
6347 (finish_if_stmt_cond): Likewise.
6348 (finish_then_clause): Likewise.
6349 (begin_else_clause): Likewise.
6350 (finish_else_clause): Likewise.
6351 (finish_if_stmt): Likewise.
6352 (clear_out_block): Likewise.
6353 (begin_while_stmt): Likewise.
6354 (finish_while_stmt_cond): Likewise.
6355 (finish_while_stmt): Likewise.
6356 (begin_do_stmt): Likewise.
6357 (finish_do_body): Likewise.
6358 (finish_do_stmt): Likewise.
6359 (finish_return_stmt): Likewise.
6360 (begin_for_stmt): Likewise.
6361 (finish_for_init_stmt): Likewise.
6362 (finish_for_cond): Likewise.
6363 (finish_for_expr): Likewise.
6364 (finish_break_stmt): Likewise.
6365 (finish_continue_stmt): Likewise.
6366 (begin_switch_stmt): Likewise.
6367 (finish_switch_cond): Likewise.
6368 (finish_case_label): Likewise.
6369 (begin_try_block): Likewise.
6370 (begin_function_try_block): Likewise.
6371 (finish_try_block): Likewise.
6372 (finish_cleanup_try_block): Likewise.
6373 (finish_cleanup): Likewise.
6374 (finish_function_try_block): Likewise.
6375 (finish_handler_sequence): Likewise.
6376 (finish_function_handler_sequence): Likewise.
6377 (begin_handler): Likewise.
6378 (finish_handler_parms): Likewise.
6379 (begin_catch_block): Likewise.
6380 (finish_handler): Likewise.
6381 (begin_compound_stmt): Likewise.
6382 (finish_compound_stmt): Likewise.
6383 (finish_asm_stmt): Likewise.
6384 (finish_label_stmt): Likewise.
6385 (finish_label_decl): Likewise.
6386 (finish_subobject): Likewise.
6387 (finish_decl_cleanup): Likewise.
6388 (finish_named_return_value): Likewise.
6389 (begin_stmt_expr): Likewise.
6390 (finish_stmt_expr): Likewise.
6391
6392 * decl.c (initialize_local_var): Changed call to finish_expr_stmt
6393 to call genrtl_expr_stmt when appropriate.
6394
6395 * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
6396 begin_compound_expr to call genrtl_begin_stmt_expr and
6397 genrtl_begin_compound_expr when appropriate.
6398 (finish_init_stmts): Changed calls to finish_compound_expr and
6399 finish_stmt_expr to call genrtl_finish_compound_expr and
6400 genrtl_finish_stmt_expr when appropriate.
6401 (expand_default_init): Changed call to finish_expr_stmt to call
6402 genrtl_expr_stmt when appropriate.
6403 (build_vec_init): Likewise.
6404
6405 * parse.y (simple_stmt): Removed first argument from call to
6406 finish_for_stmt. Removed first argument from call to
6407 finish_switch_stmt.
6408
6409 * parse.c: Regenerated.
6410
6411 * pt.c (tsubst_expr): Removed first argument from call to
6412 finish_for_stmt. Removed first argument from call to
6413 finish_switch_stmt.
6414
6415 2000-06-16 Benjamin Chelf <chelf@codesourcery.com>
6416
6417 * cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
6418 CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
6419
6420 * lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
6421 (cplus_tree_code_length[]): Likewise.
6422 (cplus_tree_code_name[]): Likewise.
6423 (init_parse): Added call to add_c_tree_codes. Changed
6424 LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.
6425
6426 2000-06-16 Mark Mitchell <mark@codesourcery.com>
6427
6428 * cp-tree.h (finish_mem_initializers): Declare.
6429 (count_trees): Likewise.
6430 * parse.y (base_init): Use finish_mem_initializers.
6431 * semantics.c (finish_mem_initializers): New function.
6432
6433 * tree.c (count_trees_r): Prototype. Use DATA parameter to store
6434 the number of trees.
6435 (n_trees): Remove.
6436 (count_trees): Don't use it.
6437
6438 2000-06-15 Jason Merrill <jason@redhat.com>
6439
6440 * tree.c (count_trees): New debugging function.
6441
6442 * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
6443 * init.c (build_member_call): Pull out the name of a DECL.
6444
6445 * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
6446 * semantics.c (expand_body): Push to TV_INTEGRATION here.
6447 * optimize.c (optimize_function): Not here.
6448 * pt.c (instantiate_decl): Push to TV_PARSE.
6449
6450 2000-06-15 Mark Mitchell <mark@codesourcery.com>
6451
6452 * cp-tree.h (struct language_function): Remove x_base_init_list
6453 and x_member_init_list.
6454 (current_base_init_list): Remove.
6455 (current_member_init_list): Likewise.
6456 (setup_vtbl_ptr): Change prototype.
6457 (emit_base_init): Likewise.
6458 (expand_member_init): Likewise.
6459 (reinit_parse_for_function): Remove.
6460 * decl.c (save_function_data): Don't clear x_base_init_list and
6461 x_member_init_list.
6462 (mark_language_function): Don't mark them.
6463 * init.c (perform_member_init): Tweak comment.
6464 (sort_member_init): Take the list of initializers as an argument.
6465 (sort_base_init): Likewise.
6466 (emit_base_init): Likewise.
6467 (expand_member_init): Return the initializer. Don't use global
6468 variables.
6469 * lex.c (reinit_parse_for_function): Remove.
6470 * method.c (build_template_parm_names): Correct substitution.
6471 (do_build_copy_constructor): Don't use current_member_init_list
6472 and current_base_init_list.
6473 (synthesize_method): Likewise.
6474 * parse.y (base_init): Split mem-initializers into
6475 base-initializers and field-initializers.
6476 (member_init_list): Build up the list here.
6477 (member_init): Return the initializer.
6478 (fn.depfn): Don't use reinit_parse_for_function.
6479 * parse.c: Regenerated.
6480 * pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
6481 ERROR_MARK.
6482 (tsubst_expr): Don't use current_member_init_list
6483 and current_base_init_list.
6484 (tsubst_expr_values): Rename to ...
6485 (tsubst_initializer_list): ... this. Use convert_from_reference.
6486 * semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
6487 and current_base_init_list.
6488 (begin_function_definition): Don't call reinit_parse_for_function.
6489
6490 * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
6491
6492 * error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
6493 correctly.
6494
6495 * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
6496
6497 2000-06-14 Benjamin Chelf <chelf@codesourcery.com>
6498
6499 * cp-tree.h (IF_COND): Move to c-common.h.
6500 (THEN_CLAUSE): Likewise.
6501 (ELSE_CLAUSE): Likewise.
6502 (WHILE_COND): Likewise.
6503 (WHILE_BODY): Likewise.
6504 (DO_COND): Likewise.
6505 (DO_BODY): Likewise.
6506 (RETURN_EXPR): Likewise.
6507 (EXPR_STMT_EXPR): Likewise.
6508 (FOR_INIT_STMT): Likewise.
6509 (FOR_COND): Likewise.
6510 (FOR_EXPR): Likewise.
6511 (FOR_BODY): Likewise.
6512 (SWITCH_COND): Likewise.
6513 (SWITCH_BODY): Likewise.
6514 (CASE_LOW): Likewise.
6515 (CASE_HIGH): Likewise.
6516 (GOTO_DESTINATION): Likewise.
6517 (COMPOUND_BODY): Likewise.
6518 (ASM_CV_QUAL): Likewise.
6519 (ASM_STRING): Likewise.
6520 (ASM_OUTPUTS): Likewise.
6521 (ASM_INPUTS): Likewise.
6522 (ASM_CLOBBERS): Likewise.
6523 (DECL_STMT_DECL): Likewise.
6524 (STMT_EXPR_STMT): Likewise.
6525 (LABEL_STMT_LABEL): Likewise.
6526 (SCOPE_BEGIN_P): Likewise.
6527 (SCOPE_END_P): Likewise.
6528 (SCOPE_STMT_BLOCK): Likewise.
6529 (SCOPE_NULLIFIED_P): Likewise.
6530 (SCOPE_NO_CLEANUPS_P): Likewise.
6531 (SCOPE_PARTIAL_P): Likewise.
6532 (ASM_VOLATILE_P): Likewise.
6533 (STMT_LINENO): Likewise.
6534 (STMT_LINENO_FOR_FN_P): Likewise.
6535
6536 * cp-tree.def: Removed SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
6537 ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
6538 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
6539 CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
6540 SCOPE_STMT, CASE_LABEL, STMT_EXPR.
6541
6542 * Makefile.in (CXX_TREE_H): Added $(srcdir)/../c-common.def.
6543
6544 * Make-lang.in (CXX_SRCS): Added $(srcdir)/c-common.def.
6545 (cc1plus$(exeext)): Added $(srcdir)/c-common.def.
6546
6547 * lex.c (cplus_tree_code_type[]): Added '#include "c-common.def"'.
6548 (cplus_tree_code_length[]): Added '#include "c-common.def"'.
6549 (cplus_tree_code_name[]): Added '#include "c-common.def"'.
6550
6551 2000-06-14 Mark Mitchell <mark@codesourcery.com>
6552
6553 * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.
6554 * class.c (dfs_find_final_overrider): Set it appropriately.
6555 (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to
6556 avoid unneeded secondary vptrs.
6557
6558 2000-06-13 Jakub Jelinek <jakub@redhat.com>
6559
6560 * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
6561 (check_bitfield_decl, check_field_decl): Likewise.
6562 (build_vtbl_or_vbase_field, build_base_field): Likewise.
6563 (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
6564 * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
6565 (xfer_tag, finish_enum): Likewise.
6566 * decl2.c (finish_builtin_type): Likewise.
6567 * init.c (init_init_processing): Likewise.
6568 * pt.c (instantiate_class_template): Likewise.
6569 * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
6570 * cp-tree.h (struct lang_type): Add user_align member.
6571 (CLASSTYPE_USER_ALIGN): Define.
6572
6573 Tue Jun 13 15:48:03 2000 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6574
6575 * Make-lang.in (c++.install-common): Install g++-cross in
6576 $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
6577 $(target_alias)-g++ and $(target_alias)-c++.
6578
6579 2000-06-12 Mark Mitchell <mark@codesourcery.com>
6580
6581 * class.c (vcall_offset_data_s): Add last_init and fns.
6582 (overrides): Rename to same_signature_p.
6583 (dfs_find_final_overrider): Adjust accordingly.
6584 (mark_overriders): Likewise.
6585 (warn_hidden): Likewise.
6586 (build_vtbl_initializer): Reorganize machinery for building things
6587 at negative offsets.
6588 (build_vcall_and_vbase_vtbl_entries): Likewise.
6589 (build_vbase_offset_vtbl_entries): Likewise.
6590 (dfs_build_vcall_offset_vtbl_entries): Correct order of vcall
6591 offset entries. Do not create two entries for functions with the
6592 same signature.
6593 (build_vcall_offset_vtbl_entries): Initialize vod->fns.
6594 (build_rtti_vtbl_entries): Reorganize machinery for building things
6595 at negative offsets.
6596
6597 * optimize.c (expand_call_inline): Don't recurse into the code
6598 used to initialize the parameters more than once.
6599
6600 2000-06-11 Mark Mitchell <mark@codesourcery.com>
6601
6602 * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
6603 (is_std_substitution): Don't check CLASSTYPE_USE_TEMPLATE here.
6604 (find_substitution): Only use the `Sa' substitution for
6605 std::allocator, not instantiations of it.
6606 (write_template_prefix): Move comment. Only use a TREE_LIST to
6607 represent substitutions for a member template.
6608 (write_array_type): Mangle array dimensions correctly.
6609 * optimize.c (maybe_clone_body): Copy more information from the
6610 cloned function.
6611 * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
6612 on the regenerated declaration.
6613
6614 2000-06-11 Chip Salzenberg <chip@valinux.com>
6615 Mark Mitchell <mark@codesourcery.com>
6616
6617 * class.c (build_vtable): Clarify comment.
6618 (build_ctor_vtbl_group): Pass the most derived type to
6619 build_vtable.
6620
6621 2000-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6622
6623 * decl2.c (compare_options): Don't needlessly cast away const-ness.
6624
6625 2000-06-10 Mark Mitchell <mark@codesourcery.com>
6626
6627 * decl.c (add_binding): Handle duplicate declarations of external
6628 variables.
6629
6630 2000-06-09 Chip Salzenberg <chip@valinux.com>
6631 Mark Mitchell <mark@codesourcery.com>
6632
6633 * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an
6634 argument.
6635 (write_signed_number): New macro.
6636 (write_unsigned_number): Likewise.
6637 (write_source_name): Use them.
6638 (write_number): Handle signed and unsigned values.
6639 (write_integer_cst): Use tree_int_cst_sgn, and use
6640 write_unsigned_number or write_signed_number as appropriate.
6641 (write_discriminator): Use write_unsigned_number or
6642 write_signed_number as appropriate.
6643 (write_template_arg_literal): Likewise.
6644 (write_array_type): Use tree_low_cst.
6645 (write_template_parm): Use write_unsigned_number or
6646 write_signed_number as appropriate.
6647 (write_substitution): Adjust call to write_number.
6648 (write_type): Get the TYPE_MAIN_VARIANT before mangling it.
6649 (write_expression): Handle non-type template arguments of
6650 reference type correctly.
6651 (mangle_thunk): Use write_signed_number.
6652
6653 2000-06-09 Chip Salzenberg <chip@valinux.com>
6654
6655 * mangle.c (find_substition): Don't mangle objects with typename
6656 substitutions (e.g. "cin" as "Si").
6657
6658 2000-06-09 Zack Weinberg <zack@wolery.cumb.org>
6659
6660 * call.c (add_candidate): Use ggc_alloc_cleared.
6661 * decl.c (lookup_label): Likewise.
6662 * lex.c (retrofit_lang_decl): Likewise.
6663
6664 2000-06-09 Jason Merrill <jason@casey.soma.redhat.com>
6665
6666 * semantics.c (expand_body): Push to TV_EXPAND.
6667 * optimize.c (optimize_function): Push to TV_INTEGRATION.
6668 * decl.c (start_function): Always call announce_function.
6669
6670 * tinfo2.cc: Just declare abort.
6671
6672 2000-06-09 Gabriel Dos Reis <gdr@codesourcery.com>
6673
6674 * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
6675 whenever @ is a symbolic name.
6676
6677 2000-06-08 Jakub Jelinek <jakub@redhat.com>
6678
6679 * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
6680
6681 2000-06-07 Mark Mitchell <mark@codesourcery.com>
6682
6683 * decl.c (pushdecl): Look up functions by DECL_NAME, not
6684 DECL_ASSEMBLER_NAME.
6685
6686 2000-06-06 Mark Mitchell <mark@codesourcery.com>
6687
6688 * decl2.c (c_language): Define.
6689
6690 2000-06-06 Gabriel Dos Reis <gdr@codesourcery.com>
6691
6692 * lex.c (lang_init_options): Tweak.
6693
6694 * decl2.c: Remove #inclusion of diagnostic.h
6695 (lang_decode_option): Move diagnostic formatting options to
6696 toplevel.
6697
6698 * lang-options.h: Remove documentation for diagnostic options.
6699
6700 * Makefile.in (lex.o): Depends upon diagnostic.h
6701
6702 2000-06-06 Mark Mitchell <mark@codesourcery.com>
6703
6704 * decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
6705 the same DECL_RESULT, it's not a redefinition.
6706 * pt.c (tsubst_decl): Remove code to handle illegal
6707 specializations.
6708
6709 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
6710
6711 * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
6712
6713 2000-06-05 Jason Merrill <jason@casey.soma.redhat.com>
6714
6715 * search.c (maybe_suppress_debug_info): Don't check
6716 CLASSTYPE_INTERFACE_ONLY if CLASSTYPE_INTERFACE_KNOWN isn't set.
6717
6718 * pt.c (mark_decl_instantiated): Do SET_DECL_EXPLICIT_INSTANTIATION
6719 here if extern_p.
6720
6721 Remember instantiation context in deferred instantiations.
6722 * cp-tree.h (struct tinst_level): Remove.
6723 (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
6724 * pt.c (current_tinst_level): Now a tree.
6725 (print_template_context, push_tinst_level, pop_tinst_level,
6726 tinst_for_decl): Adjust.
6727 (reopen_tinst_level): New fn.
6728 (init_pt): Register current_tinst_level as a root.
6729 (add_pending_template): Put current_tinst_level in TREE_PURPOSE
6730 of the pending templates list.
6731 (instantiate_pending_templates): Adjust. Call reopen_tinst_level.
6732 * lex.c (extract_interface_info): Adjust.
6733 * decl2.c (warn_if_unknown_interface): Adjust.
6734
6735 2000-06-05 Mark Mitchell <mark@codesourcery.com>
6736
6737 * class.c (indirect_primary_base_p): New function.
6738 (determine_primary_base): Use it.
6739
6740 2000-06-05 Nathan Sidwell <nathan@codesourcery.com>
6741
6742 Update new-abi dynamic cast algorithm.
6743 * tinfo.cc (__class_type_info::__dyncast_result): Add
6744 whole_details. Adjust constructor.
6745 (__vmi_class_type_info::__do_dyncast): Adjust for vmi_flags.
6746 Avoid unnecessary searching.
6747 (__dynamic_cast): Adjust for __dyncast_result::whole_details.
6748
6749 Mon Jun 5 06:48:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6750
6751 * decl.c (init_decl_processing): Don't call record_component_aliases.
6752 * tree.c (build_cplus_array_type_1): Likewise.
6753
6754 2000-06-04 Mark Mitchell <mark@codesourcery.com>
6755
6756 * ir.texi: Correct typo.
6757 * mangle.c (write_expression): Handle non-type template arguments
6758 with reference type.
6759 * method.c (build_overload_value): Likewise.
6760 * pt.c (convert_nontype_argument): Explicitly represent conversion
6761 to a reference with an ADDR_EXPR.
6762 (unify): Always unify arguments in left-to-right order.
6763
6764 2000-06-03 Alex Samuel <samuel@codesourcery.com>
6765 Mark Mitchell <mark@codesourcery.com>
6766
6767 * Make-lang.in (CXX_SRCS): Add mangle.c.
6768 * Makefile.in (CXX_OBJS): Add mangle.o.
6769 (mangle.o): New rule.
6770
6771 * class.c (local_classes): New variable.
6772 * class.c (get_vtable_name): Use mangle_vtable_for_type for new ABI.
6773 (get_vtt_name): Use mangle_vtt_name for new ABI.
6774 (init_class_processing): Initialize local_classes.
6775 (build_ctor_vtbl_group): Use mangle_ctor_vtbl_for_type for new ABI.
6776 * cp-tree.h (cp_tree_index): Add CPTI_STD_IDENTIFIER.
6777 (std_identifier): New macro.
6778 (DECL_VOLATILE_MEMFUNC_P): New macro.
6779 (DECL_NAMESPACE_STD_P): Likewise.
6780 (local_classes): Declare.
6781 (get_mostly_instantiated_function_type): Declare.
6782 (init_mangle): Declare.
6783 (mangle_decl): Likewise.
6784 (mangle_type_string): Likewise.
6785 (mangle_type): Likewise.
6786 (mangle_typeinfo_for_type): Likewise.
6787 (mangle_typeinfo_string_for_type): Likewise.
6788 (mangle_vtbl_for_type): Likewise.
6789 (mangle_vtt_for_type): Likewise.
6790 (mangle_ctor_vtbl_for_type): Likewise.
6791 (mangle_thunk): Likewise.
6792 (mangle_conv_op_name_for_type): Likewise.
6793 (mangle_guard_variable): Likewise.
6794 * decl.c (pushtag): Keep track of local classes.
6795 (initialize_predefined_identifiers): Initialize std_identifier.
6796 (init_decl_processing): Use std_identifier.
6797 (start_decl): Don't treat instantiations as specializations.
6798 (grokdeclarator): Likewise.
6799 (grokvardecl): Call mangle_decl for new ABI. Only set mangled
6800 name for fully-instantiated templates.
6801 * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
6802 destructors with the new ABI.
6803 (finish_static_data_member_decl): Use mangle_decl under the new ABI.
6804 (grokfield): Use mangle_type for new ABI.
6805 (grokoptypename): Use mangle_conv_op_for_type for new ABI.
6806 (get_sentry): Use mangle_guard_variable for new ABI.
6807 (start_static_initialization_or_destruction): Likewise.
6808 * expr.c (extract_aggr_init): Remove.
6809 (extract_scalar_init): Likewise.
6810 (extract_init): Remove #if 0'd code.
6811 * mangle.c: New function.
6812 * method.c (build_mangled_name): Assert not flag_new_abi.
6813 (build_static_name): Likewise.
6814 (build_decl_overload_real): Likewise.
6815 (build_typename_overload): Likewise.
6816 (build_overload_with_type): Likewise.
6817 (build_overload_name): Likewise.
6818 (get_ctor_vtbl_name): Likewise.
6819 (start_squangling): Likewise.
6820 (get_id_2): Likewise.
6821 (set_mangled_name_for_decl): Call mangle_decl for new ABI.
6822 (init_method): Call init_mangle for new ABI.
6823 (make_thunk): Call mangle_thunk for new ABI.
6824 * operators.def: Correct new ABI manglings for the `%' operator.
6825 Add `::' operator.
6826 * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
6827 DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
6828 (lookup_template_class): Call mangle_decl for new ABI.
6829 (get_mostly_instantiated_function_type): New function.
6830 (set_mangled_name_for_template_decl): Use it.
6831 (tsubst_decl): Use set_mangled_name_for_decl for destructors with
6832 the new ABI. Use mangle_conv_op_name_for_type for instantiated
6833 conversion op names.
6834 * rtti.c (tinfo_name): Call mangle_type_string for new ABI.
6835 (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI.
6836 (tinfo_base_init): Likewise. Mangle typeinfo string name with
6837 mangle_typeinfo_string_for_type.
6838
6839 2000-06-03 Mark Mitchell <mark@codesourcery.com>
6840
6841 * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
6842 (INNERMOST_TEMPLATE_ARGS): New macro.
6843 (innermost_args): Remove.
6844 (get_innermost_template_args): New function.
6845 * decl2.c (arg_assoc_class): Use INNERMOST_TEMPLATE_ARGS.
6846 * error.c (dump_function_decl): Be caution when using
6847 most_general_template.
6848 * method.c (build_template_parm_names): Use
6849 INNERMOST_TEMPLATE_ARGS.
6850 * pt.c (add_to_template_args): Tidy comment
6851 (get_innermost_template_args): New function.
6852 (check_explicit_specialization): Clear DECL_INITIAL for a new
6853 specialization.
6854 (process_partial_specialization): Use INNERMOST_TEMPLATE_ARGS.
6855 Tidy.
6856 (push_template_decl): Always register specializations of the most
6857 general template.
6858 (convert_template_argument): Use INNERMOST_TEMPLATE_ARGS.
6859 (coerce_template_parms): Likewise.
6860 (lookup_template_class): Likewise.
6861 (innermost_args): Remove.
6862 (tsubst_decl): Use INNERMOST_TEMPLATE_ARGS.
6863 (tsubst_decl): Handle tricky specializations. Use
6864 get_innermost_template_args.
6865 (instantiate_template): Simplify handling of partial
6866 instantiations.
6867 (get_class_bindings): Use INNERMOST_TEMPLATE_ARGS.
6868 (most_general_template): Reimplement, in a more straightforward
6869 manner.
6870 (regenerate_decl_from_template): Tweak formatting. Use
6871 TMPL_ARGS_DEPTH for clarity.
6872 (set_mangled_name_for_template_decl): Use INNERMOST_ARGS.
6873
6874 * dump.c (dequeue_and_dump): Dump information about thunks.
6875
6876 2000-06-01 Richard Henderson <rth@cygnus.com>
6877
6878 * decl.c (init_decl_processing): Set lang_get_alias_set first thing.
6879
6880 2000-06-01 Richard Henderson <rth@cygnus.com>
6881
6882 * decl2.c (unsupported_options): Fix typo, make const.
6883 (lang_decode_option): Fix bsearch argument order.
6884
6885 2000-06-01 Mark Mitchell <mark@codesourcery.com>
6886
6887 * init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
6888 on FIELD_DECLs.
6889
6890 Wed May 31 14:09:00 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6891
6892 * cp-tree.h (c_get_alias_set): Deleted.
6893 * Makefile.in (decl.o): Include ../expr.h.
6894 * decl.c (expr.h): Include.
6895 (init_decl_processing): Call record_component_aliases for arrays.
6896 (grokdeclarator): Likewise.
6897 Set TREE_ADDRESSABLE for fields that aren't bitfields.
6898 * tree.c (build_cplus_array_type_1): Call record_component_aliases.
6899
6900 2000-05-31 Mark Mitchell <mark@codesourcery.com>
6901
6902 Remove guiding declaration support.
6903 * cp/cp-tree.h (flag_dump_translation_unit): Make it const.
6904 (flag_guiding_decls): Remove.
6905 * call.c (build_user_type_conversion_1): Remove support for
6906 guiding decls.
6907 (build_new_function_call): Likewise.
6908 (build_new_op): Likewise.
6909 (build_new_method_call): Likewise.
6910 * decl.c (start_function): Likewise.
6911 * friend.c (is_friend): Likewise.
6912 (do_friend): Likewise.
6913 * decl2.c ((flag_dump_translation_unit): Make it const.
6914 (flag_guiding_decls): Remove.
6915 (unsupported_options): New variable
6916 (compare_options): New function.
6917 (lang_decode_option): Use them.
6918
6919 * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
6920
6921 * method.c (mangle_expression): Adjust test for legal expression
6922 operators.
6923
6924 * pt.c (instantiate_decl): Save and restore the local
6925 specializations list.
6926
6927 2000-05-30 Jason Merrill <jason@decepticon.cygnus.com>
6928
6929 * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
6930
6931 2000-05-30 Mark Mitchell <mark@codesourcery.com>
6932
6933 * call.c (add_template_candidate_real): Handle member template
6934 constructors for classes with virtual bases.
6935 (build_user_type_conversion_1): Use in_charge_arg_for_name.
6936 (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.
6937
6938 * ir.texi: Update thunk documentation.
6939
6940 * call.c (joust): Fix handling of overloaded builtin operators.
6941
6942 2000-05-30 Zack Weinberg <zack@wolery.cumb.org>
6943
6944 * cp-tree.h (DECL_ANTICIPATED): New macro.
6945 Document new use of DECL_LANG_FLAG_7.
6946 * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
6947 in the user namespace.
6948 * lex.c (do_identifier): If the identifier's declaration has
6949 DECL_ANTICIPATED on, it has not yet been declared. But do not
6950 replace it with an ordinary implicit declaration.
6951
6952 * tinfo2.cc: Include stdlib.h.
6953
6954 2000-05-29 Mark Mitchell <mark@codesourcery.com>
6955
6956 * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
6957 * class.c (layout_empty_base): Use CLASSTYPE_ALIGN_UNIT, not
6958 CLASSTYPE_ALIGN.
6959
6960 2000-05-28 Gabriel Dos Reis <gdr@codesourcery.com>
6961
6962 * decl2.c (lang_decode_option): Use skip_leading_substring instead
6963 of plain strncmp.
6964
6965 2000-05-28 Alexandre Oliva <aoliva@cygnus.com>
6966
6967 * operators.def (<?): Duplicated, should have been...
6968 (>?): this. Fixed.
6969
6970 2000-05-27 Alex Samuel <samuel@codesourcery.com>
6971 Mark Mitchell <mark@codesourcery.com>
6972
6973 * cp-tree.h (ansi_opname): Make it a macro.
6974 (ansi_assopname): Likewise.
6975 (struct lang_decl_flags): Add assignment_operator_p.
6976 (struct lang_decl): Add operator_code.
6977 (DECL_VTT_PARM): Adjust.
6978 (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
6979 overloaded operator.
6980 (SET_OVERLOADED_OPERATOR_CODE): New macro.
6981 (DECL_ASSIGNMENT_OPERATOR_P): New macro.
6982 (DECL_ARRAY_DELETE_OPERATOR_P): Adjust.
6983 (opname_tab): Remove.
6984 (assignop_tab): Likewise.
6985 (operator_name_info_t): New type.
6986 (operator_name_info): New variable.
6987 (assignment_operator_name_info): Likewise.
6988 (build_cp_library_fn): Remove declaration.
6989 (push_cp_library_fn): Likewise.
6990 (operator_name_string): Likewise.
6991 (build_decl_overload): Likewise.
6992 * call.c (print_z_candidates): Simplify.
6993 (build_object_call): Adjust usage of ansi_opname. Use
6994 DECL_OVERLOADED_OPERATOR_P.
6995 (op_error): Adjust operator name lookup.
6996 (build_conditional_expr): Adjust usage of ansi_opname.
6997 (build_new_op): Likewise.
6998 (build_op_delete_call): Likewise.
6999 (build_over_call): Likewise.
7000 (joust): Use DECL_OVERLOADED_OPERATOR_P.
7001 * decl.c (duplicate_decls): Copy operator_code.
7002 (init_decl_processing): Adjust parameters to push_cp_library_fn.
7003 (builtin_function): Adjust parameters to build_library_fn_1.
7004 (build_library_fn_1): Accept an overloaded operator code.
7005 (build_library_fn): Pass ERROR_MARK.
7006 (build_cp_library_fn): Accept an overloaded operator code.
7007 (push_cp_library_fn): Likewise.
7008 (grokfndecl): Tweak.
7009 (grokdeclarator): Simplify code to compute names of overloaded
7010 operators. Adjust use of ansi_opname.
7011 (ambi_op_p): Work on tree_codes, not identifiers.
7012 (unary_op_p): Likewise.
7013 (grok_op_properties): Likewise.
7014 (start_function): Use DECL_OVERLOADED_OPERATOR_P.
7015 (lang_mark_tree): Don't try to mark the operator_code.
7016 * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
7017 * error.c (dump_decl): Remove special handling for operator
7018 names.
7019 (dump_function_name): Likewise.
7020 (dump_expr): Adjust name lookup of operators.
7021 (op_to_string): Simplify.
7022 (assop_to_string): Likewise.
7023 * init.c (build_new_1): Adjust use of ansi_opname.
7024 * lex.c (opname_tab): Remove.
7025 (assignop_tab): Likewise.
7026 (ansi_opname): Likewise.
7027 (ansi_assopname): Likewise.
7028 (operator_name_string): Likewise.
7029 (reinit_lang_specific): Likewise.
7030 (operator_name_info): New variable.
7031 (assignment_operator_name_info): Likewise.
7032 (init_operators): New function.
7033 (init_parse): Use it.
7034 (do_identifier): Adjust use of ansi_opname.
7035 * method.c (mangle_expression): Don't use ansi_opname for
7036 mangling.
7037 (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
7038 (build_decl_overload): Remove.
7039 (build_typename_overload): Use OPERATOR_TYPENAME_FORMAT directly.
7040 (do_build_assign_ref): Adjust use of ansi_opname.
7041 (synthesize_method): Likewise.
7042 (implicitly_declare_fn): Likewise.
7043 * operators.def: New file.
7044 * parse.y (operator): Adjust use of ansi_opname.
7045 * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
7046 (set_mangled_name_for_template_decl): Don't play games with
7047 current_namespace.
7048 (special_function_p): Adjust use of ansi_opname.
7049 * typeck.c (check_return_expr): Likewise.
7050 * Make-lang.in (cc1plus): Depend on operators.def.
7051 * Makefile.in (lex.o): Likewise.
7052 (decl.o): Likewise.
7053
7054 2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
7055
7056 * Make-lang.in (cplib2.ready): Eradicate.
7057
7058 Sat May 27 11:25:46 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7059
7060 * method.c (mangle_expression): Use TREE_CODE_LENGTH.
7061 * tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH.
7062 (built_min, cp_tree_equal): Likewise.
7063
7064 2000-05-26 Mark Mitchell <mark@codesourcery.com>
7065
7066 * class.c (layout_nonempty_base_or_field): Replace
7067 `record_layout_info' with `record_layout_info_s'.
7068
7069 2000-05-26 Jason Merrill <jason@casey.soma.redhat.com>
7070
7071 Fix goto checking.
7072 * cp-tree.h (struct language_function): x_named_labels is now
7073 a struct named_label_list*.
7074 * decl.c (struct named_label_use_list): Renamed from...
7075 (struct named_label_list): ...this. New struct.
7076 (push_binding_level): Don't set eh_region.
7077 (note_level_for_eh): New fn.
7078 (pop_label): Take label and old value directly.
7079 (pop_labels): Adjust for new named_labels format.
7080 (lookup_label): Likewise.
7081 (poplevel): Note characteristics of a binding level containing a
7082 named label. Mess with named label lists earlier.
7083 (mark_named_label_lists): New fn.
7084 (mark_lang_function): Call it.
7085 (use_label): New fn, split out from...
7086 (make_label_decl): ...here. Don't call it.
7087 (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
7088 check_previous_gotos): New fns, split out from...
7089 (define_label): ...here.
7090 (check_switch_goto): New fn.
7091 (define_case_label): Call it.
7092 (check_goto): New fn.
7093 * semantics.c (finish_goto_stmt): Call it and use_label.
7094 (begin_compound_stmt): If we're a try block, call note_level_for_eh.
7095 (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
7096
7097 2000-05-26 Mark Mitchell <mark@codesourcery.com>
7098
7099 * class.c (build_vtable_entry_ref): Correct usage of
7100 get_vtbl_decl_for_binfo.
7101
7102 * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
7103 * method.c (implicitly_declare_fn): Not here.
7104
7105 2000-05-26 Nathan Sidwell <nathan@codesourcery.com>
7106
7107 * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
7108 (CPTI_PTMD_DESC_TYPE): ... here.
7109 (ptmd_desc_type_node): Rename to ...
7110 (ptm_desc_type_node): ... here.
7111 * decl.c: Likewise.
7112 * rtti.c (ptmd_initializer): Rename to ...
7113 (ptm_initializer): ... here.
7114 (sythesize_tinfo_var): Adjust. Deal with pointer to member
7115 function.
7116 (create_tinfo_types): Adjust.
7117
7118 2000-05-25 Mark Mitchell <mark@codesourcery.com>
7119
7120 Finish implementation of VTTs.
7121 * cp-tree.h (cp_tree_index): Add CPTI_VTT_PARM_TYPE and
7122 CPTI_VTT_PARM_IDENTIFIER.
7123 (vtt_parm_identifier): New macro.
7124 (vtt_parm_type): Likewise.
7125 (BINFO_SUBVTT_INDEX): Likewise.
7126 (BINFO_VPTR_INDEX): Likewise.
7127 (struct lang_decl): Add vtt_parm.
7128 (DECL_VTT_PARM): New macro.
7129 (DECL_USE_VTT_PARM): Likewise.
7130 (DECL_NEEDS_VTT_PARM_P): Likewise.
7131 (get_vtt_name): Declare.
7132 (build_artificial_parm): Likewise.
7133 (fixup_all_virtual_upcast_offsets): Likewise.
7134 (expand_indirect_vtbls_init): Remove.
7135 * call.c (build_new_method_call): Pass the vtt to subobject
7136 constructors and destructors.
7137 * class.c (get_vtt_name): Give it external linkage.
7138 (build_clone): Handle the magic VTT parameters for clones.
7139 (clone_function_decl): Fix typo in comment.
7140 (build_vtt): Keep track of the indices in the VTTs where various
7141 entities are stored.
7142 (build_vtt_inits): Likewise.
7143 (dfs_build_vtt_inits): Likewise.
7144 (build_ctor_vtbl_group): Tweak type of construction vtables.
7145 (dfs_accumulate_vtbl_inits): Build vtables for all bases, even
7146 primary bases, when building construction vtables.
7147 * decl.c (duplicate_decls): Handle DECL_VTT_PARM.
7148 (initialize_predefined_identifiers): Add vtt_parm_identifier.
7149 (init_decl_processing): Initialize vtt_parm_type.
7150 (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
7151 (lang_mark_tree): Make vtt_parm.
7152 * decl2.c (build_artificial_parm): New function.
7153 (maybe_retrofit_in_chrg): Use it. Add VTT parameters.
7154 (grokclassfn): Use build_artificial_parm.
7155 * init.c (initialize_vtbl_ptrs): Call
7156 fixup_all_virtual_upcast_offsets directly.
7157 (perform_member_init): Use the complete subobject destructor for
7158 member cleanups.
7159 (build_vtbl_address): New function.
7160 (expand_virtual_init): Handle VTTs.
7161 * optimize (maybe_clone_body): Likewise.
7162 * search.c (fixup_all_virtual_upcast_offsets): Give it external
7163 linkage.
7164 (expand_indirect_vtbls_init): Remove.
7165 * semantics.c (setup_vtbl_ptr): Fix typos in comment.
7166 * tree.c (make_binfo): Make them bigger.
7167
7168 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
7169
7170 * inc/cxxabi.h (__pbase_type_info): Define, based on
7171 __pointer_type_info.
7172 (__pointer_type_info): Derive from __pbase_type_info. Adjust.
7173 (__pointer_to_member_type_info): Likewise.
7174 * tinfo2.cc (__pbase_type_info::~__pbase_type_info): Implement.
7175 (__pointer_to_member_type_info::__is_pointer_p): Remove.
7176 (__pointer_type_info::__do_catch): Rename to ...
7177 (__pbase_type_info::__do_catch): ... here. Adjust.
7178 (__pbase_type_info::__pointer_catch): Implement.
7179 (__pointer_type_info::__pointer_catch): Adjust.
7180 (__pointer_to_member_type_info::__pointer_catch): Adjust.
7181
7182 2000-05-25 Nathan Sidwell <nathan@codesourcery.com>
7183
7184 * tinfo.h (__user_type_info::contained_virtual_p): New
7185 predicate.
7186 * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond
7187 shaped heirarchy.
7188 (__vmi_class_type_info::__do_upcast): Fix bug with NULL pointer to
7189 diamond shaped heirarchy. Add early out for mixed diamond and
7190 duplicate shaped heirarchy.
7191
7192 2000-05-24 Mark Mitchell <mark@codesourcery.com>
7193
7194 * cp-tree.h (build_delete): Change prototype.
7195 (build_vec_delete): Likewise.
7196 * call.c (build_scoped_method_call): Use special_function_kind
7197 values to indicate the kind of destruction to be done.
7198 (build_method_call): Likewise.
7199 * decl.c (finish_destructor_body): Likewise.
7200 (maybe_build_cleanup_1): Likewise. Rename to ...
7201 (maybe_build_cleanup): ... this.
7202 * decl2.c (delete_sanity): Use special_function_kind
7203 values to indicate the kind of destruction to be done.
7204 (build_cleanup): Likewise.
7205 * init.c (perform_member_init): Likewise.
7206 (build_vec_delete_1): Likewise.
7207 (build_dtor_call): Simplify.
7208 (build_delete): Use special_function_kind
7209 values to indicate the kind of destruction to be done.
7210 (build_vbase_delete): Likewise.
7211 (build_vec_delete): Likewise.
7212
7213 * init.c (sort_member_init): Fix typo in error message generation
7214 code.
7215
7216 Mon May 15 11:46:29 2000 Donald Lindsay <dlindsay@cygnus.com>
7217
7218 * semantics.c (begin_class_definition): make the packed
7219 attribute be sensitive to the "-fpack-struct" command line flag
7220
7221 2000-05-24 Nathan Sidwell <nathan@codesourcery.com>
7222
7223 Update new-abi upcast algorithm.
7224 * inc/cxxabi.h (__class_type_info::__do_upcast): Change
7225 prototype and meaning of return value.
7226 (__si_class_type_info::__do_upcast): Likewise.
7227 (__vmi_class_type_info::__do_upcast): Likewise.
7228 * tinfo.cc (__class_type_info::__upcast_result): Replace
7229 whole2dst with part2dst. Adjust ctor.
7230 (__class_type_info::__do_upcast): Adjust call of worker function.
7231 (__class_type_info::__do_upcast): Adjust.
7232 (__si_class_type_info::__do_upcast): Adjust. Use parent's
7233 __do_upcast.
7234 (__vmi_class_type_info::__do_upcast): Likewise. Fix private
7235 virtual base in diamond heirarchy bug.
7236
7237 2000-05-23 Mark Mitchell <mark@codesourcery.com>
7238
7239 * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
7240 and bitfield to tinfo_fn_p.
7241 (DECL_TINFO_FN_P): Adjust.
7242 (SET_DECL_TINFO_FN_P): Likewise.
7243 (DECL_MUTABLE_P): Likewise.
7244 (DECL_C_BIT_FIELD): Likewise.
7245 (SET_DECL_C_BIT_FIELD): Likewise.
7246 (CLEAR_DECL_C_BIT_FIELD): Likewise.
7247 (DECL_UNINLINABLE): Likewise.
7248 * class.c (alter_access): Call retrofit_lang_decl if ncessary.
7249 (handle_using_decl): Remove assertion.
7250 (build_vtbl_or_vbase_field): Use build_decl, not build_lang_decl,
7251 to build FIELD_DECLs.
7252 (build_base_field): Likewise.
7253 (layout_class_type): Likewise.
7254 * decl.c (init_decl_processing): Likewise.
7255 (build_ptrmemfunc_type): Likewise.
7256 (grokdeclarator): Likewise.
7257 * decl2.c (grok_x_components): Likewise.
7258 * except.c (call_eh_info): Likewise.
7259 * init.c (init_init_processing): Likewise.
7260 * rtti.c (expand_class_desc): Likewise.
7261 (create_pseudo_type_info): Likewise.
7262 (get_vmi_pseudo_type_info): Likewise.
7263 (create_tinfo_types): Likewise.
7264 * ptree.c (print_lang_decl): Adjust.
7265 * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
7266 before checking DECL_MUTABLE_P.
7267
7268 * decl2.c (maybe_retrofit_in_chrg): Don't create in-charge
7269 parameters for template functions.
7270 * pt.c (tsubst_decl): Make sure we call maybe_retrofit_in_chrg for
7271 destructors as well as constructors.
7272
7273 2000-05-22 Mark Mitchell <mark@codesourcery.com>
7274
7275 * class.c (build_ctor_vtbl_group): Set inits.
7276 * optimize.c (maybe_clone_body): Set DECL_INLINE and
7277 DECL_THIS_INLINE appropriately for clones.
7278
7279 * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
7280 (DECL_CONV_FN_P): Simplify.
7281 (DECL_OPERATOR): Remove.
7282 (language_to_string): Declare.
7283 * decl.c (duplicate_decls): Fix typo in comment.
7284 (grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
7285 (grok_op_properties): Use DECL_CONV_FN_P instead of
7286 IDENTIFIER_TYPENAME_P.
7287 * dump.c (dequeue_and_dump): Dump the language linkage of
7288 declarations.
7289 * error.c (language_to_string): Give it external linkage.
7290 * method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
7291 (implicitly_declare_fn): Set DECL_LANGUAGE.
7292 * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
7293 IDENTIFIER_TYPENAME_P.
7294 (tsubst_decl): Likewise.
7295 (tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
7296 * semantics.c (finish_member_declaration): Don't mark members of
7297 classes declared in an extern "C" region as extern "C".
7298
7299 2000-05-22 Martin v. Löwis <loewis@informatik.hu-berlin.de>
7300
7301 * decl2.c (qualified_lookup_using_namespace): Look through
7302 namespace aliases.
7303
7304 * decl.c (push_using_decl): Return the old decl on namespace level.
7305
7306 2000-05-21 Mark Mitchell <mark@codesourcery.com>
7307
7308 * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
7309 (VTT_NAME_PREFIX): New macro.
7310 (CTOR_VTBL_NAME_PREFIX): Likewise.
7311 (get_ctor_vtbl_name): New function.
7312 * class.c (get_vtable_name): Simplify.
7313 (get_vtt_name): New function.
7314 (get_vtable_decl): Don't set IDENTIFIER_GLOBAL_VALUE.
7315 (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
7316 when a virtual base becomes primary.
7317 (finish_struct_1): Set CLASSTYPE_VFIELDS a little earlier. Build
7318 VTTs.
7319 (finish_vtbls): Adjust calls to accumulate_vtbl_inits to pass in
7320 additional parameters.
7321 (dfs_finish_vtbls): Don't clear BINFO_NEW_VTABLE_MARKED.
7322 (initialize_array): New function.
7323 (build_vtt): Likewise.
7324 (build_vtt_inits): Likewise.
7325 (dfs_build_vtt_inits): Likewise.
7326 (dfs_fixup_binfo_vtbls): Likewise.
7327 (build_ctor_vtbl_group): Likewise.
7328 (initialize_vtable): Use initialize_array.
7329 (accumulate_vtbl_inits): Reimplement to handle construction
7330 vtables.
7331 (dfs_accumulate_vtbl_inits): Likewise.
7332 (bulid_vtbl_initializer): Adjust parameter name.
7333 * method.c (build_typename_overload): Remove #if 0'd code.
7334 (get_ctor_vtbl_name): New function.
7335 * search.c (dfs_walk_real): Use BINFO_N_BASETYPES.
7336 (init_vbase_pointers): Don't mess with the TREE_CHAIN of a binfo.
7337
7338 * cp-tree.h (struct lang_type): Remove search_slot.
7339 (CLASSTYPE_SEARCH_SLOT): Remove.
7340 (emit_base_init): Change prototype.
7341 (initialize_vtbl_ptrs): Likewise.
7342 (expand_indirect_vtbls_init): Likewise.
7343 (clear_search_slots): Remove.
7344 * decl.c (lang_mark_tree): Don't mark search_slot.
7345 * init.c (initialize_vtbl_ptrs): Simplify.
7346 (emit_base_init): Likewise.
7347 * search.c (struct vbase_info): Document decl_ptr.
7348 (convert_pointer_to_single_level): Remove.
7349 (dfs_find_vbases): Remove.
7350 (dfs_init_base_pointers): Simplify.
7351 (dfs_clear_vbase_slots): Remove.
7352 (dfs_vtable_path_unmark): New function.
7353 (init_vbase_pointers): Simplify.
7354 (expand_upcast_fixups): Don't rely on CLASSTYPE_SEARCH_SLOT.
7355 (expand_indirect_vtbls_init): Simplify. Don't call
7356 mark_all_temps_used.
7357 * semantics.c (setup_vtbl_ptr): Adjust calls to emit_base_init and
7358 initialize_vtbl_ptrs.
7359
7360 2000-05-20 Zack Weinberg <zack@wolery.cumb.org>
7361
7362 * except.c: Add static prototypes.
7363
7364 2000-05-20 H.J. Lu <hjl@gnu.org>
7365
7366 * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
7367
7368 2000-05-19 Mark Mitchell <mark@codesourcery.com>
7369
7370 Don't create a separate copy of virtual bases for the
7371 CLASSTYPE_VBASECLASSES list.
7372 * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
7373 (BINFO_FOR_VBASE): Remove.
7374 (CANONICAL_BINFO): Adjust.
7375 (binfo_for_vbase): New function.
7376 * class.c (build_vbase_pointer_fields): Use binfo_for_vbase
7377 instead of BINFO_FOR_VBASE.
7378 (build_vbase_pointer): Likewise.
7379 (build_secondary_vtable): Likewise.
7380 (dfs_mark_primary_bases): Likewise.
7381 (mark_primary_bases): Likewise.
7382 (layout_nonempty_base_or_field): Likewise.
7383 (dfs_set_offset_for_shared_vbases): Likewise.
7384 (dfs_set_offset_for_unshared_vbases): Likewise.
7385 (layout_virtual_bases): Likewise. Adjust for changes to the
7386 CLASSTYPE_VBASECLASSES list.
7387 (dump_class_hierarchy_r): Use binfo_for_vbase
7388 instead of BINFO_FOR_VBASE.
7389 (dump_class_hierarchy): Likewise.
7390 (finish_vtbls): Likewise.
7391 (build_vtbl_initializer): Adjust for changes to the
7392 CLASSTYPE_VBASECLASSES list.
7393 (build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
7394 * decl.c (finish_destructor_body): Adjust for changes to the
7395 CLASSTYPE_VBASECLASSES list.
7396 * init.c (sort_base_init): Use binfo_for_vbase.
7397 (construct_virtual_bases): Adjust for changes to the
7398 CLASSTYPE_VBASECLASSES list.
7399 (expand_member_init): Use binfo_for_vbase.
7400 (build_vbase_delete): Adjust for changes to the
7401 CLASSTYPE_VBASECLASSES list.
7402 * method.c (do_build_copy_constructor): Likewise.
7403 * rtti.c (get_base_offset): Use binfo_for_vbase.
7404 (expand_class_desc): Remove #if 0'd code.
7405 * search.c (struct vbase_info): Remove vbase_types.
7406 (get_base_distance): Use binfo_for_vbase.
7407 (lookup_field_queue_p): Use CANONICAL_BINFO.
7408 (get_shared_vbase_if_not_primary): Use binfo_for_vbase.
7409 (get_pure_virtuals): Adjust for changes to the
7410 CLASSTYPE_VBASECLASSES list.
7411 (dfs_find_vbases): Use binfo_for_vbase.
7412 (dfs_init_vbase_pointers): Likewise.
7413 (init_vbase_pointers): Don't initialize vi.vbase_types.
7414 (virtual_context): Use binfo_for_vbase.
7415 (fixup_all_virtual_upcast_offsets): Adjust for changes to the
7416 CLASSTYPE_VBASECLASSES list.
7417 (expand_indirect_vtbls_init): Simplify.
7418 (dfs_get_vbase_types): Don't replicate virtual bases.
7419 (find_vbase_instance): Use binfo_for_vbase.
7420 (binfo_for_vbase): New function.
7421 * typeck.c (get_delta_difference): Use binfo_for_vbase.
7422
7423 2000-05-17 Mark Mitchell <mark@codesourcery.com>
7424
7425 * decl2.c (finish_anon_union): Generalize error messages to handle
7426 anonymous structures.
7427 * init.c (perform_member_init): Remove `name' parameter.
7428 (build_field_list): New function.
7429 (sort_member_init): Handle anonymous union initialization order
7430 correctly. Check for multiple initializations of the same union.
7431 (emit_base_init): Don't look up fields by name here.
7432 (expand_member_init): Record the result of name lookup for future
7433 reference.
7434 * typeck.c (build_component_ref): Fix formatting.
7435
7436 Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
7437
7438 * decl.c (pop_label): Replace warn_unused with warn_unused_label.
7439 * typeck.c (build_x_compound_expr): Replace warn_unused with
7440 warn_unused_value.
7441
7442 * decl2.c (lang_decode_option): Update -Wall unused flags by
7443 calling set_Wunused.
7444
7445 2000-05-16 Mark Mitchell <mark@codesourcery.com>
7446
7447 * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
7448 * init.c (dfs_vtable_path_unmark): Remove.
7449 * search.c (marked_new_vtable_p): Likewise.
7450 (unmarked_new_vtable_p): Likewise.
7451 (dfs_search_slot_nonempty_p): Likewise.
7452 (dfs_mark): Likewise.
7453 (dfs_vtable_path_unmark): Likewise.
7454 (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED.
7455 (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED.
7456 (dfs_init_vbase_pointers): Remove special-case new ABI code.
7457 (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED.
7458 (init_vbase_pointers): Simplify.
7459 (expand_indirect_vtbls_init): Likewise.
7460
7461 * class.c (copy_virtuals): New function.
7462 (build_primary_table): Use it.
7463 (build_secondary_vtable): Likewise.
7464 (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to
7465 indicate that no vcall offset is required.
7466 (add_virtual_function): Likewise.
7467 (modify_all_vtables): Likewise.
7468 (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
7469 (dfs_accumulate_vtbl_inits): Likewise.
7470 (build_vtbl_initializer): Make changes to handle construction
7471 vtables.
7472 (dfs_build_vcall_offset_vtbl_entries): Likewise.
7473 (build_rtti_vtbl_entries): Likewise.
7474 (build_vtable_entries): Handle a NULL vcall_index.
7475
7476 2000-05-15 Gabriel Dos Reis <gdr@codesourcery.com>
7477
7478 * decl2.c (lang_decode_option): Fix thinko.
7479
7480 2000-05-14 Jason Merrill <jason@casey.cygnus.com>
7481
7482 * except.c (check_handlers): New fn.
7483 * cp-tree.h: Declare it.
7484 * semantics.c (finish_handler_sequence): Call it.
7485 (finish_function_handler_sequence): Likewise.
7486 (finish_handler_parms): Set TREE_TYPE on the handler.
7487 * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
7488 * search.c (get_base_distance_recursive): If protect>1, ignore
7489 special access.
7490 (get_base_distance): Don't reduce watch_access.
7491
7492 2000-05-13 Gabriel Dos Reis <gdr@codesourcery.com>
7493
7494 * lex.c: #include diagnostic.h.
7495 (lang_init_options): Set default prefixing rules.
7496
7497 * lang-options.h: Add -fdiagnostics-show-location=.
7498
7499 * decl2.c: #include diagnostic.h.
7500 (lang_decode_option): Handle -fdiagnostics-show-location=.
7501
7502 2000-05-12 Nathan Sidwell <nathan@codesourcery.com>
7503
7504 * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
7505 * vec.cc: Revert my 2000-05-07 change.
7506
7507 2000-05-11 Jason Merrill <jason@casey.cygnus.com>
7508
7509 * class.c (check_field_decls): Complain about non-static data
7510 members with same name as class in class with constructor.
7511
7512 2000-05-10 Jason Merrill <jason@casey.cygnus.com>
7513
7514 * decl.c (grokdeclarator): Allow non-static data members with
7515 same name as class.
7516
7517 2000-05-09 Zack Weinberg <zack@wolery.cumb.org>
7518
7519 * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
7520 and pending_inline.filename. Update prototypes.
7521 * decl.c (define_label): Constify filename parameter.
7522 * decl2.c (warn_if_unknown_interface): Constify local char *.
7523 * input.c Constify input_source.filename. Don't declare
7524 input_filename or lineno. Constify filename parameter to feed_input.
7525 * lex.c (init_parse): Constify parameter and return value.
7526 (cp_pragma_interface, cp_pragma_implementation): Constify
7527 filename argument.
7528 (reinit_parse_for_method, reinit_parse_for_block,
7529 reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
7530 Constify local char *.
7531 * pt.c: Don't declare lineno or input_filename.
7532 (print_template_context, tsubst_friend_function, tsubst_decl,
7533 tsubst, instantiate_decl): Constify local char *.
7534 * semantics.c (expand_body): Constify local char *.
7535 * tree.c (build_srcloc): Constify filename parameter.
7536 * typeck.c (c_expand_asm_operands): Constify filename
7537 parameter.
7538
7539 2000-05-08 Nathan Sidwell <nathan@codesourcery.com>
7540
7541 * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix
7542 offsetof expansion.
7543
7544 2000-05-08 Branko Cibej <branko.cibej@hermes.si>
7545
7546 * inc/cxxabi.h: Fix typos in comment.
7547 (__base_class_info::__offset): Use a static_cast.
7548
7549 2000-05-07 Nathan Sidwell <nathan@codesourcery.com>
7550
7551 * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
7552 of std::size_t and std::ptrdiff_t respectively.
7553 * tinfo.cc: Likewise.
7554 * vec.cc: Likewise.
7555
7556 2000-05-06 Richard Henderson <rth@cygnus.com>
7557
7558 * typeck.c (build_c_cast): Don't warn integer->pointer size
7559 mismatch for constants.
7560
7561 2000-05-06 Nathan Sidwell <nathan@codesourcery.com>
7562
7563 * rtti.c (ptmd_initializer): Set non-public, if class is
7564 incomplete.
7565
7566 * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
7567 (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
7568 __cxa_vec_delete): Likewise.
7569 * tinfo.cc (__dynamic_cast): Likewise.
7570 * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
7571 __cxa_vec_delete): Likewise.
7572
7573 2000-05-04 Mark Mitchell <mark@codesourcery.com>
7574
7575 * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
7576 (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
7577 (lang_decl_flags): Add vcall_offset.
7578 (THUNK_VCALL_OFFSET): Use it.
7579 * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
7580 * method.c (make_thunk): Create the lang_decl here, not in
7581 emit_thunk.
7582 (emit_thunk): Make generic thunks into ordinary functions once
7583 they have been fed to expand_body.
7584 * semantics.c (expand_body): Set current_function_is_thunk here.
7585
7586 2000-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7587
7588 * class.c (update_vtable_entry_for_fn): Prototype.
7589
7590 * pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
7591 and `tmpl'.
7592
7593 * search.c (dfs_build_inheritance_graph_order): Prototype.
7594
7595 2000-05-04 Mark Mitchell <mark@codesourcery.com>
7596
7597 * cp-tree.h (special_function_kind): Add various kinds of
7598 destructors.
7599 (special_function_p): New function.
7600 * class.c (overrides): Don't let one kind of destructor override
7601 another.
7602 * decl2.c (mark_used): Use DECL_NON_THUNK_FUNCTION_P when deciding
7603 whether or not to instantiate a template.
7604 * tree.c (special_function_p): Define.
7605
7606 2000-05-03 Mark Mitchell <mark@codesourcery.com>
7607
7608 * cp-tree.def (THUNK_DECL): Remove.
7609 * cp-tree.h (DECL_THUNK_P): New macro.
7610 (DECL_NON_THUNK_FUNCTION_P): Likewise.
7611 (DECL_EXTERN_C_FUNCTION_P): Likewise.
7612 (SET_DECL_THUNK_P): Likewise.
7613 (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
7614 (FNADDR_FROM_VTABLE_ENTRY): Likewise.
7615 (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
7616 * decl.c (decls_match): Use DECL_EXTERN_C_P.
7617 (duplicate_decls): Likewise.
7618 (pushdecl): Likewise. Adjust thunk handling.
7619 (grokfndecl): Use DECL_EXTERN_C_P.
7620 * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
7621 * dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
7622 * except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
7623 * expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
7624 * method.c (make_thunk): Use SET_DECL_THUNK_P. Set
7625 DECL_NO_STATIC_CHAIN.
7626 (emit_thunk): Don't play games with TREE_CODE on thunks. Don't
7627 set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
7628 * search.c (covariant_return_p): Remove THUNK_DECL handling.
7629 * ir.texi: Update.
7630
7631 2000-05-01 Jason Merrill <jason@casey.cygnus.com>
7632
7633 * tree.c (walk_tree): Set lineno.
7634
7635 2000-05-01 Mark Mitchell <mark@codesourcery.com>
7636
7637 * exception.cc: Update license notice.
7638 * new.cc: Likewise.
7639 * new1.cc: Likewise.
7640 * new2.cc: Likewise.
7641 * tinfo.cc: Likewise.
7642 * tinfo2.cc: Likewise.
7643 * vec.cc: Likewise.
7644 * inc/cxxabi.h: Likewise.
7645 * inc/exception: Likewise.
7646 * inc/new: Likewise.
7647 * inc/new.h: Likewise.
7648 * inc/typeinfo: Likewise.
7649
7650 2000-05-01 Jason Merrill <jason@casey.cygnus.com>
7651
7652 * tree.c (build_target_expr_with_type): If we already have a
7653 TARGET_EXPR, just return it.
7654
7655 * optimize.c (initialize_inlined_parameters): Don't generate an
7656 EXPR_STMT if we can just use DECL_INITIAL.
7657 * decl.c (emit_local_var): Only make the initialization a
7658 full-expression if stmts_are_full_exprs_p.
7659
7660 2000-05-01 Mark Mitchell <mark@codesourcery.com>
7661
7662 * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
7663 macro.
7664 * call.c (standard_conversion): Use it.
7665 (direct_reference_binding): Likewise.
7666 (build_over_call): Likewise.
7667 (is_properly_derived_from): Likewise.
7668 (compare_ics): Likewise.
7669 * class.c (resolves_to_fixed_type_p): Likewise.
7670 * optimize.c (declare_return_variable): Likewise.
7671 * pt.c (is_specialization_of): Likewise.
7672 (unify): Likewise.
7673 * typeck.c (comp_target_parms): Likeiwse.
7674 (build_static_cast): Likewise.
7675 (build_reinterpret_cast): Likewise.
7676 (build_const_cast): Likewise.
7677 (comp_ptr_ttypes_real): Likewise.
7678 (comp_ptr_ttypes_const): Likewise.
7679 * typeck2.c (process_init_constructor): Likewise.
7680
7681 2000-04-30 Scott Snyder <snyder@fnal.gov>
7682
7683 * decl.c (finish_destructor_body): Use the base destructor when
7684 destroying virtual bases.
7685
7686 2000-04-30 Mark Mitchell <mark@codesourcery.com>
7687
7688 * expr.c (cplus_expand_expr): Preserve temporaries when expanding
7689 STMT_EXPRs.
7690 * optimize.c (struct inline_data): Add target_exprs field.
7691 (declare_return_variable): When a function returns an aggregate,
7692 use the variable declared in the TARGET_EXPR as the remapped
7693 DECL_RESULT.
7694 (expand_call_inline): Update the pending target_exprs stack.
7695 (optimize_function): Initialize the stack.
7696
7697 * decl2.c (finish_file): Fix typo in comment.
7698
7699 * method.c (emit_thunk): Don't try to return a `void' value.
7700
7701 * optimize.c (initialize_inlined_parameters): If the parameter is
7702 addressable, we need to make a new VAR_DECL, even if the
7703 initializer is constant.
7704
7705 2000-04-28 Cosmin Truta <cosmint@cs.ubbcluj.ro>
7706
7707 * decl.c (grok_op_properties): Add an extra check of argtypes.
7708
7709 2000-04-27 Mark Mitchell <mark@codesourcery.com>
7710
7711 * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
7712 variables.
7713 (initialize_inlined_parameters): Try to avoid creating new
7714 VAR_DECLs.
7715
7716 2000-04-27 Alex Samuel <samuel@codesourcery.com>
7717
7718 * lex.c (my_get_run_time): Remove.
7719 (init_filename_times): Use get_run_time instead of my_get_run_time.
7720 (check_newline): Likewise.
7721 (dump_time_statistics): Likewise.
7722 * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
7723 of computing elapsed time explicitly.
7724
7725 2000-04-26 Mark Mitchell <mark@codesourcery.com>
7726
7727 * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
7728 * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
7729 * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
7730 before calling decl_constant_value.
7731 * class.c (check_bitfield_decl): Likewise.
7732 * cvt.c (ocp_convert): Likewise.
7733 (convert): Likewise.
7734 * decl.c (compute_array_index_type): Likewise.
7735 (build_enumerator): Likewise.
7736 * decl2.c (check_cp_case_value): Likewise.
7737 * pt.c (convert_nontype_argument): Likewise.
7738 (tsubst): Likewise.
7739 * typeck.c (decay_conversion): Likewise.
7740 (build_compound_expr): Likewise.
7741 (build_reinterpret_cast): Likewise.
7742 (build_c_cast): Likewise.
7743 (convert_for_assignment): Likewise.
7744
7745 2000-04-26 Jason Merrill <jason@casey.cygnus.com>
7746
7747 * decl.c (finish_function): Don't play games with DECL_INLINE.
7748
7749 2000-04-25 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
7750
7751 * ir.texi: Correct typo.
7752
7753 2000-04-25 Martin v. Löwis <loewis@informatik.hu-berlin.de>
7754
7755 * decl.c (grokdeclarator): Reject VLAs as members.
7756
7757 2000-04-24 Gabriel Dos Reis <gdr@codesourcery.com>
7758
7759 * call.c (standard_conversion): Accept conversion between
7760 COMPLEX_TYPEs.
7761
7762 * cvt.c (ocp_convert): Handle conversion to COMPLEX_TYPE.
7763
7764 2000-04-24 Zack Weinberg <zack@wolery.cumb.org>
7765
7766 * decl2.c (finish_file): Remove double setup for accounting
7767 compile time.
7768
7769 2000-04-24 Robert Lipe <robertlipe@usa.net>
7770
7771 * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
7772
7773 2000-04-23 Benjamin Kosnik <bkoz@cygnus.com>
7774
7775 * new.cc (set_new_handler): Needs to be in std::.
7776
7777 2000-04-23 Mark Mitchell <mark@codesourcery.com>
7778
7779 * cp-tree.h (lang_decl): Remove pretty_function_p.
7780 (DECL_PRETTY_FUNCTION_P): Use TREE_LANG_FLAG_0, not a bit in the
7781 language-specific node.
7782 * decl.c (cp_make_fname_decl): Use build_decl, not
7783 build_lang_decl, to build the variables.
7784 (grokvardecl): Don't call build_lang_decl for local variables in
7785 templates.
7786 (grokdeclarator): Don't call build_lang_decl for local type
7787 declarations in templates.
7788 * lex.c (retrofit_lang_decl): Use ggc_alloc_obj to allocated
7789 zero'd memory, rather than calling memset.
7790 * pt.c: Include hashtab.h.
7791 (local_specializations): New variable.
7792 (retrieve_local_specialization): Use it.
7793 (register_local_specialization): Likewise.
7794 (tsubst_decl): Don't assume local variables have
7795 DECL_LANG_SPECIFIC.
7796 (instantiate_decl): Set up local_specializations.
7797 * Makefile.in (HTAB_H): New variable.
7798
7799 2000-04-23 Richard Henderson <rth@cygnus.com>
7800
7801 * typeck.c (c_expand_asm_operands): Restore the original
7802 contents of the output list.
7803
7804 2000-04-22 Gabriel Dos Reis <gdr@codesourcery.com>
7805
7806 * ir.texi: Document complex number representation.
7807
7808 2000-04-20 Nathan Sidwell <nathan@codesourcery.com>
7809
7810 * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.
7811 (target_incomplete_p): New function.
7812 (tinfo_base_init): Create comdat NTBS name variable.
7813 (ptr_initializer): Add non_public parameter. Calculate it.
7814 (ptmd_initializer): Likewise.
7815 (synthesize_tinfo_var): Adjust. Emit incomplete class tinfo.
7816 (create_real_tinfo_var): Add non_public parameter. Use it.
7817 Push proxy into global namespace.
7818 * inc/cxxabi.h (__pointer_type_info::incomplete_class_mask):
7819 New enumeration.
7820 * inc/typeinfo (type_info::before, type_info::operator==):
7821 Compare __name addresses.
7822
7823 * tinfo2.cc: Remove new-abi builtins comment.
7824
7825 2000-04-20 Jason Merrill <jason@casey.cygnus.com>
7826
7827 * typeck.c (build_x_function_call): Resolve an OFFSET_REF.
7828
7829 * call.c (joust): Exit early if we get the same function, too.
7830
7831 * decl2.c (key_method): Return NULL_TREE for template classes.
7832 (import_export_class): Don't need to check for template classes.
7833
7834 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
7835
7836 * lex.c: Remove references to cccp.c.
7837
7838 2000-04-18 Mark Mitchell <mark@codesourcery.com>
7839
7840 * cp-tree.h (lang_decl_flags): Remove const_memfunc and
7841 volatile_memfunc. Add destructor_attr. Adjust dummy.
7842 (DECL_DESTRUCTOR_P): Use destructor_attr.
7843 (DECL_CONST_MEMFUNC_P): Reimplement.
7844 (DECL_VOLATILE_MEMFUNC_P): Remove.
7845 * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
7846 (overrides): Use DECL_DESTRUCTOR_P.
7847 (check_for_override): Likewise.
7848 * decl.c (start_function): Likewise.
7849 * decl2.c (grokfclassfn): Likewise.
7850 (check_classfn): Likewise.
7851 (grok_function_init): Likewise.
7852
7853 2000-04-17 Mark Mitchell <mark@codesourcery.com>
7854
7855 * decl2.c (grokfield): Issue error on illegal data member
7856 declaration.
7857
7858 Mon Apr 17 17:11:16 2000 Mark P Mitchell <mark@codesourcery.com>
7859
7860 * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
7861
7862 2000-04-16 Mark Mitchell <mark@codesourcery.com>
7863
7864 * class.c (build_vtable_entry): Don't build thunks for type-info
7865 functions.
7866
7867 2000-04-16 Jason Merrill <jason@casey.cygnus.com>
7868
7869 * decl.c (decls_match): Allow a redeclaration of a builtin to
7870 specify args while the builtin did not.
7871
7872 2000-04-15 Mark Mitchell <mark@codesourcery.com>
7873
7874 * cp-tree.def (THUNK_DECL): Add to documentation.
7875 * cp-tree.h (flag_huge_objects): Declare.
7876 * class.c (modify_vtable_entry): Tidy.
7877 (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
7878 Calculate delta appropriately for the new ABI.
7879 (dfs_modify_vtables): Use it.
7880 (modify_all_vtables): Fix thinko in code to add overriding copies
7881 of functions to primary vtables.
7882 (build_clone): Fix typo in comment.
7883 (clone_function_decl): Correct order of destructors in vtable.
7884 (build_vbase_offset_vtbl_entries): Adjust comment.
7885 (dfs_vcall_offset_queue_p): Remove.
7886 (dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
7887 (build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
7888 (build_vtable_entry): Correct check for pure virtual functions.
7889 Don't declare flag_huge_objects.
7890 * decl.c (flag_huge_objects): Remove declaration.
7891 * method.c (make_thunk): Tweak mangling for vcall offset thunks.
7892 Use int_size_in_bytes.
7893 (emit_thunk): Handle vcall offset thunks.
7894
7895 Sat Apr 15 16:00:01 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7896
7897 * decl2.c (parse_time, varconst_time): Delete declarations.
7898 (finish_file): Delete LINENO declaration.
7899 START_TIME and THIS_TIME now long.
7900
7901 2000-04-13 Nathan Sidwell <nathan@codesourcery.com>
7902
7903 * class.c (build_base_field): Reformat comment.
7904
7905 * inc/cxxabi.h (stddef.h): Comment inclusion.
7906 (__base_class_info::__offset): Comment shift.
7907
7908 2000-04-12 Mark Mitchell <mark@codesourcery.com>
7909
7910 * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
7911 (cp_tree_index): Add CPTI_PUSH_EXCEPTION_IDENTIFIER.
7912 (cp_push_exception_identifier): New macro.
7913 (DECL_COMPLETE_DESTRUCTOR_P): New macro.
7914 (DECL_BASE_DESTRUCTOR_P): Likewise.
7915 (DECL_DELETING_DESTRUCTOR_P): Likewise.
7916 (get_vtbl_decl_for_binfo): Fix formatting.
7917 (in_charge_arg_for_name): New macro.
7918 (maybe_build_cleanup_and_delete): Remove declaration.
7919 * call.c (build_field_call): Use IDENTIFIER_CTOR_OR_DTOR_P.
7920 (in_charge_arg_for_name): New function.
7921 (build_new_method_call): Use it. Handle cloned destructors.
7922 (build_clone): Don't make the base constructor virtual.
7923 Automatically defer generated functions.
7924 (clone_function_decl): Handle destructors, too.
7925 (clone_constructors_and_destructors): Likewise.
7926 (create_vtable_ptr): Don't create a vtable entry for a cloned
7927 function.
7928 * decl.c (predefined_identifier): Add ctor_or_dtor_p.
7929 (initialize_predefined_identifiers): Update appropriately.
7930 (finish_destructor_body): Simplify.
7931 (maybe_build_cleanup_and_delete): Remove.
7932 * except.c (expand_throw): Handle new-ABI destructors.
7933 * init.c (expand_cleanup_for_base): Use base_dtor_identifier.
7934 (build_dtor_call): New function.
7935 (build_delete): Use it. Simplify.
7936 * optimize.c (maybe_clone_body): Handle destructors.
7937 * search.c (lookup_field_queue_p): Use IDENTIFIER_CTOR_OR_DTOR_P.
7938
7939 * exception.cc (cleanup_fn): New typedef.
7940 (CALL_CLEANUP): New macro.
7941 (cp_eh_info): Use them.
7942 (__cp_push_exception): Likewise.
7943 (__cp_pop_exception): Likewise.
7944
7945 2000-04-11 Mark Mitchell <mark@codesourcery.com>
7946
7947 * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
7948 (complete_dtor_identifier): New macro.
7949 (CLASSTYPE_FIRST_CONVERSION): Remove.
7950 (CLASSTYPE_CONSTRUCTOR_SLOT): New macro.
7951 (CLASSTYPE_DESTRUCTOR_SLOT): Likewise.
7952 (CLASSTYPE_FIRST_CONVERSION_SLOT): Likewise.
7953 (CLASSTYPE_CONSTRUCTORS): Likewise.
7954 (CLASSTYPE_DESTRUCTORS): Likewise.
7955 (lang_decl): Add cloned_function.
7956 (DECL_COMPLETE_CONSTRUCTOR_P): New macro.
7957 (DECL_BASE_CONSTRUCTOR_P): Likewise.
7958 (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P): Likewise.
7959 (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P): Likewise.
7960 (DECL_CLONED_FUNCTION_P): Likewise.
7961 (DECL_CLONED_FUNCTION): Likewise.
7962 (clone_function_decl): Declare.
7963 (maybe_clone_body): Likewise.
7964 * call.c (build_user_type_conversion_1): Call complete object
7965 constructors in the new ABI.
7966 (build_new_method_call): Don't add in-charge parameters under the
7967 new ABI.
7968 * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P,
7969 DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P, CLASSTYPE_CONSTRUCTOR_SLOT, and
7970 CLASSTYPE_DESTRUCTOR_SLOT.
7971 (build_clone): New function.
7972 (clone_function_decl): Likewise.
7973 (clone_constructors_and_destructors): Likewise.
7974 (check_bases_and_members): Use it.
7975 * decl.c (iniitialize_predefined_identifiers): Initialize
7976 complete_dtor_identifier.
7977 (finish_function): Don't add extra code to a clone.
7978 (lang_mark_tree): Mark cloned_function.
7979 * decl2.c (mark_used): Don't bother trying to instantiate things
7980 we synthesized.
7981 * dump.c (dequeue_and_dump): Don't dump CP_DECL_CONTEXT twice.
7982 * method.c (set_mangled_name_for_decl): Don't treat clones as
7983 constructors.
7984 (synthesize_method): Sythesize cloned functions, not the clones.
7985 * optimize.c (inline_data): Update comment on ret_label.
7986 (remap_block): Don't assume DECL_INITIAL exists.
7987 (copy_body_r): Allow ret_label to be NULL.
7988 (maybe_clone_body): Define.
7989 * pt.c (tsubst_decl): Handle clones.
7990 (instantiate_clone): New function.
7991 (instantiate_template): Use it.
7992 (set_mangled_name_for_template_decl): Don't treat clones as
7993 constructors.
7994 * search.c (lookup_fnfields_1): Use CLASSTYPE_CONSTRUCTOR_SLOT,
7995 CLASSTYPE_DESTRUCTOR_SLOT, and CLASSTYPE_FIRST_CONVERSION_SLOT.
7996 * semantics.c (expand_body): Clone function bodies as necessary.
7997
7998 * optimize.c (remap_decl): Avoid sharing structure for arrays
7999 whose size is only known at run-time.
8000 * tree.c (copy_tree_r): Don't copy PARM_DECLs.
8001
8002 * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr
8003 to has_in_charge_parm_p.
8004 (DECL_CONSTRUCTOR_FOR_VBASE_P): Rename to ...
8005 (DECL_HAS_IN_CHARGE_PARM_P): ... this.
8006 (DECL_COPY_CONSTRUCTOR_P): New macro.
8007 * call.c (add_function_candidate): Use DECL_HAS_IN_CHARGE_PARM_P.
8008 (build_user_type_conversion_1): Likewise.
8009 (convert_like_real): Likewise.
8010 (build_over_call): Likeiwse. Use DECL_COPY_CONSTRUCTOR_P.
8011 * decl.c (grokdeclarator): Use DECL_HAS_IN_CHARGE_PARM_P.
8012 (copy_args_p): Likewise.
8013 (grok_ctor_properties): Likewise.
8014 (start_function): Likewise.
8015 * decl2.c (maybe_retrofit_in_charge): Likewise. Set it.
8016 * error.c (dump_function_decl): Use DECL_HAS_IN_CHARGE_PARM_P.
8017 * init.c (emit_base_init): Use DECL_COPY_CONSTRUCTOR_P.
8018 * method.c (do_build_copy_constructor): Use
8019 DECL_HAS_IN_CHARGE_PARM_P.
8020 (synthesize_method): Likewise.
8021 * pt.c (instantiate_template): Remove goto.
8022 * tree.c (build_cplus_method_type): Remove mention of obstacks in
8023 comment.
8024
8025 * cp-tre.h (finish_function): Change prototype.
8026 * decl.c (end_cleanup_fn): Adjust caller.
8027 (finish_function): Take only one parameter.
8028 * decl2.c (finish_objects): Adjust caller.
8029 (finish_static_storage_duration_function): Likewise.
8030 * method.c (emit_thunk): Likewise.
8031 * parse.y: Likewise.
8032 * parse.c: Regenerated.
8033 * pt.c (instantiate_decl): Likewise.
8034 * rtti.c (synthesize_tinfo_fn): Likewise.
8035 * semantics.c (expand_body): Likewise.
8036
8037 * cp-tree.h (copy_decl): New function.
8038 * class.c (finish_struct_1): Use it.
8039 * lex.c (copy_decl): Define it.
8040 * pt.c (tsubst_decl): Likewise.
8041 * tree.c (copy_template_template_parm): Likewise.
8042
8043 * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
8044 has_nonpublic_assign_ref.
8045 (TYPE_HAS_NONPUBLIC_CTOR): Don't declare.
8046 (TYPE_HAS_NONPUBLIC_ASSIGN_REF): Likewise.
8047 * class.c (finish_struct_methods): Don't set
8048 TYPE_HAS_NONPUBLIC_CTOR or TYPE_HAS_NONPUBLIC_ASSIGN_REF.
8049 (interface_only): Don't declare.
8050 (interface_unknown): Likewise.
8051
8052 2000-04-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8053
8054 * tree.h (HAVE_TEMPLATES): Remove definition.
8055 * lang-options.h (-fthis-is-variable): Remove documentation.
8056
8057 2000-04-10 Jason Merrill <jason@casey.cygnus.com>
8058
8059 * class.c (instantiate_type): Handle object-relative template-id.
8060
8061 * semantics.c (finish_expr_stmt): Call convert_to_void here.
8062 * decl.c (cplus_expand_expr_stmt): Not here.
8063
8064 * rtti.c (build_dynamic_cast_1): Call non_lvalue.
8065 Initialize exprtype earlier.
8066
8067 * parse.y (fn.def1): Check for defining types in return types.
8068
8069 * decl.c (check_tag_decl): Notice extra fundamental types.
8070 Diagnose empty decls in classes, too.
8071
8072 * decl.c (grokdeclarator): Don't override an anonymous name if no
8073 declarator was given.
8074
8075 * cvt.c (convert_to_void): Call resolve_offset_ref.
8076
8077 * typeck.c (build_x_function_call): Abort if we get an OFFSET_REF.
8078
8079 * decl2.c (decl_namespace): Handle getting a type.
8080
8081 * typeck.c (build_c_cast): Re-enable warning for cast between
8082 pointer and integer of different size.
8083
8084 2000-04-10 Nathan Sidwell <nathan@codesourcery.com>
8085
8086 * inc/cxxabi.h (__pointer_type_info): Add restrict and
8087 incomplete flags.
8088 (__pointer_type_info::__pointer_catch): New virtual function.
8089 (__pointer_to_member_type_info): Derive from
8090 __pointer_type_info. Adjust.
8091 (__pointer_to_member_type_info::__do_catch): Remove.
8092 (__pointer_to_member_type_info::__is_pointer_p): Declare.
8093 (__pointer_to_member_type_info::__pointer_catch): Declare.
8094 * rtti.c (qualifier_flags): Add restrict flag.
8095 (ptmd_initializer): Reorder members.
8096 (create_tinfo_types): Expand comments. Reorder
8097 ptmd_desc_type_node members.
8098 * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
8099 Implement.
8100 (__pointer_type_info::__do_catch): Move specific code into
8101 __pointer_catch. Call it.
8102 (__pointer_type_info::__pointer_catch): Non-pointer-to-member
8103 specific catch checking. Fix void conversion check.
8104 (__pointer_to_member_type_info::__do_catch): Remove.
8105 (__pointer_to_member_type_info::__pointer_catch): Implement.
8106
8107 2000-04-10 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8108
8109 * lex.c (init_parse): Remove traces of classof and headof.
8110 * decl2.c (flag_operator_names): Default to 1.
8111 (lang_decode_option): Do not set it for -ansi.
8112
8113 2000-04-09 Mark Mitchell <mark@codesourcery.com>
8114
8115 * cp-tree.h (struct lang_decl): Remove main_decl_variant.
8116 (DECL_MAIN_VARIANT): Remove.
8117 * decl.c (duplicate_decls): Don't set it.
8118 (start_function): Likewise.
8119 (lang_mark_tree): Don't mark it.
8120 * decl2.c (defer_fn): Don't use it.
8121 * lex.c (retrofit_lang_decl): Don't set it.
8122 * pt.c (tsubst_decl): Likewise.
8123 * ptree.c (print_lang_decl): Don't print it.
8124 * typeck.c (mark_addressable): Don't use it.
8125
8126 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
8127
8128 * vec.cc: Include <new> and <exception>.
8129 (__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
8130 (__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
8131 terminate.
8132 (__cxa_vec_delete): Catch dtor exceptions.
8133
8134 2000-04-09 Nathan Sidwell <nathan@codesourcery.com>
8135
8136 Prepend __ to implementation defined names.
8137 * inc/typeinfo (type_info): Rename _name to __name.
8138 (type_info::type_info): Rename parameter.
8139 (type_info::operator==, type_info::operator!=,
8140 type_info::before): Likewise.
8141 (type_info::is_pointer_p, type_info::is_function_p,
8142 type_info::do_catch, type_info::do_upcast): Prepend __. Rename
8143 parameters.
8144 * inc/cxxabi.h
8145 (__fundamental_type_info::__fundamental_type_info) Rename parameters.
8146 (__pointer_type_info::__pointer_type_info): Likewise.
8147 (__pointer_type_info::is_pointer_p,
8148 __pointer_type_info::do_catch): Prepend __. Rename parameters.
8149 (__array_type_info::__array_type_info): Rename parameters.
8150 (__function_type_info::__function_type_info): Likewise.
8151 (__function_type_info::is_function_p): Prepend __.
8152 (__enum_type_info::__enum_type_info): Rename parameters.
8153 (__pointer_to_member_type_info::__pointer_to_member_type_info):
8154 Likewise.
8155 (__pointer_to_member_type_info::do_catch): Prepend __. Rename
8156 parameters.
8157 (__base_class_info::is_virtual_p, is_public_p, offset): Prepend __.
8158 (__class_type_info::__class_type_info): Rename parameters.
8159 (__class_type_info::sub_kind): Prepend __. Adjust member names.
8160 (__class_type_info::upcast_result,
8161 __class_type_info::dyncast_result): Prepend __. Move definition
8162 into tinfo.cc.
8163 (__class_type_info::do_upcast, __class_type_info::do_catch,
8164 __class_type_info::find_public_src,
8165 __class_type_info::do_dyncast,
8166 __class_type_info::do_find_public_src): Prepend __. Rename
8167 parameters.
8168 (__si_class_type_info::__si_class_type_info): Rename parameters.
8169 (__si_class_type_info::do_upcast, __si_class_type_info::do_dyncast,
8170 __si_class_type_info::do_find_public_src): Prepent __. Rename
8171 parameters.
8172 (__vmi_class_type_info::__vmi_class_type_info): Rename parameters.
8173 (__vmi_class_type_info::do_upcast, __vmi_class_type_info::do_dyncast,
8174 __vmi_class_type_info::do_find_public_src): Prepent __. Rename
8175 parameters.
8176 (__dynamic_cast): Rename parameters.
8177 * tinfo.cc (type_info::is_pointer_p, type_info::is_function_p,
8178 type_info::do_catch, type_info::do_upcast): Prepend __.
8179 (contained_p, public_p, virtual_p, contained_public_p,
8180 contained_nonpublic_p, contained_nonvirtual_p): Adjust.
8181 (__class_type_info::do_catch,
8182 __class_type_info::do_upcast): Prepend __. Adjust.
8183 (__class_type_info::__upcast_result,
8184 __class_type_info::__dyncast_result): Move from inc/cxxabi.h.
8185 Adjust.
8186 (__class_type_info::find_public_src): Prepend __. Adjust.
8187 (__class_type_info::do_find_public_src,
8188 __si_class_type_info::do_find_public_src,
8189 __vmi_class_type_info::do_find_public_src): Likewise.
8190 (__class_type_info::do_dyncast,
8191 __si_class_type_info::do_dyncast,
8192 __vmi_class_type_info::do_dyncast): Likewise.
8193 (__class_type_info::do_upcast,
8194 __si_class_type_info::do_upcast,
8195 __vmi_class_type_info::do_upcast): Likewise.
8196 (__dynamic_cast): Adjust.
8197 * tinfo2.cc (__pointer_type_info::is_pointer_p): Prepend __.
8198 (__function_type_info::is_function_p): Likewise.
8199 (__pointer_type_info::do_catch): Likewise. Adjust.
8200 (__pointer_to_member_type_info::do_catch): Likewise. Adjust.
8201 (__throw_type_match_rtti_2): Adjust.
8202 (__is_pointer): Adjust.
8203
8204 2000-04-08 Mark Mitchell <mark@codesourcery.com>
8205
8206 * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.
8207 (complete_ctor_identifier): New macro.
8208 (special_function_kind): Add sfk_copy_constructor and
8209 sfk_assignment_operator.
8210 (LOOKUP_HAS_IN_CHARGE): Remove.
8211 (cons_up_default_function): Rename to ...
8212 (implicitly_declare_fn): ... this.
8213 * call.c (build_new_method_call): Add in-charge parameters for
8214 constructors here.
8215 * class.c (add_implicitly_declared_members): Change parameter name
8216 from cant_have_assignment to cant_have_const_assignment.
8217 Replace calls to cons_up_default_function to implicitly_declare_fn.
8218 * cvt.c (ocp_convert): Use complete_ctor_identifier.
8219 * decl.c (initialize_predefined_identifiers): Initialize it.
8220 (start_function): Use DECL_CONSTRUCTOR_FOR_VBASE_P instead of
8221 complex expression.
8222 * init.c (expand_default_init): Don't calculate the in-charge
8223 parameter here.
8224 (build_new_1): Likewise.
8225 * lex.c (cons_up_default_function): Move to method.c.
8226 * method.c (synthesize_method): Use DECL_DESTRUCTOR_P.
8227 (implicitly_declare_fn): New function.
8228 * typeck.c (build_static_cast): Use complete_ctor_identifier.
8229 (build_modify_expr): Likewise.
8230 * typeck2.c (build_functional_cast): Likewise.
8231
8232 Under the new ABI, constructors don't return `this'.
8233 * cp-tree.h (warn_reorder): Declare.
8234 (special_function_kind): New enum.
8235 (global_base_init_list): Remove declaration.
8236 (emit_base_init): Don't return a value.
8237 (check_base_init): Don't declare.
8238 (is_aggr_typedef): Likewise.
8239 * decl.c (check_special_function_return_type): New function.
8240 (return_types): Remove.
8241 (grokdeclarator): Use check_special_function_return_type.
8242 (start_function): Don't initialize ctor_label under the new ABI.
8243 (finish_construtor_body): Don't create a corresponding LABEL_STMT.
8244 * init.c (begin_init_stmts): Move to top of file.
8245 (finish_init_stmts): Likewise.
8246 (warn_reorder): Don't declare.
8247 (emit_base_init): Don't create a STMT_EXPR here. Don't return a
8248 value.
8249 (check_base_init): Remove.
8250 (is_aggr_typedef): Likewise.
8251 (build_new_1): Don't use the return value of a constructor.
8252 * semantics.c (setup_vtbl_ptr): Don't use the return value
8253 of emit_base_init.
8254 * typeck.c (check_return_expr): Don't magically convert return
8255 statements into `return this' in constructors under the new ABI.
8256
8257 * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
8258 CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
8259 (base_ctor_identifier): New macro.
8260 (base_dtor_identifier): Likewise.
8261 (deleting_dtor_identifier): Likewise.
8262 * decl.c: Don't include obstack.h.
8263 (obstack_chunk_alloc): Don't define.
8264 (obstack_chunk_free): Likewise.
8265 (struct predefined_identifier): New type.
8266 (initialize_predefined_identifiers): New function.
8267 (init_decl_processing): Use it.
8268 (debug_temp_inits): Remove.
8269 (start_method): Don't call preserve_data.
8270 (hack_incomplete_structures): Update comment.
8271 * init.c (init_init_processing): Don't initialize
8272 nelts_identifier.
8273 (build_offset_rf): Remove dead code.
8274 (build_delete): Use CLASSTYPE_N_BASECLASSES.
8275 * search.c (init_search_processing): Don't initialize
8276 vptr_identifier.
8277
8278 2000-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8279
8280 * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
8281 some sign_compare warnings.
8282
8283 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
8284
8285 Rename abi::__vmi_class_type_info members.
8286 * inc/cxxabi.h (__vmi_class_type_info): Rename details, n_bases,
8287 base_list, detail_masks members to vmi_flags, vmi_base_count,
8288 vmi_bases and vmi_flags_masks respectively.
8289 (__vmi_class_type_info::vmi_flags_masks): Rename
8290 details_unknown_mask to flags_unknown_mask.
8291 * tinfo.cc (__class_type_info::do_upcast): Adjust.
8292 (__vmi_class_type_info::do_find_public_src): Adjust.
8293 (__vmi_class_type_info::do_dyncast): Adjust.
8294 (__vmi_class_type_info::do_upcast): Adjust.
8295
8296 2000-04-07 Nathan Sidwell <nathan@codesourcery.com>
8297
8298 * tinfo.cc (convert_to_base): New function.
8299 (get_vbase_offset): Remove. Move into convert_to_base.
8300 (__vmi_class_type_info::do_find_public_src): Adjust.
8301 (__vmi_class_type_info::do_dyncast): Adjust.
8302 (__vmi_class_type_info::do_upcast): Adjust.
8303
8304 2000-04-06 Jason Merrill <jason@yorick.cygnus.com>
8305
8306 * tinfo.cc (operator=): Use __builtin_strcmp.
8307 * tinfo2.cc (before): Likewise.
8308
8309 2000-04-06 Mark Mitchell <mark@codesourcery.com>
8310
8311 * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.
8312 (DECL_SAVED_INLINE): Rename to ...
8313 (DECL_DEFERRED_FN): ... this.
8314 (in_function_p): Remove declaration.
8315 (mark_inline_for_output): Rename to ...
8316 (defer_fn): ... this.
8317 * decl.c (finish_function): Adjust call to mark_inline_for_output.
8318 (in_function_p): Remove definition.
8319 * decl2.c (saved_inlines): Rename to ...
8320 (deferred_fns): ... this.
8321 (saved_inlines_used): Rename to ...
8322 (deferred_fns_used): ... this.
8323 (mark_inline_for_output): Rename to ...
8324 (defer_fn): ... this.
8325 (finish_file): Adjust accordingly.
8326 (init_decl2): Likewise.
8327 * lex.c (cons_up_default_function): Likewise.
8328 * pt.c (mark_decl_instantiated): Likewise.
8329 (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
8330 circumstances.
8331 * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output.
8332 * semantics.c (expand_body): Defer more functions.
8333
8334 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
8335
8336 * vec.cc: New file.
8337 * Make-lang.in (CXX_LIB2FUNCS): Add it.
8338 (vec.o): Build it.
8339 * inc/cxxabi.h (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
8340 __cxa_vec_delete): Declare.
8341
8342 2000-04-06 Nathan Sidwell <nathan@codesourcery.com>
8343
8344 * rtti.c (dfs_class_hint_mark): New static function.
8345 (dfs_class_hint_unmark): New static function.
8346 (class_hint_flags): Use them.
8347
8348 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
8349
8350 * decl2.c: Make flag_honor_std dependent on ENABLE_STD_NAMESPACE.
8351
8352 2000-04-05 Mark Mitchell <mark@codesourcery.com>
8353
8354 * cp-tree.h (instantiate_decl): Change prototype.
8355 * decl2.c (mark_used): Adjust call.
8356 * optimize.c (inlinable_function_p): Adjust handling of templates.
8357 * pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
8358 (do_type_instantiation): Likewise.
8359 (instantiate_decl): Defer more templates.
8360 (instantiate_pending_templates): Adjust logic to handle inline
8361 friend functions.
8362
8363 * Makefile.in (GGC_H): New variable. Use it throughout in place
8364 of ggc.h.
8365
8366 * call.c: Don't include obstack.h. Include ggc.h.
8367 (obstack_chunk_alloc): Don't define.
8368 (obstack_chunk_free): Likewise.
8369 (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
8370 * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
8371 (pop_switch): Free it.
8372
8373 * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
8374
8375 * dump.c (dequeue_and_dump): Don't try to print the bit_position
8376 if we don't have a DECL_FIELD_OFFSET.
8377
8378 Wed Apr 5 15:12:18 MET DST 2000 Jan Hubicka <jh@suse.cz>
8379
8380 * optimize.c (calls_setjmp_r): Use setjmp_call_p instead of
8381 special_function_p.
8382
8383 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8384
8385 * cfns.gperf (hash, libc_name_p): Prototype.
8386
8387 * rtti.c (build_dynamic_cast_1): Constification.
8388
8389 * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes.
8390
8391 * semantics.c (deferred_type_access_control): Prototype.
8392
8393 2000-04-04 Mark Mitchell <mark@codesourcery.com>
8394
8395 Correct many new ABI issues regarding vbase and vcall offset
8396 layout.
8397 * cp-tree.h (BINFO_VTABLE): Document.
8398 (struct lang_type): Tweak formatting.
8399 (BINFO_PRIMARY_BINFO): Add to documentation.
8400 (CLASSTYPE_VSIZE): Fix typo in comment.
8401 (CLASSTYPE_VBASECLASSES): Update documentation.
8402 (BINFO_VBASE_MARKED): Remove.
8403 (SET_BINFO_VBASE_MARKED): Likewise.
8404 (CLEAR_BINFO_VBASE_MARKED): Likewise.
8405 (BINFO_FIELDS_MARKED): Remove.
8406 (SET_BINFO_FIELDS_MARKED): Likewise.
8407 (CLEAR_BINFO_FIELDS_MARKED): Likewise.
8408 (enum access_kind): New enumeration.
8409 (num_extra_vtbl_entries): Remove declaration.
8410 (size_extra_vtbl_entries): Likewise.
8411 (get_vtbl_decl_for_binfo): New function.
8412 (dfs_vbase_unmark): Remove declaration.
8413 (mark_primary_bases): Likewise.
8414 * class.c (SAME_FN): Remove.
8415 (struct vcall_offset_data_s): Move definition.
8416 (build_vbase_pointer): Use `build', not `build_binary_op', to
8417 access the vbase pointer under the new ABI.
8418 (build_vtable_entry_ref): Use get_vtbl_decl_for_binfo.
8419 (build_primary_vtable): Likewise.
8420 (dfs_mark_primary_bases): Move here from search.c.
8421 (mark_primary_bases): Likewise.
8422 (determine_primary_bases): Under the new ABI, don't make a base
8423 class a primary base just because we don't yet have any virtual
8424 functions.
8425 (layout_vtable_decl): Use get_vtbl_decl_for_binfo.
8426 (num_vfun_entries): Remove.
8427 (dfs_count_virtuals): Likewise.
8428 (num_extra_vtbl_entries): Likewise.
8429 (size_extra_vtbl_entries): Likewise.
8430 (layout_virtual_bases): Iterate in inheritance graph order under
8431 the new ABI.
8432 (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
8433 indicate that a vfield is present.
8434 (init_class_processing): Initialize access_public_node, etc., from
8435 ak_public, etc.
8436 (get_vtbl_decl_for_binfo): New function.
8437 (dump_class_hierarchy_r): Likewise.
8438 (dump_class_hierarchy): Use it.
8439 (finish_vtbls): Build the vtbls in inheritance graph order.
8440 (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
8441 (initialize_vtable): Use get_vtbl_decl_for_binfo.
8442 (accumulate_vtbl_inits): Add comments explaining why a pre-order
8443 walk is required.
8444 (dfs_accumulate_vtbl_inits): Set BINFO_VTABLE to the location
8445 where the vptr points, even for primary vtables.
8446 (build_vtbl_initializer): Adjust handling of vbase and vcall
8447 offsets.
8448 (build_vcall_and_vbase_vtable_entries): New function.
8449 (dfs_build_vbase_offset_vtbl_entries): Remove.
8450 (build_vbase_offset_vtbl_entries): Reimplement.
8451 (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
8452 were already handled in a primary base class vtable.
8453 (build_vcall_offset_vtbl_entries): Adjust.
8454 (build_rtti_vtbl_entries): Adjust.
8455 * decl2.c (output_vtable_inherit): Use get_vtbl_decl_for_binfo.
8456 * init.c (expand_virtual_init): Simplify.
8457 * repo.c (repo_get_id): Use get_vtbl_decl_for_binfo.
8458 * rtti.c (create_pseudo_type_info): Adjust calculation of vptr.
8459 * search.c (BINFO_ACCESS): New macro.
8460 (SET_BINFO_ACCESS): Likewise.
8461 (dfs_access_in_type): Manipulate access_kinds, not access nodes.
8462 (access_in_type): Likewise.
8463 (dfs_accessible_p): Likewise.
8464 (protected_accessible_p): Likewise.
8465 (lookup_fnfields_1): Adjust documentation.
8466 (dfs_mark_primary_bases): Move to class.c
8467 (mark_primary_bases): Likewise.
8468 (dfs_vbase_unmark): Remove.
8469 (virtual_context): Use BINFO_FOR_VBASE.
8470 (dfs_get_vbase_types): Simplify.
8471 (dfs_build_inheritance_graph_order): New function.
8472 (get_vbase_types): Use it.
8473 * tree.c (debug_binfo): Use get_vtbl_decl_for_binfo.
8474
8475 * tinfo.cc (get_vbase_offset): New function.
8476 (__vmi_class_type_info::do_find_public_src): Use it.
8477 (__vmi_class_type_info::do_dyncast): Likewise.
8478 (__vmi_class_type_info::do_upcast): Likewise.
8479
8480 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
8481
8482 * lang-specs.h: Pass -fno-show-column to the preprocessor.
8483
8484 2000-03-30 Nathan Sidwell <nathan@codesourcery.com>
8485
8486 * rtti.c (class_hint_flags): Rename flags.
8487 (class_initializer): Remove flags.
8488 (synthesize_tinfo_var): Combine offset and flags. Add flags
8489 for __vmi_class_type_info.
8490 (create_tinfo_types): Remove flags from __class_type_info and
8491 __si_class_type_info. Merge flags and offset from
8492 base_class_type_info.
8493 * inc/cxxabi.h (__base_class_info): Merge offset and vmi_flags.
8494 (__base_class_info::is_virtual_p): Adjust.
8495 (__base_class_info::is_public_p): Adjust.
8496 (__base_class_info::offset): New accessor.
8497 (__class_type_info::details): Remove member.
8498 (__class_type_info::__class_type_info): Lose details.
8499 (__class_type_info::detail_masks): Remove.
8500 (__si_class_type_info::__si_class_type_info): Lose details.
8501 (__vmi_class_type_info::details): New member.
8502 (__vmi_class_type_info::__vmi_class_type_info): Adjust.
8503 (__vmi_class_type_info::detail_masks): New member.
8504 * tinfo.cc (__class_type_info::do_upcast): Initialize result
8505 with unknown_details_mask.
8506 (__vmi_class_type_info::do_find_public_src): Adjust
8507 (__vmi_class_type_info::do_dyncast): Adjust.
8508 (__vmi_class_type_info::do_upcast): Set result details, if
8509 needed. Adjust.
8510 (__dynamic_cast): Temporarily #if out optimization.
8511
8512 2000-03-29 Nathan Sidwell <nathan@codesourcery.com>
8513
8514 * rtti.c (get_tinfo_decl): Mark used.
8515 (emit_tinfo_decl): Don't optimize polymorphic type_info. Only
8516 mark as dealt with, if we output it.
8517
8518 2000-03-28 Mark Mitchell <mark@codesourcery.com>
8519
8520 * class.c: Reorganize to put virtual function table initialization
8521 machinery at the end of the file.
8522
8523 2000-03-28 Jason Merrill <jason@casey.cygnus.com>
8524
8525 * class.c (finish_struct): Use bitsize_zero_node.
8526 * pt.c (instantiate_class_template): Likewise.
8527
8528 2000-03-28 Mark Mitchell <mark@codesourcery.com>
8529
8530 Put RTTI entries at negative offsets in new ABI.
8531 * class.c (dfs_build_vbase_offset_vtbl_entries): Put the first
8532 vbase offset at index -3, not -1.
8533 (build_vtabe_offset_vtbl_entries): Use unmarked_vtable_pathp, not
8534 dfs_vtable_path_unmarked_real_bases_queue_p to walk bases.
8535 (dfs_build_vcall_offset_vtbl_entries): Don't use skip_rtti_stuff.
8536 (build_rtti_vtbl_entries): New function.
8537 (set_rtti_entry): Remove.
8538 (build_primary_vtable): Don't use it.
8539 (build_secondary_vtable): Likewise.
8540 (start_vtable): Remove.
8541 (first_vfun_index): New function.
8542 (set_vindex): Likewise.
8543 (add_virtual_function): Don't call start_vtable. Do call
8544 set_vindex.
8545 (set_primary_base): Rename parameter.
8546 (determine_primary_base): Likewise.
8547 (num_vfun_entries): Don't use skip_rtti_stuff.
8548 (num_extra_vtbl_entries): Include RTTI information.
8549 (build_vtbl_initializer): Use build_rtti_vtbl_entries.
8550 (skip_rtti_stuff): Remove.
8551 (dfs_modify_vtables): Don't use it.
8552 (modify_all_vtables): Don't use start_vtable. Do use set_vindex.
8553 (layout_nonempty_base_or_field): Update size handling.
8554 (create_vtable_ptr): Tweak.
8555 (layout_class_type): Adjust parameter names.
8556 (finish_struct_1): Simplify.
8557 * cp-tree.h (CLASSTYPE_VSIZE): Tweak documentation.
8558 (skip_rtti_stuff): Remove.
8559 (first_vfun_index): New function.
8560 (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
8561 (dfs_vtable_path_marked_real_bases_queue_p): Remove.
8562 (marked_vtable_pathp): Declare.
8563 (unmarked_vtable_pathp): Likewise.
8564 * error.c (dump_expr): Use first_vfun_index to calculate vtable
8565 offsets.
8566 * rtti.c (build_headof): Look for RTTI at negative offsets.
8567 (get_tinfo_decl_dynamic): Likewise.
8568 (tinfo_base_init): Don't take the address of the TINFO_VTABLE_DECL
8569 here.
8570 (create_pseudo_type_info): Do it here instead. Adjust so that
8571 vptr points at first virtual function.
8572 * search.c (marked_vtable_pathp): Make it global.
8573 (unmarked_vtable_pathp): Likewise.
8574 (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
8575 (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
8576 (dfs_get_pure_virtuals): Don't use skip_rtti_stuff.
8577 (get_pure_virtuals): Likewise.
8578 (expand_upcast_fixups): Likewise.
8579 * tree.c (debug_binfo): Likewise.
8580 * tinfo.cc (__dynamic_cast): Look for vtable_prefix at appropriate
8581 negative offset.
8582
8583 Sun Mar 26 20:15:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8584
8585 * class.c (check_field_decl): Fix typo.
8586 (build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
8587 (check_methods): Likewise.
8588 (check_field_decls): Likewise.
8589 Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
8590 * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
8591 Use DECL_RESULT_FLD, not DECL_RESULT.
8592 * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
8593 * lex.c (identifier_type): Likewise.
8594 * pt.c (determine_specialization, lookup_template_class): Likewise.
8595 (tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
8596 (resolve_overloaded_unification, more_specialized): Likewise.
8597 * semantics.c (finish_member_declaration): Likewise.
8598 * typeck.c (build_x_function_call): Likewise.
8599
8600 2000-03-26 Mark Mitchell <mark@codesourcery.com>
8601
8602 * class.c (layout_empty_base): Handle empty bases with non-byte
8603 alignment.
8604 (build_base_field): Likewise.
8605 (layout_virtual_bases): Likewise.
8606
8607 * class.c (finish_struct_1): Fix typo in this change:
8608
8609 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8610
8611 2000-03-25 Mark Mitchell <mark@codesourcery.com>
8612
8613 * decl.c (grokdeclarator): Count partial specializations when
8614 keeping track of how many template classes have been seen.
8615
8616 * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
8617
8618 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8619
8620 * class.c (build_vbase_pointer_fields): layout_field now place_field.
8621 (get_vfield_offset): Use byte_position.
8622 (set_rtti_entry): Set OFFSET to ssizetype zero.
8623 (get_binfo_offset_as_int): Deleted.
8624 (dfs_record_base_offsets): Use tree_low_cst.
8625 (dfs_search_base_offsets): Likewise.
8626 (layout_nonempty_base_or_field): Reflect changes in RLI format
8627 and call byte_position.
8628 (layout_empty_base): Convert offset to ssizetype.
8629 (build_base_field): use rli_size_unit_so_far.
8630 (dfs_propagate_binfo_offsets): Do computation in proper type.
8631 (layout_virtual_bases): Pass ssizetype to propagate_binfo_offsets.
8632 (layout_class_type): Reflect changes in RLI names and fields.
8633 (finish_struct_1): Set DECL_FIELD_OFFSET.
8634 * dump.c (dequeue_and_dump): Call bit_position.
8635 * expr.c (cplus_expand_constant): Use byte_position.
8636 * rtti.c (expand_class_desc): Use bitsize_one_node.
8637 * typeck.c (build_component_addr): Use byte_position and don't
8638 special case for zero offset.
8639
8640 2000-03-24 Nathan Sidwell <nathan@codesourcery.com>
8641
8642 * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
8643
8644 * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi
8645 tinfo object.
8646 (emit_tinfo_decl): Only emit polymorphic tinfo's when emitting
8647 vtable.
8648
8649 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8650
8651 * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
8652 DECL_P macros.
8653 * decl.c (push_class_binding, poplevel, pushtag, lookup_namespace_name,
8654 make_typename_type, check_initializer, cp_finish_decl,
8655 xref_tag): Likewise.
8656 * decl2.c (grokfield, build_expr_from_tree, build_expr_from_tree,
8657 decl_namespace, arg_assoc_template_arg, arg_assoc,
8658 validate_nonmember_using_decl, do_class_using_decl): Likewise.
8659 * error.c (dump_template_argument, dump_expr, cp_file_of, cp_line_of,
8660 args_to_string): Likewise.
8661 * friend.c (is_friend): Likewise.
8662 * lex.c (note_got_semicolon, note_list_got_semicolon,
8663 is_global): Likewise.
8664 * method.c (build_overload_nested_name, build_overload_value,
8665 build_qualified_name, build_qualified_name, hack_identifier): Likewise.
8666 * parse.y (typename_sub, typename_sub1): Likewise.
8667 * pt.c (push_inline_template_parms_recursive, check_template_shadow,
8668 process_partial_specialization, convert_template_argument,
8669 template_args_equal, add_pending_template, lookup_template_class,
8670 for_each_template_parm_r, maybe_fold_nontype_arg,
8671 tsubst, instantiate_template, type_unification_real, unify,
8672 instantiate_pending_templates, set_mangled_name_for_template_decl):
8673 Likewise.
8674 * repo.c (repo_get_id, repo_template_used): Likewise.
8675 * search.c (lookup_field_1): Likewise.
8676 * tree.c (walk_tree, get_type_decl, cp_tree_equal, member_p): Likewise.
8677 * xref.c (classname): Likewise.
8678
8679 2000-03-22 Mark Mitchell <mark@codesourcery.com>
8680
8681 * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
8682 (CANONICAL_BINFO): New macro.
8683 (BINFO_NEW_VTABLE_MARKED): Use it.
8684 (SET_BINFO_NEW_VTABLE_MARKED): Likewise.
8685 (CLEAR_BINFO_NEW_VTABLE_MARKED): Likewise.
8686 * class.c (dfs_build_vbase_offset_vtbl_entries): Use BINFO_TYPE,
8687 not TREE_TYPE.
8688 (build_primary_vtable): Adjust usage of BINFO_NEW_VTABLE_MARKED.
8689 (build_secondary_vtable): Likewise.
8690 (dfs_finish_vtbls): Likewise.
8691 (dfs_accumulate_vtbl_inits): Likewise.
8692 (accumulate_vtbl_inits): New function.
8693 (finish_vtbls): Make sure that virtual bases come after
8694 non-virtual bases in the vtable group.
8695 (record_base_offsets): Don't save and restore TREE_VIA_VIRTUAL.
8696 (finish_struct_1): Adjust usage of BINFO_NEW_VTABLE_MARKED.
8697 * search.c (struct vbase_info): Move definition.
8698 (marked_new_vtable_p): Adjust usage of BINFO_NEW_VTABLE_MARKED.
8699 (unmarked_new_vtable_p): Likewise.
8700 (dfs_mark_vtable_path): Remove.
8701 (dfs_mark_new_vtable): Remove.
8702 (dfs_unmark_new_vtable): Likewise.
8703 (dfs_clear_search_slot): Likewise.
8704 (dfs_find_vbases): Adjust usage of BINFO_NEW_VTABLE_MARKED.
8705 (dfs_clear_vbase_slots): Likewise.
8706 (init_vbase_pointers): LIkewise.
8707
8708 2000-03-22 Jason Merrill <jason@casey.cygnus.com>
8709
8710 * typeck.c (type_after_usual_arithmetic_conversions): Prefer a
8711 SIZETYPE to a non-SIZETYPE.
8712
8713 2000-03-21 Mark Mitchell <mark@codesourcery.com>
8714
8715 * class.c (layout_virtual_bases): Adjust names in conditionally
8716 compiled code.
8717
8718 * class.c (record_base_offsets): New function.
8719 (layout_conflict_p): Likewise.
8720 (layout_nonempty_base_or_field): Use it.
8721 (layout_empty_base): New function.
8722 (build_base_field): Use it.
8723 (build_base_fields): Update comment.
8724 (layout_virtual_bases): Fold in a little code form
8725 layout_basetypes. Use layout_empty_base.
8726 (layout_basetypes): Remove.
8727 (end_of_class): New function.
8728 (layout_class_type): Use it. Adjust.
8729
8730 * cp-tree.h (CLASSTYPE_VBASECLASSES): Fix typo in comment.
8731 (fntype_p): Remove.
8732 * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Fix typo in
8733 comment.
8734 (dfs_skip_nonprimary_vbases_markedp): Likewise.
8735 * typeck.c (fntype_p): Remove.
8736
8737 * cp-tree.h (TI_SPEC_INFO): Remove.
8738 (CLASSTYPE_TI_SPEC_INFO): Likewise.
8739 * pt.c (process_partial_specialization): Likewise.
8740
8741 * class.c (build_base_field): Fix thinko in computation of binfo
8742 offsets.
8743
8744 * tree.c (mark_local_for_remap_p): Mark variables declared in
8745 TARGET_EXPRs as well.
8746
8747 2000-03-21 Nathan Sidwell <nathan@codesourcery.com>
8748
8749 * typeck.c (require_complete_type, complete_type,
8750 complete_type_or_else, c_sizeof, c_sizeof_nowarn,
8751 build_array_ref, convert_arguments, pointer_diff,
8752 build_x_unary_op, build_unary_op, build_c_cast,
8753 build_modify_expr): Use COMPLETE_TYPE_P etc.
8754 * call.c (is_complete, convert_like_real,
8755 build_new_method_call): Likewise.
8756 * class.c (build_vbase_pointer_fields, check_bases,
8757 build_base_field, finish_struct_1, pushclass): Likewise.
8758 * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
8759 * decl.c (maybe_process_template_type_declaration, pushtag,
8760 pushdecl, redeclaration_error_message, start_decl, start_decl_1,
8761 layout_var_decl, check_initializer, cp_finish_decl,
8762 grokdeclarator, require_complete_types_for_parms,
8763 grok_op_properties, xref_tag, xref_basetypes,
8764 check_function_type): Likewise.
8765 * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
8766 * friend.c (do_friend): Likewise.
8767 * init.c (build_offset_ref): Likewise.
8768 * parse.y (structsp): Likewise.
8769 * pt.c (maybe_process_partial_specialization,
8770 tsubst_friend_function, instantiate_class_template, tsubst,
8771 do_type_instantiation, instantiate_pending_templates): Likewise.
8772 * repo.c (repo_get_id): Likewise.
8773 * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
8774 synthesize_tinfo_var, emit_support_tinfos): Likewise.
8775 * search.c (lookup_fnfields_1, lookup_conversions): Likewise.
8776 * semantics.c (begin_class_definition): Likewise.
8777 * tree.c (build_cplus_method_type): Likewise.
8778 * typeck2.c (digest_init, build_functional_cast,
8779 add_exception_specifier): Likewise.
8780 * parse.h, parse.c: Regenerated.
8781
8782 2000-03-21 Nathan Sidwell <nathan@codesourcery.com>
8783
8784 * inc/cxxabi.h: New header file. Define new-abi entry points.
8785 (__pointer_type_info::target): Rename member to ...
8786 (__pointer_type_info::type): ... here.
8787 (__base_class_info::type): Rename member to ...
8788 (__base_class_info::base): ... here.
8789 * Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
8790 * cp-tree.h (CPTI_ABI): New global tree enumeration.
8791 (abi_node): New global tree node.
8792 * decl.c (abi_node): Document.
8793 (init_decl_processing): Initialize abi_node.
8794 * rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
8795 (get_vmi_pseudo_type_info): Likewise.
8796 (create_tinfo_types): Likewise.
8797 (emit_support_tinfos): Likewise.
8798 * tinfo.h (cxxabi.h): Include for new-abi.
8799 Move rtti class definitions to new header file.
8800 * tinfo.cc (abi): Use the namespace.
8801 (std): Move new abi rtti classes from here ...
8802 (__cxxabiv1): ... to here.
8803 * tinfo2.cc (cxxabi.h): Include for new-abi.
8804 Move rtti class definitions to new header file.
8805 (std): Move new abi rtti classes from here ...
8806 (__cxxabiv1): ... to here.
8807 * inc/typeinfo (__class_type_info): Move into __cxxabiv1
8808 namespace.
8809
8810 2000-03-20 Jed Wing <jedwin@zloty.ugcs.caltech.edu>
8811 Jason Merrill <jason@casey.cygnus.com>
8812
8813 * method.c (build_overload_int): Use host_integerp.
8814
8815 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8816
8817 * init.c (build_offset_ref): Handle the case of a templated member
8818 function.
8819
8820 2000-03-19 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8821
8822 * except.c (expand_exception_blocks): Clear catch_clauses_last.
8823
8824 2000-03-18 Mark Mitchell <mark@codesourcery.com>
8825
8826 * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
8827 * class.c (check_bitfield_decl): Turn illegal bitfields into
8828 non-bitfields.
8829 (dfs_propagate_binfo_offsets): Adjust for new size_binop
8830 semantics.
8831 (dfs_offset_for_unshared_vbases): Likewise.
8832 * cvt.c (cp_convert_to_pointer): Convert NULL to a
8833 pointer-to-member correctly under the new ABI.
8834 * expr.c (cplus_expand_constant): Don't use cp_convert when
8835 turning an offset into a pointer-to-member.
8836 * init.c (resolve_offset_ref): Don't adjust pointers-to-members
8837 when dereferencing them under the new ABI.
8838 * typeck.c (get_member_function_from_ptrfunc): Tweak calculation
8839 of pointers-to-members under the new ABI.
8840
8841 * class.c (check_bitfield_decl): Remove restriction on really long
8842 bitfields.
8843 (layout_class_type): Implement new ABI handling of bitfields
8844 longer than their types.
8845
8846 2000-03-18 Martin v. Löwis <loewis@informatik.hu-berlin.de>
8847
8848 * parse.y (extdefs): Call ggc_collect.
8849 * parse.c: Regenerated.
8850
8851 2000-03-18 Nathan Sidwell <nathan@codesourcery.com>
8852
8853 * class.c (build_base_field): Use TYPE_ALIGN to examine a type.
8854 (note_name_declared_in_class): Use OVL_CURRENT to get at a
8855 potential overload.
8856
8857 Fri Mar 17 08:09:14 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8858
8859 * class.c (build_vbase_path): Use integer_zerop.
8860 (build_vtable_entry): Use tree_low_cst.
8861 (get_vfield_offset): Use bit_position.
8862 (dfs_modify_vtables): New variable vindex_val; `i' is HOST_WIDE_INT.
8863 Use tree_low_cst.
8864 (check_bitfield_decl): Set DECL_SIZE using convert.
8865 (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
8866 (layout_virtual_bases): DSIZE is unsigned HOST_WIDE_INT.
8867 Use tree_low_cst.
8868 (finish_struct_1): Use bit_position.
8869 (dump_class_hierarchy): Use tree_low_cst.
8870 * cp-tree.h (min_precision): Add declaration.
8871 * decl.c (xref_tag, xref_basetypes): Use tree_low_cst.
8872 * error.c (dump_type_suffix): Use host_integerp and tree_low_cst.
8873 (dump_expr): Use integer_zerop, host_integerp, and tree_low_cst.
8874 * expr.c (cplus_expand_constant): Use bit_position.
8875 * init.c (build_vec_init): Use host_integerp and tree_low_cst.
8876 * rtti.c (get_base_offset): Use bit_position.
8877 * typeck.c (build_binary_op): Use integer_zerop, compare_tree_int,
8878 host_integerp, and tree_low_cst.
8879 (pointer_int_sum): Use integer_zerop.
8880 (build_component_addr): Use bit_position.
8881
8882 2000-03-17 Nathan Sidwell <nathan@codesourcery.com>
8883
8884 * typeck.c (require_complete_type): Don't assume size_zero_node.
8885 (complete_type_or_else): Likewise.
8886
8887 2000-03-16 Steven Grady <grady@digitaldeck.com>
8888 Jason Merrill <jason@casey.cygnus.com>
8889
8890 * rtti.c (build_dynamic_cast_1): Improve diagnostics.
8891
8892 2000-03-16 Nathan Sidwell <nathan@codesourcery.com>
8893
8894 * decl2.c (grokfield): Bail out if type is error_mark_node.
8895
8896 2000-03-15 Nathan Sidwell <nathan@codesourcery.com>
8897
8898 * tinfo2.cc (__ptr_to_member_data): Rename to ...
8899 (__pointer_to_member_data): ... here. Adjust.
8900 * rtti.c (create_tinfo_types): Adjust.
8901
8902 2000-03-15 Nathan Sidwell <nathan@codesourcery.com>
8903
8904 * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.
8905 * decl.c (ref_desc_type_node): Undocument.
8906 * rtti.c (ptr_ref_initializer): Rename to ...
8907 (ptr_initializer): ... here. Adjust comments.
8908 (ptmd_initializer): Fix comment thinko.
8909 (synthesize_tinfo_var): Remove REFERENCE_TYPE case.
8910 (create_tinfo_types): Remove ref_desc_type_node init.
8911 * tinfo2.cc (__reference_type_info): Remove.
8912
8913 2000-03-15 Nathan Sidwell <nathan@codesourcery.com>
8914
8915 * decl.c (cp_finish_decl): Remove obsolete comment.
8916
8917 * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
8918
8919 2000-03-14 Mark Mitchell <mark@codesourcery.com>
8920
8921 * cp-tree.h: Tweak documentation.
8922 * class.c (build_vbase_pointer_fields): Layout the fields, too.
8923 (avoid_overlap): Remove.
8924 (get_binfo_offset_as_int): New function.
8925 (dfs_serach_base_offsets): Likewise.
8926 (layout_nonempty_base_or_field): Likewise.
8927 (build_base_field): Layout fields here. Avoid placing two objects
8928 of the same type at the same address, under the new ABI.
8929 (build_base_fields): Adjust accordingly.
8930 (create_vtable_ptr): Return the new field, but don't attach it to
8931 TYPE_FIELDS.
8932 (remove_base_field): Remove.
8933 (remove_base_fields): Remove.
8934 (layout_basetypes): Adjust accordingly.
8935 (layout_class_type): Call layout_field for each field, rather than
8936 just making a wholesale call to layout_type.
8937
8938 2000-03-14 Jeff Sturm <jsturm@sigma6.com>
8939
8940 * except.c (expand_throw): Fix typo in _Jv_Sjlj_Throw.
8941
8942 2000-03-13 Jason Merrill <jason@casey.cygnus.com>
8943
8944 * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
8945
8946 * except.c (dtor_nothrow): New fn.
8947 (do_pop_exception): Use it. Take type parm.
8948 (push_eh_cleanup): Take type parm.
8949 (expand_start_catch_block): Pass it.
8950 (build_eh_type_type_ref): Accept null type.
8951
8952 2000-03-12 Mark Mitchell <mark@codesourcery.com>
8953
8954 * cp-tree.h (revert_static_member_fn): Change prototype.
8955 * decl.c (grokfndecl): Adjust call to revert_static_member_fn.
8956 (grok_op_properties): Likewise.
8957 (start_function): Likewise.
8958 (revert_static_member_fn): Simplify.
8959 * pt.c (check_explicit_specialization): Adjust call to
8960 revert_static_member_fn.
8961
8962 2000-03-11 Mark Mitchell <mark@codesourcery.com>
8963
8964 * cp-tree.h (scope_kind): New type.
8965 (tmpl_spec_kind): Likewise.
8966 (declare_pseudo_global_level): Remove.
8967 (pseudo_global_level_p): Rename to template_parm_scope_p.
8968 (pushlevel): Remove declaration.
8969 (begin_scope): New function.
8970 (finish_scope): Likewise.
8971 (current_tmpl_spec_kind): Likewise.
8972 * decl.c (struct binding_level): Shorten parm_flag to 2 bits.
8973 Shorten keep to 2 bits. Rename pseudo_global to template_parms_p.
8974 Add template_spec_p.
8975 (toplevel_bindings_p): Adjust.
8976 (declare_pseudo_global_level): Remove.
8977 (pseudo_global_level_p): Rename to template_parm_scope_p.
8978 (current_tmpl_spec_kind): New function.
8979 (begin_scope): Likewise.
8980 (finish_scope): Likewise.
8981 (maybe_push_to_top_level): Adjust.
8982 (maybe_process_template_type_declaration): Likewise.
8983 (pushtag): Likewise.
8984 (pushdecl_nonclass_level): Likewise.
8985 (lookup_tag): Likewise.
8986 (grokfndecl): Handle member template specializations. Share
8987 constructor and non-constructor code.
8988 * decl2.c (check_classfn): Handle member template specializations.
8989 * pt.c (begin_template_parm_list): Use begin_scope.
8990 (begin_specialization): Likewise.
8991 (end_specialization): Likewise.
8992 (check_explicit_specialization): Use current_tmpl_spec_kind.
8993 Handle member template specializations.
8994 (end_template_decl): Use finish_scope. Remove call to
8995 get_pending_sizes.
8996 (push_template_decl_real): Remove bogus error message.
8997 (tsubst_decl): Fix typo in code contained in comment.
8998 (instantiate_template): Handle member template specializations.
8999 (most_general_template): Likewise.
9000
9001 2000-03-11 Gabriel Dos Reis <gdr@codesourcery.com>
9002
9003 * lex.c (whitespace_cr): Compress consecutive calls to warning().
9004 (do_identifier): Ditto for error().
9005
9006 * pt.c (convert_nontype_argument): Ditto for cp_error().
9007 (convert_template_argument): Ditto for cp_pedwarn().
9008
9009 2000-03-11 Jason Merrill <jason@casey.cygnus.com>
9010
9011 * exception.cc (__check_null_eh_spec): New fn.
9012 * except.c (expand_end_eh_spec): Call it if the spec is throw().
9013
9014 2000-03-10 Jason Merrill <jason@casey.cygnus.com>
9015
9016 * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
9017 * except.c (expand_end_eh_spec): Add the return type.
9018 * rtti.c (throw_bad_cast): Add the parmtypes.
9019 (throw_bad_typeid): Likewise.
9020
9021 * semantics.c (expand_stmt): Only leave out rtl for unused
9022 artificials, and set DECL_IGNORED_P on them as well.
9023 * decl.c (wrapup_globals_for_namespace): Likewise.
9024
9025 2000-03-09 Nathan Sidwell <nathan@codesourcery.com>
9026
9027 * decl.c (maybe_commonize_var): Skip all artificial decls.
9028 * pt.c (tsubst_decl): Don't copy TREE_ASM_WRITTEN.
9029
9030 2000-03-10 Jason Merrill <jason@casey.cygnus.com>
9031
9032 * lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
9033 * cp-tree.h: Declare flag_enforce_eh_specs.
9034 * decl.c (store_parm_decls, finish_function): Check it.
9035
9036 C library functions don't throw.
9037 * Makefile.in (cfns.h): New target.
9038 (except.o): Depend on it.
9039 * Make-lang.in (cc1plus): Depend on cfns.gperf.
9040 * cfns.gperf: New file.
9041 * cfns.h: Generated.
9042 * except.c: Include it.
9043 (nothrow_libfn_p): New fn.
9044 * decl.c (grokfndecl): Use it.
9045 * cp-tree.h: Declare it.
9046
9047 * decl.c (push_overloaded_decl_1, auto_function,
9048 define_function): Lose.
9049 (build_library_fn_1): New static fn.
9050 (builtin_function): Use it.
9051 (get_atexit_node): Use build_library_fn_ptr.
9052 (build_library_fn, build_cp_library_fn, build_library_fn_ptr,
9053 build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
9054 push_void_library_fn, push_throw_library_fn): New fns.
9055 * cp-tree.h: Declare them.
9056 (cp_tree_index): Remove CPTI_BAD_CAST, CPTI_BAD_TYPEID.
9057 (throw_bad_cast_node, throw_bad_typeid_node): Lose.
9058 * except.c (init_exception_processing, call_eh_info, do_pop_exception,
9059 (expand_end_eh_spec, alloc_eh_object, expand_throw): Use above fns.
9060 * rtti.c (build_runtime_decl): Lose.
9061 (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
9062 build_dynamic_cast_1, expand_si_desc, expand_class_desc,
9063 expand_ptr_desc, expand_attr_desc, expand_generic_desc): Use above fns.
9064
9065 * call.c (build_call): Remove result_type parm.
9066 Call mark_used on unused artificial fns.
9067 * init.c, method.c, typeck.c, except.c, rtti.c: Adjust.
9068
9069 2000-03-09 Jason Merrill <jason@casey.cygnus.com>
9070
9071 * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
9072 appropriate.
9073 * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.
9074 * except.c (call_eh_info, alloc_eh_object, expand_throw): Set
9075 TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
9076 * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1,
9077 expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
9078 expand_generic_desc): Likewise.
9079
9080 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
9081
9082 * exception.cc (__cp_pop_exception): Cleanup the original object.
9083
9084 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
9085
9086 * decl.c (grok_op_properties): Merge conversion to void warning
9087 with other silly op warnings.
9088
9089 2000-03-08 Jason Merrill <jason@casey.cygnus.com>
9090
9091 * typeck2.c (process_init_constructor): Set TREE_PURPOSE of
9092 array CONSTRUCTOR elements. Don't use expr_tree_cons.
9093
9094 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
9095
9096 * decl.c (cp_make_fname_decl): New function.
9097 (wrapup_globals_for_namespace): Don't emit unused static vars.
9098 (init_decl_processing): Remove comment about use of
9099 array_domain_type. Set make_fname_decl.
9100 (cp_finish_decl): Remove __FUNCTION__ nadgering.
9101 * semantics.c (begin_compound_stmt): Remove
9102 current_function_name_declared flagging.
9103 (expand_stmt): Don't emit unused local statics.
9104 * typeck.c (decay_conversion): Don't treat __FUNCTION__ decls
9105 specially.
9106
9107 2000-03-08 Nathan Sidwell <nathan@codesourcery.com>
9108
9109 * typeck.c (convert_for_assignment): Don't look at array
9110 initializer.
9111 * call.c (convert_like_real): Likewise.
9112
9113 2000-03-07 Jason Merrill <jason@casey.cygnus.com>
9114
9115 Add initial support for '\uNNNN' specifier.
9116 * lex.c (read_ucs): New fn.
9117 (readescape, skip_white_space): Call it.
9118 (is_extended_char, is_extended_char_1): New fns.
9119 (utf8_extend_token): New fn, #if 0'd out.
9120 (real_yylex): Treat extended chars like letters.
9121
9122 * search.c (note_debug_info_needed): Walk the bases even if we
9123 weren't deferring the type itself.
9124
9125 2000-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9126
9127 * decl2.c (finish_objects): Constify a char*.
9128
9129 * method.c (emit_thunk): Likewise.
9130
9131 2000-03-06 Nathan Sidwell <nathan@codesourcery.com>
9132
9133 * typeck.c (dubious_conversion_warnings): Look through
9134 REFERENCE_TYPE.
9135
9136 Mon Mar 6 08:46:47 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9137
9138 * class.c (dfs_modify_vtables): I is now unsigned.
9139 (check_bitfield_decl): Use tree_int_cst_sgn and compare_tree_int.
9140 (build_base_field): Add casts of TREE_INT_CST_LOW to HOST_WIDE_INT.
9141 * error.c (dump_expr): Cast TREE_INT_CST_HIGH to unsigned.
9142 * init.c (build_vec_init): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
9143 * method.c (build_overload_int): Cast TREE_INT_CST_HIGH to unsigned.
9144 * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
9145 Call integer_all_onesp.
9146 * typeck2.c (process_init_constructor): Use compare_tree_int.
9147
9148 * lang-specs.h (as): Don't call if -syntax-only.
9149
9150 2000-03-06 Mark Mitchell <mark@codesourcery.com>
9151
9152 * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
9153 RTL_EXPR_HAS_NO_SCOPE after all.
9154
9155 2000-03-05 Mark Mitchell <mark@codesourcery.com>
9156
9157 * expr.c (cplus_expand_expr, case STMT_EXPR): Use
9158 expand_start_stmt_expr and expand_end_stmt_expr directly. Set
9159 RTL_EXPR_HAS_NO_SCOPE.
9160
9161 * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
9162 later.
9163
9164 * dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
9165
9166 2000-03-05 Nathan Sidwell <nathan@codesourcery.com>
9167
9168 * call.c (convert_like): Macrofy.
9169 (convert_like_with_context): New macro.
9170 (convert_like_real): Renamed from convert_like. Add calling
9171 context parameters, for diagnostics. Add recursive flag. Call
9172 dubious_conversion_warnings for outer conversion.
9173 (build_user_type_conversion): Use convert_like_with_context.
9174 (build_over_call): Likewise. Don't warn about dubious
9175 conversions here. Adjust convert_default_arg calls.
9176 (convert_default_arg): Add context parameters for diagnostics.
9177 Pass through to convert_like_with_context.
9178 * cp-tree.h (convert_default_arg): Add context parameters.
9179 (dubious_conversion_warnings): Prototype new function.
9180 * typeck.c (convert_arguments): Adjust convert_default_arg call.
9181 (dubious_conversion_warnings): New function, broken
9182 out of convert_for_assignment.
9183 (convert_for_assignment): Adjust.
9184
9185 2000-03-03 Jason Merrill <jason@casey.cygnus.com>
9186
9187 * decl2.c (key_method): Break out from...
9188 (import_export_vtable, import_export_class): ...here.
9189
9190 * decl.c (finish_function): Don't mess with flag_keep_inline_functions.
9191 * decl2.c (finish_vtable_vardecl): Don't check decl_function_context.
9192
9193 * search.c (note_debug_info_needed, dfs_debug_mark,
9194 dfs_debug_unmarkedp): Uncomment. Adjust for new scheme.
9195 * decl2.c (finish_vtable_vardecl): Call note_debug_info_needed.
9196
9197 2000-03-03 Nathan Sidwell <nathan@codesourcery.com>
9198
9199 * decl.c (cp_finish_decl): Remove obsolete obstack comments, fix
9200 typos.
9201
9202 2000-03-02 Mark Mitchell <mark@codesourcery.com>
9203
9204 * cp-tree.h (TYPE_NEEDS_DESTRUCTOR): Rename to ...
9205 (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): ... this.
9206 (TYPE_HAS_TRIVIAL_DESTRUCTOR): New macro.
9207 (lang_type): Split gets_new into has_new and has_array_new.
9208 (TYPE_VEC_NEW_USES_COOKIE): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
9209 (TYPE_GETS_NEW): Split into ...
9210 (TYPE_HAS_NEW_OPERATOR): ... this, and ...
9211 (TYPE_HAS_ARRAY_NEW_OPERATOR): ... this.
9212 (DECL_ARRAY_DELETE_OPERATOR_P): New macro
9213 (build_op_new_call): Don't declare.
9214 (build_new_1): Likewise.
9215 * call.c (build_op_new_call): Remove.
9216 * class.c (check_bases): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
9217 instead of TYPE_NEEDS_DESTRUCTOR.
9218 (finish_struct_bits): Likewise.
9219 (add_implicitly_declared_members): Likewise.
9220 (check_field_decl): Likewise.
9221 (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
9222 correctly under the new ABI.
9223 * decl.c (start_decl_1): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
9224 instead of TYPE_NEEDS_DESTRUCTOR.
9225 (initialize_local_var): Likewise.
9226 (destroy_local_var): Likewise.
9227 (cp_finish_decl): Likewise.
9228 (register_dtor_fn): Likewise.
9229 (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
9230 TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW. Don't set
9231 TYPE_VEC_DELETE_TAKES_SIZE here.
9232 (xref_basetypes): Set TYPE_HAS_NEW_OPERATOR and
9233 TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.
9234 (store_parm_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
9235 (finish_destructor_body): Likewise.
9236 (maybe_build_cleanup_1): Likewise.
9237 * decl2.c (do_static_destruction): Likewise.
9238 * init.c (build_new_1): Make it static.
9239 (perform_member_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
9240 (expand_cleanup_for_base): Likewise.
9241 (get_cookie_size): New function.
9242 (build_new_1): Handle array-new cookies correctly under the new
9243 ABI.
9244 (build_vec_delete_1): Likewise.
9245 (build_vec_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
9246 (build_delete): Likewise.
9247 (build_vec_delete): Handle array-new cookies correctly under the new
9248 ABI.
9249 * lex.c (do_identifier): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
9250 * pt.c (instantiate_class_template): Set TYPE_HAS_NEW_OPERATOR and
9251 TYPE_HAS_ARRAY_NEW_OPERATOR.
9252 * ptree.c (print_lang_type): Check them.
9253 * search.c (context_for_name_lookup): Fix typo in comment.
9254 (tree_has_any_destructor_p): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
9255 * tree.c (break_out_cleanups): Likewise.
9256 (build_cplus_array_test_1): Likewise.
9257 (cp_build_qualified_type_real): Likewise.
9258 * typeck.c (complete_type): Likewise.
9259
9260 * g++spec.c (lang_specific_driver): Add -fnew-abi at the start of
9261 the command-line, not the end.
9262
9263 2000-03-01 Jason Merrill <jason@casey.cygnus.com>
9264
9265 * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
9266
9267 2000-03-02 Tom Tromey <tromey@cygnus.com>
9268
9269 * cp-tree.h (build_java_class_ref): Declare.
9270 * init.c (build_java_class_ref): No longer static.
9271 * except.c (expand_throw): Generate a Java-style `throw' if the
9272 thrown object is a "Java" object.
9273 (initialize_handler_parm): Generate a Java-style lookup of
9274 exception info if the caught object is a "Java" object.
9275 (catch_language, catch_language_init): New globals.
9276 (decl_is_java_type): New function.
9277 (expand_start_catch_block): Don't call push_eh_info() or
9278 push_eh_cleanup() when handling a Java-style "catch". Pass Java
9279 class reference to build_catch_block.
9280
9281 Thu Mar 2 13:32:01 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9282
9283 * typeck.c (comptypes): Treat sizetype like its language equivalent.
9284
9285 2000-03-01 Bernd Schmidt <bernds@cygnus.co.uk>
9286
9287 * typeck.c (maybe_warn_about_returning_address_of_local): Reorganize
9288 to merge reference/pointer code and fix incorrect warnings.
9289
9290 2000-02-29 Jason Merrill <jason@casey.cygnus.com>
9291
9292 * search.c (protected_accessible_p): Use context_for_name_lookup.
9293
9294 * init.c (construct_virtual_bases): Fix thinko.
9295 * typeck.c (expand_ptrmemfunc_cst): Fix thinko.
9296
9297 2000-03-01 Martin von Loewis <loewis@informatik.hu-berlin.de>
9298
9299 * decl.c (current_function_decl): Move to toplev.c.
9300
9301 2000-02-29 Nathan Sidwell <nathan@codesourcery.com>
9302
9303 * pt.c (fn_type_unification): Unify return type, whenever
9304 provided.
9305 (get_bindings_real): Only pass return type when necessary.
9306 Remove explicit return type check.
9307 * class.c (resolve_address_of_overloaded_function): Pass desired
9308 return type to fn_type_unification.
9309
9310 Mon Feb 28 08:15:23 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9311
9312 * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
9313 DECL_FIELD_SIZE.
9314 (check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
9315 DECL_FIELD_SIZE.
9316 * rtti.c (expand_class_desc): Likewise.
9317 * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
9318 (THUNK_VCALL_OFFSET): Likewise.
9319 (THUNK_DELTA): Reflect changes in ../tree.h.
9320
9321 2000-02-28 Jason Merrill <jason@casey.cygnus.com>
9322
9323 * search.c (protected_accessible_p): Also allow the access if
9324 the member is public in DERIVED. Lose TYPE parm.
9325 (friend_accessible_p): Lose TYPE parm.
9326 (accessible_p): Adjust.
9327
9328 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9329
9330 * class.c (dfs_build_vtable_offset_vtbl_entries): Don't use size_binop
9331 on things that are not sizes; ssize_binop deleted.
9332 Call size_diffop when appropriate.
9333 (dfs_build_vcall_offset_vtbl_entries): Likewise.
9334 (build_primary_vtable, build_secondary_vtable): Likewise.
9335 (dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
9336 Variable I is HOST_WIDE_INT.
9337 (get_vfield_offset): Pass proper types to size_binop.
9338 (size_extra_vtbl_entries, layout_virtual_bases): Likewise.
9339 (finish_struct_1): Likewise.
9340 (skip_rtti_stuff): Arg N is now pointer to signed.
9341 (layout_class_type): Use size_zero_node.
9342 * cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
9343 * cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
9344 * decl.c (complete_arry_type): Pass proper types to size_binop.
9345 (xref_basetypes): BINFO_OFFSET is sizetype.
9346 * error.c (dump_expr): Don't use size_binop non-sizes.
9347 * expr.c (cplus_expand_constant): Pass proper types to size_binop.
9348 * init.c (construct_virtual_bases): Fix type error.
9349 (build_vec_delete_1): Pass proper type to size_binop and don't
9350 fold result.
9351 * lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
9352 * rtti.c (get_base_offset): Pass proper type to size_binop.
9353 * search.c (dfs_find_vbases): Fix type error.
9354 (expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
9355 (dfs_get_vbase_types): BINFO_OFFSET is sizetype.
9356 * tree.c (debug_binfo): Variable N is signed.
9357 Use HOST_WIDE_INT_PRINT_DEC.
9358 * typeck.c (comptypes): sizetype is same as equivalent integer type.
9359 (c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
9360 size_one_node and size_zero_node.
9361 (c_alignof): Use size_one_node.
9362 (build_component_addr): Pass proper types to size_binop.
9363 (expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
9364
9365 2000-02-26 Jason Merrill <jason@casey.cygnus.com>
9366
9367 Implement class scope using-declarations for functions.
9368 * class.c (handle_using_decl): Call add_method for used functions.
9369 Use IDENTIFIER_CLASS_VALUE to check for conflicts.
9370 (add_method): Used functions are hidden by local functions.
9371 (check_bases_and_members): Handle using-decls before finalizing
9372 CLASSTYPE_METHOD_VEC.
9373 * call.c (add_function_candidate): Add ctype parm; if non-zero,
9374 override the type of 'this' accordingly.
9375 (add_template_candidate, add_template_candidate_real): Add ctype parm.
9376 (convert_class_to_reference, build_user_type_conversion_1,
9377 build_new_function_call, build_object_call, build_new_op,
9378 build_new_method_call): Pass ctype parm.
9379
9380 * search.c (lookup_member): Put rval_binfo, not basetype_path, in
9381 the baselink.
9382 * call.c (convert_class_to_reference, build_user_type_conversion_1,
9383 build_new_function_call, build_object_call, build_new_op,
9384 build_new_method_call, build_op_delete_call): Don't get basetype_path
9385 from a baselink.
9386 * typeck.c (build_component_ref): Likewise.
9387 * init.c (build_offset_ref): Likewise.
9388 (resolve_offset_ref): Don't call enforce_access.
9389 Call build_scoped_ref.
9390 * typeck2.c (build_scoped_ref): Simplify. Do nothing if it
9391 would cause an error or if -pedantic.
9392 * class.c (alter_access): Lose binfo parm.
9393
9394 2000-02-26 Mark Mitchell <mark@codesourcery.com>
9395
9396 * semantics.c (simplify_aggr_init_exprs_p): Don't walk into
9397 types.
9398
9399 2000-02-25 Alfred Minarik <a8601248@unet.univie.ac.at>
9400
9401 * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
9402 pseudo_type_info creation into the std namespace
9403
9404 2000-02-26 Mark Mitchell <mark@codesourcery.com>
9405
9406 * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
9407 (import_export_class): Remove declaration.
9408 * decl2.c (import_export_class): Make it static.
9409 * dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
9410 PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
9411 EXPR_WITH_FILE_LOCATION.
9412 * lex.c (check_newline): Tweak filename/lineno setting.
9413 * semantics.c (begin_while_stmt): Fix typo in comment.
9414
9415 Sat Feb 26 19:50:23 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9416
9417 * lang-options.h (-fmessage-length=): Add missing option.
9418
9419 * Make-lang.in (CXX_SRCS): Add .h files and sort list.
9420
9421 2000-02-26 Zack Weinberg <zack@wolery.cumb.org>
9422
9423 * Make-lang.in: Delete refs to LIBGCC2_DEPS.
9424
9425 Fri Feb 25 14:52:33 2000 Jim Wilson <wilson@cygnus.com>
9426
9427 * optimize.c (expand_call_inline): Emit the return label before
9428 evaluating the return value.
9429
9430 2000-02-24 Mark Mitchell <mark@codesourcery.com>
9431
9432 * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
9433 than duplicating functionality here.
9434 * optimize.c: Include input.h.
9435 (expand_call_inline): Use push_srcloc and pop_srcloc.
9436 * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
9437 * parse.c: Regenerated.
9438 * Makefile.in (lex.o): Depend on input.h.
9439 (optimize.o): Likewise.
9440
9441 2000-02-24 Nathan Sidwell <nathan@codesourcery.com>
9442
9443 * decl.c (grokdeclarator): Diagnose qualifiers on non-member
9444 function type, rather than ICE.
9445
9446 2000-02-23 Jason Merrill <jason@casey.cygnus.com>
9447
9448 * decl.c (grokdeclarator): Call decl_type_access_control.
9449 * parse.y (parse_end_decl): Don't call decl_type_access_control if
9450 decl is null.
9451
9452 2000-02-23 Nathan Sidwell <nathan@codesourcery.com>
9453
9454 * decl.c (decls_match): Remove obsolete static member nadgering.
9455
9456 2000-02-21 Martin v. Löwis <loewis@informatik.hu-berlin.de>
9457
9458 * decl.c (grokdeclarator): Change ANSI to ISO.
9459 * lex.c (consume_string, readescape, do_identifier): Likewise.
9460 (parse_float, real_yylex): Likewise.
9461 * parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
9462 (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
9463 new_type_id, maybe_label_decls, simple_stmt,
9464 for.init.statement): Likewise.
9465 * pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
9466 * semantics.c (finish_named_return_value): Likewise.
9467 * parse.c: Regenerate.
9468
9469 2000-02-21 Mark Mitchell <mark@codesourcery.com>
9470
9471 * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
9472 (CPTI_CLASS_STAR_TYPE): Remove.
9473 (vtable_index_type): Likewise.
9474 (class_star_type_node): Remove.
9475 (TYPE_PTRMEMFUNC_FN_TYPE): Adjust for the new ABI.
9476 (build_binary_op_nodefault): Remove.
9477 * call.c (build_new_op): Use build_binary_op instead of
9478 build_binary_op_nodefault.
9479 * decl.c (init_decl_processing): Remove class_star_type_node
9480 initialization. Make delta_type_node ptrdiff_type_node under the
9481 new ABI. Initialize vtable_index_type.
9482 (build_ptrmemfunc_type): Build different structures for the new
9483 ABI.
9484 (build_enumerator): Use build_binary_op instead of
9485 build_binary_op_nodefault.
9486 * method.c (build_overload_value): Mangle pointers-to-members
9487 appropriately under the new ABI.
9488 * typeck.c (build_array_ref): Use build_binary_op instead of
9489 build_binary_op_nodefault.
9490 (get_member_function_from_ptrfunc): Adjust for the new ABI.
9491 (build_binary_op_nodefault): Rename to ...
9492 (build_binary_op): ... this. Remove old version. Adjust for
9493 pointer-to-member comparisons under the new ABI.
9494 (build_ptrmemfunc1): Remove dead code. Adjust for the new ABI.
9495 (build_ptrmemfunc): Adjust for the new ABI.
9496 (expand_ptrmemfunc_cst): Likewise.
9497 (delta2_from_ptrmemfunc): Assert that we're not using the new ABI.
9498 (pfn_from_ptrmemfunc): Adjust for the new ABI.
9499
9500 2000-02-21 Gabriel Dos Reis <gdr@codesourcery.com>
9501
9502 * call.c (build_object_call): Compress consecutive calls to
9503 cp_error.
9504 (build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
9505 (build_op_delete_call): Adjust message formatting.
9506
9507 * class.c (check_bases): Compress consecutive calls to
9508 cp_pedwarn.
9509 (finish_struct_anon): Say 'ISO C++'.
9510
9511 * decl.c (start_decl): Same here.
9512 (grok_reference_init): Likewise.
9513 (grokfndecl): Correct message formatting.
9514 (grokfndecl): Improve diagnostic.
9515 (check_static_variable_definition): Likewise. Say 'ISO C++'
9516 (compute_array_index_type): Say 'ISO C++'
9517 (create_array_type_for_decl): Compress consecutive calls to
9518 cp_error.
9519 (grokdeclarator): Say 'ISO C++'
9520 (grok_op_properties): Likewise.
9521
9522 * decl2.c (delete_sanity): Clairify diagnostic.
9523 (check_member_template): Same here.
9524 (grok_function_init): Use consistent terminology.
9525
9526 * expr.c (do_case): Say 'ISO C++'
9527
9528 * friend.c (do_friend): Compress consecutive calls to warning.
9529
9530 2000-02-20 Mark Mitchell <mark@codesourcery.com>
9531
9532 * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.
9533 * class.c (build_secondary_vtable): Reorganize. Don't create a
9534 new vtable under the new ABI.
9535 (layout_vtable_decl): Don't add num_extra_vtbl_entries when
9536 computing the size.
9537 (build_vtbl_initializer): Don't return a CONSTRUCTOR; just return
9538 the initializing elements.
9539 (initialize_vtable): New function.
9540 (dfs_finish_vtbls): Use it.
9541 (dfs_accumulate_vtbl_inits): New function.
9542 (finish_vtbls): Merge primary and secondary vtables under the new
9543 ABI.
9544 (finish_struct_1): Remove redundant call to layout_vtable_decl.
9545 * init.c (expand_virtual_init): Deal with BINFO_VTABLEs that
9546 aren't VAR_DECLs.
9547
9548 * class.c (build_vtable): New function, split out from ...
9549 (get_vtable_decl): ... here, and ...
9550 (build_secondary_vtable): ... here.
9551
9552 * pt.c (tsubst_decl): Fix formatting.
9553
9554 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9555
9556 * class.c (build_primary_vtable, layout_vtable_decl): Likewise.
9557 (avoid_overlap, build_base_field): Likewise.
9558 (build_base_field, build_base_fields, is_empty_class):
9559 Test DECL_SIZE with integer_zero.
9560 (layout_class_type): Set CLASSTYPE_SIZE_UNIT.
9561 * cp-tree.h (struct lang_type): New field size_unit.
9562 (CLASSTYPE_SIZE_UNIT): New macro.
9563 * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
9564 (cp_finish_decl): Delete -Wlarger-than processing.
9565 * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
9566 * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
9567 * tree.c (make_binfo): binfo vector is one entry longer.
9568 (walk_tree): Walk DECL_SIZE_UNIT.
9569
9570 2000-02-19 Mark Mitchell <mark@codesourcery.com>
9571
9572 * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
9573 comment.
9574 (build_vtable_entry): Don't assume all vtable entries are
9575 functions.
9576 (build_vtbl_initializer): Adjust accordingly.
9577 (get_vtable_decl): Fix formatting.
9578
9579 2000-02-18 Jason Merrill <jason@casey.cygnus.com>
9580
9581 * semantics.c (deferred_type_access_control): Walk the entire
9582 type_lookups list.
9583 (save_type_access_control): Rename from
9584 initial_deferred_type_access_control. Just remember the value.
9585 (decl_type_access_control): New fn.
9586 (begin_function_definition): Use deferred_type_access_control, after
9587 we've started the function. Set type_lookups to error_mark_node.
9588 * parse.y (frob_specs, fn.def1): Adjust.
9589 (parse_decl0, parse_field, parse_field0, parse_bitfield): New fns.
9590 (parse_end_decl, parse_bitfield0, parse_method): New fns.
9591 (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them.
9592 (after_type_component_declarator0): Likewise.
9593 (after_type_component_declarator): Likewise.
9594 (notype_component_declarator): Likewise.
9595 * cp-tree.h: Adjust.
9596
9597 * decl.c (redeclaration_error_message): Allow redeclaration of
9598 namespace-scope decls.
9599
9600 2000-02-18 Martin von Loewis <loewis@informatik.hu-berlin.de>
9601
9602 * typeck2.c (my_friendly_abort): Use GCCBUGURL.
9603
9604 2000-02-17 Mark Mitchell <mark@codesourcery.com>
9605
9606 * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
9607 * decl2.c (grokclassfn): Likewise.
9608
9609 * ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
9610
9611 * decl2.c (lang_decode_option): Don't set default message length
9612 here.
9613 * lex.c (lang_init_options): Set it here.
9614
9615 2000-02-16 Mark Mitchell <mark@codesourcery.com>
9616
9617 Make DECL_CONTEXT mean the class in which a member function was
9618 declared, even for a virtual function.
9619 * cp-tree.h (DECL_CLASS_CONTEXT): Adjust.
9620 (DECL_FRIEND_CONTEXT): New macro.
9621 (DECL_REAL_CONTEXT): Remove.
9622 (SET_DECL_FRIEND_CONTEXT): Likewise.
9623 (DECL_VIRTUAL_CONTEXT): Adjust.
9624 (DECL_CLASS_SCOPE_P): Use TYPE_P.
9625 (add_friends): Remove.
9626 (hack_decl_function_context): Likewise.
9627 * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
9628 CP_DECL_CONTEXT.
9629 (build_over_call): Fix indentation. Use DECL_CONTEXT
9630 instead of DECL_CLASS_CONTEXT.
9631 * class.c (dfs_build_vcall_offset_vtbl_entries): Likewise.
9632 (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
9633 (strictly_overrides): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
9634 (build_vtbl_or_vbase_field): Don't set DECL_CLASS_CONTEXT.
9635 (build_base_field): Likewise.
9636 (finish_struct_1): Likewise.
9637 (build_self_reference): Likewise.
9638 * decl.c (push_class_binding): Use CP_DECL_CONTEXT, not
9639 DECL_REAL_CONTEXT.
9640 (pushtag): Use decl_function_context, not
9641 hack_decl_function_context.
9642 (decls_match): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
9643 (duplicate_decls): Use DECL_VIRTUAL_CONTEXT.
9644 (pushdecl): Remove bogus code.
9645 (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
9646 (cp_finish_decl): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
9647 (grokfndecl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
9648 Use decl_function_context, nothack_decl_function_context.
9649 (grokvardecl): Don't set DECL_CLASS_CONTEXT.
9650 (grokdeclarator): Likewise. Use decl_function_context, not
9651 hack_decl_function_context.
9652 (copy_args_p): Document. Don't use DECL_CLASS_CONTEXT.
9653 (start_function): Use DECL_FRIEND_CONTEXT, not
9654 DECL_CLASS_CONTEXT. Use decl_function_context, not
9655 hack_decl_function_context.
9656 (finish_function): Use decl_function_context, not
9657 hack_decl_function_context.
9658 (maybe_retrofit_in_chrg): Use DECL_CONTEXT, not
9659 DECL_CLASS_CONTEXT.
9660 (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
9661 (finish_static_data_member_decl): Don't set DECL_CLASS_CONTEXT.
9662 (grokfield): Likewise.
9663 (finish_builtin_type): Likewise.
9664 (finish_vtable_vardec): Use decl_function_context, not
9665 hack_decl_function_context.
9666 (import_export_decl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
9667 (start_static_initialization_or_destruction): Likewise.
9668 (finish_static_initialization_or_destruction): Likewise.
9669 (mark_used): Adjust logic for deciding when to synthesize methods.
9670 * dump.c (dequeue_and_dump): Use CP_DECL_CONTEXT, not
9671 DECL_REAL_CONTEXT.
9672 * error.c (dump_function_decl): Use DECL_CONTEXT, not
9673 DECL_CLASS_CONTEXT.
9674 * friend.c (is_friend): Likewise.
9675 (add_friends): Remove.
9676 (do_friend): Use SET_DECL_FRIEND_CONTEXT.
9677 * lex.c (begin_definition_of_inclass_inline): Use
9678 decl_function_context, not hack_decl_function_context.
9679 (process_next_inline): Likewise.
9680 (do_identifier): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
9681 * method.c (set_mangled_name_for_decl): Use DECL_CONTEXT, not
9682 DECL_CLASSS_CONTEXT.
9683 (hack_identifier): Likewise.
9684 (synthesize_method): Use decl_function_context, not
9685 hack_decl_function_context.
9686 * pt.c (template_class_depth_real): Use CP_DECL_CONTEXT, not
9687 DECL_REAL_CONTEXT.
9688 (is_member_template): Use decl_function_context, not
9689 hack_decl_function_context. Use DECL_CONTEXT, not
9690 DECL_CLASS_CONTEXT.
9691 (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
9692 DECL_CLASS_CONTEXT.
9693 (check_default_tmpl_args): Use CP_DECL_CONTEXT, not
9694 DECL_REAL_CONTEXT.
9695 (push_template_decl_real): Likewise.
9696 (instantiate_class_template): Don't call add_friends.
9697 (tsubst_default_argument): Use DECL_CONTEXT, not
9698 DECL_REAL_CONTEXT.
9699 (tsubst_decl): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
9700 Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
9701 (set_meangled_name_for_template_decl): Use DECL_CONTEXT, not
9702 DECL_CLASS_CONTEXT.
9703 * repo.c (repo_inline_used): Likewise.
9704 * search.c (current_scope): Adjust for new _CONTEXT macros.
9705 (context_for_name_lookup): Use CP_DECL_CONTEXT, not
9706 DECL_REAL_CONTEXT.
9707 (friend_accessible_p): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
9708 (lookup_fnfields_here):Likewise.
9709 (check_final_overrider): Likewise.
9710 (init_vbase_pointers): Likewise.
9711 (virtual_context): Likewise.
9712 * semantics.c (finish_member_declaration): Just set DECL_CONTEXT.
9713 (expand_body): Use decl_function_context, not
9714 hack_decl_function_context.
9715 * tree.c (hack_decl_function_context): Remove.
9716 * typeck.c (build_x_function_call): Use DECL_CONTEXT, not
9717 DECL_CLASS_CONTEXT.
9718 * typeck2.c (error_not_base_type): Likewise.
9719
9720 2000-02-15 Jason Merrill <jason@casey.cygnus.com>
9721
9722 * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
9723
9724 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9725
9726 * Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
9727
9728 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
9729
9730 * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
9731
9732 2000-01-16 Gabriel Dos Reis <gdr@codesourcery.com>
9733
9734 * decl2.c (lang_decode_option): Enable automatic line wrapping.
9735
9736 2000-02-13 Jason Merrill <jason@casey.cygnus.com>
9737
9738 * parse.y (frob_specs): Split out...
9739 (parse_decl): From here.
9740 (fn.def2): Call initial_deferred_type_access_control.
9741 (after_type_component_declarator0): Call frob_specs.
9742 (notype_component_declarator0): Likewise.
9743 * search.c (friend_accessible_p): Nested classes are friends of their
9744 enclosing classes.
9745
9746 2000-02-10 Mark Mitchell <mark@codesourcery.com>
9747
9748 * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be
9749 used to create an implicit temporary.
9750
9751 * class.c (dfs_modify_vtables): Tweak calculation of functions to
9752 override.
9753
9754 2000-02-08 Nathan Sidwell <nathan@acm.org>
9755
9756 * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to
9757 strip array element qualifiers too.
9758
9759 2000-02-07 Mark Mitchell <mark@codesourcery.com>
9760
9761 * decl.c (store_parm_decls): Don't build cleanups for parameters
9762 while processing_template_decl.
9763
9764 2000-02-07 Jason Merrill <jason@casey.cygnus.com>
9765
9766 * cp-tree.h (struct saved_scope): Add incomplete field.
9767 (namespace_scope_incomplete): New macro.
9768 * decl.c (pushdecl): Use it.
9769 (hack_incomplete_structures): Use it. See through artificial
9770 binding levels.
9771 (mark_saved_scope): Mark it.
9772
9773 Implement access control for nested types.
9774 * search.c (type_access_control): New fn.
9775 (accessible_p): Now we do perform access control for types.
9776 * semantics.c (deferred_type_access_control): New fn.
9777 (initial_deferred_type_access_control): New fn.
9778 (begin_function_definition): Call it. Add lookups parm.
9779 * decl.c (struct binding_level): Add this_class field.
9780 (pushlevel_class): Set it.
9781 (mark_binding_level): Mark it.
9782 (lookup_name_real): Use it. Call type_access_control.
9783 (mark_saved_scope): Mark lookups field.
9784 * cp-tree.h (flagged_type_tree): Add lookups field.
9785 (struct saved_scope): Add lookups field.
9786 (type_lookups): New macro.
9787 * parse.y (declmods): Now <ftype>.
9788 (parse_decl): Add lookups parm. Call
9789 initial_deferred_type_access_control.
9790 (lang_extdef): Clear type_lookups.
9791 (typed_declspecs, declmods, typespec): Set lookups field.
9792 (initdcl): Call deferred_type_access_control.
9793 (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
9794 component_decl_1, named_parm): Adjust.
9795 * friend.c (is_friend): Nested classes are friends of their
9796 enclosing classes.
9797
9798 * class.c (currently_open_derived_class): New fn.
9799 * method.c (hack_identifier): Use it.
9800
9801 * lex.c (do_identifier): Remove obsolete code.
9802
9803 * parse.y (typed_typespecs): Propagate new_type_flag properly.
9804
9805 2000-02-05 Zack Weinberg <zack@wolery.cumb.org>
9806
9807 * tinfo.h: Remove apostrophes from C++ comment (xgettext
9808 thinks this file is plain C).
9809
9810 2000-02-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9811
9812 * Makefile.in (call.o): Depend on $(EXPR_H).
9813
9814 * call.c: Include "expr.h".
9815
9816 * class.c (dump_class_hierarchy): Add prototype.
9817
9818 * search.c (dfs_get_pure_virtuals): Likewise.
9819
9820 2000-02-1 Ulrich Drepper <drepper@redhat.com>
9821
9822 * parse.y (simple_stmt): Allow :: token in asm parameter list.
9823 * parse.c: Rebuilt.
9824
9825 Mon Jan 31 15:35:29 2000 Jim Wilson <wilson@cygnus.com>
9826
9827 * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
9828 Store it in DECL_FCONTEXT.
9829 (build_vbase_pointer_fields, create_vtable_ptr): Fix callers.
9830
9831 2000-01-31 Jason Merrill <jason@casey.cygnus.com>
9832
9833 * tinfo.h (old abi): #include "tconfig.h".
9834 * tinfo.cc (convert_to_base): Move into old abi section.
9835
9836 2000-01-31 Mark Mitchell <mark@codesourcery.com>
9837
9838 * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
9839 (CLASSTYPE_PRIMARY_BINFO): Use BINFO_PRIMARY_BINFO.
9840 (BINFO_PRIMARY_BINFO): New macro.
9841 (BF_DELTA): Rename to ...
9842 (BV_DELTA): ... this.
9843 (BF_VCALL_INDEX): Rename to ...
9844 (BV_VCALL_INDEX): ... this.
9845 (BF_FN): Rename to ...
9846 (BV_FN): ... this.
9847 * class.c (build_vbase_path): Adjust for changes to reverse_path.
9848 (set_rtti_entry): Rename BF_ macros to BV_ variants.
9849 (modify_vtable_entry): Simplify.
9850 (add_virtual_function): Rename BF_ macros to BV_ variants.
9851 (build_vtable_initializer): Likewise.
9852 (get_class_offset_1): Remove.
9853 (dfs_get_class_offset): Likewise.
9854 (get_class_offset): Likewise.
9855 (dfs_find_final_overrider): New function.
9856 (find_final_overrider): Likewise.
9857 (modify_one_vtable): Remove.
9858 (dfs_find_base): New function.
9859 (dfs_modify_vtables): Fold modify_one_vtable in here. Use
9860 find_final_overrider.
9861 (modify_all_vtables): Adjust. Set BV_VCALL_INDEX on new
9862 virtuals.
9863 (dfs_fixup_vtable_deltas): Remove.
9864 (override_one_vtable): Remove.
9865 (merge_overrides): Likewise.
9866 (layout_virtual_bases): Make sure BINFO_OFFSET is set right for
9867 unreal chilren of virtual bases.
9868 (finish_struct_1): Don't use merge_overrides. Don't use
9869 dfs_fixup_vtable_deltas.
9870 * tree.c (reverse_path): Return a TREE_LIST, not a chain of
9871 BINFOs.
9872
9873 2000-01-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9874 Jason Merrill <jason@yorick.cygnus.com>
9875
9876 * tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.
9877
9878 2000-01-31 Alfred Minarik <a8601248@unet.univie.ac.at>
9879
9880 * exception.cc (__throw_bad_typeid): Add missing std::.
9881
9882 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9883
9884 * cp-tree.h (make_thunk): PROTO -> PARAMS.
9885
9886 2000-01-31 Nathan Sidwell <sidwell@codesourcery.com>
9887
9888 * cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
9889
9890 Runtime support for new-abi rtti.
9891 * inc/typeinfo (type_info::operator!=): Define in class.
9892 (type_info::before, type_info::name, type_info::operator==,
9893 type_info::operator!=): Define new ABI implementations.
9894 (type_info::is_pointer_p, type_info::is_function_p): Declare
9895 new virtual functions.
9896 (type_info::do_catch, type_info::do_upcast): Likewise.
9897
9898 * tinfo.h (__base_class_info): Define new class.
9899 (__class_type_info): Likewise.
9900 (__si_class_type_info): Likewise.
9901 (__vmi_class_type_info): Likewise.
9902 (__dynamic_cast): Prototype.
9903
9904 * tinfo.cc: Conditionalize old and new rtti mechanisms.
9905 (type_info::is_pointer_p): Define new function.
9906 (type_info::is_function_p): Likewise.
9907 (type_info::do_catch): Likewise.
9908 (type_info::do_upcast): Likewise.
9909 (vtable_prefix): New structure for vtable access.
9910 (adjust_pointer): Define new template function.
9911 (contained_p, public_p, virtual_p, contained_public_p,
9912 contained_nonpublic_p, contained_nonvirtual_p): Define new
9913 functions.
9914 (nonvirtual_base_type): New local variable.
9915 (__class_type_info::~__class_type_info): Define.
9916 (__si_class_type_info::~__si_class_type_info): Likewise.
9917 (__vmi_class_type_info::~__vmi_class_type_info): Likewise.
9918 (__class_type_info::do_catch): Define new function.
9919 (__class_type_info::do_upcast): Likewise.
9920 (__class_type_info::find_public_src): Likewise.
9921 (__class_type_info::do_find_public_src): Likewise.
9922 (__si_class_type_info::do_find_public_src): Likewise.
9923 (__vmi_class_type_info::do_find_public_src): Likewise.
9924 (__class_type_info::do_dyncast): Likewise.
9925 (__si_class_type_info::do_dyncast): Likewise.
9926 (__vmi_class_type_info::do_dyncast): Likewise.
9927 (__class_type_info::do_upcast): Likewise.
9928 (__si_class_type_info::do_upcast): Likewise.
9929 (__vmi_class_type_info::do_upcast): Likewise.
9930 (__dynamic_cast): Likewise.
9931
9932 * tinfo2.cc (__fundamental_type_info): Define new class.
9933 (__pointer_type_info): Likewise.
9934 (__reference_type_info): Likewise.
9935 (__array_type_info): Likewise.
9936 (__function_type_info): Likewise.
9937 (__enum_type_info): Likewise.
9938 (__ptr_to_member_type_info): Likewise.
9939 (__fundamental_type_info::~__fundamental_type_info): Define.
9940 (__pointer_type_info::~__pointer_type_info): Likewise.
9941 (__reference_type_info::~__reference_type_info): Likewise.
9942 (__array_type_info::~__array_type_info): Likewise.
9943 (__function_type_info::~__function_type_info): Likewise.
9944 (__enum_type_info::~__enum_type_info): Likewise.
9945 (__ptr_to_member_type_info::~__ptr_to_member_type_info): Likewise.
9946 (__pointer_type_info::do_catch): Define new function.
9947 (__ptr_to_member_type_info::do_catch): Define new function.
9948
9949 (__throw_type_match_rtti_2): Use new ABI interface, if enabled.
9950 (__is_pointer): Likewise.
9951
9952 * exception.cc (__cplus_type_matcher): Deal with new-abi rtti.
9953
9954 2000-01-30 Mark Mitchell <mark@codesourcery.com>
9955
9956 * cp/class.c (build_vtable): Rename to build_primary_vtable.
9957 (prepare_fresh_vtable): Rename to build_secondary_vtable.
9958 (make_new_vtable): New function.
9959 (modify_vtable_entry): Handle generation of new vtables correctly.
9960 (modify_one_vtable): Remove unused parameter.
9961 (dfs_fixup_vtable_deltas): Likewise.
9962 (override_one_vtable): Use build_secondary_vtable.
9963 (finish_struct_1): Use build_primary_vtable and
9964 build_secondary_vtable.
9965
9966 2000-01-28 Ulrich Drepper <drepper@redhat.com>
9967
9968 * cp/decl.c: Adjust variable names, comments, help strings.
9969
9970 2000-01-29 Nathan Sidwell <nathan@acm.org>
9971
9972 * new2.cc (operator delete[]): Use operator delete, don't assume
9973 implementation.
9974
9975 2000-01-29 Nathan Sidwell <sidwell@codesourcery.com>
9976
9977 * class.c (build_vtbl_initializer): Add argument to
9978 build_vtable_entry call.
9979
9980 2000-01-27 Mark Mitchell <mark@codesourcery.com>
9981
9982 * cp-tree.def (THUNK_DECL): Discuss vcall indices.
9983 * cp-tree.h (BINFO_VIRTUALS): Update documentation.
9984 (BF_DELTA): New macro.
9985 (BF_VCALL_INDEX): Likewise.
9986 (BF_FN): Likewise.
9987 (THUNK_VCALL_OFFSET): Likewise.
9988 (make_thunk): Change prototype.
9989 * class.c (build_vtable_entry): Integrate
9990 build_vtable_entry_for_fn. Handle vcall indices.
9991 (build_vtable_entry_for_fn): Remove.
9992 (set_rtti_entry): Handle vcall indices. Use BF_DELTA,
9993 BF_VCALL_INDEX, BF_FN.
9994 (modify_vtable_entry): Integrate common code from
9995 modify_one_vtable and dfs_fixup_vtable_deltas.
9996 (add_virtual_function): Set BF_VCALL_INDEX.
9997 (build_vtbl_initializer): Simplify. Use BF_DELTA, BF_VCALL_INDEX,
9998 and BF_FN.
9999 (modify_one_vtable): Simplify.
10000 (dfs_fixup_vtable_deltas): Likewise.
10001 (override_one_vtable): Use BF_DELTA, BF_VCALL_INDEX, BF_FN.
10002 * method.c (make_thunk): Handle vcall indices.
10003
10004 2000-01-28 Nathan Sidwell <sidwell@codesourcery.com>
10005
10006 Compiler side new abi rtti (not enabled).
10007 * cp-tree.h (new_abi_rtti_p): New macro.
10008 (emit_support_tinfos): Prototype new function.
10009 (tinfo_decl_p): Likewise.
10010 (emit_tinfo_decl): Likwise.
10011 * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL): New accessor
10012 macros.
10013 (doing_runtime): New local static.
10014 (init_rtti_processing): Add new-abi initializer.
10015 (get_tinfo_decl): Add new-abi logic.
10016 (tinfo_from_decl): Likewise.
10017 (build_dynamic_cast_1): Likewise.
10018 (qualifier_flags): New static function.
10019 (tinfo_base_init): Likewise.
10020 (generic_initializer): Likewise.
10021 (ptr_ref_initializer): Likewise.
10022 (ptmd_initializer): Likewise.
10023 (class_hint_flags): Likewise.
10024 (class_initializer): Likewise.
10025 (synthesize_tinfo_var): Likewise.
10026 (create_real_tinfo_var): Likewise.
10027 (create_pseudo_type_info): Likewise.
10028 (get_vmi_pseudo_type_info): Likewise.
10029 (create_tinfo_types): Likewise.
10030 (emit_support_tinfos): New global function.
10031 (tinfo_decl_p): New global predicate.
10032 (emit_tinfo_decl): New global function.
10033 * class.c (set_rtti_entry): Generalize for old and new rtti.
10034 (build_vtbl_initializer): Likewise.
10035 * decl2.c (finish_file): Likewise.
10036
10037 Thu Jan 27 20:53:36 2000 Jim Wilson <wilson@cygnus.com>
10038
10039 * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
10040 and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
10041
10042 Thu Jan 27 13:54:12 2000 Mike Stump <mrs@wrs.com>
10043
10044 * decl.c (pushdecl): Fix up shadow warnings with respect to implicit
10045 for scopes.
10046
10047 2000-01-26 Jason Merrill <jason@casey.cygnus.com>
10048
10049 * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
10050
10051 Wed Jan 26 22:19:14 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
10052
10053 * optimize.c (calls_setjmp_r): Supply new argument
10054 to special_function_p.
10055
10056 2000-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10057
10058 * call.c: PROTO -> PARAMS.
10059 * class.c: Likewise.
10060 * cp-tree.h: Likewise.
10061 * cvt.c: Likewise.
10062 * decl.c: Likewise.
10063 * decl.h: Likewise.
10064 * decl2.c: Likewise.
10065 * dump.c: Likewise.
10066 * errfn.c: Likewise.
10067 * error.c: Likewise.
10068 * except.c: Likewise.
10069 * expr.c: Likewise.
10070 * init.c: Likewise.
10071 * input.c: Likewise.
10072 * lex.c: Likewise.
10073 * lex.h: Likewise.
10074 * method.c: Likewise.
10075 * optimize.c: Likewise.
10076 * parse.y: Likewise.
10077 * pt.c: Likewise.
10078 * repo.c: Likewise.
10079 * rtti.c: Likewise.
10080 * search.c: Likewise.
10081 * semantics.c: Likewise.
10082 * spew.c: Likewise.
10083 * tree.c: Likewise.
10084 * typeck.c: Likewise.
10085 * typeck2.c: Likewise.
10086 * xref.c: Likewise.
10087
10088 2000-01-25 Richard Henderson <rth@cygnus.com>
10089
10090 * typeck.c (build_binary_op_nodefault): Remove UNNE_EXPR.
10091
10092 2000-01-25 Mark Mitchell <mark@codesourcery.com>
10093
10094 * cp-tree.h (vcall_offset_in_vtable_p): New macro.
10095 * class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
10096 (struct vcall_offset_data_s): New type.
10097 (dfs_vcall_offset_queue_p): New function.
10098 (dfs_build_vcall_offset_vtbl_entries): Likewise.
10099 (build_vcall_offset_vtbl_entries): Likewise.
10100 (layout_vtable_decl): Likewise.
10101 (num_vfun_entries): Likewise.
10102 (num_extra_vtbl_entries): Add the entries for vcall offsets.
10103 (build_vtbl_initializer): Likewise.
10104 (dfs_finish_vtabls): Use layout_vtable_decl.
10105 (modify_one_vtables): Always duplicate vtables under the new ABI.
10106 (finish_struct_1): Use layout_vtable_decl.
10107
10108 2000-01-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10109
10110 * decl.c (member_function_or_else): Change third arg from a format
10111 specifier to an `enum overload_flags'. Callers changed.
10112
10113 2000-01-25 Gabriel Dos Reis <gdr@codesourcery.com>
10114
10115 * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
10116 build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
10117 build_const_cast, get_delta_difference, check_return_expr): Avoid
10118 ANSI string concatenation usage.
10119
10120 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10121
10122 * class.c (layout_class_type): Put the fields required to make a
10123 class non-empty at the end, not the beginning, of the TYPE_FIELDs
10124 list.
10125
10126 2000-01-24 Jason Merrill <jason@casey.cygnus.com>
10127
10128 * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
10129 template.
10130
10131 * decl2.c (mark_used): Do instantiate inlines that have been
10132 explicitly instantiated.
10133
10134 2000-01-24 Richard Henderson <rth@cygnus.com>
10135
10136 * call.c (build_over_call): Use expand_tree_builtin.
10137 * typeck.c (build_function_call_real): Likewise.
10138 (build_binary_op_nodefault): Handle unordered compares.
10139
10140 2000-01-24 Nathan Sidwell <sidwell@codesourcery.com>
10141
10142 * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
10143 cp_tree_index values.
10144 (throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
10145 New global node #defines for them.
10146 * rtti.c (call_void_fn): Replace with ...
10147 (build_runtime_decl): ... new static function.
10148 (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
10149 (throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
10150 (build_dynamic_cast_1): Always produce correctly typed result.
10151 Explicitly produce type_info addresses. Use dynamic_cast_node.
10152 * exception.cc (__throw_bad_cast): Return `void *'.
10153 (__throw_bad_typeid): Return `const type_info &'.
10154
10155 2000-01-24 Nathan Sidwell <sidwell@codesourcery.com>
10156
10157 * cp-tree.h (get_vtable_decl): Prototype new function.
10158 * class.c (get_vtable_decl): New function. Broken out from ...
10159 (build_vtable): ... here. Use it.
10160 * decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
10161 by get_vtable_decl.
10162
10163 2000-01-24 Nathan Sidwell <sidwell@codesourcery.com>
10164
10165 * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
10166 CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
10167 CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
10168 (CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
10169 CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
10170 CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
10171 (CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
10172 (CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
10173 (CPTI_TINFO_VAR_ID): New enumeration.
10174 (__tp_desc_type_node, __access_mode_type_node,
10175 __bltn_desc_type_node, __user_desc_type_node,
10176 __class_desc_type_node, __ptr_desc_type_node,
10177 __attr_desc_type_node, __func_desc_type_node,
10178 __ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
10179 (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
10180 ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
10181 enum_desc_type_node, class_desc_type_node,
10182 si_class_desc_type_node, vmi_class_desc_type_node,
10183 ptmd_desc_type_node, base_desc_type_node): New #defines.
10184 (tinfo_fn_id, tinfo_fn_type): Rename to ...
10185 (tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
10186 (tinfo_var_id): New enumeration.
10187 (DECL_TINFO_FN_P): Augment comment.
10188 * decl.c (cp_global_trees): Adjust documentation.
10189 * rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
10190 tinfo_decl_type and tinfo_var_id.
10191 (get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
10192 (build_typeid): Remove unused variable.
10193 (get_tinfo_var): Use tinfo_var_id.
10194 (tinfo_name): New static function.
10195 (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
10196 (tinfo_from_decl): Likewise.
10197 (get_base_offset): New static function, broken out of
10198 expand_class_desc.
10199 (expand_si_desc): Use tinfo_name.
10200 (expand_class_desc): Likewise. Lose local static variable.
10201 Use base_desc_type_node. Use get_base_offset.
10202 (expand_ptr_desc): Use tinfo_name.
10203 (expand_attr_desc): Likewise.
10204 (expand_generic_desc): Likewise.
10205
10206 * tinfo.cc (__GXX_ABI_VERSION): Test value and existence.
10207 * tinfo.h (__GXX_ABI_VERSION): Test value and existence.
10208
10209 2000-01-23 Mark Mitchell <mark@codesourcery.com>
10210
10211 * cp-tree.h (__eprintf): Remove declaration.
10212 * tree.c (__eprintf): Remove definition.
10213
10214 2000-01-23 Zack Weinberg <zack@rabi.columbia.edu>
10215 Mark Mitchell <mark@codesourcery.com>
10216
10217 * cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
10218 CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.
10219
10220 2000-01-23 Brad Lucier <lucier@math.purdue.edu>
10221
10222 * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
10223
10224 2000-01-23 Mark Mitchell <mark@codesourcery.com>
10225
10226 * cp-tree.h (register_dtor_fn): New function.
10227 * decl.c (destroy_local_static): Rename to ...
10228 (register_dtor_fn): ... this. Give it external linkage.
10229 (expand_static_init): Use it.
10230 * decl2.c (do_static_initialization): Likewise, if using
10231 __cxa_atexit.
10232 (do_static_destruction): Check that __cxa_atexit is not in use.
10233 (finish_file): Don't call do_static_destruction if using
10234 __cxa_atexit.
10235
10236 * typeck.c (convert_arguments): Restore two-message error
10237 reporting.
10238
10239 2000-01-20 Nathan Sidwell <sidwell@codesourcery.com>
10240
10241 Remap dynamic cast hint values to be consistent across ABIs.
10242 * search.c (dynamic_cast_base_recurse): Remap generated value.
10243 (get_dynamic_cast_base_type): Adjust documentation.
10244 * tinfo.h (__user_type_info::dyncast): Likewise.
10245 (__user_type_info::find_public_subobj): Remap BOFF meaning.
10246 * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
10247 (__class_type_info::do_dyncast): Likewise.
10248 (__class_type_info::do_find_public_subobj): Likewise.
10249 * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
10250
10251 2000-01-19 Gabriel Dos Reis <gdr@codesourcery.com>
10252
10253 * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
10254
10255 * typeck2.c (incomplete_type_error): Restore previous
10256 cp_error and cp_error_at call sequence.
10257
10258 2000-01-20 Brad Lucier <lucier@math.purdue.edu>
10259
10260 * class.c (dump_class_hierarchy): Make format agree with argument;
10261 cast pointer to unsigned long and print with %lx.
10262
10263 2000-01-19 Gabriel Dos Reis <gdr@codesourcery.com>
10264
10265 * decl2.c (lang_decode_option): Set default line-wrap length to 72.
10266
10267 * typeck.c (composite_pointer_type, common_type,
10268 comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
10269 build_function_call_real, convert_arguments,
10270 build_binary_op_nodefault, pointer_int_sum, pointer_diff,
10271 build_unary_op, mark_addressable, build_compound_expr,
10272 build_static_cast, build_reinterpret_cast, build_const_cast,
10273 build_c_cast, build_modify_expr, get_delta_difference,
10274 build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
10275 'ISO C++'. Fusion consecutive calls to diagnotic message routines
10276 into a single one.
10277 * typeck2.c (readonly_error, abstract_virtuals_error,
10278 process_init_constructor, check_for_new_type): Likewise.
10279
10280 2000-01-19 Mark Mitchell <mark@codesourcery.com>
10281
10282 * tree.c (bot_manip): Set DECL_CONTEXT for newly created
10283 VAR_DECLs.
10284
10285 2000-01-18 Nathan Sidwell <sidwell@codesourcery.com>
10286
10287 * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
10288 (build_x_typeid): Likewise.
10289 (get_tinfo_fn): Likewise.
10290 (get_tinfo_fn_unused): Rename to ...
10291 (get_tinfo_decl): ... here.
10292 * rtti.c (build_headof): Replace logic error with assertion.
10293 (get_tinfo_fn_dynamic): Rename to ...
10294 (get_tinfo_decl_dynamic): ... here. Make static. Use
10295 complete_type_or_else.
10296 (build_x_typeid): Move into ...
10297 (build_typeid): ... here. Adjust call to
10298 get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
10299 throw_bad_typeid expression.
10300 (get_tinfo_fn_unused): Rename to ...
10301 (get_tinfo_decl): ... here. Adjust comment.
10302 (get_tinfo_fn): Delete.
10303 (tinfo_from_decl): New static function.
10304 (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
10305 (get_typeid): Use complete_type_or_else.
10306 (build_dynamic_cast_1): Adjust calls to
10307 get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
10308 * parse.y (primary): Adjust call to build_typeid.
10309 * except.c (build_eh_type_type_ref): Adjust call to
10310 get_tinfo_decl. Mark as used.
10311 * class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
10312 * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
10313 * parse.c: Regenerated.
10314
10315 2000-01-17 Mark Mitchell <mark@codesourcery.com>
10316
10317 * class.c (fixed_type_or_null): Don't clear NONNULL. Document
10318 calling convention.
10319 (resolves_to_fixed_type_p): Document calling convention.
10320 * rtti.c (build_x_typeid): Initialize NONNULL.
10321
10322 * cp-tree.h (build_shared_int_cst): New function.
10323 * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
10324 * class.c (modify_vtable_entry): Likewise.
10325 (add_virtual_function): Split out code to generated shared
10326 INTEGER_CSTs to build_share_int_cst.
10327 (modify_all_vtables): Handle all the overridden functions here.
10328 Add overridden functions from non-primary virtual bases to the
10329 primary vtable.
10330 (finish_struct_1): Adjust call to modify_all_vtables. Add
10331 overridden functions from non-primary bases to the vtable.
10332 * tree.c (build_shared_int_cst): New function.
10333
10334 * cp-tree.h (scratchalloc): Remove.
10335 (build_scratch_list): Likewise.
10336 * call.c (convert_class_to_reference): Replace build_scratch_list
10337 and build_expr_list with build_tree_list.
10338 (add_candidate): Replace scratchalloc with expralloc. Note memory
10339 leak.
10340 (build_user_type_conversion_1): Replace build_scratch_list
10341 and build_expr_list with build_tree_list.
10342 (build_new_op): Likewise.
10343 (build_op_delete_call): Likewise.
10344 (convert_like): Likewise.
10345 * cvt.c (ocp_convert): Likewise.
10346 * decl.c (start_decl): Likewise.
10347 (start_function): Likewise.
10348 (finish_destructor_body): Likewise.
10349 (maybe_build_cleanup_1): Likewise.
10350 * decl2.c (reparse_decl_as_expr): Likewise.
10351 * init.c (perform_member_init): Likewise.
10352 (expand_cleanup_for_base): Likewise.
10353 (build_builtin_delete_call): Likewise.
10354 (build_new_1): Likewise.
10355 (build_delete): Likewise.
10356 * method.c (do_build_assign_ref): Likewise.
10357 * parse.y (already_scoped_stmt): Likewise.
10358 (nontrivial_exprlist): Likewise.
10359 (net_initializer): Likewise.
10360 (initlist): Likewise.
10361 * parse.c: Regenerated.
10362 * rtti.c (build_x_typeid): Likewise.
10363 (build_dynamic_cast_1): Likewise.
10364 * typeck.c (build_x_compound_expr): Likewise.
10365 (build_static_cast): Likewise.
10366 (build_modify_expr): Likewise.
10367
10368 * cp-tree.h (DECL_VINDEX): Add documentation.
10369 * class.c (build_vtable_entry): Likewise.
10370 (start_vtable): Add comment.
10371 (add_virtual_function): Replace pending_hard_virtuals with
10372 overridden_virtuals and pending_virtuals with new_virtuals.
10373 Replace redundant assignments with assertions.
10374 (check_for_override): Add comment.
10375 (check_bases_and_members): Replace pending_hard_virtuals with
10376 overridden_virtuals and pending_virtuals with new_virtuals.
10377 (create_vtbl_ptr): Likewise.
10378 (layout_class_type): Likewise.
10379 (finish_struct_1): Likewise. Add comments.
10380
10381 2000-01-16 Mark Mitchell <mark@codesourcery.com>
10382
10383 * class.c (finish_struct_1): Replace redundant code with
10384 assertions.
10385
10386 * cp-tree.h (flag_new_abi): Move.
10387 (flag_use_cxa_atexit): Likewise.
10388 (flag_honor_std): Likewise.
10389 (flag_rtti): Likewise.
10390 (vbase_offsets_in_vtable_p): Define.
10391 (vptrs_present_everywhere_p): Likewise.
10392 (TYPE_CONTAINS_VPTR_P): Likewise.
10393 (dfs_walk_real): Declare.
10394 * class.c (build_vbase_pointer_fields): Check
10395 vbase_offsets_in_vtable_p.
10396 (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
10397 BINFO_VPTR_FIELD.
10398 (build_vbase_offset_vtbl_entries): Simplify.
10399 (build_vbase_offset_vtbl_entries): Adjust.
10400 (build_vbase_pointer): Add ability to look up vbase offsets in
10401 vtable.
10402 (start_vtable): New function.
10403 (add_virtual_function): Use it.
10404 (determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
10405 (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
10406 (build_vtbl_initializer): Take the type of the complete object as
10407 input. Use it to correctly calculate vbase offsets.
10408 (dfs_finish_vtbls): Pass the complete type to
10409 build_vtbl_initializer.
10410 (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
10411 (create_vtable_ptr): Create a vtable even if there are no
10412 new virtual functions, under the new ABI.
10413 (finish_struct_1): Likewise.
10414 (get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
10415 * decl.c (exapnd_static_init): Remove call to
10416 preserve_initializer.
10417 * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
10418 vtables.
10419 * init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
10420 (expand_virtual_init): Use vbase_offsets_in_vtable_p.
10421 (construct_virtual_bases): Don't initialize virtual base pointers
10422 under the new ABI.
10423 (build_aggr_init): Clean up comment.
10424 (expand_aggr_init_1): Likewise.
10425 * rtti.c (expand_class_desc): Store the virtual function table
10426 index where the vbase offset lives in the offset field.
10427 * search.c (dfs_walk_real): Make it global.
10428 (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
10429 * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.
10430
10431 * tinfo.h (USItype): Make it signed under the new ABI.
10432 * tinfo.cc (convert_to_base): New function. Encapsulate base
10433 conversion logic here.
10434 (__class_type_info::do_upcast): Use it.
10435 (__class_type_info::do_dyncast): Likewise.
10436 (__class_type_info::do_find_public_subobj): Likewise.
10437
10438 * init.c (construct_virtual_bases): Don't look up the addresses of
10439 virtual bases at run-time.
10440
10441 * class.c (build_vbase_pointer): Relocate.
10442 (build_vbase_pointer_fields): Likewise.
10443 (dfs_build_vbase_offset_vtbl_entries): Likewise.
10444 (build_vbase_offset_vtbl_entries): Likewise.
10445
10446 * decl.c (init_decl_processing): Complain if -fnew-abi
10447 -fno-vtable-thunks is used.
10448
10449 * decl2.c (lang_decode_option): Don't couple flag_honor_std to
10450 flag_new_abi.
10451
10452 2000-01-15 Mark Mitchell <mark@codesourcery.com>
10453
10454 * cp-tree.h (num_extra_vtbl_entries): New function.
10455 (size_extra_vtbl_entries): Likewise.
10456 (dfs_vtable_path_unmark): Likewise.
10457 (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
10458 (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
10459 * class.c (num_extra_vtbl_entries): New function.
10460 (size_extra_vtbl_entries): Likewise.
10461 (dfs_build_vbase_offset_vtbl_entries): New function.
10462 (build_vbase_offset_vtbl_entries): Likewise.
10463 (build_vtbl_initializer): Use it.
10464 (finish_struct_1): Adjust vtable sizes (using
10465 num_extra_vtbl_entries).
10466 * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
10467 THUNK_DECL is non-NULL before expanding it.
10468 * init.c (expand_virtual_init): Adjust the vtable pointer by
10469 size_extra_vtbl_entries before storing it.
10470 * search.c (get_shared_vase_if_not_primary): Adjust prototype.
10471 Handle TREE_LIST parameters here, not in the dfs_* functions.
10472 (dfs_unmarked_real_bases_queue_p): Adjust.
10473 (dfs_marked_real_bases_queue_p): Likewise.
10474 (dfs_vtable_path_unmarked_real_bases_queue_p): New function.
10475 (dfs_vtable_path_marked_real_bases_queue_p): New function.
10476 (dfs_vtable_path_unmark): Likewise.
10477
10478 2000-01-14 Mark Mitchell <mark@codesourcery.com>
10479
10480 * optimize.c (copy_body_r): Clear the operand three of a
10481 TARGET_EXPR when copying it.
10482
10483 2000-01-14 Martin v. Löwis <loewis@informatik.hu-berlin.de>
10484
10485 * method.c (build_decl_overload_real): Check whether we are in ::
10486 before returning __builtin_new/delete.
10487
10488 2000-01-13 Mark Mitchell <mark@codesourcery.com>
10489
10490 * pt.c (tsubst_friend_function): Improve comment.
10491 (instantiate_decl): Avoid crashing when a "nested" function is
10492 instantiated from the top level.
10493
10494 * dump.c (dqeueue_and_dump): Dump
10495 DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION.
10496
10497 2000-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10498
10499 * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
10500
10501 2000-01-13 Nathan Sidwell <sidwell@codesourcery.com>
10502
10503 * g++spec.c (lang_specific_driver): Add -fnew-abi if
10504 ENABLE_NEW_GXX_ABI defined.
10505 * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
10506 opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
10507 opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.
10508
10509 2000-01-12 Mark Mitchell <mark@codesourcery.com>
10510
10511 * decl.c (start_cleanup_fn): Call pushdecl.
10512
10513 * call.c (convert_class_to_reference): Fix typos.
10514 (build_conditional_expr): Handle errors gracefully.
10515 * class.c (push_nested_class): Likewise.
10516 * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
10517 (DECL_THIS_EXTERN): Use it.
10518 (DECL_THIS_STATIC): Likewise.
10519 * cvt.c (convert_to_void): Handle errors gracefully.
10520 (build_expr_type_conversion): Likewise.
10521 * decl.c (maybe_push_decl): Likewise.
10522 (start_decl_1): Likewise.
10523 (require_complete_types_for_parms): Likewise.
10524 * parse.y (structsp): Likewise.
10525 (base_class): Likewise.
10526 * parse.c: Regenerated.
10527 * pt.c (finish_member_template_decl): Likewise.
10528 * typeck.c (decay_conversion): Likewise.
10529
10530 * cp-tree.h (dfs_skip_vbases): New function.
10531 (find_vbase_instance): Likewise.
10532 * class.c (determine_primary_base): Allow a nearly empty base to
10533 serve as a primary base class under the new ABI.
10534 (get_class_offset_1): Rename to ...
10535 (dfs_get_class_offset): ... this. Simplify. Don't issue error
10536 messages here.
10537 (get_class_offset): Use it. Issue error messages here.
10538 (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
10539 find the right copies of virtual bases.
10540 (fixup_vtable_deltas1): Rename to ...
10541 (dfs_fixup_vtable_deltas): ... this. Adjust to handle virtual
10542 bases as primary bases.
10543 (fixup_vtable_deltas): Remove.
10544 (override_one_vtable): Handle virtual bases as primary bases.
10545 (merge_overrides): Likewise.
10546 (finish_struct_1): Likewise.
10547 (dump_class_hierarchy): Dump primary-ness of bases as well.
10548 * search.c (mark_primary_bases): Use a pre-order traversal to
10549 handle primary virtual bases.
10550 (dfs_skip_vbases): New fiunction.
10551 (expand_upcast_fixups): Adjust to handle primary virtual bases.
10552 (fixup_virtual_upcast_offsets): Likewise.
10553 (fixup_all_virtual_upcast_offsets): Likewise.
10554 (dfs_find_vbase_instances): New function.
10555 (find_vbase_instance): Likewise.
10556
10557 2000-01-11 Mumit Khan <khan@xraylith.wisc.edu>
10558
10559 * lex.c (DIR_SEPARATOR): Delete macro.
10560
10561 2000-01-12 Gabriel Dos Reis <gdr@codesourcery.com>
10562
10563 * decl2.c (lang_decode_option): Handle automatic line wrapping
10564 option.
10565
10566 2000-01-11 Mark Mitchell <mark@codesourcery.com>
10567
10568 * friend.c (do_friend): Don't resolve scopes when processing
10569 template declarations, even if the qualifying scope doesn't
10570 involve template parameters.
10571
10572 2000-01-10 Mark Mitchell <mitchell@dumbledore.codesourcery.com>
10573
10574 * class.c (dfs_modify_vtables_queue_p): Remove.
10575 (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
10576 and dfs_marked_real_bases_queue_p instead of
10577 dfs_modify_vtables_queue_p.
10578
10579 * class.c (build_vbase_path): Simplify.
10580 (dfs_propagate_binfo_offsets): New function.
10581 (propagate_binfo_offsets): Use it.
10582 (remove_base_field): Simplify.
10583 (dfs_set_offset_for_vbases): Remove.
10584 (dfs_set_offset_for_shared_vbases): New function.
10585 (dfs_set_offset_for_unshared_vbases): Likewise.
10586 (layout_virtual_bases): Use them.
10587 (layout_basetypes): Don't call propagate_binfo_offsets.
10588 * search.c (dfs_get_vbase_types): Clone completely fresh binfos
10589 for the vbases.
10590
10591 * class.c (build_base_field): New function, split out from ...
10592 (build_base_fields): ... here. Use it. Allocate primary bases
10593 first, under the new ABI.
10594 (get_vtable_entry): Remove.
10595 (remove_base_field): New function, split out from ...
10596 (remove_base_fields): ... here. Adjust since primary bases come
10597 first under the new ABI.
10598
10599 * cp-tree.h (expand_direct_vtbls_init): Remove declaration.
10600 (initialize_vtbl_ptrs): New function.
10601 (expand_indirect_vtbls_init): Change prototype.
10602 (convert_pointer_to_vbase): Declare.
10603 * init.c (expand_direct_vtbls_init): Remove.
10604 (dfs_initialize_vtbl_ptrs): New function.
10605 (initialize_vtbl_ptrs): Likewise.
10606 (emit_base_init): Use initialize_vtbl_ptrs.
10607 * search.c (convert_pointer_to_vbase): Make it global.
10608 (expand_indirect_vtbls_init): Remove vtable initialization code.
10609 * semantics.c (setup_vtbl_ptr): Use initialize_vtbl_ptrs.
10610
10611 * class.c (dfs_finish_vtbls): New function.
10612 (finish_vtbls): Use it.
10613 (dump_class_hierarchy): New function.
10614
10615 * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
10616 (BINFO_VBASE_PRIMARY_P): New macro.
10617 (BINFO_VIRTUALS): Add to documentation.
10618 (SET_BINFO_PRIMARY_MARKED_P): Remove.
10619 (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
10620 (dfs_mark_primary_bases_queue_p): Likewise.
10621 (dfs_unmarked_real_bases_queue_p): New function.
10622 (dfs_marked_real_bases_queue_p): Likewise.
10623 * search.c (dfs_mark_primary_bases): Adjust.
10624 (mark_primary_bases): Likewise.
10625 (get_shared_vbase_if_not_primary): New function.
10626 (dfs_unmarked_real_bases_queue_p): Likewise.
10627 (dfs_marked_real_bases_queue_p): Likewise.
10628 (dfs_get_pure_virtuals): Simplify.
10629 (get_pure_virtuals): Likewise.
10630
10631 2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10632
10633 * lex.c: Include tm_p.h.
10634
10635 2000-01-07 Nathan Sidwell <sidwell@codesourcery.com>
10636
10637 * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
10638
10639 2000-01-06 Jason Merrill <jason@casey.cygnus.com>
10640
10641 * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
10642 * pt.c (instantiate_decl): Defer comdat templates that might not be
10643 needed.
10644
10645 * cp-tree.h (DECL_NEEDED_P): Also true if !DECL_COMDAT.
10646 * decl2.c (finish_vtable_vardecl): Don't check !DECL_COMDAT.
10647 (finish_file): Likewise.
10648
10649 * decl2.c (import_export_class): Undo 12/14 change.
10650
10651 * error.c (dump_decl): operator new, not operatornew.
10652
10653 * class.c (field_decl_cmp): A nontype is "greater" than a type.
10654 * search.c (lookup_field_1): Look for the last field with the
10655 desired name.
10656
10657 2000-01-05 Nathan Sidwell <nathan@acm.org>
10658
10659 * decl2.c (lookup_arg_dependent): Deal with FNS not being a
10660 FUNCTION_DECL.
10661
10662 2000-01-05 Nathan Sidwell <nathan@acm.org>
10663
10664 * typeck.c (build_static_cast): Don't strip target qualifiers
10665 when casting from a class.
10666
10667 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10668
10669 * class.c (warn_hidden): Initialize variable `fndecl'.
10670
10671 2000-01-03 Ulrich Drepper <drepper@cygnus.com>
10672
10673 * decl.c (flag_isoc9x): New variable to be able to use code in
10674 c-common.c. For now always zero.
10675
10676 2000-01-03 Mark Mitchell <mark@codesourcery.com>
10677
10678 * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
10679 * class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
10680 or unshare_base_binfos for virtual bases here.
10681 * search.c (dfs_get_vbase_types): Do it here.
10682 (get_vbase_types): Adjust.
10683
10684 2000-01-02 Mark Mitchell <mark@codesourcery.com>
10685
10686 * cp-tree.h (CLASSTYPE_VFIELDS): Move definition.
10687 (BINFO_PRIMARY_MARKED_P): Use flag 5.
10688 (SET_BINFO_PRIMARY_MARKED_P): Likewise.
10689 (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
10690 (unmark_primary_bases): Remove declaration.
10691 (unmarkedp): Declare.
10692 (dfs_vbase_unmark): Likewise.
10693 * class.c (determine_primary_base): Return immediately if there
10694 are no base classes. Call mark_primary_bases here.
10695 (modify_all_direct_vtables): Remove.
10696 (modify_all_indirect_vtables): Remove.
10697 (dfs_modify_vtables_queue_p): New function.
10698 (dfs_modify_vtables): New function.
10699 (modify_all_vtables): Use them.
10700 (build_base_fields): Build FIELD_DECLs for primary virtual base
10701 classes.
10702 (create_vtable_ptr): Don't call determine_primary_base here.
10703 (dfs_mark_primary_bases_and_set_vbase_offsets): Rename to ...
10704 (dfs_set_offset_for_vbases): ... this.
10705 (layout_virtual_bases): Use it.
10706 (layout_class_type): Call determine_primary_base here.
10707 * search.c (unmarkedp): Make it global.
10708 (shared_marked_p): Simplify.
10709 (shared_unmarked_p): Likewise.
10710 (dfs_primary_bases_queue_p): Remove.
10711 (dfs_unmark_primary_bases): Likewise.
10712 (unmark_primary_bases): Likewise.
10713 (mark_primary_bases): Simplify.
10714 (get_pure_virtuals): Don't call mark_primary_bases here.
10715 (dfs_vbase_unmark): New function.
10716 (get_vbase_types): Simplify.
10717
10718 * class.c (struct base_info): Remove.
10719 (determine_primary_base): Take has_virtual_p rather than a
10720 base_info as input. Don't calculate max_has_virtual.
10721 (finish_struct_bits): Remove max_has_virtual argument.
10722 (create_vtable_ptr): Remove max_has_virtual_p argument.
10723 (layout_virtual_bases): Remove max argument.
10724 (layout_basetypes): Likewise.
10725 (layout_class_type): Remove max_has_virtual_p argument.
10726 (finish_struct_1): Remove max_has_virtual.
10727
10728 * cp-tree.h (dfs_mark_primary_bases_queue_p): New function.
10729 (layout_basetypes): Remove.
10730 * class.c (propagate_binfo_offsets): Moved here from tree.c.
10731 Update to handle primary virtual bases.
10732 (remove_base_fields): New function, split out from
10733 layout_basetypes.
10734 (dfs_mark_primary_bases_and_set_vbase_offsets): New function.
10735 (layout_virtual_bases): New function, split out from
10736 layout_basetypes. Update to handle primary virtual bases.
10737 (layout_basetypes): Moved here from tree.c. Use
10738 remove_base_fields and layout_virtual_bases.
10739 * search.c (dfs_mark_primary_bases_queue_p): New function.
10740 (mark_primary_bases): Use it.
10741 * tree.c (CEIL): Remove.
10742 (propagate_binfo_offsets): Remove.
10743 (layout_basetypes): Remove.
10744
10745 2000-01-01 Mark Mitchell <mark@codesourcery.com>
10746
10747 * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.
10748 (BINFO_PRIMARY_MARKED_P): New macro.
10749 (SET_BINFO_PRIMARY_MARKED_P): Likewise.
10750 (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
10751 (mark_primary_bases): New function.
10752 (unmark_primary_bases): Likewise.
10753 * search.c (get_abstract_virtuals_1): Remove.
10754 (dfs_mark_primary_bases): New function.
10755 (mark_primary_bases): Likewise.
10756 (dfs_unmark_primary_bases): Likewise.
10757 (unmark_primary_bases): Likewise.
10758 (dfs_get_pure_virtuals): Likewise.
10759
10760 2000-01-01 Mark Mitchell <mark@codesourcery.com>
10761
10762 * cp-tree.h (skip_rtti_stuff): Adjust prototype.
10763 * class.c (skip_rtti_stuff): Reorganize parameters and return value.
10764 (modify_one_vtable): Adjust.
10765 (fixup_vtable_deltas1): Likewise.
10766 (override_one_vtable): Likewise.
10767 * search.c (get_abstract_virtuals_1): Likewise.
10768 (get_pure_virtuals): Likewise.
10769 (expand_upcast_fixups): Likewise.
10770 * tree.c (debug_binfo): Likewise.
10771
10772 * class.c (build_vtable): Don't return a value. Don't rebuild
10773 vtables for bases that have already been handled.
10774 (prepare_fresh_vtable): Don't rebuild vtables for bases that have
10775 already been handled.
10776 (modify_one_vtable): Adjust accordingly.
10777 (fixup_vtable_deltas1): Likewise.
10778 (finish_struct_1): Likewise.
10779
10780 2000-01-01 Martin v. Löwis <loewis@informatik.hu-berlin.de>
10781
10782 * call.c (build_new_method_call): Also check destructors.