This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 993c6de642f VECT: Fix ICE for vectorizable LD/ST when both len and stor [...] new 8fe27ed193d [committed] [PR tree-optimization/110199] Simplify MIN/MAX [...] new a84b98c62d9 d: Fix -fpreview=in ICEs with forward referenced parameter [...]
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/d/d-target.cc | 25 ++----- gcc/testsuite/gcc.dg/tree-ssa/minmax-27.c | 118 ++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/minmax-28.c | 117 +++++++++++++++++++++++++++++ gcc/testsuite/gdc.dg/pr112285.d | 13 ++++ gcc/testsuite/gdc.dg/pr112290.d | 15 ++++ gcc/tree-ssa-scopedtables.cc | 53 ++++++++++++-- 6 files changed, 315 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-27.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-28.c create mode 100644 gcc/testsuite/gdc.dg/pr112285.d create mode 100644 gcc/testsuite/gdc.dg/pr112290.d