public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/104562] New: [12 regression] gfortran.dg/gomp/depend-5.f90 fails after r12-7242-g3939c1b11279dc
@ 2022-02-16  3:38 seurer at gcc dot gnu.org
  2022-02-16  7:58 ` [Bug testsuite/104562] " burnus at gcc dot gnu.org
  2022-02-16 13:25 ` seurer at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-02-16  3:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104562
           Summary: [12 regression] gfortran.dg/gomp/depend-5.f90 fails
                    after r12-7242-g3939c1b11279dc
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:3939c1b11279dc950d2f160eb940dd791f7b40f1, r12-7242-g3939c1b11279dc

This new test case is failing on our powerpc64 BE machines.

make  -k check-gcc RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'
gomp.exp=gfortran.dg/gomp/depend-5.f90"
FAIL: gfortran.dg/gomp/depend-5.f90   -O   scan-tree-dump-times original
"#pragma omp task depend\\(depobj:\\(\\*\\(integer\\(kind=16\\)\\[0:\\] \\*
restrict\\) aaa.data\\)\\[aaa.offset \\+ 2\\]\\)" 1
FAIL: gfortran.dg/gomp/depend-5.f90   -O   scan-tree-dump-times original
"#pragma omp task depend\\(depobj:\\*\\(integer\\(kind=16\\) \\*\\) \\(aap.data
\\+ \\(sizetype\\) \\(\\(aap.offset \\+ aap.dim\\[0\\].stride \\* 2\\) \\*
aap.span\\)\\)\\)" 1
FAIL: gfortran.dg/gomp/depend-5.f90   -O   scan-tree-dump-times original
"#pragma omp task depend\\(depobj:\\(\\*\\(integer\\(kind=16\\)\\[0:\\] \\*
restrict\\) daaa->data\\)\\[daaa->offset \\+ 2\\]\\)" 1
FAIL: gfortran.dg/gomp/depend-5.f90   -O   scan-tree-dump-times original
"#pragma omp task depend\\(depobj:\\*\\(integer\\(kind=16\\) \\*\\)
\\(daap->data \\+ \\(sizetype\\) \\(\\(daap->offset \\+ daap->dim\\[0\\].stride
\\* 2\\) \\* daap->span\\)\\)\\)" 1
FAIL: gfortran.dg/gomp/depend-5.f90   -O   scan-tree-dump-times original
"#pragma omp task depend\\(depobj:\\(\\*\\(integer\\(kind=16\\)\\[0:\\] \\*
restrict\\) doaaa->data\\)\\[doaaa->offset \\+ 2\\]\\)" 1
FAIL: gfortran.dg/gomp/depend-5.f90   -O   scan-tree-dump-times original
"#pragma omp task depend\\(depobj:\\*\\(integer\\(kind=16\\) \\*\\)
\\(doaap->data \\+ \\(sizetype\\) \\(\\(doaap->offset \\+
doaap->dim\\[0\\].stride \\* 2\\) \\* doaap->span\\)\\)\\)" 1


commit 3939c1b11279dc950d2f160eb940dd791f7b40f1
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Tue Feb 15 12:26:48 2022 +0100

    Fortran/OpenMP: Fix depend-clause handling

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

* [Bug testsuite/104562] [12 regression] gfortran.dg/gomp/depend-5.f90 fails after r12-7242-g3939c1b11279dc
  2022-02-16  3:38 [Bug testsuite/104562] New: [12 regression] gfortran.dg/gomp/depend-5.f90 fails after r12-7242-g3939c1b11279dc seurer at gcc dot gnu.org
@ 2022-02-16  7:58 ` burnus at gcc dot gnu.org
  2022-02-16 13:25 ` seurer at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: burnus at gcc dot gnu.org @ 2022-02-16  7:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
That should be already fixed by
  r12-7250-g4d74ea551734694c225643c4069b1b4d4d2b05ed
  "Fortran/OpenMP: Fix depend-clause handling for c_ptr"

Crossref: PR 104545 was about the original issue.

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

* [Bug testsuite/104562] [12 regression] gfortran.dg/gomp/depend-5.f90 fails after r12-7242-g3939c1b11279dc
  2022-02-16  3:38 [Bug testsuite/104562] New: [12 regression] gfortran.dg/gomp/depend-5.f90 fails after r12-7242-g3939c1b11279dc seurer at gcc dot gnu.org
  2022-02-16  7:58 ` [Bug testsuite/104562] " burnus at gcc dot gnu.org
@ 2022-02-16 13:25 ` seurer at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-02-16 13:25 UTC (permalink / raw)
  To: gcc-bugs

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

seurer at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from seurer at gcc dot gnu.org ---
OK, thanks

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

end of thread, other threads:[~2022-02-16 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16  3:38 [Bug testsuite/104562] New: [12 regression] gfortran.dg/gomp/depend-5.f90 fails after r12-7242-g3939c1b11279dc seurer at gcc dot gnu.org
2022-02-16  7:58 ` [Bug testsuite/104562] " burnus at gcc dot gnu.org
2022-02-16 13:25 ` seurer at gcc dot gnu.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).