mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 05:04:05 +08:00
* expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.
From-SVN: r47081
This commit is contained in:
parent
e790b36a7c
commit
38b3baaef4
@ -1,3 +1,7 @@
|
||||
2001-11-15 Stan Shebs <shebs@apple.com>
|
||||
|
||||
* expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.
|
||||
|
||||
2001-11-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
|
||||
|
||||
* config/s390/s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns
|
||||
|
@ -7117,7 +7117,7 @@ expand_expr (exp, target, tmode, modifier)
|
||||
/* If the field isn't aligned enough to fetch as a memref,
|
||||
fetch it as a bit field. */
|
||||
|| (mode1 != BLKmode
|
||||
&& SLOW_UNALIGNED_ACCESS (mode1, MEM_ALIGN (op))
|
||||
&& SLOW_UNALIGNED_ACCESS (mode1, MEM_ALIGN (op0))
|
||||
&& ((TYPE_ALIGN (TREE_TYPE (tem))
|
||||
< GET_MODE_ALIGNMENT (mode))
|
||||
|| (bitpos % GET_MODE_ALIGNMENT (mode) != 0)))
|
||||
|
Loading…
Reference in New Issue
Block a user