https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91898

Michael Matz <matz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matz at gcc dot gnu.org

--- Comment #2 from Michael Matz <matz at gcc dot gnu.org> ---
Especially you don't want to do the duplication of the indirect jump before 
pass_duplicate_computed_gotos, as otherwise you'd get all the O(n^2) complexity
problems that the factorization of computed gotos is designed to prevent.

I.e. yes: RTL side.

Reply via email to