[Bug rtl-optimization/51041] register allocation of SSE register in loop with across eh edges
vmakarov at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jul 7 15:13:24 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51041
--- Comment #4 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
I believe it is the same problem as PR110215 which was solved recently by
checking whether pseudo values are used in the exception handler and the
handler does not return control flow back to the function code.
So I guess this problem was solved too.
More information about the Gcc-bugs
mailing list