OSDN Git Service

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