From: Jakub Jelinek Date: Thu, 22 Nov 2007 19:50:45 +0000 (+0100) Subject: Fix a misformatted entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c01f02b2c8fc4357a2b6337a6b921941fb063a7;p=gcc.git Fix a misformatted entry. From-SVN: r130356 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ae3cc0252e0..48119fb0f29 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -21,9 +21,9 @@ 2007-11-18 Jakub Jelinek PR c++/30988 - semantics.c (finish_call_expr): Set current_function_returns_abnormally - if fn is noreturn FUNCTION_DECL or OVERLOAD with all noreturn - functions. + * semantics.c (finish_call_expr): Set + current_function_returns_abnormally if fn is noreturn FUNCTION_DECL + or OVERLOAD with all noreturn functions. 2007-11-16 Jakub Jelinek