This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from b83b810ac44 libstdc++: Refactor filesystem::path encoding conversions adds ce556936048 libstdc++: Rename files with the wrong extensions adds f874a13ca38 libstdc++: Fix regression in memory use when constructing paths adds 9eb28a0f19b Daily bump. adds 4728afb9894 Fix TARGET_SOFT_FLOAT patterns in pa.md adds bd440a8c1c5 Adjust testcase for O2 vectorization[Wuninitialized] new 2f9529fc62b AVX512FP16: Adjust builtin for mask complex fma
The 1 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 | 99 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/avx512fp16intrin.h | 261 +++++++-------------- gcc/config/i386/avx512fp16vlintrin.h | 56 ++--- gcc/config/i386/i386-builtin.def | 24 +- gcc/config/i386/i386-expand.c | 22 +- gcc/config/i386/sse.md | 183 +++++++++++++++ gcc/config/i386/subst.md | 3 + gcc/config/pa/pa.md | 85 ++++++- gcc/fortran/ChangeLog | 6 + gcc/testsuite/ChangeLog | 31 +++ gcc/testsuite/g++.dg/warn/Wuninitialized-13.C | 7 +- gcc/testsuite/gcc.target/i386/avx-1.c | 4 + .../gcc.target/i386/avx512fp16-vfcmaddcsh-1a.c | 2 + ...-vfcmaddcsh-1a.c => avx512fp16-vfcmaddcsh-1c.c} | 22 +- .../gcc.target/i386/avx512fp16-vfmaddcsh-1a.c | 2 + ...16-vfmaddcsh-1a.c => avx512fp16-vfmaddcsh-1c.c} | 22 +- gcc/testsuite/gcc.target/i386/sse-13.c | 4 + gcc/testsuite/gcc.target/i386/sse-23.c | 4 + libgcc/ChangeLog | 9 + libstdc++-v3/ChangeLog | 41 ++++ libstdc++-v3/include/bits/fs_path.h | 9 +- .../path/construct/{102592.C => 102592.cc} | 0 .../28_regex/match_results/{102667.C => 102667.cc} | 0 24 files changed, 640 insertions(+), 258 deletions(-) copy gcc/testsuite/gcc.target/i386/{avx512fp16-vfcmaddcsh-1a.c => avx512fp16-vfcma [...] copy gcc/testsuite/gcc.target/i386/{avx512fp16-vfmaddcsh-1a.c => avx512fp16-vfmadd [...] rename libstdc++-v3/testsuite/27_io/filesystem/path/construct/{102592.C => 102592. [...] rename libstdc++-v3/testsuite/28_regex/match_results/{102667.C => 102667.cc} (100%)