https://bugs.winehq.org/show_bug.cgi?id=48263
Bug ID: 48263 Summary: compiling projects with MSVC++ 2015 build tools fails Product: Wine Version: 4.20 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ucrtbase Assignee: wine-bugs@winehq.org Reporter: erich.e.hoover@gmail.com Distribution: ---
Trying to compile a project with MSVC++ 2015 fails with: === C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include\limits(1151): error C2177: constant too big C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include\limits(1214): error C2177: constant too big C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include\complex(203): error C2177: constant too big C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\Include\complex(331): error C2177: constant too big === (These errors correspond to the return of DBL_MAX and LDBL_MAX)
Bisect: === 0e183cc3c0d3b6f89f79047cdd71c389afc75073 is the first bad commit commit 0e183cc3c0d3b6f89f79047cdd71c389afc75073 Author: Alexandre Julliard julliard@winehq.org Date: Sat Nov 2 14:35:52 2019 +0100
msvcrt: Don't change FPU control word in _control87() on x86-64.
Signed-off-by: Alexandre Julliard julliard@winehq.org
:040000 040000 44931fccad0fdf340891e925083ddf28840a8572 fc8845c60cea22d211c5389869e5aa147e481455 M dlls ===
https://bugs.winehq.org/show_bug.cgi?id=48263
Erich E. Hoover erich.e.hoover@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |0e183cc3c0d3b6f89f79047cdd7 | |1c389afc75073
https://bugs.winehq.org/show_bug.cgi?id=48263
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- Duplicate.
*** This bug has been marked as a duplicate of bug 48160 ***
https://bugs.winehq.org/show_bug.cgi?id=48263
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com --- Closing.