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 deffc35b951 Daily bump.
new e8238de6161 git_commit.py: add "diagnostics" to bug components
new 5bb0345ab3b testsuite: fix typo in name of plugin test file
new 2fdebdd5690 diagnostics: handle fatal_error in SARIF output [PR120063]
new e2b6c1ca1c0 c++: fix count of z candidates for non-viable candidates, n [...]
new e869244a134 analyzer: fold X + (-X) to zero [PR122975]
new 004e2f3cc5a analyzer: fix strlen(STRING_CST + OFFSET) [PR123085]
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:
contrib/gcc-changelog/git_commit.py | 1 +
gcc/analyzer/region-model-manager.cc | 5 +++
gcc/analyzer/region-model.cc | 37 +++++++++++++---------
gcc/cp/call.cc | 6 +++-
gcc/diagnostic-format-sarif.cc | 1 +
gcc/diagnostic.cc | 3 +-
gcc/testsuite/c-c++-common/analyzer/arith-1.c | 13 ++++++++
.../analyzer/infinite-recursion-pr122975.c | 5 +++
.../c-c++-common/analyzer/strlen-pr123085.c | 8 +++++
.../werror.py => fatal-error-sarif.py} | 16 ++--------
gcc/testsuite/gcc.dg/fatal-error.c | 9 ++++++
...rif.c => crash-test-write-through-null-sarif.c} | 0
...rr.c => crash-test-write-through-null-stderr.c} | 0
gcc/testsuite/gcc.dg/plugin/plugin.exp | 8 ++---
14 files changed, 78 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/analyzer/arith-1.c
create mode 100644 gcc/testsuite/c-c++-common/analyzer/infinite-recursion-pr122975.c
create mode 100644 gcc/testsuite/c-c++-common/analyzer/strlen-pr123085.c
copy gcc/testsuite/gcc.dg/{sarif-output/werror.py => fatal-error-sarif.py} (50%)
create mode 100644 gcc/testsuite/gcc.dg/fatal-error.c
rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-sarif.c => crash- [...]
rename gcc/testsuite/gcc.dg/plugin/{crash-test-write-though-null-stderr.c => crash [...]
--
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 aa27219f9ab C: fix issues when supporting counted_by fields in anonymou [...]
new 58977d73923 RISC-V: Enable the ZD constraint only when xmipscbop is ena [...]
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/riscv/constraints.md | 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 linux.
from e0d4140e8043 Merge tag 'bitmap-for-6.19-rc5' of https://github.com/norov/linux
new be4b7e584a0c scsi: ufs: dt-bindings: Fix several grammar errors
new 1523d50abad0 scsi: core: Correct documentation for scsi_test_unit_ready()
new 9a49157deeb2 scsi: core: Fix error handler encryption support
new ee229e7c256a scsi: ufs: core: Configure MCQ after link startup
new 001556d29872 scsi: mpt3sas: Update maintainer list
new d0f6cfb49192 scsi: bfa: Update outdated comment
new 309a29b5965a scsi: ufs: host: mediatek: Make read-only array scale_us s [...]
new 944aacb68baf Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 8 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:
.../devicetree/bindings/ufs/ufs-common.yaml | 4 ++--
MAINTAINERS | 1 +
drivers/scsi/bfa/bfa_fcs.c | 2 +-
drivers/scsi/scsi_error.c | 24 ++++++++++++++++++++++
drivers/scsi/scsi_lib.c | 2 +-
drivers/ufs/core/ufshcd.c | 7 ++++---
drivers/ufs/host/ufs-mediatek.c | 2 +-
include/scsi/scsi_eh.h | 6 ++++++
8 files changed, 40 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 d30ea118898 MAINTAINERS: update my email address
new aa27219f9ab C: fix issues when supporting counted_by fields in anonymou [...]
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/c-decl.cc | 139 +++++++++++-------
gcc/c/c-parser.cc | 14 ++
gcc/c/c-tree.h | 6 +
gcc/c/c-typeck.cc | 49 +++++--
gcc/testsuite/gcc.dg/counted-by-anonymous-2-char.c | 8 +
.../gcc.dg/counted-by-anonymous-2-float.c | 8 +
.../gcc.dg/counted-by-anonymous-2-struct.c | 16 ++
.../gcc.dg/counted-by-anonymous-2-union.c | 16 ++
gcc/testsuite/gcc.dg/counted-by-anonymous-2.c | 66 +++++++++
gcc/testsuite/gcc.dg/counted-by-anonymous-3.c | 44 ++++++
gcc/testsuite/gcc.dg/counted-by-anonymous.c | 163 +++++++++++++++++++++
.../gcc.dg/ubsan/counted-by-anonymous-bounds-1.c | 60 ++++++++
.../gcc.dg/ubsan/counted-by-anonymous-bounds-2.c | 66 +++++++++
.../gcc.dg/ubsan/counted-by-anonymous-bounds.c | 23 +++
14 files changed, 610 insertions(+), 68 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/counted-by-anonymous-2-char.c
create mode 100644 gcc/testsuite/gcc.dg/counted-by-anonymous-2-float.c
create mode 100644 gcc/testsuite/gcc.dg/counted-by-anonymous-2-struct.c
create mode 100644 gcc/testsuite/gcc.dg/counted-by-anonymous-2-union.c
create mode 100644 gcc/testsuite/gcc.dg/counted-by-anonymous-2.c
create mode 100644 gcc/testsuite/gcc.dg/counted-by-anonymous-3.c
create mode 100644 gcc/testsuite/gcc.dg/counted-by-anonymous.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/counted-by-anonymous-bounds-1.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/counted-by-anonymous-bounds-2.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/counted-by-anonymous-bounds.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 452411b260c gdb/jit: add function symbols to global block
new e6b2a7b23db [gdb/testsuite] Speed up gdb.base/tls-dlobj.exp
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/gdb.base/tls-dlobj.exp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 gdb-17-branch
in repository binutils-gdb.
from 9e0cf26f33d Automatic date update in version.in
new 0ac91006f95 [gdb/symtab] Cache dw2_get_file_names result for dummy CU
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/dwarf2/read.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 master
in repository gcc.
from 3119cfc9118 testsuite: Enable cross testing for simulate-thread tests
new 946580776e8 ipa-cp: Always return the right type in ipa_value_from_jfun [...]
new d30ea118898 MAINTAINERS: update my email address
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:
MAINTAINERS | 2 +-
gcc/ipa-cp.cc | 10 ++++++----
gcc/testsuite/gcc.dg/ipa/pr123542.c | 13 +++++++++++++
3 files changed, 20 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr123542.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 linux.
from c537e12daeec Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
new 003c492f9e76 media: Documentation: mali-c55: Use v4l2-isp version identifier
new 8c0af684bd8e media: mali-c55: Remove duplicated version check
new 22cd0db47f4f media: uapi: mali-c55-config: Remove version identifier
new 63d957123092 media: rzg2l-cru: csi-2: Support RZ/V2H input sizes
new 905120d7470e media: ov02c10: Fix bayer-pattern change after default vfl [...]
new d0bb6f1f2b79 media: ov02c10: Adjust x-win/y-win when changing flipping [...]
new 1d2e3b4443a8 media: ov02c10: Fix the horizontal flip control
new b75710155a82 media: ipu-bridge: Add DMI quirk for Dell XPS laptops with [...]
new 69d6c6fc79eb media: ov02c10: Remove unnecessary hflip and vflip pointers
new d19954ee63b2 Merge tag 'media/v6.19-3' of git://git.kernel.org/pub/scm/ [...]
new 6a069876eb14 rust: bitops: fix missing _find_* functions on 32-bit ARM
new e0d4140e8043 Merge tag 'bitmap-for-6.19-rc5' of https://github.com/norov/linux
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:
.../media/v4l/metafmt-arm-mali-c55.rst | 2 +-
drivers/media/i2c/ov02c10.c | 28 ++++++---------
drivers/media/pci/intel/Kconfig | 2 +-
drivers/media/pci/intel/ipu-bridge.c | 29 +++++++++++++++
.../media/platform/arm/mali-c55/mali-c55-params.c | 7 ----
.../media/platform/renesas/rzg2l-cru/rzg2l-csi2.c | 41 +++++++++++++--------
include/uapi/linux/media/arm/mali-c55-config.h | 9 -----
rust/helpers/bitops.c | 42 ++++++++++++++++++++++
8 files changed, 110 insertions(+), 50 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.