From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7185C3858401; Mon, 3 Oct 2022 18:14:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7185C3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664820878; bh=0F03BykO6+8pUB8OWAE0IeaQl0jtMILF0nG+x2laFIg=; h=From:To:Subject:Date:From; b=E9Hk7DEkiQvsUSG4ET9jWgIqhWDjsz8zyc/pyDrAEWi0Zfsa7RJnIl8CNorg8A6Hm l1InMs/zSvvWsEUSmkAlG5e/m5QL9r+8qpB/d2CK9wbCuMvIOA374wUccS/h//X/NZ fEMWb6WOIdJ6H9cj5qOz7N+IWoDrKhzb4wHLh3k4= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug plugins/107136] New: File cp-trait.def not found in kernel build Date: Mon, 03 Oct 2022 18:14:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: plugins X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 107136 Summary: File cp-trait.def not found in kernel build Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: plugins Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- I've just been having a go at compiling the new linux-6.0 kernel with a recent trunk gcc. I get /home/dcb/gcc/results.20221003/lib/gcc/x86_64-pc-linux-gnu/13.0.0/plugin/in= clude/c-family/c-common.h:172:10: fatal error: cp/cp-trait.def: No such file or directory but $ find /home/dcb/gcc/results.20221003 -name cp-trait.def -print $ so it looks like that file isn't installed. But [/home/dcb/gcc/trunk.git] $ find . -name cp-trait\* -print ./gcc/cp/cp-trait.def [/home/dcb/gcc/trunk.git] $=20 so the file does exist in trunk.=