This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 359b19e9904 Update the baseline symbols for SPARC64/Linux new 283cb9ea629 tree-optimization/57359 - rewrite SM code
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/ChangeLog | 40 ++ gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gcc.dg/graphite/pr80906.c | 3 +- gcc/testsuite/gcc.dg/torture/pr57359-1.c | 23 ++ gcc/testsuite/gcc.dg/torture/pr57359-2.c | 30 ++ gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-14.c | 33 ++ gcc/tree-ssa-loop-im.c | 580 +++++++++++++++++++++++------ 7 files changed, 600 insertions(+), 117 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr57359-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr57359-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-14.c