This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from ebe00c9d3a0 libstdc++: Fix constexpr basic_string union member [PR113294] new e501a279fb4 c++: ICE with reinterpret_cast and switch [PR113545]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cp/constexpr.cc | 10 ++++ .../g++.dg/cpp1y/constexpr-reinterpret3.C | 54 ++++++++++++++++++++++ .../g++.dg/cpp1y/constexpr-reinterpret4.C | 54 ++++++++++++++++++++++ 3 files changed, 118 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-reinterpret3.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-reinterpret4.C