Re: [Mingw-w64-public] #943 __mingw_printf() does not print non-ASCII chars correctly.

2022-07-12 Thread Takashi Yano
On Mon, 11 Jul 2022 22:58:04 +0900 Takashi Yano wrote: > On Fri, 8 Jul 2022 13:00:14 +0900 > Takashi Yano wrote: > > On Fri, 8 Jul 2022 12:39:26 +0900 > > Takashi Yano wrote: > > > ### Patch for this issue > > > I attached the PoC patch for this issue. The file name and its > > > location may not b

Re: [Mingw-w64-public] x64 longjmp and -fno-asynchronous-unwind-tables

2022-07-12 Thread Ozkan Sezer
On 7/12/22, Ozkan Sezer wrote: [...] > My toolchain is a SEH one, and -fno-asynchronous-unwind-tables inhibits > defining of the __SEH__ macro apparently. v7.x seems to improve on the > matter, ie. the following three patches' backport _should_ do the trick, > the last two seems to be the key: >