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/66480] FPE calling cpu_time() with -ffpe-trap=inexact


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66480

jvdelisle at charter dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at charter dot net

--- Comment #3 from jvdelisle at charter dot net ---
It occurs here:

Program received signal SIGFPE, Arithmetic exception.
0x00007ffff7bb291a in _gfortrani_cpu_time_4 (time=0x7fffffffde7c)
    at ../../../trunk/libgfortran/intrinsics/cpu_time.c:53
53        *time = sec + usec * GFC_REAL_4_LITERAL(1.e-6);


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