http://llvm.org/bugs/show_bug.cgi?id=19349

            Bug ID: 19349
           Summary: segmentation fault durin compilation
           Product: clang
           Version: 3.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Created attachment 12346
  --> http://llvm.org/bugs/attachment.cgi?id=12346&action=edit
clang error log

Ubuntu LTS 12.04
===================
class Real {
    public:
        void qwe(void) {}
};

int main(void) {
    Real *t = new Real();
    auto zzz = [=]() { t->qwe(); }
    zzz();
}
===================
clang -std=c++11 bug.cpp -lstdc++
===================

error log attached.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to