public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marco at hulten dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/46010] I/O: Namelist-reading bug
Date: Thu, 14 Oct 2010 18:16:00 -0000	[thread overview]
Message-ID: <20101014181600.ULxjHTijYNqvqhP9YDGobpsKzLwb2T-o_y-O9iyNDIs@z> (raw)
In-Reply-To: <bug-46010-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #5 from Marco van Hulten <marco at hulten dot org> 2010-10-14 18:15:59 UTC ---
(In reply to comment #4)
> [...]
> The issue is really the ".true." ("T","true", ".false.", "F", "false"). If the
> last item (in the namelist and in the derived type) is an integer or a string
> it works.

No, that doesn't seem to be the issue.  I tried both your minimal test case as
well as my test case, with an added character as well as an added number, but
all give the following result:

marco@graviton testje $ gfortran -std=f2003 test.f90
marco@graviton testje $ ./a.out 
&NAMTOPTRC
 TRACER(1)%SNAME="Aa",
 TRACER(1)%LINI=T,
 TRACER(1)%GETAL=          1,
 TRACER(2)%SNAME="Bb",
 TRACER(2)%LINI=T,
 TRACER(2)%GETAL=          1,
 TRACER(3)%SNAME="Cc",
 TRACER(3)%LINI=T,
 TRACER(3)%GETAL=          1,
 /
marco@graviton testje $ gfortran test.f90 
marco@graviton testje $ ./a.out 
At line 13 of file test.f90 (unit = 99, file = 'nml.dat')
Fortran runtime error: Bad data for namelist object tracer%getal


  parent reply	other threads:[~2010-10-14 18:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-13 20:59 [Bug fortran/46010] New: reading of structure marco at hulten dot org
2010-10-13 21:42 ` [Bug fortran/46010] I/O: Namelist-reading bug burnus at gcc dot gnu.org
2010-10-14  3:20 ` jvdelisle at gcc dot gnu.org
2010-10-14  3:33 ` jvdelisle at gcc dot gnu.org
2010-10-14  8:09 ` burnus at gcc dot gnu.org
2010-10-14 18:16 ` marco at hulten dot org [this message]
2010-10-14 19:13 ` jvdelisle at gcc dot gnu.org
2010-10-25  5:48 ` jvdelisle at gcc dot gnu.org
2010-10-25 13:12 ` jvdelisle at gcc dot gnu.org
2010-10-26  1:37 ` jvdelisle at gcc dot gnu.org
2010-10-26  9:13 ` marco at hulten dot org
2010-10-26 19:05 ` jvdelisle at gcc dot gnu.org
2010-10-26 19:34 ` jvdelisle at gcc dot gnu.org
2010-10-26 19:37 ` jvdelisle at gcc dot gnu.org
2010-11-02 20:29 ` marco at hulten dot org
2010-11-04  0:17 ` jvdelisle at gcc dot gnu.org
2010-11-04  0:25 ` jvdelisle at gcc dot gnu.org
2010-11-04  0:34 ` jvdelisle at gcc dot gnu.org
2010-11-04  0:38 ` jvdelisle at gcc dot gnu.org
2010-11-04  0:42 ` jvdelisle at gcc dot gnu.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=20101014181600.ULxjHTijYNqvqhP9YDGobpsKzLwb2T-o_y-O9iyNDIs@z \
    --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).