From b6cb06b486508141178bcbbf788e610c05f97295 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Wed, 27 May 2015 20:36:14 +0000 Subject: re PR c++/66270 (ICE: canonical types differ for identical types) PR c++/66270 * tree.c (build_pointer_type_for_mode): Canonical type does not inherit can_alias_all. (build_reference_type_for_mode): Likewise. PR c++/66270 * g++.dg/ext/alias-canon3.C: New. From-SVN: r223773 --- gcc/cp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gcc/cp/ChangeLog') 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 + + 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 PR c++/66243 -- cgit v1.1