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 a555e443211 Daily bump. new 65767abfdc0 tree-optimization/99253 - fix reduction path check new 7e9c43ce0d7 c/99224 - avoid ICEing on invalid __builtin_next_arg
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/builtins.c | 3 +- gcc/testsuite/gcc.dg/pr99224.c | 6 ++++ gcc/testsuite/gcc.dg/vect/pr99253.c | 22 +++++++++++++++ gcc/tree-vect-loop.c | 56 ++++++++++++++++++------------------- 4 files changed, 58 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr99224.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr99253.c