Re: [PATCH][s390]: Fix the usage of store_bit_field in the backend.

2022-07-08 Thread Jeff Law via Gcc-patches
On 7/8/2022 6:10 AM, Tamar Christina via Gcc-patches wrote: Subject: [PATCH][s390]: Fix the usage of store_bit_field in the backend. From: Tamar Christina via Gcc-patches Date: 7/8/2022, 6:10 AM To: gcc-patches@gcc.gnu.org CC: n...@arm.com, uweig...@de.ibm.com Hi All, I seem to have

[PATCH][s390]: Fix the usage of store_bit_field in the backend.

2022-07-08 Thread Tamar Christina via Gcc-patches
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.