1. 29 Feb, 2000 7 commits
    • pt.c (fn_type_unification): Unify return type, whenever provided. · 8d3631f8
      	* pt.c (fn_type_unification): Unify return type, whenever
      	provided.
      	(get_bindings_real): Only pass return type when necessary.
      	Remove explicit return type check.
      	* class.c (resolve_address_of_overloaded_function): Pass desired
      	return type to fn_type_unification.
      
      From-SVN: r32253
      Nathan Sidwell committed
    • Daily bump. · 898d4b17
      From-SVN: r32252
      Jeff Law committed
    • dwarf2out.c (gen_block_die): Output abstract blocks even if they don't have TREE_ASM_WRITTEN set. · 1e7f092a
              * dwarf2out.c (gen_block_die): Output abstract blocks even if they
              don't have TREE_ASM_WRITTEN set.
      
      From-SVN: r32251
      Jason Merrill committed
    • static_inner.java: New file. · 73bb4fe4
      2000-02-28  Mo DeJong <mdejong@cygnus.com>
      
      	* libjava.compile/static_inner.java: New file.
      
      From-SVN: r32250
      Mo DeJong committed
    • * Eliminate DECL_FIELD_SIZE. · 9df2c88c
      	* builtins.c (built_in_class_names, built_in_names): New variables.
      	* c-decl.c (finish_struct): Set specified size in DECL_SIZE.
      	* expr.c (expand_expr, case COMPONENT_REF): Get field size from
      	DECL_SIZE, not DECL_FIELD_SIZE.
      	* print-tree.c (print_node): Remove code that prints extra blank
      	lines in some cases.
      	Properly handle inline and builtin function cases.
      	* stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
      	* tree.h (built_in_class_named, built_in_names): New declarations.
      	(union tree_decl): Rename internal unions to u1 and u2 and change
      	some of their components.
      	Add new field built_in_class.
      	(DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
      	Reflect above changes.
      	(DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
      	(DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
      	* objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
      	(encode_field_decl): Likewise; also remove obsolete test for bitfield.
      	* ch/ch-tree.h (DECL_ACTION_NESTING_LEVEL): Use new tree union name.
      	* ch/decl.c (finish_struct): Don't clear DECL_FIELD_SIZE.
      	* ch/typeck.c (make_chill_struct_type): Likewise.
      	(apply_decl_field_layout): General cleanup.
      	Set DECL_SIZE instead of DECL_FIELD_SIZE.
      	* cp/class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
      	DECL_FIELD_SIZE.
      	(check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
      	DECL_FIELD_SIZE.
      	* cp/rtti.c (expand_class_desc): Likewise.
      	* cp/cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
      	(THUNK_VCALL_OFFSET): Likewise.
      	(THUNK_DELTA): Reflect changes in ../tree.h.
      	* java/java-tree.h (LABEL_PC): Relect name changes in ../tree.h.
      	(DECL_BIT_INDEX): Use underlying representation.
      	* java/parse.h (DECL_INHERITED_SOURCE_LINE): Likewise.
      
      From-SVN: r32249
      Richard Kenner committed
    • Apply Dimitri Makarov's patch to import attribute short_call and #pragma · c27ba912
      long_calls, no_long_calls.
      
      From-SVN: r32248
      Dmitri Makarov committed
    • oops - switch SIZE_TYPE to "long unsigned int" since "unsigned long" is not · 8aacf016
      permissable.
      
      From-SVN: r32245
      Nick Clifton committed
  2. 28 Feb, 2000 18 commits
  3. 27 Feb, 2000 15 commits
    • noclass.c: New file. · a51c1a1a
      	* libjava.jni/noclass.c: New file.
      	* libjava.jni/noclass.out: New file.
      	* libjava.jni/noclass.java: New file.
      
      From-SVN: r32226
      Tom Tromey committed
    • builtins.c (c_strlen): Use size_diffop and return ssizetype value. · fed3cef0
      	* builtins.c (c_strlen): Use size_diffop and return ssizetype value.
      	(expand_builtin_strcpy): Pass correct type to size_binop.
      	(expand_builtin_strcmp): Likewise.
      	Clean up conditional structure.
      	* c-decl.c (init_decl_processing): Don't call set_sizetype twice.
      	(complete_array_type): Don't use size_binop for MAXINDEX.
      	* c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
      	(c_sizeof_nowarn, c_size_in_bytes): Likewise.
      	(c_alignof): Use size_one_node.
      	(build_unary_op): Pass arg of proper type to size_binop.
      	(really_start_incremental_init, push_init_level): Use sizetype for
      	constructor{,_bit,_unfilled}_index.
      	(pop_init_label, output_init_element): Likewise.
      	(output_pending_init_elements, process_init_element): Likewise.
      	* calls.c (compute_argument_block_size): Field VAR is ssizetype.
      	* expr.c (store_expr): Use size_int.
      	(store_constructor): Use proper types for size_binop args.
      	(get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
      	(expand_expr_unaligned): Likewise.
      	(string_contant): Return object of sizetype.
      	* expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
      	(ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
      	(ARGS_SIZE_TREE): Pass proper types to size_binop.
      	* fold-const.c (int_const_binop): Refine when size_int is called.
      	(fold_convert): Likewise.
      	(size_int_wide): Rework to take KIND as arg, only take low order
      	bits, handle new sizetype_tab datatype, and chain entries in
      	size_table.
      	(size_int_type_wide): New function.
      	(size_binop): Validate types of arguments.
      	(ssize_binop): Deleted.
      	(size_diffop): New function.
      	(extract_muldiv): Only fold division into multiplication for sizetypes.
      	* function.c (assign_parms): Use size_diffop and make sure
      	VAR field is of ssizetype; also pass proper type to size_binop.
      	(locate_and_pad_parm, pad_to_arg_alignment): Likewise.
      	(round_down): Deleted from here.
      	* store-layout.c (sizetype_tab): Now an array.
      	(sizetype_set, early_root_list): New variables.
      	(variable_size): Use size_one_node.
      	(round_up): Pass proper type to size_binop.
      	(round_down): Moved to here and corrected as above.
      	(layout_record): Pass proper arg types to size_binop.
      	(layout_type): Likewise.
      	If sizetype_set is zero, record the type just laid out.
      	(make_unsigned_type): Don't call set_sizetype;
      	(make_signed_type): Likewise; also, call fixup_signed_type.
      	(initialize_sizetypes): New function.
      	(set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
      	set name of bitsizetype to "bit_size_type".
      	Fix up type of sizes of all types made before call.
      	* tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
      	* tree.c (fix_sizetype): Deleted.
      	(build_common_tree_nodes): Call initialize_sizetypes.
      	(build_common_tree_nodes_2): Don't call fix_sizetype.
      	* tree.h (TYPE_IS_SIZETYPE): New macro.
      	(initialize_sizetype): New declaration.
      	(enum size_type_kind): New type.
      	(struct sizetype_tab): Deleted.
      	(sizetype_tab): Now array; adjust sizetype macros.
      	(size_diffop, size_int_type_wide): New functions.
      	(size_int_wide): Change number of args and type; access macros changed.
      	(ssize_int, sbitsize_int): New macros.
      	* config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
      	(ROUND_TYPE_SIZE_UNIT): New macro.
      	* ch/actions.c (chill_convert_for_assignment): Don't use size_binop
      	for things that aren't sizes.
      	(expand_varying_length_assignment): Likewise.
      	* ch/convert.c (digest_array_tuple, convert): Likewise.
      	* ch/typeck.c (build_chill_slice, smash_dummy_type): Likewise.
      	(build_chill_slice_with_range): Likewise.
      	(build_chill_slice_with_length): Likewise.
      	(build_array_from_set): Adjust types for size_binop.
      	* ch/expr.c (build_concat_expr, build_chill_repetition_op): Likewise.
      	(build_chill_sizeof): Use TYPE_SIZE_UNIT.
      	* ch/tree.c (build_string_type): Pass proper type to size_binop.
      	* cp/class.c (dfs_build_vtable_offset_vtbl_entries): Don't use
      	size_binop on things that are not sizes; ssize_binop deleted.
      	Call size_diffop when appropriate.
      	(dfs_build_vcall_offset_vtbl_entries): Likewise.
      	(build_primary_vtable, build_secondary_vtable): Likewise.
      	(dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
      	Variable I is HOST_WIDE_INT.
      	(get_vfield_offset): Pass proper types to size_binop.
      	(size_extra_vtbl_entries, layout_virtual_bases): Likewise.
      	(finish_struct_1): Likewise.
      	(skip_rtti_stuff): Arg N is now pointer to signed.
      	(layout_class_type): Use size_zero_node.
      	* cp/cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
      	* cp/cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
      	* cp/decl.c (complete_arry_type): Pass proper types to size_binop.
      	(xref_basetypes): BINFO_OFFSET is sizetype.
      	* cp/error.c (dump_expr): Don't use size_binop non-sizes.
      	* cp/expr.c (cplus_expand_constant): Pass proper types to size_binop.
      	* cp/init.c (construct_virtual_bases): Fix type error.
      	(build_vec_delete_1): Pass proper type to size_binop and don't
      	fold result.
      	* cp/lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
      	* cp/rtti.c (get_base_offset): Pass proper type to size_binop.
      	* cp/search.c (dfs_find_vbases): Fix type error.
      	(expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
      	(dfs_get_vbase_types): BINFO_OFFSET is sizetype.
      	* cp/tree.c (debug_binfo): Variable N is signed.
      	Use HOST_WIDE_INT_PRINT_DEC.
      	* cp/typeck.c (comptypes): sizetype is same as equivalent integer type.
      	(c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
      	size_one_node and size_zero_node.
      	(c_alignof): Use size_one_node.
      	(build_component_addr): Pass proper types to size_binop.
      	(expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
      	* f/com.c (ffecom_arrayref_): Convert args to size_binop to proper
      	type.
      	(ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
      	(ffecom_tree_canonize_ref_): Likewise.
      	(type_for_mode): Handle TImode.
      	* f/ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
      	(ffeste_io_ciclist_): Likewise.
      	* java/expr.c (build_java_ret): Pass proper type to size_binop.
      
      From-SVN: r32225
      Richard Kenner committed
    • p11116.C · 43931371
      From-SVN: r32224
      Mark Mitchell committed
    • update · 9fe94fd3
      From-SVN: r32223
      Jason Merrill committed
    • Test for proper handling of 8-bit characters in strings. · 6b27a7c4
      Reported by Per Hedbor <per@idonex.se>.
      
      From-SVN: r32221
      Zack Weinberg committed
    • gcov-io.h (__fetch_long, [...]): Mark as possibly unused. · 6e38f244
      	* gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
      	Mark as possibly unused.
      
      From-SVN: r32220
      Richard Kenner committed
    • cse.c (cse_insn): Delete dead code involving tablejump. · 4e37e57d
      	* cse.c (cse_insn): Delete dead code involving tablejump.
      	Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
      
      From-SVN: r32219
      Richard Kenner committed
    • * Makefile.in (libcpp.a): Start by deleting it. · b8d12d79
      From-SVN: r32218
      Richard Kenner committed
    • File.java (File(String, String)): For dirPath, treat an empty String the same as `null'. · 91da35db
      2000-02-27  Bryce McKinlay  <bryce@albatross.co.nz>
      
             * java/io/File.java (File(String, String)): For dirPath, treat an
             empty String the same as `null'.
      
      From-SVN: r32217
      Bryce McKinlay committed
    • Daily bump. · 5d112ff3
      From-SVN: r32216
      Jeff Law committed
    • cpplib.h (enum file_change_code): Added rename_file. · 656ac110
      * cpplib.h (enum file_change_code): Added rename_file.
      * cpplib.c (do_line): If a filename is given, set file_change to
      rename_file.
      (output_line_command): If file_change is rename_file, always
      output a # directive with the file name.
      
      From-SVN: r32215
      Alexandre Oliva committed
    • update · 6aede567
      From-SVN: r32214
      Jason Merrill committed
    • update · 1ab83276
      From-SVN: r32213
      Jason Merrill committed
    • Implement class scope using-declarations for functions. · aa52c1ff
              * class.c (handle_using_decl): Call add_method for used functions.
              Use IDENTIFIER_CLASS_VALUE to check for conflicts.
              (add_method): Used functions are hidden by local functions.
              (check_bases_and_members): Handle using-decls before finalizing
              CLASSTYPE_METHOD_VEC.
              * call.c (add_function_candidate): Add ctype parm; if non-zero,
              override the type of 'this' accordingly.
              (add_template_candidate, add_template_candidate_real): Add ctype parm.
              (convert_class_to_reference, build_user_type_conversion_1,
              build_new_function_call, build_object_call, build_new_op,
              build_new_method_call): Pass ctype parm.
      
              * search.c (lookup_member): Put rval_binfo, not basetype_path, in
              the baselink.
              * call.c (convert_class_to_reference, build_user_type_conversion_1,
              build_new_function_call, build_object_call, build_new_op,
              build_new_method_call, build_op_delete_call): Don't get basetype_path
              from a baselink.
              * typeck.c (build_component_ref): Likewise.
              * init.c (build_offset_ref): Likewise.
              (resolve_offset_ref): Don't call enforce_access.
              Call build_scoped_ref.
              * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
              would cause an error or if -pedantic.
              * class.c (alter_access): Lose binfo parm.
      
      From-SVN: r32212
      Jason Merrill committed