https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126415
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Georg-Johann Lay <[email protected]>: https://gcc.gnu.org/g:b3ddd92a2eee5bdc5c9d322bc5642f2a92614ac2 commit r17-3676-gb3ddd92a2eee5bdc5c9d322bc5642f2a92614ac2 Author: Georg-Johann Lay <[email protected]> Date: Wed Aug 26 17:50:51 2026 +0200 Fix sloppy PR126415 test case. This test case failed with pr126415.c:28:19: warning: overflow in conversion from 'long int' to 'int' changes value from '-2000000000' to '27648' [-Woverflow] It's unclear how to reengineer the test case without spoiling it, hence require int32plus. PR testsuite/126415 PR testsuite/52641 gcc/testsuite/ * gcc.dg/torture/pr126415.c: Require int32plus.
