On May 14, 12:11 am, "Jugoslav Dujic" <jdu...@[EMAIL PROTECTED]
> wrote:
> robert.corb...@[EMAIL PROTECTED]
wrote:
>
> | On May 13, 8:05 pm, robert.corb...@[EMAIL PROTECTED]
wrote:
> || On May 13, 6:33 pm, nos...@[EMAIL PROTECTED]
(Richard Maine) wrote:
> |
> || It does look as if I got it wrong. Here is an example. Given
> || the program
> ||
> || PROGRAM MAIN
> || OPEN (10, FILE='XXX')
> || REWIND 10
> || WRITE (10, '(A)', ADVANCE='NO') 'ABCDEF'
> || WRITE (10, '(T1, A)') 'GHI'
> || END
> |
> | When I compile and run the program with a handful of different
> | compilers, ifort 8.0 appears to be the odd man out. Do more
> | recent versions of ifort still write
> |
> | GHIDEF
> |
> | to the file XXX? Do other implementations?
>
> Intel Fortran 10.1 for Windows (latest) produces
>
> ABCDEFGHI
Thank you. That does seem to settle what the common
interpretation is. I still think the standard should
be clearer, but current implementations all appear to
handle the tab edit descriptors the same way.
Bob Corbett


|