Fix a misformatted entry.

From-SVN: r130356
This commit is contained in:
Jakub Jelinek 2007-11-22 20:50:45 +01:00
parent 02b27543b7
commit 6c01f02b2c

View file

@ -21,9 +21,9 @@
2007-11-18 Jakub Jelinek <jakub@redhat.com>
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 <jakub@redhat.com>