RE: Cannot configure on Windows in Chinese Environment

2023-11-04 Thread 吴 国璋
If making the build work on different locales is accepted, then we can further discuss on this topic. I would like to implement this with C macros instead of parsing the output, because the MSVC reference includes the C predefined macros, but does not include the output format. In fact, Visual

Integrated: 8295159: DSO created with -ffast-math breaks Java floating-point arithmetic

2023-11-04 Thread Andrew Haley
On Tue, 11 Oct 2022 16:02:41 GMT, Andrew Haley wrote: > A bug in GCC causes shared libraries linked with -ffast-math to disable > denormal arithmetic. This breaks Java's floating-point semantics. > > The bug is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55522 > > One solution is to save and