This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

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


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


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