]> gcc.gnu.org Git - gcc.git/commit
Fix RTL FE issue with premature return
authorRichard Biener <rguenther@suse.de>
Mon, 29 Nov 2021 11:24:30 +0000 (12:24 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 29 Nov 2021 15:18:45 +0000 (16:18 +0100)
commite2194a8b39251497d770abf3fb6ee06de6072ed9
treef69fded2996b19d60b62d4e5bdc4e48de5a27dfa
parent1420ff3efcff98df0e8c6f021a7ff24b5fc65043
Fix RTL FE issue with premature return

This fixes an issue discovered by -Wunreachable-code-return

2021-11-29  Richard Biener  <rguenther@suse.de>

* read-rtl-function.c (function_reader::read_rtx_operand):
Return only after resetting m_in_call_function_usage.
gcc/read-rtl-function.c
This page took 0.060605 seconds and 5 git commands to generate.