This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e6233935c7 analyzer: fix ICE on COMPONENT_REF of ARRAY_TYPE [PR 93778] new 4f40164a932 analyzer: fix ICE on failed casts [PR 93777] new 0b2b45a68f4 analyzer.opt: rewrite description of -fdump-analyzer-callgr [...] new ea0b12523d0 Introduce -fprofile-reproducibility and support it with TOP N.
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/ChangeLog | 11 ++++++ gcc/analyzer/ChangeLog | 13 +++++++ gcc/analyzer/analyzer.opt | 2 +- gcc/analyzer/region-model.cc | 7 ++-- gcc/common.opt | 16 +++++++++ gcc/coretypes.h | 7 ++++ gcc/doc/invoke.texi | 31 +++++++++++++++- gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/g++.dg/analyzer/pr93777.C | 1 + gcc/testsuite/gfortran.dg/analyzer/pr93777.f90 | 22 ++++++++++++ gcc/value-prof.c | 29 +++++++++++---- libgcc/ChangeLog | 7 ++++ libgcc/libgcov-merge.c | 50 ++++++++++++++++++-------- 13 files changed, 174 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/analyzer/pr93777.C create mode 100644 gcc/testsuite/gfortran.dg/analyzer/pr93777.f90