This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1367db23a56 GCN - doc/install.texi: Fix gfx9-4-generic llvm-mc requirements new e48704694d6 tree-optimization/123061 - invalid hoisting of division
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/pr123061.c | 29 ++++++ gcc/testsuite/gcc.dg/torture/pr123636.c | 26 +++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-26.c | 18 ++++ gcc/tree-ssa-loop-im.cc | 146 +++++++++++++++-------------- 4 files changed, 147 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr123061.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr123636.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-26.c