This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Is there a way to abort a run on exception?
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: fortran at gcc dot gnu dot org
- Date: Sun, 25 Feb 2007 12:14:08 +0100 (CET)
- Subject: Is there a way to abort a run on exception?
I would like to be able to compile (or set environment
variables) a fortran program in such a way that the first
exception (typically a NaN) abort the execution (possibly
with a trace of where the exception occured). Is this possible?
TIA
Dominique