This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from ff0eec94e87 Fortran: Fix 'fn spec' for deferred character length adds 04d392e8430 libstdc++: Fix doxygen generation to work with relative paths adds ce8add4b0e0 rs6000: Add nmmintrin.h to extra_headers adds 3cfbe5dc08b rs6000: Guard some x86 intrinsics implementations adds 58f339fc5ea libstdc++: Implement std::random_device::entropy() for othe [...] adds c6a1fdd6dde doc: Fix typo in name of PowerPC __builtin_cpu_supports built-in
No new revisions were added by this update.
Summary of changes: gcc/config.gcc | 1 + gcc/config/rs6000/emmintrin.h | 12 +--- gcc/config/rs6000/pmmintrin.h | 4 ++ gcc/config/rs6000/smmintrin.h | 4 ++ gcc/config/rs6000/tmmintrin.h | 12 ++++ gcc/doc/extend.texi | 2 +- gcc/testsuite/gcc.target/powerpc/sse4_2-pcmpgtq.c | 4 +- libstdc++-v3/doc/Makefile.am | 20 ++++--- libstdc++-v3/doc/Makefile.in | 20 ++++--- libstdc++-v3/src/c++11/random.cc | 70 +++++++++++++++++++--- .../26_numerics/random/random_device/entropy.cc | 37 ++++++++++++ 11 files changed, 150 insertions(+), 36 deletions(-) create mode 100644 libstdc++-v3/testsuite/26_numerics/random/random_device/entropy.cc