https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116986
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by John David Anglin <dang...@gcc.gnu.org>: https://gcc.gnu.org/g:8c03fbd77654713b3bc90ebada3f880f9dd06bf7 commit r15-7607-g8c03fbd77654713b3bc90ebada3f880f9dd06bf7 Author: John David Anglin <dang...@gcc.gnu.org> Date: Tue Feb 18 10:36:48 2025 -0500 testsuite: Include stdint.h instead of stdint-gcc.h in some tests When use_gcc_stdint=provide, the stdint-gcc.h header is not provided. 2025-02-18 John David Anglin <dang...@gcc.gnu.org> gcc/testsuite/ChangeLog: PR testsuite/116986 * gcc.dg/crc-builtin-rev-target32.c: Include stdint.h instead of stdint-gcc.h. * gcc.dg/crc-builtin-rev-target64.c: Likewise. * gcc.dg/crc-builtin-target32.c: Likewise. * gcc.dg/crc-builtin-target64.c: Likewise. * gcc.dg/torture/pr115387-2.c: Likewise.