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 07cea1a91b4 libgomp: Fix reverse offload issues adds 953c3c68f89 libstdc++: Declare const global variables inline adds aa18735f7aa libstdc++: Fix build failures for avr adds cc0394346ac libstdc++: Fix std::random_device for avr adds 936fdf05694 Fortran: diagnose USE associated symbols in COMMON blocks [ [...] adds a91c0d054c8 Daily bump. adds 534aea1ca7e c++: unexpected ADDR_EXPR after overload set pruning [PR107461] adds 646c2086087 Daily bump. adds 516a10f8c4c Daily bump. adds 511928102dc Fortran: fix ICE in compare_bound_int [PR108527] adds 1e60e912454 Fortran: error recovery on invalid array section [PR108609] adds 32502d82a5b fortran: Set name for *LOC default BACK argument [PR108450] adds cbebc0a753d Daily bump. new d4309091390 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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 ++++ gcc/cp/semantics.cc | 15 ++++-- gcc/fortran/ChangeLog | 40 ++++++++++++++++ gcc/fortran/check.cc | 2 + gcc/fortran/expr.cc | 6 ++- gcc/fortran/match.cc | 10 ++++ gcc/fortran/resolve.cc | 29 ++++++------ gcc/testsuite/ChangeLog | 41 ++++++++++++++++ gcc/testsuite/g++.dg/template/call9.C | 26 +++++++++++ gcc/testsuite/gfortran.dg/common_27.f90 | 14 ++++++ gcc/testsuite/gfortran.dg/gomp/minmaxloc_1.f90 | 32 +++++++++++++ gcc/testsuite/gfortran.dg/pr108527.f90 | 10 ++++ libstdc++-v3/ChangeLog | 59 ++++++++++++++++++++++++ libstdc++-v3/config/os/generic/error_constants.h | 2 + libstdc++-v3/include/bits/atomic_wait.h | 8 ++-- libstdc++-v3/include/bits/regex_automaton.h | 2 +- libstdc++-v3/include/bits/regex_error.h | 26 +++++------ libstdc++-v3/include/ext/concurrence.h | 2 +- libstdc++-v3/include/pstl/execution_defs.h | 8 ++-- libstdc++-v3/src/c++11/random.cc | 2 + libstdc++-v3/src/c++11/system_error.cc | 9 ++++ libstdc++-v3/src/c++17/fs_ops.cc | 6 ++- libstdc++-v3/src/filesystem/ops-common.h | 2 +- 24 files changed, 315 insertions(+), 47 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/call9.C create mode 100644 gcc/testsuite/gfortran.dg/common_27.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/minmaxloc_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr108527.f90