This is the mail archive of the gcc-patches@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]

Re: [gfortran] PR18218 - loss of floating point precision.


NIST test FM912 is now segfaulting, here is the backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x0806e6eb in _int_free ()
(gdb) bt
#0  0x0806e6eb in _int_free ()
#1  0x0806f337 in free ()
#2  0x08059789 in _gfortran_read_f (f=0x80c2b44, dest=0xbffff5a8 "",
length=4)
    at ../../../gcc/libgfortran/io/read.c:710
#3  0x08050576 in formatted_transfer (type=BT_REAL, p=0xbffff5a8, len=4)
    at ../../../gcc/libgfortran/io/transfer.c:551
#4  0x0804fa92 in _gfortran_transfer_real (p=0x70303210,
kind=1882206736)
    at ../../../gcc/libgfortran/io/transfer.c:768
#5  0x0804a3d6 in MAIN__ () at a.f:392
#6  0x0804d583 in main (argc=1882206736, argv=0x70303210)
    at ../../../gcc/libgfortran/fmain.c:18
(gdb)

 

--bud



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