public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Tobias Burnus <Tobias_Burnus@mentor.com>
Cc: gcc-patches <gcc-patches@gcc.gnu.org>, fortran <fortran@gcc.gnu.org>
Subject: Re: [Patch] OpenMP: Handle tofrom with target enter/exit data
Date: Fri, 1 Jul 2022 17:48:37 +0200	[thread overview]
Message-ID: <Yr8XVS5VDpxLrIhC@tucnak> (raw)
In-Reply-To: <040a82bc-68df-4743-0002-44a39d5666ff@mentor.com>

On Fri, Jul 01, 2022 at 05:41:27PM +0200, Tobias Burnus wrote:
> --- a/gcc/fortran/dump-parse-tree.cc
> +++ b/gcc/fortran/dump-parse-tree.cc
> @@ -1414,6 +1414,11 @@ show_omp_namelist (int list_type, gfc_omp_namelist *n)
>  	  case OMP_MAP_TO: fputs ("to:", dumpfile); break;
>  	  case OMP_MAP_FROM: fputs ("from:", dumpfile); break;
>  	  case OMP_MAP_TOFROM: fputs ("tofrom:", dumpfile); break;
> +	  case OMP_MAP_ALWAYS_TO: fputs ("always,to:", dumpfile); break;
> +	  case OMP_MAP_ALWAYS_FROM: fputs ("always,from:", dumpfile); break;
> +	  case OMP_MAP_ALWAYS_TOFROM: fputs ("always,tofrom:", dumpfile); break;
> +	  case OMP_MAP_DELETE: fputs ("always,tofrom:", dumpfile); break;
> +	  case OMP_MAP_RELEASE: fputs ("always,tofrom:", dumpfile); break;

Pasto in the last 2 lines?

Other than that LGTM.

	Jakub


      reply	other threads:[~2022-07-01 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01 15:41 Tobias Burnus
2022-07-01 15:48 ` Jakub Jelinek [this message]

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=Yr8XVS5VDpxLrIhC@tucnak \
    --to=jakub@redhat.com \
    --cc=Tobias_Burnus@mentor.com \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc-patches@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).