From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F02D3858CDB; Thu, 9 Mar 2023 09:33:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F02D3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678354400; bh=GvIqPcRlomxejVcHAscL8U7LklbHbtqD0+9JHMsO3Fw=; h=From:To:Subject:Date:From; b=xtaf6g5M+zYlWf6r1NFgI4+BkHH9k6WChkBd9q7RFl1liI8KWPQGa2g7SMb2ZhiZ4 vW+MaJDItB8qxjZnEEn6bAQKXRbUQYDF83qf7J2WFAI8pM8uwRUPoDYM28As9AWXIj TjCpKuuy5xdgwaHy8ka6LzC2W1eezpZRzUSzsI8Q= From: "pierrick.philippe at irisa dot fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/109077] New: Analyzer header not installed Date: Thu, 09 Mar 2023 09:33:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pierrick.philippe at irisa dot fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm 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 attachments.created 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=3D109077 Bug ID: 109077 Summary: Analyzer header not installed Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: pierrick.philippe at irisa dot fr Target Milestone: --- Created attachment 54620 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54620&action=3Dedit Output of 'gcc --version --verbose' After configuring gcc on the last 'trunk' branch (20230309), even with '-enable-analyzer' option set, running 'make install' is not installing the analyzer's header. I've noticed this problem when first compiling and installing gcc from the commit tagged 'basepoints/gcc-13'. First I thought it wasn't a bug, but on purpose. Though I discussed it with David Malcolm, which led me to report it as a bu= g. I've attached the output of 'gcc -version -verbose'.=