This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 70e24c9682d Fortran: always reject alternate return specifier as argume [...] new 8931adfa053 analyzer: fix ICE in taint checker on unary ops [PR104029] new cc3b67e4014 analyzer: fix ICE when combining taint states has_ub and has_lb
The 2 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/sm-taint.cc | 15 ++-- gcc/testsuite/gcc.dg/analyzer/pr104029.c | 115 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/taint-merger.c | 57 +++++++++++++ gcc/testsuite/gcc.dg/analyzer/taint-ops.c | 106 ++++++++++++++++++++++++ 4 files changed, 287 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr104029.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/taint-merger.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/taint-ops.c