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 086a2beb152 Fix compile error due to [[noreturn]] with clang
new 360f74a1019 x86-64: Add a test for hidden undefined symbol
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:
ld/testsuite/ld-x86-64/{hidden1.d => hidden6.d} | 0
ld/testsuite/ld-x86-64/{hidden2.s => hidden6.s} | 4 +---
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
3 files changed, 2 insertions(+), 3 deletions(-)
copy ld/testsuite/ld-x86-64/{hidden1.d => hidden6.d} (100%)
copy ld/testsuite/ld-x86-64/{hidden2.s => hidden6.s} (74%)
--
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 253fe0f6269 Update bitwise_or op_range.
new 7a4fced2b12 libstdc++: Add P1206R7 from_range members to std::list and [...]
new db798ee38a3 libstdc++: Minor comment improvements in <bits/hashtable.h>
new 1a5bdeb1128 libstdc++: Check feature test macros in unordered containers
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:
libstdc++-v3/include/bits/forward_list.h | 121 +++++++++++++++++++
libstdc++-v3/include/bits/hashtable.h | 5 +-
libstdc++-v3/include/bits/stl_list.h | 128 +++++++++++++++++++++
libstdc++-v3/include/bits/unordered_map.h | 28 ++---
libstdc++-v3/include/bits/unordered_set.h | 24 ++--
libstdc++-v3/include/debug/forward_list | 63 ++++++++++
libstdc++-v3/include/debug/list | 56 +++++++++
.../{vector => forward_list}/cons/from_range.cc | 38 +++---
.../modifiers/assign_range.cc} | 48 ++++----
.../modifiers/insert_range_after.cc} | 48 ++++----
.../modifiers/prepend_range.cc} | 37 +++---
.../{vector => list}/cons/from_range.cc | 36 +++---
.../{vector => list}/modifiers/append_range.cc | 29 ++---
.../modifiers/assign/assign_range.cc} | 46 ++++----
.../modifiers/insert/insert_range.cc | 32 ++----
.../modifiers/prepend_range.cc} | 35 ++----
16 files changed, 541 insertions(+), 233 deletions(-)
copy libstdc++-v3/testsuite/23_containers/{vector => forward_list}/cons/from_range [...]
copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => for [...]
copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => for [...]
copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => for [...]
copy libstdc++-v3/testsuite/23_containers/{vector => list}/cons/from_range.cc (70%)
copy libstdc++-v3/testsuite/23_containers/{vector => list}/modifiers/append_range. [...]
copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => lis [...]
copy libstdc++-v3/testsuite/23_containers/{vector => list}/modifiers/insert/insert [...]
copy libstdc++-v3/testsuite/23_containers/{vector/modifiers/append_range.cc => lis [...]
--
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 a1ec35ccd Add entry bd6ab32e6eb642f2b0b15be8c7c2a668192f07d8 from https [...]
new 6d71edcbb Add entry 7f93910a8b5d606ad742a3594750f0c2b20d8bda 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/7f93910a8b5d606ad742a3594750f0c2b20d8bda/first_url | 1 +
.../tcwg_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/master-arm/last_good | 1 +
3 files changed, 3 insertions(+)
create mode 100644 gcc/sha1/7f93910a8b5d606ad742a3594750f0c2b20d8bda/first_url
create mode 100644 gcc/sha1/7f93910a8b5d606ad742a3594750f0c2b20d8bda/tcwg_gcc_chec [...]
create mode 100644 gcc/sha1/7f93910a8b5d606ad742a3594750f0c2b20d8bda/tcwg_gcc_chec [...]
--
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 d949b94ea0c c++: Adjust docs and option descriptions for the publishing [...]
new fe22e18c1b0 Make fur_edge accessible.
new 62420dbd105 Reimplement 'assume' processing pass.
new 253fe0f6269 Update bitwise_or op_range.
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:
gcc/Makefile.in | 1 +
gcc/gimple-range-fold.cc | 20 --
gcc/gimple-range-fold.h | 14 +
gcc/gimple-range.cc | 194 --------------
gcc/gimple-range.h | 17 --
gcc/range-op.cc | 13 +
gcc/testsuite/g++.dg/cpp23/attr-assume-opt.C | 37 ++-
gcc/testsuite/g++.dg/cpp23/pr117287-attr.C | 38 +++
gcc/tree-assume.cc | 369 +++++++++++++++++++++++++++
gcc/tree-vrp.cc | 60 -----
10 files changed, 471 insertions(+), 292 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp23/pr117287-attr.C
create mode 100644 gcc/tree-assume.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 master
in repository linux.
from a031e1540439 Merge tag 'riscv-for-linus-6.11-rc6' of git://git.kernel.o [...]
new a14968aea637 gpio: fix uninit-value in swnode_find_gpio
new 90bad749858c gpio: sloppy-logic-analyzer: Check for error code from dev [...]
new 3e8b7238b427 gpiolib: fix debugfs newline separators
new 604888f8c3d0 gpiolib: fix debugfs dangling chip separator
new edf0227abd7f Merge tag 'gpio-fixes-for-v6.12-rc6' of git://git.kernel.o [...]
new 1c10941e34c5 ACPI: CPPC: Make rmw_lock a raw_spin_lock
new c426456857fa Merge tag 'acpi-6.12-rc6' of git://git.kernel.org/pub/scm/ [...]
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:
drivers/acpi/cppc_acpi.c | 9 +++++----
drivers/gpio/gpio-sloppy-logic-analyzer.c | 4 +++-
drivers/gpio/gpiolib-swnode.c | 2 +-
drivers/gpio/gpiolib.c | 4 +++-
include/acpi/cppc_acpi.h | 2 +-
5 files changed, 13 insertions(+), 8 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 1ae24f7e0bd c++: Attempt to implement C++26 P3034R1 - Module Declaratio [...]
new d949b94ea0c c++: Adjust docs and option descriptions for the publishing [...]
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/c-family/c.opt | 8 ++++----
gcc/doc/invoke.texi | 22 ++++++++++++----------
gcc/doc/standards.texi | 12 ++++++++++--
3 files changed, 26 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.
unknown user pushed a change to branch master
in repository linux.
from 17fa6a5f93fc Merge tag 'vfs-6.12-rc6.iomap' of gitolite.kernel.org:pub/ [...]
new 894b00a3350c kasan: Fix Software Tag-Based KASAN with GCC
new 237ab03e301d Revert "kasan: Disable Software Tag-Based KASAN with GCC"
new c83212d79be2 firmware: arm_sdei: Fix the input parameter of cpuhp_remov [...]
new 2e8a1acea859 arm64: signal: Improve POR_EL0 handling to avoid uaccess failures
new 3dfffd506eff Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new 1966db682f06 RISC-V: ACPI: fix early_ioremap to early_memremap
new afedc3126e11 riscv: Do not use fortify in early code
new 33549fcf37ec RISC-V: disallow gcc + rust builds
new d41373a4b910 riscv: efi: Set NX compat flag in PE/COFF header
new 37233169a6ea riscv: Prevent a bad reference count on CPU nodes
new e0872ab72630 riscv: Use '%u' to format the output of 'cpu'
new 46d4e5ac6f2f riscv: Remove unused GENERATING_ASM_OFFSETS
new 164f66de6bb6 riscv: Remove duplicated GET_RM
new bf40167d54d5 riscv: vdso: Prevent the compiler from inserting calls to [...]
new 5f153a692bac Merge commit 'bf40167d54d5' into fixes
new a031e1540439 Merge tag 'riscv-for-linus-6.11-rc6' of git://git.kernel.o [...]
The 16 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:
Documentation/rust/arch-support.rst | 2 +-
arch/arm64/kernel/signal.c | 92 ++++++++++++++++++++++++++++++------
arch/riscv/Kconfig | 2 +-
arch/riscv/errata/Makefile | 6 +++
arch/riscv/kernel/Makefile | 5 ++
arch/riscv/kernel/acpi.c | 4 +-
arch/riscv/kernel/asm-offsets.c | 2 -
arch/riscv/kernel/cacheinfo.c | 7 ++-
arch/riscv/kernel/cpu-hotplug.c | 2 +-
arch/riscv/kernel/efi-header.S | 2 +-
arch/riscv/kernel/pi/Makefile | 6 ++-
arch/riscv/kernel/traps_misaligned.c | 2 -
arch/riscv/kernel/vdso/Makefile | 1 +
drivers/firmware/arm_sdei.c | 2 +-
include/linux/compiler-gcc.h | 4 ++
lib/Kconfig.kasan | 7 +--
16 files changed, 113 insertions(+), 33 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 9a5ee8da09b Fortran: Fix ICE with structure constructor in data stateme [...]
new 82bfb6c5ba6 i386: Do not allow pointer conversion for CMPccXADD intrin [...]
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/i386/cmpccxaddintrin.h | 6 +++---
gcc/testsuite/gcc.target/i386/cmpccxadd-1b.c | 15 +++++++++++++++
2 files changed, 18 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/cmpccxadd-1b.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.