This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9f2fca56593 OpenMP, libgomp: Environment variable syntax extension
new 7a6564c9b27 analyzer: support for symbolic values in the out-of-bounds [...]
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.h | 23 +-
gcc/analyzer/region-model-impl-calls.cc | 39 +-
gcc/analyzer/region-model.cc | 469 +++++++++++++++++++--
gcc/analyzer/region-model.h | 9 +
gcc/analyzer/region.cc | 131 +++++-
gcc/analyzer/region.h | 17 +-
gcc/analyzer/store.cc | 18 +-
gcc/doc/invoke.texi | 8 +-
gcc/testsuite/gcc.dg/analyzer/data-model-1.c | 3 +-
gcc/testsuite/gcc.dg/analyzer/out-of-bounds-5.c | 156 +++++++
.../gcc.dg/analyzer/out-of-bounds-realloc-grow.c | 87 ++++
gcc/testsuite/gcc.dg/analyzer/symbolic-gt-1.c | 76 ++++
12 files changed, 941 insertions(+), 95 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-5.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-realloc-grow.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/symbolic-gt-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from 6be2b65f4 9: onsuccess: 33: Successful build after binutils/gcc/linux/q [...]
new 9c0cf779c 10: onsuccess: #471: 33: Success after binutils/gcc/linux/qem [...]
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 1720 -> 1708 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30680 -> 30764 bytes
04-build_abe-stage1/console.log.xz | Bin 92844 -> 91876 bytes
05-build_abe-qemu/console.log.xz | Bin 30764 -> 31532 bytes
06-build_linux/console.log.xz | Bin 5924 -> 5920 bytes
08-check_regression/console.log.xz | Bin 3132 -> 3340 bytes
08-check_regression/jira-body.txt | 3 +--
08-check_regression/mail-body.txt | 3 +--
08-check_regression/mail-subject.txt | 2 +-
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 14 ++++++++++++++
dashboard/dashboard-push.sh | 7 +++++++
dashboard/squad/dashboard-push-squad.sh | 18 ++++++++++++++++++
dashboard/squad/summary-annotation.txt | 0
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 7 +++++++
mail/jira-body.txt | 22 +---------------------
mail/mail-body.txt | 22 +---------------------
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
24 files changed, 75 insertions(+), 71 deletions(-)
create mode 100755 dashboard/dashboard-generate.sh
create mode 100755 dashboard/dashboard-push.sh
create mode 100755 dashboard/squad/dashboard-push-squad.sh
create mode 100644 dashboard/squad/summary-annotation.txt
create mode 100755 jenkins/dashboard-push.sh
--
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 26b1224903b3 Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/li [...]
new f5723cfc0193 regmap: spi: Reserve space for register address/padding
new b1d27aa3b16a Merge tag 'regmap-fix-v6.0-rc4' of git://git.kernel.org/pu [...]
new c32f1ebfd26b regulator: core: Clean up on enable failure
new 78e1e867f44e regulator: pfuze100: Fix the global-out-of-bounds access i [...]
new 475043fabe8c regulator: Fix qcom,spmi-regulator schema
new c5e68c4fa55c Merge tag 'regulator-fix-v6.0-rc4' of git://git.kernel.org [...]
new 46f7ac3d7892 spi: bitbang: Fix lsb-first Rx
new 9ee5b6d53b8c spi: cadence-quadspi: Disable irqs during indirect reads
new b30f7c8eb078 spi: mux: Fix mux interaction with fast path optimisations
new 9c9c9da7aa10 spi: spi: Fix queue hang if previous transfer failed
new 506357871c18 Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/s [...]
The 11 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:
.../bindings/regulator/qcom,spmi-regulator.yaml | 3 +-
drivers/base/regmap/regmap-spi.c | 8 +++++
drivers/regulator/core.c | 9 +++--
drivers/regulator/pfuze100-regulator.c | 2 +-
drivers/spi/spi-bitbang-txrx.h | 6 ++--
drivers/spi/spi-cadence-quadspi.c | 38 +++++++++++++++++++---
drivers/spi/spi-mux.c | 1 +
drivers/spi/spi.c | 5 ++-
include/linux/spi/spi.h | 2 ++
9 files changed, 60 insertions(+), 14 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 338a5b0d7da vect: Fix scalar stmt typo in vect_optimize_slp_pass [PR106886]
new 9f2fca56593 OpenMP, libgomp: Environment variable syntax extension
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:
libgomp/config/gcn/icv-device.c | 27 +-
libgomp/config/nvptx/icv-device.c | 27 +-
libgomp/env.c | 1320 +++++++++++++++-----
libgomp/icv-device.c | 17 +
libgomp/icv.c | 15 -
libgomp/libgomp-plugin.h | 10 +-
libgomp/libgomp.h | 114 ++
libgomp/libgomp.texi | 2 +-
libgomp/plugin/plugin-gcn.c | 29 +-
libgomp/plugin/plugin-nvptx.c | 19 +-
libgomp/target.c | 121 +-
libgomp/testsuite/libgomp.c-c++-common/icv-5.c | 25 +
libgomp/testsuite/libgomp.c-c++-common/icv-6.c | 45 +
libgomp/testsuite/libgomp.c-c++-common/icv-7.c | 26 +
libgomp/testsuite/libgomp.c-c++-common/icv-8.c | 26 +
.../libgomp.c-c++-common/omp-display-env-1.c | 119 ++
.../libgomp.c-c++-common/omp-display-env-2.c | 22 +
17 files changed, 1582 insertions(+), 382 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/icv-5.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/icv-6.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/icv-7.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/icv-8.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/omp-display-env-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/omp-display-env-2.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_gcc_bootstrap/master-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
from ab27e2019 33: onsuccess: #441: 2: Success after binutils/gcc: 30 commits
new 08c554333 34: onsuccess: #442: 2: Success after binutils/gcc: 26 commits
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 1668 -> 1884 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 51120 -> 50636 bytes
05-build_abe-bootstrap_ubsan/console.log.xz | Bin 530092 -> 530304 bytes
06-check_regression/console.log.xz | Bin 2344 -> 2464 bytes
07-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 4 ++--
dashboard/dashboard-push.sh | 6 ++++--
dashboard/squad/test/results-metadata.json | 12 ++++++------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
jenkins/dashboard-push.sh | 6 ++++--
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +++++++++---------
16 files changed, 31 insertions(+), 27 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/gnu-release-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from b26922350 10: onsuccess: 21798: Successful build after binutils/gcc/lin [...]
new 388a9fe38 11: onsuccess: #386: all: 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 1696 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30020 -> 29700 bytes
04-build_abe-stage1/console.log.xz | Bin 86236 -> 86580 bytes
05-build_abe-qemu/console.log.xz | Bin 30024 -> 31284 bytes
06-build_linux/console.log.xz | Bin 4436 -> 3288 bytes
07-boot_linux/console.log.xz | Bin 0 -> 496 bytes
08-check_regression/console.log.xz | Bin 2968 -> 3184 bytes
08-check_regression/jira-body.txt | 3 +--
08-check_regression/mail-body.txt | 7 ++++---
08-check_regression/mail-subject.txt | 2 +-
dashboard/dashboard-generate.sh | 14 ++++++++++++++
dashboard/dashboard-push.sh | 7 +++++++
dashboard/squad/dashboard-push-squad.sh | 18 ++++++++++++++++++
dashboard/squad/summary-annotation.txt | 0
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/dashboard-push.sh | 7 +++++++
mail/jira-body.txt | 20 +-------------------
mail/mail-body.txt | 24 ++++--------------------
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
results | 4 +++-
25 files changed, 80 insertions(+), 66 deletions(-)
create mode 100644 07-boot_linux/console.log.xz
create mode 100755 dashboard/dashboard-generate.sh
create mode 100755 dashboard/dashboard-push.sh
create mode 100755 dashboard/squad/dashboard-push-squad.sh
create mode 100644 dashboard/squad/summary-annotation.txt
create mode 100755 jenkins/dashboard-push.sh
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.