This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9bf2a58cb76 tree: Handle ::operator {new,delete} function templates as [...]
new 4d43468377c Fortran: Fix accepts invalid implicit none (external)
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/fortran/resolve.cc | 24 ++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr109512.f90 | 10 ++++++++++
2 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr109512.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 releases/gcc-15
in repository gcc.
from e7a9ede8089 tree: Handle ::operator {new,delete} function templates as [...]
new 8304ea8ecf9 Ada: Fix Default_Component_Value aspect wrongly ignored on [...]
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/ada/exp_ch3.adb | 4 +++-
gcc/testsuite/gnat.dg/component_value1.adb | 32 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/component_value1.adb
--
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 8fa65585b77 [gdb/tdep] Fix gdb.base/siginfo.exp on s390x-linux
new 56ae4fea45e gdb: remove stale comments about COFF / stabs
new e894e456f04 gdb: remove gdbarch_sdb_reg_to_regnum
new adc60fd9ec8 gdb/i386: remove i386_dbx_reg_to_regnum
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:
gdb/amd64-tdep.c | 3 --
gdb/gdbarch-gen.c | 22 -----------
gdb/gdbarch-gen.h | 6 ---
gdb/gdbarch_components.py | 11 ------
gdb/i386-go32-tdep.c | 5 ---
gdb/i386-tdep.c | 96 +++++++----------------------------------------
6 files changed, 13 insertions(+), 130 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 glibc.
from 872cc459a9 Update advisory text for CVE-2026-0951
new 0bbeb1fd13 hurd: make __thread_set_pcsptp align stack
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/mach/hurd/x86_64/htl/pt-machdep.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
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 11a031a2a5f Daily bump.
new e7a9ede8089 tree: Handle ::operator {new,delete} function templates as [...]
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:
.../g++.dg/warn/Wmismatched-new-delete-10.C | 25 ++++++++++++++++++++++
gcc/tree.cc | 7 ++++++
2 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-new-delete-10.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 e9e3383f864 c++/modules: Fix local type handling when not streaming fun [...]
new 9bf2a58cb76 tree: Handle ::operator {new,delete} function templates as [...]
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:
.../g++.dg/warn/Wmismatched-new-delete-10.C | 25 ++++++++++++++++++++++
gcc/tree.cc | 7 ++++++
2 files changed, 32 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wmismatched-new-delete-10.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 748f32e8ee0 a68: handle TImode in a68_type_for_{mode,size}
new e9e3383f864 c++/modules: Fix local type handling when not streaming fun [...]
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 | 5 ++
gcc/cp/module.cc | 94 ++++++++++++++++------
gcc/testsuite/g++.dg/modules/block-decl-4_a.C | 70 ++++++++++++++++
.../modules/{partial-8_c.C => block-decl-4_b.C} | 5 +-
gcc/testsuite/g++.dg/modules/block-decl-4_c.C | 8 ++
5 files changed, 154 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/block-decl-4_a.C
copy gcc/testsuite/g++.dg/modules/{partial-8_c.C => block-decl-4_b.C} (67%)
create mode 100644 gcc/testsuite/g++.dg/modules/block-decl-4_c.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 binutils-gdb.
from ec2ec78ce03 fix new arm and aarch64 gas test failures
new 8fa65585b77 [gdb/tdep] Fix gdb.base/siginfo.exp on s390x-linux
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:
gdb/s390-linux-tdep.c | 50 ++++++++++++++++++++++++++++++++------------------
1 file changed, 32 insertions(+), 18 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 39d3389331ab Merge tag 'drm-fixes-2026-01-16' of https://gitlab.freedes [...]
new da579f05ef0f io_uring: move local task_work in exit cancel loop
new 216c7a0326c6 Merge tag 'io_uring-6.19-20260116' of git://git.kernel.org [...]
new ca22c566b891 block: zero non-PI portion of auto integrity buffer
new 40b94ec7edbb null_blk: fix kmemleak by releasing references to fault co [...]
new 340f4fc5508c nvme-pci: disable secondary temp for Wodposit WPBSNM8
new 32b63acd78f5 nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build [...]
new 7d3fa7e95493 nvme-apple: add "apple,t8103-nvme-ans2" as compatible
new d1877cc72703 nvme-fc: release admin tagset if init fails
new 2fa8961d3a6a nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
new 84164acba331 nvmet: do not copy beyond sybsysnqn string length
new 0edb475ac0a7 nvme: fix PCIe subsystem reset controller state transition
new 015c2246edab Merge tag 'nvme-6.19-2026-01-14' of git://git.infradead.or [...]
new ec19ed2b3e2a rnbd-clt: fix refcount underflow in device unmap path
new d3eeb99bbc99 Merge tag 'block-6.19-20260116' of git://git.kernel.org/pu [...]
The 14 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:
block/bio-integrity-auto.c | 2 +-
drivers/block/null_blk/main.c | 12 +++++++++++-
drivers/block/rnbd/rnbd-clt.c | 1 -
drivers/nvme/host/apple.c | 1 +
drivers/nvme/host/fc.c | 2 ++
drivers/nvme/host/pci.c | 7 ++++++-
drivers/nvme/target/passthru.c | 2 +-
drivers/nvme/target/tcp.c | 21 ++++++++++++++++-----
io_uring/io_uring.c | 8 ++++----
9 files changed, 42 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 2c95d4c7421 cobol: Support National characters and Unicode runtime encoding.
new 748f32e8ee0 a68: handle TImode in a68_type_for_{mode,size}
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/algol68/a68-lang.cc | 8 ++++++++
1 file changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.