* expr.c (highest_pow2_factor_for_type): Rename into
commit252d0e4d216823a118d88ee8cab5072beacb589e
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Mar 2004 06:48:51 +0000 (8 06:48 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Mar 2004 06:48:51 +0000 (8 06:48 +0000)
treefa9e3e9dcafa91608c9e55c39fab6204b9942a22
parentbb9bbda5c0f51b1173d6e9092eee4a2cbbe25288
* expr.c (highest_pow2_factor_for_type): Rename into
highest_pow2_factor_for_target.  Use DECL_ALIGN instead of
TYPE_ALIGN when the target is a COMPONENT_REF.
(expand_assignment): Ajust call to highest_pow2_factor_for_type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79101 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20040308-1.c [new file with mode: 0644]