https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84963
--- Comment #8 from Tobias Burnus <burnus at gcc dot gnu.org> --- Author: burnus Date: Fri Nov 29 13:16:31 2019 New Revision: 278840 URL: https://gcc.gnu.org/viewcvs?rev=278840&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-8-branch/gcc/testsuite/ChangeLog branches/gcc-8-branch/gcc/testsuite/gfortran.dg/goacc/pr84963.f90