This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d41f7c39cf Make range_of_ssa_name_with_loop_info type agnostic. new 6a11f2d974a analyzer: support for creat, dup, dup2 and dup3 [PR106298]
The 1 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-fd.cc | 129 +++++++++++++++++- gcc/testsuite/gcc.dg/analyzer/fd-1.c | 21 +++ gcc/testsuite/gcc.dg/analyzer/fd-2.c | 15 +++ gcc/testsuite/gcc.dg/analyzer/fd-4.c | 31 ++++- gcc/testsuite/gcc.dg/analyzer/fd-dup-1.c | 223 +++++++++++++++++++++++++++++++ 5 files changed, 415 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/fd-dup-1.c