This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6629444170f OpenMP/Fortran: 'target update' with DT components new 5acc10a9ea6 analyzer: fix ICE when pipe's arg isn't a pointer [PR107486] new 00d7c8ff16e Add gcc/make-unique.h
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/analyzer.cc | 16 +++++++++ gcc/analyzer/analyzer.h | 2 ++ gcc/analyzer/region-model.cc | 8 ++--- gcc/make-unique.h | 44 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pipe-pr107486.c | 5 +++ gcc/testsuite/gcc.dg/analyzer/pipe-void-return.c | 11 ++++++ 6 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 gcc/make-unique.h create mode 100644 gcc/testsuite/gcc.dg/analyzer/pipe-pr107486.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pipe-void-return.c