This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4894d69a1f3 libstdc++: Add missing constraints to std::bit_cast [PR105027] new 160b095fc9d analyzer: fix ICE adding note to disabled diagnostic [PR104997] new e6a3991ea15 analyzer: use tainted_allocation_size::m_mem_space [PR105017]
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/diagnostic-manager.cc | 18 +++-- gcc/analyzer/diagnostic-manager.h | 4 +- gcc/analyzer/engine.cc | 9 +-- gcc/analyzer/sm-taint.cc | 82 +++++++++++++++------- gcc/testsuite/gcc.dg/analyzer/taint-alloc-1.c | 2 + .../analyzer/write-to-string-literal-4-disabled.c | 28 ++++++++ 6 files changed, 103 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/write-to-string-literal-4-disabled.c