Re: Are we fast yet?

2012-07-01 Thread Sergei Trofimovich
> * Unfortunately Callgrind doesn't save the full stack trace so what you > see is a statistical breakdown for callees. It doesn't necessarily mean > that a call path displayed actually exists deeper than its first level. > But the numbers add-up so this is minor. You might give a try to --num-c

Re: Endless "declared 'static' but never defined" warnings with stage 2 & 3 compilers

2012-07-01 Thread t-rexky
On 2012-06-17, at 11:54 PM, t-rexky wrote: > When I have a moment I will check my target configuration once again and if > this does not help I will spend some time with > a debugger to see if I can figure out where things go wrong. I'm afraid > though that I will get completely lost in the co

Re: Endless "declared 'static' but never defined" warnings with stage 2 & 3 compilers

2012-07-01 Thread Vincent Rivière
On 01/07/2012 16:16, t-rexky wrote: I discovered that if I rebuild stage 3 with BOOT_CFLAGS="-g -O0", the warnings in stage 3 compiler all disappear! This is extremely wierd! So it looks like something is affected by the optimization level. Usually, it is an uninitialized variable, buffer ove

gcc-4.8-20120701 is now available

2012-07-01 Thread gccadmin
Snapshot gcc-4.8-20120701 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20120701/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.8 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Re: Are we fast yet?

2012-07-01 Thread Dimitrios Apostolou
On Sun, 1 Jul 2012, Sergei Trofimovich wrote: * Unfortunately Callgrind doesn't save the full stack trace so what you see is a statistical breakdown for callees. It doesn't necessarily mean that a call path displayed actually exists deeper than its first level. But the numbers add-up so this is