------- Comment #1 from jvdelisle at gcc dot gnu dot org  2006-08-05 02:15 
-------
>From F95 Standard: 9.3.4.9  "DELIM = " in OPEN statement

If the value of this specifier is NONE, a character value when written
shall not be delimited by apostrophes or quotation marks,nor shall any internal
apostrophes or quotation marks be doubled. If this specifier is omitted,
the default value is NONE. This specifier is permitted only for a
file being connected for formatted input/output. This specifier is
ignored during input of a formatted record.

However Reading further in 10.9 NOTE 10.33

A character sequence corresponding to a namelist input item of character data
type shall be delimited either with apostrophes or with quotes. The delimiter
is required to avoid ambiguity between undelimited character sequences and
object names. The value of the DELIM= specifier, if any, in the OPEN
statement for an external file is ignored during namelist input
(9.3.4.9).

So this is not a bug.


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28607

Reply via email to