This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33108] unformatted string write errors with End of record.



------- Comment #1 from jvdelisle at gcc dot gnu dot org  2007-08-18 17:42 -------
When using list directed formatting, the default for a string appends a " "
(space) in front of the output.  If you replace * with '(a)' you will see that
it is fine. Why the others accept it, I don't know.

One question then:  Is the leading space to be omitted when writing to an
internal string?

I will check the standard on this.


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-08-18 17:42:34
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]