This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1add3635563 tree-optimization/107447 - avoid hoisting returns-twice cal [...]
new 031a400e49d tree-optimization/107407 - wrong code with DSE
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/testsuite/gcc.dg/torture/pr107407.c | 26 ++++++++++++++++++++++++++
gcc/tree-ssa-dse.cc | 17 +++++++++--------
2 files changed, 35 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr107407.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
from c142927711 77: onsuccess: #506: 2: Success after binutils/gcc: 28 commits
new cc2b837d62 78: onsuccess: #507: 2: Success after binutils/gcc: 31 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 1668 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 38264 -> 39456 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 329160 -> 332208 bytes
06-check_regression/console.log.xz | Bin 3100 -> 3088 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 | 18 +++++++++---------
12 files changed, 15 insertions(+), 15 deletions(-)
--
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-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
from e51285e32c 80: onsuccess: #492: 2: Success after binutils/gcc: 25 commits
new a5132b394a 81: onsuccess: #493: 2: Success after binutils/gcc: 31 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 1668 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2700 -> 2712 bytes
04-build_abe-binutils/console.log.xz | Bin 50844 -> 51380 bytes
05-build_abe-bootstrap_lto/console.log.xz | Bin 476140 -> 476692 bytes
06-check_regression/console.log.xz | Bin 3132 -> 3120 bytes
07-update_baseline/console.log | 9 +++++++++
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 | 18 +++++++++---------
13 files changed, 24 insertions(+), 15 deletions(-)
--
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_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from 74a839e636 26: onsuccess: #487: all: Success after binutils/gcc/linux/q [...]
new 28c490a34d 27: onsuccess: #488: all: Success after binutils/gcc/linux/q [...]
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 1732 -> 1712 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30760 -> 30760 bytes
04-build_abe-stage1/console.log.xz | Bin 68864 -> 69796 bytes
05-build_abe-qemu/console.log.xz | Bin 32600 -> 32624 bytes
06-build_linux/console.log.xz | Bin 3008 -> 3116 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 4240 -> 4232 bytes
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
18 files changed, 28 insertions(+), 28 deletions(-)
--
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 89999f23587 openmp: Allow optional comma after directive-specifier in C/C++
new 08412858321 tree-optimization/107435 - ICE with recurrence vectorization
new 1add3635563 tree-optimization/107447 - avoid hoisting returns-twice cal [...]
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/testsuite/gcc.dg/torture/pr107435.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr107447.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-loop-im.cc | 13 +++++++++----
gcc/tree-vect-loop.cc | 6 ++++++
4 files changed, 61 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr107435.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr107447.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from 66331b8579 87: onsuccess: #503: 6: Success after binutils/gcc/linux/gli [...]
new dc0b3a1333 88: onsuccess: #504: 6: Success after binutils/gcc/linux/gli [...]
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 1680 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 38156 -> 38408 bytes
05-build_abe-gcc/console.log.xz | Bin 213392 -> 212560 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 9376 -> 9480 bytes
08-build_abe-glibc/console.log.xz | Bin 242164 -> 239392 bytes
09-build_abe-gdb/console.log.xz | Bin 38736 -> 38200 bytes
10-check_regression/console.log.xz | Bin 4940 -> 4488 bytes
11-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 36 +++++++++++++++++------------------
20 files changed, 27 insertions(+), 36 deletions(-)
--
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_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 302aadf7a3 25: onsuccess: #431: 6538: Success after linux: 105964 commits
new 34a611d4b4 26: onsuccess: #432: 6538: Success after binutils/gcc/linux/ [...]
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 1632 -> 1704 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30184 -> 30848 bytes
04-build_abe-stage1/console.log.xz | Bin 90924 -> 91724 bytes
05-build_abe-qemu/console.log.xz | Bin 31544 -> 31700 bytes
06-build_linux/console.log.xz | Bin 5880 -> 6108 bytes
08-check_regression/console.log.xz | Bin 3088 -> 4444 bytes
08-check_regression/mail-body.txt | 13 +------------
09-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 15 ++-------------
mail/mail-subject.txt | 2 +-
manifest.sh | 31 +++++++++++++++++--------------
18 files changed, 36 insertions(+), 46 deletions(-)
--
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-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
from 7242e938a8 79: onsuccess: #501: 2: Success after binutils/gcc: 28 commits
new 81d46db5dd 80: onsuccess: #502: 2: Success after binutils/gcc: 31 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 1720 -> 1704 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 51024 -> 53028 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 461988 -> 463800 bytes
06-check_regression/console.log.xz | Bin 3092 -> 3084 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 | 18 +++++++++---------
12 files changed, 15 insertions(+), 15 deletions(-)
--
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_gnu_native_check_gcc/release-arm
in repository toolchain/ci/base-artifacts.
from f17ec414b6 26: onsuccess: #190: 1: Success after binutils/gcc/glibc/gdb [...]
new 46127309e1 27: onsuccess: #191: 1: Success after binutils/gcc/linux/gli [...]
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 1680 -> 1692 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 52468 -> 51472 bytes
04-build_abe-gcc/console.log.xz | Bin 229812 -> 229896 bytes
06-build_abe-linux/console.log.xz | Bin 8664 -> 8832 bytes
07-build_abe-glibc/console.log.xz | Bin 232012 -> 234740 bytes
08-build_abe-gdb/console.log.xz | Bin 46220 -> 46332 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3820 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2708 -> 3068 bytes
11-check_regression/console.log.xz | Bin 5672 -> 7008 bytes
11-check_regression/results.compare2 | 232 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 38 +-
sumfiles/g++.log.xz | Bin 2837768 -> 2860876 bytes
sumfiles/g++.sum | 4 +-
sumfiles/gcc.log.xz | Bin 2500040 -> 2469520 bytes
sumfiles/gcc.sum | 4376 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 942184 -> 941176 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2252 -> 2252 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 212384 -> 212156 bytes
sumfiles/libgomp.sum | 214 +-
sumfiles/libitm.log.xz | Bin 2664 -> 2668 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 464752 -> 464076 bytes
sumfiles/libstdc++.sum | 2 +-
35 files changed, 2544 insertions(+), 2348 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.