bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51882: Handle GCC's -fanalyzer output in M-x compile


From: Daniel Martín
Subject: bug#51882: Handle GCC's -fanalyzer output in M-x compile
Date: Tue, 16 Nov 2021 11:28:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (darwin)

Philip Kaludercic <philipk@posteo.net> writes:

> Tags: patch
>
>
> GCC's -fanalyzer generates tree-like output, with some file references
> being indented like this
>
>       |file.c:42
>
> M-x compile appears to assume this means the file name is
>
>     "     |file.c",
>
> not "file.c".  The following patch would fix this behaviour.  
>

Thanks for the patch.  Should we update etc/compilation.txt as well?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]