From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 21CB43858CDB; Wed, 29 Mar 2023 11:15:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 21CB43858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680088505; bh=xH9bEUr66SBZ7+NuLh20WwcSpeXYT9G5O9Z/+R1X0Yg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bVDkOibN/CHyEjoF8sTn5rLBkYUFSeL/fGFHXLVUTmJnL79EapltZXmqtId1ZXb1r tL87hurlZMrt32ytwbVwQ/bYFwT+PqhlJMIbDRbFX7gWtXLKUEVqyUA7N+7wMf1yi3 n17lWf/NvEKwJDeoX/TrEmMMIBhKQaVjdQmdznm0= From: "siddhesh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/104970] [12 Regression] ICE in execute_todo, at passes.cc:2133 since r12-6480-gea19c8f33a3a8d2b Date: Wed, 29 Mar 2023 11:15:03 +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: 12.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: siddhesh at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: siddhesh at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.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=3D104970 --- Comment #14 from Siddhesh Poyarekar --- (In reply to Martin Uecker from comment #13) > This fix seem too radical. It now prevents this from working even when th= ere > is an explicit attribute but there is also a VLA bound. Also I think it > would be nice if it worked without the explicit attribute at least in the > simple cases where this should be now problem. I've cloned this to bug 109334.=