1. 22 Apr, 2005 27 commits
    • libjava.exp (libjava_find_gij): Use $objdir/.. · eeab1ad2
      2005-04-22  Bryce McKinlay  <mckinlay@redhat.com>
      
              * testsuite/lib/libjava.exp (libjava_find_gij): Use $objdir/.. to find
              gij if get_multilibs fails.
      
      From-SVN: r98586
      Bryce McKinlay committed
    • 05-04-22 Thomas Koenig <Thomas.Koenig@online.de> · da8f3dcc
              PR libfortran/20074
              PR libfortran/20436
              PR libfortran/21108
              * gfortran.dg/nested_reshape.f90: new test
              * gfortran.dg/reshape-alloc.f90: new test
              * gfortran.dg/reshape.f90: new test
      
      2005-04-22  Thomas Koenig  <Thomas.Koenig@online.de>
      
              PR libfortran/20074
              PR libfortran/20436
              PR libfortran/21108
              * m4/reshape.m4 (reshape_`'rtype_kind):  rs, rex:  New
              variables, to be used in calculation of return array sizes.
              Populate return array descriptor if ret->data is NULL.
              Fix condition for early return (it used to test something
              undefined if order was used).
              Remove duplicate check wether pad is used.
              * intrinsics/reshape_generic.c (reshape_generic): Likewise.
              Fix a few places where the wrong variables were set.
              * generated/reshape_i4.c: Regenerated.
              * generated/reshape_i8.c: Regenerated.
      
      From-SVN: r98585
      Thomas Koenig committed
    • jni.cc (natrehash): Don't bother clearing memory again. · f00fac9d
      2005-04-22  Anthony Green  <green@redhat.com>
      
              * jni.cc (natrehash): Don't bother clearing memory again.
              * interpret.cc (do_allocate_static_fields): Ditto.
              * java/lang/natString.cc (rehash): Ditto.
      
      From-SVN: r98583
      Anthony Green committed
    • decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if input_filename is NULL... · 9f12b095
      
      	* decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
              input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
      
      From-SVN: r98582
      Per Bothner committed
    • 2005-04-22 Roman Kennke <roman@kennke.org> · c189e185
      	* javax/swing/plaf/basic/BasicLookAndFeel.java
      	(initComponentDefaults): Changed Button.border to be
      	BasicBorders.getButtonBorder as it should be.
      
      2005-04-22  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/basic/BasicTabbedPaneUI.java:
      	(getMaximumSize): Return (Short.MAX_VALUE, Short.MAX_VALUE) as it
      	should according to a mauve testcase, instead of the preferred
      	size.
      
      2005-04-22  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/JMenu.java
      	(add): add(Component) now calls PopupMenu.insert(..) instead of
      	PopupMenu.add(..). add(..) is not implemented for Component,
      	so JComponent.add(..) is called instead, adding the component
      	in the wrong place.
      
      2005-04-22  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/basic/BasicButtonListener.java
      	(mousePressed): replaced query to getModifiersEx with getModifiers.
      	This method relied on faulty behaviour in getModifierEx.
      	(mouseReleased): replaced query to getModifiersEx with getModifiers.
      	This method relied on faulty behaviour in getModifierEx.
      
      2005-04-22  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/plaf/metal/MetalLookAndFeel.java
      	(getDefaults): Call addCustomEntriesToTable on the theme.
      
      2005-04-22  Roman Kennke  <roman@kennke.org>
      
      	* javax/swing/tree/DefaultTreeSelectionModel.java
      	(constructor): Added implementation.
      	(getRowMapper): Added implementation.
      	(setSelectionMode): Added implementation.
      	(getSelectionMode): Added implementation.
      	(getSelectionPath): Added implementation.
      	(getSelectionPaths): Added implementation.
      	(getSelectionCount): Added implementation.
      	(isSelectionEmpty): Added implementation.
      	(getSelectionRows): Added implementation.
      	(getMinSelectionRow): Added implementation.
      	(getMaxSelectionRow): Added implementation.
      	(getLeadSelectionRow): Added implementation.
      	(getLeadSelectionPath): Added implementation.
      
      From-SVN: r98580
      Roman Kennke committed
    • Adding Apple Local markers. · f030e854
      From-SVN: r98579
      Caroline Tice committed
    • 2005-04-22 Casey Marshall <csm@gnu.org> · 9231c024
      	* gnu/java/security/der/DERValue.java
      	(getValueAs): new method.
      	* gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java
      	(<init>): read both dates with 'DERValue.getValueAs', with
      	'GENERALIZED_TIME' as the argument.
      
      From-SVN: r98578
      Casey Marshall committed
    • * gcc.dg/arm-vfp1.c: New test. · d4b47784
      From-SVN: r98574
      Mark Mitchell committed
    • NameFinder.java (close): IN, OUT, and PROC can all be null, check for that case… · 2828ee69
      NameFinder.java (close): IN, OUT, and PROC can all be null, check for that case and don't deference it.
      
      2005-04-22  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * gnu/gcj/runtime/NameFinder.java (close): IN, OUT, and PROC can all
              be null, check for that case and don't deference it.
      
      From-SVN: r98573
      Andrew Pinski committed
    • re PR c++/21087 (ICE in do_nonmember_using_decl) · 1a32490a
      gcc/cp/ChangeLog:
      PR c++/21087
      * name-lookup.c (push_overloaded_decl): Do not overload with
      non-duplicate anticipated built-in.
      gcc/testsuite/ChangeLog:
      PR c++/21087
      * g++.dg/lookup/builtin2.C: New test.
      
      From-SVN: r98570
      Alexandre Oliva committed
    • Add Zem as Objective-C++ maintainer per Joe Buck. · 1751a45f
      From-SVN: r98569
      Mike Stump committed
    • builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'. · 535a42b1
      	* builtins.c (gimplify_va_arg_expr): Reword comments to avoid
      	'abort'. Use gcc_assert and gcc_unreachable as appropriate.
      	* c-format.c (get_constant, decode_format_attr, get_flag_spec,
      	find_char_info_specifier_index,
      	find_length_info_modifier_index): Likewise.
      	* c-typeck.c (composite_type, pop_init_level): Likewise.
      	* combine.c (cant_combine_insn_p, try_combine): Likewise.
      	* cse.c (cse_insn): Likewise
      	* dominance.c (calc_dfs_tree): Likewise
      	dwarf2out.c (loc_descriptor_from_tree_1,
      	add_abstract_origin_attribute, force_decl_die,
      	force_type_die): Likewise
      	emit-rtl.c (operand_subword_force): Likewise
      	explow.c (hard_function_value): Likewise
      	expmed.c (store_bit_field, expand_divmod,
      	emit_store_flag_force): Likewise
      	expr.c (emit_move_multi_word, store_expr,
      	expand_expr_real_1): Likewise
      	final.c (this_is_asm_operands, shorten_branches, final_scan_insn,
      	output_operand): Likewise
      	flow.c (recompute_reg_usage): Likewise
      	* function.c (assign_stack_temp_for_type, assign_temp,
      	handle_epilogue_set): Likewise
      	* genextract.c (main): Likewise
      	* gimplify.c (mostly_copy_tree_r, gimplify_return_expr,
      	gimplify_modify_expr_rhs, gimplify_expr): Likewise
      	* haifa-sched.c (ready_lastpos, ready_remove_first, ready_element,
      	ready_remove, rm_line_notes, rm_other_notes,
      	schedule_block): Likewise
      	mips-tfile.c (copy_object, out_of_bounds): Likewise
      
      From-SVN: r98567
      Nathan Sidwell committed
    • re PR target/20813 (ICE in gen_reg_rtx for 3 spec tests) · 98c41d98
      	PR target/20813
      	* config/rs6000/default64.h (TARGET_DEFAULT): Add MASK_PPC_GFXOPT.
      	* config/rs6000/rs6000.c (processor_target_table): Rename rs64a to
      	rs64.  Add MASK_PPC_GFXOPT to powerpc64 and rs64.
      	(rs6000_init_libfuncs): Set TFmode optabs to xlq names if
      	TARGET_XL_COMPAT.
      	* doc/invoke.texi (PowerPC options): Change rs64a to rs64.
      
      From-SVN: r98562
      David Edelsohn committed
    • lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap). · e6ef8d81
      	* lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).
      	(gcc_tree_to_linear_expression): Convert to heap allocated
      	vectors.
      	(gcc_loop_to_lambda_loop, gcc_loopnest_to_lambda_loopnest,
      	lbv_to_gcc_expression, lle_to_gcc_expression,
      	lambda_loopnest_to_gcc_loopnest, can_convert_to_perfect_nest,
      	perfect_nestify): Likewise.
      	lambda.h (gcc_loopnest_to_lambda_loopnest,
      	lambda_loopnest_to_gcc_loopnest): Likewise.
      	tree-loop-linear.c (linear_transform_loops): Likewise.
      
      From-SVN: r98561
      Nathan Sidwell committed
    • predicates.md (arith_double_operand): Use trunc_int_for_mode if HOST_BITS_PER_WIDE_INT >=64. · 8ca864d2
      	* config/sparc/predicates.md (arith_double_operand): Use
      	trunc_int_for_mode if HOST_BITS_PER_WIDE_INT >=64.
      	* config/sparc/sparc.md (movqi, movhi, movsi, movqi): Use gen_int_mode.
      	(DImode, DFmode constant splitters): Likewise.  Remove code for
      	TARGET_ARCH64 && HOST_BITS_PER_WIDE_INT < 64.
      	(logical constant splitters): Use const_int_operand predicate.
      	(lshrsi3_extend): Remove code for TARGET_ARCH64 &&
      	HOST_BITS_PER_WIDE_INT < 64.
      
      From-SVN: r98560
      Eric Botcazou committed
    • pa.c (legitimize_pic_address): Use gcc_assert and gcc_unreachable as appropriate. · 144d51f9
      	* config/pa/pa.c (legitimize_pic_address): Use gcc_assert and
      	gcc_unreachable as appropriate.
      	(force_mode, emit_move_sequence, singlemove_string,
      	output_move_double, output_fp_move_double, find_addr_reg,
      	output_block_move, output_block_clear, output_and,
      	output_64bit_and, output_ior, output_64bit_ior, store_reg_modify,
      	pa_adjust_cost, pa_issue_rate, print_operand,
      	output_global_address, output_arg_descriptor, output_cbranch,
      	output_lbranch, output_bb, output_bvb, output_dbra, output_movb,
      	output_call): Likewise.
      	* config/pa/pa.md (call, call_value, sibcall, sibcall_value,
      	prefetch, prefetch_cc, prefetch_nocc): Likewise.
      
      From-SVN: r98559
      Nathan Sidwell committed
    • Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and… · 9885da8e
      Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _gcov_one_value_profiler.
      
      	* Makefile.in (LIBGCOV): Add _gcov_interval_profiler,
      	_gcov_pow2_profiler and _gcov_one_value_profiler.
      	(tree-profile.o): Add GGC_H and gt-tree-profile.h dependency.
      	(GTFILES): Add $(srcdir)/tree-profile.c.
      	* gcov-io.h (__gcov_interval_profiler, __gcov_pow2_profiler,
      	__gcov_one_value_profiler): Declare.
      	* gimplify.c (force_gimple_operand): Check whether the statements
      	should be produced in ssa form.
      	(force_gimple_operand_bsi): New function.
      	* libgcov.c (__gcov_interval_profiler, __gcov_pow2_profiler,
      	__gcov_one_value_profiler): New functions.
      	* rtl-profile.c (rtl_gen_pow2_profiler): Only measure whether
      	the profiled value is a power of two or not.
      	* tree-cfg.c (tree_block_ends_with_condjump_p): Handle empty blocks.
      	* tree-flow.h (in_ssa_p): Declare.
      	(force_gimple_operand_bsi): Declare.
      	* tree-into-ssa.c (in_ssa_p): New variable.
      	(rewrite_into_ssa): Set in_ssa_p.
      	* tree-outof-ssa.c (rewrite_out_of_ssa): Set in_ssa_p.
      	* tree-profile.c: Include ggc.h and gt-tree-profile.h.
      	(gcov_type_node, tree_interval_profiler_fn, tree_pow2_profiler_fn,
      	tree_one_value_profiler_fn): New variables.
      	(tree_init_edge_profiler): Initialize the profiler function decls.
      	(tree_gen_edge_profiler): Use global gcov_type_node.
      	(prepare_instrumented_value): New function.
      	(tree_gen_interval_profiler, tree_gen_interval_profiler,
      	tree_gen_one_value_profiler): Call the library functions instead of
      	creating instrumentation code.
      	* tree.c (build_fn_decl): New function.
      	* tree.h (build_fn_decl): Declare.
      	* value-prof.c (rtl_divmod_values_to_profile,
      	rtl_find_values_to_profile, rtl_mod_pow2_value_transform,
      	tree_mod_pow2_value_transform, tree_find_values_to_profile):
      	Do not handle may_be_other and precise values of exponents at pow2
      	profiler.
      	(tree_mod_subtract_transform): Reflect that value field of
      	histogram has changed meaning.
      	(tree_divmod_values_to_profile): Record the values correctly.
      	(tree_values_to_profile): Update comment.
      	* value-prof.h (struct histogram_value_t): Remove pow2 data.
      
      From-SVN: r98555
      Zdenek Dvorak committed
    • varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN (decl). · ebccb65d
      	* varasm.c (do_assemble_alias): Return early if TREE_ASM_WRITTEN
      	(decl).
      
      testsuite:
      	* gcc.dg/weak/weak-13.c: New test.
      
      From-SVN: r98551
      Joseph Myers committed
    • * config.sub: Update from master copy. · acb217cb
      From-SVN: r98550
      Bernd Schmidt committed
    • i386.md (length_immediate): Use gcc_assert or gcc_unreachable, as appropriate. · 7637e42c
      	* config/i386/i386.md (length_immediate): Use gcc_assert or
      	gcc_unreachable, as appropriate.
      	(*movsi_1, *movqi_1, reload_outqi, *movdi_1_rex64, *pushsf,
      	*pushsf_rex64, *truncxfsf2_mixed, *truncxfsf2_i387,
      	*truncxfdf2_mixed, *truncxfdf2_i387, *adddi_1_rex64,
      	*adddi_2_rex64, *adddi_3_rex64, *adddi_4_rex64, *adddi_5_rex64,
      	*addsi_1, addsi_1_zext, *addsi_2, *addsi_2_zext, *addsi_3,
      	*addsi_3_zext, *addsi_4, *addsi_5, *addhi_1_lea, *addhi_1,
      	*addhi_2, *addhi_3, *addhi_4, *addhi_5, *addqi_1_lea, *addqi_1,
      	*addqi_1_slp, *addqi_2, *addqi_3, *addqi_4, *addqi_5, addqi_ext_1,
      	*addqi_ext_1_rex64, *anddi_1_rex64, *andsi_1, *andhi_1,
      	*ashldi3_1_rex64, *ashldi3_cmp_rex64, *ashlsi3_1, *ashlsi3_1_zext,
      	*ashlsi3_cmp, *ashlsi3_cmp_zext, *ashlhi3_1_lea, *ashlhi3_1,
      	*ashlhi3_cmp, *ashlqi3_1_lea, *ashlqi3_1, *ashlqi3_cmp,
      	pro_epilogue_adjust_stack_1, pro_epilogue_adjust_stack_rex64,
      	pro_epilogue_adjust_stack_rex64_2, prefetch, *prefetch_sse,
      	*prefetch_sse_rex): Likewise.
      	* config/i386/predicates.md (x86_64_immediate_operand,
      	x86_64_zext_immediate_operand, symbolic_operand,
      	no_seg_address_operand, aligned_operand,
      	memory_displacement_operand): Likewise.
      	* config/i386/sse.md (*mov<mode>_internal,
      	*movv2df_internal): Likewise.
      
      From-SVN: r98549
      Nathan Sidwell committed
    • Makefile.in (ipa.o, [...]): New files. · ca31b95f
      	* Makefile.in (ipa.o, ipa-inline.o): New files.
      	* cgraph.h (cgraph_remove_unreachable_nodes, cgraph_postorder,
      	cgraph_decide_inlining_incrementally, cgraph_clone_inlined_nodes,
      	cgraph_mark_inline_edge, cgraph_default_inline_p): Declare.
      	* cgraphunit.c (cgraph_default_inline_p, cgraph_decide_inlining_incrementally,
      	ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns,
      	cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
      	cgraph_clone_inlined_nodes, cgraph_mark_inline_edge,
      	cgraph_mark_inline, cgraph_check_inline_limits,
      	cgraph_default_inline_p, cgraph_recursive_inlining_p,
      	update_callee_keys, lookup_recursive_calls,
      	cgraph_decide_recursive_inlining, cgraph_set_inline_failed,
      	cgraph_decide_inlining_of_small_functions, cgraph_decide_inlining,
      	cgraph_decide_inlining_incrementally, cgraph_gate_inlining,
      	pass_ipa_inline): Move to ipa-inline.c
      	(cgraph_postorder, cgraph_remove_unreachable_nodes): Move to ipa.c
      	* ipa.c: New file.
      	* ipa-inline.c: New file.
      
      From-SVN: r98548
      Jan Hubicka committed
    • invoke.texi (SPARC options): Document that -mapp-regs is turned off by default on Solaris. · 6e32e5b9
      	* doc/invoke.texi (SPARC options): Document that -mapp-regs
      	is turned off by default on Solaris.
      
      From-SVN: r98544
      Eric Botcazou committed
    • LogManager.java: Reformatted. · c58f195f
      2005-04-22  Sven de Marothy  <sven@physto.se>
      
      	* java/util/logging/LogManager.java: Reformatted.
      	(readConfiguration): If a logger for a key is not found, create one.
      
      From-SVN: r98543
      Sven de Marothy committed
    • Naming.java: Added class documentation. · 6a15d30b
      2005-04-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>
      
      	* java/rmi/Naming.java:
      	Added class documentation.
      	(lookup(String)): Call parseURL and getName.
      	(bind(String,java.rmi.Remote)): Likewise.
      	(unbind(String)): Likewise.
      	(rebind(String, java.rmi.Remote)): Likewise.
      	(list(String)): Call parseURL.
      	(parseURL(String)): New method to handle parsing and defaults.
      	(getName(java.net.URL)): New method to handle finding the service name.
      
      From-SVN: r98542
      Andrew John Hughes committed
    • * java/lang/natClass.cc (initializeClass): Link class. · 36a0d3d2
      From-SVN: r98540
      Tom Tromey committed
    • Daily bump. · 88ab7d19
      [[Split portion of a mixed commit.]]
      
      From-SVN: r98534.2
      GCC Administrator committed
  2. 21 Apr, 2005 13 commits
    • ChangeLog: New. · b2e61dde
              * ChangeLog: New.
              * Make-lang.in: Likewise.
              * config-lang.in: Likewise.
              * lang-specs.h: Likewise.
              * objcp-decl.c: Likewise.
              * objcp-decl.h: Likewise.
              * objcp-lang.c: Likewise.
      
      From-SVN: r98530
      Mike Stump committed
    • c-common.h (objc_build_method_signature): Update prototype. · dbb74365
      
      	* c-common.h (objc_build_method_signature): Update prototype.
      	* stub-objc.c (objc_build_method_signature): Update the stub
      	implementation to accept and ignore additional parameter.
      	* c-parser.c (c_parser_objc_method_decl): Reorgnize to pass
      	the value of ellipsis to objc_build_method_signature instead
      	of setting TREE_OVERFLOW on the parms TREE_LIST node.
      
      	* objc-act.h (METHOD_ADD_ARGS_ELLIPSIS_P): New macro for accessing
      	this field of an objc method decl.
      	* objc-act.c (build_method_decl): Take an additional "ellipsis"
      	argument, and set METHOD_ADD_ARGS_ELLIPSIS_P as appropriate.
      	(objc_build_method_signature): Accept additional "ellipsis"
      	argument and pass it to build_method_decl.
      	(get_arg_type_list, start_method_def, gen_method_decl): Use
      	the new METHOD_ADD_ARGS_ELLIPSIS_P instead of examining the
      	TREE_OVERFLOW field of a TREE_LIST node.
      
      From-SVN: r98528
      Roger Sayle committed
    • Index: ChangeLog · 915167f5
      2005-04-21  Geoffrey Keating  <geoffk@apple.com>
      
      	* config/rs6000/rs6000-protos.h (rs6000_emit_sync): New.
      	* config/rs6000/rs6000.c (rs6000_emit_vector_compare): Use
      	gen_rtx_* not gen_rtx_fmt_*.
      	(rs6000_emit_vector_select): Likewise.
      	(rs6000_emit_sync): New.
      	* config/rs6000/rs6000.md (GPR, INT, INT1): New mode macros.
      	(larx, stcx, cmp): New mode substitutions.
      	(UNSPEC_SYNC, UNSPEC_SYNC_OP, UNSPEC_SYNC_SWAP, UNSPEC_LWSYNC,
      	UNSPEC_ISYNC): New constants.
      	(rlwinm): Give name.
      	(memory_barrier, isync, lwsync): New insns.
      	(sync_compare_and_swap<mode>, sync_lock_test_and_set<mode>): New insn.
      	(sync_lock_release<mode>): New expander.
      	(sync_add<mode>, sync_sub<mode>, sync_ior<mode>, sync_and<mode>,
      	sync_xor<mode>, sync_nand<mode>, sync_old_add<mode>,
      	sync_old_sub<mode>, sync_old_ior<mode>, sync_old_and<mode>,
      	sync_old_xor<mode>, sync_old_nand<mode>, sync_new_add<mode>,
      	sync_new_sub<mode>, sync_new_ior<mode>, sync_new_and<mode>,
      	sync_new_xor<mode>, sync_new_nand<mode>): New expanders.
      	(sync_add<mode>_internal, sync_addshort_internal,
      	sync_sub<mode>_internal, sync_andsi_internal, sync_anddi_internal,
      	sync_boolsi_internal, sync_booldi_internal, sync_boolc<mode>_internal,
      	sync_boolc<mode>_internal2, sync_boolcc<mode>_internal): New insns.
      
      	* doc/md.texi (Standard Names): sync_compare_and_swap's operand 0
      	is the memory before, not after, the operation.  Clarify
      	barrier requirements.
      
      Index: testsuite/ChangeLog
      2005-04-21  Geoffrey Keating  <geoffk@apple.com>
      
      	* lib/target-supports.exp (check_effective_target_sync_int_long):
      	Add powerpc*.
      
      From-SVN: r98527
      Geoffrey Keating committed
    • AssertionError.java: Typo fix. · 8fd5bcbe
      2005-04-21  Tom Tromey  <tromey@redhat.com>
      
      	* java/lang/AssertionError.java: Typo fix.
      
      From-SVN: r98523
      Tom Tromey committed
    • * gcc.target/mips/branch-1.c: New test. · eb7058ce
      From-SVN: r98522
      Richard Sandiford committed
    • lambda.h (lambda_vector_min_nz): Likewise. · 0e61db61
      	* lambda.h (lambda_vector_min_nz): Likewise.
      	* langhooks.h (struct lang_hooks_for_types,
      	struct lang_hooks): Likewise.
      	* output.h (assemble_integer, this_is_asm_operands): Likewise.
      	* tree.h: Likewise.
      	* vec.h: Likewise.
      	* tree-flow-inline.h (relink_imm_use): Use gcc_assert.
      
      	* optabs.c (prepare_cmp_insn, emit_cmp_and_jump_insns): Reword
      	comments to avoid 'abort'.  Use gcc_assert as necessary.
      	* opts.c (common_handle_option): Likewise.
      	* pretty-print.c (pp_base_format_text): Likewise.
      	* print-rtl.c (print_rtx): Likewise.
      	* read-rtl.c (read_rtx_filename, read_rtx_1): Likewise.
      	* regmove.c (try_auto_increment): Likewise.
      	* reload.c (find_valid_class, find_reloads_toplev,
      	find_equiv_reg): Likewise.
      	* reload1.c (reload, forget_old_reloads_1, function_invariant_p,
      	merge_assigned_reloads): Likewise.
      	* tree-inline.c (inline_forbidden_p_1,
      	estimate_num_insns_1): Likewise.
      	* tree-optimize.c (execute_todo): Likewise.
      	* tree-outof-ssa.c (eliminate_phi): Likewise.
      	* tree-ssa-alias.c (add_pointed_to_expr): Likewise.
      	* tree-ssa-ccp.c (maybe_fold_stmt_indirect): Likewise.
      	* tree-ssa-operands.c (parse_ssa_operands,
      	get_indirect_ref_operands, create_ssa_artficial_load_stmt): Likewise.
      	* tree-ssa-pre.c (find_or_generate_expression): Likewise.
      	* tree-ssanames.c (release_ssa_name): Likewise.
      	* tree.c (int_bit_position, int_byte_position, tree_low_cst,
      	walk_tree): Likewise.
      
      	* tree-ssa-operands.c (verify_abort): Fold into ..
      	(verify_imm_links): ... here.
      
      From-SVN: r98519
      Nathan Sidwell committed
    • vect-85.c: Don't xfail on alpha. · 7fc785d8
              * gcc.dg/vect/vect-85.c: Don't xfail on alpha.
              * gcc.dg/vect/vect-86.c: Likewise.
              * gcc.dg/vect/vect-87.c: Likewise.
              * gcc.dg/vect/vect-88.c: Likewise.
      
      From-SVN: r98518
      Richard Henderson committed
    • sync.md (sync_new_nand<I48MODE>): Fix constraints on non-memory operand for previous inversion. · aa0f9c73
              * config/alpha/sync.md (sync_new_nand<I48MODE>): Fix constraints
              on non-memory operand for previous inversion.
      
      From-SVN: r98517
      Richard Henderson committed
    • VMClassLoader.java (transformException): Removed. · aa3241f3
      	* java/lang/VMClassLoader.java (transformException): Removed.
      	(resolveClass): No longer native.  Now does nothing.
      	* java/lang/natVMClassLoader.cc (resolveClass): Removed.
      
      From-SVN: r98516
      Tom Tromey committed
    • re PR preprocessor/20907 (long comments throw off line numbers) · c1fc5047
      
      	PR preprocessor/20907
      	* line-map.c (linemap_line_start): Fix bug when we need to increse
      	column_bits but can re-use the current line_map.
      
      From-SVN: r98515
      Per Bothner committed
    • tree-if-conv.c (find_phi_replacement_condition): Avoid generating x = !(a == b) : p : q;. · 1c280337
        * tree-if-conv.c (find_phi_replacement_condition): Avoid
        generating x = !(a == b) : p : q;.
        (pass_if_conversion): Verify stmts and flow.
      
        * gcc.dg/tree-ssa/ifc-3.c: New test.
      
      From-SVN: r98514
      Devang Patel committed
    • * optabs.c (gen_conditional_trap): Restore #define. · de3eb46f
      From-SVN: r98513
      Nathan Sidwell committed
    • re PR java/21115 (false boolean argument passed from pre-compiled to interpreted method is true) · ad903c6d
      2005-04-21  Anthony Green  <green@redhat.com>
      
              PR libgcj/21115
              * testsuite/libjava.special/special.exp,
              testsuite/libjava.special/pr21115I.java,
              testsuite/libjava.special/pr21115.java,
              testsuite/libjava.special/pr21115.out: New files.
      
      From-SVN: r98511
      Anthony Green committed