This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6ee90f4 SHA1H instructions may be scheduled after a SHA1C instruction [...] new 1dbd61a gcc/fortran/ChangeLog: new 6e9c114 PR69301 don't assume atomic<T> can default construct T new fe8aea6 gcc/fortran/ChangeLog:
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/ChangeLog | 14 + gcc/fortran/gfortran.texi | 675 +++++++++++---------- gcc/fortran/trans-decl.c | 2 + gcc/fortran/trans-expr.c | 9 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gfortran.dg/coarray_event_1.f08 | 15 + libstdc++-v3/ChangeLog | 9 + libstdc++-v3/include/experimental/memory | 4 +- libstdc++-v3/include/ext/pointer.h | 8 +- libstdc++-v3/include/std/atomic | 28 +- .../forwarding.cc => 29_atomics/atomic/69301.cc} | 32 +- 11 files changed, 440 insertions(+), 361 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray_event_1.f08 copy libstdc++-v3/testsuite/{20_util/function/invoke/forwarding.cc => 29_atomics/a [...]