From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90909388200F; Fri, 7 Jul 2023 08:27:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90909388200F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688718430; bh=RiVn8rjUuxx8gjl14kVi8Eyk9KgW67+8GP0hWV3kFrs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t7/6ICN62WDskgTQZHcqgt4wgqSD4zvu4ejxErNKaW1rf2WhGDILS38gUEkTuenkP BxVQJd6vZJ2WGNcO5LtdZCht5BtKYAcxvJyNZPcSHHtK4tApoi0iI2Ngd0MW/C6NGQ sZoBBj4Z0MyVa4MJC957d41+TLZOoVISGOg/tyW8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/90794] [10 Regression] -O3 with "VLA type" in C++ leads to an ICE Date: Fri, 07 Jul 2023 08:27:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone cf_known_to_fail bug_status 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=3D90794 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|10.5 |11.0 Known to fail| |10.5.0, 9.5.0 Status|NEW |RESOLVED --- Comment #14 from Richard Biener --- Fixed in GCC 11.=