[Issue 11054] ICE with -property when importing std.traits

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 17 11:17:26 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11054



--- Comment #9 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-09-17 11:17:24 PDT ---
Ok I can reproduce it with the test-case from #c6. 

I've compiled with: 
dmd -unittest test.d

Where test.d is:
import dts.traits;
void main() { }

Stack-trace:

0018b57c 0045ef8a image00400000!Statement::ctfeCompile+0x25
[C:\dmd-git\dmd2\src\dmd\src\interpret.c @ 357]
0018b5a4 0045f6a1 image00400000!CompoundStatement::ctfeCompile+0x60
[C:\dmd-git\dmd2\src\dmd\src\interpret.c @ 378]
0018b600 0045fa11 image00400000!FuncDeclaration::ctfeCompile+0x1cc
[C:\dmd-git\dmd2\src\dmd\src\interpret.c @ 677]
0018b6d0 00469053 image00400000!FuncDeclaration::interpret+0x6f
[C:\dmd-git\dmd2\src\dmd\src\interpret.c @ 785]
0018b738 0045f713 image00400000!CallExp::interpret+0x764
[C:\dmd-git\dmd2\src\dmd\src\interpret.c @ 4743]
0018b788 004761ab image00400000!Expression::ctfeInterpret+0x6d
[C:\dmd-git\dmd2\src\dmd\src\interpret.c @ 696]
0018b848 004766a0 image00400000!CompileStatement::flatten+0x4d
[C:\dmd-git\dmd2\src\dmd\src\statement.c @ 511]
0018ba10 00498958 image00400000!CompoundStatement::semantic+0x7e
[C:\dmd-git\dmd2\src\dmd\src\statement.c @ 616]
0018c1d8 00492674 image00400000!FuncDeclaration::semantic3+0x13ba
[C:\dmd-git\dmd2\src\dmd\src\func.c @ 1278]
0018c210 0048fd0d image00400000!TemplateInstance::semantic3+0xf0
[C:\dmd-git\dmd2\src\dmd\src\template.c @ 6946]
0018c248 004907c6 image00400000!TemplateInstance::trySemantic3+0xc4
[C:\dmd-git\dmd2\src\dmd\src\template.c @ 5336]
0018c360 0048a23c image00400000!TemplateInstance::semantic+0xaa3
[C:\dmd-git\dmd2\src\dmd\src\template.c @ 5755]
0018c3e0 0049c6bf image00400000!functionResolve+0x17b
[C:\dmd-git\dmd2\src\dmd\src\template.c @ 2555]
0018c528 0044be36 image00400000!resolveFuncCall+0x80
[C:\dmd-git\dmd2\src\dmd\src\func.c @ 2725]
0018ca44 00475e7d image00400000!CallExp::semantic+0x1f6d
[C:\dmd-git\dmd2\src\dmd\src\expression.c @ 8999]
0018ca64 004766ef image00400000!ExpStatement::semantic+0x28
[C:\dmd-git\dmd2\src\dmd\src\statement.c @ 385]
0018cc2c 00498958 image00400000!CompoundStatement::semantic+0xcd
[C:\dmd-git\dmd2\src\dmd\src\statement.c @ 624]
0018d3f4 00492674 image00400000!FuncDeclaration::semantic3+0x13ba
[C:\dmd-git\dmd2\src\dmd\src\func.c @ 1278]
0018d42c 0048fd0d image00400000!TemplateInstance::semantic3+0xf0
[C:\dmd-git\dmd2\src\dmd\src\template.c @ 6946]

-- 
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