aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-08-07 01:27:54 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-08-07 01:27:54 -0700
commitae5f017f1451b4cec57df4dc52e68d50bfa63b03 (patch)
treef9020632531c7ab0fa5c6a553f308d92f8a1897b /gcc/expmed.c
parent373c27489a7b7778972ab4ccf78db8fc212c81d5 (diff)
downloadgcc-ae5f017f1451b4cec57df4dc52e68d50bfa63b03.zip
gcc-ae5f017f1451b4cec57df4dc52e68d50bfa63b03.tar.gz
gcc-ae5f017f1451b4cec57df4dc52e68d50bfa63b03.tar.bz2
expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
* expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P. * expr.c (emit_group_store): Don't set it. From-SVN: r35546
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r--gcc/expmed.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c
index 778e990..e9210a6 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -245,9 +245,6 @@ store_bit_field (str_rtx, bitsize, bitnum, fieldmode, value, align, total_size)
insv_bitsize = GET_MODE_BITSIZE (op_mode);
#endif
- if (GET_CODE (str_rtx) == MEM && ! MEM_IN_STRUCT_P (str_rtx))
- abort ();
-
/* Discount the part of the structure before the desired byte.
We need to know how many bytes are safe to reference after it. */
if (total_size >= 0)