Fix a misformatted entry.
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 22 Nov 2007 19:50:45 +0000 (20:50 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 22 Nov 2007 19:50:45 +0000 (20:50 +0100)
From-SVN: r130356

gcc/cp/ChangeLog

index ae3cc02..48119fb 100644 (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>