[Bug fortran/49693] Spurious "unused-variable" warnings for COMMON block module variables.

2012-01-04 Thread harald at klimachs dot de
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.

[Bug fortran/49693] Spurious "unused-variable" warnings for COMMON block module variables.

2011-12-29 Thread harald at klimachs dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49693 Harald Klimach changed: What|Removed |Added CC||harald at klimachs dot de --- Comment

[Bug fortran/47583] [4.6 Regression] Inquire affected by previous read

2011-02-08 Thread harald at klimachs dot de
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!

[Bug fortran/47583] [4.6 Regression] Inquire affected by previous read

2011-02-02 Thread harald at klimachs dot de
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.

[Bug fortran/47583] [4.6 Regression] Inquire affected by previous read

2011-02-01 Thread harald at klimachs dot de
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

[Bug fortran/47583] [4.6 Regression] Inquire affected by previous read

2011-02-01 Thread harald at klimachs dot de
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.

[Bug fortran/47583] New: Inquire affected by previous read

2011-02-01 Thread harald at klimachs dot de
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