diff options
| author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-22 19:50:45 +0000 |
|---|---|---|
| committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-22 19:50:45 +0000 |
| commit | c054c299c242fe79b717858110ffd07129f5060e (patch) | |
| tree | 25da30de662cbe3d465ef4489688859739e196e1 | |
| parent | de2f9299d53f332f785d19fb517ff42855842c4b (diff) | |
| download | ppe42-gcc-c054c299c242fe79b717858110ffd07129f5060e.tar.gz ppe42-gcc-c054c299c242fe79b717858110ffd07129f5060e.zip | |
Fix a misformatted entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130356 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/cp/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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> |

