1. 24 Aug, 2004 23 commits
  2. 23 Aug, 2004 17 commits
    • ignore autom4te.cache · 2709e6af
      From-SVN: r86446
      R. Kelley Cook committed
    • re PR fortran/13465 (Data statement for large arrays compiles verrrry slllowwwly… · b8502435
      re PR fortran/13465 (Data statement for large arrays compiles verrrry slllowwwly and shows quadratic behaviour.)
      
              PR 13465
              * data.c (find_con_by_offset): Search ordered list; handle
              elements with repeat counts.
              (gfc_assign_data_value_range): New.
              * gfortran.h (struct gfc_data_value): Make repeat unsigned.
              (gfc_assign_data_value_range): Declare.
              * match.c (top_val_list): Extract repeat count into a temporary.
              * resolve.c (values): Make left unsigned.
              (next_data_value): Don't decrement left.
              (check_data_variable): Use gfc_assign_data_value_range.
      
      From-SVN: r86443
      Richard Henderson committed
    • aix_irix_threads.c: Move _THREADS checks after gc_priv.h include. · 9a870e6c
      	* aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
      	* backgraph.c, include/private/gc_pmark.h: Always include gc.h.
      
      From-SVN: r86442
      Hans Boehm committed
    • prims.cc (JVMPI_NOTIFY_ALLOC): New macro. · 8ba14152
      2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* prims.cc (JVMPI_NOTIFY_ALLOC): New macro. Call jvmpi_notify_alloc
      	only if jvmpi is enabled.
      	(jvmpi_notify_alloc): Don't check if jvmpi is enabled here.
      	(_Jv_AllocObjectNoFinalizer): Use JVMPI_NOTIFY_ALLOC.
      	(_Jv_AllocString): Likewise.
      	(_Jv_AllocPtrFreeObject): Likewise.
      
      From-SVN: r86441
      Bryce McKinlay committed
    • defineclass.cc: Include <stdio.h>. · 0039c16d
      	* defineclass.cc: Include <stdio.h>.
      	* java/lang/natClassLoader.cc: Include <stdio.h>.
      
      From-SVN: r86434
      Hans Boehm committed
    • Revert earlier fix for PR 14029 · cbaa1b74
      2004-08-22 Andrew Pinski  <apinski@apple.com>
      
              Revert:
              2004-08-22  Andrew Pinski  <apinski@apple.com>
              PR c++/14029
              * typeck.c (build_unary_op): Use &a.b if the foldded lowered
              expression is not constant.
      
      [[Split portion of a mixed commit.]]
      
      From-SVN: r86431.2
      Andrew Pinski committed
    • re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi problem>) · 39dca114
      2004-08-23  David Daney <daney@avtrex.com>
      
      	PR libgcj/13141
      	* src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
      	* src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
      	(ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
      	parameters and return types.
      	(ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
      	(ffi_prep_closure): Ditto.
      	(ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
      	alignment calculations.
      	* src/mips/o32.S (ffi_closure_O32): Don't use floating point
      	instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
      
      From-SVN: r86429
      David Daney committed
    • baseline_symbols.txt: New. · 106a7200
      2004-08-22  Matthias Klose  <doko@debian.org>
      
              * config/abi/m68k-linux-gnu/baseline_symbols.txt: New.
              * config/abi/sparc-linux-gnu/baseline_symbols.txt: Update to 3.4.0.
      
      From-SVN: r86428
      Matthias Klose committed
    • win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include. · 92f61b6e
      2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h
      	include. Reported by Danny Smith.
      
      From-SVN: r86427
      Bryce McKinlay committed
    • io.h, [...]: Fix formatting issues, update copyright years. · 7fcb1804
      * io/io.h, io/list_read.c, io/open.c, io/transfer.c, io/write.c:
      Fix formatting issues, update copyright years.
      
      From-SVN: r86425
      Tobias Schlüter committed
    • Makefile.in (BUILD_ERRORS): Set to build-errors. · b3d1f5b4
      	* Makefile.in (BUILD_ERRORS): Set to build-errors.
      	(errors.o): New target for host.
      	(build-errors.o): New target for build.
      	(genobjs): Replace errors.o with build-errors.
      	(gengenrtl$(buildexeext)): Add $(BUILD_ERRORS).
      	(GCOV_OBJS, GCOV_DUMP_OBJS): Add errors.o.
      	(fix-headers$(build_exeext)): Add $(BUILD_ERRORS).
      	(fix-header.o): Add errors.h
      	* collect2.c (fancy_abort): Add parameters.
      	* collect2.h (fancy_abort): Don't declare.
      	* errors.h (fancy_abort): Don't declare.
      	* errors.c: Include either bconfig.h or config.h.
      	(fancy_abort): Trim filename.
      	* fix-header.c (v_fatal, fatal): Remove.
      	(progname): Remove definition.
      	(main): Set progname here.
      	* gcc.c (fancy_abort): Add parameters.
      	* gcc.h (fancy_abort): Remove declaration.
      	* gcov.c (fancy_abort): Remove.
      	* rtl.h (fancy_abort): Don't declare.
      	(abort): Don't define.
      	* tree.h (fancy_abort): Don't declare.
      	(abort): Don't define.
      	* system.h (fancy_abort): Declare.
      	(abort): Define to fancy_abort.
      	* fixinc/Makefile.in (ALLOBJ): Add ../build-errors.o
      	* java/jv-scan.c (fancy_abort): Add.
      
      From-SVN: r86424
      Nathan Sidwell committed
    • configure.ac: Specify version 1.9.1 in AM_INIT_AUTOMAKE. · a60945f8
      2004-08-23  Paolo Carlini  <pcarlini@suse.de>
      
      	* configure.ac: Specify version 1.9.1 in AM_INIT_AUTOMAKE.
      	* aclocal.m4: Regenerate with automake-1.9.1.
      	* configure: Regenerate.
      	* Makefile.in: Likewise.
      	* include/Makefile.in: Likewise.
      	* libmath/Makefile.in: Likewise.
      	* libsupc++/Makefile.in: Likewise.
      	* po/Makefile.in: Likewise.
      	* src/Makefile.in: Likewise.
      	* testsuite/Makefile.in: Likewise.
      
      From-SVN: r86423
      Paolo Carlini committed
    • tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE. · be88a628
      	* tree.h (enum size_type_kind): Remove USIZETYPE, UBITSIZETYPE.
      	(usize_type, ubitsizetype): Remove.
      	* stor-layout.c (set_sizetype): Don't initialize usizetype,
      	ubitsizetype.
      	* fold-const.c (size_diffop): TYPE can never be ubitsizetype.
      
      From-SVN: r86422
      Nathan Sidwell committed
    • tree.h (build_distinct_type_copy): New. · 8dd16ecc
      	* tree.h (build_distinct_type_copy): New.
      	(build_type_copy): ... here.  Rename to ...
      	(build_variant_type_copy): ... here.
      	* tree.c (build_qualified_type): Rename build_type_copy call.
      	(build_distinct_type_copy): New, broken out of ...
      	(build_type_copy): ... here.  Rename to ...
      	(build_variant_type_copy): ... here.  Use
      	build_distinct_type_copy.
      	(build_common_tree_nodes_2): Rename build_type_copy call.
      	* c-common.c (c_common_nodes_and_builtins): Rename build_type_copy
      	call.
      	(handle_packed_attribute, handle_unused_attribute,
      	handle_transparanet_union_attribute, handle_aligned_attribute,
      	handle_deprecated_attribute): Likewise.
      	* c-decl.c (clone_underlying_type, store_parm_decls_oldstyle):
      	Likewise.
      	* config/arm/arm.c (arm_handle_isr_attribyte): Likewise.
      	* config/rs6000/rs6000.c (rs6000_init_builtins): Use
      	build_distinct_type_copy.
      
      	* cp/name-lookup.c (pushdecl): Rename build_type_copy call.
      	* cp/tree.c (cp_build_qualified_type_real,
      	build_exception_variant, handle_java_interface_attribute): Likewise.
      
      From-SVN: r86421
      Nathan Sidwell committed
    • mips.md (mfhilo_[sd]i): Redefine using :GPR. · e8bf0f3b
      	* config/mips/mips.md (mfhilo_[sd]i): Redefine using :GPR.  Add mode
      	attribute.
      
      From-SVN: r86420
      Richard Sandiford committed
    • mips.md (length): Don't use mips_fetch_insns for indexed loads and stores. · 4d06ed0a
      	* config/mips/mips.md (length): Don't use mips_fetch_insns for indexed
      	loads and stores.
      	(*lwxc1_<mode>, *ldxc1_<mode>, *swxc1_<mode>, *sdxc1_<mode>): Name
      	formerly unnamed patterns.  Redefine using :P for the address.  Remove
      	explicit length attributes.
      
      From-SVN: r86419
      Richard Sandiford committed
    • tree-ssa-loop-im.c (fem_single_reachable_address, [...]): New functions. · a3631d97
      	* tree-ssa-loop-im.c (fem_single_reachable_address, for_each_memref):
      	New functions.
      	(single_reachable_address): Use them.
      	(schedule_sm): Add dump.
      	(is_call_clobbered_ref): New function.
      	(determine_lsm_reg): Check whether the reference is call clobbered.
      	Only work for gimple_reg_type values.
      
      From-SVN: r86418
      Zdenek Dvorak committed