https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93231
--- Comment #9 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:b0aca1d65bd1c014dad7adeffe5f3fe810d02ff2 commit r17-3824-gb0aca1d65bd1c014dad7adeffe5f3fe810d02ff2 Author: Georg-Johann Lay <[email protected]> Date: Tue Sep 1 18:30:15 2026 +0200 Fix sloppy PR93231 test. This test failed with gcc.dg/pr93231.c:12:48: warning: right shift count >= width of type [-Wshift-count-overflow] gcc.dg/pr93231.c:30:5: error: array of inappropriate type initialized from string constant As it's unclear how to make it work on int16, require int32plus. gcc/testsuite/ PR testsuite/93231 * gcc.dg/pr93231.c: Require int32plus.
