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

2011-02-09 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 --- Comment #13 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-09 15:47:26 UTC --- There is some debate whether or not I did this properly. I was rushing last night, cobbled the PR number in the email subject, omitted the patch to the

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

2011-02-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 --- Comment #9 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-09 05:17:51 UTC --- I will test and commit the patch. Thanks.

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

2011-02-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 --- Comment #10 from Jerry DeLisle jvdelisle at gcc dot gnu.org 2011-02-09 06:07:18 UTC --- Author: jvdelisle Date: Wed Feb 9 06:07:14 2011 New Revision: 169962 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169962 Log: 2011-02-08 Jerry

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

2011-02-08 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[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 harald at klimachs dot de 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 harald at klimachs dot de 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-02 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

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

2011-02-02 Thread jpr at csc dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 --- Comment #7 from jpr at csc dot fi 2011-02-02 12:48:37 UTC --- (In reply to comment #6) (In reply to comment #5) Thanks a lot, at least for me this patch seems to solve the problem. Well, that patch did break the direct_io_1.f90 test case

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

2011-02-02 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

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

2011-02-01 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added CC||jvdelisle at

[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 harald at klimachs dot de 2011-02-02 06:04:07 UTC --- The problem also exists with scalars and integers instead of reals.

[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 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

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

2011-02-01 Thread jpr at csc dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47583 jpr at csc dot fi changed: What|Removed |Added CC||jpr at csc dot fi --- Comment #5 from