This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 22d34a2a506 libstdc++: Implement P1518R2 for container deduction guides new 55a3be2f525 tree-optimization/102570 - teach VN about internal functions new 7e0c0500808 middle-end/102285 - refine .DEFERRED_INIT expansion
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/expr.c | 4 +- gcc/expr.h | 3 + gcc/internal-fn.c | 7 ++- gcc/testsuite/c-c++-common/pr102285.c | 10 ++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-96.c | 14 +++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-33.c | 15 +++++ gcc/tree-ssa-pre.c | 27 +++++---- gcc/tree-ssa-sccvn.c | 91 ++++++++++++++++++------------ gcc/tree-ssa-sccvn.h | 3 +- 9 files changed, 123 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr102285.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-96.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-33.c