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-aarch64
in repository toolchain/ci/base-artifacts.
discards fca1110b8 0: update: gcc-404edfce683cb1801b052ee7c8d45d603c392e08: 1
new 1f67eb270 0: update: gdb-79b6c88404d2597f420f2a91c1248e887d3425c1: 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 (fca1110b8)
\
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 1536 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 29836 -> 29788 bytes
04-build_abe-stage1/console.log.xz | Bin 71452 -> 72608 bytes
06-build_abe-linux/console.log.xz | Bin 10668 -> 10616 bytes
07-build_abe-glibc/console.log.xz | Bin 234840 -> 235448 bytes
08-build_abe-stage2/console.log.xz | Bin 198376 -> 200524 bytes
09-build_abe-gdb/console.log.xz | Bin 34628 -> 37216 bytes
10-build_abe-qemu/console.log.xz | Bin 33584 -> 33548 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3868 -> 3876 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2716 -> 2728 bytes
13-check_regression/console.log.xz | Bin 3240 -> 2916 bytes
13-check_regression/fails.sum | 3 +-
13-check_regression/results.compare | 7 +-
13-check_regression/results.compare2 | 71 +-
13-check_regression/results.regressions | 7 +-
14-update_baseline/console.log | 472 ++--
14-update_baseline/fails.sum | 3 +-
14-update_baseline/results.compare | 7 +-
14-update_baseline/results.compare2 | 71 +-
14-update_baseline/results.regressions | 7 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3344980 -> 3365104 bytes
sumfiles/g++.sum | 58 +-
sumfiles/gcc.log.xz | Bin 2946544 -> 2929600 bytes
sumfiles/gcc.sum | 4530 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1018612 -> 1023044 bytes
sumfiles/gfortran.sum | 6 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2288 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 196560 -> 196720 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2660 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 407592 -> 408864 bytes
sumfiles/libstdc++.sum | 2 +-
36 files changed, 2547 insertions(+), 2711 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 404edfce683 testsuite: vect: update unaligned message
new 941cdc8b6d2 OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr.
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/omp-low.cc | 1 +
libgomp/libgomp.map | 5 +
libgomp/libgomp.texi | 2 +-
libgomp/omp.h.in | 1 +
libgomp/omp_lib.f90.in | 9 ++
libgomp/omp_lib.h.in | 9 ++
libgomp/target.c | 38 +++++
.../libgomp.c-c++-common/get-mapped-ptr-1.c | 41 +++++
.../libgomp.c-c++-common/get-mapped-ptr-2.c | 106 +++++++++++++
.../libgomp.c-c++-common/get-mapped-ptr-3.c | 51 ++++++
.../libgomp.c-c++-common/get-mapped-ptr-4.c | 49 ++++++
.../testsuite/libgomp.fortran/get-mapped-ptr-1.f90 | 43 +++++
.../testsuite/libgomp.fortran/get-mapped-ptr-2.f90 | 175 +++++++++++++++++++++
.../testsuite/libgomp.fortran/get-mapped-ptr-3.f90 | 48 ++++++
.../testsuite/libgomp.fortran/get-mapped-ptr-4.f90 | 84 ++++++++++
15 files changed, 661 insertions(+), 1 deletion(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/get-mapped-ptr-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/get-mapped-ptr-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/get-mapped-ptr-3.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/get-mapped-ptr-4.c
create mode 100644 libgomp/testsuite/libgomp.fortran/get-mapped-ptr-1.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/get-mapped-ptr-2.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/get-mapped-ptr-3.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/get-mapped-ptr-4.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_check_bootstrap/master-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 3b4ae3797 0: update: binutils-gcc: 1
new ee1876c09 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 (3b4ae3797)
\
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 1540 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 52916 -> 50900 bytes
04-build_abe-bootstrap/console.log.xz | Bin 460524 -> 462140 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3800 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2348 -> 2596 bytes
07-check_regression/console.log.xz | Bin 2808 -> 2936 bytes
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 88 +-
08-update_baseline/console.log | 359 ++-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 88 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2796656 -> 2848168 bytes
sumfiles/g++.sum | 162 +-
sumfiles/gcc.log.xz | Bin 2466616 -> 2466104 bytes
sumfiles/gcc.sum | 4361 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 944368 -> 946872 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2308 -> 2304 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 205340 -> 206264 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2728 -> 2724 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 458192 -> 467216 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2674 insertions(+), 2536 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-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards d9343729a 2: update: binutils-gcc: 0
new 001894afa 2: update: binutils-gcc: 0
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 (d9343729a)
\
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 -> 1504 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 24936 -> 20932 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 50 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +++----
6 files changed, 30 insertions(+), 30 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/release-aarch64-bootstrap_profiled
in repository toolchain/ci/binutils-gdb.
from d9229193f1 Automatic date update in version.in
adds 600c091812 Automatic date update in version.in
adds 00415c4cb8 Automatic date update in version.in
adds 82a5bb730a s390: Avoid dynamic TLS relocs in PIE
adds 9a01457e02 s390: Add DT_JMPREL pointing to .rela.[i]plt with static-pie
adds 9c67f6382a x86: Properly handle function pointer reference
adds f232cf597f Automatic date update in version.in
adds 5b8cba9680 Automatic date update in version.in
adds c06df04e57 Automatic date update in version.in
adds 68e3c0247d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 41 ++++++++++++----------
bfd/elf64-s390.c | 41 ++++++++++++++--------
bfd/elf64-x86-64.c | 40 +++++++++++----------
bfd/version.h | 2 +-
.../{protected-func-1b.c => protected-func-3.c} | 10 ++++--
ld/testsuite/ld-x86-64/x86-64.exp | 18 ++++++++++
6 files changed, 97 insertions(+), 55 deletions(-)
copy ld/testsuite/ld-x86-64/{protected-func-1b.c => protected-func-3.c} (66%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.