Re: [Mingw-w64-public] [gcc-13.0.1] Anomalous as.exe behaviour

2023-04-29 Thread LIU Hao
在 2023-04-29 17:20, sisyphus 写道: Hi, If I fix the "shr" nameclash (by renaming "shr") I still get "invalid use of register" errors in relation to assembler directives that don't involve any symbols from cpoly.c That is, I think there's something else happening as well. Would you like more deta

Re: [Mingw-w64-public] [gcc-13.0.1] Anomalous as.exe behaviour

2023-04-29 Thread sisyphus
Hi, If I fix the "shr" nameclash (by renaming "shr") I still get "invalid use of register" errors in relation to assembler directives that don't involve any symbols from cpoly.c That is, I think there's something else happening as well. Would you like more detail about this ? In any case, the "-m

Re: [Mingw-w64-public] [Patch] mmsystem: remove _WIN32 and WINVER checks

2023-04-29 Thread JonY via Mingw-w64-public
On 4/29/23 06:17, Biswapriyo Nath wrote: I was about to send my fix and lost the race :) I have attached my patch just for the record. It focuses on the cygwin errors only. Your patch looks good to me. Thank you. Done, pushed to master, and v11.x. v11.0.1 tagged. _