This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16908] Segfault in libgfortran/io/transfer.c
- From: "bdavis at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Aug 2004 02:56:43 -0000
- Subject: [Bug fortran/16908] Segfault in libgfortran/io/transfer.c
- References: <20040806224449.16908.sgk@troutmask.apl.washington.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bdavis at gcc dot gnu dot org 2004-08-14 02:56 -------
Here is the testcase reduced a bit more:
cat a.f90
program synsig
implicit none
integer n
open(unit=12, file='syn.sax', access='direct', recl=8196)
n = 1
write(12, rec=n) 100
end program synsig
$ gfc a.f90
$ ./a.out
$ ./a.out
Segmentation fault (core dumped)
Something very basic has broken. This problem is in libfortran.
--bud davis
--
What |Removed |Added
----------------------------------------------------------------------------
GCC build triplet| 3.5.0 20040804 |3.5.0 20040804
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16908