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 d21bfef9867 OpenMP: Fix ICE with OMP metadirectives adds 6a59baca1f2 aarch64: Add Arm Neoverse V2 support adds 7f323c284f7 Daily bump. adds afea1ae84f0 OpenACC: Fix reduction tree-sharing issue [PR106982] adds 85adc2ec2b0 libstdc++: Disable volatile-qualified std::bind for C++20 new c455181c13a Merge branch 'releases/gcc-12' into devel/omp/gcc-12
The 1 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 | 24 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-cores.def | 3 +- gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.cc | 40 +++++++++++----------- gcc/doc/invoke.texi | 2 +- gcc/omp-low.cc | 3 +- gcc/testsuite/c-c++-common/goacc/reduction-10.c | 12 +++++++ gcc/testsuite/c-c++-common/goacc/reduction-9.c | 22 ++++++++++++ libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/api.html | 5 +++ libstdc++-v3/doc/html/manual/appendix.html | 2 +- libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +- libstdc++-v3/doc/html/manual/bugs.html | 6 ++++ libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/using_macros.html | 5 +-- libstdc++-v3/doc/xml/manual/evolution.xml | 13 +++++++ libstdc++-v3/doc/xml/manual/intro.xml | 9 +++++ libstdc++-v3/doc/xml/manual/using.xml | 5 +-- libstdc++-v3/include/std/functional | 32 ++++++++++++----- libstdc++-v3/testsuite/20_util/bind/cv_quals.cc | 25 +++++++------- libstdc++-v3/testsuite/20_util/bind/cv_quals_2.cc | 12 ++++--- 22 files changed, 172 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/reduction-10.c create mode 100644 gcc/testsuite/c-c++-common/goacc/reduction-9.c