This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47e5052b5e1 rs6000: Support for vectorizing built-in functions new 31e924c52f4 Better handle MIN/MAX_EXPR of unrelated objects [PR102200].
The 1 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/pointer-query.cc | 62 +++++++++-- gcc/testsuite/gcc.dg/Warray-bounds-89.c | 139 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wstringop-overflow-62.c | 2 +- gcc/testsuite/gcc.dg/Wstringop-overflow-74.c | 22 ++++ gcc/testsuite/gcc.dg/Wstringop-overflow-75.c | 133 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/Wstringop-overflow-76.c | 148 +++++++++++++++++++++++++++ 6 files changed, 496 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-89.c create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-74.c create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-75.c create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-76.c