From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3D993858C5E; Tue, 21 Mar 2023 10:57:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3D993858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679396267; bh=lrQWaXEx0hUosAUhhvb0mVfYMM8uwTDiKRt/+x+jmgM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FnTVXX7Eta4yuD7439AoOS5ItJr/QlfMnUuBUZPTouzK9JMZ+dqF/2CMqbLVkok7n Nq7tDQUfuH0upnYcLMWn9TgrhT9P8iGffdlJJbNMRLWbVRDZYuENvwg7SWh0lfSQnx QZRKFZ71WLcnomPhvFH0jvoCnjIH2aEn9UBkyBoA= From: "ktkachov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109176] [13 Regression] internal compiler error: in to_constant, at poly-int.h:504 Date: Tue, 21 Mar 2023 10:57:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ktkachov at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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 --- Comment #10 from ktkachov at gcc dot gnu.org --- For the testcase, having it in gcc.target/aarch64/sve as /* { dg-options "-O2" } */ #include svbool_t foo (svint8_t a, svint8_t b, svbool_t c) { svbool_t d =3D svcmplt_s8 (svptrue_pat_b8 (SV_ALL), a, b); return svsel_b (d, c, d); } would be fine.=