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 5ec501b5749 sim: testsuite: add more silent build rules
new b31ff1f79b5 sim: cris: drop custom "dynamic" test field
new 927f25ebac0 sim: cris: replace @srcdir@ test extension with $srcdir/$subdir
new c2aad00a744 sim: testsuite: add support for $pwd replacements
The 3 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:
sim/testsuite/cris/c/badldso1.c | 1 -
sim/testsuite/cris/c/badldso2.c | 1 -
sim/testsuite/cris/c/badldso3.c | 3 +--
sim/testsuite/cris/c/c.exp | 17 -----------------
sim/testsuite/cris/c/clone2.c | 2 +-
sim/testsuite/cris/c/hellodyn.c | 3 +--
sim/testsuite/cris/c/hellodyn2.c | 3 +--
sim/testsuite/cris/c/hellodyn3.c | 3 +--
sim/testsuite/cris/c/openpf1.c | 2 +-
sim/testsuite/cris/c/openpf2.c | 2 +-
sim/testsuite/cris/c/openpf4.c | 2 +-
sim/testsuite/cris/c/openpf5.c | 2 +-
sim/testsuite/cris/c/readlink3.c | 2 +-
sim/testsuite/cris/c/readlink6.c | 2 +-
sim/testsuite/cris/c/readlink8.c | 2 +-
sim/testsuite/cris/c/readlink9.c | 2 +-
sim/testsuite/cris/c/seek2.c | 2 +-
sim/testsuite/cris/c/stat3.c | 2 +-
sim/testsuite/cris/c/stat4.c | 2 +-
sim/testsuite/cris/c/truncate2.c | 2 +-
sim/testsuite/cris/hw/rv-n-cris/host1.ms | 2 +-
sim/testsuite/cris/hw/rv-n-cris/rvc.exp | 11 ++++++-----
sim/testsuite/cris/hw/rv-n-cris/trivial4.ms | 2 +-
sim/testsuite/cris/hw/rv-n-cris/trivial5.ms | 2 +-
sim/testsuite/lib/sim-defs.exp | 1 +
25 files changed, 27 insertions(+), 48 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_build/master-aarch64
in repository toolchain/ci/glibc.
from 1f67d8286b elf: Use a temporary file to generate Makefile fragments [BZ [...]
adds d8c2e8e043 elf: hidden visibility for __minimal_malloc functions
adds a43c0b5483 x86-64: Create microbenchmark infrastructure for libmvec
No new revisions were added by this update.
Summary of changes:
elf/dl-minimal-malloc.c | 5 +
sysdeps/x86_64/fpu/Makeconfig | 35 +++
sysdeps/x86_64/fpu/Makefile | 40 +++
sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 103 ++++++
sysdeps/x86_64/fpu/scripts/bench_libmvec.py | 464 ++++++++++++++++++++++++++++
5 files changed, 647 insertions(+)
create mode 100644 sysdeps/x86_64/fpu/bench-libmvec-skeleton.c
create mode 100755 sysdeps/x86_64/fpu/scripts/bench_libmvec.py
--
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_build/master-aarch64
in repository toolchain/ci/gcc.
from 4cdf7db9a39 rs6000: MMA test case emits wrong code when building a vect [...]
adds e4641191287 PCH: Make the save and restore diagnostics more robust.
adds a1d2b162026 configure, Darwin: Set appropriate defaults for host-shared.
adds 3b3c9932338 Fortran: avoid NULL pointer dereference on invalid range in [...]
adds 42cdf08ad84 MAINTAINERS: Add myself to DCO section and update email address
adds 6dc90c4dbb6 Use modref summaries for byte-wise dead store elimination.
adds 395848255cf c-family: don't cache large vecs
adds 73e4d9f1751 libstdc++: Fix tests for constexpr std::string
new 6b1695f4a09 Daily bump.
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:
ChangeLog | 14 +++
MAINTAINERS | 3 +-
configure | 16 ++-
configure.ac | 15 ++-
gcc/ChangeLog | 131 +++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 6 +
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c-common.c | 12 +-
gcc/cp/ChangeLog | 4 +
gcc/fortran/ChangeLog | 60 ++++++++++
gcc/fortran/resolve.c | 3 +-
gcc/ggc-common.c | 39 +++++-
gcc/ipa-modref.c | 22 ++++
gcc/ipa-modref.h | 1 +
gcc/testsuite/ChangeLog | 94 +++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c | 26 ++++
gcc/testsuite/gfortran.dg/pr103286.f90 | 11 ++
gcc/tree-ssa-dse.c | 43 +++++--
libgomp/ChangeLog | 5 +
libstdc++-v3/ChangeLog | 69 +++++++++++
libstdc++-v3/include/bits/basic_string.h | 6 +-
.../21_strings/basic_string/modifiers/constexpr.cc | 1 +
.../21_strings/headers/string/synopsis.cc | 33 +++++-
24 files changed, 594 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-dse-4.c
create mode 100644 gcc/testsuite/gfortran.dg/pr103286.f90
--
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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 736e8b739 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 4775446b5 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (736e8b739)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2768 bytes
04-build_abe-binutils/console.log.xz | Bin 45592 -> 45428 bytes
05-build_abe-stage1/console.log.xz | Bin 71544 -> 71456 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 8820 -> 9020 bytes
08-build_abe-glibc/console.log.xz | Bin 236740 -> 236300 bytes
09-build_abe-stage2/console.log.xz | Bin 194212 -> 194148 bytes
10-build_abe-gdb/console.log.xz | Bin 44956 -> 44904 bytes
11-build_abe-qemu/console.log.xz | Bin 30580 -> 30220 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 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-aarch64
in repository toolchain/ci/base-artifacts.
discards 6f7cfca0d 0: update: binutils-gcc: 1
new 5e14dd3ea 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 (6f7cfca0d)
\
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 1536 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 53884 -> 52644 bytes
04-build_abe-gcc/console.log.xz | Bin 203372 -> 203108 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3836 -> 3920 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2436 -> 2644 bytes
07-check_regression/console.log.xz | Bin 3324 -> 3220 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 7 +-
07-check_regression/results.compare | 34 +-
07-check_regression/results.compare2 | 65 +-
07-check_regression/results.regressions | 34 +-
08-update_baseline/console.log | 557 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 7 +-
08-update_baseline/results.compare | 34 +-
08-update_baseline/results.compare2 | 65 +-
08-update_baseline/results.regressions | 34 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3419312 -> 3407556 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 2926804 -> 2912948 bytes
sumfiles/gcc.sum | 5270 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 880116 -> 876796 bytes
sumfiles/gfortran.sum | 48 +-
sumfiles/libatomic.log.xz | Bin 2180 -> 2164 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 171828 -> 171760 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2528 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 429636 -> 431108 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 3171 insertions(+), 3158 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.