This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 1221478f 3: update: binutils-glibc: 1
new cfdbf331 3: update: binutils-gcc-linux-glibc: 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 (1221478f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-a [...]
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 | 272 +-
02-prepare_abe/console.log | 457 +-
03-build_abe-binutils/console.log | 10271 +--
04-build_abe-stage1/console.log | 13959 ++--
05-clean_sysroot/console.log | 16 +-
06-build_abe-linux/console.log | 2324 +-
07-build_abe-glibc/console.log | 38160 ++++++-----
08-build_abe-stage2/console.log | 30182 +++++----
10-benchmark/benchmark-start.log | 2 +-
10-benchmark/benchmark.log | 105 +-
10-benchmark/console.log | 227 +-
11-check_regression/console.log | 3826 +-
11-check_regression/results-0.csv | 3361 +-
11-check_regression/results-1.csv | 3277 +-
11-check_regression/results-brief.csv | 58 +-
11-check_regression/results-compare.csv | 162 +-
11-check_regression/results-full.csv | 3473 +-
11-check_regression/results.csv | 250 +-
11-check_regression/results.log | 4506 +-
12-update_baseline/console.log | 3208 +-
12-update_baseline/results-1.csv | 3277 +-
12-update_baseline/results-brief.csv | 56 +-
12-update_baseline/results-compare.csv | 10 +-
12-update_baseline/results-full.csv | 3163 +-
12-update_baseline/results.csv | 244 +-
12-update_baseline/results.log | 3018 +-
12-update_baseline/results.regressions | 2 +-
console.log | 103328 +++++++++++++++--------------
jenkins/manifest.sh | 23 +-
results | 2 +-
results_id | 2 +-
31 files changed, 115752 insertions(+), 115469 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_build/master-aarch64
in repository toolchain/ci/glibc.
from dc906e94f7 mtrace: Use a static buffer for printing [BZ #25947]
new 4cc79c2177 librt: add test (bug 28213)
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:
rt/Makefile | 1 +
rt/tst-bz28213.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 102 insertions(+)
create mode 100644 rt/tst-bz28213.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_cross_build/master-aarch64
in repository toolchain/ci/gcc.
from 95e1eca43d1 Combine avx_vec_concatv16si and avx512f_zero_extendv16hiv16 [...]
adds 2bdf17de1d0 Make -no-pie option work for native Windows
adds 3890c28ac5b c++: Fix up parsing of attributes for using-directive
adds c84f79e9e3f openmp: Diagnose omp::directive/sequence on using-directive
adds 9b7ab853bf3 c++: Fix ICE on defaulted spaceship with pointer return typ [...]
adds ef07b918a7a openmp: Diagnose another case of mixing parameter and attri [...]
adds 01f8a8b48e5 openmp: Diagnose syntax mismatches between declare target a [...]
adds 04b4f315259 i386: Fix up V32HImode permutations with -mno-avx512bw [PR101860]
new fb0cd8f1116 gfortran.dg/PR82376.f90: Avoid matching a file-path
new 2d7967a10c2 arc: Small data doesn't need fcommon option
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/common/config/arc/arc-common.c | 4 +-
gcc/config.in | 6 ++
gcc/config/arc/arc.c | 3 -
gcc/config/i386/i386-expand.c | 7 +++
gcc/config/i386/mingw-w64.h | 9 +++
gcc/config/i386/mingw32.h | 8 +++
gcc/configure | 20 +++++++
gcc/configure.ac | 17 ++++++
gcc/cp/cp-tree.h | 8 ++-
gcc/cp/decl2.c | 2 +-
gcc/cp/method.c | 2 +
gcc/cp/name-lookup.c | 11 ++++
gcc/cp/parser.c | 69 ++++++++++++++++++++---
gcc/cp/semantics.c | 4 +-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-58.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-59.C | 9 ++-
gcc/testsuite/g++.dg/cpp0x/gen-attrs-76.C | 7 ++-
gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg6.C | 11 ++++
gcc/testsuite/g++.dg/cpp2a/spaceship-synth11.C | 29 ++++++++++
gcc/testsuite/g++.dg/gomp/attrs-11.C | 14 ++++-
gcc/testsuite/g++.dg/gomp/attrs-12.C | 41 ++++++++++++++
gcc/testsuite/g++.dg/lookup/strong-using.C | 9 +++
gcc/testsuite/g++.dg/lookup/strong-using2.C | 9 +++
gcc/testsuite/gcc.target/i386/avx512f-pr101860.c | 5 ++
gcc/testsuite/gfortran.dg/PR82376.f90 | 5 +-
25 files changed, 284 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg6.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-synth11.C
create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-12.C
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr101860.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_cross_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from cf5671b146 Automatic date update in version.in
adds 6e425ff4bf Re: gas: support NaN flavors
adds b2ee4824b1 gdb:csky rm tdesc_has_registers in csky_register_name
No new revisions were added by this update.
Summary of changes:
gas/testsuite/gas/all/float.s | 4 ++++
gas/testsuite/gas/all/gas.exp | 7 ++++++-
gdb/csky-tdep.c | 3 ---
3 files changed, 10 insertions(+), 4 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 50ef895b 0: update: binutils-gcc-linux-glibc-qemu: 7
new 51c3a346 0: update: binutils-gcc-linux-glibc-qemu: 7
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 (50ef895b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 | 97 +-
02-prepare_abe/console.log | 473 +-
04-build_abe-binutils/console.log | 10292 ++--
05-build_abe-stage1/console.log | 13073 ++--
07-build_abe-linux/console.log | 2334 +-
08-build_abe-glibc/console.log | 38817 ++++++------
09-build_abe-stage2/console.log | 32548 +++++-----
10-build_abe-gdb/console.log | 9730 +--
11-build_abe-qemu/console.log | 6818 +--
12-check_regression/console.log | 2 +-
13-update_baseline/console.log | 10 +-
console.log | 114688 ++++++++++++++++++-----------------
jenkins/manifest.sh | 24 +-
13 files changed, 114471 insertions(+), 114435 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-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 33917892 0: update: binutils-llvm-linux-qemu: all
new 2ef98413 0: update: binutils-llvm-qemu: all
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 (33917892)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 145 +-
02-prepare_abe/console.log | 235 +-
03-build_abe-binutils/console.log | 8013 +++++-----
04-build_llvm/console.log | 13973 ++++++++---------
05-build_abe-qemu/console.log | 6965 +++++----
06-build_linux/console.log | 969 +-
07-boot_linux/console.log | 13 +-
08-check_regression/console.log | 2 +-
09-update_baseline/console.log | 2 +-
console.log | 30321 ++++++++++++++++++------------------
jenkins/manifest.sh | 21 +-
11 files changed, 30598 insertions(+), 30061 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.