https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121695
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Georg-Johann Lay <g...@gcc.gnu.org>: https://gcc.gnu.org/g:052c1d8284b1eb16474473b341fd83f99e8664c8 commit r16-3601-g052c1d8284b1eb16474473b341fd83f99e8664c8 Author: Georg-Johann Lay <a...@gjlay.de> Date: Fri Sep 5 15:45:24 2025 +0200 testsuite: Fix gcc.dg/torture/pr121695-1.c This test case fails on int < 32-bit platforms obviously. This patch undoes the macro expansion from stdint.h. gcc/testsuite/ PR testsuite/121695 PR testsuite/52641 * gcc.dg/torture/pr121695-1.c: int -> int32_t etc.