www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12824] New: REG(2.066) ICE(statement.c) Segfault with label

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: yebblies gmail.com
          Reporter: yebblies gmail.com

void main()
{
label:
    static if (0)
    {
    }
}

Introduced by https://github.com/D-Programming-Language/dmd/pull/3603

--
May 30 2014