https://llvm.org/bugs/show_bug.cgi?id=28928

            Bug ID: 28928
           Summary: GNU StmtExpr + Lambda Initializer + Local class =
                    Crash
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The following causes Clang trunk to crash:

int f() {
  struct A {
    int m = ({ [&]() { int x = m; }(); });
  };
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to