This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from b4acb91ca45 nvptx/mkoffload.cc: Fix "$nohost" check new 43884163928 gcn: Add __builtin_gcn_kernarg_ptr adds a088d93c210 libstdc++: Set active union member in constexpr std::string [...] adds c6bd8fac5e3 libstdc++: Fix wstring conversions in filesystem::path [PR95048] adds 9c45321cdbf libstdc++: Fix std::move_only_function for incomplete param [...] adds 964af399bb7 Daily bump. adds bdcacfd5ad5 Daily bump. adds 985a8962712 SRA: Limit replacement creation for accesses propagated from LHSs adds e9f0d974600 aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU adds 61537f7d861 Daily bump. adds 14faa5f585f c++: constinit on pointer to function [PR104066] new 1e2e86107cf Merge branch 'releases/gcc-12' into devel/omp/gcc-12
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: gcc/ChangeLog | 26 +++++ gcc/ChangeLog.omp | 12 ++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-cores.def | 4 +- gcc/config/aarch64/aarch64-cost-tables.h | 107 +++++++++++++++++ gcc/config/aarch64/aarch64-fusion-pairs.def | 1 + gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.cc | 64 +++++++++++ gcc/config/gcn/gcn-builtins.def | 4 + gcc/config/gcn/gcn.cc | 24 +++- gcc/cp/decl.cc | 2 +- gcc/doc/invoke.texi | 3 +- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/cpp2a/constinit18.C | 12 ++ gcc/testsuite/g++.dg/tree-ssa/pr107206.C | 27 +++++ gcc/tree-sra.cc | 7 ++ libgomp/ChangeLog.omp | 9 ++ libgomp/config/gcn/team.c | 2 +- libstdc++-v3/ChangeLog | 39 +++++++ libstdc++-v3/include/bits/basic_string.h | 4 +- libstdc++-v3/include/bits/fs_path.h | 126 ++++++++++++--------- libstdc++-v3/include/bits/mofunc_impl.h | 5 +- libstdc++-v3/include/experimental/bits/fs_path.h | 52 +++++++-- .../testsuite/20_util/move_only_function/call.cc | 11 ++ .../27_io/filesystem/path/construct/95048.cc | 45 ++++++++ .../filesystem/path/construct/95048.cc | 47 ++++++++ 26 files changed, 562 insertions(+), 83 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constinit18.C create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr107206.C create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/95048.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/95048.cc