gfortran

How can I dump GENERIC tree from gfortran


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_codes 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?


Solution

  • I needed to use -fdump-tree-original key.