OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2005-06-30  Zack Weinberg  <zack@codesourcery.com>
2             Jakub Jelinek  <jakub@redhat.com>
3
4         * cp-lang.c: No need to include cxx-pretty-print.h.
5         * error.c (cp_printer): Update signature.  No need to process
6         flags.
7         (print_instantiation_partial_context): Output last newline
8         with pp_base_newline.
9         * Make-lang.in: Update dependencies.
10
11 2005-06-30  Steven Bosscher  <stevenb@suse.de>
12
13         * decl.c (start_decl): Replace DECL_THREAD_LOCAL with
14         DECL_THREAD_LOCAL_P.
15         (cp_finish_decl): Likewise.
16         (grokvardecl): Set the default DECL_TLS_MODEL here.
17
18 2005-06-28  Joseph S. Myers  <joseph@codesourcery.com>
19
20         * cvt.c (ocp_convert): Use invalid_conversion hook.
21         * typeck.c (build_binary_op): Use invalid_binary_op hook.
22         (build_unary_op): Use invalid_unary_op hook.
23
24 2005-06-28  Paul Brook  <paul@codesourcery.com>
25
26         * Make-lang.in (cp/except.o): Depend on $(TARGET_H)
27         * except.c: Include target.h.
28         (init_exception_processing): Initialize unwind_resume_libfunc.
29         * doc/tm.texi: Document TARGET_ASM_TTYPE
30
31 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
32
33         * call.c (build_over_call): Pass in named argument list to
34         `check_function_arguments'.
35         * typeck.c (build_function_call): Likewise.
36
37 2005-06-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
38
39         * cp-tree.h (lang_check_failed): Add noreturn attribute.
40
41 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
42
43         * all files: Update FSF address in copyright headers.
44
45 2005-06-23  Jason Merrill  <jason@redhat.com>
46
47         PR c++/19317
48         * semantics.c (simplify_aggr_init_expr): Use
49         CALL_EXPR_RETURN_SLOT_OPT, not CALL_EXPR_HAS_RETURN_SLOT_ADDR.
50
51 2005-06-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
52
53         * pt.c (register_specialization): Remove superfluous assertion.
54
55 2005-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
56
57         * call.c (convert_like_real): Add format attribute.
58         * typeck.c (check_for_casting_away_constness,
59         build_static_cast_1): Likewise.
60         * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
61         Likewise.
62
63 2005-06-17  Geoffrey Keating  <geoffk@apple.com>
64
65         PR c++/17413
66         * pt.c (type_unification_real): Apply template type deduction even
67         to procedure parameters that are not dependent on a template
68         parameter.
69
70 2005-06-16  Nathan Sidwell  <nathan@codesourcery.com>
71
72         * rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might
73         change.
74         (create_pseudo_type_info): First parameter is an int.
75
76 2005-06-15  Aldy Hernandez  <aldyh@redhat.com>
77
78         * typeck.c (build_binary_op): Same.
79         * testsuite/g++.dg/conversion/simd3.C: New.
80
81 2005-06-15  Nathan Sidwell  <nathan@codesourcery.com>
82
83         PR c++/20678
84         * error.c (dump_expr) <COMPONENT_REF case>: Check DECL_NAME is not
85         null.
86
87         * Make-lang.in: Reformat some long lines.
88         (gt-cp-rtti.h): New target.
89         (cp/rtti.o): Add dependency.
90         * config-lang.in (gtfiles): Add cp/rtti.c.
91         * cp-tree.h (CPTI_TI_DESC_TYPE, CPTI_BLTN_DESC_TYPE,
92         CPTI_PTR_DESC_TYPE, CPTI_ARY_DESC_TYPE, CPTI_FUNC_DESC_TYPE,
93         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE,
94         CPTI_SI_CLASS_DESC_TYPE, CPTI_VMI_CLASS_DESC_TYPE,
95         CPTI_PTM_DESC_TYPE, CPTI_BASE_DESC_TYPE): Remove.
96         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
97         ary_desc_type_node, func_desc_type_node, enum_desc_type_node,
98         class_desc_type_node, si_class_desc_type_node,
99         vmi_class_desc_type_node, ptm_desc_type_node,
100         base_desc_type_node): Remove.
101         * decl.c: Adjust documentation of global trees.
102         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL,
103         TINFO_REAL_NAME): Remove.
104         (struct tinfo_s): New.
105         (enum tinfo_kind): New.
106         (tinfo_descs): New.
107         (get_tinfo_decl): Adjust use of tinfo descriptor.
108         (tinfo_base_init, generic_initializer, ptr_initializer,
109         ptm_initializer, class_initializer): Likewise.
110         (get_pseudo_ti_init): Take descriptor index. Adjust.
111         (create_pseudo_type_info): Likewise.
112         (get_pseudo_ti_desc): Return descriptor index. Adjust.
113         (create_tinfo_types): Adjust use of create_pseudo_type_info.
114         (emit_tinfo_decl): Adjust use of tinfo descriptor.
115
116 2005-06-14  Roger Sayle  <roger@eyesopen.com>
117
118         * decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.
119
120 2005-06-13  Geoffrey Keating  <geoffk@apple.com>
121
122         * Make-lang.in (c++.install-man): Doesn't really depend on installdirs.
123         (rule for installing g++.1 manpage): Does depend on installdirs.
124
125 2005-06-13  Nathan Sidwell  <nathan@codesourcery.com>
126
127         PR c++/20789
128         * decl.c (cp_finish_decl): Clear runtime runtime initialization if
129         in-class decl's initializer is bad.
130
131         PR c++/21929
132         * parser.c (struct cp_parser): Document that scope could be
133         error_mark.
134         (cp_parser_diagnose_invalid_type_name): Cope with error_mark for
135         scope.
136         (cp_parser_nested_name_specifier): Return NULL_TREE on error.
137         (cp_parser_postfix_expression): Deal with null or error_mark
138         scope.
139         (cp_parser_elaborated_type_specifier): Adjust
140         cp_parser_nested_name_specifier call.
141
142         * parser (cp_parser_skip_to_end_of_block_or_statement): Cleanup.
143
144 2005-06-12  Roger Sayle  <roger@eyesopen.com>
145
146         PR c++/21930
147         * error.c (dump_expr): UNARY_PLUS_EXPR need not handle void types.
148         Treat CONVERT_EXPR identically to NOP_EXPR.
149
150 2005-06-10  Aldy Hernandez  <aldyh@redhat.com>
151
152         PR c++/10611
153         * cvt.c (build_expr_type_conversion): Same.
154         * typeck.c (build_binary_op): Handle vectors.
155         (common_type): Same.
156         (type_after_usual_arithmetic_conversions): Same.
157         * testsuite/g++.dg/conversion/simd2.C: New.
158
159 2005-06-08  Nathan Sidwell  <nathan@codesourcery.com>
160
161         PR c++/19497
162         * cp-tree.def (USING_DECL): Update documentation.
163         * cp-tree.h (DECL_DEPENDENT_P): New.
164         (USING_DECL_DECLS, USING_DECL_SCOPE): New.
165         * class.c (handle_using_decl): Move most of the processing to ...
166         * name-lookup.c (do_class_using_decl): ... here.  Make stricter.
167         (push_using_decl): Use USING_DECL_SCOPE.
168         (cp_emit_debug_info_for_using): Make extern.
169         * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
170         * name-lookup.h (cp_emit_debug_info_for_using): Declare.
171         * pt.c (tsubst_decl) <USING_DECL case>: Use do_class_using_decl
172         when tsubsting.
173         (tsubst_expr): Use USING_DECL_SCOPE.
174         * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
175         * semantics.c (finish_member_declaration): Likewise.
176
177 2005-06-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
178
179         PR c++/19894
180         * pt.c (tsubst): Reject pointer-to-member of type void.
181
182         PR c++/20563
183         * parser.c (cp_parser_label_declaration): Deal with invalid/missing
184         identifiers.
185
186 2005-06-07  Nathan Sidwell  <nathan@codesourcery.com>
187
188         * cp-tree.def (DEFAULT_ARG): Adjust documentation.
189         * cp-tree.h (DEFARG_INSTANTIATIONS): New.
190         (struct tree_default_arg): Add instantiations member.
191         * parser.c (cp_parser_late_parsing_default_args): Adjust to use a
192         VEC.
193         * pt.c (tsubst_arg_types): Likewise.
194
195         * parser.c (cp_parser_late_parsing_default_args): Fix overeager
196         assert in previous patch.
197
198 2005-06-06  Jakub Jelinek  <jakub@redhat.com>
199
200         * error.c (locate_error): Use gmsgid instead of msgid for argument
201         name.
202         (cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
203
204 2005-06-06  Nathan Sidwell  <nathan@codesourcery.com>
205
206         PR 21903
207         * cp-tree.def (DEFAULT_ARG): Document TREE_CHAIN use.
208         * parser.c (cp_parser_late_parsing_default_args): Propagate parsed
209         argument to any early instantiations.
210         * pt.c (tsubst_arg_types): Chain early instantiation of default arg.
211
212         PR c++/20637
213         * cp-tree.h (add_method): Add using_decl parameter.
214         * class.c (add_method): Add using_decl parameter.  Adjust error
215         messages.
216         (handle_using_decl): Pass the using decl to add_method.
217         (clone_function_decl): Adjust add_member calls.
218         * decl2.c (check_classfn): Likewise.
219         * method.c (lazily_declare_fn): Likewise.
220         * semantics.c (finish_member_declaration): Likewise.
221
222         * method.c (synthesize_method): Use inform, not warning.
223
224 2005-06-06  Hans-Peter Nilsson  <hp@axis.se>
225
226         * config-lang.in (target_libs): Remove target-gperf.
227
228 2005-06-05  Mark Mitchell  <mark@codesourcery.com>
229
230         PR c++/21619
231         * cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro.
232         * parser.c (cp_parser_postfix_expression): Allow non-constant
233         expressions as arguments to __builtin_constant_p.
234         * tree.c (builtin_valid_in_constant_expr_p): Use
235         DECL_IS_BUILTIN_CONSTANT_P.
236
237 2005-06-03  Mark Mitchell  <mark@codesourcery.com>
238
239         PR c++/21853
240         * typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
241         the pointed-to type for a pointer-to-member.
242
243         PR c++/21336
244         * cp-tree.h (grok_op_properties): Remove friendp parameter.
245         * decl.c (grokfndecl): Adjust call.
246         (grok_op_properties): Determine the class of which the function is
247         a member by looking at its DECL_CONTEXT, not current_class_type.
248         * pt.c (tsubst_decl): Adjust call to grok_op_properties.
249
250 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
251
252         * method.c (synthesize_method): Add addtional arg to warning call.
253
254         PR c++/21280
255         * Make-lang.in (method.o): Add diagnostic.h
256         * decl.c (start_preparsed_function): Use decl's location for file
257         info.
258         * decl2.c (cp_finish_file): Set input_location before synthesizing
259         a function.
260         (mark_used): When deferring a synthesized function, save current
261         location.  Do not set function's location when actually
262         synthesizing it.
263         * method.c: #include diagnostic.h.
264         (synthesize_method): Set the functions source location.  Show
265         needed location if errors are emitted.
266
267         * decl.c (start_decl): Simplify specialization handling. Remove
268         unneeded CLASSTYPE_TEMPLATE_INSTANTIATION check.
269         * mangle.c (discriminator_for_local_entity): Use VEC_index.
270
271         PR c++/20350
272         * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
273
274         PR c++/21151
275         * name-lookup.c (pushtag): Push local class even in a template.
276
277 2005-05-31  Nathan Sidwell  <nathan@codesourcery.com>
278
279         PR c++/21165
280         * init.c (integral_constant_value): Check the type of the
281         initializer, not the decl.
282
283 2005-05-30  Mark Mitchell  <mark@codesourcery.com>
284
285         PR c++/21784
286         * name-lookup.c (do_nonmember_using_decl): Ignore builtin
287         functions, even when the used name is not a function.
288
289 2005-05-30  Kazu Hirata  <kazu@cs.umass.edu>
290
291         * operators.def, optimize.c: Update copyright.
292
293 2005-05-28  Mark Mitchell  <mark@codesourcery.com>
294
295         PR c++/21210
296         * call.c (standard_conversion): Permit conversions to complex
297         types if conversion to the corresponding scalar type would be
298         permitted.
299
300         PR c++/21340
301         * method.c (implicitly_declare_fn): Clear processing_template_decl
302         when generating implicit declaration.
303
304 2005-05-27  Mark Mitchell  <mark@codesourcery.com>
305
306         PR c++/21614
307         * typeck.c (get_member_function_from_ptrfunc): Do not attempt
308         conversions to base classes of incomplete types.
309
310 2005-05-27  Ian Lance Taylor  <ian@airs.com>
311
312         * semantics.c (add_stmt): Add C++ frontend specific version.
313         * cp-tree.h (STMT_IS_FULL_EXPR_P): Define.
314         (stmts_are_full_exprs_p): Declare.
315
316 2005-05-27  Roger Sayle  <roger@eyesopen.com>
317             Giovanni Bajo  <giovannibajo@gcc.gnu.org>
318
319         * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
320         * parser.c (cp_parser_unary_expression): Use UNARY_PLUS_EXPR instead
321         of CONVERT_EXPR.
322         (cp_parser_unary_expression): Likewise.
323         * typeck.c (build_unary_op): Likewise.
324         * call.c (add_builtin_candidate, build_new_op): Likewise.
325         * error.c (dump_expr): Likewise.
326         * pt.c (tsubst_copy, tsubst_copy_and_build): Likewise.
327         * decl.c (ambi_op_p, grok_op_properties): Likewise.
328         * dump.c (dump_op): Likewise.
329         * lex.c (init_operators): Likewise.
330         * operators.def ("+"): Likewise.
331         * cp-gimplify.c (cp_gimplify_expr): Handle UNARY_PLUS_EXPR like a
332         conversion, if the result and argument types differ.
333         * tree.c (fold_if_not_in_template): Fold UNARY_PLUS_EXPR much
334         like a NOP_EXPR when !processing_template_decl.
335
336         * cxx-pretty-print.c (pp_cxx_cast_expression): Prototype.
337         (pp_cxx_unary_expression): Handle new UNARY_PLUS_EXPR tree code.
338
339 2005-05-27  Nathan Sidwell  <nathan@codesourcery.com>
340
341         PR c++/21455
342         * typeck.c (get_delta_difference): Cope with incomplete but equal
343         classes.  Reorder if.
344
345         PR c++/21681
346         * parser.c (cp_parser_late_parsing_for_member): Disable access
347         checking for template functions.
348
349 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
350
351         PR c++/21768
352         * pt.c (redeclare_class_template): Change error message according
353         to coding conventions.
354
355 2005-05-26  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
356
357         * call.c (build_op_delete_call): Fix quoting in error message.
358
359 2005-05-25  Richard Henderson  <rth@redhat.com>
360
361         PR libgcj/21692
362         * cp-tree.h (make_alias_for): Declare.
363         * decl2.c (build_java_method_aliases): New.
364         (cp_finish_file): Call it.
365         * method.c (make_alias_for): Split out from ...
366         (make_alias_for_thunk): ... here.
367
368 2005-05-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
369
370         PR c++/21686
371         * semantics.c (finish_id_expression): Fix quoting in error message.
372
373 2005-05-25  DJ Delorie  <dj@redhat.com>
374
375         * decl.c (duplicate_decls): Move warning control from if() to
376         warning(OPT_*).
377         * name-lookup.c (parse_using_directive): Likewise.
378         * parser.c (cp_parser_elaborated_type_specifier): Likewise.
379         (cp_parser_init_declarator): Likewise.
380         * tree.c (handle_com_interface_attribute): Likewise.
381
382 2005-05-24  Ziemowit Laski  <zlaski@apple.com>
383
384         * class.c (layout_class_type): Do not issue C++ ABI warnings
385         for ObjC structs.
386         * decl.c (objc_mark_locals_volatile): Streamline by calling
387         objc_volatilize_decl().
388         * parser.c (cp_parser_objc_message_expression): Allow simple
389         type specifiers (instead of merely type names) as message
390         receivers.
391         * pt.c (template_args_equal): Do not call objc_comptypes().
392         * typeck.c (composite_pointer_type): If both pointers are
393         ObjC-esque, arbitrarily choose the first; do not call
394         objc_comptypes().
395         (comptypes): Do not call objc_comptypes().
396         (convert_for_assignment): Call objc_compare_types().
397         (comp_ptr_ttypes_real): Call objc_type_quals_match() before
398         concluding that types do not match.
399
400 2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>
401
402         PR C++/21645
403         * optimize.c (update_cloned_parm): Copy the TYPE also from the
404         original one.
405
406 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
407
408         PR c++/21495
409         * decl.c (grokdeclarator): Fix "storage class specified for"
410         error reporting.
411
412 2005-05-19  Kazu Hirata  <kazu@cs.umass.edu>
413
414         * parser.c: Fix comment typos.
415
416 2005-05-18  Geoffrey Keating  <geoffk@apple.com>
417
418         * Make-lang.in (cc1plus-dummy): New.
419         (cc1plus-checksum.c): New.
420         (cc1plus-checksum.o): New.
421         (cc1plus): Add cc1plus-checksum.o.
422
423 2005-05-17  H.J. Lu  <hongjiu.lu@intel.com>
424
425         PR C++/19664
426         * decl2.c (determine_visibility): Don't set visibility to
427         hidden if it has been set explicitly by user.
428
429 2005-05-17  Ziemowit Laski  <zlaski@apple.com>
430             Mike Stump  <mrs@apple.com>
431
432         Yet more Objective-C++...
433
434         * cp-objcp-common.h (cxx_get_alias_set): Move from
435         here...
436         (cxx_warn_unused_global_decl): Likewise.
437         (cp_expr_size): Likewise.
438         (cp_tree_size): Likewise.
439         (cp_var_mod_type_p): Likewise.
440         (cxx_initialize_diagnostics): Likewise.
441         (cxx_types_compatible_p): Likewise.
442         * cp-tree.h: to here.
443         (do_poplevel): Add.
444         * lex.c (D_OBJC): Add.
445         (init_reswords): Add.
446         * Make-lang.in (cp/pt.o): Add cp/cp-objcp-common.h.
447         * parser.c: Add c-common.h include.
448         * pt.c: Add c-common.h and cp-objcp-common.h includes.
449         (template_args_equal): Use objc_comptypes as well.
450         (tsubst_copy_and_build): Use objcp_tsubst_copy_and_build as well.
451         * semantics.c (do_poplevel): Remove static.
452
453         * decl.c (objc_mark_locals_volatile): Don't change decls that are
454         already ok.
455         * decl2.c (generate_ctor_or_dtor_function): Add code to initialize
456         Objective C++ early enough.
457         * lex.c (struct resword reswords): Add Objective-C++ support.
458         * parser.c (cp_lexer_get_preprocessor_token): Add Objective-C++.
459         (cp_parser_objc_message_receiver): Add.
460         (cp_parser_objc_message_args): Likewise.
461         (cp_parser_objc_message_expression): Likewise.
462         (cp_parser_objc_encode_expression): Likewise.
463         (cp_parser_objc_defs_expression): Likewise.
464         (cp_parser_objc_protocol_expression): Likewise.
465         (cp_parser_objc_selector_expression): Likewise.
466         (cp_parser_objc_expression): Likewise.
467         (cp_parser_objc_visibility_spec): Likewise.
468         (cp_parser_objc_method_type): Likewise.
469         (cp_parser_objc_protocol_qualifiers): Likewise.
470         (cp_parser_objc_typename): Likewise.
471         (cp_parser_objc_selector_p): Likewise.
472         (cp_parser_objc_selector): Likewise.
473         (cp_parser_objc_method_keyword_params): Likewise.
474         (cp_parser_objc_method_tail_params_opt): Likewise.
475         (cp_parser_objc_interstitial_code): Likewise.
476         (cp_parser_objc_method_signature): Likewise.
477         (cp_parser_objc_method_prototype_list): Likewise.
478         (cp_parser_objc_method_definition_list): Likewise.
479         (cp_parser_objc_class_ivars): Likewise.
480         (cp_parser_objc_identifier_list): Likewise.
481         (cp_parser_objc_alias_declaration): Likewise.
482         (cp_parser_objc_class_declaration): Likewise.
483         (cp_parser_objc_protocol_declaration): Likewise.
484         (cp_parser_objc_protocol_refs_opt): Likewise.
485         (cp_parser_objc_superclass_or_category): Likewise.
486         (cp_parser_objc_class_interface): Likewise.
487         (cp_parser_objc_class_implementation): Likewise.
488         (cp_parser_objc_end_implementation): Likewise.
489         (cp_parser_objc_declaration): Likewise.
490         (cp_parser_objc_try_catch_finally_statement): Likewise.
491         (cp_parser_objc_synchronized_statement): Likewise.
492         (cp_parser_objc_throw_statement): Likewise.
493         (cp_parser_objc_statement): Likewise.
494         (cp_parser_primary_expression): Add Objective-C++.
495         (cp_parser_statement): Likewise.
496         (cp_parser_declaration): Likewise.
497         (cp_parser_simple_type_specifier): Likewise.
498         (cp_parser_type_name): Likewise.
499         (cp_parser_parameter_declaration_list): Likewise.
500         (cp_parser_member_declaration) Likewise.
501         * tree.c: Include debug.h.
502         * typeck.c (composite_pointer_type): Add Objective-C++ support.
503         (finish_class_member_access_expr): Likewise.
504         (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
505         (build_modify_expr): Allow objc to generate write barriers.
506
507         * Make-lang.in (cp/tree.o): Add debug.h.
508         * tree.c (lvalue_p_1, case CONST_DECL): Add.
509
510 2005-05-18  Jan Hubicka  <jh@suse.cz>
511
512         * method.c: Include tree-pass.h
513         (use_thunk): Lower body before expanding.
514
515 2005-05-17  Jakub Jelinek  <jakub@redhat.com>
516
517         PR c++/21454
518         * decl.c (maybe_deduce_size_from_array_init): Call
519         cp_apply_type_quals_to_decl after completing array type.
520
521 2005-05-16  Richard Henderson  <rth@redhat.com>
522
523         * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
524         (build_library_fn): ... here.
525
526 2005-05-12  Ian Lance Taylor  <ian@airs.com>
527
528         * cp-tree.h (cp_stmt_codes): Don't define.
529         (statement_code_p): Declare.
530         (STATEMENT_CODE_P): Define.
531         * lex.c (statement_code_p): Define.
532         (cxx_init): Use actual codes in stmt_codes initializer, not
533         cp_stmt_codes macro.  Initialize statement_code_p directly, rather
534         than using INIT_STATEMENT_CODES.
535
536 2005-05-09  Mark Mitchell  <mark@codesourcery.com>
537
538         * typeck.c (build_unary_op): Do not resort to address arithmetic
539         when taking the address of a COMPONENT_REF.
540
541 2005-05-08  Kazu Hirata  <kazu@cs.umass.edu>
542
543         * class.c (vtbl_init_data_s): Change the type of fns to
544         VEC(tree,gc)*.
545         (build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
546         Use VEC instead of VARRAY.
547
548 2005-05-07  Richard Sandiford  <rsandifo@redhat.com>
549
550         * mangle.c: Remove a reference to the MIPS -mint64 option.
551
552 2005-05-07  Kazu Hirata  <kazu@cs.umass.edu>
553
554         * decl.c (wrapup_globals_for_namespace): Use VEC instead of
555         VARRAY.
556         * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
557         * name-lookup.h (cp_binding_level): Change the type of
558         static_decls to VEC(tree,gc)*.
559
560         * mangle.c (globals): Change the type of substitutions to
561         VEC(tree,gc)*.
562         (dump_substitution_candidates, add_substitution,
563         find_substitution, finish_mangling, init_mangle): Use VEC
564         instead of VARRAY.
565
566 2005-05-06  Kazu Hirata  <kazu@cs.umass.edu>
567
568         * decl2.c (spew_debug): Remove.
569
570         * decl2.c (ssdf_decls, start_static_storage_duration_function,
571         generate_ctor_or_dtor_function): Use VEC instead of VARRAY.
572
573         * decl2.c (pending_statics, note_vague_linkage_var,
574         cp_finish_file): Use VEC instead of VARRAY.
575         (pending_statics_used): Remove.
576
577 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
578
579         * decl2.c (deferred_fns, note_vague_linkage_fn,
580         cp_finish_file): Use VEC instead of VARRAY.
581
582 2005-05-05  Mark Mitchell  <mark@codesourcery.com>
583
584         PR c++/21352
585         * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
586
587 2005-05-05  Kazu Hirata  <kazu@cs.umass.edu>
588
589         * pt.c: Fix a comment typo.
590
591 2005-05-04  Kazu Hirata  <kazu@cs.umass.edu>
592
593         * cp-tree.h (language_function): Change the type of
594         x_local_names to VEC.
595         * decl.c (push_local_name): Adjust uses of local_names.
596
597 2005-05-03  Kazu Hirata  <kazu@cs.umass.edu>
598
599         * friend.c, lex.c, mangle.c, repo.c: Update copyright.
600
601 2005-05-02  Kazu Hirata  <kazu@cs.umass.edu>
602
603         * class.c (local_classes, init_class_processing): Use VEC
604         instead of VARRAY.
605         * cp-tree.h (local_classes): Likewise.
606         * mangle.c (discriminator_for_local_entity): Likewise.
607         * name-lookup.c (pushtag): Likewise.
608
609         * class.c (current_lang_depth, push_lang_context,
610         pop_lang_context): Use VEC instead of VARRAY.
611         * cp-tree.h (saved_scope): Use VEC for lang_base instead of
612         VARRAY.
613         * name-lookup.c (push_to_top_level): Use VEC instead of
614         VARRAY.
615
616 2005-05-02  Paolo Bonzini  <bonzini@gnu.org>
617
618         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
619         for BUILT_IN_MD built-ins.
620
621 2005-05-02  Michael Matz  <matz@suse.de>
622
623         PR c++/19542
624         * cp-tree.h (cp_tree_index): Remove CPTI_NULL, to be defined in C
625         common frontend.
626         (null_node): Remove.
627         * lex.c (cxx_init): Move null_node initialisation to C common frontend.
628
629 2005-04-25  Ian Lance Taylor  <ian@airs.com>
630
631         * cp-tree.def: Add EXPR_STMT.
632         * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
633         (EXPR_STMT_EXPR): Define.
634         * cp-gimplify.c: Include "flags.h".
635         (gimplify_expr_stmt): New static function.
636         (cp_gimplify_expr): Handle EXPR_STMT.
637         * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
638         rather than pp_expression.
639         (pp_cxx_statement): Handle EXPR_STMT.
640         * dump.c (cp_dump_tree): Handle EXPR_STMT.
641         * lex.c (cxx_init): Don't use c_common_stmt_codes in stmt_codes
642         initializer.
643
644 2005-04-25  Andrew Pinski  <pinskia@physics.uc.edu>
645
646         PR C++/21188
647         * rtti.c (ifnonnull): Cast the zero comparison operand
648         to the correct type.
649
650 2005-04-24  Jakub Jelinek  <jakub@redhat.com>
651
652         PR middle-end/20991
653         * class.c: Include cgraph.h.
654         (cp_fold_obj_type_ref): Set node->local.vtable_method.
655         * Make-lang.in (cgraph.o): Depend on $(CGRAPH_H).
656
657 2005-04-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
658
659         * mangle.c (write_builtin_type): Handle integer types which are
660         not one of the shared integer type nodes and emit a "vendor
661         extended builtin type" with an encoding in the form of "u5int96".
662
663 2005-04-24  Ian Lance Taylor  <ian@airs.com>
664
665         * cp-tree.def (USING_STMT): Change class to tcc_statement.
666         (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
667         (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
668         (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
669
670 2005-04-23  DJ Delorie  <dj@redhat.com>
671
672         * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, friend.c,
673         init.c, lex.c, mangle.c, method.c, name-lookup.c, parser.c,
674         repo.c, rtti.c, tree.c, typeck.c, typeck2.c: Adjust warning()
675         callers.
676
677 2005-04-22  Per Bothner  <per@bothner.com>
678
679         * decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
680         input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
681
682 2005-04-22  Alexandre Oliva  <aoliva@redhat.com>
683
684         PR c++/21087
685         * name-lookup.c (push_overloaded_decl): Do not overload with
686         non-duplicate anticipated built-in.
687
688 2005-04-21  Kazu Hirata  <kazu@cs.umass.edu>
689
690         * cp-tree.h (THROW_NAME, AUTO_VTABLE_NAME, AUTO_TEMP_FORMAT,
691         VTABLE_BASE, VTABLE_NAME_PREFIX, STATIC_NAME_FORMAT): Remove.
692
693 2005-04-21  Nathan Sidwell  <nathan@codesourcery.com>
694
695         * cp-tree.h: Adjust for new VEC API.
696         Define VEC(tree_pair_s,gc).
697         (struct save_scope): Adjust.
698         (struct lang_type_class): Adjust.
699         (unemitted_tinfo_decls): Adjust.
700         * class.c (add_method, resort_type_method_vec,
701         finish_struct_methods, struct find_final_overrider_data,
702         dfs_find_final_overrider_pre, find_final_overrider,
703         get_vcall_index, warn_hidden, walk_subobject_offsets,
704         check_methods, fixup_inline_methods, end_of_class,
705         warn_about_ambiguous_bases, finish_struct, build_vtbl_initializer,
706         add_vcall_offset): Adjust.
707         * decl.c (xref_basetypes, finish_method): Adjust.
708         * decl2.c (check_classfn): Adjust.
709         * init.c (sort_mem_initializers, push_base_cleanups): Adjust.
710         * method.c (do_build_copy_constructor): Adjust.
711         * name-lookup.c (new_class_binding, store_binding,
712         store_bindings, store_class_bindings): Adjust.
713         * name-lookup.h: Define VEC(cxx_saved_binding,gc),
714         VEC(cp_class_binding,gc).
715         (struct cp_binding_level): Adjust.
716         * parser.c: Define VEC(cp_token_position,heap).
717         (struct cp_lexer): Adjust.
718         (cp_lexer_new_main, cp_lexer_new_from_tokens, cp_lexer_destroy,
719         cp_lexer_save_tokens): Adjust.
720         * pt.c (retrieve_specialization,
721         check_explicit_specialization): Adjust.
722         * rtti.c (unemitted_tinfo_decls): Adjust.
723         (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
724         get_pseudo_ti_desc): Adjust.
725         * search.c (dfs_access_in_type, lookup_conversion_operator,
726         lookup_fnfields_1, dfs_walk_once, dfs_walk_once_accessible,
727         dfs_get_pure_virtuals, lookup_conversions_r, binfo_for_vbase): Adjust.
728         * semantics.c: Define VEC(deferred_access,gc).
729         (push_deferring_access_checks): Adjust.
730         * typeck2.c (abstract_virtuals_error): Adjust.
731
732 2005-04-20  Ian Lance Taylor  <ian@airs.com>
733
734         * cp-tree.def: Add STMT_EXPR.
735         * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
736         (STMT_EXPR_STMT): Define.
737         * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
738         STMT_EXPR.
739         (pp_cxx_expression): Likewise.
740         (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
741         * dump.c (cp_dump_tree): Handle STMT_EXPR.
742
743 2005-04-18  Kazu Hirata  <kazu@cs.umass.edu>
744
745         * decl.c (expand_static_init): Call build2 and build3 instead
746         of build.
747
748         * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.
749
750 2005-04-17  Ian Lance Taylor  <ian@airs.com>
751
752         * cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
753         * cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
754         ARROW_EXPR.
755         (pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
756         (pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
757         ALIGNOF_EXPR.
758         * typeck.c (cxx_sizeof_or_alignof_type): Update call to
759         c_sizeof_or_alignof_type for change in parameter type.
760
761 2005-04-16  Mark Mitchell  <mark@codesourcery.com>
762
763         PR c++/21025
764         * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
765         which sizeof/alignof is dependent, rather than just whether we are
766         processing_template_decl.
767
768 2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
769
770         * cp-tree.h (LOOKUP_GLOBAL): Remove.
771         (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,
772         LOOKUP_DESTRUCTOR, LOOKUP_NO_TEMP_BIND, LOOKUP_PREFER_TYPES,
773         LOOKUP_PREFER_NAMESPACES, LOOKUP_CONSTRUCTOR_CALLABLE): Adjust
774         their values.
775
776 2005-04-15  Richard Henderson  <rth@redhat.com>
777
778         PR middle-end/14311
779         * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
780
781 2005-04-15  Kazu Hirata  <kazu@cs.umass.edu>
782
783         * cp-tree.h (lang_type_class): Remove redefined.  Move
784         java_interface into where redefined was.  Increment the width
785         of dummy.
786         (TYPE_REDEFINED): Remove.
787
788 2005-04-14  Kazu Hirata  <kazu@cs.umass.edu>
789
790         * cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS,
791         CLASSTYPE_TEMPLATE_LEVEL): Remove.
792
793 2005-04-11  Mark Mitchell  <mark@codesourcery.com>
794
795         * decl2.c (determine_visibility): Don't use export_class_data.
796         (import_export_decl): Honor TARGET_CXX_CLASS_DATA_ALWAYS_WEAK and
797         TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY.
798
799 2005-04-09  Kazu Hirata  <kazu@cs.umass.edu>
800
801         * cp-tree.h (cxx_alignof): Remove.
802
803         * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
804
805         * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
806         CONV_STATIC_CAST): Remove.
807
808         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
809
810         * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
811
812         * cp-tree.h (cp_deprecated): Remove.
813
814 2005-04-08  Ian Lance Taylor  <ian@airs.com>
815
816         * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
817         CONTINUE_STMT, SWITCH_STMT.
818         * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
819         BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
820         (WHILE_COND, WHILE_BODY): Define.
821         (DO_COND, DO_BODY): Define.
822         (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
823         (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
824         * cp-gimplify.c (enum bc_t): Define.
825         (struct cp_gimplify_ctx, ctxp): Define.
826         (push_context, pop_context): New static functions.
827         (begin_bc_block, finish_bc_block): New static functions.
828         (build_bc_goto): New static function.
829         (gimplify_cp_loop, gimplify_for_stmt): New static functions.
830         (gimplify_while_stmt, gimplify_do_stmt): Likewise.
831         (gimplify_switch_stmt): Likewise.
832         (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
833         SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
834         (cp_genericize): Call push_context and pop_context.
835         * semantics.c (finish_break_stmt): Just call build_stmt
836         (BREAK_STMT) rather than build_break_stmt.
837         (finish_continue_stmt): Corresponding change.
838         * decl.c (pop_switch): Update call to c_do_switch_warnings for new
839         parameters.
840         * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
841         WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
842         * dump.c (cp_dump_tree): Likewise.
843
844 2005-04-08  Mark Mitchell  <mark@codesourcery.com>
845
846         PR c++/20905
847         * parser.c (cp_parser_type_specifier_seq): Add is_condition
848         parameter.
849         (cp_parser_new_type_id): Pass it.
850         (cp_parser_condition): Likewise.
851         (cp_parser_conversion_type_id): Likewise.
852         (cp_parser_type_id): Likewise.
853         (cp_parser_type_specifier_seq): In a condition, do not allow
854         invalid type-specifier combinations.
855         (cp_parser_exception_declaration): Adjust call to
856         cp_parser_type_specifier_seq.
857
858         * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P.
859         * cp-tree.h (struct tinst_level): Add in_system_header_p.
860         (TINST_IN_SYSTEM_HEADER_P): New macro.
861         (make_tinst_level): Remove.
862         * pt.c (lookup_template_class): Preserve DECL_IN_SYSTEM_HEADER on
863         the instantiated class.
864         (push_tinst_level): Do not use make_tinst_level.  Set
865         TINST_IN_SYSTEM_HEADER_P.
866         (pop_tinst_level): Likewise.
867         (instantiate_class_template): Set in_system_header.
868         (instantiate_pending_templates): Likewise.
869         * tree.c (make_tinst_level): Remove.
870
871 2005-04-06  Joseph S. Myers  <joseph@codesourcery.com>
872
873         * decl.c (start_decl): Apply pending #pragma weak regardless of
874         scope.
875
876 2005-04-06  Mark Mitchell  <mark@codesourcery.com>
877
878         PR c++/20212
879         * pt.c (regenerate_decl_from_template): Copy attributes for
880         parameters from the pattern to the instantiation.
881
882 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
883
884         PR c++/20734
885         * cp-tree.def (OFFSET_REF): Correct comments.
886         * init.c (build_offset_ref): Remove misleading comment.
887         * typeck.c (build_unary_op): Handle pointer-to-member creation
888         here, rather than ...
889         (unary_complex_lvalue): ... here.
890
891 2005-04-06  Jason Merrill  <jason@redhat.com>
892
893         PR c++/19312
894         * tree.c (stabilize_init): Don't bother trying to stabilize
895         something with no side-effects.
896
897 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
898
899         PR c++/20763
900         * decl.c (grokdeclarator): Correct attribute handling.
901
902 2005-04-05  Mark Mitchell  <mark@codesourcery.com>
903
904         PR c++/19159
905         * decl2.c (import_export_decl): Use non-COMDAT external linkage
906         for virtual tables, typeinfo, etc. that will be emitted in only
907         one translation unit on systems without weak symbols.
908
909 2005-04-04  Mark Mitchell  <mark@codesourcery.com>
910
911         PR c++/20679
912         * parser.c (cp_parser_template_name): Fix thinko.
913
914 2005-04-04  Nathan Sidwell  <nathan@codesourcery.com>
915
916         PR c++/20746
917         * method.c (use_thunk): Protect covariant pointer return
918         adjustments from NULL pointers.
919
920 2005-04-04  Jan Hubicka  <jh@suse.cz>
921
922         * decl2.c (finish_objects): Revert my previous patch.
923         (cp_finish_file): Likewise.
924
925 2005-04-03  Kazu Hirata  <kazu@cs.umass.edu>
926
927         * pt.c: Fix comment typos.
928
929 2005-04-03  Nathan Sidwell  <nathan@codesourcery.com>
930
931         PR c++/20723
932         * pt.c (more_specialized_fn): Member functions are unordered wrt
933         non-members.  Conversion operators are unordered wrt other
934         functions.
935
936 2005-04-01  Nathan Sidwell  <nathan@codesourcery.com>
937
938         * call.c (add_template_candidates_real): Remove length parameter
939         from fn_type_unification call.
940         * class.c (resolve_address_of_overloaded_function): Likewise
941         * cp-tree.h (fn_type_unification): Remove length parameter.
942         * pt.c (get_bindings_overload): Remove.
943         (get_bindings_real): Rename to ...
944         (get_bindings): ... here.  Remove length and strict
945         parameters. Change return type flag to boolean.  Remove original
946         forwarding function.
947         (determine_specialization): Adjust get_bindings call.
948         (fn_type_unification): Remove length parameter.  Adjust.
949         (type_unification_real): Remove length parameter.  Adjust.
950         (resolve_overloaded_unification): Adjust get_bindings call.
951         (try_one_overload): Simplify confusing cascaded if control flow.
952         (unify): Remove length paramter from type_unification_real call.
953         (most_specialized_instantiation): Adjust get_bindings calls.
954         (most_specialized): Likewise.
955
956 2005-03-31  Nathan Sidwell  <nathan@codesourcery.com>
957
958         PR c++/19203, implement DR 214
959         * call.c (joust): Use more_specialized_fn.
960         * cp-tree.h (DEDUCE_ORDER): Remove.
961         (more_specialized): Replace with ...
962         (more_specialized_fn): ... this.
963         * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
964         case.
965         (type_unification_real): Remove DEDUCE_ORDER case.
966         (more_specialized): Replace with ...
967         (more_specialized_fn): ... this.  Implement DR 214.
968         (most_specialized_instantiation): Use get_bindings_real directly.
969
970 2005-03-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
971
972         PR c++/18644
973         * call.c (build_new_op): Remove check for -Wsynth.
974
975 2005-03-31  Jan Hubicka  <jh@suse.cz>
976
977         * decl2.c (finish_objects): Mark ctor as needed.
978         (cp_finish_file): Output variables only in nonunit-at-a-time.
979
980 2005-03-29  Richard Henderson  <rth@redhat.com>
981
982         PR c/20519
983         * decl.c (cp_complete_array_type): Rename from complete_array_type.
984         Use the new complete_array_type in c-common.c.  Update all callers.
985         * cp-tree.h (cp_complete_array_type): Update to match.
986
987 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
988
989         * typeck.c (build_static_cast_1): Allow scalar_cast between
990         any integral, floating, or enumeration type.
991
992 2005-03-24  Steven Bosscher  <stevenb@suse.de>
993
994         * typeck.c (comptypes): First determine if the types are compatible
995         from a target-independent point of view.  Check target attributes
996         last.
997
998         * class.c (build_base_path):
999         (build_vbase_offset_vtbl_entries):
1000         (add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
1001         * error.c (dump_expr): Likewise.
1002         * init.c (build_zero_init, expand_cleanup_for_base,
1003         build_vec_delete_1): Likewise.
1004         * mangle.c (write_integer_cst): Likewise.
1005         * method.c (thunk_adjust): Likewise.
1006         * pt.c (convert_nontype_argument, tsubst, unify): Likewise.
1007         * tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
1008         * typeck.c (build_ptrmemfunc_access_expr,
1009         (get_member_function_from_ptrfunc): Likewise.
1010
1011 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
1012
1013         * cp-objcp-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
1014
1015 2005-03-23  Joseph S. Myers  <joseph@codesourcery.com>
1016
1017         * cp-tree.h (perform_integral_promotions): Remove.
1018         (default_conversion): Add.
1019
1020 2005-03-22  Mark Mitchell  <mark@codesourcery.com>
1021
1022         * parser.c (cp_parser_warn_min_max): New function.
1023         (cp_parser_binary_expression): Use it.
1024         (cp_parser_assignment_operator_opt): Likewise.
1025         (cp_parser_operator): Likewise.
1026
1027 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1028
1029         PR c++/19980
1030         * decl.c (start_preparsed_function): Robustify.
1031
1032 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1033
1034         PR c++/20499
1035         * parser.c (cp_parser_class_head): Return NULL_TREE when
1036         encountering a redefinition.
1037
1038 2005-03-22  Nathan Sidwell  <nathan@codesourcery.com>
1039
1040         PR c++/20465
1041         PR c++/20381
1042         * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
1043         template.
1044
1045 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
1046
1047         PR c++/20461
1048         PR c++/20536
1049         * init.c (emit_mem_initializers): Don't crash on undefined
1050         types.
1051
1052 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
1053
1054         PR c++/20147
1055         * semantics.c (finish_stmt_expr_expr): Return immediately
1056         if error_operand_p (expr).
1057
1058 2005-03-21  Joseph S. Myers  <joseph@codesourcery.com>
1059
1060         * cp-tree.h (lvalue_or_else, lvalue_p): New.
1061         * typeck.c (lvalue_or_else): New.  Call lvalue_error.
1062
1063 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1064
1065         PR c++/20240
1066         * decl.c (decls_match): Compare context of VAR_DECL.
1067
1068 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1069
1070         PR c++/20333
1071         * parser.c (cp_parser_postfix_expression) <case RID_TYPENAME>:
1072         Check the return value of cp_parser_nested_name_specifier.
1073
1074 2005-03-18  Dale Johannesen <dalej@apple.com>
1075
1076         * cp/tree.c (cp_tree_equal):  Handle SSA_NAME.
1077
1078 2005-03-18  Paolo Carlini  <pcarlini@suse.de>
1079
1080         PR c++/20463
1081         * parser.c (cp_parser_diagnose_invalid_type_name):
1082         Check TYPE_BINFO (current_class_type) before attempting
1083         to emit inform messages.
1084
1085 2005-03-17  Paolo Carlini  <pcarlini@suse.de>
1086
1087         PR c++/19966
1088         * cp-tree.h (grok_op_properties): Change return type to void.
1089         * decl.c (grok_op_properties): Return early - don't check the
1090         arity - in case of a static member or an operator that cannot
1091         be non-member; tidy a bit.
1092
1093 2005-03-17  Nathan Sidwell  <nathan@codesourcery.com>
1094
1095         PR c++/20186
1096         * pt.c (contains_dependent_cast_p): Remove.
1097         (fold_non_dependent_expr): Don't use it.
1098         (value_dependent_expression_p): Use a switch statement.
1099         reference_exprs can be dependent.
1100
1101 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1102
1103         PR c++/4403
1104         PR c++/9783, DR433
1105         * name-lookup.c (pushtag): Skip template parameter scope when
1106         scope is ts_global.  Don't push tag into template parameter
1107         scope.
1108         * pt.c (instantiate_class_template): Reorder friend class
1109         template substitution to handle non-dependent friend class
1110         that hasn't been previously declared.
1111
1112 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1113
1114         Friend class name lookup 5/n
1115         PR c++/1016
1116         * cp-tree.h (pushtag): Adjust declaration.
1117         * decl.c (lookup_and_check_tag): Call lookup_type_scope if
1118         lookup_name fails.
1119         (xref_tag): Adjust call to pushtag.  Make hidden class visible.
1120         (start_enum): Adjust call to pushtag.
1121         * name-lookup.c (ambiguous_decl): Ignore hidden names.
1122         (qualify_lookup): Change return type to bool.
1123         (hidden_name_p): New function.
1124         (lookup_namespace_name, unqualified_namespace_lookup,
1125         lookup_name_real): Use it.
1126         (lookup_type_scope): Update comments.
1127         (maybe_process_template_type_declaration): Change parameter name
1128         from globalize to is_friend.
1129         (pushtag): Change globalize parameter of type int to tag_scope.
1130         Hide name if introduced by friend declaration.
1131         * name-lookup.h (hidden_name_p): Add declaration.
1132         * parser.c (cp_parser_lookup_name): Don't deal with hidden name
1133         here.
1134         * pt.c (push_template_decl_real): Make hidden class template
1135         visible.
1136         (lookup_template_class, instantiate_class_template): Adjust call
1137         to pushtag.
1138         * semantics.c (begin_class_definition): Likewise.
1139         * rtti.c (init_rtti_processing, build_dynamic_cast_1,
1140         tinfo_base_init, emit_support_tinfos): Use ts_current instead of
1141         ts_global.
1142
1143 2005-03-13  Mark Mitchell  <mark@codesourcery.com>
1144
1145         PR c++/20157
1146         * pt.c (determine_specialization): Reject non-specializations.
1147
1148 2005-03-11  Per Bothner  <per@bothner.com>
1149
1150         * cp-tree.h (struct cp_declarator): New id_loc field.
1151         * cp/parser.c (cp_lexer_get_preprocessor_token): Set cp_token's
1152         location using c_lex_with_flags, instead of input_location.
1153         (cp_parser_direct_declarator): Set declarator's id_loc from
1154         cp_token's id_loc.
1155
1156 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
1157
1158         PR c++/18384, c++/18327
1159         * decl.c (reshape_init_array): Use UHWI type for max_index_cst
1160         and index.  Convert max_index to size_type_node if it isn't
1161         host_integerp (, 1).
1162
1163 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
1164
1165         PR c++/20208
1166         * pt.c (tsubst_decl): Apply array-to-pointer and
1167         function-to-pointer conversions to function arguments.
1168         (regenerate_decl_from_template): Likewise.
1169
1170 2005-03-09  Paolo Carlini  <pcarlini@suse.de>
1171
1172         PR c++/16859
1173         * decl.c (complete_array_type): In pedantic mode, return
1174         3 for an empty initializer list as the initializer for an
1175         array of unknown bound (8.5.1/4).
1176         (maybe_deduce_size_from_array_init): Fix final test to use
1177         the above.
1178
1179 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
1180
1181         PR c++/20186
1182         * pt.c (contains_dependent_cast_p): New.
1183         (fold_non_dependent_expr): Call it.
1184
1185 2005-03-08  Mark Mitchell  <mark@codesourcery.com>
1186
1187         PR c++/20142
1188         * cp-tree.h (target_type): Remove.
1189         * decl.c (layout_var_decl): Remove #if 0'd code.
1190         (cp_finish_decl): Remove dead code.
1191         * init.c (build_vec_init): When determining whether or not the
1192         element type has an asignment operator, look through all array
1193         dimensions.
1194         * typeck.c (target_type): Remove.
1195
1196 2005-03-07  Mark Mitchell  <mark@codesourcery.com>
1197
1198         * class.c (finish_struct_1): Do not warn about non-virtual
1199         destructors in Java classes.
1200
1201 2005-03-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1202
1203         PR c++/19311
1204         * init.c (build_offset_ref): Don't build non-dependent SCOPE_REF.
1205         * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
1206         for OFFSET_TYPE.
1207         * typeck.c (build_x_unary_op): Don't build non-dependent SCOPE_REF.
1208         Also set PTRMEM_OK_P for NON_DEPENDENT_EXPR.
1209         (build_unary_op): Handle building ADDR_EXPR of OFFSET_REF inside
1210         template.
1211
1212 2005-03-02  Alexandre Oliva  <aoliva@redhat.com>
1213
1214         * name-lookup.c (push_overloaded_decl): Don't error if the new
1215         decl matches the old one.
1216         * decl.c (redeclaration_error_message): Likewise.
1217
1218 2005-03-01  Per Bothner  <per@bothner.com>
1219
1220         * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
1221         unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
1222
1223 2005-03-01  Nathan Sidwell  <nathan@codesourcery.com>
1224
1225         PR c++/20232
1226         * class.c (update_vtable_entry_for_fn): Don't crash on invalid
1227         covariancy.
1228
1229         * cp-tree.g (THUNK_TARGET): Expand comment.
1230         * method.c (use_thunk): Make sure we also use the target, if that
1231         is a thunk.
1232
1233 2005-02-27  Jakub Jelinek  <jakub@redhat.com>
1234
1235         PR c++/20206
1236         * decl.c (cxx_comdat_group): Put thunks for
1237         TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same
1238         comdat group as the thunk target.
1239
1240 2005-02-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1241
1242         * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
1243         parser.c: Fix comment typo(s).
1244
1245 2005-02-24  Jakub Jelinek  <jakub@redhat.com>
1246
1247         PR c++/20175
1248         * decl.c (reshape_init): Don't warn about missing braces if STRING_CST
1249         initializes a char/wchar_t array.
1250
1251 2005-02-23  Mark Mitchell  <mark@codesourcery.com>
1252
1253         PR c++/19878
1254         * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
1255         with internal linkage.
1256
1257 2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
1258
1259         * decl.c (grokvardecl): Don't exempt anonymous types from having
1260         linkage for variables that have linkage other than "C".
1261
1262 2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
1263
1264         * cp-objcp-common.h, error.c: Update copyright.
1265
1266 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
1267
1268         PR c++/20073
1269         * decl.c (start_decl_1): Don't clear TREE_READONLY.
1270         (cp_finish_decl): Likewise.
1271         (complete_vars): Call cp_apply_type_quals_to_decl.
1272         * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
1273         cases where that's not valid.
1274
1275         PR c++/19991
1276         * init.c (integral_constant_value): Iterate if the value of a decl
1277         is itself a constant.
1278
1279         PR c++/20152
1280         * parser.c (cp_parser_class_head): Check for redefintions here.
1281         * semantics.c (begin_class_definition): Not here.
1282
1283         PR c++/20153
1284         * decl2.c (build_anon_union_vars): Add type parameter.
1285         (finish_anon_union): Pass it.
1286
1287         PR c++/20148
1288         * error.c (dump_expr): Do not print the body of a BIND_EXPR.
1289         Handle STATEMENT_LIST.
1290
1291         PR c++/19883
1292         * parser.c (cp_parser_direct_declarator): Always complain about
1293         non-constant array bounds when in a function scope.
1294         * semantics.c (finish_id_expression): Do not mark dependent names
1295         as non-constant.
1296
1297 2005-02-21  Douglas Gregor  <dgregor@cs.indiana.edu>
1298
1299         PR c++/19076
1300         PR c++/6628
1301         * cp-tree.h (cp_apply_type_quals_to_decl): Declared.
1302         * decl.c (grokdeclarator): Pedwarn about qualifying a function
1303         type.
1304         Add qualifiers when declaring a typedef of a function type.
1305         Member function pointers pick up the qualifiers of the typedef
1306         used to declare them.
1307         Don't complain about creating cv-qualified function types.
1308         Complain about qualified function typedefs that are used to
1309         declare non-static member functions or free functions.
1310         Use cp_apply_type_quals_to_decl.
1311         (start_preparsed_function): Use cp_apply_type_quals_to_decl.
1312         (grokclassfn): Use cp_apply_type_quals_to_decl.
1313         * error.c (dump_type_suffix): Print qualifiers for function
1314         types.
1315         * pt.c (tsubst_decl): Use cp_apply_type_quals_to_decl.
1316         (tsubst): When substituting a function type into a member
1317         pointer type, pass along the qualifiers.
1318         (unify): Unify member pointers to member function pointers.
1319         * tree.c (cp_build_qualified_type_real): Function types may be
1320         qualified. This includes restrict qualifiers.
1321         * typeck.c (cp_apply_type_quals_to_decl): New function to replace
1322         use of c_apply_type_quals_to_decl. Drops qualifiers that are being
1323         added to function types.
1324
1325 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
1326
1327         PR 18785
1328         * cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
1329         c_common_to_target_charset.  Delete bogus comment.
1330
1331 2005-02-18  Richard Henderson  <rth@redhat.com>
1332
1333         PR libstdc++/10606
1334         * except.c (do_get_exception_ptr): New.
1335         (expand_start_catch_block): Use it.
1336
1337 2005-02-19  Jakub Jelinek  <jakub@redhat.com>
1338
1339         * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
1340         if type is not error_mark_node.
1341
1342 2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1343
1344         PR c++/19508
1345         * decl2.c (grokfield): Do not apply attributes to template parameters
1346         as they are ignored by tsubst anyway.
1347
1348 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
1349
1350         PR c++/19813
1351         * decl.c (start_decl_1): Clear TREE_READONLY flag if
1352         its type has TYPE_NEEDS_CONSTRUCTING.
1353         (complete_vars): Likewise.
1354
1355 2005-02-17  Alexandre Oliva  <aoliva@redhat.com>
1356
1357         PR c++/20028
1358         * class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
1359         template along with TYPE_SIZE.
1360
1361         PR c++/20022
1362         * semantics.c (perform_deferred_access_checks): Use
1363         get_deferred_access_checks to get the top of the stack.
1364
1365 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
1366
1367         PR c++/17788
1368         * class.c (add_implicitly_declared_members, check_field_decl)
1369         (check_field_decls, check_bases): Remove arguments, tests and
1370         assignments of cant_have_default_ctor-related variables.
1371
1372 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
1373
1374         * decl2.c (mark_used): Set the source location of the used decl to
1375         the current input location here...
1376         * method.c (synthesize_method): ... not here.  Set input_location
1377         from the decl instead.
1378
1379 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1380
1381         PR c++/19608
1382         * parser.c (cp_parser_late_parsing_for_member): Use
1383         current_function_decl as scope to push to and from.
1384
1385         PR c++/19884
1386         * pt.c (check_explicit_specialization): Make sure namespace
1387         binding lookup found an overloaded function.
1388         (lookup_template_function): Just assert FNS is an overloaded
1389         function.
1390
1391         PR c++/19895
1392         * decl.c (grokdeclarator): Check for error mark node in ptrmem
1393         construction.
1394
1395 2005-02-14  Alexandre Oliva  <aoliva@redhat.com>
1396
1397         PR c++/17816
1398         * decl.c (redeclaration_error_message): Report redefinition of
1399         pure virtual function.
1400
1401 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1402
1403         PR c++/19891
1404         * class.c (build_simple_base_path): Build the component_ref
1405         directly.
1406         (update_vtable_entry_for_fn): Walk the covariant's binfo chain
1407         rather than using lookup_base.
1408         * search.c (dfs_walk_once): Add non-recursive assert check.
1409         * typeck.c (build_class_member_access_expr): It is possible for
1410         the member type to be both const and volatile.
1411
1412 2005-02-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1413
1414         PR c++/14479
1415         PR c++/19487
1416         * pt.c (maybe_check_template_type): Remove.
1417         * cp-tree.h (maybe_check_template_type): Remove prototype.
1418         * name-lookup.c (maybe_process_template_type_declaration): Don't
1419         use maybe_check_template_type.
1420
1421 2005-02-11  Richard Henderson  <rth@redhat.com>
1422
1423         PR c++/19632
1424         * pt.c (get_mostly_instantiated_function_type): Save and restore
1425         flag_access_control instead of push/pop_access_scope.
1426
1427 2005-02-10  Mark Mitchell  <mark@codesourcery.com>
1428
1429         PR c++/19755
1430         * decl.c (reshape_init): Issue warnings about missing braces.
1431
1432 2005-02-11  Kazu Hirata  <kazu@cs.umass.edu>
1433
1434         * cp-tree.def, except.c, ptree.c: Update copyright.
1435
1436 2005-02-09  Mark Mitchell  <mark@codesourcery.com>
1437
1438         PR c++/19811
1439         * call.c (build_op_delete_call): Check COMPLETE_TYPE_P before
1440         attempting name lookup.
1441
1442         * parser.c (cp_parser_unqualified_id): Initialize type_decl.
1443
1444         PR c++/19787
1445         * call.c (initialize_reference): Robustify.
1446
1447         PR ++/19732
1448         * decl.c (grokdeclarator): Check for invalid use of destructor
1449         names.
1450
1451         PR c++/19762
1452         * parser.c (cp_parser_unqualified_id): Avoid creating destructor
1453         names with invalid types.
1454
1455         PR c++/19826
1456         * parser.c (cp_parser_direct_declarator): Allow type-dependent
1457         expressions as array bounds.
1458
1459         PR c++/19739
1460         * parser.c (cp_parser_attributes_list): Allow empty lists.
1461
1462 2005-02-08  Mark Mitchell  <mark@codesourcery.com>
1463
1464         PR c++/19733
1465         * class.c (add_method): Don't set TYPE_HAS_DESTRUCTOR.
1466         (check_bases): Give warnings about a base class with a
1467         non-virtual destructor, even if it is implicit.
1468         (finish_struct_bits): Don't copy TYPE_HAS_DESTRUCTOR.
1469         (maybe_warn_about_overly_private_class): Don't use
1470         TYPE_HAS_DESTRUCTOR.
1471         (finish_struct_methods): Don't set TYPE_HAS_DESTRUCTOR.
1472         (check_for_override): Give it external linkage.
1473         (add_implicitly_declared_members): Generate destructors lazily.
1474         (check_field_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
1475         TYPE_HAS_DESTRUCTOR.
1476         (check_bases_and_members): Call check_methods before
1477         check_field_decls.
1478         (check_bases_and_members): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
1479         TYPE_HAS_DESTRUCTOR.
1480         (finish_struct_1): Do not use TYPE_HAS_DESTRUCTOR.
1481         * cp-tree.def (PSEUDO_DTOR_EXPR): Document.
1482         * cp-tree.h (TYPE_HAS_DESTRUCTOR): Remove.
1483         (lang_type_class): Add lazy_destructor.
1484         (CLASSTYPE_LAZY_DESTRUCTOR): New macro.
1485         (CLASSTYPE_DESTRUCTORS): Robustify.
1486         (TYPE_HAS_DESTRUCTOR): Remove.
1487         (check_for_override): Declare.
1488         (build_vbase_delete): Remove.
1489         * cvt.c (convert_to_void): Issue errors about pseudo-destructor
1490         expressions.
1491         * decl.c (cxx_maybe_build_cleanup): Remove dead code.
1492         * except.c (dtor_nothrow): Lazily create destructors if necessary.
1493         (build_throw): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
1494         * init.c (build_delete): Lazily create destructors, if necessary.
1495         (build_vbase_delete): Remove.
1496         * method.c (locate_dtor): Simplify.
1497         (implicitly_declare_fn): Add support for destructors.
1498         * parser.c (cp_parser_lookup_name): Lazily create destructors, if
1499         necessary.
1500         * pt.c (check_explicit_specialization): Don't use
1501         TYPE_HAS_DESTRUCTOR.
1502         (instantiate_class_template): Likewise.
1503         * ptree.c (cxx_print_type): Don't print TYPE_HAS_DESTRUCTOR.
1504         * rtti.c (emit_support_tinfos): Robustify.
1505         * search.c (lookup_fnfields_1): Lazily create destructors.
1506         * typeck.c (build_class_member_access_expr): Remove
1507         PSEUDO_DTOR_EXPR handling.
1508         (lookup_destructor): Likewise.
1509
1510 2005-02-08  Kazu Hirata  <kazu@cs.umass.edu>
1511
1512         * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
1513         copyright.
1514
1515 2005-02-07  Mark Mitchell  <mark@codesourcery.com>
1516
1517         * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
1518         on boolean variables.
1519         (cp_lexer_stop_debugging): Likewise.
1520
1521 2005-02-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1522
1523         PR c++/17401
1524         * parser.c (cp_parser_pure_specifier): Emit a specific error
1525         message with an invalid pure specifier.
1526         * decl2.c (grok_function_init): Remove.
1527         (grokfield): An initializer for a method is a always a pure
1528         specifier.
1529
1530 2005-02-02  Matt Austern  <austern@apple.com>
1531
1532         PR c++/19628
1533         * cp-tree.h (builtin_valid_in_constant_expr_p): Declare.
1534         * parser.c (cp_parser_postfix_expression): Accept function call in
1535         constant expression if builtin_valid_in_constant_expr_p is true
1536         for that function.
1537         * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly.
1538         * semantics.c (finish_id_expression): Accept function call in constant
1539         expression if builtin_valid_in_constant_expr_p is true for that
1540         function.
1541         * tree.c (builtin_valid_in_constant_expr_p): New.
1542
1543 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1544
1545         PR c++/17413
1546         * pt.c (check_instantiated_args): Improve error message.
1547         Fix logic when to print its second part.
1548
1549 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1550
1551         * cp-tree.h (complete_type_or_else): Remove macro.
1552         (complete_type_or_diagnostic): Rename to complete_type_or_else
1553         and remove last argument.
1554         * typeck.c (complete_type_or_diagnostic): Rename to
1555         complete_type_or_else and remove last argument.
1556
1557 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1558
1559         * cp-tree.h (commonparms): Remove prototype.
1560         (convert_arguments): Likewise.
1561         (PFN_FROM_PTRMEMFUNC): Remove.
1562         * typeck.c (commonparms): Make static.
1563         (convert_arguments): Add prototype. Make static.
1564         (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.
1565
1566 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
1567
1568         * parser.c (cp_parser_primary_expression): Don't complain about
1569         floating-point literals in integral constant expressions when
1570         !pedantic.
1571
1572 2005-02-01  Alexandre Oliva  <aoliva@redhat.com>
1573
1574         * parser.c (cp_parser_template_id): Revert comment patch too.
1575
1576         PR c++/18757
1577         PR c++/19366
1578         PR c++/19499
1579         * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
1580         Issue an error when creating the template id.
1581         * pt.c (fn_type_unification): Return early if the explicit
1582         template arg list is an error_mark_node.
1583
1584 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
1585
1586         * decl.c (build_enumerator): Do not issue duplicate error messages
1587         about invalid enumeration constants.
1588         * parser.c (cp_parser_non_integral_constant_expression): Always
1589         set parser->non_integral_constant_expression_p.
1590         (cp_parser_primary_expression): Add cast_p parameter.  Issue
1591         errors about invalid uses of floating-point literals in
1592         cast-expressions.
1593         (cp_parser_postfix_expression): Add cast_p parameter.
1594         (cp_parser_open_square_expression): Pass it.
1595         (cp_parser_parenthesized_expression_list): Add cast_p parameter.
1596         (cp_parser_unary_expression): Likewise.
1597         (cp_parser_new_placement): Pass it.
1598         (cp_parser_direct_new_declarator): Likewise.
1599         (cp_parser_new_initializer): Likewise.
1600         (cp_parser_cast_expression): Add cast_p parameter.
1601         (cp_parser_binary_expression): Likewise.
1602         (cp_parser_question_colon_clause): Likewise.
1603         (cp_parser_assignment_expression): Likewise.
1604         (cp_parser_expression): Likewise.
1605         (cp_parser_constant_expression): If an integral constant
1606         expression is invalid, return error_mark_node.
1607         (cp_parser_expression_statement): Pass cast_p.
1608         (cp_parser_condition): Likewise.
1609         (cp_parser_iteration_statement): Likewise.
1610         (cp_parser_jump_statement): Likewise.
1611         (cp_parser_mem_initializer): Likewise.
1612         (cp_parser_template_argument): Likewise.
1613         (cp_parser_parameter_declaration): Likewise.
1614         (cp_parser_initializer): Likewise.
1615         (cp_parser_throw_expression): Likewise.
1616         (cp_parser_attribute_list): Likewise.
1617         (cp_parser_simple_cast_expression): Likewise.
1618         (cp_parser_functional_cast): Likewise.
1619         (cp_parser_late_parsing_default_args): Likewise.
1620         (cp_parser_sizeof_operand): Save/restore
1621         non_integral_constant_expression_p.
1622
1623 2005-01-31  Mike Stump  <mrs@apple.com>
1624
1625         * parser.c (cp_lexer_new_main): Get the first token, first, before
1626         doing anything.
1627
1628 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
1629
1630         * decl.c (start_decl): Add missing parentheses.
1631
1632 2005-01-30  Mark Mitchell  <mark@codesourcery.com>
1633
1634         PR c++/19555
1635         * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
1636         * decl.c (duplicate_decls): Do not discard
1637         DECL_IMPLICIT_INSTANTIATION when merging declarations.
1638         (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for
1639         variables that do not have DECL_USE_TEMPLATE.
1640
1641         PR c++/19395
1642         * decl.c (grokdeclarator): Refactor code so that qualified names
1643         are never allowed as the declarator in a typedef.
1644
1645         PR c++/19367
1646         * name-lookup.c (do_nonmember_using_decl): Avoid overloading
1647         builtin declarations.
1648
1649         PR c++/19457
1650         * call.c (convert_like_real): Inline call to
1651         dubious_conversion_warnings here.
1652         * cp-tree.h (dubious_conversion_warnings): Remove.
1653         * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
1654         setting TREE_NEGATED_INT.
1655         * typeck.c (dubious_conversion_warnings): Remove.
1656
1657         PR c++/19349
1658         * name-lookup.c (pushdecl_namespace_level): Avoid accessing free'd
1659         memory.
1660
1661 2005-01-28  Mark Mitchell  <mark@codesourcery.com>
1662
1663         PR c++/19253
1664         * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
1665         tentative parses.
1666
1667         PR c++/19667
1668         * pt.c (redeclare_class_template): Robustify.
1669
1670 2005-01-27  Steven Bosscher  <stevenb@suse.de>
1671
1672         * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
1673         instead of SWITCH_EXPR ones.
1674         * pt.c (tsubst_expr): Likewise.
1675         * semantics.c (begin_switch_stmt, finish_switch_cond,
1676         finish_switch_stmt): Likewise.
1677
1678 2005-01-26  J"orn Rennecke <joern.rennecke@st.com>
1679
1680         PR c++/18370
1681         * parser.c (cp_parser_initializer_clause): Initialize *non_constant_p.
1682
1683 2005-01-25  Andrew Pinski  <pinskia@physics.uc.edu>
1684
1685         * class.c (abort_fndecl_addr): New variable.
1686         (build_vtbl_initializer): If we have a pure virtual function
1687         share the abort function's address.
1688         Include gt-cp-class.h at the end.
1689         * config-lang.in (gtfiles): Add cp/class.c.
1690
1691 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1692
1693         * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
1694         (pp_cxx_function_definition): Make static.
1695         * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
1696         (pp_cxx_function_definition): Likewise.
1697
1698 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1699
1700         * name-lookup.c (print_binding_level): Make static.
1701         (constructor_name_full): Make static inline.
1702         (current_decl_namespace): Make static.
1703         * name-lookup.h (constructor_name_full): Remove prototype.
1704         (print_binding_level): Likewise.
1705         (current_decl_namespace): Likewise.
1706
1707 2005-01-25  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1708
1709         * decl.h (debug_bindings_indentation): Remove.
1710
1711 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
1712
1713         * typeck.c: Fix a comment typo.
1714
1715 2005-01-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1716
1717         PR c++/19208
1718         * pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
1719         at least once.
1720         (tsubst): Use fold_decl_constant_value in place of a bare call to
1721         integral_constant_value.
1722
1723 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
1724
1725         * typeck.c (more_qualified_p): Remove.
1726         * cp-tree.h: Remove the corresponding prototype.
1727
1728 2005-01-19  Matt Austern  <austern@apple.com>
1729
1730         * typeck.c (comptypes): Handle return code from objc_comptypes
1731         correctly.
1732
1733 2005-01-19  Kazu Hirata  <kazu@cs.umass.edu>
1734
1735         * cp-tree.h, name-lookup.h: Remove unused prototypes.
1736
1737 2005-01-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1738
1739         PR c++/19375
1740         * semantics.c (finish_id_expression): Disable access checking for
1741         already lookuped FIELD_DECL.
1742
1743 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
1744
1745         * decl.c (delete_block): Remove.
1746         * cp-tree.h: Remove the corresponding prototype.
1747
1748         * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
1749         walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
1750         Remove.
1751         * cp-tree.h: Remove the corresponding prototypes.
1752
1753         * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
1754         cp_update_decl_after_saving, name_p): Remove.
1755         * cp-tree.h: Remove the corresponding prototypes.
1756
1757 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
1758
1759         PR c/19472
1760         * semantics.c (finish_asm_stmt): Strip nops off
1761         input memory operands.
1762
1763 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
1764
1765         * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
1766         typeck2.c: Update copyright.
1767
1768 2005-01-16  Kazu Hirata  <kazu@cs.umass.edu>
1769
1770         * class.c (get_enclosing_class): Remove.
1771         * cp-tree.h: Remove the corresponding prototypes.
1772
1773         * cvt.c (convert_lvalue): Remove.
1774         * cp-tree.h: Remove the corresponding prototype.
1775
1776         * pt.c (tinst_for_decl): Remove.
1777         * cp-tree.h: Remove the corresponding prototypes.
1778
1779         * tree.c (hash_chainon): Remove.
1780         * cp-tree.h: Remove the corresponding prototypes.
1781
1782 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
1783
1784         PR c++/19263
1785         * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
1786         of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
1787
1788 2005-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1789
1790         * Make-lang.in (cp-warn): Don't append $(WERROR).
1791
1792 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
1793
1794         * cp-tree.h: Fix a comment typo.
1795
1796 2005-01-07  Nathan Sidwell  <nathan@codesourcery.com>
1797
1798         PR c++/19298
1799         * pt.c (tsubst_qualified_id): Call convert_from_reference.
1800
1801 2005-01-06  Mark Mitchell  <mark@codesourcery.com>
1802
1803         PR c++/19244
1804         * class.c (add_implicitly_declared_members): Remove dead code.
1805         * decl.c (grokfndecl): Add sfk parameter.  Use it do set
1806         DECL_CONSTRUCTOR_P.
1807         (grokdeclarator): Adjust calls to grokfndecl.
1808         * method.c (implicitly_declare_fn): Improve documentation.
1809         * parser.c (cp_parser_direct_declarator): Do not consider a
1810         function to be a constructor if the containing class was
1811         originally anonymous.
1812
1813 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1814
1815         PR c++/17154
1816         * search.c (lookup_field_1): Handle using declaration in
1817         class template partial specialization.
1818
1819 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1820
1821         PR c++/19258
1822         * pt.c (push_access_scope): Handle friend defined in class.
1823         (pop_access_scope): Likewise.
1824
1825 2005-01-06  Nathan Sidwell  <nathan@codesourcery.com>
1826
1827         PR c++/19270
1828         * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
1829         (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
1830         array-new handling code.  Use build_x_binary_op.
1831
1832 2005-01-05  Nathan Sidwell  <nathan@codesourcery.com>
1833
1834         PR c++/19030
1835         * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
1836         * name-lookup.h (push_scope): Return pushed scope, not flag.
1837         * name-lookup.c (push_scope): Return scope that should be popped,
1838         not a flag.
1839         * decl.c (start_decl): Adjust.
1840         (grokfndecl): Adjust scope push and pop.
1841         * decl2.c (check_classfn): Likewise.
1842         * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
1843         cp_parser_init_declarator, cp_parser_direct_declarator,
1844         cp_parser_class_specifier, cp_parser_class_head,
1845         cp_parser_lookup_name,
1846         cp_parser_constructor_declarator_p): Likewise.
1847         * pt.c (instantiate_class_template,
1848         resolve_typename_type): Likewise.
1849
1850 2005-01-03  Volker Reichelt  <reichelt@igpm.rwth-aaachen.de>
1851
1852         PR c++/14136
1853         * parser.c (cp_parser_unqualified_id): Do not issue error message
1854         for typedef-name as destructor declarator when performing an
1855         uncommitted tentative parse.
1856
1857 2005-01-01  Steven Bosscher  <stevenb@suse.de>
1858
1859         PR middle-end/17544
1860         * decl.c (finish_function): Fix comment.  Annotate the compiler
1861         generated return with the current file name and line 0.
1862