This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4cd35cf3fdb Fix expected output after recent changes new 4866b2f5db1 middle-end, c++: Treat shifts by negative as undefined [PR96929] new 2aaf44a9028 openmp: Fix C ICE on OpenMP atomics
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/c/c-parser.c | 10 +++++++--- gcc/cp/constexpr.c | 15 +++++++++++++++ gcc/fold-const.c | 27 ++++++++++----------------- gcc/match.pd | 3 +-- gcc/testsuite/c-c++-common/gomp/pr97958.c | 17 +++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr96929.c | 21 +++++++++++++++++++++ gcc/tree-ssa-ccp.c | 8 +------- 7 files changed, 72 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr97958.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr96929.c