Re: Generic and Gimple in gcc4.6

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

 



charfi asma <charfiasma@xxxxxxxx> writes:

> I am interested in Generic and Gimple IR dumped with g++ file.cpp 
> -fdump-tree-all
> I test this command with a cpp file that only contains int x=2
> but the dumped Generic (file.cpp.001t.tu)  is so strange, more than 7000 line of 
> code for only one instruction !!
> however the Gimple is correct: 
>
> int main() ()
> {
>   int D.1694;
>   {
>     int x;
>
>     x = 5;
>   }
>   D.1694 = 0;
>   return D.1694;
> }
>
> Any explanation ??

Is your question why there are so many lines in the .tu dump?  The
answer to that is that all the intrinsic functions and builtin types are
included.

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