1. 06 Feb, 2008 7 commits
  2. 05 Feb, 2008 18 commits
  3. 04 Feb, 2008 12 commits
  4. 03 Feb, 2008 3 commits
    • ivopts-1.C: Remove xfail for hppa*-*-*. · 0d1a14d2
      	* g++.dg/tree-ssa/ivopts-1.C: Remove xfail for hppa*-*-*.
      
      From-SVN: r132082
      John David Anglin committed
    • pr31628.c: Require effective target fpic. · 80cf9ff4
              * gcc.target/i386/pr31628.c: Require effective target fpic.
              * gcc.target/i386/strinline.c: Ditto.
              * gcc.dg/sibcall-6.c: Skip if !nonpic for 32bit x86 targets.
              * gcc.dg/pr35045.c: Ditto.
              * gcc.dg/20050503-1.c: Ditto.
      
      From-SVN: r132080
      Uros Bizjak committed
    • re PR fortran/32760 (Error defining subroutine named PRINT) · b9332b09
      2008-02-03  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/32760
      	* resolve.c (resolve_allocate_deallocate): New function.
      	(resolve_code): Call it for allocate and deallocate.
      	* match.c (gfc_match_allocate, gfc_match_deallocate) : Remove
      	the checking of the STAT tag and put in above new function.
      	* primary,c (match_variable): Do not fix flavor of host
      	associated symbols yet if the type is not known.
      
      2008-02-03  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/32760
      	* gfortran.dg/host_assoc_variable_1.f90: New test.
      	* gfortran.dg/allocate_stat.f90: Change last three error messages.
      
      From-SVN: r132078
      Paul Thomas committed