1. 18 Jan, 2007 18 commits
    • trans-expr.c (copyable_array_p): Consider user derived types without allocatable… · 150524cd
      trans-expr.c (copyable_array_p): Consider user derived types without allocatable components to be copyable.
      
      
      	* trans-expr.c (copyable_array_p): Consider user derived types without
      	allocatable components to be copyable.
      
      	* gfortran.dg/array_memcpy_4.f90: New test case.
      
      From-SVN: r120906
      Roger Sayle committed
    • trans-stmt.c (compute_overall_iter_number): Enhance to precompute the number of… · 3bf783b7
      trans-stmt.c (compute_overall_iter_number): Enhance to precompute the number of interations in unconditional FORALL nests...
      
      
      	* trans-stmt.c (compute_overall_iter_number): Enhance to precompute
      	the number of interations in unconditional FORALL nests with constant
      	bounds.
      
      From-SVN: r120905
      Roger Sayle committed
    • m32r-protos.h (m32r_expand_epilogue): Declare it. · e2265be0
      * config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
      * config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
        (m32r_compute_frame_size): Use unsigned for regno.
        (m32r_reload_lr): Use gen_frame_mem.
        (pop): New.
        (m32r_output_function_epilogue): Don't output the function epilogue textually here.
        (m32r_expand_epilogue): New.
        (direct_return): Return false if the function has the interrupt attribute.
        (m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
      * config/m32r/m32r.md (epilogue): New expander.
        (return_lr, return_rte): New insns.
        (return): Make it expander.
        (return_normal): New expander.
      
      From-SVN: r120904
      Kaz Kojima committed
    • re PR target/30485 (ICE in rs6000_emit_vector_compare when building with -fno-trapping-math) · bfcb9121
      2007-01-18  Josh Conner  <jconner@apple.com>
      
      	PR target/30485
      	* gcc.dg/vect/vect.exp: Add support for no-trapping-math tests.
      	* gcc.dg/vect/no-trapping-math-1: New.
      	* gcc.dg/vect/no-trapping-math-2: New.
      
      From-SVN: r120903
      Josh Conner committed
    • re PR target/30485 (ICE in rs6000_emit_vector_compare when building with -fno-trapping-math) · 370df7db
      2007-01-18  Josh Conner  <jconner@apple.com>
      
      	PR target/30485
      	* config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
      	support for UNLE, UNLT, UNGE, and UNGT.
      
      From-SVN: r120902
      Josh Conner committed
    • configure: Rebuilt. · 1b4aced6
      	* configure: Rebuilt.
      	* configure.ac: Use multi_basedir instead of libgcj_basedir.
      
      From-SVN: r120901
      Tom Tromey committed
    • tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand. · 1994bfea
      	* tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
      	* tree-tailcall (add_virtual_phis): Likewise.
      	(optimize_tail_call): Return TODOs.
      	(execute_tail_calls): Return TODOs.
      	* tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
      	* tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
      	changed.
      	* tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
      	Cleanup cfg using TODO.
      	* tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
      	* passes.c (execute_function_todo): When cleanup did something, remove
      	unused locals.
      	* tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
      	(make_edges): Don't cleanup_cfg.
      
      From-SVN: r120900
      Jan Hubicka committed
    • reg-stack.c (subst_stack_regs_pat): Use generic code for instructions that… · d85c7550
      reg-stack.c (subst_stack_regs_pat): Use generic code for instructions that operate on the top of stack.
      
      	* reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
      	UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
      	operate on the top of stack.
      	[UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
      	register handling of instructions that output to the second
      	stack slot.
      	[UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
      	(move_for_stack_reg): Special-case check for dead destination
      	stack slot for constant load of 1.0 inside UNSPEC_TAN.
      
      	* config/i386/i386.md (UNSPEC_TAN): New constant.
      	(UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
      	(fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
      	to correctly model move of constant 1.0 to top stack slot.
      	(*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
      	(unnamed peephole2 pattern): Remove corresponding peephole2
      	pattern that optimizes tan insn and loading of constant 1.0.
      	(tanxf2): Use fptanxf4_i387.
      	(tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
      	patterns using X87MODEF12 mode macro.  Use fptan_extend<mode>xf4_i387
      	and truncate result to requested mode.  Use SSE_FLOAT_MODE_P to
      	disable patterns for SSE math.
      	(sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
      	(fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
      
      testsuite/ChangeLog:
      
      	* gcc.target/i386/387-8.c: Update comment about optimizing
      	inherent load of 1.0 of fptan instruction.
      
      From-SVN: r120899
      Uros Bizjak committed
    • · Richard Guenther <rguenther@suse.de> · 590b1f2d
      2007-01-18  Dirk Mueller  <dmueller@suse.de>
      ·           Richard Guenther <rguenther@suse.de>
      
      ·       PR diagnostic/8268
      ·       * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
      ·       * common.opt (Warray-bounds): Add new warning option.
      ·       * c-opts.c (c_common_handle_option): Define -Warray-bounds
      ·       if -Wall is given.
              * Makefile.in: make tree-vrp.o depend on toplev.h
      ·       * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
      ·       is enabled.
      ·       (check_array_refs, check_array_bounds, check_array_ref): New.
      
      ·       * gcc.dg/Warray-bounds.c: New testcase.
              * gcc.dg/Warray-bounds-2.c: New testcase.
              * g++.dg/warn/Warray-bounds.C: New testcase.
              * g++.dg/warn/Warray-bounds-2.C: New testcase.
      
      From-SVN: r120898
      Dirk Mueller committed
    • re PR libfortran/29649 (Force core dump on runtime library errors) · eedeea04
      2007-01-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
                  Tobias Burnus  <burnus@net-b.de>
      
             PR libfortran/29649
             * gfortran.h (gfc_option_t): Add flag_dump_core.
             * lang.opt: Add -fdump-core option.
             * invoke.texi: Document the new options.
             * trans-decl.c (gfc_build_builtin_function_decls): Add new
               options to the call to set_std.
             * options.c (gfc_init_options, gfc_handle_option): Set the
               new options.
      
      2007-01-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
                  Tobias Burnus  <burnus@net-b.de>
      
             PR libfortran/29649
             * runtime/environ.c (variable_table): New GFORTRAN_ERROR_DUMPCORE
               environment variable.
             * runtime/compile_options.c (set_std): Add new argument.
             * runtime/error.c (sys_exit): Move from io/unix.c. Add coredump functionality.
             * libgfortran.h (options_t): New dump_core and backtrace members.
               (sys_exit): Move prototype.
             * io/unix.c (sys_exit): Move to runtime/error.c.
             * configure.ac: Add check for getrlimit.
             * configure: Regenerate.
      
      
      Co-Authored-By: Tobias Burnus <burnus@net-b.de>
      
      From-SVN: r120897
      Francois-Xavier Coudert committed
    • basic_string.h (basic_string<>::_S_compare): Add. · 9521dd6b
      2007-01-18  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/basic_string.h (basic_string<>::_S_compare): Add.
      	(compare(const basic_string&)): Use it.
      	* include/bits/basic_string.tcc (compare(size_type, size_type,
      	const basic_string&), compare(size_type, size_type,
      	const basic_string&, size_type, size_type), compare(const _CharT*),
      	compare(size_type, size_type, const _CharT*), compare(size_type,
      	size_type, const _CharT*, size_type)): Likewise.
      	* include/ext/vstring_util.h (__vstring_utility<>::_S_compare): Add.
      	* include/ext/vstring.h (compare(const __versa_string&)): Use it.
      	* include/ext/vstring.tcc (compare(size_type, size_type,
      	const __versa_string&), compare(size_type, size_type,
      	const __versa_string&, size_type, size_type), compare(const _CharT*),
      	compare(size_type, size_type, const _CharT*), compare(size_type,
      	size_type, const _CharT*, size_type)): Likewise.
      
      From-SVN: r120896
      Paolo Carlini committed
    • natVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImplEcos.cc. · 463c03f1
      2007-01-18  Gary Benson  <gbenson@redhat.com>
      
      	* gnu/java/nio/natVMPipeEcos.cc:
      	Renamed from gnu/java/nio/natPipeImplEcos.cc.
      	* gnu/java/nio/natVMPipePosix.cc:
      	Renamed from gnu/java/nio/natPipeImplPosix.cc.
      	* gnu/java/nio/natVMPipeWin32.cc:
      	Renamed from gnu/java/nio/natPipeImplWin32.cc.
      	* gnu/java/nio/natVMSelectorEcos.cc:
      	Renamed from gnu/java/nio/natSelectorImplEcos.cc.
      	* gnu/java/nio/natVMSelectorPosix.cc:
      	Renamed from gnu/java/nio/natSelectorImplPosix.cc.
      	* gnu/java/nio/natVMSelectorWin32.cc:
      	Renamed from gnu/java/nio/natSelectorImplWin32.cc.
      	* java/io/natVMObjectInputStream.cc:
      	Renamed from java/io/natObjectInputStream.cc.
      	* java/lang/natVMDouble.cc:
      	Renamed from java/lang/natDouble.cc.
      	* java/lang/natVMFloat.cc:
      	Renamed from java/lang/natFloat.cc.	
      	* Makefile.am, configure.ac: Reflect the above.
      	* Makefile.in, configure: Rebuilt.
      
      From-SVN: r120895
      Gary Benson committed
    • tree-ssa-ccp.c (ccp_finalize): Return if something changed. · 3253eafb
      	* tree-ssa-ccp.c (ccp_finalize): Return if something changed.
      	(execute_ssa_ccp): Return flags conditionally.
      	* tree-ssa-propagate.c (substitue_and_fold): Return if something was
      	changed.
      	* tree-ssa-propagate.h (substitute_and_fold): Update prototype.
      
      From-SVN: r120894
      Jan Hubicka committed
    • cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYOUT… · aeceeb06
      cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
      
      	* cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
      	the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
      
      	* Makefile.c (GTFILES): Add cfglayout.h.
      	* gengtype.c (open_base_files): Likewise.
      	* cfglayout.c (cfg_layout_function_footer,
      	cfg_layout_function_header) Reindent to make gengtype happy.
      	* cfglayout.h (cfg_layout_function_footer,
      	cfg_layout_function_header): Add GTY(()) marker.
      
      	* ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
      
      From-SVN: r120893
      Steven Bosscher committed
    • Makefile.am (all-recursive, [...]): Add missing targets. · 0eb5e2b9
      * Makefile.am (all-recursive, install-recursive,
      mostlyclean-recursive, clean-recursive, distclean-recursive,
      maintainer-clean-recursive): Add missing targets.
      * Makefile.in: Rebuilt.
      
      From-SVN: r120892
      Alexandre Oliva committed
    • genautomata.c (write_automata): Include xstrerror output in the error message if... · 19b8c2d9
      	* genautomata.c (write_automata): Include xstrerror output in the
      	error message if writing the DFA description file fails.
      
      From-SVN: r120891
      Ben Elliston committed
    • Daily bump. · be2cc213
      From-SVN: r120889
      GCC Administrator committed
  2. 17 Jan, 2007 22 commits
    • configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while cross-compiling. · 6f9b4fd9
      	* configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
      	cross-compiling.
      	* configure: Regenerated.
      	* include/gc_config.h.in: Regenerated.
      
      From-SVN: r120883
      David Daney committed
    • * tools/gnu/classpath/tools/javah/PathOptionGroup.java · 7c836e33
      	(PathOptionGroup): Set default boot class path.
      
      From-SVN: r120882
      Tom Tromey committed
    • Makefile.in: Rebuilt. · 125d9388
      2007-01-17  Andrew Haley  <aph@redhat.com>
      
      	* Makefile.in: Rebuilt.
      	* Makefile.am (ecjx_LDFLAGS): Pass -fbootclasspath.
      
      From-SVN: r120881
      Andrew Haley committed
    • mips-protos.h (mips_output_external): Make it return void. · f8fdb503
      gcc/
      2007-01-17  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* config/mips/mips-protos.h (mips_output_external): Make it
      	return void.
      	* config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
      	* config/mips/mips.c (irix_output_external_libcall): Likewise.
      	(extern_list): Likewise.
      	(extern_head): Likewise.
      	(TARGET_ASM_FILE_END): Likewise.
      	(mips_file_end): Likewise.
      	(mips_output_external): Rewritten.
      
      From-SVN: r120880
      H.J. Lu committed
    • genpreds.c (write_insn_preds_c): Only write out the function body for regclass_for_constraint if... · 495fb8cd
      	* genpreds.c (write_insn_preds_c): Only write out the function
      	body for regclass_for_constraint if we have register constraints.
      
      From-SVN: r120879
      Ben Elliston committed
    • re PR libfortran/27107 (Make dependency on io/io.h broken) · 679c0f9a
      	PR libgfortran/27107:
      	* aclocal.m4, configure, Makefile.in: Rebuilt.
      	* configure.ac: Enable automake dependency tracking.  Update
      	minimum automake version.
      
      From-SVN: r120878
      Tom Tromey committed
    • natThread.cc (finish_): Add JVMTI ThreadEnd notification. · 6ef43f56
              * java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
              (_Jv_NotifyThreadStart): Add JVMTI ThreadStart notification.
      
      From-SVN: r120877
      Keith Seitz committed
    • ChangeLog rotation · a6803416
      From-SVN: r120875
      Tom Tromey committed
    • * os_dep.c: Fix i686-apple-darwin9 builds. · 6109092d
      From-SVN: r120874
      Mike Stump committed
    • sourcebuild.texi (libgcj Tests): Use sourceware.org. · 4eb3e795
      	* doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
      	* doc/install.texi (Testing): Use sourceware.org.
      	(Binaries): Likewise.
      	(Specific): Likewise.
      	* doc/contrib.texi (Contributors): Use sourceware.org.
      
      From-SVN: r120873
      Tom Tromey committed
    • aclocal.m4: Regenerate to use multi.m4. · 8a489465
      2007-01-17  Jack Howarth  <howarth@bromo.med.uc.edu>
      boehm-gc/
      	* aclocal.m4: Regenerate to use multi.m4.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      zlib/
      	* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      libffi/
      	* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      libjava/
      	* configure.ac: Use multi.m4 from aclocal rather than custom
      	code.  Use multi_basedir instead libgcj_basedir.  Test for
      	/proc/self/exe when not cross-compiling.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      libjava/classpath/
      	* configure.ac: Use multi.m4 from aclocal rather than
      	custom code.  Use multi_basedir instead libgcj_basedir.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      libjava/libltdl/
      	* Makefile.am: Add ACLOCAL_AMFLAGS to use multi.m4.
      	* configure.ac: Use multi.m4 from aclocal rather than
      	custom code.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      From-SVN: r120870
      Jack Howarth committed
    • re PR libfortran/27107 (Make dependency on io/io.h broken) · 0dce3ca1
      	PR libfortran/27107
      	* runtime/environ.c: Don't include io/io.h.
      	* runtime/string.c: Don't include io/io.h.
      	(compare0): Add cast to avoid warning.
      	* runtime/error.c: Don't include io/io.h.
      	(st_printf): Move to io/unix.c.
      	* intrinsics/flush.c: Delete, contents moved to io/intrinsics.c.
      	* intrinsics/fget.c: Likewise.
      	* intrinsics/ftell.c: Likewise.
      	* intrinsics/tty.c: Likewise.
      	* libgfortran.h (DEFAULT_RECL, notification_std,
      	get_unformatted_convert, IOPARM_*, st_parameter_common, unit_convert,
      	DEFAULT_TEMPDIR): New declarations.
      	* io/io.h (DEFAULT_RECL, notification_std, get_unformatted_convert,
      	IOPARM_*, st_parameter_common, unit_convert, DEFAULT_TEMPDIR):
      	Move to libgfortran.h.
      	* io/unix.c: Add io/unix.h content.
      	(st_printf): New function.
      	* io/intrinsics.c: New file.
      	* io/unix.h: Remove, contents moved into unix.c.
      	* libtool-version: Update library version to 3.0.0.
      	* configure.ac: Update library version to 0.3.
      	* Makefile.am (intrinsics/fget.c, intrinsics/flush.c,
      	intrinsics/ftell.c, intrinsics/tty.c, libgfortran.h): Remove targets.
      	* Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r120869
      Francois-Xavier Coudert committed
    • Remove DOS line endings. · e7fd0be4
      From-SVN: r120868
      Ian Lance Taylor committed
    • avr.h (AVR_HAVE_LPMX): New macro. · dd6d1f8c
      	* config/avr/avr.h (AVR_HAVE_LPMX): New macro.
      	(AVR_ENHANCED): Rename to ...
      	(AVR_HAVE_MUL): ... new.
      	(avr_enhanced_p): Rename to ...
      	(avr_have_mul_p): ... new.
      	(TARGET_CPU_CPP_BUILTINS): Use 'avr_have_mul_p' instead of 
      	'avr_enhanced_p' for "__AVR_ENHANCED__". Define "__AVR_HAVE_MUL__".
      	* config/avr/avr.c (avr_enhanced_p): Rename to ...
      	(avr_have_mul_p): ... new.
      	(base_arch_s): Rename 'enhanced' to 'have_mul'.
      	(avr_override_options): Use 'avr_have_mul_p' and 'have_mul' instead of
      	'avr_enhanced_p' and 'enhanced'.
      	(ashlhi3_out, ashrhi3_out, lshrhi3_out, avr_rtx_costs): Use 
      	AVR_HAVE_MUL instead of AVR_ENHANCED.
      	* avr.md (*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
      	(mulqi3, *mulqi3_enh, *mulqi3_call, mulqihi3, umulqihi3, mulhi3, 
      	*mulhi3_enh, *mulhi3_call, mulsi3, *mulsi3_call): Use AVR_HAVE_MUL 
      	instead of AVR_ENHANCED.
      	(*tablejump_enh): Use AVR_HAVE_LPMX instead of AVR_ENHANCED.
      	* libgcc.S: Use __AVR_HAVE_MUL__ instead of __AVR_ENHANCED__.
      	(__tablejump__): Use __AVR_HAVE_LPMX__ instead of __AVR_ENHANCED__.
      
      From-SVN: r120865
      Anatoly Sokolov committed
    • vec.h (VEC_reserve_exact): Define. · efb7e1e0
      ./:	* vec.h (VEC_reserve_exact): Define.
      	(vec_gc_p_reserve_exact): Declare.
      	(vec_gc_o_reserve_exact): Declare.
      	(vec_heap_p_reserve_exact): Declare.
      	(vec_heap_o_reserve_exact): Declare.
      	(VEC_OP (T,A,reserve_exact)): New static inline function, three
      	versions.
      	(VEC_OP (T,A,reserve)) [all versions]: Remove handling of
      	negative parameter.
      	(VEC_OP (T,A,alloc)) [all versions]: Call ...reserve_exact.
      	(VEC_OP (T,A,copy)) [all versions]: Likewise.
      	(VEC_OP (T,a,safe_grow)) [all versions]: Likewise.
      	* vec.c (calculate_allocation): Add exact parameter.  Change all
      	callers.
      	(vec_gc_o_reserve_1): New static function, from vec_gc_o_reserve.
      	(vec_gc_p_reserve, vec_gc_o_reserve): Call vec_gc_o_reserve_1.
      	(vec_gc_p_reserve_exact, vec_gc_o_reserve_exact): New functions.
      	(vec_heap_o_reserve_1): New static function, from vec_heap_o_reserve.
      	(vec_heap_p_reserve, vec_heap_o_reserve): Call vec_heap_o_reserve_1.
      	(vec_heap_p_reserve_exact): New function.
      	(vec_heap_o_reserve_exact): New function.
      cp/:
      	* class.c (add_method): Call VEC_reserve_exact rather than passing
      	a negative size to VEC_reserve.
      
      From-SVN: r120861
      Ian Lance Taylor committed
    • re PR fortran/30476 ([Regression 4.2, 4.3] Via other module imported generic interface rejected) · 9dd8004e
      2007-01-17  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/30476
      	* module.c (load_generic_interfaces): Make the marking of the
      	symbol as ambiguous conditional on the module names being
      	different.
      	(write_generic): Ensure that the generic interface has a
      	non-NULL module field.
      
      2007-01-17  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/30476
      	* gfortran.dg/generic_12.f90: New test.
      
      From-SVN: r120860
      Paul Thomas committed
    • natVMDirectByteBufferImpl.cc: Renamed from java/nio/natDirectByteBufferImpl.cc. · 8086b65d
      2007-01-17  Gary Benson  <gbenson@redhat.com>
      
      	* java/nio/natVMDirectByteBufferImpl.cc:
      	Renamed from java/nio/natDirectByteBufferImpl.cc.
      	* Makefile.am: Reflect the above.
      	* Makefile.in: Rebuilt.
      
      From-SVN: r120859
      Gary Benson committed
    • MappedByteBuffer.java: Removed. · d8203cb8
      2007-01-15  Gary Benson  <gbenson@redhat.com>
      
      	* java/nio/MappedByteBuffer.java: Removed.
      	* sources.am, Makefile.in: Rebuilt.
      
      From-SVN: r120858
      Gary Benson committed
    • vectorize1.c: Add cleanup-tree-dump. · f202f9a5
              * gcc.target/i386/vectorize1.c: Add cleanup-tree-dump.
              * gcc.dg/tree-ssa/ssa-dse-9.c: Add cleanup-tree-dump.
      
      From-SVN: r120855
      Dorit Nuzman committed
    • jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static. · 70686a71
      2007-01-17  Marco Trudel  <mtrudel@gmx.ch>
      
      	* jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.  Use JNICALL.
      	Fixed indentation.  Removed unused variable.
      
      From-SVN: r120854
      Marco Trudel committed
    • gc_config.h.in: Regenerate. · ceb84404
      2007-01-17  Andreas Tobler  <a.tobler@schweiz.org>
      
      	* include/gc_config.h.in: Regenerate.
      
      From-SVN: r120853
      Andreas Tobler committed