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_fx/gnu-master-aarch64-cpu2017-Os
in repository toolchain/ci/glibc.
at f8587a6189 x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT
No new revisions were added by this update.
--
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_bmk_gnu_fx/gnu-master-aarch64-cpu2017-Os
in repository toolchain/ci/linux.
at a4f06bc86df5 Merge v5.17.11
No new revisions were added by this update.
--
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_bmk_gnu_fx/gnu-master-aarch64-cpu2017-Os
in repository toolchain/ci/gcc.
at f571596f8cd ipa: Check cst type when propagating controled uses info
No new revisions were added by this update.
--
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_bmk_gnu_fx/gnu-master-aarch64-cpu2017-Os
in repository toolchain/ci/binutils-gdb.
at aa9b5dbc0f gprofng: fix build with --disable-shared
No new revisions were added by this update.
--
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_bmk_gnu_fx/gnu-master-aarch64-cpu2017-Os
in repository toolchain/ci/base-artifacts.
discards 21caa582 0: init: : -10
new 6ca38025 0: init: 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 (21caa582)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_fx/gnu-master-aa [...]
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 1500 -> 1508 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 4332 -> 30268 bytes
04-build_abe-stage1/console.log.xz | Bin 0 -> 72984 bytes
05-clean_sysroot/console.log.xz | Bin 0 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 0 -> 8060 bytes
07-build_abe-glibc/console.log.xz | Bin 0 -> 239480 bytes
08-build_abe-stage2/console.log.xz | Bin 0 -> 176696 bytes
09-benchmark/benchmark-build.log | 92 +++++++++++++++++++++++++++++++++++
09-benchmark/benchmark.log | 91 ++++++++++++++++++++++++++++++++++
09-benchmark/console.log.xz | Bin 0 -> 3000 bytes
10-check_regression/console.log.xz | Bin 356 -> 360 bytes
11-update_baseline/console.log | 6 +++
jenkins/manifest.sh | 13 ++++-
results | 12 +++++
results_id | 1 +
16 files changed, 213 insertions(+), 2 deletions(-)
create mode 100644 04-build_abe-stage1/console.log.xz
create mode 100644 05-clean_sysroot/console.log.xz
create mode 100644 06-build_abe-linux/console.log.xz
create mode 100644 07-build_abe-glibc/console.log.xz
create mode 100644 08-build_abe-stage2/console.log.xz
create mode 100644 09-benchmark/benchmark-build.log
create mode 100644 09-benchmark/benchmark.log
create mode 100644 09-benchmark/console.log.xz
create mode 100644 results_id
--
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
in repository toolchain/ci/gcc.
from 8255b49ed8a libgomp.texi: Add more to-be-implemented OpenMP 5.2 features
adds e2f014fcefc fold-const: Fix up -fsanitize=null in C++ [PR105729]
adds e7c482b0807 tree-optimization/105726 - adjust array bound heuristic
adds 0ccba4ed857 openmp: Add support for enter clause on declare target
adds f571596f8cd ipa: Check cst type when propagating controled uses info
adds 37c988bc1b2 Avoid shift in get_ref_base_and_extent
adds 8af26650179 Fortran: Fix OpenMP clause name in error message
new de574408585 libstdc++: Mark non-exported function always_inline [PR105671]
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/c-family/c-pragma.h | 3 ++-
gcc/c/c-parser.cc | 23 ++++++++++++++---
gcc/c/c-typeck.cc | 21 +++++++++-------
gcc/cp/parser.cc | 21 +++++++++++++---
gcc/cp/semantics.cc | 26 ++++++++++---------
gcc/fold-const.cc | 10 ++++++++
gcc/fortran/openmp.cc | 2 +-
gcc/gimple-ssa-warn-restrict.cc | 22 +++++++++-------
gcc/ipa-prop.cc | 10 +++-----
gcc/testsuite/c-c++-common/gomp/clauses-3.c | 4 ++-
gcc/testsuite/c-c++-common/gomp/declare-target-1.c | 2 +-
gcc/testsuite/c-c++-common/gomp/declare-target-2.c | 5 ++++
gcc/testsuite/c-c++-common/gomp/declare-target-3.c | 3 +++
gcc/testsuite/g++.dg/gomp/attrs-9.C | 4 +--
gcc/testsuite/g++.dg/gomp/declare-target-1.C | 5 ++++
gcc/testsuite/g++.dg/ubsan/pr105729.C | 29 ++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/Warray-bounds-27.C | 16 ++++++++++++
gcc/testsuite/gcc.dg/ipa/pr105639.c | 16 ++++++++++++
gcc/testsuite/gfortran.dg/gomp/requires-4.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/requires-8.f90 | 2 +-
gcc/tree-core.h | 6 ++---
gcc/tree-dfa.cc | 5 ++--
gcc/tree-nested.cc | 4 +--
gcc/tree-pretty-print.cc | 7 ++++--
gcc/tree.cc | 4 +--
gcc/tree.h | 4 +++
libgomp/testsuite/libgomp.c-c++-common/target-40.c | 2 +-
libgomp/testsuite/libgomp.c/target-41.c | 2 +-
libstdc++-v3/include/std/sstream | 1 +
29 files changed, 196 insertions(+), 65 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr105729.C
create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-27.C
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr105639.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-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 731d54a4 2: update: binutils-gcc: 1
new bf40506c 2: 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 (731d54a4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1564 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51808 -> 51880 bytes
05-build_abe-bootstrap/console.log.xz | Bin 168256 -> 167660 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 64 +++++++++++++++++-----------------
jenkins/manifest.sh | 12 +++----
7 files changed, 38 insertions(+), 38 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 newlib.
from 9af21ada2 fhandler_proc.cc(format_proc_cpuinfo): add Linux 5.18 cpuinfo flags
new 2dbdf66b9 Modify tzset_r.c to handle errors
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:
newlib/libc/time/tzset_r.c | 68 ++++++++++++++++++++++++++++++++--------------
1 file changed, 48 insertions(+), 20 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
in repository toolchain/ci/base-artifacts.
discards 49f4bf19 0: update: binutils-gcc: 2
new 2b31fd1e 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 (49f4bf19)
\
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 1552 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 37896 -> 37988 bytes
05-build_abe-bootstrap/console.log.xz | Bin 271488 -> 268340 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 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-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a5bbbcf8 4: update: binutils-llvm-linux-qemu: 40
discards 4d98db5c 3: reset: linux-1d1c25233a29cd6c9b7c19ea725461f9dc180e63: 40
discards d84e8bba 2: update: binutils-llvm-qemu: 20154
discards 74384729 1: reset: linux-342f43af70dbc74f8629381998f92c060e1763a2: 19722
discards ef642e92 0: update: binutils-llvm-qemu: all
new c4b13b21 0: update: binutils-llvm-linux-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 (a5bbbcf8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 1584 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30364 -> 30512 bytes
04-build_kernel_llvm/console.log.xz | Bin 0 -> 64072 bytes
04-build_llvm/console.log.xz | Bin 61112 -> 0 bytes
05-build_abe-qemu/console.log.xz | Bin 31824 -> 31620 bytes
06-build_linux/console.log.xz | Bin 4160 -> 3876 bytes
07-boot_linux/console.log.xz | Bin 0 -> 576 bytes
08-check_regression/console.log.xz | Bin 472 -> 412 bytes
09-update_baseline/console.log | 217 ++++++++++++++++-----------------
09-update_baseline/results.regressions | 2 -
jenkins/manifest.sh | 22 ++--
results | 6 +-
13 files changed, 117 insertions(+), 130 deletions(-)
create mode 100644 04-build_kernel_llvm/console.log.xz
delete mode 100644 04-build_llvm/console.log.xz
create mode 100644 07-boot_linux/console.log.xz
delete mode 100644 09-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/master-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards e0bc141e 0: update: binutils-gcc: 2
new 2a3fa777 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 (e0bc141e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 51852 -> 51188 bytes
.../console.log.xz | Bin 939448 -> 940996 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_bootstrap/master-aarch64-bootstrap_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards 494473ba 0: update: binutils-gcc: 2
new 5dcbaf50 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 (494473ba)
\
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 1556 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2708 bytes
04-build_abe-binutils/console.log.xz | Bin 38208 -> 38104 bytes
.../console.log.xz | Bin 519052 -> 519060 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ---------------------
jenkins/manifest.sh | 14 ++++----
7 files changed, 7 insertions(+), 43 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-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from bc8ba34fc2 Automatic date update in version.in
adds 93054037f1 Automatic date update in version.in
adds 912f2e4449 Automatic date update in version.in
adds 220b941f1e 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.