mirror of git://gcc.gnu.org/git/gcc.git
parent
0e963becfe
commit
929614bf0e
|
|
@ -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>
|
2015-05-27 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
* expr.h (array_at_struct_end_p): Move to...
|
* expr.h (array_at_struct_end_p): Move to...
|
||||||
|
|
|
||||||
|
|
@ -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>
|
2015-05-24 Nathan Sidwell <nathan@acm.org>
|
||||||
|
|
||||||
PR c++/66243
|
PR c++/66243
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue