This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d241134695a vxworks: Fix GCC selftests for *-wrs-vxworks7-* targets new 300ef2fcc10 This patch fixes PRs 96100 and 96101. new 5e9ad288eb6 libstdc++: Make incrementable<__int128> satisfied in strict mode new 7ffcf5d6117 configure: Also check C++11 (flags) for ${build} compiler n [...]
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: config/ax_cxx_compile_stdcxx.m4 | 39 +- configure | 1007 +++++++++++++++++++++++ configure.ac | 4 + gcc/fortran/trans-array.c | 21 +- gcc/testsuite/gfortran.dg/char_length_23.f90 | 25 + libstdc++-v3/include/bits/iterator_concepts.h | 11 + libstdc++-v3/testsuite/std/ranges/iota/96042.cc | 28 +- 7 files changed, 1121 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/char_length_23.f90