This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 667db6dedd8 PR libfortran/97581 - clean up size calculation of random g [...] new d1e5d82af81 libstdc++: Fix some more warnings in test new a1343e5c740 libstdc++: Use double for unordered container load factors [...] new f03851e1a6d PowerPC: Don't assume all targets have GLIBC. new 39bf4f14fc7 libstdc++: Implement P2017R1 "Conditionally borrowed ranges" new afb8da7faa9 libstdc++: Don't initialize from *this inside some views [PR97600] new 943cc2a1b70 libstdc++: Use double for unordered container load factors [...] new 617695cdc2b Handle fnspec in local ipa-modref new ae7a23a3fab Move clone_info to summary new 60d9f254876 libstdc++: Prefer double to long double in std::shuffle_ord [...]
The 9 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/Makefile.in | 2 + gcc/cgraph.c | 96 ++++---- gcc/cgraph.h | 35 +-- gcc/cgraphclones.c | 46 ++-- gcc/config/rs6000/rs6000.c | 19 +- gcc/gengtype.c | 1 + gcc/ipa-cp.c | 23 +- gcc/ipa-fnsummary.c | 6 +- gcc/ipa-modref.c | 250 ++++++++++++++++----- gcc/ipa-modref.h | 1 + gcc/ipa-param-manipulation.c | 12 +- gcc/ipa-prop.c | 21 +- gcc/ipa-sra.c | 14 +- gcc/lto-cgraph.c | 38 ++-- gcc/symtab-clones.cc | 76 +++++++ gcc/symtab-clones.h | 90 ++++++++ gcc/tree-inline.c | 51 +++-- gcc/tree-ssa-alias.c | 4 +- libstdc++-v3/include/bits/hashtable_policy.h | 14 +- libstdc++-v3/include/bits/random.h | 10 +- libstdc++-v3/include/bits/random.tcc | 38 +++- libstdc++-v3/include/std/ranges | 102 +++++---- libstdc++-v3/src/c++11/hashtable_c++0x.cc | 12 +- .../vector/bool/modifiers/insert/31370.cc | 48 ++-- .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- .../std/ranges/{access/lwg3467.cc => 97600.cc} | 17 +- .../std/ranges/adaptors/conditionally_borrowed.cc | 75 +++++++ 27 files changed, 798 insertions(+), 305 deletions(-) create mode 100644 gcc/symtab-clones.cc create mode 100644 gcc/symtab-clones.h copy libstdc++-v3/testsuite/std/ranges/{access/lwg3467.cc => 97600.cc} (81%) create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/conditionally_borrowed.cc