This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 2ecf87a7c4b Daily bump. new 9124675d277 tree-optimization/106189 - avoid division by zero exception new d4bcab0b622 tree-optimization/106892 - avoid invalid pointer associatio [...] new 2bb2560ae19 tree-optimization/106934 - avoid BIT_FIELD_REF of bitfields
The 3 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/gimple-array-bounds.cc | 2 +- gcc/testsuite/gcc.dg/pr106189.c | 5 +++++ gcc/testsuite/gcc.dg/torture/pr106892.c | 30 ++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr106934.f90 | 7 +++++++ gcc/tree-predcom.c | 18 ++++++++++++++++-- gcc/tree-ssa.c | 6 ++++++ 6 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr106189.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr106892.c create mode 100644 gcc/testsuite/gfortran.dg/pr106934.f90