This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards f52d3c734 0: update: binutils-gcc-linux-glibc-gdb: 6
new 4e017ce29 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (f52d3c734)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 1512 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 52568 -> 52508 bytes
05-build_abe-gcc/console.log.xz | Bin 225460 -> 226732 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8648 -> 9804 bytes
08-build_abe-glibc/console.log.xz | Bin 230360 -> 230440 bytes
09-build_abe-gdb/console.log.xz | Bin 48344 -> 48336 bytes
10-check_regression/console.log.xz | Bin 420 -> 420 bytes
11-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 24 ++++++++++++------------
11 files changed, 21 insertions(+), 21 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_check/master-arm
in repository toolchain/ci/gcc.
from 80ad67e2af0 ifcvt: Check for asm goto at the end of then_bb/else_bb in [...]
adds 75b8a726171 Add VxWworks fixincludes hack, don't expect yvals.h from gcc
adds db33b1059bc expr: Workaround profiledbootstrap uninit false positive [P [...]
adds c83ecfbe74a libstdc++: Do not use std::isdigit in <charconv> [PR103911]
adds e19e2989c36 libstdc++: Increase timeout for pthread7-rope.cc test
adds ec12ddd1e7f libstdc++: Adjust friend declarations to work with Clang
adds 52ebc2be099 libstdc++: Add self-merge check to std::forward_list::merge [...]
new 2793af17db2 c++: Add testcase for recently fixed PR [PR69681]
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:
fixincludes/fixincl.x | 58 ++++++++++++++++++++--
fixincludes/inclhack.def | 22 ++++++++
fixincludes/tests/base/yvals.h | 17 +++++++
gcc/expr.c | 19 +++----
gcc/testsuite/g++.dg/cpp0x/constexpr-compare2.C | 10 ++++
libstdc++-v3/include/bits/forward_list.tcc | 5 ++
libstdc++-v3/include/bits/regex.h | 4 +-
libstdc++-v3/include/std/charconv | 11 ++--
.../23_containers/forward_list/operations/merge.cc | 48 ++++++++++++++++++
libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc | 3 +-
10 files changed, 174 insertions(+), 23 deletions(-)
create mode 100644 fixincludes/tests/base/yvals.h
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-compare2.C
create mode 100644 libstdc++-v3/testsuite/23_containers/forward_list/operations/merge.cc
--
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/master-arm
in repository toolchain/ci/binutils-gdb.
from 95e40d770e sim: ppc: migrate to standard uintXX_t types
adds 1f927a4a28 gdb: Fix copyright year in gdb/testsuite/gdb.base/inferior-c [...]
adds 1ef3994a37 x86-64: restrict PC32 -> PLT32 conversion
adds edb7c8ec7e x86: templatize FMA insn templates
adds 274be12a22 x86: drop some "comm" template parameters
adds f0db6fb6d9 x86: drop NoAVX from POPCNT
adds ffb864501e x86: drop NoAVX insn attribute
adds d8504344d4 Fix some failures in langs.exp
adds 5220f61a22 Avoid crash in language_info
adds 5bd1d4c158 Clean up some dead code in windows-tdep.c
adds 390abcd903 Use warning in windows-nat error messages
adds 10a85f29c7 gdb: make use add_setshow_prefix_cmd in gnu-nat.c
adds bc521517b7 Introduce target_announce_attach
adds 41e321a897 Use target_announce_detach in more targets
new 27297937e0 aarch64: Add support for new SME instructions
new af4004d1da Fix a stack exhaustion bug parsing malicious STABS format de [...]
The 2 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:
binutils/ChangeLog | 6 +
binutils/debug.c | 18 +-
gas/config/tc-i386.c | 45 +-
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/aarch64/sme.d | 25 +
gas/testsuite/gas/aarch64/sme.s | 31 +
gdb/darwin-nat.c | 12 +-
gdb/gnu-nat.c | 81 +-
gdb/inf-ptrace.c | 12 +-
gdb/language.c | 2 +-
gdb/nto-procfs.c | 11 +-
gdb/procfs.c | 28 +-
gdb/remote.c | 12 +-
gdb/target.c | 29 +-
gdb/target.h | 5 +
gdb/testsuite/gdb.base/inferior-clone.exp | 2 +-
gdb/testsuite/gdb.base/langs.exp | 15 +-
gdb/windows-nat.c | 29 +-
gdb/windows-tdep.c | 44 +-
opcodes/aarch64-dis-2.c | 637 +-
opcodes/aarch64-tbl.h | 3 +
opcodes/i386-gen.c | 1 -
opcodes/i386-opc.h | 3 -
opcodes/i386-opc.tbl | 526 +-
opcodes/i386-tbl.h | 10510 ++++++++++++++--------------
25 files changed, 5957 insertions(+), 6131 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_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 32753ee57 0: update: binutils-gcc: 1
new b614c199a 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 (32753ee57)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (b6 [...]
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 1512 -> 1524 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 51632 -> 52572 bytes
04-build_abe-gcc/console.log.xz | Bin 225456 -> 225904 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3804 bytes
06-build_abe-check_gcc/console.log.xz | Bin 3156 -> 2428 bytes
07-check_regression/console.log.xz | Bin 2360 -> 2612 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 34 +-
08-update_baseline/console.log | 335 +--
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 34 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2750636 -> 2715140 bytes
sumfiles/g++.sum | 124 +-
sumfiles/gcc.log.xz | Bin 2296436 -> 2297456 bytes
sumfiles/gcc.sum | 4428 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 892856 -> 893348 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2168 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 173976 -> 173968 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2532 -> 2548 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 459776 -> 452660 bytes
sumfiles/libstdc++.sum | 14 +-
27 files changed, 2574 insertions(+), 2507 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
in repository toolchain/ci/interesting-commits.
from 96623e6 Add last-good 78239336b3458a1651eb6a6204b15190c125102a from h [...]
new 01a5c63 Add regression a1d1774f68ae83a47e9183f0ca5c0d1ce017eb9b from [...]
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:
linux | 1 +
1 file changed, 1 insertion(+)
--
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
in repository toolchain/ci/interesting-commits.
from 141202a Add regression 1d1c25233a29cd6c9b7c19ea725461f9dc180e63 from [...]
new 96623e6 Add last-good 78239336b3458a1651eb6a6204b15190c125102a from h [...]
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:
linux | 1 +
1 file changed, 1 insertion(+)
--
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_cross_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 95e40d770e sim: ppc: migrate to standard uintXX_t types
adds 1f927a4a28 gdb: Fix copyright year in gdb/testsuite/gdb.base/inferior-c [...]
adds 1ef3994a37 x86-64: restrict PC32 -> PLT32 conversion
adds edb7c8ec7e x86: templatize FMA insn templates
adds 274be12a22 x86: drop some "comm" template parameters
adds f0db6fb6d9 x86: drop NoAVX from POPCNT
adds ffb864501e x86: drop NoAVX insn attribute
new d8504344d4 Fix some failures in langs.exp
new 5220f61a22 Avoid crash in language_info
The 2 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:
gas/config/tc-i386.c | 45 +-
gas/config/tc-i386.h | 1 +
gdb/language.c | 2 +-
gdb/testsuite/gdb.base/inferior-clone.exp | 2 +-
gdb/testsuite/gdb.base/langs.exp | 15 +-
opcodes/i386-gen.c | 1 -
opcodes/i386-opc.h | 3 -
opcodes/i386-opc.tbl | 526 +-
opcodes/i386-tbl.h | 10510 ++++++++++++++--------------
9 files changed, 5466 insertions(+), 5639 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_cross_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from 80ad67e2af0 ifcvt: Check for asm goto at the end of then_bb/else_bb in [...]
adds 75b8a726171 Add VxWworks fixincludes hack, don't expect yvals.h from gcc
adds db33b1059bc expr: Workaround profiledbootstrap uninit false positive [P [...]
No new revisions were added by this update.
Summary of changes:
fixincludes/fixincl.x | 58 ++++++++++++++++++++++--
fixincludes/inclhack.def | 22 +++++++++
fixincludes/tests/base/{X11/ShellP.h => yvals.h} | 14 ++----
gcc/expr.c | 19 ++++----
4 files changed, 90 insertions(+), 23 deletions(-)
copy fixincludes/tests/base/{X11/ShellP.h => yvals.h} (53%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.