This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from a6a66eca19b s390: Accept only Pmode for registers AP/FP/RA [PR119235] new cf40537f3af vect: Enforce dr_with_seg_len::align precondition [PR116125] new 261bcbf171f Avoid using POINTER_DIFF_EXPR for overlap checks [PR119399]
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/vect/pr116125.c | 30 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr119399.c | 10 ++++++++++ gcc/tree-data-ref.cc | 9 ++++----- gcc/tree-vect-data-refs.cc | 10 +++++++++- 4 files changed, 53 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr116125.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr119399.c