[Bug libfortran/63930] libgfortran should use 'abort ()' instead of 'exit (2)' for run-time errors
fxcoudert at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 4 22:09:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63930
Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution|--- |WONTFIX
--- Comment #5 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Closing this one as WONTFIX: we shouldn't abort() for run-time errors. But we
can print backtraces, which is PR53379, and is about to be fixed.
More information about the Gcc-bugs
mailing list