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-release-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 96a9799f0 0: update: binutils-gcc-linux: all
new 0ebcf4bb9 0: update: binutils-gcc-linux: 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 (96a9799f0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 177 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10940 +++++------
04-build_abe-stage1/console.log | 18122 +++++++++---------
05-build_linux/console.log | 662 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 4 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30545 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30459 insertions(+), 30441 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-aarch64-mainline-allnoconfig
in repository toolchain/ci/gcc.
from 683e55facfd IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR
adds e5a76af3a2f Fortran : ICE in build_field PR95614
adds 3c11f25fb8b aix: Use $(AR) without -X32_64 to build FAT libraries.
adds a4b31d5807f optabs: Don't reuse target for multi-word expansions if it [...]
adds e24817aa7a1 Fix handling of stores in modref_summary::useful_p
adds 4383c595ce5 Daily bump.
adds dabef758bfe Revert recent changes to lower_try_finally_dup_block
adds 88795e14ae7 Fix bogus alignment warning on address clause
adds cc997e0cc4f Add missing end location information
new 53673d763f9 Revert "Fortran : ICE in build_field PR95614"
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 | 24 +++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/gcc-interface/decl.c | 28 +++++++++++++++++++--------
gcc/ada/gcc-interface/trans.c | 11 +++++------
gcc/fortran/ChangeLog | 17 ++++++++++++++++
gcc/ipa-modref.c | 2 +-
gcc/optabs.c | 14 +++++++++++++-
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr97073.c | 21 ++++++++++++++++++++
gcc/testsuite/gnat.dg/addr16.adb | 14 ++++++++++++++
gcc/testsuite/gnat.dg/addr16_pkg.ads | 9 +++++++++
gcc/tree-eh.c | 12 ++----------
libatomic/ChangeLog | 4 ++++
libatomic/config/t-aix | 5 +++--
libgcc/ChangeLog | 4 ++++
libgcc/config/rs6000/t-slibgcc-aix | 21 ++++++++++----------
libgfortran/ChangeLog | 4 ++++
libgfortran/config/t-aix | 9 +++++----
libgomp/ChangeLog | 4 ++++
libgomp/config/t-aix | 5 +++--
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/config/os/aix/t-aix | 12 ++++++------
22 files changed, 187 insertions(+), 51 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr97073.c
create mode 100644 gcc/testsuite/gnat.dg/addr16.adb
create mode 100644 gcc/testsuite/gnat.dg/addr16_pkg.ads
--
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-aarch64-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 31f327a6c8 Automatic date update in version.in
adds 5ecafd7020 Automatic date update in version.in
adds 12cf8b93da Re: PR26656, power10 libstdc++.so segfault in __cxxabiv1::__ [...]
adds 5f278258cc Remove test duplicate from gdb.tui
adds 149830c137 Use an inner window in tui_py_window
adds c15c15c8d9 Remove a call to show_source_line from TUI
adds 9e820dec13 Use a curses pad for source and disassembly windows
adds 35a982372f Use ISCNTRL in tui_copy_source_line
adds 2c72d5e58a Rewrite tui_puts
new f243e458cd PR26656 testcases
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:
bfd/ChangeLog | 6 +++
bfd/elf64-ppc.c | 5 +-
bfd/version.h | 2 +-
gdb/ChangeLog | 54 +++++++++++++++++++++
gdb/python/py-tui.c | 59 ++++++++++++-----------
gdb/testsuite/ChangeLog | 4 ++
gdb/testsuite/gdb.tui/new-layout.exp | 10 ++--
gdb/tui/tui-disasm.c | 9 ++--
gdb/tui/tui-io.c | 75 ++++++++++++++++++++++++-----
gdb/tui/tui-io.h | 3 +-
gdb/tui/tui-source.c | 29 ++++++++----
gdb/tui/tui-source.h | 11 +++++
gdb/tui/tui-winsource.c | 92 ++++++++++++++++++------------------
gdb/tui/tui-winsource.h | 41 +++++++++++-----
gdb/unittests/tui-selftests.c | 6 +--
ld/ChangeLog | 9 ++++
ld/testsuite/ld-powerpc/powerpc.exp | 6 +++
ld/testsuite/ld-powerpc/tlsget.d | 89 ++++++++++++++++++++++++++++++++++
ld/testsuite/ld-powerpc/tlsget.s | 24 ++++++++++
ld/testsuite/ld-powerpc/tlsget.wf | 27 +++++++++++
ld/testsuite/ld-powerpc/tlsget2.d | 76 +++++++++++++++++++++++++++++
ld/testsuite/ld-powerpc/tlsget2.wf | 27 +++++++++++
22 files changed, 544 insertions(+), 120 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/tlsget.d
create mode 100644 ld/testsuite/ld-powerpc/tlsget.s
create mode 100644 ld/testsuite/ld-powerpc/tlsget.wf
create mode 100644 ld/testsuite/ld-powerpc/tlsget2.d
create mode 100644 ld/testsuite/ld-powerpc/tlsget2.wf
--
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-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b7e103f62 2: update: binutils-gcc-linux: 449
new c8d8f580f 2: update: binutils-gcc-linux: 449
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 (b7e103f62)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 225 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11694 ++++++------
04-build_abe-stage1/console.log | 15914 ++++++++--------
05-build_linux/console.log | 826 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 12 +-
08-update_baseline/console.log | 140 +-
08-update_baseline/results.regressions | 12 +-
console.log | 29259 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
11 files changed, 29245 insertions(+), 29295 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 53673d763f9 Revert "Fortran : ICE in build_field PR95614"
new 1923f615f72 aarch64: Add HF routines to libgcc_s.so
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:
.../{bfin/libgcc-glibc.ver => aarch64/libgcc-softfp.ver} | 15 ++++++++++-----
libgcc/config/aarch64/t-softfp | 1 +
2 files changed, 11 insertions(+), 5 deletions(-)
copy libgcc/config/{bfin/libgcc-glibc.ver => aarch64/libgcc-softfp.ver} (79%)
--
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-release-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards aa0910da8 0: update: binutils-gcc-linux: all
new 0b2c9d4ff 0: update: binutils-gcc-linux: 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 (aa0910da8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 446 +-
03-build_abe-binutils/console.log | 11510 +++++------
04-build_abe-stage1/console.log | 18147 ++++++++---------
05-build_linux/console.log | 720 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30963 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 30975 insertions(+), 30961 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.