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

           Summary: variable length array in structure
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Though this bug seems will not be fixed, I still report it to say that
compiling Linux kernel need to fix it.

arch/x86/xen/mmu.c:1236:17: error: fields must have a constant size: 'variable
length array in structure' extension will never be supported
  unsigned long mask[(((num_processors) + (8 * sizeof(long)) - 1) / (8 *
sizeof(long)))];

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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