From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5AA3C3858D35; Mon, 10 Jul 2023 09:28:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5AA3C3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688981285; bh=18KnGXBSLLx9/3lT1vtFmtT/XH/ZCjDyH6tx6XB4cOY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SW14POM5qzXKKFKJizcMLuuFwrolZ7GG01h1igKJqxOTb5iBPsHkCbp59FTU/orH3 ZL9ZLYyYtMhxS7/cJOGSSO9tERJGQwbjB6UtxrUJDtURCnKiudujVDWI/++VjF+2Zf Gf1GwpuzBA/bE+sktruagYN44y5NlIIagbeBI/lE= From: "xry111 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:28:04 +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: xry111 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 #4 from Xi Ruoyao --- (In reply to avieira from comment #2) > I can't reproduce this but it seems like the modula2 build also suffers f= rom > the same issue, see PR110284. >=20 > David, what exactly are you trying to build? Can you give us the configure > command? The OP is building a GCC plugin, it includes internal-fn.h. But internal-f= n.h includes insn-opinit.h, and insn-opinit.h is not installed. See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scr= ipts/gcc-plugins/gcc-common.h#n73=