http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49693
--- Comment #7 from Harald Klimach 2012-01-04
18:41:08 UTC ---
Thanks a lot!
Just ran the gcc trunk over my code, and the annoying warnings are gone.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49693
Harald Klimach changed:
What|Removed |Added
CC||harald at klimachs dot de
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583
--- Comment #12 from Harald Klimach 2011-02-09
06:37:02 UTC ---
(In reply to comment #11)
Thanks a lot for taking the time to properly incorporate the fix!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583
--- Comment #6 from Harald Klimach 2011-02-02
08:04:30 UTC ---
(In reply to comment #5)
Thanks a lot, at least for me this patch seems to solve the problem.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583
--- Comment #4 from Harald Klimach 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) s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583
--- Comment #3 from Harald Klimach 2011-02-02
06:04:07 UTC ---
The problem also exists with scalars and integers instead of reals.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583
Summary: Inquire affected by previous read
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassig...@gcc