On 12/11/20 1:48 PM, Maciej W. Rozycki wrote: > Remove an assertion the failure of which has not been actually observed, > but which appears clearly dangerous, for when the QMATH DImode add/sub > handler is invoked with the subtrahend and the minuend both the same. > Instead handle the operation by emitting a move of constant 0 to the > output operand. Adjust the relevant inline comment accordingly. > > gcc/ > * config/vax/vax.c (vax_expand_addsub_di_operands): Handle equal > input operands with subtraction. OK jeff
- [PATCH 0/3] VAX: QMATH DImode add/sub fixes Maciej W. Rozycki
- [PATCH 1/3] VAX: Remove unused register allo... Maciej W. Rozycki
- Re: [PATCH 1/3] VAX: Remove unused regis... Jeff Law via Gcc-patches
- [PATCH 2/3] VAX: Handle constant 0 with QMAT... Maciej W. Rozycki
- Re: [PATCH 2/3] VAX: Handle constant 0 w... Jeff Law via Gcc-patches
- Re: [PATCH 2/3] VAX: Handle constant... Maciej W. Rozycki
- [PATCH 3/3] VAX: Handle subtracting from sel... Maciej W. Rozycki
- Re: [PATCH 3/3] VAX: Handle subtracting ... Jeff Law via Gcc-patches