Beliavsky / FortranTip

Short instructional Fortran codes associated with Twitter @FortranTip
https://zmoon.github.io/FortranTipBrowser/
The Unlicense
64 stars 14 forks source link

Tip: gfortran -fdump-tree-original #40

Open Beliavsky opened 2 years ago

Beliavsky commented 2 years ago

gfortran -c -fdump-fortran-original -fdump-tree-original a.f90 prints the internal representation of the Fortran abstract syntax tree to standard output and writes a C-like representation that is passed to the middle end.