From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5D8E8395A055; Wed, 16 Nov 2022 12:43:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5D8E8395A055 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668602630; bh=ntmKkutsdarJGIOLL16LGQHjnRL4GlaTuTXI96LnhRY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VNSDL6BFBLk924pP1GgisgtCxMNNhIvQnKjIrd3gJpL8qsy8W8im94IMWZUsDR5sC E/VAWIO7Rxq+1gH9QxDUkD97jpoTLTgkXT8fWg0nbNW5vNUP/4PPdC08Cdh0m/MV5l u2c/lCFsMoxf4wHaQ3us14Vt6rmkG1S4c3dhIBd4= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107683] [13 Regression] ICE in int_fits_type_p, at tree.cc:8044 Date: Wed, 16 Nov 2022 12:43:50 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P4 Keywords| |error-recovery=