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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 26 11:47:58 UTC 2018


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

RazvanN <razvan.nitu1305 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305 at gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
It looks like the order in which the files are provided matters:

dmd -deps b.d a.d works as expected

also working:

dmd -deps a.d b.d c.d
dmd -deps c.d b.d
dmd -deps b.d c.d

--


More information about the Digitalmars-d-bugs mailing list