[Issue 18651] New: ice: assert in glue.d:777 when building these three trivial files

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 23 18:20:01 UTC 2018


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

          Issue ID: 18651
           Summary: ice: assert in glue.d:777 when building these three
                    trivial files
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: default_357-line at yahoo.de

Repro:

echo "import std.datetime;" > a.d
echo "import c;" > b.d
echo "import std.algorithm; const var = sort(string[].init);" > c.d
dmd -deps a.d b.d

Outcome:

core.exception.AssertError at dmd/glue.d(777): Assertion failure (segfault in
release)

--


More information about the Digitalmars-d-bugs mailing list