From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 673943858D37; Sat, 23 Mar 2024 21:39:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 673943858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711229993; bh=KtsjfC4sFf7tYocoXXX2E3PSo98wKMUs6ze3WCMlLbI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MPqRX1mm3KVx8wNqzyaE7X/HmvH1C91QsYVZtwxCCRQ22BtIR+1EFU4t7WfFv4CCf rCavcxn3ET10wmYs4PSZJHMMYthEBEziuapQKLAmHmRMJtsCS5vIY8PRsrLBNy1pEL bwnNsKzB+cj0eFaA2JA9TWDSA/sxKd5vz7HPkSe8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107683] [13/14 Regression] ICE in int_fits_type_p, at tree.cc:8044 Date: Sat, 23 Mar 2024 21:39:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work keywords 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=3D107683 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |14.0 Keywords| |needs-bisection --- Comment #4 from Andrew Pinski --- Looks to be fixed on the trunk.=