This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36421] Gw.d edit descriptor for integer numbers: Wrong output
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jun 2008 05:28:25 -0000
- Subject: [Bug fortran/36421] Gw.d edit descriptor for integer numbers: Wrong output
- References: <bug-36421-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from burnus at gcc dot gnu dot org 2008-06-03 05:28 -------
> The standard says to ignore the w.d in the G descriptor
No, it only says to ignore the ".d" part. Gw.d is equivalent to Iw (and not to
Iw.d).
> Also you example uses a0 which is also rejected.
a0 is invalid as Aw, w > 0. I pasted the wrong file. (A0 has the problem that
the error message is strange, see PR 36422.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36421