public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/95258] New: -march=native doesn't handle -mavx512vpopcntdq
@ 2020-05-21 12:29 hjl.tools at gmail dot com
  2020-05-22 11:19 ` [Bug target/95258] " cvs-commit at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2020-05-21 12:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95258
           Summary: -march=native doesn't handle -mavx512vpopcntdq
           Product: gcc
           Version: 8.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: ubizjak at gmail dot com
  Target Milestone: ---
            Target: i386,x86-64

AVX512VPOPCNTDQ check is missing from driver-i386.c

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

* [Bug target/95258] -march=native doesn't handle -mavx512vpopcntdq
  2020-05-21 12:29 [Bug target/95258] New: -march=native doesn't handle -mavx512vpopcntdq hjl.tools at gmail dot com
@ 2020-05-22 11:19 ` cvs-commit at gcc dot gnu.org
  2020-05-22 11:54 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-22 11:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 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:808b611bfb4b05703ea174e50874c711dca44c98

commit r11-570-g808b611bfb4b05703ea174e50874c711dca44c98
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri May 22 04:18:34 2020 -0700

    x86: Handle -mavx512vpopcntdq for -march=native

    Add -mavx512vpopcntdq for -march=native if AVX512VPOPCNTDQ is available.

            PR target/95258
            * config/i386/driver-i386.c (host_detect_local_cpu): Detect
            AVX512VPOPCNTDQ.

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

* [Bug target/95258] -march=native doesn't handle -mavx512vpopcntdq
  2020-05-21 12:29 [Bug target/95258] New: -march=native doesn't handle -mavx512vpopcntdq hjl.tools at gmail dot com
  2020-05-22 11:19 ` [Bug target/95258] " cvs-commit at gcc dot gnu.org
@ 2020-05-22 11:54 ` hjl.tools at gmail dot com
  2020-05-24 11:18 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2020-05-22 11:54 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

* [Bug target/95258] -march=native doesn't handle -mavx512vpopcntdq
  2020-05-21 12:29 [Bug target/95258] New: -march=native doesn't handle -mavx512vpopcntdq hjl.tools at gmail dot com
  2020-05-22 11:19 ` [Bug target/95258] " cvs-commit at gcc dot gnu.org
  2020-05-22 11:54 ` hjl.tools at gmail dot com
@ 2020-05-24 11:18 ` cvs-commit at gcc dot gnu.org
  2020-05-24 11:23 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-24 11:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 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:af216f799553b9306cb662fc303412a244215ec5

commit r10-8176-gaf216f799553b9306cb662fc303412a244215ec5
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri May 22 04:18:34 2020 -0700

    x86: Handle -mavx512vpopcntdq for -march=native

    Add -mavx512vpopcntdq for -march=native if AVX512VPOPCNTDQ is available.

            PR target/95258
            * config/i386/driver-i386.c (host_detect_local_cpu): Detect
            AVX512VPOPCNTDQ.

    (cherry picked from commit 808b611bfb4b05703ea174e50874c711dca44c98)

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

* [Bug target/95258] -march=native doesn't handle -mavx512vpopcntdq
  2020-05-21 12:29 [Bug target/95258] New: -march=native doesn't handle -mavx512vpopcntdq hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2020-05-24 11:18 ` cvs-commit at gcc dot gnu.org
@ 2020-05-24 11:23 ` cvs-commit at gcc dot gnu.org
  2020-05-24 11:35 ` cvs-commit at gcc dot gnu.org
  2020-05-24 11:36 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-24 11:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 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:81e65b210d33bad3e9263cd74fd8eca775df6ff9

commit r9-8618-g81e65b210d33bad3e9263cd74fd8eca775df6ff9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri May 22 04:18:34 2020 -0700

    x86: Handle -mavx512vpopcntdq for -march=native

    Add -mavx512vpopcntdq for -march=native if AVX512VPOPCNTDQ is available.

            PR target/95258
            * config/i386/driver-i386.c (host_detect_local_cpu): Detect
            AVX512VPOPCNTDQ.

    (cherry picked from commit 808b611bfb4b05703ea174e50874c711dca44c98)

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

* [Bug target/95258] -march=native doesn't handle -mavx512vpopcntdq
  2020-05-21 12:29 [Bug target/95258] New: -march=native doesn't handle -mavx512vpopcntdq hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2020-05-24 11:23 ` cvs-commit at gcc dot gnu.org
@ 2020-05-24 11:35 ` cvs-commit at gcc dot gnu.org
  2020-05-24 11:36 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-05-24 11:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 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:0055fa9a7b7239c50e6067724f28e64eceadd0fe

commit r8-10270-g0055fa9a7b7239c50e6067724f28e64eceadd0fe
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri May 22 04:18:34 2020 -0700

    x86: Handle -mavx512vpopcntdq for -march=native

    Add -mavx512vpopcntdq for -march=native if AVX512VPOPCNTDQ is available.

            PR target/95258
            * config/i386/driver-i386.c (host_detect_local_cpu): Detect
            AVX512VPOPCNTDQ.

    (cherry picked from commit 808b611bfb4b05703ea174e50874c711dca44c98)

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

* [Bug target/95258] -march=native doesn't handle -mavx512vpopcntdq
  2020-05-21 12:29 [Bug target/95258] New: -march=native doesn't handle -mavx512vpopcntdq hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2020-05-24 11:35 ` cvs-commit at gcc dot gnu.org
@ 2020-05-24 11:36 ` hjl.tools at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2020-05-24 11:36 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

end of thread, other threads:[~2020-05-24 11:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-21 12:29 [Bug target/95258] New: -march=native doesn't handle -mavx512vpopcntdq hjl.tools at gmail dot com
2020-05-22 11:19 ` [Bug target/95258] " cvs-commit at gcc dot gnu.org
2020-05-22 11:54 ` hjl.tools at gmail dot com
2020-05-24 11:18 ` cvs-commit at gcc dot gnu.org
2020-05-24 11:23 ` cvs-commit at gcc dot gnu.org
2020-05-24 11:35 ` cvs-commit at gcc dot gnu.org
2020-05-24 11:36 ` 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).