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/master-aarch64-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 658dcdda2 0: update: binutils-gcc: 1
new bde7aa363 0: update: binutils-gcc: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (658dcdda2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1624 -> 1612 bytes
02-prepare_abe/console.log.xz | Bin 2700 -> 2708 bytes
03-build_abe-binutils/console.log.xz | Bin 39044 -> 38052 bytes
04-build_abe-bootstrap/console.log.xz | Bin 270636 -> 269596 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3844 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2328 -> 2416 bytes
07-check_regression/console.log.xz | Bin 2716 -> 2368 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 31 +-
08-update_baseline/console.log | 392 +--
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 31 +-
jenkins/manifest.sh | 18 +-
results | 1 -
sumfiles/g++.log.xz | Bin 3627492 -> 3593184 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 3196948 -> 3212240 bytes
sumfiles/gcc.sum | 4998 +++++++++++++--------------
sumfiles/gfortran.log.xz | Bin 1077984 -> 1077072 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2348 -> 2356 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 210924 -> 211688 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2728 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 461044 -> 460356 bytes
sumfiles/libstdc++.sum | 10 +-
28 files changed, 2819 insertions(+), 2884 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_cross_check_gcc/master-arm
in repository toolchain/ci/gdb.
from 3ba7b1551b Automatic date update in version.in
adds f4cbdf0b68 [gdb/testsuite] Add support for .debug_names in dwarf assembler
adds c7cd10637c [gdb/symtab] Fix assert in read_addrmap_from_aranges
No new revisions were added by this update.
Summary of changes:
gdb/dwarf2/read.c | 37 +++-
.../_start.c} | 19 +-
.../{dwz.exp => debug-names-duplicate-cu.exp} | 86 ++++----
.../{dwz.exp => debug-names-non-ascending-cu.exp} | 83 ++++----
.../gdb.dwarf2/{dwz.exp => debug-names.exp} | 83 ++++----
gdb/testsuite/lib/dwarf.exp | 229 ++++++++++++++++++++-
6 files changed, 369 insertions(+), 168 deletions(-)
copy gdb/testsuite/{gdb.base/longjmp-until-in-main.c => gdb.dwarf2/_start.c} (83%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-duplicate-cu.exp} (51%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-non-ascending-cu.exp} (51%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names.exp} (50%)
--
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
in repository toolchain/ci/gcc.
from 019a41a7cea Daily bump.
adds a46bca36b7b Allow any immediate constant in *cmp<dwi>_doubleword splitt [...]
adds 19077677351 c++: Add support for __real__/__imag__ modifications in con [...]
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/i386.md | 16 ++++-
gcc/cp/constexpr.cc | 94 +++++++++++++++++++++----
gcc/testsuite/g++.dg/cpp1y/constexpr-complex1.C | 24 +++++++
gcc/testsuite/gcc.target/i386/cmpti1.c | 8 +++
gcc/testsuite/gcc.target/i386/cmpti2.c | 12 ++++
gcc/testsuite/gcc.target/i386/cmpti3.c | 13 ++++
6 files changed, 150 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-complex1.C
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti1.c
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti2.c
create mode 100644 gcc/testsuite/gcc.target/i386/cmpti3.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
in repository toolchain/ci/binutils-gdb.
from 3ba7b1551b Automatic date update in version.in
adds f4cbdf0b68 [gdb/testsuite] Add support for .debug_names in dwarf assembler
adds c7cd10637c [gdb/symtab] Fix assert in read_addrmap_from_aranges
No new revisions were added by this update.
Summary of changes:
gdb/dwarf2/read.c | 37 +++-
.../_start.c} | 19 +-
.../{dwz.exp => debug-names-duplicate-cu.exp} | 86 ++++----
.../{dwz.exp => debug-names-non-ascending-cu.exp} | 83 ++++----
.../gdb.dwarf2/{dwz.exp => debug-names.exp} | 83 ++++----
gdb/testsuite/lib/dwarf.exp | 229 ++++++++++++++++++++-
6 files changed, 369 insertions(+), 168 deletions(-)
copy gdb/testsuite/{gdb.base/longjmp-until-in-main.c => gdb.dwarf2/_start.c} (83%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-duplicate-cu.exp} (51%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-non-ascending-cu.exp} (51%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names.exp} (50%)
--
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_cross_check_gcc/master-arm
in repository toolchain/ci/binutils-gdb.
from 3ba7b1551b Automatic date update in version.in
adds f4cbdf0b68 [gdb/testsuite] Add support for .debug_names in dwarf assembler
adds c7cd10637c [gdb/symtab] Fix assert in read_addrmap_from_aranges
No new revisions were added by this update.
Summary of changes:
gdb/dwarf2/read.c | 37 +++-
.../_start.c} | 19 +-
.../{dwz.exp => debug-names-duplicate-cu.exp} | 86 ++++----
.../{dwz.exp => debug-names-non-ascending-cu.exp} | 83 ++++----
.../gdb.dwarf2/{dwz.exp => debug-names.exp} | 83 ++++----
gdb/testsuite/lib/dwarf.exp | 229 ++++++++++++++++++++-
6 files changed, 369 insertions(+), 168 deletions(-)
copy gdb/testsuite/{gdb.base/longjmp-until-in-main.c => gdb.dwarf2/_start.c} (83%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-duplicate-cu.exp} (51%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names-non-ascending-cu.exp} (51%)
copy gdb/testsuite/gdb.dwarf2/{dwz.exp => debug-names.exp} (50%)
--
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
in repository toolchain/ci/base-artifacts.
discards b61bba9fd 0: update: binutils-gcc: 2
new 309dd271d 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b61bba9fd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1568 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38400 -> 38800 bytes
05-build_abe-bootstrap/console.log.xz | Bin 274288 -> 271680 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 16 ++++++++--------
7 files changed, 10 insertions(+), 10 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_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 0389fcb2a 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 6e881bc55 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0389fcb2a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1628 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30328 -> 30720 bytes
04-build_abe-stage1/console.log.xz | Bin 91612 -> 91536 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9316 -> 9280 bytes
07-build_abe-glibc/console.log.xz | Bin 233776 -> 233712 bytes
08-build_abe-stage2/console.log.xz | Bin 223604 -> 223148 bytes
09-build_abe-gdb/console.log.xz | Bin 37536 -> 37948 bytes
10-build_abe-qemu/console.log.xz | Bin 31448 -> 31392 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3856 -> 3856 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2452 -> 2432 bytes
13-check_regression/console.log.xz | Bin 2356 -> 2352 bytes
13-check_regression/results.compare | 24 +-
13-check_regression/results.compare2 | 6 +-
14-update_baseline/console.log | 374 ++---
14-update_baseline/results.compare | 24 +-
14-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 24 +-
sumfiles/g++.log.xz | Bin 2694256 -> 2671536 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 2194208 -> 2218656 bytes
sumfiles/gcc.sum | 2550 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 883488 -> 881268 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2256 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 199272 -> 199056 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2664 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 419492 -> 417456 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 1605 insertions(+), 1605 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/llvm-release-arm-norov-allyesconfig
in repository toolchain/ci/base-artifacts.
from 1e329961e 4: reset: llvm-9e9bda2e8f5b88715bad767a4b7740df32b040d2: 20658
new a1dae55c7 5: update: llvm-e4ec381f2cf538ff9ed5f3deef6280d5912ace77: 20658
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 1752 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 29692 -> 29472 bytes
04-build_kernel_llvm/console.log.xz | Bin 61080 -> 63916 bytes
05-build_abe-qemu/console.log.xz | Bin 32776 -> 33044 bytes
06-build_linux/console.log.xz | Bin 9416 -> 7020 bytes
08-check_regression/console.log.xz | Bin 1276 -> 480 bytes
08-check_regression/jira-body.txt | 2 -
08-check_regression/mail-body.txt | 35 -----------
08-check_regression/mail-subject.txt | 1 -
08-check_regression/results.regressions | 11 ----
08-check_regression/trigger-bisect | 2 -
09-update_baseline/console.log | 102 +++++++++++++++++++++++---------
jenkins/manifest.sh | 14 ++---
mail/jira-body.txt | 5 --
mail/mail-body.txt | 38 ------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 11 ----
19 files changed, 82 insertions(+), 140 deletions(-)
delete mode 100644 08-check_regression/jira-body.txt
delete mode 100644 08-check_regression/mail-body.txt
delete mode 100644 08-check_regression/mail-subject.txt
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 08-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.