This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5743e1899d5 analyzer: fix deref-before-check false positives due to inl [...]
new 05c99b1c796 analyzer: add sarif properties for checker events
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/checker-event.cc | 43 ++++++++++++++++++++++++++++++++++++++++++
gcc/analyzer/checker-event.h | 6 ++++++
gcc/diagnostic-format-sarif.cc | 13 +++++++------
gcc/diagnostic-format-sarif.h | 5 +++++
gcc/diagnostic-path.h | 9 +++++++++
5 files changed, 70 insertions(+), 6 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 057dc349021 RISC-V: Nan-box the result of movhf on soft-fp16
new db5b01d282a analyzer: handle arrays of unknown size in access diagrams [...]
new 5743e1899d5 analyzer: fix deref-before-check false positives due to inl [...]
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:
gcc/analyzer/access-diagram.cc | 4 +--
gcc/analyzer/checker-event.cc | 40 ----------------------
gcc/analyzer/inlining-iterator.h | 40 ++++++++++++++++++++++
gcc/analyzer/sm-malloc.cc | 10 ++++++
.../analyzer/deref-before-check-pr112790.c | 27 +++++++++++++++
.../analyzer/out-of-bounds-diagram-pr113222.c | 26 ++++++++++++++
6 files changed, 105 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/analyzer/deref-before-check-pr112790.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-pr113222.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 glibc.
from 0d4a2f3576 mach: Drop SNARF_ARGS macro
new bbfb54930c i386: Ignore --enable-cet
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:
INSTALL | 19 ++++++------
NEWS | 3 ++
manual/install.texi | 11 +++----
sysdeps/i386/configure | 5 ++++
sysdeps/i386/configure.ac | 4 +++
sysdeps/x86/configure | 70 ---------------------------------------------
sysdeps/x86/configure.ac | 43 ----------------------------
sysdeps/x86_64/configure | 70 +++++++++++++++++++++++++++++++++++++++++++++
sysdeps/x86_64/configure.ac | 43 ++++++++++++++++++++++++++++
9 files changed, 137 insertions(+), 131 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 3ac58063114 Improved RTL expansion of field assignments into promoted r [...]
new 057dc349021 RISC-V: Nan-box the result of movhf on soft-fp16
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/riscv.cc | 31 +++++++++++++++++++
gcc/config/riscv/riscv.md | 11 +++++++
.../gcc.target/riscv/_Float16-nanboxing.c | 36 ++++++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/_Float16-nanboxing.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.