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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Hans-Peter Nilsson <h...@gcc.gnu.org>:

https://gcc.gnu.org/g:48207a5f00d6ae7cb11038e7c17f6858de4a884e

commit r14-8907-g48207a5f00d6ae7cb11038e7c17f6858de4a884e
Author: Hans-Peter Nilsson <h...@axis.com>
Date:   Mon Jan 22 01:09:03 2024 +0100

    c++: testcases for PR113545 (constexpr with switch and passing
non-constexpr parameter)

    Test-cases, with constexpr-reinterpret3.C dg-ice:ing the PR c++/113545 bug.

    Regarding the request in the comment, A dg-do run when there's an ICE
    will cause some CI's to signal an error for the run being "UNRESOLVED"
    (compilation failed to produce executable).  Note that dejagnu (1.6.3)
    itself doesn't consider this an error.

    gcc/testsuite:
            PR c++/113545
            * g++.dg/cpp1y/constexpr-reinterpret3.C,
            g++.dg/cpp1y/constexpr-reinterpret4.C: New tests.

Reply via email to