> 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
> 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
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
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
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
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
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