This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/29452] Keyword check for specifiers in WRITE and READ
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2006 14:24:07 -0000
- Subject: [Bug fortran/29452] Keyword check for specifiers in WRITE and READ
- References: <bug-29452-1719@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from fxcoudert at gcc dot gnu dot org 2006-10-30 14:24 -------
(In reply to comment #7)
> - ASYNCHRONOUS: 'YES', 'NO'
> - BLANK: 'NULL', 'ZERO'
> - DECIMAL: 'COMMA', 'POINT'
> - DELIM: 'APOSTROPHE', 'QUOTE', 'NONE
> - PAD: 'YES', 'NO'
> - ROUND: 'UP', 'DOWN', 'ZERO', 'NEAREST', 'COMPATIBLE'. 'PROCESSOR_DEFINED'
> - SIGN: PLUS, SUPPRESS, PROCESSOR_DEFINED
I'm planning to implement those soon. I'll keep that PR open and assigned to me
to be sure I remember :)
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|burnus at gcc dot gnu dot |fxcoudert at gcc dot gnu dot
|org |org
Summary|Keyword check for specifiers|Keyword check for specifiers
|in WRITE, READ and |in WRITE and READ
|OPEN/CLOSE |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29452