ChangeLog: Move entry ...
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 3 Aug 2018 13:55:31 +0000 (15:55 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 3 Aug 2018 13:55:31 +0000 (15:55 +0200)
* ChangeLog: Move entry ...
* cp/ChangeLog: ... here.

From-SVN: r263292

gcc/ChangeLog
gcc/cp/ChangeLog

index 5220e66562f0413b790d611f030d6db1123193b0..dc8e5382fb5778f9a64b1b569558006a6f9a0cb2 100644 (file)
 
        * genemit.c (print_overload_test): Fix typo.
 
-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
index 3f709ba562d53a1fe8c441dba63b64a054d6be55..77fbed674762655e1cbdc2fae8a436dae069c29e 100644 (file)
@@ -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