On May 14, 1:36=A0am, 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. =A0Here is an example. =A0Given
> > the program
>
> > =A0 =A0 =A0 PROGRAM MAIN
> > =A0 =A0 =A0 =A0 OPEN (10, FILE=3D'XXX')
> > =A0 =A0 =A0 =A0 REWIND 10
> > =A0 =A0 =A0 =A0 WRITE (10, '(A)', ADVANCE=3D'NO') 'ABCDEF'
> > =A0 =A0 =A0 =A0 WRITE (10, '(T1, A)') 'GHI'
> > =A0 =A0 =A0 END
>
> When I compile and run the program with a handful of different
> compilers, ifort 8.0 appears to be the odd man out. =A0Do more
> recent versions of ifort still write
>
> GHIDEF
>
> to the file XXX? =A0 Do other implementations?
>
> Bob Corbett
CVF 6.6 produces GHIDEF also. Removing the "T1," above produces
ABCDEFGHI.
So in the "correct" implentation, how do you produce GHIDEF in a
standard conforming way?


|