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/gdb.
from a532eb7277 microblaze: fix fsqrt collicion to build on glibc-2.35
adds 9d67b0a097 sim cris: Correct PRIu32 to PRIx32
adds 3293b4f667 sim/testsuite/cris: Assembler testcase for PRIx32 usage bug
adds 3e6dc39ed7 sim/testsuite: Set global_cc_os also when no compiler is found
adds 56ba3848dc sim/testsuite/cris/c: Use -sim3 but only for newlib targets
adds 46f238477f sim/testsuite/cris/hw/rv-n-cris/irq1.ms: Disable due to randomness
adds 81064d7abc sim/testsuite: Support "requires: simoption <--name-of-option>"
adds 6f62dbfb12 sim/testsuite/cris: As applicable, require simoption --cris- [...]
adds e7e980c6fa sim cris: Unbreak --disable-sim-hardware builds
adds dc4e1fde36 sim: Fix use of out-of-tree assembler and linker when testing
adds 81011383d9 sim: Add sim_dump_memory for debugging
adds 4b0e74fd18 sim/testsuite/cris: Remove faulty use of basename in C tests
adds 234f5865fa sim/testsuite/cris: If failing compilation, mark C tests as errors
adds 62e2e6d120 Automatic date update in version.in
new a1faa5ea86 Revert "PR28824, relro security issues, x86 keep COMMONPAGES [...]
new 3c4c0a18c8 x86-64: Use MAXPAGESIZE for the relro segment alignment
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:
bfd/version.h | 2 +-
ld/emultempl/elf-x86.em | 1 -
ld/ld.h | 4 -
ld/ldexp.c | 5 +-
ld/testsuite/ld-x86-64/plt-main-bnd.dd | 2 +-
ld/testsuite/ld-x86-64/plt-main-ibt-x32.dd | 2 +-
ld/testsuite/ld-x86-64/plt-main-ibt.dd | 2 +-
ld/testsuite/ld-x86-64/pr14207.d | 6 +-
ld/testsuite/ld-x86-64/pr18176.d | 3 +-
ld/testsuite/ld-x86-64/pr20830a-now.d | 10 +-
ld/testsuite/ld-x86-64/pr20830a.d | 10 +-
ld/testsuite/ld-x86-64/pr20830b-now.d | 12 +-
ld/testsuite/ld-x86-64/pr20830b.d | 12 +-
ld/testsuite/ld-x86-64/pr21038a-now.d | 10 +-
ld/testsuite/ld-x86-64/pr21038a.d | 10 +-
ld/testsuite/ld-x86-64/pr21038b-now.d | 8 +-
ld/testsuite/ld-x86-64/pr21038b.d | 8 +-
ld/testsuite/ld-x86-64/pr21038c-now.d | 12 +-
ld/testsuite/ld-x86-64/pr21038c.d | 12 +-
sim/Makefile.in | 7 +-
sim/common/sim-memopt.c | 10 +
sim/configure | 356 +++++++++++++++++++++--------
sim/cris/sim-if.c | 10 +-
sim/m4/sim_ac_toolchain.m4 | 21 +-
sim/testsuite/cris/asm/endmem1.ms | 47 ++++
sim/testsuite/cris/asm/io1.ms | 1 +
sim/testsuite/cris/asm/io2.ms | 1 +
sim/testsuite/cris/asm/io3.ms | 1 +
sim/testsuite/cris/asm/io6.ms | 1 +
sim/testsuite/cris/asm/io7.ms | 1 +
sim/testsuite/cris/c/c.exp | 18 +-
sim/testsuite/cris/c/openpf1.c | 8 +-
sim/testsuite/cris/c/stat3.c | 3 +-
sim/testsuite/cris/hw/rv-n-cris/irq1.ms | 1 +
sim/testsuite/lib/sim-defs.exp | 61 +++++
35 files changed, 492 insertions(+), 186 deletions(-)
create mode 100644 sim/testsuite/cris/asm/endmem1.ms
--
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/glibc.
from 7a06be051c htl: Destroy thread-specific data before releasing joins
new a5659cf27d x86-64: Define __memcmpeq in ld.so
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:
sysdeps/x86_64/multiarch/memcmpeq-sse2.S | 4 +++-
1 file changed, 3 insertions(+), 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from 19b517dff37 Fortran: improve error recovery on bad array section
adds 16b65b08484 Use correct names for __ibm128 if long double is IEEE 128-bit.
adds 7a1b179b08b Update -Warray-bounds documentation [PR104355].
adds 1f8a09d2f3c Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 37 +++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 6 ++
gcc/config/rs6000/rs6000.cc | 6 ++
gcc/cp/ChangeLog | 6 ++
gcc/doc/invoke.texi | 24 +++--
gcc/fortran/ChangeLog | 6 ++
gcc/testsuite/ChangeLog | 36 +++++++
gcc/testsuite/gcc.target/powerpc/pr104253.c | 156 ++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 30 ++++++
10 files changed, 298 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104253.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 f4807742 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 903c5659 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 (f4807742)
\
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 1556 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 30304 -> 30440 bytes
04-build_abe-stage1/console.log.xz | Bin 71272 -> 71172 bytes
06-build_abe-linux/console.log.xz | Bin 8740 -> 8904 bytes
07-build_abe-glibc/console.log.xz | Bin 236592 -> 236008 bytes
08-build_abe-stage2/console.log.xz | Bin 197844 -> 197908 bytes
09-build_abe-gdb/console.log.xz | Bin 37272 -> 37468 bytes
10-build_abe-qemu/console.log.xz | Bin 30860 -> 30516 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3920 -> 3888 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2608 -> 2452 bytes
13-check_regression/console.log.xz | Bin 3032 -> 3020 bytes
13-check_regression/fails.sum | 3 +-
13-check_regression/results.compare | 35 +-
13-check_regression/results.compare2 | 48 +-
13-check_regression/results.regressions | 35 +-
14-update_baseline/console.log | 351 +--
14-update_baseline/fails.sum | 3 +-
14-update_baseline/results.compare | 35 +-
14-update_baseline/results.compare2 | 48 +-
14-update_baseline/results.regressions | 35 +-
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 3338304 -> 3312016 bytes
sumfiles/g++.sum | 89 +-
sumfiles/gcc.log.xz | Bin 2903644 -> 2917796 bytes
sumfiles/gcc.sum | 4193 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1008428 -> 1015780 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2296 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 185568 -> 185616 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2656 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 409792 -> 407140 bytes
sumfiles/libstdc++.sum | 8 +-
36 files changed, 2468 insertions(+), 2451 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_kernel/llvm-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 384e1d09 2: update: binutils-llvm-linux-qemu: 37
new 4b4fa258 2: update: binutils-llvm-linux-qemu: 37
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 (384e1d09)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 1556 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 43420 -> 30272 bytes
04-build_llvm/console.log.xz | Bin 59652 -> 61020 bytes
05-build_abe-qemu/console.log.xz | Bin 31356 -> 30796 bytes
06-build_linux/console.log.xz | Bin 3860 -> 3972 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 152 +++++++++++++++++------------------
jenkins/manifest.sh | 20 ++---
9 files changed, 86 insertions(+), 86 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 1f8a09d2f3c Daily bump.
new 2c3309e3d0f c++: TTP in member alias template [PR104107]
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/cp/pt.cc | 41 +++++++++++++++++++++-------
gcc/testsuite/g++.dg/cpp0x/alias-decl-ttp2.C | 25 +++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/ttp2.C | 21 ++++++++++++++
3 files changed, 77 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-ttp2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/ttp2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.