This patch proposes to enable parsing of Fortran input files from any GCC compilers.
It requires enabling multi-line output parsing, and a couple more regex formulas.
Posting here as a patch as recently suggested in the C::B forums, because it is not FortranProject-specific.
It is useful because most C/C++/Fortran projects these days use the standard gcc/g++ frontends rather than the "Gnu Fortran compiler" one that is valid for Fortran only.
Thank you,
Federico
Sorry I meant "parsing Fortran-related compiler warnings", not "parsing Fortran input files".
This patch does not apply safely on SVN trunk. Could you please try again?
Just checkout the clean to SVN/trunk head revision, apply your changes and then run:
svn diff > my.patch
...on the command line.
Thank you!
Applied in SVN [r13728]
Thank you!
Related
Commit: [r13728]