diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 47be95d25bd..0eb3acbbbb0 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2007-05-22 Tobias Burnus + + * libgfortran.h: Mark stop_numeric as noreturn. + 2007-05-22 Tobias Burnus PR libgfortran/31295 diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index fd510ee5fa1..c98d01d6043 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 */