[Bug tree-optimization/93231] [10 Regression] ICEs since r280132
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Sep 1 16:40:34 GMT 2026
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 <gjl@gcc.gnu.org>:
https://gcc.gnu.org/g:b0aca1d65bd1c014dad7adeffe5f3fe810d02ff2
commit r17-3824-gb0aca1d65bd1c014dad7adeffe5f3fe810d02ff2
Author: Georg-Johann Lay <avr@gjlay.de>
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.
More information about the Gcc-bugs
mailing list