This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 869a5a70f7c Update gcc sv.po new 9438c98dca4 openmp: Fix omp for static schedule loop with pointers [PR97898] new f1318516f07 analyzer: add option -fanalyzer-assume-nothrow [PR122623]
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.opt | 4 ++++ gcc/analyzer/analyzer.opt.urls | 3 +++ gcc/analyzer/region-model.cc | 7 +++++++ gcc/doc/invoke.texi | 16 ++++++++++++++++ gcc/omp-expand.cc | 7 ++++--- gcc/testsuite/c-c++-common/gomp/pr97898-1.c | 12 ++++++++++++ gcc/testsuite/gcc.dg/analyzer/fexceptions-1.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/fexceptions-2.c | 26 ++++++++++++++++++++++++++ 8 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr97898-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/fexceptions-1.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/fexceptions-2.c