This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 48d01e85386 PR debug/85550 * g++.dg/debug/dwarf2/pr85550.C: New test. new 194b1f6b476 Make function assembly more independent. new 9175d3dd454 Minimize clone counter memory usage in create_virtual_clone. new a49fad64862 Minimize clone counter memory usage in LTO.
The 3 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 | 26 ++++++++++++++++++ gcc/cgraph.h | 10 ++++--- gcc/cgraphclones.c | 35 +++++++++++++++++++----- gcc/ipa-cp.c | 10 ++++++- gcc/ipa-hsa.c | 4 +-- gcc/lto/ChangeLog | 11 ++++++++ gcc/lto/lto-partition.c | 15 +++++++++-- gcc/testsuite/ChangeLog | 4 +++ gcc/testsuite/gcc.dg/independent-cloneids-1.c | 38 +++++++++++++++++++++++++++ 9 files changed, 138 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/independent-cloneids-1.c