https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109077
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=54620&action=edit 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 bug. I've attached the output of 'gcc -version -verbose'.