From: Alexandre Oliva Date: Thu, 21 Dec 2017 20:30:23 +0000 (+0000) Subject: move ChangeLog entry to the right file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c12d20d4d297c2d81539b7e6e0a168237b4b5454;p=gcc.git move ChangeLog entry to the right file From-SVN: r255955 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61ae2b6eaa2..126f505184d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -41,12 +41,6 @@ * reorg.c (make_return_insns): Reemit each insn with its own location. -2017-12-21 Alexandre Oliva - - PR debug/83419 - * c-family/c-semantics.c (pop_stmt_list): Propagate side - effects from single nondebug stmt to container list. - 2017-12-21 James Greenhalgh * config/aarch64/aarch64.c (aarch64_expand_vector_init): Modify code diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 996e7b8eaf5..6f6203486fe 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,9 @@ +2017-12-21 Alexandre Oliva + + PR debug/83419 + * c-semantics.c (pop_stmt_list): Propagate side effects from + single nondebug stmt to container list. + 2017-12-19 Jakub Jelinek * known-headers.cc (get_stdlib_header_for_name): Replace Yoda