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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-02-11
                 CC|                            |ak at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So, either we need to make the calls direct (that could be e.g. adding another
predicate and constraint similar to const_call_address_operand/Bz that wouldn't
check flag_force_indirect_call, or do what we do e.g. for -fpic -mcmodel=large
(but we don't have a got pointer), or add completely new patterns for TLS_GD/LD
models.

Reply via email to