This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c746fc40f4e MSP430: Fix inconsistent naming of hwmult libfuncs new cba306519ce Daily bump. new c2099c1670f Put PREFETCHW back to march=broadwell new aaccdb9cec4 tree-optimization/97830 - fix compare of incomplete type si [...] new d12603b7469 tree-optimization/97835 - fix step vector construction for [...]
The 4 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/ChangeLog | 52 +++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.h | 3 ++- gcc/cp/ChangeLog | 18 +++++++++++++ gcc/doc/invoke.texi | 50 +++++++++++++++++++---------------- gcc/testsuite/ChangeLog | 38 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr97830.c | 24 +++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr97835.c | 21 +++++++++++++++ gcc/tree-ssa-sccvn.c | 5 +++- gcc/tree-vect-loop.c | 2 +- libgcc/ChangeLog | 5 ++++ libstdc++-v3/ChangeLog | 4 +++ 12 files changed, 197 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97830.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr97835.c