OpenACC tile clause – apply exit/cycle checks (PR 93552)
authorTobias Burnus <tobias@codesourcery.com>
Mon, 24 Feb 2020 11:18:04 +0000 (12:18 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Mon, 24 Feb 2020 11:18:04 +0000 (12:18 +0100)
commit2bd8c3ff3511df8781dd9f3777efab20572d29ab
tree4e524e19f1e97b4399621accfd74ce7e8319fa96
parentf1a681a174cdfb82e62c246d6f4add9a25fc2e43
OpenACC tile clause – apply exit/cycle checks (PR 93552)

        PR fortran/93552
        * match.c (match_exit_cycle): With OpenACC, check the kernels loop
        directive and tile clause as well.

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