https://d.puremagic.com/issues/show_bug.cgi?id=11726
Summary: Internal error in 2.064.2
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jerry Quinn <[email protected]> 2013-12-11 08:15:22 PST
---
ice.d:
import std.array;
struct A {}
struct B {
A[] a;
void foo() {
auto app = appender(&a);
app.reserve(x.foo());
}
}
/home/jlquinn/dmd2/linux/bin64/dmd -c ice.d
Statement::toCBuffer()
Internal error: s2ir.c 135
Ubuntu 13.04 x86_64
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------