[Mingw-w64-public] What is the purpose of intrin.h?

2013-06-14 Thread dw
I'd like to discuss the entire purpose of the intrin.h file in gcc. In response to my recent proposed patch re __faststorefence, Kai remarked that making changes to intrin.h is something we should be minimizing/avoiding. Until this point, I hadn't been aware that this was a point of

[Mingw-w64-public] How to specify exception module separately when build gcc 4.8

2013-06-14 Thread Dongsheng Song
When I build gcc 4.8 with mingw-w64 trunk: ${GCC_SRC_ROOT}/configure \ --prefix=${SYS_ROOT} \ --with-sysroot=${SYS_ROOT} \ --build=${BUILD_TRIPLET} --host=${BUILD_TRIPLET} --target=${TARGET_TRIPLET} \ --enable-targets=all --disable-nls \ --enable-checking=release

Re: [Mingw-w64-public] How to specify exception module separately when build gcc 4.8

2013-06-14 Thread Ruben Van Boxem
2013/6/14 Dongsheng Song dongsheng.s...@gmail.com When I build gcc 4.8 with mingw-w64 trunk: ${GCC_SRC_ROOT}/configure \ --prefix=${SYS_ROOT} \ --with-sysroot=${SYS_ROOT} \ --build=${BUILD_TRIPLET} --host=${BUILD_TRIPLET} --target=${TARGET_TRIPLET} \ --enable-targets=all

Re: [Mingw-w64-public] What is the purpose of intrin.h?

2013-06-14 Thread Jacek Caban
On 06/14/13 09:43, dw wrote: I'd like to discuss the entire purpose of the intrin.h file in gcc. In response to my recent proposed patch re __faststorefence, Kai remarked that making changes to intrin.h is something we should be minimizing/avoiding. Until this point, I hadn't been aware

Re: [Mingw-w64-public] How to specify exception module separately when build gcc 4.8

2013-06-14 Thread JonY
On 6/14/2013 17:48, Ruben Van Boxem wrote: I seem to remember Jon_Y testing exactly this, and he reported it working. He might have just tested the cross-compiler though. In any case, He'll know what to do :) Ruben I can never get i686 default multilib to work, so I do x86_64 default if I

Re: [Mingw-w64-public] Regression in trunk regarding InterlockedCompareExchange

2013-06-14 Thread Erik van Pienbroek
Kai Tietz schreef op ma 10-06-2013 om 21:49 [+0200]: 2013/6/10 Erik van Pienbroek e...@vanpienbroek.nl: Any news on this issue? I will take a look to this this evening. We will need to remove here the alias-code to fix that For now I've managed to workaround the regression by partially

Re: [Mingw-w64-public] What is the purpose of intrin.h?

2013-06-14 Thread dw
I agree that intrin.h should receive some love. I have been doing some work on it, but it was mostly fixing particular problems, I never had a chance to do a big clean up. The fact that it would be a big clean up should probably have been listed in the cons. While I believe having all the

Re: [Mingw-w64-public] What is the purpose of intrin.h?

2013-06-14 Thread Kai Tietz
2013/6/14 dw limegreenso...@yahoo.com: I agree that intrin.h should receive some love. I have been doing some work on it, but it was mostly fixing particular problems, I never had a chance to do a big clean up. The fact that it would be a big clean up should probably have been listed in the

Re: [Mingw-w64-public] Python on x64

2013-06-14 Thread Dick Hollenbeck
Felix Lelchuk felix.lelchuk@... writes: Hi, I need to build Python 2.7 for 64-bit Windows but I'm having a hard time compiling it. Is this anything? Python a-mingw-us http://code.google.com/p/python-a-mingw-us/