[Bug 51396] New: cl.exe sometimes fails with internal compiler error

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jul 4 06:43:28 CDT 2021


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

            Bug ID: 51396
           Summary: cl.exe sometimes fails with internal compiler error
           Product: Wine
           Version: 6.12
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: rpisl at seznam.cz
      Distribution: ---

Cl.exe from MSVC 2019 Build Tools sometimes fails with: "fatal error C1001:
Internal compiler error." A workaround is setting vcruntime140_1 to native.

This is possibly caused by unsupported flag in __CxxFrameHandler4:
0b24:fixme:seh:__CxxFrameHandler4 unsupported flags: 7a

which is unsupported FUNC_DESCR_IS_SEPARATED in
dlls/vcruntime140_1/except_x86_64.c

Not critical since the workaround exists. I'm ready to test this when the flag
is implemented.

-- 
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