This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b746406f848 Add myself to MAINTAINERS file. new f3cc1a23db5 Use clause locations in OpenACC nested reduction warnings new d02c2d8f03d Add tests to verify OpenACC clause locations new 73e48ae3972 libstdc++: Fix bug in std::indirect_result_t new 54a4cf1dfb5 libstdc++: Reduce header dependencies in <span> new bd8316b5657 libstdc++: Define __cpp_lib_constexpr_complex macro
The 5 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 | 4 ++ gcc/omp-low.c | 2 +- gcc/testsuite/ChangeLog | 5 +++ .../c-c++-common/goacc/clause-locations.c | 17 +++++++++ .../gfortran.dg/goacc/clause-locations.f90 | 18 +++++++++ libstdc++-v3/ChangeLog | 14 +++++++ libstdc++-v3/include/bits/iterator_concepts.h | 30 ++++++++------- libstdc++-v3/include/std/complex | 4 ++ libstdc++-v3/include/std/span | 5 ++- libstdc++-v3/include/std/version | 1 + .../projected.cc} | 44 +++++++++------------- .../{std/concepts => 26_numerics/complex}/1.cc | 10 ++--- .../{std/concepts => 26_numerics/complex}/2.cc | 8 ++-- 13 files changed, 111 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/clause-locations.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/clause-locations.f90 copy libstdc++-v3/testsuite/24_iterators/{range_access/range_access_cpp20_neg.cc = [...] copy libstdc++-v3/testsuite/{std/concepts => 26_numerics/complex}/1.cc (76%) copy libstdc++-v3/testsuite/{std/concepts => 26_numerics/complex}/2.cc (78%)