apply to correct changelog

From-SVN: r223775
This commit is contained in:
Nathan Sidwell 2015-05-27 20:42:29 +00:00
parent 0e963becfe
commit 929614bf0e
2 changed files with 7 additions and 7 deletions

View 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...

View 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