On Dec 20, 2017, Alexandre Oliva <aol...@redhat.com> wrote:

> for  gcc/ChangeLog

>       PR debug/83419
>       * c-family/c-semantics.c (pop_stmt_list): Propagate side
>       effects from single nondebug stmt to container list.

Oops, this belonged in gcc/c-family/ChangeLog.  I'm checking this in to
fix it.

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 61ae2b6eaa27..126f505184d1 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  <aol...@redhat.com>
-
-       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  <james.greenha...@arm.com>
 
        * config/aarch64/aarch64.c (aarch64_expand_vector_init): Modify code
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 996e7b8eaf5d..f0132f46ad8a 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,9 @@
+2017-12-21  Alexandre Oliva  <aol...@redhat.com>
+
+       PR debug/83419
+       * c-family/c-semantics.c (pop_stmt_list): Propagate side
+       effects from single nondebug stmt to container list.
+
 2017-12-19  Jakub Jelinek  <ja...@redhat.com>
 
        * known-headers.cc (get_stdlib_header_for_name): Replace Yoda


-- 
Alexandre Oliva, freedom fighter    http://FSFLA.org/~lxoliva/
You must be the change you wish to see in the world. -- Gandhi
Be Free! -- http://FSFLA.org/   FSF Latin America board member
Free Software Evangelist|Red Hat Brasil GNU Toolchain Engineer

Reply via email to