This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimization problems, how to obtain "processed source"?


Daniel,

Try -fdump-tree-original for starters. This is the output before going to the next stages. Then I think there is a -fdump-tree-all which gives a lot of files to look at.
The gimple tree is sometimes more useful:

-fdump-tree-gimple

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]