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 e531649fd Add entry ab18785840d7b8afd9f716bab9d1eab415bc4fe9 from https [...]
new a60cb86e4 Add entry 2a2e6784074e1f7b679bc09b1a66982bf60645a5 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:
...5-5024-g2a2e6784074 => gcc-15-5024-g2a2e6784074e} | 0
.../commit-log.txt | 2 +-
.../jira/description | 2 +-
.../jira/summary | 2 +-
.../jira/yaml | 4 ++--
.../reproduction_instructions.txt | 20 --------------------
6 files changed, 5 insertions(+), 25 deletions(-)
copy gcc/basepoints/{gcc-15-5024-g2a2e6784074 => gcc-15-5024-g2a2e6784074e} (100%)
--
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 5dec6ad65 Add entry 3abe751ea86e3472fa2c97bf2014f9f93f569019 from https [...]
new a6826e379 Add entry ab18785840d7b8afd9f716bab9d1eab415bc4fe9 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:
.../first_url | 2 +-
.../gnu-aarch64-master-O2_LTO}/build_url | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/gnu-aarch64-master-O2_LTO/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{7ed561f63e7955df4d194669998176df5ef47803 => ab18785840d7b8afd9f716b [...]
copy gcc/sha1/{07767389fb390814d9b6142e9d0341b7b9fd1cc2/tcwg_bmk-code_speed-cpu201 [...]
create mode 100644 gcc/sha1/ab18785840d7b8afd9f716bab9d1eab415bc4fe9/tcwg_bmk-code [...]
--
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 7af296dc2 Add entry 70c3db511ba14ff5fa68cb41d0714a9fb957ea5d from https [...]
new 5dec6ad65 Add entry 3abe751ea86e3472fa2c97bf2014f9f93f569019 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:
.../reproduction_instructions.txt | 20 --------------------
1 file changed, 20 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 a4cac8c3d Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 from https [...]
new 7af296dc2 Add entry 70c3db511ba14ff5fa68cb41d0714a9fb957ea5d 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 | 2 +-
.../jira/summary | 2 +-
.../jira/yaml | 4 ++--
.../reproduction_instructions.txt | 20 --------------------
5 files changed, 5 insertions(+), 25 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 releases/gcc-14
in repository gcc.
from 7c36056ede3 rtl-optimization/118662 - wrong combination of vector sign-extends
new 5759b5f4af2 lto/113207 - fix free_lang_data_in_type
new 79025d07133 tree-optimization/117113 - ICE with unroll-and-jam
new a760d18770d tree-optimization/117119 - ICE with int128 IV in dataref analysis
new 62ae21874e2 tree-optimization/117979 - failed irreducible loop update from DCE
new 422f65add32 tree-optimization/118653 - ICE in vectorizable_live_operation
new 93e7442f084 tree-optimization/118717 - store commoning vs. abnormals
The 6 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/gimple-loop-jam.cc | 12 +++++++++-
gcc/ipa-free-lang-data.cc | 3 +--
gcc/testsuite/gcc.dg/pr113207.c | 10 ++++++++
gcc/testsuite/gcc.dg/torture/pr117113.c | 20 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117119.c | 10 ++++++++
gcc/testsuite/gcc.dg/torture/pr117979.c | 21 +++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr118717.c | 41 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr118653.c | 15 ++++++++++++
gcc/tree-data-ref.cc | 2 +-
gcc/tree-ssa-dce.cc | 10 ++++++++
gcc/tree-ssa-phiopt.cc | 4 +++-
gcc/tree-ssa-sink.cc | 4 +++-
gcc/tree-vect-loop.cc | 3 ++-
13 files changed, 148 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr113207.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117113.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117119.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117979.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118717.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr118653.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.
unknown user pushed a change to branch main
in repository newlib.
from 8cebbb2b4 Cygwin: fhandler_netdrive::exists: handle WebDAV URLs
new b1eb09167 Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 TOG Issue 8 I [...]
new 3dc2707bf Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 new additions [...]
new 1e58e7d5d Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 not implement [...]
new 32b39f2b0 Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 move or remov [...]
new 8fd496619 Cygwin: winsup/doc/posix.xml: move wrongly sorted entries
new 117feceea Cygwin: winsup/doc/posix.xml: SUS V5 POSIX 2024 combine multi [...]
new 004e95cf3 Cygwin: winsup/doc/posix.xml: add missing POSIX.1e functions to docs
new 5f9cc2a6a Cygwin: winsup/doc/posix.xml: add posix_close doc
The 8 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/doc/posix.xml | 336 ++++++++++++++++++++++++++++++++++-----------------
1 file changed, 225 insertions(+), 111 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 9e4c57f7a69 tree-optimization/118973 - stray abnormal edge after DCE
new 58062796107 reassoc: Fix up optimize_range_tests_to_bit_test [PR118915]
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/gcc.c-torture/execute/pr118915.c | 22 ++++++++++++++++++++++
gcc/tree-ssa-reassoc.cc | 2 +-
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr118915.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 8a7e38a2d Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 from https [...]
new a4cac8c3d Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 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 | 4 ++--
.../313afcfdabeab3e6705ac0bd1273627075be0023/jira/summary | 2 +-
.../313afcfdabeab3e6705ac0bd1273627075be0023/jira/yaml | 6 +++---
.../313afcfdabeab3e6705ac0bd1273627075be0023/status.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/details.txt | 4 +++-
.../reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O2_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2_LTO/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
10 files changed, 14 insertions(+), 27 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 3e2fe82c823 Automatic date update in version.in
new ffd09b625ef gdb: fixes for code_breakpoint::disabled_by_cond logic
new e9709998fff gdb: restructure disable_breakpoints_in_unloaded_shlib
new 8c48ec7a616 gdb: handle dprintf breakpoints when unloading a shared library
new 0e9794f1f27 gdb: don't clear inserted flag in disable_breakpoints_in_un [...]
new 4f578099f94 gdb: disable internal b/p when a solib is unloaded
new 5770f680c91 gdb: handle empty locspec when printing breakpoints
The 6 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:
gdb/breakpoint.c | 93 ++++++---
gdb/doc/gdb.texinfo | 5 +
gdb/solib.c | 2 +-
.../bp-disabled-by-cond-lib.c} | 8 +-
.../{watchpoint-solib.c => bp-disabled-by-cond.c} | 49 ++---
gdb/testsuite/gdb.base/bp-disabled-by-cond.exp | 206 ++++++++++++++++++
...t-catchpoint-cond.py => bp-disabled-by-cond.py} | 2 +-
gdb/testsuite/gdb.base/dlmopen.exp | 48 +++++
gdb/testsuite/gdb.base/nostdlib.exp | 69 ++++---
.../connect.c => gdb.base/shlib-unload-lib.c} | 12 +-
.../{watchpoint-solib.c => shlib-unload.c} | 50 ++---
gdb/testsuite/gdb.base/shlib-unload.exp | 230 +++++++++++++++++++++
.../gdb.base/{check-psymtab.c => shlib-unload.h} | 12 +-
.../{reset-catchpoint-cond.py => shlib-unload.py} | 16 +-
gdb/testsuite/gdb.trace/change-loc.exp | 2 +
15 files changed, 676 insertions(+), 128 deletions(-)
copy gdb/testsuite/{gdb.replay/connect.c => gdb.base/bp-disabled-by-cond-lib.c} (91%)
copy gdb/testsuite/gdb.base/{watchpoint-solib.c => bp-disabled-by-cond.c} (68%)
create mode 100644 gdb/testsuite/gdb.base/bp-disabled-by-cond.exp
copy gdb/testsuite/gdb.base/{reset-catchpoint-cond.py => bp-disabled-by-cond.py} (93%)
copy gdb/testsuite/{gdb.replay/connect.c => gdb.base/shlib-unload-lib.c} (87%)
copy gdb/testsuite/gdb.base/{watchpoint-solib.c => shlib-unload.c} (67%)
create mode 100644 gdb/testsuite/gdb.base/shlib-unload.exp
copy gdb/testsuite/gdb.base/{check-psymtab.c => shlib-unload.h} (84%)
copy gdb/testsuite/gdb.base/{reset-catchpoint-cond.py => shlib-unload.py} (57%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.