This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 3561106278 Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5. [...]
new 520a588705 elf: Replace most uses of THREAD_GSCOPE_IN_TCB
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:
elf/dl-reloc.c | 4 ++--
elf/dl-support.c | 6 ++++--
elf/dl-tls.c | 6 +++---
elf/dl-tls_init_tp.c | 2 +-
sysdeps/generic/ldsodefs.h | 11 ++++++-----
5 files changed, 16 insertions(+), 13 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_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/base-artifacts.
discards adde932e 0: update: binutils-gcc-newlib: 1
new 823fb68f 0: update: binutils-gcc-newlib: 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 (adde932e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1592 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 42600 -> 42476 bytes
04-build_abe-stage1/console.log.xz | Bin 87680 -> 88408 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 33148 -> 32976 bytes
07-build_abe-stage2/console.log.xz | Bin 154168 -> 156372 bytes
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 59 ++---------------
09-benchmark/console.log.xz | Bin 3036 -> 2148 bytes
10-check_regression/console.log.xz | Bin 1000 -> 1544 bytes
10-check_regression/jira-body.txt | 1 +
10-check_regression/mail-body.txt | 8 +++
10-check_regression/results-0.csv | 2 +-
10-check_regression/results-brief.csv | 2 +-
10-check_regression/results-full.csv | 2 +-
10-check_regression/results.csv | 2 +-
10-check_regression/results.log | 24 +++----
11-update_baseline/console.log | 117 ++++++++++++++++++++++++----------
11-update_baseline/jira-body.txt | 1 +
11-update_baseline/mail-body.txt | 8 +++
11-update_baseline/results-0.csv | 2 +-
11-update_baseline/results-brief.csv | 2 +-
11-update_baseline/results-full.csv | 2 +-
11-update_baseline/results.csv | 2 +-
11-update_baseline/results.log | 24 +++----
jenkins/manifest.sh | 20 +++---
results | 2 +-
results_id | 2 +-
29 files changed, 152 insertions(+), 132 deletions(-)
create mode 100644 10-check_regression/jira-body.txt
create mode 100644 10-check_regression/mail-body.txt
create mode 100644 11-update_baseline/jira-body.txt
create mode 100644 11-update_baseline/mail-body.txt
--
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_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/gcc.
from cb5690b8d2c i386: Fix up @xorsign<mode>3_1 [PR102224]
adds d7b2e9bd1a3 c++: Fix docs on assignment of virtual bases [PR60318]
adds f459220912d Daily bump.
adds 3556ab610cb Daily bump.
adds 7edb992d819 compiler: correct condition for calling memclrHasPointers
adds a22c0458cb5 Daily bump.
adds 0d09acc0d62 Fortran - improve error recovery determining array element [...]
adds 7ca5bcb0f12 Fortran - out of bounds in array constructor with implied do loop
adds 2ae73531d33 Daily bump.
adds 09a2049123e d: Don't include terminating null pointer in string express [...]
adds b79f0b99fde Daily bump.
adds 6dd2650f96c Daily bump.
adds a87d7fbef55 rs6000: Expand fmod and remainder when built with fast-math [...]
adds 4fc907e18d1 Give more informative error message for by-reference types
adds df2f733cd99 Remove superfluous call to UI_Is_In_Int_Range
adds e94730e51af Fix internal error on pointer-to-pointer binding in LTO mode
adds 1355ea50498 Fix inaccurate bounds in debug info for vector array types
adds 82a95c08c0d Do not issue size error for too large array type
adds 40c0122a1c5 Fix PR ada/101970
new 4bcb3213f74 Verify destination[source] of a load[store] instruction is [...]
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 | 19 +++++
gcc/DATESTAMP | 2 +-
gcc/ada/exp_attr.adb | 23 ++---
gcc/ada/gcc-interface/decl.c | 25 ++++--
gcc/ada/gcc-interface/utils.c | 9 +-
gcc/config/rs6000/rs6000.c | 14 ++-
gcc/config/rs6000/rs6000.md | 36 ++++++++
gcc/d/ChangeLog | 9 ++
gcc/d/d-builtins.cc | 2 +-
gcc/doc/trouble.texi | 7 +-
gcc/fortran/ChangeLog | 19 +++++
gcc/fortran/expr.c | 7 +-
gcc/fortran/trans-expr.c | 4 +-
gcc/go/gofrontend/expressions.cc | 2 +-
gcc/testsuite/ChangeLog | 51 +++++++++++
gcc/testsuite/gcc.target/powerpc/pr97142.c | 35 ++++++++
gcc/testsuite/gdc.dg/pr102185.d | 7 ++
gcc/testsuite/gfortran.dg/bounds_check_23.f90 | 18 ++++
gcc/testsuite/gfortran.dg/pr101327.f90 | 11 +++
gcc/testsuite/gnat.dg/enum_rep2.adb | 117 ++++++++++++++++++++++++++
20 files changed, 385 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr97142.c
create mode 100644 gcc/testsuite/gdc.dg/pr102185.d
create mode 100644 gcc/testsuite/gfortran.dg/bounds_check_23.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr101327.f90
create mode 100644 gcc/testsuite/gnat.dg/enum_rep2.adb
--
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_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/binutils-gdb.
from cfcc488ce4 Automatic date update in version.in
adds 52a3d18e3e Automatic date update in version.in
adds 73dff20983 Automatic date update in version.in
adds cd7ad6ffc2 Automatic date update in version.in
adds 97a124ac99 Automatic date update in version.in
adds 364dec0701 Automatic date update in version.in
adds 21f6dfdb29 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 7c1be1f5 0: update: binutils-gcc-newlib: 1
new 0ed0a7f4 0: update: binutils-gcc-newlib: 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 (7c1be1f5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_e [...]
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 1836 -> 1812 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 42092 -> 42052 bytes
04-build_abe-stage1/console.log.xz | Bin 83384 -> 83828 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 32852 -> 33020 bytes
07-build_abe-stage2/console.log.xz | Bin 157948 -> 159156 bytes
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 61 ++-----------------
09-benchmark/console.log.xz | Bin 3052 -> 2224 bytes
10-check_regression/console.log.xz | Bin 1008 -> 1540 bytes
10-check_regression/jira-body.txt | 1 +
10-check_regression/mail-body.txt | 8 +++
10-check_regression/results.log | 24 ++++----
11-update_baseline/console.log | 113 +++++++++++++++++++++++++----------
11-update_baseline/jira-body.txt | 1 +
11-update_baseline/mail-body.txt | 8 +++
11-update_baseline/results.log | 24 ++++----
jenkins/manifest.sh | 20 +++----
results | 2 +-
results_id | 2 +-
21 files changed, 143 insertions(+), 123 deletions(-)
create mode 100644 10-check_regression/jira-body.txt
create mode 100644 10-check_regression/mail-body.txt
create mode 100644 11-update_baseline/jira-body.txt
create mode 100644 11-update_baseline/mail-body.txt
--
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-release-aarch64-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards e3f148c9 13: reset: gcc-2e98ac8676256b3a3e47a3558ca564e109f6fc55: 1
new 8d71d00a 13: 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 (e3f148c9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release- [...]
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 1800 -> 1700 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 42388 -> 42208 bytes
04-build_abe-stage1/console.log.xz | Bin 69056 -> 70288 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 10064 -> 10444 bytes
07-build_abe-glibc/console.log.xz | Bin 524556 -> 519288 bytes
08-build_abe-stage2/console.log.xz | Bin 165924 -> 166872 bytes
10-benchmark/benchmark-start.log | 2 +-
10-benchmark/benchmark.log | 38 +-
10-benchmark/console.log.xz | Bin 2224 -> 2240 bytes
11-check_regression/console.log.xz | Bin 2408 -> 2700 bytes
11-check_regression/extra-bisect-params | 2 +-
11-check_regression/jira-body.txt | 1 +
11-check_regression/mail-body.txt | 8 +
11-check_regression/results-0.csv | 171 +-
11-check_regression/results-1.csv | 171 +-
11-check_regression/results-brief.csv | 58 +-
11-check_regression/results-compare.csv | 32 +-
11-check_regression/results-full.csv | 179 +-
11-check_regression/results.csv | 72 +-
11-check_regression/results.log | 5082 ++++++++++++++++---------------
11-check_regression/results.regressions | 2 -
11-check_regression/trigger-bisect | 3 -
12-update_baseline/console.log | 2191 +++++++++----
12-update_baseline/exe.regressions | 2 +
12-update_baseline/jira-body.txt | 5 +
12-update_baseline/mail-body.txt | 12 +
12-update_baseline/mail-subject.txt | 1 +
12-update_baseline/results-1.csv | 171 +-
12-update_baseline/results-brief.csv | 58 +-
12-update_baseline/results-full.csv | 163 +-
12-update_baseline/results.csv | 72 +-
12-update_baseline/results.log | 4064 ++++++++++++------------
12-update_baseline/results.regressions | 7 +-
jenkins/manifest.sh | 9 +-
results | 4 +-
results_id | 2 +-
38 files changed, 6844 insertions(+), 5738 deletions(-)
create mode 100644 11-check_regression/jira-body.txt
create mode 100644 11-check_regression/mail-body.txt
delete mode 100644 11-check_regression/results.regressions
delete mode 100644 11-check_regression/trigger-bisect
create mode 100644 12-update_baseline/exe.regressions
create mode 100644 12-update_baseline/jira-body.txt
create mode 100644 12-update_baseline/mail-body.txt
create mode 100644 12-update_baseline/mail-subject.txt
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.