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 6bbc1b1b7 Add entry 36e877996936abd8bd08f8b1d983c8d1023a5842 from https [...]
new 625b9bd97 Add entry 36e877996936abd8bd08f8b1d983c8d1023a5842 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:
.../36e877996936abd8bd08f8b1d983c8d1023a5842/jira/description | 5 +++++
gcc/sha1/36e877996936abd8bd08f8b1d983c8d1023a5842/jira/yaml | 5 +++++
gcc/sha1/36e877996936abd8bd08f8b1d983c8d1023a5842/status.txt | 5 +++++
.../tcwg_kernel/gnu-master-aarch64-stable-defconfig}/details.txt | 4 ++--
.../reproduction_instructions.txt | 8 ++++----
.../gnu-master-aarch64-stable-defconfig}/status-summary.txt | 0
.../tcwg_kernel/gnu-master-aarch64-stable-defconfig/status.txt | 4 ++--
.../tcwg_kernel}/status-summary.txt | 0
.../tcwg_kernel/status.txt | 4 ++++
9 files changed, 27 insertions(+), 8 deletions(-)
copy {linux/sha1/fc4216add64ee4dbeeb182651c0abcf8079c8c47/tcwg_kernel/gnu-master-a [...]
copy gcc/sha1/{d880e093d92084f55b10626610ef059fd9194a6a/tcwg_kernel/gnu-master-aar [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
copy gcc/sha1/{20214aaab6fe8d77523ef86b47248f35992f49d4 => 36e877996936abd8bd08f8b [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
create mode 100644 gcc/sha1/36e877996936abd8bd08f8b1d983c8d1023a5842/tcwg_kernel/s [...]
--
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 426904287 Add entry 20214aaab6fe8d77523ef86b47248f35992f49d4 from https [...]
new 6bbc1b1b7 Add entry 36e877996936abd8bd08f8b1d983c8d1023a5842 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_kernel/gnu-master-aarch64-stable-defconfig/build_url | 2 +-
.../gnu-master-aarch64-stable-defconfig}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{20214aaab6fe8d77523ef86b47248f35992f49d4 => 36e877996936abd8bd08f8b [...]
copy gcc/sha1/36e877996936abd8bd08f8b1d983c8d1023a5842/{tcwg_bootstrap_build/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 releases/gcc-13
in repository gcc.
from 929b0fffe4d Fix PR 110066: crash with -pg -static on riscv
new f1b1d515aa5 libstdc++: Workaround kernel-headers on s390x-linux
new 6d30cfc3fc8 openmp: Copy DECL_LANG_SPECIFIC and DECL_LANG_FLAG_? to tre [...]
new 6f1b3f9c97e c++: Fix constexpr evaluation of parameters passed by invis [...]
new e07df053031 gimple-ssa-sprintf: Use [0, 1] range for %lc with (wint_t) [...]
new d1ec7bc9cb0 tree-inline: Remove .ASAN_MARK calls when inlining function [...]
new cad27df0891 expansion: Use __trunchfbf2 calls rather than __extendhfbf2 [...]
new 44d84db11ab reassoc: Fix up optimize_range_tests_to_bit_test [PR114965]
The 7 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.cc | 44 ++++++++++++----
gcc/expr.cc | 12 ++++-
gcc/gimple-ssa-sprintf.cc | 20 +++----
gcc/optabs-libfuncs.cc | 4 +-
gcc/testsuite/g++.dg/cpp1z/constexpr-111284.C | 19 +++++++
gcc/testsuite/gcc.c-torture/execute/pr114965.c | 30 +++++++++++
gcc/testsuite/gcc.dg/asan/pr114956.c | 26 +++++++++
gcc/testsuite/gcc.dg/pr114876.c | 34 ++++++++++++
gcc/testsuite/gcc.dg/pr114907.c | 27 ++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 12 ++---
gcc/testsuite/gfortran.dg/gomp/pr114825.f90 | 16 ++++++
gcc/tree-inline.cc | 28 +++++++---
gcc/tree-nested.cc | 61 ++++++++++++----------
gcc/tree-ssa-reassoc.cc | 3 +-
.../17_intro/headers/c++1998/all_attributes.cc | 4 ++
.../17_intro/headers/c++2011/all_attributes.cc | 4 ++
.../17_intro/headers/c++2014/all_attributes.cc | 4 ++
.../17_intro/headers/c++2017/all_attributes.cc | 4 ++
.../17_intro/headers/c++2020/all_attributes.cc | 4 ++
libstdc++-v3/testsuite/17_intro/names.cc | 6 +++
20 files changed, 298 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-111284.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr114965.c
create mode 100644 gcc/testsuite/gcc.dg/asan/pr114956.c
create mode 100644 gcc/testsuite/gcc.dg/pr114876.c
create mode 100644 gcc/testsuite/gcc.dg/pr114907.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr114825.f90
--
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 433792e03 Add entry 20214aaab6fe8d77523ef86b47248f35992f49d4 from https [...]
new 426904287 Add entry 20214aaab6fe8d77523ef86b47248f35992f49d4 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:
gcc/sha1/20214aaab6fe8d77523ef86b47248f35992f49d4/jira/description | 2 +-
gcc/sha1/20214aaab6fe8d77523ef86b47248f35992f49d4/jira/yaml | 2 +-
gcc/sha1/20214aaab6fe8d77523ef86b47248f35992f49d4/status.txt | 2 +-
.../tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig/status.txt | 2 +-
.../20214aaab6fe8d77523ef86b47248f35992f49d4/tcwg_kernel/status.txt | 2 +-
5 files changed, 5 insertions(+), 5 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 6c0cc46a1 Add entry d880e093d92084f55b10626610ef059fd9194a6a from https [...]
new 433792e03 Add entry 20214aaab6fe8d77523ef86b47248f35992f49d4 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_kernel/gnu-master-aarch64-mainline-allmodconfig/build_url | 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 master
in repository toolchain/ci/interesting-commits.
from c828be09f Add entry d880e093d92084f55b10626610ef059fd9194a6a from https [...]
new 6c0cc46a1 Add entry d880e093d92084f55b10626610ef059fd9194a6a 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:
gcc/sha1/d880e093d92084f55b10626610ef059fd9194a6a/jira/description | 3 ++-
gcc/sha1/d880e093d92084f55b10626610ef059fd9194a6a/jira/yaml | 3 ++-
gcc/sha1/d880e093d92084f55b10626610ef059fd9194a6a/status.txt | 2 +-
.../tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig/status.txt | 2 +-
.../d880e093d92084f55b10626610ef059fd9194a6a/tcwg_kernel/status.txt | 2 +-
5 files changed, 7 insertions(+), 5 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 d6f41eea8 Add entry b975c0dc3be285655800180260c985bc97886f2e from https [...]
new c828be09f Add entry d880e093d92084f55b10626610ef059fd9194a6a 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_kernel/gnu-master-aarch64-mainline-allmodconfig/build_url | 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 master
in repository toolchain/ci/interesting-commits.
from 43b77e84d Add entry b975c0dc3be285655800180260c985bc97886f2e from https [...]
new d6f41eea8 Add entry b975c0dc3be285655800180260c985bc97886f2e 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:
.../b975c0dc3be285655800180260c985bc97886f2e/commit-log.txt | 2 +-
.../b975c0dc3be285655800180260c985bc97886f2e/jira/description | 9 +++++----
.../b975c0dc3be285655800180260c985bc97886f2e/jira/summary | 2 +-
gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/jira/yaml | 11 ++++++-----
.../status-summary.txt | 0
gcc/sha1/b975c0dc3be285655800180260c985bc97886f2e/status.txt | 4 ++--
.../status-summary.txt | 0
.../gnu-master-aarch64-mainline-allmodconfig/status.txt | 4 ++--
.../tcwg_kernel}/status-summary.txt | 0
.../tcwg_kernel/status.txt | 4 ++--
10 files changed, 19 insertions(+), 17 deletions(-)
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
--
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 2010b9270 Add entry fe8ac82fc05b0ba60f50f94f702da9e154731aeb from https [...]
new 43b77e84d Add entry b975c0dc3be285655800180260c985bc97886f2e 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_kernel/gnu-master-aarch64-mainline-allmodconfig/build_url | 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 master
in repository toolchain/ci/interesting-commits.
from 399ceb399 Add entry fe8ac82fc05b0ba60f50f94f702da9e154731aeb from https [...]
new 2010b9270 Add entry fe8ac82fc05b0ba60f50f94f702da9e154731aeb 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 | 38 ++--------------------
.../status.txt | 38 ++--------------------
.../details.txt | 12 ++++---
.../reproduction_instructions.txt | 4 +--
.../status-summary.txt | 0
.../status.txt | 4 +--
.../summary.txt | 35 --------------------
.../tcwg_kernel/status.txt | 38 ++--------------------
8 files changed, 20 insertions(+), 149 deletions(-)
copy gcc/sha1/fe8ac82fc05b0ba60f50f94f702da9e154731aeb/tcwg_kernel/{gnu-master-arm [...]
copy gcc/sha1/fe8ac82fc05b0ba60f50f94f702da9e154731aeb/tcwg_kernel/{gnu-master-aar [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => gcc/sha1/ [...]
copy gcc/sha1/{20214aaab6fe8d77523ef86b47248f35992f49d4 => fe8ac82fc05b0ba60f50f94 [...]
delete mode 100644 gcc/sha1/fe8ac82fc05b0ba60f50f94f702da9e154731aeb/tcwg_kernel/g [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.