https://issues.dlang.org/show_bug.cgi?id=13131
Issue ID: 13131
Summary: [2.066-b3] dmd: glue.c:1492: unsigned int
totym(Type*): Assertion `0' failed.
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
As a preliminary report: this error was triggered by my code both by the old
compiler version I was using (built from git sometime in April 2014), and a
freshly pulled 2.066-b3 compiler.
dmd: glue.c:1492: unsigned int totym(Type*): Assertion `0' failed.
My first attempt to build a reduced test case failed, but I will make another
attempt shortly if I can get DustMite to work to flesh out the report a bit
more, so consider this a placeholder for now.
--