1. 24 Aug, 2004 29 commits
  2. 23 Aug, 2004 11 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