This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards b7ab7666 5: update: binutils-gcc-glibc-llvm: 1
new f4382e47 5: update: binutils-gcc-glibc-llvm: 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 (b7ab7666)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
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 | 39 +-
02-prepare_abe/console.log | 216 +-
03-build_abe-binutils/console.log | 10271 +--
04-build_abe-stage1/console.log | 13448 ++--
05-build_abe-linux/console.log | 206 +-
06-build_abe-glibc/console.log | 37833 +++++-----
07-build_abe-stage2/console.log | 34066 +++++----
08-build_llvm-true/console.log | 12584 ++--
10-benchmark--Oz_LTO/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO/benchmark.log | 12 +-
10-benchmark--Oz_LTO/console.log | 596 +-
11-check_regression/console.log | 728 +-
11-check_regression/results-0.csv | 109 +-
11-check_regression/results-1.csv | 111 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 117 +-
11-check_regression/results.csv | 46 +-
11-check_regression/results.log | 2580 +-
12-update_baseline/console.log | 1476 +-
12-update_baseline/results-1.csv | 111 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 111 +-
12-update_baseline/results.csv | 46 +-
12-update_baseline/results.log | 1878 +-
console.log | 111531 ++++++++++++++--------------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
27 files changed, 113932 insertions(+), 114279 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 aa57a9d3b6b Automatic date update in version.in
new cfc16775b76 asan: readelf: use after free in process_archive
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:
binutils/ChangeLog | 6 ++++++
binutils/elfcomm.c | 9 ++++++++-
2 files changed, 14 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_tk1/llvm-release-arm-spec2k6-Os
in repository toolchain/ci/gcc.
from 0e871a5b843 Daily bump.
adds eb9a24a6b6b Fortran : ICE in resolve_fl_procedure PR95708
adds f541655e8b9 Fix memory corruption with vector and variant record
adds 449246af10b PR fortran/95587 - ICE in gfc_target_encode_expr, at fortra [...]
adds 84323d9fa75 PR fortran/95689 - ICE in check_sym_interfaces, at fortran/ [...]
adds ea3f1f23478 Daily bump.
adds ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2
adds e3d976ae009 Revert "PR fortran/95689 - ICE in check_sym_interfaces, at [...]
adds c66d68d1e1e Daily bump.
adds 12cdfdd5b14 x96: Remove PTA_CLWB from PTA_ICELAKE_CLIENT
adds 597b99c3221 Daily bump.
adds 53bc489468c d: Fix ICE in uda_attribute_p when looking up unknown attribute
adds 57096f5c52b d: Fix ICE during error recovery in semantic pass
new de6a3297416 Daily bump.
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/ChangeLog | 9 +++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 ++
gcc/ada/gcc-interface/trans.c | 18 ++++--
gcc/config/i386/i386.h | 4 +-
gcc/d/ChangeLog | 18 ++++++
gcc/d/d-attribs.cc | 9 ++-
gcc/d/dmd/expressionsem.c | 1 +
gcc/fortran/ChangeLog | 38 +++++++++++++
gcc/fortran/intrinsic.c | 6 +-
gcc/fortran/match.c | 5 ++
gcc/fortran/resolve.c | 1 +
gcc/testsuite/ChangeLog | 46 +++++++++++++++
gcc/testsuite/gdc.dg/pr95173.d | 10 ++++
gcc/testsuite/gdc.dg/pr95250.d | 18 ++++++
gcc/testsuite/gfortran.dg/pr95587.f90 | 13 +++++
gcc/testsuite/gfortran.dg/pr95708.f90 | 6 ++
libstdc++-v3/ChangeLog | 10 ++++
libstdc++-v3/include/std/charconv | 8 ++-
libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 +++++--
libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 ++++++++++++++++++++++++++
21 files changed, 303 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr95173.d
create mode 100644 gcc/testsuite/gdc.dg/pr95250.d
create mode 100644 gcc/testsuite/gfortran.dg/pr95587.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95708.f90
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc
--
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_tk1/llvm-release-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 2d7e9443 1: update: binutils-gcc-glibc-llvm: 1
new 21f9af3f 1: update: binutils-gcc-glibc-llvm: 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 (2d7e9443)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm [...]
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 | 185 +-
02-prepare_abe/console.log | 240 +-
03-build_abe-binutils/console.log | 10198 +-
04-build_abe-stage1/console.log | 17811 ++--
05-build_abe-linux/console.log | 290 +-
06-build_abe-glibc/console.log | 25415 ++---
07-build_abe-stage2/console.log | 43934 ++++----
08-build_llvm-true/console.log | 12609 +--
10-benchmark--Os_mthumb/benchmark-start.log | 2 +-
10-benchmark--Os_mthumb/benchmark.log | 81 +-
10-benchmark--Os_mthumb/console.log | 229 +-
11-check_regression/console.log | 2577 +-
11-check_regression/results-0.csv | 2256 +-
11-check_regression/results-1.csv | 2216 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 15 +-
11-check_regression/results-full.csv | 2403 +-
11-check_regression/results.csv | 169 +-
11-check_regression/results.log | 2568 +-
12-update_baseline/console.log | 5152 +-
12-update_baseline/results-1.csv | 2216 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 15 +-
12-update_baseline/results-full.csv | 2217 +-
12-update_baseline/results.csv | 165 +-
12-update_baseline/results.log | 1868 +-
console.log | 133212 +++++++++++++------------
jenkins/manifest.sh | 14 +-
results_id | 2 +-
29 files changed, 134234 insertions(+), 133901 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/gnu-master-aarch64-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 3c6406ee 0: update: gcc-58b475a2233630b1737bbdab986f08510d62cd3a: 1
new 582156c8 0: update: gcc-c9c05f7323f2d92252c46aea042a2c2d5b11a4dd: 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 (3c6406ee)
\
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 | 181 +-
02-prepare_abe/console.log | 442 +-
04-build_abe-bootstrap_debug/console.log | 72290 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 72917 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 72928 insertions(+), 72914 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/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 15d66574 0: update: gcc-e3d976ae009b873596b47961869b7cdfc41d7e67: 1
new 0dc30bb8 0: update: gcc-57096f5c52be8c5f0c29663234f31845bb172216: 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 (15d66574)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 176 +-
02-prepare_abe/console.log | 400 +-
04-build_abe-bootstrap_ubsan/console.log | 92484 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 93100 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 93106 insertions(+), 93068 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 glibc.
from b9ca3f3efb tst-cancel4-common.c: fix calling socketpair
new 726117e01b htl: avoid cancelling threads inside critical sections
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/mach/hurd/htl/pt-docancel.c | 9 +++++++++
1 file changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.