This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 37c31248618 Ada: Fix assertion failure on Finalizable aspect for tagged [...] new b36014e10c9 ipa/119973 - IPA PTA issue with global initializers new 169ad482497 ipa/120006 - wrong code with IPA PTA
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/pr119973.c | 39 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr120006.c | 31 ++++++++++++++++++++++ gcc/tree-ssa-structalias.cc | 46 +++++++++++++++++++++++++++++---- 3 files changed, 111 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr119973.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr120006.c