This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6df69784777 libstdc++: Disable -Wlong-long warnings in boost_concept_check.h new 5080d98a383 i386: Use Shuffles instead of shifts for Reduction in AMD znver4/5 new ff6647b41d4 libstdc++: Re-enable some XPASS tests for AIX new a8e22d3fcc0 libstdc++: Fix lwg4084.cc test FAIL on AIX new 8e7cf04d54f libstdc++: Fix another 17_intro/names.cc failure on AIX
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/config/i386/i386-expand.cc | 27 ++++++++++++++++++++++ gcc/config/i386/i386.h | 4 +++- gcc/config/i386/x86-tune.def | 5 ++++ gcc/testsuite/gcc.target/i386/reduc-pshuf.c | 16 +++++++++++++ libstdc++-v3/testsuite/17_intro/names.cc | 2 ++ .../22_locale/num_put/put/char/lwg4084.cc | 8 +++++++ .../23_containers/deque/capacity/shrink_to_fit.cc | 1 - .../testsuite/23_containers/unordered_map/96088.cc | 2 +- .../23_containers/unordered_multimap/96088.cc | 2 +- .../23_containers/unordered_multiset/96088.cc | 2 +- .../testsuite/23_containers/unordered_set/96088.cc | 2 +- libstdc++-v3/testsuite/experimental/names.cc | 2 +- 12 files changed, 66 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/reduc-pshuf.c