This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 44f80a370b7 range-op-float: Extend lhs by 0.5ulp rather than 1ulp if no [...]
new c4fd232f984 analyzer: fix deref-before-check false +ves seen in haproxy [...]
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/sm-malloc.cc | 81 +++++-----
.../analyzer/deref-before-check-pr108475-1.c | 51 +++++++
.../deref-before-check-pr108475-haproxy-tcpcheck.c | 169 +++++++++++++++++++++
.../deref-before-check-pr109060-haproxy-cfgparse.c | 92 +++++++++++
4 files changed, 356 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/deref-before-check-pr108475-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/deref-before-check-pr108475-hapro [...]
create mode 100644 gcc/testsuite/gcc.dg/analyzer/deref-before-check-pr109060-hapro [...]
--
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 devel/omp/gcc-12
in repository gcc.
from b8beaa8447e Revert "OpenACC profiling-interface fixes for asynchronous [...]
new 5ea330fdc91 libgomp: Merge 'gomp_map_vars_openacc' into 'goacc_map_vars [...]
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/ChangeLog.omp | 11 +++++++++++
libgomp/libgomp.h | 9 ++++-----
libgomp/oacc-mem.c | 8 ++++----
libgomp/oacc-parallel.c | 10 +++++-----
libgomp/target.c | 17 +++--------------
5 files changed, 27 insertions(+), 28 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-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 342d27978e5 51: onsuccess: #5: 24035: Success after binutils/gcc/linux/ [...]
new d8291395b2c 52: onsuccess: #7: 24035: Success after binutils/gcc/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 1768 -> 1784 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2796 bytes
03-build_abe-binutils/console.log.xz | Bin 31120 -> 31328 bytes
04-build_abe-stage1/console.log.xz | Bin 71136 -> 72348 bytes
05-build_abe-qemu/console.log.xz | Bin 30428 -> 32100 bytes
06-build_linux/console.log.xz | Bin 8716 -> 8832 bytes
08-check_regression/console.log.xz | Bin 4416 -> 3912 bytes
08-check_regression/mail-body.txt | 13 +------------
09-update_baseline/console.log | 9 ---------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 15 ++-------------
mail/mail-subject.txt | 2 +-
manifest.sh | 31 +++++++++++++++----------------
17 files changed, 24 insertions(+), 56 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-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from 5762e9043c9 57: onsuccess: #5: 23434: Success after binutils/gcc/linux/ [...]
new 937c9df242d 58: onsuccess: #6: 23435: Success after binutils/gcc/linux/ [...]
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 1764 -> 1788 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 30872 -> 30904 bytes
04-build_abe-stage1/console.log.xz | Bin 88956 -> 90352 bytes
05-build_abe-qemu/console.log.xz | Bin 31196 -> 30996 bytes
06-build_linux/console.log.xz | Bin 9136 -> 9172 bytes
08-check_regression/console.log.xz | Bin 4376 -> 4372 bytes
08-check_regression/mail-body.txt | 15 ++-------------
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 | 17 +++--------------
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
results | 2 +-
18 files changed, 29 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.
unknown user pushed a change to branch master
in repository gcc.
from 37c8a083d44 libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [...]
new 44f80a370b7 range-op-float: Extend lhs by 0.5ulp rather than 1ulp if no [...]
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/range-op-float.cc | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.