This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 41b504e91e5 rs6000: Add support for __builtin_cpu_is ("power10") new 14d4e7bc303 libstdc++: Fix atomic<long double> tests (PR 91153, PR 93224) new 66640d91059 PR fortran/88379 - ICE with allocatable coarray, class and [...] new 9cba1b9a633 PR libstdc++/91807
The 3 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/fortran/resolve.c | 2 +- gcc/testsuite/gfortran.dg/pr88379.f90 | 11 +++ libstdc++-v3/include/std/variant | 3 +- .../94051.cc => 20_util/variant/91807.cc} | 23 ++++-- .../testsuite/29_atomics/atomic_float/1.cc | 86 +++++++++++----------- .../testsuite/29_atomics/atomic_ref/float.cc | 45 +++++------ 6 files changed, 96 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr88379.f90 copy libstdc++-v3/testsuite/{21_strings/basic_string_view/inserters/94051.cc => 20 [...]