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 2c710128b78 openmp-simd-clone: Match shift types adds 98e2676558f c: Fix location for _Pragma tokens [PR97498] adds e04785d99d5 Daily bump. adds bd521701c81 rs6000: Preserve REG_EH_REGION when replacing load/store [P [...] adds 5f583aa1c56 rs6000: Adjust -mdejagnu-cpu to filter out -mtune [PR106345] adds eb941a6d651 Daily bump. adds 4e5ca7ff8c9 libfortran: Fix up boz_15.f90 on powerpc64le with -mabi=iee [...] new 5743ae666d9 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/ChangeLog | 20 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 9 ++++++++ gcc/c/c-parser.cc | 1 + gcc/config/rs6000/rs6000-p8swap.cc | 20 ++++++++++++++++-- gcc/config/rs6000/rs6000.h | 11 ++++++---- gcc/testsuite/ChangeLog | 19 +++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pragma-3.c | 5 +++-- gcc/testsuite/c-c++-common/gomp/pragma-5.c | 5 +++-- gcc/testsuite/c-c++-common/pr97498.c | 4 ++++ gcc/testsuite/gcc.dg/pragma-message.c | 8 +++++--- gcc/testsuite/gcc.target/powerpc/pr106091.c | 15 ++++++++++++++ libcpp/ChangeLog | 10 +++++++++ libcpp/directives.cc | 1 + libgfortran/io/transfer.c | 24 ++++++++++++++++++++++ libgomp/ChangeLog | 9 ++++++++ .../libgomp.oacc-c-c++-common/reduction-5.c | 4 ++-- .../libgomp.oacc-c-c++-common/vred2d-128.c | 18 ++++++++-------- 18 files changed, 160 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr97498.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr106091.c