[Bug 48324] cl.exe fails to compile c++ due to error C2177: constant too big on float constant

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 22 08:30:38 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=48324

--- Comment #3 from Erich E. Hoover <erich.e.hoover at gmail.com> ---
Created attachment 66057
  --> https://bugs.winehq.org/attachment.cgi?id=66057
tweak that might work

You know what?  They're probably treating everything as a double and then
manually comparing against FLT_MAX (if the number is supposed to be a float)
while the number is still a double.  Please try the attached patch and see if
it fixes your problem.  This will break a test on Linux i386, but if it works
then it would justify trying to figure out another way to make that test pass.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list