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: [email protected]
ReportedBy: [email protected]
! 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
