aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog5
-rw-r--r--gcc/testsuite/ChangeLog5
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index c1ffe2e..938ec48 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,8 +1,3 @@
-2019-08-16 Marek Polacek <polacek@redhat.com>
-
- PR c++/85827
- * g++.dg/cpp1z/constexpr-if29.C: New test.
-
2019-08-15 Jason Merrill <jason@redhat.com>
PR c++/90393 - ICE with thow in ?:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 408897e..4652290 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-16 Marek Polacek <polacek@redhat.com>
+
+ PR c++/85827
+ * g++.dg/cpp1z/constexpr-if29.C: New test.
+
2019-08-16 Jeff Law <law@redhat.com>
* gcc.target/sh/pr54236-6.c: Use -fno-tree-forwprop.