------- Additional Comments From tobi at gcc dot gnu dot org 2005-01-09 19:28 ------- (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. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19334