This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d79d9445d69 Add is_gimple_min_invariant dropped from previous patch. new fabe0ede9db gimple-fold: Fix ICE in maybe_canonicalize_mem_ref_addr on [...] new 95f5a3258dd veclower: Don't ICE on .VEC_CONVERT calls with no lhs [PR96426]
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/gimple-fold.c | 10 +++++++--- gcc/testsuite/g++.dg/opt/pr96354.C | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr96426.c | 10 ++++++++++ gcc/tree-vect-generic.c | 6 ++++++ 4 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/opt/pr96354.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr96426.c