This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/61640] KIND=4 Character Array Internal Unit Read Fail
- From: "jvdelisle at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 28 Jun 2014 23:15:54 +0000
- Subject: [Bug libfortran/61640] KIND=4 Character Array Internal Unit Read Fail
- Auto-submitted: auto-generated
- References: <bug-61640-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61640
--- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
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.