This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0bce23e1e89 Use char_span for return type of location_get_source_line new ebf0a6c6426 * tree.c (build_clobber): New. new 38dba48bd4d * init.c (build_dtor_call): Use build_special_member_call. new 6ae0d78c821 PR c++/61982 - dead stores to destroyed objects. new 773f4004bfb selftest.h: fix alphabetization of per-source-file selftest [...]
The 4 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 | 17 ++ gcc/cp/ChangeLog | 13 ++ gcc/cp/call.c | 44 ++++- gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 3 +- gcc/cp/init.c | 225 ++++++++++++-------------- gcc/gimplify.c | 16 +- gcc/selftest.h | 14 +- gcc/testsuite/g++.dg/tree-ssa/lifetime-dse1.C | 18 +++ gcc/tree.c | 10 ++ gcc/tree.h | 1 + 11 files changed, 220 insertions(+), 142 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tree-ssa/lifetime-dse1.C