[Bug fortran/50536] New: an input item shall not appear as the do-variable of any io-implied-do
zeccav at gmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Sep 27 14:16:00 GMT 2011
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: unassigned@gcc.gnu.org
ReportedBy: zeccav@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
More information about the Gcc-bugs
mailing list