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
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
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
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
-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
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
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
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
=
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
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
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
11 matches
Mail list logo