As far as I know gfortran's key -fdump-tree-original
means "Dump global namespace's gfc_code
and it's children".
However, also AFAIK, the gfc_code
s are transformed to GENERIC
intermediate representation. So the question is: How can I dump it, with which key? Or I should attach a debugger to f951
process?
I needed to use -fdump-tree-original
key.