This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fortran] Mark stop_numeric as noreturn in libgfortran.h


On Tue, 2007-05-22 at 21:24 +0200, Tobias Burnus wrote:
:REVIEWMAIL:

> :ADDPATCH fortran:
> 
> stop_numeric calls sys_exit, which has the noreturn attribute.
> 
> It makes therefore sense to add the attribute also to stop_numeric. 
> (stop_numeric is used by runtime/pause.c if the answer is not "go").
> 
> Build & check-gfortran tested on x86_64-unknown-linux-gnu.
> 
> Ok for the trunk?

Yes, that's ok (obvious really).

	Thomas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]