From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B0EDA3858D34; Thu, 4 Apr 2024 07:48:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B0EDA3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712216914; bh=wcZ+tpWoBQQW2CTgiXQcCFUuP+xG3TmZbOh3iG/Q/vM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T6G2jlclec0JiIQqzN88IC3IWJ2yESXMBx5WHfokdz3zKOTH18v7Cvi5GYVsf98Df vmL6hj3+JFvHpAFApW6CdGPJCn3W/nsUFsYJTX+UGtTmiq7TxRB3s0QaN7TjiSyfFB K/eQP0ka+V+iAmGYSNfgWyoJrsfsVUzhYsvh+aEI= From: "muecker at gwdg dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/114574] [14 regression] ICE when building curl with LTO (fld_incomplete_type_of, at ipa-free-lang-data.cc:257) since r14-9763 Date: Thu, 04 Apr 2024 07:48:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: lto X-Bugzilla-Severity: normal X-Bugzilla-Who: muecker at gwdg dot de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 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=3D114574 Martin Uecker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |muecker at gwdg dot de --- Comment #13 from Martin Uecker --- (In reply to Richard Biener from comment #11) > Wrong TYPE_CANONICAL leads to wrong TBAA. And yes "fixing" TYPE_CANONICAL > after the fact means possibly merging two equivalence classes which means > you have to > fix all members of both classes to have the corresponding TYPE_CANONICAL.= =20 > Plus > the complication of derived types (vector, pointer, and others) which have > constraints based on their contained type equivalence class. Is upgrading incomplete types from structural comparison to TYPE_CANONICAL meant to be allowed?=