This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 40c1d4a07e5 MSP430: fix error message. adds 5db1d7f143c tree-optimization/104782 - adjust PR101636 fix adds b1d8198e7df arm: add missing space to error. adds 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] new a86ca83a1b1 doc: Remove redundant sentence about modules being in C++20 new e3ca3e79936 Fortran: Fix typos
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 | 2 +- gcc/analyzer/engine.cc | 2 +- gcc/analyzer/sm-taint.cc | 2 +- gcc/analyzer/store.cc | 4 +-- gcc/c-family/c-attribs.cc | 4 +-- gcc/c/c-parser.cc | 4 +-- gcc/config/aarch64/fractional-cost.h | 2 +- gcc/config/aarch64/thunderx3t110.md | 2 +- gcc/config/arm/arm.cc | 2 +- gcc/config/darwin.h | 2 +- gcc/config/i386/i386.cc | 2 +- gcc/config/riscv/riscv.cc | 2 +- gcc/config/rs6000/pcrel-opt.md | 2 +- gcc/config/rs6000/predicates.md | 4 +-- gcc/config/vax/vax.cc | 2 +- gcc/cp/coroutines.cc | 2 +- gcc/cp/cvt.cc | 2 +- gcc/cp/module.cc | 2 +- gcc/cp/parser.cc | 4 +-- gcc/cp/pt.cc | 2 +- gcc/ctfc.h | 2 +- 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.h | 2 +- gcc/fortran/gfortran.texi | 2 +- gcc/fortran/intrinsic.texi | 4 +-- gcc/fortran/invoke.texi | 4 +-- gcc/fortran/resolve.cc | 2 +- gcc/fortran/scanner.cc | 2 +- gcc/fortran/simplify.cc | 2 +- gcc/fortran/trans-expr.cc | 6 ++--- gcc/gimple-range-gori.cc | 2 +- gcc/gimple-ssa-warn-access.cc | 2 +- gcc/internal-fn.cc | 2 +- gcc/ipa-polymorphic-call.cc | 2 +- gcc/ipa-sra.cc | 2 +- gcc/jit/libgccjit.h | 4 +-- gcc/opts.cc | 49 ++++++++++++++++++++---------------- gcc/pointer-query.cc | 2 +- gcc/testsuite/gcc.dg/pr104381.c | 20 +++++++++++++++ gcc/testsuite/gcc.dg/vect/pr104782.c | 18 +++++++++++++ gcc/tree-ssa-propagate.cc | 2 +- gcc/tree-ssa-uninit.cc | 8 +++--- gcc/tree-vect-slp.cc | 7 ++++++ gcc/value-relation.h | 2 +- gcc/varasm.cc | 2 +- libstdc++-v3/include/bits/c++config | 9 +++++-- 49 files changed, 137 insertions(+), 82 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr104381.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr104782.c