From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5DC0C3858D33; Mon, 17 Jul 2023 16:04:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DC0C3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689609843; bh=ezgsjpQVVM4zsXQarIkM6/SDEQQ/gYrG2HY7y4ubnqQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OllRzR51wCZocKvaIgwDBxz0cdcTOpLHo504J2h2+ZDQayRP8JOv7SzBtXHrYIbYo 6uz5IR6lXcfBfd0rKcA07cV6DtfkjENMDiD7agIKf36i14amWbCcmUAF2FQ5qWlga8 I+yjjni0YSPYwRqc3jIO/gbvmPOe/f6uahI2Qjak= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug plugins/110610] [14 Regression] File insn-opinit.h not installed ? Date: Mon, 17 Jul 2023 16:04:02 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: avieira at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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 #10 from CVS Commits --- The master branch has been updated by Andre Simoes Dias Vieira : https://gcc.gnu.org/g:caabf0973a4e9a26421c94d540e3e20051e93e77 commit r14-2585-gcaabf0973a4e9a26421c94d540e3e20051e93e77 Author: Andre Vieira Date: Mon Jul 17 17:00:54 2023 +0100 Include insn-opinit.h in PLUGIN_H [PR110610] This patch fixes PR110610 by including insn-opinit.h in the INTERNAL_FN= _H list, as insn-opinit.h is now required by internal-fn.h. This will lead to insn-opinit.h being installed in the plugin directory. gcc/ChangeLog: PR plugins/110610 * Makefile.in (INTERNAL_FN_H): Add insn-opinit.h.=