This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix -fcompare-debug due to DEBUG_BEGIN_STMTs (PR debug/83419)


On Dec 20, 2017, Alexandre Oliva <aoliva@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  <aoliva@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.greenhalgh@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  <aoliva@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  <jakub@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]