Regular Expressions to Match Compilation Errors for PGI
Posted: Thu Jun 03, 2010 4:31 pm
I am using PGI compilers and just seem to be unable to assign Regular Expressions to Match Compilation Errors. Here is the example of error:
PGFTN-S-0023-Syntax error - unbalanced parentheses (C:\usr\SOURCE\DATES.F: 7)
and this is what I use:
^.+([A-Za-z]:[^:]+): +([0-9]+)
tried
^.+\(([A-Za-z]:[^:]+): +([0-9]+)\)
but no luck. I am NOT using POSIX regexp option in my Pref->Editor setup.
PGFTN-S-0023-Syntax error - unbalanced parentheses (C:\usr\SOURCE\DATES.F: 7)
and this is what I use:
^.+([A-Za-z]:[^:]+): +([0-9]+)
tried
^.+\(([A-Za-z]:[^:]+): +([0-9]+)\)
but no luck. I am NOT using POSIX regexp option in my Pref->Editor setup.