Re: [Mingw-w64-public] r210215 - in /trunk/gcc: ChangeLog wide-int.cc

2014-05-08 Thread Kai Tietz
Yes, this is a known bug to gcc's trunk. It happened during merge of wide-int branch into trunk. There are different ways discussed on gcc's ML to solve this issue. As quick-and-dirty-hack for now, I would recomment to replace TI definition by 'long long' type. Or see for different suggested patc

Re: [Mingw-w64-public] r210215 - in /trunk/gcc: ChangeLog wide-int.cc

2014-05-08 Thread Dongsheng Song
i686-w64-mingw32 daily build failed: error: unable to emulate 'TI' ... make[2]: Leaving directory `/home/cauchy/obj/native/gcc-4.10-win32/gcc/libdecnumber' make[2]: Entering directory `/home/cauchy/obj/native/gcc-4.10-win32/gcc/gcc' i686-w64-mingw32-g++ -c -g -O2 -DIN_GCC-fno-exceptions -fno

Re: [Mingw-w64-public] -console gone, some opt switches seem to force wWinMain

2014-05-08 Thread Óscar Fuentes
Jim Michaels writes: > hi folks, one of the things that is causing the problem is -municode. Try replacing `main' with `wmain'. -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs

Re: [Mingw-w64-public] -console gone, some opt switches seem to force wWinMain

2014-05-08 Thread Jim Michaels
hi folks, one of the things that is causing the problem is -municode. > > From: Jim Michaels >To: Mingw64 Users >Sent: Thursday, May 8, 2014 3:44 PM >Subject: -console gone, some opt switches seem to force wWinMain > > > >-console switch is gone, some optimi

[Mingw-w64-public] -console gone, some opt switches seem to force wWinMain

2014-05-08 Thread Jim Michaels
-console switch is gone, some optimization switches like -ftree-parallelize-loops=4 -ftree-loop-vectorize -ftree-slp-vectorize -floop-parallelize-all which must be combined with -O2 apparently, seem to somehow require a WinMain. why is this? console programs are quite capable of doing threads a

Re: [Mingw-w64-public] [PATCH] Various changes for ARM

2014-05-08 Thread André Hentschel
Is this meant to run on ia64?: > #if defined(_AMD64_) > movq(%rdx), %rax > movq8(%rdx), %rdx > xorq$0x8000, %rdx > movq%rax, (%rcx) > movq%rdx, 8(%rcx) > movq%rcx, %rax > ret Am 09.05.2014 00:08, schrieb Kai Tietz: > Hi > > I wou

Re: [Mingw-w64-public] [PATCH] Various changes for ARM

2014-05-08 Thread Kai Tietz
Hi I would prefer here to use __x86_64__ __i386__ etc. Have you tested that your changes work for IA targets? Cheers Kai Am 08.05.2014 23:35 schrieb "André Hentschel" : > Please review, i'll split it up and commit it. > > the tab before .globl is needed, otherwise it's not recognized on ARM. > D

[Mingw-w64-public] [PATCH] Various changes for ARM

2014-05-08 Thread André Hentschel
Please review, i'll split it up and commit it. the tab before .globl is needed, otherwise it's not recognized on ARM. DECLSPEC_ALIGN(8) for the context seems to be hardly supported by our current toolchain Index: mingw-w64-crt/math/_chgsignl.S =

Re: [Mingw-w64-public] [patch] lmaccess.h: Add USER_INFO_24

2014-05-08 Thread Corinna Vinschen
On May 8 19:44, Kai Tietz wrote: > Patch is ok. Thanks, applied. Corinna pgpkA06McgkcQ.pgp Description: PGP signature -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM

Re: [Mingw-w64-public] [patch] lmaccess.h: Add USER_INFO_24

2014-05-08 Thread Kai Tietz
Patch is ok. Thanks, Kai -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and adv

[Mingw-w64-public] [patch] lmaccess.h: Add USER_INFO_24

2014-05-08 Thread Corinna Vinschen
Hi, the below patch adds the missing USER_INFO_24 structure, which has been introduced with Windows 8/2012 per http://msdn.microsoft.com/en-us/library/windows/desktop/hh994455%28v=vs.85%29.aspx Ok to apply? Thanks, Corinna * lmaccess.h (struct _USER_INFO_24): Define. Index: lmaccess