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 34ed7219297 tree-optimization/102788 - avoid spurious bool pattern fails new ae3227710c7 middle-end/102518 - avoid invalid GIMPLE during inlining new 1631d6d2910 tree-optimization/102798 - avoid copying PTA info to old SSA names
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/pr102798.c | 41 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr102518.c | 12 ++++++++++ gcc/tree-inline.c | 6 ++++- gcc/tree-vect-data-refs.c | 3 ++- 4 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102798.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr102518.c