-
- Downloads
tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with...
tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with TYPE_NONALIASED_COMPONENT like with DECL_NONADDRESSABLE_P. * tree-ssa-structalias.c (push_fields_onto_fieldstack): Deal with TYPE_NONALIASED_COMPONENT like with DECL_NONADDRESSABLE_P. ada/ * decl.c (array_type_has_nonaliased_component): New predicate. (gnat_to_gnu_field) <E_Array_Type>: Invoke the above predicate to set the TYPE_NONALIASED_COMPONENT flag on the type. <E_Array_Subtype>: Likewise. * gigi.h (type_for_nonaliased_component_p): Declare. * utils.c (type_for_nonaliased_component_p): New predicate. (create_field_decl): Invoke the above predicate to set the DECL_NONADDRESSABLE_P flag on the field. From-SVN: r128391
Showing
- gcc/ChangeLog 5 additions, 0 deletionsgcc/ChangeLog
- gcc/ada/ChangeLog 11 additions, 0 deletionsgcc/ada/ChangeLog
- gcc/ada/decl.c 21 additions, 20 deletionsgcc/ada/decl.c
- gcc/ada/gigi.h 4 additions, 0 deletionsgcc/ada/gigi.h
- gcc/ada/utils.c 22 additions, 9 deletionsgcc/ada/utils.c
- gcc/tree-ssa-structalias.c 7 additions, 2 deletionsgcc/tree-ssa-structalias.c
Loading
Please register or sign in to comment