From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F392F3858C52; Wed, 18 Oct 2023 07:37:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F392F3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697614660; bh=KLAHj/oWQGvUT+xOEJaIK8KmLBBtVBWmuo3SGSb4/wY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NpLuy1tDoCWGfJDIlaPF61xGyvHQ4P5e5ToLvV70YFOuNLVlavEbZDD+pAGEOtDTa UEVsSlRqIybxS3xZGrqelfcvJn+xUZBuGTuCdA28E8J82vnBT0I1k8s6NFxFtWqDsj mgqwHdHrFCAfIBY2bIIYBDeAklIOTmn3foijeJ+4= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111858] [14 Regression] ICE: in vectorizable_simd_clone_call, at tree-vect-stmts.cc:4263 Date: Wed, 18 Oct 2023 07:37:39 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.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: 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=3D111858 --- Comment #1 from Richard Biener --- Hm, I can't reproduce. Maybe fixed by r14-4682-g323209cd73bf1d?=