[Issue 11726] New: Internal error in 2.064.2
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 11 08:15:28 PST 2013
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: nobody at puremagic.com
ReportedBy: jlquinn at optonline.net
--- Comment #0 from Jerry Quinn <jlquinn at optonline.net> 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: -------
More information about the Digitalmars-d-bugs
mailing list