https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116353
--- Comment #11 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:5c416e28f3c306f3b13ba3139ad6d3802c03d92b commit r17-3669-g5c416e28f3c306f3b13ba3139ad6d3802c03d92b Author: Georg-Johann Lay <[email protected]> Date: Wed Aug 26 12:05:21 2026 +0200 PR116353 test requires int32plus. This test case breaks with pr116353.c:34:30: warning: left shift count >= width of type [-Wshift-count-overflow] pr116353.c:38:30: warning: left shift count >= width of type [-Wshift-count-overflow] It's unclear how to rewrite the test so it works on int16 without spoiling the test case, hence skip if !int32plus. PR testsuite/116353 gcc/testsuite/ * gcc.dg/torture/pr116353.c: Require int32plus.
