This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 515045254f5 c++/modules: Import purview using-directives in the same mo [...] new 9056b5faa87 c++: Implement P1494 and P3641 Partial program correctness [...] new 1e84849cb2a libstdc++: Implement P1494 and P3641 Partial program correc [...]
The 2 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/builtins.cc | 4 + gcc/builtins.def | 1 + gcc/cp/cxxapi-data.csv | 1 + gcc/cp/std-name-hint.gperf | 1 + gcc/cp/std-name-hint.h | 142 +++++++++++---------- gcc/testsuite/g++.dg/cpp26/observable-checkpoint.C | 25 ++++ gcc/tree.cc | 9 +- libstdc++-v3/include/bits/version.def | 9 ++ libstdc++-v3/include/bits/version.h | 10 ++ libstdc++-v3/include/std/utility | 19 +++ libstdc++-v3/src/c++23/std.cc.in | 3 + 11 files changed, 153 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp26/observable-checkpoint.C