[llvm-bugs] [Bug 25257] New: templated lambda compile causes segfault in clang::ASTContext::getTypeInfoImpl(clang::Type const*) const

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 19 17:54:29 PDT 2015


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

            Bug ID: 25257
           Summary: templated lambda compile causes segfault in
                    clang::ASTContext::getTypeInfoImpl(clang::Type const*)
                    const
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++14
          Assignee: unassignedclangbugs at nondot.org
          Reporter: cppljevans at suddenlink.net
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15118
  --> https://llvm.org/bugs/attachment.cgi?id=15118&action=edit
source code

With attached code, when #define TEMPLATE_LAMBDA, get segfault as shown
in the attached compile output.  When !defined(TEMPLATE_LAMBDA), compiles
OK.

-- 
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/20151020/baebd54f/attachment-0001.html>


More information about the llvm-bugs mailing list