From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 98B423856962; Mon, 29 May 2023 10:07:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98B423856962 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685354826; bh=WrR+HcqL8uldKTsMX7T/PIIE1wdxi7bA2hNXdgd+SMQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GQA+Ipp8iZWKjGGu2iX5KQBSZY2gI8X1Vpwz3hyDUErJt6GxOMma4DrdmP552wm6i bhdq+XdtXbMC9C7RZT0rToJ6H1wHkkcr5cFtN+sh4x7BHspvMh2bpQg2fY47PEJlo6 1/eTlQyT1bEpJA1JIEos5eWki3+1eW2nRPW4dnJk= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/105769] [11/12/13/14 Regression] program segmentation fault with -ftree-vectorize and nested lambdas Date: Mon, 29 May 2023 10:07:06 +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.2.1 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D105769 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|11.4 |11.5 --- Comment #16 from Jakub Jelinek --- GCC 11.4 is being released, retargeting bugs to GCC 11.5.=