This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
from 859dffed6e 21: onsuccess: #355: 21008: Success after binutils/llvm/linu [...]
new 9d4004d155 22: onsuccess: #356: 21020: Success after binutils/llvm/linu [...]
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:
01-reset_artifacts/console.log.xz | Bin 1688 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 29936 -> 30064 bytes
04-build_kernel_llvm/console.log.xz | Bin 64384 -> 64256 bytes
05-build_abe-qemu/console.log.xz | Bin 31820 -> 31664 bytes
06-build_linux/console.log.xz | Bin 5404 -> 5512 bytes
08-check_regression/console.log.xz | Bin 4296 -> 4412 bytes
08-check_regression/mail-body.txt | 4 ++--
09-update_baseline/console.log | 16 ++++++++--------
dashboard/dashboard-generate.sh | 10 +---------
dashboard/dashboard-push.sh | 5 -----
dashboard/squad/results-functional.json | 1 -
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 5 -----
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 +++---
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
results | 2 +-
22 files changed, 37 insertions(+), 56 deletions(-)
delete mode 100644 dashboard/squad/results-functional.json
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 354c97ee05b MIPS: fix building on multiarch platform
new 7d888535f7a gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR107369]
new 4479f1dc79f MIPS: Not trigger error for pre-R6 and -mcompact-branches=always
new 593632051f4 MIPS: add builtime option for -mcompact-branches
new 44e18da4d9c gimplify: Call gimple_boolify on IFN_ASSUME argument [PR107368]
new 619e4ca985b gimplify: Fix comment typos
The 5 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/config.gcc | 13 +++++++++--
gcc/config/mips/mips.cc | 8 +------
gcc/config/mips/mips.h | 25 ++++++++++++++--------
gcc/doc/install.texi | 19 ++++++++++++++++
gcc/doc/invoke.texi | 10 +++++----
gcc/gimplify.cc | 6 +++---
gcc/testsuite/g++.dg/cpp23/attr-assume8.C | 12 +++++++++++
gcc/testsuite/gcc.dg/attr-assume-4.c | 12 +++++++++++
gcc/testsuite/gcc.dg/attr-assume-5.c | 10 +++++++++
gcc/testsuite/gcc.target/mips/compact-branches-1.c | 2 +-
.../{compact-branches-5.c => compact-branches-8.c} | 2 +-
.../{compact-branches-6.c => compact-branches-9.c} | 2 +-
gcc/testsuite/gcc.target/mips/mips.exp | 4 +---
13 files changed, 94 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/attr-assume8.C
create mode 100644 gcc/testsuite/gcc.dg/attr-assume-4.c
create mode 100644 gcc/testsuite/gcc.dg/attr-assume-5.c
copy gcc/testsuite/gcc.target/mips/{compact-branches-5.c => compact-branches-8.c} (54%)
copy gcc/testsuite/gcc.target/mips/{compact-branches-6.c => compact-branches-9.c} (54%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 2a2093a9d40 i386: fix pedantic warning
new 0737125ec0e IBM zSystems: Fix function_ok_for_sibcall [PR106355]
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/config/s390/s390.cc | 47 +++++++++++++++---------------
gcc/testsuite/gcc.target/s390/pr106355-1.c | 42 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/s390/pr106355-2.c | 8 +++++
gcc/testsuite/gcc.target/s390/pr106355-3.c | 8 +++++
gcc/testsuite/gcc.target/s390/pr106355.h | 18 ++++++++++++
5 files changed, 100 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 6b01a5dca7f i386: fix pedantic warning
new 5e41c45fef8 IBM zSystems: Fix function_ok_for_sibcall [PR106355]
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/config/s390/s390.c | 47 +++++++++++++++---------------
gcc/testsuite/gcc.target/s390/pr106355-1.c | 42 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/s390/pr106355-2.c | 8 +++++
gcc/testsuite/gcc.target/s390/pr106355-3.c | 8 +++++
gcc/testsuite/gcc.target/s390/pr106355.h | 18 ++++++++++++
5 files changed, 100 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 7cee6ad35eb x86: fix VENDOR_MAX enum value
new 97509e98d91 IBM zSystems: Fix function_ok_for_sibcall [PR106355]
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/config/s390/s390.c | 47 +++++++++++++++---------------
gcc/testsuite/gcc.target/s390/pr106355-1.c | 42 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/s390/pr106355-2.c | 8 +++++
gcc/testsuite/gcc.target/s390/pr106355-3.c | 8 +++++
gcc/testsuite/gcc.target/s390/pr106355.h | 18 ++++++++++++
5 files changed, 100 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-1.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-2.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355-3.c
create mode 100644 gcc/testsuite/gcc.target/s390/pr106355.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 321f89e5851 rs6000/test: Support vect_long_long effective target
new 19295e8607d tree-optimization/100756 - niter analysis and folding
new 354c97ee05b MIPS: fix building on multiarch platform
The 2 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/config.in | 6 ++++++
gcc/config/mips/mips.h | 2 ++
gcc/config/mips/t-linux64 | 21 ++++++++++++++++++++-
gcc/configure | 4 ++++
gcc/configure.ac | 3 +++
gcc/testsuite/gcc.dg/vect/pr100756.c | 15 +++++++++++++++
gcc/tree-ssa-loop-niter.cc | 1 +
7 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr100756.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a970174d7a10 x86/mm: Do not verify W^X at boot up
new 1a2dcbdde82e scsi: mpt3sas: re-do lost mpt3sas DMA mask fix
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:
drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from 402fde96be 78: onsuccess: #467: 2: Success after binutils/gcc: 10 commits
new 3a920c42fc 79: onsuccess: #468: 2: Success after binutils/gcc: 43 commits
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:
01-reset_artifacts/console.log.xz | Bin 1684 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 39716 -> 38340 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 272860 -> 271680 bytes
06-check_regression/console.log.xz | Bin 3116 -> 3124 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 20 ++++++++++----------
12 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.