diff options
author | Tamar Christina <tamar.christina@arm.com> | 2022-07-08 21:54:44 -0400 |
---|---|---|
committer | Jeff Law <jeffreyalaw@gmail.com> | 2022-07-08 21:56:25 -0400 |
commit | 84ff566c63cde517c7d963a554e338531fb059f1 (patch) | |
tree | 8d5643c27b8b20e16a09855636d0a5073a521c56 /gcc/expr.cc | |
parent | 71e3daa31cfa35ee58e5899cb00767be92227fd2 (diff) | |
download | gcc-84ff566c63cde517c7d963a554e338531fb059f1.zip gcc-84ff566c63cde517c7d963a554e338531fb059f1.tar.gz gcc-84ff566c63cde517c7d963a554e338531fb059f1.tar.bz2 |
[PATCH][s390]: Fix the usage of store_bit_field in the backend.
Hi All,
I seem to have broken the s390 bootstrap because I added a new parameter to the
store_bit_field function to indicate whether the value the field of is being set
is currently undefined.
If it's undefined we use a subreg instead. In this case the value of false
restores the old behavior.
Ok for master?
Thanks,
Tamar
gcc/ChangeLog:
* config/s390/s390.cc (s390_expand_atomic): Pass false to store_bit_field to
indicate that the value is not undefined.
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions