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-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 24d51ceba 0: update: binutils-gcc: 1
new e0004475e 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 (24d51ceba)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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 1536 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 61400 -> 62224 bytes
04-build_abe-bootstrap/console.log.xz | Bin 448916 -> 450648 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3792 -> 3840 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2508 -> 2652 bytes
07-check_regression/console.log.xz | Bin 2520 -> 3088 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 10 +-
07-check_regression/results.compare2 | 58 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 229 +-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 10 +-
08-update_baseline/results.compare2 | 58 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2673560 -> 2634328 bytes
sumfiles/g++.sum | 35 +-
sumfiles/gcc.log.xz | Bin 2307472 -> 2316072 bytes
sumfiles/gcc.sum | 3148 +++++++++++++--------------
sumfiles/gfortran.log.xz | Bin 846384 -> 849276 bytes
sumfiles/gfortran.sum | 16 +-
sumfiles/libatomic.log.xz | Bin 2284 -> 2284 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 144320 -> 144228 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2708 -> 2708 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 457852 -> 459896 bytes
sumfiles/libstdc++.sum | 2 +-
33 files changed, 1934 insertions(+), 1722 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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/release-arm-bootstrap_debug
in repository toolchain/ci/gcc.
from aac3b6a7e3a Default to dwarf version 4 on hppa64-hpux
adds 509dd374802 Daily bump.
adds ebbf0d8ec30 Daily bump.
adds b874ece3ff9 c++: don't call 'rvalue' in coroutines code
adds e92b28f8062 coroutines: No cleanups on goto statements.
adds cb6101a4eea coroutines : Add a missed begin/finish else clause to the codegen.
adds b0be263236d coroutines: Use DECL_VALUE_EXPR instead of rewriting vars.
adds 4353b3b485f coroutines: Add a helper for creating local vars.
adds 7d05965175a coroutines: Support for debugging implementation state.
adds 4a9ca0d198e coroutines: Expose implementation state to the debugger.
adds 17e4e6e33d1 coroutines: Make proxy vars for the function arg copies.
adds a1ef1020c42 coroutines: Only set parm copy guard vars if we have except [...]
adds 082b3588ee0 Fortran - improve checking for intrinsics allowed in consta [...]
adds a3abacbaebc Fortran: resolve expressions during SIZE simplification
adds 662f6429bf2 Daily bump.
adds d75fcbf89b8 Remove dead code in config/rs6000/vxworks.h
new dd6098467ff d: gdc driver ignores -static-libstdc++ when automatically [...]
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 | 17 +
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/vxworks.h | 4 -
gcc/cp/ChangeLog | 103 +++
gcc/cp/coroutines.cc | 852 +++++++++------------
gcc/d/d-spec.cc | 43 +-
gcc/fortran/ChangeLog | 19 +
gcc/fortran/expr.c | 32 +
gcc/fortran/simplify.c | 5 +
gcc/testsuite/ChangeLog | 32 +
.../coro-bad-gro-00-class-gro-scalar-return.C | 2 +-
gcc/testsuite/g++.dg/coroutines/pr102454.C | 38 +
gcc/testsuite/gfortran.dg/pr102458.f90 | 42 +
gcc/testsuite/gfortran.dg/pr102458b.f90 | 21 +
libiberty/ChangeLog | 7 +
15 files changed, 707 insertions(+), 512 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/pr102454.C
create mode 100644 gcc/testsuite/gfortran.dg/pr102458.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr102458b.f90
--
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/release-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from 6b51f3ba3b Automatic date update in version.in
adds 2e62356d25 Automatic date update in version.in
adds bd32538717 Automatic date update in version.in
adds 2e9122f7a6 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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/release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 5bdbddd62 0: update: binutils-gcc: 2
new 245dcba58 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 (5bdbddd62)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 62816 -> 61948 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 450768 -> 451044 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 57d901fcc 0: update: binutils-gcc: 1
new c9e4ac044 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 (57d901fcc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1560 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 52776 -> 54456 bytes
04-build_abe-gcc/console.log.xz | Bin 208636 -> 210128 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3884 -> 3824 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2604 -> 2768 bytes
07-check_regression/console.log.xz | Bin 3176 -> 3480 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 6 +-
07-check_regression/results.compare | 37 +-
07-check_regression/results.compare2 | 164 +-
07-check_regression/results.regressions | 37 +-
08-update_baseline/console.log | 625 ++---
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 6 +-
08-update_baseline/results.compare | 37 +-
08-update_baseline/results.compare2 | 164 +-
08-update_baseline/results.regressions | 37 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3397952 -> 3412616 bytes
sumfiles/g++.sum | 202 +-
sumfiles/gcc.log.xz | Bin 2888004 -> 2884024 bytes
sumfiles/gcc.sum | 4008 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 855848 -> 865892 bytes
sumfiles/gfortran.sum | 49 +-
sumfiles/libatomic.log.xz | Bin 2168 -> 2180 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 169408 -> 169024 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2524 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 422112 -> 428324 bytes
sumfiles/libstdc++.sum | 18 +-
33 files changed, 2873 insertions(+), 2559 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 c19aa1786 0: update: binutils-6619a08b25ed618205bb20f9dd069511d60b8df8: 1
new b5ba5c687 0: update: glibc-eae81d70574e923ce3c59078b8df857ae192efa6: 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 (c19aa1786)
\
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 1528 -> 1588 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 43848 -> 43604 bytes
04-build_abe-stage1/console.log.xz | Bin 91964 -> 92444 bytes
06-build_abe-linux/console.log.xz | Bin 10560 -> 10872 bytes
07-build_abe-glibc/console.log.xz | Bin 227912 -> 229652 bytes
08-build_abe-stage2/console.log.xz | Bin 224708 -> 227828 bytes
09-build_abe-gdb/console.log.xz | Bin 41416 -> 41716 bytes
10-build_abe-qemu/console.log.xz | Bin 31564 -> 31632 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3896 -> 3868 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2788 -> 2756 bytes
13-check_regression/console.log.xz | Bin 2704 -> 2816 bytes
13-check_regression/extra-bisect-params | 1 +
13-check_regression/fails.sum | 6 +
13-check_regression/results.compare | 25 +-
13-check_regression/results.compare2 | 38 +-
13-check_regression/results.regressions | 26 +
14-update_baseline/console.log | 438 ++++---
14-update_baseline/extra-bisect-params | 1 +
14-update_baseline/fails.sum | 6 +
14-update_baseline/results.compare | 25 +-
14-update_baseline/results.compare2 | 38 +-
14-update_baseline/results.regressions | 26 +
jenkins/manifest.sh | 6 +-
sumfiles/g++.log.xz | Bin 2524360 -> 2568680 bytes
sumfiles/g++.sum | 2 +-
sumfiles/gcc.log.xz | Bin 2074796 -> 2066324 bytes
sumfiles/gcc.sum | 2158 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 838100 -> 835460 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2240 -> 2240 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 163656 -> 163748 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2644 -> 2648 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 414212 -> 410016 bytes
sumfiles/libstdc++.sum | 10 +-
38 files changed, 1436 insertions(+), 1378 deletions(-)
create mode 100644 13-check_regression/extra-bisect-params
create mode 100644 13-check_regression/fails.sum
create mode 100644 13-check_regression/results.regressions
create mode 100644 14-update_baseline/extra-bisect-params
create mode 100644 14-update_baseline/fails.sum
create mode 100644 14-update_baseline/results.regressions
--
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-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards bcdee376c 0: update: llvm-d7b669b3a30345cfcdb2fde2af6f48aa4b94845d: boot
new 518c88f68 0: update: qemu-f50ecf548c7313c27037f7b7fb8ecc5a5e89249c: boot
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 (bcdee376c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 1548 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 41924 -> 42092 bytes
04-build_llvm/console.log.xz | Bin 57340 -> 58416 bytes
05-build_abe-qemu/console.log.xz | Bin 31772 -> 30396 bytes
06-build_linux/console.log.xz | Bin 4996 -> 4984 bytes
07-boot_linux/console.log.xz | Bin 508 -> 508 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 8 ++++----
10 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.