Re: [PATCH] Fix RTL FE issue with premature return

2021-11-29 Thread Jeff Law via Gcc-patches
On 11/29/2021 4:26 AM, Richard Biener via Gcc-patches wrote: This fixes an issue discovered by -Wunreachable-code-return Bootstrap / regtest pending on x86_64-unknown-linux-gnu, OK? 2021-11-29 Richard Biener * read-rtl-function.c (function_reader::read_rtx_operand): Retur

[PATCH] Fix RTL FE issue with premature return

2021-11-29 Thread Richard Biener via Gcc-patches
This fixes an issue discovered by -Wunreachable-code-return Bootstrap / regtest pending on x86_64-unknown-linux-gnu, OK? 2021-11-29 Richard Biener * read-rtl-function.c (function_reader::read_rtx_operand): Return only after resetting m_in_call_function_usage. --- gcc/read-rtl