From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDDC23853D61; Tue, 22 Nov 2022 22:44:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDDC23853D61 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669157043; bh=xn/0hf3rgMQyCMb6ICVgrwxb4w6A2o2IbMc0lbvDenM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WytbZaJtIxD0k+4NwOMUR678JQYnMQQt36shGDLYmDzTo3ppkgQueal7YdxL49TQF PuLBYUlPOXRR66ifphmIHGCzRl72gdJkm31vn4+dWUAhJ5ucaFqHteECpTU/i/hZd0 1u1OUKU5yT7oCubj8BKUHm7Q2+jJ3kdyK6ZCUEI8= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107783] [13 Regression] ICE in deref_rvalue, at analyzer/region-model.cc:3238 since r13-4074-g86a90006864840c2 Date: Tue, 22 Nov 2022 22:44:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D107783 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|WAITING |RESOLVED --- Comment #6 from David Malcolm --- I found another ICE with the new "bind"-handling code, which I fixed in the above commit. Marking this as resolved. If you're still running into issues with the "bind"-handling code, please o= pen separate bugs for them. Thanks!=