http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50536

             Bug #: 50536
           Summary: an input item shall not appear as the do-variable of
                    any io-implied-do
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: zec...@gmail.com


! an input item shall not appear as the do-variable of any io-implied-do
! gfortran should reject this one
! (r178939)
      read *,(l,l=1,2)
      end

Reply via email to