]> git.ipfire.org Git - thirdparty/gcc.git/commit
OpenACC's tile clause fix for implicit typing (PR93825)
authorTobias Burnus <tobias@codesourcery.com>
Thu, 20 Feb 2020 17:11:32 +0000 (18:11 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Thu, 20 Feb 2020 17:11:32 +0000 (18:11 +0100)
commit2c52b2884ba10b1c5050fe066bae651680c8ebae
tree4983f8105a363dc94ef9ba03fb531f3c4737ddcd
parentb82d426662469ee8b78ec7e8f74abe950485c9d5
OpenACC's tile clause fix for implicit typing (PR93825)

2020-02-20  Tobias Burnus  <tobias@codesourcery.com>

PR fortran/93825
* openmp.c (resolve_oacc_loop_blocks): Move call to
resolve_oacc_nested_loops from here ...
(resolve_oacc_loop): ... to here.

PR fortran/93825
* gfortran.dg/goacc/tile-3.f90: New.
gcc/fortran/ChangeLog
gcc/fortran/openmp.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/goacc/tile-3.f90 [new file with mode: 0644]