From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11579 invoked by alias); 21 Sep 2007 11:59:16 -0000 Received: (qmail 11534 invoked by uid 48); 21 Sep 2007 11:59:03 -0000 Date: Fri, 21 Sep 2007 11:59:00 -0000 Message-ID: <20070921115903.11533.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/30780] FPE in CPU_TIME (and possibly others) with -ffpe-trap=underflow In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-09/txt/msg01769.txt.bz2 ------- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-09-21 11:59 ------- (In reply to comment #9) > Maybe one should put it additionally also in the documentation of the CPU_TIME > intrinsic subroutine. Yep, but I suspect that CPU_TIME is not the only routine library routine that can trigger this exception. I don't feel like going through all library routines and check which can fail, but the I/O system certainly can trigger it also, as Jerry observed, so I was thinking of adding a more general kind of remark. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30780