Re: Trouble with building multilib GCC (MinGW)

2012-03-11 Thread niXman
> As far as I can tell from your original note, your build failed because > you do not have a 64-bit version of the library -lkernel32. That is not > a gcc library. I assume it is a Windows library. I don't know if you > are missing a 64-bit version of the library, or if the bug is that you > sh

Re: auto/decltype question about implementation

2012-03-11 Thread niXman
> Can you please tell, auto is implemented based on the decltype > implementation with some semantics, or they are two completely > different implementations? > > And one more question: in which files/functions I can view the > implementation of auto and decltype? Ping? -- Regards,   niXman

fine grained control over testsuite

2012-03-11 Thread Dennis Clarke
Q: is there a way to prevent a test timing out ? I see a lot of this sort of thing : Running /opt/bw/src/gcc-4.5.3/gcc/testsuite/gcc.c-torture/compile/compile.exp ... WARNING: program timed out. FAIL: gcc.c-torture/compile/pr46534.c -O0 (test for excess errors) WARNING: program timed out. FAI

Re: auto/decltype question about implementation

2012-03-11 Thread Jonathan Wakely
On 11 March 2012 15:32, niXman wrote: >> And one more question: in which files/functions I can view the >> implementation of auto and decltype? Search for RID_AUTO and RID_DECLTYPE in gcc/cp/*.c

Re: auto/decltype question about implementation

2012-03-11 Thread niXman
2012/3/11 Jonathan Wakely : > On 11 March 2012 15:32, niXman wrote: >>> And one more question: in which files/functions I can view the >>> implementation of auto and decltype? > > Search for RID_AUTO and RID_DECLTYPE in gcc/cp/*.c Thanks Jonathan. -- Regards,   niXman

Re: Trouble with building multilib GCC (MinGW)

2012-03-11 Thread koala01
Hello, To successfully compile multilib with mingw-w64, you should follow procedure described as in http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/trunk/mingw-w64-doc/howto-build/mingw-w64-howto-build-adv.txt the main points are: 1- build and install binutils 2- install headers 2b- lin

gcc-4.8-20120311 is now available

2012-03-11 Thread gccadmin
Snapshot gcc-4.8-20120311 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20120311/ 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