aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gm2/cse/pass/testcse9.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2025-08-06 12:52:47 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2025-08-06 12:56:23 +0200
commit685527a408ea025591c7f887566d7049ddd72c02 (patch)
treef9b6e07d7553eefdd1677bc39c5c35311b73e16f /gcc/testsuite/gm2/cse/pass/testcse9.c
parent297a1d1cb10308821949b4732ab19c822fe118cb (diff)
downloadgcc-master.zip
gcc-master.tar.gz
gcc-master.tar.bz2
bitint: Fix build [PR121413]HEADtrunkmaster
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 <jakub@redhat.com> PR tree-optimization/121413 * gimple-lower-bitint.cc (gimple_lower_bitint): Fix up last commit, cast limb_prec to unsigned before comparison.
Diffstat (limited to 'gcc/testsuite/gm2/cse/pass/testcse9.c')
0 files changed, 0 insertions, 0 deletions