From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE58C3853831; Mon, 3 Oct 2022 18:26:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE58C3853831 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664821590; bh=raBjXN9tUVLNp8gAZ+XnN2C0sYi9Fx/d2bxfdO2GM5Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TwcKpSXV9Ea5KanP2ZQYVZv5vjMZPiVP+ecVcJ22Bvc0Fq6gdwKtsWOPx46x8BPvB bKfpVEg3EchKCWi0IuF67QP53kyezHKj7VfsJoSkCt11N3/nXh2X7t0fI42iQ2ZyQ2 OLeHmnGHbAYf++ohypLd3aNYDFCj7Q8jLtAXNPbM= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107136] [13 Regression] File cp/cp-trait.def file not installed for plugin suport Date: Mon, 03 Oct 2022 18:26:30 +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: 13.0 X-Bugzilla-Keywords: plugin X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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: 13.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=3D107136 --- Comment #4 from David Binderman --- (In reply to Andrew Pinski from comment #3) > This is most likely the fix but I don't have time to test it right now" The obvious copy seems to fix the problem: [/home/dcb/gcc/trunk.git] $ cp ./gcc/cp/cp-trait.def ../results.20221003/lib/gcc/x86_64-pc-linux-gnu/13.0.0/plugin/include/cp/ [/home/dcb/gcc/trunk.git] $=