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-aarch64-check_bootstrap in repository toolchain/ci/gcc.
from abd40faeb96 Daily bump. adds 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) new 2d7ef2e3c81 Daily bump.
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 | 9 +++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 +++ gcc/cp/decl2.c | 3 + gcc/testsuite/ChangeLog | 75 +++++++++++++++++++++ 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 +- .../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 +- 57 files changed, 450 insertions(+), 166 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/attrib64.C