* libgfortran.h: Mark stop_numeric as noreturn.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124962
138bc75d-0d04-0410-961f-
82ee72b054a4
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
* intrinsics/eoshift0.c (eoshift0): Silence uninitialized warning.
* intrinsics/eoshift2.c (eoshift2): Ditto.
/* 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 */