apply to correct changelog
authorNathan Sidwell <nathan@gcc.gnu.org>
Wed, 27 May 2015 20:42:29 +0000 (20:42 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 27 May 2015 20:42:29 +0000 (20:42 +0000)
From-SVN: r223775

gcc/ChangeLog
gcc/cp/ChangeLog

index 6920846f50c269ba7b6c5d9ee8124a3cd0968aa8..76bb537db1b19e423f56ce64786af1fe7fef75f7 100644 (file)
@@ -1,3 +1,10 @@
+2015-05-27  Nathan Sidwell  <nathan@acm.org>
+
+       PR c++/66270
+       * tree.c (build_pointer_type_for_mode): Canonical type does not
+       inherit can_alias_all.
+       (build_reference_type_for_mode): Likewise.
+
 2015-05-27  Eric Botcazou  <ebotcazou@adacore.com>
 
        * expr.h (array_at_struct_end_p): Move to...
index d30eeb775de1adff6930c0665a1d6faa01d8fa76..92c47388f74a1b97b64e8474f2413691d5acf354 100644 (file)
@@ -1,10 +1,3 @@
-2015-05-27  Nathan Sidwell  <nathan@acm.org>
-
-       PR c++/66270
-       * tree.c (build_pointer_type_for_mode): Canonical type does not
-       inherit can_alias_all.
-       (build_reference_type_for_mode): Likewise.
-
 2015-05-24  Nathan Sidwell  <nathan@acm.org>
 
        PR c++/66243