[Bug target/83964] [8 Regression] ICE in extract_insn, at recog.c:2304
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 23 10:34:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83964
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So, should BU_FP_MISC_1 define use as mask RS6000_BTM_HARD_FLOAT |
RS6000_BTM_CELL instead of just RS6000_BTM_HARD_FLOAT?
Though, the instructions are also guarded with TARGET_DOUBLE_FLOAT resp.
TARGET_SINGLE_FLOAT, so on singlefp.h targets it might still ICEs.
Do other builtin's masks match the conditions on corresponding instructions?
More information about the Gcc-bugs
mailing list