This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-check_cross
in repository toolchain/ci/base-artifacts.
from b2bf4d2d 1: reset: binutils-gcc-glibc-qemu: 1
new afa78b77 2: reset: binutils-gcc-glibc-qemu: 1
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 | 229 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11766 ++-
04-build_abe-stage1/console.log | 15086 ++-
05-build_abe-linux/console.log | 312 +-
06-build_abe-glibc/console.log | 40938 ++++----
07-build_abe-stage2/console.log | 38084 ++++---
08-build_abe-qemu/console.log | 2051 +-
09-build_abe-dejagnu/console.log | 156 +-
10-build_abe-check_gcc/console.log | 28241 +++---
11-check_regression/console.log | 222 +-
11-check_regression/results.regressions | 84 +-
11-check_regression/trigger-build-binutils | 2 +-
11-check_regression/trigger-build-gcc | 2 +-
11-check_regression/trigger-build-glibc | 2 +-
12-update_baseline/console.log | 194 +-
12-update_baseline/results.regressions | 84 +-
console.log | 137635 ++++++++++++--------------
jenkins/manifest.sh | 18 +-
results | 84 +-
sumfiles/g++.sum | 172 +-
sumfiles/gcc.sum | 400 +-
sumfiles/gfortran.sum | 35 +-
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.sum | 18 +-
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.sum | 14 +-
27 files changed, 132146 insertions(+), 144133 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 069057bf0f8 bfd/riscv: tighten matching rules in riscv_scan
new a8654e7d784 Fixes PR 25475: ensure exec-file-mismatch "ask" always asks [...]
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/ChangeLog | 8 ++++++++
gdb/exec.c | 5 ++++-
gdb/symfile-add-flags.h | 6 ++++++
gdb/symfile.c | 10 ++++++----
4 files changed, 24 insertions(+), 5 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 releases/gcc-8
in repository gcc.
from 55b27ca8e60 Daily bump.
new e1edfe597d9 Revert "PR fortran/95689 - ICE in check_sym_interfaces, at [...]
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/fortran/interface.c | 5 +----
gcc/testsuite/gfortran.dg/pr95689.f90 | 16 ----------------
2 files changed, 1 insertion(+), 20 deletions(-)
delete mode 100644 gcc/testsuite/gfortran.dg/pr95689.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.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2
new e3d976ae009 Revert "PR fortran/95689 - ICE in check_sym_interfaces, at [...]
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/fortran/interface.c | 5 +----
gcc/testsuite/gfortran.dg/pr95689.f90 | 16 ----------------
2 files changed, 1 insertion(+), 20 deletions(-)
delete mode 100644 gcc/testsuite/gfortran.dg/pr95689.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.
unknown user pushed a change to branch devel/c++-modules
in repository gcc.
from eb150e498d0 Constrained partial specializations
adds f2242ec0d3f libstdc++: Remove workarounds for constrained nested class [...]
new 6d8fa55b643 Merge master f2242ec0d3f
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.modules | 3 +
libstdc++-v3/include/bits/iterator_concepts.h | 153 ++++++++++++++------------
libstdc++-v3/include/bits/stl_iterator.h | 38 +++----
3 files changed, 100 insertions(+), 94 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 devel/c++-modules
in repository gcc.
from b27bcc6c836 Merge master b825a228907
new eb150e498d0 Constrained partial specializations
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.modules | 30 ++++++
gcc/cp/module.cc | 123 +++++++++++++++++++----
gcc/cp/pt.c | 20 +++-
gcc/testsuite/g++.dg/modules/nested-constr-1.h | 15 +++
gcc/testsuite/g++.dg/modules/nested-constr-1_a.H | 3 +
gcc/testsuite/g++.dg/modules/nested-constr-1_b.C | 13 +++
gcc/testsuite/g++.dg/modules/nested-constr-2_a.C | 18 ++++
gcc/testsuite/g++.dg/modules/nested-constr-2_b.C | 11 ++
gcc/testsuite/g++.dg/modules/nested-constr-2_c.C | 5 +
gcc/testsuite/g++.dg/modules/tmpl-part-req-1.h | 15 +++
gcc/testsuite/g++.dg/modules/tmpl-part-req-1_a.H | 3 +
gcc/testsuite/g++.dg/modules/tmpl-part-req-1_b.C | 6 ++
gcc/testsuite/g++.dg/modules/tmpl-part-req-2.h | 24 +++++
gcc/testsuite/g++.dg/modules/tmpl-part-req-2_a.H | 3 +
gcc/testsuite/g++.dg/modules/tmpl-part-req-2_b.C | 6 ++
15 files changed, 271 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/nested-constr-1.h
create mode 100644 gcc/testsuite/g++.dg/modules/nested-constr-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/nested-constr-1_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/nested-constr-2_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/nested-constr-2_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/nested-constr-2_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/tmpl-part-req-1.h
create mode 100644 gcc/testsuite/g++.dg/modules/tmpl-part-req-1_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/tmpl-part-req-1_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/tmpl-part-req-2.h
create mode 100644 gcc/testsuite/g++.dg/modules/tmpl-part-req-2_a.H
create mode 100644 gcc/testsuite/g++.dg/modules/tmpl-part-req-2_b.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 master
in repository gcc.
from 11a751ff77f c++: Handle bad pack expansion in base list. [PR96752]
new ef6506e2369 outputs.exp: conditionals for split-dwarf and lto plugin
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.misc-tests/outputs.exp | 641 ++++++++++++++++---------------
1 file changed, 338 insertions(+), 303 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 dejagnu.
from dd967f1 Add Jacob
adds 6e55af0 Support using QEMU in local/remote testing using default "uni [...]
adds f3bfd00 Keep trailing newline in remote execution output
adds c072112 Combine remote stderr into remote stdout
adds b256a45 Update ChangeLog
adds b1ea2a9 Fix typos in ChangeLog
new c197ab9 Merge remote-tracking branch 'origin/linaro-for-1.6.3'
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 | 16 ++++++++++++++++
config/unix.exp | 13 +++++++++++++
lib/rsh.exp | 3 ---
lib/ssh.exp | 5 +----
4 files changed, 30 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.