This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/16908] Segfault in libgfortran/io/transfer.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]