https://issues.dlang.org/show_bug.cgi?id=12824
Issue ID: 12824
Summary: REG(2.066) ICE(statement.c) Segfault with label and
static if
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: ice
Severity: regression
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
void main()
{
label:
static if (0)
{
}
}
Introduced by https://github.com/D-Programming-Language/dmd/pull/3603
--
