Re: Compiler IR

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mostafa Shahto <mshahto@xxxxxxxxx> writes:

> $gcc mm.cpp -o mm -fdump-tree-all
> or
> $gcc mm.cpp -o mm -fdump-tree-gimple-all
> 
> In the first case, i'm getting the passes up to pass 14, and I'm not getting
> the SSA file (which is supposedly pass 26). So if my first question is this:
> How can I get the SSA file for the mm.cpp file (please try to give me the
> full method/commands without abbreviations, coz I'm a Linux Noob)???

You need to enable optimization.
    gcc mm.cpp -o mm -O -fdump-tree-all

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux