https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93392
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |egallager at gcc dot gnu.org
--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to David Malcolm from comment #0)
> 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.
the "probably all other languages" bit is confirmed by bug 93405 (which is for
Fortran), for reference
>
> (there is some limited LTO support, which complicates this somewhat).