This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b62583 Fix wrong assumption in contains_type_p (PR ipa/71207). new be51fbb PR79114 use decayed type in std::throw_with_nested assertion new 7131949 PR69699 document why __GLIBCXX__ macro is useless new 7e66f34 PR c/79116 * array-notation-common.c (cilkplus_extract_an_t [...]
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/c-family/ChangeLog | 6 ++ gcc/c-family/array-notation-common.c | 4 +- gcc/testsuite/gcc.dg/cilk-plus/pr79116.c | 9 +++ libstdc++-v3/ChangeLog | 15 +++++ libstdc++-v3/doc/html/manual/abi.html | 32 ++++++++-- libstdc++-v3/doc/xml/manual/abi.xml | 72 ++++++++++------------ libstdc++-v3/libsupc++/nested_exception.h | 2 +- .../40296.cc => nested_exception/79114.cc} | 15 +++-- 8 files changed, 99 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/cilk-plus/pr79116.c copy libstdc++-v3/testsuite/18_support/{exception_ptr/40296.cc => nested_exception [...]