public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gscfq@t-online.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/95109] [11 regression] ICE in gfortran.dg/gomp/target1.f90 after r11-349
Date: Thu, 02 Jul 2020 05:59:08 +0000	[thread overview]
Message-ID: <bug-95109-4-Nl9MgGVTh5@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-95109-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95109

--- Comment #6 from G. Steinmetz <gscfq@t-online.de> ---

And reducing especially the directives :

$ cat z1.f90
program p
   !$omp target data map(tofrom:n,r)
   !$omp target teams reduction(+:r)
   !$omp distribute parallel do simd collapse(2)
   do i = 1, 10
      do j = 1, 10
      end do
   end do
   !$omp end target teams
   !$omp end target data
end

  parent reply	other threads:[~2020-07-02  5:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 16:54 [Bug fortran/95109] New: " seurer at linux dot vnet.ibm.com
2020-05-13 17:08 ` [Bug fortran/95109] " burnus at gcc dot gnu.org
2020-05-14  6:16 ` rguenth at gcc dot gnu.org
2020-05-19 18:44 ` msebor at gcc dot gnu.org
2020-06-10  9:12 ` marxin at gcc dot gnu.org
2020-06-12  8:21 ` burnus at gcc dot gnu.org
2020-07-01 18:02 ` dominiq at lps dot ens.fr
2020-07-02  5:59 ` gscfq@t-online.de [this message]
2020-09-09  7:34 ` cvs-commit at gcc dot gnu.org
2020-09-09  9:55 ` cvs-commit at gcc dot gnu.org
2020-09-09 11:27 ` burnus at gcc dot gnu.org

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=bug-95109-4-Nl9MgGVTh5@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@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).