This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/66480] FPE calling cpu_time() with -ffpe-trap=inexact
- From: "jvdelisle at charter dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 10 Jun 2015 04:43:45 +0000
- Subject: [Bug fortran/66480] FPE calling cpu_time() with -ffpe-trap=inexact
- Auto-submitted: auto-generated
- References: <bug-66480-4 at http dot gcc dot gnu dot org/bugzilla/>
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);