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 2a9847e9fe2 Daily bump. new a0302c041b1 tree-optimization/100329 - avoid reassociating asm goto defs new 12ff76b01f0 tree-optimization/100414 - compute dominance info in phiopt new d941869a620 ipa/100308 - properly update the callgraph when pruning EH [...] new 3ac56ea477e tree-optimization/100278 - handle mismatched code in TBAA a [...] new c980fbf5505 tree-optimization/100253 - fix bogus aligned vectorized loa [...]
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/ipa-prop.c | 23 ++++++++++++---------- gcc/testsuite/g++.dg/pr100253.C | 33 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr100414.c | 9 +++++++++ gcc/testsuite/gcc.dg/torture/pr100329.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr100278.c | 17 ++++++++++++++++ gcc/tree-ssa-phiopt.c | 5 ++--- gcc/tree-ssa-pre.c | 10 ++++++++++ gcc/tree-ssa-reassoc.c | 10 ++++++++++ gcc/tree-vect-stmts.c | 18 ++++------------- 9 files changed, 114 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr100253.C create mode 100644 gcc/testsuite/gcc.dg/pr100414.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100329.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr100278.c