Re: RFA: Fix REG_ARGS_SIZE handling when pushing TLS addresses

2018-01-02 Thread Jeff Law
On 12/28/2017 01:37 PM, Richard Sandiford wrote: > Andreas Schwab writes: >> On Dez 23 2017, Richard Sandiford wrote: >>> gcc/ >>> * expr.c (fixup_args_size_notes): Check that any existing >>> REG_ARGS_SIZE notes are correct, and don't

RFA: Fix REG_ARGS_SIZE handling when pushing TLS addresses

2017-12-28 Thread Richard Sandiford
Andreas Schwab writes: > On Dez 23 2017, Richard Sandiford wrote: >> gcc/ >> * expr.c (fixup_args_size_notes): Check that any existing >> REG_ARGS_SIZE notes are correct, and don't try to re-add them. >>