[Issue 3469] New: ICE in func.c
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 2 18:35:21 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3469
Summary: ICE in func.c
Product: D
Version: 2.035
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: ellery-newcomer at utulsa.edu
--- Comment #0 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2009-11-02 18:35:20 PST ---
// tok.d
import tok2;
class B{
A a;
void b(){
a.call!(MOTHER)("HI MUM");
}
}
// tok2.d
class A{
void call(string s){
}
}
//__EOF__
okay, compile like so:
$ dmd tok tok2
Error: identifier 'MOTHER' is not defined
$ dmd tok2 tok
Error: identifier 'MOTHER' is not defined
dmd: func.c:135: virtual void FuncDeclaration::semantic(Scope*): Assertion
`semanticRun <= 1' failed.
Aborted
--
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