This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4efa7ec85a8 missing require target has_arch_ppc64 for pr106550.c new 61f5b3c59ed tree-optimization/115138 - ptr-vs-ptr and FUNCTION_DECLs new f0a02467bbc tree-optimization/115199 - fix PTA constraint processing fo [...]
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/torture/pr115138.c | 28 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr115199.c | 24 ++++++++++++++++++++++++ gcc/tree-ssa-alias.cc | 6 ++++++ gcc/tree-ssa-structalias.cc | 2 +- 4 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr115138.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr115199.c