This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e2bf82d5103 Daily bump. new 5a0aff76a99 analyzer: fix ICE on certain pointer subtractions [PR110387] new 7006f02bbc3 analyzer/text-art: fix clang warnings [PR110433,PR110612] new a4913a19d24 analyzer: avoid usage of TYPE_PRECISION on vector types [PR110455]
The 3 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 | 1 + gcc/analyzer/region-model.cc | 3 ++- gcc/analyzer/region.h | 16 +++++++++++----- .../gcc.dg/analyzer/out-of-bounds-pr110387.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr110455.c | 7 +++++++ gcc/text-art/table.cc | 7 +++---- gcc/text-art/table.h | 1 - gcc/text-art/widget.h | 2 +- 8 files changed, 44 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/out-of-bounds-pr110387.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr110455.c