generate a "listing" file

Hi,

I have a user who is wondering if pgf90 has the option to produce a listing file similar to the -v flag for the digital unix fortran compiler. It produces an output file like this:

http://pastebin.com/Z9y0mnnP

I tried -Mlist, which is similar, however it’s missing the information at the bottom of the above paste. Anyone know if there’s a similar feature?

Thanks,
Richard

Hi Richard,

Sorry but our listing file only prints out the source with line number formatted for a line printer. We do have a deprecated flag (-Mlist -Wh,-show,xref) that you can use to get a bit more information, such as variable names, but it’s still not as much information.

  • Mat