This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 307b11179ae AVR: Fix building LibF7 after switching to C23. new 101f8c73d57 Minor cleanup to cxx_init_decl_processing new cc33f880e55 Avoid expicit builtion list in tree-ssa-dce
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/cp/decl.cc | 266 +++++++++++++++---------------- gcc/ipa-modref.cc | 32 ++++ gcc/ipa-modref.h | 1 + gcc/testsuite/g++.dg/tree-ssa/pr109442.C | 12 ++ gcc/tree-ssa-dce.cc | 28 ++-- 5 files changed, 186 insertions(+), 153 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr109442.C