(compilation-error-regexp-alist-alist) <gnu>:
Use shy regexp. Fix incorrect backref to potentially unmatched group.
This commit is contained in:
parent
df8a0bfffe
commit
8decc87fd4
1 changed files with 3 additions and 3 deletions
|
@ -224,9 +224,9 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1))
|
||||||
|
|
||||||
(gnu
|
(gnu
|
||||||
"^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\
|
"^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\
|
||||||
\\([/.]*[a-zA-Z]:?[^ \t\n:]*\\|{standard input}\\): ?\
|
\\(.+?\\): ?\
|
||||||
\\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\
|
\\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\
|
||||||
\\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?:\
|
\\(?:-\\([0-9]+\\)?\\(?:\\3\\([0-9]+\\)\\)?\\)?:\
|
||||||
\\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
|
\\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\
|
||||||
*\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\)\\)?"
|
*\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\)\\)?"
|
||||||
1 (2 . 5) (4 . 6) (7 . 8))
|
1 (2 . 5) (4 . 6) (7 . 8))
|
||||||
|
|
Loading…
Add table
Reference in a new issue