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_debug
in repository toolchain/ci/gcc.
from 7d636a3353a Daily bump.
adds a2cad467f72 Daily bump.
adds ed35d4205e8 Range on entry should only check dominators for non-null.
adds 411db3b4cf8 c++: satisfaction value of type const bool [PR104410]
adds 9582b3596c4 Daily bump.
adds ec01f11091a ICE: QImode(not SImode) operand should be passed to gen_vec [...]
adds 5669a60e2fc libstdc++: Fix deadlock in atomic wait [PR104442]
adds 11fc7d98a25 i386: Force inputs to a register to avoid lowpart_subreg fa [...]
adds f8a496d7a28 i386: -mno-xsave should disable all relevant ISA flags [PR104462]
adds f1707247190 Daily bump.
adds 3c124259245 i386: Fix vec_unpacks_float_lo_v4si operand constraint [PR104469]
adds 3c9a9ce0c1d pr104458.c: Replace long with long long for -mx32
new 0c30241b331 libstdc++: Strengthen memory order for atomic<T>::wait/notify
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 | 28 ++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/common/config/i386/i386-common.c | 3 ++-
gcc/config/i386/i386-expand.c | 3 +++
gcc/config/i386/sse.md | 5 +++--
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/constraint.cc | 3 ++-
gcc/gimple-range-cache.cc | 19 ++++++++++-------
gcc/gimple-range.cc | 16 +++++++++------
gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr104410.C | 6 ++++++
gcc/testsuite/gcc.dg/pr104288.c | 23 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr104451.c | 25 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr104458.c | 13 ++++++++++++
gcc/testsuite/gcc.target/i386/pr104469.c | 12 +++++++++++
libstdc++-v3/ChangeLog | 10 +++++++++
libstdc++-v3/include/bits/atomic_wait.h | 11 +++++-----
17 files changed, 190 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr104410.C
create mode 100644 gcc/testsuite/gcc.dg/pr104288.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104451.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104458.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104469.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/release-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from 5f62caec81 Automatic date update in version.in
adds 7c4b20b958 i386: Allow GOT32 relocations against ABS symbols
No new revisions were added by this update.
Summary of changes:
bfd/elfxx-x86.c | 10 ++++++----
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr28870.d | 10 ++++++++++
ld/testsuite/ld-i386/pr28870.s | 6 ++++++
4 files changed, 23 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr28870.d
create mode 100644 ld/testsuite/ld-i386/pr28870.s
--
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_debug
in repository toolchain/ci/base-artifacts.
discards d87cadab5 0: update: binutils-gcc: 2
new 6f313421b 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 (d87cadab5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 62840 -> 63136 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 448748 -> 450864 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_check_bootstrap/release-arm-check_bootstrap
in repository toolchain/ci/gcc.
from 7d636a3353a Daily bump.
adds a2cad467f72 Daily bump.
adds ed35d4205e8 Range on entry should only check dominators for non-null.
adds 411db3b4cf8 c++: satisfaction value of type const bool [PR104410]
adds 9582b3596c4 Daily bump.
adds ec01f11091a ICE: QImode(not SImode) operand should be passed to gen_vec [...]
adds 5669a60e2fc libstdc++: Fix deadlock in atomic wait [PR104442]
adds 11fc7d98a25 i386: Force inputs to a register to avoid lowpart_subreg fa [...]
adds f8a496d7a28 i386: -mno-xsave should disable all relevant ISA flags [PR104462]
adds f1707247190 Daily bump.
new 3c124259245 i386: Fix vec_unpacks_float_lo_v4si operand constraint [PR104469]
new 3c9a9ce0c1d pr104458.c: Replace long with long long for -mx32
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:
gcc/ChangeLog | 28 ++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/common/config/i386/i386-common.c | 3 ++-
gcc/config/i386/i386-expand.c | 3 +++
gcc/config/i386/sse.md | 5 +++--
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/constraint.cc | 3 ++-
gcc/gimple-range-cache.cc | 19 ++++++++++-------
gcc/gimple-range.cc | 16 +++++++++------
gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-pr104410.C | 6 ++++++
gcc/testsuite/gcc.dg/pr104288.c | 23 +++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr104451.c | 25 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr104458.c | 13 ++++++++++++
gcc/testsuite/gcc.target/i386/pr104469.c | 12 +++++++++++
libstdc++-v3/ChangeLog | 10 +++++++++
libstdc++-v3/include/bits/atomic_wait.h | 7 +++----
17 files changed, 188 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr104410.C
create mode 100644 gcc/testsuite/gcc.dg/pr104288.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104451.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104458.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr104469.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_check_bootstrap/release-arm-check_bootstrap
in repository toolchain/ci/binutils-gdb.
from 5f62caec81 Automatic date update in version.in
adds 7c4b20b958 i386: Allow GOT32 relocations against ABS symbols
No new revisions were added by this update.
Summary of changes:
bfd/elfxx-x86.c | 10 ++++++----
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr28870.d | 10 ++++++++++
ld/testsuite/ld-i386/pr28870.s | 6 ++++++
4 files changed, 23 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr28870.d
create mode 100644 ld/testsuite/ld-i386/pr28870.s
--
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_bootstrap/release-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 78393d4f9 0: update: binutils-gcc: 1
new b0b7e5868 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 (78393d4f9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 61876 -> 62368 bytes
04-build_abe-bootstrap/console.log.xz | Bin 453176 -> 452224 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3828 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2420 -> 2532 bytes
07-check_regression/console.log.xz | Bin 3024 -> 2932 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 25 +-
07-check_regression/results.compare2 | 71 +-
07-check_regression/results.regressions | 27 -
08-update_baseline/console.log | 259 +-
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 25 +-
08-update_baseline/results.compare2 | 71 +-
08-update_baseline/results.regressions | 27 -
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 2631816 -> 2663756 bytes
sumfiles/g++.sum | 144 +-
sumfiles/gcc.log.xz | Bin 2319600 -> 2326816 bytes
sumfiles/gcc.sum | 4081 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 875156 -> 856508 bytes
sumfiles/gfortran.sum | 38 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2284 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 144696 -> 144704 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2708 -> 2708 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 457396 -> 464132 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2388 insertions(+), 2446 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 33b715f2a 0: update: binutils-gcc: 1
new c4e588c51 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 (33b715f2a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1540 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 37744 -> 38768 bytes
04-build_abe-gcc/console.log.xz | Bin 209020 -> 208560 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3864 -> 3836 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2860 -> 2548 bytes
07-check_regression/console.log.xz | Bin 4288 -> 3412 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 6 +
07-check_regression/results.compare | 25 +-
07-check_regression/results.compare2 | 307 +-
07-check_regression/results.regressions | 25 +-
08-update_baseline/console.log | 592 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 6 +
08-update_baseline/results.compare | 25 +-
08-update_baseline/results.compare2 | 307 +-
08-update_baseline/results.regressions | 25 +-
jenkins/manifest.sh | 10 +-
sumfiles/g++.log.xz | Bin 3461180 -> 3489784 bytes
sumfiles/g++.sum | 150 +-
sumfiles/gcc.log.xz | Bin 3004468 -> 2976464 bytes
sumfiles/gcc.sum | 4905 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1022748 -> 1023960 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 190440 -> 190868 bytes
sumfiles/libgomp.sum | 20 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 430296 -> 429228 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 3056 insertions(+), 3417 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.