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?