On 07/14/2011 09:48 PM, Janne Blomqvist wrote:
2011-07-14 Daniel Carrera<[email protected]>* caf/mpi.c (caf_runtime_error): Remove "error" parameter. Return EXIT_FAILURE instead.Well, this changelog entry is incorrect; you're calling exit(EXIT_FAILURE) and not returning a value.
Ok. What term should I have used? I was thinking that the program itself returns a value, but I can see that what I wrote was not optimal.
From the patch: /* FIXME: Shutdown the Fortran RTL to flush the buffer. PR 43849. */ This is unnecessary, as the call to exit() will call the libgfortran destructor which will close all units, as explained in comment #3 in the PR.
Ok. I didn't want to mess with comments that I didn't fully understand. -- I'm not overweight, I'm undertall.
