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/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/gcc.
from 26b0c76ef8b Daily bump.
adds af7f0399252 Daily bump.
adds 921fbde7ae9 Fix PR ada/98740
adds 9aa61202d2d [Fortran] PR91640 – Fix call to contiguous dummy
adds 8e6871c633f Daily bump.
adds 8883ddb1d8b Daily bump.
adds 1e18f4bbd83 [AArch64] Fix symbol offset limit (PR 98618)
adds e90bb02d5ba Daily bump.
adds 43ba0827f32 Daily bump.
adds 87472f17429 Fortran: Enable inquiry references in data statements [PR98022].
adds 5c84d9e37d6 Fortran: Correction to recent patch in light of comments [P [...]
new 0bf7a17b277 libphobos: Fix executables segfault on mipsel architecture
new 65baaada003 Daily bump.
new 73746ede69f Daily bump.
The 3 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 | 9 ++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 ++
gcc/ada/gcc-interface/trans.c | 11 +--
gcc/config/aarch64/aarch64.c | 33 ++++----
gcc/fortran/ChangeLog | 29 +++++++
gcc/fortran/data.c | 97 +++++++++++++++++++---
gcc/fortran/trans-expr.c | 18 ++--
gcc/testsuite/ChangeLog | 34 ++++++++
.../gcc.target/aarch64/symbol-range-tiny.c | 8 +-
gcc/testsuite/gcc.target/aarch64/symbol-range.c | 8 +-
gcc/testsuite/gfortran.dg/contiguous_10.f90 | 69 +++++++++++++++
gcc/testsuite/gfortran.dg/data_inquiry_ref.f90 | 39 +++++++++
libphobos/ChangeLog | 10 +++
libphobos/libdruntime/gcc/sections/elf_shared.d | 4 +
15 files changed, 326 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/contiguous_10.f90
create mode 100644 gcc/testsuite/gfortran.dg/data_inquiry_ref.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/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 1908499f 0: update: binutils-gcc-glibc: 1
new 3dfc1bd3 0: update: gcc-73746ede69fa38c8a59c9ad389e107df2b2e1485: 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 (1908499f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-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 | 234 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 10731 ++-
04-build_abe-stage1/console.log | 13404 ++--
05-build_abe-linux/console.log | 1998 +-
06-build_abe-glibc/console.log | 38930 ++++++-----
07-build_abe-stage2/console.log | 31982 +++++----
09-benchmark--Os/benchmark-start.log | 2 +-
09-benchmark--Os/benchmark.log | 12 +-
09-benchmark--Os/console.log | 172 +-
10-check_regression/console.log | 3925 +-
10-check_regression/results-0.csv | 3598 +-
10-check_regression/results-1.csv | 3591 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 5 +-
10-check_regression/results-full.csv | 3843 +-
10-check_regression/results.csv | 257 +-
10-check_regression/results.log | 4224 +-
11-update_baseline/console.log | 3933 +-
11-update_baseline/results-0.csv | 3598 +-
11-update_baseline/results-1.csv | 3591 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 5 +-
11-update_baseline/results-full.csv | 3843 +-
11-update_baseline/results.csv | 257 +-
11-update_baseline/results.log | 4314 +-
console.log | 106087 ++++++++++++++---------------
jenkins/manifest.sh | 18 +-
results | 2 +-
results_id | 2 +-
30 files changed, 120494 insertions(+), 122620 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_debug
in repository toolchain/ci/gcc.
from 01a612b2460 Daily bump.
adds 259c63ce6d7 Fortran: Enable inquiry references in data statements [PR98022].
adds 0184527ae9f Fortran: Correction to recent patch in light of comments [P [...]
adds 12c90e87411 libphobos: Fix executables segfault on mipsel architecture
adds 45674e9f77a Daily bump.
adds d02367cbea0 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 19 +++++
gcc/fortran/data.c | 97 +++++++++++++++++++++----
gcc/testsuite/ChangeLog | 17 +++++
gcc/testsuite/gfortran.dg/data_inquiry_ref.f90 | 39 ++++++++++
libphobos/ChangeLog | 10 +++
libphobos/libdruntime/gcc/sections/elf_shared.d | 4 +
7 files changed, 174 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/data_inquiry_ref.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_gnu/gnu-release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 0bffc7fe 0: update: gcc-01a612b2460c2d63bd581ae89b62a4d1943bf9a8: 1
new a686ebf8 0: update: gcc-d02367cbea0e847aa58c3578ad12a8af7d98aa1c: 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 (0bffc7fe)
\
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 | 181 +-
02-prepare_abe/console.log | 428 +-
04-build_abe-bootstrap_debug/console.log | 94609 ++++++++++++++--------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 2 +-
console.log | 95224 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 95244 insertions(+), 95212 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-aarch64-lts-allyesconfig
in repository toolchain/ci/llvm-project.
from 9bbcb554cdb Address ABI issues introduced with CXCursor_CXXAddrspaceCastExpr
adds 3a8282376b6 Add minor version to libclang.so and libclang-cpp.so SONAME
No new revisions were added by this update.
Summary of changes:
clang/CMakeLists.txt | 2 +-
clang/tools/clang-shlib/CMakeLists.txt | 5 +++++
clang/tools/libclang/CMakeLists.txt | 1 +
3 files changed, 7 insertions(+), 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-aarch64-lts-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 4100e69996 Automatic date update in version.in
adds 0da7136ac1 DWARF-5: Fix parsing DWARF-5 line number tables
adds 1ae65e19b2 DWARF-5: Ignore empty range in DWARF-5 line number tables
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 12 ++++++++++++
bfd/dwarf2.c | 5 ++---
2 files changed, 14 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_kernel/llvm-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c9e2b049 0: update: llvm-linux-qemu: all
new ba3c66f9 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 (c9e2b049)
\
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 | 78 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 6092 +++++
03-build_llvm/console.log | 6694 -----
04-build_linux/console.log | 463 -
04-build_llvm/console.log | 6695 +++++
05-build_abe-qemu/console.log | 2406 --
05-build_linux/console.log | 466 +
06-build_abe-qemu/console.log | 2406 ++
{06-boot_linux => 07-boot_linux}/console.log | 2 +-
.../console.log | 4 +-
.../results.regressions | 0
.../console.log | 10 +-
.../results.regressions | 0
console.log | 25202 ++++++++++++-------
jenkins/manifest.sh | 21 +-
results | 4 +-
17 files changed, 31592 insertions(+), 19395 deletions(-)
create mode 100644 03-build_abe-binutils/console.log
delete mode 100644 03-build_llvm/console.log
delete mode 100644 04-build_linux/console.log
create mode 100644 04-build_llvm/console.log
delete mode 100644 05-build_abe-qemu/console.log
create mode 100644 05-build_linux/console.log
create mode 100644 06-build_abe-qemu/console.log
rename {06-boot_linux => 07-boot_linux}/console.log (98%)
rename {07-check_regression => 08-check_regression}/console.log (98%)
rename {07-check_regression => 08-check_regression}/results.regressions (100%)
rename {08-update_baseline => 09-update_baseline}/console.log (89%)
rename {08-update_baseline => 09-update_baseline}/results.regressions (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.