https://d.puremagic.com/issues/show_bug.cgi?id=12517
Summary: [ICE] Assertion failure: 'global.gaggedErrors ||
global.errors' on line 275 in file 'statement.c'
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 Dmitry Olshansky <[email protected]> 2014-04-04
05:44:13 PDT ---
Sample code:
struct CodepointInterval
{
uint[] _tuple;
alias _tuple this;
}
struct DecompressedIntervals
{
CodepointInterval _front;
void popFront()
{
_front[] = decompressFrom;
}
}
Tested on DMD v2.066 alpha.
Output:
Assertion failure: 'global.gaggedErrors || global.errors' on line 275 in file
'statement.c'
abnormal program termination
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------