[gcc(refs/users/marxin/heads/marxin-gcc-benchmark-branch)] Move CL to the correct file.

Martin Liska marxin@gcc.gnu.org
Mon Mar 30 10:48:40 GMT 2020


https://gcc.gnu.org/g:f214002ba1600ff64a6269c40282dd4ae36be873

commit f214002ba1600ff64a6269c40282dd4ae36be873
Author: Marek Polacek <polacek@redhat.com>
Date:   Wed Feb 5 17:45:16 2020 -0500

    Move CL to the correct file.

Diff:
---
 gcc/ChangeLog    | 6 ------
 gcc/cp/ChangeLog | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 195cc9386fa..b986f2891f8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,9 +1,3 @@
-2020-02-05  Jakub Jelinek  <jakub@redhat.com>
-
-	PR c++/93557
-	* semantics.c (cp_build_vec_convert): Call decay_conversion on arg
-	prior to passing it to c_build_vec_convert.
-
 2020-02-05  Michael Meissner  <meissner@linux.ibm.com>
 
 	PR target/93568
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 97c99bc0d26..12bbecfdda1 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2020-02-05  Jakub Jelinek  <jakub@redhat.com>
+
+	PR c++/93557
+	* semantics.c (cp_build_vec_convert): Call decay_conversion on arg
+	prior to passing it to c_build_vec_convert.
+
 2020-02-05  Marek Polacek  <polacek@redhat.com>
 
 	PR c++/93559 - ICE with CONSTRUCTOR flags verification.


More information about the Gcc-cvs mailing list