1 2005-05-17 H.J. Lu <hongjiu.lu@intel.com>
4 * decl2.c (determine_visibility): Don't set visibility to
5 hidden if it has been set explicitly by user.
7 2005-05-17 Mike Stump <mrs@apple.com>
9 Yet more Objective-C++...
11 * cp-objcp-common.h (cxx_get_alias_set): Move from
13 (cxx_warn_unused_global_decl): Likewise.
14 (cp_expr_size): Likewise.
15 (cp_tree_size): Likewise.
16 (cp_var_mod_type_p): Likewise.
17 (cxx_initialize_diagnostics): Likewise.
18 (cxx_types_compatible_p): Likewise.
21 * lex.c (D_OBJC): Add.
23 * Make-lang.in (cp/pt.o): Add cp/cp-objcp-common.h.
24 * parser.c: Add c-common.h include.
25 * pt.c: Add c-common.h and cp-objcp-common.h includes.
26 (template_args_equal): Use objc_comptypes as well.
27 (tsubst_copy_and_build): Use objcp_tsubst_copy_and_build as well.
28 * semantics.c (do_poplevel): Remove static.
30 * decl.c (objc_mark_locals_volatile): Don't change decls that are
32 * decl2.c (generate_ctor_or_dtor_function): Add code to initialize
33 Objective C++ early enough.
34 * lex.c (struct resword reswords): Add Objective-C++ support.
35 * parser.c (cp_lexer_get_preprocessor_token): Add Objective-C++.
36 (cp_parser_objc_message_receiver): Add.
37 (cp_parser_objc_message_args): Likewise.
38 (cp_parser_objc_message_expression): Likewise.
39 (cp_parser_objc_encode_expression): Likewise.
40 (cp_parser_objc_defs_expression): Likewise.
41 (cp_parser_objc_protocol_expression): Likewise.
42 (cp_parser_objc_selector_expression): Likewise.
43 (cp_parser_objc_expression): Likewise.
44 (cp_parser_objc_visibility_spec): Likewise.
45 (cp_parser_objc_method_type): Likewise.
46 (cp_parser_objc_protocol_qualifiers): Likewise.
47 (cp_parser_objc_typename): Likewise.
48 (cp_parser_objc_selector_p): Likewise.
49 (cp_parser_objc_selector): Likewise.
50 (cp_parser_objc_method_keyword_params): Likewise.
51 (cp_parser_objc_method_tail_params_opt): Likewise.
52 (cp_parser_objc_interstitial_code): Likewise.
53 (cp_parser_objc_method_signature): Likewise.
54 (cp_parser_objc_method_prototype_list): Likewise.
55 (cp_parser_objc_method_definition_list): Likewise.
56 (cp_parser_objc_class_ivars): Likewise.
57 (cp_parser_objc_identifier_list): Likewise.
58 (cp_parser_objc_alias_declaration): Likewise.
59 (cp_parser_objc_class_declaration): Likewise.
60 (cp_parser_objc_protocol_declaration): Likewise.
61 (cp_parser_objc_protocol_refs_opt): Likewise.
62 (cp_parser_objc_superclass_or_category): Likewise.
63 (cp_parser_objc_class_interface): Likewise.
64 (cp_parser_objc_class_implementation): Likewise.
65 (cp_parser_objc_end_implementation): Likewise.
66 (cp_parser_objc_declaration): Likewise.
67 (cp_parser_objc_try_catch_finally_statement): Likewise.
68 (cp_parser_objc_synchronized_statement): Likewise.
69 (cp_parser_objc_throw_statement): Likewise.
70 (cp_parser_objc_statement): Likewise.
71 (cp_parser_primary_expression): Add Objective-C++.
72 (cp_parser_statement): Likewise.
73 (cp_parser_declaration): Likewise.
74 (cp_parser_simple_type_specifier): Likewise.
75 (cp_parser_type_name): Likewise.
76 (cp_parser_parameter_declaration_list): Likewise.
77 (cp_parser_member_declaration) Likewise.
78 * tree.c: Include debug.h.
79 * typeck.c (composite_pointer_type): Add Objective-C++ support.
80 (finish_class_member_access_expr): Likewise.
81 (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
82 (build_modify_expr): Allow objc to generate write barriers.
84 * Make-lang.in (cp/tree.o): Add debug.h.
85 * tree.c (lvalue_p_1, case CONST_DECL): Add.
87 2005-05-17 Jakub Jelinek <jakub@redhat.com>
90 * decl.c (maybe_deduce_size_from_array_init): Call
91 cp_apply_type_quals_to_decl after completing array type.
93 2005-05-16 Richard Henderson <rth@redhat.com>
95 * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
96 (build_library_fn): ... here.
98 2005-05-12 Ian Lance Taylor <ian@airs.com>
100 * cp-tree.h (cp_stmt_codes): Don't define.
101 (statement_code_p): Declare.
102 (STATEMENT_CODE_P): Define.
103 * lex.c (statement_code_p): Define.
104 (cxx_init): Use actual codes in stmt_codes initializer, not
105 cp_stmt_codes macro. Initialize statement_code_p directly, rather
106 than using INIT_STATEMENT_CODES.
108 2005-05-09 Mark Mitchell <mark@codesourcery.com>
110 * typeck.c (build_unary_op): Do not resort to address arithmetic
111 when taking the address of a COMPONENT_REF.
113 2005-05-08 Kazu Hirata <kazu@cs.umass.edu>
115 * class.c (vtbl_init_data_s): Change the type of fns to
117 (build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
118 Use VEC instead of VARRAY.
120 2005-05-07 Richard Sandiford <rsandifo@redhat.com>
122 * mangle.c: Remove a reference to the MIPS -mint64 option.
124 2005-05-07 Kazu Hirata <kazu@cs.umass.edu>
126 * decl.c (wrapup_globals_for_namespace): Use VEC instead of
128 * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
129 * name-lookup.h (cp_binding_level): Change the type of
130 static_decls to VEC(tree,gc)*.
132 * mangle.c (globals): Change the type of substitutions to
134 (dump_substitution_candidates, add_substitution,
135 find_substitution, finish_mangling, init_mangle): Use VEC
138 2005-05-06 Kazu Hirata <kazu@cs.umass.edu>
140 * decl2.c (spew_debug): Remove.
142 * decl2.c (ssdf_decls, start_static_storage_duration_function,
143 generate_ctor_or_dtor_function): Use VEC instead of VARRAY.
145 * decl2.c (pending_statics, note_vague_linkage_var,
146 cp_finish_file): Use VEC instead of VARRAY.
147 (pending_statics_used): Remove.
149 2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
151 * decl2.c (deferred_fns, note_vague_linkage_fn,
152 cp_finish_file): Use VEC instead of VARRAY.
154 2005-05-05 Mark Mitchell <mark@codesourcery.com>
157 * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
159 2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
161 * pt.c: Fix a comment typo.
163 2005-05-04 Kazu Hirata <kazu@cs.umass.edu>
165 * cp-tree.h (language_function): Change the type of
166 x_local_names to VEC.
167 * decl.c (push_local_name): Adjust uses of local_names.
169 2005-05-03 Kazu Hirata <kazu@cs.umass.edu>
171 * friend.c, lex.c, mangle.c, repo.c: Update copyright.
173 2005-05-02 Kazu Hirata <kazu@cs.umass.edu>
175 * class.c (local_classes, init_class_processing): Use VEC
177 * cp-tree.h (local_classes): Likewise.
178 * mangle.c (discriminator_for_local_entity): Likewise.
179 * name-lookup.c (pushtag): Likewise.
181 * class.c (current_lang_depth, push_lang_context,
182 pop_lang_context): Use VEC instead of VARRAY.
183 * cp-tree.h (saved_scope): Use VEC for lang_base instead of
185 * name-lookup.c (push_to_top_level): Use VEC instead of
188 2005-05-02 Paolo Bonzini <bonzini@gnu.org>
190 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
191 for BUILT_IN_MD built-ins.
193 2005-05-02 Michael Matz <matz@suse.de>
196 * cp-tree.h (cp_tree_index): Remove CPTI_NULL, to be defined in C
199 * lex.c (cxx_init): Move null_node initialisation to C common frontend.
201 2005-04-25 Ian Lance Taylor <ian@airs.com>
203 * cp-tree.def: Add EXPR_STMT.
204 * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
205 (EXPR_STMT_EXPR): Define.
206 * cp-gimplify.c: Include "flags.h".
207 (gimplify_expr_stmt): New static function.
208 (cp_gimplify_expr): Handle EXPR_STMT.
209 * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
210 rather than pp_expression.
211 (pp_cxx_statement): Handle EXPR_STMT.
212 * dump.c (cp_dump_tree): Handle EXPR_STMT.
213 * lex.c (cxx_init): Don't use c_common_stmt_codes in stmt_codes
216 2005-04-25 Andrew Pinski <pinskia@physics.uc.edu>
219 * rtti.c (ifnonnull): Cast the zero comparison operand
222 2005-04-24 Jakub Jelinek <jakub@redhat.com>
225 * class.c: Include cgraph.h.
226 (cp_fold_obj_type_ref): Set node->local.vtable_method.
227 * Make-lang.in (cgraph.o): Depend on $(CGRAPH_H).
229 2005-04-12 Markus F.X.J. Oberhumer <markus@oberhumer.com>
231 * mangle.c (write_builtin_type): Handle integer types which are
232 not one of the shared integer type nodes and emit a "vendor
233 extended builtin type" with an encoding in the form of "u5int96".
235 2005-04-24 Ian Lance Taylor <ian@airs.com>
237 * cp-tree.def (USING_STMT): Change class to tcc_statement.
238 (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
239 (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
240 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
242 2005-04-23 DJ Delorie <dj@redhat.com>
244 * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, friend.c,
245 init.c, lex.c, mangle.c, method.c, name-lookup.c, parser.c,
246 repo.c, rtti.c, tree.c, typeck.c, typeck2.c: Adjust warning()
249 2005-04-22 Per Bothner <per@bothner.com>
251 * decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
252 input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
254 2005-04-22 Alexandre Oliva <aoliva@redhat.com>
257 * name-lookup.c (push_overloaded_decl): Do not overload with
258 non-duplicate anticipated built-in.
260 2005-04-21 Kazu Hirata <kazu@cs.umass.edu>
262 * cp-tree.h (THROW_NAME, AUTO_VTABLE_NAME, AUTO_TEMP_FORMAT,
263 VTABLE_BASE, VTABLE_NAME_PREFIX, STATIC_NAME_FORMAT): Remove.
265 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
267 * cp-tree.h: Adjust for new VEC API.
268 Define VEC(tree_pair_s,gc).
269 (struct save_scope): Adjust.
270 (struct lang_type_class): Adjust.
271 (unemitted_tinfo_decls): Adjust.
272 * class.c (add_method, resort_type_method_vec,
273 finish_struct_methods, struct find_final_overrider_data,
274 dfs_find_final_overrider_pre, find_final_overrider,
275 get_vcall_index, warn_hidden, walk_subobject_offsets,
276 check_methods, fixup_inline_methods, end_of_class,
277 warn_about_ambiguous_bases, finish_struct, build_vtbl_initializer,
278 add_vcall_offset): Adjust.
279 * decl.c (xref_basetypes, finish_method): Adjust.
280 * decl2.c (check_classfn): Adjust.
281 * init.c (sort_mem_initializers, push_base_cleanups): Adjust.
282 * method.c (do_build_copy_constructor): Adjust.
283 * name-lookup.c (new_class_binding, store_binding,
284 store_bindings, store_class_bindings): Adjust.
285 * name-lookup.h: Define VEC(cxx_saved_binding,gc),
286 VEC(cp_class_binding,gc).
287 (struct cp_binding_level): Adjust.
288 * parser.c: Define VEC(cp_token_position,heap).
289 (struct cp_lexer): Adjust.
290 (cp_lexer_new_main, cp_lexer_new_from_tokens, cp_lexer_destroy,
291 cp_lexer_save_tokens): Adjust.
292 * pt.c (retrieve_specialization,
293 check_explicit_specialization): Adjust.
294 * rtti.c (unemitted_tinfo_decls): Adjust.
295 (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
296 get_pseudo_ti_desc): Adjust.
297 * search.c (dfs_access_in_type, lookup_conversion_operator,
298 lookup_fnfields_1, dfs_walk_once, dfs_walk_once_accessible,
299 dfs_get_pure_virtuals, lookup_conversions_r, binfo_for_vbase): Adjust.
300 * semantics.c: Define VEC(deferred_access,gc).
301 (push_deferring_access_checks): Adjust.
302 * typeck2.c (abstract_virtuals_error): Adjust.
304 2005-04-20 Ian Lance Taylor <ian@airs.com>
306 * cp-tree.def: Add STMT_EXPR.
307 * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
308 (STMT_EXPR_STMT): Define.
309 * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
311 (pp_cxx_expression): Likewise.
312 (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
313 * dump.c (cp_dump_tree): Handle STMT_EXPR.
315 2005-04-18 Kazu Hirata <kazu@cs.umass.edu>
317 * decl.c (expand_static_init): Call build2 and build3 instead
320 * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.
322 2005-04-17 Ian Lance Taylor <ian@airs.com>
324 * cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
325 * cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
327 (pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
328 (pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
330 * typeck.c (cxx_sizeof_or_alignof_type): Update call to
331 c_sizeof_or_alignof_type for change in parameter type.
333 2005-04-16 Mark Mitchell <mark@codesourcery.com>
336 * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
337 which sizeof/alignof is dependent, rather than just whether we are
338 processing_template_decl.
340 2005-04-17 Kazu Hirata <kazu@cs.umass.edu>
342 * cp-tree.h (LOOKUP_GLOBAL): Remove.
343 (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,
344 LOOKUP_DESTRUCTOR, LOOKUP_NO_TEMP_BIND, LOOKUP_PREFER_TYPES,
345 LOOKUP_PREFER_NAMESPACES, LOOKUP_CONSTRUCTOR_CALLABLE): Adjust
348 2005-04-15 Richard Henderson <rth@redhat.com>
351 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
353 2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
355 * cp-tree.h (lang_type_class): Remove redefined. Move
356 java_interface into where redefined was. Increment the width
358 (TYPE_REDEFINED): Remove.
360 2005-04-14 Kazu Hirata <kazu@cs.umass.edu>
362 * cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS,
363 CLASSTYPE_TEMPLATE_LEVEL): Remove.
365 2005-04-11 Mark Mitchell <mark@codesourcery.com>
367 * decl2.c (determine_visibility): Don't use export_class_data.
368 (import_export_decl): Honor TARGET_CXX_CLASS_DATA_ALWAYS_WEAK and
369 TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY.
371 2005-04-09 Kazu Hirata <kazu@cs.umass.edu>
373 * cp-tree.h (cxx_alignof): Remove.
375 * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
377 * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
378 CONV_STATIC_CAST): Remove.
380 * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
382 * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
384 * cp-tree.h (cp_deprecated): Remove.
386 2005-04-08 Ian Lance Taylor <ian@airs.com>
388 * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
389 CONTINUE_STMT, SWITCH_STMT.
390 * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
391 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
392 (WHILE_COND, WHILE_BODY): Define.
393 (DO_COND, DO_BODY): Define.
394 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
395 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
396 * cp-gimplify.c (enum bc_t): Define.
397 (struct cp_gimplify_ctx, ctxp): Define.
398 (push_context, pop_context): New static functions.
399 (begin_bc_block, finish_bc_block): New static functions.
400 (build_bc_goto): New static function.
401 (gimplify_cp_loop, gimplify_for_stmt): New static functions.
402 (gimplify_while_stmt, gimplify_do_stmt): Likewise.
403 (gimplify_switch_stmt): Likewise.
404 (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
405 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
406 (cp_genericize): Call push_context and pop_context.
407 * semantics.c (finish_break_stmt): Just call build_stmt
408 (BREAK_STMT) rather than build_break_stmt.
409 (finish_continue_stmt): Corresponding change.
410 * decl.c (pop_switch): Update call to c_do_switch_warnings for new
412 * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
413 WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
414 * dump.c (cp_dump_tree): Likewise.
416 2005-04-08 Mark Mitchell <mark@codesourcery.com>
419 * parser.c (cp_parser_type_specifier_seq): Add is_condition
421 (cp_parser_new_type_id): Pass it.
422 (cp_parser_condition): Likewise.
423 (cp_parser_conversion_type_id): Likewise.
424 (cp_parser_type_id): Likewise.
425 (cp_parser_type_specifier_seq): In a condition, do not allow
426 invalid type-specifier combinations.
427 (cp_parser_exception_declaration): Adjust call to
428 cp_parser_type_specifier_seq.
430 * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P.
431 * cp-tree.h (struct tinst_level): Add in_system_header_p.
432 (TINST_IN_SYSTEM_HEADER_P): New macro.
433 (make_tinst_level): Remove.
434 * pt.c (lookup_template_class): Preserve DECL_IN_SYSTEM_HEADER on
435 the instantiated class.
436 (push_tinst_level): Do not use make_tinst_level. Set
437 TINST_IN_SYSTEM_HEADER_P.
438 (pop_tinst_level): Likewise.
439 (instantiate_class_template): Set in_system_header.
440 (instantiate_pending_templates): Likewise.
441 * tree.c (make_tinst_level): Remove.
443 2005-04-06 Joseph S. Myers <joseph@codesourcery.com>
445 * decl.c (start_decl): Apply pending #pragma weak regardless of
448 2005-04-06 Mark Mitchell <mark@codesourcery.com>
451 * pt.c (regenerate_decl_from_template): Copy attributes for
452 parameters from the pattern to the instantiation.
454 2005-04-05 Mark Mitchell <mark@codesourcery.com>
457 * cp-tree.def (OFFSET_REF): Correct comments.
458 * init.c (build_offset_ref): Remove misleading comment.
459 * typeck.c (build_unary_op): Handle pointer-to-member creation
460 here, rather than ...
461 (unary_complex_lvalue): ... here.
463 2005-04-06 Jason Merrill <jason@redhat.com>
466 * tree.c (stabilize_init): Don't bother trying to stabilize
467 something with no side-effects.
469 2005-04-05 Mark Mitchell <mark@codesourcery.com>
472 * decl.c (grokdeclarator): Correct attribute handling.
474 2005-04-05 Mark Mitchell <mark@codesourcery.com>
477 * decl2.c (import_export_decl): Use non-COMDAT external linkage
478 for virtual tables, typeinfo, etc. that will be emitted in only
479 one translation unit on systems without weak symbols.
481 2005-04-04 Mark Mitchell <mark@codesourcery.com>
484 * parser.c (cp_parser_template_name): Fix thinko.
486 2005-04-04 Nathan Sidwell <nathan@codesourcery.com>
489 * method.c (use_thunk): Protect covariant pointer return
490 adjustments from NULL pointers.
492 2005-04-04 Jan Hubicka <jh@suse.cz>
494 * decl2.c (finish_objects): Revert my previous patch.
495 (cp_finish_file): Likewise.
497 2005-04-03 Kazu Hirata <kazu@cs.umass.edu>
499 * pt.c: Fix comment typos.
501 2005-04-03 Nathan Sidwell <nathan@codesourcery.com>
504 * pt.c (more_specialized_fn): Member functions are unordered wrt
505 non-members. Conversion operators are unordered wrt other
508 2005-04-01 Nathan Sidwell <nathan@codesourcery.com>
510 * call.c (add_template_candidates_real): Remove length parameter
511 from fn_type_unification call.
512 * class.c (resolve_address_of_overloaded_function): Likewise
513 * cp-tree.h (fn_type_unification): Remove length parameter.
514 * pt.c (get_bindings_overload): Remove.
515 (get_bindings_real): Rename to ...
516 (get_bindings): ... here. Remove length and strict
517 parameters. Change return type flag to boolean. Remove original
519 (determine_specialization): Adjust get_bindings call.
520 (fn_type_unification): Remove length parameter. Adjust.
521 (type_unification_real): Remove length parameter. Adjust.
522 (resolve_overloaded_unification): Adjust get_bindings call.
523 (try_one_overload): Simplify confusing cascaded if control flow.
524 (unify): Remove length paramter from type_unification_real call.
525 (most_specialized_instantiation): Adjust get_bindings calls.
526 (most_specialized): Likewise.
528 2005-03-31 Nathan Sidwell <nathan@codesourcery.com>
530 PR c++/19203, implement DR 214
531 * call.c (joust): Use more_specialized_fn.
532 * cp-tree.h (DEDUCE_ORDER): Remove.
533 (more_specialized): Replace with ...
534 (more_specialized_fn): ... this.
535 * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
537 (type_unification_real): Remove DEDUCE_ORDER case.
538 (more_specialized): Replace with ...
539 (more_specialized_fn): ... this. Implement DR 214.
540 (most_specialized_instantiation): Use get_bindings_real directly.
542 2005-03-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
545 * call.c (build_new_op): Remove check for -Wsynth.
547 2005-03-31 Jan Hubicka <jh@suse.cz>
549 * decl2.c (finish_objects): Mark ctor as needed.
550 (cp_finish_file): Output variables only in nonunit-at-a-time.
552 2005-03-29 Richard Henderson <rth@redhat.com>
555 * decl.c (cp_complete_array_type): Rename from complete_array_type.
556 Use the new complete_array_type in c-common.c. Update all callers.
557 * cp-tree.h (cp_complete_array_type): Update to match.
559 2005-03-24 Geoffrey Keating <geoffk@apple.com>
561 * typeck.c (build_static_cast_1): Allow scalar_cast between
562 any integral, floating, or enumeration type.
564 2005-03-24 Steven Bosscher <stevenb@suse.de>
566 * typeck.c (comptypes): First determine if the types are compatible
567 from a target-independent point of view. Check target attributes
570 * class.c (build_base_path):
571 (build_vbase_offset_vtbl_entries):
572 (add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
573 * error.c (dump_expr): Likewise.
574 * init.c (build_zero_init, expand_cleanup_for_base,
575 build_vec_delete_1): Likewise.
576 * mangle.c (write_integer_cst): Likewise.
577 * method.c (thunk_adjust): Likewise.
578 * pt.c (convert_nontype_argument, tsubst, unify): Likewise.
579 * tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
580 * typeck.c (build_ptrmemfunc_access_expr,
581 (get_member_function_from_ptrfunc): Likewise.
583 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
585 * cp-objcp-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
587 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
589 * cp-tree.h (perform_integral_promotions): Remove.
590 (default_conversion): Add.
592 2005-03-22 Mark Mitchell <mark@codesourcery.com>
594 * parser.c (cp_parser_warn_min_max): New function.
595 (cp_parser_binary_expression): Use it.
596 (cp_parser_assignment_operator_opt): Likewise.
597 (cp_parser_operator): Likewise.
599 2005-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
602 * decl.c (start_preparsed_function): Robustify.
604 2005-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
607 * parser.c (cp_parser_class_head): Return NULL_TREE when
608 encountering a redefinition.
610 2005-03-22 Nathan Sidwell <nathan@codesourcery.com>
614 * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
617 2005-03-21 Paolo Carlini <pcarlini@suse.de>
621 * init.c (emit_mem_initializers): Don't crash on undefined
624 2005-03-21 Paolo Carlini <pcarlini@suse.de>
627 * semantics.c (finish_stmt_expr_expr): Return immediately
628 if error_operand_p (expr).
630 2005-03-21 Joseph S. Myers <joseph@codesourcery.com>
632 * cp-tree.h (lvalue_or_else, lvalue_p): New.
633 * typeck.c (lvalue_or_else): New. Call lvalue_error.
635 2005-03-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
638 * decl.c (decls_match): Compare context of VAR_DECL.
640 2005-03-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
643 * parser.c (cp_parser_postfix_expression) <case RID_TYPENAME>:
644 Check the return value of cp_parser_nested_name_specifier.
646 2005-03-18 Dale Johannesen <dalej@apple.com>
648 * cp/tree.c (cp_tree_equal): Handle SSA_NAME.
650 2005-03-18 Paolo Carlini <pcarlini@suse.de>
653 * parser.c (cp_parser_diagnose_invalid_type_name):
654 Check TYPE_BINFO (current_class_type) before attempting
655 to emit inform messages.
657 2005-03-17 Paolo Carlini <pcarlini@suse.de>
660 * cp-tree.h (grok_op_properties): Change return type to void.
661 * decl.c (grok_op_properties): Return early - don't check the
662 arity - in case of a static member or an operator that cannot
663 be non-member; tidy a bit.
665 2005-03-17 Nathan Sidwell <nathan@codesourcery.com>
668 * pt.c (contains_dependent_cast_p): Remove.
669 (fold_non_dependent_expr): Don't use it.
670 (value_dependent_expression_p): Use a switch statement.
671 reference_exprs can be dependent.
673 2005-03-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
677 * name-lookup.c (pushtag): Skip template parameter scope when
678 scope is ts_global. Don't push tag into template parameter
680 * pt.c (instantiate_class_template): Reorder friend class
681 template substitution to handle non-dependent friend class
682 that hasn't been previously declared.
684 2005-03-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
686 Friend class name lookup 5/n
688 * cp-tree.h (pushtag): Adjust declaration.
689 * decl.c (lookup_and_check_tag): Call lookup_type_scope if
691 (xref_tag): Adjust call to pushtag. Make hidden class visible.
692 (start_enum): Adjust call to pushtag.
693 * name-lookup.c (ambiguous_decl): Ignore hidden names.
694 (qualify_lookup): Change return type to bool.
695 (hidden_name_p): New function.
696 (lookup_namespace_name, unqualified_namespace_lookup,
697 lookup_name_real): Use it.
698 (lookup_type_scope): Update comments.
699 (maybe_process_template_type_declaration): Change parameter name
700 from globalize to is_friend.
701 (pushtag): Change globalize parameter of type int to tag_scope.
702 Hide name if introduced by friend declaration.
703 * name-lookup.h (hidden_name_p): Add declaration.
704 * parser.c (cp_parser_lookup_name): Don't deal with hidden name
706 * pt.c (push_template_decl_real): Make hidden class template
708 (lookup_template_class, instantiate_class_template): Adjust call
710 * semantics.c (begin_class_definition): Likewise.
711 * rtti.c (init_rtti_processing, build_dynamic_cast_1,
712 tinfo_base_init, emit_support_tinfos): Use ts_current instead of
715 2005-03-13 Mark Mitchell <mark@codesourcery.com>
718 * pt.c (determine_specialization): Reject non-specializations.
720 2005-03-11 Per Bothner <per@bothner.com>
722 * cp-tree.h (struct cp_declarator): New id_loc field.
723 * cp/parser.c (cp_lexer_get_preprocessor_token): Set cp_token's
724 location using c_lex_with_flags, instead of input_location.
725 (cp_parser_direct_declarator): Set declarator's id_loc from
728 2005-03-10 Jakub Jelinek <jakub@redhat.com>
730 PR c++/18384, c++/18327
731 * decl.c (reshape_init_array): Use UHWI type for max_index_cst
732 and index. Convert max_index to size_type_node if it isn't
735 2005-03-09 Mark Mitchell <mark@codesourcery.com>
738 * pt.c (tsubst_decl): Apply array-to-pointer and
739 function-to-pointer conversions to function arguments.
740 (regenerate_decl_from_template): Likewise.
742 2005-03-09 Paolo Carlini <pcarlini@suse.de>
745 * decl.c (complete_array_type): In pedantic mode, return
746 3 for an empty initializer list as the initializer for an
747 array of unknown bound (8.5.1/4).
748 (maybe_deduce_size_from_array_init): Fix final test to use
751 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
754 * pt.c (contains_dependent_cast_p): New.
755 (fold_non_dependent_expr): Call it.
757 2005-03-08 Mark Mitchell <mark@codesourcery.com>
760 * cp-tree.h (target_type): Remove.
761 * decl.c (layout_var_decl): Remove #if 0'd code.
762 (cp_finish_decl): Remove dead code.
763 * init.c (build_vec_init): When determining whether or not the
764 element type has an asignment operator, look through all array
766 * typeck.c (target_type): Remove.
768 2005-03-07 Mark Mitchell <mark@codesourcery.com>
770 * class.c (finish_struct_1): Do not warn about non-virtual
771 destructors in Java classes.
773 2005-03-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
776 * init.c (build_offset_ref): Don't build non-dependent SCOPE_REF.
777 * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
779 * typeck.c (build_x_unary_op): Don't build non-dependent SCOPE_REF.
780 Also set PTRMEM_OK_P for NON_DEPENDENT_EXPR.
781 (build_unary_op): Handle building ADDR_EXPR of OFFSET_REF inside
784 2005-03-02 Alexandre Oliva <aoliva@redhat.com>
786 * name-lookup.c (push_overloaded_decl): Don't error if the new
787 decl matches the old one.
788 * decl.c (redeclaration_error_message): Likewise.
790 2005-03-01 Per Bothner <per@bothner.com>
792 * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
793 unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
795 2005-03-01 Nathan Sidwell <nathan@codesourcery.com>
798 * class.c (update_vtable_entry_for_fn): Don't crash on invalid
801 * cp-tree.g (THUNK_TARGET): Expand comment.
802 * method.c (use_thunk): Make sure we also use the target, if that
805 2005-02-27 Jakub Jelinek <jakub@redhat.com>
808 * decl.c (cxx_comdat_group): Put thunks for
809 TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same
810 comdat group as the thunk target.
812 2005-02-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
814 * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
815 parser.c: Fix comment typo(s).
817 2005-02-24 Jakub Jelinek <jakub@redhat.com>
820 * decl.c (reshape_init): Don't warn about missing braces if STRING_CST
821 initializes a char/wchar_t array.
823 2005-02-23 Mark Mitchell <mark@codesourcery.com>
826 * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
827 with internal linkage.
829 2005-02-23 Alexandre Oliva <aoliva@redhat.com>
831 * decl.c (grokvardecl): Don't exempt anonymous types from having
832 linkage for variables that have linkage other than "C".
834 2005-02-23 Kazu Hirata <kazu@cs.umass.edu>
836 * cp-objcp-common.h, error.c: Update copyright.
838 2005-02-22 Mark Mitchell <mark@codesourcery.com>
841 * decl.c (start_decl_1): Don't clear TREE_READONLY.
842 (cp_finish_decl): Likewise.
843 (complete_vars): Call cp_apply_type_quals_to_decl.
844 * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
845 cases where that's not valid.
848 * init.c (integral_constant_value): Iterate if the value of a decl
849 is itself a constant.
852 * parser.c (cp_parser_class_head): Check for redefintions here.
853 * semantics.c (begin_class_definition): Not here.
856 * decl2.c (build_anon_union_vars): Add type parameter.
857 (finish_anon_union): Pass it.
860 * error.c (dump_expr): Do not print the body of a BIND_EXPR.
861 Handle STATEMENT_LIST.
864 * parser.c (cp_parser_direct_declarator): Always complain about
865 non-constant array bounds when in a function scope.
866 * semantics.c (finish_id_expression): Do not mark dependent names
869 2005-02-21 Douglas Gregor <dgregor@cs.indiana.edu>
873 * cp-tree.h (cp_apply_type_quals_to_decl): Declared.
874 * decl.c (grokdeclarator): Pedwarn about qualifying a function
876 Add qualifiers when declaring a typedef of a function type.
877 Member function pointers pick up the qualifiers of the typedef
878 used to declare them.
879 Don't complain about creating cv-qualified function types.
880 Complain about qualified function typedefs that are used to
881 declare non-static member functions or free functions.
882 Use cp_apply_type_quals_to_decl.
883 (start_preparsed_function): Use cp_apply_type_quals_to_decl.
884 (grokclassfn): Use cp_apply_type_quals_to_decl.
885 * error.c (dump_type_suffix): Print qualifiers for function
887 * pt.c (tsubst_decl): Use cp_apply_type_quals_to_decl.
888 (tsubst): When substituting a function type into a member
889 pointer type, pass along the qualifiers.
890 (unify): Unify member pointers to member function pointers.
891 * tree.c (cp_build_qualified_type_real): Function types may be
892 qualified. This includes restrict qualifiers.
893 * typeck.c (cp_apply_type_quals_to_decl): New function to replace
894 use of c_apply_type_quals_to_decl. Drops qualifiers that are being
895 added to function types.
897 2005-02-20 Zack Weinberg <zack@codesourcery.com>
900 * cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
901 c_common_to_target_charset. Delete bogus comment.
903 2005-02-18 Richard Henderson <rth@redhat.com>
906 * except.c (do_get_exception_ptr): New.
907 (expand_start_catch_block): Use it.
909 2005-02-19 Jakub Jelinek <jakub@redhat.com>
911 * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
912 if type is not error_mark_node.
914 2005-01-20 Giovanni Bajo <giovannibajo@gcc.gnu.org>
917 * decl2.c (grokfield): Do not apply attributes to template parameters
918 as they are ignored by tsubst anyway.
920 2005-02-18 Jakub Jelinek <jakub@redhat.com>
923 * decl.c (start_decl_1): Clear TREE_READONLY flag if
924 its type has TYPE_NEEDS_CONSTRUCTING.
925 (complete_vars): Likewise.
927 2005-02-17 Alexandre Oliva <aoliva@redhat.com>
930 * class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
931 template along with TYPE_SIZE.
934 * semantics.c (perform_deferred_access_checks): Use
935 get_deferred_access_checks to get the top of the stack.
937 2005-02-15 Alexandre Oliva <aoliva@redhat.com>
940 * class.c (add_implicitly_declared_members, check_field_decl)
941 (check_field_decls, check_bases): Remove arguments, tests and
942 assignments of cant_have_default_ctor-related variables.
944 2005-02-15 Alexandre Oliva <aoliva@redhat.com>
946 * decl2.c (mark_used): Set the source location of the used decl to
947 the current input location here...
948 * method.c (synthesize_method): ... not here. Set input_location
949 from the decl instead.
951 2005-02-14 Nathan Sidwell <nathan@codesourcery.com>
954 * parser.c (cp_parser_late_parsing_for_member): Use
955 current_function_decl as scope to push to and from.
958 * pt.c (check_explicit_specialization): Make sure namespace
959 binding lookup found an overloaded function.
960 (lookup_template_function): Just assert FNS is an overloaded
964 * decl.c (grokdeclarator): Check for error mark node in ptrmem
967 2005-02-14 Alexandre Oliva <aoliva@redhat.com>
970 * decl.c (redeclaration_error_message): Report redefinition of
971 pure virtual function.
973 2005-02-14 Nathan Sidwell <nathan@codesourcery.com>
976 * class.c (build_simple_base_path): Build the component_ref
978 (update_vtable_entry_for_fn): Walk the covariant's binfo chain
979 rather than using lookup_base.
980 * search.c (dfs_walk_once): Add non-recursive assert check.
981 * typeck.c (build_class_member_access_expr): It is possible for
982 the member type to be both const and volatile.
984 2005-02-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
988 * pt.c (maybe_check_template_type): Remove.
989 * cp-tree.h (maybe_check_template_type): Remove prototype.
990 * name-lookup.c (maybe_process_template_type_declaration): Don't
991 use maybe_check_template_type.
993 2005-02-11 Richard Henderson <rth@redhat.com>
996 * pt.c (get_mostly_instantiated_function_type): Save and restore
997 flag_access_control instead of push/pop_access_scope.
999 2005-02-10 Mark Mitchell <mark@codesourcery.com>
1002 * decl.c (reshape_init): Issue warnings about missing braces.
1004 2005-02-11 Kazu Hirata <kazu@cs.umass.edu>
1006 * cp-tree.def, except.c, ptree.c: Update copyright.
1008 2005-02-09 Mark Mitchell <mark@codesourcery.com>
1011 * call.c (build_op_delete_call): Check COMPLETE_TYPE_P before
1012 attempting name lookup.
1014 * parser.c (cp_parser_unqualified_id): Initialize type_decl.
1017 * call.c (initialize_reference): Robustify.
1020 * decl.c (grokdeclarator): Check for invalid use of destructor
1024 * parser.c (cp_parser_unqualified_id): Avoid creating destructor
1025 names with invalid types.
1028 * parser.c (cp_parser_direct_declarator): Allow type-dependent
1029 expressions as array bounds.
1032 * parser.c (cp_parser_attributes_list): Allow empty lists.
1034 2005-02-08 Mark Mitchell <mark@codesourcery.com>
1037 * class.c (add_method): Don't set TYPE_HAS_DESTRUCTOR.
1038 (check_bases): Give warnings about a base class with a
1039 non-virtual destructor, even if it is implicit.
1040 (finish_struct_bits): Don't copy TYPE_HAS_DESTRUCTOR.
1041 (maybe_warn_about_overly_private_class): Don't use
1042 TYPE_HAS_DESTRUCTOR.
1043 (finish_struct_methods): Don't set TYPE_HAS_DESTRUCTOR.
1044 (check_for_override): Give it external linkage.
1045 (add_implicitly_declared_members): Generate destructors lazily.
1046 (check_field_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
1047 TYPE_HAS_DESTRUCTOR.
1048 (check_bases_and_members): Call check_methods before
1050 (check_bases_and_members): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
1051 TYPE_HAS_DESTRUCTOR.
1052 (finish_struct_1): Do not use TYPE_HAS_DESTRUCTOR.
1053 * cp-tree.def (PSEUDO_DTOR_EXPR): Document.
1054 * cp-tree.h (TYPE_HAS_DESTRUCTOR): Remove.
1055 (lang_type_class): Add lazy_destructor.
1056 (CLASSTYPE_LAZY_DESTRUCTOR): New macro.
1057 (CLASSTYPE_DESTRUCTORS): Robustify.
1058 (TYPE_HAS_DESTRUCTOR): Remove.
1059 (check_for_override): Declare.
1060 (build_vbase_delete): Remove.
1061 * cvt.c (convert_to_void): Issue errors about pseudo-destructor
1063 * decl.c (cxx_maybe_build_cleanup): Remove dead code.
1064 * except.c (dtor_nothrow): Lazily create destructors if necessary.
1065 (build_throw): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
1066 * init.c (build_delete): Lazily create destructors, if necessary.
1067 (build_vbase_delete): Remove.
1068 * method.c (locate_dtor): Simplify.
1069 (implicitly_declare_fn): Add support for destructors.
1070 * parser.c (cp_parser_lookup_name): Lazily create destructors, if
1072 * pt.c (check_explicit_specialization): Don't use
1073 TYPE_HAS_DESTRUCTOR.
1074 (instantiate_class_template): Likewise.
1075 * ptree.c (cxx_print_type): Don't print TYPE_HAS_DESTRUCTOR.
1076 * rtti.c (emit_support_tinfos): Robustify.
1077 * search.c (lookup_fnfields_1): Lazily create destructors.
1078 * typeck.c (build_class_member_access_expr): Remove
1079 PSEUDO_DTOR_EXPR handling.
1080 (lookup_destructor): Likewise.
1082 2005-02-08 Kazu Hirata <kazu@cs.umass.edu>
1084 * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
1087 2005-02-07 Mark Mitchell <mark@codesourcery.com>
1089 * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
1090 on boolean variables.
1091 (cp_lexer_stop_debugging): Likewise.
1093 2005-02-03 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1096 * parser.c (cp_parser_pure_specifier): Emit a specific error
1097 message with an invalid pure specifier.
1098 * decl2.c (grok_function_init): Remove.
1099 (grokfield): An initializer for a method is a always a pure
1102 2005-02-02 Matt Austern <austern@apple.com>
1105 * cp-tree.h (builtin_valid_in_constant_expr_p): Declare.
1106 * parser.c (cp_parser_postfix_expression): Accept function call in
1107 constant expression if builtin_valid_in_constant_expr_p is true
1109 * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly.
1110 * semantics.c (finish_id_expression): Accept function call in constant
1111 expression if builtin_valid_in_constant_expr_p is true for that
1113 * tree.c (builtin_valid_in_constant_expr_p): New.
1115 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1118 * pt.c (check_instantiated_args): Improve error message.
1119 Fix logic when to print its second part.
1121 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1123 * cp-tree.h (complete_type_or_else): Remove macro.
1124 (complete_type_or_diagnostic): Rename to complete_type_or_else
1125 and remove last argument.
1126 * typeck.c (complete_type_or_diagnostic): Rename to
1127 complete_type_or_else and remove last argument.
1129 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1131 * cp-tree.h (commonparms): Remove prototype.
1132 (convert_arguments): Likewise.
1133 (PFN_FROM_PTRMEMFUNC): Remove.
1134 * typeck.c (commonparms): Make static.
1135 (convert_arguments): Add prototype. Make static.
1136 (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.
1138 2005-01-31 Mark Mitchell <mark@codesourcery.com>
1140 * parser.c (cp_parser_primary_expression): Don't complain about
1141 floating-point literals in integral constant expressions when
1144 2005-02-01 Alexandre Oliva <aoliva@redhat.com>
1146 * parser.c (cp_parser_template_id): Revert comment patch too.
1151 * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
1152 Issue an error when creating the template id.
1153 * pt.c (fn_type_unification): Return early if the explicit
1154 template arg list is an error_mark_node.
1156 2005-01-31 Mark Mitchell <mark@codesourcery.com>
1158 * decl.c (build_enumerator): Do not issue duplicate error messages
1159 about invalid enumeration constants.
1160 * parser.c (cp_parser_non_integral_constant_expression): Always
1161 set parser->non_integral_constant_expression_p.
1162 (cp_parser_primary_expression): Add cast_p parameter. Issue
1163 errors about invalid uses of floating-point literals in
1165 (cp_parser_postfix_expression): Add cast_p parameter.
1166 (cp_parser_open_square_expression): Pass it.
1167 (cp_parser_parenthesized_expression_list): Add cast_p parameter.
1168 (cp_parser_unary_expression): Likewise.
1169 (cp_parser_new_placement): Pass it.
1170 (cp_parser_direct_new_declarator): Likewise.
1171 (cp_parser_new_initializer): Likewise.
1172 (cp_parser_cast_expression): Add cast_p parameter.
1173 (cp_parser_binary_expression): Likewise.
1174 (cp_parser_question_colon_clause): Likewise.
1175 (cp_parser_assignment_expression): Likewise.
1176 (cp_parser_expression): Likewise.
1177 (cp_parser_constant_expression): If an integral constant
1178 expression is invalid, return error_mark_node.
1179 (cp_parser_expression_statement): Pass cast_p.
1180 (cp_parser_condition): Likewise.
1181 (cp_parser_iteration_statement): Likewise.
1182 (cp_parser_jump_statement): Likewise.
1183 (cp_parser_mem_initializer): Likewise.
1184 (cp_parser_template_argument): Likewise.
1185 (cp_parser_parameter_declaration): Likewise.
1186 (cp_parser_initializer): Likewise.
1187 (cp_parser_throw_expression): Likewise.
1188 (cp_parser_attribute_list): Likewise.
1189 (cp_parser_simple_cast_expression): Likewise.
1190 (cp_parser_functional_cast): Likewise.
1191 (cp_parser_late_parsing_default_args): Likewise.
1192 (cp_parser_sizeof_operand): Save/restore
1193 non_integral_constant_expression_p.
1195 2005-01-31 Mike Stump <mrs@apple.com>
1197 * parser.c (cp_lexer_new_main): Get the first token, first, before
1200 2005-01-31 Mark Mitchell <mark@codesourcery.com>
1202 * decl.c (start_decl): Add missing parentheses.
1204 2005-01-30 Mark Mitchell <mark@codesourcery.com>
1207 * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
1208 * decl.c (duplicate_decls): Do not discard
1209 DECL_IMPLICIT_INSTANTIATION when merging declarations.
1210 (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for
1211 variables that do not have DECL_USE_TEMPLATE.
1214 * decl.c (grokdeclarator): Refactor code so that qualified names
1215 are never allowed as the declarator in a typedef.
1218 * name-lookup.c (do_nonmember_using_decl): Avoid overloading
1219 builtin declarations.
1222 * call.c (convert_like_real): Inline call to
1223 dubious_conversion_warnings here.
1224 * cp-tree.h (dubious_conversion_warnings): Remove.
1225 * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
1226 setting TREE_NEGATED_INT.
1227 * typeck.c (dubious_conversion_warnings): Remove.
1230 * name-lookup.c (pushdecl_namespace_level): Avoid accessing free'd
1233 2005-01-28 Mark Mitchell <mark@codesourcery.com>
1236 * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
1240 * pt.c (redeclare_class_template): Robustify.
1242 2005-01-27 Steven Bosscher <stevenb@suse.de>
1244 * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
1245 instead of SWITCH_EXPR ones.
1246 * pt.c (tsubst_expr): Likewise.
1247 * semantics.c (begin_switch_stmt, finish_switch_cond,
1248 finish_switch_stmt): Likewise.
1250 2005-01-26 J"orn Rennecke <joern.rennecke@st.com>
1253 * parser.c (cp_parser_initializer_clause): Initialize *non_constant_p.
1255 2005-01-25 Andrew Pinski <pinskia@physics.uc.edu>
1257 * class.c (abort_fndecl_addr): New variable.
1258 (build_vtbl_initializer): If we have a pure virtual function
1259 share the abort function's address.
1260 Include gt-cp-class.h at the end.
1261 * config-lang.in (gtfiles): Add cp/class.c.
1263 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1265 * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
1266 (pp_cxx_function_definition): Make static.
1267 * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
1268 (pp_cxx_function_definition): Likewise.
1270 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1272 * name-lookup.c (print_binding_level): Make static.
1273 (constructor_name_full): Make static inline.
1274 (current_decl_namespace): Make static.
1275 * name-lookup.h (constructor_name_full): Remove prototype.
1276 (print_binding_level): Likewise.
1277 (current_decl_namespace): Likewise.
1279 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1281 * decl.h (debug_bindings_indentation): Remove.
1283 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
1285 * typeck.c: Fix a comment typo.
1287 2005-01-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1290 * pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
1292 (tsubst): Use fold_decl_constant_value in place of a bare call to
1293 integral_constant_value.
1295 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
1297 * typeck.c (more_qualified_p): Remove.
1298 * cp-tree.h: Remove the corresponding prototype.
1300 2005-01-19 Matt Austern <austern@apple.com>
1302 * typeck.c (comptypes): Handle return code from objc_comptypes
1305 2005-01-19 Kazu Hirata <kazu@cs.umass.edu>
1307 * cp-tree.h, name-lookup.h: Remove unused prototypes.
1309 2005-01-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1312 * semantics.c (finish_id_expression): Disable access checking for
1313 already lookuped FIELD_DECL.
1315 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
1317 * decl.c (delete_block): Remove.
1318 * cp-tree.h: Remove the corresponding prototype.
1320 * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
1321 walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
1323 * cp-tree.h: Remove the corresponding prototypes.
1325 * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
1326 cp_update_decl_after_saving, name_p): Remove.
1327 * cp-tree.h: Remove the corresponding prototypes.
1329 2005-01-18 Andrew Pinski <pinskia@physics.uc.edu>
1332 * semantics.c (finish_asm_stmt): Strip nops off
1333 input memory operands.
1335 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
1337 * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
1338 typeck2.c: Update copyright.
1340 2005-01-16 Kazu Hirata <kazu@cs.umass.edu>
1342 * class.c (get_enclosing_class): Remove.
1343 * cp-tree.h: Remove the corresponding prototypes.
1345 * cvt.c (convert_lvalue): Remove.
1346 * cp-tree.h: Remove the corresponding prototype.
1348 * pt.c (tinst_for_decl): Remove.
1349 * cp-tree.h: Remove the corresponding prototypes.
1351 * tree.c (hash_chainon): Remove.
1352 * cp-tree.h: Remove the corresponding prototypes.
1354 2005-01-15 Jakub Jelinek <jakub@redhat.com>
1357 * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
1358 of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
1360 2005-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1362 * Make-lang.in (cp-warn): Don't append $(WERROR).
1364 2005-01-10 Kazu Hirata <kazu@cs.umass.edu>
1366 * cp-tree.h: Fix a comment typo.
1368 2005-01-07 Nathan Sidwell <nathan@codesourcery.com>
1371 * pt.c (tsubst_qualified_id): Call convert_from_reference.
1373 2005-01-06 Mark Mitchell <mark@codesourcery.com>
1376 * class.c (add_implicitly_declared_members): Remove dead code.
1377 * decl.c (grokfndecl): Add sfk parameter. Use it do set
1379 (grokdeclarator): Adjust calls to grokfndecl.
1380 * method.c (implicitly_declare_fn): Improve documentation.
1381 * parser.c (cp_parser_direct_declarator): Do not consider a
1382 function to be a constructor if the containing class was
1383 originally anonymous.
1385 2005-01-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1388 * search.c (lookup_field_1): Handle using declaration in
1389 class template partial specialization.
1391 2005-01-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1394 * pt.c (push_access_scope): Handle friend defined in class.
1395 (pop_access_scope): Likewise.
1397 2005-01-06 Nathan Sidwell <nathan@codesourcery.com>
1400 * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
1401 (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
1402 array-new handling code. Use build_x_binary_op.
1404 2005-01-05 Nathan Sidwell <nathan@codesourcery.com>
1407 * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
1408 * name-lookup.h (push_scope): Return pushed scope, not flag.
1409 * name-lookup.c (push_scope): Return scope that should be popped,
1411 * decl.c (start_decl): Adjust.
1412 (grokfndecl): Adjust scope push and pop.
1413 * decl2.c (check_classfn): Likewise.
1414 * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
1415 cp_parser_init_declarator, cp_parser_direct_declarator,
1416 cp_parser_class_specifier, cp_parser_class_head,
1417 cp_parser_lookup_name,
1418 cp_parser_constructor_declarator_p): Likewise.
1419 * pt.c (instantiate_class_template,
1420 resolve_typename_type): Likewise.
1422 2005-01-03 Volker Reichelt <reichelt@igpm.rwth-aaachen.de>
1425 * parser.c (cp_parser_unqualified_id): Do not issue error message
1426 for typedef-name as destructor declarator when performing an
1427 uncommitted tentative parse.
1429 2005-01-01 Steven Bosscher <stevenb@suse.de>
1432 * decl.c (finish_function): Fix comment. Annotate the compiler
1433 generated return with the current file name and line 0.
1435 2004-12-31 Richard Henderson <rth@redhat.com>
1438 * call.c (make_temporary_var_for_ref_to_temp): Set DECL_IGNORED_P.
1439 * class.c (build_vtable): Don't conditionallize setting it
1440 based on DWARF2_DEBUG.
1441 (layout_class_type): Set DECL_IGNORED_P.
1442 * decl2.c (get_guard): Likewise.
1443 * rtti.c (get_tinfo_decl, build_lang_decl): Likewise.
1444 * tree.c (build_local_temp): Likewise.
1446 2004-12-30 Mark Mitchell <mark@codesourcery.com>
1448 * cp-tree.h (cp_declarator): Split "name" field into
1449 qualifying_scope and unqualified_name.
1450 * decl.c (get_scope_of_declarator): Adjust accordingly.
1451 (grokdeclarator): Likewise.
1452 * decl2.c (grokfield): Likewise, and adjust call to
1453 do_class_using_decl.
1454 * name-lookup.c (do_class_using_decl): Split "decl" into
1455 "scope" and "name". Remove unnecessary code.
1456 * name-lookup.h (do_class_using_decl): Adjust declaration.
1457 * parser.c (make_id_declarator): Split "id" into qualifying_scope
1458 and unqualified_name.
1459 (cp_parser_using_declaration): Adjust call to do_class_using_decl.
1460 (cp_parser_direct_declarator): Adjust to handle the fact that
1461 cp_parser_declarator_id no longer returns a SCOPE_REF.
1462 (cp_parser_direct_declarator): Likewise.
1463 (cp_parser_declarator_id): Do not create a SCOPE_REF for qualified
1465 (cp_parser_member_declaration): Adjust call to make_id_declarator.
1466 (cp_parser_check_declarator_template_parameters): Do not expect a
1469 * decl.c (duplicate_decls): Call ggc_free on declarations we will
1470 not be needing any longer.
1473 * cvt.c (convert_to_void): Do not use STRIP_NOPs.
1475 2004-12-28 Richard Henderson <rth@redhat.com>
1478 * semantics.c (finish_asm_stmt): Resolve asm names. Validate input
1479 constraints. Mark memory inputs addressable.
1481 2004-12-27 Jason Merrill <jason@redhat.com>
1483 * decl.c (expand_static_init): Don't use shortcut if
1484 targetm.relaxed_ordering.
1486 2004-12-27 Mark Mitchell <mark@codesourcery.com>
1489 * decl.c (check_tag_decl): Robustify.
1491 2004-12-23 Mark Mitchell <mark@codesourcery.com>
1494 * parser.c (cp_parser_error): Issue better messages about
1495 #pragma in locations where it is not permitted.
1498 * pt.c (check_instantiated_args): Remove bogus SFINAE code.
1500 * cvt.c (convert_to_void): Fix typo in comment.
1502 2004-12-23 Alexandre Oliva <aoliva@redhat.com>
1505 * pt.c (check_explicit_specialization): Use the argument list from
1506 the definition in a template function specialization definition.
1508 2004-12-23 Giovanni Bajo <giovannibajo@gcc.gnu.org>
1511 * pt.c (check_explicit_specialization): Use special logic to validate
1512 befriended specializations.
1514 2004-12-22 Mark Mitchell <mark@codesourcery.com>
1516 * rtti.c (emit_support_tinfos): Avoid using C99 semantics.
1519 * call.c (build_this): In templates, do not bother with
1521 * typeck.c (unary_complex_lvalue): In a template, always refuse
1525 * cp-gimplify.c (cp_genericize): Relax assertion.
1528 * cvt.c (convert_to_void): Warn about unused values.
1531 * rtti.c (emit_support_tinfos): On systems without weak symbols,
1532 emit the runtime library type-info objects as non-COMDAT.
1534 2004-12-21 Mark Mitchell <mark@codesourcery.com>
1537 * call.c (convert_like_real): Do not permit the use of a copy
1538 constructor to copy a packed field.
1541 * decl.c (grokdeclarator): Return error_mark_node, not
1542 void_type_node, to indicate errors.
1543 * parser.c (cp_parser_template_parameter_list): Robustify.
1544 (cp_parser_template_parameter): Likewise.
1547 * tree.c (cp_tree_equal): Handle OVERLOAD.
1549 2004-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1551 * decl.c (define_label): Use POP_TIMEVAR_AND_RETURN.
1552 * name-lookup.c (pushdecl_class_level): Likewise.
1554 2004-12-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1556 * name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.
1558 2004-12-21 Andrew Pinski <pinskia@physics.uc.edu>
1561 * cp-gimplify.c (cp_genericize_r): Don't insert first but instead
1562 check to see if contains the pointer. Insert the statement before
1565 2004-12-21 Nathan Sidwell <nathan@codesourcery.com>
1568 * decl.c (check_initializer): Check string initializer of array is
1570 * cp-tree.h (PAREN_STRING_LITERAL_P): New.
1571 * semantics.c (finish_parenthesized_expr): Mark a STRING_CST.
1572 * error.c (dump_expr): <STRING_CST case> Add parens, if needed.
1574 * cp-tree.def (TEMPLATE_TYPE_PARM,
1575 BOUND_TEMPLATE_TEMPLATE_PARM, TYPE_OF_TYPE, TYPENAME_TYPE): Reorder
1576 for better code efficiency.
1577 * cp-tree.h (CLASS_TYPE_P): Short circuit IS_AGGR_TYPE check.
1578 (CAN_HAVE_FULL_LANG_DECL_P): Reorder for better optimization.
1579 (INTEGRAL_CODE_P, CP_INTEGRAL_TYPE_P,
1580 INTEGRAL_OR_ENUMERATION_TYPE_P, SCALAR_TYPE_P,
1581 CP_AGGREGATE_TYPE_P, TYPE_PTROB_P, TYPE_REF_OBJ_P,
1582 TYPE_PTROBV_P): Likewise.
1585 * method.c (do_build_copy_constructor): Refactor. Don't const
1586 qualify a mutable field.
1587 (do_build_assign_ref): Likewise.
1589 2004-12-20 Matt Austern <austern@apple.com>
1592 * decl.c (make_rtl_for_nonlocal_decl): Use
1593 set_builtin_user_assembler_name.
1595 2004-12-19 Mark Mitchell <mark@codesourcery.com>
1597 * cp-tree.h (note_decl_for_pch): New function.
1598 * class.c (build_clone): Call note_decl_for_pch.
1599 * semantics.c (finish_member_declaration): Likewise.
1600 (note_decl_for_pch): New function.
1602 2004-12-17 Steven Bosscher <stevenb@suse.de>
1604 * init.c (build_zero_init): max_index is the number of
1607 2004-12-17 Nathan Sidwell <nathan@codesourcery.com>
1610 * class.c (add_method): Do not push conversion operators into a
1613 * cp-tree.h (CLASSTYPE_PRIMARY_TEMPLATE_TYPE): Reformat.
1614 * error.c (dump_decl): <TYPE_DECL case> Remove extraneous braces.
1616 2004-12-16 Nathan Sidwell <nathan@codesourcery.com>
1619 * cp-tree.h (integral_constant_value): Declare.
1620 * call.c (null_ptr_cst_p): Use integral_constant_value, not
1621 decl_constant_value.
1622 (convert_like_real): Likewise.
1623 * class.c (check_bitfield_decl): Likewise.
1624 * cvt.c (ocp_convert): Likewise.
1625 (convert): Remove unnecessary decl_constant_value call.
1626 * decl.c (compute_array_index_type): Use integral_constant_value,
1627 not decl_constant_value.
1628 (build_enumerator): Likewise.
1629 * decl2.c (grokfield): Likewise.
1630 * init.c (decl_constant_value): Simplify.
1631 (integral_constant_value): New.
1632 * pt.c (fold_decl_constant_value): Use integral_constant_value,
1633 remove subsequent check.
1634 (tsubst): Use integral_constant_value, not decl_constant_value.
1635 (tsubst_copy, unify): Likewise.
1636 * typeck.c (decay_conversion): Likewise.
1637 (build_compound_expr): Remove unnecessary decl_constant_value
1639 (build_static_cast_1, build_reinterpret_cast_1):
1640 (convert_for_assignment): Remove comment about not calling
1641 decl_constant_value.
1643 2004-12-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1646 * pt.c (instantiate_class_template): Set input_location for
1648 (tsubst_friend_function): Don't set input_location here.
1649 Make sure the context is complete if necessary.
1651 2004-12-15 Nathan Sidwell <nathan@codesourcery.com>
1654 * parser.c (cp_parser_lookup_name): Remove unneeded TYPENAME_TYPE
1657 2004-12-14 Mark Mitchell <mark@codesourcery.com>
1660 * decl.c (make_typename_type): Do not handle namespace-scoped
1662 (tag_name): Handle typename_type.
1663 (check_elaborated_type_specifier): Handle typenames.
1664 * parser.c (cp_parser_diagnose_invalid_type_name): Improve
1666 (cp_parser_elaborated_type_specifier): Use
1667 cp_parser_diagnose_invalid_type_name.
1669 2004-12-14 Andrew Pinski <pinskia@physics.uc.edu>
1672 * init.c (build_zero_init): If the max_index is 0, there is no
1673 need to create a RANGE_EXPR.
1675 2004-12-14 Mark Mitchell <mark@codesourcery.com>
1678 * cp-objcp-common.c (cp_expr_size): Loosen assertion.
1680 2004-12-14 Nathan Sidwell <nathan@codesourcery.com>
1683 * pt.c (tsubst_copy_and_build): <INDIRECT_REF case> Check that a
1684 REFERENCE_REF_P is dereferencing a reference type.
1685 * typeck.c (build_static_cast): Convert from reference even in a
1687 (build_reinterpret_cast, build_const_cast, build_c_cast): Likewise.
1689 2004-12-14 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1691 * parser.c (cp_parser_uncommitted_to_tentative_parse_p): New function.
1692 (cp_parser_name_lookup_error): Use it.
1693 (cp_parser_check_for_invalid_template_id): Likewise.
1694 (cp_parser_skip_to_closing_parenthesis): Likewise.
1695 (cp_parser_nested_name_specifier_opt): Likewise.
1696 (cp_parser_simple_declaration, cp_parser_template_id): Likewise.
1697 (cp_parser_parameter_declaration_list): Likewise.
1698 (cp_parser_parameter_declaration): Likewise.
1699 (cp_parser_template_name): Let cp_parser_simulate_error perform
1701 (cp_parser_committed_to_tentative_parse): Remove.
1703 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
1706 * class.c (build_base_path): Convert the zero constant to the correct
1707 type when comparing.
1709 2004-12-13 Mark Mitchell <mark@codesourcery.com>
1712 * class.c (layout_class_type): Determine the visibility of static
1715 2004-12-12 Roger Sayle <roger@eyesopen.com>
1718 * cp-gimplify.c (gimplify_if_stmt): Optimize the case where the
1719 condition is a constant and the unexecuted clause is empty.
1721 2004-12-10 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1724 * parser.c (cp_parser_class_head): Reject typedef-name in class head.
1726 2004-12-09 Matt Austern <austern@apple.com>
1729 * name-lookup.c (do_nonmember_using_decl): A real function
1730 declaration takes precedence over an anticipated declaration.
1732 2004-12-09 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1734 * parser.c (cp_parser_member_declaration): Fix comment typo.
1736 2004-12-09 Alexandre Oliva <aoliva@redhat.com>
1739 * parser.c (cp_parser_template_id): Don't create a CPP_TEMPLATE_ID
1742 2004-12-09 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1745 * typeck.c (build_reinterpret_cast_1): Allow cast from vector type.
1747 2004-12-09 Nathan Sidwell <nathan@codesourcery.com>
1750 * init.c (build_zero_init): Build a RANGE_EXPR for an array
1753 2004-12-08 Kelley Cook <kcook@gcc.gnu.org>
1755 * typeck.c: Remove DOS line endings.
1757 2004-12-08 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1760 * decl.c (lookup_and_check_tag): Diagnose nested class with
1761 the same name as enclosing class.
1763 2004-12-08 Nathan Sidwell <nathan@codesourcery.com>
1766 * cp-tree.h (REFERENCE_REF_P): New.
1767 (CPTI_TYPE_INFO_TYPE): Rename to ...
1768 (CPTI_CONST_TYPE_INFO_TYPE): ... here.
1769 (CPTI_TYPE_INFO_REF_TYPE): Remove.
1770 (type_info_type_node): Rename to ...
1771 (const_type_info_type_node): ... here.
1772 (type_info_ref_type): Remove.
1773 * call.c (build_user_type_conversion): Reformat.
1774 (resolve_args): Do not convert_from_reference.
1775 (build_object_call): Call convert_from_reference.
1776 (prep_operand): Do not convert_from_reference.
1777 (build_new_method_call): Likewise.
1778 * class.c (build_vfield_ref): Likewise.
1779 * cvt.c (convert_to_reference): Likewise.
1780 (convert_from_reference): Build INDIRECT_REF here, not with
1782 (convert_force): Do not convert_from_reference.
1783 (build_expr_type_conversion): Likewise.
1784 * decl.c (grok_reference_init): Likewise.
1785 * decl2.c (delete_sanity): Likewise.
1786 * except.c (initialize_handler_parm): Use POINTER_TYPE_P.
1787 * init.c (build_dtor_call): Do not convert_from_reference.
1788 * parser.c (cp_parser_template_argument): Unwrap indirected
1789 reference. Allow TEMPLATE_PARM_INDEX as an object parm.
1790 * pt.c (tsubst_copy_and_build) <case INDIRECT_REF>: Use
1791 convert_from_reference, if indicated.
1792 <case CALL_EXPR>: Do not convert_from_reference.
1793 <case PARM_DECL, VAR_DECL>: Convert_from_reference if needed.
1794 (tsubst_initializer_list): Do not convert_from_reference.
1795 * rtti.c (init_rtti_processing): Adjust node creation.
1796 (throw_bad_typeid): Use const_type_info_type_node.
1797 Do not convert_from_reference.
1798 (typeid_ok_p): Use const_type_info_type_node.
1799 (build_typeid, get_typeid): Always return type_info typed node.
1800 (build_dynamic_cast_1): Dont convert_from_reference. Refactor.
1801 * semantics.c (finish_stmt_expr_expr): Do not
1802 convert_from_reference.
1803 (finish_id_expression): Convert_from_reference as appropriate.
1804 * typeck.c (decay_conversion): Do not convert_from_reference.
1805 (finish_class_member_access_expr): Likewise.
1806 (build_indirect_ref): Use POINTER_TYPE_P.
1807 (convert_arguments): Do not convert_from_reference.
1808 (build_modify_expr): Likewise.
1809 (convert_for_initialization): Likewise.
1810 * typeck2.c (build_x_arrow): Likewise.
1812 2004-12-07 Ziemowit Laski <zlaski@apple.com>
1814 * cp-tree.h (struct lang_type_class): Rename 'objc_protocols'
1815 field to 'objc_info'.
1817 2004-12-07 Kazu Hirata <kazu@cs.umass.edu>
1819 * pt.c: Replace a use of first_rtl_op with TREE_CODE_LENGTH.
1821 2004-12-07 Roger Sayle <roger@eyesopen.com>
1823 * name-lookup.c (leave_scope): We only need to update
1824 class_binding_level when leaving a class scope.
1826 2004-12-06 Ziemowit Laski <zlaski@apple.com>
1828 * cp-tree.h (struct lang_type_class): Add 'objc_protocols' field.
1830 2004-12-04 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1832 PR c++/17011, c++/17971
1833 * pt.c (tsubst_copy) <FIELD_DECL case>: Check and diagnose
1835 (tsubst_copy_and_build) <COMPONENT_REF case>: Check
1836 error_mark_node after member substitution.
1837 * semantics.c (finish_id_expression): Call
1838 finish_non_static_data_member for non-dependent FIELD_DECL.
1840 2004-12-03 Nathan Sidwell <nathan@codesourcery.com>
1843 * decl.c (grokdeclarator): Make sure class in pointer to member is
1846 2004-12-02 Nathan Sidwell <nathan@codesourcery.com>
1849 * parser.c (cp_parser_new_type_id): Move array size expression
1850 checks from here ...
1851 * init.c (build_new): ... to here.
1853 2004-12-02 Nathan Sidwell <nathan@codesourcery.com>
1856 * parser.c (cp_parser_class_head): Return NULL_TREE when
1857 push_template_decl fails. Update comment.
1859 2004-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1861 PR c++/15664, c++/18276
1862 * pt.c (tsubst_decl) <TEMPLATE_DECL case>: Reorganize. Correctly
1863 tsubst TEMPLATE_DECL that is a TEMPLATE_TEMPLATE_PARM.
1865 2004-12-02 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1868 * parser.c (cp_parser_type_specifier): Catch template declaration
1871 2004-12-01 Matt Austern <austern@apple.com>
1873 * name-lookup.c (namespace_binding): Omit alias check for global
1876 2004-12-01 Nathan Sidwell <nathan@codesourcery.com>
1879 * parser.c (cp_parser_class_name): Check decl's type is not
1883 * call.c (standard_conversion): Add FLAGS parameter. Do not allow
1884 derived to base conversion when checking constructor
1886 (implicit_conversion): Pass FLAGS to standard_conversion.
1887 (check_constructir_callable): Disallow conversion functions.
1889 2004-11-30 Kazu Hirata <kazu@cs.umass.edu>
1891 * parser.c: Fix comment typos.
1893 2004-11-27 Mark Mitchell <mark@codesourcery.com>
1896 * parser.c (cp_parser_check_for_definition_in_return_type): Take
1897 the defined type as a parameter, and inform the user about the
1898 possibility of a missing semicolon.
1899 (cp_parser_explicit_instantiation): Adjust call to
1900 cp_parser_check_for_definition_in_return_type.
1901 (cp_parser_init_declarator): Likewise.
1902 (cp_parser_member_declaration): Likewise.
1905 * cp-tree.def (TYPENAME_TYPE): Remove discussion of implicit
1906 typename from comments.
1907 * cp-tree.h (TYPENAME_IS_ENUM_P): New macro.
1908 (TYPENAME_IS_CLASS_P): Likewise.
1909 (make_typename_type): Change prototype.
1910 * decl.c (struct_typename_info): New type.
1911 (typename_compare): Expect the second argument to be a
1912 typename_info, not a tree.
1913 (build_typename_type): Add tag_type parameter. Do not create a
1914 new type until necessary.
1915 (make_typename_type): Add tag_type parameter.
1916 * error.c (TYPENAME_TYPE): Print tags other than "typename" if
1918 * friend.c (make_friend_class): Adjust call to make_typename_type.
1919 * parser.c (cp_parser_make_typename_type): Likewise.
1920 (cp_parser_primary_expression): Adjust call to
1921 cp_parser_lookup_name.
1922 (cp_parser_unqualified_id): Adjust calls to cp_parser_class_name.
1923 (cp_parser_class_or_namespace_name): Likewise.
1924 (cp_parser_postfix_expression): Adjust calls to
1926 (cp_parser_mem_initializer_id): Adjust calls to
1927 cp_parser_class_name.
1928 (cp_parser_type_parameter): Adjust calls to cp_parser_lookup_name.
1929 (cp_parser_template_name): Likewise.
1930 (cp_parser_template_argument): Likewise.
1931 (cp_parser_type_name): Adjust call to cp_parser_class_name.
1932 (cp_parser_elaborated_type_specifier): Adjust calls to
1933 make_typename_type and cp_parser_lookup_name.
1934 (cp_parser_namespace_name): Likewise.
1935 (cp_parser_class_name): Replace type_p parameter with tag_type.
1936 Adjust calls to make_typename_type and cp_parser_lookup_name.
1937 (cp_parser_class_head): Adjust calls to cp_parser_class_name.
1938 (cp_parser_base_specifier): Likewise.
1939 (cp_parser_lookup_name): Replace is_type parameter with tag_type.
1940 Adjust calls to make_typename_type and lookup_qualified_name.
1941 (cp_parser_lookup_name_simple): Adjust call to
1942 cp_parser_lookup_name.
1943 (cp_parser_constructor_declarator_p): Adjust call to
1944 cp_parser_class_name.
1945 * pt.c (convert_template_argument): Adjust all to
1947 (tsubst_decl): Do not pre-substitute the type of the declaration.
1948 (tsubst): Hand off declarations more quickly. Adjust call to
1952 * parser.c (cp_parser_postfix_dot_deref_expression): Robustify.
1954 2004-11-29 Daniel Jacobowitz <dan@codesourcery.com>
1957 * Make-lang.in (cp/decl2.o): Update dependencies.
1958 * decl2.c (finish_file): Call maybe_apply_pending_pragma_weaks.
1960 2004-11-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1963 * name-lookup.c (pushtag): Change return type to tree.
1964 * cp-tree.h (pushtag): Adjust declaration.
1965 * decl.c (xref_tag, start_enum): Use return value of pushtag.
1966 * pt.c (push_template_decl_real): Return immediately if
1967 pushdecl_namespace_level returns error_mark_node.
1969 2004-11-27 Kazu Hirata <kazu@cs.umass.edu>
1971 * pt.c: Fix a comment typo.
1973 2004-11-27 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
1975 Friend class name lookup 4/n
1976 * class.c (pushclass): Don't call cxx_remember_type_decls.
1977 * cp-tree.h (clear_anon_tags): Remove declaration.
1978 * decl.c (grokdeclarator): Don't call lookup_tag_reverse.
1979 * name-lookup.c (binding_entry_free, binding_table_free): Comment
1981 (binding_table_find_anon_type, binding_table_reverse_maybe_remap,
1982 binding_table_remove_anonymous_types, cxx_remember_type_decls,
1983 bt_print_entry, clear_anon_tags, follow_tag_typedef, lookup_tag,
1984 lookup_tag_reverse): Remove
1985 (begin_scope, leave_scope, kept_level_p, print_binding_level):
1986 Don't use type_decls field in cp_binding_level.
1987 (maybe_process_template_type_declaration, pushtag): Set
1988 CLASSTYPE_NESTED_UTDS directly.
1989 * name-lookup.h (binding_table_remove_anonymous_types,
1990 cxx_remember_type_decls, lookup_tag, lookup_tag_reverse): Remove
1992 (cp_binding_level): Remove type_decls field.
1994 2004-11-26 Kazu Hirata <kazu@cs.umass.edu>
1996 * typeck.c: Fix a comment typo.
1998 2004-11-25 Mark Mitchell <mark@codesourcery.com>
2001 * class.c (instantiate_type): Treat NON_DEPENDENT_EXPRs with
2002 unknown_type as non matching. Tidy up.
2003 * pt.c (build_non_dependent_expr): Do not build a
2004 NON_DEPENDENT_EXPR for a VAR_DECL.
2007 * cp-tree.h (lvalue_or_else): Remove declaration.
2008 * tree.c (lvalue_or_else): Remove.
2009 * typeck.c (build_unary_op): Adjust call to lvalue_or_else.
2010 (build_modify_expr): Likewise.
2013 * decl.c (duplicate_decls): Return error_mark_node on error, as
2017 * decl.c (grokvardecl): Keep track of whether or not a there was
2018 explicit qualification.
2019 * name-lookup.c (set_decl_namespace): Complain about explicit
2020 qualification of a name within its own namespace.
2023 * typeck.c (check_return_expr): Robustify.
2025 2004-11-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2027 Friend class name lookup 3/n, PR c++/3332
2028 * name-lookup.c (push_inner_scope, pop_inner_scope): New functions.
2029 (lookup_type_scope): Don't deal with name from user declaration
2031 * name-lookup.h (push_inner_scope, pop_inner_scope): Add declarations.
2032 * parser.c (cp_parser_class_specifier): Use push_inner_scope and
2035 2004-11-25 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2037 Friend class name lookup 2/n, PR c++/14513, c++/15410
2038 * name-lookup.c (lookup_name_real): Simplify.
2039 (lookup_type_scope): Add SCOPE parameter. Handle friend class
2041 * name-lookup.h (tag_scope): New enum type.
2042 (lookup_type_scope): Adjust declaration.
2043 * decl.c (lookup_and_check_tag, xref_tag, xref_tag_from_type):
2044 Change bool parameter GLOBALIZED to TAG_SCOPE parameter SCOPE.
2045 (start_enum): Likewise. Add assertion test that NAME is
2046 IDENTIFIER_NODE. Use anonymous name for dummy ENUMERAL_TYPE in
2048 * cp-tree.h (xref_tag, xref_tag_from_type): Adjust declarations.
2049 * parser.c (cp_parser_elaborated_type_specifier,
2050 cp_parser_class_head): Adjust call to xref_tag.
2051 * pt.c (lookup_template_class, instantiate_class_template):
2053 * rtti.c (init_rtti_processing, build_dynamic_cast_1,
2054 tinfo_base_init, emit_support_tinfos): Likewise.
2056 2004-11-25 Joseph S. Myers <joseph@codesourcery.com>
2058 * g++spec.c, lex.c: Avoid ` as left quote in diagnostics.
2060 2004-11-24 Mark Mitchell <mark@codesourcery.com>
2063 * name-lookup.c (supplement_binding): Do not allow typedefs to be
2064 redefined in class scope.
2067 * parser.c (cp_parser_set_decl_type_spec): Do not try to allow
2068 redefinitions of builtin types other that "bool" or "wchar_t".
2070 2004-11-24 Steven Bosscher <stevenb@suse.de>
2072 * decl.c (cxx_init_decl_processing): Don't clear
2073 flag_inline_functions.
2075 2004-11-24 Mark Mitchell <mark@codesourcery.com>
2077 * pt.c (tsubst_function_type): Do not permit function types which
2078 return arrays or functions.
2081 * parser.c (cp_parser_init_declarator): Do not pop scope twice.
2084 * cp-tree.h (CTOR_NAME): Remove.
2085 (DTOR_NAME): Remove.
2086 * decl.c (initialize_predefined_identifiers): Add spaces to the
2087 end of constructor and destructor names.
2089 2004-11-24 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2092 * decl.c (start_decl): Check for invalid specialization headers.
2094 2004-11-24 Paolo Bonzini <bonzini@gnu.org>
2098 * call.c (standard_conversion): Move check for conversions between
2100 * typeck.c (ptr_reasonably_similar): ... here.
2102 2004-11-23 Ben Elliston <bje@au.ibm.com>
2104 * cp-tree.h (context_as_string): Remove extern.
2105 * error.c (context_as_string): Remove.
2107 * cp-tree.h (cp_type_qual_from_rid): Remove extern.
2108 * lex.c (cp_type_qual_from_rid): Remove.
2110 * cp-tree.h (do_poplevel): Remove extern.
2111 (check_multiple_declarators): Likewise.
2112 * semantics.c (do_poplevel): Make static.
2113 (check_multiple_declarators): Remove.
2115 * cp-tree.h (check_final_overrider): Remove extern.
2116 * search.c (check_final_overrider): Make static.
2118 * cp-tree.h (build_artificial_parm): Remove extern.
2119 * decl2.c (build_artificial_parm): Make static.
2121 2004-11-22 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2124 * typeck.c (build_unary_op) <CONVERT_EXPR, NEGATE_EXPR>: Unify code.
2125 Make sure the result is always a rvalue.
2127 2004-11-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2129 * decl.c (start_preparsed_function): Call check_function_type even
2131 (require_complete_types_for_parms): Skip dependent types.
2132 (check_function_type): Likewise.
2134 2004-11-16 Steven Bosscher <stevenb@suse.de>
2136 * Make-lang.in (cp/decl.o, cp/search.o): Don't depend on stack.h.
2137 * search.c: Don't include it.
2139 2004-11-15 Andrew Pinski <pinskia@physics.uc.edu>
2141 * cp-gimplify.c: Include pointer-set.h
2142 (cp_genericize_r): Use pointer_sets instead of a hashtable.
2143 Also instert the new statement for CLEANUP_STMT.
2144 (cp_genericize): Use pointer_sets instead of a hashtable.
2145 * Make-lang.in (cp-gimplify.o): Depend on pointer-set.h.
2147 2004-11-15 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2149 Friend class name lookup 1/n, PR c++/18471
2150 * decl.c (lookup_and_check_tag): New function.
2151 (xref_tag, start_enum): Use it.
2152 (check_elaborated_type_specifier): Move TEMPLATE_TYPE_PARM check
2153 before !DECL_IMPLICIT_TYPEDEF_P. Also display previously declared
2155 * name-lookup.c (lookup_name_current_level): Rename to ...
2156 (lookup_name_innermost_nonclass_level): ... this.
2157 (lookup_type_scope): New function.
2158 * name-lookup.h (lookup_name_current_level): Rename to ...
2159 (lookup_name_innermost_nonclass_level): ... this.
2160 (lookup_type_scope): Add declaration.
2162 2004-11-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2165 * pt.c (coerce_template_parms): Only emit error message about
2166 invalid template argument when TF_ERROR.
2168 2004-11-12 Mark Mitchell <mark@codesourcery.com>
2171 * decl.c (start_decl): Make sure to set *pop_scope_p. Return
2172 error_mark_node to indicate errors.
2175 * parser.c (cp_parser_direct_declarator): Disallow non-constant
2176 array bounds when not inside a function.
2179 * pt.c (tsubst_copy_and_build): Do not do Koenig lookup when an
2180 unqualified name resolves to a member function.
2183 * pt.c (tsubst_copy_and_build): Handle qualified names used from a
2184 derived class correctly.
2186 * decl2.c (import_export_decl): Fix typo in comment.
2187 * tree.c (pod_type_p): Likewise.
2189 2004-11-10 Andrew Pinski <pinskia@physics.uc.edu>
2191 * typeck.c (cxx_mark_addressable): Add braces around the first if.
2193 2004-11-10 Adam Nemet <anemet@lnxw.com>
2196 * typeck.c (cxx_mark_addressable): Issue an error if address of an
2197 explicit register variable is requested.
2199 2004-11-10 Nathan Sidwell <nathan@codesourcery.com>
2202 * cp-tree.h (NON_THUNK_FUNCTION_CHECK, THUNK_FUNCTION_CHECK): New.
2203 (struct lang_decl_flags): Add thunk_p flag.
2204 (struct lang_decl): Remove separate fixed_offset. Place
2205 cloned_function and fixed_offset into union.
2206 (DECL_CLONED_FUNCTION_P, DECL_CLONED_FUNCTION): Adjust.
2207 (DECL_THUNK_P, SET_DECL_THUNK_P): Adjust.
2208 (THUNK_FIXED_OFFSET): Adjust.
2209 * method.c (make_thunk): Adjust.
2211 2004-11-09 Mark Mitchell <mark@codesourcery.com>
2214 * init.c (build_new_1): Handle parenthesized type-ids that name an
2217 2004-11-09 Joseph S. Myers <joseph@codesourcery.com>
2219 * call.c, class.c, decl.c, decl2.c, error.c, mangle.c, parser.c,
2220 pt.c, search.c, semantics.c, typeck.c: Use %q, %< and %> for
2221 quoting in diagnostics.
2222 * parser.c (cp_parser_sizeof_operand): Use '' instead of `' for
2223 quoting in printf format.
2224 * decl.c (duplicate_decls, start_decl): Use %qD instead of
2227 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
2229 * class.c, decl.c, lex.c, name-lookup.c, parser.c, pt.c,
2230 search.c, typeck2.c: Fix comment formatting.
2232 2004-11-04 Ulrich Weigand <uweigand@de.ibm.com>
2234 PR tree-optimization/18184
2235 * cp-objcp-common.c (cxx_types_compatible_p): Do not treat pointers
2236 of different modes or alias-all flags as equivalent.
2237 * typeck.c (comptypes): Likewise.
2239 2004-11-04 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2242 * cp-tree.h (TYPE_REF_OBJ_P): New macro.
2243 (TYPE_PTR_P, TYPE_PTROB_P, TYPE_PTROBV_P, TYPE_PTRFN_P,
2244 TYPE_REFFN_P): Document.
2245 (fold_decl_constant_value): New prototype.
2246 * pt.c (convert_nontype_argument_function): Rewrite and extract
2248 (fold_decl_constant_value, convert_nontype_argument_function): New.
2249 (lookup_template_class): Add comment about useless double call.
2250 * mangle.c (write_expression): Strip conversions before lowering
2252 * cvt.c (ocp_convert): Check LOOKUP_COMPLAIN for a pedwarn. Disallow
2253 enum to enum conversion.
2255 2004-11-02 Mark Mitchell <mark@codesourcery.com>
2258 * parser.c (cp_parser_type_parameter): Robustify.
2261 * parser.c (cp_parser_single_declaration): Disallow template
2265 * typeck.c (build_const_cast): Use error_operand_p.
2267 2004-11-02 Ziemowit Laski <zlaski@apple.com>
2269 * cp-lang.c (cxx_types_compatible_p): Remove prototype and definition.
2270 (LANG_HOOKS_TYPES_COMPATIBLE_P): Move to cp-objcp-common.h.
2271 * cp-objcp-common.c (cxx_types_compatible_p): Moved definition here
2273 * cp-objcp-common.h (cxx_types_compatible_p): Moved prototype here
2275 (LANG_HOOKS_TYPES_COMPATIBLE_P): Moved here from cp-lang.c.
2277 2004-11-01 Nathan Sidwell <nathan@codesourcery.com>
2280 * search.c (check_final_overrider): Deprecate gnu covariant extension.
2282 2004-10-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
2284 Convert diagnostics to use quoting flag q 9/n
2285 * typeck.c (build_x_unary_op, convert_member_func_to_ptr,
2286 get_delta_difference): Use new quotation style.
2287 * repo.c (reopen_repo_file_for_write): Likewise.
2288 * pt.c (do_type_instantiation): Likewise.
2289 * parser.c (cp_parser_diagnose_invalid_type_name):
2290 * name-lookup.c (push_overloaded_decl, set_decl_namespace):
2291 * error.c (cp_print_error_function,
2292 print_instantiation_full_context): Likewise.
2293 * decl.c (define_label, grok_reference_init,
2294 maybe_deduce_size_from_array_init, revert_static_member_fn):
2295 * decl2.c (check_classfn): Likewise.
2296 * class.c (add_method, check_field_decls, layout_class_type,
2297 resolve_address_of_overloaded_function): Likewise.
2298 * call.c (build_x_va_arg, build_over_call): Likewise.
2300 2004-10-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
2302 Convert diagnostics to use quoting flag q 8/n
2303 * cvt.c (cp_convert_to_pointer, warn_ref_binding,
2304 convert_to_reference, ocp_convert, convert_to_void
2305 cp_convert_to_pointer): Use new quotation style.
2307 2004-10-31 Mark Mitchell <mark@codesourcery.com>
2310 * typeck2.c (store_init_value): Use split_nonconstant_init even
2311 for types that require construction.
2313 1004-10-28 Matt Austern <austern@apple.com>
2316 * cp-tree.h (class_key_or_enum_as_string): Declare.
2317 * error.c (class_key_or_enum): Rename to class_key_or_enum_as_string
2318 and remove static qualifier.
2319 * decl.c (shadow_tag): Warn about ignored attributes in class/struct/
2320 union/enum declaration.
2322 2004-10-29 Kazu Hirata <kazu@cs.umass.edu>
2324 * pt.c: Fix a comment typo.
2326 2004-10-28 Nathan Sidwell <nathan@codesourcery.com>
2328 * typeck.c (composite_pointer_type): Remove comment about DR 195.
2329 (build_reinterpret_cast_1): Revert DR195 patch. Only emit a
2330 warning when being pedantic.
2331 (build_reinterpet_cast, build_c_cast): Adjust.
2333 2004-10-29 Mark Mitchell <mark@codesourcery.com>
2336 * decl.c (grokdeclarator): Mark TYPE_DECLs as abstract when they
2337 appear in a constructor/destructor that will be cloned.
2339 1004-10-28 Matt Austern <austern@apple.com>
2342 * decl.c (finish_enum): Handle packed attribute.
2343 * parser.c (cp_parser_enum_specifier): Process trailing attributes.
2345 2004-10-28 Mark Mitchell <mark@codesourcery.com>
2348 * pt.c (instantiate_class_template): Increment
2349 processing_template_decl when substituting into a member class
2352 2004-10-27 Mark Mitchell <mark@codesourcery.com>
2355 * call.c (convert_like_real): Fix formatting.
2356 (initialize_reference): When binding a temporary to a base class,
2357 ensure that the nominal copy made is to the derived class, not the
2361 * parser.c (cp_parser_next_token_ends_template_argument_p): Do not
2364 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
2366 * decl.c (bad_specifiers): Move the q after the %.
2368 2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
2370 * parser.c (cp_parser_diagnose_invalid_type_name): Move the q after
2373 2004-10-26 Mark Mitchell <mark@codesourcery.com>
2375 * name-lookup.c (do_namespace_alias): Use FROB_CONTEXT.
2376 * search.c (current_scope): Fix prototype.
2379 * search.c (current_scope): Return the innermost non-block scope,
2380 not the innermost non-block, non-namespace scope.
2381 (at_namespace_scope_p): Adjust accordingly.
2382 (dfs_accessible_post): Do not pass namespaces to is_friend.
2383 (dfs_walk_once_accessible_r): Likewise.
2384 * decl.c (grokvardecl): Adjust call to current_scope.
2385 (build_enumerator): Likewise.
2386 * parser.c (cp_parser_using_declaration): Likewise.
2387 (cp_parser_direct_declarator): Use at_namespace_scope_p instead of
2389 (cp_parser_class_head): Adjust call to current_scope.
2390 * name-lookup.c (do_namespace_alias): Set the DECL_CONTEXT for the
2394 * pt.c (tusbst_copy_and_build): Resolve enumeration constants to
2395 their underlying values.
2398 * typeck.c (build_binary_op): Honor build_type, even when in a
2401 2004-10-26 Nathan Sidwell <nathan@codesourcery.com>
2403 * parser.c (cp_lexer_get_preprocessor_token): Remove unneeded
2404 padding token checking.
2406 2004-10-25 Andrew Pinski <pinskia@physics.uc.edu>
2409 * decl.c (grokdeclarator) <case cdk_array>: Remove the call
2410 layout_type as it is already done by create_array_type_for_decl.
2412 2004-10-22 Nathan Sidwell <nathan@codesourcery.com>
2415 * parser.c (eof_token): Make const, correctly initialize rid and
2417 (struct cp_lexer): Replace buffer_end pointer with buffer_length
2419 (cp_lexer_new_main): Directly grow lexer's buffer here. Don't
2421 (cp_lexer_new_from_tokens): Adjust.
2422 (cp_lexer_grow_buffer): Remove.
2423 (cp_lexer_peek_nth_token, cp_lexer_consume_token,
2424 cp_lexer_purge_token): Add const casts.
2426 2004-10-21 Mark Mitchell <mark@codesourcery.com>
2430 * cp-tree.h (convert_to_base): Change prototype.
2431 (build_ptrmemfunc): Likewise.
2432 (convert_ptrmem): New function.
2433 * call.c (struct conversion): Adjust documentation for base_p.
2434 (standard_conversion): Set base_p for ck_pmem conversions as
2436 (convert_like_real): Use convert_to_base for ck_pmem and ck_ptr
2438 * class.c (convert_to_base): Handle both pointers and objects.
2439 Add nonnull parameter.
2440 (build_vfield_ref): Adjust call to convert_to_base.
2441 * cvt.c (cp_convert_to_pointer): Adjust call to build_ptrmemfunc.
2442 (convert_force): Likewise.
2443 * typeck.c (build_unary_op): Likewise.
2444 (convert_ptrmem): New function.
2445 (build_static_cast_1): Use it.
2446 (build_reinterpret_cast): Allow conversions to vector types.
2447 (get_delta_difference): Add c_cast_p parameter.
2448 (build_ptrmemfunc): Likewise. Adjust calls to
2449 get_delta_difference.
2451 2004-10-21 Andrew Pinski <pinskia@physics.uc.edu>
2454 * error.c (cp_error_at): Output the context as it might be
2455 different file as the other location.
2457 2004-10-21 Kazu Hirata <kazu@cs.umass.edu>
2459 * typeck.c: Fix a comment typo.
2461 2004-10-20 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
2464 * decl.c (make_unbound_class_template): Add PARM_LIST parameter.
2465 * cp-tree.h (make_unbound_class_template): Adjust prototype.
2466 * parser.c (cp_parser_lookup_name): Adjust call to
2467 make_unbound_class_template.
2468 (cp_parser_single_declaration): Handle member class of class
2469 template as template friend parsing correctly.
2470 * friend.c (is_friend): Call is_specialization_of_friend for
2471 template friend class.
2472 (make_friend_class): Handle member class of class template as
2474 * pt.c (is_specialization_of_friend): Likewise.
2475 (instantiate_class_template): Likewise.
2476 (tsubst): Adjust call to make_unbound_class_template.
2478 2004-10-20 Nathan Sidwell <nathan@codesourcery.com>
2480 * typeck.c (composite_pointer_type): Add comment about DR 195
2481 (build_reinterpret_cast_1): Add for_reinterpret_cast_p parameter.
2482 Allow function pointer conversions that DR195 suggests.
2483 (build_reinterpret_cast, build_c_cast): Update
2484 build_reinterpret_cast_1 calls.
2486 2004-10-20 Kazu Hirata <kazu@cs.umass.edu>
2488 * call.c, typeck.c: Fix comment typos.
2490 2004-10-20 Nathan Sidwell <nathan@codesourcery.com>
2492 * parser.c (cp_token_position): New typedef. Define VEC thereof.
2493 (struct cp_lexer): Allow buffer and buffer_end to be NULL. Make
2494 next_token and last_token cp_token_position. Make saved_tokens a
2495 VEC(cp_token_position).
2496 (eof_token): New static variable.
2497 (CP_SAVED_TOKENS_SIZE): Rename to ...
2498 (CP_SAVED_TOKEN_STACK): ... here.
2499 (cp_lexer_new_main): Adjust main lexer creation and buffer
2501 (cp_lexer_new_from_tokens): Do not copy the tokens, merely point
2502 to the parent buffer. Do not append eof token.
2503 (cp_lexer_destroy): Only free buffer if non-NULL. Free token
2505 (cp_lexer_next_token, cp_lexer_prev_token): Remove.
2506 (cp_lexer_token_position, cp_lexer_token_at): New.
2507 (cp_lexer_saving_tokens): Adjust. Make inline.
2508 (cp_lexer_advance_token, cp_lexer_token_difference): Remove.
2509 (cp_lexer_peek_token_emit_debug_info): Fold into ...
2510 (cp_lexer_peek_token): ... here.
2511 (cp_lexer_peek_nth_token): Don't peek past EOF.
2512 (cp_lexer_consume_token): Set next_token to eof_token, if reaching
2514 (cp_lexer_purge_token): Adjust eof setting.
2515 (cp_lexer_purge_tokens_after): Likewise.
2516 (cp_lexer_save_tokens): Push next_token directly.
2517 (cp_lexer_commit_tokens): Adjust.
2518 (cp_lexer_rollback_tokens): Pop next_token directly.
2519 (cp_parser_check_for_invalid_template_id): Adjust token purging.
2520 (cp_parser_translation_unit): Do not consume the EOF.
2521 (cp_parser_nested_name_specifier_opt): Adjust token purging.
2522 (cp_parser_template_id, cp_parser_template_name): Likewise.
2524 2004-10-19 Mark Mitchell <mark@codesourcery.com>
2527 * call.c (struct conversion): Add base_p.
2528 (convert_like): Add c_cast_p argument.
2529 (convert_like_with_conversion): Likewise.
2530 (build_conv): Clear base_p.
2531 (standard_conversion): Set it, for derived-to-base conversions.
2532 (convert_like_real): Add c_cast_p parameter. Handle pointer
2533 conversions directly rather than relying on ocp_convert.
2534 (perform_direct_initialization_if_possible): Add c_cast_p
2536 * cp-tree.h (perform_direct_initialization_if_possible): Change
2538 (convert_member_func_to_ptr): New function.
2539 * typeck.c (check_for_casting_away_constness): Add diag_fn
2541 (build_static_cast_1): New function, split out from ...
2542 (build_static_cast): ... here. Use build_static_cast_1.
2543 (build_reinterpret_cast_1): New function, split out from ...
2544 (build_reinterpret_cast): ... here. Use build_reinterpret_cast_1.
2545 (build_const_cast_1): New function, split out from ...
2546 (build_const_cast): ... here. Use build_const_cast_1.
2547 (build_c_cast): Rewrite to use build_const_cast_1,
2548 build_static_cast_1, and build_reinterpret_cast_1.
2549 (convert_member_func_to_ptr): New function.
2551 2004-10-19 Paolo Bonzini <bonzini@gnu.org>
2554 * parser.c (enum cp_parser_prec): Give relational expressions
2555 a higher precedence than equality expressions.
2557 2004-10-15 Nathan Sidwell <nathan@codesourcery.com>
2559 * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.
2560 (ACCESSIBLY_UNIQUELY_DERIVED_P): Remove.
2561 (PUBLICLY_UNIQUELY_DERIVED_P): Adjust lookup_base call.
2562 (enum base_access): Reorganize.
2563 (accessible_base_p, accessible_p): Add consider_local_p parameter.
2564 * call.c (standard_conversion): Update comment about
2566 (enforce_access): Adjust accessible_p call.
2567 (build_over_call): Adjust accessible_base_p call.
2568 * class.c (convert_to_base): Adjust lookup_base call.
2569 (build_vtbl_ref_1): Likewise.
2570 (warn_about_ambiguous_bases): Likewise. Add early exit.
2571 * cvt.c (convert_to_pointer_force) Adjust lookup_base call.
2572 * search.c (accessible_base_p): Add consider_local_p parameter.
2573 (lookup_base): Pass consider_local_p to accessible_base_p call.
2574 (friend_accessible_p): Check whether scope is a class member.
2575 Remove unnecessary class template check.
2576 (accessible_p): Add consider_local_p parameter. Use it.
2577 (adjust_result_of_qualified_name_lookup): Adjust lookup_base call.
2578 * tree.c (maybe_dummy_object): Likewise.
2579 * typeck.c (comp_except_type): Use PUBLICLY_UNIQUELY_DERIVED_P.
2580 (build_class_member_access_expr): Adjust lookup_base call.
2581 * typeck2.c (binfo_or_else): Likewise.
2582 * rtti.c (build_dynamic_cast_1): Access can consider friendship
2585 2004-10-17 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2588 * decl2.c (grokfield): Apply attributes also to TYPE_DECLs.
2590 2004-10-16 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2593 * parser.c (cp_parser_parenthesized_expression_list): Fold
2594 non-dependent expressions in attribute lists.
2596 2004-10-15 Mark Mitchell <mark@codesourcery.com>
2599 * decl.c (declare_global_var): Use the return value from pushdecl.
2602 * parser.c (cp_parser_simple_declaration): Do not diagnose invalid
2603 type names if we have already found a valid type.
2604 (cp_parser_member_declaration): Likewise.
2607 * parser.c (cp_parser_member_specification_opt): Handle
2610 2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
2612 * dump.c, g++spec.c, repo.c: Update copyright.
2614 2004-10-15 Kazu Hirata <kazu@cs.umass.edu>
2616 * decl.c: Fix a comment typo.
2618 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
2621 * name-lookup.c (parse_using_directive): If we have a
2622 error_mark_node, do not set the decl namespace associations
2625 2004-10-14 Mark Mitchell <mark@codesourcery.com>
2628 * decl.c (cp_finish_decl): Do not call expand_static_init more
2629 than once for a single variable.
2631 2004-10-14 Matt Austern <austern@apple.com>
2633 * Make-lang.in (pt.o): depends on pointer-set.h
2634 * cp-tree.h (cp_walk_subtrees): Last argument is pointer_set_t* now.
2635 * pt.c (struct pair_fn_data): Use pointer_set_t, not htab_t
2636 (for_each_template_parm): Convert from htab_t to pointer_set_t.
2637 * tree.c (cp_walk_subtrees): Last argument is pointer_set_t* now.
2639 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu>
2642 * semantics.c (finish_for_expr): Convert expression to void
2643 so that we don't create temporaries for a?b:c.
2645 2004-10-13 Kazu Hirata <kazu@cs.umass.edu>
2647 * search.c: Fix a comment typo.
2649 2004-10-12 Nathan Sidwell <nathan@codesourcery.com>
2651 * class.c (dfs_modify_vtables): Simplify condition. Return
2652 dfs_skip_bases as appropriate.
2653 (modify_all_vtables): Walk in pre-order.
2654 * search.c (dfs_walk_all, dfs_walk_once_r,
2655 dfs_walk_once_accessible_r): Assert post order function never
2656 returns dfs_skip_bases.
2658 * search.c (struct lookup_base_data_s): New.
2659 (lookup_base_r): Replace with ...
2660 (dfs_lookup_base): ... this.
2661 (lookup_base): Use dfs_walk_all.
2663 2004-10-12 Kazu Hirata <kazu@cs.umass.edu>
2665 * search.c: Fix comment typos.
2667 2004-10-11 Mark Mitchell <mark@codesourcery.com>
2670 * parser.c (cp_parser_declarator): Add member_p parameter.
2671 (cp_parser_condition): Adjust calls to cp_parser_declarator.
2672 (cp_parser_explicit_instantiation): Likewise.
2673 (cp_parser_init_declarator): Likewise.
2674 (cp_parser_direct_declarator): Add member_p parameter. Do not
2675 parse tentatively when parsing the parameters to a member.
2676 (cp_parser_type_id): Adjust calls to cp_parser_declarator.
2677 (cp_parser_parameter_declaration): Likewise.
2678 (cp_parser_member_declaration): Likewise.
2679 (cp_parser_exception_declaration): Likewise.
2682 * cp-tree.h (CLASSTYPE_TEMPLATE_SPECIALIZATION): Add a comment.
2683 * pt.c (optimize_specialization_lookup_p): Do not optimize lookups
2684 for members of partial or explicit specializations.
2687 * decl2.c (finish_anon_union): Robustify.
2689 2004-10-11 Nathan Sidwell <nathan@codesourcery.com>
2691 * cp-tree.h (get_dynamic_cast_base_type): Rename to ...
2692 (dcast_base_hint): ... here.
2693 * rtti.c (build_dynamic_cast_1): Use dcast_base_hint.
2694 * search.c (struct dcast_data_s): New.
2695 (dynamic_cast_base_recurse): Remove. Replace with ...
2696 (dfs_dcast_hint_pre, dfs_dcast_base_post): ... these. New.
2697 (get_dynamic_cast_base_type): Rename to ...
2698 (dcast_base_hint): ... here. Use dfs_walk_once_accessible.
2699 (accessible_r): Remove.
2700 (dfs_accessible_post): New, broken out of accessible_r.
2701 (accessible_p): Use dfs_walk_once_accessible.
2702 (dfs_walk_once_accessible_r): New. From accessible_r.
2703 (dfs_walk_once_accessible): New. From acessible_p.
2705 * cp-tree.h (SAME_BINFO_TYPE_P): New.
2706 * class.c (build_base_path): Use SAME_BINFO_TYPE_P to compare
2708 (convert_to_base_statically, determine_primary_bases,
2709 update_vtable_entry_for_fn, dfs_modify_vtables, build_vtt_inits,
2710 dfs_build_secondary_vptr_vtt_inits, build_ctor_vtbl_group,
2711 accumulate_vtbl_inits, dfs_accumulate_vtbl_inits,
2712 build_vtbl_initializer, add_vcall_offset_vtbl_entries_1): Likewise.
2713 * init.c (expand_member_init): Likewise.
2714 * search.c (lookup_base_r, dynamic_cast_base_recurse,
2715 binfo_via_virtual, copied_binfo, binfo_for_vbase,
2716 original_binfo): Likewise.
2717 * tree.c (copy_binfo): Likewise.
2719 2004-10-11 Kazu Hirata <kazu@cs.umass.edu>
2721 * semantics.c: Fix comment typos.
2723 2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
2728 * semantics.c (maybe_cleanup_point_expr): Call
2729 fold_build_cleanup_point_expr.
2730 (maybe_cleanup_point_expr_void): New function.
2731 (add_decl_expr): Call maybe_cleanup_point_expr_void.
2732 (finish_expr_stmt): Likewise.
2733 (finish_return_stmt): Likewise.
2734 (finish_for_expr): Likewise.
2735 (finish_asm_stmt): Likewise.
2736 * typeck.c (condition_conversion): Call
2737 fold_build_cleanup_point_expr.
2739 2004-10-10 Andrew Pinski <pinskia@physics.uc.edu>
2742 * semantics.c (add_decl_expr): If the decl has a size which
2743 has side effects then the decl expression needs a cleanup point.
2745 2004-10-10 Mark Mitchell <mark@codesourcery.com>
2748 * decl.c (grokdeclarator): Robustify error-recovery on invalid
2751 2004-10-10 Gabriel Dos Reis <gdr@integrable-solutions.net>
2753 Convert diagnostics to use quoting flag q 7/n
2754 * typeck.c (composite_pointer_type_r, composite_pointer_type,
2755 cxx_sizeof_or_alignof_type, cxx_sizeof_or_alignof_expr,
2756 string_conv_p, build_class_member_access_expr,
2757 build_class_member_access_expr, lookup_destructor,
2758 finish_class_member_access_expr, build_indirect_ref,
2759 get_member_function_from_ptrfunc, build_function_call,
2760 convert_arguments, build_binary_op, pointer_diff, build_unary_op,
2761 check_for_casting_away_constness, build_static_cast,
2762 build_reinterpret_cast, build_const_cast, build_c_cast,
2763 build_modify_expr, get_delta_difference, build_ptrmemfunc,
2764 dubious_conversion_warnings, convert_for_assignment,
2765 convert_for_initialization,
2766 maybe_warn_about_returning_address_of_local, check_return_expr):
2769 * typeck2.c (error_not_base_type, readonly_error,
2770 abstract_virtuals_error, cxx_incomplete_type_diagnostic,
2771 store_init_value, digest_init, build_x_arrow,
2772 build_m_component_ref, require_complete_eh_spec_types): Likewise.
2774 * tree.c (cp_build_qualified_type_real,
2775 handle_java_interface_attribute, handle_init_priority_attribute):
2778 * semantics.c (finish_asm_stmt, finish_non_static_data_member,
2779 finish_pseudo_destructor_expr,
2780 check_template_template_default_arg, begin_class_definition,
2781 finish_base_specifier, qualified_name_lookup_error,
2782 finish_id_expression, finish_typeof): Likewise.
2784 * search.c (lookup_base, check_final_overrider,
2785 look_for_overrides_r): Likewise.
2787 * rtti.c (get_tinfo_decl, build_dynamic_cast_1): Likewise.
2789 2004-10-09 Mark Mitchell <mark@codesourcery.com>
2792 * error.c (dump_expr): Correct handling of AGGR_INIT_EXPRs using a
2796 * init.c (build_new): Correct comments.
2797 * parser.c (cp_parser_new_expression): Use NULL_TREE for nelts in
2801 * parser.c (cp_parser_postfix_dot_deref_expression): If the
2802 pseduo-destructor-name production does not work, fall back to the
2803 ordinary production.
2806 * tree.c (cp_tree_equal): Handle a BASELINK.
2809 * cp-tree.h (check_var_type): New function.
2810 * decl.c (check_var_type): New function, split out from ...
2811 (grokdeclarator): ... here.
2812 * pt.c (tsubst_decl): Use check_var_type.
2815 * decl.c (grokdeclarator): Disallow declarations of operators as
2818 2004-10-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2821 * error.c (dump_expr): Add missing case for RDIV_EXPR.
2823 2004-10-08 Kazu Hirata <kazu@cs.umass.edu>
2825 * pt.c, search.c: Fix comment typos.
2827 2004-10-08 Nathan Sidwell <nathan@codesourcery.com>
2829 * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp,
2831 (dfs_skip_bases, dfs_walk_all, dfs_walk_once): New.
2832 * class.c (struct find_final_overrider_data): Remove most_derived,
2833 vpath_list and vpath fields. Add path field.
2834 (dfs_find_final_ocerrider_1): Add DEPTH parameter. Adjust.
2835 (dfs_find_final_overrider): Rename to ...
2836 (dfs_find_final_overrider_pre): ... here. Adjust.
2837 (dfs_find_final_overrider_post): Adjust.
2838 (dfs_find_final_overrider_q): Fold into
2839 dfs_find_final_overrider_pre.
2840 (find_final_overrider): Adjust dfs searching.
2841 (dfs_modify_vtables): Don't mark binfo here.
2842 (modify_all_vtables): Use dfs_walk_once.
2843 (build_vtt_inits): Likwise. Use dfs_walk_all.
2844 (dfs_build_secondary_vptr_vtt_inits): Don't mark binfo here.
2845 Return dfs_skip_bases as appropriate.
2846 (dfs_fixup_binfo_vtbls): Return dfs_skip_bases as appropriate.
2847 * init.c (dfs_initialized_vtbl_ptrs): Return dfs_skip_bases as
2848 appropriate. Don't mark binfo here.
2849 (initialize_vtbl_ptrs): Use dfs_walk_once.
2850 * search.c (struct vbase_info): Remove unused struct.
2851 (access_in_type): Use dfs_walk_once.
2852 (dfs_access_in_type): Don't mark binfo here.
2853 (dfs_accessible_queue_p, dfs_accessible_p) Remove.
2855 (accessible_r): ... here. New. Specialize dfs_walk_once.
2856 (accessible_p): Use accessible_r.
2857 (lookup_field_queue_p): Remove. Fold into ...
2858 (lookup_field_r): ... here. Adjust.
2859 (lookup_member): Use dfs_walk_all.
2860 (dfs_walk_real, dfs_walk): Replace with ...
2861 (dfs_walk_all, dfs_walk_once): ... these.
2862 (dfs_walk_once_r, dfs_unmark_r): Workers for dfs_walk_once.
2863 (dfs_unmark, unmarkedp, markedp): Remove.
2864 (dfs_get_pure_virtuals): Don't mark binfo here.
2865 (get_pure_virtuals): Use dfs_walk_once.
2866 (dfs_debug_unmarked_p): Remove. Fold into ...
2867 (dfs_debug_mark): ... here.
2868 (note_debug_info_needed): Use dfs_walk_all.
2870 2004-10-07 Andrew Pinski <pinskia@physics.uc.edu>
2872 * pt.c (tsubst_expr) <case ASM_EXPR>: Look passed the
2873 CLEANUP_POINT_EXPR to get the asm expression.
2875 2004-10-07 Mark Mitchell <mark@codesourcery.com>
2877 * cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.
2878 (DECL_MEMBER_TEMPLATE_P): New macro.
2879 (is_member_template): Remove.
2880 (class_method_index_for_fn): New function.
2881 * pt.c (build_over_call): Use DECL_MEMBER_TEMPLATE_P.
2882 * class.c (finish_struct_methods): Remove out-of-date comment.
2883 * decl.c (copy_fn_p): Use DECL_MBMER_TEMPLATE_P.
2884 * decl2.c (check_classfn): Use DECL_MEMBER_TEMPLATE_P and
2885 class_method_index_for_fn.
2886 * pt.c (is_member_template): Remove.
2887 (is_member_template_class): Likewise.
2888 (optimize_specialization_lookup_p): New function.
2889 (retrieve_specialization): Optimize lookups for members that are
2890 not member templates.
2891 (register_specialization): Adjust accordingly.
2892 (build_template_decl): Add member_template_p parameter. Set
2893 DECL_MEMBER_TEMPLATE_P.
2894 (process_partial_specialization): Adjust call to
2895 retrieve_specialization.
2896 (push_template_decl_real): Determine whether the template is a
2898 (lookup_template_class): Use retrieve_specialization.
2899 (tsubst_decl): Adjust call to retrieve_specialization.
2900 (tsubst_exception_specification): New function.
2902 (tsubst_copy): Use DECL_MEMBER_TEMPLATE_P.
2903 (instantiate_template): Adjust call to retrieve_specialization.
2904 (regenerate_decl_from_template): Do not actually generate a new
2906 (instantiate_decl): Adjust call to retrieve_specialization.
2907 (class_method_index_for_fn): New method.
2909 2004-10-07 Andrew Pinski <pinskia@physics.uc.edu>
2911 * parser.c (cp_parser_asm_definition): Look passed the
2912 CLEANUP_POINT_EXPR to get the asm expression.
2914 2004-10-06 Andrew Pinski <pinskia@physics.uc.edu>
2917 * semantics.c (finish_asm_stmt): Asm expressions need cleanup
2920 2004-10-05 Gabriel Dos Reis <gdr@integrable-solutions.net>
2922 Convert diagnostics to use quoting flag q 6/n
2923 * pt.c (finish_member_template_decl, check_specialization_scope,
2924 maybe_process_partial_specialization, determine_specialization,
2925 check_explicit_specialization, maybe_check_template_type,
2926 process_partial_specialization, check_default_tmpl_args,
2927 push_template_decl_real, redeclare_class_template,
2928 convert_nontype_argument, coerce_template_parms,
2929 lookup_template_class, push_tinst_level,
2930 instantiate_class_template, tsubst_arg_types,
2931 tsubst_function_type, tsubst, tsubst_qualified_id,
2932 tsubst_copy_and_build, check_instantiated_args,
2933 do_decl_instantiation, do_type_instantiation,
2934 invalid_nontype_parm_type_p, check_specialization_namespace,
2935 convert_template_argument, determine_specialization,
2936 check_template_shadow, tsubst_decl
2937 instantiate_pending_templates): Use quoting marks.
2939 2004-10-05 Nathan Sidwell <nathan@codesourcery.com>
2942 * parser.c (cp_parser_postfix_expression): Inhibit Koenig when
2943 unqualified lookup finds a member function.
2945 2004-10-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
2947 Convert diagnostics to use quoting flag q 5/n
2948 * parser.c (cp_parser_name_lookup_error,
2949 cp_parser_diagnose_invalid_type_name,
2950 cp_parser_primary_expression, cp_parser_unqualified_id,
2951 cp_parser_nested_name_specifier_opt, cp_parser_labeled_statement,
2952 cp_parser_jump_statement, cp_parser_simple_declaration,
2953 cp_parser_decl_specifier_seq, cp_parser_mem_initializer_id,
2954 cp_parser_type_parameter, cp_parser_template_id,
2955 cp_parser_template_name, cp_parser_direct_declarator,
2956 cp_parser_parameter_declaration_list, cp_parser_class_head,
2957 cp_parser_base_specifier, cp_parser_lookup_name,
2958 cp_parser_late_parsing_default_args,
2959 cp_parser_optional_template_keyword
2960 cp_parser_elaborated_type_specifier, cp_parser_check_class_key,
2961 cp_parser_check_access_in_redeclaration): Use quoting marks.
2963 * name-lookup.c (supplement_binding, pushdecl,
2964 check_for_out_of_scope_variable, validate_nonmember_using_decl,
2965 do_nonmember_using_decl, lookup_tag, set_decl_namespace,
2966 push_namespace, do_namespace_alias, do_using_directive,
2967 ambiguous_decl, lookup_namespace_name, add_function): Likewise.
2969 * method.c (use_thunk): Likewise.
2971 * lex.c (unqualified_name_lookup_error,
2972 unqualified_fn_lookup_error): Likewise.
2974 2004-10-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
2976 Convert diagnostics to use quoting flag q 4/n
2977 * except.c (decl_is_java_type, build_throw,
2978 is_admissible_throw_operand, check_handlers_1, check_handlers):
2979 Use quoting formats.
2980 * friend.c (add_friend, make_friend_class, do_friend): Likewise.
2981 * init.c (sort_mem_initializers, emit_mem_initializers,
2982 member_init_ok_or_else, expand_member_init, is_aggr_type,
2983 build_offset_ref, build_java_class_ref): Likewise.
2985 2004-10-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
2987 Convert diagnostics to use quoting flag q 3/n
2988 * decl.c (pop_label, duplicate_decls, redeclaration_error_message,
2989 redeclaration_error_message, lookup_label, check_goto,
2990 make_typename_type, make_unbound_class_template,
2991 fixup_anonymous_aggr, check_tag_decl, start_decl, start_decl_1,
2992 grok_reference_init, layout_var_decl, maybe_commonize_var,
2993 check_for_uninitialized_const_var, reshape_init_array,
2994 reshape_init, check_initializer, cp_finish_decl,
2995 member_function_or_else, bad_specifiers, grokfndecl, grokvardecl,
2996 check_static_variable_definition, compute_array_index_type,
2997 create_array_type_for_decl, check_special_function_return_type,
2998 grokdeclarator, check_default_argument, grokparms,
2999 grok_ctor_properties, grok_op_properties,
3000 check_elaborated_type_specifier, xref_tag, finish_enum,
3001 build_enumerator, check_function_type, start_preparsed_function,
3002 store_parm_decls): Use quoting formats.
3003 * decl2.c (grok_array_decl, delete_sanity, check_member_template,
3004 check_java_method, check_classfn, finish_static_data_member_decl,
3005 grokfield, grokbitfield, grok_function_init,
3006 build_anon_union_vars, coerce_new_type, coerce_delete_type,
3007 check_default_args): Likewise.
3008 * parser.c (cp_parser_decl_specifier_seq): Likewise.
3010 2004-10-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3012 Convert diagnostics to use quoting flag q 2/n
3013 * class.c (build_base_path, add_method, alter_access,
3014 handle_using_decl, check_bases,
3015 maybe_warn_about_overly_private_class, find_final_overrider,
3016 warn_hidden, finish_struct_anon, add_implicitly_declared_members,
3017 check_bitfield_decl, check_field_decls, layout_empty_base,
3018 build_base_field, check_methods, layout_virtual_bases,
3019 warn_about_ambiguous_bases, layout_class_type, finish_struct_1,
3020 resolve_address_of_overloaded_function, instantiate_type,
3021 note_name_declared_in_class): Use format flag "q" for quoting.
3023 2004-10-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3025 Convert diagnostics to use quoting flag q 1/n
3026 * error.c (locate_error): Ignore quoting flag q.
3027 * call.c (build_user_type_conversion_1, build_operator_new_call,
3028 build_object_call, op_error, build_conditional_expr,
3029 build_new_op, build_op_delete_call, enforce_access,
3030 convert_like_real, convert_arg_to_ellipsis, build_x_va_arg,
3031 convert_default_arg, build_over_call, build_new_method_call,
3032 joust, perform_implicit_conversion, initialize_reference): Use the
3035 2004-10-03 Andrew Pinski <pinskia@physics.uc.edu>
3038 * typeck.c (build_reinterpret_cast): Return if the inner type
3041 2004-10-01 Jan Hubicka <jh@suse.cz>
3043 * semantics.c (expand_body): Update call of tree_rest_of_compilation.
3045 2004-09-30 Nathan Sidwell <nathan@codesourcery.com>
3047 * cp-tree.h (struct lang_decl): Shrink by reordering fields and
3048 turning operator_code and fixed_offset into bitfields.
3050 2004-09-29 Joseph S. Myers <jsm@polyomino.org.uk>
3052 * decl.c (duplicate_decls): Merge TREE_DEPRECATED.
3054 2004-09-29 Jason Merrill <jason@redhat.com>
3056 PR tree-optimization/17697
3057 * decl.c (duplicate_decls): Copy TREE_NOTHROW from newdecl to olddecl.
3059 2004-09-28 Jason Merrill <jason@redhat.com>
3062 * class.c (build_base_field): Set TYPE_MODE.
3064 2004-09-28 Roger Sayle <roger@eyesopen.com>
3067 * g++spec.c (lang_specific_driver): Unrecognized libraries, other
3068 than -lc and -lm, may require linking against libstc++.
3070 2004-09-28 Kazu Hirata <kazu@cs.umass.edu>
3072 * tree.c: Fix a comment typo.
3074 2004-09-28 Nathan Sidwell <nathan@codesourcery.com>
3076 * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove.
3077 (struct secondary_vptr_vtt_init_data_s): New.
3078 (build_vtt_inits): Adjust dfs_walkers.
3079 (dfs_build_secondary_vptr_vtt_inits): Caller data is a
3080 secondary_vptr_vtt_init_data_s structure. Adjust.
3081 (dfs_ctor_vtable_bases_queue_p): Remove.
3082 (dfs_fixup_binfo_vtbls): No need to clear BINFO_MARKED. Simplify.
3084 * pt.c (struct get_template_base_data_s): Remove.
3085 (get_template_base_r): Fold into get_template_base.
3086 (get_template_base): Walk base binfos directly in inheritance
3089 2004-09-27 Mark Mitchell <mark@codesourcery.com>
3092 * cp-tree.h (fold_if_not_in_template): New function.
3093 * call.c (build_conditional_expr): Use fold_if_not_in_template.
3094 (build_cxx_call): Likewise.
3095 * cvt.c (convert_to_complex): Likewise.
3096 (ocp_convert): Likewise.
3097 (convert): Likewise.
3098 (convert_force): Likewise.
3099 * decl.c (compute_array_index_type): Clear
3100 processing_template_decl while folding array bounds.
3101 * pt.c (convert_nontype_argument): Clear
3102 processing_template_decl while processing non-type argument
3104 * tree.c (fold_if_not_in_template): New function.
3105 * typeck.c (build_class_member_access_expr): Use
3106 fold_if_not_in_template.
3107 (build_array_ref): Likewise.
3108 (build_binary_op): Likewise. Do not try to optimize computations
3109 when processing templates.
3110 (cp_pointer_int_sum): Use fold_if_not_in_template.
3111 (pointer_diff): Likewise.
3112 (build_unary_op): Likewise.
3113 (build_reinterpret_cast): Likewise.
3114 (get_delta_difference): Likewise.
3115 (expand_ptrmemfunc_cst): Likewise.
3116 (dubious_conversion_warnings): Likewise.
3118 2004-09-27 Matt Austern <austern@apple.com>
3120 * cp/parser.c (struct cp_token): New one-bit field , implicit_extern_c
3121 (cp_lexer_get_preprocessor_token): Set implicit_extern_c for
3122 tokens that come from headers that are implicitly extern "C".
3123 (struct cp_parser): new one-bit field, implicit_extern_c.
3124 (cp_parser_new): Set parser's implicit_extern_c to false.
3125 (cp_parser_translation_unit): Pop lang context if we were in a
3126 header that was implicitly extern "C".
3127 (cp_parser_declaration_seq_opt): Push/pop lang context as
3128 required by the token's and parser's implicit_extern_c.
3130 2004-09-27 Mark Mitchell <mark@codesourcery.com>
3133 * cp-tree.h (shared_member_p): Declare.
3134 * search.c (shared_member_p): Give it external linkage.
3135 * semantics.c (finish_qualified_id_expr): Use it.
3136 (finish_id_expression): Likewise.
3139 * semantics.c (finish_id_expression): Do not add "this->" to
3140 static member functions.
3142 2004-09-27 Nathan Sidwell <nathan@codesourcery.com>
3145 * error.c (dump_type): Change TREE_VEC case into TREE_BINFO.
3147 * class.c (struct count_depth_data): Remove.
3148 (dfs_depth_post, dfs_depth_q): Remove.
3149 (find_final_overrider): Use number of vbase classes as depth
3152 * cp-tree.h (types_overlap_p): Remove.
3153 * search.c (struct overlap_info): Remove.
3154 (dfs_check_overlap, dfs_no_overlap_yet, types_overlap_p): Remove.
3156 * pt.c (GTB_VIA_VIRTUAL, GTB_IGNORE_TYPE): Remove.
3157 (get_template_base_recursive): Remove. Replace with ...
3158 (get_template_base_r): ... this.
3159 (struct get_template_base_data_s): New.
3160 (get_template_base): Use get_template_base_r via dfs_walk. Always
3161 return NULL on failure.
3162 (unify): Remove error_mark_node check from get_template_base result.
3164 2004-09-24 Paolo Bonzini <bonzini@gnu.org>
3166 * parser.c (cp_parser_expression_stack): Clarify why it is
3167 an array of NUM_PREC_VALUES elements.
3168 (cp_parser_binary_expression): Clarify why we do not need to
3169 handle stack overflow.
3171 2004-09-24 Nathan Sidwell <nathan@codesourcery.com>
3174 * search.c (lookup_field_queue_p): Correct check for hidden base.
3176 * search.c (bfs_walk): Remove.
3177 (lookup_member): Use dfs_walk_real.
3178 (dfs_walk_real): Move and adjust documentation from bfs_walk.
3180 2004-09-23 Zack Weinberg <zack@codesourcery.com>
3182 * decl.c (grokfndecl): If ::main is found not to return int,
3183 correct it after issuing a diagnostic.
3184 (grokdeclarator): If the incoming type was error_mark_node, do
3185 not complain about declaring something with no type.
3186 (start_function): Change check for ::main not returning int to
3187 an assertion, as grokfndecl now catches this when the user did it.
3188 * init.c (perform_member_init, sort_mem_initializers)
3189 (emit_mem_initializers): Make most diagnostics be issued on
3190 the line of current_function_decl, not whatever the current
3192 * parser.c (cp_lexer_peek_token_emit_debug_info): Surround
3193 definition and declaration with #ifdef ENABLE_CHECKING.
3194 Avoid unnecessary use of fprintf.
3195 (cp_lexer_print_token, cp_lexer_debug_stream): Adjust stub
3196 definitions to avoid warnings.
3197 (cp_lexer_new_main): Add assertion that first token is not a
3199 (cp_lexer_new_from_token_array): Fold into ...
3200 (cp_lexer_new_from_tokens): ... here. Add assertion that
3201 first token is not a padding token.
3202 (cp_lexer_set_source_position_from_token): Move nearer to callers.
3203 Remove unused lexer argument.
3204 (cp_lexer_peek_token): Just print debugging report (if enabled)
3205 and return lexer->next_token.
3206 (cp_lexer_skip_purged_tokens): Delete.
3207 (cp_lexer_next_token_is, cp_lexer_next_token_is_not): Make
3208 inline, simplify bodies.
3209 (cp_lexer_peek_nth_token): Add debugging report a la
3210 cp_lexer_peek_token.
3211 (cp_lexer_consume_token): Correct commentary. Advance over
3212 purged tokens here. Set current source position here, from
3213 token to be returned. Avoid unnecessary use of fprintf.
3214 (cp_lexer_purge_token): Advance next_token pointer over this and
3215 subsequent purged tokens.
3216 (cp_parser_error): Adjust source position to that of the
3218 (cp_parser_push_lexer_for_tokens, cp_parser_pop_lexer): New functions.
3219 (cp_parser_string_literal): Remove some excessive cleverness.
3220 (cp_parser_enum_specifier): Call start_enum before consuming
3222 (cp_parser_member_declaration): Make the "extra semicolon"
3223 diagnostic consistently-worded with the other place this is
3224 diagnosed. Explicitly set the diagnostic location to the
3225 location of the offending semicolon.
3226 (cp_parser_enclosed_template_argument_list): Use %</%> quoting
3227 in diagnostics. Do not use cp_parser_require. Set location
3228 of diagnostics about improper use of '>>' to location of
3230 (cp_parser_late_parsing_for_member):
3231 Use cp_parser_push_lexer_for_tokens and cp_parser_pop_lexer.
3232 (cp_parser_late_parsing_default_args): Likewise. Manually
3233 move some logic outside the loop.
3235 2004-09-23 Andrew Pinski <pinskia@physics.uc.edu>
3238 * cvt.c (cp_convert_to_pointer): Return early when the type is
3241 2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
3245 * decl.c (grokfndecl): Add new argument "attrlist", use it
3246 to call cplus_decl_attributes.
3247 (start_function): Remove call to cplus_decl_attributes.
3248 * cvt.c (ocp_convert): Add support to use type conversion
3249 function to vector type.
3250 * parser.c (cp_parser_conversion_type_id): Add attributes, if any,
3253 2004-09-23 Paolo Bonzini <bonzini@gnu.org>
3257 * parser.c (cp_parser_token_tree_map_node,
3258 cp_parser_pm_expression, cp_parser_additive_expression,
3259 cp_parser_multiplicative_expression, cp_parser_shift_expression,
3260 cp_parser_relational_expression, cp_parser_equality_expression,
3261 cp_parser_and_expression, cp_parser_exclusive_or_expression,
3262 cp_parser_inclusive_or_expression,
3263 cp_parser_logical_and_expression,
3264 cp_parser_logical_or_expression): Removed.
3265 (enum cp_parser_prec, struct cp_parser_token_tree_map_node,
3266 binops, binops_by_token): New.
3267 (cp_parser_assignment_expression): Use cp_parser_binary_expression.
3268 (cp_parser_new): Initialize binops_by_token.
3269 (cp_parser_binary_expression): Rewritten.
3272 2004-09-23 Kazu Hirata <kazu@cs.umass.edu>
3274 * parser.c: Fix a comment typo.
3276 2004-09-23 Nathan Sidwell <nathan@codesourcery.com>
3279 * decl.c (xref_basetypes): Look through typedefs before checking
3282 2004-09-22 Nathan Sidwell <nathan@codesourcery.com>
3284 * cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
3285 * decl2.c (cp_finish_file): Adjust tinfo decl emission loop.
3286 * rtti.c (unemitted_tinfo_decls): Make a VEC(tree).
3287 (init_rtti_processing): Initialize it to something realistic.
3288 (get_tinfo_decl): Adjust pushing the new decl.
3290 * cp-tree.h (struct lang_type_class): Remove marked flags, add
3291 diamond_shaped and repeated_base flags. Reorder to keep 8-bit blocks.
3292 (TYPE_MARKED_P): New.
3293 (CLASSTYPE_DIAMOND_SHAPED_P, CLASSTYPE_REPEATED_BASE_P): New.
3294 (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
3295 CLEAR_CLASSTYPE_MARKED_N): Remove.
3296 (CLASSTYPE_MARKED_*, SET_CLASSTYPE_MARKED_*,
3297 CLEAR_CLASSTYPE_MARKED_*): Remove.
3298 * decl.c (xref_basetypes): Use TYPE_MARKED_P. Determine diamond
3299 shaped and repeated base properties.
3300 * lex.c (cxx_make_type): Don't clear TYPE_ALIAS_SET.
3301 * rtti.c (dfs_class_hint_mark, dfs_class_hint_unmark,
3302 class_hint_flags): Remove.
3303 (get_pseudo_ti_init): Use CLASSTYPE_REPEATED_BASE_P and
3304 CLASSTYPE_DIAMOND_SHAPED_P.
3306 2004-09-21 Ziemowit Laski <zlaski@apple.com>
3308 * cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved here from
3310 (objcp_tsubst_copy_and_build): Reformat function signature.
3311 * cp-objcp-common.h (objcp_tsubst_copy_and_build): Likewise.
3312 (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved to cp-lang.c.
3314 2004-09-21 Zack Weinberg <zack@codesourcery.com>
3316 * parser.c (cp_lexer_peek_token, cp_lexer_consume_token):
3317 Don't handle CPP_PRAGMA tokens specially.
3318 (cp_lexer_handle_pragma): Use cp_lexer_consume_token. Don't
3319 purge the token; do clear token->value after processing. Add
3320 assertion at beginning that token->value is nonzero.
3321 (cp_parser_statement, cp_parser_declaration_seq_opt): Handle
3322 CPP_PRAGMA as a full statement or declaration in its own right.
3324 2004-09-21 Matt Austern <austern@apple.com>
3327 * decl.c (grokvardecl): Accept declarations of global variables
3328 using anonymous types.
3330 2004-09-21 Roger Sayle <roger@eyesopen.com>
3333 * tree.c (lvalue_p_1): Disallow MIN_EXPR and MAX_EXPR as lvalues
3334 if either operand has side-effects.
3335 * typeck.c (rationalize_conditional_expr): Assert that neither
3336 operand of MIN_EXPR or MAX_EXPR has side-effects.
3337 (build_modify_expr): Add support for MIN_EXPR and MAX_EXPR.
3338 Check that the "lhs" is a valid lvalue, i.e. that neither operand
3339 of a MIN_EXPR or MAX_EXPR has a side-effect.
3341 2004-09-21 Nathan Sidwell <nathan@codesourcery.com>
3343 * cp-tree.h (struct lang_type_header): Remove
3344 uses_multiple_inheritance field.
3345 (TYPE_USES_MULTIPLE_INHERITANCE): Remove.
3346 (TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P): Remove.
3347 (TYPE_USES_VIRTUAL_BASECLASSES): Remove.
3348 (DECL_NEEDS_VTT_PARM_P): Use CLASSTYPE_VBASECLASSES.
3349 (TYPE_CONTAINS_VPTR_P): Likewise.
3350 * call.c (add_template_candidate_real): Use
3351 CLASSTYPE_VBASECLASSES.
3352 (build_special_member_call): Likewise.
3353 * class.c (finish_struct_bits): Remove
3354 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P & TYPE_USES_VIRTUAL_BASECLASSES
3356 (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
3357 (create_vtable_ptr): Remove TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P
3359 (build_vtt_inits): Use CLASSTYPE_VBASECLASSES.
3360 (accumulate_vtbl_inits, build_vbase_offset_vtbl_entries):
3362 * decl.c (xref_basetypes): Remove TYPE_USES_MULTIPLE_INHERITANCE,
3363 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P, TYPE_USES_VIRTUAL_BASECLASSES
3365 (cxx_maybe_build_cleanup): Use CLASSTYPE_VBASECLASSES.
3366 * decl2.c (maybe_retrofit_in_chrg): Likewise.
3367 * init.c (expand_member, push_base_cleanups): Likewise.
3368 * pt.c (instantiate_class_template): Remove
3369 TYPE_USES_MULTIPLE_INHERITANCE,
3370 TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P, TYPE_USES_VIRTUAL_BASECLASSES
3372 * ptree.c (cxx_print_type): Remove TYPE_USES_MULTIPLE_INHERITANCE
3374 * typeck2.c (process_init_constructor): Replace some sorrys with
3377 2004-09-21 Andreas Tobler <a.tobler@schweiz.ch>
3379 * decl.c (reshape_init_array): Initialize max_index_cst to fix
3382 2004-09-20 Mark Mitchell <mark@codesourcery.com>
3385 * pt.c (tsubst): Fix parentheses to accomodate emacs.
3386 (tsubst_baselink): If we get a single function, mark it as used.
3388 2004-09-20 Matt Austern <austern@apple.com>
3389 Zack Weinberg <zack@codesourcery.com>
3391 * decl.c (make_rtl_for_nonlocal_decl, start_preparsed_function):
3392 Apply lbasename to input_filename before passing to get_fileinfo.
3393 * semantics.c (begin_class_definition): Likewise.
3394 * lex.c (handle_pragma_interface): Apply get_fileinfo to the
3395 correct filename. Rename variables to be less confusing.
3396 (handle_pragma_implementation): Likewise. Disable "appears
3397 after file is included" diagnostic.
3399 * parser.c (struct cp_token): Add in_system_header fiag.
3400 (CP_TOKEN_BLOCK_NUM_TOKENS, struct cp_token_block)
3401 (CP_TOKEN_BUFFER_SIZE, cp_token_cache_push_token)
3402 (CPP_NONE, cp_lexer_read_token): Delete.
3403 (struct cp_lexer): Remove first_token, string_tokens,
3404 main_lexer_p fields. Clarify comments.
3405 (struct cp_token_cache): Now just a pair of pointers.
3406 (CP_LEXER_BUFFER_SIZE): New #define.
3407 (CPP_PURGED): New fake token type.
3408 (cp_lexer_new_from_token_array, cp_lexer_destroy)
3409 (cp_lexer_peek_token_emit_debug_info, cp_lexer_skip_purged_tokens)
3410 (cp_lexer_handle_pragma, cp_token_cache_new, cp_parser_string_literal):
3412 (cp_lexer_new_from_tokens): Now a simple wrapper around
3413 cp_lexer_new_from_token_array.
3414 (cp_lexer_set_source_position_from_token): Also update
3416 (cp_lexer_next_token, cp_lexer_prev_token, cp_lexer_advance_token):
3418 (cp_lexer_token_difference): Dont handle wrapping round.
3419 (cp_lexer_new_main): Enable pragma deferral and raw strings,
3420 read the entire translation unit through c_lex_with_flags into
3421 this lexer's buffer, then turn raw strings back off again.
3422 (cp_lexer_grow_buffer): Adjust for buffer no longer being circular.
3423 (cp_lexer_get_preprocessor_token): No need to handle not being
3424 the main lexer. Set token->in_system_header too.
3425 (cp_lexer_peek_token): Skip purged tokens. Feed pragma tokens
3426 to cp_lexer_handle_pragma. No need to call cp_lexer_read_token.
3427 (cp_lexer_peek_nth_token): Likewise.
3428 (cp_lexer_purge_token): Mark the token PURGED, don't shift all
3429 the other tokens down.
3430 (cp_lexer_purge_tokens_after): Likewise.
3431 (cp_lexer_save_tokens, cp_lexer_rollback_tokens): Don't worry
3432 about there being no tokens.
3433 (cp_lexer_print_token): Revise to give useful information on
3435 (struct cp_parser): Add field translate_strings_p.
3436 (cp_parser_new): Initialize it.
3437 (cp_parser_translation_unit): Destroy the lexer when done.
3438 (cp_parser_parameter_declaration): Restructure saving of
3440 (cp_parser_save_member_function_body): Likewise.
3441 (cp_parser_check_for_invalid_template_id)
3442 (cp_parser_nested_name_specifier_opt, cp_parser_template_id):
3443 Adjust calls to cp_lexer_advance_token.
3444 (cp_parser_skip_to_closing_parenthesis, cp_parser_declaration):
3445 No need to fiddle c_lex_string_translate.
3446 (cp_parser_primary_expression, cp_parser_linkage_specification)
3447 (cp_parser_asm_definition, cp_parser_asm_specification_opt)
3448 (cp_parser_asm_operand_list,