This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-arm-build_cross 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' adds 6af956c84f3 Daily bump.
No new revisions were added by this update.
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