From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EBF623858CDB; Thu, 4 Apr 2024 07:18:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EBF623858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712215095; bh=8TQ4XdVpnoSb1s7aOF3FKjEQW1G7OxWpRAti8QOuaG0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RQSsssS5fyENNySy/qnulg5zh1fa9wOHvLk03N58M7tmn9M1pPY/QJKugjcIk4/M6 a+RztVJ4zTljW26U/VEaXa2Pp4x3tUaiueSEBg3Y45zFU0Q8wU/jfOA15JYYbyr0e3 9AibMQ+A7BU4lhRQfg2f0M6rkFxYC24tH6XsV77I= From: "rguenth at gcc dot gnu.org" 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:18:15 +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: rguenth at gcc dot gnu.org 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: keywords 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |lto --- Comment #11 from Richard Biener --- Wrong TYPE_CANONICAL leads to wrong TBAA. And yes "fixing" TYPE_CANONICAL after the fact means possibly merging two equivalence classes which means y= ou have to fix all members of both classes to have the corresponding TYPE_CANONICAL. = Plus the complication of derived types (vector, pointer, and others) which have constraints based on their contained type equivalence class.=