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_O3 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. new f44242b40b7 Fix another -freorder-blocks-and-partition glitch with Windows SEH
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/config/i386/winnt.c | 16 +++--- 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 ++++++++++++++++++++++ gcc/testsuite/gnat.dg/opt92.adb | 38 ++++++++++++++ libgomp/ChangeLog | 10 ++++ .../libgomp.oacc-c-c++-common/collapse-2.c | 17 +++++- .../libgomp.oacc-c-c++-common/collapse-3.c | 15 +++++- 13 files changed, 250 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/collapse-2.c create mode 100644 gcc/testsuite/gfortran.dg/pr63797.f90 create mode 100644 gcc/testsuite/gnat.dg/opt92.adb