libgfortran.h: Mark stop_numeric as noreturn.
authorTobias Burnus <burnus@net-b.de>
Tue, 22 May 2007 20:55:53 +0000 (22:55 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Tue, 22 May 2007 20:55:53 +0000 (22:55 +0200)
2007-05-22  Tobias Burnus  <burnus@net-b.de>

       * libgfortran.h: Mark stop_numeric as noreturn.

From-SVN: r124962

libgfortran/ChangeLog
libgfortran/libgfortran.h

index 47be95d25bd04615ddca8adcda2ff7d7da9d7281..0eb3acbbbb0a7914ba5ef94640d14989dacaf9fa 100644 (file)
@@ -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
index fd510ee5fa15092f442a51b7dae5210885fd3bc6..c98d01d60439c4862a58e3c30af012e260ec7d3a 100644 (file)
@@ -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 */