Fortran tools

GNU Fortran Compiler Warnings

You can run the gfortran compiler with warnings on and publish the results graphically. Use the -Wall flag, or any other desired warning flags when compiling (see compiler documentation). Then add a post-build action Scan for compiler warnings, choose Add under Scan console log and then GNU Fortran Compiler.

As builds are completed, this will create a graph on the job page showing the number of compiler warnings across the builds. Click on the graph or gfortran Warnings to see a summary of the warnings for the most recent build. Click on an error to see the source code with the error highlighted. To see results for a specific build, click on gfortran Warnings from that specific build page.