* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
The -fanalyzer ASCII art does not contain tabs.
;; which is used for non-interactive programs other than
;; compilers (e.g. the "jade:" entry in compilation.txt).
(? (| (: alpha (+ (in ?. ?- alnum)) ":" (? " "))
- ;; Skip indentation generated by tools like GCC's
- ;; -fanalyzer.
- (: (+ (in " \t")) "|")))
+ ;; Skip indentation generated by GCC's -fanalyzer.
+ (: (+ " ") "|")))
;; File name group.
(group-n 1