>> Emacs 2.14 compile mode does not understand this format. I have tried
BTW, compile.el in Emacs<22 (I assume 2.14 was meant to be 21.4) is
quite different from the version in use now and anchors all its regexps
at the beginning of a line.
So I recommend you upgrade, or otherwise I recommend you use something like
"^cf90.*?File = \\([^ ,\n]*\\), Line = \\([0-9]+\\),"
instead (the "^" is redundant in 21.4 but its absence could lead to
performance problems in 22 and up).
Stefan