From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 41552388552B; Tue, 15 Nov 2022 08:29:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 41552388552B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668500962; bh=5fuQ1A/Q6TOn63GbUsiDT0Vt6N9KkyKLXYaWkLCr4Nc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xYFlJY3Ut1YM3wIBGUVAEjJVx6BUkyNG0qMURdicCll3s+sxa9EPMuSXwimOXDR4J SbRx0b4B39lAGOfqgZLG9BEP+iXHOfsRtCjb7UtnZGgmQO8moiEXwsPZ4PZIPNIOXl WDbxHUQfthDfT/fVZyuElHTxKPs1EyKv4qfNakg0= From: "jakub at gcc dot gnu.org" 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: Tue, 15 Nov 2022 08:29:21 +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: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #53895|0 |1 is obsolete| | --- Comment #9 from Jakub Jelinek --- Created attachment 53899 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53899&action=3Dedit gcc13-pr107668.patch Same in patch form.=