1. 01 Sep, 2006 13 commits
  2. 31 Aug, 2006 13 commits
  3. 30 Aug, 2006 13 commits
  4. 29 Aug, 2006 1 commit
    • re PR fortran/28866 (Simple if statements are not so simple) · 5056a350
      2006-08-29  Steven G. Kargl  <kargls@comcast.net>
      
      	PR fortran/28866
      	* match.c: Wrap copyright.
      	(gfc_match_assignment):  Return MATCH_NO for failed lvalue.  Remove
      	gotos.  Move error handling of FL_PARAMETER to ...
       	* gfc_match_if: Deal with MATCH_NO from above.
      	* primary.c: Wrap copyright.
      	(match_variable): ... here.  Improve error messages.
      
      
      2006-08-29  Steven G. Kargl  <kargls@comcast.net>
      
      	PR fortran/28866
      	* gfortran.dg/simpleif_2.f90: New test.
      	* gfortran.dg/pr19936_1.f90: Adjust dg-error message.
      	* gfortran.dg/enum_5.f90: Ditto.
      
      From-SVN: r116570
      Steven G. Kargl committed