https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124052
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #6) > I am going to do the first step by changing `TREE_CODE (type) != > INTEGER_TYPE` into `!INTEGRAL_TYPE_P (type)`. Please do not include BOOLEAN_TYPE. I'll open a separate bug for these issues.
