This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3b54cc9d04c jit: doc: Use shared Indices and tables new be2c74fdcd0 Make last DCE remove empty loops new af96500eea7 tree-optimization/107618 - enhance copy propagation of constants
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/passes.def | 8 ++--- gcc/testsuite/g++.dg/tree-ssa/pr106922.C | 4 +-- gcc/testsuite/gcc.dg/pr107618.c | 10 ++++++ gcc/testsuite/gcc.dg/tree-ssa/20030808-1.c | 6 ++-- gcc/tree-ssa-copy.cc | 49 +++++++++++++++--------------- gcc/tree-ssa-dce.cc | 15 +++++++-- 6 files changed, 57 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr107618.c