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_check_gcc/master-aarch64 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] adds d4f6dbe1837 Allow more kinds of invariant addresses in GIMPLE FE
No new revisions were added by this update.
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