https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121413

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:685527a408ea025591c7f887566d7049ddd72c02

commit r16-3041-g685527a408ea025591c7f887566d7049ddd72c02
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Aug 6 12:52:47 2025 +0200

    bitint: Fix build [PR121413]

    Sorry, my bootstrap failed last night because of this, I've fixed it
    up and it bootstrapped/regtested fine overnight, but in the morning
    forgot to adjust the patch before committing.

    Without this there is
    .../gimple-lower-bitint.cc:7678:36: error: comparison of integer
expressions of different signedness: âunsigned intâ and âintâ
[-Werror=sign-compare]
     7678 |                       if (min_prec > limb_prec && abi_limb_prec >
limb_prec)
          |                           ~~~~~~~~~^~~~~~~~~~~

    2025-08-06  Jakub Jelinek  <ja...@redhat.com>

            PR tree-optimization/121413
            * gimple-lower-bitint.cc (gimple_lower_bitint): Fix up last
            commit, cast limb_prec to unsigned before comparison.

Reply via email to