------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-09 19:31 ------- (In reply to comment #14) > (In reply to comment #12) > > The output from gfortran -fdump-tree-gimple (I hope this was the right > > thing to > > do) > > -fdump-tree-original gives you the output of the frontend, so if the frontend > produces crap, it will be in this dump. In your case it didn't make a > difference, but usually the gimple dump is much harder to read because the > originial generic gets converted to ssa form (single static assignment). > IIUC, > of course.
Actually -fdump-tree-gimple dumps gimple form which is a lowered form of generic (not all the way down but slightly more, in that gimple have a simplified grammar per statement and generic). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19334