This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4cf3c339815 libstdc++: Fix deadlock in atomic wait [PR104442] new f6ff6738fa2 gccgo: link static libgo against -lrt on GNU/Linux new f3ffea93ef3 Fortran: try simplifications during reductions of array con [...]
The 2 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/arith.cc | 36 +++++++++++--- gcc/go/gospec.cc | 42 +++++++++++++++-- gcc/testsuite/gfortran.dg/array_constructor_55.f90 | 55 ++++++++++++++++++++++ gotools/Makefile.am | 4 +- gotools/Makefile.in | 5 +- gotools/configure | 7 +++ gotools/configure.ac | 9 ++++ 7 files changed, 145 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/array_constructor_55.f90