April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21826

          Issue ID: 21826
           Summary: MSCOFF output for Win32 should not use EBP for
                    anything other than the frame pointer
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: bugzilla@digitalmars.com

It causes erratic problems, seems to interfere with exception handling. It's already disabled for Win64 MSCOFF.

--