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