[LLVMbugs] [Bug 18581] New: Cannot allocate variable length of POD type if it is an inner class of a template class

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 22 10:16:48 PST 2014


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

            Bug ID: 18581
           Summary: Cannot allocate variable length of POD type if it is
                    an inner class of a template class
           Product: clang
           Version: 3.3
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: blaffablaffa at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

clang gets confused on the definition of a POD type if the type is an inner
calls of a class template. Same thing happens if the template takes a type and
the extent of the inner array is a constant.

-- 
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/20140122/916ce248/attachment.html>


More information about the llvm-bugs mailing list