From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0B0533858C31; Mon, 10 Jul 2023 09:41:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0B0533858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688982102; bh=c1+bZ9R8Dntb793rxWKWoHKazDF0iN6Boiljfvr1/t8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s3qeYsQT3Z8jlzdoM384dfZ8Ty+qxiGFWqFoloeja2apJtWfq2S/n0jR00WVdYGLV FwkKvBeYzNe1SITsHINRT2egyXN9nbk4Gu9BXeTbOXDZbUkFKRi1wExmE4aECbZCng geg6P5Jw91Ihygo0sqXZ/n9PrnIbJc0d0jXyGdjo= From: "avieira at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug plugins/110610] File insn-opinit.h not installed ? Date: Mon, 10 Jul 2023 09:41:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: plugins X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: avieira 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: --- 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=3D110610 --- Comment #5 from avieira at gcc dot gnu.org --- intenral-fn.h is generated at gcc build-time. I'm not sure we want to 'inst= all' it with a gcc install. Might make more sense to trigger a the generation of= it when building this gcc-plugin. But I'm not sure... I'll ask around the community see what people think.=