Re: gcc 11.1.0: printf("%.43f\n", 0x1.52f8a8e32e982p-140): printed value is incorrectly rounded

2021-06-13 Thread Brian Inglis
On 2021-06-12 14:45, Pavel M via Cygwin wrote: Sample code (t903.c): #include int main(void) { printf("%.43f\n", 0x1.52f8a8e32e982p-140); return 0; } Invocations: # gcc on Windows 10 (Cygwin) $ gcc t903.c -Wall -Wextra -std=c11 -pedantic -Wfatal-errors && ./a.exe 0.000

[ANNOUNCEMENT] Updated: weechat-3.2-1

2021-06-13 Thread Sébastien Helleu
Version 3.2-1 of "weechat" has been uploaded. ChangeLog: https://weechat.org/files/changelog/ChangeLog-3.2.html DESCRIPTION WeeChat is a fast, light and extensible chat client. It runs on many platforms like Linux, Unix, BSD, GNU Hurd, Mac OS X and Windows (bash/ubuntu and cygwin). HOMEPAGE htt

[ANNOUNCEMENT] Updated lua-lxp-1.3.3p3-1

2021-06-13 Thread Lemures Lemniscati via Cygwin-announce via Cygwin
The following packages have been uploaded in the Cygwin distribution: * lua-lxp-1.3.3p3-1 * lua-lxp-1.3.3p3-1-src * lua-lxp-debuginfo-1.3.3p3-1 This is an update to the latest upstream. Compiled for Lua 5.3 as before (not for Lua 5.4). Note: The latest upstream of lua-lxp is lualxp 1.3.3 and it

[ANNOUNCEMENT] Updated: lua-logging-1.5.1-1

2021-06-13 Thread Lemures Lemniscati via Cygwin-announce via Cygwin
The following new packages have been uploaded in the Cygwin distribution: * lua-logging-1.5.1-1 * lua-logging-1.5.1-1-src This is an update to the latest upstream release. Compiled for Lua 5.3 as before (not for Lua 5.4) -- SUMMARY: Lua logging library DESCRIPTION: LuaLogging provides a simple

Re: gcc 11.1.0: printf("%.43f\n", 0x1.52f8a8e32e982p-140): printed value is incorrectly rounded

2021-06-13 Thread Achim Gratz
Pavel M via Cygwin writes: > Sample code (t903.c): > #include > int main(void) > { > printf("%.43f\n", 0x1.52f8a8e32e982p-140); > return 0; > } > > Invocations: > # gcc on Windows 10 (Cygwin) > $ gcc t903.c -Wall -Wextra -std=c11 -pedantic -Wfatal-errors && ./a.exe > 0.