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: nob...@puremagic.com
          Reporter: default_357-l...@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@dmd/glue.d(777): Assertion failure (segfault in
release)

--

Reply via email to