This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d50310408f5 c++: Implement C++20 'using enum'. [PR91367] new 16b00dc63f6 Make strstr.c in libiberty ANSI compliant new 84096498a7b libiberty: Support the new ("v0") mangling scheme in rust-demangle new fcbb6018aba Re: Fix gimple_expr_code? new 500e7efee91 Clarify the documentation for the ms_abi fucntion attribute new 91004436daa libstdc++: Avoid more 32-bit time_t overflows in futex calls new 8fca8142bc0 Copied arguments are readonly new 1a90e99fa2f Fix modref insertion hook.
The 7 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/attr-fnspec.h | 2 +- gcc/doc/extend.texi | 7 +- gcc/gimple-range.h | 12 +- gcc/gimple.h | 42 +- gcc/ipa-modref.c | 4 +- libiberty/rust-demangle.c | 1010 +++++++++++++++++++- libiberty/strstr.c | 16 +- libiberty/testsuite/rust-demangle-expected | 134 ++- libstdc++-v3/src/c++11/futex.cc | 36 +- .../members/{wait.cc => wait_until_overflow.cc} | 29 +- 10 files changed, 1209 insertions(+), 83 deletions(-) copy libstdc++-v3/testsuite/30_threads/future/members/{wait.cc => wait_until_overf [...]