This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from ec6d6554da7 Fortran: Fix double function call with -fcheck=pointer [PR] new cedce283c31 tree-optimization/100492 - avoid irreducible regions in loo [...] new cd712310edc middle-end/100509 - avoid folding constant to aggregate type new 37d845ac59b ipa/100513 - fix SSA_NAME_DEF_STMT corruption in IPA param manip new be85daaecc3 ipa/100791 - copy fntype when processing __builtin_va_arg_pack new b7878d4e179 tree-optimization/100934 - properly mark irreducible region [...]
The 5 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/gimple-fold.c | 3 ++- gcc/ipa-param-manipulation.c | 4 +++- gcc/testsuite/gcc.dg/pr100509.c | 9 +++++++++ gcc/testsuite/gcc.dg/pr100791.c | 9 +++++++++ gcc/testsuite/gcc.dg/torture/pr100492.c | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr100934.c | 21 +++++++++++++++++++++ gcc/tree-inline.c | 1 + gcc/tree-loop-distribution.c | 10 ++++++++++ gcc/tree-ssa-dom.c | 3 ++- 9 files changed, 83 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr100509.c create mode 100644 gcc/testsuite/gcc.dg/pr100791.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100492.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100934.c