This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/ci/gcc.
from 5b4da2d9e1c Daily bump.
adds 9d426e4dbcc libstdc++: Update link to Intel/GNU compatibility paper
adds 0175d45d14b Fix failures with -m32 and some memory leaks.
adds c7256c8260a Fortran: Correction to recent patch in light of comments [P [...]
adds 6037ebeff1c Objective-C++ : Fix up testcase EOF diagnostics.
adds 521bc8e1b05 Daily bump.
new 0e283e2c9f1 libstdc++: Move Valgrind references to https
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 21 ++++++++
gcc/fortran/data.c | 63 +++++++++++++++-------
gcc/fortran/trans-array.c | 9 ++++
gcc/fortran/trans-expr.c | 42 +++++++++++++--
gcc/fortran/trans.h | 1 +
gcc/testsuite/ChangeLog | 15 ++++++
gcc/testsuite/gfortran.dg/data_inquiry_ref.f90 | 30 ++++++-----
.../obj-c++.dg/property/property-neg-6.mm | 2 +-
gcc/testsuite/obj-c++.dg/syntax-error-10.mm | 2 +-
gcc/testsuite/obj-c++.dg/syntax-error-8.mm | 2 +-
gcc/testsuite/obj-c++.dg/syntax-error-9.mm | 2 +-
libstdc++-v3/ChangeLog | 6 +++
libstdc++-v3/doc/html/manual/abi.html | 2 +-
libstdc++-v3/doc/html/manual/debug.html | 4 +-
libstdc++-v3/doc/xml/manual/abi.xml | 2 +-
libstdc++-v3/doc/xml/manual/debug.xml | 4 +-
17 files changed, 161 insertions(+), 48 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/gnu-master-arm-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 556444effa Automatic date update in version.in
adds 9e87bc7f0f 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_kernel/gnu-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards db29a1a64 0: update: binutils-gcc-linux-qemu: boot
new 5a712c5fc 0: update: binutils-gcc-linux-qemu: 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 (db29a1a64)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 182 +-
02-prepare_abe/console.log | 410 +-
03-build_abe-binutils/console.log | 11593 +++++----
04-build_abe-stage1/console.log | 20320 +++++++--------
05-build_linux/console.log | 734 +-
06-build_abe-qemu/console.log | 6582 ++---
07-boot_linux/console.log | 496 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 40345 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
13 files changed, 40364 insertions(+), 40342 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_bmk_tx1/llvm-release-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/gcc.
from 66d3e6b8911 Daily bump.
adds c40b640ebce i386: Fix __builtin_floor with FE_DOWNWARD rounding directi [...]
adds ea8d2c77e11 PR fortran/98307 - Dependency check fails when using "allocatable"
adds 38e0d26587e Daily bump.
adds 2435878321b modulo-sched: Carefully process loop counter initialization [...]
adds dba421da877 Daily bump.
adds 96a2c794eb8 Daily bump.
new a07cb501cd9 Daily bump.
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 | 21 ++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 25 +++++++--
gcc/fortran/ChangeLog | 9 ++++
gcc/fortran/trans-stmt.c | 5 +-
gcc/modulo-sched.c | 71 ++++++++++++++-----------
gcc/testsuite/ChangeLog | 23 ++++++++
gcc/testsuite/gcc.c-torture/execute/pr97421-1.c | 23 ++++++++
gcc/testsuite/gcc.c-torture/execute/pr97421-2.c | 18 +++++++
gcc/testsuite/gcc.c-torture/execute/pr97421-3.c | 22 ++++++++
gcc/testsuite/gcc.target/i386/pr96793.c | 28 ++++++++++
gcc/testsuite/gfortran.dg/forall_19.f90 | 32 +++++++++++
12 files changed, 240 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97421-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97421-2.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97421-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr96793.c
create mode 100644 gcc/testsuite/gfortran.dg/forall_19.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_bmk_tx1/llvm-release-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards a6f0be36a 5: update: binutils-gcc-glibc-llvm: 1
new 041dd84ec 5: update: binutils-gcc-glibc-llvm: 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 (a6f0be36a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-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 | 182 +-
02-prepare_abe/console.log | 82 +-
03-build_abe-binutils/console.log | 10238 +--
04-build_abe-stage1/console.log | 12858 ++--
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 38659 +++++-----
07-build_abe-stage2/console.log | 36986 ++++-----
08-build_llvm-true/console.log | 12744 ++--
10-benchmark--Oz_LTO/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO/benchmark.log | 5 +-
10-benchmark--Oz_LTO/console.log | 159 +-
11-check_regression/console.log | 749 +-
11-check_regression/results-0.csv | 105 +-
11-check_regression/results-1.csv | 110 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 1 -
11-check_regression/results-full.csv | 120 +-
11-check_regression/results.csv | 45 +-
11-check_regression/results.log | 2496 +-
12-update_baseline/console.log | 772 +-
12-update_baseline/results-1.csv | 110 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 1 -
12-update_baseline/results-full.csv | 110 +-
12-update_baseline/results.csv | 45 +-
12-update_baseline/results.log | 1888 +-
console.log | 113607 ++++++++++++++--------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
29 files changed, 116144 insertions(+), 116326 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-mainline-allmodconfig
in repository toolchain/ci/linux.
from 40f78232f973 Merge tag 'pci-v5.11-fixes-1' of git://git.kernel.org/pub/ [...]
adds f838f8d2b694 mfd: ab8500-debugfs: Remove extraneous seq_putc
No new revisions were added by this update.
Summary of changes:
drivers/mfd/ab8500-debugfs.c | 1 -
1 file changed, 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_kernel/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 676406b6e 2: update: llvm-linux-qemu: 21240
new deb251608 2: update: llvm-linux-qemu: 21240
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 (676406b6e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-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 | 166 +-
02-prepare_abe/console.log | 436 +-
03-build_llvm/console.log | 13190 +++++++++++++-------------
04-build_linux/console.log | 964 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 10 +-
08-update_baseline/console.log | 22 +-
08-update_baseline/results.regressions | 10 +-
console.log | 14786 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
10 files changed, 14800 insertions(+), 14800 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/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/gcc.
from 9b3be7ede2d Daily bump.
adds 084af36bdaf Daily bump.
adds e731714eb2b libobjc, Darwin : Fix powerpc encoding regression.
adds 07891e53ba9 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libobjc/ChangeLog | 8 ++++++++
libobjc/encoding.c | 3 +--
3 files changed, 10 insertions(+), 3 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/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 9725bb1d1 0: update: gcc-9b3be7ede2d3d9e7585560e7992e8d0b470cebad: 1
new 895bd39c9 0: update: gcc-07891e53ba998e074a5bc3f85c8ddb97dcddc045: 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 (9725bb1d1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 128 +-
02-prepare_abe/console.log | 436 +-
04-build_abe-bootstrap_O3/console.log | 94266 ++++++++++++++++---------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 94872 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 94837 insertions(+), 94879 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.