http://d.puremagic.com/issues/show_bug.cgi?id=10178
Summary: Compiler segfault with zero-length tuple comparison
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice, rejects-valid
Severity: regression
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Kenji Hara <[email protected]> 2013-05-26 18:44:25 PDT ---
This code:
struct S {}
void main()
{
S s;
assert(s.tupleof == s.tupleof);
}
Would cause segfault during compilation.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------