This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 66fe4ac0fa6 c++: Allow lambda expressions in template type parameters [ [...] new eeb6091821b tree-optimization/123040 - handle nary -> ifn simplification in VN new 05f0bab8dac c/123156 - overflow in shuffle mask for __builtin_shufflevector new 50a3d36b498 testsuite/123353 - require little-endian for testcase
The 3 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/c-family/c-common.cc | 4 +- gcc/testsuite/g++.dg/torture/pr123040.C | 62 ++++++++++++++++++++++ .../torture/builtin-shufflevector-pr123156.c | 40 ++++++++++++++ gcc/tree-ssa-sccvn.cc | 5 +- 4 files changed, 107 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr123040.C create mode 100644 gcc/testsuite/gcc.dg/torture/builtin-shufflevector-pr123156.c