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 18504f12e Add entry b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff from https [...]
new 9dd04cb70 Add entry 471c71be0fe507ecb02b5a9650e882f261ecc979 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_flang_test/main-aarch64-O0-debug/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {llvm_testsuite/sha1/9f743a87e20346070725bd1f06cc015a20021d4c => fujitsu_test [...]
copy fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979/tcwg_flang_te [...]
--
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 a31f66adf8a testsuite: Add check vect_unpack for pr117776.cc [PR117844]
new 5a6af707f0a aarch64: add ACLE macro _CHKFEAT_GCS
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/config/aarch64/arm_acle.h | 3 +++
libgcc/config/aarch64/aarch64-unwind.h | 6 +++---
2 files changed, 6 insertions(+), 3 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 main
in repository newlib.
from 9ae51bcc5 Cygwin: signal: Fix another deadlock between main and sig thread
new 6adfb1fc2 Cygwin: nice: align return value and errno with POSIX and Linux
new 46f7bcc1e Cygwin: cache IsWow64Process2 host arch in wincap.
new 7923059bf Cygwin: uname: add host machine tag to sysname.
The 3 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:
winsup/cygwin/local_includes/wincap.h | 4 ++++
winsup/cygwin/path.cc | 6 ++----
winsup/cygwin/release/3.6.0 | 4 ++++
winsup/cygwin/syscalls.cc | 11 ++++++++++-
winsup/cygwin/uname.cc | 18 ++++++++++++++++--
winsup/cygwin/wincap.cc | 19 +++++++++++++++++++
6 files changed, 55 insertions(+), 7 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 610ef3e0a16 MAINTAINERS: Add myself to write after approval
new a31f66adf8a testsuite: Add check vect_unpack for pr117776.cc [PR117844]
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/testsuite/g++.dg/vect/pr117776.cc | 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.
unknown user pushed a change to branch master
in repository gcc.
from f93059c82e6 gimple-fold: Fix up type_has_padding_at_level_p [PR117065]
new 610ef3e0a16 MAINTAINERS: Add myself to write after approval
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:
MAINTAINERS | 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.
unknown user pushed a change to branch master
in repository gcc.
from 52e56eef53b Daily bump.
new 70f7c603da6 ifcombine: avoid unsound forwarder-enabled combinations [PR117723]
new 48b72743b0e fortran: Add default to switch in gfc_trans_transfer [PR117843]
new f7bbdf7e4ac __builtin_prefetch fixes [PR117608]
new f93059c82e6 gimple-fold: Fix up type_has_padding_at_level_p [PR117065]
The 4 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/config/aarch64/aarch64.md | 2 +-
gcc/config/alpha/alpha.md | 2 +-
gcc/config/arc/arc.md | 14 ++--
gcc/config/i386/i386-expand.cc | 10 ++-
gcc/config/i386/i386.md | 37 ++++-----
gcc/config/ia64/ia64.md | 6 +-
gcc/config/loongarch/loongarch.md | 3 +-
gcc/config/mips/mips.md | 2 +
gcc/config/pa/pa.md | 2 +-
gcc/config/riscv/riscv.md | 3 +-
gcc/config/rs6000/rs6000.md | 4 +-
gcc/config/sparc/sparc.md | 12 +--
gcc/doc/extend.texi | 8 +-
gcc/fortran/trans-io.cc | 2 +
gcc/gimple-fold.cc | 2 +-
gcc/testsuite/gcc.dg/builtin-prefetch-1.c | 4 +
gcc/testsuite/gcc.dg/pr117065.c | 12 +++
gcc/testsuite/gcc.dg/torture/ifcmb-1.c | 63 ++++++++++++++++
gcc/testsuite/gcc.target/i386/pr117608-1.c | 14 ++++
gcc/testsuite/gcc.target/i386/pr117608-2.c | 14 ++++
gcc/tree-ssa-ifcombine.cc | 116 ++++++++++++++++++++++++-----
21 files changed, 262 insertions(+), 70 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr117065.c
create mode 100644 gcc/testsuite/gcc.dg/torture/ifcmb-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117608-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr117608-2.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 master
in repository toolchain/ci/interesting-commits.
from 2b0db8bcd Add entry b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff from https [...]
new 18504f12e Add entry b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff 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 +++++
gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/jira/yaml | 5 +++++
gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/status.txt | 5 +++++
.../master-thumb_v8a_hard_eabi/details.txt | 12 +++++-------
.../reproduction_instructions.txt | 4 ++--
.../reproduction_instructions_with_ci_script.txt | 4 ++--
.../master-thumb_v8a_hard_eabi}/status-summary.txt | 0
.../master-thumb_v8a_hard_eabi/status.txt | 6 +++---
.../tcwg_gnu_embed_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_embed_check_gcc/status.txt | 6 +++---
10 files changed, 30 insertions(+), 17 deletions(-)
copy gcc/sha1/{5a674367c6da870184f3bdb7ec110b96aa91bb2b => b12bc0bd59a344f9f6a9284 [...]
copy gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/{tcwg_bootstrap_check/maste [...]
copy gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/{tcwg_bootstrap_check/maste [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/{59fbdb3a871585b020b21632c5c775d1ad8bc94f => b12bc0bd59a344f9f6a9284 [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/{0f38666680d6ad0e40c4a8b6d94b2c93931cdf42 => b12bc0bd59a344f9f6a9284 [...]
--
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 e9380f7dc Add entry f55cc57c6e3bcb36279682254b9b532049ff3f9d from https [...]
new 2b0db8bcd Add entry b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff 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_embed_check_gcc/master-thumb_v8a_hard_eabi}/build_url | 2 +-
.../master-thumb_v8a_hard_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/31ed3a9d691493486f6e32357d89a55229dbdc0a/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/{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 binutils-gdb.
from 1e3b2da08eb PR32399, buffer overflow printing core_file_failing_command
new 66942562212 MAINTAINERS: Update Peter Bergner's e-mail address
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/MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.