public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers
@ 2020-09-28 15:30 wwwhhhyyy333 at gmail dot com
  2020-09-28 15:35 ` [Bug target/97231] " wwwhhhyyy333 at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: wwwhhhyyy333 at gmail dot com @ 2020-09-28 15:30 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 97231
           Summary: Missing FSF copyright notes for some x86 intrinsic
                    headers
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: wwwhhhyyy333 at gmail dot com
  Target Milestone: ---

Many x86 intrinsic header files doesn't have FSF copyright:

amxbf16intrin.h
amxint8intrin.h
amxtileintrin.h
avx512vp2intersectintrin.h
avx512vp2intersectvlintrin.h
pconfigintrin.h
tsxldtrkintrin.h
wbnoinvdintrin.h

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

* [Bug target/97231] Missing FSF copyright notes for some x86 intrinsic headers
  2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
@ 2020-09-28 15:35 ` wwwhhhyyy333 at gmail dot com
  2020-09-28 15:57 ` hjl.tools at gmail dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: wwwhhhyyy333 at gmail dot com @ 2020-09-28 15:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Hongyu Wang <wwwhhhyyy333 at gmail dot com> ---
Created attachment 49280
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49280&action=edit
A patch

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

* [Bug target/97231] Missing FSF copyright notes for some x86 intrinsic headers
  2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
  2020-09-28 15:35 ` [Bug target/97231] " wwwhhhyyy333 at gmail dot com
@ 2020-09-28 15:57 ` hjl.tools at gmail dot com
  2020-09-29 12:41 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2020-09-28 15:57 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2020-09-28
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
LGTM.  Please submit it to the GCC patches mailing list.

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

* [Bug target/97231] Missing FSF copyright notes for some x86 intrinsic headers
  2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
  2020-09-28 15:35 ` [Bug target/97231] " wwwhhhyyy333 at gmail dot com
  2020-09-28 15:57 ` hjl.tools at gmail dot com
@ 2020-09-29 12:41 ` cvs-commit at gcc dot gnu.org
  2020-09-29 12:43 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-09-29 12:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@gcc.gnu.org>:

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

commit r11-3525-gd68f4d2ecb8ed6781e4e535d2abc498b1674d68a
Author: Hongyu Wang <hongyu.wang@intel.com>
Date:   Mon Sep 28 22:22:28 2020 +0000

    Add missing FSF copyright notes for x86 intrinsic headers.

    gcc/ChangeLog:

            PR target/97231
            * config/i386/amxbf16intrin.h: Add FSF copyright notes.
            * config/i386/amxint8intrin.h: Ditto.
            * config/i386/amxtileintrin.h: Ditto.
            * config/i386/avx512vp2intersectintrin.h: Ditto.
            * config/i386/avx512vp2intersectvlintrin.h: Ditto.
            * config/i386/pconfigintrin.h: Ditto.
            * config/i386/tsxldtrkintrin.h: Ditto.
            * config/i386/wbnoinvdintrin.h: Ditto.

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

* [Bug target/97231] Missing FSF copyright notes for some x86 intrinsic headers
  2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
                   ` (2 preceding siblings ...)
  2020-09-29 12:41 ` cvs-commit at gcc dot gnu.org
@ 2020-09-29 12:43 ` hjl.tools at gmail dot com
  2020-09-29 18:08 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2020-09-29 12:43 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|11.0                        |8.4.1

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for GCC 11 so far.

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

* [Bug target/97231] Missing FSF copyright notes for some x86 intrinsic headers
  2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
                   ` (3 preceding siblings ...)
  2020-09-29 12:43 ` hjl.tools at gmail dot com
@ 2020-09-29 18:08 ` cvs-commit at gcc dot gnu.org
  2020-09-29 18:16 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-09-29 18:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by H.J. Lu <hjl@gcc.gnu.org>:

https://gcc.gnu.org/g:93212f3e15c5e13cb1eed430e880f35edc108b13

commit r10-8826-g93212f3e15c5e13cb1eed430e880f35edc108b13
Author: Hongyu Wang <hongyu.wang@intel.com>
Date:   Mon Sep 28 22:22:28 2020 +0000

    Add missing FSF copyright notes for x86 intrinsic headers.

    gcc/ChangeLog:

            PR target/97231
            * config/i386/avx512vp2intersectintrin.h: Add FSF copyright notes.
            * config/i386/avx512vp2intersectvlintrin.h: Ditto.
            * config/i386/pconfigintrin.h: Ditto.
            * config/i386/wbnoinvdintrin.h: Ditto.

    (cherry picked from commit d68f4d2ecb8ed6781e4e535d2abc498b1674d68a)

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

* [Bug target/97231] Missing FSF copyright notes for some x86 intrinsic headers
  2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
                   ` (4 preceding siblings ...)
  2020-09-29 18:08 ` cvs-commit at gcc dot gnu.org
@ 2020-09-29 18:16 ` cvs-commit at gcc dot gnu.org
  2020-09-29 18:20 ` cvs-commit at gcc dot gnu.org
  2020-09-29 18:21 ` hjl.tools at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-09-29 18:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-9 branch has been updated by H.J. Lu <hjl@gcc.gnu.org>:

https://gcc.gnu.org/g:97bbda2c7e29e39719278055bcc7b07a5e89eba3

commit r9-8957-g97bbda2c7e29e39719278055bcc7b07a5e89eba3
Author: Hongyu Wang <hongyu.wang@intel.com>
Date:   Mon Sep 28 22:22:28 2020 +0000

    Add missing FSF copyright notes for x86 intrinsic headers.

    gcc/ChangeLog:

            PR target/97231
            * config/i386/pconfigintrin.h: Add FSF copyright notes.
            * config/i386/wbnoinvdintrin.h: Ditto.

    (cherry picked from commit d68f4d2ecb8ed6781e4e535d2abc498b1674d68a)

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

* [Bug target/97231] Missing FSF copyright notes for some x86 intrinsic headers
  2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
                   ` (5 preceding siblings ...)
  2020-09-29 18:16 ` cvs-commit at gcc dot gnu.org
@ 2020-09-29 18:20 ` cvs-commit at gcc dot gnu.org
  2020-09-29 18:21 ` hjl.tools at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-09-29 18:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by H.J. Lu <hjl@gcc.gnu.org>:

https://gcc.gnu.org/g:528348fca9a9a29ba40a32df8f1a0dc95b101aa7

commit r8-10554-g528348fca9a9a29ba40a32df8f1a0dc95b101aa7
Author: Hongyu Wang <hongyu.wang@intel.com>
Date:   Mon Sep 28 22:22:28 2020 +0000

    Add missing FSF copyright notes for x86 intrinsic headers.

    gcc/ChangeLog:

            PR target/97231
            * config/i386/pconfigintrin.h: Add FSF copyright notes.
            * config/i386/wbnoinvdintrin.h: Ditto.

    (cherry picked from commit d68f4d2ecb8ed6781e4e535d2abc498b1674d68a)

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

* [Bug target/97231] Missing FSF copyright notes for some x86 intrinsic headers
  2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
                   ` (6 preceding siblings ...)
  2020-09-29 18:20 ` cvs-commit at gcc dot gnu.org
@ 2020-09-29 18:21 ` hjl.tools at gmail dot com
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2020-09-29 18:21 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |8.5
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for GCC 8.5, 9.4 and 10.3.

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

end of thread, other threads:[~2020-09-29 18:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28 15:30 [Bug target/97231] New: Missing FSF copyright notes for some x86 intrinsic headers wwwhhhyyy333 at gmail dot com
2020-09-28 15:35 ` [Bug target/97231] " wwwhhhyyy333 at gmail dot com
2020-09-28 15:57 ` hjl.tools at gmail dot com
2020-09-29 12:41 ` cvs-commit at gcc dot gnu.org
2020-09-29 12:43 ` hjl.tools at gmail dot com
2020-09-29 18:08 ` cvs-commit at gcc dot gnu.org
2020-09-29 18:16 ` cvs-commit at gcc dot gnu.org
2020-09-29 18:20 ` cvs-commit at gcc dot gnu.org
2020-09-29 18:21 ` hjl.tools at gmail dot com

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