From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08B823861842; Tue, 16 Jan 2024 14:52:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08B823861842 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705416734; bh=JlaCv96lj5EzJCyWRWEj9FoKRbiz56v49oVOIjdAKhg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IPkqI7tpCOy9Q0GZSJWbyIQJ1qF/S2XAIcpoyiQcylgM0SRE8XDQzxdyGBcxeS3fN Iwnue3jLKQ/e3qjTaBvMnA2fOjl4FwtGgHaCy37xJK2rg/eS7F5apwO6QW07n7+Jf4 9Cf0kF9InCPmzNUty+YEMQks1RieZTVs2kmXUJSU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113406] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 with -fstrub=internal and _BitInt() (and __GIMPLE with _BitInt return) Date: Tue, 16 Jan 2024 14:52:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end 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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub 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=3D113406 --- Comment #5 from Jakub Jelinek --- (In reply to Andrew Pinski from comment #4) > (In reply to Jakub Jelinek from comment #3) > > Created attachment 57099 [details] > > gcc14-pr113406.patch > >=20 > > Seems ipa-strub.cc contains a copy of the expand_thunk I've fixed some = weeks > > ago. >=20 > But the gimple testcase still fails ... Because it is incorrect. I think it needs to use or something like that.=