1. 08 Apr, 2006 9 commits
  2. 07 Apr, 2006 11 commits
  3. 06 Apr, 2006 9 commits
  4. 05 Apr, 2006 11 commits
    • re PR libgcj/26625 (libgcj-4.2.0.jar not rebuilt after a source file change) · f4410786
      libjava/classpath:
      	PR libgcj/26625:
      	* lib/Makefile.in: Rebuilt.
      	* lib/Makefile.am (compile-classes): Touch the output file.
      libjava:
      	PR libgcj/26625:
      	* Makefile.in: Rebuilt.
      	* Makefile.am (libgcj-$(gcc_version).jar): Depend on
      	classpath/lib/compile-classes.
      
      From-SVN: r112724
      Tom Tromey committed
    • name-lookup.c (push_namespace_with_attribs): Temporarily disable default hidden… · 0b1307e5
      name-lookup.c (push_namespace_with_attribs): Temporarily disable default hidden visibility for anonymous namespace.
      
              * name-lookup.c (push_namespace_with_attribs): Temporarily disable
              default hidden visibility for anonymous namespace.
      
      From-SVN: r112722
      Jason Merrill committed
    • lib1funcs.asm (modsi): P1/P2 can be call-clobbered even if the calling function… · dcef6aba
      lib1funcs.asm (modsi): P1/P2 can be call-clobbered even if the calling function doesn't modify them.
      
      	* config/bfin/lib1funcs.asm (modsi): P1/P2 can be call-clobbered
      	even if the calling function doesn't modify them.
      
      From-SVN: r112720
      Bernd Schmidt committed
    • Makefile.am: Add PA_HPUX port. · e6c300ef
      2006-04-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
      	    Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* Makefile.am: Add PA_HPUX port.
      	* Makefile.in: Regenerate.
      	* include/Makefile.in: Likewise.
      	* testsuite/Makefile.in: Likewise.
      	* configure.ac: Add PA_HPUX rules.
      	* configure: Regenerate.
      	* src/pa/ffitarget.h: Rename linux target to PA_LINUX.
      	Add PA_HPUX and PA64_HPUX.
      	Rename FFI_LINUX ABI to FFI_PA32 ABI.
      	(FFI_TRAMPOLINE_SIZE): Define for 32-bit HP-UX targets.
      	(FFI_TYPE_SMALL_STRUCT2): Define.
      	(FFI_TYPE_SMALL_STRUCT4): Likewise.
      	(FFI_TYPE_SMALL_STRUCT8): Likewise.
      	(FFI_TYPE_SMALL_STRUCT3): Redefine.
      	(FFI_TYPE_SMALL_STRUCT5): Likewise.
      	(FFI_TYPE_SMALL_STRUCT6): Likewise.
      	(FFI_TYPE_SMALL_STRUCT7): Likewise.
      	* src/pa/ffi.c (ROUND_DOWN): Delete.
      	(fldw, fstw, fldd, fstd): Use '__asm__'.
      	(ffi_struct_type): Add support for FFI_TYPE_SMALL_STRUCT2,
      	FFI_TYPE_SMALL_STRUCT4 and FFI_TYPE_SMALL_STRUCT8.
      	(ffi_prep_args_LINUX): Rename to ffi_prep_args_pa32. Update comment.
      	Simplify incrementing of stack slot variable. Change type of local
      	'n' to unsigned int.
      	(ffi_size_stack_LINUX): Rename to ffi_size_stack_pa32. Handle long
      	double on PA_HPUX.
      	(ffi_prep_cif_machdep): Likewise.
      	(ffi_call): Likewise.
      	(ffi_closure_inner_LINUX): Rename to ffi_closure_inner_pa32. Change
      	return type to ffi_status. Simplify incrementing of stack slot
      	variable. Only copy floating point argument registers when PA_LINUX
      	is true. Reformat debug statement.
      	Add support for FFI_TYPE_SMALL_STRUCT2, FFI_TYPE_SMALL_STRUCT4 and
      	FFI_TYPE_SMALL_STRUCT8.
      	(ffi_closure_LINUX): Rename to ffi_closure_pa32. Add 'extern' to
      	declaration.
      	(ffi_prep_closure): Make linux trampoline conditional on PA_LINUX.
      	Add nops to cache flush.  Add trampoline for PA_HPUX.
      	* src/pa/hpux32.S: New file.
      	* src/pa/linux.S (ffi_call_LINUX): Rename to ffi_call_pa32. Rename
      	ffi_prep_args_LINUX to ffi_prep_args_pa32.
      	Localize labels. Add support for 2, 4 and 8-byte small structs. Handle
      	unaligned destinations in 3, 5, 6 and 7-byte small structs. Order
      	argument type checks so that common argument types appear first.
      	(ffi_closure_LINUX): Rename to ffi_closure_pa32. Rename
      	ffi_closure_inner_LINUX to ffi_closure_inner_pa32.
      
      Co-Authored-By: Andreas Tobler <a.tobler@schweiz.ch>
      
      From-SVN: r112719
      John David Anglin committed
    • bfin.c (bfin_legitimate_address_p): Disallow got-relative addressing for anything but SImode. · 300adfc2
      	* config/bfin/bfin.c (bfin_legitimate_address_p): Disallow
      	got-relative addressing for anything but SImode.
      
      From-SVN: r112718
      Bernd Schmidt committed
    • re PR tree-optimization/26919 (ICE in cgraph_estimate_size_after_inlining with a… · cf51dca2
      re PR tree-optimization/26919 (ICE in cgraph_estimate_size_after_inlining with a large number of arguments)
      
      2006-04-05  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/26919
      	* ipa-inline.c (cgraph_decide_inlining_incrementally): Fix argument
      	to cgraph_estimate_size_after_inlining.
      
      	* gcc.dg/ipa/ipa-1.c: Use -fno-early-inlining.
      	* gcc.dg/ipa/ipa-2.c: Likewise.
      	* gcc.dg/ipa/ipa-3.c: Likewise.
      	* gcc.dg/ipa/ipa-5.c: Likewise.
      
      From-SVN: r112709
      Richard Guenther committed
    • configure.host: Add -fno-omit-frame-pointer to libgcj_flags for MinGW since EBP is used for... · 20762656
        * configure.host: Add -fno-omit-frame-pointer to libgcj_flags for
        MinGW since EBP is used for backtracking through call frames on this
        platform.
      
      From-SVN: r112708
      Ranjit Mathew committed
    • reload.c (find_dummy_reload): Fix typo in 2006-04-03 change. · e17e34d8
      	* reload.c (find_dummy_reload): Fix typo in 2006-04-03 change.
      
      From-SVN: r112705
      Alan Modra committed
    • Add missing word in comment. · c22b1771
      From-SVN: r112702
      Eric Botcazou committed
    • Correct PR number in ChangeLogs. · 5de09539
      gcc/fortran/
      
      2006-04-03  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/26891
      	* trans.h : Prototype for gfc_conv_missing_dummy.
      	* trans-expr (gfc_conv_missing_dummy): New function
      	(gfc_conv_function_call): Call it and tidy up some of the code.
      	* trans-intrinsic (gfc_conv_intrinsic_function_args): The same.
      
      gcc/testsuite/
      
      2006-04-03  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/26891
      	* gfortran.dg/missing_optional_dummy_1.f90: New test.
      
      From-SVN: r112701
      H.J. Lu committed
    • re PR middle-end/26996 (interpret_rhs_modify_expr calls fold_convert (vector_type, -1)) · 42d375ed
      	PR tree-optimization/26996
      	* tree-scalar-evolution.c (analyze_scalar_evolution_1): Don't analyze
      	VECTOR_TYPE variables.
      
      From-SVN: r112700
      Sebastian Pop committed