From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5837E3856DC4; Tue, 9 May 2023 13:28:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5837E3856DC4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683638884; bh=C7+hlOx13jVop7UsXXUZCcdF7Hgy4unUbtpB49w6wtA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ETNM7Jh8wW+KNBzA/UpEhf6shHMjdQjdeloY+qhbm4blVMP7RmC5MkkljKF5aMpYK 6dGFKVr3XfOkW6o2vfvRuX1lIID/5A/sxtvfpisLUY6L4ljPkuwpL4+L29cGQZLlAI G6n5YbXXkHqx7Pva3kvGCG8pCTWCgaXJCsjluAkw= From: "rguenther at suse dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109695] [14 Regression] crash in gimple_ranger::range_of_expr since r14-377-gc92b8be9b52b7e Date: Tue, 09 May 2023 13:28: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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenther at suse dot de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: aldyh at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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=3D109695 --- Comment #27 from rguenther at suse dot de --- On Tue, 9 May 2023, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109695 >=20 > --- Comment #26 from Jakub Jelinek --- > new/delete rather than auto_vec member inside of the type using new/delet= e? new/delete for growing auto_int_range<> from stack to heap storage (I didn't see/look at any patches)=