This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 7a742fc8 0: update: gcc-6bebd55e12375b397ed187630bb57d58611dfc5f: 1
new b9110541 0: update: gcc-9aa5001ef466e6162e4acc11c6999747299474f1: 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 (7a742fc8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 189 +-
02-prepare_abe/console.log | 164 +-
04-build_abe-bootstrap_O3/console.log | 57508 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 57867 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 57880 insertions(+), 57862 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-11
in repository gcc.
from 5df86357bec middle-end/101291 - set loop copy of versioned loop
new bbad9d7cfdb c++: Fix reference NTTP binding to noexcept fn [PR97420]
new 6530cf0d50a c++: access of dtor named by qualified template-id [PR100918]
new 927548b42c4 libstdc++: Reduce ranges::minmax/minmax_element comparison [...]
new 0f00006c007 c++: requires-expression folding [PR101182]
new 660cbbae327 c++: alias CTAD and aggregate deduction cand [PR98832]
new 1b57a9fb905 c++: cxx_eval_array_reference and empty elem type [PR101194]
new 2902f2d8424 c++: unqualified member template in constraint [PR101247]
new 6d11dd94e53 c++: find_template_parameters and TEMPLATE_DECLs [PR101247]
new 63566075309 c++: requires-expr with dependent extra args [PR101181]
The 9 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/constexpr.c | 4 +-
gcc/cp/constraint.cc | 5 +-
gcc/cp/cp-gimplify.c | 10 +-
gcc/cp/cp-tree.h | 2 +-
gcc/cp/cvt.c | 36 ++-----
gcc/cp/parser.c | 24 +++--
gcc/cp/pt.c | 74 +++++++-------
gcc/testsuite/g++.dg/cpp0x/constexpr-empty16.C | 10 ++
gcc/testsuite/g++.dg/cpp0x/noexcept68.C | 8 ++
.../g++.dg/cpp2a/class-deduction-alias9.C | 6 ++
gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl4.C | 28 +++++
gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl5.C | 11 ++
gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl5a.C | 15 +++
gcc/testsuite/g++.dg/cpp2a/concepts-requires25.C | 10 ++
gcc/testsuite/g++.dg/cpp2a/concepts-requires26.C | 18 ++++
gcc/testsuite/g++.dg/cpp2a/lambda-uneval16.C | 22 ++++
gcc/testsuite/g++.dg/template/access38.C | 15 +++
libstdc++-v3/include/bits/ranges_algo.h | 113 ++++++++++++++++-----
.../testsuite/25_algorithms/minmax/constrained.cc | 42 ++++++++
.../25_algorithms/minmax_element/constrained.cc | 27 +++++
20 files changed, 369 insertions(+), 111 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-empty16.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept68.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias9.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl4.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl5.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl5a.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires25.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires26.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-uneval16.C
create mode 100644 gcc/testsuite/g++.dg/template/access38.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 binutils-gdb.
from 81e33ce2894 gdb, dwarf: Don't follow the parent of a subprogram to get [...]
new 6b66b5a5a29 [gdb/testsuite] Fix check-libthread-db.exp FAILs with glibc 2.33
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/testsuite/gdb.threads/check-libthread-db.exp | 37 ++++++++++++++----------
1 file changed, 21 insertions(+), 16 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 9aa5001ef46 Make gimple_could_trap_p const-safe.
new f75560398af Adjust testcase to test the call is removed.
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.dg/tree-ssa/pr93781-1.c | 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_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 89993711 1: reset: gcc-39ed6a88c74db5412652f0167d03f71eca4f02fc: 1
new d3058275 1: reset: : 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 (89993711)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-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 | 42 +-
02-prepare_abe/console.log | 298 +-
03-build_abe-binutils/console.log | 10770 +--
04-build_abe-stage1/console.log | 14552 ++--
06-build_abe-linux/console.log | 1660 +-
07-build_abe-glibc/console.log | 39483 ++++++-----
08-build_abe-stage2/console.log | 31441 +++++----
10-benchmark--O3_LTO/benchmark-start.log | 2 +-
10-benchmark--O3_LTO/benchmark.log | 112 +-
10-benchmark--O3_LTO/console.log | 206 +-
11-check_regression/console.log | 1227 +-
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/results-0.csv | 181 +-
11-check_regression/results-1.csv | 168 +-
11-check_regression/results-brief.csv | 58 +-
11-check_regression/results-compare.csv | 50 +-
11-check_regression/results-full.csv | 178 +-
11-check_regression/results.csv | 72 +-
11-check_regression/results.log | 5324 +-
11-check_regression/results.regressions | 8 -
11-check_regression/trigger-bisect | 4 -
12-update_baseline/console.log | 1807 +-
12-update_baseline/results-1.csv | 168 +-
12-update_baseline/results-brief.csv | 56 +-
12-update_baseline/results-full.csv | 166 +-
12-update_baseline/results.csv | 70 +-
12-update_baseline/results.log | 3782 +-
12-update_baseline/results.regressions | 6 +-
console.log | 101490 ++++++++++++++--------------
jenkins/manifest.sh | 10 +-
results | 8 -
results_id | 2 +-
32 files changed, 106639 insertions(+), 106764 deletions(-)
delete mode 100644 11-check_regression/results.regressions
delete mode 100644 11-check_regression/trigger-bisect
--
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 5c046e0e631 gdb: disable commit-resumed on -exec-interrupt --thread-group
new 81e33ce2894 gdb, dwarf: Don't follow the parent of a subprogram to get [...]
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/dwarf2/read.c | 2 +-
.../nested-class-func-class.cc} | 33 ++++++++++++++--------
...vial-retval.exp => nested-class-func-class.exp} | 28 ++++++++++++------
3 files changed, 41 insertions(+), 22 deletions(-)
copy gdb/testsuite/{gdb.base/cast-call.c => gdb.cp/nested-class-func-class.cc} (77%)
copy gdb/testsuite/gdb.cp/{non-trivial-retval.exp => nested-class-func-class.exp} (61%)
--
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 aa0587b290e RISC-V: Enable elf attributes when default configure option [...]
new 5c046e0e631 gdb: disable commit-resumed on -exec-interrupt --thread-group
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/mi/mi-main.c | 3 +
.../interrupt-thread-group.c} | 40 +++----
gdb/testsuite/gdb.mi/interrupt-thread-group.exp | 130 +++++++++++++++++++++
3 files changed, 151 insertions(+), 22 deletions(-)
copy gdb/testsuite/{gdb.base/run-attach-while-running.c => gdb.mi/interrupt-thread [...]
create mode 100644 gdb/testsuite/gdb.mi/interrupt-thread-group.exp
--
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 gdb-11-branch
in repository binutils-gdb.
from 29e079b876f Fix some dangling references to `netbsd-tdep`
new 1bdfa2b1a8a gdb: disable commit-resumed on -exec-interrupt --thread-group
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 | 5 +
gdb/mi/mi-main.c | 3 +
gdb/testsuite/ChangeLog | 5 +
.../interrupt-thread-group.c} | 40 +++----
gdb/testsuite/gdb.mi/interrupt-thread-group.exp | 130 +++++++++++++++++++++
5 files changed, 161 insertions(+), 22 deletions(-)
copy gdb/testsuite/{gdb.base/run-attach-while-running.c => gdb.mi/interrupt-thread [...]
create mode 100644 gdb/testsuite/gdb.mi/interrupt-thread-group.exp
--
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 bd1eb556b91 libstdc++: Remove duplicate #include in <string_view>
new 9aa5001ef46 Make gimple_could_trap_p const-safe.
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/gimple.c | 6 +++---
gcc/gimple.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.