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

Reply via email to