From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3A683845BC6; Tue, 28 Nov 2023 09:09:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3A683845BC6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701162587; bh=UYdT+Abtr5BfEYzR91BdzP2gIN+kqEuqdiBfonvoLbY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KV2IMMfWVgh3bjM+l9qtS26r808zDYkUkkKu4FswRf/1X6uhyQcksZtjL4LAF3+4G SU4h3CNtRcaWEPSVgG4zMacKHuqY59AZKxNkFriALjswfUJoBcUrFjgGT0T7P0u4nG o6KFg75vvTjEw7Qo5LzxeDK31uhLRO58k22KmAYY= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112734] ICE verify_gimple failed since r14-3751-g8c984a1c3693df - BitInt Date: Tue, 28 Nov 2023 09:09:47 +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: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D112734 --- Comment #3 from Jakub Jelinek --- And, we need to do it actually for all bitints including the smallest ones, because libgcc.a will handle just 32/64/128 bit cases and not 2, 16, 37, 12= 7, 238 etc.=