Re: wmemset() regression with 3.4.2

2022-12-16 Thread Jon Turney via Cygwin
On 15/12/2022 19:55, Christoph Reiter via Cygwin wrote: I can confirm that reverting the asm change in https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=188d5f6c9ad5cbbd6f0fcb9aaf15bc9870597910 seems to make things work again. Thanks. That seems like a thinko. The size of c (the set val

Re: wmemset() regression with 3.4.2

2022-12-15 Thread Christoph Reiter via Cygwin
I can confirm that reverting the asm change in https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=188d5f6c9ad5cbbd6f0fcb9aaf15bc9870597910 seems to make things work again. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

wmemset() regression with 3.4.2

2022-12-15 Thread Christoph Reiter via Cygwin
The following example works with 3.3.6, but fails with 3.4.2. It's a reduced example from pacman which started to produce garbage output in some places after upgrading to 3.4.2. While I noticed it in MSYS2 first, I have confirmed it with 3.3.6 and 3.4.2 in cygwin. ``` #include #include #include