From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D0C413894C05; Mon, 5 Dec 2022 08:22:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D0C413894C05 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670228528; bh=lEcXbLzbLwwZSbIauqx00u6CUwWbb/ziDshEWoAfH4o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JIUTQkaXk+s4qd7S8MoPk9TXZNaLzwNUjfI7o1hMTXJmbxVP/3IbpZtaGX+fIvicX j+T7RE3yXVtlDvhXUK1MunH2FZy+eu0HgD1ruN87HSOlVtMJBSSAmCyXQEwkYM8uxV dF2clalwbAN+TZJh849mLALiKjb9PdpmOat0X5s8= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug plugins/107964] [13] missing plugin header contracts.h Date: Mon, 05 Dec 2022 08:22:08 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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=3D107964 --- Comment #1 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:824542bec24c09319fa55922a0162209a5f64963 commit r13-4490-g824542bec24c09319fa55922a0162209a5f64963 Author: Scott Snyder Date: Mon Dec 5 09:20:11 2022 +0100 plugins/107964 - install contracts.h contracts.h is included by cp-tree.h so needs to be installed for plugins. PR plugins/107964 gcc/cp/ * Make-lang.in (CP_PLUGIN_HEADERS): Install contracts.h=