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 a5a4800e927 Attempt to register OpenMP pinned memory using a device ins [...] adds 35c6d02981b Daily bump. adds dec869c9556 libstdc++: Add missing free functions for atomic_flag [PR103934] adds 2155c14612e Fix small regression in Ada adds 1721d857081 c++: fix ICE in joust_maybe_elide_copy [PR106675] adds 690512f25c8 Daily bump. adds 825a47f1bb9 warn-access: wrong -Wdangling-pointer with labels [PR106080] adds 25b80834e2c Fix PR target/90458 adds 86caa970ddd Daily bump. adds e2c6bc6bb56 Fortran: error recovery on invalid assumed size reference [ [...] adds d1084be3151 libstdc++: Ensure __builtin_constant_p isn't lost on the way adds 385972ded7c libstdc++: Document timeout and timeout-factor of simd tests adds 3273df31ec7 libstdc++: printf format string fix in testsuite adds 16162ac2250 libstdc++: Fix incorrect __builtin_is_constant_evaluated calls adds c70a6414d74 libstdc++: Fix incorrect function call in -ffast-math optimization adds 9860b733b4c Daily bump. adds 6f673eabda1 Daily bump. adds 5fa1f732537 LoongArch: Fix multiarch tuple canonization adds 9ed2a8784bc Daily bump. adds c6e3ecca0e3 Daily bump. new fc781c70c7d 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 | 62 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.gcc | 14 ++--- gcc/config/i386/i386.cc | 11 ++-- gcc/config/loongarch/t-linux | 2 +- gcc/cp/ChangeLog | 8 +++ gcc/cp/call.cc | 2 + gcc/fortran/ChangeLog | 9 ++++ gcc/fortran/resolve.cc | 8 +-- gcc/gimple-ssa-warn-access.cc | 19 ++----- gcc/gimplify.cc | 2 +- gcc/testsuite/ChangeLog | 58 ++++++++++++++++++++ gcc/testsuite/c-c++-common/Wdangling-pointer-10.c | 12 +++++ gcc/testsuite/c-c++-common/Wdangling-pointer-9.c | 9 ++++ gcc/testsuite/g++.dg/cpp0x/overload-conv-5.C | 21 ++++++++ gcc/testsuite/gfortran.dg/pr104554.f90 | 11 ++++ gcc/testsuite/gnat.dg/shift2.adb | 8 +++ libstdc++-v3/ChangeLog | 58 ++++++++++++++++++++ libstdc++-v3/include/experimental/bits/simd.h | 6 ++- libstdc++-v3/include/experimental/bits/simd_math.h | 4 +- libstdc++-v3/include/experimental/bits/simd_x86.h | 21 ++++---- libstdc++-v3/include/std/atomic | 20 +++++++ .../29_atomics/atomic_flag/test/explicit.cc | 26 ++++++++- .../29_atomics/atomic_flag/test/implicit.cc | 26 ++++++++- libstdc++-v3/testsuite/experimental/simd/README.md | 10 +++- .../experimental/simd/tests/bits/verify.h | 2 +- 26 files changed, 383 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wdangling-pointer-10.c create mode 100644 gcc/testsuite/c-c++-common/Wdangling-pointer-9.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/overload-conv-5.C create mode 100644 gcc/testsuite/gfortran.dg/pr104554.f90 create mode 100644 gcc/testsuite/gnat.dg/shift2.adb