aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2018-08-03 15:55:31 +0200
committerUros Bizjak <uros@gcc.gnu.org>2018-08-03 15:55:31 +0200
commit0b0c7dc60217c5d240cc87cf2f4b778efb8717f8 (patch)
tree1c303cb62c28e381902af3fe7e8864947b26112c /gcc
parent1ae45251d9fb6b68046cbe1c6f942e1aacdeaf0a (diff)
downloadgcc-0b0c7dc60217c5d240cc87cf2f4b778efb8717f8.zip
gcc-0b0c7dc60217c5d240cc87cf2f4b778efb8717f8.tar.gz
gcc-0b0c7dc60217c5d240cc87cf2f4b778efb8717f8.tar.bz2
ChangeLog: Move entry ...
* ChangeLog: Move entry ... * cp/ChangeLog: ... here. From-SVN: r263292
Diffstat (limited to 'gcc')
-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 5220e66..dc8e538 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -92,12 +92,6 @@
2018-08-02 Richard Biener <rguenther@suse.de>
- PR c++/86763
- * class.c (layout_class_type): Copy TYPE_TYPELESS_STORAGE
- to the CLASSTYPE_AS_BASE.
-
-2018-08-02 Richard Biener <rguenther@suse.de>
-
PR tree-optimization/86816
* tree-ssa-tail-merge.c (tail_merge_valueize): New function
which checks for value availability before querying it.
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 3f709ba..77fbed6 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -5,6 +5,12 @@
(cp_print_error_function): Use pp_take_prefix when saving the
existing prefix.
+2018-08-02 Richard Biener <rguenther@suse.de>
+
+ PR c++/86763
+ * class.c (layout_class_type): Copy TYPE_TYPELESS_STORAGE
+ to the CLASSTYPE_AS_BASE.
+
2018-08-01 Martin Sebor <msebor@redhat.com>
PR tree-optimization/86650