1. 06 Feb, 2008 4 commits
  2. 05 Feb, 2008 18 commits
  3. 04 Feb, 2008 12 commits
  4. 03 Feb, 2008 4 commits
  5. 02 Feb, 2008 2 commits
    • re PR target/35045 (gcc-4.3 generates wrong code on i386 with -O3) · 6994f254
              PR target/35045
              * postreload-gcse.c (record_last_reg_set_info_regno): Renamed
              from record_last_reg_set_info.
              (record_last_reg_set_info): Take an RTX argument, iterate over all
              constituent hardregs.
              (record_last_set_info, record_opr_changes): Change calls to
              new signature or to record_last_reg_set_info_regno.
      
              * gcc.dg/pr35045.c: New test.
      
      From-SVN: r132071
      Michael Matz committed
    • re PR libfortran/35001 (shape for negative sizes) · ee440dd0
      2008-02-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/35001
      	* m4/shape.m4:  Return 0 for extents <= 0.
      	* generated/shape_i4.c:  Regenerated.
      	* generated/shape_i8.c:  Regenerated.
      	* generated/shape_i16.c:  Regenerated.
      
      2008-02-02  Thomas Koenig  <tkoenig@gcc.gnu.org>
      
      	PR libfortran/35001
      	* gfortran.dg/shape_4.f90:  New test.
      
      Fixed in regression-only mode by special dispense (see the PR).
      
      From-SVN: r132070
      Thomas Koenig committed