[Bug c/94902] internal compiler error: output_operand: invalid use of register 'frame'
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon May 4 08:04:33 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94902
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vmakarov at gcc dot gnu.org
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This is diagnosed in ira.c (ira_setup_eliminable_regset), but nothing is
actually changed in the IL. I wonder if the RA shouldn't for the eliminable
registers that can't be eliminated couldn't delete the instructions or
something similar, so that we don't ICE during error-recovery later on.
More information about the Gcc-bugs
mailing list