This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 169a287181 [gdb/testsuite] Fix interrupted sleep in multi-threaded test-cases
adds 648d5dc4e6 Automatic date update in version.in
adds c9f2799101 RISC-V: Merged extension string tables and their version tab [...]
No new revisions were added by this update.
Summary of changes:
bfd/elfnn-riscv.c | 7 +-
bfd/elfxx-riscv.c | 350 ++++++++++++++++++++++++++++++++------------------
bfd/elfxx-riscv.h | 8 +-
bfd/version.h | 2 +-
gas/config/tc-riscv.c | 126 +-----------------
5 files changed, 236 insertions(+), 257 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_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards bb2f1fca 0: update: binutils-gcc-linux-glibc-gdb: 6
new 965e53df 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (bb2f1fca)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 65340 -> 63552 bytes
05-build_abe-gcc/console.log.xz | Bin 226312 -> 224988 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 8844 -> 9196 bytes
08-build_abe-glibc/console.log.xz | Bin 229368 -> 227736 bytes
09-build_abe-gdb/console.log.xz | Bin 52336 -> 52284 bytes
10-check_regression/console.log.xz | Bin 420 -> 420 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
11 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-arm
in repository toolchain/ci/gcc.
from 3a2bcffac60 openmp: Add support for OpenMP 5.1 atomics for C++
adds 4a7842bb992 libgomp: Spelling error fix in OpenMP 5.1 conformance section
adds 749c31b345c libstdc++: Rename tests with incorrect extension
adds 4703182a06b Revert no longer needed fix for PR95539
adds 8593d2fcbb8 configure, jit: Allow for 'make check-gcc-jit'.
adds 654187d0537 Fortran: Prefer GCC internal macros to float.h in ISO_Fortr [...]
adds 0a60524de10 rs6000: Move __builtin_mffsl to the [always] stanza
adds 2578a3870ef PR c/102245: Disable sign-changing optimization for shifts [...]
new 00b1324f928 Fortran: Use _Float128 rather than __float128 for c_float128 kind.
new 89be17a1b23 Fix 'hash_table::expand' to destruct stale Value objects
new 41a34e22f89 rs6000: Handle gimple folding of target built-ins
new 6cba7d1dc43 rs6000: Handle some recent MMA builtin changes
new 47e5052b5e1 rs6000: Support for vectorizing built-in functions
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:
Makefile.def | 1 +
Makefile.in | 8 +
gcc/config/rs6000/rs6000-builtin-new.def | 154 +--
gcc/config/rs6000/rs6000-call.c | 1202 ++++++++++++++++++++
gcc/config/rs6000/rs6000-gen-builtins.c | 38 +-
gcc/config/rs6000/rs6000.c | 257 +++++
gcc/fortran/intrinsic.texi | 8 +-
gcc/fortran/iso-c-binding.def | 2 +-
gcc/fortran/trans-intrinsic.c | 6 +-
gcc/fortran/trans-types.h | 2 +-
gcc/hash-map-tests.c | 10 +-
gcc/hash-table.h | 3 +
gcc/match.pd | 6 +-
gcc/testsuite/gcc.dg/Wint-in-bool-context-4.c | 35 +
gcc/testsuite/gfortran.dg/PR100914.c | 5 +-
gcc/testsuite/gfortran.dg/PR100914.f90 | 1 +
.../c-interop/typecodes-array-float128-c.c | 4 +-
.../gfortran.dg/c-interop/typecodes-sanity-c.c | 7 +-
.../c-interop/typecodes-scalar-float128-c.c | 4 +-
gcc/testsuite/lib/target-supports.exp | 4 +-
gcc/tree-vect-stmts.c | 13 +-
libgfortran/ISO_Fortran_binding.h | 79 +-
libgfortran/runtime/ISO_Fortran_binding.c | 2 +-
libgomp/libgomp.texi | 4 +-
.../26_numerics/valarray/{dr630-3.C => dr630-3.cc} | 0
.../basic_iostream/cons/{16251.C => 16251.cc} | 0
26 files changed, 1706 insertions(+), 149 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wint-in-bool-context-4.c
rename libstdc++-v3/testsuite/26_numerics/valarray/{dr630-3.C => dr630-3.cc} (100%)
rename libstdc++-v3/testsuite/27_io/basic_iostream/cons/{16251.C => 16251.cc} (100%)
--
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 86e4297f 0: update: binutils-gcc: 1
new c97acbec 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 (86e4297f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (c97acbec)
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 1516 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 65028 -> 65984 bytes
04-build_abe-gcc/console.log.xz | Bin 226308 -> 226324 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3808 bytes
06-build_abe-check_gcc/console.log.xz | Bin 3196 -> 2512 bytes
07-check_regression/console.log.xz | Bin 3784 -> 2996 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 26 +-
07-check_regression/results.compare2 | 576 +----
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 819 ++----
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 26 +-
08-update_baseline/results.compare2 | 576 +----
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2661928 -> 2685428 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2203092 -> 2222068 bytes
sumfiles/gcc.sum | 4191 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 863128 -> 849816 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2144 -> 2144 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 165584 -> 165448 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2528 -> 2524 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 446084 -> 439608 bytes
sumfiles/libstdc++.sum | 16 +-
33 files changed, 2556 insertions(+), 3944 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create 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.
unknown user pushed a change to branch master
in repository gcc.
from 31e924c52f4 Better handle MIN/MAX_EXPR of unrelated objects [PR102200].
new 896fec24c8e testsuite: Fix gcc.target/i386/auto-init-* tests.
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/testsuite/gcc.target/i386/auto-init-1.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-2.c | 8 +++++---
gcc/testsuite/gcc.target/i386/auto-init-3.c | 5 +++--
gcc/testsuite/gcc.target/i386/auto-init-4.c | 10 ++++++----
gcc/testsuite/gcc.target/i386/auto-init-5.c | 5 +++--
gcc/testsuite/gcc.target/i386/auto-init-6.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-7.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-8.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-1.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-10.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-11.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-12.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-2.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-3.c | 8 +++++---
gcc/testsuite/gcc.target/i386/auto-init-padding-4.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-5.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-6.c | 2 +-
gcc/testsuite/gcc.target/i386/auto-init-padding-7.c | 5 +++--
gcc/testsuite/gcc.target/i386/auto-init-padding-8.c | 7 +++----
gcc/testsuite/gcc.target/i386/auto-init-padding-9.c | 7 +++++--
20 files changed, 45 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.