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 7810fdea68d Daily bump. new 249aa9348dd tree-optimization/105226 - avoid splitting abnormal edges new 008d568ac7e tree-optimization/105232 - handle overly large sizes in com [...] new 28ef9276654 tree-optimization/105235 - clean EH in execute_cse_conv_1
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/testsuite/g++.dg/opt/pr105235-1.C | 12 ++++++++++++ gcc/testsuite/gcc.dg/pr105226.c | 23 +++++++++++++++++++++++ gcc/tree-ssa-math-opts.c | 15 +++++++++------ gcc/tree-vect-loop-manip.c | 3 ++- gcc/tree.c | 2 ++ 5 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr105235-1.C create mode 100644 gcc/testsuite/gcc.dg/pr105226.c