-
- Downloads
alias.c (component_uses_parent_alias_set): Rename from can_address_p.
* alias.c (component_uses_parent_alias_set): Rename from can_address_p. Return bool. Reverse the sense of the result. Reinstate the check for alias set zero. (get_alias_set): Update to match. * alias.h (component_uses_parent_alias_set): Likewise. * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise. * expr.c (expand_assignment): Likewise. * expr.h: Remove commented out prototypes that were moved to alias.h. From-SVN: r91712
Showing
- gcc/ChangeLog 11 additions, 0 deletionsgcc/ChangeLog
- gcc/alias.c 19 additions, 10 deletionsgcc/alias.c
- gcc/alias.h 1 addition, 1 deletiongcc/alias.h
- gcc/emit-rtl.c 3 additions, 3 deletionsgcc/emit-rtl.c
- gcc/expr.c 1 addition, 2 deletionsgcc/expr.c
- gcc/expr.h 0 additions, 5 deletionsgcc/expr.h
- gcc/testsuite/gcc.dg/attr-may-alias-1.c 15 additions, 0 deletionsgcc/testsuite/gcc.dg/attr-may-alias-1.c
Loading
Please register or sign in to comment