Commit d4d145ac by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR libfortran/21787 (flush I/O before calling abort())

	PR libfortran/21787
	* intrinsics/abort.c (abort): Close units before aborting.
	Updated copyright years.

From-SVN: r102600
parent 41500b74
2005-07-31 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/21787
* intrinsics/abort.c (abort): Close units before aborting.
Updated copyright years.
2005-07-30 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/22436
......
/* Implementation of the ABORT intrinsic.
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU Fortran 95 runtime library (libgfortran).
......@@ -35,5 +35,6 @@ export_proto_np(PREFIX(abort));
void PREFIX(abort) (void)
{
close_units ();
abort ();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment