This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 605d05b9481 Always dump generated distance vectors new d3a7302ec59 libstdc++: add #pragma diagnostic new 77bd23a3e24 Fall back to single-lane SLP before falling back to no SLP new 5b5a36b122e tree-optimization/116768 - wrong dependence analysis
The 3 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/ginclude/stdint-wrap.h | 3 ++ gcc/gsyslimits.h | 3 ++ gcc/testsuite/gcc.dg/torture/pr116768.c | 32 ++++++++++++++ gcc/testsuite/gcc.dg/vect/vect-outer-slp-1.c | 2 +- gcc/tree-chrec.cc | 4 +- gcc/tree-data-ref.cc | 2 - gcc/tree-vect-loop.cc | 49 ++++++++++++---------- gcc/tree-vect-slp.cc | 43 +++++++++++-------- gcc/tree-vectorizer.h | 2 +- libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/configure | 2 +- libstdc++-v3/include/bits/algorithmfwd.h | 5 +++ libstdc++-v3/include/bits/allocator.h | 4 ++ libstdc++-v3/include/bits/basic_ios.tcc | 4 ++ libstdc++-v3/include/bits/basic_string.tcc | 4 ++ libstdc++-v3/include/bits/c++config | 7 ++++ libstdc++-v3/include/bits/codecvt.h | 4 ++ libstdc++-v3/include/bits/concept_check.h | 4 ++ libstdc++-v3/include/bits/cpp_type_traits.h | 5 +++ libstdc++-v3/include/bits/fstream.tcc | 4 ++ libstdc++-v3/include/bits/hashtable.h | 5 +++ libstdc++-v3/include/bits/istream.tcc | 4 ++ libstdc++-v3/include/bits/iterator_concepts.h | 4 ++ libstdc++-v3/include/bits/locale_classes.tcc | 5 +++ libstdc++-v3/include/bits/locale_facets.tcc | 4 ++ libstdc++-v3/include/bits/ostream.tcc | 4 ++ libstdc++-v3/include/bits/ostream_insert.h | 4 ++ libstdc++-v3/include/bits/ranges_base.h | 4 ++ libstdc++-v3/include/bits/regex_automaton.h | 5 +++ libstdc++-v3/include/bits/regex_compiler.tcc | 7 +++- libstdc++-v3/include/bits/sstream.tcc | 4 ++ libstdc++-v3/include/bits/std_abs.h | 6 +++ libstdc++-v3/include/bits/stl_algo.h | 5 +++ libstdc++-v3/include/bits/streambuf.tcc | 4 ++ libstdc++-v3/include/c/cassert | 5 +++ libstdc++-v3/include/c/cctype | 5 +++ libstdc++-v3/include/c/cerrno | 5 +++ libstdc++-v3/include/c/cfloat | 5 +++ libstdc++-v3/include/c/climits | 5 +++ libstdc++-v3/include/c/clocale | 5 +++ libstdc++-v3/include/c/cmath | 5 +++ libstdc++-v3/include/c/csetjmp | 5 +++ libstdc++-v3/include/c/csignal | 5 +++ libstdc++-v3/include/c/cstdarg | 5 +++ libstdc++-v3/include/c/cstddef | 5 +++ libstdc++-v3/include/c/cstdio | 5 +++ libstdc++-v3/include/c/cstdlib | 5 +++ libstdc++-v3/include/c/cstring | 5 +++ libstdc++-v3/include/c/ctime | 5 +++ libstdc++-v3/include/c/cwchar | 5 +++ libstdc++-v3/include/c/cwctype | 5 +++ libstdc++-v3/include/c_compatibility/fenv.h | 5 +++ libstdc++-v3/include/c_compatibility/inttypes.h | 5 +++ libstdc++-v3/include/c_compatibility/stdint.h | 5 +++ libstdc++-v3/include/c_global/climits | 5 +++ libstdc++-v3/include/c_global/cmath | 5 +++ libstdc++-v3/include/c_global/cstddef | 5 +++ libstdc++-v3/include/c_global/cstdlib | 4 ++ libstdc++-v3/include/decimal/decimal | 4 ++ libstdc++-v3/include/ext/concurrence.h | 5 +++ libstdc++-v3/include/ext/rope | 6 +++ libstdc++-v3/include/ext/type_traits.h | 5 +++ libstdc++-v3/include/std/any | 5 +++ libstdc++-v3/include/std/charconv | 4 ++ libstdc++-v3/include/std/complex | 4 ++ libstdc++-v3/include/std/coroutine | 4 ++ libstdc++-v3/include/std/format | 9 ++++ libstdc++-v3/include/std/iomanip | 4 ++ libstdc++-v3/include/std/limits | 6 +++ libstdc++-v3/include/std/numbers | 5 +++ libstdc++-v3/include/tr1/functional | 5 +++ libstdc++-v3/include/tr1/tuple | 4 ++ libstdc++-v3/include/tr1/type_traits | 4 ++ libstdc++-v3/libsupc++/compare | 6 +++ libstdc++-v3/libsupc++/new | 4 ++ .../ext/type_traits/add_unsigned_floating_neg.cc | 2 +- .../ext/type_traits/add_unsigned_integer_neg.cc | 2 +- .../type_traits/remove_unsigned_floating_neg.cc | 2 +- .../ext/type_traits/remove_unsigned_integer_neg.cc | 2 +- 79 files changed, 408 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr116768.c