public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/95525] New: Bitmask conflict between PTA_AVX512VP2INTERSECT  and PTA_WAITPKG
@ 2020-06-04  6:53 lili.cui at intel dot com
  2020-06-04  7:24 ` [Bug target/95525] " ubizjak at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lili.cui at intel dot com @ 2020-06-04  6:53 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 95525
           Summary: Bitmask conflict between PTA_AVX512VP2INTERSECT  and
                    PTA_WAITPKG
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: lili.cui at intel dot com
  Target Milestone: ---

In gcc trunk, bitmask conflict between PTA_AVX512VP2INTERSECT  and PTA_WAITPKG
in gcc/config/i386/i386.h

const wide_int_bitmask PTA_AVX512VP2INTERSECT (0, HOST_WIDE_INT_1U << 9);
const wide_int_bitmask PTA_WAITPKG (0, HOST_WIDE_INT_1U << 9);

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

* [Bug target/95525] Bitmask conflict between PTA_AVX512VP2INTERSECT  and PTA_WAITPKG
  2020-06-04  6:53 [Bug target/95525] New: Bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG lili.cui at intel dot com
@ 2020-06-04  7:24 ` ubizjak at gmail dot com
  2020-06-04  7:25 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2020-06-04  7:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Uroš Bizjak <ubizjak at gmail dot com> ---
PTA_WAITPKG is currently unused. Please just move PTA_WAITPKG and subsequent
bits for one place to the left.

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

* [Bug target/95525] Bitmask conflict between PTA_AVX512VP2INTERSECT  and PTA_WAITPKG
  2020-06-04  6:53 [Bug target/95525] New: Bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG lili.cui at intel dot com
  2020-06-04  7:24 ` [Bug target/95525] " ubizjak at gmail dot com
@ 2020-06-04  7:25 ` ubizjak at gmail dot com
  2020-06-05  3:45 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2020-06-04  7:25 UTC (permalink / raw)
  To: gcc-bugs

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

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Target Milestone|---                         |10.2
   Last reconfirmed|                            |2020-06-04
             Status|UNCONFIRMED                 |NEW

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

* [Bug target/95525] Bitmask conflict between PTA_AVX512VP2INTERSECT  and PTA_WAITPKG
  2020-06-04  6:53 [Bug target/95525] New: Bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG lili.cui at intel dot com
  2020-06-04  7:24 ` [Bug target/95525] " ubizjak at gmail dot com
  2020-06-04  7:25 ` ubizjak at gmail dot com
@ 2020-06-05  3:45 ` cvs-commit at gcc dot gnu.org
  2020-06-05  4:14 ` cvs-commit at gcc dot gnu.org
  2020-06-05  5:16 ` lili.cui at intel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-06-05  3:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by hongtao Liu <liuhongt@gcc.gnu.org>:

https://gcc.gnu.org/g:6c6931a353a6c41b2c9eb4bd2abec540104e940f

commit r11-962-g6c6931a353a6c41b2c9eb4bd2abec540104e940f
Author: Cui,Lili <lili.cui@intel.com>
Date:   Thu Jun 4 15:01:43 2020 +0800

    Fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG in
gcc/config/i386/i386.h

    2020-06-05  Lili Cui  <lili.cui@intel.com>

    gcc/ChangeLog:
            PR target/95525
            * config/i386/i386.h (PTA_WAITPKG): Change bitmask value.

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

* [Bug target/95525] Bitmask conflict between PTA_AVX512VP2INTERSECT  and PTA_WAITPKG
  2020-06-04  6:53 [Bug target/95525] New: Bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG lili.cui at intel dot com
                   ` (2 preceding siblings ...)
  2020-06-05  3:45 ` cvs-commit at gcc dot gnu.org
@ 2020-06-05  4:14 ` cvs-commit at gcc dot gnu.org
  2020-06-05  5:16 ` lili.cui at intel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-06-05  4:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by hongtao Liu
<liuhongt@gcc.gnu.org>:

https://gcc.gnu.org/g:676250d6f9692a8e338bb758c808209ac6c00df1

commit r10-8245-g676250d6f9692a8e338bb758c808209ac6c00df1
Author: Cui,Lili <lili.cui@intel.com>
Date:   Thu Jun 4 15:01:43 2020 +0800

    Fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG in
gcc/config/i386/i386.h

    2020-06-05  Lili Cui  <lili.cui@intel.com>

    gcc/ChangeLog:
            PR target/95525
            * config/i386/i386.h (PTA_WAITPKG): Change bitmask value.

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

* [Bug target/95525] Bitmask conflict between PTA_AVX512VP2INTERSECT  and PTA_WAITPKG
  2020-06-04  6:53 [Bug target/95525] New: Bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG lili.cui at intel dot com
                   ` (3 preceding siblings ...)
  2020-06-05  4:14 ` cvs-commit at gcc dot gnu.org
@ 2020-06-05  5:16 ` lili.cui at intel dot com
  4 siblings, 0 replies; 6+ messages in thread
From: lili.cui at intel dot com @ 2020-06-05  5:16 UTC (permalink / raw)
  To: gcc-bugs

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

cuilili <lili.cui at intel dot com> changed:

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

--- Comment #4 from cuilili <lili.cui at intel dot com> ---
Fixed for GCC 11, GCC 10.

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

end of thread, other threads:[~2020-06-05  5:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04  6:53 [Bug target/95525] New: Bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG lili.cui at intel dot com
2020-06-04  7:24 ` [Bug target/95525] " ubizjak at gmail dot com
2020-06-04  7:25 ` ubizjak at gmail dot com
2020-06-05  3:45 ` cvs-commit at gcc dot gnu.org
2020-06-05  4:14 ` cvs-commit at gcc dot gnu.org
2020-06-05  5:16 ` lili.cui at intel 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).