This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a58b0053f4c z80 assembler: Fix new unexpected overflow warning in v2.37
new 9170b70c410 gdb/testsuite: Installed-GDB testing & data-directory
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:
gdb/testsuite/README | 13 +++++++++++++
gdb/testsuite/lib/gdb.exp | 44 ++++++++++++++++++++++++++++++++++++++------
2 files changed, 51 insertions(+), 6 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 7aff9661 0: update: binutils-gcc: 1
new 914e8a3e 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 (7aff9661)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (914e8a3e)
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 1544 -> 1480 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 51728 -> 51680 bytes
04-build_abe-gcc/console.log.xz | Bin 229024 -> 229116 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3848 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2644 -> 2572 bytes
07-check_regression/console.log.xz | Bin 2364 -> 2340 bytes
07-check_regression/results.compare2 | 4 +-
08-update_baseline/console.log | 266 +-
08-update_baseline/results.compare2 | 4 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2746928 -> 2747008 bytes
sumfiles/g++.sum | 2 +-
sumfiles/gcc.log.xz | Bin 2322972 -> 2336224 bytes
sumfiles/gcc.sum | 4444 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 899660 -> 897688 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2156 -> 2152 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 198704 -> 198632 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2552 -> 2540 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 450876 -> 452560 bytes
sumfiles/libstdc++.sum | 2 +-
25 files changed, 2369 insertions(+), 2369 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 binutils-gdb.
from 1add37b567a Add support for readline 8.2
new a58b0053f4c z80 assembler: Fix new unexpected overflow warning in v2.37
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:
gas/ChangeLog | 8 ++++++++
gas/config/tc-z80.c | 10 +++++++++-
gas/testsuite/gas/z80/pr28791.d | 16 ++++++++++++++++
gas/testsuite/gas/z80/pr28791.s | 7 +++++++
4 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/z80/pr28791.d
create mode 100644 gas/testsuite/gas/z80/pr28791.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/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/gcc.
from d7f00da1c0e Daily bump.
adds 6f30c4cd38b Fix testsuite fallout from pr104960 change
adds 31104d65476 Daily bump.
adds e767da23de1 AVX512FP16: Fix masm=intel output for vfc?(madd|mul)csh [PR [...]
adds 5177634148a RISC-V: Implement misc macro for vector extensions.
new 70b8f43695b Dump when estimating the number of iterations of a loop
new 3f18553eb7d docs: Document min-pagesize parameter.
new e63ac860afe libstdc++: Work around clang misdesign in time_get<>::get [ [...]
new 2d810acbd2c Avoid a warning of overflow
new 4a3073f04e8 rtl-ssa: Fix prev/next_def confusion [PR104869]
The 5 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/DATESTAMP | 2 +-
gcc/c-family/c-ada-spec.cc | 2 +-
gcc/common/config/riscv/riscv-common.cc | 16 ++---
gcc/config/i386/sse.md | 2 +-
gcc/config/riscv/riscv-c.cc | 18 +++++
gcc/config/riscv/riscv-opts.h | 25 +++++--
gcc/config/riscv/riscv.opt | 2 +-
gcc/doc/invoke.texi | 3 +
gcc/rtl-ssa/accesses.cc | 52 +++++++++++++-
gcc/rtl-ssa/accesses.h | 22 ++++--
gcc/rtl-ssa/member-fns.inl | 12 ++--
gcc/rtl-ssa/movement.h | 6 +-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/pr104869.C | 78 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr104977.c | 13 ++++
gcc/testsuite/gcc.target/riscv/arch-13.c | 5 ++
gcc/testsuite/gcc.target/riscv/arch-14.c | 5 ++
gcc/testsuite/gcc.target/riscv/arch-15.c | 5 ++
gcc/testsuite/gcc.target/riscv/predef-18.c | 84 ++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/predef-19.c | 88 +++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/predef-20.c | 84 ++++++++++++++++++++++
gcc/testsuite/gcc.target/s390/arch13/sel-1.c | 4 +-
gcc/tree-ssa-loop-niter.cc | 3 +
libstdc++-v3/include/bits/locale_facets_nonio.tcc | 2 +-
24 files changed, 503 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr104869.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr104977.c
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-13.c
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-14.c
create mode 100644 gcc/testsuite/gcc.target/riscv/arch-15.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-18.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-19.c
create mode 100644 gcc/testsuite/gcc.target/riscv/predef-20.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/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/binutils-gdb.
from ba09d2a8cd Update gdb/NEWS after GDB 12 branch creation.
adds bdcd45685b PR28979, internal error in demand_empty_rest_of_line
adds 062cda5a37 RISC-V: Fix misplaced @end table
adds 692e92c5af Automatic date update in version.in
new 1add37b567 Add support for readline 8.2
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/version.h | 2 +-
gas/doc/c-riscv.texi | 2 +-
gas/read.c | 20 ++++++++++++++------
gdb/completer.c | 4 ++--
4 files changed, 18 insertions(+), 10 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/master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 42cba04c 2: update: binutils-gcc: 0
new 53246cbf 2: update: binutils-gcc: 0
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 (42cba04c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1580 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 24524 -> 24480 bytes
06-check_regression/console.log.xz | Bin 412 -> 412 bytes
07-update_baseline/console.log | 50 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +++----
6 files changed, 30 insertions(+), 30 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 binutils-gdb.
from 692e92c5af8 Automatic date update in version.in
new 1add37b567a Add support for readline 8.2
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:
gdb/completer.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.
unknown user pushed a change to branch master
in repository gcc.
from 2d810acbd2c Avoid a warning of overflow
new 4a3073f04e8 rtl-ssa: Fix prev/next_def confusion [PR104869]
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/rtl-ssa/accesses.cc | 52 +++++++++++++++++++++++++--
gcc/rtl-ssa/accesses.h | 22 +++++++++---
gcc/rtl-ssa/member-fns.inl | 12 +++----
gcc/rtl-ssa/movement.h | 6 ++--
gcc/testsuite/g++.dg/pr104869.C | 78 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 155 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr104869.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-aarch64
in repository toolchain/ci/base-artifacts.
discards f47de1cd 0: update: linux-f443e374ae131c168a065ea1748feac6b2e76613: 1
new 41470faa 0: update: qemu-2058fdbe81e2985c226a026851dd26b146d3395c: 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 (f47de1cd)
\
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 1596 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 30048 -> 29936 bytes
04-build_abe-stage1/console.log.xz | Bin 72920 -> 73192 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 8768 -> 10476 bytes
07-build_abe-glibc/console.log.xz | Bin 234120 -> 234996 bytes
08-build_abe-stage2/console.log.xz | Bin 199440 -> 199892 bytes
09-build_abe-gdb/console.log.xz | Bin 34344 -> 34332 bytes
10-build_abe-qemu/console.log.xz | Bin 32236 -> 31096 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3884 -> 3928 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2636 -> 2636 bytes
13-check_regression/console.log.xz | Bin 7404 -> 2892 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 14 -
13-check_regression/results.compare | 148 +-
13-check_regression/results.compare2 | 882 +----
13-check_regression/results.regressions | 101 -
14-update_baseline/console.log | 1234 +------
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 14 -
14-update_baseline/results.compare | 148 +-
14-update_baseline/results.compare2 | 882 +----
14-update_baseline/results.regressions | 101 -
jenkins/manifest.sh | 6 +-
sumfiles/g++.log.xz | Bin 3323188 -> 3357576 bytes
sumfiles/g++.sum | 188 +-
sumfiles/gcc.log.xz | Bin 2933984 -> 2914440 bytes
sumfiles/gcc.sum | 5493 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1019148 -> 1016796 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2292 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 195988 -> 195944 bytes
sumfiles/libgomp.sum | 21 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 404688 -> 406984 bytes
sumfiles/libstdc++.sum | 10 +-
39 files changed, 3217 insertions(+), 6081 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.