Re: [Mingw-w64-public] internal compiler error: Segmentation fault, MinGW-W64 4.8.1

2015-08-10 Thread Peter Foelsche
on windows: g++ (GCC) 4.8.2 -- crashes g++ (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.1.0 -- works fine -- This email may contain material that is confidential and/or proprietary that the sender intended only for specific recipients. Any review by unintended recipients, forwarding

[Mingw-w64-public] internal compiler error: Segmentation fault, MinGW-W64 4.8.1

2015-08-10 Thread Peter Foelsche
source code: https://onedrive.live.com/redir?resid=2BFA22F3AB9E833!59288&authkey=!AAxbkAffcBIxUTA&ithint=file%2cbz Compiled with: g++ -shared -DNDEBUG -w -xc++ -shared -o 1.dll -O3 -funroll-loops -march=native -mno-avx -ffast-math -Xlinker --enable-auto-import hisimsoi_fb_va.cpp on windows 7

Re: [Mingw-w64-public] Patch: complete implementation of intsafe.h

2015-08-10 Thread David Grayson
On 8/10/2015 3:34 AM, Jacek Caban wrote: I'm sorry for the delay, I was sure I already replied. That's fine, I'm not paying you. :-) We use #ifndef guards all over the place. PSDK headers usually use both. That's find to add the pragma, but please don't delete existing guards. OK, I have a

Re: [Mingw-w64-public] Patch: complete implementation of intsafe.h

2015-08-10 Thread Alexandre Pereira Nunes
On Mon, Aug 10, 2015 at 7:34 AM, Jacek Caban wrote: > Hi David, > > > > I'm sorry for the delay, I was sure I already replied. The patch looks > mostly good and ready to be committed IMO. There is one minor thing: > > -#ifndef _INTSAFE_H_INCLUDED_ > -#define _INTSAFE_H_INCLUDED_ > +#pragma once >

Re: [Mingw-w64-public] [PATCH] codecapi.h: Added more CODECAPI_* declarations.

2015-08-10 Thread JonY
On 8/10/2015 18:37, Jacek Caban wrote: > --- > mingw-w64-headers/include/codecapi.h | 79 > +++- > 1 file changed, 78 insertions(+), 1 deletion(-) > Patch looks OK to me. 0xD4EBC740.asc Description: application/pgp-keys signature.asc Description: OpenPGP dig

[Mingw-w64-public] [PATCH] codecapi.h: Added more CODECAPI_* declarations.

2015-08-10 Thread Jacek Caban
--- mingw-w64-headers/include/codecapi.h | 79 +++- 1 file changed, 78 insertions(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/codecapi.h b/mingw-w64-headers/include/codecapi.h index 7177466..a829b62 100644 --- a/mingw-w64-headers/include/codecapi.h ++

Re: [Mingw-w64-public] Patch: complete implementation of intsafe.h

2015-08-10 Thread Jacek Caban
Hi David, On 08/04/15 18:37, David Grayson wrote: > On 8/4/2015 9:02 AM, David Grayson wrote: >> Thanks, Jacek. I have included a new patch with all of your >> suggestions (version 2.1.0). As always, it's in the public domain. > > Please ignore the last patch. Here is a new one (2.2.0) that inc