public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/18879] New: ? not supported in namelist input
@ 2004-12-07 21:33 Thomas dot Koenig at online dot de
  2004-12-08 14:48 ` [Bug libfortran/18879] " tobi at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Thomas dot Koenig at online dot de @ 2004-12-07 21:33 UTC (permalink / raw)
  To: gcc-bugs

A ? as input should dump the variable names of the namelist
to standard output.

Like PR 18874, but with libfortran.

$ cat namelist.f90
program main
  namelist /foo/ a
  read (*,foo)
end
$ gfortran namelist.f90 && ./a.out
?
At line 3 of file namelist.f90
Fortran runtime error: Invalid character in namelist
$ gfortran -v
Reading specs from /home/ig25/lib/gcc/i686-pc-linux-gnu/4.0.0/specs
Configured with: ../gcc/configure --prefix=/home/ig25
--enable-languages=c,c++,f95 --disable-shared : (reconfigured) ../gcc/configure
--prefix=/home/ig25 --disable-shared
--with-gcc-version-trigger=/home/ig25/gcc/gcc/version.c
--enable-languages=c,c++,f95 --no-create --no-recursion
Thread model: posix
gcc version 4.0.0 20041206 (experimental)

-- 
           Summary: ? not supported in namelist input
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Thomas dot Koenig at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2005-07-01 22:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-07 21:33 [Bug libfortran/18879] New: ? not supported in namelist input Thomas dot Koenig at online dot de
2004-12-08 14:48 ` [Bug libfortran/18879] " tobi at gcc dot gnu dot org
2004-12-08 16:24 ` Thomas dot Koenig at online dot de
2004-12-10 11:00 ` Thomas dot Koenig at online dot de
2005-01-06 14:42 ` tobi at gcc dot gnu dot org
2005-03-13 17:59 ` paulthomas2 at wanadoo dot fr
2005-04-18  7:54 ` [Bug libfortran/18879] [4.0 only] " fxcoudert at gcc dot gnu dot org
2005-04-18 14:41 ` pinskia at gcc dot gnu dot org
2005-06-05 23:35 ` cvs-commit at gcc dot gnu dot org
2005-07-01 22:11 ` pinskia at gcc dot gnu dot org
2005-07-01 22:11 ` pinskia at gcc dot gnu dot org

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).