OSDN Git Service

2007-05-22 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 May 2007 20:55:53 +0000 (20:55 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 May 2007 20:55:53 +0000 (20:55 +0000)
       * libgfortran.h: Mark stop_numeric as noreturn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124962 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/libgfortran.h

index 47be95d..0eb3acb 100644 (file)
@@ -1,5 +1,9 @@
 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.
index fd510ee..c98d01d 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 */