From 3a12a488645585f92c7949ff7ccd342cba613157 Mon Sep 17 00:00:00 2001 From: burnus Date: Tue, 22 May 2007 20:55:53 +0000 Subject: [PATCH] 2007-05-22 Tobias Burnus * 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 | 4 ++++ libgfortran/libgfortran.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 47be95d..0eb3acb 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,9 @@ 2007-05-22 Tobias Burnus + * libgfortran.h: Mark stop_numeric as noreturn. + +2007-05-22 Tobias Burnus + PR libgfortran/31295 * intrinsics/eoshift0.c (eoshift0): Silence uninitialized warning. * intrinsics/eoshift2.c (eoshift2): Ditto. diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index fd510ee..c98d01d 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -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 */ -- 2.7.4