[Issue 2643] -o- switch breaks semantic analysis
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 5 10:07:08 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2643
------- Comment #4 from tomas at famolsen.dk 2009-02-05 12:07 -------
DMD actually does quite a bit of error handling during code generation. I've
been hit by this several times in LDC, where it means that quite a lot of the
time, you can't be sure the AST you're generating code for is valid.
I would love to see this fixed as well, but I can also understand that some
errors are a lot simpler to detect at the codegen stage, so it worth the
performance tradeoff ?
I'm not sure.
--
More information about the Digitalmars-d-bugs
mailing list