This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c93e704b9e0 Fix hash_map::traverse overload new 6e8a31275fd tree-optimization/103596 - fix missed propagation into switches
The 1 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/pr103596.c | 36 +++++++++++++++++++ gcc/tree-ssa-propagate.c | 62 +++++++++++++-------------------- gcc/tree-ssa-propagate.h | 2 +- gcc/tree-ssa-sccvn.c | 2 +- 4 files changed, 62 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr103596.c