1. 28 Sep, 2006 1 commit
  2. 27 Sep, 2006 4 commits
    • re PR fortran/28276 (EXPONENT() broken for real constants) · e48d66a9
      	* configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0 
      	or newer.
      	* configure: Regenerated.
      	* doc/install.texi: Document required versions of GMP and MPFR.
      	* fortran/arith.c: Conditionally include arctangent2().
      	(gfc_check_real_range): Use mpfr_subnormalize in preference to local
      	hack.
      	* fortran/trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Append
      	l for long double functions.
      	* fortran/simplify.c: Wrap Copyright to new line.
      	(gfc_simplify_atan2): Use mpfr_atan2 in preference to arctangent2().
              (gfc_simplify_log): Ditto.
      
      
      	PR fortran/28276
      	* fortran/simplify.c (gfc_simplify_exponent): Use mpfr_get_exp in
      	preference to broken local hack.
      
      	PR fortran/27021
      	* fortran/simplify.c (gfc_simplify_nearest): Use mpfr_nexttoward and
      	mpfr_subnormalize to handle numbers near zero in preference to broken
      	 local hack.
      
      	PR fortran/28276
      	* testsuite/gfortran.dg/exponent_1.f90: New test.
      
      	PR fortran/27021
      	* testsuite/gfortran.dg/nearest_1.f90: New test.
      
      From-SVN: r117257
      Steven G. Kargl committed
    • re PR target/29230 (gcc-4.1 generates faulty asm on ARM when compiling openmsx 0.6.1 with -O3) · bcf640f7
      2006-09-27  Paul Brook  <paul@codesourcery.com>
      
      	PR target/29230
      	gcc/
      	* config/arm/arm.md (arith_adjacentmem): Handle large offsets.
      
      From-SVN: r117253
      Paul Brook committed
    • reload1.c (alter_reg): Require the alignment of the stack slot to be at least… · 63a7a62b
      reload1.c (alter_reg): Require the alignment of the stack slot to be at least reg_max_ref_width bytes.
      
      gcc/
      	* reload1.c (alter_reg): Require the alignment of the stack slot to
      	be at least reg_max_ref_width bytes.
      	(scan_paradoxical_subregs): Record the largest width in
      	reg_max_ref_width.
      
      From-SVN: r117252
      Richard Sandiford committed
    • Daily bump. · 66c975fe
      From-SVN: r117242
      GCC Administrator committed
  3. 26 Sep, 2006 4 commits
  4. 25 Sep, 2006 7 commits
  5. 24 Sep, 2006 4 commits
  6. 23 Sep, 2006 6 commits
  7. 22 Sep, 2006 9 commits
  8. 21 Sep, 2006 5 commits