This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 00d8545d705 [Ada] Remove arbitrary and redundant qualification with Sinfo new 2326627eb19 tree-optimization/100398 - avoid DSE of control flow stmt new a310bb73edc tree-optimization/100329 - avoid reassociating asm goto defs new 1b0f5700098 Restrict gcc.dg/tree-ssa/ssa-dse-26.c
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/gcc.dg/torture/pr100329.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr100398.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-26.c | 19 +++---------------- gcc/tree-ssa-dse.c | 1 + gcc/tree-ssa-reassoc.c | 10 ++++++++++ 5 files changed, 43 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100329.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100398.c