aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/cp/ChangeLog6
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 195cc93..b986f28 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 97c99bc..12bbecf 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.