From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C369E3858418; Tue, 23 May 2023 06:58:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C369E3858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684825103; bh=AW3I5WsMCZSJpO5siBGiVKIKtr90NShwxXfWNByrsiw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jnrBzLLRDJ//5xjbla11T60dCre/ioDykjYyV5e+A/6gzRLqLCr/6NPag59o26bEs 3N2AZGDgt8sAl2LholI33Jb2qqcLUWoqw9qtKbkn2/ik7kUUtljkPoKBR6G3hcdiZ2 Zo7q4UAGZ06xi594/ZFa9vbqrBJnDMsjxoKC3b2Y= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109920] [14 Regression] value-range.h: Mismatched new [] and delete Date: Tue, 23 May 2023 06:58:23 +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-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution 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=3D109920 Aldy Hernandez changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #5 from Aldy Hernandez --- Fixed. David, thanks for the analysis. You did 99% of the work here :).=