[Issue 8466] New: DMD segfault (2.060 git)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 29 15:17:18 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8466
Summary: DMD segfault (2.060 git)
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: chadjoan at gmail.com
--- Comment #0 from Chad Joan <chadjoan at gmail.com> 2012-07-29 15:17:15 PDT ---
template BuiltinRules() {
class Option(Expr) { enum dstring = Expr.ruleName~")"d;}
}
mixin BuiltinRules!();
class PatternExpression : Option!PatternExpression{}
After being reduced this far the code doesn't look valid anymore, but I figure
it should at least print a useful error message.
The git hash for this dmd version should be
5a9f538ca4b5cbebb726111f5290f6116e602d41.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list