This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 034d99e8148 analyzer: new warning: -Wanalyzer-overlapping-buffers [PR99860]
new 94b950df6f8 RISC-V: Use splitter to generate zicond in another case
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/zicond.md | 31 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/zicond-xor-01.c | 14 ++++++++++++
2 files changed, 45 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/zicond-xor-01.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 master
in repository toolchain/ci/interesting-commits.
from 2b383306 Add entry ce6c4d3b4d336493cab128795467d832cb04c9ee from https [...]
new 616027e9 Add entry ce6c4d3b4d336493cab128795467d832cb04c9ee 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:
gcc/sha1/ce6c4d3b4d336493cab128795467d832cb04c9ee/jira/description | 3 +++
gcc/sha1/ce6c4d3b4d336493cab128795467d832cb04c9ee/jira/yaml | 3 +++
gcc/sha1/ce6c4d3b4d336493cab128795467d832cb04c9ee/status.txt | 3 +++
.../reproduction_instructions.txt | 4 ++--
.../tcwg_gnu_embed_check_gcc/master-thumb_m33_eabi}/summary.txt | 0
.../tcwg_gnu_embed_check_gcc/status.txt | 3 +++
6 files changed, 14 insertions(+), 2 deletions(-)
copy gcc/sha1/ce6c4d3b4d336493cab128795467d832cb04c9ee/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/{1a599caab86464006ea8c9501aff6c6638e891eb/tcwg_gnu_embed_check_gcc/m [...]
--
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 6b6ad35f Add entry a1558e9ad856938f165f838733955b331ebbec09 from https [...]
new 2b383306 Add entry ce6c4d3b4d336493cab128795467d832cb04c9ee 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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m33_eabi}/build_url | 2 +-
.../{master-arm_eabi => master-thumb_m33_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/ce6c4d3b4d336493cab128795467d832cb04c9ee/tcwg_gnu_embed_check_gcc/{m [...]
--
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 85ad41a494e c++: tweaks for explicit conversion fns diagnostic
new 034d99e8148 analyzer: new warning: -Wanalyzer-overlapping-buffers [PR99860]
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/Makefile.in | 1 +
gcc/analyzer/analyzer-selftests.cc | 1 +
gcc/analyzer/analyzer-selftests.h | 1 +
gcc/analyzer/analyzer.opt | 4 +
gcc/analyzer/call-details.cc | 106 +++++++
gcc/analyzer/call-details.h | 5 +
gcc/analyzer/kf.cc | 19 +-
gcc/analyzer/ranges.cc | 324 +++++++++++++++++++++
gcc/analyzer/ranges.h | 96 ++++++
gcc/doc/invoke.texi | 20 ++
.../c-c++-common/analyzer/overlapping-buffers.c | 147 ++++++++++
11 files changed, 722 insertions(+), 2 deletions(-)
create mode 100644 gcc/analyzer/ranges.cc
create mode 100644 gcc/analyzer/ranges.h
create mode 100644 gcc/testsuite/c-c++-common/analyzer/overlapping-buffers.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 gcc.
from fce74ce2535 RISC-V: Added zvfh support for zfa extensions.
new 85ad41a494e c++: tweaks for explicit conversion fns diagnostic
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 | 41 +++++++++++++++++++++++++++---
gcc/cp/cp-tree.h | 1 +
gcc/cp/typeck.cc | 6 +++++
gcc/testsuite/g++.dg/diagnostic/explicit.C | 33 ++++++++++++++++++++++++
4 files changed, 77 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/explicit.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.