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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
But I'm quite lost where ix86_legitimize_address should fix this up.
It e.g. calls
12829         if (changed && ix86_legitimate_address_p (mode, x, false))
12830           return x;
but ix86_legitimate_address_p returns false there, but it still doesn't fix it
up later and just returns x anyway.

Reply via email to