This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b1570930df6 move permute optimization to optimize-slp new 39a27bb01aa tree-optimization/97241 - fix ICE in reduction vectorization new cc61827b55e c++: Identifier type value should not update binding new 74b5b8dec46 testsuite: Prevent spellcheck-inttypes failures on AIX. new adcf8a11c77 c++: Name lookup simplifications new dec881f85ab x86: Replace <enqcmdntrin.h> with <enqcmdintrin.h> new 7cbfe0894de c++: Hiddenness is a property of the symbol table
The 6 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/config/i386/enqcmdintrin.h | 8 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 19 +- gcc/cp/name-lookup.c | 488 +++++++++++++++++------------ gcc/cp/name-lookup.h | 7 + gcc/cp/pt.c | 8 +- gcc/cp/tree.c | 30 +- gcc/testsuite/g++.dg/spellcheck-inttypes.C | 3 + gcc/testsuite/gcc.dg/spellcheck-inttypes.c | 2 +- gcc/testsuite/gcc.dg/vect/pr97241.c | 19 ++ gcc/tree-vect-loop.c | 17 +- 11 files changed, 355 insertions(+), 248 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr97241.c