This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b00a8304757 analyzer: fix ICE on NULL dereference [PR96644] new f99dc8f89dd compiler: export thunks referenced by inline functions new deee2322a2b Daily bump. new 1b0be822208 analyzer: fix ICE on unhandled tree codes in gassign [PR96640] new 2242b975c08 analyzer: fix ICE on unhandled tree codes in get_rvalue_1 [ [...] new da7c2773e56 analyzer: fix name of local in region_model::get_rvalue_1
The 5 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 | 50 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 18 ++++++++++++ gcc/analyzer/region-model.cc | 28 ++++++++++++++---- gcc/fortran/ChangeLog | 11 ++++++++ gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 9 +++--- gcc/go/gofrontend/gogo.cc | 8 ++++-- gcc/testsuite/ChangeLog | 25 +++++++++++++++++ gcc/testsuite/g++.dg/analyzer/pr96641.C | 18 ++++++++++++ libgfortran/ChangeLog | 5 ++++ libstdc++-v3/ChangeLog | 15 ++++++++++ 12 files changed, 176 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/analyzer/pr96641.C