From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE9D53858CD1; Tue, 6 Feb 2024 09:39:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE9D53858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707212399; bh=h644a9mIKIZH9X0llubZAr/8xyc/7mfzcxhsUsRwtx0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tK5XfZUPecHMX6FYy9rZzClzUKKgdkmL4kcU66+JVU6apRO29IQyOE8X/r3jAAjad yFEAfiEap07ByZlQoiBhDlQ9ILgz34VOamvSXChdKKBFquV9VvfHJ0ZYTtpsR1kIl3 JAAvLW4QDlu2cmC6vsbuwXNa3TKo4S5MBNA/oihM= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113735] ICE: in operator[], at vec.h:910 with _BitInt() at -O and above Date: Tue, 06 Feb 2024 09:39:59 +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-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=3D113735 --- Comment #5 from Jakub Jelinek --- (In reply to Aldy Hernandez from comment #4) > Created attachment 57335 [details] > Proposed patch >=20 > Patch in testing. The testcase should at least use /* { dg-do compile { target bitint } } */ and ideally have the foo function wrapped in #if __BITINT_MAXWIDTH__ >=3D 6= 110 and #endif.=