[Bug middle-end/121206] [16 regression] Hang in ranger when building gromacs-2025.2 since r16-1645-g309dbcea2cabb3
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 8 07:51:49 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121206
--- Comment #16 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:7fb8339ca3239cc74983b82e4ba89c95b7489209
commit r16-4283-g7fb8339ca3239cc74983b82e4ba89c95b7489209
Author: Jakub Jelinek <jakub@redhat.com>
Date: Wed Oct 8 09:49:25 2025 +0200
testsuite: Fix up pr121987.c testcase for ilp32 [PR121206]
The test FAILs on ilp32 targets with
pr121987.c:5:21: warning: unsigned conversion from 'long long int' to 'long
unsigned int' changes value from '10000000000' to '1410065408' [-Woverflow]
excess error. Fixed by using unsigned long long instead of unsigned and
using a suffix on the constant.
Tested on x86_64-linux with -m32/-m64, additionally tested with older cc1
where it ICEd in both cases in upper_bound.
2025-10-08 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/121206
* gcc.dg/pr121987.c (main): Use unsigned long long type for e
instead
of unsigned long and use ULL suffix on the initializer.
More information about the Gcc-bugs
mailing list