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

--- Comment #19 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:9f5065094c9632a50bea604d5896a139609e50cf

commit r14-1074-g9f5065094c9632a50bea604d5896a139609e50cf
Author: Georg-Johann Lay <a...@gjlay.de>
Date:   Mon May 22 16:47:56 2023 +0200

    testsuite/52641: Fix tests that fail for 16-bit int / pointer targets.

    gcc/testsuite/
            PR testsuite/52641
            * c-c++-common/pr19807-2.c: Use __SIZEOF_INT__ instead of 4.
            * gcc.c-torture/compile/pr103813.c: Require size32plus.
            * gcc.c-torture/execute/pr108498-2.c: Same.
            * gcc.c-torture/compile/pr96426.c: Condition on
            __SIZEOF_LONG_LONG__ == __SIZEOF_DOUBLE__.
            * gcc.c-torture/execute/pr103417.c: Require int32plus.
            * gcc.dg/pr104198.c: Same.
            * gcc.dg/pr21137.c: Same.
            * gcc.dg/pr88905.c: Same.
            * gcc.dg/pr90838.c: Same.
            * gcc.dg/pr97317.c: Same.
            * gcc.dg/pr100292.c: Require int32.
            * gcc.dg/pr101008.c: Same.
            * gcc.dg/pr96542.c: Same.
            * gcc.dg/pr96674.c: Same.
            * gcc.dg/pr97750.c: Require ptr_eq_long.

Reply via email to