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

            Bug ID: 109176
           Summary: internal compiler error: in to_constant, at
                    poly-int.h:504
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: malat at debian dot org
  Target Milestone: ---

I cannot compile highway on arm64 with gcc-13 anymore.

Compilation fais with:

/home/malat/h/highway/hwy/tests/mask_test.cc:230:21: internal compiler error:
in to_constant, at poly-int.h:504
  230 |   HWY_NOINLINE void operator()(T /*unused*/, D d) {
      |                     ^~~~~~~~
0x6a06eb poly_int_pod<2u, unsigned long>::to_constant() const [clone .part.0]
[clone .lto_priv.0]
        ../../src/gcc/poly-int.h:504
0xf5057b poly_int_pod<2u, unsigned long>::to_constant() const
        ../../src/gcc/poly-int.h:502
0x9451c3 nunits_for_known_piecewise_op
        ../../src/gcc/tree-vect-generic.cc:92
0x1e1b803 expand_vector_condition
        ../../src/gcc/tree-vect-generic.cc:1120
0x1a4b67b expand_vector_operations_1
        ../../src/gcc/tree-vect-generic.cc:2122
0x1a4b67b expand_vector_operations
        ../../src/gcc/tree-vect-generic.cc:2382
0x1a4b67b execute
        ../../src/gcc/tree-vect-generic.cc:2479
Please submit a full bug report, with preprocessed source (by using
-freport-bug).

ref:
*
https://buildd.debian.org/status/fetch.php?pkg=highway&arch=arm64&ver=1.0.4%7Egit20230317.8681eb8-1&stamp=1679067803&raw=0

Reply via email to