This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_embed_check_gcc/master-thumb_m23_eabi
in repository toolchain/ci/base-artifacts.
from 20f393974b9 onsuccess: #23: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new dbac02647c8 onsuccess: #24: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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:
00-sumfiles/g++.log.xz | Bin 2454112 -> 2474204 bytes
00-sumfiles/gcc.log.xz | Bin 1950972 -> 1921572 bytes
00-sumfiles/libstdc++.log.xz | Bin 432900 -> 426800 bytes
01-reset_artifacts/console.log.xz | Bin 2264 -> 2280 bytes
02-prepare_abe/console.log.xz | Bin 2648 -> 2612 bytes
03-build_abe-binutils/console.log.xz | Bin 27084 -> 26812 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17752 -> 17560 bytes
04-build_abe-stage1/console.log.xz | Bin 89264 -> 88792 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 70016 -> 69884 bytes
06-build_abe-newlib/console.log.xz | Bin 13212 -> 12924 bytes
06-build_abe-newlib/make-newlib.log.xz | Bin 7028 -> 6992 bytes
07-build_abe-stage2/console.log.xz | Bin 122556 -> 121840 bytes
07-build_abe-stage2/make-gcc-stage2.log.xz | Bin 94528 -> 94408 bytes
08-build_abe-gdb/console.log.xz | Bin 34564 -> 34516 bytes
08-build_abe-gdb/make-gdb.log.xz | Bin 26516 -> 26548 bytes
09-build_abe-qemu/console.log.xz | Bin 32784 -> 32712 bytes
09-build_abe-qemu/make-qemu.log.xz | Bin 21472 -> 21428 bytes
10-build_abe-dejagnu/console.log.xz | Bin 4376 -> 4324 bytes
11-build_abe-check_gcc/check-gcc.log.xz | Bin 37432 -> 31912 bytes
11-build_abe-check_gcc/console.log.xz | Bin 5504 -> 5764 bytes
12-check_regression/console.log.xz | Bin 3944 -> 3948 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/rewrite.log | 7 +-
jenkins/run-build.env | 12 +-
manifest.sh | 10 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 35 +--
notify/mail-subject.txt | 2 +-
notify/notify-full.log | 395 +++++++++++++++--------------
notify/notify-init.log | 119 +++++----
notify/results.compare | 49 +++-
sumfiles/gcc.sum | 38 ++-
36 files changed, 381 insertions(+), 298 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 d8efc44d00c Use RPO order for sinking
new b57bd27cb68 MATCH: [PR109959] `(uns <= 1) & uns` could be optimized to [...]
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/match.pd | 20 ++++++++++++
gcc/testsuite/c-c++-common/Wrestrict.c | 11 ++++---
.../gcc.dg/tree-ssa/builtin-sprintf-warn-23.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/cmpeq-1.c | 36 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/cmpeq-2.c | 32 +++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/cmpeq-3.c | 22 +++++++++++++
6 files changed, 117 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpeq-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpeq-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cmpeq-3.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.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 10bde732dbc libsanitizer: Fix SPARC stacktraces
new 4f8d84955dd PR modula2/110779 SysClock can not read the clock
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/m2/gm2-libs-iso/SysClock.mod | 256 ++++++++++++++++----------
gcc/m2/gm2-libs-iso/wrapclock.def | 125 +++++++++++++
gcc/testsuite/gm2/iso/run/pass/m2date.mod | 101 ++++++++++
gcc/testsuite/gm2/iso/run/pass/testclock.mod | 15 ++
gcc/testsuite/gm2/iso/run/pass/testclock2.mod | 22 +++
libgm2/config.h.in | 9 +
libgm2/configure | 147 +++++++++++++++
libgm2/configure.ac | 4 +-
libgm2/libm2iso/Makefile.am | 6 +-
libgm2/libm2iso/Makefile.in | 11 +-
libgm2/libm2iso/wrapclock.cc | 220 ++++++++++++++++++++++
libgm2/libm2iso/wraptime.cc | 9 +-
12 files changed, 812 insertions(+), 113 deletions(-)
create mode 100644 gcc/m2/gm2-libs-iso/wrapclock.def
create mode 100644 gcc/testsuite/gm2/iso/run/pass/m2date.mod
create mode 100644 gcc/testsuite/gm2/iso/run/pass/testclock.mod
create mode 100644 gcc/testsuite/gm2/iso/run/pass/testclock2.mod
create mode 100644 libgm2/libm2iso/wrapclock.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.
unknown user pushed a change to branch main
in repository newlib.
from 3c75fac13 sys/cdefs.h: fix for use __restrict in C++
new e66c63be6 sys/cdefs.h: introduce __restrict_arr, as in glibc
new 2e7332d6b Cygwin: fix build failure due to redefinition of __restrict i [...]
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:
newlib/libc/include/sys/cdefs.h | 13 +++++++++++++
winsup/cygwin/aio.cc | 2 +-
winsup/cygwin/include/aio.h | 2 +-
3 files changed, 15 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 aa63c20420d Improve -fopt-info-vec for basic-block vectorization
new af6cfd7b663 Fix ICE in rtl check when bootstrap.
new d8efc44d00c Use RPO order for sinking
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/config/i386/i386-protos.h | 2 +-
gcc/config/i386/i386.cc | 6 +++---
gcc/config/i386/sse.md | 4 ++--
gcc/tree-ssa-sink.cc | 19 +++++--------------
4 files changed, 11 insertions(+), 20 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 831017d5e72 i386: Clear upper bits of XMM register for V4HFmode/V2HFmod [...]
new aa63c20420d Improve -fopt-info-vec for basic-block vectorization
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/tree-vect-slp.cc | 8 ++++++++
1 file changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.