public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status
@ 2005-04-11 15:40 fxcoudert at gcc dot gnu dot org
  2005-04-11 15:41 ` [Bug libfortran/20950] " fxcoudert at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2005-04-11 15:40 UTC (permalink / raw)
  To: gcc-bugs

$ cat fc112.f 
      character*20 c
      inquire (33, sequential = c)
      print *, c
      end
$ ./bin/gfortran -static fc112.f && ./a.out
zsh: segmentation fault  ./a.out

With gdb:
Program received signal SIGSEGV, Segmentation fault.
inquire_via_unit (u=0x0) at ../../../gcc/libgfortran/io/inquire.c:92
92            else


Patch will follow soon.

-- 
           Summary: segfault in INQUIRE asking for SEQUENTIAL status
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fxcoudert at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-04-28  3:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-11 15:40 [Bug libfortran/20950] New: segfault in INQUIRE asking for SEQUENTIAL status fxcoudert at gcc dot gnu dot org
2005-04-11 15:41 ` [Bug libfortran/20950] " fxcoudert at gcc dot gnu dot org
2005-04-18  7:34 ` cvs-commit at gcc dot gnu dot org
2005-04-18  7:40 ` [Bug libfortran/20950] [4.0 only] " fxcoudert at gcc dot gnu dot org
2005-04-27 18:16 ` cvs-commit at gcc dot gnu dot org
2005-04-27 18:16 ` fxcoudert at gcc dot gnu dot org
2005-04-28  3:58 ` eschenb at informatik dot uni-frankfurt dot de

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