From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2BF153858288; Thu, 22 Dec 2022 11:21:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BF153858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671708110; bh=1689fe7mPJ769oLk4IEHxX4PCfYAptRXkPMkIvIeBzU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mfg1HtIi3KGYOKl+rqcU6mtcnxBaXyRjkTuEuT6Nlte8mv6fPc6Ak79gPoWjokDzG bjWgq8DYbYUxqY7v3kGpgoWfJzvp4GUqx0kmEZ3Cmd9VhK7Q9c9BCTZRb+EveDh8T8 mXcl955TpHr4noOeU9fNgioaa2nNEga4LRVbsWRk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107451] [11/12 Regression] Segmentation fault with vectorized code since r11-6434 Date: Thu, 22 Dec 2022 11:21: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: 11.3.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc priority 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=3D107451 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |13.0 Summary|[11/12/13 Regression] |[11/12 Regression] |Segmentation fault with |Segmentation fault with |vectorized code since |vectorized code since |r11-6434 |r11-6434 Priority|P3 |P2 --- Comment #12 from Richard Biener --- Fixed on trunk sofar.=