On 12/11/20 1:47 PM, Maciej W. Rozycki wrote: > An allocation is made for a temporary register, however it is unneeded, > as actually explained in the comment preceding the conditional block in > question, and consequently never used, so remove it. The `temp' rtx is > already used elsewhere in the function, which is possibly why this dead > assignment has not been warned about. > > gcc/ > * config/vax/vax.c (vax_expand_addsub_di_operands): Remove > unused register allocation. 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