Re: GCC ssa and alias info

2008-02-12 Thread Diego Novillo
On Tue, Feb 12, 2008 at 8:26 PM, Rogelio M. Serrano Jr. <[EMAIL PROTECTED]> wrote: > Can this dump then be used to generate a running excutable? No. The output is not valid C, but a pretty printed version of GCC's internal representation. Diego.

Re: GCC ssa and alias info

2008-02-12 Thread Rogelio M. Serrano Jr.
Manuel López-Ibáñez wrote: Check options -fdump-tree-* in the GCC documentation. Cheers, Manuel. Can this dump then be used to generate a running excutable? On 12/02/2008, Dasarath Weeratunge <[EMAIL PROTECTED]> wrote: Is it possible to dump the ssa representation and alias informati

Re: GCC ssa and alias info

2008-02-12 Thread Diego Novillo
2008/2/12 Dasarath Weeratunge <[EMAIL PROTECTED] >: > Is it possible to dump the ssa representation and alias information > generated by the compiler to a file? Yes. If you are using 4.3+, alias analysis is a TODO item, so it's run if a pass requests it. If you use -f

Re: GCC ssa and alias info

2008-02-12 Thread Manuel López-Ibáñez
Check options -fdump-tree-* in the GCC documentation. Cheers, Manuel. On 12/02/2008, Dasarath Weeratunge <[EMAIL PROTECTED]> wrote: > Is it possible to dump the ssa representation and alias information > generated by the compiler to a file? > > thanks, > -- dasarath >

GCC ssa and alias info

2008-02-12 Thread Dasarath Weeratunge
Is it possible to dump the ssa representation and alias information generated by the compiler to a file? thanks, -- dasarath