This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a89349e664f adjust SLP tree dumping new 72b3bc895f0 Fix verifier ICE on wrong comdat local flag [PR93347]
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/ChangeLog | 19 ++ gcc/cgraph.c | 64 ++++++- gcc/cgraph.h | 17 +- gcc/ipa-fnsummary.c | 4 - gcc/ipa-inline-transform.c | 9 +- gcc/ipa-split.c | 2 +- gcc/symtab.c | 11 ++ gcc/testsuite/ChangeLog | 5 + gcc/testsuite/g++.dg/torture/pr93347.C | 306 +++++++++++++++++++++++++++++++++ 9 files changed, 407 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr93347.C