https://d.puremagic.com/issues/show_bug.cgi?id=12501
Summary: Assertion `global.gaggedErrors || global.errors'
failed.
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Ali Cehreli <[email protected]> 2014-03-31 16:42:11 PDT ---
The following program causes an assertion failure in statement.c with current
it head:
DMD64 D Compiler v2.066-devel-75159e4
import std.algorithm;
int foo(int value)
{
return value;
}
void main()
{
reduce!(foo, foo)(tuple(0, 0), [ 1 ]);
}
statement.c:274: ErrorStatement::ErrorStatement(): Assertion
`global.gaggedErrors || global.errors' failed.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------