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 604459a0958 More .DEFERRED_INIT expansion rework adds eded9105098 Amend function names with UID when dumping with TDF_UID adds 9856132b5b8 Make flow of option processing more readily visible adds 7f4192dd3d8 gfortran.dg/gomp/pr43711.f90: Change dg-* for XFAIL->PASS adds f3930418cb8 c++: templated static local var has value-dep addr [PR98930] new d4f6dbe1837 Allow more kinds of invariant addresses in GIMPLE FE
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/c/gimple-parser.c | 14 ++++++---- gcc/cp/pt.c | 7 +++++ gcc/testsuite/g++.dg/cpp1z/nontype4.C | 14 ++++++++++ gcc/testsuite/g++.dg/cpp1z/nontype4a.C | 14 ++++++++++ gcc/testsuite/gcc.dg/gimplefe-46.c | 23 ++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/pr43711.f90 | 8 +++--- gcc/toplev.c | 43 +++++++++++++----------------- gcc/tree-cfg.c | 14 +++++++--- gcc/tree-pretty-print.c | 11 +++++++- 9 files changed, 111 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype4.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype4a.C create mode 100644 gcc/testsuite/gcc.dg/gimplefe-46.c