------- Additional Comments From stevenb at suse dot de  2005-07-21 10:53 
-------
Subject: Re:  Null Characters instead of blanks in t extoutput

On Thursday 21 July 2005 12:11, Steven Bosscher wrote:
> Thanks for your efforts.  Sadly these patches still do not fix mgrid :-(

This is a test case for the mgrid problem:

      IMPLICIT NONE
      INTEGER I
      REAL U(3)
      OPEN(UNIT=18, FORM='FORMATTED', STATUS='UNKNOWN')
      WRITE (18,100) (U(I), I=1,3)
100   FORMAT (2X, E15.6)
      CLOSE(UNIT=18)
      END


With the patches from the previous mail applied it now outputs:
========================================
     0.000000E+00
[EMAIL PROTECTED]@   0.000000E+00
[EMAIL PROTECTED]@   0.597604E-38
========================================
with as usual '^@' == '\0'.

Gr.
Steven



-- 


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

Reply via email to