[Bug target/89289] ICE in extract_insn, at recog.c:2310
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 11 19:01:00 GMT 2019
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.
More information about the Gcc-bugs
mailing list