mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
libgfortran.h: Mark stop_numeric as noreturn.
2007-05-22 Tobias Burnus <burnus@net-b.de> * libgfortran.h: Mark stop_numeric as noreturn. From-SVN: r124962
This commit is contained in:
parent
09e18274fd
commit
6b12f000e0
@ -1,3 +1,7 @@
|
||||
2007-05-22 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* libgfortran.h: Mark stop_numeric as noreturn.
|
||||
|
||||
2007-05-22 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
PR libgfortran/31295
|
||||
|
@ -685,7 +685,7 @@ internal_proto(st_printf);
|
||||
|
||||
/* stop.c */
|
||||
|
||||
extern void stop_numeric (GFC_INTEGER_4);
|
||||
extern void stop_numeric (GFC_INTEGER_4) __attribute__ ((noreturn));
|
||||
iexport_proto(stop_numeric);
|
||||
|
||||
/* reshape_packed.c */
|
||||
|
Loading…
Reference in New Issue
Block a user