This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af8656be8df c++: Diagnose a deduction guide in a wrong scope [PR91759] new 4e3d3e40726 middle-end/94188 fix fold of addr expression generation
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 | 14 ++++++++++++++ gcc/asan.c | 5 +++-- gcc/fold-const.c | 7 ++++++- gcc/gimple-fold.c | 4 ++-- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/pr94188.c | 10 ++++++++++ gcc/tree-ssa-dom.c | 9 ++++----- gcc/tree-ssa-forwprop.c | 11 ++++++----- gcc/tree-ssa-loop-im.c | 3 ++- gcc/tree-ssa-strlen.c | 3 ++- 10 files changed, 54 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr94188.c