This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from c7734c6fbb5 nvptx, libgfortran: Switch out of "minimal" mode adds 58e789b4617 Daily bump. adds 3ae7a822456 Daily bump. adds 6d307fda2b9 Backported from master: adds 6cc80436a93 Daily bump. adds 14207e5481e Daily bump. adds e1357577e6e PR 106101: IBM zSystems: Fix strict_low_part problem new 7bffe9d3e0c Merge branch 'releases/gcc-12' into devel/omp/gcc-12
The 1 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/DATESTAMP | 2 +- gcc/config/s390/predicates.md | 12 +++++ gcc/config/s390/s390-protos.h | 1 + gcc/config/s390/s390.cc | 27 ++++++++++- gcc/config/s390/s390.md | 36 +++++++-------- gcc/fortran/ChangeLog | 5 +++ gcc/fortran/trans-array.cc | 1 - gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.c-torture/compile/pr106101.c | 62 ++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr106731.f90 | 58 ++++++++++++++++++++++++ 10 files changed, 185 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr106101.c create mode 100644 gcc/testsuite/gfortran.dg/pr106731.f90