This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 91349e57bbf c++: braced-list overload resolution [PR100963] new 8c5a5404cb6 analyzer: remove redundant typedef new 6b400aef1bd analyzer: split out struct bit_range from class concrete_binding new c957d38044d analyzer: fix region::get_bit_size for bitfields new d3b1ef7a83c analyzer: bitfield fixes [PR99212]
The 4 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/analyzer.h | 2 + gcc/analyzer/region-model-manager.cc | 46 +++++- gcc/analyzer/region-model.cc | 65 +++++++- gcc/analyzer/region-model.h | 4 + gcc/analyzer/region.cc | 33 +++- gcc/analyzer/store.cc | 224 +++++++++++++++++++++++++-- gcc/analyzer/store.h | 79 ++++++++-- gcc/analyzer/svalue.h | 2 - gcc/testsuite/gcc.dg/analyzer/bitfields-1.c | 144 +++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/data-model-1.c | 30 ++-- 10 files changed, 577 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/bitfields-1.c