This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 90faf2841c7 Daily bump. new 9b3852d998b tree-optimization/100492 - avoid irreducible regions in loo [...] new 3870fe246f4 middle-end/100509 - avoid folding constant to aggregate type new d0a8a95003e ipa/100513 - fix SSA_NAME_DEF_STMT corruption in IPA param manip new edd7bbe0e96 tree-optimization/100519 - avoid reassociating asm goto defs
The 4 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/torture/pr100492.c | 26 ++++++++++ gcc/testsuite/gcc.dg/torture/pr100519.c | 13 +++++ gcc/tree-loop-distribution.c | 10 ++++ gcc/tree-ssa-reassoc.c | 86 +++++++++++++++++---------------- 7 files changed, 108 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr100509.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100492.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100519.c