https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43849
Steven Bosscher changed:
What|Removed |Added
Status|WAITING |NEW
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43849
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43849
Janne Blomqvist changed:
What|Removed |Added
CC||jb at gcc dot gnu.org
--- Comment #3 fr
--- Comment #2 from burnus at gcc dot gnu dot org 2010-04-22 13:29 ---
Forgot to mention that one can then also print the exception status:
"8.4 STOP and ERROR STOP statements" (F2008 FDIS):
"If any exception (cf. 14 Exceptions and IEEE arithmetic) is signaling on that
image, the proce
--- Comment #1 from burnus at gcc dot gnu dot org 2010-04-22 13:19 ---
Thus:
a) Create a function named, e.g., _gfortran_shutdown/_gfortran_finalize, which
calls
flush_all_units ();
close_units ();
b) Call it from:
_gfortran_abort
_gfortran_stop_numeric;
_gfortran_stop_s