[Mingw-w64-public] GCC 5.1/5.1.1 related bootstrap failures

2015-05-11 Thread Matt Breedlove
I've posted an issue (and one bug) to GCC regarding native lto bootstrap issues with 5.1/5.1.1 (perhaps trunk also) in reference to stpcpy and sys_siglist which can be found here: https://gcc.gnu.org/ml/gcc/2015-05/msg00084.html Essentially, slim lto bootstraps fails due to GCC swapping out the

Re: [Mingw-w64-public] GCC 5.1/5.1.1 related bootstrap failures

2015-05-11 Thread David Macek
On 11. 5. 2015 13:52, Matt Breedlove wrote: Also, I'm experiencing a currently unresolved issue building gcc 5.1/5.1.1 natively for i686 using dw2 exceptions resulting in it failing out with the following during stage1 libgcc:

[Mingw-w64-public] [PATCH] d3d11.idl: add the necessary interfaces to use the D3D11 video decoder

2015-05-11 Thread Steve Lhomme
--- These COM classes are needed by VLC --- mingw-w64-headers/direct-x/include/d3d11.h | 811 +++ mingw-w64-headers/direct-x/include/d3d11.idl | 199 +++ 2 files changed, 1010 insertions(+) diff --git a/mingw-w64-headers/direct-x/include/d3d11.h

Re: [Mingw-w64-public] [PATCH] d3d11.idl: add the necessary interfaces to use the D3D11 video decoder

2015-05-11 Thread Steve Lhomme
Discard this patch, I forgot some methods between the ones necessary and it doesn't work properly. On Mon, May 11, 2015 at 1:43 PM, Steve Lhomme rob...@videolabs.io wrote: --- These COM classes are needed by VLC --- mingw-w64-headers/direct-x/include/d3d11.h | 811

Re: [Mingw-w64-public] GCC 5.1/5.1.1 related bootstrap failures

2015-05-11 Thread Matt Breedlove
I assumed as much. I spent a decent amount of time trying to diagnose the issue and test with different configs as well as searched across google before raising the issue but the only thing I could find was a pastebin from someone running into the same issue but no references to the link it was

[Mingw-w64-public] [PATCH] d3d11: add the basic interfaces to enable video decoding

2015-05-11 Thread Steve Lhomme
--- mingw-w64-headers/direct-x/include/d3d11.h | 939 +++ mingw-w64-headers/direct-x/include/d3d11.idl | 201 ++ 2 files changed, 1140 insertions(+) diff --git a/mingw-w64-headers/direct-x/include/d3d11.h b/mingw-w64-headers/direct-x/include/d3d11.h index