[Issue 20457] New: Asserts must not be turned off in release builds of dmd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 19 08:20:22 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=20457

          Issue ID: 20457
           Summary: Asserts must not be turned off in release builds of
                    dmd
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at digitalmars.com

Because the asserts check for compiler bugs. Disabling the checks means
compiler crashes instead, and much worse, corrupt code being generated.

--


More information about the Digitalmars-d-bugs mailing list