This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a104766914e OpenMP: Add 'nec' as to the 'vendor' context-selector list
new 875f14e15d4 c++: integer overflow during constraint subsumption [PR118069]
new 7eac34a6c79 c++: optimize constraint subsumption [PR118069]
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:
gcc/cp/constraint.cc | 21 ++++++++++++++++
gcc/cp/cp-tree.h | 21 ----------------
gcc/cp/logic.cc | 70 ++++++++++++++++++++++++++++------------------------
gcc/hwint.h | 26 +++++++++++++++++++
4 files changed, 85 insertions(+), 53 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 linux.
from eabcdba3ad40 Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/s [...]
new 83c47d9e0ce7 ksmbd: count all requests in req_running counter
new 43fb7bce8866 ksmbd: fix broken transfers when exceeding max simultaneou [...]
new fe4ed2f09b49 ksmbd: conn lock to serialize smb2 negotiate
new 466b2d40f60c Merge tag 'v6.13-rc3-ksmbd-server-fixes' of git://git.samb [...]
new edc19bd0e571 pwm: stm32: Fix complementary output in round_waveform_tohw()
new a0db71c7fe57 Merge tag 'pwm/for-6.13-rc4-fixes' of git://git.kernel.org [...]
new a56335c85b59 mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_D [...]
new f3d87abe11ed mmc: mtk-sd: disable wakeup in .remove() and in the error [...]
new baaa2567a712 Merge tag 'mmc-v6.13-rc2' of git://git.kernel.org/pub/scm/ [...]
The 9 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:
drivers/mmc/host/mtk-sd.c | 2 ++
drivers/mmc/host/sdhci-tegra.c | 1 -
drivers/pwm/pwm-stm32.c | 2 +-
fs/smb/server/connection.c | 18 ++++++++++++++----
fs/smb/server/connection.h | 1 -
fs/smb/server/server.c | 7 +------
fs/smb/server/server.h | 1 +
fs/smb/server/smb2pdu.c | 2 ++
fs/smb/server/transport_ipc.c | 5 ++++-
9 files changed, 25 insertions(+), 14 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 release/2.40/master
in repository glibc.
from 94e4a8c7d6 x86: Avoid integer truncation with large cache sizes (bug 32470)
new 9fbfbd924f hppa: Fix strace detach-vfork test
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:
sysdeps/unix/sysv/linux/hppa/clone.S | 58 +++++------------------
sysdeps/unix/sysv/linux/{aarch64 => hppa}/vfork.S | 23 ++++++---
2 files changed, 28 insertions(+), 53 deletions(-)
copy sysdeps/unix/sysv/linux/{aarch64 => hppa}/vfork.S (75%)
--
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 glibc.
from 5fcee06dc7 Update kernel version to 6.12 in header constant tests
new 57256971b0 hppa: Fix strace detach-vfork test
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:
sysdeps/unix/sysv/linux/hppa/clone.S | 58 +++++------------------
sysdeps/unix/sysv/linux/{aarch64 => hppa}/vfork.S | 23 ++++++---
2 files changed, 28 insertions(+), 53 deletions(-)
copy sysdeps/unix/sysv/linux/{aarch64 => hppa}/vfork.S (75%)
--
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 fa99002538b c++: ICE in TARGET_EXPR evaluation in cp_fold_r [PR117980]
new fb1f1c76305 libstdc++: Define P1206R7 range-key-type and range-mapped-t [...]
new 92381894b36 libstdc++: Implement C++23 <flat_map> (P0429R9)
new e3fab345064 libstdc++: Implement C++23 <flat_set> (P1222R4)
new a104766914e OpenMP: Add 'nec' as to the 'vendor' context-selector list
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/omp-general.cc | 2 +-
libstdc++-v3/include/Makefile.am | 2 +
libstdc++-v3/include/Makefile.in | 2 +
libstdc++-v3/include/bits/alloc_traits.h | 3 +
libstdc++-v3/include/bits/ranges_base.h | 8 +
libstdc++-v3/include/bits/stl_function.h | 6 +
.../include/bits/stl_iterator_base_types.h | 6 +
libstdc++-v3/include/bits/uses_allocator.h | 5 +
libstdc++-v3/include/bits/utility.h | 8 +
libstdc++-v3/include/bits/version.def | 16 +
libstdc++-v3/include/bits/version.h | 20 +
libstdc++-v3/include/precompiled/stdc++.h | 2 +
libstdc++-v3/include/std/flat_map | 1570 ++++++++++++++++++++
libstdc++-v3/include/std/flat_set | 1041 +++++++++++++
libstdc++-v3/src/c++23/std.cc.in | 22 +
libstdc++-v3/testsuite/23_containers/flat_map/1.cc | 178 +++
.../testsuite/23_containers/flat_multimap/1.cc | 153 ++
.../testsuite/23_containers/flat_multiset/1.cc | 140 ++
libstdc++-v3/testsuite/23_containers/flat_set/1.cc | 155 ++
19 files changed, 3338 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/include/std/flat_map
create mode 100644 libstdc++-v3/include/std/flat_set
create mode 100644 libstdc++-v3/testsuite/23_containers/flat_map/1.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/flat_multimap/1.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/flat_multiset/1.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/flat_set/1.cc
--
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 cygwin-3_5-branch
in repository newlib.
from aecd8077b Cygwin: signal: Fix high load when retrying to process pendin [...]
new fe598b89e Cygwin: mmap: fix protection when unused pages are recycled
new 5bb9e8875 Cygwin: mmap_list::try_map: fix a condition in a test of an m [...]
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:
winsup/cygwin/mm/mmap.cc | 33 +++++++++++++++++++--------------
winsup/cygwin/release/3.5.5 | 3 +++
2 files changed, 22 insertions(+), 14 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 fc95e8776cf Fix comment typos in tree-assume.cc
new fa99002538b c++: ICE in TARGET_EXPR evaluation in cp_fold_r [PR117980]
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/cp/constexpr.cc | 9 ++++-----
gcc/testsuite/g++.dg/cpp0x/constexpr-prvalue2.C | 15 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-prvalue3.C | 26 +++++++++++++++++++++++++
3 files changed, 45 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-prvalue2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-prvalue3.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 master
in repository glibc.
from d421d36582 added url of CORE-MATH project
new 5fcee06dc7 Update kernel version to 6.12 in header constant tests
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:
sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +-
sysdeps/unix/sysv/linux/tst-mount-consts.py | 4 ++--
sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 +-
3 files changed, 4 insertions(+), 4 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 4bbb74c75c0 testsuite: arm: Use effective-target for memset-inline* tests
new 87f9c0e4ae2 Fix comment typos in tree-assume.cc
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/tree-assume.cc | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 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 9babac02c Add entry 87f97ffba93a2de17eca3927af901e3b3a103df7 from https [...]
new b1fcb3eee Add entry 87f97ffba93a2de17eca3927af901e3b3a103df7 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 +++++
.../87f97ffba93a2de17eca3927af901e3b3a103df7/jira/yaml | 5 +++++
.../87f97ffba93a2de17eca3927af901e3b3a103df7/status.txt | 5 +++++
.../master-arm-check_bootstrap}/details.txt | 14 ++++++--------
.../reproduction_instructions.txt | 0
.../master-arm-check_bootstrap}/status-summary.txt | 0
.../master-arm-check_bootstrap/status.txt | 4 ++--
.../tcwg_bootstrap_check}/status-summary.txt | 0
.../tcwg_bootstrap_check/status.txt | 6 +++---
9 files changed, 26 insertions(+), 13 deletions(-)
copy gcc/sha1/{1046c32de4956c3d706a2ff8683582fd21b8f360/tcwg_gcc_check/master-arm [...]
copy gcc/sha1/{113e902e842b9b6d038162dfa751c25377b594d3/tcwg_gnu_embed_check_gcc/m [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/{b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff => 87f97ffba93a2de17eca392 [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/{827e208fa64771f15fc8e53970a2297e637277b5 => 87f97ffba93a2de17eca392 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.