This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7e3ce73849f c++: Extend -Wdangling-reference for std::minmax
new 5c6546ca7d8 analyzer: new warning: -Wanalyzer-deref-before-check [PR99671]
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/analyzer/analyzer.opt | 4 +
gcc/analyzer/diagnostic-manager.cc | 12 +
gcc/analyzer/engine.cc | 16 ++
gcc/analyzer/exploded-graph.h | 2 +
gcc/analyzer/program-state.cc | 83 +++++-
gcc/analyzer/program-state.h | 6 +
gcc/analyzer/region-model.cc | 9 +-
gcc/analyzer/region-model.h | 11 +-
gcc/analyzer/sm-malloc.cc | 314 ++++++++++++++++++++-
gcc/analyzer/sm-malloc.dot | 7 +
gcc/analyzer/sm.h | 31 ++
.../options-that-control-static-analysis.rst | 29 ++
.../gcc.dg/analyzer/deref-before-check-1.c | 169 +++++++++++
.../gcc.dg/analyzer/deref-before-check-2.c | 130 +++++++++
.../gcc.dg/analyzer/deref-before-check-pr77425.c | 43 +++
gcc/testsuite/gcc.dg/analyzer/malloc-1.c | 9 +
gcc/tristate.h | 1 +
17 files changed, 860 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/deref-before-check-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/deref-before-check-2.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/deref-before-check-pr77425.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_fast_check_gdb/master-aarch64
in repository toolchain/ci/base-artifacts.
from 810e96a832 5: onsuccess: #6: 1: Success after binutils/gcc/linux/glibc/ [...]
new 835f7f76f8 6: onsuccess: #7: 1: Success after binutils/gcc/linux/glibc/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 1712 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 37992 -> 38980 bytes
04-build_abe-gcc/console.log.xz | Bin 212624 -> 212824 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8776 -> 8912 bytes
07-build_abe-glibc/console.log.xz | Bin 246008 -> 246360 bytes
08-build_abe-gdb/console.log.xz | Bin 38832 -> 39768 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3984 -> 3992 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2672 -> 4012 bytes
11-check_regression/console.log.xz | Bin 6472 -> 6248 bytes
11-check_regression/results.compare | 4 ++--
11-check_regression/results.compare2 | 6 +++---
12-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 38 +++++++++++++++++-----------------
sumfiles/gdb.log.xz | Bin 14448 -> 14476 bytes
sumfiles/gdb.sum | 34 +++++++++++++++---------------
26 files changed, 51 insertions(+), 51 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 linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 152efbb5aa 22: onsuccess: #476: boot: Success after binutils/llvm/qemu: [...]
new eb3633fe84 23: onsuccess: #477: boot: Success after binutils/llvm/qemu: [...]
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:
01-reset_artifacts/console.log.xz | Bin 1704 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 30560 -> 30600 bytes
04-build_kernel_llvm/console.log.xz | Bin 66220 -> 66008 bytes
05-build_abe-qemu/console.log.xz | Bin 32104 -> 31832 bytes
06-build_linux/console.log.xz | Bin 3380 -> 3432 bytes
07-boot_linux/console.log.xz | Bin 6252 -> 6260 bytes
08-check_regression/console.log.xz | Bin 3956 -> 3988 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 28 ++++++++++++++--------------
16 files changed, 21 insertions(+), 21 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 740cf7d6ab2 docs: move label directly before title
new 7e3ce73849f c++: Extend -Wdangling-reference for std::minmax
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/call.cc | 52 +++++++++++++++++++---
.../options-controlling-c++-dialect.rst | 10 +++++
gcc/testsuite/g++.dg/warn/Wdangling-reference6.C | 38 ++++++++++++++++
3 files changed, 94 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wdangling-reference6.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 05e8d17b8b4 gdb: Fix regressions caused by 041de3d73aa121f2ff0c07721359 [...]
new 0be837be9fb gdb: make "start" breakpoint inferior-specific
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/infcmd.c | 8 ++-
.../start-inferior-specific-other.c} | 13 ++++-
.../start-inferior-specific.c} | 10 +++-
.../gdb.multi/start-inferior-specific.exp | 61 ++++++++++++++++++++++
4 files changed, 87 insertions(+), 5 deletions(-)
copy gdb/testsuite/{gdb.threads/vfork-multi-inferior-sleep.c => gdb.multi/start-in [...]
copy gdb/testsuite/{gdb.threads/vfork-multi-inferior-sleep.c => gdb.multi/start-in [...]
create mode 100644 gdb/testsuite/gdb.multi/start-inferior-specific.exp
--
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 linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from 842fdfea8b 27: onsuccess: #577: 33: Success after binutils/gcc/linux/qe [...]
new 0bc7db973a 28: onsuccess: #578: 33: Success after binutils/gcc/linux/qe [...]
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:
01-reset_artifacts/console.log.xz | Bin 1708 -> 1696 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30240 -> 30148 bytes
04-build_abe-stage1/console.log.xz | Bin 91556 -> 90248 bytes
05-build_abe-qemu/console.log.xz | Bin 31532 -> 31348 bytes
06-build_linux/console.log.xz | Bin 4784 -> 4764 bytes
08-check_regression/console.log.xz | Bin 4368 -> 4420 bytes
09-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.