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 0d87092f889 Fix wrong operator for universal_integer operands in instance new 2c7d8ca8317 tree-optimization/103489 - fix ICE when bool pattern recog fails new 08f594465fa tree-optimization/103596 - fix missed propagation into switches
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/testsuite/gcc.dg/torture/pr103489.c | 12 +++++++ gcc/testsuite/gcc.dg/torture/pr103596.c | 36 +++++++++++++++++++ gcc/tree-ssa-propagate.c | 62 +++++++++++++-------------------- gcc/tree-ssa-propagate.h | 2 +- gcc/tree-ssa-sccvn.c | 2 +- gcc/tree-vect-loop.c | 18 ++++++++++ 6 files changed, 92 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr103489.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr103596.c