This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fd7dabc116b libstdc++: Use strlen for std::char_traits<char8_t>::length [...] new af0d2d95a5f tree-optimization/116380 - bogus SSA update with loop distribution new f577959f420 sra: Avoid risking x87 magling binary representation of a r [...]
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/testsuite/gcc.dg/torture/pr116380.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr58416.c | 32 ++++++++++++++++++++++++++++++++ gcc/tree-loop-distribution.cc | 3 +++ gcc/tree-sra.cc | 28 +++++++++++++++++++++++++++- 4 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr116380.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr58416.c