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/35667] FAIL: gfortran.dg/nan_3.f90 execution test



------- Comment #1 from danglin at gcc dot gnu dot org  2008-03-22 18:19 -------
Breakpoint 5, MAIN__ ()
    at /xxx/gnu/gcc/gcc/gcc/testsuite/gfortran.dg/nan_3.f90:17
17        if (.not.isnan(r)) call abort()
(gdb) p r
$1 = 0
(gdb) ptype r
type = real(kind=4)
(gdb) p/f r
$2 = 0
(gdb) step
_gfortran_abort () at ../../../gcc/libgfortran/intrinsics/abort.c:38
38        close_units ();


-- 


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


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