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-defconfig
in repository toolchain/ci/binutils-gdb.
from 52a3d18e3e Automatic date update in version.in
adds 73dff20983 Automatic date update in version.in
adds cd7ad6ffc2 Automatic date update in version.in
adds 97a124ac99 Automatic date update in version.in
adds 364dec0701 Automatic date update in version.in
adds 21f6dfdb29 Automatic date update in version.in
adds 9d29d8c111 Automatic date update in version.in
adds 14ba5a6161 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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 5e2ca639 0: update: binutils-gcc-linux-qemu: boot
new c2773d74 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 (5e2ca639)
\
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.xz | Bin 1588 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 41608 -> 41612 bytes
04-build_abe-stage1/console.log.xz | Bin 85428 -> 85864 bytes
05-build_abe-qemu/console.log.xz | Bin 29860 -> 29900 bytes
06-build_linux/console.log.xz | Bin 3312 -> 3328 bytes
07-boot_linux/console.log.xz | Bin 5764 -> 5760 bytes
08-check_regression/console.log.xz | Bin 488 -> 524 bytes
09-update_baseline/console.log | 14 +++++++-------
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
11 files changed, 19 insertions(+), 19 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_bootstrap/release-arm-bootstrap_ubsan
in repository toolchain/ci/gcc.
from b79f0b99fde Daily bump.
adds 6dd2650f96c Daily bump.
adds a87d7fbef55 rs6000: Expand fmod and remainder when built with fast-math [...]
adds 4fc907e18d1 Give more informative error message for by-reference types
adds df2f733cd99 Remove superfluous call to UI_Is_In_Int_Range
adds e94730e51af Fix internal error on pointer-to-pointer binding in LTO mode
adds 1355ea50498 Fix inaccurate bounds in debug info for vector array types
adds 82a95c08c0d Do not issue size error for too large array type
adds 40c0122a1c5 Fix PR ada/101970
adds 4bcb3213f74 Verify destination[source] of a load[store] instruction is [...]
adds e9a6a100046 Daily bump.
adds 819e7784a06 rs6000: Move rs6000_split_multireg_move to later in file
adds ed9006264f6 rs6000: Generate an lxvp instead of two adjacent lxv instructions
adds b429c81170c Enable store fusion on Power10.
adds 6f61195e043 c++: Fix __is_*constructible/assignable for templates [PR102305]
adds 6550198bd84 c++: Update DECL_*SIZE for objects with flexible array memb [...]
adds 352c0b2668a c++: Fix handling of decls with flexible array members init [...]
adds 0287b697b01 Daily bump.
adds f00530266f8 Fix target/101934: aarch64 memset code creates unaligned st [...]
new b602b667c05 sparc: Print out bit names for LEON and LEON3 with -mdebug
new 807c7e12486 sparc: Treat more instructions as load or store in errata w [...]
new f5b008faf0a sparc: Skip all empty assembly statements
new 7b30a12edf7 sparc: Prevent atomic instructions in beginning of function [...]
new 3fd9656951b sparc: Add NOP in stack_protect_setsi if sparc_fix_b2bst enabled
new c503f416f22 sparc: Add scheduling information for LEON5
The 6 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 | 56 +
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 35 +
gcc/ada/exp_attr.adb | 23 +-
gcc/ada/gcc-interface/decl.c | 25 +-
gcc/ada/gcc-interface/utils.c | 9 +-
gcc/config/aarch64/aarch64.c | 4 +-
gcc/config/rs6000/rs6000-cpus.def | 4 +-
gcc/config/rs6000/rs6000.c | 3228 ++++++++++----------
gcc/config/rs6000/rs6000.md | 36 +
gcc/config/rs6000/rs6000.opt | 4 +
gcc/config/sparc/leon5.md | 103 +
gcc/config/sparc/sparc-opts.h | 1 +
gcc/config/sparc/sparc.c | 183 +-
gcc/config/sparc/sparc.h | 36 +-
gcc/config/sparc/sparc.md | 12 +-
gcc/config/sparc/sparc.opt | 3 +
gcc/cp/ChangeLog | 29 +
gcc/cp/decl.c | 32 +
gcc/cp/method.c | 1 +
gcc/cp/typeck2.c | 15 +-
gcc/doc/invoke.texi | 13 +-
gcc/testsuite/ChangeLog | 48 +
gcc/testsuite/g++.dg/cpp0x/pr102305.C | 39 +
gcc/testsuite/g++.dg/ext/flexary39.C | 65 +
gcc/testsuite/g++.dg/ext/flexary40.C | 50 +
gcc/testsuite/g++.target/i386/pr102295.C | 12 +
.../gcc.target/aarch64/memset-strict-align-1.c | 28 +
gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c | 31 +
.../gcc.target/powerpc/fusion-p10-stst2.c | 30 +
gcc/testsuite/gcc.target/powerpc/mma-builtin-9.c | 28 +
gcc/testsuite/gcc.target/powerpc/pr97142.c | 35 +
gcc/testsuite/gnat.dg/enum_rep2.adb | 117 +
gcc/varasm.c | 12 +-
34 files changed, 2737 insertions(+), 1612 deletions(-)
create mode 100644 gcc/config/sparc/leon5.md
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr102305.C
create mode 100644 gcc/testsuite/g++.dg/ext/flexary39.C
create mode 100644 gcc/testsuite/g++.dg/ext/flexary40.C
create mode 100644 gcc/testsuite/g++.target/i386/pr102295.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/memset-strict-align-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/mma-builtin-9.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97142.c
create mode 100644 gcc/testsuite/gnat.dg/enum_rep2.adb
--
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_ubsan
in repository toolchain/ci/binutils-gdb.
from 364dec0701 Automatic date update in version.in
adds 21f6dfdb29 Automatic date update in version.in
adds 9d29d8c111 Automatic date update in version.in
adds 14ba5a6161 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_gcc_bootstrap/release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 5cd458b2 0: update: binutils-gcc: 2
new 57cc241c 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 (5cd458b2)
\
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 1536 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 61068 -> 60976 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 477736 -> 479368 bytes
06-check_regression/console.log.xz | Bin 388 -> 420 bytes
07-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 16 insertions(+), 16 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 ab08859e37e coroutines: Small cleanups to await_statement_walker [NFC].
new 371848a7ed3 cgraph: Do not warn about caller count mismatches of remove [...]
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/cgraph.c | 4 ++--
1 file changed, 2 insertions(+), 2 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-arm
in repository toolchain/ci/gcc.
from a73d59089a9 AVX512FP16: Add testcase for vcvtw2ph/vcvtuw2ph/vcvtdq2ph/v [...]
adds a26ff83ed07 Check mask type when doing cond_op related gimple simplification.
adds 8137be3958b mips: Fix macro typo
adds 8e2c293f027 testsuite: Support single-precision in g++.dg/eh/arm-vfp-unwind.C
adds b7e0dd61e4f sparc: Print out bit names for LEON and LEON3 with -mdebug
adds b4bbb373dfa sparc: Treat more instructions as load or store in errata w [...]
adds 6d0c97b19a3 sparc: Skip all empty assembly statements
adds d4aa16699d4 sparc: Prevent atomic instructions in beginning of function [...]
adds a053dab90e6 sparc: Add NOP in stack_protect_set32 if sparc_fix_b2bst enabled
adds 275a076f762 sparc: Add scheduling information for LEON5
adds 8d6b12b2233 middle-end/102360 - adjust .DEFERRED_INIT expansion
adds ab08859e37e coroutines: Small cleanups to await_statement_walker [NFC].
No new revisions were added by this update.
Summary of changes:
gcc/config/mips/netbsd.h | 2 +-
gcc/config/sparc/leon5.md | 103 +++++++++++++++++
gcc/config/sparc/sparc-opts.h | 1 +
gcc/config/sparc/sparc.c | 183 +++++++++++++++++++++++++++----
gcc/config/sparc/sparc.h | 36 +++---
gcc/config/sparc/sparc.md | 12 +-
gcc/config/sparc/sparc.opt | 3 +
gcc/cp/coroutines.cc | 125 ++++++++++-----------
gcc/doc/invoke.texi | 13 ++-
gcc/internal-fn.c | 25 ++---
gcc/match.pd | 8 +-
gcc/testsuite/g++.dg/eh/arm-vfp-unwind.C | 6 +-
gcc/testsuite/g++.dg/pr102360.C | 54 +++++++++
gcc/testsuite/gcc.target/i386/pr102080.c | 19 ++++
gcc/tree.c | 29 +++++
gcc/tree.h | 1 +
16 files changed, 487 insertions(+), 133 deletions(-)
create mode 100644 gcc/config/sparc/leon5.md
create mode 100644 gcc/testsuite/g++.dg/pr102360.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr102080.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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/binutils-gdb.
from dc746ef741 Automatic date update in version.in
adds 0ffd31f044 gdb: manual: fix werrors typo
adds 169a287181 [gdb/testsuite] Fix interrupted sleep in multi-threaded test-cases
No new revisions were added by this update.
Summary of changes:
gdb/doc/gdb.texinfo | 2 +-
gdb/testsuite/gdb.base/watch_thread_num.c | 7 ++++++-
gdb/testsuite/gdb.btrace/enable-running.c | 4 +++-
gdb/testsuite/gdb.threads/continue-pending-status.c | 6 +++++-
4 files changed, 15 insertions(+), 4 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-arm
in repository toolchain/ci/base-artifacts.
discards 1712fcdd 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 239fa0e7 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (1712fcdd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1532 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 41980 -> 42996 bytes
04-build_abe-stage1/console.log.xz | Bin 89340 -> 90148 bytes
06-build_abe-linux/console.log.xz | Bin 8976 -> 8904 bytes
07-build_abe-glibc/console.log.xz | Bin 229124 -> 229644 bytes
08-build_abe-stage2/console.log.xz | Bin 216884 -> 216816 bytes
09-build_abe-gdb/console.log.xz | Bin 42192 -> 42936 bytes
10-build_abe-qemu/console.log.xz | Bin 30460 -> 30656 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3868 -> 3856 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2648 -> 2728 bytes
13-check_regression/console.log.xz | Bin 2388 -> 2600 bytes
13-check_regression/results.compare | 16 +-
13-check_regression/results.compare2 | 35 +-
14-update_baseline/console.log | 68 +-
14-update_baseline/results.compare | 16 +-
14-update_baseline/results.compare2 | 35 +-
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 2537736 -> 2553892 bytes
sumfiles/g++.sum | 32 +-
sumfiles/gcc.log.xz | Bin 2072912 -> 2072508 bytes
sumfiles/gcc.sum | 2192 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 831856 -> 835064 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2240 -> 2244 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 162272 -> 162304 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2644 -> 2652 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 420348 -> 416104 bytes
sumfiles/libstdc++.sum | 10 +-
32 files changed, 1248 insertions(+), 1186 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.