This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 61d48b1e2b5 libcc1: avoid a call to c_str new 8ebf6b99952 middle-end/100394 - avoid DSE/DCE of pure call that throws new d846f225c25 tree-optimization/79333 - fold stmts following SSA edges in VN
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/calls.c | 1 + gcc/cfgexpand.c | 5 ++++- gcc/testsuite/g++.dg/torture/pr100382.C | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/graphite/fuse-1.c | 4 ++-- gcc/testsuite/gcc.dg/pr43864-4.c | 6 +++--- gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c | 16 ++++++++++++++++ gcc/tree-ssa-dce.c | 29 ++++++++--------------------- gcc/tree-ssa-dse.c | 3 ++- gcc/tree-ssa-sccvn.c | 2 +- gcc/tree.h | 5 ++++- 10 files changed, 65 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr100382.C create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-94.c