This is the mail archive of the gcc@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]

Re: Need help on tree-dumps in c3.2


On Sat, 08 Feb 2003, Anmol Paralkar wrote:

> Hello,
> 
>  I want to be able to use the -fdump-tree-original switch in gcc c3.2
> 
You can't.  That switch only exists in the tree-ssa branch.

>  Also, will this tree-dump have *all* the information in the original source (unlike the RTL dump)?
>
No.  The tree dumps only render the major components of the
function.  The result is not compilable.


Diego.


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