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

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Uecker <uec...@gcc.gnu.org>:

https://gcc.gnu.org/g:5b46f196cdb62af0e611315ea411938d756a0ad1

commit r15-1930-g5b46f196cdb62af0e611315ea411938d756a0ad1
Author: Martin Uecker <uec...@tugraz.at>
Date:   Sun Jun 23 09:10:20 2024 +0200

    Fix test errors after r15-1394 for sizeof(int)==sizeof(long) [PR115545]

    Some tests added to test the type of redeclarations of enumerators
    in r15-1394 fail on architectures where sizeof(long) == sizeof(int).
    Adapt tests to use long long and/or accept that long long is selected
    as type for the enumerator.

            PR testsuite/115545

    gcc/testsuite/

            * gcc.dg/pr115109.c: Adapt test.
            * gcc.dg/c23-tag-enum-6.c: Adapt test.
            * gcc.dg/c23-tag-enum-7.c: Adapt test.

Reply via email to