aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 92c4738..d30eeb7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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-24 Nathan Sidwell <nathan@acm.org>
PR c++/66243