[Bug fortran/47583] [4.6 Regression] Inquire affected by previous read
harald at klimachs dot de
gcc-bugzilla@gcc.gnu.org
Wed Feb 2 06:15:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583
--- Comment #4 from Harald Klimach <harald at klimachs dot de> 2011-02-02 06:14:58 UTC ---
Further reduced test case:
subroutine input()
read(*,*)
end subroutine input
subroutine abc(sizedat)
integer, intent(in) :: sizedat
integer :: rl
inquire(iolength=rl) sizedat
end subroutine abc
(now tested with gcc version 4.6.0 20110201 (experimental) [trunk revision
169504] (GCC) on Linux)
More information about the Gcc-bugs
mailing list