This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2847a541c1f Implement modules for UNSIGNED. new 9fe57e4879d c++: Make __builtin_launder reject invalid types [PR116673] new 27c985b774b libstdc++: Simplify std::launder definition new f5f55b6e732 libstdc++: Remove unused alias template in std::optional
The 3 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/semantics.cc | 6 ++-- gcc/testsuite/g++.dg/cpp1z/launder10.C | 15 +++++++++ gcc/testsuite/g++.dg/cpp1z/launder2.C | 6 ++-- libstdc++-v3/include/std/optional | 2 -- libstdc++-v3/libsupc++/new | 36 +++++++++------------- .../18_support/launder/requirements_neg.cc | 15 +++++---- 6 files changed, 45 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/launder10.C