https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93392
Bug ID: 93392 Summary: Issue a "sorry" on attempts to use -fanalyzer with C++ Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: dmalcolm at gcc dot gnu.org Target Milestone: --- The analyzer only supports C for GCC 10; we should add a "sorry" for attempts to use it on C++ (and probably all other languages) so that users get a clear message about this. (there is some limited LTO support, which complicates this somewhat).