public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/98757] New: New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error
@ 2021-01-19 22:56 seurer at gcc dot gnu.org
  2021-01-20  7:33 ` [Bug testsuite/98757] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: seurer at gcc dot gnu.org @ 2021-01-19 22:56 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98757
           Summary: New test case gfortran.dg/gomp/is_device_ptr-2.f90 in
                    r11-6787 fails with excess error
           Product: gcc
           Version: 11.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:049bfd186fae9fb764a3ec04acb20d3eaacda7a3, r11-6787

make  -k check-gcc RUNTESTFLAGS="gomp.exp=gfortran.dg/gomp/is_device_ptr-2.f90"
FAIL: gfortran.dg/gomp/is_device_ptr-2.f90   -O   (test for errors, line 11)
FAIL: gfortran.dg/gomp/is_device_ptr-2.f90   -O  (test for excess errors)
# of unexpected failures        2

spawn -ignore SIGHUP
/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../gfortran
-B/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../
-B/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/./libgfortran/
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gfortran.dg/gomp/is_device_ptr-2.f90
-fdiagnostics-plain-output -fdiagnostics-plain-output -O -fopenmp -S -o
is_device_ptr-2.s
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gfortran.dg/gomp/is_device_ptr-2.f90:11:36:
Error: Non-dummy object 'dd' in IS_DEVICE_PTR clause at (1)
compiler exited with status 1
FAIL: gfortran.dg/gomp/is_device_ptr-2.f90   -O   (test for errors, line 11)
Executing on host:
/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../gfortran
-B/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../
-B/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/./libgfortran/
exceptions_enabled128456.cc    -fdiagnostics-plain-output 
-fdiagnostics-plain-output  -S -o exceptions_enabled128456.s    (timeout = 300)
spawn -ignore SIGHUP
/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../gfortran
-B/home/seurer/gcc/git/build/gcc-test/gcc/testsuite/gfortran/../../
-B/home/seurer/gcc/git/build/gcc-test/powerpc64-unknown-linux-gnu/./libgfortran/
exceptions_enabled128456.cc -fdiagnostics-plain-output
-fdiagnostics-plain-output -S -o exceptions_enabled128456.s
FAIL: gfortran.dg/gomp/is_device_ptr-2.f90   -O  (test for excess errors)
Excess errors:
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gfortran.dg/gomp/is_device_ptr-2.f90:11:36:
Error: Non-dummy object 'dd' in IS_DEVICE_PTR clause at (1)


commit 049bfd186fae9fb764a3ec04acb20d3eaacda7a3
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Tue Jan 19 11:57:34 2021 +0100

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

* [Bug testsuite/98757] New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error
  2021-01-19 22:56 [Bug testsuite/98757] New: New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error seurer at gcc dot gnu.org
@ 2021-01-20  7:33 ` rguenth at gcc dot gnu.org
  2021-01-20  7:34 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-01-20  7:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
             Target|powerpc64*-linux-gnu        |powerpc64*-linux-gnu,
                   |                            |x86_64-*-*
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-01-20

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.

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

* [Bug testsuite/98757] New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error
  2021-01-19 22:56 [Bug testsuite/98757] New: New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error seurer at gcc dot gnu.org
  2021-01-20  7:33 ` [Bug testsuite/98757] " rguenth at gcc dot gnu.org
@ 2021-01-20  7:34 ` jakub at gcc dot gnu.org
  2021-01-20  7:35 ` cvs-commit at gcc dot gnu.org
  2021-01-20  8:26 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-01-20  7:34 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
https://gcc.gnu.org/pipermail/gcc-patches/2021-January/563858.html

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

* [Bug testsuite/98757] New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error
  2021-01-19 22:56 [Bug testsuite/98757] New: New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error seurer at gcc dot gnu.org
  2021-01-20  7:33 ` [Bug testsuite/98757] " rguenth at gcc dot gnu.org
  2021-01-20  7:34 ` jakub at gcc dot gnu.org
@ 2021-01-20  7:35 ` cvs-commit at gcc dot gnu.org
  2021-01-20  8:26 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-01-20  7:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <burnus@gcc.gnu.org>:

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

commit r11-6809-gc05cdfb3f6335d55226cef7917a783498aa41244
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Jan 20 08:31:30 2021 +0100

    OpenMP/Fortran: Fix gfortran.dg/gomp/is_device_ptr-2.f90

    gcc/testsuite/ChangeLog:

            PR fortran/98757
            PR fortran/98476
            * gfortran.dg/gomp/is_device_ptr-2.f90: Fix dg-error.

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

* [Bug testsuite/98757] New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error
  2021-01-19 22:56 [Bug testsuite/98757] New: New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-01-20  7:35 ` cvs-commit at gcc dot gnu.org
@ 2021-01-20  8:26 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2021-01-20  8:26 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

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

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> ---
FIXED – forgot a 'git add' after fixing it locally during initial testing.

Sorry for the breakage and thanks for the report!

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

end of thread, other threads:[~2021-01-20  8:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 22:56 [Bug testsuite/98757] New: New test case gfortran.dg/gomp/is_device_ptr-2.f90 in r11-6787 fails with excess error seurer at gcc dot gnu.org
2021-01-20  7:33 ` [Bug testsuite/98757] " rguenth at gcc dot gnu.org
2021-01-20  7:34 ` jakub at gcc dot gnu.org
2021-01-20  7:35 ` cvs-commit at gcc dot gnu.org
2021-01-20  8:26 ` burnus 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).