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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Jason Merrill
<ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:61cb0c889e1f9a9f4ea5b22bbe089a906410374a

commit r14-10519-g61cb0c889e1f9a9f4ea5b22bbe089a906410374a
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Mon Jul 29 09:33:09 2024 +0200

    testsuite: Fix up consteval-prop21.C for 32-bit targets [PR115986]

    The test fails on 32-bit targets (which don't support __int128 type).
    Using unsigned long long instead still ICEs before the fix and passes
    after it on those targets.

    2024-07-29  Jakub Jelinek  <ja...@redhat.com>

            PR c++/115986
            * g++.dg/cpp2a/consteval-prop21.C (operator "" _c): Use
            unsigned long long rather than __uint128_t for return type if
int128
            is unsupported.

    (cherry picked from commit 331f23540eec39fc1e665f573c4aac258bba6043)

Reply via email to