1. 08 Mar, 2006 12 commits
  2. 07 Mar, 2006 13 commits
  3. 06 Mar, 2006 13 commits
  4. 05 Mar, 2006 2 commits
    • re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003)) · aa08038d
      fortran/
      2005-03-05  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              PR fortran/16136
              * symbol.c (conf_std): New macro.
              (check_conflict): Use it to allow ALLOCATABLE dummy
              arguments for F2003.
              * trans-expr.c (gfc_conv_function_call): Pass the
              address of the array descriptor when dummy argument is
              ALLOCATABLE.
              * interface.c (compare_allocatable): New function.
              (compare_actual_formal): Use it.
              resolve.c (resolve_deallocate_expr,
              resolve_allocate_expr): Check that INTENT(IN) variables
              aren't (de)allocated.
              * gfortran.texi (Fortran 2003 status): List ALLOCATABLE
              dummy arguments as supported.
      
      testsuite/
      2005-03-05  Erik Edelmann  <eedelman@gcc.gnu.org>
      
              PR fortran/16136
              * allocatable_dummy_1.f90: New.
              * allocatable_dummy_2.f90: New.
      
      From-SVN: r111741
      Erik Edelmann committed
    • re PR fortran/26554 ([gfortran] incorrect behaviour when reading a logical variable from a string) · 68c9b7d6
      2006-03-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR libgfortran/26554
      	* gfortran.dg/read_logical.f90: New test.
      
      From-SVN: r111739
      Jerry DeLisle committed