This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 13699eb9883 Daily bump. new aa935ce40a7 switch-conversion: Mark CSWTCH as mergeable [PR120451] new 4756557f5e3 phiprop: Add testcase for already fixed case [PR116824]
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/tree-ssa/cswtch-6.c | 43 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/phiprop-2.c | 28 ++++++++++++++++++++ gcc/tree-switch-conversion.cc | 3 +++ 3 files changed, 74 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cswtch-6.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phiprop-2.c