This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 38d76a4e603 RISC-V: Update the comments of vx combine [NFC]
new 7921bb4afcb c++: Implement P2115R0 linkage changes for unnamed unscoped [...]
new b42c5ee445f Daily bump.
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:
ChangeLog | 4 ++
gcc/ChangeLog | 10 +++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 19 ++++++++++
gcc/cp/cp-tree.h | 4 +-
gcc/cp/decl.cc | 28 ++++++++++++--
gcc/cp/mangle.cc | 16 +++++++-
gcc/cp/tree.cc | 4 +-
gcc/fortran/ChangeLog | 8 ++++
gcc/testsuite/ChangeLog | 17 +++++++++
gcc/testsuite/g++.dg/abi/mangle32.C | 4 +-
gcc/testsuite/g++.dg/abi/mangle83.C | 29 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/linkage2.C | 6 +--
gcc/testsuite/g++.dg/ext/vector26.C | 2 +-
gcc/testsuite/g++.dg/modules/enum-15_a.C | 10 +++++
gcc/testsuite/g++.dg/modules/enum-15_b.C | 18 +++++++++
gcc/testsuite/g++.dg/other/anon3.C | 2 +-
include/ChangeLog | 7 ++++
include/demangle.h | 2 +
libiberty/ChangeLog | 13 +++++++
libiberty/cp-demangle.c | 63 ++++++++++++++++++++++++++++----
libiberty/testsuite/demangle-expected | 7 ++++
22 files changed, 253 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle83.C
create mode 100644 gcc/testsuite/g++.dg/modules/enum-15_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/enum-15_b.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 e579b537353 [gdb/testsuite] Fix TUI tests on freebsd
new 82f3f381fb8 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-16-branch
in repository binutils-gdb.
from 0b2e92eafb7 Automatic date update in version.in
new 32c968de666 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_45-branch
in repository binutils-gdb.
from f3723832ffd Automatic date update in version.in
new d83820a69b7 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 master
in repository gcc.
from 2e567a06555 fortran: Set DECL_TLS_MODEL after processing a variable
new 756f771f58f RISC-V: Add missed DONE for vx combine pattern [NFC]
new 38d76a4e603 RISC-V: Update the comments of vx combine [NFC]
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/config/riscv/autovec-opt.md | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
--
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 90d970cade8e Merge tag 'ata-ata-6.17-rc2' of git://git.kernel.org/pub/s [...]
new abbf9a449441 rust: workaround `rustdoc` target modifiers bug
new 252fea131e15 rust: kbuild: clean output before running `rustdoc`
new 99bade344cfa Merge tag 'rust-fixes-6.17' of git://git.kernel.org/pub/sc [...]
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:
rust/Makefile | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 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 dc3d8daa4af MAINTAINERS: Add myself to write after approval
new 2e567a06555 fortran: Set DECL_TLS_MODEL after processing a variable
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/trans-common.cc | 7 ++++---
gcc/fortran/trans-decl.cc | 14 +++++++-------
gcc/testsuite/gfortran.dg/gomp/pr107421.f90 | 15 +++++++++++++++
3 files changed, 26 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107421.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 06a53717f7c [gdb/testsuite] Handle unrecognized escape sequences better [...]
new e579b537353 [gdb/testsuite] Fix TUI tests on freebsd
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/testsuite/lib/tuiterm.exp | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 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 dfd4b508c8c6 Merge tag 'drm-fixes-2025-08-16' of https://gitlab.freedes [...]
new a2f54ff15c3b scsi: core: sysfs: Correct sysfs attributes access rights
new 383cd6d879a1 scsi: scsi_debug: Make read-only arrays static const
new 034d319c8899 scsi: ufs: core: Fix interrupt handling for MCQ Mode
new a59976116a01 scsi: lpfc: Fix wrong function reference in a comment
new eea6cafb5890 scsi: lpfc: Remove redundant assignment to avoid memory leak
new 7ec2bd6cd2d0 scsi: ufs: mediatek: Fix out-of-bounds access in MCQ IRQ mapping
new 72fc388d8bc0 scsi: ufs: core: Remove error print for devm_add_action_or [...]
new c6b819e0058e Merge branch '6.17/scsi-queue' into 6.17/scsi-fixes
new c5f3e78d35c0 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new 35f6bedccf4c ata: libata-eh: Fix link state check for IDE/PATA ports
new 58768b056391 ata: libata-scsi: Fix CDL control
new 90d970cade8e Merge tag 'ata-ata-6.17-rc2' of git://git.kernel.org/pub/s [...]
The 12 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/ata/libata-eh.c | 9 +++-
drivers/ata/libata-scsi.c | 11 ++---
drivers/scsi/lpfc/lpfc_debugfs.c | 1 -
drivers/scsi/lpfc/lpfc_vport.c | 2 +-
drivers/scsi/scsi_debug.c | 91 +++++++++++++++++++++++++---------------
drivers/scsi/scsi_sysfs.c | 4 +-
drivers/ufs/core/ufshcd.c | 12 ++++--
drivers/ufs/host/ufs-mediatek.c | 2 +-
8 files changed, 79 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 gcc.
from 5529a1d36f2 Daily bump.
new dc3d8daa4af MAINTAINERS: Add myself to write after approval
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:
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.