From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 418D53858C54; Mon, 15 Jan 2024 15:49:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 418D53858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705333777; bh=HAyz3tFuOV/CK700kO3koGf5zg/SP900aElxcqzo3oM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hTwU8Wz4/utPhXd7O3sMC35rsWjZ6GXD2FUTLi3jqvsbuLv5N2TDcy8lNxi2EZ8vK Y3M8xV71ird6HWdCdK+lZffG0vZAQu8IzAD27CnkhLdX+pTBaK2oiHcf631+ROYprI 5jdToQ3VzDPURn6Hz/IAML+g/IMZAn/6mXzqp2/o= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113397] [14 Regression] ICE: SIGSEGV in tree_check (tree.h:3611) with -fdump-ada-spec-slim on gcc.c-torture/execute/pr22061-2.c Date: Mon, 15 Jan 2024 15:49:36 +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: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D113397 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu.o= rg, | |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek --- Started with r14-1143-g42d1612eb5c3b2ee327bc3336bfcbc43a0d0fc5b but I'd say check_type_name_conflict expectations are just wrong, even when= a type has a TYPE_NAME which is a TYPE_DECL, it doesn't imply it has a DECL_N= AME, in this case the TYPE_DECL has been created just to make the gimplifier hap= py.=