This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 57f8a2f67c1 Vect: Support loop len in vectorizable early exit new a9251ab3c91 wrong code with points-to and volatile new f3e5f4c5859 tree-optimization/13962 - handle ptr-ptr compares in ptrs_c [...]
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/gimple-pretty-print.cc | 5 ++++- gcc/testsuite/g++.dg/vect/pr68145.cc | 2 +- gcc/testsuite/gcc.dg/tree-ssa/alias-38.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/alias-39.c | 12 ++++++++++++ gcc/tree-ssa-alias.cc | 30 ++++++++++++++++++++++++++---- gcc/tree-ssa-alias.h | 5 +++++ gcc/tree-ssa-structalias.cc | 13 ++++++++++--- 7 files changed, 72 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-38.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-39.c