[Issue 7233] New: [ICE] (symbol.c 1032) Struct tupleof
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 5 09:39:19 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7233
Summary: [ICE] (symbol.c 1032) Struct tupleof
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2012-01-05 09:39:18 PST ---
struct Foo { int x, y; }
Foo[] front(Foo[][] a) {
return a[0];
}
void main() {
Foo[][] b;
auto xy = b.front[0].tupleof;
}
DMD 2.058head
dmd -inline test.d
Internal error: backend\symbol.c 1032
--
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