https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84963
--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> --- Author: burnus Date: Fri Nov 29 12:27:34 2019 New Revision: 278838 URL: https://gcc.gnu.org/viewcvs?rev=278838&root=gcc&view=rev Log: Fix testcase - was missing -fopenacc Backport from mainline 2019-11-29 Tobias Burnus <tob...@codesourcery.com> PR ipa/84963 * gfortran.dg/goacc/pr84963.f90: Use dg-additional-options not dg-options as otherwise -fopenacc is not used. Modified: branches/gcc-9-branch/gcc/testsuite/ChangeLog branches/gcc-9-branch/gcc/testsuite/gfortran.dg/goacc/pr84963.f90