This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from b8944f0438a compiler: traverse expressions when exporting constants adds 3b4daa0b3c3 pointer-query: Fix ICE with non-pointer param [PR105635] adds 213cfa8d0a9 cfgexpand: Yet another spot with debug insns references to [...] new 19258b11387 analyzer: update docs about -fanalyzer-checker=taint new 16e02662c09 PR105647 Update pr105169* so it does not fail on powerpc64le
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/cfgexpand.cc | 4 ++++ gcc/doc/invoke.texi | 2 ++ gcc/pointer-query.cc | 2 +- gcc/testsuite/g++.dg/modules/pr105169_a.C | 4 ++-- gcc/testsuite/g++.dg/modules/pr105169_b.C | 4 ++-- gcc/testsuite/gcc.dg/pr105630.c | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr105635.c | 11 +++++++++++ 7 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105630.c create mode 100644 gcc/testsuite/gcc.dg/pr105635.c