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_bootstrap/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 20d97eee 0: update: binutils-gcc: 1
new fadf3b98 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 (20d97eee)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/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 1616 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 38268 -> 37840 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 275188 -> 275680 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3820 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2788 -> 2380 bytes
07-check_regression/console.log.xz | Bin 3268 -> 6828 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 321 +-
07-check_regression/results.compare | 337 +-
07-check_regression/results.compare2 | 523 ++-
07-check_regression/results.regressions | 95 +-
08-update_baseline/console.log | 1131 ++++-
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 321 +-
08-update_baseline/results.compare | 337 +-
08-update_baseline/results.compare2 | 523 ++-
08-update_baseline/results.regressions | 95 +-
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 3614924 -> 3633068 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 3205888 -> 3188580 bytes
sumfiles/gcc.sum | 5058 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 1091240 -> 1091388 bytes
sumfiles/gfortran.sum | 155 +-
sumfiles/libatomic.log.xz | Bin 2348 -> 2348 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 211000 -> 211012 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2728 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 460692 -> 457484 bytes
sumfiles/libstdc++.sum | 14 +-
33 files changed, 6121 insertions(+), 2955 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-12
in repository gcc.
from 4f15d223460 libgo: don't include <linux/fs.h> when building gen-sysinfo.go
new 12d8a4a0fb2 c++: constrained partial spec forward decl [PR96363]
new 4ebc9fef1ac c++: non-dep call with empty TYPE_BINFO [PR105758]
new 90655e30130 c++: don't substitute TEMPLATE_PARM_CONSTRAINTS [PR100374]
new 41487bff13f c++: cv-quals of dummy obj for non-dep memfn call [PR105637]
new 670ef5b108d c++: function NTTP argument considered unused [PR53164, PR105848]
new 5d6286903f3 c++: dependence of constrained memfn from current inst [PR105842]
The 6 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/call.cc | 4 +-
gcc/cp/constraint.cc | 22 +++-
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.cc | 3 +-
gcc/cp/parser.cc | 12 +-
gcc/cp/pt.cc | 142 ++++++++++++++++-----
gcc/cp/tree.cc | 30 ++++-
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this22.C | 20 +++
gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl6.C | 34 +++++
.../g++.dg/cpp2a/concepts-partial-spec12.C | 10 ++
.../g++.dg/cpp2a/concepts-partial-spec12a.C | 14 ++
.../g++.dg/cpp2a/concepts-partial-spec13.C | 16 +++
gcc/testsuite/g++.dg/cpp2a/concepts-spec2.C | 16 +++
.../g++.dg/cpp2a/concepts-template-parm11.C | 20 +++
gcc/testsuite/g++.dg/template/fn-ptr3.C | 28 ++++
gcc/testsuite/g++.dg/template/non-dependent23.C | 25 ++++
gcc/testsuite/g++.dg/template/non-dependent24.C | 19 +++
17 files changed, 360 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this22.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl6.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec12.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec12a.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec13.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-spec2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-template-parm11.C
create mode 100644 gcc/testsuite/g++.dg/template/fn-ptr3.C
create mode 100644 gcc/testsuite/g++.dg/template/non-dependent23.C
create mode 100644 gcc/testsuite/g++.dg/template/non-dependent24.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_gcc_bootstrap
in repository toolchain/ci/interesting-commits.
from 5cb77a6 Add last-good f4ed610d02aaf8cfcdcb5cf03e0cde65f1f5f890 from h [...]
new 9d429ab Add regression bd9837bc3ca1344c32aef7ba9f8fa1785063132e from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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_bootstrap
in repository toolchain/ci/interesting-commits.
from aa7235d Add regression cf3a120084e94614a4917f71940325cd4b537f24 from [...]
new 5cb77a6 Add last-good f4ed610d02aaf8cfcdcb5cf03e0cde65f1f5f890 from h [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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_sq/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/glibc.
from 49889fb256 x86: Add support to build st{p|r}{n}{cpy|cat} with explicit [...]
adds 1f4e90d468 linux: return UNSUPPORTED from tst-mount if entering mount n [...]
adds 8b84fb862c Update scripts/config.* files from upstream GNU config version
No new revisions were added by this update.
Summary of changes:
scripts/config.guess | 1437 +++++++++++++++++++++--------------
scripts/config.sub | 693 +++++++++--------
sysdeps/unix/sysv/linux/tst-mount.c | 25 +-
3 files changed, 1258 insertions(+), 897 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_bmk_gnu_sq/gnu-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 94a351f5 4: update: binutils-gcc-linux-glibc: 1
new be8ffb89 4: update: binutils-linux-glibc: 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 (94a351f5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_sq/gnu-master-aa [...]
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 1832 -> 1644 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30240 -> 30736 bytes
04-build_abe-stage1/console.log.xz | Bin 72860 -> 75348 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 8892 -> 8104 bytes
07-build_abe-glibc/console.log.xz | Bin 238880 -> 240448 bytes
08-build_abe-stage2/console.log.xz | Bin 175852 -> 179520 bytes
09-benchmark/benchmark-build.log | 92 +-
09-benchmark/benchmark.log | 90 +-
09-benchmark/console.log.xz | Bin 3700 -> 3724 bytes
10-check_regression/console.log.xz | Bin 7204 -> 7176 bytes
10-check_regression/csv-results-0/md5sum.csv | 82664 +--
10-check_regression/csv-results-0/perf.csv | 3610 +-
10-check_regression/csv-results-0/results.csv | 678083 +++++++++--------
10-check_regression/csv-results-0/size.csv | 680542 +++++++++---------
10-check_regression/csv-results-0/vect.csv | 44 +-
10-check_regression/csv-results-1/md5sum.csv | 82664 +--
10-check_regression/csv-results-1/perf.csv | 3584 +-
10-check_regression/csv-results-1/results.csv | 678019 ++++++++---------
10-check_regression/csv-results-1/size.csv | 680542 +++++++++---------
10-check_regression/csv-results-1/vect.csv | 44 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 2 +-
10-check_regression/results-full.csv | 3784 +-
10-check_regression/results-internal.csv | 240 +-
10-check_regression/results.log | 3450 +-
11-update_baseline/console.log | 8536 +-
11-update_baseline/csv-results-0/md5sum.csv | 82664 +--
11-update_baseline/csv-results-0/perf.csv | 3610 +-
11-update_baseline/csv-results-0/results.csv | 678083 +++++++++--------
11-update_baseline/csv-results-0/size.csv | 680542 +++++++++---------
11-update_baseline/csv-results-0/vect.csv | 44 +-
11-update_baseline/csv-results-1/md5sum.csv | 82664 +--
11-update_baseline/csv-results-1/perf.csv | 3584 +-
11-update_baseline/csv-results-1/results.csv | 678019 ++++++++---------
11-update_baseline/csv-results-1/size.csv | 680542 +++++++++---------
11-update_baseline/csv-results-1/vect.csv | 44 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 2 +-
11-update_baseline/results-full.csv | 3784 +-
11-update_baseline/results-internal.csv | 240 +-
11-update_baseline/results.log | 8 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1272280 -> 1269796 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 94964 -> 94812 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3523148 -> 3528820 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 15228 -> 15232 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 4221352 -> 4211112 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 36892 -> 36876 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 169044 -> 168264 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 126916 -> 126600 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 979144 -> 978212 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 728856 -> 729052 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 46584 -> 46524 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 211732 -> 212008 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1824408 -> 1823508 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 5787212 -> 6023832 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 748688 -> 744744 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1478296 -> 1455980 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 1230004 -> 1230484 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 381172 -> 382620 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 148472 -> 148352 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 146728 -> 146480 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 62256 -> 62580 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 567104 -> 567448 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 2246044 -> 2252756 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 26524 -> 26624 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 1081268 -> 1093800 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 92120 -> 92348 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 1591452 -> 1588240 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 257548 -> 256996 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 11267420 -> 11262064 bytes
jenkins/manifest.sh | 17 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1272280 -> 1269796 bytes
save-temps/401.bzip2.tar.xz | Bin 94964 -> 94812 bytes
save-temps/403.gcc.tar.xz | Bin 3523148 -> 3528820 bytes
save-temps/410.bwaves.tar.xz | Bin 15228 -> 15232 bytes
save-temps/416.gamess.tar.xz | Bin 4221352 -> 4211112 bytes
save-temps/429.mcf.tar.xz | Bin 36892 -> 36876 bytes
save-temps/433.milc.tar.xz | Bin 169044 -> 168264 bytes
save-temps/434.zeusmp.tar.xz | Bin 126916 -> 126600 bytes
save-temps/435.gromacs.tar.xz | Bin 979144 -> 978212 bytes
save-temps/436.cactusADM.tar.xz | Bin 728856 -> 729052 bytes
save-temps/437.leslie3d.tar.xz | Bin 46584 -> 46524 bytes
save-temps/444.namd.tar.xz | Bin 211732 -> 212008 bytes
save-temps/445.gobmk.tar.xz | Bin 1824408 -> 1823508 bytes
save-temps/447.dealII.tar.xz | Bin 5787212 -> 6023832 bytes
save-temps/450.soplex.tar.xz | Bin 748688 -> 744744 bytes
save-temps/453.povray.tar.xz | Bin 1478296 -> 1455980 bytes
save-temps/454.calculix.tar.xz | Bin 1230004 -> 1230484 bytes
save-temps/456.hmmer.tar.xz | Bin 381172 -> 382620 bytes
save-temps/458.sjeng.tar.xz | Bin 148472 -> 148352 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 146728 -> 146480 bytes
save-temps/462.libquantum.tar.xz | Bin 62256 -> 62580 bytes
save-temps/464.h264ref.tar.xz | Bin 567104 -> 567448 bytes
save-temps/465.tonto.tar.xz | Bin 2246044 -> 2252756 bytes
save-temps/470.lbm.tar.xz | Bin 26524 -> 26624 bytes
save-temps/471.omnetpp.tar.xz | Bin 1081268 -> 1093800 bytes
save-temps/473.astar.tar.xz | Bin 92120 -> 92348 bytes
save-temps/481.wrf.tar.xz | Bin 1591452 -> 1588240 bytes
save-temps/482.sphinx3.tar.xz | Bin 257548 -> 256996 bytes
save-temps/483.xalancbmk.tar.xz | Bin 11267420 -> 11262064 bytes
104 files changed, 2899907 insertions(+), 2900050 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.