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 9e68cae4fdf windres: don't exit so much on errors in read_coff_rsrc
new f3f42468b3b PR 32871 ld/ldmain.c#L425 incorrect location of #endif
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/ldmain.c | 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 binutils-gdb.
from f844b66ad07 gdb/testsuite: Add gdb.arch/aarch64-sve-sigunwind.exp
new a4224b4ce14 Re: ld: Skip the LTO archive member only for the earlier DSO
new 4846e543de9 windres: buffer overflow in bin_to_res_toolbar
new 9e68cae4fdf windres: don't exit so much on errors in read_coff_rsrc
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:
binutils/resbin.c | 439 +++++++++++++++++++++++++++++++----------
binutils/rescoff.c | 216 +++++++++++++++-----
binutils/resrc.c | 9 +-
binutils/resres.c | 42 +++-
binutils/windres.c | 30 +--
binutils/windres.h | 6 +-
ld/testsuite/ld-plugin/lto.exp | 20 +-
7 files changed, 569 insertions(+), 193 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 477d8ba89ff Fortran: fix issue with impure elemental subroutine and int [...]
new c2c1046b83a phiopt: Fix VCE moving by rewriting it into cast [PR116098]
new 16446f19f13 aarch64: Fix early ra for -fno-delete-dead-exceptions [PR116927]
new aaef5d64097 backprop: Fix deleting of a phi node [PR116922]
new 8ee9d7b2634 vec-lowering: Fix ABSU lowering [PR111285]
new f6efcd3d485 match: Reject non-ssa name/min invariants in gimple_extract [...]
new 52b97f984f2 testcase: Add testcase for already fixed PR [PR118476]
The 6 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/aarch64/aarch64-early-ra.cc | 6 ++++
gcc/gimple-match-exports.cc | 6 ++++
gcc/gimple-ssa-backprop.cc | 10 ++++--
gcc/testsuite/c-c++-common/torture/pr116098-2.c | 46 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr116098-1.C | 33 ++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr116927-1.C | 15 ++++++++
gcc/testsuite/g++.dg/torture/vect-absu-1.C | 29 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr116412-1.c | 6 ++++
gcc/testsuite/gcc.dg/torture/pr116922.c | 19 ++++++++++
gcc/testsuite/gcc.dg/torture/pr118476-1.c | 14 ++++++++
gcc/tree-ssa-phiopt.cc | 28 ++++++++++++++-
gcc/tree-vect-generic.cc | 10 +++++-
12 files changed, 218 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr116098-2.c
create mode 100644 gcc/testsuite/g++.dg/torture/pr116098-1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr116927-1.C
create mode 100644 gcc/testsuite/g++.dg/torture/vect-absu-1.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116412-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116922.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118476-1.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 releases/gcc-14
in repository gcc.
from 569f826774a Add testcase for PR lto/119792
new 477d8ba89ff Fortran: fix issue with impure elemental subroutine and int [...]
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/interface.cc | 6 ++-
gcc/fortran/trans-expr.cc | 18 ++++++---
gcc/testsuite/gfortran.dg/optional_absent_13.f90 | 48 ++++++++++++++++++++++++
3 files changed, 65 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/optional_absent_13.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 linux.
from 8ffd015db85f Linux 6.15-rc2
new ddc592972ff4 tools headers: Update the KVM headers with the kernel sources
new 9dbe66640f43 tools headers: Update the socket headers with the kernel sources
new ae62977331fc tools headers: Update the uapi/linux/perf_event.h copy wit [...]
new af74e5fe7453 tools headers: Update the VFS headers with the kernel sources
new 22f72088ffe6 tools headers: Update the syscall table with the kernel sources
new df4bd8c76d49 tools headers: Update the uapi/linux/prctl.h copy with the [...]
new 4056cf407253 tools headers: Update the uapi/asm-generic/mman-common.h c [...]
new 74709981873d tools headers: Update the linux/unaligned.h copy with the [...]
new 847f1403d3ee tools headers: Update the x86 headers with the kernel sources
new 7f56978e5876 tools headers: Update the arch/x86/lib/memset_64.S copy wi [...]
new 1293dacbbd43 perf libunwind arm64: Fix missing close parens in an if statement
new 2b7070291733 perf tools: Remove evsel__handle_error_quirks()
new 10e66f29fad2 Merge tag 'perf-tools-fixes-for-v6.15-2025-04-13' of git:/ [...]
new cfa5f336bdbd devpts: Fix type for uid and gid params
new a94fd938df2b virtiofs: add filesystem context source name check
new bb5e07cb9277 hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
new a64e4d48a0b7 afs: Fix afs_dynroot_readdir() to not use the RCU read lock
new b2b4483b5d05 dcache: convert dentry flag macros to enum
new d43dbf7322a3 mount: ensure we don't pointlessly walk the mount tree
new 40cb48eba3b4 netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
new b463d7fd118b fs: Fix filename init after recent refactoring
new 8e3c15ee0d29 iomap: skip unnecessary ifs_block_is_uptodate check
new 47a742fd977a fs: use namespace_{lock,unlock} in dissolve_on_fput()
new eb3a04a8516e ovl: don't allow datadir only
new a6eb9a4a69cc ovl: remove unused forward declaration
new e2aef868a8c3 Merge tag 'ovl-fixes-6.15-rc2' of ssh://gitolite.kernel.or [...]
new 3618002d0072 Merge tag 'vfs-6.15-rc3.fixes' of git://git.kernel.org/pub [...]
new 6b395d31146a RDMA/bnxt_re: Fix budget handling of notification queue
new 62dd71e69110 RDMA/ucaps: Avoid format-security warning
new 95ba3850fed0 RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe()
new d247667ecd64 RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set
new 1b2fe85f3cf1 RDMA/rxe: Fix null pointer dereference in ODP MR check
new 9beb2c91fb86 RDMA/hns: Fix wrong maximum DMA segment size
new 45f5dcdd0497 RDMA/cma: Fix workqueue crash in cma_netevent_work_handler
new 9a0e6f15029e RDMA/core: Silence oversized kvmalloc() warning
new ffc59e32c67e RDMA/bnxt_re: Remove unusable nq variable
new 834a4a689699 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 37 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/infiniband/core/cma.c | 4 +-
drivers/infiniband/core/ucaps.c | 2 +-
drivers/infiniband/core/umem_odp.c | 6 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 10 --
drivers/infiniband/hw/hns/hns_roce_main.c | 2 +-
drivers/infiniband/hw/mlx5/fs.c | 2 -
drivers/infiniband/hw/usnic/usnic_ib_main.c | 14 +--
drivers/infiniband/sw/rxe/rxe_loc.h | 6 ++
drivers/infiniband/sw/rxe/rxe_mr.c | 4 +-
drivers/infiniband/sw/rxe/rxe_resp.c | 4 +-
fs/afs/dynroot.c | 4 +-
fs/devpts/inode.c | 4 +-
fs/fuse/virtio_fs.c | 3 +
fs/hfs/bnode.c | 6 ++
fs/hfsplus/bnode.c | 6 ++
fs/iomap/buffered-io.c | 2 +-
fs/namei.c | 8 +-
fs/namespace.c | 34 ++++---
fs/netfs/main.c | 4 +
fs/overlayfs/overlayfs.h | 2 -
fs/overlayfs/super.c | 5 +
include/linux/dcache.h | 106 ++++++++++-----------
include/rdma/ib_verbs.h | 7 ++
tools/arch/arm64/include/uapi/asm/kvm.h | 5 +-
tools/arch/arm64/include/uapi/asm/unistd.h | 24 +----
tools/arch/x86/include/asm/cpufeatures.h | 28 ++++--
tools/arch/x86/include/asm/msr-index.h | 31 +++---
tools/arch/x86/include/uapi/asm/kvm.h | 4 +
tools/arch/x86/include/uapi/asm/svm.h | 2 +
tools/arch/x86/lib/memset_64.S | 3 +-
{include => tools/include}/linux/cfi_types.h | 0
tools/include/uapi/asm-generic/mman-common.h | 1 +
tools/include/uapi/asm-generic/unistd.h | 4 +-
tools/include/uapi/linux/in.h | 2 +
tools/include/uapi/linux/kvm.h | 9 +-
tools/include/uapi/linux/perf_event.h | 2 +
tools/include/uapi/linux/stat.h | 99 ++++++++++++++-----
tools/perf/arch/arm/entry/syscalls/syscall.tbl | 1 +
.../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 1 +
tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/sh/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/sparc/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/x86/entry/syscalls/syscall_32.tbl | 3 +-
tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 +
tools/perf/arch/xtensa/entry/syscalls/syscall.tbl | 1 +
tools/perf/check-headers.sh | 1 +
tools/perf/trace/beauty/include/linux/socket.h | 2 +
tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 4 +
tools/perf/trace/beauty/include/uapi/linux/fs.h | 21 +++-
tools/perf/trace/beauty/include/uapi/linux/mount.h | 10 +-
tools/perf/trace/beauty/include/uapi/linux/prctl.h | 11 +++
tools/perf/trace/beauty/include/uapi/linux/stat.h | 99 ++++++++++++++-----
.../perf/trace/beauty/include/uapi/sound/asound.h | 8 +-
tools/perf/util/evsel.c | 22 -----
tools/perf/util/unwind-libunwind-local.c | 2 +-
tools/scripts/syscall.tbl | 1 +
57 files changed, 411 insertions(+), 240 deletions(-)
copy {include => tools/include}/linux/cfi_types.h (100%)
--
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 901d94e8b4e gccrs: lang-items: Add ManuallyDrop<T>
new 2e3c91786a9 pretty-print, expand: Print [must tail call] for CALL_EXPRs [...]
new e96cb35ceb0 cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777]
new d0b41f3d6d0 cobol: Fix up COBOL -include [PR119777]
new e0b57c75e6d cobol: Fix -fmax-errors option [PR119776]
new f96a54350af expmed: Always use QImode for init_expmed set_zero_cost [PR119785]
new ebdf92b6067 testsuite: Fix up ipa/pr119530.c testcase [PR119318]
The 6 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/calls.cc | 10 +++++-----
gcc/cobol/cobol1.cc | 8 ++------
gcc/cobol/gcobol.1 | 2 +-
gcc/cobol/lang.opt | 10 +---------
gcc/cobol/lang.opt.urls | 6 ------
gcc/expmed.cc | 2 +-
gcc/testsuite/gcc.dg/ipa/pr119530.c | 4 ++--
gcc/tree-pretty-print.cc | 2 ++
8 files changed, 14 insertions(+), 30 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.39/master
in repository glibc.
from 837a36c371 x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
new 0da58e8be0 x86: Add seperate non-temporal tunable for memset
new cc59fa5dbc x86: Enable non-temporal memset tunable for AMD
new 38a7632f2d x86: Fix value for `x86_memset_non_temporal_threshold` when [...]
new bde201e92c x86: Disable non-temporal memset on Skylake Server
new 2be36448c4 x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop [...]
new 65ae73be01 x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal path
new 765ff3d0d4 x86: Optimize xstate size calculation
new 7620d98186 x86: Add ARL/PTL/CWF model detection support
new e09436c2cb x86: Handle unknown Intel processor with default tuning
new 3463100f2d x86: Detect Intel Diamond Rapids
The 10 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:
manual/tunables.texi | 16 +-
sysdeps/x86/cacheinfo.h | 8 +-
sysdeps/x86/cpu-features.c | 387 +++++++++++----------
sysdeps/x86/cpu-tunables.c | 6 +
sysdeps/x86/dl-cacheinfo.h | 22 +-
sysdeps/x86/dl-diagnostics-cpu.c | 2 +
sysdeps/x86/dl-tunables.list | 3 +
.../cpu-features-preferred_feature_index_1.def | 1 +
sysdeps/x86/include/cpu-features.h | 4 +-
sysdeps/x86/sysdep.h | 6 +
sysdeps/x86/tst-hwcap-tunables.c | 4 +-
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 6 +-
12 files changed, 264 insertions(+), 201 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 d45a6502d1e testcase: Add testcase for already fixed PR [PR118476]
new 3eb76b8c62a rust: Use FLOAT_TYPE_P instead of manual checking
new a2db03fdf37 rust: Use error_operand_p in rust-gcc.cc
new ec2edeffede rust: use range for inside rust-gcc.cc [PR119341]
new 9e367223ce5 rust: Add comment inside block [PR119342]
new eb5eee065b3 gccrs: typecheck: Properly select methods when dealing with [...]
new 6dcbbcd27c5 gccrs: nr2.0: Do not resolve modules this run if they are unloaded
new 09c4a7a58b4 gccrs: ast: Support outer attributes for AST::RangeExpr
new 4aa6cae27bd gccrs: ast: Add get_locus() to DelimTokenTree
new 76477f96555 gccrs: session: Desugar question mark operator after expans [...]
new cb23182fa2b gccrs: expansion: Only add fragments if the matcher succeeded
new 9710cf3e341 gccrs: expansion: Desugar doc comments into attributes befo [...]
new 5074a85e038 gccrs: format_args: Allow extraneous commas, improve safety
new 85a57bf4708 gccrs: Fix const checking of enum discriminants
new 497ed6099b2 gccrs: install.texi: Mention Rust requirement for building gccrs
new e84f76dc584 gccrs: Add `#[track_caller]` as known attribute
new 34c516efbb8 gccrs: attributes: Add missing attributes used in `core`
new 9ed95c06977 gccrs: nr2.0: Only insert derive macros if they exist
new 73d72498f97 gccrs: attributes: Handle external tool annotations like rustfmt::
new 901d94e8b4e gccrs: lang-items: Add ManuallyDrop<T>
The 19 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/doc/install.texi | 6 +
gcc/rust/Make-lang.in | 1 +
gcc/rust/ast/rust-ast.h | 1 +
gcc/rust/ast/rust-expr.h | 12 +-
gcc/rust/checks/errors/rust-const-checker.cc | 3 +
gcc/rust/expand/rust-macro-builtins-format-args.cc | 7 +
gcc/rust/expand/rust-macro-builtins.cc | 2 +-
gcc/rust/expand/rust-macro-expand.cc | 21 +-
gcc/rust/expand/rust-token-tree-desugar.cc | 72 ++++++
gcc/rust/expand/rust-token-tree-desugar.h | 55 +++++
gcc/rust/resolve/rust-ast-resolve-item.cc | 2 +
gcc/rust/resolve/rust-early-name-resolver-2.0.cc | 7 +-
.../resolve/rust-toplevel-name-resolver-2.0.cc | 12 +-
gcc/rust/rust-gcc.cc | 254 +++++++++------------
gcc/rust/rust-session-manager.cc | 2 +-
gcc/rust/typecheck/rust-hir-type-check-expr.cc | 129 +++++++++--
gcc/rust/util/rust-attribute-values.h | 27 +++
gcc/rust/util/rust-attributes.cc | 22 +-
gcc/rust/util/rust-attributes.h | 7 +-
gcc/rust/util/rust-lang-item.cc | 1 +
gcc/rust/util/rust-lang-item.h | 2 +
gcc/testsuite/rust/compile/enum_discriminant2.rs | 9 +
...sic_expansion.rs => format_args_extra_comma.rs} | 2 +-
.../rust/compile/macros/mbe/macro-issue3693.rs | 10 +
.../rust/compile/macros/mbe/macro-issue3708.rs | 80 +++++++
.../rust/compile/macros/mbe/macro-issue3709-1.rs | 10 +
.../rust/compile/macros/mbe/macro-issue3709-2.rs | 81 +++++++
.../return_function.rs => track_caller.rs} | 3 +-
.../rust/execute/torture/min_specialization2.rs | 31 +++
.../rust/execute/torture/min_specialization3.rs | 36 +++
30 files changed, 718 insertions(+), 189 deletions(-)
create mode 100644 gcc/rust/expand/rust-token-tree-desugar.cc
create mode 100644 gcc/rust/expand/rust-token-tree-desugar.h
create mode 100644 gcc/testsuite/rust/compile/enum_discriminant2.rs
copy gcc/testsuite/rust/compile/{format_args_basic_expansion.rs => format_args_ext [...]
create mode 100644 gcc/testsuite/rust/compile/macros/mbe/macro-issue3693.rs
create mode 100644 gcc/testsuite/rust/compile/macros/mbe/macro-issue3708.rs
create mode 100644 gcc/testsuite/rust/compile/macros/mbe/macro-issue3709-1.rs
create mode 100644 gcc/testsuite/rust/compile/macros/mbe/macro-issue3709-2.rs
copy gcc/testsuite/rust/compile/{torture/return_function.rs => track_caller.rs} (50%)
create mode 100644 gcc/testsuite/rust/execute/torture/min_specialization2.rs
create mode 100644 gcc/testsuite/rust/execute/torture/min_specialization3.rs
--
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 00966a7fdb1 c++: wrong targs in satisfaction diagnostic context line [PR99214]
new d45a6502d1e testcase: Add testcase for already fixed PR [PR118476]
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/gcc.dg/torture/pr118476-1.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118476-1.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 6518799b2df libgcobol: Add missing float128 suffix
new 00966a7fdb1 c++: wrong targs in satisfaction diagnostic context line [PR99214]
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/constraint.cc | 4 +++-
gcc/testsuite/g++.dg/concepts/diagnostic20.C | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/diagnostic20.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.