public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "stevenb at suse dot de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libfortran/22570] Null Characters instead of blanks in text output.
Date: Thu, 21 Jul 2005 11:00:00 -0000	[thread overview]
Message-ID: <20050721105341.24412.qmail@sourceware.org> (raw)
In-Reply-To: <20050720153355.22570.dir@lanl.gov>


------- 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
^@^@   0.000000E+00
^@^@   0.597604E-38
========================================
with as usual '^@' == '\0'.

Gr.
Steven



-- 


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


  parent reply	other threads:[~2005-07-21 10:53 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-20 15:36 [Bug libfortran/22570] New: " dir at lanl dot gov
2005-07-20 15:49 ` [Bug libfortran/22570] " pinskia at gcc dot gnu dot org
2005-07-20 16:50 ` paulthomas2 at wanadoo dot fr
2005-07-20 19:11 ` paulthomas2 at wanadoo dot fr
2005-07-20 20:05 ` stevenb at suse dot de
2005-07-20 20:18 ` stevenb at suse dot de
2005-07-20 20:49 ` stevenb at suse dot de
2005-07-20 21:23 ` stevenb at suse dot de
2005-07-20 22:23 ` paulthomas2 at wanadoo dot fr
2005-07-21  5:33 ` paulthomas2 at wanadoo dot fr
2005-07-21  8:01 ` prthomas at drfccad dot cea dot fr
2005-07-21 10:53 ` stevenb at suse dot de
2005-07-21 11:00 ` stevenb at suse dot de [this message]
2005-07-22 14:07 ` cvs-commit at gcc dot gnu dot org
2005-07-22 17:44 ` cvs-commit at gcc dot gnu dot org
2005-07-22 19:12 ` cvs-commit at gcc dot gnu dot org
2005-07-22 19:20 ` paulthomas2 at wanadoo dot fr
2005-07-22 19:26 ` pinskia at gcc dot gnu dot org
2005-07-30  6:18 ` cvs-commit at gcc dot gnu dot org
2005-07-30  6:29 ` cvs-commit at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050721105341.24412.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).