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 6b611f1b3ca libgomp.texi: Reverse-offload updates adds 9dccaeaa586 Correctly detect shifts out of range adds 2a3e66c064b Daily bump. adds 07ef737cf1a c++: fix ICE with -Wduplicated-cond [PR107593] adds 3ff1a0f7dc8 Daily bump. adds fb2d50f72ca c++: ICE with -Wlogical-op [PR107755] adds 8495d80f444 ipa: Release body more carefully when removing nodes (PR 107944) adds d31bd713861 Daily bump. new 251c9fdb3bb Merge branch 'releases/gcc-12' into devel/omp/gcc-12 new 60524fd9069 nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BI [...]
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/ChangeLog | 22 ++++++++++++++++ gcc/ChangeLog.omp | 15 +++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 8 ++++++ gcc/c-family/c-common.h | 1 + gcc/c-family/c-warn.cc | 2 +- gcc/c/ChangeLog | 6 +++++ gcc/c/c-objc-common.cc | 8 ++++++ gcc/cgraph.cc | 14 ++++++++-- gcc/cp/ChangeLog | 16 +++++++++++ gcc/cp/call.cc | 2 +- gcc/cp/cp-tree.h | 1 - gcc/fortran/ChangeLog | 8 ++++++ gcc/range-op.cc | 4 +-- gcc/testsuite/ChangeLog | 21 +++++++++++++++ gcc/testsuite/ChangeLog.omp | 8 ++++++ gcc/testsuite/g++.dg/warn/Wduplicated-cond3.C | 38 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wduplicated-cond4.C | 17 ++++++++++++ gcc/testsuite/g++.dg/warn/Wduplicated-cond5.C | 16 +++++++++++ gcc/testsuite/g++.dg/warn/Wlogical-op-4.C | 23 ++++++++++++++++ gcc/testsuite/gcc.dg/gomp/pr108435.c | 18 +++++++++++++ gcc/testsuite/gcc.dg/pr108306.c | 29 ++++++++++++++++++++ gcc/tree-nested.cc | 32 +++++++++++----------- libgomp/ChangeLog | 8 ++++++ 24 files changed, 295 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-cond3.C create mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-cond4.C create mode 100644 gcc/testsuite/g++.dg/warn/Wduplicated-cond5.C create mode 100644 gcc/testsuite/g++.dg/warn/Wlogical-op-4.C create mode 100644 gcc/testsuite/gcc.dg/gomp/pr108435.c create mode 100644 gcc/testsuite/gcc.dg/pr108306.c