This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e50ea3a42f0 doc: Document correct -fwide-exec-charset defaults [PR41041] new 7c6008e75df libstdc++: Do not use SFINAE for propagate_const conversion [...] new b83f01d0057 libstdc++: fix pointer type exception catch (no RTTI) [PR105387]
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: libstdc++-v3/include/experimental/propagate_const | 88 ++++++++++++++++------ libstdc++-v3/libsupc++/pbase_type_info.cc | 7 +- libstdc++-v3/testsuite/18_support/105387.cc | 63 ++++++++++++++++ libstdc++-v3/testsuite/18_support/105387_memptr.cc | 25 ++++++ .../propagate_const/observers/107525.cc | 47 ++++++++++++ 5 files changed, 207 insertions(+), 23 deletions(-) create mode 100644 libstdc++-v3/testsuite/18_support/105387.cc create mode 100644 libstdc++-v3/testsuite/18_support/105387_memptr.cc create mode 100644 libstdc++-v3/testsuite/experimental/propagate_const/observers/1 [...]