This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 85c3858465b Daily bump. adds b18305e6746 Daily bump. adds e4dcb3383bf [OpenACC] Fix an ICE where a loop with GT condition is collapsed. adds aff57bcebe5 PR fortran/63797 - Bogus ambiguous reference to 'sqrt' new 6af956c84f3 Daily bump.
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/ChangeLog | 9 ++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 10 ++++ gcc/fortran/module.c | 11 ++++ gcc/omp-expand.c | 2 +- gcc/testsuite/ChangeLog | 17 ++++++ gcc/testsuite/c-c++-common/goacc/collapse-2.c | 56 ++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr63797.f90 | 60 ++++++++++++++++++++++ libgomp/ChangeLog | 10 ++++ .../libgomp.oacc-c-c++-common/collapse-2.c | 17 +++++- .../libgomp.oacc-c-c++-common/collapse-3.c | 15 +++++- 11 files changed, 203 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/collapse-2.c create mode 100644 gcc/testsuite/gfortran.dg/pr63797.f90