https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52641

--- Comment #21 from CVS 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:e4c986fde56a6248f8fbe6cf0704e1da34b055d8

commit r14-1418-ge4c986fde56a6248f8fbe6cf0704e1da34b055d8
Author: Georg-Johann Lay <a...@gjlay.de>
Date:   Tue May 30 22:04:57 2023 +0200

    testsuite/52641: Fix more of implicit int=32 assumption fallout.

    gcc/testsuite/
            PR testsuite/52641
            * gcc.dg/torture/pr107451.c: Require int32plus.
            * gcc.dg/torture/pr108574-3.c: Use __INT32_TYPE__ instead of int.
            * gcc.dg/torture/pr109940.c: Use __INTPTR_TYPE__ instead of long.
            * gcc.dg/torture/pr95248.c: Require size24plus.
            * gcc.dg/torture/pr95295-3.c: Use var_* with at least 32 bits int.
            * gcc.dg/torture/pr98640.c: Cast to __INT32_TYPE__ instead of int.
            * gcc.dg/tree-ssa/pr103771.c: Use int with at least 32 bits.

Reply via email to