OSDN Git Service

* cp-tree.h (get_dynamic_cast_base_type): Rename to ...
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2004-10-11  Nathan Sidwell  <nathan@codesourcery.com>
2
3         * cp-tree.h (get_dynamic_cast_base_type): Rename to ...
4         (dcast_base_hint): ... here.
5         * rtti.c (build_dynamic_cast_1): Use dcast_base_hint.
6         * search.c (struct dcast_data_s): New.
7         (dynamic_cast_base_recurse): Remove. Replace with ...
8         (dfs_dcast_hint_pre, dfs_dcast_base_post): ... these. New.
9         (get_dynamic_cast_base_type): Rename to ...
10         (dcast_base_hint): ... here.  Use dfs_walk_once_accessible.
11         (accessible_r): Remove.
12         (dfs_accessible_post): New, broken out of accessible_r.
13         (accessible_p): Use dfs_walk_once_accessible.
14         (dfs_walk_once_accessible_r): New. From accessible_r.
15         (dfs_walk_once_accessible): New. From acessible_p.
16
17         * cp-tree.h (SAME_BINFO_TYPE_P): New.
18         * class.c (build_base_path): Use SAME_BINFO_TYPE_P to compare
19         binfo types.
20         (convert_to_base_statically, determine_primary_bases,
21         update_vtable_entry_for_fn, dfs_modify_vtables, build_vtt_inits,
22         dfs_build_secondary_vptr_vtt_inits, build_ctor_vtbl_group,
23         accumulate_vtbl_inits, dfs_accumulate_vtbl_inits,
24         build_vtbl_initializer, add_vcall_offset_vtbl_entries_1): Likewise.
25         * init.c (expand_member_init): Likewise.
26         * search.c (lookup_base_r, dynamic_cast_base_recurse,
27         binfo_via_virtual, copied_binfo, binfo_for_vbase,
28         original_binfo): Likewise.
29         * tree.c (copy_binfo): Likewise.
30
31 2004-10-11  Kazu Hirata  <kazu@cs.umass.edu>
32
33         * semantics.c: Fix comment typos.
34
35 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
36
37         PR c++/17554
38         part of c++/17657
39         middle-end/17703
40         * semantics.c (maybe_cleanup_point_expr): Call
41         fold_build_cleanup_point_expr.
42         (maybe_cleanup_point_expr_void): New function.
43         (add_decl_expr): Call maybe_cleanup_point_expr_void.
44         (finish_expr_stmt): Likewise.
45         (finish_return_stmt): Likewise.
46         (finish_for_expr): Likewise.
47         (finish_asm_stmt): Likewise.
48         * typeck.c (condition_conversion): Call
49         fold_build_cleanup_point_expr.
50
51 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
52
53         PR c++/17907
54         * semantics.c (add_decl_expr): If the decl has a size which
55         has side effects then the decl expression needs a cleanup point.
56
57 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
58
59         PR c++/17393
60         * decl.c (grokdeclarator): Robustify error-recovery on invalid
61         declarations.
62
63 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
64
65         Convert diagnostics to use quoting flag q 7/n
66         * typeck.c (composite_pointer_type_r, composite_pointer_type, 
67         cxx_sizeof_or_alignof_type, cxx_sizeof_or_alignof_expr, 
68         string_conv_p, build_class_member_access_expr, 
69         build_class_member_access_expr, lookup_destructor, 
70         finish_class_member_access_expr, build_indirect_ref, 
71         get_member_function_from_ptrfunc, build_function_call, 
72         convert_arguments, build_binary_op, pointer_diff, build_unary_op, 
73         check_for_casting_away_constness, build_static_cast, 
74         build_reinterpret_cast, build_const_cast, build_c_cast, 
75         build_modify_expr, get_delta_difference, build_ptrmemfunc, 
76         dubious_conversion_warnings, convert_for_assignment, 
77         convert_for_initialization, 
78         maybe_warn_about_returning_address_of_local, check_return_expr): 
79         Use quoting marks.
80
81         * typeck2.c (error_not_base_type, readonly_error, 
82         abstract_virtuals_error, cxx_incomplete_type_diagnostic, 
83         store_init_value, digest_init, build_x_arrow, 
84         build_m_component_ref, require_complete_eh_spec_types): Likewise.
85
86         * tree.c (cp_build_qualified_type_real, 
87         handle_java_interface_attribute, handle_init_priority_attribute):
88         Likewise.
89
90         * semantics.c (finish_asm_stmt, finish_non_static_data_member, 
91         finish_pseudo_destructor_expr, 
92         check_template_template_default_arg, begin_class_definition, 
93         finish_base_specifier, qualified_name_lookup_error, 
94         finish_id_expression, finish_typeof): Likewise.
95
96         * search.c (lookup_base, check_final_overrider,
97         look_for_overrides_r): Likewise.
98
99         * rtti.c (get_tinfo_decl, build_dynamic_cast_1): Likewise.
100
101 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
102
103         PR c++/17867
104         * error.c (dump_expr): Correct handling of AGGR_INIT_EXPRs using a
105         constructor.
106
107         PR c++/17670
108         * init.c (build_new): Correct comments.
109         * parser.c (cp_parser_new_expression): Use NULL_TREE for nelts in
110         the non-array case.
111
112         PR c++/17821
113         * parser.c (cp_parser_postfix_dot_deref_expression): If the
114         pseduo-destructor-name production does not work, fall back to the
115         ordinary production.
116
117         PR c++/17826
118         * tree.c (cp_tree_equal): Handle a BASELINK.
119
120         PR c++/17524
121         * cp-tree.h (check_var_type): New function.
122         * decl.c (check_var_type): New function, split out from ...
123         (grokdeclarator): ... here.
124         * pt.c (tsubst_decl): Use check_var_type.
125
126         PR c++/17685
127         * decl.c (grokdeclarator): Disallow declarations of operators as
128         non-functions.
129         
130 2004-10-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
131
132         PR c++/17868
133         * error.c (dump_expr): Add missing case for RDIV_EXPR.
134
135 2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>
136
137         * pt.c, search.c: Fix comment typos.
138
139 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
140
141         * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp,
142         unmarkedp): Remove.
143         (dfs_skip_bases, dfs_walk_all, dfs_walk_once): New.
144         * class.c (struct find_final_overrider_data): Remove most_derived,
145         vpath_list and vpath fields.  Add path field.
146         (dfs_find_final_ocerrider_1): Add DEPTH parameter. Adjust.
147         (dfs_find_final_overrider): Rename to ...
148         (dfs_find_final_overrider_pre): ... here. Adjust.
149         (dfs_find_final_overrider_post): Adjust.
150         (dfs_find_final_overrider_q): Fold into
151         dfs_find_final_overrider_pre.
152         (find_final_overrider): Adjust dfs searching.
153         (dfs_modify_vtables): Don't mark binfo here.
154         (modify_all_vtables): Use dfs_walk_once.
155         (build_vtt_inits): Likwise. Use dfs_walk_all.
156         (dfs_build_secondary_vptr_vtt_inits): Don't mark binfo here.
157         Return dfs_skip_bases as appropriate.
158         (dfs_fixup_binfo_vtbls): Return dfs_skip_bases as appropriate.
159         * init.c (dfs_initialized_vtbl_ptrs): Return dfs_skip_bases as
160         appropriate. Don't mark binfo here.
161         (initialize_vtbl_ptrs): Use dfs_walk_once.
162         * search.c (struct vbase_info): Remove unused struct.
163         (access_in_type): Use dfs_walk_once.
164         (dfs_access_in_type): Don't mark binfo here.
165         (dfs_accessible_queue_p, dfs_accessible_p) Remove.
166         Fold into ...
167         (accessible_r): ... here. New. Specialize dfs_walk_once.
168         (accessible_p): Use accessible_r.
169         (lookup_field_queue_p): Remove. Fold into ...
170         (lookup_field_r): ... here. Adjust.
171         (lookup_member): Use dfs_walk_all.
172         (dfs_walk_real, dfs_walk): Replace with ...
173         (dfs_walk_all, dfs_walk_once): ... these.
174         (dfs_walk_once_r, dfs_unmark_r): Workers for dfs_walk_once.
175         (dfs_unmark, unmarkedp, markedp): Remove.
176         (dfs_get_pure_virtuals): Don't mark binfo here.
177         (get_pure_virtuals): Use dfs_walk_once.
178         (dfs_debug_unmarked_p): Remove. Fold into ...
179         (dfs_debug_mark): ... here.
180         (note_debug_info_needed): Use dfs_walk_all.
181
182 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
183
184         * pt.c (tsubst_expr) <case ASM_EXPR>: Look passed the
185         CLEANUP_POINT_EXPR to get the asm expression.
186
187 2004-10-07  Mark Mitchell  <mark@codesourcery.com>
188
189         * cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.
190         (DECL_MEMBER_TEMPLATE_P): New macro.
191         (is_member_template): Remove.
192         (class_method_index_for_fn): New function.
193         * pt.c (build_over_call): Use DECL_MEMBER_TEMPLATE_P.
194         * class.c (finish_struct_methods): Remove out-of-date comment.
195         * decl.c (copy_fn_p): Use DECL_MBMER_TEMPLATE_P.
196         * decl2.c (check_classfn): Use DECL_MEMBER_TEMPLATE_P and
197         class_method_index_for_fn.
198         * pt.c (is_member_template): Remove.
199         (is_member_template_class): Likewise.
200         (optimize_specialization_lookup_p): New function.
201         (retrieve_specialization): Optimize lookups for members that are
202         not member templates.
203         (register_specialization): Adjust accordingly.
204         (build_template_decl): Add member_template_p parameter.  Set
205         DECL_MEMBER_TEMPLATE_P.
206         (process_partial_specialization): Adjust call to
207         retrieve_specialization.
208         (push_template_decl_real): Determine whether the template is a
209         member template.
210         (lookup_template_class): Use retrieve_specialization.
211         (tsubst_decl): Adjust call to retrieve_specialization.
212         (tsubst_exception_specification): New function.
213         (tsubst): Use it.
214         (tsubst_copy): Use DECL_MEMBER_TEMPLATE_P.
215         (instantiate_template): Adjust call to retrieve_specialization.
216         (regenerate_decl_from_template): Do not actually generate a new
217         DECL.
218         (instantiate_decl): Adjust call to retrieve_specialization.
219         (class_method_index_for_fn): New method.
220
221 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
222
223         * parser.c (cp_parser_asm_definition): Look passed the
224         CLEANUP_POINT_EXPR to get the asm expression.
225
226 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
227
228         PR c++/17368
229         * semantics.c (finish_asm_stmt): Asm expressions need cleanup
230         also.
231
232 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
233
234         Convert diagnostics to use quoting flag q 6/n
235         * pt.c (finish_member_template_decl, check_specialization_scope, 
236         maybe_process_partial_specialization, determine_specialization, 
237         check_explicit_specialization, maybe_check_template_type, 
238         process_partial_specialization, check_default_tmpl_args, 
239         push_template_decl_real, redeclare_class_template, 
240         convert_nontype_argument, coerce_template_parms, 
241         lookup_template_class, push_tinst_level, 
242         instantiate_class_template, tsubst_arg_types, 
243         tsubst_function_type, tsubst, tsubst_qualified_id, 
244         tsubst_copy_and_build, check_instantiated_args, 
245         do_decl_instantiation, do_type_instantiation, 
246         invalid_nontype_parm_type_p, check_specialization_namespace, 
247         convert_template_argument, determine_specialization, 
248         check_template_shadow, tsubst_decl 
249         instantiate_pending_templates): Use quoting marks.
250
251 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
252
253         PR c++/17829
254         * parser.c (cp_parser_postfix_expression): Inhibit Koenig when
255         unqualified lookup finds a member function.
256
257 2004-10-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
258
259         Convert diagnostics to use quoting flag q 5/n
260         * parser.c (cp_parser_name_lookup_error, 
261         cp_parser_diagnose_invalid_type_name, 
262         cp_parser_primary_expression, cp_parser_unqualified_id, 
263         cp_parser_nested_name_specifier_opt, cp_parser_labeled_statement, 
264         cp_parser_jump_statement, cp_parser_simple_declaration, 
265         cp_parser_decl_specifier_seq, cp_parser_mem_initializer_id, 
266         cp_parser_type_parameter, cp_parser_template_id, 
267         cp_parser_template_name, cp_parser_direct_declarator, 
268         cp_parser_parameter_declaration_list, cp_parser_class_head, 
269         cp_parser_base_specifier, cp_parser_lookup_name, 
270         cp_parser_late_parsing_default_args, 
271         cp_parser_optional_template_keyword 
272         cp_parser_elaborated_type_specifier, cp_parser_check_class_key, 
273         cp_parser_check_access_in_redeclaration): Use quoting marks.
274
275         * name-lookup.c (supplement_binding, pushdecl, 
276         check_for_out_of_scope_variable, validate_nonmember_using_decl, 
277         do_nonmember_using_decl, lookup_tag, set_decl_namespace, 
278         push_namespace, do_namespace_alias, do_using_directive, 
279         ambiguous_decl, lookup_namespace_name, add_function): Likewise.
280
281         * method.c (use_thunk): Likewise.
282
283         * lex.c (unqualified_name_lookup_error, 
284         unqualified_fn_lookup_error): Likewise.
285
286 2004-10-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
287
288         Convert diagnostics to use quoting flag q 4/n
289         * except.c (decl_is_java_type, build_throw, 
290         is_admissible_throw_operand, check_handlers_1, check_handlers): 
291         Use quoting formats.
292         * friend.c (add_friend, make_friend_class, do_friend): Likewise.
293         * init.c (sort_mem_initializers, emit_mem_initializers, 
294         member_init_ok_or_else, expand_member_init, is_aggr_type, 
295         build_offset_ref, build_java_class_ref): Likewise.
296
297 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
298
299         Convert diagnostics to use quoting flag q 3/n
300         * decl.c (pop_label, duplicate_decls, redeclaration_error_message,
301         redeclaration_error_message, lookup_label, check_goto,
302         make_typename_type, make_unbound_class_template,
303         fixup_anonymous_aggr, check_tag_decl, start_decl, start_decl_1, 
304         grok_reference_init, layout_var_decl, maybe_commonize_var, 
305         check_for_uninitialized_const_var, reshape_init_array, 
306         reshape_init, check_initializer, cp_finish_decl,
307         member_function_or_else, bad_specifiers, grokfndecl, grokvardecl, 
308         check_static_variable_definition, compute_array_index_type, 
309         create_array_type_for_decl, check_special_function_return_type, 
310         grokdeclarator, check_default_argument, grokparms, 
311         grok_ctor_properties, grok_op_properties, 
312         check_elaborated_type_specifier, xref_tag, finish_enum, 
313         build_enumerator, check_function_type, start_preparsed_function, 
314         store_parm_decls): Use quoting formats.
315         * decl2.c (grok_array_decl, delete_sanity, check_member_template, 
316         check_java_method, check_classfn, finish_static_data_member_decl, 
317         grokfield, grokbitfield, grok_function_init,
318         build_anon_union_vars, coerce_new_type, coerce_delete_type,
319         check_default_args): Likewise.
320         * parser.c (cp_parser_decl_specifier_seq): Likewise.
321
322 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
323
324         Convert diagnostics to use quoting flag q 2/n
325         * class.c (build_base_path, add_method, alter_access,
326         handle_using_decl, check_bases,
327         maybe_warn_about_overly_private_class, find_final_overrider,
328         warn_hidden, finish_struct_anon, add_implicitly_declared_members,
329         check_bitfield_decl, check_field_decls, layout_empty_base,
330         build_base_field, check_methods, layout_virtual_bases,
331         warn_about_ambiguous_bases, layout_class_type, finish_struct_1,
332         resolve_address_of_overloaded_function, instantiate_type,
333         note_name_declared_in_class): Use format flag "q" for quoting.
334
335 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
336
337         Convert diagnostics to use quoting flag q 1/n
338         * error.c (locate_error): Ignore quoting flag q.
339         * call.c (build_user_type_conversion_1, build_operator_new_call,
340         build_object_call, op_error, build_conditional_expr,
341         build_new_op, build_op_delete_call, enforce_access,
342         convert_like_real, convert_arg_to_ellipsis, build_x_va_arg,
343         convert_default_arg, build_over_call, build_new_method_call,
344         joust, perform_implicit_conversion, initialize_reference): Use the
345         quoting flag q.
346
347 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
348
349         PR c++/17797
350         * typeck.c (build_reinterpret_cast): Return if the inner type
351         is error_mark_node.
352
353 2004-10-01  Jan Hubicka  <jh@suse.cz>
354
355         * semantics.c (expand_body): Update call of tree_rest_of_compilation.
356
357 2004-09-30  Nathan Sidwell  <nathan@codesourcery.com>
358
359         * cp-tree.h (struct lang_decl): Shrink by reordering fields and
360         turning operator_code and fixed_offset into bitfields.
361
362 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
363
364         * decl.c (duplicate_decls): Merge TREE_DEPRECATED.
365
366 2004-09-29  Jason Merrill  <jason@redhat.com>
367
368         PR tree-optimization/17697
369         * decl.c (duplicate_decls): Copy TREE_NOTHROW from newdecl to olddecl.
370
371 2004-09-28  Jason Merrill  <jason@redhat.com>
372
373         PR middle-end/17525
374         * class.c (build_base_field): Set TYPE_MODE.
375
376 2004-09-28  Roger Sayle  <roger@eyesopen.com>
377
378         PR driver/17537
379         * g++spec.c (lang_specific_driver): Unrecognized libraries, other
380         than -lc and -lm, may require linking against libstc++.
381
382 2004-09-28  Kazu Hirata  <kazu@cs.umass.edu>
383
384         * tree.c: Fix a comment typo.
385
386 2004-09-28  Nathan Sidwell  <nathan@codesourcery.com>
387
388         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove.
389         (struct secondary_vptr_vtt_init_data_s): New.
390         (build_vtt_inits): Adjust dfs_walkers.
391         (dfs_build_secondary_vptr_vtt_inits): Caller data is a
392         secondary_vptr_vtt_init_data_s structure. Adjust.
393         (dfs_ctor_vtable_bases_queue_p): Remove.
394         (dfs_fixup_binfo_vtbls): No need to clear BINFO_MARKED. Simplify.
395
396         * pt.c (struct get_template_base_data_s): Remove.
397         (get_template_base_r): Fold into get_template_base.
398         (get_template_base): Walk base binfos directly in inheritance
399         graph order.
400
401 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
402
403         PR c++/17642
404         * cp-tree.h (fold_if_not_in_template): New function.
405         * call.c (build_conditional_expr): Use fold_if_not_in_template.
406         (build_cxx_call): Likewise.
407         * cvt.c (convert_to_complex): Likewise.
408         (ocp_convert): Likewise.
409         (convert): Likewise.
410         (convert_force): Likewise.
411         * decl.c (compute_array_index_type): Clear
412         processing_template_decl while folding array bounds.
413         * pt.c (convert_nontype_argument): Clear
414         processing_template_decl while processing non-type argument
415         initialization.
416         * tree.c (fold_if_not_in_template): New function.
417         * typeck.c (build_class_member_access_expr): Use
418         fold_if_not_in_template.
419         (build_array_ref): Likewise.
420         (build_binary_op): Likewise.  Do not try to optimize computations
421         when processing templates.
422         (cp_pointer_int_sum): Use fold_if_not_in_template.
423         (pointer_diff): Likewise.
424         (build_unary_op): Likewise.
425         (build_reinterpret_cast): Likewise.
426         (get_delta_difference): Likewise.
427         (expand_ptrmemfunc_cst): Likewise.
428         (dubious_conversion_warnings): Likewise.
429
430 2004-09-27  Matt Austern  <austern@apple.com>
431
432         * cp/parser.c (struct cp_token): New one-bit field , implicit_extern_c
433         (cp_lexer_get_preprocessor_token): Set implicit_extern_c for
434         tokens that come from headers that are implicitly extern "C".
435         (struct cp_parser): new one-bit field, implicit_extern_c.
436         (cp_parser_new): Set parser's implicit_extern_c to false.
437         (cp_parser_translation_unit): Pop lang context if we were in a
438         header that was implicitly extern "C".
439         (cp_parser_declaration_seq_opt): Push/pop lang context as
440         required by the token's and parser's implicit_extern_c.
441         
442 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
443
444         PR c++/17585
445         * cp-tree.h (shared_member_p): Declare.
446         * search.c (shared_member_p): Give it external linkage.
447         * semantics.c (finish_qualified_id_expr): Use it.
448         (finish_id_expression): Likewise.
449
450         PR c++/17585
451         * semantics.c (finish_id_expression): Do not add "this->" to
452         static member functions.
453
454 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
455
456         PR c++/17681
457         * error.c (dump_type): Change TREE_VEC case into TREE_BINFO.
458
459         * class.c (struct count_depth_data): Remove.
460         (dfs_depth_post, dfs_depth_q): Remove.
461         (find_final_overrider): Use number of vbase classes as depth
462         bound.
463         
464         * cp-tree.h (types_overlap_p): Remove.
465         * search.c (struct overlap_info): Remove.
466         (dfs_check_overlap, dfs_no_overlap_yet, types_overlap_p): Remove.
467         
468         * pt.c (GTB_VIA_VIRTUAL, GTB_IGNORE_TYPE): Remove.
469         (get_template_base_recursive): Remove. Replace with ...
470         (get_template_base_r): ... this.
471         (struct get_template_base_data_s): New.
472         (get_template_base): Use get_template_base_r via dfs_walk.  Always
473         return NULL on failure.
474         (unify): Remove error_mark_node check from get_template_base result.
475
476 2004-09-24  Paolo Bonzini  <bonzini@gnu.org>
477
478         * parser.c (cp_parser_expression_stack): Clarify why it is
479         an array of NUM_PREC_VALUES elements.
480         (cp_parser_binary_expression): Clarify why we do not need to
481         handle stack overflow.
482
483 2004-09-24  Nathan Sidwell  <nathan@codesourcery.com>
484
485         PR c++/16889
486         * search.c (lookup_field_queue_p): Correct check for hidden base.
487
488         * search.c (bfs_walk): Remove.
489         (lookup_member): Use dfs_walk_real.
490         (dfs_walk_real): Move and adjust documentation from bfs_walk.
491
492 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
493
494         * decl.c (grokfndecl): If ::main is found not to return int,
495         correct it after issuing a diagnostic.
496         (grokdeclarator): If the incoming type was error_mark_node, do
497         not complain about declaring something with no type.
498         (start_function): Change check for ::main not returning int to
499         an assertion, as grokfndecl now catches this when the user did it.
500         * init.c (perform_member_init, sort_mem_initializers)
501         (emit_mem_initializers): Make most diagnostics be issued on
502         the line of current_function_decl, not whatever the current
503         input line is.
504         * parser.c (cp_lexer_peek_token_emit_debug_info): Surround
505         definition and declaration with #ifdef ENABLE_CHECKING.
506         Avoid unnecessary use of fprintf.
507         (cp_lexer_print_token, cp_lexer_debug_stream): Adjust stub
508         definitions to avoid warnings.
509         (cp_lexer_new_main): Add assertion that first token is not a
510         padding token.
511         (cp_lexer_new_from_token_array): Fold into ...
512         (cp_lexer_new_from_tokens): ... here.  Add assertion that
513         first token is not a padding token.
514         (cp_lexer_set_source_position_from_token): Move nearer to callers.
515         Remove unused lexer argument.
516         (cp_lexer_peek_token): Just print debugging report (if enabled)
517         and return lexer->next_token.
518         (cp_lexer_skip_purged_tokens): Delete.
519         (cp_lexer_next_token_is, cp_lexer_next_token_is_not): Make
520         inline, simplify bodies.
521         (cp_lexer_peek_nth_token): Add debugging report a la
522         cp_lexer_peek_token.
523         (cp_lexer_consume_token): Correct commentary.  Advance over
524         purged tokens here.  Set current source position here, from
525         token to be returned.  Avoid unnecessary use of fprintf.
526         (cp_lexer_purge_token): Advance next_token pointer over this and
527         subsequent purged tokens.
528         (cp_parser_error): Adjust source position to that of the
529         peeked token.
530         (cp_parser_push_lexer_for_tokens, cp_parser_pop_lexer): New functions.
531         (cp_parser_string_literal): Remove some excessive cleverness.
532         (cp_parser_enum_specifier): Call start_enum before consuming
533         the opening brace.
534         (cp_parser_member_declaration): Make the "extra semicolon"
535         diagnostic consistently-worded with the other place this is
536         diagnosed.  Explicitly set the diagnostic location to the
537         location of the offending semicolon.
538         (cp_parser_enclosed_template_argument_list): Use %</%> quoting
539         in diagnostics.  Do not use cp_parser_require.  Set location
540         of diagnostics about improper use of '>>' to location of
541         offending token.
542         (cp_parser_late_parsing_for_member):
543         Use cp_parser_push_lexer_for_tokens and cp_parser_pop_lexer.
544         (cp_parser_late_parsing_default_args): Likewise.  Manually
545         move some logic outside the loop.
546
547 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
548
549         PR c++/17618
550         * cvt.c (cp_convert_to_pointer): Return early when the type is
551         an error_mark_node.
552
553 2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
554
555         PR c++/13989
556         PR c++/9844
557         * decl.c (grokfndecl): Add new argument "attrlist", use it
558         to call cplus_decl_attributes.
559         (start_function): Remove call to cplus_decl_attributes.
560         * cvt.c (ocp_convert): Add support to use type conversion
561         function to vector type.
562         * parser.c (cp_parser_conversion_type_id): Add attributes, if any,
563         to the parsed type.
564
565 2004-09-23  Paolo Bonzini  <bonzini@gnu.org>
566
567         PR c++/17596
568
569         * parser.c (cp_parser_token_tree_map_node,
570         cp_parser_pm_expression, cp_parser_additive_expression,
571         cp_parser_multiplicative_expression, cp_parser_shift_expression,
572         cp_parser_relational_expression, cp_parser_equality_expression,
573         cp_parser_and_expression, cp_parser_exclusive_or_expression,
574         cp_parser_inclusive_or_expression,
575         cp_parser_logical_and_expression,
576         cp_parser_logical_or_expression): Removed.
577         (enum cp_parser_prec, struct cp_parser_token_tree_map_node,
578         binops, binops_by_token): New.
579         (cp_parser_assignment_expression): Use cp_parser_binary_expression.
580         (cp_parser_new): Initialize binops_by_token.
581         (cp_parser_binary_expression): Rewritten.
582         (N_CP_TTYPES): New.
583
584 2004-09-23  Kazu Hirata  <kazu@cs.umass.edu>
585
586         * parser.c: Fix a comment typo.
587
588 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
589
590         PR c++/17620
591         * decl.c (xref_basetypes): Look through typedefs before checking
592         for duplicate base.
593
594 2004-09-22  Nathan Sidwell  <nathan@codesourcery.com>
595
596         * cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
597         * decl2.c (cp_finish_file): Adjust tinfo decl emission loop.
598         * rtti.c (unemitted_tinfo_decls): Make a VEC(tree).
599         (init_rtti_processing): Initialize it to something realistic.
600         (get_tinfo_decl): Adjust pushing the new decl.
601
602         * cp-tree.h (struct lang_type_class): Remove marked flags, add
603         diamond_shaped and repeated_base flags.  Reorder to keep 8-bit blocks.
604         (TYPE_MARKED_P): New.
605         (CLASSTYPE_DIAMOND_SHAPED_P, CLASSTYPE_REPEATED_BASE_P): New.
606         (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
607         CLEAR_CLASSTYPE_MARKED_N): Remove.
608         (CLASSTYPE_MARKED_*, SET_CLASSTYPE_MARKED_*,
609         CLEAR_CLASSTYPE_MARKED_*): Remove.
610         * decl.c (xref_basetypes): Use TYPE_MARKED_P. Determine diamond
611         shaped and repeated base properties.
612         * lex.c (cxx_make_type): Don't clear TYPE_ALIAS_SET.
613         * rtti.c (dfs_class_hint_mark, dfs_class_hint_unmark,
614         class_hint_flags): Remove.
615         (get_pseudo_ti_init): Use CLASSTYPE_REPEATED_BASE_P and
616         CLASSTYPE_DIAMOND_SHAPED_P.
617
618 2004-09-21  Ziemowit Laski  <zlaski@apple.com>
619
620         * cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved here from
621         cp-objcp-common.h.
622         (objcp_tsubst_copy_and_build): Reformat function signature.
623         * cp-objcp-common.h (objcp_tsubst_copy_and_build): Likewise.
624         (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved to cp-lang.c.
625
626 2004-09-21  Zack Weinberg  <zack@codesourcery.com>
627
628         * parser.c (cp_lexer_peek_token, cp_lexer_consume_token):
629         Don't handle CPP_PRAGMA tokens specially.
630         (cp_lexer_handle_pragma): Use cp_lexer_consume_token.  Don't
631         purge the token; do clear token->value after processing.  Add
632         assertion at beginning that token->value is nonzero.
633         (cp_parser_statement, cp_parser_declaration_seq_opt): Handle
634         CPP_PRAGMA as a full statement or declaration in its own right.
635
636 2004-09-21  Matt Austern  <austern@apple.com>
637
638         PR c++/15049
639         * decl.c (grokvardecl): Accept declarations of global variables
640         using anonymous types.
641
642 2004-09-21  Roger Sayle  <roger@eyesopen.com>
643
644         PR c++/7503
645         * tree.c (lvalue_p_1):  Disallow MIN_EXPR and MAX_EXPR as lvalues
646         if either operand has side-effects.
647         * typeck.c (rationalize_conditional_expr): Assert that neither
648         operand of MIN_EXPR or MAX_EXPR has side-effects.
649         (build_modify_expr):  Add support for MIN_EXPR and MAX_EXPR.
650         Check that the "lhs" is a valid lvalue, i.e. that neither operand
651         of a MIN_EXPR or MAX_EXPR has a side-effect.
652
653 2004-09-21  Nathan Sidwell  <nathan@codesourcery.com>
654
655         * cp-tree.h (struct lang_type_header): Remove
656         uses_multiple_inheritance field.
657         (TYPE_USES_MULTIPLE_INHERITANCE): Remove.
658         (TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P): Remove.
659         (TYPE_USES_VIRTUAL_BASECLASSES): Remove.
660         (DECL_NEEDS_VTT_PARM_P): Use CLASSTYPE_VBASECLASSES.
661         (TYPE_CONTAINS_VPTR_P): Likewise.
662         * call.c (add_template_candidate_real): Use
663         CLASSTYPE_VBASECLASSES.
664         (build_special_member_call): Likewise.
665         * class.c (finish_struct_bits): Remove
666         TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P & TYPE_USES_VIRTUAL_BASECLASSES
667         bookkeeping.
668         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
669         (create_vtable_ptr): Remove TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P
670         bookkeeping.
671         (build_vtt_inits): Use CLASSTYPE_VBASECLASSES.
672         (accumulate_vtbl_inits, build_vbase_offset_vtbl_entries):
673         Likewise.
674         * decl.c (xref_basetypes): Remove TYPE_USES_MULTIPLE_INHERITANCE,
675         TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P, TYPE_USES_VIRTUAL_BASECLASSES
676         bookkeeping.
677         (cxx_maybe_build_cleanup): Use CLASSTYPE_VBASECLASSES.
678         * decl2.c (maybe_retrofit_in_chrg): Likewise.
679         * init.c (expand_member, push_base_cleanups): Likewise.
680         * pt.c (instantiate_class_template): Remove
681         TYPE_USES_MULTIPLE_INHERITANCE,
682         TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P, TYPE_USES_VIRTUAL_BASECLASSES
683         bookkeeping.
684         * ptree.c (cxx_print_type): Remove TYPE_USES_MULTIPLE_INHERITANCE
685         check.
686         * typeck2.c (process_init_constructor): Replace some sorrys with
687         asserts.
688
689 2004-09-21  Andreas Tobler  <a.tobler@schweiz.ch>
690
691         * decl.c (reshape_init_array): Initialize max_index_cst to fix
692         bootstrap failure.
693
694 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
695
696         PR c++/17530
697         * pt.c (tsubst): Fix parentheses to accomodate emacs.
698         (tsubst_baselink): If we get a single function, mark it as used.
699
700 2004-09-20  Matt Austern <austern@apple.com>
701             Zack Weinberg  <zack@codesourcery.com>
702
703         * decl.c (make_rtl_for_nonlocal_decl, start_preparsed_function):
704         Apply lbasename to input_filename before passing to get_fileinfo.
705         * semantics.c (begin_class_definition): Likewise.
706         * lex.c (handle_pragma_interface): Apply get_fileinfo to the
707         correct filename.  Rename variables to be less confusing.
708         (handle_pragma_implementation): Likewise.  Disable "appears
709         after file is included" diagnostic.
710
711         * parser.c (struct cp_token): Add in_system_header fiag.
712         (CP_TOKEN_BLOCK_NUM_TOKENS, struct cp_token_block)
713         (CP_TOKEN_BUFFER_SIZE, cp_token_cache_push_token)
714         (CPP_NONE, cp_lexer_read_token): Delete.
715         (struct cp_lexer): Remove first_token, string_tokens,
716         main_lexer_p fields.  Clarify comments.
717         (struct cp_token_cache): Now just a pair of pointers.
718         (CP_LEXER_BUFFER_SIZE): New #define.
719         (CPP_PURGED): New fake token type.
720         (cp_lexer_new_from_token_array, cp_lexer_destroy)
721         (cp_lexer_peek_token_emit_debug_info, cp_lexer_skip_purged_tokens)
722         (cp_lexer_handle_pragma, cp_token_cache_new, cp_parser_string_literal):
723         New functions.
724         (cp_lexer_new_from_tokens): Now a simple wrapper around
725         cp_lexer_new_from_token_array.
726         (cp_lexer_set_source_position_from_token): Also update
727         in_system_header.
728         (cp_lexer_next_token, cp_lexer_prev_token, cp_lexer_advance_token):
729         Don't wrap round.
730         (cp_lexer_token_difference): Dont handle wrapping round.
731         (cp_lexer_new_main): Enable pragma deferral and raw strings,
732         read the entire translation unit through c_lex_with_flags into
733         this lexer's buffer, then turn raw strings back off again.
734         (cp_lexer_grow_buffer): Adjust for buffer no longer being circular.
735         (cp_lexer_get_preprocessor_token): No need to handle not being
736         the main lexer.  Set token->in_system_header too.
737         (cp_lexer_peek_token): Skip purged tokens.  Feed pragma tokens
738         to cp_lexer_handle_pragma.  No need to call cp_lexer_read_token.
739         (cp_lexer_peek_nth_token): Likewise.
740         (cp_lexer_purge_token): Mark the token PURGED, don't shift all
741         the other tokens down.
742         (cp_lexer_purge_tokens_after): Likewise.
743         (cp_lexer_save_tokens, cp_lexer_rollback_tokens): Don't worry
744         about there being no tokens.
745         (cp_lexer_print_token): Revise to give useful information on
746         all tokens.
747         (struct cp_parser): Add field translate_strings_p.
748         (cp_parser_new): Initialize it.
749         (cp_parser_translation_unit): Destroy the lexer when done.
750         (cp_parser_parameter_declaration): Restructure saving of
751         default arguments.
752         (cp_parser_save_member_function_body): Likewise.
753         (cp_parser_check_for_invalid_template_id)
754         (cp_parser_nested_name_specifier_opt, cp_parser_template_id):
755         Adjust calls to cp_lexer_advance_token.
756         (cp_parser_skip_to_closing_parenthesis, cp_parser_declaration):
757         No need to fiddle c_lex_string_translate.
758         (cp_parser_primary_expression, cp_parser_linkage_specification)
759         (cp_parser_asm_definition, cp_parser_asm_specification_opt)
760         (cp_parser_asm_operand_list, cp_parser_asm_clobber_list)
761         Use cp_parser_string_literal.
762         (cp_parser_attribute_list): Save and restore
763         parser->translate_strings_p, not c_lex_string_translate.
764         (cp_parser_cache_group): Delete.
765         (cp_parser_cache_group_1): Rename cp_parser_cache_group.  Do
766         not take a cache argument.
767
768 2004-09-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
769
770         PR c++/14179
771         * decl.c (reshape_init): Extract array handling into...
772         (reshape_init_array): New function. Use integers instead of trees
773         for indices. Handle out-of-range designated initializers.
774
775 2004-09-20  Steven Bosscher  <stevenb@suse.de>
776
777         * lex.c (cxx_init): Don't set the ridpointer for RID_NULL
778         to null_node.
779
780 2004-09-19  Mark Mitchell  <mark@codesourcery.com>
781
782         * decl2.c (determine_visibility): Allow class visibility
783         directives to override targetm.cxx.export_class_data.
784
785 2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
786
787         * call.c, semantics.c: Follow spelling conventions.
788         * class.c: Fix a comment typo.
789
790 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
791
792         PR pch/13361
793         * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
794         (handle_pragma_implementation): Likewise.
795
796 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
797             Zack Weinberg  <zack@codesourcery.com>
798
799         * cp-tree.def: Use tree_code_class enumeration constants
800         instead of code letters.
801         * call.c, class.c, cp-gimplify.c, cp-lang.c, cxx-pretty-print.c
802         * mangle.c, pt.c, semantics.c, tree.c, typeck.c:
803         Update for new tree-class enumeration constants.
804
805 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
806
807         PR c++/16002
808         * parser.c (cp_parser_simple_declaration): Commit to tentative
809         parses after seeing a decl-specifier.
810         (cp_parser_simple_declaration): Eliminate spurious message.
811         (cp_parser_init_declarator): Adjust error message.
812
813         PR c++/16029
814         * lex.c (unqualified_name_lookup_error): Mark the dummy
815         declaration as used.
816
817         PR c++/17501
818         * parser.c (cp_parser_nested_name_specifier): Do not resolve
819         typename types if the user explicitly said "typename".
820
821 2004-09-16  Andrew MacLeod  <amacleod@redhat.com>
822
823         * error.c (dump_decl): Make sure there is lang_specific info before
824         checking for DTOR and CTOR decls.
825
826 2004-09-16  Nathan Sidwell  <nathan@codesourcery.com>
827
828         * class.c (copy_virtuals): Remove.
829         (build_primary_vtable): Use copy_list directly.
830         (build_secondary_vtable): Likewise.
831         (update_vtable_entry_for_fn): Clear BV_CALL_INDEX here.
832         (create_vtable_ptr): Likewise.
833
834 2004-09-16  Kazu Hirata  <kazu@cs.umass.edu>
835
836         * search.c: Follow spelling conventions.
837
838 2004-09-16  Nathan Sidwell  <nathan@codesourcery.com>
839
840         * cp-tree.h (struct lang_type_class): Make pure_virtuals a
841         VEC(tree).
842         (CLASSTYPE_INLINE_FRIENDS, CLASSTYPE_PURE_VIRTUALS): Update
843         comments.
844         * call.c (build_new_method_call): Don't confirm a pure virtual is
845         in CLASSTYPE_PURE_VIRTUALS.  Reorder checks. Make it a warning.
846         * class.c (check_methods): CLASSTYPE_INLINE_FRIENDS is a VEC(tree).
847         (fixup_inline_methods, finish_struct): Likewise.
848         * decl.c (finish_method): Likewise.
849         * search.c (dfs_get_pure_virtuals, get_pure_virtuals):
850         CLASSTYPE_PURE_VIRTUALS is a VEC(tree).
851         * typeck2.c (abstract_virtuals_error): Likewise. Truncate the
852         vector to avoid repeating the list in error messages.
853
854 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
855
856         * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Define.
857         * cp-tree.h (cxx_comdat_group): Declare.
858         * decl.c (cxx_comdat_group): New function.
859
860 2004-09-15  Nathan Sidwell  <nathan@codesourcery.com>
861
862         * search.c (get_pure_virtuals): Remove unused variables.
863
864         * cp-tree.h (struct lang_decl_flags): Remove
865         needs_final_overrider.
866         (DECL_NEEDS_FINAL_OVERRIDER_P): Remove.
867         * decl.c (duplicate_decls): Do not copy DECL_NEEDS_FINAL_OVERRIDER_P.
868         * class.c (finish_struct_bits): Correct comment about
869         CLASSTYPE_PURE_VIRTUALS.
870         * search.c (get_pure_virtuals): Remove useless loop.
871
872 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
873
874         PR c++/17324
875         * mangle.c (partially_mangled_name): New variable.
876         (partially_mangled_name_len): Likewise.
877         (save_partially_mangled_name): New function.
878         (restore_partially_mangled_name): Likewise.
879         (write_encoding): Save and restore partially mangled names around
880         calls to get_mostly_instantiated_function_type.
881         (write_unqualified_name): Likewise.
882
883 2004-09-14  Nathan Sidwell  <nathan@codesourcery.com>
884
885         * pt.c (unify): Replace gcc_unreachable with gcc_assert.
886
887 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
888
889         PR c++/16162
890         * parser.c (cp_parser_id_expression): Correct value for
891         is_declarator.
892         (cp_parser_nested_name_specifier_opt): Look through typenames as
893         necessary.
894         (cp_parser_template_name): Honor check_dependency_p.
895
896         PR c++/16716
897         * parser.c (cp_parser_parse_and_diagnose_invalid_type_name):
898         Robustify.
899
900         PR c++/17327
901         * pt.c (unify): Add ENUMERAL_TYPE case.  Replace sorry with
902         gcc_unreacable.
903
904 2004-09-12  Richard Henderson  <rth@redhat.com>
905
906         PR c++/16254
907         * semantics.c (maybe_cleanup_point_expr): Don't call fold.
908         * typeck.c (condition_conversion): Likewise.
909
910 2004-09-11  Richard Henderson  <rth@redhat.com>
911
912         PR c++/17404
913         * pt.c (cur_stmt_expr): Move from tsubst_expr.
914         (tsubst_expr) <case STMT_EXPR>: Move ...
915         (tsubst_copy_and_build): ... here.
916
917 2004-09-10  Zack Weinberg  <zack@codesourcery.com>
918
919         * cp-tree.h (interface_only, interface_unknown): Delete declarations;
920         comment explaining them moved to c-common.h.
921         * lex.c (interface_only, interface_unknown, extract_interface_info):
922         Delete definitions.
923         (cxx_finish): Don't reset interface_unknown.
924         (handle_pragma_interface): Don't set interface_only and
925         interface_unknown; just the like-named fields in finfo.
926         (handle_pragma_implementation): Adjust comment.
927         * decl2.c (cp_finish_file): Don't reset interface_only and
928         interface_unknown.
929         * method.c (synthesize_method): Don't reset interface_unknown or
930         call extract_interface_info.
931         * pt.c (pop_tinst_level): Don't call extract_interface_info.
932         * decl.c (start_cleanup_fn): Don't save or restore interface_only
933         and interface_unknown.
934         (make_rtl_for_nonlocal_decl): Call get_fileinfo on input_filename
935         and use the result instead of the interface_only/interface_unknown
936         globals.
937         (start_preparsed_function): Likewise.
938         * lex.c (cxx_make_type): Likewise.
939         * semantics.c (begin_class_definition): Likewise.
940         (expand_body): Don't call extract_interface_info.
941
942 2004-09-10  Ziemowit Laski  <zlaski@apple.com>
943
944         * decl.c (objc_mark_locals_volatile): Make description of
945         routine more descriptive; only mark VAR_DECLs at each
946         binding level.
947
948 2004-09-10  Richard Henderson  <rth@redhat.com>
949
950         PR c++/17386
951         * call.c (build_vfield_ref): Move...
952         * class.c (build_vfield_ref): ... here.  Convert datum to the
953         primary base containing the vptr.
954         (make_new_vtable): Simplify build_primary_vtable arguments.
955         (finish_struct_1): Do not duplicate TYPE_VFIELD.
956         * typeck.c (build_class_member_access_expr): Don't warn for
957         null object access to base fields.
958
959 2004-09-10  Ziemowit Laski  <zlaski@apple.com>
960
961         * decl.c (objc_get_current_scope, objc_mark_locals_volatile):
962         New functions, to be called from ObjC++.
963
964 2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>
965
966         * class.c, cp-tree.h, decl.c, decl2.c, mangle.c,
967         name-lookup.h, parser.c, search.c, semantics.c, typeck2.c: Fix
968         comment typos.
969
970 2004-09-09  Ziemowit Laski  <zlaski@apple.com>
971
972         * typeck.c (build_c_cast): Preserve the cast if casting
973         to and from an Objective-C type.
974
975 2004-09-09  Ziemowit Laski  <zlaski@apple.com>
976
977         * Make-lang.in (cp/typeck.o): Depend on c-common.h.
978         * typeck.c: Include c-common.h.
979         (comptypes): For RECORD_TYPEs, call objc_comptypes() and
980         return the result if nonnegative.
981
982 2004-09-09  Zack Weinberg  <zack@codesourcery.com>
983
984         * decl2.c (import_export_class)
985         * lex.c (handle_pragma_interface):
986         Test MULTIPLE_SYMBOL_SPACES with if, not #ifdef.
987
988 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
989
990         * Make-lang.in (cp/semantics.o): Depend on c-common.h.
991         * semantics.c: Include c-common.h.
992         (finish_compound_stmt): Call objc_clear_super_receiver().
993
994 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
995
996         * cp-tree.h (do_poplevel): New prototype.
997         * semantics.c (do_poplevel): Make externally visible.
998
999 2004-09-08  Nathan Sidwell  <nathan@codesourcery.com>
1000
1001         * cp-tree.h (tree_pair_s): Define a GC'd vector.
1002         * name-lookup.h (cxx_saved_binding, cp_class_binding): Likewise.
1003         * semantics.c (deferred_access): Likewise.
1004
1005 2004-09-06  Daniel Jacobowitz  <dan@debian.org>
1006
1007         * semantics.c (expand_body): Assert that we are not nested.
1008
1009 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
1010
1011         * decl.c (build_enumerator): Use add_double and int_fits_type_p
1012         instead of cp_build_binary_op, to avoid creating short-lived trees.
1013         * parser.c (cp_parse_type_specifier <RID_ENUM>): Use two-token
1014         lookahead instead of backtracking.  Move some code to avoid a
1015         conditional branch.
1016         (cp_parser_enum_specifier): Avoid duplication of effort with caller.
1017         Use cp_lexer_next_token_is/cp_lexer_next_token_is_not as appropriate.
1018         (cp_parser_enumerator_list, cp_parser_enumerator_definition):
1019         Use cp_lexer_next_token_is/cp_lexer_next_token_is_not as appropriate.
1020
1021 2004-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1022
1023         * decl.c (grok_declarator): Remove a redundant semicolon.
1024
1025         * parser.c (cp_parser_decl_specifier_seq, cp_parser_type_specifier):
1026         Correct comments describing function parameters.
1027
1028 2004-09-03  Matt Austern  <austern@apple.com>
1029         Compile speed improvement.
1030         * parser.c (cp_lexer_print_token): Only define if ENABLE_CHECKING set.
1031         Otherwise define a stub macro that expands to nothing.
1032         (cp_lexer_debugging_p): Only define if ENABLE_CHECKING set.  Otherwise
1033         define a stub macro that expands to 0.
1034         (cp_lexer_start_debugging): Only define if ENABLE_CHECKING set.
1035         (cp_lexer_stop_debugging): Likewise.
1036         (cp_lexer_debug_stream): Only define if ENABLE_CHECKING set.  Otherwise
1037         define a stub macro that expands to NULL.
1038         (cp_lexer_new_main): Only set debugging_p if ENABLE_CHECKING set.
1039         (cp_lexer_new_from_tokens): Likewise.
1040
1041 2004-09-03  Jan Hubicka  <jh@suse.cz>
1042
1043         * decl.c (finish_function): Clean out pointers we no longer need.
1044
1045 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1046
1047         * g++spec.c (MATH_LIBRARY_PROFILE): Default to MATH_LIBRARY rather
1048         than "-lm".
1049
1050 2004-09-02  Paul Brook  <paul@codesourcery.com>
1051
1052         * decl2.c (determine_visibility): Only check data visibility
1053         for VAR_DECLS.
1054
1055 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1056
1057         * cp-tree.h (DECL_CONSTRUCTION_VTABLE_P): New macro.
1058         * class.c (build_ctor_vtbl_group): Set DECL_CONSTRUCTION_VTABLE_P.
1059         * decl2.c (determine_visibility): Honor
1060         TARGET_CXX_EXPORT_CLASS_DATA.
1061
1062         * class.c (key_method): Rename to ...
1063         (determine_key_method): ... this.
1064         (finish_struct_1): Adjust accordingly.
1065         * cp-tree.h (key_method): Declare.
1066         * decl2.c (maybe_emit_vtables): Determine the key method here if
1067         it has not already been done.
1068
1069 2004-08-31  Ziemowit Laski  <zlaski@apple.com>
1070
1071         * Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.
1072         (cp/cp-lang.o): Depend on debug.h, gtype-cp.h and cp/cp-objcp-common.h.
1073         (cp/cp-decl.c): Do not depend on gtype-cp.h.
1074         (cp/cp-objcp-common.o): New target.
1075         * cp-lang.c: Include debug.h, cp-objcp-common.h and gtype-cp.h.
1076         (cxx_get_alias_set, cxx_warn_unused_global_decl, cp_expr_size,
1077         cp_tree_size, cp_var_mod_type_p, cxx_initialize_diagnostics): Move
1078         prototypes and definitions to cp-objcp-common.h and cp-objcp-common.c,
1079         respectively.
1080         (LANG_HOOKS_TREE_SIZE, LANG_HOOKS_FINISH,
1081         LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_INIT_OPTIONS,
1082         LANG_HOOKS_INITIALIZE_DIAGNOSTICS, LANG_HOOKS_HANDLE_OPTION,
1083         LANG_HOOKS_HANDLE_FILENAME, LANG_HOOKS_MISSING_ARGUMENT,
1084         LANG_HOOKS_POST_OPTIONS, LANG_HOOKS_GET_ALIAS_SET,
1085         LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_EXPAND_EXPR,
1086         LANG_HOOKS_EXPAND_DECL, LANG_HOOKS_PARSE_FILE,
1087         LANG_HOOKS_DUP_LANG_SPECIFIC_DECL, LANG_HOOKS_TRUTHVALUE_CONVERSION,
1088         LANG_HOOKS_SET_DECL_ASSEMBLER_NAME, LANG_HOOKS_MARK_ADDRESSABLE,
1089         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
1090         LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
1091         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_PRINT_ERROR_FUNCTION,
1092         LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL, LANG_HOOKS_WRITE_GLOBALS,
1093         LANG_HOOKS_FUNCTION_INIT, LANG_HOOKS_FUNCTION_FINAL,
1094         LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
1095         LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
1096         LANG_HOOKS_ATTRIBUTE_TABLE, LANG_HOOKS_TREE_INLINING_WALK_SUBTREES,
1097         LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
1098         LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
1099         LANG_HOOKS_TREE_INLINING_AUTO_VAR_IN_FN_P,
1100         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
1101         LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P,
1102         LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN,
1103         LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN, LANG_HOOKS_EXPR_SIZE,
1104         LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR,
1105         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION, LANG_HOOKS_MAKE_TYPE,
1106         LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE,
1107         LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
1108         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE, LANG_HOOKS_INCOMPLETE_TYPE_ERROR,
1109         LANG_HOOKS_TYPE_PROMOTES_TO, LANG_HOOKS_REGISTER_BUILTIN_TYPE,
1110         LANG_HOOKS_GIMPLIFY_EXPR, LANG_HOOKS_FOLD_OBJ_TYPE_REF): Move
1111         hooks to cp-objcp-common.h.
1112         (finish_file): New function.
1113         * cp-objcp-common.c: New file.
1114         * cp-objcp-common.h: New file.
1115         * cp-tree.h (cp_finish_file): New prototype.
1116         * decl.c: Do not include gtype-cp.h.
1117         * decl2.c (finish_file): Rename to cp_finish_file.
1118
1119 2004-08-31  Richard Henderson  <rth@redhat.com>
1120
1121         PR c++/17221
1122         * pt.c (tsubst_expr): Move OFFSETOF_EXPR handling ...
1123         (tsubst_copy_and_build): ... here.
1124
1125 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
1126
1127         * cp-tree.h (initialize_artificial_var): Declare.
1128         * decl.c (initialize_artifical_var): New function.
1129         * class.c (initialize_array): Remove.
1130         (initialize_vtable): Use initialize_artificial_var.
1131         (build_vtt): Likewise.
1132         (build_ctor_vtbl_group): Likewise.
1133
1134 2004-08-30  Richard Henderson  <rth@redhat.com>
1135
1136         * class.c (build_base_path): Use build_address directly.
1137         * typeck.c (build_unary_op): Don't lower &a.b to pointer
1138         arithmetic directly.
1139         * typeck2.c (store_init_value): Don't assume !TREE_CONSTANT
1140         means !initializer_constant_valid_p.
1141
1142 2004-08-30  Richard Henderson  <rth@redhat.com>
1143
1144         * class.c (fixed_type_or_null): Use get_base_address before
1145         assuming an ADDR_EXPR is non-null.
1146
1147 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
1148
1149         * name-lookup.c (pop_binding, pushdecl,
1150         set_identifier_type_value_with_scope, push_overloaded_decl,
1151         arg_assoc_type): Replace abort with gcc_assert or gcc_unreachable.
1152         * parser.c (cp_parser_diagnose_invalid_type_name,
1153         cp_parser_postfix_expression, cp_parser_unary_expression,
1154         cp_parser_check_declarator_template_para): Likewise.
1155         * pt.c (push_inline_template_parms_recursive,
1156         check_explicit_specialization, convert_nontype_argument,
1157         coerce_template_template_parms, uses_template_parms,
1158         instantiate_class_template, tsubst_decl, tsubst, tsubst_copy,
1159         tsubst_expr, instantiate_template,
1160         maybe_adjust_types_for_deduction, type_unification_real,
1161         resolve_overloaded_unification, template_decl_level,
1162         type_dependent_expression_p): Likewise.
1163         * search.c (lookup_base_r): Likewise.
1164         * semantics.c (finish_stmt_expr, simplify_aggr_init_expr): Likewise.
1165         * tree.c (lvalue_p_1, count_functions, cxx_printable_name,
1166         verify_stmt_tree_r, get_type_decl, stabilize_call): Likewise.
1167         * typeck.c (common_type, get_member_function_from_ptrfunc,
1168         build_binary_op, build_unary_op, expand_ptrmemfunc_cst): Likewise.
1169         * typeck2.c (cxx_incomplete_type_diagnostic,
1170         split_nonconstant_init_1, store_init_value,
1171         process_init_constructor): Likewise.
1172
1173 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
1174
1175         * call.c (check_dtor_name): Replace abort with gcc_assert or
1176         gcc_unreachable.
1177         (build_call, add_builtin_candidate, build_new_op,
1178         convert_like_real, build_over_call, in_charge_arg_for_name,
1179         source_type, joust): Likewise.
1180         * class.c (build_simple_base_path, get_vcall_index,
1181         finish_struct_1, instantiate_type, get_enclosing_class,
1182         add_vcall_offset_vtbl_entries_1, cp_fold_obj_type_ref): Likewise.
1183         * cp-gimplify.c (cp_genericize): Likewise.
1184         * cp-lang.c (cp_expr_size, cp_tree_size): Likewise.
1185         * cvt.c (cp_convert_to_pointer, ocp_convert): Likewise.
1186         * decl.c (poplevel, make_unbound_class_template, reshape_init,
1187         check_special_function_return_type, grokdeclarator,
1188         grok_op_properties, tag_name, xref_tag, start_preparsed_function,
1189         finish_function): Likewise.
1190         * decl2.c (grokfield, maybe_emit_vtables):Likewise.
1191         * error.c (dump_global_iord, dump_decl, dump_template_decl,
1192         language_to_string): Likewise.
1193         * except.c (choose_personality_routine): Likewise.
1194         * friend.c (do_friend): Likewise.
1195         * g++spec.c (lang_specific_driver): Likewise.
1196         * init.c (build_zero_init, expand_default_init, build_new_1,
1197         build_vec_delete_1, build_vec_init, build_dtor_call): Likewise.
1198         * lex.c (retrofit_lang_decl, cp_type_qual_from_rid): Likewise.
1199         * mangle.c (add_substitution, write_unscoped_name,
1200         write_template_prefix, write_identifier,
1201         write_special_name_destructor, write_type, write_builtin_type,
1202         write_expression, write_template_param,
1203         write_java_integer_type_codes): Likewise.
1204         * method.c (implicitly_declare_fn): Likewise.
1205
1206 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
1207
1208         * cp-tree.h (BINFO_PRIMARY_P): Use a binfo flag.
1209         (BINFO_INDIRECT_PRIMARY_P): Remove.
1210         * class.c (determine_primary_base): Rename to ...
1211         (determine_primary_bases): ... here.  Set all primary bases.
1212         (set_primary_base): Remove.
1213         (mark_primary_bases): Remove.
1214         (build_simple_base_path, walk_subobject_offsets,
1215         propagate_binfo_offsets, end_of_class): Adjust.
1216         (layout_class_type): Rename determine_primary_base call.
1217         (dump_class_hierarchy_r, dump_vtable): Adjust. Don't pass a binfo
1218         to type_as_string.
1219         (dfs_build_secondary_vptr_vtt_inits, dfs_accumulate_vtbl_inits,
1220         build_rtti_vtbl_entries): Adjust.
1221         * init.c (build_vtbl_address): Adjust.
1222
1223         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Use gcc_assert.
1224
1225 2004-08-28  Ziemowit Laski  <zlaski@apple.com>
1226
1227         * Make-lang.in (CXX_OBJS): Split up into CXX_OBJS and
1228         CXX_AND_OBJCXX_OBJS.
1229         (CXX_C_OBJS): Include in CXX_AND_OBJCXX_OBJS instead of listing
1230         separately on the link line.
1231
1232 2004-08-28  Jason Merrill  <jason@redhat.com>
1233
1234         * decl.c (expand_static_init): Avoid bogus warnings.
1235
1236 2004-08-27  Jason Merrill  <jason@redhat.com>
1237
1238         PR c++/16851
1239         * tree.c (stabilize_init): See through a COMPOUND_EXPR.
1240
1241         PR c++/13684
1242         * decl.c (expand_static_init): Use thread-safety API.
1243         (register_dtor_fn): Return the call, don't expand it.
1244         * tree.c (add_stmt_to_compound): New fn.
1245         (stabilize_call): Use it.
1246
1247 2004-08-27  Richard Henderson  <rth@redhat.com>
1248
1249         * cp-tree.def (OFFSETOF_EXPR): New.
1250         * parser.c (cp_parser_builtin_offsetof): Either built an
1251         OFFSETOF_EXPR, or call fold_offsetof immediately.
1252         * pt.c (tsubst_expr): Handle OFFSETOF_EXPR.
1253
1254 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
1255
1256         * call.c (validate_conversion_obstack): Replace
1257         my_friendly_assert with gcc_assert or gcc_unreachable.
1258         (direct_reference_binding, merge_conversion_sequences,
1259         build_user_type_conversion_1, perform_overload_resolution,
1260         build_op_delete_call, enforce_access, call_builtin_trap,
1261         build_over_call, build_special_member_call, build_new_method_call,
1262         initialize_reference): Likewise.
1263         * class.c (build_base_path, build_primary_vtable, alter_access,
1264         check_bases, update_vtable_entry_for_fn, layout_empty_base,
1265         clone_function_decl, adjust_clone_args,
1266         type_requires_array_cookie, include_empty_classes,
1267         finish_struct_1, resolve_address_of_overloaded_function,
1268         instantiate_type, get_vtbl_decl_for_binfo, build_vtt_inits,
1269         dfs_build_secondary_vptr_vtt_inits, build_ctor_vtbl_group,
1270         accumulate_vtbl_inits, build_vtbl_initializer,
1271         build_vbase_offset_vtbl_entries, build_rtti_vtbl_entries): Likewise.
1272         * cvt.c (build_up_reference, convert_to_reference): Likewise.
1273         * decl.c (poplevel, duplicate_decls, make_typename_type,
1274         cxx_init_decl_processing, reshape_init, check_initializer,
1275         make_rtl_for_nonlocal_decl, initialize_local_var, cp_finish_decl,
1276         expand_static_init, grokfndecl, grokvardecl, build_ptrmem_type,
1277         grokdeclarator, copy_fn_p, grok_op_properties, xref_tag,
1278         xref_basetypes, start_preparsed_function, save_function_data,
1279         finish_function, finish_method, maybe_register_incomplete_var,
1280         complete_vars): Likewise.
1281         * decl2.c (grok_array_decl, check_member_template,
1282         check_classfn, finish_static_data_member_decl, coerce_new_type,
1283         coerce_delete_type, import_export_class, decl_needed_p,
1284         determine_visibility, import_export_decl, build_cleanup,
1285         start_static_initialization_or_destructi, do_static_destruction,
1286         prune_vars_needing_no_initialization,
1287         build_offset_ref_call_from_tree): Likewise.
1288         * error.c (dump_decl, dump_expr): Likewise.
1289         * init.c (finish_init_stmts, build_zero_init,
1290         expand_virtual_init, expand_default_init, expand_aggr_init_1,
1291         build_offset_ref, build_new_1, build_delete, build_vbase_delete):
1292         Likewise.
1293         * mangle.c (write_method_parms, write_template_args,
1294         write_expression, write_template_arg): Likewise.
1295         * method.c (make_thunk, finish_thunk, use_thunk): Likewise.
1296         * name-lookup.c (pop_binding, begin_scope, leave_scope,
1297         resume_scope, push_using_decl, validate_nonmember_using_decl,
1298         is_ancestor, poplevel_class, set_inherited_value_binding_p,
1299         push_class_level_binding, do_class_using_decl, push_namespace,
1300         pop_namespace, add_using_namespace, ambiguous_decl,
1301         lookup_namespace_name, lookup_type_current_level,
1302         maybe_process_template_type_declaration): Likewise.
1303         * parser.c (cp_lexer_peek_nth_token,
1304         cp_parser_parse_and_diagnose_invalid_typ,
1305         cp_parser_translation_unit, cp_parser_template_id,
1306         cp_parser_lookup_name, cp_parser_late_parsing_for_member): Likewise.
1307         * pt.c (push_access_scope, finish_member_template_decl,
1308         push_inline_template_parms_recursive, add_outermost_template_args,
1309         get_innermost_template_args, begin_explicit_instantiation,
1310         end_explicit_instantiation, retrieve_specialization,
1311         is_specialization_of, is_specialization_of_friend,
1312         register_specialization, check_explicit_specialization,
1313         comp_template_parms, process_template_parm,
1314         process_partial_specialization, convert_nontype_argument,
1315         coerce_template_template_parms, coerce_template_parms,
1316         mangle_class_name_for_template, lookup_template_function,
1317         lookup_template_class, instantiate_class_template, tsubst_decl,
1318         tsubst_function_type, tsubst, tsubst_qualified_id, tsubst_copy,
1319         instantiate_template, fn_type_unification, type_unification_real,
1320         get_template_base, regenerate_decl_from_template,
1321         template_for_substitution, instantiate_decl,
1322         get_mostly_instantiated_function_type, dependent_scope_ref_p,
1323         value_dependent_expression_p, resolve_typename_type): Likewise.
1324         * repo.c (repo_emit_p): Likewise.
1325         * rtti.c (build_headof, get_tinfo_decl, get_pseudo_ti_init,
1326         create_tinfo_types, emit_tinfo_decl): Likewise.
1327         * search.c (lookup_base_r, lookup_base, lookup_field_1,
1328         dfs_access_in_type, build_baselink, lookup_member,
1329         adjust_result_of_qualified_name_lookup, copied_binfo): Likewise.
1330         * semantics.c (perform_or_defer_access_check,
1331         finish_non_static_data_member, finish_stmt_expr_expr,
1332         finish_stmt_expr, finish_call_expr, finish_pseudo_destructor_expr,
1333         finish_template_template_parm, finish_member_declaration,
1334         emit_associated_thunks): Likewise.
1335         * tree.c (build_target_expr_with_type, force_target_expr,
1336         copy_binfo, get_first_fn, cp_tree_equal): Likewise.
1337         * typeck.c (type_after_usual_arithmetic_conversions, comptypes,
1338         cxx_sizeof_or_alignof_type, perform_integral_promotions,
1339         build_class_member_access_expr, finish_class_member_access_expr,
1340         build_ptrmemfunc_access_expr, build_unary_op,
1341         unary_complex_lvalue, cxx_mark_addressable, build_modify_expr,
1342         build_ptrmemfunc, expand_ptrmemfunc_cst, check_return_expr
1343         * typeck2.c (complete_type_check_abstract,
1344         abstract_virtuals_error, process_init_constructor,
1345         add_exception_specifier): Likewise.
1346
1347 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
1348
1349         * class.c (build_vtbl_initializer): Use ssize_int.
1350         * decl.c (complete_array_type): Likewise.
1351         * method.c (finish_thunk): Likewise.
1352         * search.c (get_dynamic_base_type): Likewise.
1353
1354 2004-08-26  Richard Henderson  <rth@redhat.com>
1355
1356         * cp-tree.h (DECL_FIELD_IS_BASE): New.
1357         * class.c (build_base_field): Set it.
1358         (build_simple_base_path): Use it.
1359         (fixed_type_or_null): Don't consider base fields definitive.
1360
1361 2004-08-25  Roger Sayle  <roger@eyesopen.com>
1362
1363         PR middle-end/16693
1364         PR tree-optimization/16372
1365         * decl.c (finish_enum): Make the precision of the enumerated type
1366         the same width as the underlying integer type.
1367
1368 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
1369
1370         PR c++/17155
1371         * lex.c (build_lang_decl): Set DECL_NO_STATIC_CHAIN for all C++
1372         functions.
1373
1374         * mangle.c (get_identifier_nocopy): Add cast.
1375
1376         * cp-tree.h (mangle_type): Remove.
1377         * mangle.c (globals): GTY it.
1378         (mangle_obstack): New variable.
1379         (name_obstack): Likewise.
1380         (name_base): Likewise.
1381         (write_char): Adjust accordingly.
1382         (write_chars): Likewise.
1383         (write_string): Likewise.
1384         (start_mangling): Initialize G.substitutions only one.  Add
1385         ident_p parameter.
1386         (finish_mangling): Use VARRAY_CLEAR to reclaim
1387         storage in G.substitutions.  Use obstack_finish.
1388         (init_mangle): Adjust for changes to variable names above.
1389         Initialize G.substitutions.
1390         (mangle_decl_string): Adjust call to start_mangling.
1391         (get_identifier_nocopy): New function.
1392         (mangle_decl): Use it.
1393         (mangle_type_string): Adjust call to start_mangling.
1394         (mangle_special_for_type): Likewise.
1395         (mangle_vtt_for_type): Likewise.
1396         (mangle_ctor_vtbl_for_type): Likewise.
1397         (mangle_thunk): Likewise.
1398         (mangle_guard_variable): Likewise.
1399         (mangle_ref_init_variable): Likewise.
1400
1401 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1402
1403         PR c++/14428
1404         * pt.c (redeclare_class_template): Check the type of non-type and
1405         template template parameter.
1406
1407 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
1408
1409         * call.c (convert_class_to_reference): Adjust build_int_cst calls.
1410         (build_user_type_conversion_1, convert_like_real,
1411         build_java_interface_fn_ref, build_special_member_call): Likewise.
1412         * class.c (finish_struct_1, build_vtbl_initializer): Likewise.
1413         * cp-gimplify.c (cp_gimplify_expr): Likewise.
1414         * cvt.c (cp_convert_to_pointer): Likewise.
1415         * decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
1416         * decl2.c (start_static_initialization_or_destruction,
1417         generate_ctor_or_dtor_function): Likewise.
1418         * except.c (build_throw): Likewise.
1419         * mangle.c (write_integer_cst): Likewise.
1420         * method.c (finish_thunk): Likewise.
1421         * rtti.c (build_headof, get_tinfo_decl_dynamic,
1422         build_dynamic_cast_1, ptr_initializer, ptm_initializer,
1423         get_pseudo_ti_init): Likewise.
1424         * search.c (get_dynamic_cast_base_type): Likewise.
1425
1426 2004-08-25  Zack Weinberg  <zack@codesourcery.com>
1427
1428         * class.c, search.c: Remove references to DWARF_DEBUG.
1429
1430 2004-08-25  Adam Nemet  <anemet@lnxw.com>
1431
1432         * repo.c (extract_string): Reset backquote after one character.
1433         (get_base_filename): Fix indentation.
1434
1435 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1436
1437         * decl.c (cxx_init_decl_processing): Adjust
1438         build_common_tree_nodes call.
1439
1440 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1441
1442         PR c++/16889
1443         * (is_subobject_of_p): Resurrect & optimize.
1444         (lookup_field_r): Use it.
1445
1446 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1447
1448         PR c++/16706
1449         * search.c (friend_accessible_p): Increment processing_template_decl
1450         when deal with TEMPLATE_DECL of SCOPE.
1451
1452 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1453
1454         PR c++/17149
1455         * semantics.c (check_accessibility_of_qualified_id): Defer check
1456         if qualifying_type is a template parameter.
1457
1458 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
1459
1460         PR c++/17163
1461         * pt.c (instantiate_decl): Do not try to apply
1462         DECL_DECLARED_INLINED_P to a VAR_DECL.
1463
1464         * search.c (build_baselink): Fix typo in comment.
1465
1466 2004-08-22 Andrew Pinski  <apinski@apple.com>
1467
1468         Revert:
1469         2004-08-22  Andrew Pinski  <apinski@apple.com>
1470         PR c++/14029
1471         * typeck.c (build_unary_op): Use &a.b if the folded lowered
1472         expression is not constant.
1473
1474 2004-08-23  Nathan Sidwell  <nathan@codesourcery.com>
1475
1476         * name-lookup.c (pushdecl): Rename build_type_copy call.
1477         * tree.c (cp_build_qualified_type_real,
1478         build_exception_variant, handle_java_interface_attribute): Likewise.
1479
1480 2004-08-22  Andrew Pinski  <apinski@apple.com>
1481
1482         PR c++/14029
1483         * typeck.c (build_unary_op): Use &a.b if the folded lowered
1484         expression is not constant.
1485
1486 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
1487
1488         PR c++/17121
1489         * decl.c (expand_static_init): Use DECL_FUNCTION_SCOPE_P.
1490
1491 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
1492
1493         PR c++/17120
1494         * pt.c (tsubst_copy_and_build): Avoid clearing TREE_NO_WARNING for
1495         MODOP_EXPR.
1496
1497 2004-08-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1498
1499         * pt.c (register_specialization): Check DECL_TEMPLATE_SPECIALIZATION
1500         before calling comp_template_args.
1501
1502 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
1503
1504         * class.c (build_vtbl_initializer): Use build_int_cst for
1505         negative size types.
1506         * decl.c (complete_array_type): Likewise.
1507         * method.c (finish_thunk): Likewise.
1508
1509 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
1510
1511         * tree.c: Remove unused mark_local_for_remap_r.
1512
1513 2004-08-19  Eric Christopher  <echristo@redhat.com>
1514
1515         * cp-tree.h (cxx_unsave_expr_now): Delete prototype.
1516         * tree.c (cxx_unsave_expr_now): Delete.
1517         (cp_unsave_r): Ditto.
1518
1519 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
1520
1521         PR c++/15890
1522         * pt.c (push_template_decl_real): Disallow template allocation
1523         functions with fewer than two parameters.
1524
1525 2004-08-19  Nathan Sidwell  <nathan@codesourcery.com>
1526
1527         * cp-tree.h (build_shared_int_cst): Remove.
1528         * tree.c (shared_int_cache): Remove.
1529         (build_shared_int_cst): Remove.
1530         * class.c (finish_struct_1): Use build_int_cst.
1531
1532 2004-08-19  Nathan Sidwell  <nathan@codesourcery.com>
1533
1534         * decl.c (finish_enum): Do not copy value node early, copy
1535         later.
1536         * lex.c (cxx_init): Force null_node to be unique.
1537
1538 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1539
1540         PR c++/17041
1541         * pt.c (tsubst_copy, tsubst_copy_and_build): Copy TREE_NO_WARNING
1542         from input for MODOP_EXPR.
1543
1544 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
1545
1546         * pt.c (dependent_template_p): Fix typo in commment.
1547
1548         PR c++/17068
1549         * pt.c (dependent_template_p): Treat IDENTIFIER_NODEs as
1550         dependent.
1551
1552 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
1553
1554         PR c++/16246
1555         * pt.c (unify): Tidy ARRAY_TYPE handling.  Make sure that non-type
1556         arguments have the same type as the corresponding parameter.
1557
1558         PR c++/16215
1559         * parser.c (cp_parser_name_lookup_error): If parser->object_scope
1560         is set use it for diagnostic purposes.
1561         (cp_parser_pseudo_destructor_name): Remove special-case error
1562         message.
1563
1564         PR c++/15871
1565         * semantics.c (expand_or_defer_fn): Honor -fkeep-inline-functions.
1566
1567         PR c++/16965
1568         * cp-tree.h (qualified_name_lookup_error): Add parameter.
1569         * name-lookup.c (do_class_using_decl): Restrict set of entities
1570         passed to cp_emit_debug_info_for_using more carefully.
1571         (lookup_qualified_name): Allow lookup_member to return sets of
1572         ambiguous entries.
1573         * parser.c (cp_parser_lookup_name): Add ambiguous_p parameter.
1574         (cp_parser_primary_expression): Handle ambiguous lookups.
1575         (cp_parser_template_name): Adjust use of cp_parser_lookup_name.
1576         (cp_parser_template_argument): Likewise.
1577         (cp_parser_elaborate_type_specifier): Likewise.
1578         (cp_parser_namespace_name): Likewise.
1579         (cp_parser_class_name): Likewise.
1580         (cp_parser_lookup_name_simple): Likewise.
1581         * pt.c (tsubst_qualified_id): Handle ambiguous results.
1582         (tsubst_expr): Likewise.
1583         * semantics.c (qualified_name_lookup_error): Add decl paramter.
1584         For ambiguous lookups, print candidates.
1585
1586 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1587
1588         PR c++/6749
1589         * pt.c (instantiate_pending_templates): Add int parameter.  Don't
1590         return anything.
1591         * cp-tree.h (instantiate_pending_templates): Adjust prototype.
1592         * decl2.c (finish_file): Adjust call to
1593         instantiate_pending_templates.
1594
1595 2004-08-15  Roger Sayle  <roger@eyesopen.com>
1596
1597         * call.c (build_vfield_ref, build_call, build_conditional_expr,
1598         convert_arg_to_ellipsis, build_x_va_arg, build_over_call,
1599         build_java_interface_fn_ref, build_special_member_call,
1600         build_new_method_call, initialize_reference): Replace calls to
1601         build with calls to buildN.
1602         * class.c (build_base_path, convert_to_base_statically,
1603         build_vfn_ref, instantiate_type, dfs_accumulate_vtbl_inits,
1604         build_vtbl_initializer): Likewise.
1605         * cp-gimplify.c (genericize_try_block, genericize_catch_block,
1606         gimplify_if_stmt, cp_genericize_r): Likewise.
1607         * cvt.c (convert_to_void): Likewise.
1608         * decl.c (check_initializer, finish_constructor_body,
1609         finish_destructor_body): Likewise.
1610         * error.c (dump_expr): Likewise.
1611         * except.c (build_exc_ptr, expand_start_catch_block, build_throw):
1612         Likewise.
1613         * init.c (perform_member_init, expand_virtual_init,
1614         expand_cleanup_for_base, build_init, expand_default_init,
1615         build_offset_ref, decl_constant_value, build_new, build_new_1,
1616         build_vec_delete_1, build_vec_init, build_delete,
1617         push_base_cleanups, build_vec_delete): Likewise.
1618         * mangle.c (write_integer_cst): Likewise.
1619         * method.c (thunk_adjust, do_build_copy_constructor,
1620         do_build_assign_ref): Likewise.
1621         * pt.c (lookup_template_function, tsubst, tsubst_copy_and_build,
1622         unify, build_non_dependent_expr): Likewise.
1623         * rtti.c (build_headof, build_typeid, ifnonnull,
1624         build_dyanmic_cast_1, tinfo_base_init): Likewise.
1625         * semantics.c (begin_compound_stmt, finish_call_expr,
1626         finish_pseudo_destructor_expr, finish_id_expression,
1627         simplify_aggr_init_expr, finalize_nrv_r): Likewise.
1628         * tree.c (build_target_expr, build_cplus_new, array_type_nelts_top,
1629         array_type_nelts_total, stabilize_call): Likewise.
1630         * typeck.c (decay_conversion, build_class_member_access_expr,
1631         lookup_destructor, build_ptrmemfunc_access_expr, build_array_ref,
1632         get_member_function_from_ptrfunc, build_binary_op, pointer_diff,
1633         build_x_unary_op, build_unary_op, unary_complex_lvalue,
1634         build_compound_expr, build_modify_expr, expand_ptrmemfunc_cst,
1635         check_return_expr): Likewise.
1636         * typeck2.c (split_nonconstant_1, split_nonconstant_init_1,
1637         split_nonconstant_init, store_init_value, build_m_component_ref):
1638         Likewise.
1639
1640 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
1641
1642         * call.c (convert_class_to_reference,
1643         build_user_type_conversion_1, convert_like_real,
1644         build_java_interface_fn_ref, build_special_member_call): Use
1645         build_int_cst.
1646         * class.c (build_vtbl_initializer): Likewise.
1647         * cp-gimplify.c (cp_gimplify_expr): Likewise.
1648         * cvt.c (cp_convert_to_pointer): Likewise.
1649         * decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
1650         * decl2.c (start_static_initialization_or_destruction,
1651         generate_ctor_or_dtor_function): Likewise.
1652         * except.c (build_throw): Likewise.
1653         * lex.c (cxx_init): Likewise.
1654         * mangle.c (write_integer_cst): Likewise.
1655         * rtti.c (build_headof, get_tinfo_decl_dynamic,
1656         build_dynamic_cast_1, ptr_initializer, ptm_initializer,
1657         get_pseudo_ti_init): Likewise.
1658         * search.c (get_dynamic_cast_base_type): Likewise.
1659         * tree.c (build_shared_int_cst): Likewise.
1660
1661 2004-08-12  Mark Mitchell  <mark@codesourcery.com>
1662
1663         PR c++/16273
1664         * class.c (count_depth_data): New type.
1665         (dfs_depth_post): New function.
1666         (dfs_depth_q): Likewise.
1667         (find_final_overrider_data_s): Change type of vpath.
1668         Add vpath_list.
1669         (dfs_find_final_overrider_1): New function.
1670         (dfs_find_final_overrider): Use it.
1671         (dfs_find_final_overrider_q): Adjust use of vpath.
1672         (dfs_find_final_overrider_post): Likewise.
1673         (find_final_overrider): Use dfs_depth.  Allocate and deallocate
1674         vpath_list.
1675
1676 2004-08-12 Jan Beulich <jbeulich@novell.com>
1677
1678         * parser.c (cp_parser_asm_definition): Properly consume scope operator
1679         tokens preceding the clobbers. Don't check for scope operator
1680         following inputs. Simplify inputs handling to match that now used for
1681         clobbers.
1682
1683 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
1684
1685         PR c++/16698
1686         * except.c (build_throw): Allocate cleanup_type and the function
1687         for __cxa_throw separately.
1688
1689         PR c++/16853
1690         * call.c (standard_conversion): Do not accept conversions between
1691         pointers to members if the class types are unrelated.
1692
1693         PR c++/16618
1694         * parser.c (cp_parser_builtin_offsetof): Cast to "const volatile
1695         char &" instead of just "char &".
1696
1697         PR c++/16870
1698         * pt.c (tsubst): Just return the unknown_type_node.
1699
1700 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
1701
1702         PR c++/16964
1703         * parser.c (cp_parser_class_specifier): Robustify.
1704
1705         PR c++/16904
1706         * pt.c (tsubst_copy_and_build): Complain about invalid
1707         qualification.
1708
1709         PR c++/16929
1710         * pt.c (tsubst_default_argument): Clear out current_class_ptr and
1711         current_class_ref while tsubsting.
1712
1713 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
1714
1715         PR c++/16971
1716         * parser.c (cp_parser_init_declarator): Robustify.
1717
1718 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
1719
1720         * typeck2.c (process_init_constructor): Guard the missing field warning
1721         with warn_missing_field_initializers rather than extra_warnings.
1722
1723 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
1724
1725         * class.c (instantiate_type) <ENTRY_VALUE_EXPR>: Do not handle.
1726
1727 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
1728
1729         * decl.c (start_preparsed_function): Move determine_visibility
1730         call.
1731         * decl2.c (determine_visibility): Incorporate dllexport testing.
1732
1733 2004-08-05  Geoffrey Keating  <geoffk@apple.com>
1734
1735         * g++spec.c (lang_specific_driver): An -Xlinker or -Wl, option
1736         means that libstdc++ is needed.
1737
1738 2004-08-05  Nathan Sidwell  <nathan@codesourcery.com>
1739
1740         * cvt.c (cp_convert_to_pointer): Adjust force_fit_type call.
1741
1742 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
1743
1744         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_ASSEMBLER_NAME rather
1745         than passing it as a parameter to rest_of_decl_compilation.
1746         * decl2.c (grokfield): Use set_user_assembler_name.
1747
1748 2004-08-04  Nathan Sidwell  <nathan@codesourcery.com>
1749
1750         * decl.c (complete_array_type): Don't gratuitously copy
1751         maxindex. Its type is always set.
1752
1753 2004-08-04  Paul Brook  <paul@codesourcery.com>
1754
1755         * Make-lang.in (cp/semantics.o, cp/optimize.o): Depend on TARGET_H.
1756         * cp-tree.h (struct language_function): Rename x_dtor_label to
1757         x_cdtor_label.
1758         (dtor_label): Rename ...
1759         (cdtor_label): ... to this.
1760         * decl.c (begin_constructor_body): Remove.
1761         (check_special_function_return_type): Maybe change the return type.
1762         (grokdeclarator): Pass the class type.
1763         (start_preparsed_function): Constructors may need a return label.
1764         (finish_constructor_body, finish_destructor_body): Set the return
1765         value.
1766         (begin_function_body): Don't call begin_constructor_body.
1767         (finish_function): Don't warn for constructors or destructors.
1768         (implicitly_declare_fn): Maybe change the return type.
1769         * optimize.c: Include target.h.
1770         (maybe_clone_body): Remap the function result.
1771         * semantics.c: Include target.h.
1772         (finish_return_stmt): Maybe jump to return label for constructors.
1773
1774 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
1775
1776         * class.c (build_vtable): Do not set DECL_VISIBILITY here.
1777         (check_field_decls): Or here.
1778         (check_methods): Or here.
1779         (initialize_array): Don't mess with DECL_CONTEXT.
1780         * cp-tree.h (start_decl): Adjust prototype.
1781         (determine_visibility): New function.
1782         * decl.c (duplicate_decls): Remove checks for hidden "operator
1783         new".
1784         (build_library_fn_1): Give all library functions default
1785         visibility.
1786         (start_decl): Add pop_scope_p parameter.  Tidy.
1787         (cp_finish_decl): Do not pop scopes here.  Call
1788         determine_visibility for variable definitions.
1789         (start_preparsed_function): Call determine_visibility.
1790         * decl2.c (determine_visibility): New function.
1791         * method.c (use_thunk): Fix formatting.
1792         * parser.c (cp_parser_condition): Adjust calls to start_decl.
1793         (cp_parser_init_declarator): Likewise.
1794         * pt.c (instantiate_decl): Always call pop_nested_class.
1795         * rtti.c (get_tinfo_decl): Do not set DECL_VISIBILITY.
1796         (tinfo_base_init): Likewise.
1797
1798 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
1799
1800         PR c++/16707
1801         * name-lookup.c (validate_nonmember_using_decl): Robustify.
1802
1803 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
1804
1805         PR c++/16224
1806         * name-lookup.c (decl_namespace): Remove.
1807         (current_decl_namespace): Use decl_namespace_context instead of
1808         decl_namespace.
1809         (push_decl_namespace): Likewise.
1810         (arg_assoc_class): Likewise.
1811         (arg_assoc_type): Likewise.
1812         * pt.c (check_specialization_namespace): New function.
1813         (maybe_process_partial_specialization): Use it.
1814         (register_specialization): Likewise.
1815
1816         PR c++/16489
1817         * cp-tree.h (DECL_INTEGRAL_CONSTANT_VAR_P): New macro.
1818         * call.c (null_ptr_cst_p): Handle variables with constant
1819         initializers.
1820         * pt.c (convert_nontype_argument): Use
1821         DECL_INTEGRAL_CONSTANT_VAR_P.
1822         * semantics.c (finish_id_expression): Likewise.
1823
1824         PR c++/16529
1825         * decl.c (duplicate_decls): Reject duplicate namespace
1826         declarations.
1827
1828         PR c++/16810
1829         * typeck.c (build_ptrmemfunc): Loosen assertion.
1830
1831 2004-08-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1832
1833         * call.c (z_candidate::template_decl): Rename from template.
1834         (add_template_candidate_real): Adjust member reference.
1835         (joust): Likewise.
1836
1837 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
1838
1839         * cp-tree.h (IDENTIFIER_REPO_CHOSEN): Define.
1840         (lang_decl_flags): Narrow the width of "languages".  Add
1841         repo_available_p.
1842         (DECL_NEEDED_P): Remove.
1843         (FOR_EACH_CLONE): New macro.
1844         (DECL_REPO_AVAILABLE_P): Likewise.
1845         (DECL_TINFO_P): Likewise.
1846         (set_linkage_according_to_type): Declare.
1847         (import_export_vtable): Remove.
1848         (import_export_tinfo): Likewise.
1849         (mark_needed): New function.
1850         (decl_needed_p): Likewise.
1851         (note_vauge_linkage_fn): Likewise.
1852         (init_repo): Change prototype.
1853         (repo_template_used): Remove.
1854         (repo_template_instantiated): Likewise.
1855         (repo_emit_p): New function.
1856         (repo_export_class_p): Likewise.
1857         (no_linkage_check): Change prototype.
1858         * class.c (set_linkage_according_to_type): New function.
1859         (build_vtable): Use it.  Do not call import_export_vtable.  Set
1860         DECL_IGNORED_P if appropriate.
1861         * decl.c (duplicate_decls): Preserve DECL_REPO_AVAILABLE_P.
1862         (make_rtL_for_nonlocal_decls): Check for template instantiations
1863         explicitly.
1864         (grokfndecl): Adjust call to no_linkage_check.
1865         (set_linkage_for_static_data_member): New function.
1866         (grokvardecl): Use it.  Adjust call to no_linkage_check.
1867         (grokdeclarator): Use set_linkage_for_static_data_member.
1868         * decl2.c (note_vague_linkage_fn): New function.
1869         (note_vague_linkage_var): Likewise.
1870         (finish_static_data_member_decl): Use it.
1871         (import_export_vtable): Remove.
1872         (import_export_class): Use repo_export_class_p.
1873         (var_finalized_p): Simplify.
1874         (maybe_emit_vtables): Simplify.
1875         (mark_needed): New function.
1876         (decl_needed_p): Likewise.
1877         (import_export_decl): Add documentation and consistency checks.
1878         Use repo_emit_p.  Handle virtual tables and RTTI information
1879         here.
1880         (import_export_tinfo): Remove.
1881         (write_out_vars): Call import_export_decl.
1882         (cxx_callgraph_analyze_expr): Ensure that all vtables are emitted
1883         whenever one is.
1884         (finish_file): Use decl_needed_p.  Do not call import_export_decl
1885         for undefined static data members.  Do not warn about undefined
1886         inlines when using a repository.
1887         (mark_used): Use note_vague_linkage_fn.  Always defer template
1888         instantiations.
1889         * lex.c (cxx_init): Adjust call to init_repo.  Always set
1890         flag_unit_at_a-time.
1891         * method.c (synthesize_method): Remove unncessary
1892         import_export_decl call.
1893         (implicitly_declare_fn): Use set_linkage_according_to_type.
1894         * optimize.c (maybe_clone_body): Use FOR_EACH_CLONE.
1895         * pt.c (instantiate_class_template): Don't redundantly add classes
1896         to keyed_classes.  Don't call repo_template_used.
1897         (tsubst_decl): Set DECL_INTERFACE_KNOWN for instantiations of
1898         templates with internal linkage.
1899         (check_instantiated_args): Adjust call to no_linkage_check.
1900         (instantiate_template): Use FOR_EACH_CLONE.
1901         (mark_definable): New function.
1902         (mark_decl_instantiated): Use it.
1903         (do_decl_instantiation): Adjust tests for explicit instantiation
1904         after "extern template".
1905         (instantiate_class_member): Do not use repo_template_instantiated.
1906         (do_type_instantiation): Simplify.
1907         (instantiate_decl): Use mark_definable.  Check repo_emit_p.
1908         Simplify.
1909         * repo.c (repo_get_id): Remove.
1910         (original_repo): Remove.
1911         (IDENTIFIER_REPO_USED): Remove.
1912         (IDENTIFIER_REPO_CHOSEN): Remove.
1913         Remove all #if 0'd code.
1914         (repo_template_used): Remove.
1915         (repo_template_instantiated): Remove.
1916         (temporary_obstack_initialized_p): New variable.
1917         (init_repo): Register with lang_post_pch_load.  Avoid creating
1918         identifiers unnecessarily.  Don't use original_repo.  Close the
1919         file here.
1920         (reopen_repo_file_for_write): Not here.
1921         (finish_repo): Always write out a new repository file.
1922         (repo_emit_p): New function.
1923         (repo_export_class_p): Likewise.
1924         * rtti.c (get_tinfo_decl): Use set_linkage_according_to_type.
1925         (involves_incomplete_p): New function.
1926         (tinfo_base_init): Use it.
1927         (ptr_initializer): Remove non_public_ptr parameter.
1928         (ptm_initializer): Likewise.
1929         (get_pseudo_ti_init): Likewise.
1930         (unemitted_tinfo_decl_p): Remove.
1931         (emit_tinfo_decl): Use import_export_decl.
1932         * semantics.c (expand_body): Move updates of static_ctors and
1933         static_dtors to ...
1934         (expand_or_defer_fn): ... here.
1935         * tree.c (no_linkage_check): Add relaxed_p parameter.
1936
1937 2004-07-28  Eric Christopher  <echristo@redhat.com>
1938
1939         * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
1940
1941 2004-07-28  Nathan Sidwell  <nathan@codesourcery.com>
1942
1943         * cp-tree.h (struct tree_pair_s): New.
1944         (typedef tree_pair_p): New.
1945         (DEF_VEC_O(tree_pair_s)): New.
1946         (struct lang_type_class): Make vcall_indices a VEC(tree_pair_s).
1947         (CLASSTYPE_VCALL_INDICES): Update documentation.
1948         * class.c (get_vcall_index): Adjust.
1949         (add_vcall_offset): Adjust.
1950
1951 2004-07-27  Kelley Cook  <kcook@gcc.gnu.org>
1952
1953         * pt.c, typeck.c: Remove spurious carriage returns.
1954
1955 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1956
1957         PR c++/14429
1958         * pt.c (coerce_template_template_parms) <PARM_DECL case>: Only check
1959         when the type of ARG is not dependent.
1960
1961 2004-07-26  Geoffrey Keating  <geoffk@apple.com>
1962
1963         * g++spec.c (LIBSTDCXX_PROFILE): Default to LIBSTDCXX.
1964         (lang_specific_driver): If the C++ or math library options don't
1965         start with '-l', don't count them as added libraries.
1966
1967 2004-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1968
1969         * decl.c (xref_basetypes): Adjust base access vector creation.
1970         * rtti.c (get_pseudo_ti_init, get_pseudo_ti_desc): Adjust base
1971         access accesses.
1972         * search.c (dynamic_cast_base_recurse, dfs_access_in_type): Likewise.
1973
1974 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
1975             Brian Ryner  <bryner@brianryner.com>
1976
1977         PR c++/15000
1978         PR c++/9283
1979         * class.c (check_field_decls): Apply hidden visibility if
1980         -fvisibility-inlines-hidden and inlined unless otherwise specified
1981         (build_vtable): Set vtable visibility to class visibility.
1982         (check_field_decls): Default static member visibility to class
1983         visibility.
1984         (check_methods): Default method visibility to class visibility.
1985         * cp-tree.h: Added CLASSTYPE_VISIBILITY and
1986         CLASSTYPE_VISIBILITY_SPECIFIED macro.
1987         * decl.c (duplicate_decls): New logic for merging definition decls
1988         with declaration decls. Added ignore & warning when non default
1989         applied to global operator new or delete.
1990         * method.c, optimize.c, rtti.c: Added setting of VISIBILITY_SPECIFIED
1991         wherever VISIBILITY was changed
1992         * rtti.c (get_tinfo_decl): Set typeinfo visibility to class
1993         visibility.
1994         (tinfo_base_init): Set typeinfo name visibility to class visibility.
1995
1996 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
1997
1998         * decl.c: Rename all identifiers named `class' to `cl'.
1999         * cp-tree.h: Likewise.
2000
2001 2004-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2002
2003         * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
2004         * typeck2.c (abstract_virtuals_error): Use GGC_NEW.
2005         * name-lookup.c (binding_entry_make): Use GGC_NEW.
2006         (binding_table_construct): Use GGC_CNEWVEC.
2007         (binding_table_new): Use GGC_NEW.
2008         (cxx_binding_make): Likewise.
2009         (begin_scope): Likewise.
2010         (push_to_top_level): Use GCC_CNEW.
2011         * parser.c (cp_token_cache_new): Likewise.
2012         (cp_token_cache_push_token): Likewise.
2013         (cp_lexer_new_main): Likewise.
2014         (cp_lexer_new_from_tokens): Likewise.
2015         (cp_parser_context_new): Likewise.
2016         (cp_parser_new): Likewise.
2017         (cp_lexer_new_from_tokens): Use GGC_NEWVEC.
2018         * lex.c (cxx_make_type): Use GGC_CNEW.
2019         (retrofit_lang_decl): Use GGC_NEWVAR.
2020         (cxx_dup_lang_specific_decl): Likewise.
2021         (copy_lang_type): Likewise.
2022         * decl.c (use_label): Use GGC_NEW instead of ggc_alloc.
2023         (save_function_data): Likewise.
2024         (lookup_label): Use GGC_CNEW instead of ggc_alloc_cleared.
2025         (cxx_push_function_context): Likewise.
2026
2027 2004-07-25  Richard Henderson  <rth@redhat.com>
2028
2029         * decl.c (start_preparsed_function): Set DECL_ARTIFICIAL and
2030         DECL_IGNORED_P on RESULT_DECL.
2031         * semantics.c (finalize_nrv): Copy them too.
2032
2033 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
2034
2035         * search.c (lookup_conversion_operator): Avoid two loops.
2036         (add_conversions): Remove.
2037         (check_hidden_convs, split_conversions,
2038         lookup_conversions_r):  New.
2039         (lookup_conversions): Use lookup_conversions_r.
2040
2041 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2042
2043         * pt.c (get_template_base): Check type is completable.
2044
2045 2004-07-21  Eric Christopher  <echristo@redhat.com>
2046
2047         * decl.c (poplevel): Inline unused variable checking.
2048         Change formatting.
2049
2050 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
2051
2052         * typeck.c (build_binary_op): Do not use RDIV_EXPR for
2053         integer vectors.
2054
2055 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2056
2057         PR c++/14497
2058         * pt.c (check_explicit_specialization): Remove extension to accept
2059         specializations without template headers. Fall-through to normal
2060         processing.
2061
2062 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2063
2064         PR c++/509
2065         * pt.c (determine_specialization): New parameter template_count.
2066         Disambiguate between member templates and member functions counting
2067         the template headers.
2068         (check_explicit_specialization): Update caller.
2069         (tsubst_friend_function): Likewise.
2070
2071 2004-07-20  Steven Bosscher  <stevenb@suse.de>
2072
2073         * cp-tree.def (TINST_LEVEL): Make it an 'x' node.
2074         * cp-tree.h (tinst_level_t): New tree type.
2075         (union lang_tree_node): Handle it.
2076         (TINST_LOCATION): New accessor macro.
2077         (make_tinst_level): New prototype.
2078         * cp-lang.c (cp_tree_size): Handle TINST_LEVEL.
2079         * decl.c (cp_tree_node_structure): Likewise.
2080         * error.c (print_instantiation_full_context): Use TINST_LOCATION.
2081         (print_instantiation_partial_context): Likewise.
2082         * pt.c (pop_tinst_level): Likewise.
2083          (push_tinst_level): Use make_tinst_level.
2084         * tree.c (make_tinst_level): New function.
2085         (cp_walk_subtrees): Walk TINST_DECL for a TINST_LEVEL node.
2086
2087 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
2088
2089         * parser.c (cp_parser_simple_type_specifier): Fix typo.
2090
2091         PR c++/16637
2092         * parser.c (cp_parser_simple_type_specifier): Do not record usage
2093         of globally-qualified names.
2094
2095 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2096
2097         PR c++/16175
2098         * error.c (dump_type) <BOUND_TEMPLATE_TEMPLATE_PARM case>: Output
2099         cv qualifier.
2100
2101 2004-07-19  Mark Mitchell  <mark@codesourcery.com>
2102
2103         PR c++/16623
2104         * cp-tree.h (lang_type_class): Add lazy_assignment_op.
2105         (CLASSTYPE_LAZY_ASSIGNMENT_OP): New macro.
2106         * class.c (add_implicitly_declared_members): Use
2107         CLASSTYPE_LAZY_ASSIGNMENT_OP.
2108         * method.c (lazily_declare_fn): Clear
2109         CLASSTYPE_LAZY_ASSIGNMENT_OP.
2110         * search.c (lookup_fnfields_1): Check it.
2111
2112 2004-07-20  Nathan Sidwell  <nathan@codesourcery.com>
2113
2114         * cp-tree.h (vec_binfo_member): Remove.
2115         * tree.c (vec_binfo_member): Remove.
2116
2117         * cp-tree.h (struct lang_type_class): Remove vfields field.
2118         (CLASSTYPE_VFIELDS): Remove.
2119         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
2120         * class.c (determine_primary_base): Remove CLASSTYPE_VFIELDS
2121         handling.
2122         (dfs_modify_vtables): Use TYPE_CONTAINS_VPTR_P.
2123         (finish_struct_1): Remove CLASSTYPE_VFIELDS handling.
2124         * init.c (dfs_initialize_vtbl_ptrs): Use TYPE_CONTAINS_VPTR_P.
2125
2126 2004-07-20  Nathan Sidwell  <nathan@codesourcery.com>
2127
2128         * cp-tree.h (DEF_VEC_P(tree)): Remove here.
2129         (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, BINFO_PRIMARY_BASE_OF):
2130         Moved to common.
2131         (BINFO_LANG_SLOTS): Remove.
2132         * tree.c (copy_binfo): Adjust BINFO creation and accessors.
2133         * decl.c (xref_basetypes): Adjust BINFO creation and accessors.
2134         * class.c (check_bases): Adjust BINFO accessors.
2135         (determine_primary_base, finish_struct_bits,
2136         maybe_warn_about_overly_private_class, warn_hidden,
2137         walk_subobject_offsets, propagate_binfo_offsets, end_of_class,
2138         warn_about_ambiguous_bases, get_vfield_name,
2139         dump_class_hierarchy_r, build_vtt_inits, accumulate_vtbl_inits,
2140         add_vcall_offset_vtbl_entries_r): Likewise.
2141         * dump.c (cp_dump_tree): Likewise.
2142         * init.c (sort_mem_initializers, expand_member_init, build_delete,
2143         push_base_cleanups): Likewise.
2144         * method.c (do_build_copy_constructor, do_build_assign_ref,
2145         synthesize_exception_spec): Likewise.
2146         name-lookup.c (arg_assoc_class): Likewise.
2147         * pt.c (instantiate_class_template,
2148         get_template_base_recursive): Likewise.
2149         * rtti.c (get_pseudo_ti_init, get_pseudo_ti_desc): Likewise.
2150         * typeck2.c (process_init_constructor): Likewise.
2151         * search.c (lookup_base_r, dynamic_cast_base_recurse,
2152         dfs_access_in_type, dfs_walk_real, look_for_overrides,
2153         types_overlap_p, copied_binfo, original_binfo): Likewise.
2154         (binfo_for_vtable): Remove
2155
2156 2004-07-20  Steven Bosscher  <stevenb@suse.de>
2157
2158         * cp-tree.h (struct lang_decl_flags): Unify the template_info and
2159         thunk_alias, and the access and virtual_offset fields.
2160         (THUNK_VIRTUAL_OFFSET, THUNK_ALIAS): Adjust.
2161         * decl.c (finish_case_label): Update c_add_case_node call.
2162
2163 2004-07-19  Mark Mitchell  <mark@codesourcery.com>
2164
2165         Revert patch for PR c++/16623.
2166
2167 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
2168
2169         * except.c: Remove two spurious carriage returns.
2170
2171 2004-07-19  Mark Mitchell  <mark@codesourcery.com>
2172
2173         PR c++/16623
2174         * cp-tree.h (lang_type_class): Add lazy_assignment_op.
2175         (CLASSTYPE_LAZY_ASSIGNMENT_OP): New macro.
2176         * class.c (add_implicitly_declared_members): Use
2177         CLASSTYPE_LAZY_ASSIGNMENT_OP.
2178         * method.c (lazily_declare_fn): Clear
2179         CLASSTYPE_LAZY_ASSIGNMENT_OP.
2180         * search.c (lookup_fnfields_1): Check it.
2181
2182 2004-07-19  Nathan Sidwell  <nathan@codesourcery.com>
2183
2184         * class.c (add_method): Delay adding the slot until the end.
2185         (determine_primary_base): Adjust VEC_iterate invokation.
2186         (resort_type_method_vec, finish_struct_methods, warn_hidden,
2187         walk_subobject_offsets, end_of_class, warn_about_ambiguous_bases,
2188         build_vtbl_initializer): Likewise.
2189         * init.c (sort_mem_initializers, build_delete, push_base_cleanups,
2190         build_vbase_delete): Likewise.
2191         * method.c (do_build_copy_constructor): Likewise.
2192         * name-lookup.c (new_class_binding, print_binding_level,
2193         poplevel_class, store_class_bindings, push_to_top_level,
2194         pop_from_top_level): Likewise.
2195         * pt.c (check_explicit_specialization): Likewise.
2196         * search.c (lookup_conversion_operator, lookup_fnfields_1,
2197         get_pure_virtuals, add_conversions, dfs_check_overlap,
2198         binfo_for_vbase): Likewise.
2199
2200 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2201
2202         PR c++/12170
2203         * pt.c (unify) <BOUND_TEMPLATE_TEMPLATE_PARM case>: Use only
2204         innermost set of template arguments during deduction.  Simplify.
2205
2206 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2207
2208         * typeck.c (build_modify_expr, build_x_modify_expr): Set
2209         TREE_NO_WARNING on assignments with an operator other than '='.
2210
2211 2004-07-10  Steven Bosscher  <stevenb@suse.de>
2212             Joseph S. Myers  <jsm@polyomino.org.uk>
2213
2214         * cp-tree.h (C_SET_EXP_ORIGINAL_CODE): Remove.
2215         * decl2.c (grokfield): Don't check current_class_depth via
2216         unused TREE_COMPLEXITY.
2217         * semantics.c (finish_parenthesized_expr): Set TREE_NO_WARNING
2218         to avoid the missing parentheses warning.
2219         Don't set C_SET_EXP_ORIGINAL_CODE.
2220
2221 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
2222
2223         * tree.c (no_linkage_helper): Remove.
2224         (no_linkage_check): Don't use walk_tree_without_duplicates.
2225
2226         * mangle.c (write_expression): Issue a sorry for zero-operand
2227         functional casts.
2228
2229 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2230
2231         PR c++/13092
2232         * init.c (build_offset_ref): Build SCOPE_REF with non-null
2233         TREE_TYPE for non-dependent names.
2234         * typeck.c (build_x_unary_op): Handle non-dependent SCOPE_REF.
2235         * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
2236         unknown_type_node as its TREE_TYPE.
2237         * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
2238         * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
2239         (dump_expr) <SCOPE_REF case>: Likewise.
2240
2241 2004-07-17  Jason Merrill  <jason@redhat.com>
2242
2243         PR c++/16115
2244         * call.c (type_passed_as): Make the invisible reference type
2245         __restrict.
2246         * cp-gimplify.c (gimplify_cleanup_stmt): Rename to
2247         cp_genericize_r.  Handle invisible reference lowering.
2248         (is_invisiref_parm): New fn.
2249         (cp_genericize): Adjust the types of invisible reference parms.
2250         Don't repeat the walk for clones.
2251         * decl.c (store_parm_decls): Don't generate any code for clones.
2252
2253 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2254
2255         * cp-tree.h (builtin_function): Declare.
2256
2257 2004-07-16  Mark Mitchell  <mark@codesourcery.com>
2258
2259         * class.c (finish_struct_methods): Remove unncessary code.
2260         (add_implicitly_declared_members): Create declarations for default
2261         constructors and copy constructors lazily.
2262         * cp-tree.h (lang_type_class): Remove lazy_default_ctor and
2263         lazy_copy_ctor.
2264         (CLASSTYPE_LAZY_DEFAULT_CTOR): New macro.
2265         (CLASSTYPE_LAZY_COPY_CTOR): Likewise.
2266         * decl2.c (check_classfn): Robustify.
2267         (locate_dtor): Handle empty CLASSTYPE_METHOD_VEC.
2268         (locate_ctor): Handle lazy default constructors.
2269         (locate_copy): Handle lazy copy constructors.
2270         (implicitly_declare_fn): Make sure we're looking at the
2271         TYPE_MAIN_VARIANT for a class before creating functions.  Don't
2272         set TYPE_HAS_CONSTRUCTOR.
2273         (lazily_declare_fn): New function.
2274         * name-lookup.c (constructor_name_full): Simplify.
2275         * search.c (lookup_fnfields_1): Lazily create methods, as
2276         necessary.
2277         (lookup_for_overrides): Handle empty CLASSTYPE_METHOD_VEC.
2278
2279 2004-07-16  Steven Bosscher  <stevenb@suse.de>
2280
2281         * cp-tree.h (struct lang_type): Don't have three GTY options on a
2282         single bit GTY desc.
2283
2284 2004-07-16  Richard Henderson  <rth@redhat.com>
2285
2286         * cp-lang.c (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING): Die.
2287         * cp-tree.h (cp_copy_res_decl_for_inlining): Remove.
2288         * tree.c (cp_copy_res_decl_for_inlining): Remove.
2289
2290 2004-07-16  Nathan Sidwell  <nathan@codesourcery.com>
2291
2292         * class.c (finish_struct_bits): Use for loop.
2293         (propagate_binfo_offsets): Do primary binfo outside of loop.
2294
2295         PR c++/16583
2296         * dump.c (cp_dump_tree): Don't dump the bases if there's no
2297         binfo.
2298
2299         * pt.c (tsubst) <TREE_BINFO case>: We should never get here.
2300
2301 2004-07-15  Mark Mitchell  <mark@codesourcery.com>
2302
2303         * cp-tree.h (lang_type_class): Remove has_real_assign_ref and
2304         has_abstract_assign_ref.  Make methods a VEC(tree) *.
2305         (TYPE_HAS_CONST_ASSIGN_REF): Add documentation.
2306         (CLASSTYPE_CONSTRUCTORS): Adjust for changes to CLASSTYPE_METHOD_VEC.
2307         (CLASSTYPE_DESTRUCTORS): Likewise.
2308         (TYPE_HAS_REAL_ASSIGN_REF): Remove.
2309         (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
2310         (add_method): Change prototoype.
2311         * class.c (add_method): Remove error_p parameter.  Adjust for
2312         changes to CLASSTYPE_METHOD_VEC.
2313         (handle_using_decl): Adjust call to add_method.
2314         (maybe_warn_about_overly_private_class): Adjust for
2315         changes to CLASSTYPE_METHOD_VEC.
2316         (resort_type_method_vec): Likewise.
2317         (finish_struct_methods): Likewise.
2318         (check_for_override): Likewise.
2319         (warn_hidden): Likewise.
2320         (add_implicitly_declared_members): Defer creation of assignment
2321         operators.  Adjust call to add_method.
2322         (clone_function_decl): Adjust call to add_method.
2323         (check_bases_and_members): Don't set TYPE_HAS_REAL_ASSIGN_REF.
2324         (finish_struct_1): Use CLASSTYPE_DESTRUCTORS.
2325         * decl.c (grok_special_member_properties): Don't set
2326         TYPE_HAS_ABSTRACT_ASSIGN_REF.
2327         * decl2.c (check_classfn): Adjust for
2328         changes to CLASSTYPE_METHOD_VEC.
2329         * method.c (locate_dtor): Use CLASSTYPE_DESTRUCTORS.
2330         (locate_ctor): Use CLASSTYPE_CONSTRUCTORS.
2331         (locate_copy): Adjust for changes to CLASSTYPE_METHOD_VEC.
2332         (implicitly_declare_fn): Set DECL_SOURCE_LOCATION.  Do not call
2333         cp_finish_decl.
2334         * pt.c (check_explicit_specialization): Adjust for
2335         changes to CLASSTYPE_METHOD_VEC.
2336         (instantiate_class_template): Do not set
2337         TYPE_HAS_ABSTRACT_ASSIGN_REF.
2338         * ptree.c (cxx_print_type): Don't try to print
2339         CLASSTYPE_METHOD_VEC.
2340         * rtti.c (emit_support_tinfos): Use CLASSTYPE_DESTRUCTORS.
2341         * search.c (lookup_field_r): Adjust for
2342         changes to CLASSTYPE_METHOD_VEC.
2343         (lookup_fnfields): Likewise.
2344         (lookup_conversion_operator): Likewise.
2345         (lookup_fnfields_1): Likewise.  Create assignment operators
2346         lazily.
2347         (look_for_overrides_here): Adjust for
2348         changes to CLASSTYPE_METHOD_VEC.
2349         (add_conversions): Likewise.
2350         * semantics.c (finish_member_declaration): Adjust call to add_method.
2351
2352 2004-07-15  Jason Merrill  <jason@redhat.com>
2353
2354         * cp-lang.c (cxx_types_compatible_p): To the middle-end,
2355         references and pointers are compatible.
2356
2357 2004-07-15  Nathan Sidwell  <nathan@codesourcery.com>
2358
2359         * decl.c (xref_basetypes): Refactor.
2360         * tree.c (copy_base_binfos): Replace with ...
2361         (copy_binfo): ... this. Deep copy the given binfo, (not the just
2362         bases of the given base).
2363         * cp-tree.h (copy_base_binfo): Remove.
2364         (copy_binfo): Declare.
2365
2366 2004-07-15  Mark Mitchell  <mark@codesourcery.com>
2367
2368         * name-lookup.c (set_inherited_value_binding_p): Add class_type
2369         parameter.
2370         (get_class_binding): Adjust.
2371         (push_class_level_binding): Don't use set_inherited_value_binding_p.
2372
2373 2004-07-15  Nathan Sidwell  <nathan@codesourcery.com>
2374
2375         * class.c (finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.
2376         * decl.c (xref_basetypes): Set it here.
2377
2378         * class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.
2379         Don't check for incomplete base.
2380         (get_vfield_name): Simplify while loop.
2381         * decl.c (xref_basetypes): Set CLASSTYPE_NON_AGGREGATE here.
2382
2383 2004-07-14  Mark Mitchell  <mark@codesourcery.com>
2384
2385         * lex.c (cxx_make_type): Remove call to get_pointer_type.
2386
2387         * cp-tree.h (IDENTIFIER_VALUE): Remove.
2388         (BINFO_PUSHDECLS_MARKED): Likewise.
2389         (maybe_inject_for_scope_var): Likewise.
2390         (push_class_decls): Likewise.
2391         * name-lookup.h (push_class_binding): Remove.
2392         (innermost_non_namespace_value): New function.
2393         (outer_binding): Likewise.
2394         * class.c (add_method): Push bindings before adding to
2395         TYPE_METHODS.
2396         (restore_class_cache): Do not restore class_shadowed.
2397         (pushclass): Do not add USING_DECLs.  Do not call
2398         push_class_decls.
2399         * config-lang.in (gtfiles): Remove $(srcdir)/cp/search.c.
2400         * decl.c (pushdecl): Use outer_binding.
2401         (poplevel): Set the scope for an out-of-scope for-loop declaration
2402         appropriately.
2403         (cp_finish_decl): Don't call maybe_inject_for_scope_var.
2404         * name-lookup.c (new_class_binding): New function.
2405         (push_binding): Use it.
2406         (pushdecl): Use innermost_non_namespace_value.
2407         (maybe_inject_for_scope_var): Remove.
2408         (push_class_binding): Remove.
2409         (set_inherited_value_binding_p): New function.
2410         (get_class_binding): New function.
2411         (push_class_level_binding): Assert that the current_class_type is
2412         being defined.
2413         (outer_binding): New function.
2414         (innermost_non_namespace_value): Likewise.
2415         (lookup_name_real): Use outer_binding.
2416         (lookup_name_current_level): Ignore out-of-scope variables.
2417         * pt.c (check_template_shadow): Use innermost_non_namespace_value.
2418         (lookup_template_class): Likewise.
2419         * search.c (dfs_push_type_decls): Remove.
2420         (dfs_push_decls): Likewise.
2421         (setup_class_bindings): Likewise.
2422         (lookup_field_1): Handle USING_DECLs from dependent scopes.
2423         (marked_pushdecls_p): Remove.
2424         (unmarked_pushdecls_p): Remove.
2425         (marked_identifiers): Remove.
2426         (setup_class_bindings): Remove.
2427         (dfs_push_type_decls): Remove.
2428         (dfs_push_decls): Remove.
2429         (push_class_decls): Remove.
2430
2431 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
2432
2433         PR c++/16518
2434         PR c++/16337
2435         * decl.c (grokvardecl): Make declspecs parameter const.
2436         (grokdeclarator): Likewise.  Adjust accordingly.
2437         * decl.h (grokdeclarator): Adjust declaration.
2438         * parser.c (cp_parser_init_declarator): Do not clear
2439         decl_specifiers->attributes.
2440
2441         * cp-tree.h (lang_identifier): Remove class_value.
2442         (IDENTIFIER_CLASS_VALUE): Remove.
2443         (pop_class_decls): Likewise.
2444         (init_search_processing): Likewise.
2445         * class.c (handle_using_decl): Use lookup_member, not
2446         IDENTIFIER_CLASS_VALUE.
2447         (restore_class_cache): New function, split out from ...
2448         (pushclass): ... here.  Do not call clear_identifier_class_values.
2449         (invalidate_class_lookup_cache): Do not clear
2450         IDENTIFIER_CLASS_VALUE.
2451         (popclass): Do not call pop_class_decls.
2452         (maybe_note_name_used_in_class): Do not save names looked up after
2453         the class is complete.  Use lookup_member, not
2454         IDENTIFIER_CLASS_VALUE.
2455         * config-lang.in (gtfiles): Add $(srcdir)/cp/search.c.
2456         * decl.c (cxx_init_decl_processing): Do not call
2457         init_search_processing.
2458         * method.c (do_build_copy_constructor): Remove unnecessary code.
2459         (do_build_assign_ref): Likewise.
2460         * name-lookup.c (pushdecl): Use lookup_member, not
2461         IDENTIFIER_CLASS_VALUE.
2462         (set_identifier_type_value_with_scope): Set TREE_TYPE on the
2463         type_shadowed list.
2464         (poplevel_class): Do not restore IDENTIFIER_CLASS_VALUE.
2465         (push_class_binding): Do not set it.
2466         (clear_identifier_class_values): Remove.
2467         (push_class_level_binding): Do not set IDENTIFIER_CLASS_VALUE.
2468         (store_binding): Do not save it.
2469         (pop_from_top_level): Do not restore it.
2470         * name-lookup.h (cxx_saved_binding): Remove class_value.
2471         (clear_identifier_class_values): Remove.
2472         * ptree.c (cxx_print_identifier): Do not print
2473         IDENTIFIER_CLASS_VALUE.
2474         * search.c (search_obstack): Remove.
2475         (push_stack_level): Remove.
2476         (pop_stack_level): Remove.
2477         (search_level): Remove.
2478         (search_stack): Remove.
2479         (lookup_member): Don't check IDENTIFIER_CLASS_VALUE.
2480         (setup_class_bindings): Use IDENTIFIER_MARKED, not
2481         IDENTIFIER_CLASS_VALUE.
2482         (marked_identifiers): New variable.
2483         (push_class_decls): Clear IDENTIFIER_MARKED.
2484         (pop_class_decls): Don't call pop_search_level.
2485         (init_search_processing): Remove.
2486
2487 2004-07-12  Mark Mitchell  <mark@codesourcery.com>
2488
2489         * cp-tree.h (get_aggr_typedef): Remove.
2490         * init.c (get_aggr_typedef): Likewise.
2491
2492         * name-lookup.c (push_class_level_binding): Simplify.
2493
2494 2004-07-12  Andrew Pinski  <apinski@apple.com>
2495
2496         PR c++/16475
2497         Revert:
2498         2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2499                 PR c++/16276
2500                 * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
2501                 is not public.
2502
2503 2004-07-12  Eric Christopher  <echristo@redhat.com>
2504
2505         * parser.c (cp_parser_class_head): Remove unused variable.
2506
2507 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2508
2509         * decl.c (grok_op_properties): Reject [de-]allocation functions
2510         declared in a namespace, or declared as static.
2511
2512 2004-07-12  Nathan Sidwell  <nathan@codesourcery.com>
2513
2514         * cp-tree.h (make_binfo): Remove.
2515         * decl.c (xref_basetypes): Use make_tree_binfo directly.
2516         * tree.h (copy_base_binfos): Likewise.
2517         (make_binfo): Remove.
2518
2519         * call.c (build_user_type_conversion_1, build_new_op,
2520         check_constructor_callable, build_temp,
2521         perform_direct_initialization_of_possible): Pass type directly to
2522         lookup_fnfields & build_special_member_call.
2523         (build_special_member_call): Accept a type, and complete it.
2524         * class.c (finish_stuct_bits): Copy the BINFOs here.
2525         * cvt.c (ocp_convert): Pass type directly to
2526         build_special_member_call.
2527         * decl.c (build_ptrmemfunc_type): Call xref_bastypes here.
2528         (xref_basetypes): Allocate the binfo here. Adjust.
2529         * init.c (build_init, build_new_1): Pass type directly to
2530         build_special_member_call.
2531         * lex.c (cxx_make_type): Do not allocate binfo here.
2532         * name-lookup.c (arg_assoc_class): Incomplete types have no binfo.
2533         * parser.c (cp_parser_class_head): Always call xref_basetypes.
2534         * pt.c (instantiate_class_template): Likewise. Inhibit access
2535         checking for template friends.
2536         * ptree.c (cxx_print_type): Adjust record printing.
2537         * search.c (lookup_base): When taking a type, complete it before
2538         looking for a binfo.
2539         (lookup_member): Delay completing a type.
2540         (push_class_decls): Don't walk an incomplete type.
2541         (lookup_conversions): Likewise.
2542         * semantics.c (finish_stmt_expr_expr): Pass type directly to
2543         build_special_member_call.
2544         * tree.c (copy_base_binfos): Adjust.
2545         (make_binfo): Likewise.
2546         * typeck.c (build_modify_expr): Pass type directly to
2547         build_special_member_call.
2548         * typeck2.c (process_init_constructor): Check a binfo exists.
2549         (build_m_component_ref): Allow accessing an incomplete type.
2550         (build_functional_cast): Pass type directly to
2551         build_special_member_call.
2552
2553 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2554
2555         PR c++/2204
2556         * config-lang.in (gtfiles): Add typeck2.c.
2557         * Make-lang.in: Tweak typeck2.c dependencies, and add rule for
2558         gt-cp-typeck2.h.
2559         * cp-tree.h: Declare complete_type_check_abstract.
2560         * typeck2.c (pat_calc_hash, pat_compare,
2561         complete_type_check_abstract): New functions.
2562         (abstract_virtuals_error): If the type is abstract, register the
2563         declaration within abstract_pending_vars for further checks.
2564         Inspect also dependent types. Handle IDENTIFIER_NODEs as decl.
2565         * decl.c (cp_finish_decl): Do not strip array types.
2566         (create_array_type_for_decl): Check for abstractness of the element
2567         type.
2568         (complete_vars): Call complete_type_check_abstract.
2569         * class.c (finish_struct): Prepare a list of virtual functions for
2570         template types, and call complete_vars on it to check for abstractness.
2571
2572 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
2573
2574         PR tree-optimization/14107
2575         * decl.c (finish_function): Remove temporary band-aid.
2576
2577 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
2578
2579         * call.c (build_operator_new_call): Avoid using push_to_top_level.
2580         (build_new_op): Adjust call to lookup_function_nonclass.
2581         * name-lookup.c (identifier_type_value): Adjust call to
2582         lookup_name_real.
2583         (lookup_name_real): Add block_p parameter.
2584         (lookup_name_nonclass): Adjust call to lookup_name_real.
2585         (lookup_function_nonclass): Likewise.
2586         (lookup_name): Likewise.
2587         * name-lookup.h (lookup_name_real): Change prototype.
2588         (lookup_name_nonclass): Likewise.
2589         * parser.c (cp_parser_lookup_name): Likewise.
2590
2591         * cp-tree.h (saved_scope): Make old_bindings a vector.
2592         (unuse_fields): Remove.
2593         * name-lookup.h (cxx_saved_binding): Define it.
2594         * class.c (pushclass): Don't use unuse_fields.
2595         * name-lookup.c (cxx_saved_binding_make): Remove.
2596         (store_binding): Add new bindings to a vector, using an
2597         accumulator style, rather than adding them to a list.
2598         (store_bindings): Adjust accordingly.
2599         (store_class_bindings): Likewise.
2600         (push_to_top_level): Likewise.
2601         (pop_from_top_level): Likewise.
2602         * optimize.c (maybe_clone_body): Must push_to_top_level and
2603         pop_from_top_level calls outside of loop.
2604         * parser.c (cp_parser_class_specifier): Move push_scope/pop_scope
2605         calls here from cp_parser_late_parsing_default_args.
2606         (cp_parser_save_default_args): Record the class type in which the
2607         function is declared.
2608         (cp_parser_late_parsing_default_args): Do not call
2609         push_nested_class/pop_nested_class.
2610         * search.c (dfs_unuse_fields): Remove.
2611         (unuse_fields): Remove.
2612
2613 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2614
2615         * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP, LANG_HOOKS_PUSHLEVEL,
2616         LANG_HOOKS_POPLEVEL, LANG_HOOKS_UPDATE_DECL_AFTER_SAVING): Remove.
2617         * cp-tree.h (poplevel): Declare.
2618         (set_block): Remove.
2619         * decl.c (set_block): Remove.
2620
2621 2004-07-10  Mike Stump  <mrs@apple.com>
2622
2623         * decl2.c (import_export_class): Never export/import vtables
2624         with inline key functions.
2625
2626 2004-07-09  Steven Bosscher  <stevenb@suse.de>
2627
2628         * typeck.c (c_expand_asm_operands): Remove.
2629
2630 2004-07-09  Mike Stump  <mrs@apple.com>
2631
2632         * typeck.c (build_class_member_access_expr): Skip null deref
2633         warning when we don't dereference it.
2634
2635 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2636
2637         PR c++/8211
2638         PR c++/16165
2639         * class.c (check_field_decls): Improve -Weffc++ warning: do not
2640         warn for pointers to functions/members, or for classes without
2641         destructors.
2642
2643 2004-07-08  Mark Mitchell  <mark@codesourcery.com>
2644
2645         * name-lookup.h (struct cp_binding_level): Update documentation
2646         for class_shadowed.
2647
2648 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2649
2650         PR c++/16169
2651         * typeck.c (check_return_expr): Improve -Weffc++ warning: handle
2652         returning CALL_EXPR, and non-reference return type.
2653
2654 2004-07-08  Nathan Sidwell  <nathan@codesourcery.com>
2655
2656         * name-lookup.c (push_binding): Use VEC_reserve.
2657
2658 2004-07-08  Richard Henderson  <rth@redhat.com>
2659
2660         * cp-tree.h (expand_eh_spec_block): Remove.
2661
2662 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
2663
2664         * cp-tree.h (saved_scope): Remove x_previous_class_type and
2665         x_previous_class_values; add x_previous_class_level.
2666         (previous_class_type): Remove.
2667         (previous_class_values): Remove.
2668         (previous_class_level): New macro.
2669         * class.c (pushclass): Restore the identifier cache more
2670         expeditiously.
2671         (invalidate_class_lookup_cache): Use vector for class_shadowed and
2672         previous_class_values.
2673         * decl.c (poplevel): Likewise.
2674         * name-lookup.c (cxx_binding_init): New function.
2675         (cxx_binding_make): Use it.
2676         (push_binding): For a binding in a class level, use a vector of
2677         cp_class_binding nodes.
2678         (push_binding_level): New function.
2679         (begin_scope): Use it.
2680         (leave_scope): Do not put class binding levels on the free list.
2681         (print_binding_level): Adjust for the fact that class_shadowed is
2682         a vector.
2683         (poplevel_class): Likewise.
2684         (clear_identifier_class_values): Likewise.
2685         (push_class_level_binding): Likewise.
2686         (set_class_shadows): Remove.
2687         (store_binding): New function.
2688         (store_class_bindings): New function.
2689         (push_to_top_level): Use store_class_bindings as appropriate.
2690         (pop_from_top_level): Use previous_class_level, not
2691         previous_class_type.
2692         * name-lookup.h (cp_class_binding): New type.
2693         (cp_binding_level): Use a vector object for class_shadowed.
2694         (push_binding_level): Declare.
2695         (set_class_shadows): Remove.
2696
2697 2004-07-07  Andrew Pinski  <apinski@apple.com>
2698
2699         * class.c (instantiate_type): BUFFER_REF is dead.
2700         * lex.c (init_operators): IN_EXPR is dead.
2701
2702 2004-07-07  Jason Merrill  <jason@redhat.com>
2703
2704         PR c++/16334
2705         * call.c (build_new_op): Give overload warnings for built-in
2706         candidates.
2707
2708 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2709
2710         PR c++/16276
2711         * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
2712         is not public.
2713
2714 2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
2715
2716         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Remove.
2717         * class.c (build_primary_vtable, check_bases,
2718         determine_primary_base, finish_struct_bits,
2719         maybe_warn_about_overly_private_class, dfs_find_final_overrider_q,
2720         get_basefndecls, warn_hidden, walk_subobject_offsets,
2721         build_base_fields, create_vtable_ptr, propagate_binfo_offsets,
2722         layout_virtual_bases, end_of_class, warn_about_ambiguous_bases,
2723         finish_struct_1, get_vfield_name, contains_empty_class_p,
2724         dump_class_hierarchy_r, finish_vtbls, build_vtt_inits,
2725         dfs_ctor_vtable_bases_queue_p, accumulate_vtbl_inits,
2726         add_vcall_offset_vtbl_entries_r, cp_fold_obj_type_ref): Adjust
2727         BINFO macros.
2728         * decl.c (xref_basetypes): Likewise.
2729         * dump.c (cp_dump_tree): Likewise.
2730         * error.c (dump_expr): Likewise.
2731         * init.c (sort_mem_initializers, expand_member_init,
2732         push_base_cleanups): Likewise.
2733         * method.c (do_build_copy_constructor, do_build_assign_reg,
2734         synthesize_exception_spec): Likewise.
2735         * name-lookup.c (arg_assoc_class): Likewise.
2736         * pt.c (instantiate_class_template, tsubst,
2737         get_template_base_recursive): Likewise.
2738         * ptree.c (cxx_print_type): Likewise.
2739         * rtti.c (get_psuedo_ti_init, get_pseudo_ti_desc): Likewise.
2740         * search.c (lookup_base_r, dynamic_cast_base_recurse,
2741         dfs_access_in_type, access_in_type, lookup_field_queue_p,
2742         bfs_walk, dfs_walk_real, look_for_overrides, markedp, unmarkedp,
2743         marked_pushdecls_p, unmarked_pushdecls_p, dfs_debug_markedp,
2744         dfs_debug_unmarkedp, dfs_check_overlap, dfs_no_overlap_yet,
2745         binfo_for_vtable, copied_binfo, original_binfo): Likewise
2746         * tree.c (copy_base_binfos, make_binfo): Likewise.
2747         * typeck.c (commmon_base_type): Likewise
2748         * typeck2.c (process_init_constructor): Likewise
2749
2750 2004-07-06  Joseph S. Myers  <jsm@polyomino.org.uk>
2751
2752         * decl.c (check_tag_decl): Name redeclared type in diagnostic.
2753
2754 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2755
2756         PR c++/3671
2757         * pt.c (convert_nontype_argument): Disallow conversions between
2758         different enumeration types.
2759
2760 2004-07-06  Nathan Sidwell  <nathan@codesourcery.com>
2761
2762         * cp-tree.h (BINFO_MARKED): Remove.
2763         (BINFO_VTABLE_PATH_MARKED, BINFO_NEW_VTABLE_MARKED,
2764         BINFO_DEPENDENT_BASE_P, BINFO_LOST_PRIMARY_P,
2765         BINFO_INDIRECT_PRIMARY_P): Use appropriate BINFO_FLAG_n.
2766         (SET_BINFO_NEW_VTABLE_MARKED): Use BINFO_VIRTUAL_P.
2767         * class.c (build_base_path): Use BINFO_VIRTUAL_P.
2768         (mark_primary_bases, determine_primary_base, base_derived_from,
2769         dfs_find_final_overrider, dfs_find_final_overrider_q,
2770         dfs_find_inal_overrider_post, update_vtable_entry_for_fn,
2771         dfs_modify_vtables, walk_subobject_offsets,
2772         layout_nonempty_base_or_field, build_base_field,
2773         build_base_fields, propagate_binfo_offsets, layout_virtual_bases,
2774         end_of_class, get_vfield_name, dump_class_hierarchy, dump_vtable,
2775         finish_vtbls, build_vtt_inits, dfs_build_secondary_vptr_vtt_inits,
2776         build_ctor_vtbl_group, accumulate_vtble_inits,
2777         dfs_accumulate_vtbls_inits, build_vbase_offset_vtbl_entries,
2778         build_vcall_offset_vtbl_entries, add_vcall_offset_vtbl_entries_r,
2779         add_vcall_offset_vtbl_entries_1): Likewise.
2780         * decl.c (xref_basetypes): Incomming virtual base indicated by
2781         TREE_TYPE. Adjust.
2782         * dump.c (cp_dump_tree): Use BINFO_VIRTUAL_P.
2783         * init.c (finish_init_stmts, sort_mem_initializers,
2784         emit_mem_initializers, build_vtble_address, expand_member_init,
2785         push_base_cleanups): Likewise.
2786         * method.c (do_build_copy_constructor): Likewise.
2787         * pt.c (instantiate_class_template,
2788         get_template_base_recursive): Likewise.
2789         * rtti.c (dfs_class_hint_mark, get_pseudo_ti_init,
2790         get_pseudo_ti_desc): Likewise.
2791         * search.c (lookup_base_r, dynamic_cast_base_recurse,
2792         binfo_from_vbase, binfo_via_virtual, copied_binfo,
2793         original_binfo): Likewise.
2794         * semantics.c (finish_base_specifier): Virtualness is indicated
2795         by TREE_TYPE.
2796         * tree.c (copy_base_binfos): Use BINFO_VIRTUAL_P.
2797
2798 2004-07-06  Mark Mitchell  <mark@codesourcery.com>
2799
2800         Revert:
2801         2004-06-24  Jason Merrill  <jason@redhat.com>
2802         PR c++/16115
2803         * decl.c (grokparms): Give the PARM_DECL reference type if the
2804         parameter is passed by invisible reference.
2805
2806 2004-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2807
2808         * cp-lang.c (cp_var_mod_type_p): Add extra arg.
2809         * decl.c (grokdeclarator): Extra arg to variably_modified_type_p.
2810         * pt.c (check_instantiated_args, unify): Likewise.
2811
2812 2004-07-05  Phil Edwards  <phil@codesourcery.com>
2813
2814         * Make-lang.in (check-c++, lang_checks):  Add some comments.
2815
2816 2004-07-05  Zack Weinberg  <zack@codesourcery.com>
2817
2818         * cp-mudflap.c: Delete file.
2819         * Makefile.in: Remove all references to cp-mudflap.o.
2820
2821 2004-07-05  Zack Weinberg  <zack@codesourcery.com>
2822
2823         * decl.c (cxx_init_decl_processing): Call
2824         build_common_tree_nodes before creating the global NAMESPACE_DECL.
2825
2826 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2827
2828         PR c++/2518
2829         * call.c (build_operator_new_call): Look only at global scope.
2830
2831 2004-07-05  Nathan Sidwell  <nathan@codesourcery.com>
2832
2833         * call.c (enforce_access): Expect TREE_BINFO.
2834         * class.c (binfo_ctor_vtable): Check TREE_BINFO.
2835         * cp-tree.h (RECORD_OR_UNION_TYPE_CHECK): Remove.
2836         (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, BINFO_PRIMARY_BASE_OF):
2837         Adjust.
2838         (BINFO_LANG_ELTS): Remove.
2839         (BINFO_LANG_SLOTS): New.
2840         (TYPE_RAISES_EXCEPTIONS, ENUM_TEMPLATE_INFO): Use TYPE_LANG_SLOT_1.
2841         (CLASSTYPE_TEMPLATE_INFO): Adjust.
2842         * pt.c (tsubst): Split TREE_BINFO case from TREE_VEC case.
2843         * search.c (lookup_member): Check TREE_BINFO.
2844         * semantics.c (perform_or_defer_access_check): Likewise.
2845         (check_accessibility_of_qualified_id): Check
2846         deferred_access_no_check.
2847         * tree.c (make_binfo): Use make_tree_binfo.
2848
2849 2004-07-04  Mark Mitchell  <mark@codesourcery.com>
2850
2851         * method.c (implicitly_declare_fn): Set linkage of generated
2852         functions.
2853
2854 2004-07-04  Richard Henderson  <rth@redhat.com>
2855
2856         * typeck.c (cxx_mark_addressable): Don't put_var_into_stack.
2857
2858 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
2859
2860         PR c++/3761
2861         * name-lookup.c (push_class_level_binding): Don't pass a
2862         TREE_LIST of ambiguous names to check_template_shadow as it
2863         only handles declarations. Instead, pull the declaration
2864         out and pass that.
2865
2866 2004-07-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2867
2868         PR c++/14971
2869         * pt.c (check_explicit_specialization): Clarify error message.
2870
2871 2004-07-02  Richard Henderson  <rth@redhat.com>
2872
2873         * tree.c (cp_unsave_r): Update remap_save_expr call.
2874
2875 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
2876
2877         PR c++/16240
2878         * mangle.c (write_template_arg): Correct mangling.
2879
2880         PR c++/16297
2881         * decl.c (grokdeclarator): Robustify.
2882
2883 2004-07-01  Richard Henderson  <rth@redhat.com>
2884
2885         * class.c (fixed_type_or_null): Don't handle RTL_EXPR.
2886         * method.c (synthesize_method): Don't clear_last_expr.
2887         * name-lookup.c (maybe_push_cleanup_level): Likewise.
2888
2889 2004-07-01  Nick Clifton  <nickc@redhat.com>
2890
2891         * decl2.c (import_export_class): Invoke the
2892         import_export_class field in the gcc_target structure if it is not
2893         empty.
2894
2895 2004-06-30  Richard Henderson  (rth@redhat.com>
2896
2897         * decl.c (start_preparsed_function): Don't set immediate_size_expand.
2898         * method.c (use_thunk): Likewise.
2899
2900 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2901
2902         * call.c (build_over_call), typeck.c (build_function_call): Call
2903         check_function_arguments instead of check_function_format.
2904
2905 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2906
2907         * call.c (build_over_call), typeck.c (build_function_call): Update
2908         calls to check_function_format.
2909
2910 2004-06-30  Richard Henderson  <rth@redhat.com>
2911
2912         * call.c (build_over_call): Use __builtin_memcpy for copying
2913         CLASS_AS_BASE rather than funny casting.
2914
2915 2004-06-30  Richard Henderson  <rth@redhat.com>
2916
2917         * init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and
2918         TYPE_SIZE_UNIT of full_type.
2919
2920 2004-06-30  Per Bothner  <per@bothner.com>
2921
2922         Conditionally compile support for --enable-mapped_location.
2923         * decl.c (pop_label):  Handle (imperfectly) USE_MAPPED_LOCATION case.
2924         * decl2.c:  If USE_MAPPED_LOCATION, don't do some line number
2925         adjustments - which I don't understand.
2926         * error.c (dump_decl):  Rename "<interrnal>" to "<built-in>".
2927         * error.c:  Use LOCATION_FILE and EXPR_LOCATION macros.
2928         (print_instantiation_partial_context):  Use expand_location.
2929         * decl.c (duplicate_decl):  Use new DECL_IS_BUILTIN macro.
2930         * name-lookup.c:  Likewise.
2931         * lex.c (cxx_init):  Likewise.  Also use BUILTINS_LOCATION.
2932         * name-lookup.c:  Use input_line macro.
2933         * parser.c (cp_lexer_get_preprocessor_token):  Use UNKNOWN_LOCATION.
2934         (cp_parser_statement):  Rename locaal variable statement_locus to
2935         statement_location and use SET_EXPR_LOCATION macro.
2936         * pt.c:  Handle USE_MAPPED_LOCATION case.  Use new macros.
2937         * tree.c (cp_walk_subtrees):  Likewise.
2938
2939 2004-06-29  Per Bothner  <per@bothner.com>
2940
2941         * tree.c (build_min_nt, build_min, build_min_non_dep):
2942         Don't set TREE_COMPLEXITY from input_line.
2943
2944 2004-06-29  Paul Brook  <paul@codesourcery.com>
2945
2946         * init.c: Include target.h.
2947         (get_cookie_size): Remove and replace with target hook.
2948         Update callers.
2949         (build_new_1): Store the element size in the cookie.
2950
2951 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
2952
2953         PR c++/16260
2954         * parser.c (cp_parser_template_declaration_after_export): Disable
2955         access checks here ...
2956         (cp_parser_class_specifier): ... not here.
2957
2958 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2959
2960         * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK,
2961         VAR_FUNCTION_OR_PARM_DECL_CHECK, RECORD_OR_UNION_TYPE_CHECK,
2962         BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Use appropriate
2963         TREE_CHECK macro.
2964
2965 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2966
2967         * cp-tree.h (struct deferred_access): Move to ...
2968         * semantics.c (struct deferred_access): ... here. Adjust.
2969         (deferred_access_stack): Make a VEC(deferred_access),
2970         (deferred_access_free_list): Remove.
2971         (deferred_access_no_check): New.
2972         (push_deferring_access_checks, resume_deferring_access_checks,
2973         stop_deferring_access_checks, pop_deferring_access_checks,
2974         get_deferred_access_checks, pop_to_parent_deferring_access_checks,
2975         perform_deferred_access_checks, perform_or_defer_access_check): Adjust.
2976
2977 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2978
2979         PR c++/16174
2980         * call.c (build_temp): Declare.
2981         (check_constructor_callable): New.
2982         (reference_binding): Only set CHECK_COPY_CONSTRUCTOR if not for
2983         CONSTRUCTOR_CALLABLE.
2984         (convert_like_real, initialize_reference): Use
2985         check_constructor_callable.
2986         * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): New.
2987         (LOOKUP_*): Renumber.
2988
2989 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2990
2991         * friend.c (add_friend): Only perform access checks when context
2992         is a class.
2993         * lex.c (cxx_make_type): Only create a binfo for aggregate types.
2994         * parser.c (cp_parser_class_specifier): Disable access checks here
2995         when parsing the body of a templated class.
2996         * semantics.c (perform_or_defer_access_checks): Reorder to allow
2997         NULL binfos when not checking access.
2998
2999 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3000
3001         Use vector API for vbase list.
3002         * cp-tree.h: Include vec.h
3003         (DEF_VEC_P (tree)): New type.
3004         (struct lang_type_class): Change vbase's member type.
3005         (binfo_for_vbase): Declare.
3006         * class.c (determine_primary_base, base_derived_from,
3007         update_vtable_entry_for_fn, walk_subobject_offsets, end_of_class,
3008         warn_about_ambiguous_bases, dfs_accumulate_vtbl_inits,
3009         build_vtbl_initializer): Adjust.
3010         * decl.c (xref_basetypes): Adjust, accumulate upper bound of
3011         vbases.
3012         * init.c (sort_mem_initializers, expand_member_init,
3013         push_base_cleanups): Adjust.
3014         * method.c (do_build_copy_constructor): Adjust.
3015         * search.c (get_pure_virtuals, copied_binfo, original_binfo): Adjust.
3016         (binfo_for_vbase): New.
3017         * tree.c (copy_base_binfos): Adjust.
3018
3019 2004-06-28  Mark Mitchell  <mark@codesourcery.com>
3020
3021         * parser.c (cp_parser_set_decl_spec_type): Fix thinko.
3022
3023 2004-06-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3024
3025         PR c++/14123
3026         * cxx-pretty-print.c (pp_cxx_ptr_operator): Properly put
3027         paranthesis in case of pointers to array members.
3028         * error.c (dump_type_prefix): Likewise.
3029         (dump_type_suffix): Maybe issue a whitespace when printing
3030         ARRAY_TYPE.
3031
3032 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
3033
3034         PR c++/16193
3035         * parser.c (cp_parser_set_decl_spec_type): Refine test for
3036         redefinition of built-in types.
3037
3038 2004-06-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3039
3040         * error.c (pp_template_argument_list_start): Remove.
3041         (pp_template_argument_list_end): Likewise.
3042         (pp_separate_with_comma): Use pp_cxx_separate_with.
3043         (reinit_global_formatting_buffer): Remove.
3044         (pp_non_consecutive_character): Likewise.
3045         (dump_scope): Use pp_cxx_colon_colon.
3046         (dump_template_parameter): Use pp_cxx_identifier,
3047         pp_cxx_tree_identifier and pp_cxx_whitespace.
3048         (dump_templat_bindings): Replace use of pp_string with sequence
3049         of pp_cxx_whitespace and pp_equal.
3050         (dump_type): Use pp_cxx_identifier, pp_cxx_tree_identifier,
3051         pp_cxx_colon_colon, pp_cxx_whitespace throughout.  Don't set
3052         padding here.
3053         (dump_aggr_type): Use pp_cxx_identifier amd pp_cxx_tree_identifier.
3054         (dump_type_prefix): Don't set padding.  Use pp_cxx_whitespace,
3055         pp_cxx_left_parent, pp_cxx_colon_colon and pp_cxx_star troughout.
3056         (dump_type_suffix): Use pp_cxx_right_paren, pp_cxx_left_bracket,
3057         pp_cxx_right_bracket, pp_cxx_identifier throughout,
3058         (dump_decl): Likewise.
3059         (dump_template_decl): Likewise.
3060         (dump_function_decl): Likewise.  Set padding as appropriate.
3061         (dump_parameters): Use pp_cxx_left_paren, pp_cxx_identifier and
3062         pp_cxx_right_paren.
3063         (dump_exception_spec): Likewise.
3064         (dump_function_name): Use pp_cxx_tree_identifier and
3065         pp_cxx_identifier.
3066         (dump_template_parms): Use pp_cxx_begin_template_argument_list and
3067         pp_cxx_end_template_argument_list.
3068         (dump_expr): Use pp_cxx_left_paren, pp_cxx_right_paren,
3069         pp_cxx_colon_colon, pp_cxx_identifier, pp_cxx_tree_identifier and
3070         pp_cxx_whitespace throughout.
3071         (dump_binary_op): Use pp_cxx_whitespace, pp_cxx_left_paren and
3072         pp_cxx_right_paren.
3073         (dump_unary_op): Likewise.
3074         (reinit_cxx_pp): New function.
3075         (type_as_string); Use it.
3076         (expr_as_string): Likewise.
3077         (decl_as_string); Likewise.
3078         (context_as_string): Likewise.
3079         (lang_decl_name): Likewise.
3080         (decl_to_string): Likewise.
3081         (expr_to_string): Likewise.
3082         (parm_to_string): Likewise.
3083         (type_to_string): Likewise.
3084         (args_to_string): Likewise.
3085         (cv_to_string): Likewise.
3086
3087 2004-06-26  Mark Mitchell  <mark@codesourcery.com>
3088
3089         * cp-tree.h (cp_cv_quals): New type.
3090         (cp_declarator): Use it instead of "tree" as appropriate.
3091         (grok_method_quals): Adjust prototype.
3092         (grokclassfn): Likewise.
3093         (do_friend): Likewise.
3094         * decl.c (grokfndecl): Use cp_cv_quals, not tree.
3095         (grokdeclarator): Likewise.
3096         * decl2.c (grok_method_quals): Likewise.
3097         (grokclassfn): Likewise.
3098         * friend.c (do_friend): Likewise.
3099         * method.c (implicitly_declare_fn): Adjust call to grokclassfn.
3100         * parser.c (make_call_declarator): Use cp_cv_quals, not tree.
3101         (make_pointer_declarator): Likewise.
3102         (make_reference_declarator): Likewise.
3103         (make_ptrmem_declarator): Likewise.
3104         (cp_parser_ptr_operator): Likewise.
3105         (cp_parser_cv_qualifier_seq_opt): Likewise.
3106         (cp_parser_cv_qualifier_opt): Remove.
3107         (cp_parser_new_declarator_opt): Adjust call to
3108         cp_parser_ptr_operator.
3109         (cp_parser_conversion_declaration_opt): Likewise.
3110         (cp_parser_declarator): Use cp_cv_quals, not tree.
3111         (cp_parser_direct_declarator): Likewise.
3112
3113 2004-06-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3114
3115         * call.c, cp-tree.h, cxx-pretty-print.c, decl.c, decl2.c:
3116         Rename DECL_STMT to DECL_EXPR.
3117         * init.c, name-lookup.c, parser.c, pt.c, semantics.c: Likewise.
3118         * cp-lang.c (LANG_HOOKS_SAFE_FROM_P): Deleted.
3119         * tree.c (cp_walk_subtrees): Don't call c_walk_subtrees.
3120
3121 2004-06-26  Jan Hubicka  <jh@suse.cz>
3122
3123         PR C++/14865
3124         * decl2.c (maybe_emit_vtables):  Always import_export_vtable for the
3125         reachability analysis.
3126
3127 2004-06-25  Mark Mitchell  <mark@codesourcery.com>
3128
3129         * cp-mudflap.c (mflang_flush_calls): Fix thinkos resulting from
3130         2004-06-23 change.
3131
3132 2004-06-25  Paul Brook  <paul@codesourcery.com>
3133
3134         * decl2.c (get_guard): Call targetm.cxx.guard_type.
3135         (get_guard_bits, get_guard_cond): Call targetm.cxx.guard_mask_bit.
3136
3137 2004-06-24  Mark Mitchell  <mark@codesourcery.com>
3138
3139         * decl.c (grokdeclarator): Restore error messages about __thread.
3140         * parser.c (cp_parser_decl_specifier_seq): Likewise.
3141
3142 2004-06-24  Jason Merrill  <jason@redhat.com>
3143
3144         PR c++/16115
3145         * decl.c (grokparms): Give the PARM_DECL reference type if the
3146         parameter is passed by invisible reference.
3147
3148 2004-06-24  Andreas Schwab  <schwab@suse.de>
3149
3150         * cp-tree.h (enum cp_storage_class): Remove trailing comma.
3151
3152 2004-06-23  Mark Mitchell  <mark@codesourcery.com>
3153
3154         * Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.
3155         (cp/decl.o): Likewise.
3156         (cp/decl2.o): Likewise.
3157         (cp/pt.o): Likewise.
3158         (cp/semantics.o): Likewise.
3159         * config-lang.in (gtfiles): Do not reference cp/lex.h.
3160         * class.c: Do not include lex.h.
3161         (add_implicitly_declared_members): Do not use
3162         adding_implicit_members.
3163         (check_bases_and_members): Do not talk about grok_x_components.
3164         * cp/cp-tree.h (adding_implicit_members): Remove.
3165         (cp_storage_class): New type.
3166         (cp_decl_spec): Likewise.
3167         (cp_decl_specifier_seq): Likewise.
3168         (cp_parameter_declarator): Use it for the decl_specifiers field.
3169         (check_tag_decl): Adjust prototype.
3170         (shadow_tag): Likewise.
3171         (groktypename): Likewise.
3172         (start_decl): Likewise.
3173         (start_function): Likewise.
3174         (start_method): Likewise.
3175         (grok_x_components): Remove.
3176         (grokfield): Adjust prototype.
3177         (grokbitfield): Likewise.
3178         (finish_member_class_template): Remove.
3179         * decl.c: Do not include lex.h.
3180         (adding_implicit_members): Do not define.
3181         (check_tag_decl): Do not use trees to represent decl-specifiers.
3182         (shadow_tag): Likewise.
3183         (groktypename): Likewise.
3184         (start_decl): Likewise.
3185         (grokvardecl): Likewise.
3186         (grokdeclarator): Likewise.
3187         (grokparms): Likewise.
3188         (start_function): Likewise.
3189         (start_method): Likewise.
3190         * decl.h (grokdeclarator): Adjust prototype.
3191         * decl2.c: Do not include lex.h.
3192         (grok_x_components): Remove.
3193         (grokfield): Do not use trees to represent decl-specifiers.
3194         (grokbitfield): Likewise.
3195         * lex.c: Do not include lex.h.
3196         * lex.h: Remove.
3197         * parser.c: Include target.h.
3198         (clear_decl_specs): New function.
3199         (cp_parser_translation_unit): Do not use trees to represent
3200         decl-specifiers.
3201         (cp_parser_postfix_expression): Likewise.
3202         (cp_parser_new_type_id): Likewise.
3203         (cp_parser_condition): Likewise.
3204         (cp_parser_simple_declaration): Likewise.
3205         (cp_parser_decl_specifier_seq): Likewise.
3206         (cp_parser_function_specifier_opt): Likewise.
3207         (cp_parser_conversion_type_id): Likewise.
3208         (cp_parser_template_parameter): Likewise.
3209         (cp_parser_explicit_instantiation): Likewise.
3210         (cp_parser_type_specifier): Likewise.
3211         (cp_parser_simple_type_specifier): Likewise.
3212         (cp_parser_init_declarator): Likewise.
3213         (cp_parser_type_id): Likewise.
3214         (cp_parser_type_specifier_seq): Likewise.
3215         (cp_parser_parameter_declaration): Likewise.
3216         (cp_parser_member_declaration): Likewise.
3217         (cp_parser_exception_declaration): Likewise.
3218         (cp_parser_function_definition_from_specifiers_and_declarator):
3219         Likewise.
3220         (cp_parser_single_declaration): Likewise.
3221         (cp_parser_save_member_function_body): Likewise.
3222         (cp_parser_friend_p): Likewise.
3223         (cp_parser_set_storage_class): New function.
3224         (cp_parser_set_decl_spec_type): Likewise.
3225         * pt.c: Do not include lex.h.
3226         * semantics.c: Likewise.
3227         (finish_member_class_template): Remove.
3228
3229 2004-06-23  Roger Sayle  <roger@eyesopen.com>
3230
3231         * call.c (build_cxx_call): Don't call expand_tree_builtin.  No
3232         longer take both "args" and "convert_args" as arguments.
3233         (build_op_delete_call): Update call to build_cxx_call.
3234         (build_over_call): Likewise, update call to build_cxx_call.
3235         * cp-tree.h (build_cxx_call): Update funtion prototype.
3236         * typeck.c (build_function_call): Don't call expand_tree_builtin.
3237         * rtti.c (throw_bad_cast): Update call to build_cxx_call.
3238         (throw_bad_typeid): Likewise.
3239         (build_dynamic_cast_1): Likewise.
3240
3241 2004-06-22  Richard Henderson  <rth@redhat.com>
3242
3243         * class.c (build_vfn_ref): Take a pointer not object.  Build
3244         an OBJ_TYPE_REF.
3245         (cp_fold_obj_type_ref): New.
3246         * call.c (build_over_call): Update build_vfn_ref call.
3247         * cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): New.
3248         * cp-tree.h (cp_fold_obj_type_ref): Declare.
3249
3250 2004-06-21  Jason Merrill  <jason@redhat.com>
3251
3252         PR c++/16112
3253         * cp-gimplify.c (cp_gimplify_init_expr): Look through
3254         CLEANUP_POINT_EXPR.
3255
3256 2004-06-21  Mark Mitchell  <mark@codesourcery.com>
3257
3258         * cp-tree.def (NEW_EXPR): Add a fourth slot.
3259         * cp-tree.h (PARMLIST_ELLIPSIS_P): Remove.
3260         (TREE_PARMLIST): Likewise.
3261         (CALL_DECLARATOR_PARMS): Likewise.
3262         (CALL_DECLARATOR_QUALS): Likewise.
3263         (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
3264         (cp_declarator_kind): New type.
3265         (cp_parameter_declarator): Likewise.
3266         (cp_declarator): Likewise.
3267         (cp_error_declarator): Likewise.
3268         (no_parameters): Likewise.
3269         (groktypename): Change prototype.
3270         (start_decl): Likewise.
3271         (start_handler_parms): Likewise.
3272         (get_scope_of_declarator): Likewise.
3273         (start_function): Likewise.
3274         (start_preparsed_function): New function.
3275         (start_function): Change prototype.
3276         (start_method): Likewise.
3277         (grokfield): Likewise.
3278         (grokbitfield): Likewise.
3279         (build_new): Likewise.
3280         (make_pointer_declarator): Remove.
3281         (make_reference_declarator): Likewise.
3282         (make_call_declarator): Likewise.
3283         (set_quals_and_spec): Likewise.
3284         (process_template_parm): Change prototype.
3285         (begin_function_definition): Remove.
3286         (finish_parmlist): Remove.
3287         * decl.c (groktypename): Do not use trees to represent
3288         declarators.
3289         (start_decl): Likewise.
3290         (start_handler_parms): Remove.
3291         (get_scope_of_declarator): Reimplement.
3292         (grokdeclarator): Do not use trees to represent declarators.
3293         (grokparms): Likewise.
3294         (start_function): Likewise.
3295         (start_method): Likewise.
3296         (build_void_list_mode): Do not use TREE_PARMLIST.
3297         * decl.h (grokdeclarator): Change prototype.
3298         * decl2.c (grok_method_quals): Robustify.
3299         (grok_x_components): Do not use trees to represent declarators.
3300         (grokfield): Likewise.
3301         (grokbitfield): Likewise.
3302         (start_objects): Build FUNCTION_DECLs, not declarators.
3303         (start_static_storage_duration_function): Likewise.
3304         * init.c (build_new): Simplify.
3305         * lex.c (make_pointer_declarator): Remove.
3306         (make_reference_declarator): Likewise.
3307         (make_call_declarator): Likewise.
3308         (set_quals_and_spec): Likewise.
3309         * method.c (use_thunk): Use start_preparsed_function.
3310         (synthesize_method): Likewise.
3311         (implicitly_declare_fn): Build FUNCTION_DECLs, not declarators.
3312         * optimize.c (maybe_clone_body): Use start_preparsed_function.
3313         * parser.c (cp_error_declarator): New variable.
3314         (declarator_obstack): Likewise.
3315         (alloc_declarator): New function.
3316         (make_declarator): Likewise.
3317         (make_id_declarator): Likewise.
3318         (make_pointer_declarator): Likewise.
3319         (make_reference_declarator): Likewise.
3320         (make_ptrmem_declarator): Likewise.
3321         (make_call_declarator): Likewise.
3322         (make_array_declarator): Likewise.
3323         (no_parameters): New variable.
3324         (make_parameter_declarator): Likewise.
3325         (cp_parser_check_for_definition_in_return_type): Do not use trees
3326         to represent declarators.
3327         (cp_parser_translation_unit): Likewise.
3328         (cp_parser_new_expression): Likewise.
3329         (cp_parser_new_type_id): Likewise.
3330         (cp_parser_new_declarator_opt): Likewise.
3331         (cp_parser_direct_new_declarator): Likewise.
3332         (cp_parser_condition): Likewise.
3333         (cp_parser_declaration_statement): Likewise.
3334         (cp_parser_declaration): Likewise.
3335         (cp_parser_conversion_type_id): Likewise.
3336         (cp_parser_conversion_declarator_opt): Likewise.
3337         (cp_parser_template_parameter_list): Likewise.
3338         (cp_parser_template_parameter): Likewise.
3339         (cp_parser_explicit_instantiation): Likewise.
3340         (cp_parser_init_declarator): Likewise.
3341         (cp_parser_declarator): Likewise.
3342         (cp_parser_direct_declarator): Likewise.
3343         (cp_parser_type_id): Likewise.
3344         (cp_parser_parameter_declaration_clause): Likewise.
3345         (cp_parser_parameter_declaration_list): Likewise.
3346         (cp_parser_parameter_declaration): Likewise.
3347         (cp_parser_member_declaration): Likewise.
3348         (cp_parser_exception_declaration): Likewise.
3349         (cp_parser_check_declarator_template_parameters): Likewise.
3350         (cp_parser_function_definition_from_specifiers_and_declarator):
3351         Likewise.
3352         (cp_parser_save_member_function_body): Likewise.
3353         * pt.c (process_template_parm): Add is_non_type parameter.
3354         (convert_template_argument): Adjust call to groktypename.
3355         (tsubst_call_declarator_parms): Remove use of TREE_PARMLIST.
3356         (tsubst): Do not expect declarators.
3357         (tsubst_copy_and_build): Adjust NEW_EXPR case to handle additional
3358         argument.
3359         (instantiate_decl): Use start_preparsed_function.
3360         * semantics.c (begin_function_definition): Remove.
3361         (finish_parmlist): Remove.
3362         * cp-mudflap.c (mflang_flush_calls): Build FUNCTION_DECLs, not
3363         declarators.
3364
3365 2004-06-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3366
3367         * call.c (build_vfield_ref): Add new operand for COMPONENT_REF.
3368         (build_new_method_call): Likewise.
3369         * decl.c (local_variable_p_walkfn): Don't walk into types.
3370         * decl2.c (grok_array_decl): Add new operands for ARRAY_REF.
3371         (build_anon_union_vars): Add new operand for COMPONENT_REF.
3372         * init.c (buld_new): Add new operand for ARRAY_REF.
3373         * method.c (do_build_copy_constructor): New op for COMPONENT_REF.
3374         (do_build_assign_ref): Likewise.
3375         * parser.c (cp_parser_direct_new_declarator): Add new operands
3376         for ARRAY_REF.
3377         (cp_parser_direct_declarator): Likewise.
3378         * pt.c (tsubst): Likewise.
3379         (tsubst_copy, tsubst_copy_and_build): Likewise; also add new operand
3380         for COMPONENT_REF.
3381         * semantics.c (finish_non_static_data_member): Add new operand
3382         for COMPONENT_REF.
3383         * typeck.c (build_class_member_access_expr): Likewise.
3384         (build_class_member_access_expr, finish_class_member_access_expr):
3385         Likewise.
3386         (build_ptrmemfunc_access_expr): Likewise.
3387         (build_array_ref): Add new operands for ARRAY_REF.
3388         * typeck2.c (split_nonconstant_init_1): Likewise; COMPONENT_REF too.
3389         * tree.c (count_trees_r, no_linkage_helper): Don't walk in types.
3390
3391 2004-06-21  Richard Henderson  <rth@redhat.com>
3392
3393         * dump.c (cp_dump_tree): Don't use dump_next_stmt.
3394         * parser.c (cp_parser_jump_statement): Update commentary.
3395         * pt.c (tsubst_expr): Use RETURN_EXPR.
3396         * semantics.c (finish_return_stmt): Likewise.
3397         (finalize_nrv_r): Likewise.
3398         * typeck.c, typeck2.c: Update file start commentary.
3399
3400 2004-06-21  Richard Henderson  <rth@redhat.com>
3401
3402         * semantics.c (finish_expr_stmt): Call verify_sequence_points.
3403
3404 2004-06-20  Richard Henderson  <rth@redhat.com>
3405
3406         * cp-tree.h (add_decl_stmt): Declare.
3407         * pt.c (tsubst_copy): Abort for CLEANUP_POINT_EXPR.
3408         * semantics.c (maybe_cleanup_point_expr): New.
3409         (add_decl_stmt, finish_expr_stmt, finish_return_stmt,
3410         finish_for_expr, finish_switch_cond): Use it.
3411         (finalize_nrv_r): Don't build an EXPR_STMT.  Don't frob TREE_CHAIN.
3412
3413 2004-06-20  Richard Henderson  <rth@redhat.com>
3414
3415         * cp-tree.def (CLEANUP_STMT, IF_STMT): Move from c-common.def.
3416         * cp-gimplify.c (gimplify_if_stmt): Move from c-gimplify.c.
3417         (cp_gimplify_expr): Call it.
3418         (gimplify_cleanup_stmt): Move from c-gimplify.c.
3419         (cp_genericize): New.
3420         * decl.c (finish_function): Call it.
3421         * cp-tree.h (cp_stmt_codes): Add CLEANUP_STMT, IF_STMT.
3422         (CLEANUP_BODY, CLEANUP_EXPR, CLEANUP_DECL): Move from c-common.h.
3423         (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
3424         (cp_genericize): Declare.
3425         * cxx-pretty-print.c (pp_cxx_statement): Add CLEANUP_STMT, IF_STMT.
3426         * dump.c (cp_dump_tree): Likewise.
3427         * semantics.c (push_cleanup): Move from c-semantics.c.
3428
3429 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
3430
3431         * cp-lang.c (has_c_linkage): Implement.
3432
3433         * cp-tree.h (set_mangled_name_for_decl): Don't prototype.
3434         * decl.c (duplicate_decls): Use COPY_DECL_RTL.
3435         (builtin_function_1): Don't call make_decl_rtl.
3436         (build_cp_library_fn): Don't call set_mangled_name_for_decl.
3437         (grokvardecl): Don't call mangle_decl.
3438         * except.c (nothrow_libfn_p): Look at DECL_NAME, not
3439         DECL_ASSEMBLER_NAME.
3440         * method.c (set_mangled_name_for_decl): Delete.
3441         * name-lookup.c (pushdecl): When a local extern shadows a
3442         file-scope declaration of the same object, give both DECLs the
3443         same DECL_UID.
3444         * typeck.c (cxx_mark_addressable): Don't set TREE_ADDRESSABLE
3445         on DECL_ASSEMBLER_NAME.
3446
3447 2004-06-19  Richard Henderson  <rth@redhat.com>
3448
3449         * cp-gimplify.c: Remove unnecessary prototypes.
3450         (cp_gimplify_stmt): Merge into ...
3451         (cp_gimplify_expr): ... here.  Move to end of file.  Handle
3452         stmts_are_full_exprs_p frobbing.
3453         * cp-tree.h (cp_gimplify_stmt): Remove.
3454         * pt.c (tsubst_expr): Merge prep_stmt and unify.
3455         * tree.c (init_tree): Don't set lang_gimplify_stmt.
3456
3457 2004-06-18  Richard Henderson  <rth@redhat.com>
3458
3459         PR c++/16034
3460         * semantics.c (begin_cond): New.
3461         (finish_cond): Rewrite to handle template DECL_STMTs specially.
3462         Assume that non-template decls go land before the conditional.
3463         (simplify_loop_decl_cond): Likewise.
3464         (begin_if_stmt, finish_if_stmt_cond, begin_while_stmt,
3465         finish_while_stmt_cond, finish_for_init_stmt, finish_for_cond,
3466         begin_switch_stmt, finish_switch_cond): Update to match.
3467
3468 2004-06-17  Jason Merrill  <jason@redhat.com>
3469
3470         PR c++/16015
3471         * semantics.c (simplify_aggr_init_expr): Don't return the slot.
3472         (finish_stmt_expr_expr): Update type after conversions.
3473         (finish_stmt_expr): Wrap initializer in CLEANUP_POINT_EXPR.
3474         Handle void initializer.
3475         * tree.c (build_cplus_new): Make AGGR_INIT_EXPRs void.
3476
3477 2004-06-17  Geoffrey Keating  <geoffk@apple.com>
3478
3479         * class.c (build_clone): Don't call defer_fn, let mark_used do it.
3480         * cp-tree.h (defer_fn): Delete.
3481         * decl2.c (defer_fn): Delete.
3482         (finish_file): Simplify deferred_fns loops; check that
3483         only used inline functions get into deferred_fns.
3484         (mark_used): Inline previous contents of defer_fn.
3485
3486 2004-06-16  Richard Henderson  <rth@redhat.com>
3487
3488         * cp-tree.h (COMPOUND_STMT_TRY_BLOCK, COMPOUND_STMT_BODY_BLOCK): Kill.
3489         (BIND_EXPR_TRY_BLOCK, BIND_EXPR_BODY_BLOCK): New.
3490         * cxx-pretty-print.c (pp_cxx_function_definition): Move handling
3491         of CTOR_INITIALIZER ...
3492         (pp_cxx_statement): ... here.
3493         * decl.c (begin_function_body): Don't set COMPOUND_STMT_BODY_BLOCK.
3494         (finish_function): Use alloc_stmt_list to zap entire function.
3495         * parser.c (cp_parser_compound_statement): Update commentary.
3496         * pt.c (tsubst_expr): Use BIND_EXPR instead of COMPOUND_STMT.
3497         * semantics.c (begin_compound_stmt, finish_compound_stmt): Likewise.
3498         (finish_stmt_expr): Don't look through COMPOUND_STMT.
3499
3500 2004-06-16  Geoffrey Keating  <geoffk@apple.com>
3501
3502         * pt.c (mark_decl_instantiated): Don't call defer_fn.
3503
3504 2004-06-16  Richard Henderson  <rth@redhat.com>
3505
3506         * parser.c (cp_parser_labeled_statement): Update commentary.
3507         * pt.c (tsubst_expr): Use CASE_LABEL_EXPR.
3508         * tree.c (mark_local_for_remap_r): Likewise.
3509
3510 2004-06-16  Richard Henderson  <rth@redhat.com>
3511
3512         * parser.c (cp_parser_asm_definition): Update commentary.
3513         * pt.c (tsubst_expr): Use ASM_EXPR.
3514         * semantics.c (finish_asm_stmt): Likewise.
3515
3516 2004-06-16  Richard Henderson  <rth@redhat.com>
3517
3518         * decl.c (finish_destructor_body): Use LABEL_EXPR.
3519         * parser.c (cp_parser_statement): Update commentary.
3520         * pt.c (tsubst_expr): Use LABEL_EXPR, GOTO_EXPR.
3521         * semantics.c (finish_goto_stmt, finish_label_stmt): Likewise.
3522         * tree.c (mark_local_for_remap_r): Likewise.
3523
3524 2004-06-16  Richard Henderson  <rth@redhat.com>
3525
3526         PR c++/16012
3527         * semantics.c (begin_for_stmt, begin_for_stmt): Do put the init
3528         statement in FOR_INIT_STMT for templates.
3529
3530 2004-06-15  Richard Henderson  <rth@redhat.com>
3531
3532         * call.c (initialize_reference): Don't build CLEANUP_STMT here.
3533         * cp-gimplify.c (cp_gimplify_stmt): Remove next_p argument.
3534         (genericize_try_block): Use gimplify_stmt.
3535         (genericize_catch_block, genericize_eh_spec_block): Likewise.
3536         (cp_gimplify_init_expr): Remove STMT_EXPR special case.
3537         (gimplify_must_not_throw_expr): Update voidify_wrapper_expr call.
3538         * cp-lang.c (LANG_HOOKS_TREE_INLINING_TREE_CHAIN_MATTERS_P): Remove.
3539         (cp_tree_chain_matters_p): Remove.
3540         * cp-tree.h (COMPOUND_STMT_TRY_BLOCK): New.
3541         (COMPOUND_STMT_BODY_BLOCK): New.
3542         (STATEMENT_LIST_NO_SCOPE, STATEMENT_LIST_TRY_BLOCK): New.
3543         (EXPR_STMT_STMT_EXPR_RESULT): New.
3544         (building_stmt_tree): Check cur_stmt_list.
3545         (tf_stmt_expr_cmpd, tf_stmt_expr_body): Remove.
3546         (BCS_NO_SCOPE, BCS_TRY_BLOCK, BCS_FN_BODY): New.
3547         * decl.c (poplevel): Use pop_stmt_list for minding cleanups.
3548         (cp_finish_decl): Use push_cleanup.
3549         (start_function, finish_function): Use statement lists.
3550         (finish_stmt): Do nothing.
3551         * except.c (begin_eh_spec_block): Use statement lists.
3552         (check_handlers_1, check_handlers): Likewise.
3553         * init.c (construct_virtual_base): Don't add extra compound stmts.
3554         (build_vec_init): Likewise.
3555         * name-lookup.c (maybe_push_cleanup_level): Use statement lists.
3556         * name-lookup.h (struct cp_binding_level): Add statement_list.
3557         * parser.c (cp_parser_statement): Take the STMT_EXPR node, not a bool.
3558         (cp_parser_labeled_statement, cp_parser_expression_statement,
3559         cp_parser_statement_seq_opt): Likewise.
3560         (cp_parser_compound_statement): Likewise.  Take bool for try block.
3561         (cp_parser_selection_statement): Tidy if processing.
3562         (cp_parser_already_scoped_statement): Rewrite to do what it says.
3563         * pt.c (tsubst_copy): Move STMT_EXPR to tsubst_expr.
3564         (tsubst_expr): Rewrite STMT_EXPR processing.  Handle STATEMENT_LIST.
3565         Mind COMPOUND_STMT_TRY_BLOCK, EXPR_STMT_STMT_EXPR_RESULT.
3566         * semantics.c (do_poplevel, do_pushlevel): Use statement lists.
3567         (finish_cond): New, rewritten from FINISH_COND.
3568         (simplify_loop_decl_cond): New.
3569         (finish_expr_stmt): Avoid nested EXPR_STMTs.
3570         (begin_if_stmt, finish_if_stmt_cond, finish_then_clause,
3571         begin_else_clause, finish_else_clause, finish_if_stmt,
3572         begin_while_stmt, finish_while_stmt_cond, finish_while_stmt,
3573         begin_do_stmt, finish_do_body, begin_for_stmt, finish_for_init_stmt,
3574         finish_for_cond, finish_for_stmt, begin_switch_stmt,
3575         finish_switch_cond, finish_switch_stmt, begin_try_block,
3576         finish_try_block, finish_cleanup_try_block, finish_function_try_block,
3577         finish_handler_sequence, finish_function_handler_sequence,
3578         begin_handler, finish_handler_parms, finish_handler,
3579         begin_stmt_expr, finish_stmt_expr_expr, finish_stmt_expr): Rewrite
3580         using statement lists.
3581         (begin_compound_stmt): Replace has_no_scope argument with flags.
3582         Update all callers.  Use statement lists.
3583         (finish_compound_stmt): Likewise.
3584         (finish_decl_cleanup, finish_eh_cleanup): Use push_cleanup.
3585         (current_scope_stmt_stack): Remove.
3586         (simplify_aggr_init_expr): Don't muck with TREE_CHAIN.
3587         * typeck2.c (split_nonconstant_init_1, split_nonconstant_init):
3588         Rewrite with statement lists.
3589
3590 2004-06-15  Alexandre Oliva  <aoliva@redhat.com>
3591
3592         * parser.c: Change all assignments of c_lex_string_translate
3593         to true and false to 1 and 0.
3594         (cp_lexer_read_token): Convert type of the translated string.
3595         (cp_parser_skip_to_closing_parentheses): Preserve original
3596         value of c_lex_string_translate, and set it to -1 while
3597         running.
3598         (cp_parser_cache_group): Likewise.
3599         (cp_parser_cache_group_1): Renamed.
3600         (cp_parser_asm_operand_list): Remove redundant setting of
3601         c_lex_string_translate.
3602         (cp_parser_primary_expression) [CPP_STRING, CPP_WSTRING]:
3603         Handle chained strings.
3604
3605 2004-06-12  Andrew Pinski  <apinski@apple.com>
3606
3607         PR c++/14639
3608         Revert:
3609         2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
3610
3611                 * cp-tree.h: Fix typo.
3612
3613                 * cp-tree.h: Include cgraph.h
3614                 (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
3615                 TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.
3616
3617 2004-06-12  Jason Merrill  <jason@redhat.com>
3618
3619         PR tree-optimization/14107
3620         * decl.c (finish_function): Warn about no return in all functions.
3621
3622 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
3623
3624         * cp-tree.h (struct language_function): Remove cannot_inline.
3625         * decl.c (save_function_data): cannot_inline is no more.
3626         (cxx_push_function_context): Likewise.
3627         * decl2.c (start_objects, start_static_storage_duration_function):
3628         Reset DECL_INLINE, set DECL_UNINLINABLE.
3629
3630 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3631
3632         PR c++/15967
3633         * search.c (lookup_field): Propagate the ambiguity list.
3634         (lookup_fnfields): Likewise.
3635
3636 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3637
3638         PR c++/15947
3639         * parser.c (cp_parser_template_name): Ctors/dtors never need a
3640         template keyword to disambiguate.
3641
3642 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
3643
3644         PR c++/15096
3645         * decl.c (grokdeclarator): Ignore pointer-to-members when
3646         computing template depth.
3647
3648         PR c++/14930
3649         * name-lookup.c (pushtag): Do not try to put class declarations in
3650         explicit specialization scopes.
3651
3652 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
3653
3654         * decl.c (grokdeclarator): Do not depend on C99's _Bool's behavior.
3655
3656 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
3657
3658         PR c++/15862
3659         * name-lookup.c (unqualified_namespace_lookup): Do not ignore type
3660         bindings for undeclared built-ins.
3661
3662 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3663
3664         * typeck2.c (abstract_virtual_errors): Reword diagnostics, make them
3665         appear at the correct location.
3666
3667 2004-06-10  Jason Merrill  <jason@redhat.com>
3668
3669         PR c++/15875
3670         Revert:
3671         2004-06-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3672         * init.c (build_offset_ref): Build SCOPE_REF with non-null
3673         TREE_TYPE for non-dependent names.
3674         * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
3675         unknown_type_node as its TREE_TYPE.
3676         * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
3677         * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
3678         (dump_expr) <SCOPE_REF case>: Likewise.
3679
3680 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
3681
3682         PR c++/15227
3683         * parser.c (cp_parser_direct_declarator): Robustify.
3684
3685         PR c++/15877
3686         * pt.c (tsubst_copy): Use decl_constant_value on enumeration
3687         constants in non-dependent contexts.
3688
3689         PR c++/14211
3690         PR c++/15076
3691         * typeck.c (build_static_cast): Wrap casts in NON_LVALUE_EXPR when
3692         necessary.
3693
3694 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
3695
3696         PR c++/14791
3697         * decl.c (duplicate_decls): Handle fileptr_type_node arguments
3698         specially.
3699
3700 2004-06-09  Mark Mitchell  <mark@codesourcery.com>
3701
3702         Revert:
3703         PR c++/15815
3704         2004-06-07  Mark Mitchell  <mark@codesourcery.com>
3705         * lex.c (handle_pragma_interface): Deprecate.
3706         (handle_pragma_implementation): Likewise.
3707
3708 2004-06-09  Andrew Pinski  <pinskia@physics.uc.edu>
3709
3710         * g++spec.c (lang_specific_driver): Remove check for -lm
3711         and -lmath when check it see if it was the math library.
3712
3713 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3714
3715         PR c++/7841
3716         * parser.c (cp_parser_direct_declarator): Reject constructor named
3717         as qualified template-id.
3718
3719 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
3720
3721         PR c++/15815
3722         * lex.c (handle_pragma_interface): Deprecate.
3723         (handle_pragma_implementation): Likewise.
3724
3725 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
3726
3727         PR c++/15766
3728         * parser.c (cp_parser_iteration_statement): Fix typo in error
3729         message.
3730
3731         PR c++/14777
3732         * pt.c (tsubst_default_argument): Do not defer access checks
3733         while substituting into the default argument.
3734
3735         PR c++/15554
3736         * pt.c (tsubst_copy): Do not try to substitute for an enumeration
3737         constant in a non-dependent context.
3738
3739         PR c++/15057
3740         * except.c (build_throw): Ensure that temp_expr has been
3741         initialized.
3742
3743 2004-06-06  Roger Sayle  <roger@eyesopen.com>
3744
3745         * cp/cp-tree.h (lvalue_or_else): Add function prototype.
3746
3747 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3748
3749         PR c++/15503
3750         * parser.c (cp_parser_mem_initializer_id): Gracefully reject
3751         'typename', and accept 'template'.
3752
3753 2004-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
3754             Jan Hubicka  <jh@suse.cz>
3755
3756         PR c++/14639
3757         * method.c (use_think): Do not mark thunk as referenced.
3758
3759 2004-06-03  Matt Austern  <austern@apple.com>
3760
3761         PR c++/15428
3762         * decl2.c (maybe_emit_vtables): If TARGET_WEAK_NOT_IN_ARCHIVE_TOC
3763         is nonzero, and if we see a noninline definition of a key method,
3764         make the vtables nonweak.
3765
3766 2004-06-02  Matt Austern  <austern@apple.com>
3767
3768         * cp-tree.h (instantiate_decl): new boolean parameter,
3769         undefined_ok. Current behavior is equivalent to its being 0.
3770         * decl2.c (mark_used): Add new argument when calling instantiate_decl
3771         * pt.c (mark_decl_instantiated): Unconditionally make
3772         instantiations explicit unconditionally
3773         (do_decl_instantiation): Don't call SET_DECL_EXPLICIT_INSTANTIATION,
3774         since mark_decl_instantiated now does it.
3775         (instantiate_class_member): New.  Instantiate a member of an
3776         explicitly instantiated class template.
3777         (do_type_instantiation): Explicitly instantiate members of an
3778         explicitly instantiated class template.
3779         (instantiate_decl): if undefined_ok is nonzero, and if we're
3780         trying to explicitly instantiated a template with no definition,
3781         change it to an implicit instantiation.
3782         (instantiate_pending_templates): Add new argument to instantiate_decl.
3783         * tree.c (cp_cannot_inline_tree_fn): Likewise.
3784
3785 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
3786
3787         * cp-tree.h: Fix typo.
3788
3789         * cp-tree.h: Include cgraph.h
3790         (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
3791         TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.
3792
3793 2004-06-01  Jason Merrill  <jason@redhat.com>
3794
3795         PR c++/15142
3796         * call.c (call_builtin_trap): Remove type parm.
3797         (convert_arg_to_ellipsis): Change a non-POD argument to integer type.
3798         (build_x_va_arg): Dereference a null pointer for a non-POD argument.
3799
3800 2004-06-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3801
3802         PR c++/13092
3803         * init.c (build_offset_ref): Build SCOPE_REF with non-null
3804         TREE_TYPE for non-dependent names.
3805         * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
3806         unknown_type_node as its TREE_TYPE.
3807         * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
3808         * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
3809         (dump_expr) <SCOPE_REF case>: Likewise.
3810
3811 2004-06-01  Richard Henderson  <rth@redhat.com>
3812             Andrew Pinski  <pinskia@physics.uc.edu>
3813
3814         * lex.c (reswords): Rename "__offsetof" to "__builtin_offsetof".
3815         * parser.c (struct cp_parser): Remove in_offsetof.
3816         (cp_parser_new): Don't set it.
3817         (cp_parser_unary_expression): Don't check it.
3818         (cp_parser_postfix_open_square_expression): Split out from ...
3819         (cp_parser_postfix_expression): ... here.
3820         (cp_parser_postfix_dot_deref_expression): Likewise.
3821         (cp_parser_builtin_offsetof): New.
3822         (cp_parser_primary_expression): Use it.
3823
3824 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3825
3826         PR c++/14932
3827         * parser.c (cp_parser_postfix_expression): Allow subscript
3828         operator in offsetof.
3829
3830 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
3831
3832         PR c++/15701
3833         * friend.c (add_friend): Do not try to perform access checks for
3834         functions from dependent classes.
3835
3836 2004-05-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3837
3838         * cxx-pretty-print.c (pp_cxx_colon_colon): Expor.
3839         (pp_cxx_begin_template_argument_list): Turn into a function.
3840         (pp_cxx_end_template_argument_list): Likewise.
3841         (pp_cxx_separate_with): Define.
3842         (pp_cxx_unqualified_id): Tidy.
3843         (pp_cxx_primary_expression): Likewise.
3844         (pp_cxx_postfix_expression): Likewise.
3845         (pp_cxx_expression): Likewise.
3846         (pp_cxx_simple_type_specifier): Likewise.
3847         (pp_cxx_type_specifier_seq): Likewise.
3848         (pp_cxx_parameter_declaration_clause): Likewise.
3849         (pp_cxx_exception_specification): Likewise.
3850         (pp_cxx_direct_declarator): Likewise.
3851         (pp_cxx_type_id): Likewise.
3852         * cxx-pretty-print.h (pp_cxx_whitespace): Export from
3853         cxx-pretty-print.c.
3854         (pp_cxx_left_paren): Likewise.
3855         (pp_cxx_right_paren): Likewise.
3856         (pp_cxx_left_brace): Likewise.
3857         (pp_cxx_right_brace): Likewise.
3858         (pp_cxx_left_bracket): Likewise.
3859         (pp_cxx_right_bracket): Likewise.
3860         (pp_cxx_dot): Likewise.
3861         (pp_cxx_identifier): Likewise.
3862         (pp_cxx_tree_identifier): Likewise.
3863         (pp_cxx_ampersand): New macro.
3864         (pp_cxx_star): Likewise.
3865         (pp_cxx_arrow): Likewise.
3866         (pp_cxx_semicolon): Likewise.
3867         (pp_cxx_complement): Likewise.
3868         (pp_cxx_begin_template_argument_list): Declaree.
3869         (pp_cxx_end_template_argument_list): Likewise.
3870         (pp_cxx_colon_colon): likewise.
3871
3872 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
3873
3874         * parser.c (cp_parser_simple_type_specifier): Explicitly test
3875         against NULL_TREE.
3876
3877 2004-05-31  Kazu Hirata  <kazu@cs.umass.edu>
3878
3879         * call.c, class.c, cp-tree.def, decl2.c, name-lookup.c, pt.c,
3880         typeck.c: Fix comment formatting.
3881
3882 2004-05-30  Andrew Pinski  <pinskia@physics.uc.edu>
3883
3884         * cp-lang.c (cp_expand_decl): Remove.
3885         (LANG_HOOKS_EXPAND_DECL): Use c_expand_decl.
3886
3887 2004-05-30  Andreas Jaeger  <aj@suse.de>
3888
3889         * lang-specs.h: Add missing initializers for .ii.
3890
3891 2004-05-28  Aldy Hernandez  <aldyh@redhat.com>
3892
3893         * decl.c (cp_make_fname_decl): Free return value from
3894         fname_as_string.
3895
3896 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
3897
3898         PR c++/15083
3899         * decl2.c (delete_sanity): Set TREE_SIDE_EFFECTS on a DELETE_EXPR,
3900         even in a templat.e
3901         * init.c (build_new): Likewise.
3902
3903         PR c++/15640
3904         * name-lookup.c (arg_assoc): Robustify.
3905
3906         PR c++/15471
3907         * typeck.c (unary_complex_lvalue): Use context_for_name_lookup
3908         when determining the scope to use for a pointer to member.
3909         (lookup_anon_field): Give it external linkage.
3910         * cp-tree.h (lookup_anon_field): Declare it.
3911         * expr.c (cplus_expand_constant): Use it.
3912
3913 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
3914
3915         PR c++/14668
3916         * parser.c (cp_parser_simple_type_specifier): Call
3917         maybe_note_name_used_in_class.
3918
3919 2004-05-28  Tom Marshall  <tmarshall@real.com>
3920
3921         PR c++/15214
3922         * class.c (finish_struct_1): Warn only if the dtor is non-private or
3923         the class has friends.
3924
3925 2004-05-27  Adam Nemet  <anemet@lnxw.com>
3926
3927         PR c++/12883
3928         * decl.c (complete_array_type): Set TYPE_NEEDS_CONSTRUCTING and
3929         TYPE_HAS_NONTRIVIAL_DESTRUCTOR based on the underlying type.
3930
3931 2004-05-24  Geoffrey Keating  <geoffk@apple.com>
3932
3933         * method.c (implicitly_declare_fn): Don't call defer_fn; abort
3934         if it might be needed.
3935         * pt.c (mark_decl_instantiated): Only call defer_fn if
3936         the function actually needs processing in finish_file.
3937         * decl2.c (finish_file): Add check that elements in
3938         deferred_fns_used are really needed there.  Remove unnecessary
3939         test of DECL_SAVED_TREE.
3940
3941 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
3942
3943         * Make-lang.in: No need to specify $(LIBCPP).
3944
3945 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
3946
3947         PR c++/15044
3948         * parser.c (cp_parser_class_head): Robustify.
3949
3950         PR c++/15317
3951         * parser.c (cp_parser_decl_specifier_seq): Correct error in
3952         comment.
3953         (cp_parser_constructor_declarator_p): Treat attributes
3954         as decl-specifiers.
3955
3956         PR c++/15329
3957         * typeck.c (build_unary_op): Do not attempt to resolve casts to
3958         base classes in templates.
3959
3960 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
3961
3962         PR c++/15165
3963         * pt.c (instantiate_template): Robustify.
3964
3965 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
3966
3967         PR c++/15025
3968         * decl.c (xref_tag): Issue errors about redeclaring template
3969         classes as non-template classes.
3970
3971 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
3972
3973         PR c++/14821
3974         * name-lookup.c (supplement_binding): Allow redefinitions of
3975         namespace aliases.
3976
3977         PR c++/14883
3978         * parser.c (cp_parser_template_argument): Robustify.
3979
3980 2004-05-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3981
3982         * class.c (alter_access): Use %E format specifier to print an
3983         identifier node.  Avoid looking at the IDENTIFIER_POINTER.
3984         (push_lang_context): Likewise.
3985         * decl.c (lookup_label): Likewise.
3986         (grokdeclarator): Likewise.
3987         * parser.c (cp_parser_check_for_invalid_template_id): Likewise.
3988         * pt.c (do_type_instantiation): Likewise.
3989         * tree.c (handle_java_interface_attribute): Likewise.
3990         (handle_com_interface_attribute): Likewise.
3991         (handle_init_priority_attribute): Likewise.
3992
3993 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
3994
3995         PR c++/15285
3996         PR c++/15299
3997         * pt.c (build_non_dependent_expr): Expand the set of tree nodes
3998         recognized as overloaded functions.
3999
4000 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4001
4002         PR c++/15507
4003         * class.c (layout_nonempty_base_or_field): Do not try to avoid
4004         layout conflicts for unions.
4005
4006         PR c++/15542
4007         * typeck.c (build_x_unary_op): Instantiate template class
4008         specializations before looking for "operator &".
4009
4010         PR c++/15427
4011         * typeck.c (complete_type): Layout non-dependent array types, even
4012         in templates.
4013
4014         PR c++/15287
4015         * typeck.c (build_unary_op): Do not optimize "&x[y]" when in a
4016         template.
4017
4018 2004-05-22  Roger Sayle  <roger@eyesopen.com>
4019
4020         * name-lookup.c (check_for_out_of_scope_variable): Avoid ICE by
4021         returning when TREE_TYPE is error_mark_node.
4022         * typeck.c (require_complete_type): Return error_mark_node if
4023         value's type is an error_mark_node.
4024
4025 2004-05-20  Andrew Pinski  <pinskia@physics.uc.edu>
4026
4027         * optimize.c (calls_setjmp_r): Remove.
4028         (calls_setjmp_p): Remove.
4029         * cp-tree.c (calls_setjmp_p): Remove.
4030         * decl.c (finish_function): Do not call calls_setjmp_p.
4031
4032 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
4033
4034         * decl.c (cp_finish_decl): Use mark_decl_referenced.
4035         * decl2.c (maybe_make_one_only): Likewise.
4036         * method.c (use_thunk): Likewise.
4037
4038 2004-05-18  Jason Merrill  <jason@redhat.com>
4039
4040         * class.c (build_base_path): Tidy a bit.
4041
4042 2004-05-14  Geoffrey Keating  <geoffk@apple.com>
4043
4044         * name-lookup.c (struct scope_binding): New.
4045         (EMPTY_SCOPE_BINDING): New.
4046         (lookup_using_namespace): Take a scope_binding instead of a
4047         cxx_binding.
4048         (qualified_lookup_using_namespace): Likewise.
4049         (cxx_binding_clear): Delete.
4050         (do_nonmember_using_decl): Use a scope_binding instead of a
4051         cxx_binding.
4052         (lookup_tag): Don't call select_decl.
4053         (ambiguous_decl): Don't return anything (and change callers to match).
4054         Take a scope_binding as the second parameter.
4055         (lookup_namespace_name): Use a scope_binding instead of a
4056         cxx_binding.
4057         (unqualified_namespace_lookup): Likewise.
4058         (lookup_qualified_name): Likewise.
4059         (select_decl): Take a scope_binding instead of a cxx_binding.
4060         Use macros rather than hand-coding tests for type-ness.
4061
4062 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4063
4064         * cp-gimplify.c: Rename from cp-simplify.c.
4065         * Make-lang.in, optimize.c: Update.
4066
4067 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4068
4069         Merge from tree-ssa-20020619-branch.  See
4070         ChangeLog.tree-ssa for details.
4071
4072         * Make-lang.in, call.c, class.c, cp-lang.c, cp-tree.def,
4073         cp-tree.h, cvt.c, decl.c, decl2.c, error.c, except.c,
4074         expr.c, init.c, name-lookup.h, optimize.c, parser.c,
4075         pt.c, rtti.c, semantics.c, tree.c, typeck.c, typeck2.c:
4076         Merged.
4077         * cp-mudflap.c: New file.
4078         * cp-simplify.c:: New file.
4079
4080 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4081
4082         PR c++/14389
4083         * decl2.c (check_classfn): For member templates, compare also the
4084         template parameters to match the declaration.
4085         * cp-tree.h: Adjust declaration of check_classfn.
4086         * decl.c (start_decl, grokfndecl): Adjust callers of check_classfn.
4087         * friend.c (do_friend): Likewise.
4088         * pt.c (tsubst_friend_function): Likewise.
4089
4090 2004-05-01  Zack Weinberg  <zack@codesourcery.com>
4091
4092         * decl.c (reshape_init): Do not apply TYPE_DOMAIN to a VECTOR_TYPE.
4093         Instead, dig into the representation type to find the array bound.
4094
4095 2004-04-30  Jason Merrill  <jason@redhat.com>
4096
4097         Refer to base members using COMPONENT_REFs where possible.
4098         * class.c (build_simple_base_path): New fn.
4099         (build_base_path): Use it for non-virtual base references.
4100         (layout_class_type): Change base fields to their real type
4101         after layout is done.
4102         * cp-tree.h (IS_FAKE_BASE_TYPE): New macro.
4103         * cp-lang.c (cxx_get_alias_set): Use it.
4104
4105 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
4106
4107         * class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti.c: Fix
4108         comment typos.
4109
4110 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4111
4112         PR c++/15064
4113         * parser.c (cp_parser_postfix_expression): typeid operator cannot be
4114         used in integral constant expressions.
4115
4116 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
4117
4118         * init.c (build_aggr_init): Fix accidental use of C99 construct in
4119         previous change.
4120
4121         * class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on
4122         braced initializer.
4123         * cp-tree.h (BRACE_ENCLOSED_INITIALIZER_P): New macro.
4124         * decl.c (reshape_init): Use it.
4125         * init.c (perform_member_init): Remove redundant condition.
4126         (build_aggr_init): Adjust to handle brace-enclosed initializers
4127         correctly.
4128         (expand_default_init): Use BRACE_ENCLOSED_INITIALIZER_P.
4129
4130         * parser.c (cp_parser_initializer_clause): Do not set
4131         TREE_HAS_CONSTRUCTOR on the initializer.
4132         * rtti.c (tinfo_base_init): Likewise.
4133         (generic_initializer): Likewise.
4134         (ptr_initializer): Likewise.
4135         (ptm_initializer): Likewise.
4136         (class_initializer): Likewise.
4137         (get_pseudo_ti_init): Likewise.
4138         * typeck2.c (digest_init): Use BRACE_ENCLOSED_INITIALIZER_P.
4139
4140 2004-04-22  Alan Modra  <amodra@bigpond.net.au>
4141
4142         * name-lookup.c (anonymous_namespace_name): Make static.
4143
4144 2004-04-19  Roger Sayle  <roger@eyesopen.com>
4145
4146         PR middle-end/14531
4147         * class.c (build_base_path): Call fold whilst building the NULL
4148         pointer check expression trees.
4149
4150 2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>
4151
4152         * init.c (build_new_1): Don't use type size argument for Java
4153         _Jv_AllocObject call.
4154
4155 2004-04-09  Danny Smith  <dannysmith@users.sourceforge.net>
4156
4157         * method.c (make_alias_for_thunk): Remove preprocessor guard on
4158         declaration and definition.
4159
4160 2004-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4161
4162         PR c++/14808
4163         * method.c (use_thunk): Test TARGET_USE_LOCAL_THUNK_ALIAS_P rather
4164         than ASM_OUTPUT_DEF.
4165
4166 2004-04-08  Jakub Jelinek  <jakub@redhat.com>
4167
4168         * decl2.c (mark_used): Don't segfault if cfun != NULL but
4169         current_function_decl == NULL.
4170
4171 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
4172
4173         PR c++/3518
4174         * pt.c (check_cv_quals_for_unify): Ignore bogus CV quals at outer
4175         level.
4176
4177 2004-04-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4178
4179         * init.c (decl_constant_value): Don't look at DECL_INITIAL
4180         of PARM_DECL.
4181         * tree.c (bot_manip, build_min): Don't look at TREE_CONSTANT
4182         or TREE_SIDE_EFFECTS of a type.
4183
4184 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
4185
4186         PR c++/14007
4187         * pt.c (check_cv_quals_for_unify): Correct logic for disallowed
4188         cv-qualifier unification.
4189         * tree.c (cp_build_qualified_type_real): Renable DR295 logic.
4190
4191 2004-04-02  Jan Hubicka  <jh@suse.cz>
4192
4193         * cp-lang. (LANG_HOOKS_UPDATE_DECL_AFTER_SAVING): Define.
4194         * cp-tree.h (cp_update_decl_after_saving): Declare.
4195         * tree.c (cp_update_decl_after_saving): Define.
4196
4197 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
4198
4199         PR c++/14803
4200         * typeck.c (get_delta_difference): Call fold before returning the
4201         value.
4202
4203 2004-04-01  Richard Henderson  <rth@redhat.com>
4204
4205         PR c++/14804
4206         * decl.c (cp_finish_decl): Preserve TREE_READONLY more often.
4207         * typeck2.c (split_nonconstant_init): Clear TREE_READONLY.
4208
4209 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
4210
4211         PR c++/14810
4212         * name-lookup.c (maybe_push_cleanup_level): Robustify.
4213
4214 2004-04-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4215
4216         * class.c (VTT_TOP_LEVEL_P): Use unsigned_flag directly.
4217
4218 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4219
4220         * call.c (joust): Use TYPE_UNSIGNED, not TREE_UNSIGNED.
4221         * class.c (check_bitfield_decl): Likewise.
4222         * cvt.c (type_promotes_to): Likewise.
4223         * decl.c (finish_enum): Likewise.
4224         * mangle.c (write_builtin_type): Likewise.
4225         * semantics.c (finish_switch_cond, finish_unary_op_expr): Likewise.
4226         * typeck.c (type_after_usual_arithmetic_conversions): Likewise.
4227         (build_binary_op): Likewise.
4228
4229 2004-03-31  Jan Hubicka  <jh@suse.cz>
4230
4231         * tree.h (optimize_function): Kill prototype.
4232         * optimize.c (dump_function, optimize_function, dump_finction): Kill.
4233         * semantics.c (expand_body): Kill.
4234
4235 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
4236
4237         PR c++/14724
4238         * decl.c (start_decl_1): Do not decide whether or not to create a
4239         new cleanup level until after the type has been completed.
4240
4241         PR c++/14763
4242         * pt.c (tsubst_default_argument): Clear current_function_decl.
4243
4244 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
4245
4246         * name-lookup.c, parser.c: Use new shorter form of GTY markers.
4247
4248 2004-03-29  Zack Weinberg  <zack@codesourcery.com>
4249
4250         * error.c (dump_function_name): If T's DECL_LANG_SPECIFIC
4251         is null, just print the literal name and return.
4252
4253 2004-03-25  Kazu Hirata  <kazu@cs.umass.edu>
4254
4255         * cxx-pretty-print.c: Fix comment typos.
4256
4257 2004-03-24  Kazu Hirata  <kazu@cs.umass.edu>
4258
4259         * cxx-pretty-print.c, cxx-pretty-print.h, decl.h, friend.c:
4260         Update copyright.
4261
4262 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
4263
4264         * Make-lang.in (cp/mangle.o): Depend on $(TARGET_H).
4265         * mangle.c (write_type): Add call to 'mangle_fundamental_type'
4266         target hook.
4267
4268 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
4269
4270         PR 12267, 12391, 12560, 13129, 14114, 14133
4271         * cp-lang.c (c_reset_state): Delete.
4272         (push_file_scope, pop_file_scope): New stubs.
4273         * parser.c (c_parse_file): Call sorry() here if called more than once.
4274
4275 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4276
4277         * typeck.c (build_c_cast): Only look at TREE_CONSTANT_OVERFLOW
4278         for INTEGER_CST.
4279
4280 2004-03-22  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4281
4282         * cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.
4283
4284 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4285
4286         * error.c (enum pad): Remove.
4287         (dump_qualifiers): Likewise.
4288         (dump_type): Replace dump_qualifiers with pp_cxx_cv_qualifier_seq.
4289         (dump_aggr_type): Likewise.
4290         (dump_type_suffix): Likewise.
4291         (dump_simple_decl): Likewise.
4292         (dump_function_decl): Likewise.
4293         (cv_to_string): Likewise.
4294         (dump_type_prefix): Likewise.  Adjust return void.
4295         * cxx-pretty-print.c (pp_cxx_cv_qualifier_seq): Move to
4296         cxx_pretty_print.h.
4297         (pp_cxx_template_keyword_if_needed): Document.
4298         (pp_cxx_qualified_id): Document case FUNCTION_DECL.  Tidy.
4299         (pp_cxx_expression): Handle NON_DEPENDENT_EXPR and
4300         MUST_NOT_THROW_EXPR.
4301
4302 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
4303
4304         PR c++/14616
4305         * decl.c (cp_finish_decl): Compute the size of arrays declared in
4306         templates, if their type is non-dependent.
4307
4308 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
4309
4310         * call.c (build_op_delete_call): Do not forget the placement
4311         arguments when iterating through mutiple delete operators.
4312
4313         * cp-tree.h (svaed_scope): Remove last_parms.
4314         (NEW_DELETE_OPNAME_P): New macro.
4315         (last_function_parms): Remove.
4316         (do_friend): Adjust prototype.
4317         * decl.c (grokparms): Return the PARM_DECLs directly, rather than
4318         using last_function_parms.
4319         (grokfndecl): Take the PARM_DECLs as an argument, rather than
4320         using last_function_parms.
4321         (grokdeclarator): Adjust accordingly.  Do not form METHOD_TYPEs
4322         for class-specific operator new and operator delete.
4323         (grok_op_properties): Do not look for allocation functions with
4324         METHOD_TYPEs.
4325         (start_function): Use DECL_ARGUMENTS instead of
4326         last_function_parms.
4327         * decl.h (last_function_parms): Do not declare.
4328         * decl2.c (grokclassfn): Do not use last_function_parms.
4329         * friend.c (do_friend): Remove parmdecls parameter.
4330         * name-lookup.c (push_to_top_level): Do not save last_function_parms.
4331         (pop_from_top_level): Do not restore it.
4332         * pt.c (check_explicit_specialization): Do not adjust
4333         last_function_parms.
4334
4335         * name-lookup.c (do_local_using_decl): Create a local binding for
4336         types brought in via using declarations.
4337
4338         * name-lookup.c (lookup_arg_dependent): Handle block-scope
4339         function declarations correctly.
4340
4341         * semantics.c (finish_id_expression): Correct handling of
4342         conversion operators to dependent types.
4343
4344         * typeck.c (lookup_destructor): Allow the use of destructors from
4345         base classes.
4346
4347 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4348
4349         * cxx-pretty-print.c (pp_cxx_unqualified_id): Use
4350         TEMPLATE_TYPE_PARM_INDEX instead of TYPE_FIELDS.
4351         * search.c (dfs_unuse_fields): Add two more TREE_CODES that mean
4352         the field is named TEMPLATE_TYPE_PARM_INDEX.
4353
4354 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4355
4356         PR c++/14545
4357         * parser.c (cp_parser_functional_cast): A cast to anything
4358         but integral or enumaration type is not an integral constant
4359         expression.
4360         * pt.c (value_dependent_expression_p): Handle cast expressions
4361         without operands (such as "int()").
4362
4363 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
4364
4365         * semantics.c (finish_pseudo_destructor_expr): Allow differing
4366         cv-qualification between the type named by the
4367         pseudo-destructor-name and the object-type.
4368
4369         * search.c (accessible_base_p): Handle non-proper bases.
4370
4371         * name-lookup.c (do_nonmember_using_decl): If a using declaration
4372         refers to a single overloaded function, set the type of the
4373         function.
4374         * tree.c (lvalue_type): Simplify.
4375         * typeck.c (type_unknown_p): Do not assume all OVERLOADs have an
4376         unknown type.
4377         (build_unary_op): Handle OVERLOADs with known types.
4378
4379         * decl.c (duplicate_decls): Do not destroy DECL_ARGUMENTS for
4380         function templates.
4381
4382         * parser.c (cp_parser_postfix_expression): Handle the use of
4383         "typename" in non-dependent contexts.  Convert appropriately when
4384         when using a qualified name after "->" or ".".
4385
4386         * call.c (conditional_conversion): Honor the requirement that some
4387         conversions refer to the original object.
4388
4389 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
4390
4391         * call.c (build_conditional_expr): Do not call force_rvalue for
4392         operands of void_type when the conditional expression itself has
4393         void type.
4394         * name-lookup.c (pushdecl): Don't consider a declaration of a
4395         function named "main" to be an overload of a type named "main".
4396         * parser.c (cp_parser_template_name): Perform name lookup when the
4397         template name is proceeded by "template" if the qualifying scope
4398         is non-dependent.
4399         * typeck.c (composite_pointer_type_r): Correctly handle
4400         pointer-to-member types.
4401         (build_const_cast): Likewise.
4402
4403 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4404
4405         * cp-tree.def (TEMPLATE_TYPE_PARM, TYPEOF_TYPE): Update comments.
4406         * cp-tree.h (NEW_EXPR_USE_GLOBAL, DELETE_EXPR_USE_GLOBAL): Add check.
4407         (DELETE_EXPR_USE_VEC, COMPOUND_EXPR_OVERLOADED): Likewise.
4408         (KOENIG_LOOKUP_P, PTRMEM_OK_P, TEMPLATE_TYPE_PARM_INDEX): Likewise.
4409         (TYPENAME_TYPE_FULLNAME): Add check and use type.values.
4410         (TYPEOF_TYPE_EXPR): New macro.
4411         * class.c (finish_struct_bits): Use TYPE_VFIELD and TYPE_METHODS.
4412         * error.c (dump_type): Use TYPEOF_TYPE_EXPR.
4413         * pt.c (tsubst): Likewise.
4414         * semantics.c (finish_typeof): Likewise.
4415         * search.c (dfs_unuse_fields): Handle TYPENAME_TYPE, TYPEOF_TYPE,
4416         and TEMPLATE_TYPE_PARM.
4417         * typeck.c (comptypes): Use TYPE_ORIG_SIZE_TYPE, not TYPE_DOMAIN.
4418         (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
4419
4420 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
4421
4422         PR c++/14586
4423         * cp-tree.h (build_new_op): Change prototype.
4424         (build_x_binary_op): Likewise.
4425         * call.c (build_new_op): Add overloaded_p parameter.
4426         * decl2.c (grok_array_decl): Adjust call to build_new_op.
4427         * parser.c (cp_parser_binary_expression): Note that uses of
4428         overloaded operators prevents an expression from being considered
4429         an integral constant.
4430         * pt.c (tsubst_copy_and_build): Adjust calls to build_new_op and/or
4431         build_x_binary_op.
4432         * semantics.c (finish_call_expr): Likewise.
4433         * typeck.c (rationalize_conditional_expr): Likewise.
4434         (build_x_indirect_ref): Likewise.
4435         (build_x_binary_op): Likewise.
4436         (build_x_unary_op): Likewise.
4437         (build_x_compound_expr): Likewise.
4438         (build_modify_expr): Likewise.
4439         * typeck2.c (build_x_arrow): Likewise.
4440
4441 2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>
4442
4443         * cp-lang.c, ptree.c: Update copyright.
4444
4445 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
4446
4447         PR c++/14550
4448         * parser.c (cp_parser_non_integral_constant_expression): Encode
4449         more of the idiom that surrounded calls to this function within
4450         the function itself
4451         (cp_parser_primary_expression): Adjust accordingly.
4452         (cp_parser_postfix_expression): Likewise.
4453         (cp_parser_unary_expression): Likewise.
4454         (cp_parser_cast_expression): Likewise.
4455         (cp_parser_assignment_expression): Likewise.
4456         (cp_parser_expression): Likewise.
4457         (cp_parser_new_expression): Note that new-expressions are not
4458         allowed in integral constant expressions.
4459         (cp_parser_delete_expression): Likewise.
4460
4461 2004-03-12  Matt Austern  <austern@apple.com>
4462
4463         * decl2.c (maybe_make_one_only): Look at
4464         TARGET_EXPLICIT_INSTANTIATION_ONE_ONLY when deciding whether
4465         to make an explicit instantiation weak.
4466         * method.c (use_thunk): Make sure we call comdat_linkage
4467         when appropriate.
4468         * pt.c (do_type_instantiation): On systems where weak symbols
4469         don't go in a static archive's TOC, explicit instantiation of a
4470         class must imply *explicit* instantiation of its memeber.
4471
4472 2004-03-11  Kazu Hirata  <kazu@cs.umass.edu>
4473
4474         * call.c, cp-tree.h, pt.c: Fix comment typos.
4475
4476 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
4477
4478         PR c++/14510
4479         * decl.c (xref_tag): Disregard non-type declarations when
4480         looking up a tagged type.
4481
4482 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
4483
4484         PR c++/14397
4485         * call.c (convert_like_real): Build a const qualified temporary,
4486         when testing ctor access.
4487
4488 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
4489
4490         * call.c (initialize_reference): Fix typo.
4491
4492 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4493
4494         PR c++/14409
4495         * pt.c (determine_specialization): For member templates, match also
4496         constness.
4497
4498         PR c++/14448
4499         * parser.c (cp_parser_initializer_clause): Fold initializer if it is
4500         non-dependent.
4501         * pt.c (tsubst_copy_and_build): Handle NOP_EXPRs.
4502
4503 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
4504
4505         PR c++/14230
4506         * call.c (initialize_reference): Handle initializers that are
4507         class-member access expressions applies to rvalues.
4508
4509 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
4510
4511         PR c++/14432
4512         * name-lookup.c (supplement_binding): Ignore functions that are
4513         marked DECL_ANTICIPATED.
4514
4515 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
4516
4517         PR c++/14401
4518         * class.c (check_field_decls): Complain about non-static data
4519         members of reference type in unions.  Propagate
4520         CLASSTYPE_REF_FIELDS_NEED_INIT and
4521         CLASSTYPE_READONLY_FIELDS_NEED_INIT from the types of non-static
4522         data members.
4523         * init.c (perform_member_init): Complain about mbmers with const
4524         type that are not explicitly initialized.
4525
4526 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
4527
4528         * class.c (check_methods): Don't use IDENTIFIER_ERROR_LOCUS.
4529         * cp-tree.h (DECL_INVALID_OVERRIDER_P): New macro.
4530         (lang_identifier): Remove implicit_decl and error_locus.
4531         (IDENTIFIER_IMPLICIT_DECL): Remove.
4532         (SET_IDENTIFIER_IMPLICTI_DECL): Likewise.
4533         (IDENTIFIER_ERROR_LOCUS): Likewise.
4534         (SET_IDENTIFIER_ERROR_LOCUS): Likewise.
4535         (TYPE_ASSEMBLER_NAME_STRING): Likewise.
4536         (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
4537         (implicitly_declare): Remove.
4538         * decl.c (warn_extern_redeclared_static): Remove check of
4539         IDENTIFIER_IMPLICIT_DECL.
4540         (duplicate_decls): Don't check IDENTIFIER_ERROR_LOCUS.
4541         (implicitly_declare): Remove.
4542         (grok_ctor_properties): Don't set IDENTIFIER_ERROR_LOCUS.
4543         (start_function): Don't check IDENTIFIER_IMPLICIT_DECL.
4544         (start_method): Don't check IDENTIFIER_ERROR_LOCUS.
4545         * lex.c (unqualified_name_lookup_error): Create a dummy VAR_DECL
4546         in the innermost scope, rather than at namespace scope.
4547         * name-lookup.c (push_local_binding): Give it external linkage.
4548         (pushdecl): Remove dead code.
4549         * name-lookup.h (push_local_binding): Declare it.
4550         * ptree.c (cxx_print_identifier): Don't print
4551         IDENTIFIER_IMPLICIT_DECL or IDENTIFIER_ERROR_LOCUS.
4552         * search.c (check_final_overrider): Use DECL_INVALID_OVERRIDER_P,
4553         not IDENTIFIER_ERROR_LOCUS.
4554         * typeck.c (build_function_call): Remove dead code.
4555
4556 2004-03-08  Jason Merrill  <jason@redhat.com>
4557
4558         PR c++/13170
4559         * decl.c (xref_tag): Remove attribute handling.
4560         * cp-tree.h: Adjust prototype.
4561         * decl.c, parser.c, rtti.c: Adjust callers.
4562         * parser.c (cp_parser_class_head): Pass back attributes in the
4563         class head.
4564         (cp_parser_class_specifier): Adjust.
4565
4566 2004-03-08  Matt Austern  <austern@apple.com>
4567
4568         PR debug/14079
4569         * name-lookup.c (add_decl_to_level): Add extern variables, as well
4570         as static, to static_decls array.
4571
4572 2004-03-05  Jason Merrill  <jason@redhat.com>
4573
4574         * tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.
4575
4576 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
4577
4578         * decl.c (grokfndecl): Update old incorrect comment.
4579         (grokvardecl): Diagnose C++ variables of type with no linkage.
4580
4581 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
4582
4583         PR c++/14369
4584         * pt.c (build_non_dependent_expr): Do not create a
4585         NON_DEPENDENT_EXPR for a THROW_EXPR.
4586
4587 2004-03-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4588
4589         PR c++/14369
4590         * error.c (dump_expr): Handle THROW_EXPR.
4591
4592 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
4593
4594         PR c++/14360
4595         * parser.c (cp_parser_postfix_expression): Do not perform Koenig
4596         lookup if ordinary name-lookup finds a non-function.
4597         * pt.c (tsubst_copy_and_build): Likewise.
4598
4599         PR c++/14361
4600         * parser.c (cp_parser_late_parsing_default_args): Check that there
4601         are no extra tokens after the end of the default-argument
4602         expression.
4603
4604 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
4605
4606         PR c++/14324
4607         * lex.c (retrofit_lang_decl): Treat entities with no linkage as
4608         having C++ linkage for name-mangling purposes.
4609
4610         PR c++/14260
4611         * parser.c (cp_parser_direct_declarator): Recognize constructor
4612         declarators that use a template-id to name the class being
4613         constructed.
4614
4615         PR c++/14337
4616         * pt.c (tsubst_qualified_id): Handle dependent qualifying scopes.
4617         (tsubst_expr): Do not call tsubst_copy, even when
4618         processing_template_decl.
4619
4620 2004-03-01  Jeff Law  <law@redhat.com>
4621
4622         * init.c (build_vec_delete_1): Convert 2nd argument to NE_EXPR to
4623         the proper type.
4624
4625 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
4626
4627         PR c++/14138
4628         * name-lookup.h (push_scope): Change prototype.
4629         * name-lookup.c (push_scope): Do not reenter the current class
4630         scope.
4631         * decl.c (grokfndecl): Check return code from push_scope before
4632         calling pop_scope.
4633         * decl2.c (check_classfn): Likewise.
4634         * parser.c (cp_parser_conversion_function_id): Likewise.
4635         (cp_parser_init_declarator): Likewise.
4636         (cp_parser_direct_declarator): Likewise.
4637         (cp_parser_class_specifier): Likewise.
4638         (cp_parser_class_head): Likewise.
4639         (cp_parser_lookup_name): Likewise.
4640         (cp_parser_constructor_declarator_p): Likewise.
4641         * pt.c (instantiate_class_template): Likewise.
4642         (resolve_typename_type): Likewise.
4643
4644 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
4645
4646         PR c++/14267
4647         * typeck.c (build_modify_expr): Remove more of the cast-as-lvalue
4648         extension.
4649
4650         PR debug/12103
4651         * class.c (update_vtable_entry_for_fn): Do not go through
4652         covariance machinery if the type returned by an overrider is the
4653         same as the original.
4654
4655 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
4656
4657         * call.c: Fix a comment typo.
4658
4659 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
4660
4661         * tree.c (pod_type_p): Treat VECTOR_TYPEs as PODs.
4662
4663 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
4664
4665         PR c++/14278
4666         * parser.c (cp_parser_parameter_declaration_list): Commit
4667         to fewer tentative parses.
4668
4669 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4670
4671         PR c++/14284
4672         * pt.c (dependent_type_p_r): A template template parameter is a
4673         dependent type.
4674
4675 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4676
4677         PR c++/14246
4678         * mangle.c (write_template_arg_literal): Don't rely on identity for
4679         boolean constants.
4680
4681 2004-02-24  Jason Merrill  <jason@redhat.com>
4682
4683         * tree.c (build_exception_variant): Use check_qualified_type.
4684
4685 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
4686             Kazu Hirata  <kazu@cs.umass.edu>
4687
4688         * decl.c (cxx_init_decl_processing): Don't check
4689         flag_writable_strings.
4690
4691 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
4692
4693         PR c++/14156
4694         * typeck.c (maybe_warn_about_returning_address_of_location):
4695         Change check for VAR_DECL to use DECL_P instead.
4696
4697 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4698
4699         PR c++/14250
4700         * cvt.c (build_expr_type_conversion): Type must be complete before
4701         looking up for conversions.
4702
4703 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4704
4705         PR c++/14143
4706         * name-lookup.c (arg_assoc_class): Don't look into template
4707         arguments if it is not a primary template.
4708
4709 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4710
4711         PR c++/12007
4712         * method.c (use_thunk): Always clone function argument tree.
4713
4714 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
4715
4716         PR c++/14199
4717         * pt.c (tsubst_copy): Call mark_used for a PARM_DECL.
4718
4719         PR c++/14173
4720         * semantics.c (begin_class_definition): Set TYPE_PACKED correctly
4721         for all type variants.
4722
4723 2004-02-19  Mark Mitchell  <mark@codesourcery.com>
4724
4725         PR c++/13927
4726         * decl.c (duplicate_decls): Return error_mark_node for invalid
4727         redeclarations.
4728         * name-lookup.c (push_namespace): Ignore the return value from
4729         pushdecl.
4730         * pt.c (push_template_decl_real): Robustify.
4731
4732         PR c++/14186
4733         * name-lookup.c (push_class_level_binding): Do not complain about
4734         adding a binding for a member whose name is the same as the
4735         enclosing class if the member is located in a base class of the
4736         current class.
4737
4738 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4739
4740         PR c++/14181
4741         * parser.c (cp_parser_new_expression): Parse an ill-formed
4742         direct-new-declarator after a parenthesized type-id to emit good
4743         diagnostic.
4744
4745 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4746
4747         * cp-tree.def, cvt.c: Update copyright.
4748
4749 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
4750
4751         PR c++/11326
4752         * cp-tree.h (abi_version_at_least): Remove.
4753         * mangle.c: Include flags.h.
4754
4755 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
4756
4757         PR c++/13971
4758         * call.c (build_conditional_expr): Handle conversions between
4759         class types which result in differently cv-qualified type
4760         variants.
4761
4762         PR c++/14086
4763         * class.c (delete_duplicate_fields_1): Remove.
4764         (delete_duplicate_fields): Likewise.
4765         (finish_struct_anon): Remove check for members with the same name
4766         as their enclosing class.
4767         (check_field_decls): Do not call duplicate_fields.
4768         * decl.c (grokdeclarator): Remove check for static data members
4769         with the same name as their enclosing class.
4770         * name-lookup.c (push_class_level_binding): Check for members with
4771         the same name as their enclosing class.
4772
4773 2004-02-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4774
4775         PR c++/14085
4776         * error.c (dump_decl): Handle TEMPLATE_TYPE_PARM.
4777
4778 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4779
4780         PR c++/13635
4781         * pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL
4782         has full set of arguments.
4783
4784 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4785
4786         PR c++/13927
4787         * error.c (dump_decl) <ALIAS_DECL>: Dump as simple declarations.
4788
4789 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
4790
4791         PR c++/14122
4792         * cp-tree.h (delete_sanity): Change prototype.
4793         * decl2.c (delete_sanity): Make doing_vec a bool, not an int.
4794         Remove dead code.  Adjust code to warn about deleting an array.
4795         * typekc.c (decay_conversion): Use build_address and build_nop.
4796
4797         PR c++/14108
4798         * search.c (accessible_p): Do not check access in thunks.
4799
4800         PR c++/14083
4801         * call.c (build_conditional_expr): Call force_rvalue on the
4802         non-void operand in the case that one result is a throw-expression
4803         and the other is not.
4804
4805 2004-02-13  Ian Lance Taylor  <ian@wasabisystems.com>
4806
4807         PR c++/9851
4808         * parser.c (cp_parser_pseudo_destructor_name): Check for errors on
4809         the type name and look ahead for ::~, and bail out early with a
4810         better error message if the parse is going to fail.
4811
4812 2004-02-12  Mark Mitchell  <mark@codesourcery.com>
4813
4814         * call.c (conversion_kind): New type.
4815         (conversion_rank): Likewise.
4816         (conversion): Likewise.
4817         (CONVERSION_RANK): New macro.
4818         (conversion_obstack): New variable.
4819         (obstack_initialized): Likewise.
4820         (z_candidate): Change type of convs and second_conv.
4821         (candidate_warning): New type.
4822         (IDENTITY_RANK): Remove.
4823         (EXACT_RANK): Likewise.
4824         (PROMO_RANK): Likewise.
4825         (STD_RANK): Likewise.
4826         (PBOOL_RANK): Likewise.
4827         (USER_RANK): Likewise.
4828         (ELLIPSIS_RANK): Likewise.
4829         (BAD_RANK): Likewise.
4830         (ICS_RANK): Likewise.
4831         (ICS_STD_RANK): Likewise.
4832         (ICS_USER_FLAG): Likewise.
4833         (ICS_ELLIPSIS_FLAG): Likewise.
4834         (ICS_THIS_FLAG): Likewise.
4835         (ICS_BAD_FLAG): Likewise.
4836         (NEED_TEMPORARY_P): Likewise.
4837         (CHECK_COPY_CONSTRUCTOR_P): Likewise.
4838         (USER_CONV_CAND): Likewise.
4839         (USER_CONV_FN): Likewise.
4840         (conversion_obstack_alloc): New function.
4841         (alloc_conversion): Likewise.
4842         (validate_conversion_obstack): Likewise.
4843         (alloc_conversions): Likewise.
4844         (build_conv): Adjust to deal with new conversion data structures.
4845         (build_identity_conv): New function.
4846         (build_ambiguous_conv): Likewise.
4847         (standard_conversion): Adjust to deal with new conversion data
4848         structures.
4849         (convert_class_to_reference): Likewise.
4850         (direct_reference_binding): Likewise.
4851         (reference_binding): Likewise.
4852         (implicit_conversion): Likewise.
4853         (add_candidate): Likewise.
4854         (add_function_candidate): Likewise.
4855         (add_conv_candidate): Likewise.
4856         (build_builtin_candidate): Likewise.
4857         (print_z_candidate): Likewise.
4858         (merge_conversion_sequences): Likewise.
4859         (build_user_type_conversion_1): Likewise.
4860         (build_user_type_conversion): Likewise.
4861         (build_new_function_call): Likewise.
4862         (build_object_call): Likewise.
4863         (conditional_conversion): Likewise.
4864         (build_conditional_expr): Likewise.
4865         (build_new_op): Likewise.
4866         (build_op_delete_call): Likewise.
4867         (convert_like_real): Likewise.
4868         (build_over_call): Likewise.
4869         (build_new_method_call): Likewise.
4870         (is_subseq): Likewise.
4871         (maybe_handle_implicit_object): Likewise.
4872         (maybe_handle_ref_bind): Likewise.
4873         (compare_ics): Likewise.
4874         (source_type): Likewise.
4875         (add_warning): Likewise.
4876         (joust): Likewise.
4877         (can_convert_arg): Likewise.
4878         (can_convert_arg_bad): Likewise.
4879         (perform_implicit_conversion): Likewise.
4880         (perform_direct_initialization_if_possible): Likewise.
4881         (initialize_reference): Likewise.
4882         * cp-lang.c (cp_tree_size): Do not handle WRAPPER.
4883         * cp-tree.def (WRAPPER): Likewise.
4884         (IDENTITY_CONV): Remove.
4885         (LVALUE_CONV): Likewise.
4886         (QUAL_CONV): Likewise.
4887         (STD_CONV): Likewise.
4888         (PTR_CONV): Likewise.
4889         (PMEM_CONV): Likewise.
4890         (BASE_CONV): Likewise.
4891         (REF_BIND): Likewise.
4892         (USER_CONV): Likewise.
4893         (AMBIG_CONV): Likewise.
4894         (RVALUE_CONV): Likewise.
4895         * cp-tree.h (tree_wrapper): Remove.
4896         (WRAPPER_ZC): Remove.
4897         (lang_tree_node): Remove wrapper.
4898         (LOOKUP_SPECULATIVELY): Remove.
4899         (build_op_delete_call): Adjust prototype.
4900         (validate_conversion_obstack): Declare.
4901         (build_zc_wrapper): Remove.
4902         * cvt.c (convert_to_reference): Remove dead code.
4903         (ocp_convert): Likewise.
4904         * decl.c (redeclaration_error_message): Correct handling of
4905         templates.
4906         (finish_destructor_body): Do not use LOOKUP_SPECULATIVELY.
4907         (cp_tree_node_structure): Remove WRAPPER case.
4908         * decl2.c (finish_file): Call validate_conversion_obstack.
4909         * init.c (build_new_1): Remove use of LOOKUP_SPECULATIVELY.
4910         (build_op_delete_call): Likewise.
4911         (build_x_delete): Likewise.
4912         (build_delete): Adjust call to build_op_delete_call.
4913         * pt.c (tsubst_friend_declaration): Adjust code to determine
4914         whether or not a friend template is a definition.
4915         (tsubst_decl): Clear DECL_INITIAL for new FUNCTION_DECLs.
4916         * tree.c (build_zc_wrapper): Remove.
4917
4918 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
4919
4920         * cp-lang.c: Don't define LANG_HOOKS_BUILTIN_TYPE_DECLS.
4921         * cp-tree.h: Don't declare cxx_builtin_type_decls.
4922         * decl.c (builtin_type_decls, cxx_builtin_type_decls): Delete.
4923         (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
4924
4925 2004-02-10  Mark Mitchell  <mark@codesourcery.com>
4926
4927         * typeck.c (lookup_destructor): Fix typo in error message.
4928
4929 2004-02-09  Kazu Hirata  <kazu@cs.umass.edu>
4930
4931         * call.c, parser.c, tree.c: Fix comment typos.
4932
4933 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
4934
4935         Bug 13856
4936         * optimize.c (maybe_clone_body): Don't update DECL_ESTIMATED_INSNS.
4937         * decl.c (duplicate_decls, start_function): Likewise.
4938
4939 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
4940
4941         * name-lookup.c (pushdecl): Issue shadow warnings directly.
4942         * parser.c (free_parser_stacks): Delete.
4943
4944 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
4945
4946         * rtti.c: Update copyright.
4947
4948 2004-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4949
4950         PR c++/14033
4951         * decl.c (require_complete_types_for_parms): Do not insert
4952         error_mark_node in the parameter list.
4953
4954 2004-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4955
4956         PR c++/14028
4957         * parser.c (cp_parser_enclosed_template_argument_list): Emit straight
4958         error when terminator can not be found.
4959
4960 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
4961
4962         Make-lang.in (po-generated):  Delete.
4963
4964 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
4965
4966         * call.c (type_passed_as): Replace PROMOTE_PROTOTYPES with
4967         targetm.calls.promote_prototypes.
4968
4969 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4970
4971         PR middle-end/13750
4972         Revert:
4973         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
4974         PR pch/13361
4975         * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
4976         (handle_pragma_implementation): Likewise.
4977
4978 2004-02-05  Mark Mitchell  <mark@codesourcery.com>
4979
4980         PR c++/13714
4981         * typeck.c (lookup_destructor): Tweak error message.
4982
4983 2004-02-05  Jan Hubicka  <jh@suse.cz>
4984
4985         * tree.c (cp_cannot_inline_tree_fn):  Allow inlining of comdat
4986         functions.
4987
4988 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4989
4990         PR c++/14008
4991         * parser.c (cp_parser_diagnose_invalid_typename): Removed parsing
4992         code, only emits the diagnostic now. Added lookup of the identifier
4993         and support for qualified ids.
4994         (cp_parser_parse_and_diagnose_invalid_type_name): New function.
4995         Parse an (invalid) type name as id-expression within a declarator.
4996         (cp_parser_simple_declaration): Use it.
4997         (cp_parser_member_declaration): Likewise.
4998         (cp_parser_make_typename_type): New function. Handle errors through
4999         cp_parser_diagnose_invalid_typename.
5000         (cp_parser_elaborated_type_specifier): Use it.
5001
5002 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
5003
5004         PR c++/13932
5005         * call.c (convert_like_real): Use "converting" rather than
5006         "argument" as the descriptive keyword to
5007         dubious_conversion_warnings.
5008         * typeck.c (convert_for_assignment): Do not call
5009         dubious_conversion_warnings.
5010
5011 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5012
5013         PR c++/13086
5014         * init.c (build_delete): Emit a more informative error message in
5015         case of an incomplete type, and on the correct source line.
5016
5017 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
5018
5019         * error.c, search.c: Update copyright.
5020
5021 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
5022
5023         PR c++/9941
5024         * rtti.c (tinfo_base_init): Use import_export_tinfo to decide the
5025         linkage for the typeinfo name string.
5026
5027 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
5028
5029         PR c++/13969
5030         * cp-tree.h (fold_non_dependent_expr): New function.
5031         * parser.c (cp_parser_fold_non_dependent_expr): Remove.
5032         (cp_parser_template_argument): Use fold_non_dependent_expr.
5033         (cp_parser_direct_declarator): Likewise.
5034         * pt.c (fold_non_dependent_expr): New function.
5035         (convert_nontype_argument): Use it.
5036         (tsubst_qualified_id): Simplify.
5037         (tsubst_copy_and_build): Likewise.
5038
5039 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
5040
5041         * decl.c (cxx_push_function_context): Do not set
5042         current_function_is_thunk.
5043         * method.c (use_thunk): Set CALL_FROM_THUNK on the call to the
5044         actual function.
5045
5046 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5047
5048         PR c++/13997
5049         * pt.c (more_specialized_class): Increase processing_template_decl
5050         while partial ordering.
5051
5052 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
5053
5054         PR c++/13925
5055         * decl.c (start_function): Do not call pushdecl for any
5056         instantiation or specialization of a primary template.
5057
5058 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
5059
5060         PR c++/13950
5061         * parser.c (cp_parser_class_name): Robustify.
5062
5063         PR c++/13970
5064         * parser.c (cp_parser_cache_group): Do not consume the EOF token.
5065
5066         PR c++/14002
5067         * semantics.c (finish_id_expression): Do not return an
5068         IDENTIFIER_NODE when lookup finds a PARM_DECL.
5069
5070 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
5071
5072         PR c++/13978
5073         * pt.c (build_non_dependent_expr): Do not build
5074         NON_DEPENDENT_EXPRs for FUNCTION_DECLs or TEMPLATE_DECLs.
5075
5076         PR c++/13968
5077         * semantics.c (finish_id_expression): Do not return an
5078         IDENTIFIER_NODE when lookup finds a VAR_DECL.
5079
5080         PR c++/13975
5081         * parser.c (cp_parser_simple_declaration): When skipping to the
5082         end of the statement swallow the terminating semicolon.
5083
5084 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
5085
5086         PR c++/13113
5087         * init.c (build_offset_ref): Improve error recovery for invalid
5088         uses of non-static member functions.
5089
5090         PR c++/13854
5091         * cp-tree.h (cp_build_type_attribute_variant): New function.
5092         * class.c (build_clone): Use cp_build_type_attribute_variant.
5093         * decl.c (duplicate_decls): Likewise.
5094         * pt.c (copy_default_args_to_explicit_spec): Likewise.
5095         (tsubst_function_type): Likewise.
5096         * tree.c (build_exception_variant): Check attributes before
5097         concluding that two types are the same.
5098         (cp_build_type-attribute_variant): New method.
5099         * typeck.c (merge_types): Use cp_build_type_attribute_variant.
5100
5101         PR c++/13907
5102         * call.c (convert_class_to_reference): Keep better track of
5103         pedantically invalid user-defined conversions.
5104
5105 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5106
5107         PR c++/13957
5108         * pt.c (tsubst_qualified_id): Improved error message when a type
5109         is expected but not found.
5110
5111 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
5112
5113         * class.c: Fix comment typos.
5114         * decl.c: Likewise.
5115         * error.c: Likewise.
5116         * parser.c: Likewise.
5117         * pt.c: Likewise.
5118         * search.c: Likewise.
5119         * typeck.c: Likewise.
5120
5121 2004-01-30  Richard Henderson  <rth@redhat.com>
5122
5123         PR c++/13693
5124         * method.c (use_thunk): Don't force_target_expr for void thunks.
5125         * tree.c (build_target_expr_with_type): Assert non-void type.
5126         (force_target_expr): Likewise.
5127
5128 2004-01-30  Michael Matz  <matz@suse.de>
5129
5130         * parser.c (cp_parser_labeled_statement): Accept case ranges.
5131
5132 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5133
5134         DR206
5135         PR c++/13813
5136         * decl.c (grokdeclarator): Check immediatly type completeness for
5137         non-dependent types.
5138
5139 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5140
5141         PR c++/13683
5142         * call.c (convert_arg_to_ellipsis): Don't emit a warning if within
5143         a sizeof expression.block
5144
5145 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
5146
5147         PR c++/13883
5148         * mangle.c (write_encoding): Correct encoding of member template
5149         constructors.
5150
5151 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5152
5153         * parser.c (cp_parser_template_id): Parse tentatively `[:' after a
5154         template name as it was `<::' (digraph typo).
5155         (cp_parser_nth_token_starts_template_argument_list_p): New function.
5156         (cp_parser_id_expression): Use it.
5157         (cp_parser_nested_name_specifier_opt): Likewise.
5158         (cp_parser_template_name): Likewise.
5159         (cp_parser_class_name): Likewise.
5160         (cp_lexer_get_preprocessor_token): Use c_lex_with_flags.
5161
5162 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
5163
5164         PR c++/13791
5165         * typeck.c (merge_types): Do not merge attributes into
5166         TYPENAME_TYPEs.
5167
5168         PR c++/13736
5169         * parser.c (cp_parser_direct_declarator): Do not prevent
5170         backtracking inside a parenthesized declarator.
5171         (cp_parser_parameter_declaration): Fix typo in comment.
5172
5173 2004-01-28  Jan Hubicka  <jh@suse.cz>
5174
5175         * semantics.c (expand_body)  Do emit_associated_thunks before
5176         expansion.
5177
5178 2004-01-27  Devang Patel  <dpatel@apple.com>
5179
5180         * name-lookup.c: Include "debug.h"
5181         (do_namespace_alias): Invoke debug_hooks to emit debug info
5182         for namespace alias.
5183         (do_local_using_decl): Invoke debug_hooks to emit debug info
5184         for using decl.
5185         (do_class_using_decl): Same.
5186         (do_toplevel_using_decl): Same.
5187         (do_using_directive): Same.
5188         (cp_emit_debug_info_for_using): New function.
5189         * Make-lang.in (cp/parser.o): Depend on debug.h
5190         (cp/name-lookup.o): Same.
5191
5192 2004-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5193
5194         * cp-tree.h (language_function, lang_type_header): Use
5195         BOOL_BITFIELD.
5196         * name-lookup.h (cp_binding_level): Likewise.
5197
5198 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
5199
5200         PR c++/13663
5201         * semantics.c (finish_for_expr): Check for unresolved overloaded
5202         functions.
5203
5204         * class.c (add_method): Just check processing_template_decl to
5205         determine whether or not we are within a template.
5206         * decl2.c (maybe_retrofit_in_chrg): Likewise.
5207         * init.c (decl_constant_value): Check the type of the declaration,
5208         not TREE_READONLY.
5209         * name-lookup.c (maybe_push_to_top_level): Rename to ...
5210         (push_to_top_level): ... this.
5211         * name-lookup.h (maybe_push_to_top_level): Do not declare it.
5212         * pt.c (push_template_decl_real): Reorder condition for speed.
5213         (convert_template_argument): Use dependency-checking functions in
5214         place of uses_template_parms.
5215         (lookup_template_class): Avoid calling uses_template_parms more
5216         than once.
5217         (uses_template_parms): Reimplement, using dependency-checking
5218         functions.
5219         (instantiate_class_template): Use push_to_top_level, not
5220         maybe_push_to_top_level.
5221         (type_unification_real): Simplify.
5222         (type_dependent_expression_p): Handle OFFSET_REFs and
5223         TEMPLATE_DECLs.
5224         (any_dependent_template_arguments_p): Handle multiple levels of
5225         template argument.
5226         * semantics.c (expand_or_defer_fn): Do not check
5227         uses_template_parms for template instantiations.
5228         * typeck.c (comptypes): Avoid calling cp_type_quals.
5229
5230 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
5231
5232         PR c++/13833
5233         * call.c (build_over_call): Do not convert arguments when
5234         processing a template.
5235         * pt.c (build_non_dependent_expr): Do not build a
5236         NON_DEPENDENT_EXPR for arithmetic constants.
5237
5238 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5239
5240         PR c++/13810
5241         * parser.c (cp_parser_type_parameter): When cp_parser_id_expression
5242         returns a TYPE_DECL. no further lookup is required.
5243         * semantics.c (check_template_template_default_arg): A TYPE_DECL
5244         is invalid. Rework to give better diagnostics.
5245
5246 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5247
5248         PR c++/13797
5249         * pt.c (instantiate_class_template): Add an error_mark_node
5250         check.
5251         (tsubst_decl) <TEMPLATE_DECL case>: Likewise.
5252
5253 2004-01-23  Andrew Pinski  <pinskia@physics.uc.edu>
5254
5255         PR c++/13701
5256         * decl.c (finish_function): Move the call to
5257         finish_fname_decls below the call to
5258         finish_eh_spec_block.
5259
5260 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
5261
5262         * optimize.c, typeck2.c: Update copyright.
5263
5264 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
5265
5266         * Make-lang.in, call.c, class.c, decl2.c, except.c, expr.c,
5267         init.c, mangle.c, typeck.c: Update copyright.
5268
5269 2004-01-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5270
5271         * parser.c (cp_parser_class_specifier): Prevent garbage collection.
5272
5273 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
5274
5275         * Make-lang.in: Replace $(docdir) with doc.
5276         (c++.info, c++.srcinfo): Dummy entry.
5277         (c++.man, c++.srcman): New rules.
5278         (c++.install-man): Revamp rule.
5279
5280 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
5281
5282         * Make-lang.in (CXX_INSTALL_NAME, GXX_INSTALL_NAME,
5283         CXX_TARGET_INSTALL_NAME, GXX_TARGET_INSTALL_NAME): Define via a
5284         immediate $(shell) instead of deferred backquote.
5285
5286 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
5287
5288         PR c++/13651
5289         * parser.c (cp_parser_postfix_expression): When encountering
5290         incomplete type on left-hand side of "->" or ".", treat the entire
5291         expression as erroneous.
5292
5293         PR c++/13592
5294         * call.c (build_field_call): Remove.
5295         (n_build_method_call): Likewise.
5296         (build_method_call): Likewise.
5297         (build_new_method_call): Do not call build_field_call.
5298         * class.c (n_build_method_call): Remove.
5299         (print_class_statistics): Do not print it.
5300         * cp-tree.h (build_method_call): Remove declaration.
5301         (finish_object_call_expr): Likewise.
5302         (build_new_1): Do not use build_method_call.
5303         * parser.c (cp_parser_postfix_expression): Use finish_call_expr
5304         when the function appearing on the right-hand-side of "." or "->"
5305         is not actually a function.
5306         * pt.c (tsubst_copy_and_build): Likewise.
5307         * semantics.c (finish_object_call_expr): Remove.
5308
5309 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
5310
5311         PR c++/13710
5312         * pt.c (tsubst): Use finish_typeof.
5313
5314 2004-01-18  Jason Merrill  <jason@redhat.com>
5315
5316         PR c++/11725
5317         * except.c (build_throw): In a template, set
5318         current_function_returns_abnormally.
5319
5320 2004-01-17  Fred Fish  <fnf@intrinsity.com>
5321
5322         PR c++/11895
5323         * decl.c (reshape_init): Handle VECTOR_TYPE like ARRAY_TYPE,
5324         except don't call array_type_nelts() with a VECTOR_TYPE.
5325
5326 2004-01-16  Jan Hubicka  <jh@suse.cz>
5327
5328         * mangle.c (write_mangled_name): Remove inline modifier.
5329
5330 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
5331
5332         PR c++/13574
5333         * decl.c (compute_array_index_type): Fix grammar in comment.
5334         * init.c (build_zero_init): Handle zero-sized arrays correctly.
5335
5336         PR c++/13178
5337         * call.c (name_as_c_string): Print conversion operator names
5338         correctly.
5339
5340         PR c++/13478
5341         * call.c (initialize_reference): Pass -1 for inner parameter to
5342         convert_like_real.
5343
5344 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5345
5346         PR c++/13407
5347         * parser.c (cp_parser_base_specifier): Check for an invalid
5348         keyword `typename' and emit an user-friendly error message.
5349
5350 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
5351
5352         PR pch/13361
5353         * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
5354         (handle_pragma_implementation): Likewise.
5355
5356 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5357
5358         PR c++/9259
5359         * typeck.c (build_class_member_access_expr): Allow to access members
5360         of the currently open class.
5361         (finish_class_member_access_expr): Likewise.
5362
5363 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
5364
5365         PR c++/13659
5366         * name-lookup.c (validate_nonmember_using_decl): Take scope and
5367         name by value, instead of computing them.
5368         (do_local_using_decl, do_toplevel_using_decl): Add scope and name
5369         arguments.  Pass them to validate_nonmember_using_decl.
5370         * name-lookup.h (do_local_using_decl): Adjust.
5371         (do_toplevel_using_decl): Likewise.
5372         * parser.c (cp_parser_using_declaration): Likewise.
5373         * pt.c (tsubst_expr): Likewise.
5374
5375 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
5376
5377         PR c++/13594
5378         PR c++/13658
5379         * name-lookup.c (qualified_lookup_using_namespace): Search
5380         strongly-associated namespaces first, and only then try other
5381         namespaces.
5382
5383 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
5384
5385         * Make-lang.in (c++.srcextra): Dummy entry.
5386
5387 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5388
5389         PR c++/8856
5390         * parser.c (cp_parser_template_name): Don't try to parse a
5391         conversion-function-id, as it cannot be a template-name.
5392         (cp_parser_simple_type_specifier): Check for invalid template-ids
5393         even after a built-in type.
5394
5395 2004-01-14  Jan Hubicka  <jh@suse.cz>
5396
5397         PR c++/12850
5398         * pt.c (instantiate_decl):  Do not increase function_depth.
5399
5400 2004-01-14  Danny Smith  <dannysmith@users,sourceforge.net>
5401
5402         PR c++/9021
5403         PR c++/11005
5404         * parser.c (cp_parser_elaborated_type_specifier): Warn about
5405         attributes and discard.
5406         * decl.c (xref_tag): Don't overwite existing attributes with
5407         NULL_TREE.
5408
5409 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5410
5411         PR c++/12335
5412         * parser.c (cp_parser_lookup_name): Return error_mark_node if there
5413         is no destructor while looking up a BIT_NOT_EXPR.
5414
5415 2004-01-13  Ian Lance Taylor  <ian@wasabisystems.com>
5416
5417         * cxxfilt.c: Remove unused file.
5418
5419 2004-01-14  Jan Hubicka  <jh@suse.cz>
5420
5421         Partial fix to PR c++/12850
5422         * decl2.c (mark_used): Do not proactively instantiate templates
5423         when compiling in unit-at-a-time or not optimizing.
5424         * optimize.c (maybe_clone_body): Do not increase function depth.
5425
5426 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5427
5428         PR c++/13474
5429         * pt.c (tsubst) <INTEGER_TYPE>: Remove obsolete array index tweaking.
5430
5431 2004-01-12  Steven Bosscher  <stevenb@suse.de>
5432
5433         PR c++/13558
5434         * parser.c (cp_parser_member_declaration): Any non-type is also
5435         not a class or a function.
5436
5437 2004-01-12  Jason Merrill  <jason@redhat.com>
5438
5439         PR c++/12815
5440         * class.c (build_base_path): Do not mark vtable references as
5441         TREE_CONSTANT.
5442         (build_vtbl_ref_1): Likewise.
5443
5444 2004-01-12  Richard Henderson  <rth@redhat.com>
5445
5446         PR opt/10776
5447         * typeck2.c (split_nonconstant_init_1, split_nonconstant_init): New.
5448         (store_init_value): Use it.
5449         * decl.c (check_initializer): Expect full initialization code
5450         from store_init_value.
5451         * init.c (expand_aggr_init_1): Likewise.
5452         * decl2.c (maybe_emit_vtables): Abort if runtime init needed.
5453
5454 2004-01-12  Mark Mitchell  <mark@codesourcery.com>
5455
5456         * class.c (layout_class_type): For non-POD class types, also copy
5457         the DECL_SIZE and DECL_MODE of fields to the base class type.
5458
5459 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5460
5461         PR c++/13289
5462         * pt.c (instantiate_decl): Set DECL_TEMPLATE_INSTANTIATED before
5463         calling regenerate_decl_from_template.
5464
5465 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
5466
5467         PR c++/4100
5468         * parser.c (cp_parser_decl_specifier_seq): Add check for a friend
5469         decl-specifier occurring along with a class definition.
5470
5471 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
5472
5473         * parser.c (cp_parser_decl_specifier_seq): Add parenthetical
5474         clauses to comments describing declares_class_or_enum.
5475         (cp_parser_type_specifier): Set *declares_class_or_enum to 0, not
5476         false.
5477
5478 2004-01-12  Jan Hubicka  <jh@suse.cz>
5479
5480         * pt.c (for_each_template_parm): Do not check for duplicates.
5481         (for_each_template_parm): Use walk_tree duplicate checking code.
5482
5483 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
5484
5485         PR c++/3478
5486         * parser.c (cp_parser_decl_specifier_seq): If the first decl_spec
5487         is error_mark_node, don't add any more decl_specs.
5488         (cp_parser_init_declarator): After committing to a declaration, if
5489         the decl_specifiers start with error_mark_node, issue an error and
5490         change the type to "int".
5491
5492 2004-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5493
5494         PR bootstrap/7817
5495         * Make-lang.in: Copy gcc.1 to g++.1 rather than using .so.
5496
5497 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5498
5499         DR 337
5500         PR c++/9256
5501         * pt.c (tsubst): Substitution must fail if we are attempting to
5502         create an array with element type that is an abstract class type.
5503         * decl.c (cp_finish_decl): Strip pointers and array types recursively
5504         before calling abstract_virtuals_error.
5505
5506 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
5507
5508         * name-lookup.c (qualified_lookup_using_namespace): Consider
5509         strong using directives even if we've already found a binding.
5510
5511 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
5512
5513         * cp-tree.h (cxx_expand_expr): Change prototype.
5514         * expr.c (cxx_expand_expr): Add alt_rtl parameter.
5515
5516 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5517
5518         PR c++/12573
5519         * pt.c (value_dependent_expression_p): Handle COMPONENT_REFs by
5520         looking into them recursively. They can be there because of the
5521         new __offsetof__ extension.
5522
5523 2004-01-07  Zack Weinberg  <zack@codesourcery.com>
5524
5525         * parser.c (cp_parser_save_member_function_body): Mark the
5526         definition static.
5527
5528 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
5529
5530         PR c++/13057
5531         * class.c (build_clone): Copy type attributes from the original
5532         function to the clone.
5533
5534         PR c++/12815
5535         * class.c (build_vtbl_ref_1): Do not unconditionally mark vtable
5536         references as constant.
5537
5538         PR c++/12132
5539         * parser.c (cp_parser_explicit_instantiation): Improve error
5540         recovery.
5541         (cp_parser_require): Improve indication of the error location.
5542
5543         PR c++/13451
5544         * parser.c (cp_parser_class_head): Reorder logic to check for
5545         invalid qualification.
5546
5547 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
5548
5549         PR c++/13157
5550         * name-lookup.c (lookup_using_namespace): Remove spacesp
5551         parameter.
5552         (unqualified_namespace_lookup): Likewise.
5553         (lookup_qualified_name): Adjust accordingly.
5554         (lookup_name_real): Likewise.
5555         (lookup_arg_dependent): Do not eliminate the namespace of the
5556         functions found by unqualified name lookup unless that is the
5557         current namespace.
5558
5559 2004-01-04  Andrew Pinski  <pinskia@physics.uc.edu>
5560
5561         * semantics.c (push_deferring_access_checks): Fix format.
5562         (resume_deferring_access_checks): Likewise.
5563         (stop_deferring_access_checks): Likewise.
5564         (pop_deferring_access_checks): Likewise.
5565         (get_deferred_access_checks): Likewise.
5566         (pop_to_parent_deferring_access_checks): Likewise.
5567         (perform_deferred_access_checks): Likewise.
5568         (perform_or_defer_access_check): Likewise.
5569
5570 2004-01-04  Richard Henderson  <rth@redhat.com>
5571
5572         * call.c (build_over_call): Don't create a save_expr of an
5573         aggregate, but rather its address.
5574
5575 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
5576
5577         PR c++/13529
5578         * parser.c (cp_parser_postfix_expression): Allow "." to appear in
5579         an offsetof expression.
5580
5581         * parser.c (cp_parser_parameter_declaration): Fix comment.
5582
5583         PR c++/12226
5584         * call.c (CHECK_COPY_CONSTRUCTOR_P): New macro.
5585         (reference_binding): Set it when appropriate.
5586         (build_temp): New function, split out from ...
5587         (convert_like_real): ... here.  Honor CHECK_COPY_CONSTRUCTOR_P.
5588         (initialize_reference): Likewise.
5589
5590         PR c++/13536
5591         * parser.c (cp_parser): Add in_type_id_in_expr_p.
5592         (cp_parser_new): Initialize it.
5593         (cp_parser_postfix_expression): Set it.
5594         (cp_parser_sizeof_operand): Likewise.
5595         (cp_parser_parameteR_declaration): Do not commit early to tenative
5596         parsers when in_type_id_in_expr_p is set.
5597
5598 2004-01-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5599
5600         PR c++/13094
5601         * parser.c (cp_parser_template_argument): Don't call
5602         make_unbound_class_template directly.
5603         (cp_parser_lookup_name): Don't extract TEMPLATE_DECL from
5604         UNBOUND_CLASS_TEMPLATE tree node.
5605
5606 2004-01-02  Richard Sandiford  <rsandifo@redhat.com>
5607
5608         PR target/12729
5609         * method.c (use_thunk): Pass the CALL_EXPR through force_target_expr.
5610
5611 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5612
5613         PR c++/13520
5614         * cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): New macro.
5615         (DECL_FUNCTION_TEMPLATE_P): Use it.
5616         (DECL_CLASS_TEMPLATE_P): Likewise.
5617         * parser.c (cp_parser_lookup_name): Add is_template parameter.
5618         (cp_parser_type_parameter): Adjust call to cp_parser_lookup_name.
5619         (cp_parser_template_name): Likewise.
5620         (cp_parser_elaborated_type_specifier): Likewise.
5621         (cp_parser_namespace_name): Likewise.
5622         (cp_parser_class_name): Likewise.
5623         (cp_parser_lookup_name_simple): Likewise.
5624
5625 See ChangeLog.3 for earlier changes.