compiler assertion
Jonathan M Davis
jmdavisProg at gmx.com
Fri Sep 28 13:27:26 PDT 2012
On Friday, September 28, 2012 22:19:56 Zhenya wrote:
> Hi!
> Is it normally,that this simple code does'nt compile with this
> assertion:
> dmd: template.c:5542: Identifier*
> TemplateInstance::genIdent(Objects*): Assertion `global.errors'
> failed.
It's always a bug in the compiler if you see a compiler assertion. What you're
seeing is probably this bug:
http://d.puremagic.com/issues/show_bug.cgi?id=8421
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list