https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
--- Comment #9 from Jerry DeLisle ---
Author: jvdelisle
Date: Mon Jul 7 04:22:29 2014
New Revision: 212322
URL: https://gcc.gnu.org/viewcvs?rev=212322&root=gcc&view=rev
Log:
2014-07-06 Jerry DeLisle
PR libgfortran/61640
* gfortran.d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
--- Comment #7 from Jerry DeLisle ---
Author: jvdelisle
Date: Mon Jul 7 03:58:16 2014
New Revision: 212321
URL: https://gcc.gnu.org/viewcvs?rev=212321&root=gcc&view=rev
Log:
2014-07-06 Jerry DeLisle
Backport from mainline.
PR libgfo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
--- Comment #6 from Jerry DeLisle ---
Author: jvdelisle
Date: Mon Jul 7 03:35:09 2014
New Revision: 212319
URL: https://gcc.gnu.org/viewcvs?rev=212319&root=gcc&view=rev
Log:
2014-07-06 Jerry DeLisle
Backport from trunk.
PR libgfortr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
--- Comment #5 from Jerry DeLisle ---
Author: jvdelisle
Date: Sun Jun 29 02:49:45 2014
New Revision: 212118
URL: https://gcc.gnu.org/viewcvs?rev=212118&root=gcc&view=rev
Log:
2014-06-28 Jerry DeLisle
PR libgfortran/61640
* io/list_re
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
--- Comment #4 from Jerry DeLisle ---
Full patch submitted to gfortran list. The problem found in this PR was masking
a problem in eat_spaces for KIND=4. Was missing some parenthesis for the
indexing into the internal unit.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
--- Comment #3 from Dominique d'Humieres ---
I also confirm comment 2.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
--- Comment #2 from Jerry DeLisle ---
One subtlety. If I change the read to:
read(source,*) (x(i), i=1,9) ! 9 instead of 6
I get an EOF with kind=4 but the read is OK with kind=1.
I am investigating this. Probably yet another unrelated prob
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|