https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80501
--- Comment #9 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to Jakub Jelinek from comment #8) > No, >= GET_MODE_BITSIZE (mode) + 1 could be written as > GET_MODE_BITSIZE > (mode) Ah, indeed, sorry for mixup.