This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 6683f2cd1ce Fix wrong optimization of complex boolean expression
new 01324ffac8b Fortran: array subreferences and components of derived type [...]
new c60183d8265 Fortran: parsing issue with DO CONCURRENT;ENDDO on same lin [...]
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/fortran/expr.cc | 1 +
gcc/fortran/match.cc | 3 +-
gcc/fortran/primary.cc | 13 ++-
gcc/testsuite/gfortran.dg/actual_array_subref.f90 | 103 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/do_concurrent_basic.f90 | 7 +-
5 files changed, 120 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/actual_array_subref.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from fd45b1c1aa3 aarch64: Mark predicate-as-counter pseudo instructions
new c263ba026a5 Move "show style sources" documentation
new 3fabf85b5cb Fix two comments in cli-style.c
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:
gdb/cli/cli-style.c | 4 ++--
gdb/doc/gdb.texinfo | 6 +++---
2 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.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 50d3f67c71c tree-optimization/120156 - ICE in ptr_derefs_may_alias_p
new 81da797328c Fix wrong optimization of complex boolean expression
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/gnat.dg/opt106.adb | 11 ++++++++++
gcc/testsuite/gnat.dg/opt106_pkg1.adb | 39 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gnat.dg/opt106_pkg1.ads | 16 ++++++++++++++
gcc/testsuite/gnat.dg/opt106_pkg2.adb | 11 ++++++++++
gcc/testsuite/gnat.dg/opt106_pkg2.ads | 8 +++++++
gcc/vr-values.cc | 11 ++++++----
6 files changed, 92 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt106.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg1.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg1.ads
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg2.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg2.ads
--
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 9c69f8884904 Merge tag 'bcachefs-2025-05-08' of git://evilpiepirate.org [...]
new fea4e317f9e7 x86/mm: Eliminate window where TLB flushes may be inadvert [...]
new a6aeb739974e module: ensure that kobject_put() is safe for module type [...]
new 29fe5d50dfa6 Merge tag 'modules-6.15-rc6' of git://git.kernel.org/pub/s [...]
new b53e523261bf io_uring: always arm linked timeouts prior to issue
new 687b2bae0eff io_uring: ensure deferred completions are flushed for multishot
new 92835cebab12 io_uring/sqpoll: Increase task_work submission batch size
new 7380c60b2831 Merge tag 'io_uring-6.15-20250509' of git://git.kernel.dk/linux
new f5c84eff634b loop: Add sanity check for read/write_iter
new db492e24f9b0 block: only update request sector if needed
new c0d0a9ff6d5b block: remove test of incorrect io priority level
new 650415fca0a9 nvme: unblock ctrl state transition for firmware update
new dd90905d5a8a Merge tag 'nvme-6.15-2025-05-08' of git://git.infradead.or [...]
new cc9f0629caee Merge tag 'block-6.15-20250509' of git://git.kernel.dk/linux
new eb16b3727c05 riscv: misaligned: Add handling for ZCB instructions
new fd94de9f9e7a riscv: misaligned: factorize trap handling
new 453805f0a28f riscv: misaligned: enable IRQs while handling misaligned accesses
new 897e8aece3c8 riscv: misaligned: use get_user() instead of __get_user()
new ae08d55807c0 riscv: Fix kernel crash due to PR_SET_TAGGED_ADDR_CTRL
new e9d86b8e17e7 scripts: Do not strip .rela.dyn section
new 7f1c3de1370b riscv: Disallow PR_GET_TAGGED_ADDR_CTRL without Supm
new 01534f3e0dd7 Merge tag 'riscv-fixes-6.15-rc6' of ssh://gitolite.kernel. [...]
new 3013c33dcbd9 Merge tag 'riscv-for-linus-6.15-rc6' of git://git.kernel.o [...]
The 22 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:
arch/riscv/kernel/process.c | 6 ++++
arch/riscv/kernel/traps.c | 64 +++++++++++++++++++++---------------
arch/riscv/kernel/traps_misaligned.c | 19 ++++++++++-
arch/x86/mm/tlb.c | 22 +++++++++++--
block/blk.h | 3 +-
block/ioprio.c | 6 +---
drivers/block/loop.c | 23 +++++++++++++
drivers/nvme/host/core.c | 3 +-
io_uring/io_uring.c | 58 +++++++++++++-------------------
io_uring/sqpoll.c | 2 +-
kernel/params.c | 4 ++-
scripts/Makefile.vmlinux | 2 +-
12 files changed, 136 insertions(+), 76 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-15
in repository gcc.
from 89ca647487b Daily bump.
new 6683f2cd1ce Fix wrong optimization of complex boolean expression
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/gnat.dg/opt106.adb | 11 ++++++++++
gcc/testsuite/gnat.dg/opt106_pkg1.adb | 39 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gnat.dg/opt106_pkg1.ads | 16 ++++++++++++++
gcc/testsuite/gnat.dg/opt106_pkg2.adb | 11 ++++++++++
gcc/testsuite/gnat.dg/opt106_pkg2.ads | 8 +++++++
gcc/vr-values.cc | 11 ++++++----
6 files changed, 92 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt106.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg1.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg1.ads
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg2.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg2.ads
--
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 3ae6b582d62 Fix wrong optimization of complex boolean expression
new 21842fe301c c++: CWG2369 workaround and ... [PR120185]
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/class.cc | 3 +++
gcc/cp/pt.cc | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-nondep6.C | 12 ++++++++++++
3 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-nondep6.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 gcc.
from a470433732e tree-optimization/114166 - vectorize to lowered form with w [...]
new 3ae6b582d62 Fix wrong optimization of complex boolean expression
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/gnat.dg/opt106.adb | 11 ++++++++++
gcc/testsuite/gnat.dg/opt106_pkg1.adb | 39 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gnat.dg/opt106_pkg1.ads | 16 ++++++++++++++
gcc/testsuite/gnat.dg/opt106_pkg2.adb | 11 ++++++++++
gcc/testsuite/gnat.dg/opt106_pkg2.ads | 8 +++++++
gcc/vr-values.cc | 11 ++++++----
6 files changed, 92 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt106.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg1.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg1.ads
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg2.adb
create mode 100644 gcc/testsuite/gnat.dg/opt106_pkg2.ads
--
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 22a20542a Add entry 1a13684dfc7286139064f7d7341462c9995cbd1c from https [...]
new b2766d344 Add entry 1a13684dfc7286139064f7d7341462c9995cbd1c 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/1a13684dfc7286139064f7d7341462c9995cbd1c/jira/description | 4 ++++
gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/jira/yaml | 4 ++++
gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/status.txt | 4 ++++
.../tcwg_bmk-code_size-cpu2017rate/gnu-arm-master-O2/details.txt | 2 ++
.../gnu-arm-master-O2}/reproduction_instructions.txt | 0
.../{gnu-arm-master-O2_LTO => gnu-arm-master-O2}/status-summary.txt | 0
.../{gnu-arm-master-O2_LTO => gnu-arm-master-O2}/status.txt | 4 ++--
.../tcwg_bmk-code_size-cpu2017rate/status.txt | 4 ++++
8 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/tcwg_bmk-code [...]
copy {binutils/sha1/50505c486ed266463fde4ab7c0c8d530e53065a9/tcwg_gnu_native_build [...]
copy gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/tcwg_bmk-code_size-cpu2017r [...]
copy gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/tcwg_bmk-code_size-cpu2017r [...]
--
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 6ae9e7dad Add entry 576161cb6069e2c7656a8ef530727a0f4aefff30 from https [...]
new 22a20542a Add entry 1a13684dfc7286139064f7d7341462c9995cbd1c 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_bmk-code_size-cpu2017rate/gnu-arm-master-O2}/build_url | 2 +-
.../gnu-arm-master-O2}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_bmk-code_size-cp [...]
copy gcc/sha1/1a13684dfc7286139064f7d7341462c9995cbd1c/{tcwg_bmk-code_size-cpu2017 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.