This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa62db42b99 VN/PRE TLC new 7551a995743 libstdc++: Fix handling of const types in std::variant [PR102912] new 30ab6d9e435 libstdc++: Optimize std::variant traits and improve diagnostics new a45d577b2b0 libstdc++: Refactor emplace-like functions in std::variant
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: libstdc++-v3/include/std/variant | 377 +++++++++++------------ libstdc++-v3/testsuite/20_util/variant/102912.cc | 71 +++++ 2 files changed, 248 insertions(+), 200 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/variant/102912.cc