From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38B6F3858C31; Mon, 29 Apr 2024 14:18:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38B6F3858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714400299; bh=4G/VCypAyU5CTGTBzv+lgXkKe6ex4wN7bnwqK/jyr3g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DaP7KGGZpXX+OAtiuHLI25tsoT6Ip9AQmYZ2mJsNxG8HxHMa7mEGmzAFdrOslCtWG 9GhFuCOirUO1SrgSsG0HWMF8gkSB1jM2oU0kSdVta4ny5EAGKTDYpqiJnAXeXvxHQV IbCxvsWrtRyQRHr6WWgfW7jKkD9FkhhYFWW4AmDU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114888] [14/15 Regression] ICE when cross compiling binutils Date: Mon, 29 Apr 2024 14:18:18 +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: 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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D114888 --- Comment #5 from Jakub Jelinek --- Though, I think both build_pointer_type and build_reference_type would segf= ault if it was called on NULL_TREE to_type, and I don't see any spot in the FE t= hat would create pointer/reference types without those routines. SO I think ju= st && type1 should be right.=