tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Properly handle DECL_BIT_...
authorRichard Biener <rguenther@suse.de>
Tue, 28 Jun 2016 11:55:19 +0000 (11:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 28 Jun 2016 11:55:19 +0000 (11:55 +0000)
commit7d4cdbd485607cc1d575a42d815a5dec7708aded
treecc5f212f823778695adf1ffc90a0354537fe9967
parente9ac1f86bf70e0ca794fed6ba3b8fe3026da063e
tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as COMPONENT_REF operand.

2016-06-28  Richard Biener  <rguenther@suse.de>

* tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
COMPONENT_REF operand.
(nonoverlapping_component_refs_p): Likewise.
* stor-layout.c (start_bitfield_representative): Mark
DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.

From-SVN: r237818
gcc/ChangeLog
gcc/stor-layout.c
gcc/tree-ssa-alias.c