This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3889b0cb458 Daily bump. new 35e24106fc1 analyzer: g++ testsuite support new d9e067f98b0 rs6000: Use strlen instead of sizeof - 1 new 91f993b7e31 analyzer: use ultimate alias target at calls (PR 93288)
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 | 7 ++++++ gcc/analyzer/ChangeLog | 21 ++++++++++++++++ gcc/analyzer/analysis-plan.cc | 6 ++++- gcc/analyzer/engine.cc | 12 +++++----- gcc/analyzer/region-model.cc | 5 +++- gcc/analyzer/supergraph.cc | 28 +++++++++++++++++----- gcc/analyzer/supergraph.h | 4 ++-- gcc/config/rs6000/rs6000.c | 12 +++++----- gcc/testsuite/ChangeLog | 14 +++++++++++ .../{gcc.dg => g++.dg}/analyzer/analyzer.exp | 28 +++++++++++----------- gcc/testsuite/g++.dg/analyzer/malloc.C | 25 +++++++++++++++++++ gcc/testsuite/g++.dg/analyzer/pr93212.C | 17 +++++++++++++ gcc/testsuite/g++.dg/analyzer/pr93288.C | 8 +++++++ 13 files changed, 151 insertions(+), 36 deletions(-) copy gcc/testsuite/{gcc.dg => g++.dg}/analyzer/analyzer.exp (62%) create mode 100644 gcc/testsuite/g++.dg/analyzer/malloc.C create mode 100644 gcc/testsuite/g++.dg/analyzer/pr93212.C create mode 100644 gcc/testsuite/g++.dg/analyzer/pr93288.C