This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 9821d286bce libstdc++: Fix error reporting in filesystem::copy [PR99290] new 03e7ac90213 analyzer: fix ICE comparing VECTOR_CSTs [PR105252] new 7f6033735bf analyzer: fix ICEs on complex constants [PR105365,105366]
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/svalue.cc | 33 +++++++++++++++++++++++++------- gcc/testsuite/gcc.dg/analyzer/pr105252.c | 20 +++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr105365.c | 17 ++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr105366.c | 19 ++++++++++++++++++ 4 files changed, 82 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105252.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105365.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr105366.c