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-arm-bootstrap in repository toolchain/ci/gcc.
from 2dc19a1b590 doc: Fix up -Waddress documentation adds 209de00fdb9 OpenMP: Handle ancestor:1 with discover_declare_target adds 97b81fb0363 c++: Better module initializer code new 702a11ade2e RISC-V: Use a tab rather than space with FSFLAGS
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/config/riscv/riscv.md | 4 +- gcc/cp/cp-tree.h | 3 +- gcc/cp/decl2.cc | 32 ++++---- gcc/cp/module.cc | 23 +++--- gcc/omp-offload.cc | 21 ++--- .../c-c++-common/gomp/reverse-offload-1.c | 93 ++++++++++++++++++++++ gcc/testsuite/g++.dg/modules/init-2_a.C | 2 + gcc/testsuite/g++.dg/modules/init-2_b.C | 2 + 8 files changed, 140 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/reverse-offload-1.c