This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/38439] I/O PD edit descriptor inconsistency
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2009 05:46:06 -0000
- Subject: [Bug fortran/38439] I/O PD edit descriptor inconsistency
- References: <bug-38439-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from jvdelisle at gcc dot gnu dot org 2009-01-23 05:46 -------
gfortran's current format parser is completely lost by the time an error is
thrown. I have a patch that detects the actual error and the locus is spot on.
I am fixing both compile time and run time to reject the exponent width with a
D edit descriptor.
I will have a look at the d0 case as well.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38439