[LLVMbugs] [Bug 19349] New: segmentation fault durin compilation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Apr 5 10:35:26 PDT 2014


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: unassignedclangbugs at nondot.org
          Reporter: socketpair at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140405/65e6de1b/attachment.html>


More information about the llvm-bugs mailing list