diff options
| -rw-r--r-- | gcc/cp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index bd1093fa0ef..1698444fd2d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,8 @@ 2003-09-09 Richard Henderson <rth@redhat.com> + * semantics.c (expand_or_defer_fn): Use cgraph_finalize_function + always. + * decl2.c (finish_file): Avoid out-of-bounds array reference during memmove. |

