emit-rtl.c (set_mem_attributes_minus_bitpos): Explicitly derive default values from...
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 30 Dec 2010 13:28:05 +0000 (13:28 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 30 Dec 2010 13:28:05 +0000 (13:28 +0000)
commit268f70337cd8e8b5eb09b934dc0676b88181fcc5
tree9c670cf4174680014299b8267b1aa6d19a854e3d
parent720386ac5f2f615f03289eb196b0ad4683d860a3
emit-rtl.c (set_mem_attributes_minus_bitpos): Explicitly derive default values from MEM mode if no memory attributes are present.

* emit-rtl.c (set_mem_attributes_minus_bitpos): Explicitly derive
default values from MEM mode if no memory attributes are present.
Do not use mode alignment, even on STRICT_ALIGNMENT targets, when
called with an expression (not a type).

From-SVN: r168344
gcc/ChangeLog
gcc/emit-rtl.c