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/devel/omp/gcc-12] Fortran: Fix OpenMP clause name in error message
Date: Tue, 30 Aug 2022 19:54:16 +0000 (GMT)	[thread overview]
Message-ID: <20220830195416.C71D8382FDAA@sourceware.org> (raw)

https://gcc.gnu.org/g:44d5246bae8013e34f0fb2ff500d93e27f14f91f

commit 44d5246bae8013e34f0fb2ff500d93e27f14f91f
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Tue Aug 30 21:51:36 2022 +0200

    Fortran: Fix OpenMP clause name in error message
    
    gcc/fortran/ChangeLog:
    
            * openmp.cc (gfc_check_omp_requires): Fix clause name in error.
    
    Co-authored-by: Chung-Lin Tang <cltang@codesourcery.com>
    (cherry picked from commit 8af266501795dd76d05faef498dbd3472a01b305)

Diff:
---
 gcc/fortran/ChangeLog.omp | 8 ++++++++
 gcc/fortran/openmp.cc     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/gcc/fortran/ChangeLog.omp b/gcc/fortran/ChangeLog.omp
index b7ccae31907..f623b7201bb 100644
--- a/gcc/fortran/ChangeLog.omp
+++ b/gcc/fortran/ChangeLog.omp
@@ -1,3 +1,11 @@
+2022-08-30  Tobias Burnus  <tobias@codesourcery.com>
+
+	Backport from mainline:
+	2022-05-27  Tobias Burnus  <tobias@codesourcery.com>
+		    Chung-Lin Tang  <cltang@codesourcery.com>
+
+	* openmp.cc (gfc_check_omp_requires): Fix clause name in error.
+
 2022-08-23  Tobias Burnus  <tobias@codesourcery.com>
 
 	Backport from mainline:
diff --git a/gcc/fortran/openmp.cc b/gcc/fortran/openmp.cc
index 771aa83979b..5b30238a8bb 100644
--- a/gcc/fortran/openmp.cc
+++ b/gcc/fortran/openmp.cc
@@ -6135,7 +6135,7 @@ gfc_check_omp_requires (gfc_namespace *ns, int ref_omp_requires)
       if ((ref_omp_requires & OMP_REQ_REVERSE_OFFLOAD)
 	  && !(ns->omp_requires & OMP_REQ_REVERSE_OFFLOAD))
 	gfc_error ("Program unit at %L has OpenMP device constructs/routines "
-		   "but does not set !$OMP REQUIRES REVERSE_OFFSET but other "
+		   "but does not set !$OMP REQUIRES REVERSE_OFFLOAD but other "
 		   "program units do", &ns->proc_name->declared_at);
       if ((ref_omp_requires & OMP_REQ_UNIFIED_ADDRESS)
 	  && !(ns->omp_requires & OMP_REQ_UNIFIED_ADDRESS))

                 reply	other threads:[~2022-08-30 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=20220830195416.C71D8382FDAA@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).