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 8c9c02c0 Add entry 2b9d76c1af189b918a9970f471e6d2e2c08f7e7d from https [...]
new 2cdca44b Add entry 9675da25357c7a3f472731ddc6eb3becc65b469a 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:
gdb/gdb-13-branchpoint-1665-g9675da25357 | 1 +
.../master-aarch64/build_url | 2 +-
.../master-aarch64/last_good | 1 +
.../master-aarch64/summary.txt | 83 +++++++++++++++++++
.../tcwg_gnu_native_check_gdb/status.txt | 94 ++++++++++++++++++++++
5 files changed, 180 insertions(+), 1 deletion(-)
create mode 120000 gdb/gdb-13-branchpoint-1665-g9675da25357
copy gdb/sha1/{7005080802d695d112530a7c24c9d3d44ee109a3 => 9675da25357c7a3f472731d [...]
create mode 100644 gdb/sha1/9675da25357c7a3f472731ddc6eb3becc65b469a/tcwg_gnu_nati [...]
create mode 100644 gdb/sha1/9675da25357c7a3f472731ddc6eb3becc65b469a/tcwg_gnu_nati [...]
create mode 100644 gdb/sha1/9675da25357c7a3f472731ddc6eb3becc65b469a/tcwg_gnu_nati [...]
--
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-12
in repository gcc.
from 2c4b1a39615 Daily bump.
new e7a92f415c8 jit: update docs to reflect .c to .cc renaming
new 62a565e5676 analyzer: fix missing -Wanalyzer-use-of-uninitialized-value [...]
new c63e5a234d0 analyzer: better fix for -Wanalyzer-use-of-uninitialized-va [...]
new b414c17e072 analyzer: fold -(-(VAL)) to VAL
new 111fb5d3caf analyzer: handle (NULL == &VAR) [PR107345]
new e7f7483d500 analyzer: fix feasibility false +ve on jumps through functi [...]
new 1c66f1c6d69 analyzer: fix folding of '(PTR + 0) => PTR' [PR105784]
new a7cc8ecefb7 analyzer: handle comparisons against negated symbolic value [...]
new d49b47112fe analyzer: update internal docs
new 02fbda165b7 analyzer: use __attribute__((nonnull)) at top level of anal [...]
new dbe78fc879a doc: add notes about limitations of -fanalyzer
new 5da2126c4df analyzer: fix overzealous state purging with on-stack struc [...]
new 98558117ba8 analyzer: fix further overzealous state purging [PR108733]
new 833d822ff0e analyzer: fix uninit false +ves reading from DECL_HARD_REGI [...]
new 7903e0bca00 analyzer: fix ICE on certain longjmp calls [PR109094]
The 15 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/analyzer/engine.cc | 14 +-
gcc/analyzer/region-model-manager.cc | 33 ++-
gcc/analyzer/region-model.cc | 89 +++++++-
gcc/analyzer/region-model.h | 8 +-
gcc/analyzer/state-purge.cc | 17 +-
gcc/doc/analyzer.texi | 10 -
gcc/doc/invoke.texi | 7 +
gcc/jit/docs/internals/index.rst | 3 +-
.../gcc.dg/analyzer/attr-nonnull-pr106325.c | 250 +++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/attribute-nonnull.c | 18 ++
gcc/testsuite/gcc.dg/analyzer/error-uninit.c | 29 +++
gcc/testsuite/gcc.dg/analyzer/feasibility-4.c | 42 ++++
.../gcc.dg/analyzer/feasibility-pr107582-1.c | 43 ++++
.../gcc.dg/analyzer/feasibility-pr107582-2.c | 34 +++
.../gcc.dg/analyzer/feasibility-pr107948.c | 49 ++++
gcc/testsuite/gcc.dg/analyzer/file-uninit-1.c | 52 +++++
gcc/testsuite/gcc.dg/analyzer/pr107345.c | 17 ++
gcc/testsuite/gcc.dg/analyzer/setjmp-pr109094.c | 38 ++++
.../analyzer/torture/fold-ptr-arith-pr105784.c | 43 ++++
.../gcc.dg/analyzer/torture/uninit-pr108733.c | 65 ++++++
gcc/testsuite/gcc.dg/analyzer/uninit-7.c | 127 +++++++++++
gcc/testsuite/gcc.dg/analyzer/uninit-pr108704.c | 29 +++
.../gcc.dg/analyzer/uninit-pr108968-register.c | 9 +
23 files changed, 991 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/attr-nonnull-pr106325.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/error-uninit.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-4.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-pr107582-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-pr107582-2.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/feasibility-pr107948.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/file-uninit-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr107345.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/setjmp-pr109094.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/fold-ptr-arith-pr105784.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/uninit-pr108733.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/uninit-7.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/uninit-pr108704.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/uninit-pr108968-register.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 fcd476ea6a88 Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org [...]
new 0b04d4c0542e f2fs: Fix f2fs_truncate_partial_nodes ftrace event
new 3577a4d37f9e Merge tag 'f2fs-fix-6.3-rc5' of git://git.kernel.org/pub/s [...]
new 1d3b7a788ca7 xtensa: fix KASAN report for show_stack
new e313de5b5b04 MAINTAINERS: xtensa: drop linux-xtensa(a)linux-xtensa.org ma [...]
new ffe78bbd5121 Merge tag 'xtensa-20230327' of https://github.com/jcmvbkbc [...]
The 5 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 --
arch/xtensa/kernel/traps.c | 16 ++++++++++++----
include/trace/events/f2fs.h | 2 +-
3 files changed, 13 insertions(+), 7 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.
"tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from a2edfa74 Add entry 2b9d76c1af189b918a9970f471e6d2e2c08f7e7d from https [...]
new 8c9c02c0 Add entry 2b9d76c1af189b918a9970f471e6d2e2c08f7e7d 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:
.../build_url | 1 +
.../last_good | 0
.../summary.txt | 41 +++++++++++++++++++++
.../tcwg_gcc_bootstrap/status.txt | 43 ++++++++++++++++++++++
4 files changed, 85 insertions(+)
create mode 100644 gcc/sha1/2b9d76c1af189b918a9970f471e6d2e2c08f7e7d/tcwg_gcc_boot [...]
copy gcc/sha1/2b9d76c1af189b918a9970f471e6d2e2c08f7e7d/tcwg_gcc_bootstrap/{master- [...]
create mode 100644 gcc/sha1/2b9d76c1af189b918a9970f471e6d2e2c08f7e7d/tcwg_gcc_boot [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.