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/release-arm-bootstrap_O3 in repository toolchain/ci/gcc.
from 79fddacc4e8 Daily bump. adds 8ded52d318e Daily bump. adds 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 adds fda5703a8ec libphobos: Fix misspelling of msvcUsesUCRT (PR104659) adds 2d7ef2e3c81 Daily bump. adds 8eb36ce5576 vect: add vect_float to pr102819 tests adds 1b291c996fa Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 9 +++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 +++ gcc/cp/decl2.c | 3 + gcc/testsuite/ChangeLog | 88 ++++++++++++++++++++++ gcc/testsuite/g++.dg/ext/attrib64.C | 11 +++ .../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 +- gcc/testsuite/gcc.dg/vect/complex/pr102819-1.c | 1 + gcc/testsuite/gcc.dg/vect/complex/pr102819-2.c | 1 + gcc/testsuite/gcc.dg/vect/complex/pr102819-3.c | 1 + gcc/testsuite/gcc.dg/vect/complex/pr102819-4.c | 1 + gcc/testsuite/gcc.dg/vect/complex/pr102819-5.c | 1 + gcc/testsuite/gcc.dg/vect/complex/pr102819-6.c | 1 + gcc/testsuite/gcc.dg/vect/complex/pr102819-7.c | 1 + gcc/testsuite/gcc.dg/vect/complex/pr102819-8.c | 1 + gcc/testsuite/gcc.dg/vect/complex/pr102819-9.c | 1 + .../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/ChangeLog | 9 +++ libphobos/libdruntime/config/mingw/msvc.c | 2 +- 66 files changed, 472 insertions(+), 166 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attrib64.C