public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-3009] Fortran: Add OpenMP's nothing directive support (con't)
Date: Wed, 18 Aug 2021 19:54:24 +0000 (GMT)	[thread overview]
Message-ID: <20210818195424.154C23889C0D@sourceware.org> (raw)

https://gcc.gnu.org/g:f0fca213bc52644ba896da622b35842a6157bd98

commit r12-3009-gf0fca213bc52644ba896da622b35842a6157bd98
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Aug 18 21:47:04 2021 +0200

    Fortran: Add OpenMP's nothing directive support (con't)
    
    Fix directory to enable -fopenmp processing.
    
    gcc/testsuite/
            PR testsuite/101963
            * gfortran.dg/nothing-1.f90: Moved to ...
            * gfortran.dg/gomp/nothing-1.f90: ... here.
            * gfortran.dg/nothing-2.f90: Moved to ...
            * gfortran.dg/gomp/nothing-2.f90: ... here;
            avoid $ issue in $OMP in dg-error.

Diff:
---
 gcc/testsuite/gfortran.dg/{ => gomp}/nothing-1.f90 | 0
 gcc/testsuite/gfortran.dg/{ => gomp}/nothing-2.f90 | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gfortran.dg/nothing-1.f90 b/gcc/testsuite/gfortran.dg/gomp/nothing-1.f90
similarity index 100%
rename from gcc/testsuite/gfortran.dg/nothing-1.f90
rename to gcc/testsuite/gfortran.dg/gomp/nothing-1.f90
diff --git a/gcc/testsuite/gfortran.dg/nothing-2.f90 b/gcc/testsuite/gfortran.dg/gomp/nothing-2.f90
similarity index 75%
rename from gcc/testsuite/gfortran.dg/nothing-2.f90
rename to gcc/testsuite/gfortran.dg/gomp/nothing-2.f90
index 74a4a5a22b0..554d4ef99ca 100644
--- a/gcc/testsuite/gfortran.dg/nothing-2.f90
+++ b/gcc/testsuite/gfortran.dg/gomp/nothing-2.f90
@@ -3,5 +3,5 @@ pure subroutine foo
 end subroutine
 
 subroutine bar
-  !$omp nothing foo  ! { dg-error "Unexpected junk after $OMP NOTHING statement" }
+  !$omp nothing foo  ! { dg-error "Unexpected junk after .OMP NOTHING statement" }
 end


                 reply	other threads:[~2021-08-18 19:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210818195424.154C23889C0D@sourceware.org \
    --to=burnus@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).