public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/94725] New: Tests with proprietary license notices
@ 2020-04-23  0:26 jsm28 at gcc dot gnu.org
  2020-04-23  6:08 ` [Bug testsuite/94725] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2020-04-23  0:26 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 94725
           Summary: Tests with proprietary license notices
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jsm28 at gcc dot gnu.org
  Target Milestone: ---

The tests gfortran.dg/dtio_5.f90 and gfortran.dg/pdt_5.f03 have proprietary
license notices that do not permit redistribution. This is contrary to the
principles described at https://gcc.gnu.org/legacy-ml/gcc/2000-01/msg00593.html
for what can go in the testsuite, so those tests should be removed from master
and all active release branches.

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

* [Bug testsuite/94725] Tests with proprietary license notices
  2020-04-23  0:26 [Bug testsuite/94725] New: Tests with proprietary license notices jsm28 at gcc dot gnu.org
@ 2020-04-23  6:08 ` rguenth at gcc dot gnu.org
  2020-04-23 16:49 ` ams at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2020-04-23  6:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle2 at outlook dot com,
                   |                            |pault at gcc dot gnu.org
   Last reconfirmed|                            |2020-04-23
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
CCing "authors" of the testcase.

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

* [Bug testsuite/94725] Tests with proprietary license notices
  2020-04-23  0:26 [Bug testsuite/94725] New: Tests with proprietary license notices jsm28 at gcc dot gnu.org
  2020-04-23  6:08 ` [Bug testsuite/94725] " rguenth at gcc dot gnu.org
@ 2020-04-23 16:49 ` ams at gcc dot gnu.org
  2020-04-28  9:06 ` pault at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ams at gcc dot gnu.org @ 2020-04-23 16:49 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Stubbs <ams at gcc dot gnu.org> changed:

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

--- Comment #2 from Andrew Stubbs <ams at gcc dot gnu.org> ---
The update-copyright.py can have the special handling removed.

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

* [Bug testsuite/94725] Tests with proprietary license notices
  2020-04-23  0:26 [Bug testsuite/94725] New: Tests with proprietary license notices jsm28 at gcc dot gnu.org
  2020-04-23  6:08 ` [Bug testsuite/94725] " rguenth at gcc dot gnu.org
  2020-04-23 16:49 ` ams at gcc dot gnu.org
@ 2020-04-28  9:06 ` pault at gcc dot gnu.org
  2020-04-30  9:20 ` pault at gcc dot gnu.org
  2021-05-04 12:32 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pault at gcc dot gnu.org @ 2020-04-28  9:06 UTC (permalink / raw)
  To: gcc-bugs

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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at gcc dot gnu.org      |pault at gcc dot gnu.org

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #1)
> CCing "authors" of the testcase.

Thanks Joseph and Richie,

I have a slot tomorrow morning, when I can deal with it. My preference would be
to go through the testcases to check which features are not tested elsewhere so
that I can write replacements. This might take a little longer than one
morning.

The pity is that, although Mark LeAir gave permission for use and the testcases
were published openly, the copyright is still held by Nvidia. Of the two,
dtio_5.f90 is the most straightforward to replace. pdt_5.f03 contains a few
workarounds to cover features not yet handled by gfortran. I must make sure
that there are PRs to cover them.

Best regards

Paul

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

* [Bug testsuite/94725] Tests with proprietary license notices
  2020-04-23  0:26 [Bug testsuite/94725] New: Tests with proprietary license notices jsm28 at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2020-04-28  9:06 ` pault at gcc dot gnu.org
@ 2020-04-30  9:20 ` pault at gcc dot gnu.org
  2021-05-04 12:32 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pault at gcc dot gnu.org @ 2020-04-30  9:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Paul Thomas <pault at gcc dot gnu.org> ---
https://gcc.gnu.org/g:31e6f8293362979aea53b5cae3fa6ab0b6981694

commit r10-8064-g31e6f8293362979aea53b5cae3fa6ab0b6981694
Author: Paul Thomas <paul.richard.thomas@gmail.com>
Date:   Thu Apr 30 09:56:01 2020 +0100

    PR94725 - deleting gfortran.dg/dtio_5.f90 and pdt_5.f03

Replacement tests are on their way but are taking a bit longer to prepare than
expected.

Paul

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

* [Bug testsuite/94725] Tests with proprietary license notices
  2020-04-23  0:26 [Bug testsuite/94725] New: Tests with proprietary license notices jsm28 at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2020-04-30  9:20 ` pault at gcc dot gnu.org
@ 2021-05-04 12:32 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-04 12:32 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

end of thread, other threads:[~2021-05-04 12:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23  0:26 [Bug testsuite/94725] New: Tests with proprietary license notices jsm28 at gcc dot gnu.org
2020-04-23  6:08 ` [Bug testsuite/94725] " rguenth at gcc dot gnu.org
2020-04-23 16:49 ` ams at gcc dot gnu.org
2020-04-28  9:06 ` pault at gcc dot gnu.org
2020-04-30  9:20 ` pault at gcc dot gnu.org
2021-05-04 12:32 ` rguenth 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).