From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B4E338582AC; Mon, 14 Nov 2022 09:14:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B4E338582AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668417243; bh=NLR2UMKmz5fzCI1TbGhXjwF2U6IWDtjPZKfsTDC1djs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BqNuM6B0A4WWiOfbo9ad5SSdWrU+w1R7QmQ7NEoLcNEwNhRVo6WMMtEZTyZ60YuGe rnKVLT3dfJmmFzfLWb/pIgKTk6D9EQeI9rdac1NaTvARO/K4Z2FKMp3IefUiO6ZgeG CflbyOMpiDNrZIojYwGWzjgC2cL0Ggfr/etw1HDk= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107668] [13 Regression] ICE: in clear_nan, at value-range.h:1167 with -fsanitize=float-cast-overflow and _Complex int Date: Mon, 14 Nov 2022 09:14:01 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D107668 --- Comment #6 from David Binderman --- (In reply to David Binderman from comment #5) > (In reply to David Binderman from comment #4) > > (In reply to David Binderman from comment #3) > > > Trying git revision 2d5c4a16dd833aa0. > >=20 > > That looks good. Trying 59a63247992eb131. >=20 > Looks bad. Trying 2a193e9df82917ea.=20 >=20 > Range is currently [2d5c4a16dd833aa0..59a63247992eb131]. 2a193e9df82917ea looks bad. I could try d4c2f1d376da6fc3, but the current range is 2d5c4a16dd833aa0..2a193e9df82917ea, and they are all Jakub's revisions. Over to Jakub for his best advice.=