Re: [Mingw-w64-public] [PATCH] Provide __debugbreak on clang as well

2017-11-04 Thread JonY via Mingw-w64-public
On 11/03/2017 08:14 AM, Martin Storsjö wrote: > This effectively reverts f2b70c99. Since clang 3.4, __debugbreak > is limited to -fms-extensions and thus not available by default > when targeting mingw. > > Signed-off-by: Martin Storsjö > --- > If you really want to retain

[Mingw-w64-public] [PATCH] Provide __debugbreak on clang as well

2017-11-03 Thread Martin Storsjö
This effectively reverts f2b70c99. Since clang 3.4, __debugbreak is limited to -fms-extensions and thus not available by default when targeting mingw. Signed-off-by: Martin Storsjö --- If you really want to retain support for clang < 3.4, I could try to add ifdefs to detect it.