This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 027e3041449 Fix up duplicated duplicated words in comments adds 02b7dd7f823 Add missing space in various string literals adds 111754595cf opts: fix -gtoggle + optimize attribute adds 4cb935cb69f libstdc++: Use visibility pragmas instead of attributes [PR104807] adds a86ca83a1b1 doc: Remove redundant sentence about modules being in C++20 adds e3ca3e79936 Fortran: Fix typos new 0af37ad4422 analyzer: fix leak suppression at end of 'main' [PR101983]
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/engine.cc | 48 +++++++++++++++++++++- gcc/c/c-parser.cc | 4 +- gcc/cp/parser.cc | 4 +- gcc/doc/invoke.texi | 4 +- gcc/fortran/array.cc | 2 +- gcc/fortran/dump-parse-tree.cc | 2 +- gcc/fortran/frontend-passes.cc | 2 +- gcc/fortran/gfortran.texi | 2 +- gcc/fortran/intrinsic.texi | 4 +- gcc/fortran/invoke.texi | 4 +- gcc/fortran/resolve.cc | 2 +- gcc/fortran/simplify.cc | 2 +- gcc/fortran/trans-expr.cc | 4 +- gcc/opts.cc | 49 +++++++++++++---------- gcc/testsuite/gcc.dg/analyzer/pr101983-main.c | 38 ++++++++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr101983-not-main.c | 40 ++++++++++++++++++ gcc/testsuite/gcc.dg/pr104381.c | 20 +++++++++ libstdc++-v3/include/bits/c++config | 9 ++++- 18 files changed, 196 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr101983-main.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr101983-not-main.c create mode 100644 gcc/testsuite/gcc.dg/pr104381.c