XL Fortran for AIX 8.1

User's Guide


Chapter 12. Understanding XL Fortran Compiler Listings

Partial Table-of-Contents

  • Header Section
  • Options Section
  • Source Section
  • Error Messages
  • Transformation Report Section
  • Attribute and Cross-Reference Section
  • Object Section
  • File Table Section
  • Compilation Unit Epilogue Section
  • Compilation Epilogue Section
  • Diagnostic information is placed in the output listing produced by the -qlist, -qsource, -qxref, -qattr, -qreport, and -qlistopt compiler options. The -S option generates an assembler listing in a separate file.

    To locate the cause of a problem with the help of a listing, you can refer to the following:

    A heading identifies each major section of the listing. A string of greater than symbols precede the section heading so that you can easily locate its beginning:

    >>>>> section name
    

    You can select which sections appear in the listing by specifying compiler options.

    Related Information:
    See Options That Control Listings and Messages.


    [ Top of Page | Previous Page | Next Page | Table of Contents | Index ]