Re: [Mingw-w64-public] gcc 5.2.1 libgomp testsuite failures with latest runtime and winpthread

2015-08-29 Thread Kai Tietz
Am 09.08.2015 19:17 schrieb "Mattias EngdegÄrd" : > > 7 aug 2015 kl. 14.50 skrev Rainer Emrich : > > > This fixes the issue, libgom.sum attached. Can we have this in head and in 4.x ? > > That is probably the expedient solution even if we eventually get libgomp fixed. (The patch adds an extra cycle

Re: [Mingw-w64-public] Status of Cilk Plus support?

2015-08-29 Thread Kai Tietz
Hi I usual don't run cilk feature on windows. Nevertheless it should work. If we could get feedback on it would be of intetest (at least for me). Kai Am 14.08.2015 01:34 schrieb "Riot" : > Hi, > > Does anybody know the current status of Cilk Plus in MinGW-W64 on > Windows? Cilk is now in mainl

Re: [Mingw-w64-public] [Patch] More annotations in sal.h and driverspecs.h

2015-08-29 Thread David Grayson
Thanks, Jacek. In the new attached patch, I have changed the comments to C89-style. I also fixed the definition of _Inout_updates_all_opt_. --David On 8/29/2015 12:16 PM, Jacek Caban wrote: Hi, We don't share those parts. The patch looks mostly good to me except for comments. Those are C++

Re: [Mingw-w64-public] [Patch] More annotations in sal.h and driverspecs.h

2015-08-29 Thread Jacek Caban
Hi, We don't share those parts. The patch looks mostly good to me except for comments. Those are C++/C99 comments, please use /* */ for C89 compatibility. Thanks, Jacek On 08/29/15 18:02, Kai Tietz wrote: > Hi, > > in general this patch looks ok to me. As we share here parts with > Wine, I am i

Re: [Mingw-w64-public] [Patch] More annotations in sal.h and driverspecs.h

2015-08-29 Thread Kai Tietz
Hi, in general this patch looks ok to me. As we share here parts with Wine, I am interested in Jacek's opinion on it too. Thanks, Kai 2015-08-28 19:48 GMT+02:00 David Grayson : > Hello. The attached patch adds several simple macro definitions to sal.h and > driverspecs.h. The patch to sal.h co

Re: [Mingw-w64-public] [PATCH] winnt.h: FORCELINLINE inline-only definitions

2015-08-29 Thread Jacek Caban
On 08/29/15 17:15, Kai Tietz wrote: > Jacek? JonY? Any specific opinion here? The patch is fine with me. Thanks, Jacek -- ___ Mingw-w64-public mailing list Mingw-w64-public@li

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

2015-08-29 Thread Jacek Caban
Hi Kai, No, I'm not aware of the report. I can't see it in our bug tracker, where can I find it? Cheers, Jacek On 08/29/15 17:16, Kai Tietz wrote: > Hi Jacek, > > no I don't mind at all. The reason I comment on this thread is a > recent report about issues with current master's direct-x support

Re: [Mingw-w64-public] [PATCH] dxva2api.idl: Added more IDL declaration.

2015-08-29 Thread Jacek Caban
Hi Kai, I just pushed the patch to repo. Thanks, Jacek On 08/29/15 17:23, Kai Tietz wrote: > Hi Jacek, > > I assume you continued on this patch already, too. If not so, please > continue on this patch. It is ok. > > Thanks, > Kai >

Re: [Mingw-w64-public] [PATCH] dxva2api.idl: Added more IDL declaration.

2015-08-29 Thread Kai Tietz
Hi Jacek, I assume you continued on this patch already, too. If not so, please continue on this patch. It is ok. Thanks, Kai 2015-08-18 12:50 GMT+02:00 Jacek Caban : > --- > mingw-w64-headers/include/dxva2api.idl | 320 > ++--- > 1 file changed, 139 insertions(+),

Re: [Mingw-w64-public] [Patch] Fix CHAR_MIN and CHAR_MAX

2015-08-29 Thread Kai Tietz
Hi, thanks for pinging on this. Patch is ok. JonY could you apply it? It might be something for 4.x branch, too. Thanks, Kai 2015-08-28 16:49 GMT+02:00 David Grayson : > Could someone apply this patch? Right now, CHAR_MIN and CHAR_MAX will be > incorrect if gcc is invoked with the -funsigned-

Re: [Mingw-w64-public] [PATCH] Define VirtualMemory functions new with Windows 8.1

2015-08-29 Thread Kai Tietz
Guess, this was approved already by Jacek. Just make sure, please go ahead and commit. Kai 2015-08-25 15:54 GMT+02:00 Corinna Vinschen : > New functions DiscardVirtualMemory, OfferVirtualMemory, and > ReclaimVirtualMemory, added with the Windows 8.1 update. > > Signed-off-by: Corinna Vinschen >

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

2015-08-29 Thread Kai Tietz
Hi Jacek, no I don't mind at all. The reason I comment on this thread is a recent report about issues with current master's direct-x support. it might be related to this. Are you aware of this report? Cheers, Kai 2015-08-18 12:47 GMT+02:00 Jacek Caban : > On 08/17/15 20:20, David Grayson wrot

Re: [Mingw-w64-public] [PATCH] winnt.h: FORCELINLINE inline-only definitions

2015-08-29 Thread Kai Tietz
Hello Corinna, 2015-08-25 13:51 GMT+02:00 Corinna Vinschen : > The following test application fails to build on i686 when building > without optimization: > > $ cat foo.c > #include > > int > main () > { > MEMORY_BASIC_INFORMATION m; > NT_TIB *tib = (NT_TIB *) NtCurrentTeb (); >