From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 43D033858D28; Fri, 17 Mar 2023 16:19:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 43D033858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679069958; bh=nIRL5asLBheN9F7+xmtoKWfwVtHFNxYhXVni6HpYIoY=; h=From:To:Subject:Date:From; b=KNOBoEGj9gxnBSsyyZw6248w5XnKFxEWT2IZGay7sXsTFJhzWyTAePCcJvAJIShAC QLC6zSr6wYxW7UVxrSksBwhJlpU6vo/R/LCssnoU9EhojJR/mpnZyfCkZ/lgx15dsF zgf3/o86sl2MM6GV5bgYNmuKYLC+uIWQCl2JaLWM= From: "malat at debian dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109176] New: internal compiler error: in to_constant, at poly-int.h:504 Date: Fri, 17 Mar 2023 16:19:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: malat at debian dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109176 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 erro= r: 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=3Dhighway&arch=3Darm64&ver= =3D1.0.4%7Egit20230317.8681eb8-1&stamp=3D1679067803&raw=3D0=