[Bug target/19334] darwin backend places some CONST_DECLs in the wrong section

tobi at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jan 9 19:28:00 GMT 2005


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



More information about the Gcc-bugs mailing list