From: Thomas Schwinge Date: Wed, 15 Apr 2026 08:28:03 +0000 (+0200) Subject: [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations: 'gfortra... X-Git-Tag: basepoints/gcc-17~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56273bfbd2e1ec741f84990a18a24cc4e04d62d5;p=thirdparty%2Fgcc.git [PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations: 'gfortran.dg/goacc/omp-fixed.f' -> 'gfortran.dg/goacc-gomp/pr63858.f' We (nowadays) have 'gfortran.dg/goacc-gomp/goacc-gomp.exp'; use it for this OpenACC/OpenMP test case added in r230872 (commit aa81272c9f98818910466728a58425d44884983a) "[PR fortran/63858] Fix mix of OpenACC and OpenMP sentinels in continuations": 'gfortran.dg/goacc/omp-fixed.f' -> 'gfortran.dg/goacc-gomp/pr63858.f'. PR fortran/63858 gcc/testsuite/ * gfortran.dg/goacc/omp-fixed.f: Move... * gfortran.dg/goacc-gomp/pr63858.f: ... here, and adjust. --- diff --git a/gcc/testsuite/gfortran.dg/goacc/omp-fixed.f b/gcc/testsuite/gfortran.dg/goacc-gomp/pr63858.f similarity index 94% rename from gcc/testsuite/gfortran.dg/goacc/omp-fixed.f rename to gcc/testsuite/gfortran.dg/goacc-gomp/pr63858.f index b1e7affc457c..edf313d379e4 100644 --- a/gcc/testsuite/gfortran.dg/goacc/omp-fixed.f +++ b/gcc/testsuite/gfortran.dg/goacc-gomp/pr63858.f @@ -1,5 +1,3 @@ -! { dg-do compile } -! { dg-additional-options "-fopenmp" } SUBROUTINE ICHI INTEGER :: ARGC ARGC = COMMAND_ARGUMENT_COUNT ()