From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CBB31385782F; Tue, 25 Aug 2020 09:27:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CBB31385782F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598347664; bh=BBimw0vIqUOf08kEIw/xBVDkSZ+e9MegT5LEtX9OMl0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UjIL6bGxIISmaL5MJDA1gnb8oxI2kWgGDKEHV+9kXaKiNpBowm1t9MsDvjy3BhYWj qnZakgRykvHf1vkMEcQT7UA8OJjoOrmIXA5IQNb2nllAtcMOpgBuTiJXhhzRSLF1iq VCf8G9twoSTcY4vYSIx13+JZFt5ir6NuK8Ip4P5Y= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjKysvOTY1OTFdIFs4LzkvMTAvMTEgUmVncmVzc2lvbl0g?= =?UTF-8?B?SUNFIHdpdGggLWZsdG89YXV0byBhbmQgLU8xOiB0cmVlIGNvZGUg4oCYdHlw?= =?UTF-8?B?ZW5hbWVfdHlwZeKAmSBpcyBub3Qgc3VwcG9ydGVkIGluIExUTyBzdHJlYW1z?= Date: Tue, 25 Aug 2020 09:27:44 +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: 10.1.1 X-Bugzilla-Keywords: lto, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component target_milestone 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2020 09:27:44 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96591 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Component|lto |c++ Target Milestone|--- |8.5 Keywords| |lto --- Comment #2 from Richard Biener --- FE trees should not leak into the middle-end so it looks more like a FE iss= ue to me. We're chasing TYPE_FIELDS of the context of the scalar_type name and visiting a TEMPLATE_DECL for 'rebind' in simd_traits. In the end this might mean free-lang-data doesn't visit DECL_CONTEXT of the INTEGER_TYPEs TYPE_NAME? At least I do not see it walking simd_traits. It might also be that some intermediate optimization somehow introduces a reference to this type from nowhere (huh).=