This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/release-arm-check_bootstrap in repository toolchain/ci/gcc.
from 89cea574209 c++: ICE with attribute on enumerator [PR104667] adds eb2516d4a5d Daily bump. adds 54c6ab3eeca middle-end: Handle difference between complex negations in [...] adds b2bd2658a5c middle-end: Backport complex vect testsuite to GCC 11 new fda5703a8ec libphobos: Fix misspelling of msvcUsesUCRT (PR104659)
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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 +++ gcc/testsuite/ChangeLog | 8 +++ .../vect/complex/bb-slp-complex-add-pattern-int.c | 11 ++-- .../vect/complex/bb-slp-complex-add-pattern-long.c | 11 +++- .../complex/bb-slp-complex-add-pattern-short.c | 13 ++-- .../bb-slp-complex-add-pattern-unsigned-int.c | 13 ++-- .../bb-slp-complex-add-pattern-unsigned-long.c | 12 ++-- .../bb-slp-complex-add-pattern-unsigned-short.c | 13 ++-- .../vect/complex/complex-add-pattern-template.c | 17 ++++- .../gcc.dg/vect/complex/complex-add-template.c | 30 +++++++++ .../gcc.dg/vect/complex/complex-operations-run.c | 2 +- gcc/testsuite/gcc.dg/vect/complex/complex.exp | 2 +- .../complex/fast-math-bb-slp-complex-add-double.c | 12 ++-- .../complex/fast-math-bb-slp-complex-add-float.c | 12 ++-- .../fast-math-bb-slp-complex-add-half-float.c | 3 +- .../fast-math-bb-slp-complex-add-pattern-double.c | 13 ++-- .../fast-math-bb-slp-complex-add-pattern-float.c | 12 ++-- ...st-math-bb-slp-complex-add-pattern-half-float.c | 11 +++- .../complex/fast-math-bb-slp-complex-mla-double.c | 4 +- .../complex/fast-math-bb-slp-complex-mla-float.c | 6 +- .../fast-math-bb-slp-complex-mla-half-float.c | 5 +- .../complex/fast-math-bb-slp-complex-mls-double.c | 6 +- .../complex/fast-math-bb-slp-complex-mls-float.c | 7 +- .../fast-math-bb-slp-complex-mls-half-float.c | 7 +- .../complex/fast-math-bb-slp-complex-mul-double.c | 4 +- .../complex/fast-math-bb-slp-complex-mul-float.c | 4 +- .../fast-math-bb-slp-complex-mul-half-float.c | 5 +- .../vect/complex/fast-math-complex-add-double.c | 9 +-- .../vect/complex/fast-math-complex-add-float.c | 9 +-- .../complex/fast-math-complex-add-half-float.c | 7 +- .../complex/fast-math-complex-add-pattern-double.c | 10 +-- .../complex/fast-math-complex-add-pattern-float.c | 10 +-- .../fast-math-complex-add-pattern-half-float.c | 12 ++-- .../vect/complex/fast-math-complex-mla-double.c | 3 +- .../vect/complex/fast-math-complex-mla-float.c | 3 +- .../complex/fast-math-complex-mla-half-float.c | 4 +- .../vect/complex/fast-math-complex-mls-double.c | 8 ++- .../vect/complex/fast-math-complex-mls-float.c | 8 ++- .../complex/fast-math-complex-mls-half-float.c | 7 +- .../vect/complex/fast-math-complex-mul-double.c | 4 +- .../vect/complex/fast-math-complex-mul-float.c | 4 +- .../complex/fast-math-complex-mul-half-float.c | 4 +- .../vect/complex/vect-complex-add-pattern-byte.c | 10 +-- .../vect/complex/vect-complex-add-pattern-int.c | 10 +-- .../vect/complex/vect-complex-add-pattern-long.c | 11 ++-- .../vect/complex/vect-complex-add-pattern-short.c | 10 +-- .../vect-complex-add-pattern-unsigned-byte.c | 10 +-- .../vect-complex-add-pattern-unsigned-int.c | 10 +-- .../vect-complex-add-pattern-unsigned-long.c | 11 ++-- .../vect-complex-add-pattern-unsigned-short.c | 10 +-- gcc/tree-vect-slp-patterns.c | 77 +++++++++++++--------- libphobos/libdruntime/config/mingw/msvc.c | 2 +- 53 files changed, 351 insertions(+), 166 deletions(-)