Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28435 Discussions

Can compiler output the internal parse tree?

billpeace
Beginner
347 Views

If intel fortran compiler have such options:

  output the internal parse tree, list all variables ,all function and so on

just like gfortran compiler options: -fdump-fortran-original

 

 

0 Kudos
4 Replies
Kevin_D_Intel
Employee
347 Views

The ifort list option produces some similar information to that gfortran option.

0 Kudos
billpeace
Beginner
347 Views

Thanks

0 Kudos
awa5114
Beginner
347 Views

That link dont work no more

0 Kudos
Steve_Lionel
Honored Contributor III
347 Views

The current link is https://software.intel.com/en-us/fortran-compiler-18.0-developer-guide-and-reference-list but this may or may not work in the future.

0 Kudos
Reply