Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Martin Storsjö
On Sun, 22 Oct 2017, Tamar Christina wrote: On Sun, 22 Oct 2017 19:28:04 + Martin Storsjö wrote > On Sun, 22 Oct 2017, Tamar Christina wrote: > > > Actually.. > > > > This may not be the right fix. The regression I am trying to fix is a duplicate symbols error on _wassert when >

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Tamar Christina
Hi Martin, On Sun, 22 Oct 2017 19:28:04 + Martin Storsjö wrote > On Sun, 22 Oct 2017, Tamar Christina wrote: > > > Actually.. > > > > This may not be the right fix. The regression I am trying to fix is a > > duplicate symbols error on _wassert when > > linking both

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Tamar Christina
On Sun, 22 Oct 2017 15:22:58 + Yuta Nakai wrote > Hi, Tamar > > Attached patch may fix the regression. > Please try it. Hi Yuta, yes this does fix it, but I'm curious at to what happened. I'll expand on this further in my reply to Martin. > > > Windows 10 版のメール<

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Martin Storsjö
On Sun, 22 Oct 2017, Tamar Christina wrote: Actually.. This may not be the right fix. The regression I am trying to fix is a duplicate symbols error on _wassert when linking both mscvrt and mingwex. But I now see that: commit 1035bed24e833ea5eb487c78f4f350ea48f31e8b Author: Martin Storsjö Da

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Yuta Nakai
Hi, Tamar Attached patch may fix the regression. Please try it. Windows 10 版のメールから送信 差出人: Tamar Christina 送信日時: 2017年10月22日 18:42 宛先: mingw-w64-public CC: JonY

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-22 Thread Tamar Christina
Actually.. This may not be the right fix. The regression I am trying to fix is a duplicate symbols error on _wassert when linking both mscvrt and mingwex. But I now see that: commit 1035bed24e833ea5eb487c78f4f350ea48f31e8b Author: Martin Storsjö Date: Fri Sep 29 12:42:59 2017 +0300 crt: