This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3dfc28dbbd2 arm: Add support for MVE Tail-Predicated Low Overhead Loops new 954f9011c49 Fortran: fix for CHARACTER(len=*) dummies with bind(C) [PR115390] new 9651d6005f9 libstdc++: Add conditional noexcept to std::pair default ctor new 5d156a91853 libstdc++: Add noexcept to some std::promise shared state i [...] new bcb9dad9f61 libstdc++: Consistently indent <future> with tabs
The 4 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/trans-decl.cc | 4 +- gcc/testsuite/gfortran.dg/bind_c_char_11.f90 | 45 ++++ libstdc++-v3/include/bits/stl_pair.h | 2 + libstdc++-v3/include/std/future | 330 +++++++++++++-------------- 4 files changed, 214 insertions(+), 167 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/bind_c_char_11.f90