1 2005-08-15 Fariborz Jahanian <fjahanian@apple.com>
3 * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
4 * call.c (add_template_candidate_real): Pass down 'flags' to
6 (can_convert_arg): New 'flags' argument. Pass it to call to
7 implicit_conversion instead of LOOKUP_NORMAL.
8 (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
9 * class.c (resolve_address_of_overloaded_function): Ditto.
10 (resolve_address_of_overloaded_function): Ditto.
11 * decl.c (reshape_init, check_default_argument): Ditto.
12 * typeck.c (build_ptrmemfunc): Ditto.
13 * pt.c (type_unification_real): Add 'flags' argument.
14 (fn_type_unification): Pass 'flags' to type_unification_real.
15 (type_unification_real): Pass new 'flags' argument to call to
18 2005-08-12 Giovanni Bajo <giovannibajo@libero.it>
19 Nathan Sidwell <nathan@codesourcery.com>
23 * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers
26 2005-08-12 Nathan Sidwell <nathan@codesourcery.com>
29 Revert my 2005-07-08 patch
30 * pt.c (type_unification_real): Remove is_method_argument and
32 (fn_type_unification, unify): Adjust type_unification_real calls.
34 2005-08-11 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
37 * decl2.c (grokfield): Check that method is not static before
40 2005-08-11 Nathan Sidwell <nathan@codesourcery.com>
43 * name-lookup.c (pushtag): Process the template type before
44 altering the identifier lookup fields. Remove unreachable code
45 creating an empty stub decl.
47 2005-08-10 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
50 * decl.c (grokdeclarator): Reset storage_class after error.
52 2005-08-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
55 * init.c (build_new_1): Check for empty candidate list.
57 2005-08-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
60 * pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
61 before calling build_exception_variant.
63 2005-08-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
66 * pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
67 if substitution of template args did not succeed.
69 2005-08-06 Michael Matz <matz@suse.de>
71 * method.c (use_thunk): Call init_insn_lengths.
73 2005-08-05 James A. Morrison <phython@gcc.gnu.org>
76 * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
77 sorrycount or errorcount are nonzero.
79 2005-08-05 Mark Mitchell <mark@codesourcery.com>
81 * name-lookup.c (pushtag): Remove accidental commit from:
82 2004-12-21 Mark Mitchell <mark@codesourcery.com>
84 * decl.c (grokdeclarator): Return error_mark_node, not
85 void_type_node, to indicate errors.
86 * parser.c (cp_parser_template_parameter_list): Robustify.
87 (cp_parser_template_parameter): Likewise.
89 2005-08-01 Kazu Hirata <kazu@codesourcery.com>
91 * class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
94 2005-07-29 Kazu Hirata <kazu@codesourcery.com>
96 * method.c: Fix a comment typo.
98 2005-07-28 Mark Mitchell <mark@codesourcery.com>
101 * call.c (add_builtin_candidate): Adjust for changes in
102 representation of pointer-to-member types.
104 2005-07-28 Mike Stump <mrs@apple.com>
106 * pt.c (check_explicit_specialization): Add visibility logic.
107 (lookup_template_class): Likewise.
108 (instantiate_class_template): Likewise.
110 2005-07-27 Devang Patel <dpatel@apple.com>
112 * name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
114 2005-07-25 Ian Lance Taylor <ian@airs.com>
116 * ptree.c (cxx_print_identifier): Print a leading space if the
119 2005-07-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
121 * call.c (convert_for_arg_passing): Check function pointers when
122 -Wmissing-format-attribute is activated.
123 * typeck.c (convert_for_assignment): Likewise.
125 2005-07-22 Manfred Hollstein <mh@suse.com>
127 * parser.c (cp_parser_declaration): Fix unitialised warnings.
129 2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
131 * class.c (build_base_path): Fix typo.
133 2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
136 * class.c (build_base_path): Convert BINFO_OFFSET to the correct type.
138 2005-07-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
140 * call.c: Fix comment typo(s).
141 * cxx-pretty-print.h: Likewise.
142 * name-lookup.c: Likewise.
143 * parser.c: Likewise.
145 2005-07-20 Douglas Gregor <doug.gregor@gmail.com>
148 * semantics.c (perform_koenig_lookup): For dependent calls, just
149 return the set of functions we've found so far. Later, it will be
150 augmented by those found through argument-dependent lookup.
151 * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing
152 the optimization that skips namespaces where the functions were
155 2005-07-20 Giovanni Bajo <giovannibajo@libero.it>
157 Make CONSTRUCTOR use VEC to store initializers.
158 * call.c (convert_default_arg): Update call to digest_init.
159 * class.c (dump_class_hierarchy, dump_array): Update to cope with
160 VEC in CONSTRUCTOR_ELTS.
161 * cp-tree.h (EMPTY_CONSTRUCTOR_P): Likewise.
162 (finish_compound_literal, digest_init): Update declaration.
163 * decl.c (struct reshape_iter): New data type.
164 (reshape_init_array): Rename to...
165 (reshape_init_array_1): Update to cope with VEC in CONSTRUCTOR_ELTS.
166 (reshape_init): Rewrite from scratch. Split parts into...
167 (reshape_init_array, reshape_init_vector, reshape_init_class,
168 reshape_init_r): New functions.
169 (check_initializer): Update call to reshape_init. Remove obsolete
171 (initialize_artificial_var, cp_complete_array_type): Update to cope
172 with VEC in CONSTRUCTOR_ELTS.
173 * decl2.c (grokfield): Update calls to digest_init.
174 (mark_vtable_entries): Update to cope with VEC in CONSTRUCTOR_ELTS.
175 * error.c (dump_expr_init_vec): New function.
176 (dump_expr): Use dump_expr_init_vec.
177 * init.c (build_zero_init, build_vec_init): Update to cope with VEC
179 (expand_default_init): Update call to digest_init.
180 * parser.c (cp_parser_postfix_expression): Use a VEC for the
182 (cp_parser_initializer_list): Build a VEC of initializers.
183 * pt.c (tsubst_copy, tsubst_copy_and_build): Update to cope with VEC
185 * rtti.c (tinfo_base_init, generic_initializer, ptr_initializer,
186 ptm_initializer, class_initializer, get_pseudo_ti_init): Use
187 build_constructor_from_list instead of build_constructor.
188 * semantics.c (finish_compound_literal): Update call to digest_init.
189 * tree.c (stabilize_init): Update to cope with VEC in
191 * typeck.c (build_ptrmemfunc1): Likewise.
192 * typeck2.c: (cxx_incomplete_type_error, split_nonconstant_init_1):
194 (store_init_value): Use build_constructor_from_list and update call
196 (digest_init): Rewrite.
197 (process_init_constructor): Rewrite from scratch. Split into...
198 (process_init_constructor_array, picflag_from_initializer,
199 process_init_constructor_record, process_init_constructor_union):
201 (PICFLAG_ERRONEOUS, PICFLAG_NOT_ALL_CONSTANT, PICFLAG_NOT_ALL_SIMPLE):
203 (build_functional_cast): Use build_constructor_from_list instead of
206 2005-07-18 Mark Mitchell <mark@codesourcery.com>
209 * cp-tree.h (instantiate_decl): Change prototype.
210 * decl2.c (mark_used): Adjust accordingly.
211 * pt.c (do_decl_instantiation): Likewise.
212 (instantiate_class_member): Likewise.
213 (instantiate_decl): Rename undefined_ok as expl_inst_class_mem_p.
214 Clear DECL_INTERFACE_KNOWN for an explicitly instantiated template
215 that has no definition available.
216 (instantiate_pending_templates): Adjust call to instantiate_decl.
218 2005-07-17 Mark Mitchell <mark@codesourcery.com>
221 * cp-tree.h (DECL_TEMPLATE_INFO): Improve documentation.
222 * decl.c (duplicate_decls): Re-register template specializations
223 for functions that have DECL_TEMLPLATE_INFO, even if they do not
224 have DECL_TEMPLATE_INSTANTIATION set.
226 2005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
228 * call.c (diagnostic_fn_t): New.
229 (build_temp, convert_like_real): Use diagnostic_fn_t.
231 2005-07-15 Mark Mitchell <mark@codesourcery.com>
234 * repo.c (repo_emit_p): Robustify.
236 2005-07-14 Daniel Berlin <dberlin@dberlin.org>
239 * tree.c (decl_linkage): Don't check DECL_COMDAT on CONST_DECL.
241 2005-07-15 Mark Mitchell <mark@codesourcery.com>
244 * call.c (implicit_conversion): Add c_cast_p parameter.
245 (standard_conversion): Likewise. Allow conversions between
246 differently-qualified pointer types when performing a C-style
248 (add_function_candidate): Adjust callee.
249 (build_builtin_candidate): Likewise.
250 (build_user_type_conversion_1): Likewise.
251 (conditional_conversion): Likewise.
252 (can_convert_arg): Likewise.
253 (can_convert_arg_bad): Likewise.
254 (perform_implicit_conversion): Likewise.
255 * cp-tree.h (comp_ptr_ttypes_const): Declare.
256 * typeck.c (comp_ptr_ttypes_const): Give it external linkage.
259 2005-07-12 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
260 Nathan Sidwell <nathan@codesourcery.com>
263 * pt.c (tsubst_template_parms): Check for invalid non-type
266 2005-07-09 Andrew Pinski <pinskia@physics.uc.edu>
268 * cp-lang.c (shadowed_var_for_decl, decl_shadowed_for_var_lookup,
269 decl_shadowed_for_var_insert): Move over to cp-objcp-common.c.
270 (cp_init_ts): Call init_shadowed_var_for_decl.
271 Remove include of gt-cp-cp-lang.h.
272 * cp-objcp-common.c (shadowed_var_for_decl,
273 decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert): Moved from
275 (init_shadowed_var_for_decl): New function to initialize
276 shadowed_var_for_decl.
277 Include gt-cp-cp-objcp-common.h.
278 * Make-lang.in (gt-cp-lang.h): Remove.
279 (gt-cp-cp-objcp-common.h): Add.
280 (cp/cp-lang.o): Remove dependancy on gt-cp-lang.h.
281 (cp/cp-objcp-common.o): Add dependancy on gt-cp-cp-objcp-common.h.
282 * config-lang.in (gtfiles): Remove cp-lang.c and Add cp-objcp-common.c.
283 * cp-tree (init_shadowed_var_for_decl): Add prototype.
285 2005-07-08 Daniel Berlin <dberlin@dberlin.org>
287 * Make-lang.in: Add gt-cp-lang.h.
289 * class.c (create_vtable_ptr): Stop setting DECL_ASSEMBLER_NAME on
291 * config-lang.in: Add cp-lang.c to gtfiles.
292 * cp-lang.c: Include hashtab.h.
293 (cp_init_ts): New function.
294 (LANG_HOOK_INIT_TS): Use macro.
295 (decl_shadowed_for_var_lookup): New function.
296 (decl_shadowed_for_var_insert): Ditto.
297 * cp-tree.h (THUNK_FUNCTION_CHECK): Use decl_common.
298 (NON_THUNK_FUNCTION_CHECK): Ditto.
299 (DECL_NAMESPACE_ASSOCIATIONS): Use decl_non_common.
300 (DECL_INIT_PRIORITY): Ditto.
301 (DECL_HAS_SHADOWED_FOR_VAR_P): Ditto.
302 (DECL_SHADOWED_FOR_VAR): Use hashtable.
303 (SET_DECL_SHADOWED_FOR_VAR): Ditto.
304 * decl.c (duplicate_decls): Update for new/updated structures.
305 (poplevel): Use SET_DECL_SHADOWED_FOR_VAR.
306 * decl2.c (start_static_initialization_or_destruction): Deal with
308 * pt.c (tsubst_decl): Check TS_DECL_WRTL before doing
310 * tree.c (handle_init_priority_attribute): Handle priority.
312 2005-07-08 Nathan Sidwell <nathan@codesourcery.com>
315 * pt.c (type_unification_real): Add is_method argument. Use it
316 for this pointer unification.
317 (fn_type_unification): Adjust type_unification_real call.
320 2005-07-07 Nathan Sidwell <nathan@codesourcery.com>
322 * pt.c (type_unification_real): Remove allow_incomplete argument.
323 Remove unreachable code.
324 (fn_type_unification): Adjust call to type_unification_real.
327 2005-07-05 Paolo Bonzini <bonzini@gnu.org>
329 * Makefile.in (class.o, decl2.o): Adjust dependencies.
330 * class.c: Include tree-dump.h.
331 * decl2.c: Include tree-dump.h.
333 2005-07-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
335 * dump.c: Use dump_string_field.
337 2005-07-03 Joseph S. Myers <joseph@codesourcery.com>
339 * cp-tree.h (GCC_DIAG_STYLE): #undef before defining. Change
340 minimum GCC version for format checking to 4.1.
342 2005-07-02 Kazu Hirata <kazu@codesourcery.com>
344 * Make-lang.in (cc1plus-checksum.c): Use
345 build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
347 2005-07-02 Joseph S. Myers <joseph@codesourcery.com>
349 * name-lookup.c, parser.c: Use %q, %< and %> to quote in
352 2005-07-02 Zack Weinberg <zack@codesourcery.com>
353 Joseph S. Myers <joseph@codesourcery.com>
355 * error.c (location_of): Add comment.
356 (locate_error, cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
357 * cp-tree.h (cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
358 * call.c, class.c, decl.c, decl2.c, friend.c, init.c,
359 name-lookup.c, parser.c, pt.c, search.c, semantics.c, typeck.c,
360 typeck2.c: Use '+' flag instead of %J, cp_error_at, cp_warning_at
361 or cp_pedwarn_at. Mark up some diagnostic strings with N_.
363 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
365 * decl.c (require_complete_types_for_parms): Call relayout_decl
366 instead of layout_decl.
368 2005-06-30 Zack Weinberg <zack@codesourcery.com>
369 Jakub Jelinek <jakub@redhat.com>
371 * cp-lang.c: No need to include cxx-pretty-print.h.
372 * error.c (cp_printer): Update signature. No need to process
374 (print_instantiation_partial_context): Output last newline
375 with pp_base_newline.
376 * Make-lang.in: Update dependencies.
378 2005-06-30 Steven Bosscher <stevenb@suse.de>
380 * decl.c (start_decl): Replace DECL_THREAD_LOCAL with
382 (cp_finish_decl): Likewise.
383 (grokvardecl): Set the default DECL_TLS_MODEL here.
385 2005-06-28 Joseph S. Myers <joseph@codesourcery.com>
387 * cvt.c (ocp_convert): Use invalid_conversion hook.
388 * typeck.c (build_binary_op): Use invalid_binary_op hook.
389 (build_unary_op): Use invalid_unary_op hook.
391 2005-06-28 Paul Brook <paul@codesourcery.com>
393 * Make-lang.in (cp/except.o): Depend on $(TARGET_H)
394 * except.c: Include target.h.
395 (init_exception_processing): Initialize unwind_resume_libfunc.
396 * doc/tm.texi: Document TARGET_ASM_TTYPE
398 2005-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
400 * call.c (build_over_call): Pass in named argument list to
401 `check_function_arguments'.
402 * typeck.c (build_function_call): Likewise.
404 2005-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
406 * cp-tree.h (lang_check_failed): Add noreturn attribute.
408 2005-06-25 Kelley Cook <kcook@gcc.gnu.org>
410 * all files: Update FSF address in copyright headers.
412 2005-06-23 Jason Merrill <jason@redhat.com>
415 * semantics.c (simplify_aggr_init_expr): Use
416 CALL_EXPR_RETURN_SLOT_OPT, not CALL_EXPR_HAS_RETURN_SLOT_ADDR.
418 2005-06-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
420 * pt.c (register_specialization): Remove superfluous assertion.
422 2005-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
424 * call.c (convert_like_real): Add format attribute.
425 * typeck.c (check_for_casting_away_constness,
426 build_static_cast_1): Likewise.
427 * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
430 2005-06-17 Geoffrey Keating <geoffk@apple.com>
433 * pt.c (type_unification_real): Apply template type deduction even
434 to procedure parameters that are not dependent on a template
437 2005-06-16 Nathan Sidwell <nathan@codesourcery.com>
439 * rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might
441 (create_pseudo_type_info): First parameter is an int.
443 2005-06-15 Nathan Sidwell <nathan@codesourcery.com>
446 * error.c (dump_expr) <COMPONENT_REF case>: Check DECL_NAME is not
449 * Make-lang.in: Reformat some long lines.
450 (gt-cp-rtti.h): New target.
451 (cp/rtti.o): Add dependency.
452 * config-lang.in (gtfiles): Add cp/rtti.c.
453 * cp-tree.h (CPTI_TI_DESC_TYPE, CPTI_BLTN_DESC_TYPE,
454 CPTI_PTR_DESC_TYPE, CPTI_ARY_DESC_TYPE, CPTI_FUNC_DESC_TYPE,
455 CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE,
456 CPTI_SI_CLASS_DESC_TYPE, CPTI_VMI_CLASS_DESC_TYPE,
457 CPTI_PTM_DESC_TYPE, CPTI_BASE_DESC_TYPE): Remove.
458 (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
459 ary_desc_type_node, func_desc_type_node, enum_desc_type_node,
460 class_desc_type_node, si_class_desc_type_node,
461 vmi_class_desc_type_node, ptm_desc_type_node,
462 base_desc_type_node): Remove.
463 * decl.c: Adjust documentation of global trees.
464 * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL,
465 TINFO_REAL_NAME): Remove.
466 (struct tinfo_s): New.
467 (enum tinfo_kind): New.
469 (get_tinfo_decl): Adjust use of tinfo descriptor.
470 (tinfo_base_init, generic_initializer, ptr_initializer,
471 ptm_initializer, class_initializer): Likewise.
472 (get_pseudo_ti_init): Take descriptor index. Adjust.
473 (create_pseudo_type_info): Likewise.
474 (get_pseudo_ti_desc): Return descriptor index. Adjust.
475 (create_tinfo_types): Adjust use of create_pseudo_type_info.
476 (emit_tinfo_decl): Adjust use of tinfo descriptor.
478 2005-06-14 Roger Sayle <roger@eyesopen.com>
480 * decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.
482 2005-06-13 Geoffrey Keating <geoffk@apple.com>
484 * Make-lang.in (c++.install-man): Doesn't really depend on installdirs.
485 (rule for installing g++.1 manpage): Does depend on installdirs.
487 2005-06-13 Nathan Sidwell <nathan@codesourcery.com>
490 * decl.c (cp_finish_decl): Clear runtime runtime initialization if
491 in-class decl's initializer is bad.
494 * parser.c (struct cp_parser): Document that scope could be
496 (cp_parser_diagnose_invalid_type_name): Cope with error_mark for
498 (cp_parser_nested_name_specifier): Return NULL_TREE on error.
499 (cp_parser_postfix_expression): Deal with null or error_mark
501 (cp_parser_elaborated_type_specifier): Adjust
502 cp_parser_nested_name_specifier call.
504 * parser (cp_parser_skip_to_end_of_block_or_statement): Cleanup.
506 2005-06-12 Roger Sayle <roger@eyesopen.com>
509 * error.c (dump_expr): UNARY_PLUS_EXPR need not handle void types.
510 Treat CONVERT_EXPR identically to NOP_EXPR.
512 2005-06-10 Aldy Hernandez <aldyh@redhat.com>
515 * cvt.c (build_expr_type_conversion): Same.
516 * typeck.c (build_binary_op): Handle vectors.
518 (type_after_usual_arithmetic_conversions): Same.
519 * testsuite/g++.dg/conversion/simd2.C: New.
521 2005-06-08 Nathan Sidwell <nathan@codesourcery.com>
524 * cp-tree.def (USING_DECL): Update documentation.
525 * cp-tree.h (DECL_DEPENDENT_P): New.
526 (USING_DECL_DECLS, USING_DECL_SCOPE): New.
527 * class.c (handle_using_decl): Move most of the processing to ...
528 * name-lookup.c (do_class_using_decl): ... here. Make stricter.
529 (push_using_decl): Use USING_DECL_SCOPE.
530 (cp_emit_debug_info_for_using): Make extern.
531 * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
532 * name-lookup.h (cp_emit_debug_info_for_using): Declare.
533 * pt.c (tsubst_decl) <USING_DECL case>: Use do_class_using_decl
535 (tsubst_expr): Use USING_DECL_SCOPE.
536 * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
537 * semantics.c (finish_member_declaration): Likewise.
539 2005-06-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
542 * pt.c (tsubst): Reject pointer-to-member of type void.
545 * parser.c (cp_parser_label_declaration): Deal with invalid/missing
548 2005-06-07 Nathan Sidwell <nathan@codesourcery.com>
550 * cp-tree.def (DEFAULT_ARG): Adjust documentation.
551 * cp-tree.h (DEFARG_INSTANTIATIONS): New.
552 (struct tree_default_arg): Add instantiations member.
553 * parser.c (cp_parser_late_parsing_default_args): Adjust to use a
555 * pt.c (tsubst_arg_types): Likewise.
557 * parser.c (cp_parser_late_parsing_default_args): Fix overeager
558 assert in previous patch.
560 2005-06-06 Jakub Jelinek <jakub@redhat.com>
562 * error.c (locate_error): Use gmsgid instead of msgid for argument
564 (cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
566 2005-06-06 Nathan Sidwell <nathan@codesourcery.com>
569 * cp-tree.def (DEFAULT_ARG): Document TREE_CHAIN use.
570 * parser.c (cp_parser_late_parsing_default_args): Propagate parsed
571 argument to any early instantiations.
572 * pt.c (tsubst_arg_types): Chain early instantiation of default arg.
575 * cp-tree.h (add_method): Add using_decl parameter.
576 * class.c (add_method): Add using_decl parameter. Adjust error
578 (handle_using_decl): Pass the using decl to add_method.
579 (clone_function_decl): Adjust add_member calls.
580 * decl2.c (check_classfn): Likewise.
581 * method.c (lazily_declare_fn): Likewise.
582 * semantics.c (finish_member_declaration): Likewise.
584 * method.c (synthesize_method): Use inform, not warning.
586 2005-06-06 Hans-Peter Nilsson <hp@axis.se>
588 * config-lang.in (target_libs): Remove target-gperf.
590 2005-06-05 Mark Mitchell <mark@codesourcery.com>
593 * cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro.
594 * parser.c (cp_parser_postfix_expression): Allow non-constant
595 expressions as arguments to __builtin_constant_p.
596 * tree.c (builtin_valid_in_constant_expr_p): Use
597 DECL_IS_BUILTIN_CONSTANT_P.
599 2005-06-03 Mark Mitchell <mark@codesourcery.com>
602 * typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
603 the pointed-to type for a pointer-to-member.
606 * cp-tree.h (grok_op_properties): Remove friendp parameter.
607 * decl.c (grokfndecl): Adjust call.
608 (grok_op_properties): Determine the class of which the function is
609 a member by looking at its DECL_CONTEXT, not current_class_type.
610 * pt.c (tsubst_decl): Adjust call to grok_op_properties.
612 2005-06-02 Nathan Sidwell <nathan@codesourcery.com>
614 * method.c (synthesize_method): Add addtional arg to warning call.
617 * Make-lang.in (method.o): Add diagnostic.h
618 * decl.c (start_preparsed_function): Use decl's location for file
620 * decl2.c (cp_finish_file): Set input_location before synthesizing
622 (mark_used): When deferring a synthesized function, save current
623 location. Do not set function's location when actually
625 * method.c: #include diagnostic.h.
626 (synthesize_method): Set the functions source location. Show
627 needed location if errors are emitted.
629 * decl.c (start_decl): Simplify specialization handling. Remove
630 unneeded CLASSTYPE_TEMPLATE_INSTANTIATION check.
631 * mangle.c (discriminator_for_local_entity): Use VEC_index.
634 * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
637 * name-lookup.c (pushtag): Push local class even in a template.
639 2005-05-31 Nathan Sidwell <nathan@codesourcery.com>
642 * init.c (integral_constant_value): Check the type of the
643 initializer, not the decl.
645 2005-05-30 Mark Mitchell <mark@codesourcery.com>
648 * name-lookup.c (do_nonmember_using_decl): Ignore builtin
649 functions, even when the used name is not a function.
651 2005-05-30 Kazu Hirata <kazu@cs.umass.edu>
653 * operators.def, optimize.c: Update copyright.
655 2005-05-28 Mark Mitchell <mark@codesourcery.com>
658 * call.c (standard_conversion): Permit conversions to complex
659 types if conversion to the corresponding scalar type would be
663 * method.c (implicitly_declare_fn): Clear processing_template_decl
664 when generating implicit declaration.
666 2005-05-27 Mark Mitchell <mark@codesourcery.com>
669 * typeck.c (get_member_function_from_ptrfunc): Do not attempt
670 conversions to base classes of incomplete types.
672 2005-05-27 Ian Lance Taylor <ian@airs.com>
674 * semantics.c (add_stmt): Add C++ frontend specific version.
675 * cp-tree.h (STMT_IS_FULL_EXPR_P): Define.
676 (stmts_are_full_exprs_p): Declare.
678 2005-05-27 Roger Sayle <roger@eyesopen.com>
679 Giovanni Bajo <giovannibajo@gcc.gnu.org>
681 * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
682 * parser.c (cp_parser_unary_expression): Use UNARY_PLUS_EXPR instead
684 (cp_parser_unary_expression): Likewise.
685 * typeck.c (build_unary_op): Likewise.
686 * call.c (add_builtin_candidate, build_new_op): Likewise.
687 * error.c (dump_expr): Likewise.
688 * pt.c (tsubst_copy, tsubst_copy_and_build): Likewise.
689 * decl.c (ambi_op_p, grok_op_properties): Likewise.
690 * dump.c (dump_op): Likewise.
691 * lex.c (init_operators): Likewise.
692 * operators.def ("+"): Likewise.
693 * cp-gimplify.c (cp_gimplify_expr): Handle UNARY_PLUS_EXPR like a
694 conversion, if the result and argument types differ.
695 * tree.c (fold_if_not_in_template): Fold UNARY_PLUS_EXPR much
696 like a NOP_EXPR when !processing_template_decl.
698 * cxx-pretty-print.c (pp_cxx_cast_expression): Prototype.
699 (pp_cxx_unary_expression): Handle new UNARY_PLUS_EXPR tree code.
701 2005-05-27 Nathan Sidwell <nathan@codesourcery.com>
704 * typeck.c (get_delta_difference): Cope with incomplete but equal
708 * parser.c (cp_parser_late_parsing_for_member): Disable access
709 checking for template functions.
711 2005-05-26 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
714 * pt.c (redeclare_class_template): Change error message according
715 to coding conventions.
717 2005-05-26 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
719 * call.c (build_op_delete_call): Fix quoting in error message.
721 2005-05-25 Richard Henderson <rth@redhat.com>
724 * cp-tree.h (make_alias_for): Declare.
725 * decl2.c (build_java_method_aliases): New.
726 (cp_finish_file): Call it.
727 * method.c (make_alias_for): Split out from ...
728 (make_alias_for_thunk): ... here.
730 2005-05-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
733 * semantics.c (finish_id_expression): Fix quoting in error message.
735 2005-05-25 DJ Delorie <dj@redhat.com>
737 * decl.c (duplicate_decls): Move warning control from if() to
739 * name-lookup.c (parse_using_directive): Likewise.
740 * parser.c (cp_parser_elaborated_type_specifier): Likewise.
741 (cp_parser_init_declarator): Likewise.
742 * tree.c (handle_com_interface_attribute): Likewise.
744 2005-05-24 Ziemowit Laski <zlaski@apple.com>
746 * class.c (layout_class_type): Do not issue C++ ABI warnings
748 * decl.c (objc_mark_locals_volatile): Streamline by calling
749 objc_volatilize_decl().
750 * parser.c (cp_parser_objc_message_expression): Allow simple
751 type specifiers (instead of merely type names) as message
753 * pt.c (template_args_equal): Do not call objc_comptypes().
754 * typeck.c (composite_pointer_type): If both pointers are
755 ObjC-esque, arbitrarily choose the first; do not call
757 (comptypes): Do not call objc_comptypes().
758 (convert_for_assignment): Call objc_compare_types().
759 (comp_ptr_ttypes_real): Call objc_type_quals_match() before
760 concluding that types do not match.
762 2005-05-24 Andrew Pinski <pinskia@physics.uc.edu>
765 * optimize.c (update_cloned_parm): Copy the TYPE also from the
768 2005-05-19 Jakub Jelinek <jakub@redhat.com>
771 * decl.c (grokdeclarator): Fix "storage class specified for"
774 2005-05-19 Kazu Hirata <kazu@cs.umass.edu>
776 * parser.c: Fix comment typos.
778 2005-05-18 Geoffrey Keating <geoffk@apple.com>
780 * Make-lang.in (cc1plus-dummy): New.
781 (cc1plus-checksum.c): New.
782 (cc1plus-checksum.o): New.
783 (cc1plus): Add cc1plus-checksum.o.
785 2005-05-17 H.J. Lu <hongjiu.lu@intel.com>
788 * decl2.c (determine_visibility): Don't set visibility to
789 hidden if it has been set explicitly by user.
791 2005-05-17 Ziemowit Laski <zlaski@apple.com>
792 Mike Stump <mrs@apple.com>
794 Yet more Objective-C++...
796 * cp-objcp-common.h (cxx_get_alias_set): Move from
798 (cxx_warn_unused_global_decl): Likewise.
799 (cp_expr_size): Likewise.
800 (cp_tree_size): Likewise.
801 (cp_var_mod_type_p): Likewise.
802 (cxx_initialize_diagnostics): Likewise.
803 (cxx_types_compatible_p): Likewise.
804 * cp-tree.h: to here.
806 * lex.c (D_OBJC): Add.
807 (init_reswords): Add.
808 * Make-lang.in (cp/pt.o): Add cp/cp-objcp-common.h.
809 * parser.c: Add c-common.h include.
810 * pt.c: Add c-common.h and cp-objcp-common.h includes.
811 (template_args_equal): Use objc_comptypes as well.
812 (tsubst_copy_and_build): Use objcp_tsubst_copy_and_build as well.
813 * semantics.c (do_poplevel): Remove static.
815 * decl.c (objc_mark_locals_volatile): Don't change decls that are
817 * decl2.c (generate_ctor_or_dtor_function): Add code to initialize
818 Objective C++ early enough.
819 * lex.c (struct resword reswords): Add Objective-C++ support.
820 * parser.c (cp_lexer_get_preprocessor_token): Add Objective-C++.
821 (cp_parser_objc_message_receiver): Add.
822 (cp_parser_objc_message_args): Likewise.
823 (cp_parser_objc_message_expression): Likewise.
824 (cp_parser_objc_encode_expression): Likewise.
825 (cp_parser_objc_defs_expression): Likewise.
826 (cp_parser_objc_protocol_expression): Likewise.
827 (cp_parser_objc_selector_expression): Likewise.
828 (cp_parser_objc_expression): Likewise.
829 (cp_parser_objc_visibility_spec): Likewise.
830 (cp_parser_objc_method_type): Likewise.
831 (cp_parser_objc_protocol_qualifiers): Likewise.
832 (cp_parser_objc_typename): Likewise.
833 (cp_parser_objc_selector_p): Likewise.
834 (cp_parser_objc_selector): Likewise.
835 (cp_parser_objc_method_keyword_params): Likewise.
836 (cp_parser_objc_method_tail_params_opt): Likewise.
837 (cp_parser_objc_interstitial_code): Likewise.
838 (cp_parser_objc_method_signature): Likewise.
839 (cp_parser_objc_method_prototype_list): Likewise.
840 (cp_parser_objc_method_definition_list): Likewise.
841 (cp_parser_objc_class_ivars): Likewise.
842 (cp_parser_objc_identifier_list): Likewise.
843 (cp_parser_objc_alias_declaration): Likewise.
844 (cp_parser_objc_class_declaration): Likewise.
845 (cp_parser_objc_protocol_declaration): Likewise.
846 (cp_parser_objc_protocol_refs_opt): Likewise.
847 (cp_parser_objc_superclass_or_category): Likewise.
848 (cp_parser_objc_class_interface): Likewise.
849 (cp_parser_objc_class_implementation): Likewise.
850 (cp_parser_objc_end_implementation): Likewise.
851 (cp_parser_objc_declaration): Likewise.
852 (cp_parser_objc_try_catch_finally_statement): Likewise.
853 (cp_parser_objc_synchronized_statement): Likewise.
854 (cp_parser_objc_throw_statement): Likewise.
855 (cp_parser_objc_statement): Likewise.
856 (cp_parser_primary_expression): Add Objective-C++.
857 (cp_parser_statement): Likewise.
858 (cp_parser_declaration): Likewise.
859 (cp_parser_simple_type_specifier): Likewise.
860 (cp_parser_type_name): Likewise.
861 (cp_parser_parameter_declaration_list): Likewise.
862 (cp_parser_member_declaration) Likewise.
863 * tree.c: Include debug.h.
864 * typeck.c (composite_pointer_type): Add Objective-C++ support.
865 (finish_class_member_access_expr): Likewise.
866 (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
867 (build_modify_expr): Allow objc to generate write barriers.
869 * Make-lang.in (cp/tree.o): Add debug.h.
870 * tree.c (lvalue_p_1, case CONST_DECL): Add.
872 2005-05-18 Jan Hubicka <jh@suse.cz>
874 * method.c: Include tree-pass.h
875 (use_thunk): Lower body before expanding.
877 2005-05-17 Jakub Jelinek <jakub@redhat.com>
880 * decl.c (maybe_deduce_size_from_array_init): Call
881 cp_apply_type_quals_to_decl after completing array type.
883 2005-05-16 Richard Henderson <rth@redhat.com>
885 * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
886 (build_library_fn): ... here.
888 2005-05-12 Ian Lance Taylor <ian@airs.com>
890 * cp-tree.h (cp_stmt_codes): Don't define.
891 (statement_code_p): Declare.
892 (STATEMENT_CODE_P): Define.
893 * lex.c (statement_code_p): Define.
894 (cxx_init): Use actual codes in stmt_codes initializer, not
895 cp_stmt_codes macro. Initialize statement_code_p directly, rather
896 than using INIT_STATEMENT_CODES.
898 2005-05-09 Mark Mitchell <mark@codesourcery.com>
900 * typeck.c (build_unary_op): Do not resort to address arithmetic
901 when taking the address of a COMPONENT_REF.
903 2005-05-08 Kazu Hirata <kazu@cs.umass.edu>
905 * class.c (vtbl_init_data_s): Change the type of fns to
907 (build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
908 Use VEC instead of VARRAY.
910 2005-05-07 Richard Sandiford <rsandifo@redhat.com>
912 * mangle.c: Remove a reference to the MIPS -mint64 option.
914 2005-05-07 Kazu Hirata <kazu@cs.umass.edu>
916 * decl.c (wrapup_globals_for_namespace): Use VEC instead of
918 * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
919 * name-lookup.h (cp_binding_level): Change the type of
920 static_decls to VEC(tree,gc)*.
922 * mangle.c (globals): Change the type of substitutions to
924 (dump_substitution_candidates, add_substitution,
925 find_substitution, finish_mangling, init_mangle): Use VEC
928 2005-05-06 Kazu Hirata <kazu@cs.umass.edu>
930 * decl2.c (spew_debug): Remove.
932 * decl2.c (ssdf_decls, start_static_storage_duration_function,
933 generate_ctor_or_dtor_function): Use VEC instead of VARRAY.
935 * decl2.c (pending_statics, note_vague_linkage_var,
936 cp_finish_file): Use VEC instead of VARRAY.
937 (pending_statics_used): Remove.
939 2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
941 * decl2.c (deferred_fns, note_vague_linkage_fn,
942 cp_finish_file): Use VEC instead of VARRAY.
944 2005-05-05 Mark Mitchell <mark@codesourcery.com>
947 * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
949 2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
951 * pt.c: Fix a comment typo.
953 2005-05-04 Kazu Hirata <kazu@cs.umass.edu>
955 * cp-tree.h (language_function): Change the type of
956 x_local_names to VEC.
957 * decl.c (push_local_name): Adjust uses of local_names.
959 2005-05-03 Kazu Hirata <kazu@cs.umass.edu>
961 * friend.c, lex.c, mangle.c, repo.c: Update copyright.
963 2005-05-02 Kazu Hirata <kazu@cs.umass.edu>
965 * class.c (local_classes, init_class_processing): Use VEC
967 * cp-tree.h (local_classes): Likewise.
968 * mangle.c (discriminator_for_local_entity): Likewise.
969 * name-lookup.c (pushtag): Likewise.
971 * class.c (current_lang_depth, push_lang_context,
972 pop_lang_context): Use VEC instead of VARRAY.
973 * cp-tree.h (saved_scope): Use VEC for lang_base instead of
975 * name-lookup.c (push_to_top_level): Use VEC instead of
978 2005-05-02 Paolo Bonzini <bonzini@gnu.org>
980 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
981 for BUILT_IN_MD built-ins.
983 2005-05-02 Michael Matz <matz@suse.de>
986 * cp-tree.h (cp_tree_index): Remove CPTI_NULL, to be defined in C
989 * lex.c (cxx_init): Move null_node initialisation to C common frontend.
991 2005-04-25 Ian Lance Taylor <ian@airs.com>
993 * cp-tree.def: Add EXPR_STMT.
994 * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
995 (EXPR_STMT_EXPR): Define.
996 * cp-gimplify.c: Include "flags.h".
997 (gimplify_expr_stmt): New static function.
998 (cp_gimplify_expr): Handle EXPR_STMT.
999 * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
1000 rather than pp_expression.
1001 (pp_cxx_statement): Handle EXPR_STMT.
1002 * dump.c (cp_dump_tree): Handle EXPR_STMT.
1003 * lex.c (cxx_init): Don't use c_common_stmt_codes in stmt_codes
1006 2005-04-25 Andrew Pinski <pinskia@physics.uc.edu>
1009 * rtti.c (ifnonnull): Cast the zero comparison operand
1010 to the correct type.
1012 2005-04-24 Jakub Jelinek <jakub@redhat.com>
1015 * class.c: Include cgraph.h.
1016 (cp_fold_obj_type_ref): Set node->local.vtable_method.
1017 * Make-lang.in (cgraph.o): Depend on $(CGRAPH_H).
1019 2005-04-12 Markus F.X.J. Oberhumer <markus@oberhumer.com>
1021 * mangle.c (write_builtin_type): Handle integer types which are
1022 not one of the shared integer type nodes and emit a "vendor
1023 extended builtin type" with an encoding in the form of "u5int96".
1025 2005-04-24 Ian Lance Taylor <ian@airs.com>
1027 * cp-tree.def (USING_STMT): Change class to tcc_statement.
1028 (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
1029 (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
1030 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
1032 2005-04-23 DJ Delorie <dj@redhat.com>
1034 * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, friend.c,
1035 init.c, lex.c, mangle.c, method.c, name-lookup.c, parser.c,
1036 repo.c, rtti.c, tree.c, typeck.c, typeck2.c: Adjust warning()
1039 2005-04-22 Per Bothner <per@bothner.com>
1041 * decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
1042 input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
1044 2005-04-22 Alexandre Oliva <aoliva@redhat.com>
1047 * name-lookup.c (push_overloaded_decl): Do not overload with
1048 non-duplicate anticipated built-in.
1050 2005-04-21 Kazu Hirata <kazu@cs.umass.edu>
1052 * cp-tree.h (THROW_NAME, AUTO_VTABLE_NAME, AUTO_TEMP_FORMAT,
1053 VTABLE_BASE, VTABLE_NAME_PREFIX, STATIC_NAME_FORMAT): Remove.
1055 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
1057 * cp-tree.h: Adjust for new VEC API.
1058 Define VEC(tree_pair_s,gc).
1059 (struct save_scope): Adjust.
1060 (struct lang_type_class): Adjust.
1061 (unemitted_tinfo_decls): Adjust.
1062 * class.c (add_method, resort_type_method_vec,
1063 finish_struct_methods, struct find_final_overrider_data,
1064 dfs_find_final_overrider_pre, find_final_overrider,
1065 get_vcall_index, warn_hidden, walk_subobject_offsets,
1066 check_methods, fixup_inline_methods, end_of_class,
1067 warn_about_ambiguous_bases, finish_struct, build_vtbl_initializer,
1068 add_vcall_offset): Adjust.
1069 * decl.c (xref_basetypes, finish_method): Adjust.
1070 * decl2.c (check_classfn): Adjust.
1071 * init.c (sort_mem_initializers, push_base_cleanups): Adjust.
1072 * method.c (do_build_copy_constructor): Adjust.
1073 * name-lookup.c (new_class_binding, store_binding,
1074 store_bindings, store_class_bindings): Adjust.
1075 * name-lookup.h: Define VEC(cxx_saved_binding,gc),
1076 VEC(cp_class_binding,gc).
1077 (struct cp_binding_level): Adjust.
1078 * parser.c: Define VEC(cp_token_position,heap).
1079 (struct cp_lexer): Adjust.
1080 (cp_lexer_new_main, cp_lexer_new_from_tokens, cp_lexer_destroy,
1081 cp_lexer_save_tokens): Adjust.
1082 * pt.c (retrieve_specialization,
1083 check_explicit_specialization): Adjust.
1084 * rtti.c (unemitted_tinfo_decls): Adjust.
1085 (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
1086 get_pseudo_ti_desc): Adjust.
1087 * search.c (dfs_access_in_type, lookup_conversion_operator,
1088 lookup_fnfields_1, dfs_walk_once, dfs_walk_once_accessible,
1089 dfs_get_pure_virtuals, lookup_conversions_r, binfo_for_vbase): Adjust.
1090 * semantics.c: Define VEC(deferred_access,gc).
1091 (push_deferring_access_checks): Adjust.
1092 * typeck2.c (abstract_virtuals_error): Adjust.
1094 2005-04-20 Ian Lance Taylor <ian@airs.com>
1096 * cp-tree.def: Add STMT_EXPR.
1097 * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
1098 (STMT_EXPR_STMT): Define.
1099 * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
1101 (pp_cxx_expression): Likewise.
1102 (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
1103 * dump.c (cp_dump_tree): Handle STMT_EXPR.
1105 2005-04-18 Kazu Hirata <kazu@cs.umass.edu>
1107 * decl.c (expand_static_init): Call build2 and build3 instead
1110 * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.
1112 2005-04-17 Ian Lance Taylor <ian@airs.com>
1114 * cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
1115 * cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
1117 (pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
1118 (pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
1120 * typeck.c (cxx_sizeof_or_alignof_type): Update call to
1121 c_sizeof_or_alignof_type for change in parameter type.
1123 2005-04-16 Mark Mitchell <mark@codesourcery.com>
1126 * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
1127 which sizeof/alignof is dependent, rather than just whether we are
1128 processing_template_decl.
1130 2005-04-17 Kazu Hirata <kazu@cs.umass.edu>
1132 * cp-tree.h (LOOKUP_GLOBAL): Remove.
1133 (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,
1134 LOOKUP_DESTRUCTOR, LOOKUP_NO_TEMP_BIND, LOOKUP_PREFER_TYPES,
1135 LOOKUP_PREFER_NAMESPACES, LOOKUP_CONSTRUCTOR_CALLABLE): Adjust
1138 2005-04-15 Richard Henderson <rth@redhat.com>
1141 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
1143 2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
1145 * cp-tree.h (lang_type_class): Remove redefined. Move
1146 java_interface into where redefined was. Increment the width
1148 (TYPE_REDEFINED): Remove.
1150 2005-04-14 Kazu Hirata <kazu@cs.umass.edu>
1152 * cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS,
1153 CLASSTYPE_TEMPLATE_LEVEL): Remove.
1155 2005-04-11 Mark Mitchell <mark@codesourcery.com>
1157 * decl2.c (determine_visibility): Don't use export_class_data.
1158 (import_export_decl): Honor TARGET_CXX_CLASS_DATA_ALWAYS_WEAK and
1159 TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY.
1161 2005-04-09 Kazu Hirata <kazu@cs.umass.edu>
1163 * cp-tree.h (cxx_alignof): Remove.
1165 * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
1167 * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
1168 CONV_STATIC_CAST): Remove.
1170 * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
1172 * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
1174 * cp-tree.h (cp_deprecated): Remove.
1176 2005-04-08 Ian Lance Taylor <ian@airs.com>
1178 * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
1179 CONTINUE_STMT, SWITCH_STMT.
1180 * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
1181 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
1182 (WHILE_COND, WHILE_BODY): Define.
1183 (DO_COND, DO_BODY): Define.
1184 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
1185 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
1186 * cp-gimplify.c (enum bc_t): Define.
1187 (struct cp_gimplify_ctx, ctxp): Define.
1188 (push_context, pop_context): New static functions.
1189 (begin_bc_block, finish_bc_block): New static functions.
1190 (build_bc_goto): New static function.
1191 (gimplify_cp_loop, gimplify_for_stmt): New static functions.
1192 (gimplify_while_stmt, gimplify_do_stmt): Likewise.
1193 (gimplify_switch_stmt): Likewise.
1194 (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
1195 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
1196 (cp_genericize): Call push_context and pop_context.
1197 * semantics.c (finish_break_stmt): Just call build_stmt
1198 (BREAK_STMT) rather than build_break_stmt.
1199 (finish_continue_stmt): Corresponding change.
1200 * decl.c (pop_switch): Update call to c_do_switch_warnings for new
1202 * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
1203 WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
1204 * dump.c (cp_dump_tree): Likewise.
1206 2005-04-08 Mark Mitchell <mark@codesourcery.com>
1209 * parser.c (cp_parser_type_specifier_seq): Add is_condition
1211 (cp_parser_new_type_id): Pass it.
1212 (cp_parser_condition): Likewise.
1213 (cp_parser_conversion_type_id): Likewise.
1214 (cp_parser_type_id): Likewise.
1215 (cp_parser_type_specifier_seq): In a condition, do not allow
1216 invalid type-specifier combinations.
1217 (cp_parser_exception_declaration): Adjust call to
1218 cp_parser_type_specifier_seq.
1220 * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P.
1221 * cp-tree.h (struct tinst_level): Add in_system_header_p.
1222 (TINST_IN_SYSTEM_HEADER_P): New macro.
1223 (make_tinst_level): Remove.
1224 * pt.c (lookup_template_class): Preserve DECL_IN_SYSTEM_HEADER on
1225 the instantiated class.
1226 (push_tinst_level): Do not use make_tinst_level. Set
1227 TINST_IN_SYSTEM_HEADER_P.
1228 (pop_tinst_level): Likewise.
1229 (instantiate_class_template): Set in_system_header.
1230 (instantiate_pending_templates): Likewise.
1231 * tree.c (make_tinst_level): Remove.
1233 2005-04-06 Joseph S. Myers <joseph@codesourcery.com>
1235 * decl.c (start_decl): Apply pending #pragma weak regardless of
1238 2005-04-06 Mark Mitchell <mark@codesourcery.com>
1241 * pt.c (regenerate_decl_from_template): Copy attributes for
1242 parameters from the pattern to the instantiation.
1244 2005-04-05 Mark Mitchell <mark@codesourcery.com>
1247 * cp-tree.def (OFFSET_REF): Correct comments.
1248 * init.c (build_offset_ref): Remove misleading comment.
1249 * typeck.c (build_unary_op): Handle pointer-to-member creation
1250 here, rather than ...
1251 (unary_complex_lvalue): ... here.
1253 2005-04-06 Jason Merrill <jason@redhat.com>
1256 * tree.c (stabilize_init): Don't bother trying to stabilize
1257 something with no side-effects.
1259 2005-04-05 Mark Mitchell <mark@codesourcery.com>
1262 * decl.c (grokdeclarator): Correct attribute handling.
1264 2005-04-05 Mark Mitchell <mark@codesourcery.com>
1267 * decl2.c (import_export_decl): Use non-COMDAT external linkage
1268 for virtual tables, typeinfo, etc. that will be emitted in only
1269 one translation unit on systems without weak symbols.
1271 2005-04-04 Mark Mitchell <mark@codesourcery.com>
1274 * parser.c (cp_parser_template_name): Fix thinko.
1276 2005-04-04 Nathan Sidwell <nathan@codesourcery.com>
1279 * method.c (use_thunk): Protect covariant pointer return
1280 adjustments from NULL pointers.
1282 2005-04-04 Jan Hubicka <jh@suse.cz>
1284 * decl2.c (finish_objects): Revert my previous patch.
1285 (cp_finish_file): Likewise.
1287 2005-04-03 Kazu Hirata <kazu@cs.umass.edu>
1289 * pt.c: Fix comment typos.
1291 2005-04-03 Nathan Sidwell <nathan@codesourcery.com>
1294 * pt.c (more_specialized_fn): Member functions are unordered wrt
1295 non-members. Conversion operators are unordered wrt other
1298 2005-04-01 Nathan Sidwell <nathan@codesourcery.com>
1300 * call.c (add_template_candidates_real): Remove length parameter
1301 from fn_type_unification call.
1302 * class.c (resolve_address_of_overloaded_function): Likewise
1303 * cp-tree.h (fn_type_unification): Remove length parameter.
1304 * pt.c (get_bindings_overload): Remove.
1305 (get_bindings_real): Rename to ...
1306 (get_bindings): ... here. Remove length and strict
1307 parameters. Change return type flag to boolean. Remove original
1308 forwarding function.
1309 (determine_specialization): Adjust get_bindings call.
1310 (fn_type_unification): Remove length parameter. Adjust.
1311 (type_unification_real): Remove length parameter. Adjust.
1312 (resolve_overloaded_unification): Adjust get_bindings call.
1313 (try_one_overload): Simplify confusing cascaded if control flow.
1314 (unify): Remove length paramter from type_unification_real call.
1315 (most_specialized_instantiation): Adjust get_bindings calls.
1316 (most_specialized): Likewise.
1318 2005-03-31 Nathan Sidwell <nathan@codesourcery.com>
1320 PR c++/19203, implement DR 214
1321 * call.c (joust): Use more_specialized_fn.
1322 * cp-tree.h (DEDUCE_ORDER): Remove.
1323 (more_specialized): Replace with ...
1324 (more_specialized_fn): ... this.
1325 * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
1327 (type_unification_real): Remove DEDUCE_ORDER case.
1328 (more_specialized): Replace with ...
1329 (more_specialized_fn): ... this. Implement DR 214.
1330 (most_specialized_instantiation): Use get_bindings_real directly.
1332 2005-03-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
1335 * call.c (build_new_op): Remove check for -Wsynth.
1337 2005-03-31 Jan Hubicka <jh@suse.cz>
1339 * decl2.c (finish_objects): Mark ctor as needed.
1340 (cp_finish_file): Output variables only in nonunit-at-a-time.
1342 2005-03-29 Richard Henderson <rth@redhat.com>
1345 * decl.c (cp_complete_array_type): Rename from complete_array_type.
1346 Use the new complete_array_type in c-common.c. Update all callers.
1347 * cp-tree.h (cp_complete_array_type): Update to match.
1349 2005-03-24 Geoffrey Keating <geoffk@apple.com>
1351 * typeck.c (build_static_cast_1): Allow scalar_cast between
1352 any integral, floating, or enumeration type.
1354 2005-03-24 Steven Bosscher <stevenb@suse.de>
1356 * typeck.c (comptypes): First determine if the types are compatible
1357 from a target-independent point of view. Check target attributes
1360 * class.c (build_base_path):
1361 (build_vbase_offset_vtbl_entries):
1362 (add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
1363 * error.c (dump_expr): Likewise.
1364 * init.c (build_zero_init, expand_cleanup_for_base,
1365 build_vec_delete_1): Likewise.
1366 * mangle.c (write_integer_cst): Likewise.
1367 * method.c (thunk_adjust): Likewise.
1368 * pt.c (convert_nontype_argument, tsubst, unify): Likewise.
1369 * tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
1370 * typeck.c (build_ptrmemfunc_access_expr,
1371 (get_member_function_from_ptrfunc): Likewise.
1373 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
1375 * cp-objcp-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
1377 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
1379 * cp-tree.h (perform_integral_promotions): Remove.
1380 (default_conversion): Add.
1382 2005-03-22 Mark Mitchell <mark@codesourcery.com>
1384 * parser.c (cp_parser_warn_min_max): New function.
1385 (cp_parser_binary_expression): Use it.
1386 (cp_parser_assignment_operator_opt): Likewise.
1387 (cp_parser_operator): Likewise.
1389 2005-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1392 * decl.c (start_preparsed_function): Robustify.
1394 2005-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1397 * parser.c (cp_parser_class_head): Return NULL_TREE when
1398 encountering a redefinition.
1400 2005-03-22 Nathan Sidwell <nathan@codesourcery.com>
1404 * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
1407 2005-03-21 Paolo Carlini <pcarlini@suse.de>
1411 * init.c (emit_mem_initializers): Don't crash on undefined
1414 2005-03-21 Paolo Carlini <pcarlini@suse.de>
1417 * semantics.c (finish_stmt_expr_expr): Return immediately
1418 if error_operand_p (expr).
1420 2005-03-21 Joseph S. Myers <joseph@codesourcery.com>
1422 * cp-tree.h (lvalue_or_else, lvalue_p): New.
1423 * typeck.c (lvalue_or_else): New. Call lvalue_error.
1425 2005-03-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1428 * decl.c (decls_match): Compare context of VAR_DECL.
1430 2005-03-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1433 * parser.c (cp_parser_postfix_expression) <case RID_TYPENAME>:
1434 Check the return value of cp_parser_nested_name_specifier.
1436 2005-03-18 Dale Johannesen <dalej@apple.com>
1438 * cp/tree.c (cp_tree_equal): Handle SSA_NAME.
1440 2005-03-18 Paolo Carlini <pcarlini@suse.de>
1443 * parser.c (cp_parser_diagnose_invalid_type_name):
1444 Check TYPE_BINFO (current_class_type) before attempting
1445 to emit inform messages.
1447 2005-03-17 Paolo Carlini <pcarlini@suse.de>
1450 * cp-tree.h (grok_op_properties): Change return type to void.
1451 * decl.c (grok_op_properties): Return early - don't check the
1452 arity - in case of a static member or an operator that cannot
1453 be non-member; tidy a bit.
1455 2005-03-17 Nathan Sidwell <nathan@codesourcery.com>
1458 * pt.c (contains_dependent_cast_p): Remove.
1459 (fold_non_dependent_expr): Don't use it.
1460 (value_dependent_expression_p): Use a switch statement.
1461 reference_exprs can be dependent.
1463 2005-03-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1467 * name-lookup.c (pushtag): Skip template parameter scope when
1468 scope is ts_global. Don't push tag into template parameter
1470 * pt.c (instantiate_class_template): Reorder friend class
1471 template substitution to handle non-dependent friend class
1472 that hasn't been previously declared.
1474 2005-03-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1476 Friend class name lookup 5/n
1478 * cp-tree.h (pushtag): Adjust declaration.
1479 * decl.c (lookup_and_check_tag): Call lookup_type_scope if
1481 (xref_tag): Adjust call to pushtag. Make hidden class visible.
1482 (start_enum): Adjust call to pushtag.
1483 * name-lookup.c (ambiguous_decl): Ignore hidden names.
1484 (qualify_lookup): Change return type to bool.
1485 (hidden_name_p): New function.
1486 (lookup_namespace_name, unqualified_namespace_lookup,
1487 lookup_name_real): Use it.
1488 (lookup_type_scope): Update comments.
1489 (maybe_process_template_type_declaration): Change parameter name
1490 from globalize to is_friend.
1491 (pushtag): Change globalize parameter of type int to tag_scope.
1492 Hide name if introduced by friend declaration.
1493 * name-lookup.h (hidden_name_p): Add declaration.
1494 * parser.c (cp_parser_lookup_name): Don't deal with hidden name
1496 * pt.c (push_template_decl_real): Make hidden class template
1498 (lookup_template_class, instantiate_class_template): Adjust call
1500 * semantics.c (begin_class_definition): Likewise.
1501 * rtti.c (init_rtti_processing, build_dynamic_cast_1,
1502 tinfo_base_init, emit_support_tinfos): Use ts_current instead of
1505 2005-03-13 Mark Mitchell <mark@codesourcery.com>
1508 * pt.c (determine_specialization): Reject non-specializations.
1510 2005-03-11 Per Bothner <per@bothner.com>
1512 * cp-tree.h (struct cp_declarator): New id_loc field.
1513 * cp/parser.c (cp_lexer_get_preprocessor_token): Set cp_token's
1514 location using c_lex_with_flags, instead of input_location.
1515 (cp_parser_direct_declarator): Set declarator's id_loc from
1518 2005-03-10 Jakub Jelinek <jakub@redhat.com>
1520 PR c++/18384, c++/18327
1521 * decl.c (reshape_init_array): Use UHWI type for max_index_cst
1522 and index. Convert max_index to size_type_node if it isn't
1523 host_integerp (, 1).
1525 2005-03-09 Mark Mitchell <mark@codesourcery.com>
1528 * pt.c (tsubst_decl): Apply array-to-pointer and
1529 function-to-pointer conversions to function arguments.
1530 (regenerate_decl_from_template): Likewise.
1532 2005-03-09 Paolo Carlini <pcarlini@suse.de>
1535 * decl.c (complete_array_type): In pedantic mode, return
1536 3 for an empty initializer list as the initializer for an
1537 array of unknown bound (8.5.1/4).
1538 (maybe_deduce_size_from_array_init): Fix final test to use
1541 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
1544 * pt.c (contains_dependent_cast_p): New.
1545 (fold_non_dependent_expr): Call it.
1547 2005-03-08 Mark Mitchell <mark@codesourcery.com>
1550 * cp-tree.h (target_type): Remove.
1551 * decl.c (layout_var_decl): Remove #if 0'd code.
1552 (cp_finish_decl): Remove dead code.
1553 * init.c (build_vec_init): When determining whether or not the
1554 element type has an asignment operator, look through all array
1556 * typeck.c (target_type): Remove.
1558 2005-03-07 Mark Mitchell <mark@codesourcery.com>
1560 * class.c (finish_struct_1): Do not warn about non-virtual
1561 destructors in Java classes.
1563 2005-03-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1566 * init.c (build_offset_ref): Don't build non-dependent SCOPE_REF.
1567 * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
1569 * typeck.c (build_x_unary_op): Don't build non-dependent SCOPE_REF.
1570 Also set PTRMEM_OK_P for NON_DEPENDENT_EXPR.
1571 (build_unary_op): Handle building ADDR_EXPR of OFFSET_REF inside
1574 2005-03-02 Alexandre Oliva <aoliva@redhat.com>
1576 * name-lookup.c (push_overloaded_decl): Don't error if the new
1577 decl matches the old one.
1578 * decl.c (redeclaration_error_message): Likewise.
1580 2005-03-01 Per Bothner <per@bothner.com>
1582 * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
1583 unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
1585 2005-03-01 Nathan Sidwell <nathan@codesourcery.com>
1588 * class.c (update_vtable_entry_for_fn): Don't crash on invalid
1591 * cp-tree.g (THUNK_TARGET): Expand comment.
1592 * method.c (use_thunk): Make sure we also use the target, if that
1595 2005-02-27 Jakub Jelinek <jakub@redhat.com>
1598 * decl.c (cxx_comdat_group): Put thunks for
1599 TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same
1600 comdat group as the thunk target.
1602 2005-02-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1604 * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
1605 parser.c: Fix comment typo(s).
1607 2005-02-24 Jakub Jelinek <jakub@redhat.com>
1610 * decl.c (reshape_init): Don't warn about missing braces if STRING_CST
1611 initializes a char/wchar_t array.
1613 2005-02-23 Mark Mitchell <mark@codesourcery.com>
1616 * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
1617 with internal linkage.
1619 2005-02-23 Alexandre Oliva <aoliva@redhat.com>
1621 * decl.c (grokvardecl): Don't exempt anonymous types from having
1622 linkage for variables that have linkage other than "C".
1624 2005-02-23 Kazu Hirata <kazu@cs.umass.edu>
1626 * cp-objcp-common.h, error.c: Update copyright.
1628 2005-02-22 Mark Mitchell <mark@codesourcery.com>
1631 * decl.c (start_decl_1): Don't clear TREE_READONLY.
1632 (cp_finish_decl): Likewise.
1633 (complete_vars): Call cp_apply_type_quals_to_decl.
1634 * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
1635 cases where that's not valid.
1638 * init.c (integral_constant_value): Iterate if the value of a decl
1639 is itself a constant.
1642 * parser.c (cp_parser_class_head): Check for redefintions here.
1643 * semantics.c (begin_class_definition): Not here.
1646 * decl2.c (build_anon_union_vars): Add type parameter.
1647 (finish_anon_union): Pass it.
1650 * error.c (dump_expr): Do not print the body of a BIND_EXPR.
1651 Handle STATEMENT_LIST.
1654 * parser.c (cp_parser_direct_declarator): Always complain about
1655 non-constant array bounds when in a function scope.
1656 * semantics.c (finish_id_expression): Do not mark dependent names
1659 2005-02-21 Douglas Gregor <dgregor@cs.indiana.edu>
1663 * cp-tree.h (cp_apply_type_quals_to_decl): Declared.
1664 * decl.c (grokdeclarator): Pedwarn about qualifying a function
1666 Add qualifiers when declaring a typedef of a function type.
1667 Member function pointers pick up the qualifiers of the typedef
1668 used to declare them.
1669 Don't complain about creating cv-qualified function types.
1670 Complain about qualified function typedefs that are used to
1671 declare non-static member functions or free functions.
1672 Use cp_apply_type_quals_to_decl.
1673 (start_preparsed_function): Use cp_apply_type_quals_to_decl.
1674 (grokclassfn): Use cp_apply_type_quals_to_decl.
1675 * error.c (dump_type_suffix): Print qualifiers for function
1677 * pt.c (tsubst_decl): Use cp_apply_type_quals_to_decl.
1678 (tsubst): When substituting a function type into a member
1679 pointer type, pass along the qualifiers.
1680 (unify): Unify member pointers to member function pointers.
1681 * tree.c (cp_build_qualified_type_real): Function types may be
1682 qualified. This includes restrict qualifiers.
1683 * typeck.c (cp_apply_type_quals_to_decl): New function to replace
1684 use of c_apply_type_quals_to_decl. Drops qualifiers that are being
1685 added to function types.
1687 2005-02-20 Zack Weinberg <zack@codesourcery.com>
1690 * cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
1691 c_common_to_target_charset. Delete bogus comment.
1693 2005-02-18 Richard Henderson <rth@redhat.com>
1696 * except.c (do_get_exception_ptr): New.
1697 (expand_start_catch_block): Use it.
1699 2005-02-19 Jakub Jelinek <jakub@redhat.com>
1701 * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
1702 if type is not error_mark_node.
1704 2005-01-20 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1707 * decl2.c (grokfield): Do not apply attributes to template parameters
1708 as they are ignored by tsubst anyway.
1710 2005-02-18 Jakub Jelinek <jakub@redhat.com>
1713 * decl.c (start_decl_1): Clear TREE_READONLY flag if
1714 its type has TYPE_NEEDS_CONSTRUCTING.
1715 (complete_vars): Likewise.
1717 2005-02-17 Alexandre Oliva <aoliva@redhat.com>
1720 * class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
1721 template along with TYPE_SIZE.
1724 * semantics.c (perform_deferred_access_checks): Use
1725 get_deferred_access_checks to get the top of the stack.
1727 2005-02-15 Alexandre Oliva <aoliva@redhat.com>
1730 * class.c (add_implicitly_declared_members, check_field_decl)
1731 (check_field_decls, check_bases): Remove arguments, tests and
1732 assignments of cant_have_default_ctor-related variables.
1734 2005-02-15 Alexandre Oliva <aoliva@redhat.com>
1736 * decl2.c (mark_used): Set the source location of the used decl to
1737 the current input location here...
1738 * method.c (synthesize_method): ... not here. Set input_location
1739 from the decl instead.
1741 2005-02-14 Nathan Sidwell <nathan@codesourcery.com>
1744 * parser.c (cp_parser_late_parsing_for_member): Use
1745 current_function_decl as scope to push to and from.
1748 * pt.c (check_explicit_specialization): Make sure namespace
1749 binding lookup found an overloaded function.
1750 (lookup_template_function): Just assert FNS is an overloaded
1754 * decl.c (grokdeclarator): Check for error mark node in ptrmem
1757 2005-02-14 Alexandre Oliva <aoliva@redhat.com>
1760 * decl.c (redeclaration_error_message): Report redefinition of
1761 pure virtual function.
1763 2005-02-14 Nathan Sidwell <nathan@codesourcery.com>
1766 * class.c (build_simple_base_path): Build the component_ref
1768 (update_vtable_entry_for_fn): Walk the covariant's binfo chain
1769 rather than using lookup_base.
1770 * search.c (dfs_walk_once): Add non-recursive assert check.
1771 * typeck.c (build_class_member_access_expr): It is possible for
1772 the member type to be both const and volatile.
1774 2005-02-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1778 * pt.c (maybe_check_template_type): Remove.
1779 * cp-tree.h (maybe_check_template_type): Remove prototype.
1780 * name-lookup.c (maybe_process_template_type_declaration): Don't
1781 use maybe_check_template_type.
1783 2005-02-11 Richard Henderson <rth@redhat.com>
1786 * pt.c (get_mostly_instantiated_function_type): Save and restore
1787 flag_access_control instead of push/pop_access_scope.
1789 2005-02-10 Mark Mitchell <mark@codesourcery.com>
1792 * decl.c (reshape_init): Issue warnings about missing braces.
1794 2005-02-11 Kazu Hirata <kazu@cs.umass.edu>
1796 * cp-tree.def, except.c, ptree.c: Update copyright.
1798 2005-02-09 Mark Mitchell <mark@codesourcery.com>
1801 * call.c (build_op_delete_call): Check COMPLETE_TYPE_P before
1802 attempting name lookup.
1804 * parser.c (cp_parser_unqualified_id): Initialize type_decl.
1807 * call.c (initialize_reference): Robustify.
1810 * decl.c (grokdeclarator): Check for invalid use of destructor
1814 * parser.c (cp_parser_unqualified_id): Avoid creating destructor
1815 names with invalid types.
1818 * parser.c (cp_parser_direct_declarator): Allow type-dependent
1819 expressions as array bounds.
1822 * parser.c (cp_parser_attributes_list): Allow empty lists.
1824 2005-02-08 Mark Mitchell <mark@codesourcery.com>
1827 * class.c (add_method): Don't set TYPE_HAS_DESTRUCTOR.
1828 (check_bases): Give warnings about a base class with a
1829 non-virtual destructor, even if it is implicit.
1830 (finish_struct_bits): Don't copy TYPE_HAS_DESTRUCTOR.
1831 (maybe_warn_about_overly_private_class): Don't use
1832 TYPE_HAS_DESTRUCTOR.
1833 (finish_struct_methods): Don't set TYPE_HAS_DESTRUCTOR.
1834 (check_for_override): Give it external linkage.
1835 (add_implicitly_declared_members): Generate destructors lazily.
1836 (check_field_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
1837 TYPE_HAS_DESTRUCTOR.
1838 (check_bases_and_members): Call check_methods before
1840 (check_bases_and_members): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
1841 TYPE_HAS_DESTRUCTOR.
1842 (finish_struct_1): Do not use TYPE_HAS_DESTRUCTOR.
1843 * cp-tree.def (PSEUDO_DTOR_EXPR): Document.
1844 * cp-tree.h (TYPE_HAS_DESTRUCTOR): Remove.
1845 (lang_type_class): Add lazy_destructor.
1846 (CLASSTYPE_LAZY_DESTRUCTOR): New macro.
1847 (CLASSTYPE_DESTRUCTORS): Robustify.
1848 (TYPE_HAS_DESTRUCTOR): Remove.
1849 (check_for_override): Declare.
1850 (build_vbase_delete): Remove.
1851 * cvt.c (convert_to_void): Issue errors about pseudo-destructor
1853 * decl.c (cxx_maybe_build_cleanup): Remove dead code.
1854 * except.c (dtor_nothrow): Lazily create destructors if necessary.
1855 (build_throw): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
1856 * init.c (build_delete): Lazily create destructors, if necessary.
1857 (build_vbase_delete): Remove.
1858 * method.c (locate_dtor): Simplify.
1859 (implicitly_declare_fn): Add support for destructors.
1860 * parser.c (cp_parser_lookup_name): Lazily create destructors, if
1862 * pt.c (check_explicit_specialization): Don't use
1863 TYPE_HAS_DESTRUCTOR.
1864 (instantiate_class_template): Likewise.
1865 * ptree.c (cxx_print_type): Don't print TYPE_HAS_DESTRUCTOR.
1866 * rtti.c (emit_support_tinfos): Robustify.
1867 * search.c (lookup_fnfields_1): Lazily create destructors.
1868 * typeck.c (build_class_member_access_expr): Remove
1869 PSEUDO_DTOR_EXPR handling.
1870 (lookup_destructor): Likewise.
1872 2005-02-08 Kazu Hirata <kazu@cs.umass.edu>
1874 * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
1877 2005-02-07 Mark Mitchell <mark@codesourcery.com>
1879 * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
1880 on boolean variables.
1881 (cp_lexer_stop_debugging): Likewise.
1883 2005-02-03 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1886 * parser.c (cp_parser_pure_specifier): Emit a specific error
1887 message with an invalid pure specifier.
1888 * decl2.c (grok_function_init): Remove.
1889 (grokfield): An initializer for a method is a always a pure
1892 2005-02-02 Matt Austern <austern@apple.com>
1895 * cp-tree.h (builtin_valid_in_constant_expr_p): Declare.
1896 * parser.c (cp_parser_postfix_expression): Accept function call in
1897 constant expression if builtin_valid_in_constant_expr_p is true
1899 * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly.
1900 * semantics.c (finish_id_expression): Accept function call in constant
1901 expression if builtin_valid_in_constant_expr_p is true for that
1903 * tree.c (builtin_valid_in_constant_expr_p): New.
1905 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1908 * pt.c (check_instantiated_args): Improve error message.
1909 Fix logic when to print its second part.
1911 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1913 * cp-tree.h (complete_type_or_else): Remove macro.
1914 (complete_type_or_diagnostic): Rename to complete_type_or_else
1915 and remove last argument.
1916 * typeck.c (complete_type_or_diagnostic): Rename to
1917 complete_type_or_else and remove last argument.
1919 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1921 * cp-tree.h (commonparms): Remove prototype.
1922 (convert_arguments): Likewise.
1923 (PFN_FROM_PTRMEMFUNC): Remove.
1924 * typeck.c (commonparms): Make static.
1925 (convert_arguments): Add prototype. Make static.
1926 (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.
1928 2005-01-31 Mark Mitchell <mark@codesourcery.com>
1930 * parser.c (cp_parser_primary_expression): Don't complain about
1931 floating-point literals in integral constant expressions when
1934 2005-02-01 Alexandre Oliva <aoliva@redhat.com>
1936 * parser.c (cp_parser_template_id): Revert comment patch too.
1941 * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
1942 Issue an error when creating the template id.
1943 * pt.c (fn_type_unification): Return early if the explicit
1944 template arg list is an error_mark_node.
1946 2005-01-31 Mark Mitchell <mark@codesourcery.com>
1948 * decl.c (build_enumerator): Do not issue duplicate error messages
1949 about invalid enumeration constants.
1950 * parser.c (cp_parser_non_integral_constant_expression): Always
1951 set parser->non_integral_constant_expression_p.
1952 (cp_parser_primary_expression): Add cast_p parameter. Issue
1953 errors about invalid uses of floating-point literals in
1955 (cp_parser_postfix_expression): Add cast_p parameter.
1956 (cp_parser_open_square_expression): Pass it.
1957 (cp_parser_parenthesized_expression_list): Add cast_p parameter.
1958 (cp_parser_unary_expression): Likewise.
1959 (cp_parser_new_placement): Pass it.
1960 (cp_parser_direct_new_declarator): Likewise.
1961 (cp_parser_new_initializer): Likewise.
1962 (cp_parser_cast_expression): Add cast_p parameter.
1963 (cp_parser_binary_expression): Likewise.
1964 (cp_parser_question_colon_clause): Likewise.
1965 (cp_parser_assignment_expression): Likewise.
1966 (cp_parser_expression): Likewise.
1967 (cp_parser_constant_expression): If an integral constant
1968 expression is invalid, return error_mark_node.
1969 (cp_parser_expression_statement): Pass cast_p.
1970 (cp_parser_condition): Likewise.
1971 (cp_parser_iteration_statement): Likewise.
1972 (cp_parser_jump_statement): Likewise.
1973 (cp_parser_mem_initializer): Likewise.
1974 (cp_parser_template_argument): Likewise.
1975 (cp_parser_parameter_declaration): Likewise.
1976 (cp_parser_initializer): Likewise.
1977 (cp_parser_throw_expression): Likewise.
1978 (cp_parser_attribute_list): Likewise.
1979 (cp_parser_simple_cast_expression): Likewise.
1980 (cp_parser_functional_cast): Likewise.
1981 (cp_parser_late_parsing_default_args): Likewise.
1982 (cp_parser_sizeof_operand): Save/restore
1983 non_integral_constant_expression_p.
1985 2005-01-31 Mike Stump <mrs@apple.com>
1987 * parser.c (cp_lexer_new_main): Get the first token, first, before
1990 2005-01-31 Mark Mitchell <mark@codesourcery.com>
1992 * decl.c (start_decl): Add missing parentheses.
1994 2005-01-30 Mark Mitchell <mark@codesourcery.com>
1997 * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
1998 * decl.c (duplicate_decls): Do not discard
1999 DECL_IMPLICIT_INSTANTIATION when merging declarations.
2000 (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for
2001 variables that do not have DECL_USE_TEMPLATE.
2004 * decl.c (grokdeclarator): Refactor code so that qualified names
2005 are never allowed as the declarator in a typedef.
2008 * name-lookup.c (do_nonmember_using_decl): Avoid overloading
2009 builtin declarations.
2012 * call.c (convert_like_real): Inline call to
2013 dubious_conversion_warnings here.
2014 * cp-tree.h (dubious_conversion_warnings): Remove.
2015 * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
2016 setting TREE_NEGATED_INT.
2017 * typeck.c (dubious_conversion_warnings): Remove.
2020 * name-lookup.c (pushdecl_namespace_level): Avoid accessing free'd
2023 2005-01-28 Mark Mitchell <mark@codesourcery.com>
2026 * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
2030 * pt.c (redeclare_class_template): Robustify.
2032 2005-01-27 Steven Bosscher <stevenb@suse.de>
2034 * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
2035 instead of SWITCH_EXPR ones.
2036 * pt.c (tsubst_expr): Likewise.
2037 * semantics.c (begin_switch_stmt, finish_switch_cond,
2038 finish_switch_stmt): Likewise.
2040 2005-01-26 J"orn Rennecke <joern.rennecke@st.com>
2043 * parser.c (cp_parser_initializer_clause): Initialize *non_constant_p.
2045 2005-01-25 Andrew Pinski <pinskia@physics.uc.edu>
2047 * class.c (abort_fndecl_addr): New variable.
2048 (build_vtbl_initializer): If we have a pure virtual function
2049 share the abort function's address.
2050 Include gt-cp-class.h at the end.
2051 * config-lang.in (gtfiles): Add cp/class.c.
2053 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2055 * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
2056 (pp_cxx_function_definition): Make static.
2057 * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
2058 (pp_cxx_function_definition): Likewise.
2060 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2062 * name-lookup.c (print_binding_level): Make static.
2063 (constructor_name_full): Make static inline.
2064 (current_decl_namespace): Make static.
2065 * name-lookup.h (constructor_name_full): Remove prototype.
2066 (print_binding_level): Likewise.
2067 (current_decl_namespace): Likewise.
2069 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2071 * decl.h (debug_bindings_indentation): Remove.
2073 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
2075 * typeck.c: Fix a comment typo.
2077 2005-01-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2080 * pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
2082 (tsubst): Use fold_decl_constant_value in place of a bare call to
2083 integral_constant_value.
2085 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
2087 * typeck.c (more_qualified_p): Remove.
2088 * cp-tree.h: Remove the corresponding prototype.
2090 2005-01-19 Matt Austern <austern@apple.com>
2092 * typeck.c (comptypes): Handle return code from objc_comptypes
2095 2005-01-19 Kazu Hirata <kazu@cs.umass.edu>
2097 * cp-tree.h, name-lookup.h: Remove unused prototypes.
2099 2005-01-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2102 * semantics.c (finish_id_expression): Disable access checking for
2103 already lookuped FIELD_DECL.
2105 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
2107 * decl.c (delete_block): Remove.
2108 * cp-tree.h: Remove the corresponding prototype.
2110 * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
2111 walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
2113 * cp-tree.h: Remove the corresponding prototypes.
2115 * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
2116 cp_update_decl_after_saving, name_p): Remove.
2117 * cp-tree.h: Remove the corresponding prototypes.
2119 2005-01-18 Andrew Pinski <pinskia@physics.uc.edu>
2122 * semantics.c (finish_asm_stmt): Strip nops off
2123 input memory operands.
2125 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
2127 * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
2128 typeck2.c: Update copyright.
2130 2005-01-16 Kazu Hirata <kazu@cs.umass.edu>
2132 * class.c (get_enclosing_class): Remove.
2133 * cp-tree.h: Remove the corresponding prototypes.
2135 * cvt.c (convert_lvalue): Remove.
2136 * cp-tree.h: Remove the corresponding prototype.
2138 * pt.c (tinst_for_decl): Remove.
2139 * cp-tree.h: Remove the corresponding prototypes.
2141 * tree.c (hash_chainon): Remove.
2142 * cp-tree.h: Remove the corresponding prototypes.
2144 2005-01-15 Jakub Jelinek <jakub@redhat.com>
2147 * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
2148 of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
2150 2005-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2152 * Make-lang.in (cp-warn): Don't append $(WERROR).
2154 2005-01-10 Kazu Hirata <kazu@cs.umass.edu>
2156 * cp-tree.h: Fix a comment typo.
2158 2005-01-07 Nathan Sidwell <nathan@codesourcery.com>
2161 * pt.c (tsubst_qualified_id): Call convert_from_reference.
2163 2005-01-06 Mark Mitchell <mark@codesourcery.com>
2166 * class.c (add_implicitly_declared_members): Remove dead code.
2167 * decl.c (grokfndecl): Add sfk parameter. Use it do set
2169 (grokdeclarator): Adjust calls to grokfndecl.
2170 * method.c (implicitly_declare_fn): Improve documentation.
2171 * parser.c (cp_parser_direct_declarator): Do not consider a
2172 function to be a constructor if the containing class was
2173 originally anonymous.
2175 2005-01-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2178 * search.c (lookup_field_1): Handle using declaration in
2179 class template partial specialization.
2181 2005-01-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2184 * pt.c (push_access_scope): Handle friend defined in class.
2185 (pop_access_scope): Likewise.
2187 2005-01-06 Nathan Sidwell <nathan@codesourcery.com>
2190 * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
2191 (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
2192 array-new handling code. Use build_x_binary_op.
2194 2005-01-05 Nathan Sidwell <nathan@codesourcery.com>
2197 * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
2198 * name-lookup.h (push_scope): Return pushed scope, not flag.
2199 * name-lookup.c (push_scope): Return scope that should be popped,
2201 * decl.c (start_decl): Adjust.
2202 (grokfndecl): Adjust scope push and pop.
2203 * decl2.c (check_classfn): Likewise.
2204 * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
2205 cp_parser_init_declarator, cp_parser_direct_declarator,
2206 cp_parser_class_specifier, cp_parser_class_head,
2207 cp_parser_lookup_name,
2208 cp_parser_constructor_declarator_p): Likewise.
2209 * pt.c (instantiate_class_template,
2210 resolve_typename_type): Likewise.
2212 2005-01-03 Volker Reichelt <reichelt@igpm.rwth-aaachen.de>
2215 * parser.c (cp_parser_unqualified_id): Do not issue error message
2216 for typedef-name as destructor declarator when performing an
2217 uncommitted tentative parse.
2219 2005-01-01 Steven Bosscher <stevenb@suse.de>
2222 * decl.c (finish_function): Fix comment. Annotate the compiler
2223 generated return with the current file name and line 0.