This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 52758e689a1 Daily bump. new 49643954ffa gimple-fold: Fix ICE in maybe_canonicalize_mem_ref_addr on [...] new 046501dc30f 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