[Issue 13220] New: [ICE] 'global.gaggedErrors || global.errors' on line 750 in file 'statement.c'
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jul 28 03:55:12 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13220
Issue ID: 13220
Summary: [ICE] 'global.gaggedErrors || global.errors' on line
750 in file 'statement.c'
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P1
Component: DMD
Assignee: nobody at puremagic.com
Reporter: jblume at jblume.com
import std.typecons;
template test(T)
{
bool test() { return false; };
}
void main()
{
Tuple!bool t;
t[0] = test!0();
}
On v2.066.0-b6 this results in:
Assertion failure: 'global.gaggedErrors || global.errors' on line 750 in file
'statement.c'
--
More information about the Digitalmars-d-bugs
mailing list