[Issue 8361] New: [ICE] (eh.c line 316) with struct with dtor in assert
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 8 07:02:42 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8361
Summary: [ICE] (eh.c line 316) with struct with dtor in assert
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
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-07-08 07:02:41 PDT ---
Problem found reducing Issue 8360
struct Foo {
string bar = "hello";
~this() {}
}
void main() {
assert(true, Foo().bar);
}
DMD 2.060alpha:
Internal error: eh.c 316
--
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