Hi, I encountered a compilation error with MSVC when compiling floor.c in strict floating-point mode (-fp:strict). The error is:
"error C2099: initializer is not a constant" The error is triggered by the initializer for the constant variable TWO_MANT_DIG and is documented here: http://msdn.microsoft.com/en-us/library/t801az8a(v=vs.80).aspx I'm not sure this is something to be fixed in gnulib, but I thought it was worth reporting the issue. Michael.
