This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d2763f740 Add entry 34bf6aa41ba5390ce26eb40208f10186d0ab17c4 from https [...]
new 584fe10f4 Add entry 08b8341f209be7c7e301853bdbbcad4f8e1695f5 from https [...]
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:
.../tcwg_bmk-code_speed-cpu2017rate/gnu-arm-master-O3}/build_url | 2 +-
.../gnu-arm-master-O3}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{33c2b70dbabc02788caabcbc66b7baeafeb95bcf/tcwg_bmk-code_speed-cpu201 [...]
copy gcc/sha1/08b8341f209be7c7e301853bdbbcad4f8e1695f5/{tcwg_gcc_check/master-arm [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 97c91e6a0 Add entry 34bf6aa41ba5390ce26eb40208f10186d0ab17c4 from https [...]
new d2763f740 Add entry 34bf6aa41ba5390ce26eb40208f10186d0ab17c4 from https [...]
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:
.../jira/description | 5 +++
.../jira/yaml | 5 +++
.../status.txt | 5 +++
.../master-aarch64/details.txt | 42 +++++++++++-----------
.../master-aarch64/reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../master-aarch64}/status-summary.txt | 0
.../master-aarch64/status.txt | 4 +--
.../tcwg_gnu_native_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/status.txt | 4 +--
10 files changed, 43 insertions(+), 30 deletions(-)
copy gcc/sha1/{eaaa4b88038d4d6eda1b20ab662f1568fd9be31f => 34bf6aa41ba5390ce26eb40 [...]
copy gcc/sha1/34bf6aa41ba5390ce26eb40208f10186d0ab17c4/{tcwg_gcc_check => tcwg_gnu [...]
copy gcc/sha1/34bf6aa41ba5390ce26eb40208f10186d0ab17c4/{tcwg_gcc_check/master-arm [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/34bf6aa41 [...]
copy gcc/sha1/{0cfc9c953d0221ec3971a25e6509ebe1041f142e => 34bf6aa41ba5390ce26eb40 [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/34bf6aa41 [...]
copy gcc/sha1/{258defbdee985c8f27c33e9f533c19d059941972 => 34bf6aa41ba5390ce26eb40 [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from afe3aea43 Add entry 63a598deb0c9fcb8704af6ef90f0b905942b0276 from https [...]
new 97c91e6a0 Add entry 34bf6aa41ba5390ce26eb40208f10186d0ab17c4 from https [...]
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:
.../tcwg_gnu_native_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{061f74c06735e1fa35b910ae0bcf01b61a74ec23 => 34bf6aa41ba5390ce26eb40 [...]
copy gcc/sha1/34bf6aa41ba5390ce26eb40208f10186d0ab17c4/{tcwg_gcc_check => tcwg_gnu [...]
--
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 release/2.39/master
in repository glibc.
from d8b4fc3653 Add tests of fread
new 293e4e3c90 Test errno setting on strtod overflow in tst-strtod-round
new 9cfeccf65a More thoroughly test underflow / errno in tst-strtod-round
new a7be595c67 Fix strtod subnormal rounding (bug 30220)
new 86369c9ee4 Make __strtod_internal tests type-generic
new 63bcc01744 Improve NaN payload testing
new 6624318c89 Do not set errno for overflowing NaN payload in strtod/nan ( [...]
new a2f7087237 powerpc64le: Build new strtod tests with long double ABI fla [...]
new 988de94538 Make tst-strtod2 and tst-strtod5 type-generic
new 3edc0f22a6 Add more tests of strtod end pointer
new fcdf98f38c Add tests of more strtod special cases
The 10 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:
math/Makefile | 1 +
math/test-nan-payload.c | 112 +-
stdlib/gen-tst-strtod-round.c | 43 +-
stdlib/strtod_l.c | 2 +
stdlib/strtod_nan_main.c | 3 +
stdlib/tst-strtod-round-data | 12 +
stdlib/tst-strtod-round-data.h | 15858 ++++++++++++++++----------------
stdlib/tst-strtod-round-skeleton.c | 98 +-
stdlib/tst-strtod1i.c | 129 +-
stdlib/tst-strtod2.c | 135 +-
stdlib/tst-strtod3.c | 102 +-
stdlib/tst-strtod4.c | 104 +-
stdlib/tst-strtod5.c | 116 +-
stdlib/tst-strtod5i.c | 158 +-
sysdeps/powerpc/powerpc64/le/Makefile | 4 +
15 files changed, 8850 insertions(+), 8027 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 master
in repository toolchain/ci/interesting-commits.
from 2f19b63a0 Add entry 63a598deb0c9fcb8704af6ef90f0b905942b0276 from https [...]
new afe3aea43 Add entry 63a598deb0c9fcb8704af6ef90f0b905942b0276 from https [...]
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:
.../commit-log.txt | 2 +-
.../jira/description | 7 +++-
.../jira/summary | 2 +-
.../jira/yaml | 9 ++++-
.../status.txt | 5 +++
.../master-aarch64/details.txt | 45 ++++++++++------------
.../master-aarch64/reproduction_instructions.txt | 4 +-
.../reproduction_instructions_with_ci_script.txt | 4 +-
.../master-aarch64}/status-summary.txt | 0
.../master-aarch64/status.txt | 4 +-
.../tcwg_gnu_cross_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_cross_check_gcc/status.txt | 4 +-
12 files changed, 49 insertions(+), 37 deletions(-)
copy gcc/sha1/{d34cda720988674bcf8a24267c9e1ec61335d6de => 63a598deb0c9fcb8704af6e [...]
copy gcc/sha1/63a598deb0c9fcb8704af6ef90f0b905942b0276/{tcwg_gnu_native_check_gcc [...]
copy gcc/sha1/63a598deb0c9fcb8704af6ef90f0b905942b0276/{tcwg_gnu_native_check_gcc [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => 63a598deb0c9fcb8704af6e [...]
copy gcc/sha1/{664e0ce580a8f20a78aa355c42222e4647841f77 => 63a598deb0c9fcb8704af6e [...]
copy gcc/sha1/{1076ffda6ce5e6d5fc9577deaf8233e549e5787a => 63a598deb0c9fcb8704af6e [...]
copy gcc/sha1/{664e0ce580a8f20a78aa355c42222e4647841f77 => 63a598deb0c9fcb8704af6e [...]
--
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 release/2.40/master
in repository glibc.
from 61b6464f8d Add tests of fread
new 9bc76c7ca4 Test errno setting on strtod overflow in tst-strtod-round
new e06153665f More thoroughly test underflow / errno in tst-strtod-round
new d0c1792ad2 Fix strtod subnormal rounding (bug 30220)
new cac10d88c6 Make __strtod_internal tests type-generic
new ad93c2047d Improve NaN payload testing
new c4cc72d2ef Do not set errno for overflowing NaN payload in strtod/nan ( [...]
new 5a10d05c39 powerpc64le: Build new strtod tests with long double ABI fla [...]
new 4a9b6cdc88 Make tst-strtod2 and tst-strtod5 type-generic
new 8f40dfbe2a Add more tests of strtod end pointer
new cc256952ec Add tests of more strtod special cases
The 10 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:
math/Makefile | 1 +
math/test-nan-payload.c | 112 +-
stdlib/gen-tst-strtod-round.c | 43 +-
stdlib/strtod_l.c | 2 +
stdlib/strtod_nan_main.c | 3 +
stdlib/tst-strtod-round-data | 12 +
stdlib/tst-strtod-round-data.h | 15858 ++++++++++++++++----------------
stdlib/tst-strtod-round-skeleton.c | 98 +-
stdlib/tst-strtod1i.c | 129 +-
stdlib/tst-strtod2.c | 135 +-
stdlib/tst-strtod3.c | 102 +-
stdlib/tst-strtod4.c | 104 +-
stdlib/tst-strtod5.c | 116 +-
stdlib/tst-strtod5i.c | 158 +-
sysdeps/powerpc/powerpc64/le/Makefile | 4 +
15 files changed, 8850 insertions(+), 8027 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 master
in repository toolchain/ci/interesting-commits.
from 31078ba1a Add entry 5d98fe096b5d17021875806ffc32ba41ea0e87b0 from https [...]
new 2f19b63a0 Add entry 63a598deb0c9fcb8704af6ef90f0b905942b0276 from https [...]
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:
.../tcwg_gnu_cross_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd => 63a598deb0c9fcb8704af6e [...]
copy gcc/sha1/63a598deb0c9fcb8704af6ef90f0b905942b0276/{tcwg_bootstrap_check/maste [...]
--
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 0ff49a5c1d3 aarch64: fix build failure on aarch64-none-elf
new 500046d178b libstdc++: Fix test FAIL due to -Wpointer-arith
new c580b8a2b59 libstdc++: Fix test FAILs due to -Wreturn-local-addr
The 2 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:
libstdc++-v3/include/bits/atomic_base.h | 33 ++++++++++------------
libstdc++-v3/include/std/atomic | 32 ++++++++++-----------
.../testsuite/20_util/bind/dangling_ref.cc | 1 +
.../atomic/operators/pointer_partial_void.cc | 1 +
.../30_threads/packaged_task/cons/dangling_ref.cc | 1 +
5 files changed, 34 insertions(+), 34 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 64072e60b15 diagnostic: Save/restore diagnostic context history and pus [...]
new 0ff49a5c1d3 aarch64: fix build failure on aarch64-none-elf
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:
libgcc/config/aarch64/aarch64-unwind.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.