1. 30 Aug, 2004 30 commits
    • Prime.java (generateRandomPrime): Use return result from `add'. · b6e9851a
      2004-08-30  Tom Tromey  <tromey@redhat.com>
      
      	* gnu/java/security/util/Prime.java (generateRandomPrime): Use
      	return result from `add'.
      
      From-SVN: r86787
      Tom Tromey committed
    • Fix brown-bag typo in ChangeLog entry. · a23adb4d
      From-SVN: r86786
      Anthony Green committed
    • UID.java (UID): Read `nextCount', not count. · 05502144
      2004-08-30  Tom Tromey  <tromey@redhat.com>
      
      	* java/rmi/server/UID.java (UID): Read `nextCount', not count.
      
      From-SVN: r86785
      Tom Tromey committed
    • * gthr-posix.h, gthr-dce.h: Add #pragma weaks. · d92a3b38
      From-SVN: r86784
      Jason Merrill committed
    • * gthr-posix.h: Add #pragma weaks. · 70008293
      From-SVN: r86783
      Jason Merrill committed
    • name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unreachable. · 315fb5db
      	* name-lookup.c (pop_binding, pushdecl,
      	set_identifier_type_value_with_scope, push_overloaded_decl,
      	arg_assoc_type): Replace abort with gcc_assert or gcc_unreachable.
      	* parser.c (cp_parser_diagnose_invalid_type_name,
      	cp_parser_postfix_expression, cp_parser_unary_expression,
      	cp_parser_check_declarator_template_para): Likewise.
      	* pt.c (push_inline_template_parms_recursive,
      	check_explicit_specialization, convert_nontype_argument,
      	coerce_template_template_parms, uses_template_parms,
      	instantiate_class_template, tsubst_decl, tsubst, tsubst_copy,
      	tsubst_expr, instantiate_template,
      	maybe_adjust_types_for_deduction, type_unification_real,
      	resolve_overloaded_unification, template_decl_level,
      	type_dependent_expression_p): Likewise.
      	* search.c (lookup_base_r): Likewise.
      	* semantics.c (finish_stmt_expr, simplify_aggr_init_expr): Likewise.
      	* tree.c (lvalue_p_1, count_functions, cxx_printable_name,
      	verify_stmt_tree_r, get_type_decl, stabilize_call): Likewise.
      	* typeck.c (common_type, get_member_function_from_ptrfunc,
      	build_binary_op, build_unary_op, expand_ptrmemfunc_cst): Likewise.
      	* typeck2.c (cxx_incomplete_type_diagnostic,
      	split_nonconstant_init_1, store_init_value,
      	process_init_constructor): Likewise.
      
      From-SVN: r86782
      Nathan Sidwell committed
    • gcov-io.c (GCOV_CHECK): Use gcc_assert when available. · e0448193
      	* gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
      	* gcov.c (abort): Remove undef.
      
      From-SVN: r86781
      Nathan Sidwell committed
    • Makefile.am: Add frv support. · 88d8c771
      2004-08-30  Anthony Green  <green@redhat.com>
      
              * Makefile.am: Add frv support.
              * Makefile.in, testsuite/Makefile.in: Rebuilt.
              * configure.ac: Read configure.host.
              * configure, aclocal.m4: Rebuilt.
              * configure.host: New file.  frv-elf needs libgloss.
              * include/ffi.h.in: Force ffi_closure to have a nice big (8)
              alignment.  This is needed to frv and should harm the others.
              * include/ffi_common.h (ALIGN_DOWN): New macro.
              * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
      
      From-SVN: r86779
      Anthony Green committed
    • call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. · 8dc2b103
      	* call.c (check_dtor_name): Replace abort with gcc_assert or
      	gcc_unreachable.
      	(build_call, add_builtin_candidate, build_new_op,
      	convert_like_real, build_over_call, in_charge_arg_for_name,
      	source_type, joust): Likewise.
      	* class.c (build_simple_base_path, get_vcall_index,
      	finish_struct_1, instantiate_type, get_enclosing_class,
      	add_vcall_offset_vtbl_entries_1, cp_fold_obj_type_ref): Likewise.
      	* cp-gimplify.c (cp_genericize): Likewise.
      	* cp-lang.c (cp_expr_size, cp_tree_size): Likewise.
      	* cvt.c (cp_convert_to_pointer, ocp_convert): Likewise.
      	* decl.c (poplevel, make_unbound_class_template, reshape_init,
      	check_special_function_return_type, grokdeclarator,
      	grok_op_properties, tag_name, xref_tag, start_preparsed_function,
      	finish_function): Likewise.
      	* decl2.c (grokfield, maybe_emit_vtables):Likewise.
      	* error.c (dump_global_iord, dump_decl, dump_template_decl,
      	language_to_string): Likewise.
      	* except.c (choose_personality_routine): Likewise.
      	* friend.c (do_friend): Likewise.
      	* g++spec.c (lang_specific_driver): Likewise.
      	* init.c (build_zero_init, expand_default_init, build_new_1,
      	build_vec_delete_1, build_vec_init, build_dtor_call): Likewise.
      	* lex.c (retrofit_lang_decl, cp_type_qual_from_rid): Likewise.
      	* mangle.c (add_substitution, write_unscoped_name,
      	write_template_prefix, write_identifier,
      	write_special_name_destructor, write_type, write_builtin_type,
      	write_expression, write_template_param,
      	write_java_integer_type_codes): Likewise.
      	* method.c (implicitly_declare_fn): Likewise.
      
      From-SVN: r86778
      Nathan Sidwell committed
    • DEREncodingException.java: Remove whitespaces. · e7023b0f
      2004-08-30  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* gnu/java/security/der/DEREncodingException.java: Remove whitespaces.
      
      From-SVN: r86775
      Andreas Tobler committed
    • File.java File (String,String): Fixed handling of empty path. · 2c64dead
      2004-08-30  Jeroen Frijters  <jeroen@frijters.net>
      
      	* java/io/File.java File(String,String): Fixed handling of empty
      	path.
      
      From-SVN: r86774
      Jeroen Frijters committed
    • Makefile.in (machname.h): Remove. · 89b8abbf
      2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
      
      	* fixinc/Makefile.in (machname.h): Remove.
      	(fixincl.x): Do not pass $@ to genfixes.
      	* fixinc/genfixes: Remove code to produce machname.h.
      	* fixinc/fixincl.sh: Move it here instead.
      	* fixinc/fixlib.c: Do not conditionalize on MN_NAME_PAT's presence,
      	instead check if pz_mn_name_pat is NULL.  Make mn_get_regexps
      	return a bool indicating whether pz_mn_name_pat is NULL.
      	* fixinc/fixlib.h: Do not conditionalize on MN_NAME_PAT's presence.
      	Declare extern C variables for the ENV_TABLE.
      	* fixinc/fixfixes.c: Do not conditionalize on MN_NAME_PAT's presence,
      	instead use the result of mn_get_regexps.
      	* fixinc/fixtests.c: Likewise.
      
      From-SVN: r86771
      Paolo Bonzini committed
    • tree.h (BINFO_PRIMARY_BASE_OF): Remove. · fc6633e0
      	* tree.h (BINFO_PRIMARY_BASE_OF): Remove.
      	(struct tree_binfo): Remove primary field.
      	* cp/cp-tree.h (BINFO_PRIMARY_P): Use a binfo flag.
      	(BINFO_INDIRECT_PRIMARY_P): Remove.
      	* cp/class.c (determine_primary_base): Rename to ...
      	(determine_primary_bases): ... here.  Set all primary bases.
      	(set_primary_base): Remove.
      	(mark_primary_bases): Remove.
      	(build_simple_base_path, walk_subobject_offsets,
      	propagate_binfo_offsets, end_of_class): Adjust.
      	(layout_class_type): Rename determine_primary_base call.
      	(dump_class_hierarchy_r, dump_vtable): Adjust. Don't pass a binfo
      	to type_as_string.
      	(dfs_build_secondary_vptr_vtt_inits, dfs_accumulate_vtbl_inits,
      	build_rtti_vtbl_entries): Adjust.
      	* cp/init.c (build_vtbl_address): Adjust.
      
      From-SVN: r86766
      Nathan Sidwell committed
    • Author e-mail updated for all files. · bd8a2e96
      2004-08-30  Casey Marshall  <csm@gnu.org>
      
      	Author e-mail updated for all files.
      	* gnu/java/security/OID.java (equals): Test if the aurgment is an
      	instance of OID.
      	(compareTo): Use `equals'.
      	* gnu/java/security/der/BitString.java (equals): Test if the
      	argument is an instance of BitString.
      	* gnu/java/security/der/DERReader.java: Removed NIO imports.  Made
      	class final. Made fields private.
      	(<init>): New constructor.
      	(skip): New method.
      	(makeString): Made static; don't use NIO.
      	(fromIso88591, fromUtf16Be, fromUtf8): New methods.
      	* gnu/java/security/der/DERWriter.java: Fixed imports.
      	(writeString): Don't use NIO.
      	(toIso88591, toUtf16Be, toUtf8): New methods.
      	* gnu/java/security/der/DERValue.java: Formatting changes only.
      	* gnu/java/security/der/DER.java: Likewise.
      
      From-SVN: r86765
      Casey Marshall committed
    • configure.ac: Do not run fixincludes after stage1 during toplevel bootstrap. · 39880d37
      2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
      
      	* configure.ac: Do not run fixincludes after stage1 during
      	toplevel bootstrap.
      	* configure: Regenerate.
      
      From-SVN: r86764
      Paolo Bonzini committed
    • sched-deps.c (get_condition): Partially revert previous, by never trying to… · a8b3643c
      sched-deps.c (get_condition): Partially revert previous, by never trying to extract the condition from a condjump.
      
      * sched-deps.c (get_condition): Partially revert previous, by never
      trying to extract the condition from a condjump.
      
      From-SVN: r86763
      Richard Earnshaw committed
    • c-common.c (c_sizeof_or_alignof_type): Use gcc_assert. · 4094f4d2
      	* c-common.c (c_sizeof_or_alignof_type): Use gcc_assert.
      	(handle_visibility_attribute, c_determine_visibility): Likewise.
      	* c-common.h (my_friendly_assert): Remove.
      	* cp/cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Use gcc_assert.
      
      From-SVN: r86762
      Nathan Sidwell committed
    • fortran-torture.exp (fortran-torture-execute): Honor additional_flags set by alternate driver. · 83010c5a
              * lib/fortran-torture.exp (fortran-torture-execute): Honor
              additional_flags set by alternate driver.
              (ieee-options): New procedure.
              * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
              * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
              * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
              * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
      
      From-SVN: r86761
      Richard Henderson committed
    • * lib/f-torture.exp: Remove. · f25605ac
      From-SVN: r86760
      Richard Henderson committed
    • [multiple changes] · 68760aee
      2004-08-30  Tom Tromey  <tromey@redhat.com>
      
      	* java/nio/CharBuffer.java (put): Fix typo.
      	* java/nio/DoubleBuffer.java (put): Fix typo.
      	* java/nio/FloatBuffer.java (put): Fix typo.
      	* java/nio/IntBuffer.java (put): Fix typo.
      	* java/nio/LongBuffer.java (put): Fix typo.
      	* java/nio/ShortBuffer.java (put): Fix typo.
      
      2004-08-30  Florian Weimer  <fw@deneb.enyo.de>
      
      	* java/nio/ByteBuffer.java (put): Fix typo.
      
      From-SVN: r86758
      Andreas Tobler committed
    • re PR libstdc++/17215 ([3.4 only] __basic_file<char>::close ignores errors) · ce894603
      2004-08-30  Paolo Carlini  <pcarlini@suse.de>
      	    Kenneth C. Schalk  <ken@xorian.net>
      
      	PR libstdc++/17215
      	* config/io/basic_file_stdio.cc (__basic_file<char>::close()):
      	Check the return value of fclose/sync, loop on EINTR.
      	(__basic_file<char>::sys_open): Likewise, for sync.
      
      Co-Authored-By: Kenneth C. Schalk <ken@xorian.net>
      
      From-SVN: r86756
      Paolo Carlini committed
    • DummyKeyPairGenerator.java (clone): Removed useless instanceof check. · 28839b70
      2004-08-30  Casey Marshall  <csm@gnu.org>
      
              * java/security/DummyKeyPairGenerator.java (clone): Removed
              useless instanceof check.
              * java/security/DummyMessageDigest.java (clone): Likewise.
              * java/security/DummySignature.java (clone): Likewise.
              * java/security/MessageDigest.java (clone): Remove useless
              instanceof check.
              * java/security/MessageDigestSpi.java (clone): Likewise.
              * java/security/Signature.java (clone): Provide meaningful
              implementation.
              * java/security/SignatureSpi.java (clone): Likewise.
      
      From-SVN: r86755
      Casey Marshall committed
    • Makefile.def (bootstrap stages): Add 'lean' parameter. · ce521a9c
      2004-08-26  Paolo Bonzini  <bonzini@gnu.org>
      
      	* Makefile.def (bootstrap stages): Add 'lean' parameter.
      	* Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
      	phony targets; do not generate timestamp files.
      	(distclean-stageN): Remove references to their timestamp files.
      	(restageN, touch-stageN): Remove.
      	(stageN-bubble): Rewritten.
      	(compare): Support lean bootstraps.
      	* Makefile.in: Regenerate.
      
      	* configure.in: Only warn when bootstrapping but
      	build != host or build != target.  Support lean bootstraps.
      	* configure: Regenerate.
      
      From-SVN: r86754
      Paolo Bonzini committed
    • mips.md (UNSPEC_{RSQRT,RECIP}[12]_{S,D,PS}): Delete. · afa396ff
      	* config/mips/mips.md (UNSPEC_{RSQRT,RECIP}[12]_{S,D,PS}): Delete.
      	(UNSPEC_{RSQRT,RECIP}[12]): New constants.
      	(UNSPEC_MOVE_TF_PS): Renumber to avoid gaps.
      	* config/mips/mips-ps-3d.md (*movcc_v2sf_[sd]i): Use :GPR.
      	(mips_{rsqrt,recip}[12]_{s,d,ps}): Use :ANYF.
      
      From-SVN: r86752
      Richard Sandiford committed
    • tree-pretty-print.c (dump_generic_node): Handle VALUE_HANDLE in COMPONENT_REF nodes. · ef6379fd
      
      	* tree-pretty-print.c (dump_generic_node): Handle VALUE_HANDLE
      	in COMPONENT_REF nodes.
      
      From-SVN: r86751
      Diego Novillo committed
    • c-opts.c (c_common_handle_option): <case OPT_Werror> set global_dc->warning_as_error_requested. · 7783b402
              * c-opts.c (c_common_handle_option): <case OPT_Werror> set
              global_dc->warning_as_error_requested.
              * diagnostic.c (diagnostic_initialize): Tidy.
              * diagnostic.h (diagnostic_context::x_data): Remove
              (diagnostic_context::issue_warnings_are_errors_message): Rename
              from warnings_are_errors_message.
              (diagnostic_context::warning_as_error_requested): New.
      
      From-SVN: r86750
      Gabriel Dos Reis committed
    • trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export. · 04204c2f
              * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export.
              * trans-types.c (gfc_init_kinds): Reject integer kinds larger
              than two HOST_WIDE_INT.
      
      From-SVN: r86749
      Richard Henderson committed
    • * doc/install.texi: Fix broken mpfr link. · 999f4d5e
      From-SVN: r86747
      Paul Brook committed
    • Daily bump. · b9c5f011
      From-SVN: r86745
      GCC Administrator committed
  2. 29 Aug, 2004 10 commits
    • sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with other FreeBSD platforms. · 5a0c2304
      2004-08-29  David O'Brien  <obrien@FreeBSD.org>
      	* config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with
      	other FreeBSD platforms.
      
      Approved by:  Mark Mitchell <mark@codesourcery.com>
      	      Message-ID: <41325B1D.9020901@codesourcery.com>
      
      From-SVN: r86739
      David O'Brien committed
    • arm.h (REVERSE_CONDITION): Define. · 880873be
      * arm.h (REVERSE_CONDITION): Define.
      (REVERSIBLE_CC_MODE): All comparisons are now reversible.
      
      From-SVN: r86738
      Richard Earnshaw committed
    • flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not just the… · 15dce812
      flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not just the codes, call reversed_comparison_code ().
      
      * flow.c (REVERSE_CONDEXEC_PREDICATES_P): Use the whole comparison, not
      just the codes, call reversed_comparison_code ().
      (ior_reg_cond): Update arguments to REVERSE_CONDEXEC_PREDICATES_P.
      (not_reg_cond): Use reversed_comparison_code.
      (and_reg_cond): Likewise.
      * ifcvt.c (cond_exec_process_if_block): Likewise.
      * doc/tm.texi (REVERSE_CONDEXEC_PREDICATES_P): Update documentation.
      
      From-SVN: r86737
      Richard Earnshaw committed
    • sched-deps.c (get_condition): Rewrite using jump support functions. · 6903ecd4
      * sched-deps.c (get_condition): Rewrite using jump support functions.
      Use reversed_comparison_code.
      (conditions_mutex_p): Use reversed_comparison_code.
      
      From-SVN: r86736
      Richard Earnshaw committed
    • mips.c (override_options): Disable hot/cold partitioning for MIPS16. · ea9bfbf2
      	* config/mips/mips.c (override_options): Disable hot/cold partitioning
      	for MIPS16.
      
      From-SVN: r86735
      Richard Sandiford committed
    • 2004-08-29 Mark Wielaard <mark@klomp.org> · 6cd655a3
      	* java/util/Arrays.java
      	(sort(byte[], int, int)): Check fromIndex < 0.
      	(sort(char[], int, int)): Likewise.
      	(sort(short[], int, int)): Likewise.
      	(sort(int[], int, int)): Likewise.
      	(sort(long[], int, int)): Likewise.
      	(sort(float[], int, int)): Likewise.
      	(sort(double[], int, int)): Likewise.
      	(sort(Object[], int, int, Comparator)): Likewise.
      	(qsort(byte[], int, int)): Honor lower bound from in insertion sort.
      	(qsort(char[], int, int)): Likewise.
      	(qsort(short[], int, int)): Likewise.
      	(qsort(int[], int, int)): Likewise.
      	(qsort(long[], int, int)): Likewise.
      	(qsort(float[], int, int)): Likewise.
      	(qsort(double[], int, int)): Likewise.
      
      From-SVN: r86734
      Mark Wielaard committed
    • mips.h (mips_builtins, [...]): Delete. · 4ca1f68f
      	* config/mips/mips.h (mips_builtins, mips_cmp_choice): Delete.
      	(mips_function_type): Move to mips.c.
      	* config/mips/mips.c (mips_builtin_type): New enum.
      	(builtin_description): Replace code and ftype with builtin_type
      	and function_type.
      	(DIRECT_BUILTIN, CMP_SCALAR_BUILTINS, CMP_PS_BUILTINS, CMP_4S_BUILTINS)
      	(MOVTF_BUILTINS, CMP_BUILTINS): New macros.
      	(CODE_FOR_mips_abs_ps): Define.
      	(mips_bdesc): Use new macros.
      	(mips_expand_builtin): Use builtin_type.  Update calls to subroutines.
      	(mips_init_builtins): Use the mips_bdesc[] index as the function code.
      	(mips_expand_builtin_direct): New function.
      	(mips_expand_builtin_movtf): Renamed from mips_expand_ps_cond_move_
      	builtin.  Replace boolean parameter with builtin_type.
      	(mips_expand_compare_builtin, mips_expand_scalar_compare_builtin)
      	(mips_expand_4s_compare_builtin): Delete, replacing with...
      	(mips_expand_builtin_compare): ...this new function.
      
      From-SVN: r86733
      Richard Sandiford committed
    • re PR rtl-optimization/16590 (Incorrect execution when compiling with -O2) · 5e9f78cc
      	PR rtl-optimization/16590
      	* gcse.c (pre_delete): Do not create invalid REG_EQUAL notes.
      
      	PR rtl-optimization/16590
      	* g++.dg/opt/loop1.C: New test.
      
      From-SVN: r86732
      Mark Mitchell committed
    • AbstractCollection.java, [...]: Added additional exceptions to documentation... · 477a21f7
      2004-08-29  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
      	* java/util/AbstractCollection.java, java/util/AbstractList.java,
      	java/util/AbstractMap.java, java/util/AbstractSequentialList.java,
      	java/util/ArrayList.java, java/util/Arrays.java,
      	java/util/BitSet.java, java/util/Calendar.java,
      	java/util/Collection.java, java/util/ListIterator.java,
      	java/util/Map.java, java/util/SortedSet.java:
      	Added additional exceptions to documentation, along
      	with some additions and corrections.
      
      From-SVN: r86730
      Andrew John Hughes committed
    • re PR fortran/13910 (Cannot initialize variables with declation as allowed by g77) · 294fbfc8
      fortran/
      PR fortran/13910
      * decl.c (free_variable, free_value, gfc_free_data, var_list,
      var_element, top_var_list, match_data_constant, top_val_list,
      gfc_match_data): Move here from match.c.
      (match_old_style_init): New function.
      (variable_decl): Match old-style initialization.
      * expr.c (gfc_get_variable_expr): New function.
      * gfortran.h (gfc_get_variable_expr): Add prototype.
      * gfortran.texi: Start documentation for supported extensions.
      * match.c: Remove the functions moved to decl.c.
      * match.h (gfc_match_data): Move prototype to under decl.c.
      * symbol.c (gfc_find_sym_tree, gfc_find_symbol): Add/correct
      comments.
      
      testsuite/
      PR fortran/13910
      * gfortran.dg/oldstyle_1.f90: New test.
      
      From-SVN: r86729
      Tobias Schlüter committed