public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/103244] New: [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969
@ 2021-11-15  9:36 clyon at gcc dot gnu.org
  2021-11-15 11:27 ` [Bug other/103244] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: clyon at gcc dot gnu.org @ 2021-11-15  9:36 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103244
           Summary: [12 regression]
                    c-c++-common/goacc/firstprivate-mappings-1.c fails on
                    arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: clyon at gcc dot gnu.org
  Target Milestone: ---

I have noticed a failure on arm since
g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969

FAIL: c-c++-common/goacc/firstprivate-mappings-1.c scan-tree-dump omplower
"(?n)#pragma omp target oacc_parallel firstprivate\\(array_li.[0-9]+\\)
map\\(from:array_so \\[len: 4\\]\\) \\["

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/103244] [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969
  2021-11-15  9:36 [Bug other/103244] New: [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969 clyon at gcc dot gnu.org
@ 2021-11-15 11:27 ` rguenth at gcc dot gnu.org
  2021-11-15 11:33 ` [Bug testsuite/103244] " tschwinge at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-11-15 11:27 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/103244] [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969
  2021-11-15  9:36 [Bug other/103244] New: [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969 clyon at gcc dot gnu.org
  2021-11-15 11:27 ` [Bug other/103244] " rguenth at gcc dot gnu.org
@ 2021-11-15 11:33 ` tschwinge at gcc dot gnu.org
  2021-11-24 11:00 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2021-11-15 11:33 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |tschwinge at gcc dot gnu.org
                 CC|                            |tschwinge at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2021-11-15
     Ever confirmed|0                           |1
             Target|arm                         |

--- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Not just ARM.  I know what to do.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/103244] [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969
  2021-11-15  9:36 [Bug other/103244] New: [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969 clyon at gcc dot gnu.org
  2021-11-15 11:27 ` [Bug other/103244] " rguenth at gcc dot gnu.org
  2021-11-15 11:33 ` [Bug testsuite/103244] " tschwinge at gcc dot gnu.org
@ 2021-11-24 11:00 ` cvs-commit at gcc dot gnu.org
  2021-11-24 11:10 ` [Bug testsuite/103244] [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails in certain configurations " tschwinge at gcc dot gnu.org
  2021-11-25  0:08 ` fche2 at elastic dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-11-24 11:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwinge@gcc.gnu.org>:

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

commit r12-5498-gfdd34569e7a9fc2b6c638a7ef62b965ed7e832ce
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Nov 22 17:29:09 2021 +0100

    Restore previous OpenACC implicit data clauses ordering [PR103244]

    Follow-up for recent commit b7e20480630e3eeb9eed8b3941da3b3f0c22c969
    "openmp: Relax handling of implicit map vs. existing device mappings".

    As discussed, we likely also for OpenACC ought to use
    'OMP_CLAUSE_MAP_RUNTIME_IMPLICIT_P' and do the appropriate implicit clauses
    ordering -- but that's for a separate step.

            gcc/
            PR middle-end/103244
            * gimplify.c (gimplify_adjust_omp_clauses): Restore previous
            OpenACC behavior.
            gcc/testsuite/
            PR middle-end/103244
            * c-c++-common/goacc/combined-reduction.c: Revert/expect previous
            OpenACC behavior.
            * c-c++-common/goacc/firstprivate-mappings-1.c: Likewise.
            * c-c++-common/goacc/mdc-1.c: Likewise.
            * g++.dg/goacc/firstprivate-mappings-1.C: Likewise.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/103244] [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails in certain configurations since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969
  2021-11-15  9:36 [Bug other/103244] New: [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969 clyon at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-11-24 11:00 ` cvs-commit at gcc dot gnu.org
@ 2021-11-24 11:10 ` tschwinge at gcc dot gnu.org
  2021-11-25  0:08 ` fche2 at elastic dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tschwinge at gcc dot gnu.org @ 2021-11-24 11:10 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
            Summary|[12 regression]             |[12 regression]
                   |c-c++-common/goacc/firstpri |c-c++-common/goacc/firstpri
                   |vate-mappings-1.c fails on  |vate-mappings-1.c fails in
                   |arm since                   |certain configurations
                   |g:b7e20480630e3eeb9eed8b394 |since
                   |1da3b3f0c22c969             |g:b7e20480630e3eeb9eed8b394
                   |                            |1da3b3f0c22c969
         Resolution|---                         |FIXED

--- Comment #3 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Expected to be fixed.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug testsuite/103244] [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails in certain configurations since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969
  2021-11-15  9:36 [Bug other/103244] New: [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969 clyon at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-11-24 11:10 ` [Bug testsuite/103244] [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails in certain configurations " tschwinge at gcc dot gnu.org
@ 2021-11-25  0:08 ` fche2 at elastic dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fche2 at elastic dot org @ 2021-11-25  0:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from test test <fche2 at elastic dot org> ---
(test, ignore)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-25  0:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15  9:36 [Bug other/103244] New: [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails on arm since g:b7e20480630e3eeb9eed8b3941da3b3f0c22c969 clyon at gcc dot gnu.org
2021-11-15 11:27 ` [Bug other/103244] " rguenth at gcc dot gnu.org
2021-11-15 11:33 ` [Bug testsuite/103244] " tschwinge at gcc dot gnu.org
2021-11-24 11:00 ` cvs-commit at gcc dot gnu.org
2021-11-24 11:10 ` [Bug testsuite/103244] [12 regression] c-c++-common/goacc/firstprivate-mappings-1.c fails in certain configurations " tschwinge at gcc dot gnu.org
2021-11-25  0:08 ` fche2 at elastic dot org

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).